* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  -moz-font-family: 'Montserrat', sans-serif;
  -webkit-font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* background: #f5f5f5; */
}

ul li {
  list-style: none;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #ca394d;
}

select {
  color: #9E9E9E !important;
  font-weight: 500;
  font-family: 'Montserrat';
  font-size: 14px !important;
}

.FW-900 {
  font-weight: 900;
}

/* Color Css  */
.light-purple-bg {
  background: #f5f5f5;
}

.light-purple-heading {
  background: #e7e7e7;
}

.light-op2-bg {
  background: #ebeaea;
}

.light-op2-heading {
  background: #d5d5d5;
}

.light-op3-bg {
  background: #d7d7d7;
}

.light-op3-heading {
  background: #c3c3c3;
}

.light-op4-bg {
  background: #c1c0c0;
}

.light-op4-heading {
  background: #adaaaa;
}

.main-section {
  display: flex;
}

.main-section .left-sec {
  /* background: linear-gradient(45deg, #cc4b4b, #ca384d); */
  background: radial-gradient(#f85656, #ca384d);
  width: 300px;
  height: 100vh;
  padding: 10px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-content img {
  width: 150px;
  max-width: 100%;
  margin-bottom: 20px;
}

.main-section .left-sec a img {
  box-shadow: 4px 5px 9px #30281a40;
  /* width: 250px; */
  max-width: 100%;
  margin-bottom: 110px;
}

.main-content {
  text-align: center;
}

.main-section .left-sec h1 {
  font-size: 25px;
  color: #fff;
}

.right-sec {
  width: calc(100% - 300px);
  padding: 10px;
  background: #fff;
}

.Cust-label {
  font-size: 16px;
  font-weight: 600;
  color: #4d5e66;
}

.topSection {
  width: 100%;
  max-width: inherit;
  padding: 16px 0;
  background: #fff;
  box-shadow: 0 4px 10px rgb(107 107 107 / 25%);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}

.topSection-heading {
  margin: 10px 0;
  font-weight: 700;
}

.customer_form {
  position: relative;
  z-index: 13;
  background: whitesmoke;
  padding: 20px;
}

.customer_form h1 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(45deg, #cc4b4b, #ca384d);
  height: 30px;
  padding: 0 20px;
  line-height: 25px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-block;
}

.customer_form h1:before {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, #cc4b4b, #ca384d);
  max-width: 100%;
  width: 20px;
  height: 30px;
  z-index: -1;
  left: 0px;
}


.form-group textarea {
  display: block;
  width: 100%;
  border: 1px solid #ced4da;
  padding: 10px;
}

.form-group textarea:focus {
  color: #333;
  background-color: #fff;
  border-color: #a60b24;
  outline: 0;
  box-shadow: 0 0 11px 0.2rem #bd21301f;
}

.update-btn {
  padding: 10px 50px;
  transition: all .3s ease;
}

.update-btn:hover {
  background: #bd2130;
  color: #fff;
}

.blank-div {
  height: 87px;
}

/* Suggest-option-sec Css    */
.Cons-list:first-child {
  margin: 84px 0 0;
}

.Cons-list li {
  padding: 15px 0 11px;
  font-weight: 700;
}

.option_section {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 5px;
}

.inner_section {
  width: 170px;
  text-align: center;
  border: 1px solid #ebebeb;
  margin-bottom: 0;
}

.inner_section li {
  padding: 0 0 30px;
}

.typeCost input {
  margin: -10px 0px;
}

.tenant-list li {
  list-style: none;
  font-weight: 700;
  margin: 16px 0px;
}



.inner_section li h2 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  /* background: #f2b355; */
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.burglary-Qus {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

.burglary-Qus h3 {
  width: 380px;
  max-width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #4d5e66;
}

.burglary-select label {
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}

.home-own-section {
  display: flex;
  gap: 10px;
}

#show-box {
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #ccc;
  display: none;
}

.radio-btns label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0 !important;
  color: #9E9E9E;
}

.burglary-select label input {
  margin-right: 8px;
}

.selects-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.Premium-sec {
  margin-top: 5px;
}

.Premium-sec_list li {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}


.backtohome {
  color: #ccc;
  font-size: 16px;
}

.next-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bgr-product-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pdf-section a {
  background: #ffe4e4;
  color: #be102e;
  display: inline-block;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  font-weight: 600;
  margin-top: -5px;
  text-decoration: none;
}

/* .next-button .btn-primary {
  padding: 6px 58px;
  margin: 15px 0 0;
  background: linear-gradient(195deg, #f2d184, 50%, #ed4c65);
  border: transparent;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 1px;
  transition: all .3s ease;
  color: #fff !important;
  box-shadow: 5px 3px 1px 1px #f5f5f5;
} */
.next-button .btn-primary {
  height: 40px;
  line-height: 39px;
  font-size: 15px;
  padding: 0 40px;
  letter-spacing: 0;
}

.next-button .btn-primary:hover {
  box-shadow: 3px 5px 16px 8px #f5f5f5;
  transform: scale(0.9);
}

.Heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(45deg, #cc4b4b, #ca384d);
  height: 30px;
  display: inline-block;
  padding: 0 20px;
  line-height: 25px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.bgr-ckyc-details {
  background: whitesmoke;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.bgr-ckyc-details .Heading:before {
  content: "";
  position: absolute;
  max-width: 100%;
  width: 20px;
  height: 30px;
  /* top: 34px; */
  left: 0;
  background: linear-gradient(45deg, #cc4b4b, #ca384d);
  z-index: -1;
}

.bgr-ckyc-details .form-group label,
.finance-form .form-group {
  font-size: 16px;
  font-weight: 600;
  color: #4d5e66;
}

.yn_sec {
  margin-bottom: 30px;
}

.Premium-section {
  background: #fdf8f8;
  padding: 20px;
  margin: 10px 0;
  border: 1px solid #ef736e;
}

.Premium-section .Heading {
  color: black;
}

.fetch-add {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 4px 40px;
}

.fetch-add p {
  margin: 0;
  font-weight: 600;
}

.remove-btn {
  display: flex;
  justify-content: space-between;
}

.communi-section {
  display: flex;
}


/* Media Query */
@media (max-width: 991px) {}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
  .main-section .left-sec {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 70px;
    padding: 10px;
    z-index: 99;
    top: 0;
  }

  .main-section .left-sec h1 {
    font-size: 15px;
    margin-left: 30px
  }

  .pdf-section a {
    margin: 10px 0;
  }

  .bgr-product-head {
    display: block;
    margin-bottom: 10px;
  }

  .main-content img {
    display: none;
  }

  .customer_form h1 {
    margin-bottom: 10px;
  }

  .right-sec {
    padding: 10px;
    margin-top: 70px;
    width: 100%;
  }

  .option_section {
    grid-template-columns: auto auto;
  }

  .option_section .inner_section {
    width: 100%;
    margin-bottom: 0;
  }

  .Premium-sec {
    margin-top: 0;
  }

  .mb-5 {
    margin-bottom: 1em !important;
  }
}