@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
#button-color1 {
    background-color: #7CCC86;
    border-radius: 8px;
    border: none;
    font-size: 12px;
    color: white;
}
#filter-button-color {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #7CCC86;
    font-size: 16px;
    color: #7CCC86;
    width: 10%;
    padding-bottom: 0.4%;
    padding-top: 0.4%;
}
#expand:focus-visible {
    border: none;
    outline: none;
}
#expand{
    padding-right: 15%;
    background: url('../images/Arrow-01.png') no-repeat right #ddd; /*To change default icon with provided image*/
    -webkit-appearance:none; /*For hiding default pointer of drop-down on Chrome*/
    -moz-appearance:none; /*For hiding default pointer of drop-down on Mozilla*/
    background-position-x: 92%; /*Adjust according to width of dropdown*/
}
#expand_mobile:focus-visible {
    border: none;
    outline: none;
}
#expand_mobile{
    padding-right: 15%;
    background: url('../images/Arrow-01.png') no-repeat right #ddd; /*To change default icon with provided image*/
    
    -webkit-appearance:none; /*For hiding default pointer of drop-down on Chrome*/
    -moz-appearance:none; /*For hiding default pointer of drop-down on Mozilla*/
    background-position-x: 95%; /*Adjust according to width of dropdown*/
}
[class*=" bi-"]::before {
    line-height: 1.3;
}
body {
    background-color: #fff;
    padding-top: 2.5%;
    padding-bottom: 0%;
}

#load_data{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 67vh;
    margin-right: 5%;
}

#load_data::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  #load_data::-webkit-scrollbar-track {
    background: #ebecf0 !important; 
    border-radius: 10px;
  }
   
  /* Handle */
  #load_data::-webkit-scrollbar-thumb {
    background: #7CCC86; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  #load_data::-webkit-scrollbar-thumb:hover {
    background: #7CCC86; 
  }

  #overflow-div::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  #overflow-div::-webkit-scrollbar-track {
    background: transparent !important; 
    border-radius: 10px;
  }
   
  /* Handle */
  #overflow-div::-webkit-scrollbar-thumb {
    background: #7CCC86; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  #overflow-div::-webkit-scrollbar-thumb:hover {
    background: #7CCC86; 
  }

.therapistCardOne {
    background-color: #fff;
    /* border-radius: 10px; */
    /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
    border-bottom: 1px solid #e8e8e8;
    padding-top: 2%;
    padding-bottom: 2%;
    cursor: pointer;
}


@media (max-width: 978px) {
    #load_data{
        overflow-y: hidden;
        height: auto;
        margin-right: 0%;
    }
    .therapistCardOne {
        background-color: #fff ;
        /* border-radius: 10px; */
        /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
        border-bottom: 1px solid #e8e8e8;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .therapistCardOne svg {
        background-color: #fff ;
    }
    #filter-button-color {
        background-color: #fff;
        border-radius: 12px;
        border: 1px solid #7CCC86;
        font-size: 12px;
        color: #7CCC86;
        width: 10%;
        padding-bottom: 0.4%;
        padding-top: 0.4%;
    }
    #load_ {
        width: 100% !important;
    }
    #response {
        padding-left: 0% !important;
    }
    #modal3 {
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        margin: 0;
        padding: 0;
        z-index: 3;
        position: fixed;
        top: 0;
        animation: myfirst 0.6s ;
        animation-direction: reverse;
      }
      @keyframes myfirst {
        0%   {left: 0px; top: 0px;}
        100%  {left: 0px; top: 100%;}
      }
      .sfocus:focus {
        background-color: #fff !important;
    }
    .search-2 input::placeholder {
        font-size: 14px;
        font-weight: bold;
        text-align: center !important;
        color: #6F6F6F;
    }
    .search-2 input {
        height: 7vh !important;
        border-radius: 30px !important;
        box-shadow: none !important;
        border: 1px #CBCBCB solid !important;
    }
    .modal-map-content [class^="bi-x"]::before, [class*=" bi-x"]::before {
        line-height: 1.5 !important;
    }
    @media only screen and (max-width: 600px) {
        .boxes_inside {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .splide__pagination {
            bottom: -1em !important;
        }
    }

    html.drdt-dark-mode #grundmodel {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #grundmodel p {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #grundmodel h4 {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #hausarzt {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #hausarzt p {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #hausarzt h4 {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #vesorgungsnetz {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #vesorgungsnetz p {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #vesorgungsnetz h4 {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #apothekenmodell {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #apothekenmodell p {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #apothekenmodell h4 {
        background-color: #333436 !important;
    }


    html.drdt-dark-mode #telemedizin {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #telemedizin p {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode #telemedizin h4 {
        background-color: #333436 !important;
    }

    html.drdt-dark-mode svg {
        fill: #208fdf !important;
    }
}

#navbar-margin-bottom {
    margin-bottom: 5%;
}
.thisContainerBGColor1 {
    background-color:  #FFBCBC;
    color: #434343;
}
.thisContainerBGColor {
    background-color:#7CCC86;
    color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
#section-m {
    margin-bottom: 10%;
}
.fixedContainer {
    margin-top: 4%;
    background-color: #7CCC8630;
    z-index: 1;
}
.fixedContainer1 {
    margin-top: 2%;
    z-index: 1;
}
#button-color {
    background-color: #7CCC86;
    border-radius: 8px;
    border:none;
    font-weight: 600;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.map-div {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
#text-color {
    color: #434343;
}
#btn-color {
    background-color: #7CCC86;
    border-radius: 9px;
    border:none;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 8px;
    margin-right: 3%;
    font-size: small;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
}

#icons {
    color: white;
    font-weight: 700;
    padding-right: 5px;
}
.text1 {
    font-size: 15px;
}
#small-text1 {
    font-size: 11px;
}
#small-text2 {
    font-size: 11px;
    color: #2c3d8d;
}
#background-color1 {
    background-color: #fff2f6;
    margin-left: 7%;
    margin-right: 7%;
}
.card-padding {
    margin-top: 2%;
    margin-left: 2%;
}
.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: white;
    border: none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 1.5px;
    background-color: #2c3d8d;
    margin-bottom: 5px;
}
.searched-area-d {
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 4%;
}
.searched-area {
    padding-left: 12%;
    padding-right: 12%;
}
#brand-name-style {
    color:#f04a78 ;
    font-weight: 600;
    font-family: Apple Chancery, cursive;
}
.popins-font {
    font-family: 'Poppins', sans-serif;
}
#navbar-margin-bottom {
    margin-bottom: 5%;
}

.headermobile{
    display: none;
}
.show-mobile {
    display: none;
}

.results-from-search {
    margin-left: 4%;
    margin-bottom: 10%;
   
    
}
@media (max-width: 978px) {
    
    #navbarSupportedContent {
        padding-left: 12px;
        font-size: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 300px; 
    }
    body {
        /* background-color: #FFF5F5; */
        padding-bottom: 25%;
        padding-top: 0%;
        overflow: auto;
    }
    .card-padding {
        margin-right: 6px;
    }
    #section-m {
        margin-bottom: 15%;
    }

    #navbar-margin-bottom{   
        display: none;
    }

    .headermobile{
        display: block;
    }

    .show-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .searched-area {
        padding-left: 3%;
        padding-right: 3%;
    }
    .view1 {
        padding-top: 2%;
    }
    #span-right {
        margin-left: 4%;
    }
    .results-from-search {
        margin-left: 4%;
        margin-bottom: 18%;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .ratingText {
        padding-top:5%;
    }
}


.btn22 {
    background-color: #fff;
    color: #dd5070;
    border-left:none;
    border-radius: 5px;
    font-size: larger;
    padding-bottom: 7px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    
}
#shadow-search-bar {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.first-section1 {
    margin-top: 10%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
.carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev {
    margin-left: -4%;
    
  }
  
.carousel-control-next {
    justify-content: right;
    
}
.carousel-indicators {
    margin-bottom: -5%;
}
.carousel .carousel-indicators li {
    background-color: #dd5070;
    background-color: #dd5070;
  }
  
.carousel-indicators .active {
    background-color: #dd5070;
}
.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 8px;
    border-radius: 50%;
}
.carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}
.carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}

.upcoming1 {
    font-weight: 500;
}

.item1 {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 3%;
    margin-right: 3%;
    line-height: 1.5;
}
/* card 1 */
.card-style1 {
    background-color: #FFCBD6 ;
    color: white;
    padding-top: 7%;
    border-radius: 15%;
    z-index: 1;
    --bs-gutter-x:1;
    
}
.clock-card1 {
    font-weight: 300;
}
.date-card1 {
    font-weight: bold;
}
.card-style1-1 {
    margin-left: -3%;
    background-color: #fff;
    padding-left: 7%;
    padding-right: 0;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 2%;
    margin-top: 2%;
    margin-right: 3%;
    border-top-left-radius: 0;
    border-bottom-left-radius:0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.text-edit-card1 {
    font-weight: bold;
    font-size: large;
    color: #000;
    
}
.text-edit-card2 {
    font-weight: normal;
    font-size: small;
    color: #000;
}
.text-edit-card3 {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    background-color: #FCE8EC;
    border-radius: 15px;
    padding-right: 9%;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 3%;
    
}
.check-edit {
    color:#fff;  
    font-size: 15px;
    padding-top: 0%;
    background-color: #FFCBD6   ;
    border-radius: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}


/* card 2 */
.card-style2 {
    background-color: #7CCC86;
    color: white;
    padding-top: 7%;
    border-radius: 15%;
    z-index: 1;
    --bs-gutter-x:0;
}
.clock-card2 {
    padding-top: 5%;
    font-weight: 300;
}
.date-card2 {
    font-weight: bold;
}
.card-style2-1 {
    margin-left: -3%;
    background-color: #e3e6f7;
    padding-left: 7%;
    padding-right: 0;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 2%;
    margin-top: 2%;
    margin-right: 3%;
    border-top-left-radius: 0;
    border-bottom-left-radius:0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 0;

}
.text-edit-card1-1 {
    font-weight: bold;
    font-size: large;
    color: #2c3d8d;
    
}
.text-edit-card2-1 {
    font-weight: normal;
    font-size: small;
}
.text-edit-card3-1 {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    background-color: #FCE8EC;
    border-radius: 15px;
    padding-right: 9%;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 3%;
    
}
.x-edit {
    color:#fff;  
    font-size: 15px;
    padding-top: 0%;
    background-color: #7CCC86;
    border-radius: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}


/* card 3 */
.card-style3 {
    background-color: #ED5A77;
    color: white;
    padding-top: 7%;
    border-radius: 15%;
    z-index: 1;
    --bs-gutter-x:0;
}
.clock-card3 {
    padding-top: 5%;
    font-weight: 300;
}
.date-card3 {
    font-weight: bold;
}
.card-style3-1 {
    margin-left: -3%;
    background-color: #e3e6f7;
    padding-left: 7%;
    padding-right: 0;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 2%;
    margin-top: 2%;
    margin-right: 3%;
    border-top-left-radius: 0;
    border-bottom-left-radius:0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 0;

}
.text-edit-card1-2 {
    font-weight: bold;
    font-size: large;
    color: #000;
    
}
.text-edit-card2-2 {
    font-weight: normal;
    font-size: small;
}
.text-edit-card3-2  {   
    font-weight: 600;
    font-size: 13px;
    color: #000;
    background-color: #FCE8EC;
    border-radius: 15px;
    padding-right: 9%;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 3%;
   
}
.clock-edit {
    color:#fff;  
    font-size: 15px;
    padding-top: 0%;
    background-color: #ED5A77;
    border-radius: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
 }
    

/* icon spacing */
[class^="bi-clock"]::before, [class*=" bi-clock"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.3; 
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
}
[class^="bi-x"]::before, [class*=" bi-x"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.2;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
}
[class^="bi-check"]::before, [class*=" bi-check"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.2;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 400px) {
    .card-style1 {
        padding-top: 9%;
    }
    .card-style2 {
        padding-top: 9%;
    }
    .card-style3 {
        padding-top: 8.8%;
    }


}
#icon-arrow {
    color: #0d6efd;
    
}
.text-card-padding1 {
    padding-left: 5%;
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .section-padding-media {
        margin-left: 10%;
        margin-right: 10%;
    }

}
/* therapist card 1 */
.therapist-card {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 2%;
    margin-left: 2%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}
.therapist-card img {
    border-radius: 15px;
    padding-top: 2%;
    vertical-align: middle;
}
#text-color1 {
    color: #434343;
}
.popins-font1 {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    padding-top:2%;
}
.ratingText1 {
    font-size: 13px;
    font-weight: 600;
}
.ratingText2 {
    font-size: 13px;
    font-weight: 600;
}
.card-icon1 {
    color: #7CCC86;
}
.card-icon2 {
    color: #7CCC86;
}
[class^="bi-star-fill"]::before, [class*=" bi-star-fill"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.4;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
}
[class^="bi-briefcase-fill"]::before, [class*=" bi-briefcase-fill"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.4;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
}
/* therapist card 2 */
.therapist-card2 {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.therapist-card2 img {
    border-radius: 15px;
    padding-top: 2%;
}
#text-color1 {
    color: #434343;
}
.popins-font {
    font-family: 'Poppins', sans-serif;
}
.ratingText1 {
    font-size: 13px;
}
.ratingText2 {
    font-size: 13px;
}
.card-icon1 {
    color: #7CCC86;
}
.card-icon2 {
    color: #7CCC86;
}
[class^="bi-star-fill"]::before, [class*=" bi-star-fill"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.4;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
}
[class^="bi-briefcase-fill"]::before, [class*=" bi-briefcase-fill"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.4;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
}
#title-color {
    color: #7CCC86;
}
/* therapistCardOne */
.therapist-card11 {
    background-color: #7CCC86;
    border-radius: 20px;
    margin-top: 2%;
    margin-left: 2%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    
}
.image-therapist img {
    position: absolute;
    bottom: 16px;    
    right: 40px;
}
.textOne {
    font-size: 14px;
    color: #fff;
    font-weight: 550;
}
.textTwo {
    font-size: 13px;
    color: #fff;
}
.textThree {
    font-size: 9px;
    color: #fff;
}
.endText {
    border-left: solid #fff 3px;
    padding-left: 8px;
}
.sq1 {
    background-color: #fff;
    border-radius: 15px;
}
.txtUnder {
    font-size: 10px;
}

.sq2 {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background-color: #fff;
    border-radius: 15px;
}
.spn1 {
    font-size: 13px;
}
.spn2 {
    font-size: 8px;
}
.spn3 {
    font-size: 10px;
}
.spn4 {
    font-size: 13px;
}
.icn1 {
    color: #7CCC86;
    font-size: 10px;
}
[class^="bi-star"]::before, [class*=" bi-star"]::before {
    line-height: 1.8;
}
.searchHere {
    font-size: 17px;
    color:#fff;
    font-weight: bold;
    padding-top: 10%;
    padding-bottom: 10%;
}
.firstSectionn {
    background-color: #7CCC86;
}
.bi-arrow-left::before {
    content: "\f12f";
}
.iconWrap {
    padding-left: 7%;
    color: #fff;
    font-weight: bold;
    font-size: 37px;
}

.searchHere1 {
    font-size: 17px;
    color:#fff;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 10%;
    padding-bottom: 10%;
}
#button-color1 {
    background-color: #7CCC86;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: white;
    /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.therapistCardOne-d {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    width: 97%;
}
.span1 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
.span2 {
    font-size: 11px;
    color: #434343;
    font-weight: bold;
}
.span3 {
    font-size: 11px;
    color: #434343;
    font-weight: bold;
}
.span4 {
    font-size: 11px;
    color: #434343;
    font-weight: bold;
    
}
.span1-d {
    font-size: 13px;
    font-weight: bold;
}
.span2-d {
    font-size: 12px;
    font-weight: bold;
}
.span3-d {
    font-size: 12px;
    font-weight: bold;
}
.span4-d {
    font-size: 10px;
    font-weight: bold;
}
.icon-cc {
    color: #7CCC86;
    font-size: 12px;
}
.icon-ccc {
    color: #7CCC86;
    font-size: 8px;
}
.icon-cc-d {
    color: #7CCC86;
    font-size: 13px;
}
.icon-ccc-d {
    color: #7CCC86;
    font-size: 12px;
}
.imgWrap {
    background-color: #7CCC86;
    border-radius: 10%;
    margin-left: 22%;
    z-index: 0;
}
.imgW img{
    background-color: #7CCC86;
    border-radius: 10px;
}
.searched-area1 {
    padding-left: 12%;
    padding-right: 12%;
    
}
/* .align-vertically {
    background: #7CCC86;
    color: #fff;
    display: flex;
    align-items: center;
    height: auto;
  } */

.span-selected-area {
    font-size: 9px;
    font-weight: 500;
}
.span-place {
    font-size: 20px;
    font-weight: bold;
}
.bi-chat-dots::before {
    content: "\f24a";
    font-size: 31px;
}
.bi-arrow-left-short::before {
    content: "\f12f";
    font-size: 33px;
}
.text-color22 {
    color: #fff;
}
a { 
    color: #434343;
}

.background-ccc {
    background-color: #7CCC86;
    border-radius: 8px;

}
.bell-icon {
    background-color: #F38BA0;
    border-radius: 10px;
    font-size: 27px;
    color: #fff;
}
[class^="bi-bell"]::before, [class*=" bi-bell"]::before {
    line-height: 1;
}
.title-span {
    font-size: 14px;
}
.span-down {
    font-size: 13px;
    color: #9D9D9D;
}
.span-down-d {
    font-size: 11px;
    color: #9D9D9D;
}
.ntf-minutes {
    font-size: 13px;
}
.bell-icon1 {
    background-color: #7ECEB5;
    border-radius: 10px;
    font-size: 27px;
    color: #fff;
}
.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #000;
}
.accordion-item {
    border: none;
}
.ddd {
    background-color: #7ECEB5;
    border-radius: 8px;
}

/* animations */
.img-animate {
    width: 100%;
    height: 410px;
    animation: animaeCloud 30s linear infinite;
    background-image: url('../images/wishlist-no-fav.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
}
      
  @keyframes animateCloud  {0% {background-position: 0 0;}100% {background-position: 1280px 0;}}


.stage {
    position: relative;
    bottom: 240px;
    height: 330px;
    width: 100%;
    
}
.box {
    align-self: flex-end;
    /* animation-duration: 3s; */
    /* animation-iteration-count: infinite; */
    background-image: url(https://i.postimg.cc/L5ztQpQ5/ball.png);
    background-repeat: no-repeat;
    height: 220px;
    display: flex;
    justify-content: center;
    transform-origin: bottom;
}
/* .bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-100px); }
    100% { transform: translateY(0); }
}
.rotate {
    animation: rotation 3s infinite linear;
} */
  
@keyframes rotation {
   from {
     transform: rotate(0deg);
   }
   to {
     transform: rotate(359deg);
   }
}
.scrollbar-primary::-webkit-scrollbar {
    width: 6px;
    border-radius: 50px;
    background-color: #fff;
    z-index: -1;
 }
 .scrollbar-primary::-webkit-scrollbar-thumb {
    background-color: #7CCC86;
    border-radius: 25px;
    z-index: -1;
}
.footer {
    margin-top: 0% !important;
}
.ccc input:checked ~ .checkmark {

    background-color: #7CCC86;
  }
  .fade__ {
    background-color: #7CCC86;
    color: #fff;
    border: none;
    border-radius: 19px;
    font-size: 15px;
    box-shadow: -2px -25px 47px 15px rgb(255 255 255 / 87%);
    -webkit-box-shadow: -2px -25px 47px 15px rgb(255 255 255 / 87%);
    -moz-box-shadow: -2px -25px 47px 15px rgba(255, 255, 255, 0.87);
}

.pageButton {
    border: none;
    color: #7CCC86;
    background-color: #fff;
}
.activePageButton {
    border-radius: 50px;
    background-color: #7CCC86;
    color: #fff;
}
/* .pageButton .bi-chevron-right::before {
    line-height: 1.4 !important;
}
.pageButton .bi-chevron-left::before {
    line-height: 1.4 !important;
} */
