@media (min-width:1200px) and (max-width:1399px) {
    .how_to_start .container .row:nth-child(2) :first-child .process_icon_box::after,
    .how_to_start .container .row:nth-child(2) :last-child .process_icon_box::after{
        width: 110px;
    }
    .how_to_start .container .row:nth-child(2) :last-child .process_icon_box::after{
        margin-left: -118px;
    }
    .platform_box{
      padding:55px ;
    }
    
}
@media (min-width:992px) and (max-width:1199px) {
    .how_to_start .container .row:nth-child(2) :first-child .process_icon_box::after,
    .how_to_start .container .row:nth-child(2) :last-child .process_icon_box::after{
        width: 94px;
    }
    .how_to_start .container .row:nth-child(2) :last-child .process_icon_box::after{
        margin-left: -103px;
    }
    .how_to_start .container .row:nth-child(2) :last-child .process_icon_box::after{
        margin-left: -104px;
    }
    .platform_box{
      padding:55px ;
    }
    .platform_img img{
        position: absolute;
        bottom: 0;
    }
    .platform_img{
        position: relative;
    }
   
}
@media (max-width:1199px) {
    nav ul li a {
        font-size: 12px;
        display: inline-block;
    }
    .newsletter_left .title{
        font-size: 35px;

    }
}

@media (min-width:992px) and (max-width:1199px) {
    nav li {
        display: grid;
        place-items: center;
    }

    .banner_left .title {
        font-size: 43px;
    }
    .platform_box{
        padding:55px ;
    }
  
}

@media (max-width:991px) {
    .mobile_nav {
        display: block;
    }
    .offcanvas a{
        font-size: 20px;

    }

    .big_nav {
        display: none !important;
    }

    .social_link h4 {
        text-align: left !important;
    }

    .social_link ul {
        display: flex;
        justify-content: space-between;
    }
    .how_to_start .process_box h2 {
        font-size: 50px;
        border: none;
        
    }

    .how_to_start .container .row:nth-child(2) :first-child .process_icon_box::before,
    .how_to_start .container .row:nth-child(2) :nth-child(2) .process_icon_box::before,
    .how_to_start .container .row:nth-child(2) :nth-child(3) .process_icon_box::before,
    .how_to_start .container .row:nth-child(2) :last-child .process_icon_box::before {
        display: none;
    }

    .how_to_start .container .row:nth-child(2) :first-child .process_icon_box::after,
    .how_to_start .container .row:nth-child(2) :last-child .process_icon_box::after,
    .how_to_start .container .row:nth-child(2) :nth-child(2) .process_icon_box::after,
    .how_to_start .container .row:nth-child(2) :nth-child(3) .process_icon_box::after {
        display: none;
    }

    .how_to_start .container .row:nth-child(2) :first-child .process_icon_box,
    .how_to_start .container .row:nth-child(2) :last-child .process_icon_box,
    .how_to_start .container .row:nth-child(2) :nth-child(2) .process_icon_box,
    .how_to_start .container .row:nth-child(2) :nth-child(3) .process_icon_box {
        display: none;
    }
    .how_to_start .container .row:nth-child(3) :last-child .step_box,
    .how_to_start .container .row:nth-child(3) :first-child .step_box,
    .how_to_start .container .row:nth-child(3) :nth-child(2) .step_box,
    .how_to_start .container .row:nth-child(3) :nth-child(3) .step_box{
        margin-top:80px;
        position: relative;
       
    }
    .platform_box{
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 20px;
    }
    .platform_img img{
       
        height: 100%;
    }
    .platform_img{
        margin-top: 10%;
        width: 100%;
    }
    .platform_button_group h4{

        font-size: 14px;
        font-weight: bold;

    }
    .platform_button_group p{
        font-size: 13px;
    }
    .platform_button_group a {
        width: 50%;
        align-self: center;
    }
    .platform_button_group a img{
        margin-right: 10px;
    }
    .whychoose_box{
        margin: 35px;
    }
    
    .newsletter_right button{
        margin-top:10px;
    }
    .newsletter_right input{
        width: 100%;
    }
    .newsletter_right{
        width: 100%;
        display: flex;
        justify-content: space-between;
       
    }
}

@media (min-width:575px) and (max-width:991px) {
    .banenr_right img {
        width: 90%;
        margin-top: 120px;

    }
   
  
}

@media (max-width:575px) {
    .banner_left .title {
        font-size: 33px;
    }

    .banner_btn_group a {
        display: block;
        text-align: center;
    }

    .banner_btn_group a:nth-child(2) {
        margin-top: 15px;
    }

    .banenr_right img {
        width: 90%;
        margin-top: 120px;
        transform: translateX(0%);
        margin-left: 20px;
    }

    
    .title {
        font-size: 35px;
    }

    .about_num {
        font-size: 16px;
        height: 60%;
        padding: 10px;
    }
    .platform_box{
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 20px;
    }
    .platform_img img{
       
        height: 100%;
    }
    .platform_img{
        margin-top: 10%;
        width: 100%;
    }
    .platform_button_group h4{

        font-size: 14px;
        font-weight: bold;

    }
    .platform_button_group p{
        font-size: 13px;
    }
    .platform_button_group a {
        width: 50%;
        align-self: center;
    }
    .platform_button_group a img{
        margin-right: 10px;
    }
    .newsletter_left {
     text-align: center;

    }
}