/* NEW DESKTOP CALL TO ACTION  */
.box {
    width: 100%;
    height: 100px;
    background-color: brown;
}

.call-now-content a {
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.widget-content {
    position: fixed;
    right: 10px;
    top: 55%;
    z-index: 999;
}

.call-nov-link {
    height: 45px;
    border-left: 5px solid #0461a4;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    margin: 10px 0px;
    background: white;
    position: relative;
    right: -18px;
    width: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.call-nov-link-a {
    text-decoration: none;
    font-weight: 600;
    color: black;
    cursor: pointer;
}

.call-nov-link-a:hover {
    color: black;
}

.call-nov-icon {
    height: 60px;
    width: 60px;
    background: white;
    border-radius: 50%;
    padding: 13px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    position: relative;
    z-index: 3;
    background-color: #0461a4;
}

.whatsapp-content a {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    cursor: pointer;
}

.whatsapp-icon {
    height: 60px;
    width: 60px;
    background: white;
    border-radius: 50%;
    padding: 13px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    position: relative;
    z-index: 3;
    background-color: #3bb16e;
}

.whatsapp-link {
    height: 45px;
    border-left: 5px solid #46a042;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    margin: 10px 0px;
    background: white;
    position: relative;
    right: -18px;
    width: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.whatsap-link-a {
    text-decoration: none;
    font-weight: 600;
    color: black;
    cursor: pointer;
}

.whatsap-link-a:hover {
    color: black;
}

.reservation-content a {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    cursor: pointer;
}

.reservation-link {
    height: 45px;
    border-left: 5px solid #32afed;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    margin: 10px 0px;
    position: relative;
    background: white;
    right: -18px;
    width: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.reservation-icon {
    height: 60px;
    width: 60px;
    background: white;
    border-radius: 50%;
    padding: 12px 13px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    position: relative;
    z-index: 3;
    background-color: #32afed;
}

.reservation-link-a {
    text-decoration: none;
    font-weight: 600;
    color: black;
    cursor: pointer;
}

.reservation-link-a:hover {
    color: black;
}

.link-active {
    width: 200px;
    padding: 10px 15px;
}

/* END DESKTOP CALL TO ACTION */

/* Mobile calltoaction */

.alt_buton_v2 {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 80px rgba(12, 42, 144, 0.45);
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
}
.alt_buton_v2 .hemen_ara,
.alt_buton_v2 .sizi_arayalim,
.alt_buton_v2 .wp {
    float: left;
    width: 50%;
    text-align: center;
}
.alt_buton_v2 .sizi_arayalim {
    padding-right: 20px;
}
.alt_buton_v2 .wp {
    padding-left: 20px;
}
.alt_buton_v2 .img {
    float: left;
    width: 100%;
    margin-top: 7px;
}
.alt_buton_v2 .img img {
    display: inline-block;
    height: 25px;
}
.alt_buton_v2 span {
    float: left;
    width: 100%;
    line-height: 20px;
    font-weight: bold;
    color: #7d7e81;
}

.alt_buton_v2 .hemen_ara {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0c3f86;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.alt_buton_v2 .hemen_ara span {
    line-height: 1;
    font-weight: normal;
    color: #fff;
    padding-top: 0px;
    font-size: 15px;
}
.alt_buton_v2 .hemen_ara img {
    height: 20px;
}
.alt_buton_v2 .wp span {
    color: #7d7e81;
}

@media only screen and (max-width: 915px) {
    .alt_buton_v2 {
        display: block;
    }
    .woxx-widget {
        display: none;
    }
    .widget-content {
        display: none;
    }
    .header-toggle i {
        padding-top: 22px;
    }
}

@media only screen and (max-width: 380px) {
    .alt_buton_v2 {
        bottom: -5px;
    }
}