.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: 0.75;
  background: linear-gradient(to right, #000b55, transparent);
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
}
.inner_banner h1 {
  color: #fff;
  font-size: 42px;
  text-transform: capitalize;
  margin: 10px 0;
}
.inner_banner h1 i {
  font-style: normal;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #fff;
}
.innertxt1 ul {
  list-style: none;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 16px;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 6px;
  top: -1px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}
.innertxt1 h3 a:hover,
.section6_innerpg p,
.tqa_bx p {
  color: #fff;
}
.grid {
  display: grid;
}
p {
  color: #4a4a4a;
  font-size: 18px;
}
.contactmainpgggg {
  padding: 50px 100px;
  background-color: #fff;
  width: 100%;
  display: table;
  background-image: url(../images/abtshape1.svg), url(../images/abtshape2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 150px, 250px;
}
.contactmainpgggg h2 {
  color: #182061;
  font-weight: 300;
  font-size: 46px;
  width: 100%;
  line-height: 60px;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  margin-top: 0;
}
.contactmainpgggg h2 b {
  font-weight: 600;
}

.contactmainpgggg ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.contactmainpgggg ul li {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-left: 50px;
  position: relative;
}
.contactmainpgggg ul li h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contactmainpgggg ul li p,
.contactmainpgggg ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.contactmainpgggg ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #ff3901;
}

.careertopbx {
  width: 100%;
  display: table;
  padding: 50px 0 30px;
  clear: both;
  position: relative;
  background-color: rgba(38, 114, 255, 0.04);
}
/* .careertopbx::before {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      width: 25%;
      height: 100%;
      background-color: #e8e8e8;
    } */
img.hss {
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  width: 35%;
  display: table;
}
.careertopbx img.hss {
  width: 45%;
}
.careertopbx h2 {
  color: #172f2d;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}
.careertopbx p {
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #333;
  margin-bottom: 30px;
}

.careersmainpg {
  background-color: #fbfbfb;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.hditworksbx img {
  width: 250px;
  border: 25px solid #061e4a;
  border-radius: 100%;
}
.hditworksbx p {
  font-size: 18px;
  color: #fff;
  margin-top: 100px;
  text-align: left;
}
.hbefore,
.hbafter {
  position: relative;
}
.hbefore:before {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/right_arrow.png");
  background-repeat: no-repeat;
  top: 85%;
  left: 83%;
  content: "";
  background-size: 100%;
  z-index: 99;
}
.hbafter:after {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/leftt_arrow.png");
  background-repeat: no-repeat;
  top: 85%;
  left: 5%;
  content: "";
  z-index: 99;
  background-size: 100%;
}
.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  list-style: none;
}
.careersmainpg {
  background-color: #f6f9ff;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #182061;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #182061;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #ff3901;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #182061;
  color: #fff;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
}
.careersmainpg {
  background-color: #fff;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.innerservmenu {
  position: sticky;
  top: 80px;
  width: 100%;
  display: flex;
  z-index: 9;
  text-align: center;
  background-color: #fff;
}
.innerservmenu li {
  /* display: inline-flex; */
  display: inline-grid;
  position: relative;
  flex-grow: 1;
  align-items: center;

  color: #182061;
  font-size: 16px;
}
.innerservmenu li a {
  text-decoration: none;
  color: #000;
  padding: 20px 15px;
  display: block;
  transition: all 0.3s;
  border-bottom: 2px solid #182061;
}
.innerservmenu li a:hover,
.innerservmenu li a.active {
  background-color: #182061;
  color: #fff;
  border-color: #182061;
}

.innersec1 {
  clear: both;
  width: 100%;
  display: block;
  background-color: #f6f9ff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #182061;
  font-size: 18px;
  line-height: 28px;
  padding: 60px 0;
}
.innersec1 h1 {
  color: #182061;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 0;
  text-transform: capitalize;

  position: relative;
}

.innersec1 h1 span {
}
.innersec1 h1 img {
  position: absolute;
  bottom: 0;
  height: 31px;
  left: 35px;
  z-index: -1;
}
.innersec1 h3 {
  color: #182061;
  font-size: 21px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;

  margin-top: 0;
}

.innersec1 p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
.aboutpg .row {
}
.aboutpg .col-sm-8 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  clear: both;
}

.aboutpg .col-sm-8 ul li {
  float: left;
  position: relative;
  padding: 5px 0 5px 35px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  display: inline-block;
}

.aboutpg .col-sm-8 ul li:before {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/check1.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
}

.asection44 {
  width: 100%;
  display: table;
  padding: 60px 80px;
  position: relative;
  text-align: center;
  background-color: #fff;
}

.asection44 h2 {
  color: #182061;
  font-size: 42px;
  margin-bottom: 30px;
  margin-top: 0px;
  text-align: left;
  font-weight: bold;
  margin-top: 0px;

  padding-left: 50px;
}
.asection44 .col-sm-4 {
  padding: 0 10px;
}
a.asec4an1 {
  display: block;
  width: 100%;
  padding: 30px;
  /* border: 4px solid transparent; */
  transition: all 0.3s;
  color: #fff;
  /* outline: 1px solid #c7faff; */
  min-height: 340px;
  background: -o-linear-gradient(right top, transparent 51%, #f2f6f7 0)
      no-repeat 100% 0/3.2rem 3.2rem,
    -o-linear-gradient(225deg, transparent 2.25rem, #f6f9ff 0);
  background: linear-gradient(to left bottom, transparent 51%, #f2f6f7 0)
      no-repeat 100% 0/3.2rem 3.2rem,
    linear-gradient(-135deg, transparent 2.25rem, #f6f9ff 0);
  position: relative;
  top: 0;
}
a.asec4an1:hover {
  /* border: 4px solid #c7faff */
  top: -10px;
}
.asec4img1 {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  box-shadow: inset 0 -30px 30px rgba(0, 0, 0, 0.1);
}
.asec4img1 img {
  width: 75px;
}
a.asec4an1 h3 {
  font-size: 18px;
  font-weight: 700;
  color: #182061;

  margin: 15px 0;
}
a.asec4an1 p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
.asection44 .col-sm-4 {
  width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.oss_scroll li {
  float: left;
  transition: all ease-in-out 0.5s;
}
.oss_scroll li:hover {
  transform: translateY(-10px);
}
.oss_scroll li .hoverTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.oss_scroll li .hoverTxt img {
  max-height: 70px;
  max-width: 120px;
  display: inline-block;
}
.oss_scroll li .hoverTxt h4 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-top: 10px;
  transition: all ease-in-out 0.5s;
}
.oss_scroll li:hover .hoverTxt h4 {
  color: #e51a4b;
}
.oss_scroll li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}
.oss_scroll li .img {
  width: 100%;
  width: 450px;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.aaboutbx3 {
  padding: 30px 100px;
  background-image: url(../images/team-business-people-stacking-.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aaboutbx3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background: #182061;
  opacity: 0.65;
}
.aaboutbx3in {
  width: 100%;
  display: block;
  position: relative;
}
.aaboutbx3 h2 {
  font-size: 48px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;

  font-weight: 700;
}
.aaboutbx3in_box {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  width: 100%;
  gap: 40px;
  min-height: 240px;
  align-items: center;
}
.aab3bbimg img {
  height: 65px;
}
.aab3bbcont h3 {
  color: #182061;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 600;
}
.aab3bbcont p {
  font-size: 18px;
  line-height: 32px;
  color: #606063;
  margin-bottom: 0;
  font-weight: 400;
}
.aaboutbx3 .col-sm-6 {
  padding: 20px;
}

.asection2 {
  /* padding: 40px 0;
    clear: both;
    width: 100%;
    display: table;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #efeeee; */
  background-image: url(../images/abtshape1.svg), url(../images/abtshape2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 150px, 250px;
  padding: 75px 100px;
  width: 100%;
  display: table;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.161);
  position: relative;
}

.aboutbx2 {
  background-color: #fff;
  width: 100%;
  display: table;
  padding: 60px 0 100px;
}
.aboutbx2 img {
  width: 90%;
  display: block;
}
.aboutbx2 h2 {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

.aboutbx2 h2 span {
  color: #17adc3;
}
.aboutbx2 p {
  font-size: 18px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #3f3f3f;
  margin-bottom: 30px;
}
.abtbtm1 {
  margin-top: 30px;
}
.abtbtm1 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #182061;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
}
.abtbtm1 h4:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #17adc3;
  font-size: 24px;
  padding-right: 0.5em;
  position: absolute;
  top: -3px;
  left: 0;
}
.abtbtm1 p {
  color: #182061;
  line-height: 28px;
  font-size: 15px;
  margin-top: 10px;
}

.asection2 h2 {
  font-size: 55px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 0px;

  position: relative;
  z-index: 9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.asection2 h2 span {
  position: relative;
}
/* .asection2 h2 span::before {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 6px;
  content: "";
  background-color: #1073d4;
} */
.asection2 h3 {
  color: #182061;
  font-weight: 300;
  font-size: 26px;
  width: 80%;
  line-height: 42px;
  margin-bottom: 40px;
}
.asection2 p {
  font-size: 18px;
  line-height: 32px;
  color: #697c86;
  margin-bottom: 40px;
  font-weight: 400;
  width: 92%;
}
.asection2 img {
}

.innermainbox {
  padding: 75px 100px;
  background-color: #fff;
  width: 100%;
  display: table;
}
.asection2 h2 {
  font-size: 55px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #182061;
  position: relative;
  z-index: 9;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-top: 0;
}
.asection2 h2 span {
  position: relative;
  /* border-bottom: 0.6rem solid #ccc; */
}
/* 
.asection2 h2 span::before,
.asection2 h2 span::after {
  position: absolute;
  left: 33.33%;
  bottom: -5px;
  content: "";
  width: 33.33%;
  height: 0.6rem;
} */
/* .asection2 h2 span::before {
  background-color: #ccc;
}
.asection2 h2 span::after {
  background-color: #ccc;
  left: 66.66%;
} */
.asection2 p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-bottom: 40px;
  font-weight: 400;
  width: 92%;
}
.asection2 img {
}
.aaboutbx2_in {
  background-color: #f6f9ff;
  padding: 60px 80px;
  width: 100%;
}
.aaboutbx2_in h3 {
  color: #182061;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 36px;
  margin-top: 0;

  margin-bottom: 30px;
}
.aaboutbx2_in h3 img {
  height: 55px;
}
.aaboutbx2_in p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

/* contact_section */
.contact_section {
  background-image: url(../images/shutterstock_519537712.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_section .wrapper_inner {
  max-width: 1400px;
  padding: 0 15px;
}
.contact_section .cs_textMask {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(46, 39, 87, 0.75) 0%,
    transparent 100%
  );
}
.contact_section .cs_textMask:before {
  width: 100%;
  position: absolute;
  bottom: 0;
  content: "";
  left: -100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(46, 39, 87, 0.75) 0%,
    transparent 100%
  );
}
.contact_section .cs_text {
  width: 60%;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  z-index: 1;
}
.contact_section .cs_text h4 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.contact_section .cs_text h5 {
  font-size: 56px;
  font-weight: 700;
}
.contact_section .cs_form {
  float: right;
  width: 40%;
  position: relative;
  padding: 70px 30px 70px 70px;
  color: #fff;
  font-size: 13px;
  background-color: rgba(46, 39, 87, 0.75);
}
.contact_section .cs_form:after {
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300%;
  content: "";
  background-color: rgba(46, 39, 87, 0.75);
}
.span-2 {
  width: 48%;
  float: left;
}
.span-2:nth-child(even) {
  float: right;
}
.input_control {
  width: 100%;
  float: left;
  background: transparent;
  color: #fff;
  border: 0px;
  font-size: 13px;
  height: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  transition: all ease-in-out 0.5s;
}
.input_control:hover,
.input_control:focus {
  border-bottom: 1px solid #333;
}
.input_control::-webkit-placeholder,
.input_control::placeholder {
  color: #fff;
}
textarea.input_control {
  height: 100px;
}
.captcha {
  margin-top: 30px;
}
.button_control {
  margin-top: 30px;
  float: left;
  background: #182061;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1px;
  border: 0px;
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}
.button_control:hover {
  background: #182061;
}

/* contact_section */
.contact_section {
  background-image: url(../images/shutterstock_519537712.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_section .wrapper_inner {
  max-width: 1400px;
  padding: 0 15px;
}
.contact_section .cs_textMask {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(to top, rgb(46, 39, 87) 0%, transparent 100%);
}
.contact_section .cs_textMask:before {
  width: 100%;
  position: absolute;
  bottom: 0;
  content: "";
  left: -100%;
  height: 100%;
  background: linear-gradient(to top, rgb(46, 39, 87) 0%, transparent 100%);
}
.contact_section .cs_text {
  width: 60%;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  z-index: 1;
}
.contact_section .cs_text h4 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.contact_section .cs_text h5 {
  font-size: 56px;
  font-weight: 700;
  margin: 0;
}
.contact_section .cs_form {
  float: right;
  width: 40%;
  position: relative;
  padding: 70px 30px 70px 70px;
  color: #fff;
  font-size: 13px;
  background-color: rgba(46, 39, 87, 0.75);
}
.contact_section .cs_form:after {
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300%;
  content: "";
  background-color: rgba(46, 39, 87, 0.75);
}
.span-2 {
  width: 48%;
  float: left;
}
.span-2:nth-child(even) {
  float: right;
}
.input_control {
  width: 100%;
  float: left;
  background: transparent;
  color: #fff;
  border: 0px;
  font-size: 13px;
  height: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  transition: all ease-in-out 0.5s;
}
.input_control:hover,
.input_control:focus {
  border-bottom: 1px solid #333;
}
.input_control::-webkit-placeholder,
.input_control::placeholder {
  color: #fff;
}
textarea.input_control {
  height: 100px;
}
.captcha {
  margin-top: 30px;
}
.button_control {
  margin-top: 30px;
  float: left;
  background: #ff3901;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1px;
  border: 0px;
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}
.button_control:hover {
  background: #fff;
  color: #ff3901;
}
.wrapper {
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
}

.cont_about_bx1 {
  display: block;
  width: 100%;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.cont_about_bx1 .grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}
.cont_about_bx2 {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-color: #fff;
}
.cont_about_bx2 h2 {
  text-align: center;
}
.multi_tabs ul.tabs {
  /* width: 65%; */
  /* margin: auto; */
  border: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 120px;
  position: relative;
  margin-bottom: 30px;
}
.multi_tabs ul.tabs::before {
  content: "";
  position: absolute;
  width: 65%;
  border-top: 2px solid #010853;
  height: 4px;
  left: 0;
  right: 0;
  top: -65px;
  bottom: 0;
  margin: auto;
  /* z-index: -1; */
}
.multi_tabs ul.tabs li {
  border: none;
  padding: 0;
  background: none;
  text-align: center;
  text-transform: capitalize;
  width: 20%;
  flex: 0 0 auto;
}
.multi_tabs ul.tabs li a {
  text-decoration: none;
  outline: 0;
}
.multi_tabs ul.tabs li a small {
  display: block !important;
  background: #55a5de;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-radius: 50%;
}
.multi_tabs ul.tabs li.active a small {
  display: none !important;
}
.multi_tabs ul.tabs li a span {
  display: none;
}
.multi_tabs ul.tabs li.active a span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ed7346;
  position: relative;
}
.multi_tabs ul.tabs li a b {
  display: block;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  color: #010853;
  letter-spacing: initial;
  margin-top: 10px;
}
.tab_container {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 80px 400px 80px 80px;
  border-radius: 10px;
  margin-bottom: 72px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
.tab_container img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
}
.tab_container h3 {
  color: #ed7346;
  font-size: 36px;
  line-height: 1.4;
  padding-bottom: 0px;
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.tab_container p {
  display: block;
  font-size: 22px;
  color: #000;
  line-height: 30px;
}

.cont_about_bx3 {
  display: block;
  width: 100%;
  padding: 50px 0 150px;
  position: relative;
}
.cont_about_bx3::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #ff8d2a, #fbcda5);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
}
.cont_about_bx3 .grid {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 50px;
  align-items: center;
}
.workwithbx {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  transition: all 0.3s;
  text-align: center;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 325px;
}
.workwithbx:hover {
  background-color: #ed7346;
}
.workwithbx img {
  height: 75px;
}
.workwithbx h3 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
  color: #212937;
}
.workwithbx p {
  transition: all 0.3s;
}
.workwithbx:hover p {
  color: #fff;
}
.cont_about_bx1 h3 {
  color: #ea7309;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 18px;
}
.cont_sol_bx1 {
  padding: 70px 0;
  width: 100%;
  display: block;
  background-image: url(../images/off_tech_stack_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cont_sol_bx1 h2 {
  text-align: center;
  color: #fff;
}
.cont_sol_bx1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.cont_sol_bx1 ul li {
  display: block;
  background: rgba(0, 239, 147, 0.1);
  border-radius: 14px;
  padding: 26px;
  align-self: flex-start;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  min-height: 350px;
}
.cont_sol_bx1 ul li img {
  display: block;
  filter: sepia(1) brightness(5);
  -webkit-filter: sepia(1) brightness(5);
  -moz-filter: sepia(1) brightness(5);
  -o-filter: sepia(1) brightness(5);
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
.cont_sol_bx1 ul li h3 {
  color: #fff;
  margin: 20px 0;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
.cont_sol_bx1 ul li p {
  color: #fff;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  font-size: 16px;
}
.cont_sol_bx1 ul li:hover {
  background-color: #fff;
}
.cont_sol_bx1 ul li:hover img {
  filter: sepia(0) brightness(1);
  -webkit-filter: sepia(0) brightness(1);
  -moz-filter: sepia(0) brightness(1);
  -o-filter: sepia(0) brightness(1);
}
.cont_sol_bx1 ul li:hover h3 {
  color: #241f21;
}
.cont_sol_bx1 ul li:hover p {
  color: #241f21;
}
.cont_sol_bx2 {
  padding: 60px 0;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  /* background-image: url(../images/3d.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
}
.cont_sol_bx2 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.cont_sol_bx2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.cont_sol_bx2 ul li h3 {
  margin: 0 0 20px;
  color: #241f21;
  font-weight: 700;
  font-size: 24px;
}
.cont_sol_bx2 ul li p {
  font-size: 16px;
}
.insights_desc {
  padding: 60px 0;
  width: 100%;
  background-image: url(../images/3d.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.insights_desc_in {
  max-width: 1240px;
  margin: auto;
}
.insights_desc_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.insights_desc_top img {
  width: 100%;
  display: block;
}
.insights_desc h3 {
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #241f21;
  margin-top: 0;
}
.insights_desc h4 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #ed7346;
  margin-top: 20px;
  margin-bottom: 20px;
}
.insights_desc ul {
  margin: 30px 0;
  list-style: none;
}
.insights_desc ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-top: 0;
  color: #333;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.insights_desc p {
  font-size: 18px;
  color: #333;
}
.insights_desc ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/tic3.png);
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.insights_desc_top a {
  padding: 0px 25px;
  background-color: #fd6420;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  height: 36px;
  border-radius: 20px;
}
.insights_desc_top a:hover {
  background-color: #0e293e;
}

.careers_qlinks {
  padding: 70px 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
  background-image: url(../images/aboutbg.svg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}
.careers_qlinks ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  /* margin-top: 100px; */
}
.careers_qlinks ul li {
  padding: 20px 20px;
  border: 2px solid #ed7346;
  background-color: #fff;
}
.careers_qlinks ul li:nth-child(2n) {
  background-color: #0e293e;
  color: #fff;
}
.careers_qlinks ul li span {
  background-color: #ed7346;
  padding: 10px;
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 20px;
}
ul.contact_top li p {
  font-size: 18px;
}
ul.contact_top li {
  align-self: center;
}
.careers_qlinks ul li span img {
  max-height: 50px;
  display: block;
}
.careers_qlinks ul li h3 {
  color: var(--color-text);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
}
.careers_qlinks ul li:nth-child(2n) h3,
.careers_qlinks ul li:nth-child(2n) p {
  color: #fff;
}

.getintouch1 {
  padding: 70px 0;
  width: 100%;
  display: block;
  background-image: url(../images/off_tech_stack_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -100px;
}
.getintouch1 h2 {
  text-align: center;
  color: #fff;
}

.getintouch1 .form-group {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.getintouch .form-group .grid {
  gap: 1rem;
}
.getintouch .form-group .grid-full {
  grid-column: 1 / span 3;
}
@media only screen and (max-width: 600px) {
  .getintouch .form-group .grid-full {
    grid-column: 1;
  }
}
.getintouch .form-group input.form-control,
.getintouch .form-group textarea.form-control {
  border: 1px solid #a9a9a9;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  background-color: #fff;
  font-size: 15px;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-weight: 500;
  padding: 10px 20px;
}
.getintouch .form-group textarea.form-control {
  height: 120px;
}
.btn,
.btn1,
.btn1:link,
.btn1:visited,
.btn:link,
.btn:visited {
  line-height: normal;
  padding: 10px 20px;
  color: #fff;
  display: inline-flex;
  gap: 10px;
  font-size: 15px;
  border-radius: 30px;
  transition: all 0.3s;
  text-transform: uppercase;
  background-color: #eb6e08;
}
.btn:hover {
  background-color: #0e293e;
  color: #fff;
}
.page {
  padding: 50px 0;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.page h2 {
  text-align: center;
}
.section1-info p {
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
.careersbox1-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1100px;
  margin: 50px auto auto;
  transition: 0.3s;
}
.careersbox1-boxes img {
  width: 100%;
  display: block;
}
.careersbox1-boxes--content {
  max-width: 85%;
  padding: 20px 30px;
  margin: -50px auto auto;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.122);
  position: relative;
  transition: 0.3s;
  background-color: #fff;
  text-align: center;
  z-index: 1;
}
.careersbox1-boxes div:hover .careersbox1-boxes--content {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.122);
  transform: translateY(-1rem);
}
.careersbox1-boxes--content h3 {
  color: #0e0e0a;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}
.careersbox1-boxes--content p {
  font-size: 14px;
  line-height: 2;
}
.careersmainpg {
  padding: 60px 0;
  width: 100%;
  display: block;
  /* background-color: var(--color-white); */
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.careersmainpg h2 {
  text-align: center;
}

.rxweb_section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.text-center {
  text-align: center !important;
}
.rxweb_section h2,
.lightblue_bg .h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rxweb_page .darkgrey_txt,
.bgCard-row .bgCard {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 28px;
}
.rxweb_section-head p:last-child {
  padding-bottom: 0;
}

.lightblue_bg {
  background: #cdfffd;
}
.bgCard-row .bgCard {
  background-color: rgb(255 255 255/0.3);
  padding: 40px;
  height: 100%;
  min-height: 380px;
}

.bgCard-row > div:nth-child(n + 4) {
  margin-top: 40px;
}
.bootom-line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.radixwebStand-box img {
  width: 80px;
  margin-bottom: 20px;
}

.para_md p {
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
.drivesBusiness h2 {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
}
.drivesBusiness-wrap h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.drivesBusiness-wrap p.darkgrey_txt {
  font-size: 15px;
}
.col-xl-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.rxweb_help {
  position: relative;
  background: #e9f4f2;
}

.rxweb_help:before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  width: 50%;
  height: 100%;
  background-image: url(//radixweb.com/wp-content/themes/radixweb/assets/css/../images/award-details.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
}

.rxweb_help .row > div > div {
  padding-left: 0;
  padding-right: 5vw;
}

.innovation_block > span {
  font-size: 54px;
  line-height: 60px;
  color: #31bbae;
  letter-spacing: 1px;
  margin: 20px 0;
}

.col-xl-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.justify-content-xl-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.trigonal-wrap {
  padding: 30px 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.trigonal-wrap .h3_sm {
  font-weight: 600;
  font-size: 18px;
  /* height: 75px; */
  margin-bottom: 15px;
}
.text-xl-center {
  text-align: center !important;
}
.rxweb_human-hrs .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.trigonal-wrap img {
  margin-bottom: 20px;
  width: 80px;
}
.trigonal-wrap .darkgrey_txt {
  font-size: 16px;
  line-height: 30px;
}

.rxweb_prescription::after {
  position: absolute;
  display: block;
  content: "";
  background: #0a3944;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.prescription-vertical {
  margin: 40px auto;
  max-width: 455px;
}

.prescription-vertical:last-child {
  margin-bottom: 0;
}

.prescription-vertical:first-child {
  margin-top: 0;
}

.rxweb_triangle-hss .row p:last-child {
  padding-bottom: 0;
}

.rxweb_manufacture-mss img {
  display: block;
  margin-left: auto;
}

.rxweb_manufacture-mss .rxweb_manufacture-media > div:last-child img {
  margin-left: 0;
}

.uptothe_brim-wrap p:last-child {
  padding-bottom: 0;
}
.rxweb_page .darkgrey_txt,
.bgCard-row .bgCard {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 32px;
}
.h3_sm.h3 {
  color: #05375a;
  font-weight: 700;

  margin-bottom: 20px;
}
.prescription-vertical p,
p.darkgrey_txt {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 32px;
}
.rxweb_page.white_txt > *,
.rxweb_page .white_txt,
.rxweb_page .white_txt > * > *,
.rxweb_page .white_txt * {
  color: #fff;
}
.moveBlock .row {
  display: flex;
}

.innovation_block {
  padding: 0 30px;
}

.innovation_icon {
  width: 136px;
  height: 136px;
  background-color: #31bbae;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.innovation_icon:after {
  content: "";
  position: absolute;
  bottom: -14px;
  border-top: 14px solid #31bbae;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.innovation_icon i {
  font-size: 100px;
  line-height: 100px;
}

.radixwebStand-box i {
  font-size: 100px;
  color: #31bbae;
  margin-bottom: 20px;
}

.radixwebStand-box {
  min-width: 230px;
}

.stack_tools_about > div:nth-child(n + 6) {
  margin-top: 40px;
}
.bootom-line::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.rxweb_page.white_txt > *,
.rxweb_page .white_txt,
.rxweb_page .white_txt > * > *,
.rxweb_page .white_txt * {
  color: #fff;
}
.moveBlock .row {
  display: flex;
}
.cont_about_bx1 img {
  max-width: 100%;
}

.contactgrid {
  display: grid;
  grid-template-columns: 34fr 32fr 34fr;
  align-items: center;
  position: relative;
  top: -50px;
  z-index: 9;
}
.contact_bxx {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-color: #0a9122; */
  text-align: center;
  box-shadow: var(--box-shadow1);
  background-image: url(../images/bg-light-gradient1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #000;
}
.contact_bxx img {
  height: 50px;
  margin-bottom: 20px;
}
.contact_bxx:nth-child(2) p {
  color: #fff;
}
.contact_bxx:nth-child(2) {
  background-color: #ea7309;
  background-image: none;
  color: #fff;
}
.contact_bxx:nth-child(3) {
  /* background-color: #005ea1; */
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .mtop {
    margin-top: 60px;
  }
  .inner_banner {
    /* background-color: #fff; */
  }
  .innertxt1 ul li::after {
    top: -2px;
  }
  .innersec1 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .innersec1 p,
  .aboutpg .col-sm-8 ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .asection2 {
    padding: 40px 30px;
  }
  .asection2 h2,
  .aaboutbx2_in h3 {
    font-size: 26px;
  }
  .asection2 h3 {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
  }
  .careerspgbox1 p,
  .accordion-content .jobdescripp p,
  .asection2 p {
    font-size: 14px;
    line-height: 26px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .innermainbox,
  .it_solutions_box2 {
    display: block;
    padding: 40px 20px;
  }
  .accordion-content .jobdescripp ul li,
  .aaboutbx2_in p {
    font-size: 14px;
    line-height: 26px;
  }
  .aaboutbx3 h2 {
    font-size: 32px;
  }
  .aaboutbx3in_box {
    flex-direction: column;
  }
  .aab3bbcont p,
  .embright p,
  .proj_staff_serv p {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
  }
  .proj_staff_serv h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .proj_staff_serv h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .aaboutbx2_in {
    padding: 40px;
  }
  .inner_banner h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .innertxt1 {
    padding: 10px;
  }
  .innersec1 h1 {
    font-size: 16px;
    margin-top: 0;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .oss_scroll {
    padding-right: 15px !important;
    display: table;
  }
  .oss_scroll li .img {
    width: 100% !important;
    height: auto !important;
  }
  .page1,
  .innerserv,
  .contact-section {
    padding: 40px 15px;
  }
  .careerspg h4,
  .page_content h2,
  .innerserv h1 {
    font-size: 24px;
  }
  .jobsbx1 {
    padding-left: 50px;
  }
  .page_content,
  .job_dets {
    width: 100%;
    clear: both;
  }
  .contact-section {
    padding: 40px 5px;
  }
  .contact-section .info-column .image {
    display: none;
  }
  .contact-section .info-column h5 {
    font-size: 24px;
  }
  .contact-section .info-column p {
    font-size: 16px;
  }
  .contact-section .info-column {
    display: table;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    width: 100%;
    padding: 0px;
  }
  .default-form .form-group input[type="text"],
  .default-form .form-group input[type="email"],
  .default-form .form-group select,
  .default-form .form-group textarea {
    font-size: 12px;
  }
  .default-form .form-group {
    width: 100%;
  }
  .sub {
    float: right;
  }
  .ftul2 li {
    width: 100%;
    clear: both;
  }
  .innerservmenu {
    display: none !important;
  }
  .asection44 {
    display: block;
    padding: 40px 20px;
  }
  .asection44 .col-sm-4 {
    width: 100%;
    padding: 15px;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .careersmainpg h1 {
    font-size: 24px !important;
  }
  .text {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-section .info-column .contact-list {
    margin-top: 30px;
  }
  .contact-section .info-column .contact-list li h3 {
    font-size: 24px;
  }
  .contact-section .info-column .contact-list li strong {
    letter-spacing: 0;
    font-size: 14px;
  }
  .innersec1 h3 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
  }
  .transformationpg,
  .careertopbx {
    padding: 40px 20px !important;
    margin-top: 0;
  }
  img.hss {
    position: relative;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .careertopbx h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .careertopbx p,
  .accordion-content .jobdescripp p,
  .accordion-content .jobdescripp ul li {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .hwdibx {
    margin-bottom: 30px;
  }

  .bpmpgbx h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .jobdescripp {
    padding: 20px !important;
  }
  .contactmainpgggg,
  .careerspgbox1,
  .contactusform,
  .careerspgbox2 {
    display: inline-block;
    padding: 40px 20px;
  }
  .contactmainpgggg h2,
  .careerspgbox2in h2,
  .careerspgbox1 h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .contactmainpgggg ul,
  .contactmainpgggg ul li {
    display: block;
  }
  .contactmainpgggg ul li {
    margin-bottom: 30px;
  }
  .contactmainpgggg ul li::before {
    top: 10%;
  }

  .contact_section .cs_text {
    width: 100%;
    position: relative;
    bottom: 0;
    float: left;
    padding-top: 30px;
    text-align: center;
    background-color: rgba(46, 39, 87, 0.75);
  }
  .contact_section {
    /* padding: 30px 0; */
  }
  .cs_textMask,
  .contact_section .cs_form::after {
    display: none;
  }
  .contact_section .cs_form {
    width: 100%;
  }
  .fcnt .box {
    max-width: 200px;
  }
  .fooLinks .fbox .flogo,
  .fooLinks::after {
    display: none;
  }
  .contact_section .cs_text h5 {
    font-size: 22px;
  }
  .contact_section .cs_form {
    padding: 15px;
  }
  .ban_img {
    margin-right: 0;
    width: 200px;
  }
  .jobtop span {
    font-size: 14px !important;
  }
  .contactmainpgggg ul li h3 {
    font-size: 16px;
    margin-bottom: 2rem;
  }
  .inner_banner img {
    height: 250px;
    object-fit: cover;
    object-position: center center;
  }
  .innertxt1 ul li {
    font-size: 14px;
  }
  .innersec1 {
    padding: 40px 20px;
  }
  .inner_banner h1 i {
    font-size: 36px;
  }
  .cont_about_bx1 {
    padding: 40px 20px;
  }
  .cont_about_bx1 .grid,
  .cont_about_bx3 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cont_about_bx3 {
    padding: 40px 20px;
  }
  .cont_about_bx2 {
    padding: 40px 20px;
  }
  .tab_container {
    padding: 20px;
  }
  .tab_container img {
    position: relative;
    width: 100%;
    display: block;
  }
  .tab_container h3 {
    font-size: 24px;
  }
  .tab_container p {
    font-size: 18px;
  }
  .multi_tabs ul.tabs {
    padding: 0;
  }
  .multi_tabs ul.tabs li a b {
    font-size: 14px;
  }
  .multi_tabs ul.tabs::before {
    width: 100%;
    display: none;
  }
  .multi_tabs ul.tabs {
    gap: 30px;
    /* flex-direction: column; */
    flex-wrap: wrap;
  }
  .cont_about_bx3 {
    display: block;
    overflow: hidden;
  }
  .tab_container {
    margin-bottom: 0;
  }
  .cont_sol_bx1,
  .cont_sol_bx2 {
    padding: 40px 20px;
  }
  .cont_sol_bx1 ul,
  .cont_sol_bx2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .moveBlock .row,
  .insights_desc_top,
  .careersbox1-boxes,
  .careers_qlinks ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .rxweb_section,
  .careersmainpg,
  .careers_qlinks,
  .getintouch1 {
    padding: 40px 20px;
  }
  img.moveMe {
    width: 100% !important;
  }
  .rxweb_prescription::after {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .insights_desc {
    padding: 40px 20px;
  }
  .insights_desc_in {
    max-width: 100%;
  }
  .insights_desc h3 {
    font-size: 24px;
    margin: 0;
  }
  .getintouch1 h2 {
    font-size: 21px;
  }
  .getintouch1 .form-group {
    padding: 20px;
  }
  .insights_desc_top {
    margin-bottom: 15px;
  }
  .insights_desc p,
  .insights_desc ul li {
    font-size: 16px;
  }
  .page {
    padding: 40px 20px;
  }
  .contactgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .getintouch1 {
    margin-top: 0;
  }
  .contactgrid {
    top: 0;
  }
}
