/*header css start*/
body{
    font-family: 'Poppins', sans-serif;
}
.header-bg {
    background: #066f90;
    padding: 8px 0px;
}
ul {
    margin: 0;
    padding: 0;
}
.align-item-center {
    align-items: center;
}
.list-item li {
    display: inline;
    margin-right: 15px;
}
span.list-icon {
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
}
span.list-text {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.right-item {
    text-align: right;
}
.icon-item li {
    display: inline-block;
    margin-left: 6px;
}
.icon-item a {
    color: #fff;
    font-size: 18px;
    width: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 32px;
    display: grid;
    align-items: center;
    text-decoration: unset;
}
.left-menu {
    width: 100%;
    text-align: right;
}
.left-menu ul.navbar-nav {
    display: inline-block;
}
.left-menu li.nav-item {
    display: inline-block;
}
a.nav-link {
    font-family: 'Poppins';
    color: #000;
    font-size: 18px;
}
.navbar-item .container-fluid {
    padding: 0;
}
.logo-img img {
    width: 220px;
}
/*end*/



/*baner css start*/
.baner-bg-item {
    background-image: url('baner-img.webp'), linear-gradient(90deg, rgb(216, 212, 203) 50%, rgb(0, 0, 0) 50%);
    background-size: auto 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    display: grid;
    align-items: center;
}
.heading-one {
    font-family: 'Poppins';
    color: #000;
    font-size: 45px;
    font-weight: 600;
}
.content-item p {
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
}
.btn-item a.site-btn {
    display: inline-block;
    background: #066f90;
    color: #fff;
    text-decoration: unset;
    text-transform: capitalize;
    font-family: 'Poppins';
    padding: 12px 35px;
    font-size: 19px;
    border-radius: 50px;
}
.bg-color-one {
    background: #066f90;
    padding: 40px 0px;
}
.content-white {
    color: #fff;
}
h4.sub-title {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}
h2.heading-two {
    font-size: 45px;
    font-family: 'Poppins';
}
.content-wrapper  p {
    font-family: 'Poppins';
    font-size: 17px;
}
.content-wrapper  p {
    font-family: 'Poppins';
    font-size: 17px;
    margin: 0;
}
.btn-bg {
    background: #85b940 !important;
}
.pt-70.pb-70 {
    padding: 70px 0px;
}
.input-field .custom-field {
    width: 100%;
    border: 1px solid #dedede;
    font-size: 16px;
    padding: 10px 8px;
    color: #000;
    border-radius: 4px;
}
.input-field label {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}
.input-field {
    margin-bottom: 10px;
}
.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.form-btn-item  .form-btn {
    width: 100%;
    background: #066f90;
    border: 0;
    color: #fff;
    font-size: 19px;
    padding: 10px;
    border-radius: 50px;
}
.left-50 {
    padding-left: 50px;
}
/*.family-sec {
    min-height: 650px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-position-y: -80px !important;
    background-size: auto 100% !important;
    justify-content: flex-end;
}*/
.family-sec {
    min-height: 1004px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    justify-content: center;
}
.family-sec h2.heading-three {
    font-size: 27px;
    font-weight: 600;
}
.family-sec p {
    font-size: 16px;
    color: #000;
}
.content-box {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
}
.mb-50 {
    margin-bottom: 50px;
}
.heading-three {
    color: #000;
    font-size: 35px;
}
.bg-images {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.bg-images {
    position: relative;
}
.overlay {
    background: #000000a6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.content-wrapper {
    position: relative;
}
.img-box-wrapper .image-wrapper img {
    height: 240px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.img-box-wrapper {
    border: 1px solid #dededede;
    border-radius: 8px;
    padding-bottom: 40px;
}
.img-content-wrapper {
    padding: 0px 25px;
}
.img-content-wrapper a.site-btn {
    width: 100%;
}
.box-content {
    height: 120px;
}
a.text-link {
    color: #066f90;
    font-size: 18px;
    font-family: 'Poppins';
    text-decoration: unset;
}
.footer-top {
    background: #cccccc47;
    padding-top: 40px;
    padding-bottom: 25px;
}
.footer-top {
    background: #cccccc47;
    padding-top: 40px;
    padding-bottom: 25px;
}
.social-icon li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.footer-logo img {
    width: 190px;
}
.social-icon a {
    width: 35px;
    text-align: center;
    height: 35px;
    display: grid;
    align-items: center;
    background: #066f90;
    color: #fff;
    border-radius: 50px;
    text-decoration: unset;
}
.footer-menu-wrapper h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-menu li {
    list-style: none;
    margin-bottom: 8px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu a {
    color: #000;
    text-decoration: unset;
    font-size: 17px;
}
.footer-bottam {
    background: #066f90;
    padding: 10px;
}
.footer-text p {
    color: #fff;
    font-size: 18px;
}
/*end*/



.form-wrapper.form-box {
    padding: 30px;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.input-field .custom-field {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #dededede;
    border-radius: 4px;
}
.form-wrapper .input-field {
    margin-bottom: 15px;
    position: relative;
}
.input-field label {
    margin-bottom: 10px;
    font-size: 17px;
    color: #000;
}
span.hide-password {
    position: absolute;
    right: 15px;
    bottom: 11px;
}
.form-btn .forget-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Poppins';
    color: #066f90;
    font-size: 17px;
}
.form-box p {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
}

.form-btn button.form-button {
    font-weight: 600;
    width: 100%;
    border: 0;
    margin-bottom: 15px;
    background: #066f90;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    font-family: 'Poppins';
}
.input-field .custom-field:focus {
    border: 1px solid #066f90 !important;
    outline: unset;
}
.form-box p a {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
    color: #066f90;
}

.baner-bg-wrapper {
    background: #f1f1f1;
    padding: 70px;
}
.page-title h2 {
    font-size: 60px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0;
}
.heading-item  h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins';
}


/*clendar css start*/
.calendar-wrapper {
   height: auto;
   max-width: 730px;
   margin: 0 auto;
}

.calendar-header {
   background-color: rgba(18, 15, 25, 0.25);
   height: 100%;
   padding: 20px;
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   position: relative;
}

.header-title {
   padding-left: 15%;
}

.header-background {
   background-image: url("https://raw.githubusercontent.com/JustMonk/codepen-resource-project/master/img/compressed-header.jpg");
   height: 200px;
   background-position: center right;
   background-size: cover;
}

.calendar-content {
   background-color: #fff;
   padding: 20px;
   padding-left: 15%;
   padding-right: 15%;
   overflow: hidden;
}

.event-mark {
   width: 5px;
   height: 5px;
   background-color: teal;
   border-radius: 100px;
   position: absolute;
   left: 46%;
   top: 70%;
}

.calendar-footer {
   height: 200px;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   text-align: center;
   background-color: #4b6289 !important;
   position: relative;
   overflow: hidden;
}

.addForm {
   position: absolute;
   top: 100%;
   width: 100%;
   height: 100%;
   background-color: #4b5889 !important;
   transition: top 0.5s cubic-bezier(1, 0, 0, 1);
   padding: 0 5px 0 5px;
}

.addForm input {
   color: #fff;
}

.addForm .row {
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   margin-bottom: 0;
}

.addForm h4 {
   color: #fff;
   margin-bottom: 1rem;
}

.addEventButtons {
   text-align: right;
   padding: 0 0.75rem 0 0.75rem;
}

.addEventButtons a {
   color: black;
   font-weight: 300;
}

.emptyForm {
   padding: 20px;
   padding-left: 15%;
   padding-right: 15%;
}

.emptyForm h4 {
   color: #fff;
   margin-bottom: 2rem;
}

.sidebar-wrapper {
   color: #fff;
   background-color: #5a649c !important;
   padding-top: 0;
   padding-bottom: 20px;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   padding-left: 0;
   padding-right: 0;
}

.sidebar-title {
   padding: 50px 6% 50px 12%;
}

.sidebar-title h4 {
   margin-top: 0;
}

.sidebar-events {
   overflow-x: hidden;
   overflow-y: hidden;
   margin-bottom: 70px;
}

.empty-message {
   font-size: 1.2rem;
   padding: 15px 6% 15px 12%;
}

.eventCard {
   background-color: #fff;
   color: black;
   padding: 12px 24px 12px 24px;
   border-bottom: 1px solid #E5E5E5;
   white-space: nowrap;
   position: relative;
   animation: slideInDown 0.5s;
}

.eventCard-header {
   font-weight: bold;
}

.eventCard-description {
   color: grey;
}

.eventCard-mark-wrapper {
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   width: 60px;
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}

.eventCard-mark {
   width: 8px;
   height: 8px;
   background-color: #b39ddb;
   border-radius: 100px;
   position: absolute;
   left: 50%;
   top: 45%;
}

.day-mark {
   width: 7px;
   height: 7px;
   background-color: #b39ddb;
   border-radius: 100px;
   position: absolute;
   left: 47%;
   top: 67%;
}

.content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 0;
}
nav {
    color: #fff;
    background-color: transparent;
    
    box-shadow: unset;
}

#table-body .col:hover {
   cursor: pointer;
   /*border: 1px solid grey;*/
   background-color: #E0E0E0;
}

.empty-day:hover {
   cursor: default !important;
   background-color: #fff !important;
}

#table-body .row .col {
   padding: .75rem;
}

#table-body .col {
   border: 1px solid transparent;
}

#table-body {}

#table-body .row {
   margin-bottom: 0;
}

#table-body .col {
   padding-top: 1.3rem !important;
   padding-bottom: 1.3rem !important;
}

#calendar-table {
   text-align: center;
}

.prev-button {
   position: absolute;
   cursor: pointer;
   left: 0%;
   top: 35%;
   color: grey !important;
}

.prev-button i {
   font-size: 4em;
}

.next-button {
   position: absolute;
   cursor: pointer;
   right: 0%;
   top: 35%;
   color: grey !important;
}

.next-button i {
   font-size: 4em;
}

.addEvent {
   box-shadow: 0 5px 15px rgb(57, 168, 228);
   background-color: #39a8e4;
   padding: 10px;
   padding-left: 3em;
   padding-right: 3em;
   cursor: pointer;
   border-radius: 25px;
   color: #fff !important;
   background-image: linear-gradient(135deg, #8d8dd4, #45ced4);
}

.addEvent:hover {
   transition: box-shadow 0.5s;
   box-shadow: 0 4px 25px rgb(57, 168, 228);
}

.mobile-header {
   padding: 0;
   display: none;
   padding-top: 20px;
   padding-bottom: 20px;
   position: fixed;
   z-index: 99;
   width: 100%;
   background-color: #5a649c !important;
}

.mobile-header a i {
   color: #fff;
   font-size: 38px;
}

.mobile-header h4 {
   color: #fff;
}

.mobile-header .row {
   margin-bottom: 0;
}

.mobile-header h4 {
   margin: 0;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
}

/*@media (max-width:992px) {
   .content-wrapper {
      margin-left: 0;
   }
   .mobile-header {
      display: block;
   }
   .calendar-wrapper {
      margin-top: 80px;
   }
   .sidebar-wrapper {
      background-color: #EEEEEE !important;
   }
   .sidebar-title {
      background-color: #5A649C !important;
   }
   .empty-message {
      color: black;
   }
}*/

/*@media (max-width:767px) {
   .content-wrapper .container {
      width: auto;
   }
   .calendar-content {
      padding-left: 5%;
      padding-right: 5%;
   }
   body .row {
      margin-bottom: 0;
   }
}*/

/*@media (max-width:450px) {
   .content-wrapper {
      padding-left: 0;
      padding-right: 0;
   }
   .content-wrapper .container {
      padding-left: 0;
      padding-right: 0;
   }
}*/
/*end*/