html {
  scroll-behavior: smooth;
}
body {
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  outline: 0;
}
a {
  text-decoration: none !important;
}
.font-size-14 {
  font-size: 14px;
}
.img-object-cover {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.img-object-contain {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.btn-kanippayyur {
  background: #6e582e;
  border-color: #6e582e;
  border-radius: 25px;
  color: #fff;
  padding: 5px 60px;
}

.btn-outline{
    border-color: #6e582e;
    border: solid 2px;
    border-radius: 25px;
    color: #6e582e;
    padding: 5px 50px;
}

.btn-kanippayyur:hover {
  color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(110, 88, 46, 0.6);
  -moz-box-shadow: 0 5px 10px 0 rgba(110, 88, 46, 0.6);
  box-shadow: 0 5px 10px 0 rgba(110, 88, 46, 0.6);
}
.main {
  background: url(../images/main_bg.png) repeat;
  background-position: center;
  z-index: -1;
}
.main:before {
  z-index: -2;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 300px;
  background: url(../images/header_bg.jpg) no-repeat;
  background-size: cover;
}
.main_form .form_list {
  background: #fff;
  padding: 45px 45px 60px 45px;
  -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
}
.header {
  padding-top: 15px;
  padding-bottom: 20px;
}
.header .knpr img {
  border: 20px solid #fff;
  height: 230px;
  -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
}
.header .main_knpr img {
  height: 230px;
}
.form_list h4 {
  font-weight: 800;
  position: relative;
}
.form_list h4:after,
.form_list h4:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 100px;
  height: 2px;
  background: #707070;
  top: -7px;
}
.form_list h4:before {
  left: -10px;
}
.form_list h4:after {
  right: -10px;
}
.form_list p {
  font-size: 16px;
  padding: 8px 0;
}
.form_list .custom-select,
.form_list .form-control {
  border-color: #999;
  font-size: 14px;
  box-shadow: none;
  color: #000;
}
.form_list .custom-select,
.form_list input[type="email"],
.form_list input[type="file"],
.form_list input[type="text"],
.form_list input[type="time"] {
  height: 45px;
}
.form_list label {
  font-size: 14px;
}
.form_list .custom-radio label {
  font-weight: 700;
}
.form_list .buttons p {
  color: #6e582e;
}
.form_list .buttons .btn i {
  font-size: 12px;
  /* padding-left: 10px; */
}
.form_list ul li {
  font-size: 12px;
  padding: 5px 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background: #6e582e;
  border-color: #6e582e;
  box-shadow: none;
}
.k_orders .col-xl-12 {
  background: #e0ca9a;
  padding: 40px;
}
.k_orders .orders_list {
  padding: 40px;
}
.k_orders .orders_list p {
  color: #6e582e;
  font-weight: 700;
  margin-bottom: 50px;
}
.k_orders .orders_list .btn {
  font-size: 14px;
  font-weight: 700;
}
.k_orders .orders_list:first-child {
  border-right: 1px solid #6e582e;
}
.downloads .col-xl-12 {
  background: #53401a;
  padding: 40px 60px;
  margin: 0;
}
.downloads p {
  color: #fff;
}
.downloads img {
  height: 60px;
  width: auto;
}
.f_contact .col-xl-12 {
  background: #e0ca9a;
  padding: 10px;
}
.f_contact p,
.f_contact p a {
  margin: 0;
  color: #6e582e;
  font-weight: 600;
}
.copyright {
  padding-top: 80px;
  padding-bottom: 20px;
}
.copyright a,
.copyright p {
  color: #000;
  font-size: 14px;
  font-weight: 800;
}
.copyright .poweredby p {
  color: #6e582e;
}
.kanippayyur_live {
  padding-bottom: 60px;
}
.kanippayyur_live img {
  height: 70px;
}
.kanippayyur_live .advancebooking {
  border-left: 1px solid #6e582e;
}
.kanippayyur_live .advancebooking p {
  color: #000;
  font-weight: 600;
}
.kanippayyur_live .advancebooking label {
  font-weight: 700;
  color: #6e582e;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
}
.kanippayyur_live .advancebooking img {
  width: 60px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
.kanippayyur_live .advancebooking .custom-control {
  padding-left: 90px;
}
.kanippayyur_live .advancebooking .custom-control a {
  font-size: 13px;
  color: #6e582e;
  text-decoration: underline !important;
}
.nallaneram-astrology-card{
  height: auto !important;
}
.nallaneram {
  padding-bottom: 40px;
  padding-top: 30px;
}
.nallaneram label {
  font-weight: 700;
}
.date i {
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 0;
}
.custom-control,
.custom-control label {
  user-select: none;
}
.custom-control .custom-control-label:before{
  top: 0.2rem;
}
.custom-control .custom-control-label:after{
  top: 0.2rem;
}
.kallidal {
  background: rgba(96, 77, 29, 0.8);
}
.kallidal .modal-content {
  background: 0 0;
  border: none;
}
.kallidal .modal-body h4 {
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  padding-bottom: 30px;
}
.kallidal .modal-body .form-control {
  border: 1px solid #fff;
  background: 0 0;
  color: #fff;
  box-shadow: none;
}
.kallidal .modal-body .btn {
  padding: 12px 40px;
  border-radius: 50px;
}
.kallidal .modal-body input[type="text"] {
  height: 45px;
}
.kallidal .modal-body i.fa-calendar-alt {
  color: #fff;
}
.kallidal .modal-body .form-control::placeholder {
  color: #fff;
}
.home .container-fluid {
  max-width: 1920px;
  margin: auto;
}
.landing {
  background: url(../images/main_bg.png) repeat;
  background-position: center;
  z-index: -1;
}
.checkme{
  width: 1rem;
  height: 1.25rem;
  border-radius: 3px;  
  border-color:#e8e8e8;
  padding:1 rem;
}
.checkme:checked{
  accent-color:#6e582e;
  border-color:#6e582e;
  color:#fff;
}

.home {
  background: 0 0;
}
.home:before {
  display: none !important;
}
.home_section {
  padding: 100px 25px 25px 25px;
}
.home_section .container-fluid {
  -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
}
.left_jyothisham {
  background: #faf7f0;
}
.right_vasthu {
  background: #fff;
}
.left_jyothisham .knpr img,
.right_vasthu .knpr img {
  border: 10px solid #fff;
  height: 130px;
  margin-top: -40px;
  -webkit-box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.15);
}
.left_jyothisham .main_knpr img,
.right_vasthu .main_knpr img {
  height: 120px;
}
.home_section .hm_header {
  padding: 20px 30px;
}
.home_section .services {
  padding: 40px 30px;
}
.services .ser_list {
  padding: 25px;
}
.services .ser_list .card {
  background: #e0d4b4;
  padding: 5px;
  border-radius: 25px;
  border: none;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.services .ser_list .card a {
  z-index: 1;
}
.services .ser_list .card a:hover {
  font-weight: bold;
}
.services .ser_list .card h4 {
  color: #000;
  font-weight: 800;
  padding-bottom: 15px;
  font-size: 22px;
}
.services .ser_list .card p {
  font-weight: 400;
  color: #000;
  font-size: 13px;
}
.services .ser_list .card small {
  color: #000;
}
.services .ser_list .card:before {
  z-index: 0;
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 30px solid rgba(255, 255, 255, 0.4);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
.services .ser_list.hrs .card:before {
  right: -70px;
  top: -100px;
}
.services .ser_list.que .card:before {
  left: -80px;
  bottom: -80px;
}
.services .ser_list.jat .card:before {
  right: 0;
  bottom: -110px;
}
.services .ser_list.live .card:before {
  right: -110px;
  bottom: 0;
}
.services .ser_list .card:hover h4 {
  color: #6e582e;
}
.services .ser_list.hrs .card:hover:before {
  right: -40px;
  top: -70px;
}
.services .ser_list.que .card:hover:before {
  left: -50px;
  bottom: -50px;
}
.services .ser_list.jat .card:hover:before {
  right: 0;
  bottom: -80px;
}
.services .ser_list.live .card:hover:before {
  right: -80px;
  bottom: 0;
}
.services .ser_list .card.nallaneram-astrology-card .subtitle {
  margin-left: 15px;
}
.hm_copyright {
  padding-top: 30px;
  padding-bottom: 20px;
}
.hm_copyright .app_download p {
  font-size: 11px;
  margin-bottom: 0;
}
.hm_copyright .app_download img {
  height: 40px;
}
.hm_copyright .poweredby p {
  color: #6e582e;
}
.hm_copyright .cpright li {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 0 12px;
}
.hm_copyright .cpright li a {
  color: #000;
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .form_list h4:before {
    left: 80px;
  }
  .form_list h4:after {
    right: 80px;
  }
  .k_orders .orders_list {
    padding: 30px;
  }
  .left_jyothisham .knpr img,
  .right_vasthu .knpr img {
    height: 100px;
  }
  .left_jyothisham .main_knpr img,
  .right_vasthu .main_knpr img {
    height: 100px;
  }
  .home_section .hm_header {
    padding: 20px 10px;
  }
  .home_section .services {
    padding: 30px 10px;
  }
  .services .ser_list {
    padding: 10px;
  }
  .services .ser_list .card h4 {
    font-size: 18px;
  }
  .services .ser_list .card p {
    font-size: 13px;
  }
  .services .ser_list .card {
    height: 240px;
  }
  .hm_copyright .app_download {
    padding-bottom: 40px;
  }
  .hm_copyright .app_download p {
    font-size: 16px;
  }
  .hm_copyright .app_download .col-6 {
    text-align: center;
  }
  .hm_copyright .poweredby {
    text-align: left !important;
  }
  .hm_copyright .cpright {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form_list h4:after,
  .form_list h4:before {
    display: none;
  }
  .header .knpr img {
    height: 150px;
    border-width: 10px;
  }
  .header .main_knpr img {
    height: 150px;
  }
  .form_list p {
    font-size: 14px;
    padding: 20px 0;
  }
  .k_orders .orders_list {
    padding: 15px;
  }
  .k_orders .col-xl-12 {
    padding: 30px;
  }
  .k_orders .orders_list p {
    margin-bottom: 30px;
  }
  .downloads .col-xl-12 {
    padding: 30px 30px;
  }
  .downloads img {
    height: 40px;
  }
  .downloads p {
    font-size: 14px;
  }
  .right_vasthu {
    margin-top: 60px;
  }
  .home_section .container-fluid {
    box-shadow: none !important;
  }
  .left_jyothisham,
  .right_vasthu {
    -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  }
  .home_section {
    padding: 50px 25px 25px 25px;
  }
  .hm_copyright .app_download {
    padding-bottom: 40px;
  }
  .hm_copyright .poweredby {
    text-align: left !important;
  }
  .hm_copyright .cpright {
    padding-top: 15px;
  }
  .hm_copyright .cpright li {
    font-size: 12px;
  }
  .hm_copyright .app_download p {
    font-size: 14px;
  }
  .kanippayyur_live .advancebooking label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header .knpr {
    text-align: center;
  }
  .header .knpr img {
    height: 150px;
    border-width: 10px;
  }
  .header .main_knpr img {
    height: 150px;
    margin-bottom: 30px;
  }
  .form_list h4:after,
  .form_list h4:before {
    display: none;
  }
  .form_list p {
    font-size: 14px;
    padding: 5px 0;
  }
  .k_orders .orders_list:first-child {
    border-right: none;
    border-bottom: 1px solid #6e582e;
  }
  .k_orders .orders_list {
    padding: 20px;
  }
  .k_orders .col-xl-12 {
    padding: 30px;
  }
  .k_orders .orders_list p {
    margin-bottom: 30px;
  }
  .downloads .col-xl-12 {
    padding: 30px 30px;
  }
  .copyright {
    text-align: center;
  }
  .copyright .poweredby {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kanippayyur_live img {
    margin-bottom: 30px;
  }
  .kanippayyur_live .advancebooking {
    border-left: none;
  }
  .right_vasthu {
    margin-top: 60px;
  }
  .home_section .container-fluid {
    box-shadow: none !important;
  }
  .left_jyothisham,
  .right_vasthu {
    -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  }
  .home_section {
    padding: 50px 25px 25px 25px;
  }
  .hm_copyright .app_download {
    padding-bottom: 40px;
    text-align: center;
  }
  .hm_copyright .cpright {
    padding-top: 15px;
    text-align: center;
  }
  .hm_copyright .cpright li {
    font-size: 12px;
  }
  .hm_copyright .app_download p {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .left_jyothisham .knpr img,
  .right_vasthu .knpr img {
    margin-top: 25px;
  }
  .left_jyothisham .knpr,
  .right_vasthu .knpr {
    text-align: center;
  }
  .hide_dv {
    display: none;
  }
  .home_section .services {
    padding: 10px 30px;
  }
  .webonly {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header .knpr {
    text-align: center;
  }
  .form_list h4:after,
  .form_list h4:before {
    display: none;
  }
  .form_list p {
    font-size: 12px;
    padding: 5px 0;
  }
  .k_orders .orders_list:first-child {
    border: none;
  }
  .header .knpr img {
    height: 120px;
    border-width: 10px;
  }
  .header .main_knpr img {
    height: 120px;
    margin-bottom: 30px;
  }
  .main_form .container {
    padding: 0;
  }
  .header {
    padding-bottom: 30px;
  }
  .main_form .form_list {
    padding: 20px 20px 20px 20px;
  }
  .form_list h4 {
    font-size: 18px;
  }
  .k_orders .orders_list:first-child {
    border-right: none;
    border-bottom: 1px solid #6e582e;
  }
  .k_orders .orders_list {
    padding: 20px;
  }
  .k_orders .col-xl-12 {
    padding: 10px 30px;
  }
  .k_orders .orders_list p {
    margin-bottom: 30px;
  }
  .downloads .col-xl-12 {
    padding: 20px;
  }
  .downloads p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .f_contact p {
    font-size: 14px;
  }
  .copyright {
    text-align: center;
  }
  .copyright .poweredby {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kanippayyur_live img {
    margin-bottom: 30px;
  }
  .kanippayyur_live .advancebooking {
    border-left: none;
  }
  .kanippayyur_live .advancebooking label {
    font-size: 13px;
  }
  .kanippayyur_live {
    padding-bottom: 30px;
  }
  .custom-control,
  .custom-control small {
    font-size: 12px;
  }
  .home_section .hm_header {
    padding: 20px 0;
  }
  .right_vasthu {
    margin-top: 60px;
  }
  .home_section .container-fluid {
    box-shadow: none !important;
  }
  .left_jyothisham,
  .right_vasthu {
    -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  }
  .home_section {
    padding: 25px 25px 25px 25px;
  }
  .hm_copyright .app_download {
    padding-bottom: 40px;
    text-align: center;
  }
  .hm_copyright .cpright {
    padding-top: 15px;
    text-align: center;
  }
  .hm_copyright .cpright li {
    font-size: 12px;
  }
  .hm_copyright .app_download p {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .left_jyothisham .knpr img,
  .right_vasthu .knpr img {
    margin-top: 25px;
    height: 120px;
    border-width: 10px;
  }
  .left_jyothisham .knpr,
  .right_vasthu .knpr {
    text-align: center;
  }
  .hide_dv {
    display: none;
  }
  .home_section .services {
    padding: 10px 0;
  }
  .services .ser_list {
    padding: 15px;
  }
  .webonly {
    display: none;
  }
}
@media screen and (max-width: 319px) {
  .header .knpr {
    text-align: center;
  }
  .form_list h4:after,
  .form_list h4:before {
    display: none;
  }
  .form_list p {
    font-size: 12px;
    padding: 5px 0;
  }
  .k_orders .orders_list:first-child {
    border: none;
  }
  .header .knpr img {
    height: 120px;
    border-width: 10px;
  }
  .header .main_knpr img {
    height: 120px;
    margin-bottom: 30px;
  }
  .main_form .container {
    padding: 0;
  }
  .header {
    padding-bottom: 30px;
  }
  .main_form .form_list {
    padding: 20px 20px 20px 20px;
  }
  .form_list h4 {
    font-size: 18px;
  }
  .k_orders .orders_list:first-child {
    border-right: none;
    border-bottom: 1px solid #6e582e;
  }
  .k_orders .orders_list {
    padding: 20px;
  }
  .k_orders .col-xl-12 {
    padding: 10px 30px;
  }
  .k_orders .orders_list p {
    margin-bottom: 30px;
  }
  .downloads .col-xl-12 {
    padding: 20px;
  }
  .downloads p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .f_contact p {
    font-size: 14px;
  }
  .copyright {
    text-align: center;
  }
  .copyright .poweredby {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kanippayyur_live img {
    margin-bottom: 30px;
  }
  .kanippayyur_live .advancebooking {
    border-left: none;
  }
  .kanippayyur_live .advancebooking label {
    font-size: 13px;
  }
  .kanippayyur_live {
    padding-bottom: 30px;
  }
  .custom-control,
  .custom-control small {
    font-size: 12px;
  }
  .home_section .hm_header {
    padding: 20px 0;
  }
  .right_vasthu {
    margin-top: 60px;
  }
  .home_section .container-fluid {
    box-shadow: none !important;
  }
  .left_jyothisham,
  .right_vasthu {
    -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
  }
  .home_section {
    padding: 25px 25px 25px 25px;
  }
  .hm_copyright .app_download {
    padding-bottom: 40px;
    text-align: center;
  }
  .hm_copyright .cpright {
    padding-top: 15px;
    text-align: center;
  }
  .hm_copyright .cpright li {
    font-size: 12px;
  }
  .hm_copyright .app_download p {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .left_jyothisham .knpr img,
  .right_vasthu .knpr img {
    margin-top: 25px;
    height: 120px;
    border-width: 10px;
  }
  .left_jyothisham .knpr,
  .right_vasthu .knpr {
    text-align: center;
  }
  .hide_dv {
    display: none;
  }
  .home_section .services {
    padding: 10px 0;
  }
  .services .ser_list {
    padding: 15px;
  }
  .webonly {
    display: none;
  }
}


.modal-content{

    background: #FFFFFF;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
}
.modal-body{

    padding: 40px;
}


.selected-items{
    display: flex;
    flex-direction: column;
    
   
    padding: 15px 15px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
    margin-bottom: 20px;
   
}
.selected-items h4{
    font-size: 18px;
    font-weight: bold;
   
}
.items h4{
    font-size: 18px;
    font-weight: bold;
   
}
.items{
  display: flex;
    flex-direction: column;
    padding: 15px 15px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
   
}
.items ul{
  width: 100%;
  max-height: 13rem;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 0 !important;
  gap: 8px;
  align-items: center;
  color:rgb(0, 0, 0) ;
  margin-bottom: 20px;
  overflow-y: scroll;

 }
 .items ul::-webkit-scrollbar{
  width:.3rem;
  
  
 }
 .items ul::-webkit-scrollbar-thumb {
   background-color: #6E582E;
   opacity: .5;
  
 }

.selected-items ul{
 width: 100%;
 max-height: 12rem;
 min-height: 50px;
 display: flex;
 flex-wrap: wrap;
 padding-inline-start: 0 !important;
 gap: 8px;
 align-items: start;
 color:#FFFFFF ;
 margin-bottom: 0 !important;
 overflow-y: scroll;
 
}
.selected-items ul::-webkit-scrollbar{
 width:.3rem;
 
 
}
.selected-items ul::-webkit-scrollbar-thumb {
  background-color: #6E582E;
  opacity: .5;
 
}


.selected-items li{
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
  font-size: 16px !important;
  align-items: center;
  padding: 11px 10px;
  gap: 10px;
  font-size: 14px;
  
  max-width: auto;
  min-height: 50px;
  background: #6E582E;
  border-radius: 6px;
}
.selected-items li i{
cursor: pointer;
  
 
}


.items li{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 10px;
  gap: 10px;
  font-size: 16px !important;
  max-width: auto;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #6E582E;
  border-radius: 6px;
  cursor: pointer;
  
}
.items li:hover{
  background: #6E582E;
  border: 1px solid #6E582E;
  transition: all .2s ease;
  color: #fff;
  

}
.items .button1, .button2{
  
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 33px;

  height: 40px;
  font-weight: 700;

 color: #fff;
  background: #6E582E;
  border: 1.5px solid #6E582E;
  border-radius: 20px;
}
.items .button2{
  color: #000;
  background: white;
  border: 1.5px solid #6E582E;
 
}
.action-btns{
  display: flex;
  align-items: center;
  gap: 10px;
}
.bg-color{
  background-color: #E6DDC5;
  border-radius: 20px;
  padding: 10px;
}
.bg-color p b{
  margin-left: 10px;
}
.btn-service{
  border-color: #6e582e;
    border: solid 2px;
    border-radius: 25px;
    color: #6e582e;
     padding: 5px 8px; 
}
.extras .title{
  margin: 25px 0px;
    font-size: 15px;
}
.checkbox-title span{
  font-weight: 600;
}

.remove_daterange span{
  padding: 1px 10px 5px 10px;
  background-color: #ece0bf;
  border-radius: 50%;
  cursor: pointer;
}

#add_daterange {
  margin-top: 10px;
}
.btn-service .fa{
  font-size: 16px !important;
}
.nallaneram-checkbox{
  height: 20px;
  width: 20px;
  border-radius:2px;
}

#check18,#check19, #check20, #check21, #check22{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}