@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf)
    format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf)
    format("truetype");
}

body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.2;
 
}
ul,
li {
  list-style: none;
}
.wrapper .sec_container {
  padding: 0 40px;
}
.wrapper img {
  width: 100%;
}
.section-padding {
  padding: 120px 0;
}
.wrapper .header {
  padding: 30px 0;
}
.wrapper .header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .header .header_inner .header_left {
  display: flex;
  gap: 20px;
  align-items: center;
}
/* .wrapper .header .header_inner nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  /* margin-left: 250px; 
}*/
a:hover{
  text-decoration: none;
}
.header nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  padding-top: 15px;
  /* margin-left: 250px; */
}
.header nav ul li a {
  text-decoration: none;
  color: #000;
}
.bg-gray{
  background-color: #eee;
}
.wrapper .header .header_inner .header_right a {
  background-attachment: fixed;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  border-radius: 10px;
  background: #4c74b4;
}
.wrapper .banner_area{
  position: relative;
}
.wrapper .banner_area {
  background-image: url(../images/a1-PhotoRoom.jpg);
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wrapper .banner_area .slick-dots li button:before {
  font-size: 14px;
}
.wrapper .slick-dots {
  bottom: 16px;
}
.wrapper .heading {
  text-align: center;
  margin: 50px 0 40px;
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
}
.wrapper .our_offering_sec .offering_inner {
  background: #ffff;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}
.wrapper .our_offering_sec .offering_inner li {
  text-align: center;
  width: 20%;
}
.wrapper .our_offering_sec .offering_inner li span {
  display: block;
}
.wrapper .pick_your_inner {
  display: flex;
  max-width: 50%;
  gap: 50px;
  margin: auto;
}
.wrapper .pick_your_inner > div {
  background-color: #fff;
  color: #000;
  padding: 20px;
  box-shadow: 0 2px 6px #4c74b4;
  min-width:400px !important; /* added on 05-06-2024 to make the same for any content*/
}
.wrapper .pick_your_inner > div .title {
  text-align: center;
  padding: 7px;
  background-color: #4c74b4;
  border: 2px solid #4c74b4;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 19px;
  color: #fff;
}
.wrapper .why_choose_sec .why_choose_inner {
  border: 2px solid #4c74b4;
  display: flex;
  padding: 10px 20px 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  text-align: center;
  max-width: max-content;
  margin: auto;
  list-style: none;
  border-radius: 10px;
}
.wrapper .why_choose_sec .why_choose_inner span {
  display: block;
  font-weight: 500;
}
.wrapper .why_choose_sec .why_choose_inner img {
  width: 70px !important;
  height: 70px;
  padding: 10px;
}
.wrapper .our_clients_sec {
  margin: 70px 0 50px;
}
.wrapper .our_clients_sec img {
  margin-right: 80px;
}
.wrapper .flow_content {
  left: -15px !important;
  width: 294px !important;
  border: 1px solid grey;
  padding: 5px !important;
}
.wrapper .flow_content h4 {
  font-weight: 600 !important;
  text-align: center !important;
  font-size: 20px !important;
}
.wrapper .services_list {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-top: 52px;
}
.wrapper .services_list li {
  border: 1px solid #4c74b4;
  border-radius: 10px;
}
.addSelf {
  width: 220px;
  text-align: center;
}
.wrapper .services_list li a {
  text-decoration: none; 
  color: #4c74b4;
}

.wrapper footer {
  background-color: #4c74b4;
  color: #fff;
 padding: 20px;
}
.wrapper footer ul{
  margin-bottom: 0;
}
.wrapper footer .footer_inner {
  display: flex;
  gap: 100px;
  justify-content: space-evenly;
}
.wrapper footer .footer_inner > div {
  width: 40%;
}
.wrapper footer .footer_inner .foot_left .logo img {
  width: 170px;
  border-radius: 6px;
}
.wrapper footer .footer_inner .foot_left .text_area {
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 14px;
}
 .social_links {
  display: inline-flex;
  gap: 15px;
  margin-top: 15px;
}
 .social_links li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 30px!important;
  height: 30px;
  padding-top: 1px;
}
 .social_links li i {
  font-size: 22px;
  color: #0979ba;
}
 .social_links li:nth-child(2) i {
  color: #0979ba;
}
 .social_links li:nth-child(4) i {
  color: #087bf4;
}
.wrapper footer .footer_inner .foot_left .phone_number {
  margin-top: 20px;
}
.wrapper footer .footer_inner .foot_left .phone_number li {
  margin-top: 10px;
}
.wrapper footer .footer_inner .foot_left .phone_number li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
.wrapper footer .footer_inner .foot_left .phone_number li a span {
  font-weight: 200;
  font-size: 16px;
}
.wrapper footer .footer_inner .foot_left .phone_number li a img {
  width: 25px;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #fff;
}
/* .wrapper footer .footer_inner .foot_right .foot_nav {
  display: flex;
  flex-wrap: wrap;
} */
.wrapper footer .footer_inner .foot_right .foot_nav li {
  width: 46%;
  margin-bottom: 10px;
}
.wrapper footer .footer_inner .foot_right .foot_nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}
/* tushant add css for nav tabs */
.wrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #4c74b4 !important;
  border-color: #4c74b4 !important;
  border-radius: 10px;
}
.wrapper .nav-tabs .nav-link {
  border: none !important;
}
.wrapper .nav-tabs {
  border: none !important;
}
.wrapper .services_list nav-item.active {
  background-color: #4c74b4 !important;
}
.wrapper .services_list nav-item.active a {
  color: #fff !important;
}
/* contact page css */
.ml-20 {
  margin-left: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.contact_wrapper {
  background-color: #4c74b4;
  padding: 80px 0;
}
.content-wrapper p {
  margin-top: 15px;
}
.contact_wrapper .text-heading {
  color: #fff;

  text-align: center;
  font-weight: 500;
  line-height: 48px;
}
.contact_wrapper .text_content {
  margin-top: 5px;
  text-align: center;
  color: #fff;
}

.section-wrapper {
  margin-top: 12px;
  display: grid;
  column-gap: 50px;
  grid-template-columns: auto auto auto;
}

.contact_page {
  margin-top: 30px;
  /* display: flex; */
  padding: 50px;
  /* gap: 20px; */
}
.mb-10{
  margin-bottom: 30px;
}
.contact-details {
  background-color: #fafafa;
  padding: 15px;
  border-radius: 7px;
  margin-top: 19px;
  height: 100%;

}
.contact-details:hover {
  background-color: #4c74b4;
  color: #fff;
  cursor: pointer;
}
.contact-details:hover .icon-wrapper i {
  background-color: #fff;
  color: #4c74b4;
}
.contact-details:hover .contact-content i {
  color: #fff;
  margin-top: 10px;
}

.contact-details .icon-wrapper i {
  border-radius: 7px;
  font-size: 20px;
  background-color: #4c74b4;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.contact-details .content-wrapper {
  margin-top: 10px;
}
.contact_form_wrapper {
  border: 3px solid #4c74b4;
  padding: 30px;
  /* margin-top: 25px; */
  border-radius: 10px;
  margin: 25px auto;
  max-width: 560px;
}
.contact_form_wrapper h4 {
  text-align: center;
  color: #4c74b4;
}
.contact-content i {
  color: #4c74b4;
  margin-top: 10px;
}
.contacts span,
.email span {
  font-size: 14px;
}

.form-wrapper .form-control {
  width: 100%;
  height: 38px;
  border-radius: 7px;
  border: 1px solid #5c5454;
  margin-top: 30px;
}
.form-control:focus {
  outline: none;
}
.form-control::placeholder {
  padding: 10px;
}
.textarea {
  margin-top: 30px;
  border-radius: 7px;
  width: 100%;
  padding-left: 10px;
    padding-top: 10px;
}
.textarea::placeholder{
  padding: 10px;
}
.form-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap:10px
}
.btn-container {
  width: 100%;
  background-color: #4c74b4;
  color: #fff;
  border: 1px solid #4c74b4;
  padding: 10px;
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.activeAnchor {
  color: #4c74b4;
}

.other_section_wrapper {
  padding: 100px 0;
background-color: #eee;
}
.contact-section-content {
  padding: 35px;
  background-color: #fff;
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  margin-top: 28px;
}
.contact-section-content h3,
.contact-section-content1 h3 {
  font-size: 25px;
  font-weight: 500;
}
.contact-section-content p,
.contact-section-content1 p {
  font-size: 18px;
  font-weight: 300;
}

.contact-section-content1 {
  padding: 35px;
  background-color: #fff;
  max-width: 620px;
  margin-right: auto;
  margin-left: 73px;
  border-radius: 10px;
  margin-top: 28px;
}

/* contact css end */
/* about css section start */
.about-wrapper-heading-section {
  padding: 100px 0;
  background-color: #4c74b4;
  text-align: center;
  position: relative;
}
.about-wrapper-heading-section::before {
  content: "";
  width: 50%;
  height: 100px;
  position: absolute;
  left: 0;
  background: #fff;
  transform: skewY(6deg);
  bottom: -17%;
}
.about-wrapper-heading-section::after {
  content: "";
  width: 50%;
  height: 100px;
  position: absolute;
  right: 0;
  background: #fff;
  transform: skewY(-6deg);
  bottom: -17%;
}
.about-wrapper-heading-section h4 {
  font-size: 20px;
}
.about-wrapper-heading-section p,
.about-wrapper-heading-section h4,
.about-wrapper-heading-section h1 {
  color: #fff;
}

.tech-section-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 120px 15px;
  gap: 20px;
}

.tech-section {
  text-align: left;
  max-width: 650px;
}
.tech-section h4 {
  font-size: 20px;
  color: #4c74b4;
}
.contactBtn {
  font-size: 16px;
  color: #fff;
  background-color: #4c74b4;
  padding: 10px;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  border: 1px solid #4c74b4;
}
.contactBtn:focus {
  outline: none;
}

.story-section-part {
  background-color: #e9edee;
}
.insight-section-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
}
.insight-section-content h1,
.insight-section-content p {
  color: #4c74b4;
}
.insight-button {
  display: inline-flex;
}
.insight-button .startBtn {
  font-size: 16px;
  color: #fff;
  background-color: #4c74b4;
  padding: 15px;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  border: 1px solid #4c74b4;
  width: 200px;
  height: 52px;
}
.insight-button a:hover{
  text-decoration: none;
}
.insight-button .talkBtn {
  font-size: 16px;
  color: #4c74b4;
  background-color: transparent;
  padding: 15px;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  border: 1px solid #4c74b4;
  width: 200px;
  height: 52px;
  text-align: center;
}
.insight-button .talkBtn:hover {
  background-color: #4c74b4;
  border-color: 1px solid #4c74b4;
  color: #fff;
}
.customer-section {
  padding: 70px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.customer-section .customer-content {
  text-align: center;
}
.customer-section .customer-content h2 {
  font-size: 60px;
  color: #4c74b4;
}
.customer-section .customer-content h4 {
  font-size: 20px;
  font-weight: 500;
}
.customer-section .customer-content p {
  font-size: 14px;
  font-weight: 400;
}
.team-wrapper {
  padding: 120px 58px;
  background-color: #e9edee;
}
.team-section-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.team-section-title h1,
.team-section-title p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.team-section-title span {
  color: #4c74b4;
}
.team-section-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.team-wrapper-details {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
.team-section-wrapper:hover {
  background-color: #4c74b4;
  color: #fff;
  cursor: pointer;
}
.team-section-wrapper .team-section-img img {
  border-radius: 10px;
}
.team-section-wrapper .team-section-content span {
  font-size: 15px;
}
.team-section-wrapper .team-section-content {
  padding: 10px;
  text-align: left;
}
.team-section-wrapper .team-section-icon i {
  padding: 10px;
  cursor: pointer;
}
.team-section-img img {
  width: 100%;
}
/* about css section start end */

/* verification start  */
.create-form-wrapper{
  background-color: #eee;
  display: flex;
  justify-content: space-around;

}
.create-form-sub-wraper{
 display: flex;
padding: 30px;
gap: 20px;
}
.form-subscriber h1,.form-subscriber p{
  margin-top: 20px;
}
.form-create-wrapper .emailInput{
  outline: none;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #fff;
  border-top-right-radius: none;
  padding-left: 13px;
}
.form-create-wrapper .emailInput::placeholder{
padding-left: 10px;
}
.form-create-wrapper .emailInput:focus{
  outline: none;
}
.create-form-sub-wraper .form-subscriber{
  color: #fff;
}
.create-form-sub-wraper .btn-subscribe{
  background: #000;
  color: #fff;
  padding: 20px;
  outline: none;
  border: 1px solid #000;
  border-radius: 50px;
  cursor: pointer;
}
.iconrip{
 
  width: auto!important;
}
.modal-Wrapper p{
  padding: 10px;
}
.modal-Wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 10px;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.closeicon{
  float: right;
  cursor: pointer;
  margin-top: -12px;
  font-size: 20px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* modal end */
/* burger btn start */

.burger-btn span{
  margin-top: 3px;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #4c74b4;
    cursor: pointer;

}
.burger-btn{
  display: none;
}


/* navbar end */
/* work wraper for mobile case start*/
.work-wrapper{
  padding: 10px;
  display: none;
} 
.work-wrapper .flow_step_cont {
   width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid #4C74B4;
text-align: center;
margin: auto;
margin-bottom: 12px;
font-weight: 500;
font-size: 30px;
line-height: 60px;
cursor: pointer;
position: relative;
color:#4C74B4;
}
.work-wrapper .flow_content{
  left: 38% !important;
  width: 271px !important;
  border: 1px solid grey;
  padding: 10px!important;
  z-index: 9999;
  border: 1px solid #4C74B4;
  border-radius: 10px;
  margin: 0 auto;
}
.wrapper-items{
  margin-top: 20px;
}
.wrapper-items h4{
  color: #4C74B4;
}
/* work wrapper mobile case end */
/* media query part start */
/* @media only screen and (max-width: 1189px) {
  .wrapper .header .header_inner .header_left ul{
    margin-left: 150px;
  }
} */
/* other addd css */
.data-format .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
  border-left: none;
}
/* this is the code form section */
.form-section .input-group-text{
  margin-top: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 5px 10px;

}
.btn-link {
  margin-top: 30px;
  margin-bottom: 15px;
}
.btn-link .btn-container{
  font-size: 14px;
}
.btn-link .btn-container:hover{
  color: #fff!important;
  text-decoration: none!important;
}
.buttonData1{
  float: right;
   margin-top: 150px;
}
.labelData{
  width: 70px!important;
}
.mt-10{
  margin-top: 10px;
}
.tech-btn{
  margin-top: 20px;
}
.img-width{
  width: 80px!important;
}
.banner-wrapper h1 {
  max-width: 700px;
  margin-top: 42px;
  margin-left: 65px;
  font-size: 30px;
}
.banner-wrapper .slick-next::before,.banner-wrapper .slick-prev::before{
  font-family: normal;
  font-size: 20px;
  color: #20527f!important;
  border: 3px solid #20527f;
  padding: 5px;
}
.banner-wrapper .slick-next:hover::before,
.banner-wrapper .slick-prev:hover::before {
  background-color: #20527f;
  color: #fff!important;
  border: 1px solid #2a547c;
}

.banner-wrapper .slick-prev{
z-index: 9999;
left: 14px;
top: 300px;
}
.banner-wrapper .slick-next{
right: 38px;
top: 300px;
}
.choose-wrapper{
  max-width: 500px;
  margin: 0 auto;
}
.content-wrapper-data{
  padding: 9px;
}
.content-wrapper-data p{
  margin-top: 10px;
}
.headingBgv b{
  font-size: 40px;
}
.second-container-data{
  display: flex;
  gap: 20px;
}
/* other add css */

@media only screen and (max-width: 1120px) {
  .contact-section-content1 {
    margin: auto;
    margin-top: 28px !important;
  }
  .other_section_wrapper {
    justify-content: center;
  }
 
  
}

@media only screen and (max-width: 475px) {
  .insight-button {
    display: block;
  }
  .startBtn {
    margin-top: 20px;
    margin-left: 0px;
  }
  .offering-section .offering_inner{
    display: block!important;
  
  }
  .offering-section .offering_inner li{
    margin: 0 auto!important;
  }
  .offering-section.offering_inner li span{
    text-align: end;
  }
  .create-form-sub-wraper{
    display: block;

  }
  .create-form-sub-wraper .form-img{
    margin-top: 30px;
    text-align:center;
  }
  .form-create-wrapper .btn-subscribe{
    margin-top: 20px;
  }
  .footer_inner{
    display: block!important;
  }
  .wrapper .pick_your_inner{
    max-width: 100%;
  }
  .wrapper .our_offering_sec .offering_inner{
    display: block;
  }
  .wrapper .our_offering_sec .offering_inner li{
    width: auto;
  }
  .modal-Wrapper{
    width: 100%!important;
  }
  
  .form-control::placeholder{
    font-size: 16px;
  }
  .banner-wrapper div::before{
    font-size: 20px;
  }
  .banner-wrapper .slick-next::before, .banner-wrapper .slick-prev::before{
    display: none;
  }
  .choose-wrapper iframe{
    width: 320px!important;
  }
   .wrapper .pick_your_inner > div {
  background-color: #fff;
  color: #000;
  padding: 10px;
  box-shadow: 0 2px 6px #4c74b4;
  
}
}
@media only screen and (max-width: 1024px){
   .header nav ul{
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease-in;
    top: 90px;
    right: 0;
    overflow: hidden;
    height: 0;
    z-index: 999;
    padding: 0
  }
  .header ul li{
    padding: 10px;
  }
  .data-height{
    height: calc(100vh - 50px)!important;
  }
  
  .burger-btn{
    display: block;
  }
  .header_left{
    width: 100px;
  }
  .logo img{
    width: 110px!important;
  }
  .header .sec_container{
    padding: 7px!important;
  } 
  .wrapper .header .header_inner .header_right a{
    display: none;
  }
   
  .work-wrapper{
    display: block;
  }
  #how_it_works{
    display: none;
  }
  #how_it_works2{
    display: none;
  }
  .work-wrapper .wrapper-items:nth-child(1){
    margin-top: 8px;
  }
  .work-wrapper .wrapper-items:last-child{
    margin-bottom: 155px;
  }
  .buttonData1{
    margin-top: 50px!important;
    margin: 0 auto;
    float: none!important;
  }
  .contact_page{
    display: block;
  }
  .ml-20{
    margin-left: 0;
  }
  .form-section{
    display: block;
  }
  
  .wrapper .pick_your_inner > div { /* added on 05-06-2024*/
  background-color: #fff;
  color: #000;
  padding: 10px;
  box-shadow: 0 2px 6px #4c74b4;
  
}
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
  .tech-section-wrapper {
    flex-wrap: wrap;
  }
  .tech-section-image {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .story-section-part .tech-section {
    margin-top: 30px;
  }
  .insight-section-wrapper,
  .customer-section {
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .insight-button {
    margin: 0 auto;
  }
  .team-wrapper-details {
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
  }
  .other_section_wrapper {
    justify-content: center;
  }
  .contact_icon_wrapper,
  .contact_form_wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
  .section-wrapper {
    flex-wrap: wrap;
  }
  .contact_wrapper .text-heading {
    font-size: 40px;
  }
   .wrapper .pick_your_inner > div {/* added on 05-06-2024*/
  background-color: #fff;
  color: #000;
  padding: 10px;
  box-shadow: 0 2px 6px #4c74b4;
  
}
  
}
@media only screen and (max-width: 768px){
  .wrapper .why_choose_sec .why_choose_inner{
    display: block;
  }
  .wrapper footer .footer_inner > div{
    width: 100%;
  }
  .wrapper footer .footer_inner .foot_right .foot_nav{
    display: block;
    margin-top: 20px;
  }
  .wrapper .pick_your_inner{
    display: block;
  }
  .wrapper .pick_your_inner > div{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px){
  .form-section{
    display: block;
  
  }
  .ml-20{
    margin-left: 0!important;
  }
  .create-form-sub-wraper{
    display: block!important;
  }
  .form-img{
    margin-top: 20px;
  }
  .tech-section-image{
    margin: 0 auto;
  }
  .tech-section-image-data img{
    width: 270px!important;
  }
}
@media only screen and (max-width: 532px){
.form-control{
  font-size: 12px!important;
}

}
@media only screen and (max-width: 475px) and (min-width: 320px){
  .form-control{
    font-size: 12px!important;
  }

  .work-wrapper .flow_content{
    width: 248px!important;
  }
  .contact_form_wrapper{
    padding: 10px;
  }
  .contact_form_wrapper .form-control::placeholder{
    font-size: 12px;
  }
  }
  .tech-section-image-data img{
    width: 390px;
  }
/* media query part end */
