.as-hidden
{
    display: none !important;
}

.hidden
{
    opacity: 0;
}


.as-container
{
    flex:1;
   
}

.show
{
    opacity: 1 ;
}

@media (min-width: 787px)
{
    .as-d-flex_container .as-arrow
    {
        height: 18px !important;
    }

    .as-d-flex_container .as-circle
    {
        height: 40px !important;
    }


    .as-d-flex_container .as-cta
    {
        padding-top: 5px;
    }

    .as-mb-package-single-heading
    {
        margin-top: 10px;
    }

    body
    {
        padding-top: 65px;
    }

}

@media (max-width: 786px)
{
    body
    {
        padding-top: 30px;
    }
}

body.homepage {
    padding-top: 0px !important;

}

input:focus
{
   border-color: black !important;

}

input:focus::placeholder
{
    color: rgb(209, 209, 209) !important;
}

.as-hide-test #BookAppHead
{
    display: none !important;
    
}

.as-breadcrumbs
{
    margin-top: 45px !important;
    /* margin-bottom: 45px !important; */
    font-size: 18px;
    font-family: Quicksand;
}

@media (min-width:788px)
{
    .as-dt-hide
    {
        display: none !important;
    }


    .as-submit-btn:hover
    {
        letter-spacing: 1px !important;
        transition-duration: 0.8s !important;
        text-decoration: none !important;
        
    }


    .as-submit-btn:not(:hover)
    {

        transition-duration: 0.8s;
        
    }

}

@media (max-width:1440px)
{
    .as-container
    {
        padding: 20px 2rem;
    }
}

@media (max-width:787px)
{
    .as-mb-hide
    {
        display: none !important;
    }

    .as-container
    {
        padding: 20px 1rem;
    }

    .as-block-heading
    {
        width: 320px;
    }

    .as-specialization
    {
        align-items: center !important;
        gap: 2rem !important;
    }

    .as-specialization h1
    {
        text-align: center !important;
    }

    .as-specialization .as-block-heading
    {
        width: auto !important;
        padding: 0 !important;
    }
}


body,p,h1,h2,h3,h4,h5
{
    margin: 0;
  
}


.as-decoration-none
{
    text-decoration: none;
}


@media (min-width:787px)
{
    .as-dt-pt-1
    {
        padding-top: 1rem !important;
    }

    .as-dt-pt-2
    {
        padding-top: 2rem !important;
    }
}

/* Padding */
.as-pt-0
{
    padding-top: 0rem !important;
}

.as-pt-1
{
    padding-top: 1rem !important;
}

.as-pt-2
{
    padding-top: 2rem !important;
}

.as-pt-3
{
    padding-top: 3rem !important;
}

.as-pt-4
{
    padding-top: 4rem !important;
}

.as-pb-4
{
    padding-bottom: 4rem !important;
}

.as-pb-1
{
    padding-bottom: 1rem !important;
}

.as-pb-2
{
    padding-bottom: 2rem !important;
}

.as-pb-3
{
    padding-bottom: 3rem !important;
}

.as-pb-4
{
    padding-bottom: 4rem !important;
}


.as-mt-1
{
    margin-top: 1rem !important;
}

.as-mt-2
{
    margin-top: 2rem !important;
}

.as-mt-3
{
    margin-top: 3rem !important;
}

.as-mt-4
{
    margin-top: 4rem !important;
}

.as-mb-4
{
    margin-bottom: 4rem !important;
}

.as-mb-1
{
    margin-bottom: 1rem !important;
}

.as-mb-2
{
    margin-bottom: 2rem !important ;
}

.as-mb-3
{
    margin-bottom: 3rem !important;
}

.as-mb-4
{
    margin-bottom: 4rem !important;
}

.as-plr-1
{
    padding: 0 1rem;
}


.as-plr-2
{
    padding: 0 2rem;
}

.as-plr-4
{
    padding: 0 4rem;
}


/* end of padding classes */


.as-flex {
    display: flex;
    gap: 21px;
}

.as-row-reverse
{
    flex-direction: row-reverse;
    
}

.as-flex-start
{
    align-items: start !important;
    gap: 5px;
}

.as-flex-align-start
{
    align-items: start !important;
}

.as-form
{
    align-items: end;
}

.as-form span
{
    display: none !important;
}

.as-justify-between
{
    justify-content: space-between;
}

.as-justify-end
{
    justify-content: flex-end;
}

.as-flex-align-center
{
    align-items:center !important;
}


.as-flex-align-baseline
{
    align-items:baseline;
}


.as-justify-center
{
    justify-content: center;
}

.as-flex-wrap
{
    flex-wrap: wrap;

}


.as-column
{
    flex-direction: column;
}

.as-row
{
    flex-direction: row;
}


@media (max-width:1440px)
{
    .as-container
    {
        max-width: 1180px;
        margin: auto;
        color: #736B69;
        font-family: Quicksand;   
    }

    .as-flex_container
    {
        display: flex;
        gap: 45px;
        flex-direction:row;
        justify-content: center;
        padding: 50px 0;
        align-items:center;
    }
}

@media (min-width:1441px)
{
    .as-container
    {
        max-width: 1280px;
        margin: auto;
        color: #736B69;
        font-family: Quicksand;   
    }

    .as-flex_container
    {
        display: flex;
        gap: 6rem;
        flex-direction:row;
        justify-content: center;
        padding: 50px 0;
        align-items:center;
    }
}


.as-container-full
{
    max-width: 100%;
    margin: auto;
    font-family: Quicksand;
    background-color: #F2ECE7;
    
}
.as-aligncenter{
    align-items: center !important; 
}




@media (max-width:787px)
{   
    
    
    .as-flex-right{
        display: flex;
        flex-direction: column;
        height: auto !important;
    }

    .as-flex_container.sr-update-fix{
        flex-direction:column;
    } 

    .as-flex_container
    {
        flex-direction:column-reverse;
        justify-content: center;
        padding: 10px 0;
    }


    .as-flex-right, .as-img
    {

        width: 100%;
        height: 200px;
        object-fit: cover;
        
    }





    .as-container h2
    {
        font-size: 32px;
        font-weight: normal;
    }

    .as-container h1, .single-specializations h2
    {
        font-size: 36px;
        font-weight:100;
        padding: 15px 0px;
    }
    .single-specializations h3
    {
        font-size: 32px;
        font-weight:100;
        padding: 15px 0px;
    }
    .as-container h5
    {
        font-size: 15px;
    }


    .as-flex-left p
    {
        font-size: 16px;
        line-height: 32px;
        padding: 5px 0px;
        font-family: 'Kodchasan light';

    }


}


@media (min-width:788px)
{
    .as-flex-right, .as-img
    {

        width: 670px;
        height: 530px;
        object-fit: cover;
        
    }



    .as-container h1
    {
        font-size: 42px;
        padding: 20px 0px;
        font-family: 'Quicksand';
        line-height: 54px !important;
    }
   
    .as-container h2
    {
        font-size: 32px;
        font-weight: normal;
    }
    .single-specializations h2{
        font-size: 42px;
        padding-bottom: 15px;
    }
    .single-specializations h3{
        font-size: 35px;
        padding-bottom: 15px;
    }

    .as-container h5
    {
        font-size: 15px;
    }


    .as-flex-left p
    {
        font-size: 18px;
        line-height: 32px;
        padding: 5px 0px;
        font-family: 'Kodchasan light';

    }
   
    

}


    /* Secondary Container */

@media (min-width:788px) and (max-width:1200px)
{
    .as-flex-right, .as-img
    {

        width: 100%;
        height: 450px;
        object-fit: cover;
        
    }
}

@media (max-width:787px)
{
    .as-flex_container_secondary
    {
        display: flex;
        gap: 41px;
        flex-direction:column-reverse;
        justify-content: center;
        padding: 0px 0px;
    /* align-items:center; */
    }

    .as-flex_container_secondary.sr-fix-mob{
        flex-direction:column;
    }



    .as-flex_container_secondary img
    {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .as-cta_block h1, .bookcompl-cta
    {
        margin:0;
        line-height: 39px;
        text-align: left;
        font-size: 32px;
        padding: 0px 0px;
    }

}



@media (min-width: 788px)
{

    .as-flex_container_secondary
    {
        display: flex;
        gap: 98px;
        flex-direction:row;
        justify-content: center;
        padding: 40px 98px;
    /* align-items:center; */
    }



    .as-flex_container_secondary img
    {
        width: 475px;
        height: 540px;
        object-fit: cover;
    }

        .as-row-reverse
    {
        flex-direction: row-reverse;
    }

    .as-cta_block h1, .bookcompl-cta
    {
        margin:0;
        line-height: 60px;
        text-align: center;
        font-size: 42px;
        padding: 0px 0px;
    }

    
}



.as-cta_block
{
    padding: 60px 0 80px 0px;
}
.callbackhead{
    display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.as-specialization .callbackhead{
    max-width: 800px;
}


@media (min-width:787px)
{
    .as-cta_link
{
    text-decoration: none;
    text-align: end !important;
    color: #736B69;
    font-family: 'Kodchasan light';
}
    
}

@media (max-width:786px)
{
    .as-cta_link
    {
        text-decoration: none;
        text-align: start !important;
        color: #736B69;
        font-family: 'Kodchasan light';
        display: flex;
align-items: center;
    }
}

.as-specialists-flex
{
    display: flex;
    flex-direction: row;
    gap:34px
}

.as-bio
{
    font-family: 'Kodchasan light';
}

@media (min-width:788px)
{

    

    .as-specialists
    {
        /* width: 480px !important; */
        overflow: auto;
        border: 1px solid #B7B2AB;
        padding: 20px 25px;
        border-radius: 500px;

        
    }

    .as-specialists-profile
    {
        width: 320px;
        display: flex;
        flex-direction: column;

    
        
    }

        .as-specialists h3
    {
        font-size: 24px;
        font-weight: 600;
        height: auto;

    }

    .as-specialists p
    {
        font-size: 16px;
        line-height: 24px;
        max-height: 90px;
        width: 270px;
        
    }

    .as-specialists span
    {
        max-height: 40px;
    }

    .as-specialists-img
    {   
        width: 154px;
        height: 154px;

    }

    .as-bookcta-text
    {
        padding:0 50px;
    }

    .as-bookcta-text a
    {
        text-decoration: none;
        color: #707070;
    }

    .as-bookcta-text a:hover
    {
        text-decoration: underline;
        
    }

    .as-spec-justify
    {
        justify-content: space-around;
        column-gap: 20px;

    }

    .as-hgap-4r
    {
        gap: 4rem !important;
    }


    .as-cta
    {
        height: 20px;
    }

    .as-bio
    {
        padding-right: 5rem;
    }


    .as-gap-40
    {
        row-gap:60px !important;
    }


    .as-gap-80
    {
        row-gap:80px !important;
    }

    .as-gap-34
    {
        gap:34px !important;
    }



}

@media (max-width:787px)
{


    .as-mb-justify-center
    {
        justify-content: center !important;
    }

    .as-specialists-flex
    {
        display: flex;
        flex-direction: row;
        gap:10px
    }
    
    .empty-for-loop
    {
        padding: 1rem 0;
    }

    .as-flex
    {
        align-items: flex-start;
    }

    .as-cta
    {
        align-items: center !important;
    }

   

    .as-specialists
    {
        overflow: auto;
        border: 1px solid #C0A59C;
        padding: 16px 17px; 
        border-radius: 500px;

        
    }

    .as-specialists-profile span
    {
        font-size: 14px !important;        
    }


  

    .as-specialists-profile
    {
        /* width: 200px; */
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        gap: 0px !important;

    
        
    }

        .as-specialists-profile h3
    {
        font-size: 18px;
        font-weight: 600;
        text-align: start;
        padding: 10px 0px 10px 0px;

    }

    .as-specialists p
    {
        display: none;
        
    }

    .as-specialists span
    {
        /* height: 40px; */
    }

    .as-specialists-img
    {   
        width: 135px;
        height: 135px;
        border-radius: 85px;
        object-fit: cover;

    }

    .as-bookcta-text
    {
        padding:0 10px;
        width: 90%;
    }

    .as-bookcta-text a
    {
        font-size: 14px;
        text-decoration: none;
        color: #707070;
    }

    .as-bookcta-text a:hover
    {
        text-decoration: underline;
        
    }


    .as-doctorlist-cta-container
    {
        display: flex;
        margin-top: 1rem;
        justify-content: space-between;
        padding: 0 1rem;
        align-items: center;
    }


    .as-gap-40
    {
        gap:40px !important;
    }


    .as-gap-80
    {
        gap:80px !important;
    }

    .as-gap-34
    {
        gap: 5px !important;
    }

    .as-package-price
    {
        color: white;
        background-color: #736B69;
        padding: 5px 15px;
        font-weight: 700;
        font-size: 18px;
        border-radius: 20px;
    }



}




/* image reveal specialization */


/* Doctor and Package Listing */

@media (min-width:1200px)
{
    .as-d-intro-w
    {
        width: 80%;
    }
}

.as-package-listing #specselect{
    height:70px;

    border: none;
    overflow: hidden;
  }
  .as-package-listing #specselect::-moz-focus-inner {
    border: 0;
  }
  .as-package-listing #specselect:focus {
    outline: none;
  }
  .as-package-listing #specselect option{
    margin: 0 10px;
    background-color: transparent;
    border: 1px solid #736b6973;
    border-radius: 25px;
    padding: 10px 25px;
    font-family: "Kodchasan light";
    font-size: 18px;
    color: #736b69;
    display: inline-block;
  }

  .as-mb-btns button{
    margin: 5px 0px;
    background-color: transparent;
    border: 1px solid #736b6973;
    border-radius: 25px;
    padding: 10px 25px;
    font-family: "Kodchasan light";
    font-size: 18px;
    color: #736b69;
    display: inline-block;
  }

  .as-package-listing #specselect option:hover{
    cursor: pointer;
    border-color: #736b69;
  }

  .as-package-listing #specselect option:checked{
    background-color: #736B69;
    color: white;
  }

@media (max-width:787px)
{
    

   


    .as-mb-flex-col {
        display: flex;
        flex-direction: column !important;
        gap: 21px;
    }

       .as-packages
    {
        width: auto !important;
        max-width: 300px ;
        overflow: hidden;
        /* border: 1px solid #B7B2AB; */
        padding: 15px 20px;

        margin-right: 20px;
        
        margin-left: 20px;
        border-radius: 30px;
        background-color: #F2ECE7;

        
    }

    .as-packages-profile
    {
        width: 320px;
        text-align: center;
        display: flex;
        flex-direction: column;

    
        
    }

    .as-arrowcircle .as-arrow
    {
        height: 20px;
    }


    .as-arrowcircle .as-circle
    {
        height: 38px;
    }



    .as-packages-profile h3
    {
        font-size: 18px !important; 
        height: 45px;
    }



    .as-package-listing #specselect{
        height:120px;
        border: none;
        overflow: hidden;
      }


    .as-package-listing #specselect option{
        margin: 10px 0px;
        background-color: transparent;
        border: 1px solid #736b69;
        border-radius: 25px;
        padding: 10px 25px;
        font-family: "Kodchasan light";
        font-size: 18px;
        color: #736b69;
        display: block;
        max-width: 270px;
      }

    .as-package-listing .as-dropdown-box
    {
        /* max-width:400px; */
        flex:unset !important;
        padding: 0 !important;
        border: 1px solid #dfdbdb;
        border-radius:20px !important;
        font-size: 21px;
        font-family: Quicksand;
        color: #736b69e3;  
        background-color: white; 

    }


.as-dropdown-box::placeholder
{
    font-size: 21px;
    line-height: 32px;
    font-family: Quicksand;
    color: #736b69bb;
    font-weight: 400;
  
}

      

}

@media (min-width:788px)
{
    .as-dt-align-center
    {
        align-items: center !important;
    }

    .as-dt-w-auto
    {
        width: auto !important;
    }

    .as-package-listing h3{
        flex: unset !important;



    }

   

    .as-doctors-listing
    {
        font-family: Quicksand;
        
        gap: 31px;
       
            
    }

    .as-packages
    {
        width: 480px !important;
        overflow: hidden;
        /* border: 1px solid #B7B2AB; */
        padding: 15px 20px;
        border-radius: 500px;
        background-color: #F2ECE7;
        align-items: center;
        display: flex;
        
    }

    .as-packages-profile h3
    {
        font: normal normal 600 22px Quicksand;

        max-width: 210px; 
        font-weight: 600;
    }
    
    
    .as-doctors-listing h3
    {
        font-size: 15px;
        font-family: 'Kodchasan light';
        font-weight: 400;
        line-height: 32px;
        flex:1;
    }

    .as-package-listing
    {
        margin-top: 20px;
        font-family: Quicksand;
        
        gap: 0px;
        padding: 0px;
            
    }

    .as-package-price
    {
        color: white;
        background-color: #736B69;
        padding: 5px 15px;
        font-weight: 700;
        font-size: 18px !important;
        border-radius: 20px;
    }

    .as-package-hr
    {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;    
        width: 150px;
        color: #736b69;
        height: 2px !important;
    }

    .as-packages-filter-btns button
    {
        background-color: transparent;
        border: 1px solid #736b69;
        border-radius: 25px;
        padding: 10px 25px;
        font-family: "Kodchasan light";
        font-size: 18px;
        color: #736b69;
    }

    .as-hr-single-package
    {
        margin-top: 5px;
        width: 100%;
        color: #736b69;
    }

    .as-package-listing h3
    {
        font-size: 21px;
        font-family: 'Kodchasan light';
        font-weight: 400;
        line-height: 32px;
        
    }

    .as-specialists-img
    {
        width: 154px !important;
        border-radius: 75px !important;
        height: 154px !important;
        object-fit: cover;
    }

    .as-packages-img
    {
        width: 174px !important;
        border-radius: 115px !important;
        height:174px !important;
        object-fit: cover;
    }


    .as-packages, .as-packages-detail li
    {
        font-size: 12px !important;
    }

    .as-packages, .as-packages-detail p
    {
        font-size: 12px !important;
    }

    .as-packages, .as-packages-detail span {
        font-size: 12px !important;
    }

    .as-package, .as-packages-detail a
    {
        font-size: 12px !important;
    }

    .as-package-detail li, .as-session-li
    {
        font-size: 14px !important;
    }
    
}

.as-clear-filter
{
    display:flex !important; justify-content: center !important; width:100px !important; padding:15px !important;
}

.as-clear-filter li:hover
{
   text-decoration: underline;
}

@media (max-width:787px) {

    .as-clear-filter
    {
        display:flex; justify-content: center; width:100px; padding:15px;
    }

    .as-clear-filter:hover
    {
        cursor: pointer;
    }

    .as-hr-single-package
    {
       margin-top: 5px;
       margin-bottom: 10px;
    }


    .as-packages .as-flex
    {
        align-items: center !important;
        justify-content: space-between;
        gap: 10px !important;
        width: 90% !important;
        margin: auto;
    }

    .as-packages-img
    {
        width: 154px !important;
        border-radius: 115px !important;
        height:154px !important;
        object-fit: cover;
    }

    .as-package-hr
    {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;    
        width: 150px;
        color: #736b69;
        height: 2px;
    }
    .as-packages .booknowbtn 

    {
        justify-content: end !important;
    }

  
    
}

select
{
    background-color: transparent !important;

}

.as-spec-arrow
{
    -webkit-appearance: none !important;

  -moz-appearance: none !important;


  background: url(https://wellth.ae/wp-content/uploads/2022/11/DropDown.png) !important;

  background-repeat: no-repeat !important;

  background-position-x: 95% !important;

  background-position-y: 24px  !important ;

}

html[lang="ar"] .as-spec-arrow{
    background-position-x: 10% !important;

}

.wpcf7-form-control-wrap select
{

  background-position-x: 95% !important;

  background-position-y: 12px !important;

}


@media (max-width:350px)
{
    
    .as-packages, .as-packages-detail li
    {
        font-size: 12px !important;
    }

    .as-packages, .as-packages-detail p
    {
        font-size: 12px !important;
    }

    .as-packages, .as-packages-detail span {
        font-size: 12px !important;
    }

    .as-package, .as-packages-detail a
    {
        font-size: 12px !important;
    }

    .as-package-detail li
    {
        font-size: 12px !important;
    }
    .booknowbtn
    {
        gap: 5px !important;
        padding-left: 5px;
    }

    .as-arrowcircle .as-circle 
    {
        height: 38px ;
    }

    .as-arrowcircle .as-arrow 
    {
        height: 20px;
    }

}
@media (max-width:787px)
{
    .as-doctors-listing
    {
        
        gap: 18px !important;   
        flex-direction: column !important; 
    }
    .package-filter-container {
        padding: 20px 1rem 0px;
      }
    .as-doctors-listing h3
    {
        font-size: 16px;
        line-height: 24px;
        flex:1;
    }
    .packagelisting-container{
        margin-bottom: 0px !important;
padding-bottom: 20px !important;
    }
    select.as-dropdown-box{
        width: 100%;
        padding: 8px 16px;
        font-size: 16px;
    }
    select.as-spec-arrow{
        background-position-y: 17px !important;
        background-size: 14px !important;
    }
}
.clear-filter{
    background: gray;
    color: #fff;
    border-radius: 50px;
    padding: 0 12px;
    font-size: 12px;

}

@media (min-width:400px) and (max-width:787px)
{

    
    .as-packages, .as-packages-detail li
    {
        font-size: 14px !important;
    }

    .as-packages, .as-packages-detail p
    {
        font-size: 14px !important;
    }

    .as-packages, .as-packages-detail span {
        font-size: 14px !important;
    }

    .as-package, .as-packages-detail a
    {
        font-size: 14px !important;
    }

    .as-package-detail li
    {
        font-size: 14px !important;
    }
  

    .as-package-listing
    {
        
        gap: 10px !important;   
        flex-direction: column !important; 
    }

    .as-dropdown-box
    {
        order: 1;
        width: 100%;
        background-color: white;
    }

    .as-listing-text-input::placeholder
    {
        font-size: 16px !important;
        font-family: 'Kodchasan light' !important; 
    }

    .as-listing-text
    {
        width: 100%;
    }

    .as-dropdown-box
    {
        font-size: 16px !important;
         font-family: 'Kodchasan light' !important;
    }


    .as-dropdown-box::placeholder
    {
        font-size: 16px !important;
        font-family: 'Kodchasan light' !important;
    }

    .as-packages-filter-btns button
    {
        background-color: transparent;
        border: 1px solid #736b69;
        border-radius: 25px;
        padding: 10px 25px;
        font-family: "Kodchasan light";
        font-size: 18px;
        color: #736b69;
       
    }

    .as-packages-filter-btns
    {
    flex-direction: column !important;
    }
}

.as-dropdown-box
{
    /* max-width:400px; */
    flex:1;
    padding: 15px 20px 12px 30px;
    border: 1px solid #dfdbdb;
    border-radius:100px;
    font-size: 21px;
    font-family: Quicksand;
    color: #736b69e3;  
    background-color: white; 

}


.as-dropdown-box::placeholder
{
    font-size: 21px;
    line-height: 32px;
    font-family: Quicksand;
    color: #736b69bb;
    font-weight: 400;
  
}

.as-no-border
{
    border:none;
}

.as-listing-text
{
    border-bottom: 1px solid #707070;
    opacity: 0.5;
    display: flex;
    flex:1;
    font-size: 21px;
    font-family: Quicksand;
    color: #736b69e3; 
}

.as-listing-text-input
{
    font-size: 21px;
    font-family: Quicksand;
    color: #736b69e3; 
}

.as-listing-text input
{
    padding: 18px 20px 12px 20px;   
}

.as-listing-text input::placeholder
{
    font-size: 21px;
    font-family: Quicksand;
    color: #736B69;
    font-weight: lighter;
}

.as-listing-intro
{
    padding: 0px 31px ;
}

.as-listing-intro h3
{

    font-family: Koschasan;
    line-height: 32px;
    
}

@media (min-width: 1000px)
{

    .as-img-doc
    {

        width: 437px;
        height: 530px;
        object-fit: contain;
        
    }

    .as-package-single-img
    {
        height: 540px;
        width: 475px;
        object-fit: cover;
    }

}

@media (min-width: 787px) and (max-width:999px)
{

    .as-package-single-img
    {
        height: 500px;
        width: 487px;
        object-fit: cover;
    }
    .as-img-doc
    {

        width: 337px;
        height: 430px;
        object-fit: contain;
        
    }
}

@media (min-width:1100px)
{
    .as-dt-w-80
    {
        width: 85%;
    }


    .as-dt-w-90
    {
        width: 90%;
    }



    .as-d-profile
    {
        max-width: 320px;
       
    }

    .as-d-profile h3
    {
        font-weight: 400;
        font-size: 21px;
        font-family: Kodchasan;
    }

    .as-d-profile p
    {
        font-weight: 400;
        font-size: 18px;
        font-family: Kodchasan;
    }


    .as-d-desc
    {
        line-height: 32px;
        font-family: Kodchasan;
        font-weight: 400;
        font-size: 18px;
    }
        
}

.as-d-profile
    {
        max-width: 320px;
       
    }

    .as-d-profile h3
    {
        padding:10px 0px;
        font-weight: bold;
        font-size: 21px;
        font-family: Kodchasan;
    }

    .as-d-profile p
    {
        font-weight: 400;
        font-size: 18px;
        font-family: Kodchasan;
    }


    .as-d-desc
    {
        padding: 1rem 0rem;
        line-height: 32px;
        font-family: Kodchasan;
        font-weight: 400;
        font-size: 18px;
    }
        

@media (min-width:788px) and (max-width:1100px)
{
    .as-dt-w-80
    {
        width: 100%;
    }


    
    .as-d-book_cta
    {
        align-items: center;
        justify-content: space-between;
        padding: 2rem 0;
    }
    
}

.as-001
{
    display: flex;
    flex-direction: column;
}

.as-bookapp-row-container
{
    display:flex; 
    flex-direction:column; 
    width: 330px;
}

.as-bookapp-cta
{
   
}

.as-mbottom-2
{
    margin-bottom: 2rem;
}

/* doctors single */

@media (max-width:787px){
    .as-packages-collect .slick-prev {
        left: -10px;
        z-index: 100;
    }
    .category-title li {
        padding: 0px 5px;
      }
    .as-packages-collect .slick-next {
        right: 5px;
        z-index: 100;
      }
      .as-container .package-detailflex{
         gap:5px !important;
     }
     .packagedetail-mainsection{
        flex-direction: column;
        align-items: unset !important;
     }
     .as-package-detail h3{
         font-size: 18px !important;
     }
     .packagedetail-mainsection .packagemainsection-head{
        font-size: 22px !important;
     }
     .as-package-detail li, .as-session-li span, .package-detail-des p{
         font-size: 14px !important;
     }
    .as-packages-collect .slick-prev::before {
        content: url(../images/leftarrow.png);
    }
    .related-package .slick-slide {
        margin: 0px 15px;
      }
    .as-packages-collect .slick-next::before {
        content: url(../images/rightarrow.png);
    }
    .as-packages-collect {
        width: 90vw;
        margin: auto;
        padding-top: 0px !important;
      }
      .as-packages,.filter-container{
        margin: auto;
      }
    .as-mrl-1
    {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .as-bookapp-cta
    {
        width: 200px;
    }
    
    .breadcrubs
    {
        padding-left:0 !important;
        font-size: 14px !important;

    }

    .as-bookapp-row-container
    {
        display:flex; 
        flex-direction:column; 
        width: 330px;
    }

    .as-flex
    {
        gap:1rem;
    }


        .as-d-flex_container
    {
        flex-direction: column-reverse;
        gap: 23px !important;
        
    }


    .as-img-doc
    {

        width: 100%;
        height: 400px;
        object-fit: cover;
        
    }

    .as-package-single-img
    {
        height: 200px;
        object-fit: contain;
        margin: auto;
        text-align: center;
        
    }

        .as-d-profile
    {
        max-width: 320px;
        padding: 0px 0;
        
    }

    .as-d-profile h3
    {
        font-weight: 400;
        font-size: 21px;
        font-family: Kodchasan;
        line-height: 27px;
    }

    .as-d-profile p
    {
        font-weight: 400;
        line-height: 27px;
        font-size: 16px !important;
        font-family: Kodchasan;

    }

    .as-d-desc
    {
        line-height: 24px;
        font-family: Kodchasan;
        font-weight: 400;
        font-size: 16px;
    }

    .as-d-book_cta
    {
        align-items: center;
        justify-content: space-between;
        padding: 2rem 0;
    }

    
}


@media (min-width:787px)
{
    .as-cta_link:hover
    {
        letter-spacing: 1px !important;
        transition-duration: 0.8s !important;
        text-decoration: none !important;
        
    }


    .as-cta_link:not(:hover)
    {

        transition-duration: 0.8s;
        
    }



    .as-bookapp-cta:hover + .as-arrowcircle .as-arrow
    {

        animation: bounce 1.2s;
        animation-delay: 0.1s;

    }

    .as-bookapp-cta:hover .as-arrowcircle .as-arrow
    {

        animation: bounce 1.2s;
        animation-delay: 0.1s;

    }

    .as-bookapp-cta:not(:hover) + .as-arrowcircle .as-arrow
    {
        transition-delay: 2s;
        /* right: 5px; */
    /* transition-duration: 0.1s; */
    }

}
.as-d-flex_container
{
    display: flex;
    gap: 56px;
}

.as-d-flex_right
{
    display: flex;
    justify-content: space-between;
    font-family: Kodchasan !important;
    
    flex-direction: column;

}


.as-d-flex-package_right
{
    display: flex;
    justify-content: flex-start;
    font-family: Kodchasan !important;
    
    flex-direction: column;
    width: 100%;   

}


@media screen and (min-width: 787px) {

.as-d-flex-package_right {
    width: 50% !important;
    
}
}

.as-package-detail
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.pd-maindetail{
    margin-bottom: 15px;
}
.pd-duration {
    font-size: 14px;
  }
  .as-mb-package-single-heading {
    padding: 15px 0px;
  }
.as-package-detail h3
{
    font: normal 21px "Quicksand";
    max-width: 350px;
    font-family: 'Quicksand regular';
}
.pl-maindesc{
    font-size: 16px !important;
}
.as-session-ul
{
    padding-right: 15px;
}

.as-session-li
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 6px 0;
    align-items: center;
    gap:1rem;
}

.as-sessions-count
{
    background-color: #F2ECE7;
    /* border: 1px solid #F2ECE7; */
    border-radius: 20px;
    padding: 2px 6px;
width: 24px;
height: 24px;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
font-size: 12px;
object-fit: contain;
}

.as-d-profile
{
    max-width: 320px;
}

.as-d-profile h3
{
    font-weight: 400;
    font-size: 21px;
    font-family: Kodchasan;
}

.as-d-profile p
{
    font-weight: 400;
    font-size: 18px;
    font-family: Kodchasan;
}




.as-arrowcircle
{
    padding-left: 20px;
    display: flex;
    position: relative;
    align-items: center;
    
}

.as-arrow
{
    position: absolute;
    
    right:10px;
    left: -5px;
    /* top:10px;  */
    object-fit:calc()
    
    
}





  @keyframes bounce {
   
    0%
    {
        width: 51.94px;
        height: 23.39px;
    }

    30%
    {

        width: 15.94px;
        height: 23.39px;
    }
    
    100%
    {

        width: 51.94px;
        height: 23.39px;
    }
/* 
    70%
    {

        width: 31.94px;
        height: 23.39px;
    }

    80%
    {

        width: 51.94px;
        height: 23.39px;
    }

    90%
    {

        width: 41.94px;
        height: 23.39px;
    }
    100%
    {

        width: 51.94px;
        height: 23.39px;
    } */
    

  

}


/* Wellth Creators */

@media (min-width:789px)
{

    .as-creators-container
    {
        margin: 1rem 0;
        display: flex;
        flex-direction: column;
        gap: 63px;
    }

    .as-single-creator
    {
        display: flex;
        flex-direction: row;
        gap: 60px;
        padding: 32px 35px;
        background-color: #F3ECE4;
        border-radius: 300px;
        align-items: center;
    }

    .as-creator-img img
    {
        width: 244px;
        height: 244px;
        object-fit: cover;
    }

    .as-creator-details
    {
        font-family: Kodchasan;
        width: 741px;
    }

    .as-creator-details h3
    {
        font-size: 24px;
        line-height: 32px;
        padding: 0;
    }

    .as-creator-details h6
    {
        font-size: 18px;
        line-height: 32px;
        padding: 0;
        margin: 2px 0;
    }

    .as-creator-details p
    {
        font-size: 18px;
        line-height: 32px;
        padding: 0;
        margin: 0;
    }

    .as-app-form-padding
    {
        padding-top: 100px;
        padding-bottom: 100px;
    }
  

}

@media (min-width:991px)
{

    .wellthcreators-list div p
    {
        padding-right: 20px;
     
    }


}

.as-mb-doctorslisting .slick-slide
{
    margin: 0 20px;
    text-align: center;
}

.slider-wellth-creators .slick-slide .slick-active
{
    margin: 0 0 0 20px;
    text-align: center;
  
}


.slider-wellth-creators .slick-slide
{
    margin: 0 20px 0 20px;
    text-align: center;
  
}

.slide-slide img
{
    text-align: center;
}

@media (max-width:788px)
{
    .as-mb-package-single-heading {
        padding: 0px 0px;
      }
    .as-container
    {
        position: relative;
    }

    .as-mb-doctorslisting
    {
        margin-top:40px;
    }

    .as-listing-arrows
    {
        position: absolute;
        right:20px;
        top:0;
        z-index: 1000;
    }

    .as-container h2
    {
        text-align: center;
    }
  
    .single-specializations h2{
        text-align: start;
    }
    .single-specializations .bookcompl-cta {
        text-align: center;
      }
    .as-creators-container
    {
        margin: 1rem 0;
        display: flex;
        flex-direction: column;
        gap: 63px;
        align-items: center !important;
        
    }

    .as-single-creator
    {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 35px 22px;
        background-color: #F3ECE4;
        border-radius: 30px;
        align-items: center !important;

        width: 350px;
        
    }

    .as-creator-img
    {
        margin:auto !important;
        padding: 0 0 20px 0;
    }

    .as-creator-img img
    {
        width: 180px;
        height: 180px;
        object-fit: cover;
        margin:auto !important;
    }

    .as-creator-details
    {
        font-family: Kodchasan;
        width: auto;
        text-align: center !important;
    }

    .as-creator-details h3
    {
        font-size: 24px;
        line-height: 24px;
        font-weight: normal;
        padding: 20px 0 3px 0;
    }

    .as-creator-details h6
    {
        font-size: 18px;
        line-height: 24px;
        padding: 0;
        margin: 2px 0;
    }

    .as-creator-details p
    {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 0 0 0;
        margin: 0;
    }


    .wellthcreators-list div
    {
        padding-bottom: 20px;
   
     
    }

    .as-mb-h-creators
    {
    
        padding-bottom: 1rem !important;
        
    }

    .as-mb-h-creators p
    {
    
        padding-bottom: 1rem !important;
        
    }

    .as-app-form-padding
    {
        padding-bottom: 4rem;
    }


}


@media (min-width:991px)
{
    .wellthcreators-list
    {
        margin-top: 28px !important;
    }
}

.creators-description
{
    font-family: 'Kodchasan light' !important; 
}


@media (max-width: 450px)
{
    .as-mb-h-creators
    {
        

        padding-bottom: 1rem !important;
        
    }
}

.as-mb-specialist-viewbio a:hover
{
    text-decoration: underline;
}
.booknowbtn{
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 445px)
{
    .booknowbtn{
        display: flex;
        align-items: center;
        gap: 10px !important;
    }
}
@media (min-width:787px)
{
    .hideondesktop{
        display: none !important;
    }
}
@media (max-width:787px)
{
    .as-mb-package-single-heading
    {
        font-size: 22px !important;
        text-align: start !important;
    }
    .packages-filter-section{
        flex-direction: column;
    }
    .packages-filter-head{
        font-size: 16px;
    }
    .category-title {
        margin: 5px 4px !important;
        padding: 4px 15px !important;
        font-size: 18px !important;
        height: fit-content;
      }
    .as-mb-specialist-single
    {
        display: flex;
        align-items: center;
        flex-direction: column;
        border: 1px solid #C0A59C;
        padding: 27px 20px;
        border-radius: 20px;
    }

    .as-mb-specialist-profile
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 258px;
    }

    .as-mb-specialist-profile h3
    {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    
        padding: 10px 0 0 0;
    }

    .as-mb-specialist-profile span
    {
        font-size: 16px;
        line-height: 24px;
        height: max-content;
        padding: 5px 0 5px 0;
        text-align: center;
    }

    .as-mb-specialist-profile p
    {
        display: none;
    }
    .as-mb-specialist-viewbio
    {
        padding: 2rem 0 0 0;
    }

    .as-mb-specialist-bookapp
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        justify-content: space-between;
        padding-top:1rem;
        text-align: left !important;
    }

    .as-arrowcircle
    {
        height: 36px;
    }


    .as-filter-container
    {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
       
    }

    .as-filter-dropdown-search
    {
        display: flex;
        flex-direction: column-reverse;
        gap:28px;
    }

    .as-filter-select
    {
        padding: 15px 20px 12px 30px;
        width: 100%;
        border: 1px solid #dfdbdb;
        border-radius:100px;

        font-size: 16px;
        font-family: Kodchasan;
        color: #736b69e3;  
        background-color: white; 
        
    }

    .as-filter-search
    {
        display: flex;
        gap:20px;
        align-items: center;
        padding: 5px 0;
        border-bottom: 1px solid #dfdbdb;
       

    }

    .as-filter-search img
    {
        width: 16px;
        height: 17px;
    }

    .as-filter-search input
    {
        font-size: 16px;
        font-family: Kodchasan;
        color: #736b69e3; 
    }

    .empty-for-loop
    {
        padding: 0;
    }

}



@media (max-width:570px)
{
.package-filter-section .slick-list 
{
    padding:0 20px 0 20px !important;
}



.filter-buttons
{
  gap: 0.5rem;
}

.filter-btn
{
  font-size: 14px;
  padding: 3px 22px;
}

.filter-cta
{
  font-size:14px;
}


.filter-rows
{

  max-width: 100%;


}
}

.empty-for-loop
{
    padding: 0;
}

.category-title{
    margin: 5px 5px;
    background-color: transparent;
    border: 1px solid #736b6973;
    border-radius: 25px;
    padding: 10px 25px;
    font-family: "Kodchasan light";
    font-size: 18px;
    color: #736b69;
    display: inline-block;
    transition: all 0.4s ease;
  }


.category-title:hover{
    opacity: 0.7;
}
.category-title li{
    padding: 0 10px;
}
.category-title span{
    color: #222;
}
.category-head ul{
    list-style-type: none;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}
.category-title.viewall{
    border: unset;
}
.category-title.viewall a{
    text-decoration: underline;
}
.category-title.viewall.active{
    background: unset;
color: unset;
}
@media (max-width:787px)
{
    .pd-mainimage{
        justify-content: center;
        display: flex;
    }
.category-head ul{
    list-style-type: none;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    flex-direction: row;
    padding-left: 0;
    flex-wrap: wrap;
}
.packagefilterhaed {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
  }
  .viewallmobile{
      text-decoration: underline;
  }
.category-head .category-title:nth-last-child(1){
    display: none;
}

}

.active{
    background: #736B69;
    color: #ffffff;
}

/* .as-clear{
    background: transparent !important;
    color: #736B69 !important;
}
 */


.filter-active:not(.slider-filter-all)
{
  background-color: #1B2341;
}



.package-filter-section .slider-filter-all
{
    width: 1000px;
    
}

.as-package-detail .as-cta, .as-cta_link{
    display: flex !important;
align-items: center;
}

