@media only screen and (max-width: 1024px) {
    .container{
        width: 90%;
    }
    .hero-section {
        min-height: 470px;
    }
    .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-content p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 22px;
    }
    .heading_3 {
        font-size: 38px;
    }
    .card h5 {
        font-size: 20px;
    }
    .card p {
        font-size: 14px;
        line-height: 24px;
    }
    .carousel-item p {
        font-size: 16px;
        line-height: 30px;
    }
    .avatar p {
        font-size: 10px;
        font-weight: 500;
        line-height: unset;
    }
    .heading_4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: 0;
    }
    .cta_left, .cta_right {
        padding: 35px;
        padding-bottom: 35px;
    }
    a.contact_link {
        font-size: 16px;
    }
    h5.contact_label {
        font-size: 18px;
        line-height: 22px;
    }
    .footer_des {
        font-size: 14px;
        line-height: 22px;
    }
    .btn.contact_us {
        height: 50px;
        max-width: 175px;
    }
    .heading_5 {
        font-size: 40px;
        line-height: 46px;
    }
    .aboutUs_top p {
        font-size: 14px;
        line-height: 24px;
    }
    section.who_we_are h1 {
        font-size: 26px;
        line-height: 42px;
    }
    section.who_we_are p {
        font-size: 12px;
    }
    .card_heading {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }
    .hedding_2 {
        font-size: 40px;
        line-height: 60px;
    }
    .our_mission p {
        font-size: 12px;
    }
    .hero-content {
        margin-top: 70px;
    }
    section.features-hero {
        min-height: 450px !important;
    }
    .heading_6 {
        font-size: 28px;
        line-height: 34px;
    }
    .features-label span{
        font-size: 14px;
    }
    .features-label p{
        font-size: 14px;
    }
    .features_desc {
        color: #6b6b6b;
        font-weight: 300;
        font-size: 14px;
    }
    .accordion-body {
        font-size: 16px;
    }
    span.h4{
        font-size: 20px;
    }
    .cta_right .form-control {
        padding: 10px 32px;
    }
  }


  @media only screen and (max-width: 770px) {
    .resp-d-none{
        display: none !important;
    }
    .barnd-nav {
        display: block;
        right: 0;
        z-index: 9999;
    }
    div#navIcon {
        position: relative;
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 9999;
    }
    #navIcon::before {
        content: "";
        width: 35px;
        height: 3px;
        background: rgb(255 255 255);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        -webkit-box-shadow: 0 12px #ffffff;
                box-shadow: 0 12px #ffffff;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    #navIcon::after {
        content: "";
        width: 35px;
        height: 3px;
        background: rgb(255 255 255);
        -webkit-transform: translateY(11px);
            -ms-transform: translateY(11px);
                transform: translateY(11px);
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    .menu_item_wrapper {
        position: fixed;
        display: block;
        padding-left: 65px;
        top: 86px;
        right: -100%;
        width: 70%;
        height: 100%;
        background: #ffffff;
        -webkit-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
    }
    .mobile-menu {
        position: relative;
    }
    .overflow {
        overflow: hidden;
    }
    #navIcon.active::before {
        -webkit-transform: translateY(0px) rotate(-45deg);
            -ms-transform: translateY(0px) rotate(-45deg);
                transform: translateY(0px) rotate(-45deg);
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    #navIcon.active::after {
        -webkit-transform: translateY(-3px) rotate(45deg);
            -ms-transform: translateY(-3px) rotate(45deg);
                transform: translateY(-3px) rotate(45deg);
        background: #ffffff;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    .menu_item_wrapper.fitMenu {
        right:0;
        z-index: 999;
        overflow: hidden;
    }
    .menu_item_wrapper .list-item{
        font-size: 20px;
        font-weight: 500;
        color: #1c1e53;
    }
    .menu_item_wrapper ul>li{
        margin: 20px 0;
    }

    /* ??????????????????????? */

    .hero-content h1 {
        font-size: 34px;
        line-height: 36px;
    }
    .hero-section {
        min-height: 370px;
    }
    .hero-content p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 20px;
    }
    .heading_3 {
        font-size: 26px;
        padding: 0;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .card h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .card p {
        font-size: 16px !important;
        line-height: 24px;
    }
    /* .carousel-item p {
        font-size: 14px;
        line-height: 24px;
    } */
    .avatar p {
        font-size: 10px;
        font-weight: 500;
        line-height: unset;
    }
    .heading_4 {
        font-size: 22px;
        line-height: 38px;
        margin-top: 0;
    }
    .cta_left, .cta_right {
        padding: 20px;
        padding-bottom: 30px;
        width: 100%;
    }
    a.contact_link {
        font-size: 12px;
    }
    h5.contact_label {
        font-size: 16px;
        line-height: 17px;
    }
    .footer_des {
        font-size: 14px;
        line-height: 22px;
    }
    .btn.contact_us {
        height: 40px;
        max-width: 150px;
        font-size: 14px;
    }
    .heading_5 {
        font-size: 28px;
        line-height: 34px;
    }
    .aboutUs_top p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    section.who_we_are h1 {
        font-size: 20px;
        line-height: 24px;
    }
    section.who_we_are p {
        font-size: 14px;
    }
    .card_heading {
        font-size: 18px;
        line-height: 21px;
        margin-top: 5px;
    }
    .hedding_2 {
        font-size: 22px;
        line-height: 34px;
    }
    .our_mission p {
        font-size: 14px;
        line-height: 22px;
    }
    .hero-content {
        margin-top: 40px;
    }
    section.features-hero {
        min-height: 365px !important;
    }
    .heading_6 {
        font-size: 28px;
        line-height: 34px;
    }
    .features-label span{
        font-size: 14px;
    }
    .features-label p{
        font-size: 14px;
    }
    .features_desc {
        color: #6b6b6b;
        font-weight: 400;
        font-size: 15px;
    }
    .accordion-body {
        font-size: 16px;
        padding-top: 0;
    }
    span.h4{
        font-size: 20px;
    }
    .btn_2 {
        font-size: 14px !important;
        font-weight: 500;
    }
    .btn_2 img{
        width: 15px;
        margin-left: 2px !important;
    }
    .how_we_work{
        padding: 50px 0;
    }
    .work_section_point h5 {
        font-size: 14px;
    }
    .work_section_point img {
        width: 30px;
    }
    .work_section p {
        font-size: 14px;
        margin-bottom: 40px !important;
        margin-top: 10px !important;
    }
    .feature_sec p{
        font-size: 13px !important;
        line-height: 20px;
    }
    div#carouselExampleInterval {
        margin-top: 20px;
    }
    .avatar h5 {
        color: #282938;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30px;
        height: 30px;
    }
    .carousel-control-next i, .carousel-control-prev i {
        font-size: 24px;
        padding-top: 5px;
    }
    .footer_right{
        padding: 10px;
    }
    span.fw-medium.d-block.text-center.text-md-left {
        font-size: 12px;
    }
    .aboutUs_top {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .col-12.col-md-12.col-lg-3 img {
        width: 200px;
    }

    .features-hero .hero-content h1 {
        font-size: 28px;
        line-height: 36px;
        width: 100% !important;
    }
    .form_wrapper {
        padding: 30px;
    }
    
}

@media only screen and (max-width: 540px) {

    section.features-hero {
        min-height: 280px !important;
        background-size: cover !important;
        background-position: right center;
    }
    .hero-content h1 {
        text-align: right;
    }
    .hero-content p {
        text-align: right;
    }
    .features-hero .hero-content h1 {
        font-size: 34px;
        line-height: 36px;
        width: 100% !important;
    }
    .features-hero .hero-content p {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 24px;
        color: #5B5C81;
    }
    .features-hero .hero-content{
        margin-bottom: 60px;
    }
    h3.mt-2 {
        font-size: 16px;
    }
    .form_wrapper {
        padding: 15px;
    }
    .form_wrapper input {
        height: 40px;
        padding: 8px 10px;
        font-size: 12px;
    }
    .form_wrapper label {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .form_wrapper textarea {
        padding: 8px 10px;
        font-size: 12px;
    }
    section.contact p {
        font-size: 14px;
    }
    .work_section_point h5 {
        font-size: 20px;
    }
    .work_section_point p {
        font-size: 15px;
        line-height: 24px;
    }
    .feature_sec p {
        font-size: 15px !important;
        line-height: 22px;
    }
    .work_section_point img {
        width: 40px;
    }
    .cta_left h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .cta_left p, .cta_right p {
        line-height: 24px;
    }
    span.me-4.h3 {
        margin-right: 10px !important;
    }
    span.h4 {
        font-size: 18px;
    }
    .accordion-body {
        font-size: 16px;
        padding-top: 0;
        padding-left: 35px !important;
        padding-right: 20px !important;
    }
    .heading_4 {
        font-size: 26px;
        line-height: 38px;
        margin-top: 0;
    }
    footer {
        padding-top: 35px;
    }
}
@media only screen and (max-width: 320px){
    section.features-hero {
        background-position: -400px center;
    }
    .features-hero .hero-content {
       width: 100% !important;
    }
    .features-hero .hero-content h1 {
        font-size: 30px;
        line-height: 36px;
        width: 100% !important;
    }
    .features-hero .hero-content p {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 24px;
        color: #5B5C81;
    }
    .hero-section {
        min-height: 400px;
    }
}