@charset "utf-8";
/* 1 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color:#000;
  
  }
  
  .bnd-name{padding:20px 40px 2px 40px; font-size:16px; font-weight:500;color:#33414E!important;}
  
  .bnd-name span{font-weight:600;}
  
  .main-head{padding:0px 30px; text-align: center}
  
  .main-head h2{ font-size:34px;font-weight:700;color:#0B1926!important; padding-bottom:25px;}
  
  .name h2{font-size:20px;font-weight:700;margin-top: 10px;}
  
  .tbl-detail{background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); border-radius:12px}

.tbl-detail table td{ padding:20px!important; font-size:16px!important;}

.span-yes{ padding:5px 15px;color:#071F00; background-color:#d9fde8; border:1px solid #b1f3ce; border-radius:16px }

.span-no{ padding:5px 15px;color:#690000; background-color:#feeee6; border:1px solid #f4d3c3; border-radius:16px }

.alg-vac div{ padding:5px 15px;color:#690000; background-color:#eeeef2; border:1px solid #e2e1e8; border-radius:16px; margin:0px 10px 10px 0px; font-weight:600; color:#000; display:inline-block; font-size:14px; }
  
  .steps{padding:30px;padding-bottom: 0px!important;}
  
  .steps h4{font-size:20px;font-weight:700; margin-top:0px!important;}
  
  .steps p{ font-size:14px; margin-top:30px; color:#313665;}
  
  .steps p span{ font-size:14px; font-weight:700; text-transform:uppercase; margin-right:10px; letter-spacing:2px; color:#14183E;}
  
  .steps table{margin-top: 20px;}
  
  .steps table td{ border-radius:8px;}
  
  .detail{padding:30px 0px; text-align:center!important;background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 9%, rgba(210,255,249,1) 39%, rgba(151,190,251,1) 68%, rgba(255,255,255,1) 93%);}
  
  .detail h4{font-size:20px;font-weight:700; margin-top:0px!important; color:#313665!important;}
  
  .detail p{ font-size:16px; margin-top:15px; color:#313665!important;}
  
  .footer{text-align:center;}
  
  .footer h3{ font-size:14px; font-weight:700; padding:20px 0px 15px;}
  
  .footer table{ margin-bottom:50px;}
  
  .footer-logo{  padding:15px 0px; border-radius:30px; border:1px solid #DCDCDC; font-size:17px; font-weight:600;}
  
  .btn{background-color:#FFB411!important; width:100%!important; color:#000!important; font-size:14px; font-weight:600; padding:15px 0px; border-radius:30px;}
  
  .wtp{ background-color:#40c351!important; border:1px solid #40c351!important; color:#fff!important;}
  
 .form{ width:100%!important; color:#000!important; font-size:14px; font-weight:600; padding:15px 0px; border-radius:40px; margin-bottom:10px; border:1px solid #ccc; text-align:center;}