@media (max-width:1339px) {
    .webpanelhead h2 {
        font-size: 17px;
    }
    .boostprofilebox h2 {
        font-size: 16px;
    }
    .commanhead {
        font-size: 16px;
    }
    .statscount {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 18px;
    }
    .modalhead h2 {
        font-size: 18px;
    }
    .steptwoverifications img {
        max-width: 80px;
        margin-bottom: 15px;
    }
    .steptwoverifications h3 {
        font-size: 18px;
        margin: 0 0 8px;
    }
    .webpanelsidebar ul li a {
        height: 46px; 
        padding: 0 10px;  
        font-size: 14px;
    }
    .webpanelsidebar ul li a span {
        width: 25px;
        margin-right: 7px;
    }
    .webpanelsidebar ul li a span img {
        max-width: 17px;
    }
    .categoriesname { 
        font-size: 16px;
    }
    .webpanelsidebar .submenu li a{
        padding: 0 20px;
    }
    .headbtn1 , .mainbtn1 , .mainbtn2 { 
        border-radius: 10px;  
        font-size: 14px;  
        padding: 0 20px;
    }
    .servicesname {
        font-size: 15px;
    }
    .servicesimg {
        height: 210px;
    }
    .servicedetial .pricebox{ 
        color: #292D32;
        font-size: 14px;
    } 
    .singleservicedataright {
        font-size: 15px;
        font-weight: 500;
    }
    .discountleft h3 {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .discountleft p {
        font-size: 13px;
    }
    .chattopbadges a {
        font-size: 11px;
    }
    .authleft h1 {
        margin-bottom: 12px;
        font-size: 34px;
        line-height: 40px;
    }
    .authleft p {
        font-size: 17px;
        margin: 0;
    }
    .authleftsteps {
        margin-top: 20px !important;
    }
    .authstep {
        width: 33%;
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .authleft {
        padding: 0 40px 40px;
        text-align: center;
    }
    .authtop h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }   
    .verifysuccess h3 {
        font-size: 22px;
        margin-bottom: 11px;
        line-height: 35px;
    }
    .verifysuccess img {
        width: 120px;
        margin-bottom: 20px;
    }
    .authpageright {
        align-items: flex-start;
    }
    .authtop p {
        font-size: 14px;
    }
    .twosteptext p {
        font-size: 13px;
        margin: 0;
    }
    .authtopicon {
        max-width: 70px;
    }
}
@media (max-width:1279px) {
    .authrightinner {
        padding: 50px 50px;
        width: 100%;
    }
}
@media (max-width:1199px) {
    .webpanelsidebar {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 99;
        height: 100vh;
        width: 26%;
        transition: 0.3s ease-in-out;
        box-shadow: var(--bs-box-shadow) !important;
    }
    .webpanelcontent{
        height: auto;
        width: 100%;
    }
    .webpanel {
        overflow: unset;
        height: auto;
    }
    .webpanelsidebar.active {
        left: 0;
    }
    .mobileadditions {
        padding: 18px 14px;
        border-bottom: 1px solid #f2f2f252;
    }
    .headerbtn {
        height: 40px;
        border-radius: 6px;
        font-size: 14px;
        padding: 0 14px;
    }
    .togglebtns img {
        transform: scaleX(-1);
    }
    .headsearchmobile {
        margin-bottom: 15px;
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        transition: 0.3s ease-in-out;
    }
    .headsearchmobile.active{
        position: relative;
        top: 0;
    }
    .headsearchmobile .form-control {
        height: 44px;
        border-radius: 6px;
        border: 0;
        font-weight: 500;
        padding: 0 30px 0 45px;
        background-image: url(../img/search-2-line-black.svg);
        background-size: 22px;
        background-position: 13px center;
        background-repeat: no-repeat;
        font-size: 14px;
        box-shadow: unset;
    }
    .profiledropdown .dropdown-menu .dropdown-item {
        padding: 6px 20px; 
        font-size: 14px; 
        height: 44px; 
    }
    .closesidebar img{
        filter: invert(1);
    }
    .closesidebar {
        display: block;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .authleft h1 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 32px;
    }
    .authleft p {
        font-size: 15px;
        margin: 0;
    }
    .authleftsteps {
        margin-top: 10px !important;
    }
    .authstep::after {
        left: 109px;
    }
    .authmain{
        flex-wrap: wrap;
        height: auto;
    }  
    .authleft {
        width: 100%;
        height: 280px;
    }
    .authpageright {
        width: 100%;
        height: auto;
    } 
    .mybusineesprofile{
        flex-wrap: wrap;
    }
    .mybusineesprofile .nav-tabs{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .mybusineesprofile .tab-content {
        width: 100%;
        padding-left: 0;
    }
    .mybusineesprofile .nav-tabs .nav-link {
        text-align: center;
        padding: 0 25px;
    }
    .mybusineesprofile .nav-tabs::-webkit-scrollbar{
        display: none;
    } 
}
@media (max-width:1023px) {
    .webheaderlogo {
        width: 25%;
        padding: 0 13px;
    }
    .webheaderright{
        width: 75%;
    }
    .searchbtnclick img, .togglebtns img{
        max-width: 24px;
    }
    .webheaderlogo img {
        max-width: 130px;
    }
    .profiledropdown .dropdown-menu {
        border-radius: 4px;
        top: 52px !important;
    }
    .boostprofilebox {
        border-radius: 6px;
        padding: 15px;
    }
    .dashboardstats{
        border-radius: 6px;
    }
    .borderdesign {
        border-radius: 6px;
        padding: 15px;
    }
    .webpanelsidebar {
        width: 36%;
    }
    .chatmaindesign{
        flex-wrap: wrap;
    }
    .chatleftpart{
        width: 100%;
    }
    .chatrightpart {
        width: 100%;
    }
    .chatmaindesign {
        flex-wrap: wrap;
        height: auto;
        background-color: transparent;
    }
    .chatleftpart {
        width: 100%;
        background-color: #fff;
        margin-bottom: 20px;
    }
    .chatsiderbar {
        height: 420px;
    }
    .chatrightpart {
        width: 100%;
        background-color: #fff;
    }
    .chatinner {
        height: 420px;
    }
  .blogscontent p {
        font-size: 15px;
    }
}
@media (max-width:767px) {
    .webheaderlogo img {
        max-width: 110px;
    }
    .webpanelcontent {
        padding: 15px 15px;
    }
    .webpanelhead h2 {
        font-size: 16px;
    }
    .boostprofilebox {
        border-radius: 6px;
        padding: 12px;
    }
    .boostprofilebox a {
        border-radius: 6px;
        font-size: 13px;
        padding: 0px 16px;
        height: 43px;
        margin-top: 15px;
    }
    .statstop{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .statstop span {
        width: 100%;
        margin-top: 6px;
    }
    .statscount {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 14px;
    }
    .hidebtns {
        text-indent: -99999999999999999999999px;
    }
    .hidebtns img {
        margin-left: 0 !important;
    }
    .headselect .form-select{
        width: 100%;
    }
    .nexteventbox span {
        font-size: 14px;
        margin-bottom: 5px;
        border-radius: 4px;
        height: 38px;
        width: 40px;
    }
    .earningicon{
        margin-right: 10px;
    }
    .earningicon img {
        max-width: 35px;
    }
    .webpanelsidebar{
        width: 86%;
    }
    .commanmodal .modal-content {
        border-radius: 5px;
    }
    .modalhead {
        margin: -20px -20px 30px!important;
        padding: 18px 16px;
    }
    .modalhead h2 {
        font-size: 16px;
    }
    .commanmodalinner .btn-close {
        right: 10px;
        top: 15px;
    }
    .steptwoverifications p {
        font-size: 14px;
        margin: 0;
    }
    .commanmodalmain {
        margin-bottom: 35px !important;
    }
    .commanmodalinner {
        padding: 20px 20px;
    }
    .modalbtn1 , .modalbtn2 , .loginbtn , .headbtn2 , .headbtn1{ 
        border-radius: 10px;  
        font-size: 14px;  
        padding: 0 20px;
    }
    .modalbotom.mt-5 {
        margin-top: 0 !important;
    }
    .authrightinner {
        padding: 30px 20px;
        width: 100%;
    }
    .formdesign .form-group .form-control {
        border-radius: 6px;
        height: 45px;
        font-size: 13px;
        padding: 10px 16px 10px;
    }
    .genderbtns{
        border-radius: 6px;
        height: 45px;
        font-size: 13px;
    }
    .formdesign .form-group label {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .authpageright .form-group {
        margin-bottom: 10px !important;
    }
    .eyebtn {
        top: 9px;
        right: 20px;
    }
    .customcheckbox label p {
        font-size: 14px;
        line-height: 20px;
    }
    .donthaveacct {
        font-size: 14px;
    }
    .authleft {
        width: 100%;
        height: auto;
        padding: 30px 20px 30px;
    }
    .authleft h1 {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 26px;
    }
    .authleft p {
        font-size: 14px;
        margin: 0;
    }
    .authleftsteps {
        margin-top: 0px !important;
        max-width: 94%;
        margin: 0 auto;
        flex-wrap: wrap;
    } 
    .authstep {
        background: #fcba004D;
        border-radius: 6px;
        padding: 15px 20px;
        width: 100%;
        margin-bottom: 10px;
    }
    .authstep::after{
        display: none;
    }
    .authstep span{
        margin: 0px auto 8px;
    }
    .authstep.active {
        background: linear-gradient(to right, #fcba00, #ff8b00);
    }
    .authstep.active span {
        background: #fff;
    }
    .otpboxes .form-control{
        width: 42px;
    }
    .otpboxes .col-auto {
        padding: 0 4px;
    }
    .verifysuccess img {
        width: 90px;
        margin-bottom: 10px;
    }
    .verifysuccess h3 {
        font-size: 18px;
        margin-bottom: 7px;
        line-height: 31px;
    }
    .verifysuccess p {
        font-size: 15px;
        line-height: 24px;
        margin: 0;
    }
    .authrightinner { 
        position: relative;
    }
    .authtopicon {
        max-width: 50px;
    }
    .skipbtn { 
        top: 15px;
        right: 15px; 
    }
    .authtop h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .twostepradio label {
        border-radius: 5px;
    }
    .twosteptext strong {
        font-size: 15px;
    }
    .twosteptext p {
        font-size: 12px;
        margin: 0;
    }
    .twostepradio label::before {
        top: 45%;
    }
    .lookerbx.row {
        border-radius: 6px;
        padding: 20px 10px;
        margin: 0;
    }
    .ForgotPassword {
        font-size: 14px;
    }
    .sociallogin span {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #D4D4D4;
        height: auto;
        padding: 10px 0;
    }
    .sociallogin{
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        border-radius: 4px;
        border: 0;
    }
    .nmee {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        font-size: 13px;
    }
    .continue_with::after {
        bottom: 9px;
        width: 70%;
        margin: 0 auto;
    }
    .categoriesbtn {
        padding: 15px 15px;
        border-radius: 6px;
    }
    .subcategoriesbtn{
        padding: 15px 15px;
        border-radius: 6px;
        position: relative;
    }
    .subcategoryss {
        padding: 15px 0px 15px 18px;
    }
    .categoriesbtn::after{
        display: none;
    }
    .categoriesbtn .check_toggle, .subcategoriesbtn .check_toggle {
        position: absolute;
        right: 14px;
        bottom: 20px;
    }
    .categoriesactions {
        margin-left: 0;
        margin-right: 20px;
    }
    .filterdropdown .btn{
        width: 100%;
    }
    .searchhed .form-control{
        width: 100%;
    }
    .singleservicedetails {
        border: 1px solid #f2f2f2;
        margin: 0;
        border-radius: 6px;
        padding: 8px 0px;
    }
    .addmoreserviceimg{
        width: 100%;
    }
    .formdesign .form-group {
        margin-bottom: 12px !important;
    }
    .commantabs {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }
    .commantabs::-webkit-scrollbar{
        display: none;
    }
    .chattopbadges {
        overflow-y: auto;
        padding: 0 17px 17px;
    }
    .chattopbadges::-webkit-scrollbar{
        display: none;
    }
    .referralhead {
        font-size: 16px;
    }
    .referralmaintop {
        display: block;
    }
    .referralbox {
        width: 100%;
        margin-bottom: 12px;
    }
    .sharelinkbtn { 
        width: 100%;
        padding-left: 0;
    }
    .referralbox .mainbtn2 {
        border: 0;
        font-size: 14px;
        height: 50px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 10px;
    }
    .innertabsdesign .nav-item .nav-link {
        font-size: 15px;
        white-space: nowrap;
    }
    .innertabsdesign {
        border: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .innertabsdesign::-webkit-scrollbar{
        display: none;
    }
    .blogscontent h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .blogsbox {
        padding: 10px;
        border-radius: 4px;
    }
    .blogsimg {
        height: 180px;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    .contentpages h1, .contentpages h2, .contentpages h3, .contentpages h4, .contentpages h5, .contentpages h6 {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 25px;
    }
    .contentpages p {
        font-size: 15px;
        line-height: 25px;
    }
    .helpbox {
        border-radius: 6px;
        padding: 13px;
    }
    .helptimmer {
        font-size: 13px;
    }
    .helpmsg {
        font-size: 14px;
    }
    .profilecompletion {
        padding: 14px;
        border-radius: 6px
    }
    .servicespic {
        height: 90px;
        width: 100px;
    }
    .errorpage {
        text-align: center;
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .errorpage h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .errorpage p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
    }
}