/* web popup  */
.phone-only {
    position: fixed;
    width: inherit;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    font-size: 1.2rem;
    color: #313541;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -20%);
    border-radius: 5px;
    min-width: 700px;
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.phone-only .phone-only-img {
    background: none;
    width: 90px;
    height: 65px;
    float: left;
    display: inherit;
    position: relative;
    top: -0.3rem;
}

.phone-only .phone-only-agent {
    width: 4.225rem;
    border-radius: 50%;
    margin: auto;
}

.phone-only b {
    font-size: 1rem !important;
}

.phone-only .phonelink {
    text-decoration: none;
}

.phone-only .phone-number {
    color: #b33200;
    font-weight: 700;
}

.phone-only .cross-icon {
    position: absolute;
    cursor: pointer;
    font-weight: 700;
    color: #73767f;
    right: -2px;
    top: -15px;
    font-size: .7rem;
}

/* mobile popup  */
.lastmin-banner.sticky-banner {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.lastmin-banner__link {
    display: flex;
    text-decoration: none;
    border-left: 4px solid #15203e;
    border-radius: 4px;
    background: #fff;
    margin: 10px;
    padding: 10px 10px 6px;
    position: relative;
}

.lastmin-banner img {
    position: relative;
    margin: 0 10px;
    padding: 0;
    display: inline-block;
    border: 2px solid #c7e1e9;
    border-radius: 50%;
}

.lastmin-banner figure:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #008a04;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 10px;
    top: 32px;
}

.lastmin-banner p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #313541;
    width: 100%;
}

.lastmin-banner p span {
    display: block;
    font-size: 11px;
    color: #73767f;
    line-height: 12px;
}

.lastmin-banner .icon {
    color: #fff;
    background: #006ee3;
    border-radius: 50%;
    padding: 4px 6px;
    position: relative;
    margin-right: 3px;
    height: 2rem;
    width: 2rem;
    margin-top: 8px;
}
.lastmin-banner figure:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #008a04;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 62px;
    top: 18px;
}
.svgphoneicon{
    position: relative;
    top: -3px;
}
/* floating button  */

#mobile-call-btn {
    bottom: 14px;
    position: fixed;
    right: 20px;
    z-index: 99;
    text-align: center;
}

#mobile-call-btn a {
    text-decoration: none;
}

#mobile-call-btn img {
    position: relative;
    /* background: #1560AA; */
    /* change background color of phone icon */
    max-width: 60px;
    border: solid 1px transparent;
    border-radius: 50%;
    z-index: 99 !important;
    width: 100%;
    animation: pulse 1s infinite;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); */
    /* border: solid 3px #1ae9b7; */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}


/*logout css */
 .name_div_dropdown {
    background-color: #ffff !important;
    max-width: 200px !important;
    width: 148px !important;
    right: -12px !important;
    top: 26px !important;
    position: absolute !important;
    z-index: 1000 !important;
    display: none;
}
.name_div_dropdown a {
    padding: 12px 12px 12px 19px !important;
    float: left;
    width: 100%;
    border-bottom: 1px solid #234;
    position: relative;
    color: #0d233e !important;
}
.dropbtn{
color:white;
}
/* floating end  */
@media only screen and (max-width: 800px) {
    .phone-only {
        display: none !important;
    }
    .mobilepadding{
        padding-top: 5px !important;
    }
    .newmobile{
        font-size: 16px !important;
    }
    .widthaccording{
        width: 12%;
    }
    .subtitle{
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) {
    .lastmin-banner {
        display: none !important
    }
    .widthaccording{
        width: 6%;
    }
}