
@media (max-width: 1000px){

    /* Global Class */
    .eachSection{
        padding: 30px 0;
    }
    /* Global Class */
    
    .about-us .about-left{
        margin-bottom: 30px;
    }
    .why-choose .each-cnt >*{
        margin-bottom: 30px;
    }
    .whyKadalListContainer .whyKadalListItem{
        height: auto;
    }
    .howToPlanItem {
        margin-bottom: 2rem;
    }
}
@media (max-width: 850px){
    .navbar-nav {
        padding-top: 0.5rem;
    }
    
    .navbar-nav .nav-item {
        height: auto;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        border-right: 0!important;
    }
    .nav-item.dropdown{
        display: flex;
        flex-direction: column;
    }
    .navbar-nav .dropdown-menu{
        position: absolute;
    }
    .footer-top {
        padding: 60px 30px;
    }

    .whyKadalImagContainer{
        display: none;
    }

    .whyKadalListContainer .whyKadalListItem {
        text-align: center!important;
    }

    .testimonialSliderDiv .carousel-inner {
        width: 100%;
        display: block
    }

    .testimonialSliderDiv .carousel-item .carousel-itemSec {
        display: block;
    }

    .caresoulImageDiv {
        position: relative;
        margin: 0 0 1rem 0;
    }

    .testimonialSliderDiv .carousel-item {
        padding: 50px 30px !important;
    }

    .testimonialSliderDiv .carousel-indicators {
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        right: 0;
        left: unset;
        margin-bottom: 10px;
    }

    .testimonialSliderDiv .carousel-control-prev {
        left: -10px;
    }

    .testimonialSliderDiv .carousel-control-next {
        right: -10px;
    }
    .primary-banner .banner-img .img-holder{
        height: 300px;
    }
    .primary-banner .banner-img h2{
        bottom: 100px;
        left: 50px;
        font: 30px/50px 'Poppins', sans-serif;
        font-weight: 700;
    }
    .about-banner.primary-banner .banner-img h2{
        top: 50%;
        bottom: 0;
    }

    .expert-card {
        margin-bottom: 3rem;
    }
    .faq_itemContainer .faq_item{
        height: auto;
    }

    .howToPlanItem {
        margin-bottom: 2rem;
    }
    .about-second-section{
        width: 100%;
    }
    .footerContent{
        padding-left: 20px;
    }
.contact-left-form{
        padding: 10px 12px;
    }
}
@media (max-width: 640px){
    .navbar .logo{
        height: 60px;
    }
    .primary-banner{
        margin-top: 84px;
    }
    .tab-section .tab-list{
        flex-direction: column;
    }
    .tab-section .tab-list a{
        margin-bottom: 5px;
    }
    .surfing-about .about-right .each-card{
        display: block;
    }
    .about-second-section .each-heading p{
        text-align: justify;
    }
    .whyKadla.greyBg .whyKadalListContainer .whyKadalListItem{
        height: auto;
    }
    .follow-us .btn-holder{
        flex-direction: column;
    }
    .follow-us .btn-holder >*{
        width: 100%;
        margin-bottom: 10px;
    }
    .primary-banner .banner-img h2{
        top: 100px;
        left: 20px;
        font: 30px/38px 'Poppins',sans-serif;
        font-weight: 700;
        width: 100%;
    }
}
  
