@media (min-width: 1400px){
    .process-box-wrapper {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0 222px;
    margin-left: -23px;
    }
    .process-wrapper .process-box {
        z-index: 2;
        position: relative;
        text-align: center;
        flex: 0 0 33.33%;
    }
    .faq-included{
        clip-path: polygon(0 10%, 100% 0, 100% 80%, 0% 100%);
    }
    .comment-sec .comment-wrapper .set-bg{padding: 25px 50px;
}
}

@media (max-width: 1399px) and (min-width: 992px) {
    .sidebar .posts img {
        width: 60px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sidebar .posts img {
        width: 40px;
    }
}

@media (min-width: 1200px) {
    footer, .purpose-section {
        padding-top: 200px;
    }
}

@media (min-width: 2000px) {
    footer, .purpose-section {
        padding-top: 220px;
    }
}

@media (max-width: 1200px) {
    .comment-sec .comment-wrapper.receive {
        margin-left: 60px;
    }
    .register-section.login-bg {
        padding-top: 0;
        height: 100vh;
    }
    .register-section.login-bg .form-wrapper .heading {
        margin-bottom: 16px;
    }
    .register-section.login-bg .form-wrapper {
        padding: 20px;
    }
    .register-section.login-bg .mb-5 {
        margin-bottom: 15px!important;
    }
    .register-section.login-bg .mb-3 {
        margin-bottom: 15px!important;
    
    }
}
@media (max-width: 1199px) {
    .process-box {
        padding: 5px;
    }
    .process-wrapper .process-box:nth-child(odd) {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .home-section .center-content {
        padding-top: 90px;
    }
    .home-section  {
        margin-bottom: calc(50px + (100 - 50) * ((100vw - 300px) / (1920 - 300)));
        padding-top: 60px;
        padding-bottom: 30px;
        }
    .pricing-section .col-12:nth-child(1),
    .pricing-section .col-12:nth-child(3){
        margin-top: 40px;
    }
    
}
@media (max-width: 991px) {
    .pricing-section .pricing-table{
        margin-bottom: 30px;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        justify-content: unset;
    }
    .purpose-section {
        padding-top: 150px;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    }
    .home-section {
        margin-top: 0;
        padding-top: 90px !important;
    }
    .home-section .center-content {
        margin-top: 20px;
    }
    .about-section .center-content {
        text-align: left;
    }
   
    .navbar-toggler-icon i {
        color: #20336B;
        margin-top: 10px;
    }
    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        border: 1px solid #e3e3e3;
    }
    .navbar .navbar-nav .nav-item {
        padding: 5px;
    }
    .process-wrapper .process-line {
        display: none;
    }
    .process-box-wrapper {
        flex-wrap: wrap;
        padding: 0;
    }
    .process-box-wrapper .process-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .process-wrapper .process-box:nth-child(odd) {
        margin: 0;
    }
    .process-wrapper .process-box {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 20px !important;
    }
    .process-wrapper img {
        margin-bottom: -25px;
    }
    .process-wrapper h4 {
        margin-top: 10px;
    }
    .order-lg-2 {
        order: 2;
    }
    .center-content {
        text-align: center;
    }
    footer .links {
        column-count: 2;
    }
    footer .col-12 {
        margin-bottom: 30px;
    }
    footer .col-12:last-child {
        margin-bottom: 0;
    }
    .contact-section .form-wrapper {
        margin-top: 30px;
    }
    .feature-section .feature-wrapper .col-12 .feature-box {
        margin-bottom: 30px;
    }
    .feature-section .feature-wrapper .col-12:last-child .feature-box {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .comment-sec .comment-wrapper {
        display: block;
    }
    .comment-sec .comment-wrapper .user-comment {
        width: auto;
        margin-right: 0;
    }
    .comment-sec .comment-wrapper.receive {
        margin-left: 0;
    }
    .comment-sec .comment-wrapper .set-bg {
        background: #EDEDED;
        border-radius: 0;
    }
    .comment-sec .comment-wrapper {
        margin-bottom: 30px;
    }
    .top-banner-section {
        height: 380px;
    }
    .register-section .form-wrapper.right {
        padding: 30px;
        margin-bottom: 30px;
    }
    .feature-section .feature-box {
        height: unset;
    }
    .home-section {
        background-position: right;
        background-color: #f1faff;
    }
    .purpose-section {
        padding-top: 100px;
    }
    .grid-wrapper .container-whole-page {
        display: none;
    }
    .reverse-small {
        flex-direction: column-reverse;
    }
}

@media (max-width: 700px) {
    .faq-section .accordion-button i {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    footer .links {
        column-count: unset;
    }
    footer {
        background: #F1F4F9;
        padding: 100px 0 50px;
        margin-top: 50px;
    }
    .heading:before {
        width: 100%;
    }
    .purpose-section {
        clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (max-width: 575px) {
    .feature-section .feature-text{
        display: none;
    } 
    .about-meet {
        background: #f0f8ff;
    }
    .blog-img {
        text-align: center;
    }
    .purpose-section {
        background: #20336B;
        padding-top: 50px;
        margin-top: 50px;
    }
    .form-wrapper, .register-section .form-wrapper.right {
        padding: 20px;
    }
    .register-section .form-wrapper .form-wrapper-inner {
        padding: 15px;
    }
    .register-section .mb-5 {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 460px) {
    .blog-detail .blog-desc ul {
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }

    .blog-detail .blog-desc ul li::before {
        content: unset;
    }
}