.complyfi_body{
  font-family: "Archivo", sans-serif !important;
}

.complify_sec {
  width: 900px;
  max-width: 95%;
  border-radius: .3rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.2);
}
.complify_header {
justify-content: space-between;
  border-bottom: 1px solid;
  background: #003461;
  display: flex;
  padding: 15px;
}
.complify_con{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
}
.complify_btn-cust {
background: #ffffff;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 17px !important;
  border: none;
  color: #212529;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  }
  .complify_content-area{
    padding: 8px 15px 0px 15px;
    background: white;
  }
  .complify_footer {
    border-top: 1px solid #d6d6d6;
    margin: 0px;
    padding: 0px;
    display: block;
    background: #ffffff;
}
  .complify_btn-common {
  background: transparent !important;
  color: #ffffff !important;
  border: 0px solid !important;
  /* border-right: 1px solid black; */
  border-radius: 8px;
  padding: 10px 0px;
  flex: 1 1 auto;
  color: #003461 !important;
  margin: 0px;
  font-size: 1.2rem;
  flex-grow: 1;
  padding: 10px !important;
  border-radius: 8px !important;
  cursor: pointer;
  justify-content: center;
  border: 1px solid #003461 !important;
}
.complify_btn-common:hover {
  background: #012a4f !important;
  color: white !important;
}

.complify_btn-common.complify_allow-all {
  background: #003461 !important;
  color: white !important;
  border: 1px solid #003461 !important;;
}

.complify_btn-common.complify_allow-all:hover {
  background: #011d35 !important;
  color: white !important;
}

.complify_btn{
display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 1.2rem;
}
.complify_btn-con-modal {
  margin: 0px !important;
  border: 0px solid !important;
  padding: 10px 10px 0px 10px !important;
  gap: 5px;
  background: #ffffff;
  display: flex;
}
.complify_btn-width-cust {
  width: 31.3% !important;
  flex-shrink: 0;
}
.complify_sec .h4, .complify_sec h4 {
  font-size: 1.5rem;
  margin-top: 0px;
}
.complify_text-gy {
  color: rgb(87 87 87);
}
.complify_fw-400 {
  font-weight: 400;
}
.complify_mb-3, .complify_my-3 {
  margin-bottom: 1rem !important;
}
.complify_sec p {
  font-size: 18px !important;
  line-height: 1.7rem;
}
.complify_tab-1{
padding: 20px;

max-height: 330px;
overflow-y: auto;
}
.complify_tab-2 {
  padding: 0px;
  max-height: 370px;
  overflow-y: auto;
}



/* width */
.complify_tab-1::-webkit-scrollbar,.complify_tab-2::-webkit-scrollbar {
width: 8px;
}

/* Track */
.complify_tab-1::-webkit-scrollbar-track,.complify_tab-2::-webkit-scrollbar-track {
background: #ffffff;
}

/* Handle */
.complify_tab-1::-webkit-scrollbar-thumb,.complify_tab-2::-webkit-scrollbar-thumb {
background: #003461;
border-radius: 20px;
}

/* Handle on hover */
.complify_tab-1::-webkit-scrollbar-thumb:hover,.complify_tab-2::-webkit-scrollbar-thumb:hover {
background: #002748;
}


.complify_link{
display: flex;
align-items: center;
gap: 5px;
color: black;
font-weight: 300;
}
.complify_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #d6d6d6;
}
.complify_nav li{
-ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.complify_nav .text-clr.active {
  color: #003461 !important;
  border-bottom: 4px solid #003461;
  font-weight: 600;
}
.complify_nav .complify_nav-link {
  border: 0px solid transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  padding: 10px;
  color: black;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}


.complify_switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 28px;
}

/* Hide the default checkbox */
.complify_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider Track */
.complify_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #525252;
  border-radius: 34px;
  transition: background-color 0.4s;
}

/* Slider Knob */
.complify_slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s;
}

/* When Checkbox is Checked */
input:checked + .complify_slider {
  background-color: #024683 !important;
}

input:checked + .complify_slider:before {
  transform: translateX(25px); /* Moves the knob to the right */
}


.complify_col-head{
position: relative;
}
.complify-collapse-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: start;
}
.complify_collapse-title {
font-size: 20px;
  font-weight: 500;
  flex-shrink: 0;
  display: flex;
  gap: 7px;
  margin-bottom: 5px;
  padding: 10px 0px;
  cursor: pointer;
}
.complify_collapse-title:hover{
color: #003461;
font-weight: 600;
}
.complify_collapse-des.complify_text-gy {
  padding-left: 10px;
  font-weight: 400 !important;
  font-size: 18px;
  padding-right: 60px;
  padding-left: 35px;
  line-height: 23px;
}
.complify_collapse-layer1 {
  padding: 12px 20px !important;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #d6d6d6;
  margin-left: 35px !important;
  margin-top: 15px;
}
.complify_collapse-layer1-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding: 10px 0px 0px 0px;
  cursor: pointer;
}
.complify_collapse-layer1-header:hover {
color: #003461;
font-weight: 500;
}

.complify_collapse-layer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.complify_collapse-layer.show {
  max-height: 1000px !important; /* Adjust this value based on content height */
}




.complify_collapse-layer-inner-con {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-top: 12px;
  margin-top: 0px;
}

.complify_collapse-layer-inner-con.show {
  max-height: 500px   ; /* Adjust based on content height */
}
.complify_content-sec{
padding: 20px 20px 15px 20px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #d6d6d6;
  margin-top: 10px;
}
.complify_inner-title {
  margin-bottom: 5px;
}
.complify_div-sec{
display: flex;
gap: 10px;
}
.complify_w-50{
width: 50%;
}
.complify_collapse {
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 10px;
}
.rotate-180{
transform: rotate(180deg); 
}

.down-icon{
transition: 0.3s ease-in-out;
}
@media (max-width:767px){
.complify_w-50 {
  width: 100%;
}
.complify_div-sec {
  display: flex;
  flex-wrap:wrap ;
  gap: 10px;
}
}


.show-btn {
    display: inline-block !important;
}

.hide-btn {
    display: none !important;
}
h4#banner-title {
  padding: 0px;
  margin: 0px;
  line-height: 1.7rem;
  color: rgb(87 87 87);
}

p.complyfi_txt {
  color: black;
  margin: 0px;
  text-align: center;
  font-size: 16px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.complyfi_icon {
  position: relative;
  top: 5px;
  margin-right: 1px;
}
.complyfi_link-2 {
  color: #2c910e !important;
  font-weight: 600;
  text-decoration: none;
}