/* ================= Responsive ================= */


/* Tablet */
@media (max-width: 992px){

    .hero,
    .second-section,
    .form_section{

        grid-template-columns:1fr;
        gap:25px;
    }


    .hero{

        margin:20px auto;
    }


    .hero-left,
    .hero-right,
    .doctor,
    .how_work,
    .price,
    .container_form{

        padding:25px;
    }


    .results-header h2{

        font-size:32px;
    }


    .results-header p{

        font-size:24px;
    }


    .swiper{

        height:400px;
    }


    .top_doc h3,
    .top_sec h3{

        font-size:32px;
    }


    .center_img img{

        height:180px;
    }


    .hero-btn img,
    .btn_img img{

        width:220px;
    }

}



/* Mobile */
@media (max-width: 600px){


    body{

        overflow-x:hidden;
    }


    .hero,
    .second-section,
    .form_section{

        width:100%;
        padding:0 15px;
        margin:30px auto;
        grid-template-columns:1fr;
    }


    .hero-right,
    .hero-left,
    .doctor,
    .how_work,
    .price,
    .container_form{

        border-radius:20px;
        padding:20px;
    }



    /* Hero */

    .hero-image img{

        border-radius:15px;
    }


    .feature{

        font-size:16px;
        padding:14px;
    }


    .hero-btn img{

        width:200px;
    }



    /* Slider */

    .swiper{

        height:300px;
        border-radius:15px;
    }


    .swiper-button-next,
    .swiper-button-prev{

        width:35px;
        height:35px;
    }


    .swiper-button-next::after,
    .swiper-button-prev::after{

        font-size:15px;
    }



    .results-header h2{

        font-size:26px;
    }


    .results-header p{

        font-size:18px;
    }




    /* Doctor */

    .top_doc h3,
    .top_sec h3{

        font-size:25px;
    }


    .top_doc p,
    .top_sec p{

        font-size:18px;
    }


    .doctor li{

        font-size:15px;
        padding:12px;
    }


    .center_img img{
        width:48%;
        max-width:48%;
        height:auto;
    }

    .center_img{
        gap:8px;
    }



    .text p{

        font-size:16px;
    }



    /* Form */

    .img_price img{

        max-width:100%;
    }


    .container_form{

        padding:20px;
    }


    .top_form p{

        font-size:18px;
    }


    .sm-p{

        font-size:15px;
    }


    .input_div input{

        height:55px;
        font-size:16px;
    }


    .btn{

        height:55px;
        font-size:20px;
    }



    .btn_img img{

        width:200px;
    }
    .import{
        flex-direction:column;
        text-align:center;
        padding:15px;
        gap:12px;
        border-radius:15px;
    }


    .import span{
        font-size:18px;
        padding:8px 20px;
    }


    .import p{
        font-size:16px;
        line-height:1.8;
    }


    .import br{
        display:none;
    }

}

/* Small phones */
@media (max-width: 380px){


    .hero,
    .second-section,
    .form_section{

        padding:0 10px;
    }


    .swiper{

        height:250px;
    }


    .feature{

        font-size:14px;
    }


    .results-header h2{

        font-size:22px;
    }


    .btn{

        font-size:18px;
    }

}
/* ================================
   Responsive Footer
================================ */

@media (max-width: 768px) {

    .footer {
        margin: 25px auto;
        padding: 0 10px 20px;
    }

    .boxs {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        align-items: stretch;
    }

    .box-blue,
    .box-orange {
        height: 125px;

        padding: 7px 5px;

        border-radius: 18px;

        box-sizing: border-box;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        justify-content: center;
    }

    /* Icon */

    .icon {
        width: 43px;
        height: 43px;

        min-width: 43px;
        min-height: 43px;

        margin: 0 auto 4px;
    }

    .icon img {
        width: 23px;
        height: 23px;
    }

    /* Title */

    .box-blue h4,
    .box-orange h4 {
        font-size: 14px;

        line-height: 1.2;

        margin: 0 0 2px;
        padding: 0;
    }

    /* Text */

    .box-blue p,
    .box-orange p {
        font-size: 10px;

        line-height: 1.35;

        margin: 0;
        padding: 0;
    }
}


/* ================================
   Small Phones
================================ */

@media (max-width: 480px) {

    .footer {
        padding: 0 8px 20px;
    }

    .boxs {
        gap: 6px;
    }

    .box-blue,
    .box-orange {
        height: 120px;

        padding: 6px 4px;

        border-radius: 16px;
    }

    .icon {
        width: 40px;
        height: 40px;

        min-width: 40px;
        min-height: 40px;

        margin-bottom: 3px;
    }

    .icon img {
        width: 21px;
        height: 21px;
    }

    .box-blue h4,
    .box-orange h4 {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
    }

    .box-blue p,
    .box-orange p {
        font-size: 9px;
        line-height: 1.3;
    }
}


/* ================================
   Very Small Phones
================================ */

@media (max-width: 380px) {

    .boxs {
        gap: 5px;
    }

    .box-blue,
    .box-orange {
        height: 110px;
        padding: 5px 3px;
        border-radius: 14px;
    }

    .icon {
        width: 36px;
        height: 36px;

        min-width: 36px;
        min-height: 36px;

        margin-bottom: 2px;
    }

    .icon img {
        width: 19px;
        height: 19px;
    }

    .box-blue h4,
    .box-orange h4 {
        font-size: 12px;
        margin-bottom: 1px;
    }

    .box-blue p,
    .box-orange p {
        font-size: 8px;
        line-height: 1.25;
    }
}