/* ================== CSS for header ===================== */
header{
    background: #ed207b;
    padding: 5px 0;
    color: #fff;
}
nav{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ed207b;
}
nav ul{
    list-style: none;
    display: block;
    margin-bottom: 0;
    text-align: center;
}
nav li{
    display: inline-block;
}
nav a{
    color: #333333;
    padding: 20px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
nav a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #ed207b;
}
h1{
    font-size: 30px;
    text-align: center;
}
h2{
    font-size: 28px;
}
h1, h2, h3, h4, h5, h6{
    color: #ed207b;
}
/* ======================== CSS for footer ====================== */
footer{
    background-color: #ed207b;
    padding-top: 30px;
    color: #fff;
}
footer h2{
    color: #fff;
}
footer h5 {
    color: #fff;
}
.contact-now{
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #005fbf;
    color: #fff;
    margin-top: 30px;
}
.contact-now:hover{
    color: #fff;
}
.form-check-input{
    transform: scale(1.3);
}
.footer-bottom{
    background-color: #005fbf;
    color: #fff;
    margin-top: 1px;
}
.footer-bottom a{
    color: #fff;
    text-decoration: none;
}
.footer-bottom a:hover{
    color: #fff;
    text-decoration: none;
}
.row-1 img{
    width: 30%;
}
.row-1 a{
    color: #ed207b;
    font-size: 24px;
}
.line{
    width: 40%;
    display: block;
    margin: 0 auto;
    height: 1px;
    background-color: #ed207b;
}
.row-2 a{
    font-size: 18px;
}
.right-sidebar h4{
    display: block;
    background-color: #ed207b;
    color: #fff;
    padding: 5px;
}
.right-sidebar li{
    margin-top: 15px;
}
.footer-phone {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    z-index: 9999999999;
    left: 10px;
    bottom: 10px;
}
@-webkit-keyframes glowing {
    0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
    0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
    0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
    0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

.footer-phone {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.footer-phone:hover{
    color: #fff;
}

#mobile-menu{
    display: none;
}
@media (max-width: 991.98px) {
    header{
        display: none;
    }
    .header-logo{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    #mobile-menu{
        display: inline-block;
        color: #E5244A;
        font-size: 30px;
        margin-top: -10px;
    }
    #main-menu{
        padding-left: 0;
        background-color: #E5244A;
        display: none;
        overflow: hidden;

    }
    #main-menu li{
        display: block;
        width: 50%;
    }
    #main-menu a{
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
    }
    #main-menu.active-menu{
        display: block;
    }
    #sc-prev, #sc-next {
        width: 20px;
    }
}
