@media screen and (max-width:1440px) {
    .cplr_80 {
        padding-left: 60px;
        padding-right: 60px;
    }
    .cpl_80 {
        padding-left: 60px; 
    }
    .cpr_80 {
        padding-right: 60px; 
    }
    .purchaseBodyContent .date,
    .purchaseBodyContent p{
        font-size: 16px;
    }
}
@media screen and (max-width:1200px) {
    .blog_detail_head{
        padding: 20px 30px;
    }
    .blog_detail_head h1{
        font-size: 40px;
    }
    .header_nav_links .nav_links li a{
        font-size: 15px;
    }
    .BookBtn{
        font-size: 16px
    }
    .cplr_80 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .cpl_80 {
        padding-left: 40px;
    }
    .cpr_80 {
        padding-right: 40px; 
    }
    .bannerSection .bannerContant h2{
        font-size: 38px;
    }
    .mainTitle_section h4{
        font-size: 28px;
    }
    .homeAboutcontent p,
    .serviceCont p,
    .serviceCard p,
    .mainDescription,
    .blogBody p,
    .AboutcontentTwo p{
        font-size: 16px;
    }
    .serviceCard .serviceHead h6{
        font-size: 22px;
    }
    .blogBody h5{
        font-size: 18px;
    }.AboutcontentTwo{
        padding: 40px 40px 64px 40px;
    }
    .AboutTitle {
        padding-left: 40px;
    }
    
}
@media screen and (max-width:1024px) {
    .dropMenu{
        display: none !important;
    }
    .dropMenu.show_menu{
        display: block !important;
    }
    .toggleMenu.show{
        border-color: #9c27b0 !important;
        transform: rotate(-136deg) !important;
        margin-top: 10px !important;
    }
    .menuItem .drop{
        justify-content: space-between;
        padding-right: 20px;
    }
    .hamMenu{
        display: block;
        width: fit-content;
        margin-left: auto;
        padding: 20px 0;
    }
    .hamMenu span{
        width: 50px;
        height: 4px;
        border-radius: 2px;
        background-color: #5d4eb4;
        margin-bottom: 10px;
        display: flex;
    }
    .hamMenu span:last-child{
        margin-bottom: 0;
    }
    .header_nav_links{
        transform: translateX(102%);
        position: fixed;
        top: 0;
        background: white;
        height: 100vh; 
        z-index: 99;
        flex-direction: column;
        justify-content: flex-start;
        right: 0;
        width: 100%;
        align-items: start;
        padding: 20px;
        transition-duration: 1s;
        overflow-y: auto;
    }
    .header_nav_links .nav_links{
        flex-direction: column;
        width: 100%;
    }
    .header_nav_links .nav_links li{
        margin-right: 0; 
        border-bottom: 1px solid #80808059;
    }
    .header_nav_links .nav_links li a{
        font-size: 22px;
        display: flex;
        padding: 12px 0;
    }
    .header_nav_links.open{
        transform: translateX(0%);
      
    }
    .closeMenu{
        display: flex
        ;
                position: absolute;
                top: 5px;
                right: 26px;
                font-size: 58px;
                line-height: 1;
                color: #7d7f7f;
    }
    .dropMenu{
        position: initial;
        padding: 0;
        width: 100%;
        border-radius: 0;
    }
    .dropMenu li:last-child{
        border: none;
    }
    .dropMenu li a{
        padding: 8px 20px 8px 20px !important;
    }
    .BookBtn{
        margin-top: 20px;
    }
}
@media screen and (max-width:992px) {
    .blog_detail_head h1 {
        font-size: 28px;
    }
    .Sectionbanner img {
        width: 100%;
        border-radius: 2px 80px 2px 2px;
        height: 400px;
        object-fit: cover;
    }
    .Sectionbanner .sectionBannerContent{
        width: 100%;
        padding: 40px 30px;
    }
    .sectionBannerContent p{
        font-size: 18px;
    }
    .footerLinks { 
        gap: 10px; 
        justify-content: flex-start;
        align-items: center; 
    }
    .footerSocial{
        justify-content: flex-start;
    }
    .bannerDesignSection p {
        width: 100%;
    }
    .bannerDesignSection{
        padding: 70px 30px;
        background-position: right;
    }
    .blog_detail_card {
        border-radius: 4px 80px 4px 4px;
         padding: 30px;
    }
    .blog_detail_card h6{
        font-size: 22px;
    }
    .blog_detail_card p{
        font-size: 18px;
    }
    .blog_detail_card ul li{
        font-size: 18px;
    }
  
}
@media screen and (max-width:768px) {
    .blog_detail_head h1 {
        font-size: 24px;
    }
    .terms_prvacy_content{
        padding: 15px;
    }
    .terms_prvacy_content p,.terms_prvacy_content ul li{
        font-size: 16px;
    }
    .terms_prvacy_content h6{
        font-size: 20px;
    }
    
    .cplr_80 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cpl_80{
        padding-left: 15px; 
    }
    .cpr_80 {
        padding-right: 10px; 
    }
    .bannerSection .bannerContant{
        bottom: 5%;
    }
    .bnrBtn{
        font-size: 15px;
        padding: 12px 22px;
    }
    .bannerSection .bannerContant h2 {
        font-size: 28px;
    }
    .bannerSection .bannerContant p{
        font-size: 16px;
    }
    .bnrBtn span{
        margin-left: 10px;
        position: initial;
    }
    .mainTitle_section h4 {
        font-size: 24px;
    }
    .inner_page .serviceCard{
        padding: 15px 15px 30px;
    }
    .ServiceDtlcontent{
        padding: 30px 20px;
        border-radius: 40px 4px 4px 4px;
    }
    .PlanCard{
        padding: 15px;
    }
    .contactContent h3 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .bannerDesignSection h4{
        font-size: 28px;
    }
    .contactContent p{
        font-size: 16px;
    }
    .contactContent ul li{
        font-size: 16px;
    }
    .ContactRight,.ContactRight form{
        padding: 15px;
        border-radius: 40px 4px 4px 4px;

    }
    .contactLeft{
        padding-right:0px;
    }
    .AboutcontentTwo{
        padding: 40px 40px 64px 40px;
    }
    .AboutTitle {
        padding-left: 0;
    }
    .mindmePopup .modal-content{
        padding: 0;
    }
    .mindmePopup .modal-title { 
        font-size: 20px;
    }
    .profileCard,
    .purchaseCard,
    .SessionCard,
    .logoutCard{
        padding: 15px;
    }
   
    .SessionCard .session_head,
    .purchasedHead h3,
    .ProfileBody h6{
        font-size: 22px;
    }
    .purchaseBodyContent .date,
    .purchaseBodyContent p,
    .purchaseBodyContent .contentTitle h6,
    .purchaseBodyContent .contentTitle span,
    .logoutCard,
    .session_list h6{
        font-size: 16px;
    }
    .fmaliyGrid span,
    .ProfileBody a{
        font-size: 14px;
    }
    .logoutBtns{
        justify-content: space-evenly;
    }
    .logoutBtns button{
        padding: 8px 15px;
        width: 40%;
    }
    .headerProfile h4{
        font-size: 28px;
    }
    .edit_profile_card{
        padding: 15px;
    }
     
}
@media screen and (max-width:556px) {
    .hamMenu span {
        width: 40px;
        height: 2px;
        margin-bottom: 7px;
    }
    .footerLinks a{
        font-size: 12px;
    }
    .purchaseBody { 
        flex-direction: column;
    }
    .purchaseBodyContent { 
        padding-left: 0;
        margin-top: 20px;
    }
    .viewBtn{
        padding: 8px 15px;
        font-size: 14px;
    }
    .AboutPoints ul li img{
        width: 20px;
    }
    .logo{
        width: 150px;
    }
    .hamMenu{
        padding: 15px 0;
    }
}

@media screen and (min-width:767px) {
    .min_h_75{
        min-height: 80vh;
      }
}  
@media screen and (min-width:1024px) {
    .menuItem:hover .dropMenu {
        display: block;
      }
      .menuItem:hover span {
        border-color: #9c27b0;
        transform: rotate(-136deg);
        margin-top: 10px;
    }
}  