.pra {
    font-family: "Montserrat, Helvetica, sans-serif";
    
}
p {
    font-family: "Montserrat, Helvetica, sans-serif";
    
}
@font-face {
    font-family: 'Montserrat, Helvetica, sans-serif';
    src: url('../font/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



@media (max-width: 736px) {
  #col-left-165 {
    order: 2; /* neeche chala jayega */
  }
  #col-right-188 {
    order: 1; /* upar aa jayega */
  }
  .innerContent {
    display: flex;
    flex-direction: column; 
  }
  .mob{margin-bottom: 20px !important;}
  .de-image-block img{max-width: 105%;}
  #tmp_image-85923 img{margin-top: -70px !important;}
  h2.mobileheding {font-size: 22px !important;}
  .elButtonSub.mfs_12{margin-top:8px;}
}



.img-rev {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}
.img-rev:hover {
    transform: translateY(-10px);
}
.non {
    display: none;
}
@media only screen and (max-width: 568px) {
    .bloc {
        display: none;
    }

    .non {
        display: block;
    }
    .non.elHeadlineWrapper{
        margin-top: -20px !important;
    }
}

.underline {
    text-decoration: underline;
}
.strike {
    text-decoration: line-through;
    font-weight: 600;
}
.italic-orange {
    font-style: italic;
    color: #ff8400; /* orange */
    font-family: Caveat, Helvetica, sans-serif !important;
    font-size: 36px;
    line-height: 36px;
}
.bold {
    font-weight: bold;
}

.review {
    transition: transform 0.4s ease;
    padding:20px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.review:hover {
    transform: translateY(-10px);
}

.img-fluid {
    width: 80%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.img-fluid:hover {
    transform: translateY(-10px); 
}


.accordion {border:1px solid #eee; border-radius:8px; overflow:hidden}
.item {border-top:1px solid #eee}
.item:first-child {border-top:none}
.item summary {
  list-style:none; cursor:pointer; display:flex; align-items:center; gap:12px;
  padding:18px 16px; font-size:22px; font-weight:500; user-select:none
}
.item summary:hover {background:#fafafa}
.item.active summary {font-weight:700}
.chev {
  margin-left:auto; transition: transform .25s ease; inline-size:18px; block-size:18px;
  background: currentColor;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>') center/18px no-repeat;
  mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>') center/18px no-repeat;
}
.item.active .chev {transform:rotate(180deg)}
.answer {
  max-height:0; overflow:hidden; opacity:0;
  transition:max-height .45s ease, opacity .35s ease, padding .3s ease;
  padding:0 16px;
}
.answer ul li{font-size: 18px;}
.item.active .answer {
  max-height:500px; /* large enough */
  opacity:1;
  padding:0 16px 18px 16px;
}
.answer p {margin:0; padding:8px 0; font-size:18px; line-height:1.6;}