.social-links ul li a:hover {
    color: #fff;
    background: #fc5b62 !important;
}
   .theme {
    color: #158bbb !important;
}
.bg-theme {
    background: #fc5b62 !important;
}
.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fc5b62;
    color: #fff;
    line-height: 60px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 0px;
    right: 0px;
    border: 5px solid #fc5b62;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}


.floatingButton .fa {
    font-size: 32px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}

.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

.floatingMenu {
    position: absolute;
    bottom: 60px;
    right: 3px;
    margin-bottom: 0;
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.floatingMenu li a {
    display: inline-block;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}

.floatingMenu__label {
    font-size: 14px;
    background: #ddd;
    color: black;
    padding: 8px 12px;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 10px;
}

.floatingMenu__icon {
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 22px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.ba-we-love-subscribers {
    width: 290px;
    height: 50px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 0 10px 0;
    overflow: hidden;
    opacity: 0;
}

.ba-we-love-subscribers.open {
    height: 380px;
    opacity: 1;
}

.ba-we-love-subscribers.popup-ani {
    -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ba-we-love-subscribers h1 {
    font-size: 20px;
    color: #757575;
    padding: 25px 0;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;

}

.ba-we-love-subscribers .love {
    width: 20px;
    height: 20px;
    background-position: 35px 84px;
    display: inline-block;
    margin: 0 6px;
    background-size: 62px;
}

.ba-we-love-subscribers .ba-logo {
    width: 65px;
    height: 25px;
    background-position: 0px;
    margin: 0 auto;
    opacity: .5;
    cursor: pointer;
}

.ba-we-love-subscribers .ba-logo:hover {
    opacity: 1;
}

.logo-ani {
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
}

.ba-we-love-subscribers input {
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 15px;
    border: 0;
    outline: none;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
    /*Bootstrap Overide*/
    font-family: sans-serif;
    /*Bootstrap Overide*/
}

.ba-we-love-subscribers form {
    padding: 5px 30px 0;
    margin-bottom: 15px;
}

.ba-we-love-subscribers input[name="email"] {
    background-color: #eee;
}

.ba-we-love-subscribers input[name="submit"] {
    background-color: #00aeef;
    cursor: pointer;
    color: #fff;
}

.ba-we-love-subscribers input[name="submit"]:hover {
    background-color: #26baf1;
}

.ba-we-love-subscribers .img {
    background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
}

.ba-we-love-subscribers-fab {
    width: 180px;

    height: 40px;
    background-color: #00aeef;
    border-radius: 30px;
    float: right;
    box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
    z-index: 5;
    position: relative;
    text-align: center;
    padding: 10px;
    color: white;
}



.ba-we-love-subscribers-fab .close {
    background-position: -2px 1px;
    transform: rotate(-45deg);
    float: none;
    /*Bootstrap Overide*/
    opacity: 1;
    /*Bootstrap Overide*/
}

.ba-we-love-subscribers-wrap {
    position: fixed;
    right: 10px;
    bottom: 111px;
    z-index: 1000;
}

.ba-settings {
    position: absolute;
    top: -25px;
    right: 0px;
    padding: 10px 20px;
    background-color: #555;
    border-radius: 5px;
    color: #fff;
}
.c-box {
    color: #fff !important
}

.white1 {
    color: #fff !important
}

.close {
    font-size: 20px;
    background-color: #0d6efd !important;
    color: #fff
}

.modal-footer {
    justify-content: flex-start !important
}

.v-box111 {
    width: 450px !important
}

@media (max-width: 768px){ 
    .floatingButton { 
        display: none;



    } 
} 
@media only screen and (max-width:600px) {
    .modal-open .modal .modal-dialog {
        max-width: 300px !important;
        top: 2% !important
    }
}

@media (max-width:767px) {
    .modal-box1 {
        margin-top: -25px !important
    }
}

@media only screen and (max-width:600px) {
    .modal-title {
        font-size: 12px;
        color: #fff
    }
}

@media only screen and (max-width:600px) {
    .enquiry-box {
        display: none
    }
}