﻿.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #0b6f99 !important;
    color: white !important;
}
.fl-fl {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 2px;
    width: 210px;
    position: fixed;
    background-color: #d3d0d0;
    border: 1px solid #bbb5b5;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 35px;
    right: -160px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.float-sm .fa {
    font-size: 30px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 11px;
}
.ftspace {
    margin-top: 5px;
}
.navbar-right-side {
    color: black;
}
.fl-fl:hover {
    right: 0;
}
.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 50px !important;
    vertical-align: top !important;
    font-size: 12px !important;
}
.float-rs {
    position: fixed;
    bottom: 21%;
    z-index: 1000;
    background: #0056c8 !important;
}
.float-wa {
    position: fixed;
    bottom: 11%;
    z-index: 1000;
    background: #47b352 !important;
}
.float-ig {
    position: fixed;
    bottom: 1%;
    z-index: 1000;
    background: #00377f !important;
}
@media screen and (max-width: 560px) {
    .form-sec {
        margin-top: 20px !important;
    }
}
@media screen and (min-width: 576px) {
    .side-pop-up-form {
        margin-top: 40px;
    }
}
@media screen and (min-width: 769px) {
    .m-b-s {
        padding-inline: 20px;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
        color: darkorange;
    }
    50% {
        opacity: 0;
        color: white;
    }
    100% {
        opacity: 1;
        color: yellow;
    }
}
.blinking-link {
    text-decoration: none;
    animation: blink 1s infinite;
}
.navbar-left-side {
    transform: skew(-25deg);
    display: inline-block;
}
.navbar-left-side p {
    transform: skew(25deg);
    font-style: normal;
}
.navbar-right-side i {
    color: white;
    font-size: 18px;
    margin-right: 8px;
}
@media screen and (max-width: 575px) {
    .side-pop-up .col-sm-6 {
        display: flex;
    }
    .side-pop-up .form-label.fw {
        margin-right: 30px;
    }
    .width-0f-side-pop-up {
        width: auto !important;
    }
    .desktop-floating-btns {
        display: none !important;
    }
    .phone-floating-btns {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .upper-head {
        background: linear-gradient(180deg, #b5bec1 30%,#0b6f99 70%) !important;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .width-0f-side-pop-up {
        width: 90% !important;
    }
}
@media screen and (max-width: 458px) {
    .navbar-left-side p {
        font-size: 12px !important;
        font-weight: 500;
        margin-bottom: 0px;
    }
    .navbar-right-side i {
        font-size: 15px;
    }
    .navbar-right-side span {
        font-size: 12px;
    }
    .notifi-bttn a {
        font-size: 12px;
    }
}
a {
    font-family: normal !important;
}
.side-pop-up label {
    color: white;
}
.form-check-input[type=radio] {
    border: 1px solid white;
}
.phone-floating-btns {
    padding: 5px;
    padding-left: 8px;
    padding-top: 7px;
    position: fixed;
    right: 0;
    z-index: 1000;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.phone-floating-btns i {
    color: white;
    font-size: 20px;
}
.float-call {
    position: fixed;
    bottom: 16%;
    z-index: 1000;
    background: #0056c8;
}
.float-whatsapp {
    position: fixed;
    bottom: 9%;
    z-index: 1000;
    background: #47b352;
}
.float-enquiry {
    position: fixed;
    bottom: 2%;
    z-index: 1000;
    background: #00377f;
}
.top-thre-footer i {
    border: 1px solid black;
    background-color: white;
    border-radius: 50px;
    padding: 10px;
    font-size: 24px;
    background-color: white;
    color: #0b4d69;
}
.top-thre-footer .mb-3 {
    display: flex;
}
.top-thre-footer i {
    margin-right: 10px;
}
.main-footer a {
    font-weight: 600;
}
.edit-col-4 {
    width: 32.9% !important;
}
.main-footer a:hover {
    color: #0b4d69;
    transition: all linear 0.3s;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .partner-footer-space {
        margin-left: 12px;
    }
}
@media screen and (min-width: 992px) {
    .f-a-l {
        margin-left: 30px;
    }
    .f-a-l i {
        color: #044f6f;
    }
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}
body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}