/* CLientLib Footer Common CSS Start */

.popup.becomeagent .popup-content .fieldBox .inputBox {
    padding: 5px 10px 5px 0;
    margin: 0 0 10px;
}

.popup.becomeagent .popup-content .fieldBox .inputBox .placeholder.active,
.popup.becomeagent .popup-content .fieldBox .selectBox.focused label {
    top: -15px;
}

.popup.becomeagent .popup-content .fieldBox .inputBox .placeholder {
    top: 6px;
}

.popup.becomeagent .popup-content .fieldBox .selectBox {
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
}

.popup.becomeagent .btn {
    margin-top: 15px;
}

.scroll-up-icon {
    background: url(../../../../../../content/dam/balic/homepage/svg/right-arrow-white.svg) no-repeat 0 0;
    width: 14px;
    height: 25px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    left: 2px;
    right: 0;
    margin: auto;
    top: -3px;
    bottom: 0;
}

.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f58220;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
}

.haveus_dec label {
    font-size: 10px;
}

.floating-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 97
}

.floating-icon a {
    width: 156px;
    height: 76px;
    display: block;
    background: url(../../../../../../content/dam/balic/index/sprite.png) no-repeat 0 0
}

.floating-icon .call-us,
.floating-icon .call-us-popup {
    background-position: 86px -223px
}

.floating-icon a.call-us-popup {
    background-position: 0 -223px;
    width: 76px
}

.floating-icon .live-chat {
    background-position: 2px -305px
}



/*custom checkbox*/


/* The container */

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: rgba(255, 255, 255, 0.5);
}

.container-checkbox:hover input~.checkmark-checkbox {
    background: rgba(255, 255, 255, 0.5);
}

.container-checkbox input:checked~.checkmark-checkbox {
    background-color: #2196f3;
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked~.checkmark-checkbox:after {
    display: block;
}

.container-checkbox .checkmark-checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.readmorecontent.checkboxWrap p {
    overflow: auto;
    height: 40px;
    padding: 5px 0px;
    border: none;
}

.content-expand {
    margin: 10px 0 0 0;
    display: none;
    height: 50px;
    line-height: 12px;
    overflow: auto;
}

#havUsCallAll .btn,
#havUsCallYouAll .btn {
    margin: 10px auto 0;
}

.readmorecontent.checkboxWrap p::-webkit-scrollbar,
.content-expand::-webkit-scrollbar {
    width: 3px !important;
    display: block !important;
}

.readmorecontent.checkboxWrap p::-webkit-scrollbar-thumb,
.content-expand::-webkit-scrollbar-thumb {
    background: #333;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #333;
}

.readmorecontent.checkboxWrap p::-webkit-scrollbar-track,
.content-expand::-webkit-scrollbar-track {
    background: #aaa;
    border: 1px solid #aaa;
}

.live-chat {
    position: fixed;
    right: -2px;
    top: 75%;
    cursor: pointer;
    width: 156px;
    height: 76px;
    display: block;
    background: url("../../../../../../content/dam/balic/homepage/sprite.png") no-repeat 0 0;
    background-position: 2px -305px;
}

.floating-label {
    position: relative;
}

.floating-label .inputBox {
    float: none;
    margin-bottom: 20px;
}


/*for nri popup start*/
.popup.nri-service {
    max-width: 650px;
    width: 96%;
    position: fixed;
    top: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    height: 90vh;
    overflow: auto;
}

.popup.nri-service .popup-content table td,
.popup .popup-content table th {
    border: 1px solid #ddd;
    border-right-color: #0071bb;
    border-left-color: #0071bb;
    font-weight: 400;
    padding: 10px;
}

.popup.nri-service .popup-content {
    width: 100%;
    float: left;
    padding: 2px 0;
}

.popup.nriservice {
    max-width: 650px;
    width: 96%;
    position: fixed;
    top: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    height: 90vh;
    overflow: auto;
}

.popup.nriservice .modal-content p:first-child {
    font-size: 3rem;
    color: #2ac9ff;
}

.popup.nriservice .table-responsive table,
.popup.smsservice .table-responsive table {
    width: 100% !important;
}
.closebtn svg {
    width: 20px;
    height: 20px;
}
.closebtn img {
    width: 15px;
}
/*.popup.nriservice p strong, .popup.nriservice p span {
    font-size: 16px;
    line-height: 25px;
}*/
/*for nri popup end*/

@media screen and (max-width: 1460px) {
    footer .top-section .footer-link li {
        padding: 0 10px;
    }
}

@media screen and (max-width:1366px) {
    .floating-icon {
        right: 0;
        bottom: -3px
    }
}

@media screen and (min-width:768px) and (max-width:1240px) {
    .floating-icon {
        right: 20px;
        bottom: 70px !important
    }
}

@media screen and (max-width:1240px) {
    .floating-icon {
        display: block
    }
}

@media (max-width:992px) {
    .panel-static .ribbon {
        width: 330px;
    }

    .panel-static {
        z-index: 9;
    }
}

@media screen and (max-width:767px) {
    .floating-icon {
        right: 10px;
        bottom: 90px
    }

    .floating-icon a {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        background-size: 300px
    }

    .floating-icon a.live-chat {
        background-position: -5px -290px;
        display: none
    }

    .floating-icon {
        display: block
    }

    .panel-static {
        right: 0;
        top: 12%;
    }

    .social-contacts {
        display: flex;
    }
.IRDAI_spurious {
        padding: 15px 20px 95px !important;
    }
}

@media (max-width: 640px) {
    .popup~.scrollToTop {
        bottom: 60px;
        right: 2px;
    }
}

@media screen and (max-width: 480px) {
    .panel-static {
        margin: 0px 10px;
        max-width: 300px;
    }

    .panel-static h3 {
        font-size: 26px;
    }

    .panel-static .ribbon {
        width: 260px;
        font-size: 10px;
        height: 25px;
    }
}
.video-iframe .close-icon {
    position: absolute;
    right: -20px;
    top: -25px;
    font-size: 2rem;
    color: #fff;
}

.IRDAI_spurious{
	border:1px solid #ccc;
    padding: 15px 20px 60px;
    border-radius: 8px;
}

/* CLientLib Footer Common CSS End */
