/* a, button, input{
    font-family: 'mulish';
} */
.mt-30 {
  margin-top: 30px;
}
.wrapper {
  background: url(../images/service-page/bg-new.png) 0px 0px no-repeat;
}
.container-wrapper {
  padding: 0 7rem;
}
.comprehensive-process-slider {
}
body .stickyForm input {
  border-bottom: 1px solid #c3c3c3;
}
.stickyForm .btn {
  background-color: #f26222;
  left: -103px;
}
body .stickyForm [type="submit"] {
  background: #f26222 !important;
  border: 1px solid #f26222;
}
.comprehensive-process-slider .bordered-box {
  min-height: 350px;
  /* min-height: 426px; */
  box-shadow: 1px 1px 17px #81818147;
}
.stickyForm.active .btn {
  background: #f26222 !important;
}
.stickyForm {
  background: #fff !important;
}
body .stickyForm .intl-tel-input,
body .stickyForm input[type="email"],
body .stickyForm input[type="text"],
body .stickyForm textarea {
  border-bottom: 1px solid #c2c2c2;
}
.stickyForm {
  top: 10%;
}
.comprehensive-process-slider .bordered-box img {
  width: 60px;
  margin-left: 0;
}
.comprehensive-process-slider .bordered-box h3 {
  margin-left: 0px;
  color: black;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.comprehensive-process-slider .bordered-box p {
  margin-left: 0px;
  color: black;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
}

.case-study-box {
  /* box-shadow: 0 0 20px 2px #f166232e; */
  margin: 10px 0px;
  border-radius: 5px;
}

.bordered-box {
  position: relative;
  padding: 50px 32px;
  margin: 10px;
  background-color: white;
  box-shadow: 1px 1px 12px #ff610024;
}
.bordered-box:after {
  content: "";
  position: absolute;
  width: 100%;
  top: -14px;
  right: 0;
  left: 0;
  height: calc(100% + 30px);
  border-left: 1px solid #f16623;
  border-right: 1px solid #f16623;
  z-index: 1;
}
.bordered-box:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -14px;
  width: calc(100% + 30px);
  border-top: 1px solid #f16623;
  border-bottom: 1px solid #f16623;
  z-index: 1;
}

.case-study-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .our-case-study-slider .bordered-box:before{
    height: 98%;
    top: 4px;
} */
.sec-heading {
  text-align: center;
  color: #585858;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 25px;
}
.pd-3 {
  padding: 3rem 0px;
}
.carousel-leftright-nav .owl-next,
.carousel-leftright-nav .owl-prev {
  position: absolute;
  top: 40%;
}
.carousel-leftright-nav .owl-next img,
.carousel-leftright-nav .owl-prev img {
  width: 40px;
}
.carousel-leftright-nav .owl-next {
  right: -50px;
}
.carousel-leftright-nav .owl-prev {
  left: -50px;
}
.carousel-leftright-nav .owl-prev {
  position: absolute;
  top: 40%;
}
/* .half-reveal-carousel .item {
  opacity: 0.6;
}
.half-reveal-carousel .center .item {
  opacity: 1;
} */
.our-case-study-slider {
}
.our-case-study-slider .case-study-img {
  height: 100%;
  position: relative;
  /* z-index: 9;
  padding: 20px;
  transition: all 0.2s ease; */
}
.our-case-study-slider .case-study-content {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: white;
  box-shadow: 1px 1px 20px #ff610026;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 10px;
  min-height: 320px;
}
.our-case-study-slider .case-study-content h3 {
  margin-left: 0px;
  color: black;
  font-weight: 600;
}
.our-case-study-slider .case-study-content p {
  text-align: left;
  /* width: 80%; */
  font-size: 17px;
  line-height: 22px;
}
.our-case-study-slider .case-study-content .case-study-stats-box p {
  width: 80%;
  line-height: 14px;
}
.our-case-study-slider .case-study-content a {
  background: #f262221c;
  color: #f16623;
  border: 1px solid #f16623;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  border-radius: 7px;
  width: 94%;
  margin: 20px 10px;
  text-align: center;
  font-size: 16px;
}
.our-case-study-slider .case-study-img img {
  border-radius: 5px 5px 0px 0px;
  height: 100%;
  object-fit: cover;
}
.our-case-study-slider .case-study-content .case-study-stats-wrapper {
  display: flex;
  min-height: 110px;
}
.our-case-study-slider .case-study-stats-wrapper {
  margin-top: 15px;
}
.our-case-study-slider .case-study-stats-wrapper .case-study-stats-box {
  width: 120px;
}

.our-case-study-slider
  .case-study-stats-wrapper
  .case-study-stats-box:nth-child(2),
.our-case-study-slider
  .case-study-stats-wrapper
  .case-study-stats-box:nth-child(1) {
  border-right: 1px solid #a8a8a8;
}

.our-case-study-slider
  .case-study-stats-wrapper
  .case-study-stats-box
  h3::after {
  content: "";
  background: url(../images/service-page/upward-arrow.svg) no-repeat;
  position: absolute;
  width: 35px;
  top: -10px;
  height: 33px;
  z-index: 1;
  background-position: center;
}

.case-study-content h3,
.case-study-content p {
  padding-left: 10px;
}

.case-study-stats-wrapper .case-study-stats-box h3 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 300;
  color: #585858;
  position: relative;
}
.case-study-stats-wrapper .case-study-stats-box p {
  font-size: 12px;
}
.our-case-study-slider .bordered-box {
  padding: 0px;
  box-shadow: 1px 1px 12px #ff610024;
}
.default-carousel-nav .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.default-carousel-nav .owl-nav img {
  width: 40px;
  margin-left: 10px;
}
.default-carousel-nav .owl-prev {
}
.why-choose-odg .why-odg-point {
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 20px #ebebeb;
  padding: 29px 23px;
  margin-bottom: 21px;
  border-radius: 11px;
  border: 1px solid #f26222;
  background-color: #ffffff;
}
.why-choose-odg .why-odg-point.col-reverse {
  /* flex-direction: column; */
}
.why-choose-odg .why-odg-point img {
  width: 40px;
}
.why-choose-odg .why-odg-point .why-odg-content {
  margin-left: 17px;
}
.why-choose-odg .why-odg-point .why-odg-content h3 {
  margin-left: 0px;
  font-size: 19px;
  color: #585858;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 0px;
}
.why-choose-odg .why-odg-point .why-odg-content p {
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  width: 93%;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonal-slider {
}
.testimonal-slider .item img {
  width: 200px;
  height: 120px;
  object-fit: contain;
}
.testimonal-slider .item h3 {
  text-align: center;
  color: black;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: l;
}
.testimonal-slider .item p {
  text-align: center;
}
.testimonal-slider .item p.para {
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 25px;
}

.testimonal-slider .item {
  display: flex;
  justify-content: center;
}

.testimonal-slider .bordered-box {
  min-height: 375px;
  display: flex;
  width: 90%;
}

#accordingfaq .accordion-button {
  background-color: white;
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 25px;
  position: relative;
}
#accordingfaq .accordion-body {
}
/* Styling for the button to display + and - icons */
#accordingfaq .accordion-button::after {
  content: "\002B"; /* Unicode for plus sign */
  font-size: 1.5rem; /* Adjust size as needed */
  color: #f26222; /* Color of the icon */
  margin-left: auto; /* Push the icon to the right */
  transition: transform 0.3s;
  right: 12px;
  position: absolute;
  border: 1.5px solid #f26222;
  padding: 3px 10px;
  bottom: 14px;
  line-height: 24px;
  padding-bottom: 6px;
  border-radius: 5px;
}

/* Change the icon to - when expanded */
#accordingfaq .accordion-button[aria-expanded="true"]::after {
  content: "\2212"; /* Unicode for minus sign */
}
.our-comprehensive-process {
  /* background: url(../images/service-page/bg-1.png) 0px 0px no-repeat; */
  background-position: center;
  background-size: cover;
}
.our-case-study {
  /* background: url(../images/service-page/bg-1.png) 0px 0px no-repeat; */
  background-position: center;
  background-size: cover;
}
.client-list-slider .item img {
  width: 110px;
}
.our-case-study .sec-heading {
  margin-top: 0px;
}
.top-main-banner img {
  min-height: 500px;
  object-fit: cover;
}
.top-main-banner {
  position: relative;
}
.service-banner-content-wrapper {
  position: absolute;
  top: 0;
  padding: 50px 0px;
  width: 100%;
}
.right-side-banner-form {
  border-radius: 15px;
  background-color: white;
  padding: 20px 30px;
  width: 100%;
  box-shadow: 1px 1px 17px 0px #000000;
}
.right-side-banner-form h3 {
  text-align: center;
  color: #f16623;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  display: inline-block;
  font-weight: 600;
  font-size: 19px;
}
.right-side-banner-form input {
  width: 100%;
  padding: 19px 13px;
  margin-bottom: 14px;
  border-radius: 7px;
  border: 1px solid #bcbcbc;
}
.right-side-banner-form input::placeholder {
  color: #939292ed;
}
.right-side-banner-form select {
  width: 100%;
  padding: 10px 13px;
  margin-bottom: 14px;
  border-radius: 7px;
  border: 1px solid #bcbcbc;
}
.right-side-banner-form select option:first-of-type {
  color: #939292ed;
}
.right-side-banner-form select option {
  color: black;
}

.right-side-banner-form select:focus {
  outline: none;
}
.right-side-banner-form select:first-of-type {
  color: #939292ed;
}
.right-side-banner-form input[type="submit"] {
  color: white;
  background-color: #f16623;
  border: 1px solid #f16623;
  padding: 20px 19px;
  display: block;
  border-radius: 7px;
  line-height: 2px;
}
.banner-tex-inner h1 {
  text-align: left;
  color: #f16623;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
}
.banner-tex-inner p {
  color: white;
  text-align: left;
  width: 90%;
  line-height: 27px;
  margin-bottom: 15px;
}
.banner-tex-inner .tags {
  margin-bottom: 20px;
}
.banner-tex-inner .tags span {
  color: #ffffffbd;
  padding: 7px 6px;
  border: 1px solid #ffffffbd;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
}
.banner-tex-inner button {
  color: white;
  background-color: #f16623;
  border: 1px solid #f16623;
  padding: 10px 19px;
  display: block;
  border-radius: 7px;
}
.service-page-banner-text {
  margin-top: 60px;
}
.accordion {
  max-width: 1170px;
  margin: 40px auto 0;
}

.at-tab {
  display: none;
  padding: 15px;
  /* border: 1px solid #dddddd; */
  border-top: none;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  background-color: #fff;
  font-size: 14px;
}

.at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
  background-color: white;
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 0px;
  position: relative;
}

.at-title:hover {
  background-color: #e0e0e0;
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
  border: 1.5px solid #f26222;
  padding: 3px 10px;
  /* line-height: 24px; */
  /* padding-bottom: 6px; */
  border-radius: 5px;
  display: block;
  color: #f26222;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 0px;
}

.at-title h2 {
  font-size: 19px;
  padding: 25px 15px;
  margin: 0;
  color: #585858;
  font-weight: 600;
}

.blog-slider {
}
.blog-slider .blog-post-box {
  position: relative;
}
.blog-slider .blog-post-box a:before {
  /* content: ''; */
  background-color: black;
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0.7;
}
.blog-slider .blog-post-box img {
}
.blog-slider .blog-post-box h3 {
  color: #585858;
  font-size: 19px;
  margin-left: 0px;
  line-height: 24px;
  font-weight: 600;
}
.blog-slider .blog-post-box a {
  display: block;
  position: relative;
}
.text-align {
  text-align: center;
}
.blog-slider .blog-post-box a {
  text-decoration: none;
}

.blog-slider .blog-post-box p {
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  min-height: auto;
}

.blog-slider .blog-post-box .blog-post-content a {
  background-color: #f16623;
  font-size: 14px;
  display: inline-block;
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  margin-top: 9px;
}
.blog-post-content .blog-post-content-inner {
  min-height: 230px;
}
.blog-post-content {
  background: white;
  box-shadow: 1px 1px 4px #d8d8d8;
  padding: 20px;
  margin-bottom: 10px;
}
.default-carousel-nav.blog-slider .owl-nav {
  margin-top: 15px;
}
.mobile-view {
  display: block;
}
.stickyForm .btn {
  /* display: none; */
}
.pd-space {
  padding: 4rem 0;
}
.client-list-Marquee {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  color: white;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.client-list-Marquee-content {
  display: flex;
  animation: marquee 10s linear infinite running;
}
.client-list-Marquee-content:hover {
  animation-play-state: paused;
}
.Marquee-item {
  width: 190px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.Marquee-item:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
  cursor: pointer;
}
.Marquee-item img {
  width: 100px;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #f16623;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.owl-carousel .owl-next:hover svg path,
.owl-carousel .owl-prev:hover svg path {
  fill: #fff;
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background: #f16623;
}
.default-carousel-nav .owl-next {
  margin-left: 8px;
}
.pd-0 {
  padding: 0px;
}
.h-100 {
  height: 100%;
}
.border-right {
  border-right: 1px solid #f16623;
}
/* .our-case-study-slider .case-study-img:hover {
  background-color: #f16623;
  padding: 10px;
  transition: all 0.2s ease;
} */
.m-0 {
  margin: 0;
}
.case-study-box .box-h {
  height: 470px;
}
.our-case-study-slider .case-study-stats-wrapper {
}
.why-choose-odg .bordered-box {
  padding: 0px 0px;
  margin-bottom: 35px;
}
.mb-visible-xs {
  display: none;
}
.mb-hidden-xs {
  display: block;
}
.form-close-btn {
  background-color: #fff;
  color: #000 !important;
  border: 0;
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 28px;
  left: auto;
  right: 10px;
}
.why-choose-odigma-accordion .at-title h2 {
  font-size: 18px;
  margin: 0;
  color: #585858;
  font-weight: 600;
  padding: 0;
}
.why-choose-odigma-accordion .at-title:hover {
  background-color: transparent;
}
.why-choose-odigma-accordion .at-icon img {
  width: 40px;
}
.why-choose-odigma-img img {
  width: 100%;
}
.why-choose-odigma-accordion .at-item {
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0px;
}
.accordion.why-choose-odigma-accordion {
  margin: 20px auto 0;
}
.why-choose-odigma-accordion .at-title {
  border: none;
}
.why-choose-odigma-accordion .at-tab {
  width: 90%;
  color: #585858;
  /* font-weight: 600; */
  font-size: 14px;
  padding: 0;
  padding-top: 10px;
}
.accordion-content-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.accordion-content {
  width: 90%;
  padding: 30px 0px;
}
.accordion-content-wrapper .at-icon {
  width: 10%;
  margin-right: 8px;
}
.accordion-content-wrapper:after {
  content: "";
  display: inline-block;
  margin-top: 10px;
  width: 8px;
  height: 8px;
  border-left: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 11px;
  top: 25px;
}
.accordion-content-wrapper.active:after {
  transform: rotate(135deg);
}
.why-choose-odigma-accordion .at-title:after {
  content: none;
}
.why-choose-odg {
  width: 100%;
  margin: auto;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.mutil-select-wrapper * {
  font: 14px muli, sans-serif;
}
.mutil-select-wrapper .mbsc-ios.mbsc-textfield-wrapper-outline {
  margin: 0;
  margin-bottom: 14px;
}
.mutil-select-wrapper .mbsc-textarea-inner {
  border: 1px solid #bcbcbc;
}
.mutil-select-wrapper .mbsc-textfield-tags-placeholder {
  line-height: 31px;
}
.mbsc-font {
  font-family: "Muli", sans-serif;
}
.multi-select-container {
  position: relative;
  margin-bottom: 14px;
}

.multi-select-input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  min-height: 42px;
  border-radius: 7px;
  border: 1px solid #bcbcbc;
  position: relative;
  align-items: center;
}
.multi-select-input:after {
  content: '';
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #000000;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
}
.selected-item {
  background-color: #e0e0e0;
  border-radius: 3px;
  padding: 2px 8px;
  margin: 2px;
  display: inline-flex;
  align-items: center;
}

.selected-item span {
  margin-right: 5px;
  font-size: 12px;
  padding: 1px;
}
.multi-select-container .remove-item {
  font-size: 15px;
}

.multi-select-container .remove-item {
  cursor: pointer;
  color: #777;
}

.multi-select-container .remove-item:hover {
  color: #333;
}

.multi-select-container .dropdown {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: white;
  z-index: 10;
  display: none;
}

.multi-select-container .dropdown-item {
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.multi-select-container .dropdown-item:hover {
  background-color: #f0f0f0;
}

.multi-select-container .dropdown-item.selected {
  background-color: #f5f5f5;
}

.multi-select-container .dropdown-item input[type="checkbox"] {
  margin-right: 10px;
  width: auto;
  margin-bottom: 0px;
  margin-top: 0px;
}
body .stickyForm *{
  color: black;
}
body .stickyForm .multi-select-container * {
  color: black;
  text-align: left;
}
.our-case-study{
  display: none;
}
.stickyForm .multi-select-input {
  border: 0;
  border-bottom: 1px solid #bcbcbc;
  border-radius: 0px;
  padding-left: 2px;
}
.stickyForm form {
  margin-top: 20px;
}
.blog-loading-slider .blog-image{
  height: 180px;
}
.blog-loading-slider h3 {
  height: 30px;
}
.blog-loading-slider p {
  height: 70px;
}
.blog-loading-slider{
display: flex;
}
.blog-loading-slider .blog-post-box{
  width: 30%;
  margin: 20px;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.blog-loading-slider .blog-image, .blog-loading-slider h3, .blog-loading-slider p {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite;
}
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
body input.error {
  border: 1px solid red !important;
}
form label.error{
  display: none !important;
}
.service-banner-content-wrapper .container-wrapper {
  padding: 0 50px;
}

@media (max-width: 1368px) {
  .testimonal-slider .bordered-box {
    min-height: 425px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .service-banner-content-wrapper {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile-view {
    display: none;
  }
  .stickyForm .btn {
    display: block;
  }
  .flex-center {
    display: block;
  }
  .case-study-box .box-h {
    height: auto;
  }
  .carousel-leftright-nav .owl-prev {
    left: -12px;
  }
  .carousel-leftright-nav .owl-next {
    right: -10px;
  }
  .carousel-leftright-nav .owl-next,
  .carousel-leftright-nav .owl-prev {
    background: #f16623;
  }
  .carousel-leftright-nav .owl-next svg path,
  .carousel-leftright-nav .owl-prev svg path {
    fill: #fff;
  }
  .mb-visible-xs {
    display: block;
  }
  .mb-hidden-xs {
    display: none;
  }
  .our-case-study-slider .case-study-content {
    padding-top: 2.3rem;
  }
  .service-banner-content-wrapper {
    padding: 20px 0px 50px ;
  }
  .service-banner-content-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .row-flex-mb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .banner-tex-inner h1{
    text-shadow: 0 0 4px #00000057;
   }
}
@media only screen and (max-width: 996px) {
  .blog-loading-slider .blog-post-box{
    width: 100%;
    display: none;
  }
  .blog-loading-slider .blog-post-box:first-child{
    display: block;
  }
  .container-wrapper{
    padding: 0 6.5rem;
  }
}
@media only screen and (max-width: 786px) {
  .container-wrapper {
    padding: 0 2rem;
  }
  .service-page-banner-text{
    margin-top: 0px;
  }
  .service-banner-content-wrapper{
    padding-top: 3px;
  }
  .banner-tex-inner button{
    box-shadow: 1px 1px 9px #0f0f0f52;
  }
  .banner-tex-inner .tags span {
    margin: 4px;
  }
  .at-title h2 {
    font-size: 14px;
    padding-right: 60px;
    line-height: 20px;
 }
 .pd-space {
   padding: 1.2rem 0;
 }
 .testimonal-slider .item img {
  width: 170px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 11px;
}
 
  .service-page-content img.banner {
    display: none;
  }
  .service-banner-content-wrapper {
    background: url("../images/service-page/mobile-banner.png");
    position: relative;
  }
  .container-wrapper {
    padding: 23px;
  }
  .service-page-banner-text {
    margin-top: 0;
  }
  .right-side-banner-form {
    margin-top: 40px;
  }
  .carousel-leftright-nav .owl-prev {
    left: -12px;
  }
  .carousel-leftright-nav .owl-next {
    right: -12px;
  }
  .flex-center {
    display: block;
  }
  .our-case-study-slider .case-study-content {
    border: none;
  }
  .at-title h2 {
    font-size: 14px;
    padding-right: 60px;
    line-height: 20px;
  }
  .at-title {
    padding-bottom: 0px;
  }

  .why-choose-odg .why-odg-point.col-reverse {
    /* flex-direction: column-reverse; */
  }
  .why-choose-odg .why-odg-point .why-odg-content {
    width: 90%;
  }
  .our-case-study-slider .case-study-content .case-study-stats-wrapper {
    display: block;
  }
  .our-case-study-slider .case-study-stats-wrapper .case-study-stats-box {
    width: 100%;
  }
  .banner-tex-inner .tags span {
    margin: 4px;
  }
  .our-case-study-slider .case-study-content {
    padding-top: 1rem;
  }
  .pd-space {
    padding: 1.2rem 0;
  }
  
  .testimonal-slider .item p.para{
    line-height: 22px;
  }
  .testimonal-slider .item p.para strong {
    margin-top: 12px;
    display: block;
  }
  .pd-3 {
    padding: 1.3rem 0px;
  }
}
@media only screen and (max-width: 468px) {
}