.elementor-13 .elementor-element.elementor-element-344d248{--display:flex;--min-height:120px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-13 .elementor-element.elementor-element-344d248:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-344d248 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-1b656b8{width:auto;max-width:auto;}.elementor-13 .elementor-element.elementor-element-1b656b8 > .elementor-widget-container{padding:0px 0px 0px 0px;border-radius:5px 5px 5px 5px;}.elementor-13 .elementor-element.elementor-element-1b656b8 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-secondary );}.elementor-13 .elementor-element.elementor-element-02455d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-13 .elementor-element.elementor-element-02455d1{--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS */div#c1 {
    font-family: Mukta, sans-serif;
}

.cont {
  display: flex;
}
.topBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.topItem {
    padding: 2px 4px 2px 4px;
    border: 1px solid #00000040;
    cursor: pointer;
    transition: 0.25s ease-in-out;
    height: 55px;
    display: flex;
    align-items: center;
    border-radius:5px;
}

.months {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0);
  flex-wrap: wrap;
  width: 100%;
  transition: 0.25;
}
.days {
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 175px;
    width: 14%;
    font-size: 13px;
    margin: 1px;
}
.days > div {
    padding: 5px 0 5px 0;
    height: auto !important;
    color: #000;
    border-radius:5px;
    margin: 0 0 5px 0;
}
.sunday {
    background: #ff0000 !important;
    color: #fff !important;
    opacity: .3;
}
.days p {
    border: 1px solid #e2dede;
    font-weight: 600;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    transition: .3s ease-in-out;
    border-radius: 5px;
}
.days p:hover {
    background: #e2dede;
    border-color: #e2dede;
}
.days p a{
    color:#000;
    text-decoration: underline;
}
.dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e2dede;
    margin-left: 4px;
    flex-shrink: 0;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.topItem:hover {
    background: #e2dede;
    border: 1px solid #e2dede;
}
.topItem.selected .dot{
    background: #fff;
    color:#000;
}
.side {
  position: absolute;
  right: 20px;
  width: 200px;
  height: 50px;
  top: 100px;
}

@media only screen and (max-width: 768px) {
.topBar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.topItem {
    width: 100%;
    margin: 3px 0;
    justify-content: space-between;
    padding: 0 20px;
}
.dot {
    width: 27px;
    height: 27px;
    font-size: 20px;
    line-height: 27px;
}
.days {
    width: 47%;
}
}/* End custom CSS */