@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins';
}
.rate {
    text-align: start;
    height: 60px;
    padding: 0 10px;
    width: 30%;
    margin-left: -20px;
}

.whatsapp h4 {
    transition: opacity 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.whatsapp:hover h4 {
    opacity: 1;
    height: auto;
}

.whatsapp {
    transition: width 0.5s;
    width: 50px;
    height: 48px;
    overflow: hidden;
}

.whatsapp:hover {
    width: 280px;
}

.doctor-btn.active {
    background-color: #ff895d;
    color: white;
    border-color: #ff895d;
}

.custom-placeholder::placeholder {
    color: black;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-open:checked+.carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

#carousel-1:checked~.control-1,
#carousel-2:checked~.control-2,
#carousel-3:checked~.control-3 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}


.section_img {
    height: 380px;
    width: 420px;
    margin-top: -10px;
}



.shield {
    height: 20px;
    width: 20px;
    margin-top: 3px;
}

.shield_1 {
    height: 20px;
    width: 20px;
    margin-top: 3px;
}

.cards {
    width: 140px;
    height: 130px;
}

.doctor-btn:focus {
    background-color: #f7fafc;
    color: #1a202c;

}


.img_appoinment {
    height: 500px;
    width: 400px
}

.textarea {

    height: 120px;
    border: 2px solid #e7e7e7;
    margin-right: 39%;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.input_field {
    width: 250px
}

.button_confirm {
    width: 87%
}

.dentoclock_img_footer {
    height: 30px;
    width: 160px;
    margin-left: 30px;
}

.reach_out {
    display: none;
}

.socialmedia_icons {
    height: 200px;
    width: 200px;
    margin-top: -80px;

}

.socialmedia_icons_real {
    margin-top: -75px;
    margin-left: -120px;
    height: 170px;
    width: 390px;
}

.icons_box {
    margin-bottom: -20px;

}

.circle_box {
    margin-top: 30px;
    margin-left: 30%;
    display: flex;
    gap: 20px
}



.input_img {
    height: 18px;
    width: 18px;
    margin-left: -25px;
    margin-top: 10px;
}

.input_field {
    display: flex;

}

@media only screen and (max-width: 600px) {
    .textarea {
        height: 120px;
        border: 2px solid #e7e7e7;
        margin-right: 39%;
        border-radius: 10px;
        padding-left: 10px;
        padding-top: 10px;
    }

   
    
   
    .section_img {
        height: 200px;
        width: 200px;
        margin-top: 20px;
    }

    .img_appoinment {
        height: 300px;
        width: 250px;
        margin-left: 50px;
    }

    .circle_box {
        margin-top: 30px;
        margin-left: 40%;
        display: flex;
        gap: 20px
    }


    .icons_box {
        margin-bottom: 20px;
    }
    .rate {
        text-align: start;
        height: 60px;
        padding: 0 10px;
        width: 80%;
        margin-left: -20px;
       
    }
    
}

@media screen and (min-width:600px) and (max-width: 992px) {
    .textarea {
        height: 120px;
        border: 2px solid #e7e7e7;
        margin-right: 39%;
        border-radius: 10px;
        padding-left: 10px;
        padding-top: 10px;
    }

    
    .shield_1 {
        height: 20px;
        width: 35px;
        margin-top: 3px;
    }

    .icons_box {
        margin-bottom: 20px;
        margin-right: 20%;
    }
   


}

* {
    margin: 0;
    padding: 0;
}


.input_field {
    width: 500px
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 32px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.input_field {
    width: 300px
}

.animate-slide-up {
    animation: slide-up 0.3s ease-out;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.wa-icon {
    position: fixed;
    display: flex;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);

}

#wa-chat-widget {
    display: none;
    position: fixed;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: wa-chat-animation;
    animation-duration: 1s;
    /* width: 20%; */
    opacity: 100;

}

#wa-chat-widget:target {
    display: block;

}

.wa-chat-widget-header {
    display: flex;
    background: rgb(7, 94, 84);
    background: linear-gradient(90deg, rgba(7, 94, 84, 1) 0%, rgba(18, 140, 126, 1) 85%);
    color: #ffffff;
    padding: 1rem;

}

.wa-chat-widget-header img {
    max-width: 2.5rem;
}

.wa-chat-widget-header a.close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

.wa-chat-widget-profile {
    padding: 0 1rem 0 1rem;
}

.wa-chat-widget-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);

}

.wa-chat-widget-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);

}

.wa-chat-widget-body .message {
    padding: 0.5rem;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.wa-chat-widget-body .message .profile-name {
    color: #787878;
}

.wa-chat-widget-body .message .wcw-message {
    margin-top: 0.5rem;
}

.wa-chat-widget-send form {
    display: flex;
    margin: 0;
    background-color: rgb(230, 221, 212);
}

.wa-chat-widget-send input {
    border: none;
    padding: 0.5rem;
    width: 100%;
    border-radius: 1rem;
    ;
}

.wa-chat-widget-send button {
    background-color: #00d95f;
    padding: 10px;
    border-radius: 5%;
    border: none;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 40px;
    margin-bottom: 10px;


}

@keyframes wa-chat-animation {
    from {
        opacity: 0;
    }
}

/* .review_slider {
    position: relative;
    width: 100%;
}

.review_slider img {
    width: 100%;
}


.slider_caption {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 20px;

    background-color: rgba(9, 33, 47, .7);
}



.slider_caption h2 {
    font-size: 25px;
    font-weight: 400;

    text-align: left;

    color: #fff;
}

.horizontal-scrollbar {
    width: 0%;
    height: 10px;
    background-color: gray;
    position: relative;
}

.scrollbar-thumb {
    width: 50px;
 
    height: 100%;
    background-color: orange;
    
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s ease-in-out;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slides-container {

    transition: transform 0.3s ease-in-out;
} */

