html, body {
  overflow-x: hidden;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
      url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
      url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  scroll-behavior: smooth;
}
a.navbar-brand img {
  transition: all 1.5s;
}
.navbar-nav .nav-item a.nav-link {font-size: 0.9rem;padding: 10px 15px;font-weight: 400;color: #000;}
.navbar-nav .nav-item .dropdown-menu {
  left: inherit;
  right: 0;
}
.navbar-nav .nav-item:hover a.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #4995b4;
}
/* .owl-item {
  height: 20rem;
  background: #4DC7A0;
  padding: 1rem;
} */
.bg-title div {
    font-weight: 600;
}
.product-detials {
    position: absolute;
    width: 43%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: 30px 40px;
    padding-right: 80px;
    border-radius: 20px 0 0 20px;
    box-shadow: -5px 0 14px -12px #3d3d3d;
}
.product-item-title {
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
}
.section-bg {
  position: relative;
  z-index: 0;
  background-blend-mode: color-burn;
  background-size: cover!important;
}
.social-media-icon-cont.fixed-icon-cont img[alt="instagram"]:hover {
    filter: drop-shadow(2px 3px 4px #d81c8d);
}
.social-media-icon-cont.fixed-icon-cont img[alt="twitter"]:hover {
    filter: drop-shadow(2px 2px 4px #03a9f4);
}
.social-media-icon-cont.fixed-icon-cont img[alt="facebook"]:hover {
    filter: drop-shadow(2px 2px 4px #1877f2);
}
.section-bg.slider1 {
  background: url(../img/homebanner.jpg) #2f7b95 center no-repeat;
}
.section-bg.slider2 {
  background: url(../img/homebanner2.jpg) rgba(0,0,0,0.3) center no-repeat;
}
.section-bg.slider3 {
  background: url(../img/homebanner3.jpg) rgba(0,0,0,0.5) center no-repeat;
}
.section-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #00435e; */
  z-index: -1;
  opacity: 0.8;
}
.section-bg.bg-gradient
{
background: linear-gradient(45deg, #4186a4, #244f6f);
}
.bg-title {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 400;
}
b {
    font-weight: 600;
}
section.section-bg-white p {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-studies-container h3 b {
    font-weight: 500;
}
.dnb-btn-white {
  background-color: #fff;
  color: #2c5f75;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 32px;
  border:1px solid #fff;
}
nav.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  box-shadow: 0 1px 5px -1px #636363;
  background-color: #fff;
}
.dnb-btn-white:hover,.dnb-btn-white:focus {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
}
.section-bg-white {
  padding: 3rem 0;
}
.more-btn, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: #005c80;
  border-radius: 25px;
  font-size: 1.10rem;
  font-weight: 600;
  padding: 10px 42px;
  border: 2px solid #004f6e;
}
section.section-bg-white p.show {
  -webkit-line-clamp: 10000;
  transition: max-height 3s;
}
p#do-info {
  max-height: 60px;
}
p#do-info.show {
  max-height: 1000px;
}
div#do-info {
  max-height: 137px;
    overflow: hidden;
    transition: max-height 1s;
}
div#do-info.show {
  max-height: 1000px;
    transition: max-height 3s;
}
.more-btn:hover,.more-btn:focus {
  background-color: #004257;
  color: #fff;
  border: 2px solid #004257;
  box-shadow: none;
  /* transition: all .5s; */
  cursor: pointer;
}
.section-bg2 {
  position: relative;
  z-index: 0;
  padding: 50px 0;
  background: url("../img/0005.jpg") center no-repeat;
  overflow: hidden;
}
.section-bg2:before {
  content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #244f6f;
    opacity: 0.85;
    z-index: -1;
}
.bg-title2 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  text-transform: capitalize;
}
.dnb-btn-white2 {
  background-color: #fff;
    color: #2c5f75;
    border-radius: 25px;
    font-size: 1.10rem;
    font-weight: 600;
    padding: 10px 32px;
    border:1px solid #fff;
}
.dnb-btn-white2:hover,.dnb-btn-white2:focus {
background-color: transparent;
color: #fff;
border: 1px solid #fff;
box-shadow: none;
}
.sub-heading {
  color: #6f6f6f;
font-size: 16px;
line-height: 1.3;
}
.dnb-read-more,.btn-primary.dnb-read-more:not(:disabled):not(.disabled).active, .btn-primary.dnb-read-more:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: #2c5f75;
  border-radius: 25px;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 26px;
  border:1px solid #2c5f75;
}
.dnb-read-more:hover,.dnb-read-more:focus {
  background-color: #004257;
  color: #fff;
  border: 1px solid #004257;
  box-shadow: none;
}
.card-desc {
  font-size: 0.8rem;
}
.home-page-card {
  border-radius: 10px;
  overflow: hidden;
}
.home-page-card:hover {
  box-shadow: 0px 12px 24px -3px #d7e3e8;
  border: 1px solid transparent;
}
.section-footer {
  background-color: #004f6e;
  padding: 50px 0px 40px 0px;
}
.section-footer .footer-title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 500;
  color: #fff;
}
.section-footer .footer-title::before {
  content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #4b98b6;
}
.section-footer .footer-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 5px;
}
.section-footer .footer-nav li a {
  padding: 0;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}
footer {
  background-color: #033347;
  padding: 15px 0px;
}
.section-footer .footer-nav li {
    color: #fff;
    font-size: 0.9rem;
    margin-top: 10px;
}
footer p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}
.main-container {
  padding: 6rem 0;
  padding-top: calc(6rem + 60px);
  text-transform: capitalize;
}
.case-studies-container h3 {
  margin: 16px 0;
}
.case-studies-container p.sub-heading {
  font-size: 1.1rem;
  margin-bottom: 32px;
}
.home-page-card h6 {
    font-size: 1.2rem;
}
.reach-us-container .row {
  align-items: center;
  justify-content: space-between;
}
.reach-us-container {
  /*background: url('../img/bottombanner.jpg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;*/
  padding: 38px 0;
}
.reach-btn-cont {
  text-align: right;
}
section.product-container {
  background: linear-gradient(90deg, #EEF3F7 72%, #005070 28%);
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}
.product-sub-title {
  text-transform: uppercase;
  color: #004e6d;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.product-tab {
  color: #004f6e;
  background: #dbedf9;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 5px;
  text-transform: capitalize;
  margin-top: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  z-index: 10;
}
.product-tab-box {
  max-width: 55%;
}
.product-item-info li {
  list-style: none;
  margin-top: 8px;
  position: relative;
  padding-left: 30px;
}
.product-item-info li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 21px;
  color: #4cfea6;
  position: absolute;
  left: 0;
  top: 2px;
}
.product-item-info ul.product-ul-list li:before {
  content: "\f00c";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 13px;
    padding: 4px;
    color: #7cfca7;
    border-radius:5px;
    background: #e4fef1;
    position: absolute;
    left: 0;
    top: 1px;
}
.product-item-info ul {
  padding: 0;
}
.product-item-info .product-title-blue
  {
    margin-bottom: 5px;
    color: #2bb7e6;
    display: block;
  }
.active.product-tab, .product-tab:hover {
  color: #fff;
  background: #004f6e;
}
.product-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 30px;
}
.product-detials {
  display: none;
}
.footer-info .social-media-icon-cont {
  margin-top: 0px;
  display: flex;
  gap: 15px;
}
.fixed-icon-cont.social-media-icon-cont {
  position: fixed;
  top: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 0;
  padding: 10px;
  background: #fcfcfc;
  z-index: 100;
  box-shadow: 0px 0 5px 0px #797979;
  border-radius: 0 4px 4px 0;
}
.product-detials.active {
  display: block;
  animation: slideRight 0.5s;
  -webkit-animation-name: slideRight 0.5s;
  animation-name: slideRight 0.5s;
}
.active.product-tab {
  pointer-events: none;
}
.footer-info {
  color:#fff;
  font-size: 0.9rem;
  /* max-width: 350px;
  margin-right: 100px; */
}
.media-icon img {
  width: 28px;
}
.media-icon a {
  cursor: pointer;
}
.footer-contact li {
  position: relative;
}
.footer-contact li img {
  position: absolute;
  width: 20px;
  top: 0;
  left: -28px;
}
/*.footer-info:before {
  content: '';
  width: 85%;
  height: 70px;
  background: url("../img/logo.png");
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}*/
@keyframes slideRight{
  0%{
    -webkit-transform:translate(100%, -50%);
    transform:translate(100%, -50%);
  }
  to{
    -webkit-transform:translate(0, -50%);
    transform:translate(0, -50%);
  }
}
@-webkit-keyframes sidemenu{
  0%{
    -webkit-transform: translate(-100%, 0);
    transform:translate(-100%, 0);
  }
  to{
    -webkit-transform:translate(0, 0);
    transform:translate(0, 0);
  }
}
@keyframes sidemenu{
  0%{
    -webkit-transform:translate(-100%, 0);
    transform:translate(-100%, 0);
  }
  to{
    -webkit-transform:translate(0, 0);
    transform:translate(0, 0);
  }
}
  .section-bg-grey
  {
    background: #f0f0f0;
    padding: 3rem 0;
  }
  .section-about
  {
    padding: 3rem 0;
  }
  .section-bg.slider-about {
    background: url(../img/about-us-main-page.jpg) #244f6fba center top no-repeat;
  }
  .section-about p
  {
font-size: 14px;
  }
  .section-bg-about-blue
  {
    background:#eef3f7;
    padding: 70px 0;
  }
  .section-bg-about-blue .text-blue
  {
color: #244e6d;
  }
  .section-bg-about-blue a
  {
text-decoration: none;
text-decoration: underline !important;
color: #244e6d !important;
font-weight: 500;
font-size: 18px;
cursor: pointer;
  }
  .section-bg-about-blue a span
  {
    text-decoration: underline;
    font-size: 18px;
    color: #244e6d !important;
    font-weight: 500;
  }
  .section-bg-about-blue .product-ul-list li
  {
    font-size: 18px;
    color: #244e6d !important;
    font-weight: 500;
  }
  .section-bg3 {
    position: relative;
    z-index: 0;
    padding: 50px 0;
    background: url("../img/bg-01.jpg") center no-repeat;
    overflow: hidden;
  }
  .section-bg3 h4
  {
color: #fff;
  }
  .section-bg3 p
  {
font-size: 13px;
color: #fff;
  }
  .section-bg3 p.blue-sub-text
  {
    font-size: 14px;
    color: #4894b2;
  }
  .section-bg3 .rounded-img
  {
    border-radius:20px;
    width: 340px;
    margin: 0 auto;
  }
  .org-box
  {
    background: #f3f3f3;
    padding: 40px 40px;
    cursor: pointer;
    height: 100%;
    transition: 0.5s;
  }
  .org-box p
  {
    color: #202020;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .org-box i
  {
    color: #202020;
    margin-bottom: 13px;
  }
  .org-box:hover
  {
    background: #244f6f;
  }
  .org-box:hover p
  {
    color: #fff;
  }
  .org-box:hover i
  {
    color: #fff;
  }
  section.unique-container {
    background: url("../img/bg_02.jpg") center no-repeat;
    padding: 2.5rem 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
  }
  .side-img {
    position: absolute;
    width: 43%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../img/0002.jpg") no-repeat;
    background-position:50% 50%;
    background-size: cover;
    padding: 30px 40px;
    padding-right: 80px;
    border-radius: 20px 0 0 20px;
    box-shadow: -5px 0 14px -12px #3d3d3d;
    height: 450px;
}
#owl-carousel2 .slider-item
{
padding: 20px;
}

.tech_logo_img
{
  width: 110px;
  height: 110px;
  padding: 15px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.5s;
}
.tech_logo_img img
{
  width: 100%;
  margin: auto 0;
}
.tech_logo_img:hover
{
  background: url("../img/frame.png") no-repeat;
  background-size: 100%;
}
#owl-carousel2 .slider-item .tech_logo_img img
{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: 0.5s;
}
#owl-carousel2 .slider-item .tech_logo_img:hover img
{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%); 
}
#owl-carousel2 .owl-nav
{
  position: absolute;
  top: 25%;
  width: 100%;
}
#owl-carousel2 .owl-prev
{
  position: absolute;
  left: 0;
  font-size: 50px;
  color: #8c8c8c;
  outline: none;
}
#owl-carousel2 .owl-next
{
  position: absolute;
  right: 0;
  font-size: 50px;
  color: #8c8c8c;
  outline: none;
}
/* .count-box
{
  background-color: #fff;
} */
.count-num
{
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
}
.count-label
{
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.unique-main-content {
  max-width: 55%;
}
.bar {
  list-style: none;
}
.bar >li {
  position: relative;
}
.bar>li:before {
  content: '\25CF';
  margin-right: 10px;
  font-size: 20px;
}
.bar>li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-left: 2px solid black;
  margin-left: 5px;
  height: 100%;
}
.bar >li:first-of-type:after {
  top: 50%;
}
.bar >li:last-of-type:after {
  top: -50%;
}
.unique-main-content .list-wrapper {
  position:relative;
  z-index: 9;
}
.unique-main-content .list-item-wrapper {
  margin-top:5px;
  position:relative;
}
.unique-main-content .list-bullet {
  float:left;
  margin-right:20px;
  background:#244f6f;
  height:45px;
  width:45px;
  line-height:30px;
  border-radius:100%;
  color:white;
  text-align:center;
  border: 8px solid #f7f7f7;
}
.unique-main-content .list-item {
  display:table-row;
  vertical-align:middle;
}
.unique-main-content .list-title {
    font-weight:700;
}
.unique-main-content .list-text {
    font-weight:400;
    font-size: 13px;
}
.unique-main-content .list-text::before {
  content: '';
  height: 12px;
  display: block;
}
.unique-main-content .red-line {
  background:#cdcdcd;
  z-index:-1;
  width:1px;
  height:100%;
  position:absolute;
  left:23px;
}
.unique-main-content .white-line {
  background:#f7f7f7;
  z-index:-1;
  top:0px;
  width:1px;
  height:100%;
  position:absolute;
  left:23px;
}
.card-body.products-box
{
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.product-page-card {
  border-radius: 0px;
  overflow: hidden;
  padding: 70px 40px 65px 40px;
}
.product-page-card i{
  color: #8b8b8b;
  font-size: 20px;
  position: absolute;
  bottom: -18px;
}
.product-page-card:hover {
  background: linear-gradient(0deg, #255070, #4996b4);
  border: 1px solid #fff;
}
.product-page-card a.product_link
{
  text-decoration: none;
}
.product-page-card h3
{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  color: #212529;
}
section.section-bg-white .product-page-card p
{
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #212529;
}
section.section-bg-white .product-page-card:hover p,.product-page-card:hover h3,.product-page-card:hover i
{
  color: #fff;
}
a.product_link
{
  text-decoration: none;
}
.blog-land-tit
{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1300px) {
  html {
    font-size: 13px;
  }
  .product-detials {
    padding: 21px 34px;
  }
  .navbar-nav .nav-item a.nav-link {
    padding: 10px 8px;
  }
  .footer-info {
    margin-right: 32px;
  }
}
@media screen and (max-width: 990px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .section-footer {
      padding: 40px 24px;
  }
  .footer-info {
      margin-right: 0;
  }
  .navbar-collapse.active {
    position: fixed;
    top: 58px;
    background: #fff;
    left: 0;
    min-width: 320px;
    bottom: 0;
    animation: sidemenu 1.2s;
    display: block;
    z-index: 500;
}
.main-container .social-media-icon-cont {
  display: none;
}
#menu-btn {
  display:flex;
  flex-direction:column;
  width: 46px;
  cursor:pointer;
  border: none;
  outline: none;
}
#menu-btn span{
  background: #005c80;
  border-radius:10px;
  height: 3px;
  margin: 2px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#menu-btn span:nth-of-type(1){
  width:50%;  
}
#menu-btn span:nth-of-type(2){
  width:100%;
}
#menu-btn span:nth-of-type(3){
  width:75%; 
}
#menu-btn.active span:nth-of-type(1){
  transform-origin:bottom;
  transform: rotatez(45deg) translate(2px,0px);
}
#menu-btn.active span:nth-of-type(2){ 
  transform-origin:top;
  transform:rotatez(-45deg)
}
#menu-btn.active span:nth-of-type(3){
  transform-origin:bottom;
  width:50%;
  transform: translate(11px,-3px) rotatez(45deg);
}
body .navbar-nav .nav-item a.nav-link {
    font-size: 1.1rem;
    border-bottom: 1px solid #ececec;
    padding-left: 24px;
}
div#navbar-backdrop.active {
    position: fixed;
    z-index: 100;
    background: rgba(119,119,119,0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
}
.section-about
{
  padding-bottom: 70px !important;
}
.unique-main-content
{
  max-width: 100%;
}
li.nav-item.active:before
{
  display: none;
}
.fr_iframe
  {
    height: 450px;
    border: none;
  }
}
@media (max-width: 850px) {
  .product-detials {
    width: 86%;
    position: relative;
    margin: auto;
  }
  .side-img
  {
    width: 86%;
    position: relative;
    margin: auto;
    display: block;
    margin-top: 30px;
    border-radius: 12px;
  }
  .product-tab-box,.unique-main-content {
      max-width: 100%;
  }
  section.product-container {
      background: linear-gradient(135deg, #EEF3F7 82%, #005070 18%);
  }
  .product-detials.active {
    display: block;
    animation: fadeIn 0.5s;
    -webkit-animation-name: fadeIn 0.5s;
    animation-name: fadeIn 0.5s;
    transform: translateY(0);
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 8px -5px #3c3c3c;
  }
  .count-box
  {
top: 0;
margin-bottom: 20px;
  }
  .section-bg-about-blue
  {
    padding-top: 50px !important;
  }
}
@media (max-width: 768px) {
  .reach-us-container {
    background: #fff;
}
.reach-us-container .row {
    gap: 28px;
    justify-content: center;
}
.reach-btn-cont {
    text-align: center;
}
.reach-us-container h2 {
    text-align: left;
}
.footer-container .col-md-6 {
  margin-bottom: 20px;
}
.tech_logo_img img
{
  width: 50% !important;
  margin: 0 auto;
}
.tech_logo_img
{
  width: 60px;
  height: 60px;
  padding: 0px;
}
.product-page-card
{
  padding: 30px 40px 50px 40px;
}
}
@media (max-width: 578px) {
  section.section-bg-white {
    padding: 3rem 1rem;
}
section.case-studies-container .home-page-card {
    max-width: 320px;
    margin: auto;
}
section.product-container {
    padding: 2.5rem 1rem;
}
.main-container {
  padding: 8rem 1rem;
}
.product-detials {
  width: 96%;
}
.side-img
{
  width: 96%; 
}
.fr_iframe
{
  height: 300px;
}
}