.image-shadow{
  border: 1px solid #9B9B9B;
  box-shadow: -6px 3px 8px rgb(0 0 0 / 20%);
}
/* key solutions changes  */
.key-solutions-prod .card {
  border-radius: 5px;
  background-color: #fff0;
}

.key-solutions-prod .image-content,
.card-content {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px; */
  /* display: flex; */
  /* flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  justify-content: flex-start; 
  height: 100%;  */
}
.key-solutions-prod .slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}

.key-solutions-prod .slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 5px;
}

.key-solutions-prod .slide-content-we-do {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 5px;
}

.key-solutions-prod .description {
  font-size: 14px;
  color: #212529;
  text-align: justify;
}

.key-solutions-prod  .card {
  position: relative;
  display: flex;
  flex-direction: column; 
  justify-content: space-between; 
  padding: 0.4rem;
  height: 100%; 
}

.key-solutions-prod .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%; 
}

.key-solutions-prod .we-h-height {
  margin: 0; 
  font-size: 18px; 
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
  height: auto;
}

.key-solutions-prod .we-p-height {
  margin-top: 10px; 
  flex-grow: 1; 
  font-size: 14px; 
  color: #555; 
  height: auto;
}

.key-solutions-prod .button {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding: 8px 16px;
  background-color: #000;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px; 
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 100%; 
  text-align: center; 
}

.button svg {
  margin-left: 8px; 
  fill: #FFF;
}
.key-solutions-prod .button {
  /* border: none; */
  /* font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding: 8px 16px;
  background-color: #000;
  border-radius: 6px;
  margin: 14px 0px 14px 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%; */
}

.key-solutions-prod .swiper-pagination-bullet {
  background-color: #94839957;
  opacity: 1;
}

.key-solutions-prod .swiper-pagination-bullet-active {
  background-color: #0c3f74;
}
.key-solutions-prod .fs-7 {
  font-size: 0.8rem !important;
}

.key-solutions-prod .fs-8 {
  font-size: 14px;
}

/* .key-solutions-prod .we-h-height {
  height: 87px;
}

.key-solutions-prod .we-p-height {
  height: 63px;
} */

.key-solutions-prod .border-box {
  border: 2px solid #5050504D;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.key-solutions-prod .title-box {
  position: relative;
  display: inline-block;
}

.key-solutions-prod .title-icon {
  position: absolute;
  top: -36%;
  left: 45%;
}

.key-solutions-prod .title-padding {
  padding: 40px;
}

.key-solutions-prod .nameContainer {
  display: flex;
  align-items: center;
  padding: 2px;
  border-radius: 0px;
  /*width: fit-content;*/
  background-color: #fff;
  border: 1px solid #707070;
}

.key-solutions-prod .text-content {
  margin-right: 62px;
  margin-left: 20px;
}

.key-solutions-prod .read-more-btn:hover {
  background-color: #fff !important;
  color: #0c3f74;
  border: 1px solid #0c3f74;
}

.key-solutions-prod .btnrm-1::before,
.btnrm-1::after {
  position: absolute;
  content: "";
}

.key-solutions-prod  .border-circle {
  border: var(--bs-border-width) var(--bs-border-style) #212529 !important;
}

/* .key-solutions-prod .btn-rms {
  width: 100%;
  background-color: #000;
} */

.key-solutions-prod .btnrm:hover .icon {
  visibility: visible !important;
}


/*
 *  STYLE 2
 */

 #thumbnails::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
   background-color: #F5F5F5;
 }
 
 #thumbnails::-webkit-scrollbar
 {
   width: 12px;
   background-color: #F5F5F5;
 }
 
 #thumbnails::-webkit-scrollbar-thumb
 {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #0c3f74;
 }

/* chemsortia */
 #chemsortia-thumbnails::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
   background-color: #F5F5F5;
 }
 
 #chemsortia-thumbnails::-webkit-scrollbar
 {
   width: 12px;
   background-color: #F5F5F5;
 }
 
 #chemsortia-thumbnails::-webkit-scrollbar-thumb
 {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #0c3f74;
 }

/* Regulatory-alerts */
 #regulatory-alert-thumbnails::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
   background-color: #F5F5F5;
 }
 
 #regulatory-alert-thumbnails::-webkit-scrollbar
 {
   width: 12px;
   background-color: #F5F5F5;
 }
 
 #regulatory-alert-thumbnails::-webkit-scrollbar-thumb
 {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #0c3f74;
 }

img, svg {
  vertical-align: middle;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.product .container {
  position: relative;
  text-align: center;
}

.product .img {
  max-width: 100%;
  height: auto;
}

/* Card Styles */
.product .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.product .price {
  color: #0c3f74;
  margin: 10px 0;
  font-size: 16px;
}

/* Logo Styles */
.product .logo {
  width: 59px;
  height: 59px;
  background: #FFFFFF;
  /* border: 2px solid #0c3f74; */
  border-radius: 2px;
  opacity: 1;
}

/* .product .small-logo {
  width: 18px;
  height: 19px;
  margin-top: 14px;
} */


  .product .text-start img.logo{
    max-width: 100%;
    /* height: auto; */
    display: block;
    /* margin: auto; */
  }




.btn-dark {
  background-color: black;
}


.responsive-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  /* margin-top: 20px; */
  text-align: center;
  color: #fff;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  /* transition: background-color 0.3s ease; */
  width: 100%; 
}


/* 
.purchase-btn img {
  width: 20px;
  height: auto;
  margin-left: 0px;
} */

.full-text {
  display: block; /* Display block by default */
}

.mobile-text {
  display: none; /* Hide by default */
}

.product-desc-div p{
  color: #000;
  text-align: justify;
}

@media (min-width: 1025px) {

  .product-title-space {
    justify-content: space-between;
}


.product-title-space .card-title {
  margin-right: auto;
  font-weight: bold;
  font-size: 14px;
}


  .product .first-title
  { 
    margin-left: -126px;
  }
  .product .borders div:nth-child(3), .borders div:nth-child(4) {
    width: 4px;
    background-color: #dee2e6;
}
.product .borders div:nth-child(1), .borders div:nth-child(2) {
  height: 4px;
  background-color: #dee2e6;
  margin-bottom: 13px;
  margin-right: 20px;
}

.product .w-25 {
  width: 4% !important;
}
.product .h-50 {
  height: 32% !important;
}

.product .borders div:nth-child(4) {
  width: 4px;
  background-color: #dee2e6;
  margin-right: 20px;
  margin-bottom: 15px;
}

.product .borders div:nth-child(3) {
  width: 4px;
  background-color: #dee2e6;
}

.product .borders div:nth-child(3){
  margin-top: 15px;
  width: 4px;
  background-color: #dee2e6;
  margin-left: 20px;
}



  .product .small-logo {
    width: 18px;
    height: 19px;
    margin-top: 14px;
  }
  .hover-container {
    transition: background-color 0.3s; 
}

.hover-container:hover {
    background: #0c3f74;
    
}

.hover-container img {
  transition: filter 0.3s;
}

.hover-container:hover img {
  filter: brightness(0) invert(1); 
}

.outer-border {
  transition: background-color 0.3s; 
  display: inline-block;
  padding: 10px;
}
.outer-border .logo-icon {
  transition: filter 0.3s; 
}

.outer-border:hover {
  background-color: #0c3f74;
}

.outer-border:hover .logo-icon {
  filter: brightness(0) invert(1); 
}


.secondary-image .overlay-gif {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
  .stroke-1 {
    stroke: orange;
    stroke-width: 2;
    stroke-linecap: square;
}

.product .svg-container {
  position: absolute;
  top: 100px;
  right: 10px;
  width: 41px;
  height: 41px;
}

svg {
  display: block;
}

  .product .border-box{
    top: 1871px;
    left: 500px;
    width: 115px;
    height: 263px;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    border: 5px solid rgba(177, 44, 216, 1);
    opacity: 1;
    margin-left: 290px;
    margin-top: -410px;
  
  }

  .product .compliance{
    /* width: 1290px; */
    width: 85%;
    height: 160px !important;
  }
  .product .centered {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    word-wrap: break-word;
    text-align: center;
    margin-top: 1px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    }


   .headline{
    text-align: center;
    font: normal normal bold 20px/31px ;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 2;
    font-size: 17px;
   }
    .subheadline{
      font-size: smaller;
      text-align: center;
      font: normal normal normal 14px/25px ;
      letter-spacing: 0px;
      color: #FFFFFF;
      opacity: 1;
    }
  .hbtn {
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        overflow: hidden;
        padding: 8px 20px;
        margin: 0px 3px 6px;
        text-align: center;
        border: 2px solid #141414;
        text-decoration: none;
        color: #0c3f74;
        white-space: nowrap;
        z-index: 0;
  } 
  .key-solutions {
    height: 17px;
    text-align: center;
    font: normal normal medium 14px/40px ;
    color: #141414;
    text-transform: uppercase;
    opacity: 1;
    font-size: 14px;
  }
  
  .hbtn i {
        padding-right: 8px;
  } 
   
  
  .hb-fill-right::before {
        position: absolute;
        content: "";
        background: #0c3f74;
        transition-duration: 0.3s;
        z-index: -1;
        inset: 0px auto auto 0px;
        width: 0px;
        height: 100%;
        opacity: 1;
  } 
   
  
  .hb-fill-right:hover::before {
        width: 100%;
        height: 100%;
        opacity: 1;
  } 
   
  
  .hb-fill-right:hover {
        color:#0c3f74;
        background: #0c3f74;
        transition: color 0.3s ease 0s, background 0s ease 0.3s;
  } 

  .hb-fill-right:hover .test {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(359deg) brightness(105%) contrast(104%);
  }
  
/* Ensure transition purchase image for a smoother effect */
.purchase-btn{
  color: #fff;
  width: 90%;
  max-width: 369px;
  /* margin-top: 17px; */
  font-size: 14px;
}
/* 
  .product .card-title{

    color: #141414;
    margin-top: -22px;
    text-align: left;

    font: normal normal bold 16px/30px ;

    letter-spacing: 0px;

    opacity: 1;
  } */

  /* .product .first-title{
    margin: 0 auto;
  } */

  .last-title{
    margin-right: 90px;
  }

  .mid-title{
    margin-right: 86px;
  }

  .product .intrims {
    /* font-size: 1.4rem;
    margin-right: 137px; */
    margin-top: -6px;
    margin-left: 8px;
  }
  .product .overlay-text {
      font-size: 14px;
      font: Roboto;
  }
  .overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  /* height: 510px; */
  /* background-image: url('secondary-image-url.jpg'); */
  background-size: cover;
  background-position: center;
  border: 1px solid #707070;
}

.product-title-space{
  justify-content: space-between;
}
/* .product .d-flex {
  display: flex !important;
  justify-content: space-between;
}  */

.feature-badge {
  position: absolute;
  background-color: #0c3f74;
  color: white;
  padding: 10px;
  text-align: center;
  width: 145px;
  height: 145px;
  border: 6px solid #FFFFFF;
  margin-left: 70px;
  margin-top: 36px;
}

.secondary-image {
  position: absolute;
  left: 80%;
  transform: translateX(-50%);
  width: 200px;
  height: 263px;
  /* background-image: url('secondary-image-url.jpg'); */
  background-size: cover;
  background-position: center;
  top: 180px;
}


.feature-badge p {
  text-align: center;
  font-size :14px ;
  color: #FFFFFF;
  opacity: 1;
  margin: -3px;
}

.logo-icon {
  width: 26px;
  height: 26px;
  background: transparent;
  opacity: 1;
  /* margin-left: 10px; */
}


.text-content-accuracy {
  margin-top: -53px;
  margin-bottom: -2rem;
  margin-left: 81px;
}

.icon-text{
  margin-top: 40px;
}


/* .image-container {
  text-align: center;
  margin-bottom: auto;
  margin-top: -14px;
} */
  .image-container {
    text-align: center;
    /* left: 830px; */
    margin-top: -14px;
}

.product .img-align{
  width: 350px;
  height: 45px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #5050504D;
  opacity: 1;
}

.text-content {
  /* text-align: center;
  padding: 13px; */
  font-size: 14px;
}

.product .text-end {

  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #FFFFFF; */
  border: 2px solid #0c3f74;
  border-radius: 2px;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -36px;
  
}

.product .text-start{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 2px solid #0c3f74;
  border-radius: 2px;
  opacity: 1;
  height: 76px;
  width: 76px;
}


.card-body {
  max-width: 366px;
  box-shadow: 0 -23px 8px rgba(0, 0, 0, 0.1);
  margin: 20px 25px 0 25px;
  background: white;
  padding: 0px 15px 0px 15px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  /* height: 213px; */
  font-family: 'Poppins' !important;
  border-top: 3px solid #0c3f74;
  opacity: 1;
}

.product .card-text {
  color: #141414;
  margin-top: 14px;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 24px;
  /* margin-right: 92px; */
}

.logoeuro {
  background: transparent url('img/Path 242.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin-top: -3px;
}

.amounttext{
  /* width: 54px;
  height: 19px; */
  /* UI Properties */
  text-align: left;
  font: normal normal bold 17px/25px ;
  letter-spacing: 0px;
  color: #0c3f74;
  opacity: 0.8;
}

.break-word {
  display: inline-block;
  white-space: nowrap;
  font-size: small;
}

.break-word::after {
  content: ' Strategy';
  display: block;

}


.responsive-button {
  width: 110%;
  margin-left: -16px;
  margin-top: 8px;
  /* margin-bottom: 13px; */
  display: block !important;

}

.complex{
  text-align: left;
}

}
/* Text Styles */
.text-center {
text-align: center;
}

.custom-margin-bottom {
margin-bottom: -1.3rem !important;
}

.viewport {
font-size: smaller;
}

/* Overlay Text Styles */
.overlay-text {
text-align: center;
font: normal normal normal 14px/25px ;
color: #FFFFFF;
}





/* ashwajit */

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button img {
  width: 25px;
}

/* Container Styles */
.border-container {
  border: 2px solid #5050504D;
  position: relative;
  padding: 20px;
}


.image-container img {
  width: 30px;
}


.main-container {
  position: relative;
  width: 100%;
  height: 300px;
  /* background-image: url('main-image-url.jpg'); */
  background-size: cover;
  background-position: center;
  border: 0px solid #707070;
  opacity: 0.8;
  mix-blend-mode: multiply;
}


.experience {
  position: absolute;
  left: 451px;
  width: 115px;
  height: 263px;
  border: 5px solid #0c3f74;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  mix-blend-mode: multiply;
  background: #FFFFFF;
  opacity: 1;
  top: 38px;
}


.key-solutions {
  height: 17px;
  text-align: center;
  font: normal normal medium 14px/40px ;
  color: #141414;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
}

.flag-logo {
  width: 30%;
  margin-bottom: 6%;
  opacity: 1;
}

.years-text {
  text-align: center;
  font: bold 14px / 25px , sans-serif;
  color: #FFFFFF;
  opacity: 1;
}


.outer-border {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #0c3f74;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.elevate {
  color: #141414;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 5px;
  /* text-align: center; */
}

/* product slider */
.products-slider .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.products-slider .header {
  color: #fff;
}

.products-slider .gallery {
  /* display: flex; */
  position: relative;
  /* width: 1000px; */
  /* height: 450px; */
  height: 546px;
  /* height: auto; */
  background: #fff;
  /* border: 1px solid #141414; */
  border-radius: 5px;
  overflow: hidden;
}

.products-slider .main-image-section {
  width: 100%;
  height: 68%;
}

.products-slider .main-view {
  width:100%;
  opacity: 0;
  cursor: pointer;
  height: 96%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-slider .caption-container {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100px;
  bottom: -100px;
  opacity : 0;

  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-slider .main-image-section:hover .caption-container {
  bottom: 0;
  opacity: 1;
}

.products-slider .thumbnails {
  width: 100%;
  padding: 5px;
  overflow-y: auto;
  display: flex;
  gap: 15px;
}

.products-slider .thumbnails img {
  width: 30%;
  /* opacity: 0.7; */
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.products-slider .thumbnails img:hover {
  opacity: 1;
}

.products-slider .thumbnails img:focus {
  opacity: 1
}

/*
*  STYLE 4
*/
.products-slider  ::-webkit-scrollbar {
  width: 10px;
}

.products-slider ::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.products-slider ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ebebeb; 
}

/* Small slider css start */
.export-details-slider .slider-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.export-details-slider .slider-image {
  flex: 1;
  min-width: 300px;
  max-width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a8e3f5;
  padding: 20px;
  border: 1px solid #000;
  margin-right: 20px;
}

.export-details-slider .slider-image img {
  width: 450px;
  height: 300px;
}

.export-details-slider .slider-content {
  flex: 1;
  max-width: 40%;
  min-width: 300px;
  padding: 20px;
  text-align: justify;
}

.export-details-slider .slider-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.export-details-slider .slider-content p {
  font-size: 1rem;
  color: #555;
}

.export-details-slider .slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.export-details-slider .slider-controls button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.export-details-slider .slider-controls button:focus {
  outline: none;
}

.export-details-slider .slider-controls .current-slide {
  margin: 0 15px;
  font-size: 1.2rem;
}

.video_modal{
  max-width: 70%; 
  /* height: 50%; */
}


@media (max-width: 768px) {
  .export-details-slider .slider-container {
      flex-direction: column;
  }

  .export-details-slider .slider-image, .slider-content {
      max-width: 100%;
      margin: 0 0 20px;
  }

  .video_modal{
    max-width: 100%
  }
  #videoModal{
    padding-right: 0!important ;
  }
}


/* addedby mayuri for mobile device */
@media (max-width: 768px) {
 
  .export-details-slider .slider-image, .slider-content {
    max-width: 100%;
  }
  
  .product-details-section .column {
    /* width: 50%; */
  }
  .products-slider .gallery{
    height: auto;
  }
  
  }

@media (min-width: 767px) and (max-width: 1024px) {
  .products-slider .gallery{
    height: auto;
  }

  .product-title-space .card-title {
    margin-right: auto;
    font-weight: bold;
    /* font-size: 8px; */
    margin-bottom: 25px;
    color: #141414;
}
  .product .text-end {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #0c3f74;
    border-radius: 2px;
    opacity: 1;
    margin-top: 1;
    height: 20px;
    width: 20px;
    margin-bottom: 40px;
  
  }



  .card-body p {
    padding-left: 20px;
    justify-content: space-between;
    padding-right: 20px;
}

.product .d-flex {
  justify-content: space-between;
  padding: 10px 20px 0px 20px;
}
  .product .borders div:nth-child(3), .borders div:nth-child(4) {
    width: 4px;
    background-color: #dee2e6;
}
.product .borders div:nth-child(1), .borders div:nth-child(2) {
  height: 4px;
  background-color: #dee2e6;
  margin-bottom: 13px;
  margin-right: 20px;
}

.product .w-25 {
  width: 4% !important;
}
.product .h-50 {
  height: 32% !important;
}

.product .borders div:nth-child(4) {
  width: 4px;
  background-color: #dee2e6;
  margin-right: 20px;
  margin-bottom: 15px;
}

.product .borders div:nth-child(3) {
  width: 4px;
  background-color: #dee2e6;
}

.product .borders div:nth-child(3){
  margin-top: 15px;
  width: 4px;
  background-color: #dee2e6;
  margin-left: 20px;
}


  .yenimg{
    margin-left:0px !important
  }
  
  
  .logoeuro {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    margin-left: -18px;
  }
  
    .centered {
        font: 8px/9px ;
    }
  
    .card-text p{
      color: #141414;
      margin-top: 14px;
      text-align: left;
      font-size: 16px;
      margin-bottom: 24px;
      /* margin-right: 92px; */
  }
  
  
  
 .small-logo {
  width: -4px;
  height: 12px;
  margin-top: 0;
  margin-top: 15px;
  margin-left: unset;
 
  } 
  
  
    .logoeuro {
        opacity: 1;
        width: 10px;
        height: 10px;
        margin-top: -3px;
    }
  
  
  
    .img{
        max-width: 140%;
        /* height: auto; */
    }
  
    .responsive-button {
      padding: 8px 16px;
      /* margin-top: 30px; */
      font-size: 9px;
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      /* margin: 0px 3px 6px; */
      text-align: center;
      border: 2px solid #0c3f74;
      text-decoration: none;
      height: 30px;
      white-space: nowrap;
      z-index: 0;
      margin-bottom: 3px;
  }
    .overlay-text {
        font-size: 14px;
    }
    .overlay{
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 216px;
      height: 277px;
      /* background-image: url(secondary-image-url.jpg); */
      background-size: cover;
      background-position: center;
      border: 1px solid #707070;
    }
  
    .feature-badge {
      position: absolute;
      background-color: #0c3f74;
      color: white;
      padding: 10px;
      text-align: center;
      width: 100px;
      height: 100px;
      border: 6px solid #FFFFFF;
      top: 13px;
      left:22%;
    }
  
    .secondary-image {
      position: absolute;
      left: 70%;
      transform: translateX(-50%);
      width: 130px;
      height: 130px;
      /* background-image: url('secondary-image-url.jpg'); */
      background-size: cover;
      background-position: center;
      top: 110px;
    }
  
    .feature-badge p {
      text-align: center;
      font: normal normal normal 12px / 25px ;
      color: #FFFFFF;
      opacity: 1;
      margin: 0; 
      line-height: 1.3;font-size: 10px;
    }
  
    .logo-icon {
      width: 26px;
      height: 26px;
      background: transparent;
      opacity: 1;
      /* margin-left: 10px; */
    }
    
    .text-content-accuracy {
      margin-top: -53px;
      margin-bottom: -2rem;
      margin-left: 81px;
    }
    .icon-text{
      margin-top: 40px;
    }
  
    .image-container {
      text-align: center;
      margin-bottom: auto;
      margin-top: -14px;
  }
  
      .purchase-btn {
          padding: 8px 16px;
        
          font-size: 8px;
          /* width: 90%; */
          color: #fff;
          /* background-color: #343a40; */
          border: none;
          border-radius: 4px;
          text-decoration: none;
          transition: background-color 0.3s ease;
          width: 76%;
          /* border: 2px solid #343a40; */
          margin: 0px 3px 6px;

        
        }
        .purchase-btn img {
          width: 7px !important;
        }
       
        .responsive-button img{
          width: 9px;
        }
  
        .centered {
          /* position: absolute; */
          top: 10%;
          left: 7%;
          /* transform: translate(-50%, -50%); */
          color: #FFFFFF;
          /* word-wrap: break-word; */
          /* max-width: 90%; */
          text-align: center;
          font: 11px ;
          letter-spacing: 0px;
          color: #FFFFFF;
          opacity: 1;
      }
  
      .border-box {
        /* width: 115px; */
        /* height: 220px; */
        background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
        /* border: 5px solid rgba(177, 44, 216, 1); */
        opacity: 1;
        /* margin-left: 130px; */
        margin-top: -260px;
        color: black;
    }
  
      .headline {
        text-align: center;
        font: normal normal 13px / 23px ;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
  
    .subheadline {
      text-align: center;
      font: normal normal normal 12px / 23px ;
      letter-spacing: 0px;
      color: #FFFFFF;
      opacity: 1;
      font-size: smaller;
  }
  .complex{
  text-align: left;
  }
  
  .feature-badge p {
  text-align: center;
  font: normal normal normal 12px / 25px ;
  color: #FFFFFF;
  opacity: 1;
  /* margin: -3px; */
  margin: 0; /* Reset margin for iPad Air */
  line-height: 1.3;
  }
  
  .card-title {
    /* font-size: 8px; */
  }
  .price {
    color: #0c3f74;
    margin: 10px 0;
    font-size: 8px;
  }
  .card-text {
  /* font-size: 10px; */
  color: #141414;
  margin-top: 14px;
  text-align: left;
  padding-left: 11px;
  }
  
  .product .text-start{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #0c3f74;
    border-radius: 2px;
    opacity: 1;
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
}
  }
  .product-title-space{
    justify-content: space-between;
  }

  /* .text-start{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #0c3f74;
    border-radius: 2px;
    opacity: 1;
    height: 40px;
    width: 40px;
  }
   */
  /* .small-logo {
    width: 18px;
    height: 19px;
    margin-top: 14px;
} */
  /* .text-end {
    background: #FFFFFF;
    border: 2px solid #0c3f74;
    border-radius: 2px;
    opacity: 1;
    margin-top: -18px !important;
    margin-left: 49px;
    margin-top: -23px;
    height: 20px;
    width: 21px;
  } */
  
  .viewport {
    font-size: x-small;
    /* color: #0c3f74; */
  }

  
  .card-body {
          /* max-width: 366px; */
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          margin: 20px 25px 0 25px;
          background: white;
          /* padding: 7px; */
          border-radius: 5px;
          position: relative;
          z-index: 1;
           /* height: 155px; */
             border-top: 3px solid #0c3f74;
             opacity: 1 ;
  }
  /* .product .d-flex {
    padding-top: 10px;
    padding-left: 10px;
    justify-content: center;
    margin: 0 auto;
  }
   */
  
  .user-details-sp{
    line-height: 35px;
  }    

  .add-quote-label {
    font-weight: 500;
}

  .gatway{
    margin-top: 4px;
  }


  .secondary-image .overlay-gif {
    position: absolute;
    /* top: -4px; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


  @media (max-width: 767px) {
    .product-title-space .card-title {
      margin-right: auto;
      font-weight: bold;
      font-size: 14px;
    }
    
    .product .card-text {
      color: #141414;
      margin-top: 14px;
      text-align: justify;
      font-size: 16px;
      margin-bottom: 24px;
      /* margin-right: 92px; */
    }

    .product .borders div:nth-child(3), .borders div:nth-child(4) {
      width: 4px;
      background-color: #dee2e6;
  }
  .product .borders div:nth-child(1), .borders div:nth-child(2) {
    height: 4px;
    background-color: #dee2e6;
    margin-bottom: 13px;
    margin-right: 20px;
  }
  
  .product .w-25 {
    width: 14% !important;
  }
  .product .h-50 {
    height: 32% !important;
  }
  
  .product .borders div:nth-child(4) {
    width: 4px;
    background-color: #dee2e6;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  
  .product .borders div:nth-child(3) {
    width: 4px;
    background-color: #dee2e6;
  }
  
  .product .borders div:nth-child(3){
    margin-top: 15px;
    width: 4px;
    background-color: #dee2e6;
    margin-left: 20px;
  }
  
  

    .full-text {
      display: none; /* Hide on mobile */
  }
  
  .hide-on-mobile:nth-child(n+4) {
    display: none;
  }
  
  .mobile-text {
      display: block; /* Show on mobile */
  }
  
  .btn {
    font-weight: 500;
    transition: none;
  }
  
  
  .product .img-align {
    width: 170px;
    height: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #5050504D;
    /* opacity: 1; */
    /* margin-left: 100px; */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
    .product .border-box{
      width: 115px;
      height: 220px;
      background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
      border: 5px solid rgba(177, 44, 216, 1);
      opacity: 1;
      margin-left: 130px; 
       margin-top: -260px; 
    }
    .product .btn-outline-primary {
      border: none; /* No border */
      color: inherit; 
      background-color: none; /* No background */
  }
    .text-end {
      margin-top: 0; 
      margin-left: 0; 
      margin-right: 0; 
      height: auto; 
      padding: 10px;
  }
  
  .product .d-flex {
      /* padding-top: 10px; 
      padding-left: 10px;  */
      justify-content: space-between;
      padding: 1px 20px 1px; 
  }


  
  img {
    max-width: 140%;
    /* height: auto; */
  }
  .small-logo {
      width: 56px; /* Increase size for better visibility on mobile */
      height: 15px; /* Adjust height automatically */
      margin-top: 0; /* Remove margin-top to center vertically */
      margin-top: 16px;
  }
    .centered {
         
          top: 10%;
          /* left: 7%; */
          /* transform: translate(-50%, -50%); */
          color: #FFFFFF;
          /* word-wrap: break-word; */
          max-width: 90%;
          text-align: center;
          font: 11px ;
          letter-spacing: 0px;
          color: #FFFFFF;
          opacity: 1;
    } 
  
    .headline{
      text-align: center;
      font-size: 13px;
            letter-spacing: 0px;
      color: #FFFFFF;
      opacity: 1;
   
     }
      .subheadline{
        text-align: center;
        font-size: 12px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1
      }
  
    /* .compliance{
      width: 1290px;
      height: 152px;
    
    } */
  
  
    .purchase-btn img {
      width: 14px;
      height: auto;
      margin-left: 0px;
    }
    
  
    .custom-card-body {
      /* position: relative; */
      top: -40px;
      width: 90%; /* Adjust the width to be less than 100% */
      margin: 0 auto; /* Center the card body */
      /* height: 185px; */
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 9px #00000029;
      border: 1px solid #7070704D;
      opacity: 1;
      border-top: 3px solid #0c3f74;
      /* padding: 15px; */
  }
    .overlay{
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 216px;
      height: 277px;
      /* background-image: url(secondary-image-url.jpg); */
      background-size: cover;
      background-position: center;
      border: 1px solid #707070;
    }
  
    .feature-badge {
      position: absolute;
      background-color: #0c3f74;
      color: white;
      padding: 10px;
      text-align: center;
      width: 100px;
      height: 100px;
      border: 6px solid #FFFFFF;
      top: 13px;
    }
  
    .secondary-image  {
      position: absolute;
      left: 80%;
      transform: translateX(-50%);
      width: 130px;
      height: 130px;
      /* background-image: url('secondary-image-url.jpg'); */
      background-size: cover;
      background-position: center;
      top: 110px;
    }
  


    .secondary-image .overlay-gif {
      position: absolute;
      /* top: -4px; */
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
    }




    .logo-icon {
      width: 26px;
      height: 26px;
      background: transparent;
      opacity: 1;
      margin-left: 0px;
      /* margin-left: 10px; */
    }
    
    
    .text-content-accuracy {
      margin-top: -53px;
      margin-bottom: -2rem;
      margin-left: 81px;
      font-size: 12px;
    }
    .icon-text{
      margin-top: 30px;
      margin-bottom: 40px;
  
    }
  
    .img-align {
      width: 54%;
      height: 35px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 2px solid #5050504D;
      /* opacity: 1; */
      /* margin-left: 100px; */
      /* margin: 0; */
      margin: 0 auto;
  }
    
  
   
  
    .text-content {
      text-align: center;
      /* padding: 14px; */
      font-size: 14px;
    }
   .image-container{
      text-align: center;
      margin-bottom: auto;
      margin-top: -14px;
    }
  
  
    .complex{
      text-align: center;
      margin-left: 18px;
      font-size: 12px;
    }
  
    .feature-badge p {
      text-align: center;
      font: normal normal normal 10px / 25px ;
      color: #FFFFFF;
      opacity: 1;
      margin: 0; 
      line-height: 1.3;
      font-size: 10px;
    }
  
  
  .responsive-button {
    padding: 8px 16px;
    font-size: 14px; 
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding: 8px 20px;
    text-align: center;
    border: 2px solid #0c3f74;
    text-decoration: none;
    white-space: nowrap;
    z-index: 0;
  }
  
  .purchase-btn {
    padding: 8px 16px;
    /* margin-top: -40px; */
    font-size: 14px; 
    color: #fff;
    /* background-color: #343a40; */
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 90%;
    /* border: 2px solid #343a40; */
    margin: 0px 3px 6px;
    

  }
  
  
  .card-title {
    font-size: 12px;
    margin-right: -19px;
    color: #141414;
    font: normal normal bold 11px/18px ;
    letter-spacing: 0px;
    opacity: 1;
    
  }
  
  .last-title{
    margin-right: 60px;
    margin-left: 6px;
  }
  
  .mid-title{
    margin-right: 50px;
    margin-left: 6px;
  }
  .mid-title .amounttext {
    margin-right: 24px;
  }
  .last-title .amounttext {
    margin-right: 22px;
  }
  .viewport {
    font-size: x-small;
    color: #0c3f74;
  }
  
  .logoeuro {
    background: transparent url('img/Path 242.png') 0% 0% no-repeat padding-box;
      opacity: 1;
      width: 10px;
      height: 10px;
      margin-top: -3px;
  }
  
  .amounttext{
    text-align: left;
    font: normal normal bold 14px/25px ;
    letter-spacing: 0px;
    color: #0c3f74;
    opacity: 0.8;
    
  }
  
  
  .product .text-end {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #0c3f74;
    border-radius: 2px;
    opacity: 1;
    margin-top: 1;
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
  }
  
  .card-text {
    font-size: 12px;
    color: #141414;
    margin-top: 14px;
    padding: 0px;
  }
  
  .card-text .break-line {
    display: block;
  }
  
  .row {
    display: flex;
    /* flex-direction: column-reverse; */
  }
  
  .col-md-6.key-content {
    order: 2;
  }
  
  .col-md-6.position-relative {
    order: 1;
  }
  
  .text-start{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #0c3f74;
    border-radius: 2px;
    opacity: 1;
    height: 60px;
    width: 60px;
  }
  .price {
    color: #0c3f74;
    margin: 10px 0;
    font-size: 12px;
  }
  .card-body p{
        padding-left: 20px;
        justify-content: space-between;
        padding-right: 20px;
  }
  }

  @media only screen 
  and (min-device-width : 376) 
  and (max-device-width : 668px) 
  and (orientation : landscape) {
    

    
    

      .product .borders div:nth-child(3), .borders div:nth-child(4) {
        width: 4px;
        background-color: #dee2e6;
    }
    .product .borders div:nth-child(1), .borders div:nth-child(2) {
      height: 4px;
      background-color: #dee2e6;
      margin-bottom: 13px;
      margin-right: 20px;
    }
    
    .product .w-25 {
      width: 14% !important;
    }
    .product .h-50 {
      height: 32% !important;
    }
    
    .product .borders div:nth-child(4) {
      width: 4px;
      background-color: #dee2e6;
      margin-right: 20px;
      margin-bottom: 15px;
    }
    
    .product .borders div:nth-child(3) {
      width: 4px;
      background-color: #dee2e6;
    }
    
    .product .borders div:nth-child(3){
      margin-top: 15px;
      width: 4px;
      background-color: #dee2e6;
      margin-left: 20px;
    }
    
    
  
      .full-text {
        display: none; /* Hide on mobile */
    }
    
    .hide-on-mobile:nth-child(n+4) {
      display: none;
    }
    
    .mobile-text {
        display: block; /* Show on mobile */
    }
    
    .btn {
      font-weight: 500;
      transition: none;
    }
    
    
    .product .img-align {
      width: 170px;
      height: 35px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 2px solid #5050504D;
      /* opacity: 1; */
      margin-left: 100px;
      
    }
      .product .border-box{
        width: 115px;
        height: 220px;
        background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
        border: 5px solid rgba(177, 44, 216, 1);
        opacity: 1;
        margin-left: 130px; 
         margin-top: -260px; 
      }
      .product .btn-outline-primary {
        border: none; /* No border */
        color: inherit; 
        background-color: none; /* No background */
    }
      .text-end {
        margin-top: 0; 
        margin-left: 0; 
        margin-right: 0; 
        height: auto; 
        padding: 10px;
    }
    
    .product .d-flex {
        padding-top: 10px; 
        padding-left: 10px; 
        justify-content: center; 
    }
  
  
    
    img {
      max-width: 140%;
      /* height: auto; */
    }
    .small-logo {
        width: 56px; /* Increase size for better visibility on mobile */
        height: 15px; /* Adjust height automatically */
        margin-top: 0; /* Remove margin-top to center vertically */
        margin-top: 16px;
    }
      .centered {
           
            top: 10%;
            /* left: 7%; */
            /* transform: translate(-50%, -50%); */
            color: #FFFFFF;
            /* word-wrap: break-word; */
            /* max-width: 90%; */
            text-align: center;
            font: 11px ;
            letter-spacing: 0px;
            color: #FFFFFF;
            opacity: 1;
      } 
    
      .headline{
        text-align: center;
        font-size: 13px;
              letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
     
       }
        .subheadline{
          text-align: center;
          font-size: 12px;
          letter-spacing: 0px;
          color: #FFFFFF;
          opacity: 1
        }
    
      /* .compliance{
        width: 1290px;
        height: 152px;
      
      } */
    
    
      .purchase-btn img {
        width: 14px;
        height: auto;
        margin-left: 0px;
      }
      
    
      .custom-card-body {
        position: relative;
        top: -40px;
        width: 90%; /* Adjust the width to be less than 100% */
        margin: 0 auto; /* Center the card body */
        height: 185px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 5px 9px #00000029;
        border: 1px solid #7070704D;
        opacity: 1;
        border-top: 3px solid #0c3f74;
        /* padding: 15px; */
    }
      .overlay{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 216px;
        height: 277px;
        /* background-image: url(secondary-image-url.jpg); */
        background-size: cover;
        background-position: center;
        border: 1px solid #707070;
      }
    
      .feature-badge {
        position: absolute;
        background-color: #0c3f74;
        color: white;
        padding: 10px;
        text-align: center;
        width: 100px;
        height: 100px;
        border: 6px solid #FFFFFF;
        top: 13px;
      }
    
      .secondary-image  {
        position: absolute;
        left: 80%;
        transform: translateX(-50%);
        width: 130px;
        height: 130px;
        /* background-image: url('secondary-image-url.jpg'); */
        background-size: cover;
        background-position: center;
        top: 110px;
      }
    
  
  
      .secondary-image .overlay-gif {
        position: absolute;
        /* top: -4px; */
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
      }
  
  
  
  
      .logo-icon {
        width: 26px;
        height: 26px;
        background: transparent;
        opacity: 1;
        margin-left: 0px;
        /* margin-left: 10px; */
      }
      
      
      .text-content-accuracy {
        margin-top: -53px;
        margin-bottom: -2rem;
        margin-left: 81px;
        font-size: 12px;
      }
      .icon-text{
        margin-top: 30px;
        margin-bottom: 40px;
    
      }
    
      .img-align {
        width: 54%;
        height: 35px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #5050504D;
        /* opacity: 1; */
        /* margin-left: 100px; */
        /* margin: 0; */
        margin: 0 auto;
    }
      
    
     
    
      .text-content {
        text-align: center;
        /* padding: 14px; */
        font-size: 14px;
      }
     .image-container{
        text-align: center;
        margin-bottom: auto;
        margin-top: -14px;
      }
    
    
      .complex{
        text-align: center;
        margin-left: 18px;
        font-size: 12px;
      }
    
      .feature-badge p {
        text-align: center;
        font: normal normal normal 10px / 25px ;
        color: #FFFFFF;
        opacity: 1;
        /* margin: -3px; */
        margin: 0; /* Reset margin for iPad Air */
        line-height: 1.3;
        font-size: 10px;
      }
    
      /* .card-title {
        font-size: 1.2rem;
    } */
    
    /* ashwakjit */
    
    
    .responsive-button {
      padding: 8px 16px;
      margin-top: 30px;
      font-size: 14px; /* Adjust font size if necessary */
    
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      /* margin: 0px 3px 6px; */
      text-align: center;
      border: 2px solid #0c3f74;
      text-decoration: none;
      /* color: #0c3f74; */
      white-space: nowrap;
      z-index: 0;
    }
    
    /* Adjustments for .purchase-btn on small screens */
    .purchase-btn {
      padding: 8px 16px;
      /* margin-top: -65px; */
      font-size: 14px; /* Adjust font size if necessary */
      /* width: 90%; */
      color: #fff;
      background-color: #343a40;
      border: none;
      border-radius: 4px;
      text-decoration: none;
      transition: background-color 0.3s ease;
      width: 90%;
      border: 2px solid #343a40;
    }
    
    
    .card-title {
      font-size: 12px;
      margin-right: -19px;
      color: #141414;
      font: normal normal bold 11px/18px ;
      letter-spacing: 0px;
      opacity: 1;
      
    }
    
    .first-title{
      margin-right: 72px;
      margin-left: 6px;
    }
    .last-title{
      margin-right: 60px;
      margin-left: 6px;
    }
    
    .mid-title{
      margin-right: 50px;
      margin-left: 6px;
    }
    .mid-title .amounttext {
      margin-right: 24px;
    }
    .last-title .amounttext {
      margin-right: 22px;
    }
    .viewport {
      font-size: x-small;
      color: #0c3f74;
    }
    
    .logoeuro {
      background: transparent url('img/Path 242.png') 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 10px;
        height: 10px;
        margin-top: -3px;
    }
    
    .amounttext{
      text-align: left;
      font: normal normal bold 14px/25px ;
      letter-spacing: 0px;
      color: #0c3f74;
      opacity: 0.8;
      
    }
    
    
    .text-end {
    
      display: flex;
      align-items: center; 
      justify-content: center; 
      background: #FFFFFF;
      border: 2px solid #0c3f74;
      border-radius: 2px;
      opacity: 1;
      height: 31px;
      margin-top: -12px;
      margin-left: 67px;
      margin-right: 12px;
      width: 31px;
    }
    
    .card-text {
      font-size: 12px;
      color: #141414;
      margin-top: 14px;
      /* margin-left: 20px; */
      padding: 0px;
    }
    
    .card-text .break-line {
      display: block;
    }
    
    .row {
      display: flex;
      flex-direction: column-reverse;
    }
    
    .col-md-6.key-content {
      order: 2;
    }
    
    .col-md-6.position-relative {
      order: 1;
    }
    
    .text-start{
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      border: 2px solid #0c3f74;
      border-radius: 2px;
      opacity: 1;
      height: 40px;
      width: 40px;
      /* margin-left: 17px;
      margin-top: 20px; */
    }
    .price {
      color: #0c3f74;
      margin: 10px 0;
      font-size: 12px;
    }
    
}

.text-justify{
  text-align: justify;
}

p{
  color: #141414;
}

.card-body p{
  text-align: justify;
  letter-spacing: 0px;
}

/* 
@media (min-width: 820px) and (max-height: 1180px) and (orientation: landscape) {
.product .first-title {
  margin: 0 auto;
}

}      */


/* added by mayuri  */
.product .compliance{
  width: 86%;
  height: 160px !important;
}
.key-featre-heading{
width: 460px;
height: 40px;
background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #5050504D;
  max-width: 100%;
}
@media  (max-width: 449px)  {
.key-featre-heading{
  height: 54px;
}
}

@media (min-width: 767px) and (max-width: 1024px)  {
.product .img-align {
  width: 290px;
  height: 35px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #5050504D;
 
}

.video_modal{
  max-width: 80%
}

}

