@media only screen and (max-width:1920px) {
    .footerSection::after{
        display: none;
    }
    .secondSection::after{
        display: none;
    }
    .footerSection::after{
        display: none;
    }
}
@media only screen and (max-width:1600px) {
    .bubbleCenterRight {
        right: 0%;
    }
    .secondSection::after{
        right: 0%;
    }
    .footerSection::after{
        display: block;
        right: 3%;
    }
    .signUpScreen .bubbleLoginBottomRight,
    .signUpScreen .bubbleLoginTopRight{
        right: 0%;
    }
}
@media only screen and (max-width: 1500px){
    .signUpScreen .bubbleLoginBottomRight,
    .signUpScreen .bubbleLoginTopRight{
        display: none;
    }
}
@media only screen and (max-width: 1300px){
    .bubbleTopLeft {
        display: none;
    }
    .bubbleCenterRight{
        display: none;
    }
}

@media only screen and (max-width: 1200px){
    .bubbleBottomLeft{
        display: none;
    }
    .logo img{
        max-width: 200px;
    }
    .nav-menu > ul > li{
        padding: 10px 0 10px 15px;
    }
    .navCta a.get-started-btn {
        padding: 0 10px;
        margin-right: 10px;
    }
    .nav-menu a {
        font-size: 14px;
    }
}

@media only screen and (max-width:1040px) {}

@media only screen and (max-width:1024px) {
    .mobile-nav-toggle {
        display: block;
    }
    .nav-menu{
        display: none;
    }
    .logo img{
        max-width: 200px;
    }
    .nav-menu > ul > li{
        padding: 10px 0 10px 15px;
    }
    .nav-menu a {
        font-size: 18px;
    }
    .navCta {
        justify-content: space-around;
        margin: 0 auto !important;
    }
    .firstSection .content h2{
        font-size: 30px;
    }
    .firstSection .cta {
        width: 180px;
        height: 50px;
    }
    .secondSection .mainHeading h3{
        font-size: 22px;
    }
    .firstContent .visionStatement {
        font-size: 20px;
    }
    .loginScreen .bubbleLoginTopRight{
        display: none;
    }
    .navCta a.get-started-btn{
        margin-right: 10px;
    }
    .profileBox1 .avatar-upload form{
        width: 100%;
        display: block;
        margin-bottom: 70px;
    }
}

@media only screen and (max-width:991px) {
    .firstSection {
        min-height: 500px;
    }
    .firstSection .bgCurve {
        height: 450px;
    }
    .secondContent .mainHeading,
    .secondContent .membersReview,
    .secondContent .serviceHeading{
        margin-bottom: 40px;
    }
    .footerSection::after{
        display: none;
    }
    .loginDetails{
        display: block;
    }
    .loginScreen .switchScreen p{
        padding-left: 0px;
    }
    .SignUpDetails input::placeholder{
        color:#000;
        font-size: 12px;
        font-weight: 500;
    } 
    .editProfile .bottomLinksWrap .links{
        height: auto;
    }
    .editProfile .bottomLinksWrap .links a{
        font-size: 12px;
    }
    .profileBox4 .cta{
        font-size: 14px;
    }
    .profileValues h4{
        font-size: 18px;
    }
    .dashboard-wrap .innerLinks a{
        font-size: 14px;    
        height: auto;
    }
}

@media only screen and (max-width:910px) {}

@media only screen and (max-width:767px) {
    /*.bubble{*/
    /*    display: none;*/
    /*}*/
    .messageAlign .bubble{
        display: block;
        line-height: 2.5;
        margin: 5px;
    }
    .firstSection .content h2 {
        font-size: 35px;
    }
    .firstSection .bgCurve .pat-4,
    .firstSection .bgCurve .pat-5{
        display: none;
    }
    .firstSection .content{
        margin-bottom: 50px;
    }
    .cta{
        width: 150px;
        height: 50px;
    }
    .secondSection .mainHeading h3{
        font-size: 25px;
    }
    .firstSection .bgCurve {
        height: 480px;
        width: 70%;
        margin: 0 auto;
    }
    .secondSection::after{
        display: none;
    }
    .footerSection::after{
        display: none;
    }
    .benefitsList ul li{
        font-size: 15px;
    }
    .secondContent .mainHeading,
    .secondContent .membersReview,
    .secondContent .serviceHeading{
        margin-bottom: 40px;
    }
    .contactScreen .coontactDetails{
        padding: 20px 0;
    }
    .contactScreen .contactHeading h2{
        font-size: 30px;
    }
    .loginScreen .loginHeading{
        text-align: center;
    }
    .loginScreen .loginDetails{
        width: 50%;
        margin: 0 auto;
    }
    .loginScreen .switchScreen p{
        text-align: center;
    }
    .avatar-upload .avatar-preview{
        margin: 0 auto;
    }
    .profileBox1 .personal-details{
        width: 100%;
        text-align: center;
    }
    .profileBox1 .personal-details .cta{
        margin: 0 auto;
    }
    .cat-comment .chatWrap .commentReply .replyBox .cta {
        margin-left: 70px;
    }
    
    .searchInboxWrap form{
            width: 60%;
        }
    
}

@media only screen and (max-width:575px) {
    .firstSection .content h2 {
        font-size: 30px;
    }
    .firstSection .bgCurve {
        height: 370px;
        width: 100%;
        margin-left: 0;
    }
    .firstSection .bgCurve .table-img{
        max-width: 350px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 25%;
    }
    .secondSection .mainHeading h3 {
        font-size: 20px;
    }
    .firstContent .visionStatement {
        font-size: 16px;
    }
    .benefitsList ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .benefitsList ul li {
        font-size: 14px;
    }
    .serviceHeading .cta{
        width: 166px;
        height: 50px;
    }
    .inbox-main-Wrap .inboxWrap .inboxList{
        display: block !important;
    }
    .inbox-main-Wrap .inboxWrap .member-title{
        display: block !important;
        text-align: center;
        width: 100%;
    }
    .inbox-main-Wrap .inboxWrap .member-title img{
        margin-bottom: 10px;
    }
    .inbox-main-Wrap .inboxWrap .inboxList .activity{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .inbox-main-Wrap .inboxWrap .member-title .user-msg .member-name{
        margin: 0 auto;
        width: 250px;
    }
}

@media only screen and (max-width:480px) {
    .logo img {
        max-width: 150px;
    }
    .firstSection .content h2 {
        font-size: 25px;
    }
    .firstSection .bgCurve {
        height: 320px;
    }
    .firstSection .bgCurve .table-img {
        position: absolute;
        bottom: 30%;
        max-width: 250px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .secondSection .mainHeading h3 {
        font-size: 18px;
    }
    .firstContent .visionStatement {
        font-size: 16px;
    }
    .benefitsList h3 {
        font-size: 20px;
    }
    .benefitsList ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .serviceHeading .cta{
        font-size: 14px;
    }
    .footerSection .contactDetails p{
        font-size: 16px;
    }
    .teamMembers .bioWrap .memberInfo{
        flex-wrap: wrap;
        justify-content: center;
    }
    .loginScreen .loginHeading {
         padding: 40px 0;
    }
    .loginDetails{
        align-items: unset;
    }
    .loginScreen .switchScreen p{
        padding-left: 0;
    }
    .signUpScreen .loginHeading{
        padding-left: 0;
    }
    .dashboard-wrap .innerLinks a {
        font-size: 15px;
    }
    .dashboard-wrap .innerLinks .topLinks a {
        font-size: 15px;
    }
    .loginScreen .loginDetails {
        width: 75%;
        margin: 0 auto;
    }
    .searchInboxWrap form{
            width: 85%;
        }
}