
body{font-family: "Poppins", sans-serif;;margin: 0px; padding: 0px; background:#dce2b9c4;}

h1{margin: 0px; padding: 0px; font-size: 50px;}

h2{margin: 0px; padding: 0px; font-size: 40px;}

h1{margin: 0px; padding: 0px; font-size: 36px}

h4{margin: 0px; padding: 0px; font-size: 30px;}

h5{margin: 0px; padding: 0px; font-size: 25px}

h6{margin: 0px; padding: 0px; font-size: 20px}

p{margin: 0px; padding: 0px}

a{text-decoration: none;}

header{width: 100%; margin: 0; padding: 0; position: relative;}

.bannerimage img{width: 100%}

.bannertext{
    position: absolute;
    left: 0;
    top: 0; z-index: 1;
    padding-top: 20px;
    height: 100%;
}

.logodv img{max-width: 100%;    width: 358px;}

.bannerdata{
    margin-top: 0;
    height: 80%;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roselletext{margin-top: -200px;}

.bannerdata h1{font-size: 50px; font-weight: 900; color: #890b0b; text-transform: uppercase;}

.bannerdata h2{font-weight: 600; text-transform: uppercase;}

.bannerdata a{background: #890b0b; border-radius: 25px; padding:8px 40px; display: inline-block; margin-top: 20px;
color: #fff; border: 1px solid #890b0b; transition: all linear 0.5s;}

.bannerdata a:hover{color: #890b0b; background: transparent;}

.roseletexttop{height: 100%; display: flex; align-items: center; text-align: right; justify-content: flex-end}

.roseletexttop p{
    background: #c5312dad;
    padding: 5px 20px;
    border-radius: 25px; font-size: 15px;
    color: #fff;
}

.footerbottom {
    background: #88b52f;
    position: relative;
    padding: 15px 0px;
}

.footerimg img{width: 100%;}

.coprighttext p {color: #fff; font-size: 12px;}

.municipaltext{text-align: right;color: #fff; font-size: 12px; }

.homedata{padding: 40px 0px 70px; background: #dce2b9c4}

.serviceheading h5{color: #890b0b}

.services{height: 88%;}

.services a{padding: 30px 25px; border-radius: 10px; background: #5656a9; margin-top: 40px;
display: inline-block; height: 100%}

.serviceinner-images img{width: 100%; transition: all 0.4s linear}

.servicestext{display: flex; align-items: center; height: 100%}

.servicestext h5{margin: 0px; padding: 0px; color: #fff; font-weight: 400; text-transform: capitalize;}

.servicestext h6{background: #fff; padding: 5px 10px; border-radius:4px; color: #000; display: inline-block;
font-size: 12px; margin-bottom: 10px;} 

.services:hover .serviceinner-images img{transform: scale(1.1); transition: all 0.4s linear}

.innerheader .bannertext{position: relative;background: #e8f1ee; padding-bottom: 0px}

.innerbannercontent{position: absolute; height: 100%; display: flex; align-items: center; top: 0; justify-content: center;}

.innerbannerdata h1{text-align: center;    font-weight: 900;
    color: #fff; font-size: 50px; margin-top: -20px;
    text-transform: uppercase;     text-shadow: 2px 1px 0px #000;}




.form-container {
  margin: auto;
  width: 1200px;
  max-width: 100%;
  background: #fff; margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tab-menu {
  display: flex;
  background-color: #eaeaea;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tab-menu .tab {
  text-align: center;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;border-right: 1px solid #dbd4d4;
  transition: background 0.3s;
}

.tab-menu .tab:last-child{border-right: none;}

.tab-menu .tab.active {
  background-color:#890b0b;
  color: white;
}

.stepsforms {
  padding: 25px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}




@media (max-width: 600px) {
  .tab-menu {
    flex-direction: column;
  }

  .tab-menu .tab {
    border-bottom: 1px solid #ccc;
  }
}

.tabtitle{font-weight: 600; color: #890b0b;}

.formdata{width: 100%; margin-top: 30px;}

.formdata label{font-size: 15px; font-weight: 600; margin-bottom: 5px;line-height: 26px;}
.formdata label span { color: #FF0000;
}
.buttons{margin-top: 30px; display: flex; justify-content: space-between}

.buttons button{
    background: #890b0b;
    border-radius: 25px;
    padding: 8px 40px;
    display: inline-block;
    margin-top: 20px;
    color: #fff; font-weight: 600;
    border: 1px solid #890b0b;
    transition: all linear 0.5s;
}

.buttons button:hover {
    color: #890b0b;
    background: transparent;
}

.datainput, .formdata select,
.formdata textarea {width: 100%; margin: 0px; padding:5px 0px; border:none; border-bottom: 1px solid #000; outline: none;
font-size: 15px; background: transparent;}

.formdata textarea {height: 100px;}

.size-selector {
  display: flex;
  gap: 10px;
  margin: 0px 0px 0;
}

.size-option {
  position: relative;
  cursor: pointer;
}

.size-option input[type="radio"] {
  display: none;
}

.size-option span  {
    display: inline-block;
    padding: 6px 15px;
    border: 2px solid #890b0b;
    border-radius: 5px;
    color: #890b0b;
    background: #fff;
    transition: all 0.3s ease;
    font-weight: bold;
}

.size-option input[type="radio"]:checked + span {
  background: #890b0b;
  color: #fff;
}

.sizemain{display: flex; align-items: center; margin-top: 5px;}

.formdata label.titlesize{margin:0px; padding-right: 10px;}

.yesnodata{margin-top: 10px}


.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;    display: flex;
    align-items: flex-start;
}

.form-group label:before{
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.smallinput{
    max-width: 100%; min-width: 80px;
    margin: 0px;
    padding: 0px 0px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    font-size: 15px;
}

.formdata label.multipleline{line-height: 30px;}

.health-title{margin:55px 0px 0px; }

.health-title h5{font-weight: 600; text-transform: uppercase; margin-bottom: 10px}

.authorizetext{
    background: #f8f8f8;
    padding: 0px 30px 30px; margin-top: 20px;
    border-radius: 10px;
}

.authorizetext input{background: transparent;}

/**datepicker**/

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {  
    background-color: #ffe7e7;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #890b0b;
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {    
    left: 0;    
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.picker{background-repeat: no-repeat; background-position: center right; background-image: url("../images/dateicon.png");
background-size: 20px;}

.handbookbtn a{
    background: #890b0b;
    border-radius: 25px;
    padding:10px 35px;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff; float: right;
    font-weight: 600; 
    border: 1px solid #890b0b;
    transition: all linear 0.5s;
}

.handbookbtn a:hover {
    color: #890b0b;
    background: transparent;
}

.pricebtn{
    background: #890b0b;
    border-radius: 35px;
    padding:10px 25px;
    display: inline-block;
    margin-bottom: 30px; margin-top: 10px;
    color: #fff;  font-size: 14px;
    font-weight: 600; 
    border: 1px solid #890b0b;
    transition: all linear 0.5s;
}

.pricebtn:hover {
    color: #890b0b;
    background: transparent;
}

.pricetext ul{margin: 0px; padding: 0px; list-style: none;}

.pricetext ul li {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 26px;
}

.pricetext p{font-size: 15px;
    margin-top: 25px;
    line-height: 26px;}

.modal-title{
    color: #890b0b;
    font-weight: 600;
}

.modal-content{
    border: 12px solid #890b0b;
}

.stepdata {
    position: relative;
    z-index: 100;
}

.tahnks h1 { padding-top:70px;     font-size: 50px;
    font-weight: 900;
    color: #890b0b;
    
}

.tahnks p { padding-top:30px;     font-size: 20px;
    font-weight: 400;
    color: #890b0b;
     
}

.thanks-but {    background: #890b0b;
    border-radius: 25px;
    padding: 8px 40px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    border: 1px solid #890b0b;
    transition: all linear 0.5s;
}

