/*Header*/

.logo {
    width: 230px;
    height: 81px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fixed-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 100000 !important;
}

.fixed-phone{
    position: fixed !important;
    top: 100px !important;
    right: 25px !important;
    z-index: 100000000 !important;
}
@media(max-width:991px) {
    .logo {
        width: 160px;
        height: 40px;
    }

    .navbar-toggler img {
        width: 30px;
        height: 30px;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .container {
        max-width: 95% !important;
    }
}

* {
    font-family: "Inter", sans-serif;
}

.navbar .nav-item:not(:last-child) {
    border-right: 1px solid #F1592B;
}

.navbar-toggler {
    border: none !important;
    background: transparent !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}

.navbar .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.quote-btn {
    width: 177px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbb216;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    border: none;
    outline: none;
}

@media(min-width:1200px) {
    .container-fluid {
        width: 96% !important;
    }

    .container {
        max-width: 90% !important;
    }
}


.phone-show {
    /* position: absolute;
    top: -25px;
    right: 25px;
    background: #1075BD;
    border-radius: 15px;
    color: #fff;
    width: 630px;
    height: 108px; */
    /* background: #1075BD;
    border-radius: 5px;
    padding:  10px;
    color: #fff; */
    display: flex;
    align-items: center;
    /* padding-left: 24px; */
    gap: 10px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
}
.phone-show a{
    display: none;
}
@media(min-width:1280px){
    .phone-show a{
        display: inline-block;
    }
}
@media(max-width:575px) {
    /* .phone-show {
        top: -10px;
        width: 92%;
        height: 60px;
        font-size: 18px;

        right: 5px;
    } */
    .fixed-phone{
        top: 90px !important;
        right: 5px !important;
    }
        .quote-example {
            left: 10px;
            position: static;
            height: 100px;
            margin: 10px auto;
        }
}

@media(min-width:576px)and (max-width:991px) {
    /* .phone-show {
        top: -30px;
        width: 72%;
        height: 80px;
        font-size: 18px;

        right: 5px;
    } */
    .fixed-phone{
        top: 90px !important;
        right: 5px !important;
    }
   
    
    /* .phone-show a,
    .phone-show i {
        font-size: 40px;
    } */
}

.phone-show a {
    color: #000;
    text-decoration: none;
    font-weight: 600;

}

.phone-show i {
    font-size: 25px;
}

.main-header-icon {
    display: none;
    width: 130px;
    height: 128px;
    margin-top: 20%;
}

@media(max-width:575px) {
    .main-header-icon {
        width: 80px;
        height: 78px;
        margin-top: 15%;
        position: absolute;
        right: 10px;
    }
}

@media(min-width:576px)and (max-width:991px) {
    .main-header-icon {
        width: 100px;
        height: 98px;
        margin-top: 15%;
        position: absolute;
        right: 10px;
    }
}

.offcanvas-body .nav-link{
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    color: #00041B;
}
.offcanvas i{
    font-size: 30px;
    color: #fff;
}
.offcanvas{
    background-color: #fff;
    z-index: 1000000;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.offcanvas .btn-close{
    /* filter: brightness(0) invert(1); */
    margin-right: 10px;
    opacity: 1 !important;
}
.offcanvas .btn-close:focus{
    box-shadow: none !important;
}
.offcanvas-body .nav-link:hover{
    color: #ff5316;
    transition: all .4s ease-in-out;
}
.offcanvas-body .nav-link:hover + .offcanvas i{
    color: #ff5316;
    transition: all .4s ease-in-out;
}
.quote-modal h1{
    font-size: 32px;
    font-weight: 700;
    color: #000B41;
}
.quote-modal input,
.quote-modal textarea {
    height: 46px;
    color: #ADAFAE !important;
    padding-left: 20px;
    background: #E6F3FC;
    border: none !important;
    border-radius: 4px !important;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400 !important;
}

.quote-modal input:focus {
    box-shadow: none !important;
    background: #E6F3FC !important;
    border: none !important;
}

.quote-form-btn {
    margin-top: 15px;
    text-transform: capitalize;
    color: #fff;
    background: #072a70;
    border-radius: 8px;
    width: 100%;
    height: 66px;
    font-size: 16px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-show i{
    box-shadow: 0 0 0 0 rgba(241, 89, 43, 0.4);
-moz-animation: pulse 2s infinite;
-webkit-animation: pulse 2s infinite;
border-radius: 50%;
background-color: #fbb216;
width: 40px;
height: 40px;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
animation: pulse 2s infinite;
padding: 8px;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 89, 43, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(241, 89, 43, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(241, 89, 43, 0);
    }
}