@media (min-width: 320px) and (max-width: 600px) {
    .Digital h1 {
      font-size: 23px;
   }

   .smartphone {
    width: 100%;
   }

   .pl-60 {
    padding-left: 0 !important;
   }

   .pad-lft100 {
    padding-left: 0 !important;
   }

   .pad-lft110 {
    padding-left: 0 !important;
   }

   .footer p {
    width: 100%;
    margin: 0;
}
.footer div{
    padding: 0;
}

.footer .row{
  gap: 30px;
}

.mar-lft-50 {
  margin-left: 0;
}

.banner .text-area {
    left: 0;
}

.banner .text-area h1 {
  font-size: 13px;
  line-height: 16px !important;
}

.banner img {
    max-width: 100%;
    height: 240px;
  }

  .content-area {
    position: absolute;
    left: 75px;
    width: 100%;
    top: 70px;
}

.border-img {
    width: 100%;
    position: relative;
    left: 110px;
}


.mb-position {
  position: relative;
  top: 210px;
}

.border-img-lft {
  position: relative;
  left: -35px;
  top: 80px;

}

.left-postion {
  right: 0;
}

.content-area-lft {
  font-size: 20px;
  top: 180px;
}


.overlay-text {
  font-size: 17px;
}

.navbar-toggler{
  background-color: white !important;
}

.navbar-nav{
  background-color: #2C3062;

}

.mb-align{
padding-top: 80px !important;
}

.mt-mb-30{
  margin-top: 30px;

}

.content-area-lft p{

font-size: 18px;
}

.border-img {
  left: 0;
}

.content-area {
  left: 0;
}

.pl-65{
  padding-left: 0 !important;

}

.pl-50 {
  padding-left: 10px !important;
}

.ml-50 {
  margin-left: 0 !important;
}

.process-mb{
  position: relative;
  top: 427px;
}

.ptop-100 {
  padding-top: 0;
}

.title{
  font-size: 25px;
}
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    /* .smartphone {
      width: 100%;
    }

    .content-area {
      top: 66px;
      bottom: 0;
    }

    .border-img-lft {
      top: 132px !important;
      right: 30px;
    }  */
  }

  @media (min-width: 600px) and (max-width: 899.98px) {
  

     .Digital h1 {
      font-size: 23px;
   }

   .smartphone {
    width: 100%;
   }

   .pl-60 {
    padding-left: 0 !important;
   }

   .pad-lft100 {
    padding-left: 0 !important;
   }

   .pad-lft110 {
    padding-left: 0 !important;
   }

   .footer p {
    width: 100%;
    margin: 0;
}
.footer div{
    padding: 0;
}

.footer .row{
  gap: 30px;
}

.mar-lft-50 {
  margin-left: 0;
}

.banner .text-area {
    left: 0;
}

.banner .text-area h1 {
    font-size: 23px;
    line-height: 30px !important;
}

.banner img {
    max-width: 100%;
    height: 240px;
  }

  .content-area {
    position: absolute;
    left: 75px;
    width: 100%;
    top: 70px;
}

.border-img {
    width: 100%;
    position: relative;
    left: 110px;
}


.mb-position {
  position: relative;
  top: 210px;
}

.border-img-lft {
  position: relative;
  left: -35px;
  top: 80px;
}

.left-postion {
  right: 0;
}

.content-area-lft {
  font-size: 20px;
  top: 180px;
}



.mb-align{
padding-top: 80px !important;
}



.mt-mb-30{
  margin-top: 30px;

}

.content-area-lft p{
font-size: 18px;
}

.border-img {
  left: 0;
}

.content-area {
  left: 0;
}

.pl-65{
  padding-left: 0 !important;

}

.pl-50 {
  padding-left: 10px !important;
}

.ml-50 {
  margin-left: 0 !important;
}

.process-mb{
  position: relative;
  top: 427px;
}

.ptop-100 {
  padding-top: 0;
}

.title{
  font-size: 25px;
}

.Digital p {
  margin: 30px;
}

.intrest {
  font-size: 20px;
}


 
  }


/* Fix alignment issues for 1120px to 1024px */
@media (max-width: 1120px) and (min-width: 1024px) {
  .backround-borderimg-right {
      position: relative;
      background: rgba(255, 255, 255, 0.8);
      padding: 20px;
      border-radius: 10px;
  }
  
  .smartphone {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
  }
}

/* Ensure mobile responsiveness */
@media (max-width: 1024px) {
  .col-md-6 {
      text-align: center;
  }

  .smartphone {
      width: 100%;
      height: auto;
  }
}


@media (max-width: 1024px) and (min-width: 800px) {
  .col-md-6 {
      flex: 0 0 100%;  
      max-width: 100%;
      text-align: center;
  }

  .smartphone {
      max-width: 80%;  
      height: auto;
      margin-bottom: 20px;
  }

  .backround-borderimg-right {
      padding: 30px;
      text-align: center;
  }
  .col-md-6 {
    padding: 15px; 
}
}

@media (max-width: 1024px) and (min-width: 768px) {
  .col-md-6 {
      display: flex;
      justify-content: center; 
      align-items: center; 
      flex-direction: column;
      text-align: center;
      padding: 20px; 
  }

  .smartphone {
      max-width: 80%; 
      height: auto;
      margin-bottom: 20px;
  }

  .backround-borderimg-right {
      padding: 25px;
      margin-top: 20px; 
      width: 100%; 
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .col-md-6 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
   
  }

  .backround-borderimg-right {
      padding: 30px;
      margin-top: 40px; 
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%; 
  }

  .smartphone {
      height: auto;
      margin-bottom: 30px;
  }


  .backround-borderimg-right h6, 
  .backround-borderimg-right p {
      position: relative;
      z-index: 2; 
  }
  .navbar-toggler {
    background-color: white !important;
}
.navbar-nav {
  background-color: #2C3062;
}
.backround-borderimg-right h6{
font-size: 25px;
}

.backround-borderimg-right p{
  font-size: 16px;
  }

  .backround-borderimg-left p{
    font-size: 16px;
  }
  .backround-borderimg-left h6{
    font-size: 25px;
    }

    .navbar-toggler{
      background-color: white !important;
    }
    
    .navbar-nav{
      background-color: #2C3062;
    
    }

    .ptop-100 {
      padding-top: 0;
    }
   


}





@media (min-width: 320px) and (max-width: 600px) {
  .col-md-6 {
      flex: 0 0 100%; 
      max-width: 100%;
     
  }

  .smartphone {
      max-width: 100%; 
      height: auto;
    
  }

  .backround-borderimg-right,
  .backround-borderimg-left {
      padding: 25px;
      margin-top: 20px; 
      width: 100%; 
  }

  .backround-borderimg-right h6,
  .backround-borderimg-left h6 {
      font-size: 1.2rem; 
      width: 100%;
  }

  .backround-borderimg-right p,
  .backround-borderimg-left p {
      font-size: 1rem; 
      width: 100%;
  }


  .order-2 {
      order: 2;
  }

  .order-1 {
      order: 1;
  }

  .m-center{
    text-align: center;
  }
  .mtop-20 {
    margin-top: 0 !important;
  }

  .backround-borderimg-right {
    padding-bottom: 0;
  }
  .p-3 {
    padding: 0 !important;
  }
  .Digital p {
    margin: 30px;
    font-size: 17px;
  }
  
  .intrest {
    font-size: 20px;
  }

  .mt-10 {
    margin-top: 13% !important;
  }
  .pb-40{
    padding-bottom: 0 !important;

  }

  .mobile-top-20{
    margin-top: 20px !important;

  }
  .digital_transform{
    margin: 10px;
  }

  .backround-borderimg-left p {
    font-size: 15px;
  }

  .plft-30 {
    padding-left: unset;
  }

  .left-aln {
    padding-left: unset;
  }

}



@media (max-width: 1233px ) and (min-width: 1024px) {
  .backround-borderimg-left p{
    font-size: 16px;
  }
  .backround-borderimg-left h6{
    font-size: 25px;
    }

    .backround-borderimg-right p{
      font-size: 16px;
    }
    .backround-borderimg-right h6{
      font-size: 25px;
      }
     
}

@media (min-width: 500px ) and (max-width:767px) {


.col-md-4{
width: 50% !important;
}

.col-md-8{
  width: 50% !important;
  }

}

/* 600 770 */
@media (min-width: 600px ) and (max-width:770px) {
  .navbar-toggler{
    background-color: white !important;
  }
  
  .navbar-nav{
    background-color: #2C3062;
  
  }

}







/* internal responsive */

@media only screen and (max-width: 600px) {
  .logo {
    height: 50px;
    margin: -3px;
}
  .backround-borderimg-left{
    background-image: none !important;
    padding-bottom: 0 !important;
  }

  .backround-borderimg-right{
    background-image: none !important;
  }
  .mt-10 {
    margin-top: unset !important;
  }

    .ptop-100 {
        padding-top: unset;
    }
 
}


@media (max-width: 600px) and (min-width: 320px) {
  
  .smartphone {
        max-width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .backround-borderimg-right {
      text-align: center;

    }

    .backround-borderimg-left {
      text-align: center;

    }

}



  @media (max-width: 900px) and (min-width: 600px) {
    .smartphone {
        max-width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .backround-borderimg-right {
      text-align: center;

    }

    .backround-borderimg-left {
      text-align: center;

    }
  }


  @media (max-width: 767px) and (min-width: 567px) {
    .title {
      font-size: 20px;
    }

    .backround-borderimg-right p {
      font-size: 14px;
      width: unset;
    }
    .ptop-100 {
      padding-top: unset;
    }

    .backround-borderimg-left p {
      font-size: 14px;
      width: unset;
    }

  }



  



 