html.overflow-hidden {
   overflow: hidden;
}
.site-header {
   width: 100%;
   max-width: 100%;
   padding: 15px 0;
   background-color: #fff;
   z-index: 9;
   transition: all .9s;
   position: fixed;
}
header.site-header.scrolled {
   padding: 10px 0;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
header.site-header.scrolled .row{
   align-items: center;
}
header.site-header img {
   transition: all 0.45s ease-in-out;
   width: 200px;
   height: auto;
}
header.site-header.scrolled img {
   width: 140px;
   height: auto;
}
.site-header a{
   color: var(--color-white);
}
.site-header nav li:not(:nth-last-of-type(1)){
   margin-right: 20px;
   border-right: 1px solid #d3225f;
   padding-right: 20px;
}
.site-header nav li a, .site-header nav li{
   line-height: 1;
   color: #000;
}
.site-header nav li a:hover{
   color: #fdd768;
}
.site-header .row{
   justify-content: space-between;
   align-items: center;
}
.site-header nav{
   margin-left: auto;
   margin-bottom: 0;
}
.site-header nav li a{
   color: #d3225f;
   font-weight: 600;
}
.site-header .sticky-logo{
   display: none;
   width: 170px;
}
.site-header.scrolled .sticky-logo{
   display: block;
}
.home-banner-sec{
   width: 100%;
   position: relative;
   height: 164px;
   background-image: url('../images/inferex-banner-img.jpg');
   background-position: right;
   background-repeat: no-repeat;
   background-size: cover;
   display: flex;
   align-items: center;
}
.home-banner-sec h1{
   color: #fff;
   font-size: 30px;
   line-height: 1.25em;
   font-weight: 700;
}

.content-after-banner-sec{
   padding: 10px 0 70px;
}
.content-after-banner-sec h2{
   font-size: 30px;
   margin-bottom: 26px;
   font-weight: 700;
   color: #441662;
}
.content-after-banner-sec .btn-wrapper{
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 20px;
   margin: 25px 0px 0px;
}
.content-after-banner-sec .btn-wrapper .btn{
   padding: 10px 20px;
   background-color: #fdd768;
   color: #d3225f;
   border-radius: 0px;
   font-size: 18px;
   transition: all .5s ease-in-out;
   outline: none;
   border: 1px solid #fdd768;
   font-weight: 600;
}
.content-after-banner-sec .btn-wrapper .btn:hover{
   background-color: #d3225f;
   border-color: #d3225f;
   color: #fdd768;
}
.refrence-box p{
   font-size: 14px;
   margin-bottom: 20px;
}
.about-section{
   padding: 25px 0 10px;
}
.about-section .row{
   align-items: center;
}
.about-section .img{
   padding-left: 40px;
   margin-left: auto;
}
.about-section .row.full-width.mob{
   display: none;
}

.safety_information_sec{
   padding-bottom: 60px;
}
#isi-info {
   overflow: scroll;
}
.generic-sec.safety_information_sec.landing li {
   margin-bottom: unset;
   color: var(--color-black);
}
.safety_information_sec.landing ul {
   margin-left: 34px;
}
.safety_information_sec h5 {
   font-size: 18px;
   text-transform: uppercase;
}
.safety_information_sec .text-wrapper h6{
   font-size: 16px;
   margin-bottom: 20px;
}
.safety_information_sec .warning-box{
   padding: 5px 9px;
   margin: 0 0px 20px;
   border: 1px solid #000;
}
.safety_information_sec .icon i{
   cursor: pointer;
   color: #731472;
   font-size: 28px;
   transform: rotate(180deg);
}
.safety_information_sec.landing-page.show-more .icon i{
   transform: rotate(0deg);
}
#isi-info .section-top-heading{
   width: calc(100% - 80px);
}
.safety_information_sec .section-top-heading{
   margin-bottom: 10px;
}
#isi-info .icon{
   width: 40px;
   display: flex;
   justify-content: flex-end;
}
.safety_information_sec .warning-box p{
   margin-bottom: 0;
}
.safety_information_sec p a{
   text-decoration: underline;
}
.safety_information_sec p a:hover{
   color: #d3225f;
}
.safety_information_sec p{
   margin-bottom: 20px;
   font-size: 14px;
}
#isi-info.safety_information_sec {
   background-color: #fff;
   padding: 15px 0;
   transition: 0.6s ease;
   box-sizing: border-box;
   width: 100%;
   height: 115px;
   position: fixed;
   overflow: hidden;
   bottom: 0;
   left: 0;
   z-index: 2;
   margin: 0;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#isi-info.safety_information_sec.landing-page.show-more {
   height: calc(100vh - 230px);
   overflow-y: scroll;
}
#isi-info.safety_information_sec .section-top-heading{
   margin-bottom: 6px;
}
.safety_information_sec .blue-head-contents .content p:last-child a {
   text-decoration: underline;
}
section.generic-sec.safety_information_sec.landing {
   padding-top: 0;
   border-top: 0;
}
.generic-sec.visible+#isi-info {
   display: none;
}
.generic-sec h5 {
   margin-top: 0;
}
.hover-text{
   text-decoration: underline;
}
.hover-text:hover{
   color: #d3225f;
}

footer.site-footer{
   background-color: #d3225f;
   padding: 50px 0;
}
footer.site-footer .col-right{
   width: 50%;
}
footer.site-footer .col-right{
   width: 50%;
}
footer.site-footer .col-right .text-box{
   max-width: 420px;
}
footer.site-footer .col-right .text-box p{
   font-size: 13px;
}
footer.site-footer .col-right .text-box p a{
   margin-left: 15px;
   position: relative;
}
footer.site-footer .col-right .text-box p a::after {
   position: absolute;
   top: 3px;
   height: 80%;
   background-color: #fff;
   content: "";
   left: -8px;
   width: 2px;
}
footer.site-footer .col-right .text-box .site-logo{
   margin-bottom: 15px;
}
footer .copy-right{
   font-size: 14px;
   font-style: normal;
   margin-top: 15px;
}
footer.site-footer .col-left .text-box{
   max-width: 360px;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   text-align: right;
}
footer a{
   transition: all 0.2s ease;
}
footer a:hover{
   color: #fdd768;
}
footer.site-footer .text-box ul li:not(:nth-last-of-type(1)){
   margin-bottom: 15px;
}
footer.site-footer *{
   color: var(--color-white);
}
footer .text-box a.cli_settings_button{
   background-color: #d3225f !important;
   color: #fff !important;
}
footer .text-box a.cli_settings_button:hover{
   background-color: #d3225f !important;
   color: #fdd768 !important;
}

.home-banner-sec figure img{
   height: 100%;
   object-fit: cover;
}
.mob-nav{
   display: none;
}
.refrence-box{
   padding-bottom: 40px;
}
.text-center.content-box p:first-of-type {
   margin-bottom: 20px;
}
footer a.cli_settings_button:hover{
   background-color: transparent !important;
   color: #f3e18d !important;
}
.price-section .wrapper{
   border-radius: 5px;
   padding: 30px 40px;
   margin-bottom: 40px;
   text-align: center;
}
.price-section h3{
   font-size: 30px;
   font-weight: 600;
   color: #d3225f;
   margin-bottom: 20px;
}
.price-section p{
   color: #000;
   font-weight: 400;
   margin-bottom: 20px;
}
.price-section h5{
   font-size: 16px;
   font-weight: 700;
   color: #441662;
   margin-bottom: 20px;
}
.price-section li{
   color: #000;
   font-size: 16px;
   font-weight: 700;
} 
.text-center.content-box .content-list p:first-of-type{
   margin-bottom: 8px;
}
.text-center.content-box .content-list p{
   margin-bottom: 8px;
}
.text-center.content-box .content-list p:last-of-type{
   margin-bottom: 5px;
}
.price-section .nm-container{
   max-width: 1050px;
   padding: 0 20px;
}
.price-section .row{
   display: flex;
   flex-wrap: wrap;
   padding-top: 4px;
}
.price-section .col{
   width: 50%;
}
.price-section .col:first-of-type{
   padding-right: 40px;
}
.price-section .col:last-of-type{
   padding-left: 40px;
   border-left: solid 1px #d3225f;
}
.price-section h5{
   font-size: 18px;
   line-height: 1.2em;
   color: #d3225f;
   margin-top: 16px;
   font-weight: 700;
}
.price-section h5:nth-of-type(2) {
   margin: 25px 0 3px 0 !important;
   font-size: 16px;
}
.price-section p a{
   color: #000;
   text-decoration: underline;
}
.price-section p a:hover{
   color: #d3225f;
}
.price-section .btn{
   width: 160px;
   min-height: 48px;
   margin: 25px auto 0;
   padding: 10px;
   background-color: #fdd768;
   color: #d3225f;
   border-radius: 0px;
   font-size: 16px;
   font-weight: 700;
   transition: all .5s ease-in-out;
   outline: none;
   border: 1px solid #fdd768;  
   display: flex;
   align-items: center;
   justify-content: center;
}
.price-section .btn:hover{
   background-color: #d3225f;
   border-color: #d3225f;
   color: #fdd768;
}
.price_content{
   padding: 0 45px 40px;
}
.price_content h4{
   color: #d3225f;
   margin-bottom: 10px;
   font-size: 18px;
}
.refrence-box p.contentLink a{
   text-decoration: underline;
}
.refrence-box p.contentLink a:hover {
    color: #d3225f;
}
/* redirection popup start */
.redirection-popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(1, 1, 1, 0.65);
   z-index: 999;
   overflow-y: scroll;
   padding: 0 30px;
   display: none;
   box-sizing: border-box;
 }
 .redirection-popup.active {
   display: flex;
 }
 .redirection-popup .wrapper {
   border: solid 1px #d3225f;
   border-radius: 6px;
   background-color: #fff0df;
   max-width: 1040px;
   width: 100%;
   padding: 65px 30px;
   text-align: center;
 }
 .redirection-popup h2 {
   color: #d3225f;
   text-align: center;
   margin: 0 0 30px;
   font-size: 36px;
   line-height: 1em;
   width: 100%;
   font-weight: 600;
 }
 .redirection-popup p {
   color: #000;
   text-align: center;
   margin: 0 auto 35px;
   font-size: 16px;
   line-height: 23px;
   width: 100%;
   max-width: 770px;
   font-weight: 500;
 }
 .redirection-popup .btn-wrap {
   display: flex;
   justify-content: center;
   margin-top: 15px;
 }
 .redirection-popup .close-popup, .redirection-popup .continue-btn {
   margin: 0 10px;
   padding: 10px 55px;
   background-color: #fdd768;
   color: #d3225f;
   font-weight: 400;
   font-size: 18px;
   line-height: 18px;
   border-radius: 0px;
   transition: all 0.2s ease-in-out;
   outline: none;
   cursor: pointer;
   text-decoration: none;
   border: solid 1px #fdd768;
   font-weight: 600;
}
.redirection-popup .close-popup:hover,
.redirection-popup .continue-btn:hover {
   background-color: #d3225f;
   color: #fdd768;
   border-color: #d3225f;
}
.line_break{
   display: none !important;
}
.price-section .price_content p{
   font-size: 14px;
   margin-bottom: 10px;
}
.price-section .price_content ul{
   margin-left: 10px;
}
.price-section .price_content li{
   font-size: 14px;
   line-height: 1.45em;
   margin-bottom: 10px;
   font-weight: 400;
   position: relative;
   padding-left: 20px;
}
.price-section .price_content li:last-of-type{
   margin-bottom: 0;
}
.price-section .price_content li:before{
   content: "";
   position: absolute;
   left: 4px;
   top: 7px;
   width: 6px;
   height: 6px;
   background-color: #000;
   border-radius: 50%;
}
.paragraph_spacing p{
   margin-bottom: 10px;
}
.fev-section{
   padding-top: 45px;
}
.fev-section h2,
.fev-section h3{
   color: #d3225f;
   margin-bottom: 10px;
   font-weight: 600;
}
.about-section p,
.about-section li{
   font-size: 16px;
   color: #000;
   line-height: 1.4em;
}
.fev-section p{
   margin-bottom: 10px;
}
.about-section li{
   position: relative;
   padding-left: 10px;
   margin-bottom: 8px;
}
.about-section li:before{
   content: "";
   position: absolute;
   left: 0px;
   top: 50%;
   width: 4px;
   height: 4px;
   background-color: #fed768;
   border-radius: 50%;
}
.about-section li:last-of-type{
   margin-bottom: 0;
}
.fev-section .half-width{
   justify-content: space-between;
   margin-bottom: 25px;
}
.fev-section .half-width .content,
.fev-section .half-width .img{
   width: 48%;
}
.fev-section .half-width .img img{
   width: 100%;
}
.fev-section .half-width li:nth-of-type(4):before,
.fev-section .half-width li:nth-of-type(5):before{
   top: 10px;
}
.home-banner-sec h1 br{
   display: none;
}
.price-section .col h4{
    color: #d3225f;
    font-size: 28px;
    font-weight: 400;
}
.two-way-section img{
   border-radius: 50%;
}
.about-section .row.full-width{
   padding-top: 20px;
}
.about-section .box{
   background-color: #d3225f;
   margin-bottom: 15px;
   padding: 10px 20px;
   box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
}
.about-section .box:last-of-type{
   margin-bottom: 0;
}
.about-section .box ul{
    align-items: center;
}
.about-section .box li{
   color: var(--color-white);
   margin: 0;
   padding: 0 20px;
   text-align: center;
}
.about-section .box li:first-of-type{
   width: 187px;
   padding-left: 0;
}
.about-section .box li:first-of-type:before{
   display: none;
}
.about-section .box li:nth-of-type(2){
   width: 140px;
}
.about-section .box li:last-of-type{
   width: calc(100% - 340px);
}
.about-section .box li:before{
   width: 2px;
   height: 90%;
   transform: translateY(-50%);
}
.saving-section{
   background-color: #fff0df;
}
.request-section .nm-container{
   padding: 0 70px;
}
.request-section .row{
   align-items: center;
   padding-bottom: 30px;
   border-bottom: solid 1px #d3225f;
   margin-bottom: 20px;
}
.request-section .image{
   width: 50%;
   text-align: center;
}
.request-section .content{
   width: 50%;
   text-align: center;
}
.request-section h2{
   font-size: 26px;
   color: #d3225f;
   margin-bottom: 10px;
}
.request-section .btn-wrapper{
   margin-top: 10px;
}
.request-section .btn{
   width: 160px;
   min-height: 48px;
   margin: 25px auto 0;
   padding: 10px;
   background-color: #fdd768;
   color: #d3225f;
   border-radius: 0px;
   font-size: 16px;
   font-weight: 700;
   transition: all .5s ease-in-out;
   outline: none;
   border: 1px solid #fdd768;  
   display: flex;
   align-items: center;
   justify-content: center;
}
.request-section .btn:hover{
   background-color: #d3225f;
   border-color: #d3225f;
   color: #fdd768;
}
.two-way-section .saving-card img {
   width: 80%;
}



@media (max-width: 991px){
   .home-banner-sec {
      height: 170px;
   }
  .home-banner-sec .banner-logo img {
      width: 260px;
      margin-top: 20px;
   }
}

@media(max-width: 768px){
   .content-after-banner-sec .btn-wrapper{
      flex-direction: column;
      margin: 30px 0 50px;
   }
   footer.site-footer .col-right .text-box p a::after{
      display: none;
   }
   footer.site-footer .col-right .text-box p a{
      margin: 0;
   }
   .site-header nav li a, .site-header nav li{
      font-size: 14px;
   }
   .site-header{
      padding: 20px 0;
   }
   .site-header .site-logo{
      width: 150px;
   }
   .site-header.scrolled .site-logo{
      width: 120px;
   }
   .site-header .row{
      gap: 10px 0;
   }
   .site-header .row{
      align-items: center;
      gap: 0;
   }
   .content-after-banner-sec h2{
      font-size: 24px;
      margin-bottom: 30px;
   }
   .safety_information_sec{
      padding-bottom: 40px;
   }
   
   .site-header nav li:not(:nth-last-of-type(1)){
      padding-right: 10px;
      margin-right: 10px;
   }
   .site-header.site-header.scrolled .row{
      gap: 8px;
   }
   header.site-header.scrolled{
      padding: 10px 0;
   }
   .content-after-banner-sec{
      padding: 10px 0 10px;
   }
   .content-after-banner-sec .content-list img{
      width: 100%;
      margin-bottom: 20px;
   }
   .safety_information_sec p{
      margin-bottom: 15px;
   }
   .safety_information_sec h5{
      font-size: 16px;
   }
   footer.site-footer .col-right{
      width: 100%;
      padding-bottom: 5px;
   }
   footer.site-footer{
      padding: 40px 0;
   }
   footer.site-footer .col-left{
      display: none;
   }
   footer.site-footer .col-left .text-box {
      text-align: left;
  }
  .site-footer .mob-nav{
      display: block;
      margin-bottom: 20px;
  }
  .site-footer .col-right p a{
   display: block;
  }
   .home-banner-sec {
      height: 150px;
   }
   .home-banner-sec .banner-logo img {
      width: 170px;
      margin-top: 14px;
   }
   .price-section .wrapper{
      padding: 20px;
   }
   .price-section h3 {
      font-size: 24px;
   }
   .price-section .col{
      width: 100%;
   }
   .price-section .col:first-of-type{
      padding: 0 0 40px 0;
   }
   .price-section .col:last-of-type{
      padding-left: 0;
      border-left: none;
   }
   .price-section .col .saving-card img{
      width: 100%;
   }
   .price_content {
      padding: 0 5px 30px;
   }
   #isi-info .section-top-heading {
      width: calc(100% - 40px);
   }
   #isi-info .icon{
      align-self: flex-start;
   }
   .redirection-popup .wrapper {
      padding: 40px 15px;
   }
   .redirection-popup h2 {
      margin: 0 0 25px;
      font-size: 26px;
      line-height: 1.2em;
   }
   .redirection-popup .close-popup, .redirection-popup .continue-btn {
      margin: 0 5px;
      padding: 10px 35px;
   }
   .price-section h5 {
      padding: 0 20px;
   }
   .price-section h5:nth-of-type(2){
      padding: 0;
   }
   .price-section h5 br{
      display: none;
   }
   .text-center.content-box p:first-of-type br {
      display: none;
   }
   .text-center.content-box .content-list p:first-of-type,
   .text-center.content-box .content-list p {
      margin-bottom: 12px;
   }
   .text-center.content-box p:first-of-type {
      margin-bottom: 25px;
   }
   .line_break{
      display: block !important;
   }
   .fev-section .half-width {
      justify-content: space-between;
      margin-bottom: 25px;
   }
   .fev-section .half-width .content, .fev-section .half-width .img{
      width: 100%;
   }
   .fev-section .half-width .content{
      margin-bottom: 20px;
   }
   .fev-section {
      padding-top: 25px;
   }
   .home-banner-sec h1 {
      font-size: 20px;
   }
   .home-banner-sec h1 br{
      display: block;
   }
   header.site-header .logo{
      width: 115px;
   }
   header.site-header.scrolled img{
      width: 100%;
   }
   .site-header .logo img{
      width: 100%;
   }
   .site-header nav{
      width: calc(100% - 115px);
      margin: 0;
   }
   .site-header.scrolled nav{
      width: calc(100% - 125px);
   }
   .site-header nav li:not(:nth-last-of-type(1)) {
      padding-right: 0px;
      margin-right: 0px;
      border-right: none;
   }
   main {
      padding-top: 102px;
   }
   .site-header nav ul{
      justify-content: flex-end;
   }
   .site-header nav ul li{
      margin-bottom: 10px;
   }
   .site-header nav ul li:last-of-type{
      margin-bottom: 0;
   }
   .site-header.scrolled .logo {
      width: 115px;
   }
   .fev-section ul.lists-dots-mob li:before {
      top: 9px;
   }
   .home-banner-sec{
      background-image: url('../images/mobile-banner-img.jpg');
   }
   .about-section li:before {
      height: 4px;
      top: 9px;
   }
   .about-section li:first-of-type:before{
      top: 13px;
   }
   .about-section li:nth-last-of-type(2):before{
      top: 12px;
   }
   .about-section .img {
      padding-left: 0;
      margin: 20px auto 0;
   }
   .request-section .nm-container {
      padding: 0 20px;
   }
   .request-section .image,
   .request-section .content{
      width: 100%;
   }
   .request-section h2 {
      font-size: 22px;
   }
   .request-section .content p br{
      display: none;
   }
   .price_content h4 {
      font-size: 17px;
   }
   .about-section .row.full-width.desk{
      display: none;
   }
   .about-section .row.full-width.mob{
      display: block;
   }
   .about-section .row.full-width.mob .box li:before{
      height: 100%;
      top: 0;
      transform: unset;
   }
   .about-section .box li:first-of-type {
      width: calc(100% - 95px);
   }
   .about-section .box li:last-of-type{
      width: 95px;
   }
   .about-section .row.full-width.mob p{
      color: #fff;
      line-height: 1.1em;
   }
   .about-section .row.full-width.mob p strong {
      display: block;
      margin-bottom: 7px;
   }
   .about-section .box {
      padding: 10px 15px 15px;
   }
   .refrence-box {
      padding-bottom: 20px;
   }
   .about-section .box li {
        text-align: left;
    }

}

@media(max-width: 575px){
   footer.site-footer .text-box ul li:not(:nth-last-of-type(1)){
      margin-bottom: 10px;
   }
}