/*=======TAXCALENDARY=====*/
#taxCalendar {
    background-image: url("../../Images/main.jpg");
    box-shadow: inset 0 0 0 2000px #323946e0;
    background-attachment: fixed;
}
#taxCalendar a:hover{
    text-decoration: none;
}
#taxCalendar h1 {
    color: white;
    font-family: "serif";
    font-size: 60px!important;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
}
#taxCalendar h1:after {
    content: "";
    background: #44bef1;
    height: 3px;
    position: relative;
    width: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    display: block;
}
.calendarBox {
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.calendarBox div {
    height: 230px;
    width: 98%;
    padding: 75px 0;
    color: #1d1d1b;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 #cbcbcb;
    -moz-box-shadow: 0 2px 5px 0 #cbcbcb;
    box-shadow: 0 10px 10px #0000006b;
    border-top: 3px solid #44bef1!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    border-radius: 5px;
    background: white;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#taxCalendar b, #taxCalendar strong{
    color: #44bef1;
}
.calendarBox div:hover{
    transform: scale(1.1);
    border-top: 3px solid #44bef1;
}
.calendarBox div:hover svg{
    width: 50%;
}
.calendarBox div:hover svg path {
    fill: #44bef1;
}

.calendarBox .active{
    transform: scale(1.1);
    border-top: 3px solid #44bef1;
    background: #44bef1;
    color: white;
}
.calendarBox .active svg{
    width: 30%;
}
.calendarBox .active svg path{
    fill: white;
}
.calendarBox svg{
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .8s ease-in-out;
}
.calendarBox svg path{
    transition: fill .8s ease;
    fill:transparent;
}
.openBox .modal-content{
    border-top: 3px solid #44bef1;
    border-radius: 40px;
}
.boxOpenSvg svg {
    position: absolute;
    width: 50%;
    bottom: 0px;
    right: 0px;
    border-bottom-right-radius: 30px;
}
.openBoxMain {
    padding: 40px 30px 30px 30px;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    font-size: 14px;
    color: #706f6f;
    display: flex;
    height: 910px;
}
.openBox .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 20px;
    border: 2px solid #44bef1;
    border-radius: 50%;
    color: #44bef1;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.openBox-item{
    font-weight: 400;
    padding: 0 30px 30px 0;
}
.openBox-item strong{
    font-weight: 700;
}
.openBox-item h4{
    padding: 0;
    margin: 3px 0;
    color: #44bef1;
    font-weight: 500;
    font-size: 100%;
}

.openBox .pagination {
    display: block;
    float: right;
    width: 400px;
    font-size: 14px;
    color: #706f6f;
    font-weight: 500;
    position: absolute;
    right: 110px;
    bottom: 170px;
    text-align: right;
}
.openBox .pagination span{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    color: #44bef1;
}
.callToActionButton {
    text-align: center;
    margin-top: 55px;
}
.callToActionButton a {
    background: white;
    color: #44bef1;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* border: 1px solid var(--primary); */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #0000006b;
}
.callToActionButton a:hover {
    text-decoration: none;
    color: white;
    background: var(--secondary);
}

@media only screen and (max-width: 425px){
    .calendarBox div {
        height: 200px;
        width: 100%;
    }
}

/*=======TAXCALENDARY=====*/

.headerCallToAction a{
    color: #44bef1;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #44bef1;
}