Commit a900902b by Satyendra Singh

kyc uploads html

parents
.main_uploads_container {
border: solid 1px #dfdfdf;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-bottom: 20px;
}
.main_uploads_container .title {
font-size: 22px;
text-align: center;
background-color: #0063aa;
color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 16px;
}
.main_uploads_container .main_content {
border: solid 2px #dfdfdf;
margin: 20px;
padding: 15px;
}
.main_uploads_container .main_content h2 {
font-size: 20px;
}
.main_uploads_container .main_content p {
font-size: 12px;
font-style: italic;
}
.main_uploads_container .main_content .uplaod_strip {
background-color: #d2e9fb;
padding: 10px;
border-radius: 5px;
}
.main_uploads_container .main_content .uplaod_strip :nth-child(1) {
color: #5679de;
}
.main_uploads_container .main_content .uplaod_strip :nth-child(2) {
color: #5da5dc;
}
.main_uploads_container .f_c {
margin-top: 20px;
}
.main_uploads_container .f_c p {
font-style: normal;
}
.main_uploads_container .f_c .file-upload {
display: block;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}
.main_uploads_container .f_c .file-upload .file-select {
display: block;
color: #34495e;
cursor: pointer;
height: 40px;
line-height: 40px;
text-align: left;
overflow: hidden;
position: relative;
-webkit-box-shadow: inset 0 0 2px #ccc;
box-shadow: inset 0 0 2px #ccc;
}
.main_uploads_container .f_c .file-upload .file-select .file-select-button {
background: #dce4ec;
padding: 0 10px;
display: inline-block;
height: 40px;
line-height: 40px;
}
.main_uploads_container .f_c .file-upload .file-select .file-select-name {
line-height: 40px;
display: inline-block;
padding: 0 10px;
}
.main_uploads_container .f_c .file-upload .file-select:hover {
border-color: #34495e;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.main_uploads_container .f_c .file-upload .file-select:hover .file-select-button {
background: #34495e;
color: #FFFFFF;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.main_uploads_container .f_c .file-upload.active .file-select {
border-color: #3fa46a;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.main_uploads_container .f_c .file-upload.active .file-select .file-select-button {
background: #3fa46a;
color: #FFFFFF;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.main_uploads_container .f_c .file-upload .file-select input[type=file] {
cursor: pointer;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
}
.main_uploads_container .f_c .file-upload .file-select.file-select-disabled {
opacity: 0.65;
}
.main_uploads_container .f_c .file-upload .file-select.file-select-disabled:hover {
cursor: default;
display: block;
border: 2px solid #dce4ec;
color: #34495e;
cursor: pointer;
height: 40px;
line-height: 40px;
margin-top: 5px;
text-align: left;
background: #FFFFFF;
overflow: hidden;
position: relative;
}
.main_uploads_container .f_c .file-upload .file-select.file-select-disabled:hover .file-select-button {
background: #dce4ec;
color: #666666;
padding: 0 10px;
display: inline-block;
height: 40px;
line-height: 40px;
}
.main_uploads_container .f_c .file-upload .file-select.file-select-disabled:hover .file-select-name {
line-height: 40px;
display: inline-block;
padding: 0 10px;
}
.main_uploads_container .f_c .dropdown {
width: 100%;
-webkit-box-shadow: inset 0 0 2px #ccc;
box-shadow: inset 0 0 2px #ccc;
height: 44px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
.main_uploads_container .m-b {
margin-bottom: 15px;
}
.main_uploads_container .btn-primary {
background-color: #04c55b;
color: #fff;
border: solid 1px #999797;
outline: none;
}
.main_uploads_container .upload-card {
margin: 0 auto;
}
.main_uploads_container .imagePreview {
width: 38px;
height: 38px;
border-radius: 4px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-right: 15px;
}
.main_uploads_container .file-upload {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
position: relative;
border-radius: 4px;
background-color: #fff;
border: 1px solid #ccc;
}
.main_uploads_container .file-select {
position: relative;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main_uploads_container .file-select-name {
margin-left: 15px;
}
.main_uploads_container .file-select input[type=file] {
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
}
.main_uploads_container .file-remove {
margin-left: 15px;
position: absolute;
right: 6px;
top: 3px;
}
.main_uploads_container .c_text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
margin-top: 25px;
}
.main_uploads_container .c_text p {
font-size: 12px;
font-style: normal;
margin-left: 5px;
}
.main_uploads_container .c_text input[type=checkbox] {
margin: 0px;
}
.main_uploads_container .btn_strip {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main_uploads_container .u_l_b {
font-size: 20px;
text-align: center;
background-color: #6BC660;
color: #fff;
border-radius: 17px;
max-width: 250px;
width: 100%;
height: 50px;
margin-top: 50px;
margin-bottom: 30px;
border: none;
}
/*# sourceMappingURL=kyc-uploads.css.map */
\ No newline at end of file
{
"version": 3,
"mappings": "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",
"sources": [
"../scss/kyc-uploads.scss"
],
"names": [],
"file": "kyc-uploads.css"
}
\ No newline at end of file
.digi_prob_outer {
margin-bottom: 20px;
}
.digi_portability {
margin-bottom: 20px;
border-radius: 4px;
overflow: hidden;
}
.digi_portability label.error {
border: 0;
color: red;
margin-left: 5px;
bottom: 0px;
font-size: 12px;
margin-bottom: 0;
position: relative;
left: -5px;
}
.digi_portability .form-control-outr {
padding-top: 0;
}
.digi_portability .otherAddWrap {
padding: 20px 0 0;
}
.digi_portability .card-header {
background: #f5841f;
padding: 15px;
color: #fff;
text-align: center;
}
.digi_portability .card-header .title {
font-size: 22px;
}
.digi_portability .card-body {
padding: 25px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.digi_portability .card-body .heading {
font-size: 18px;
color: #f5841f;
margin-bottom: 20px;
}
.digi_portability .form-control-outr {
border-bottom: 0;
}
.digi_portability .btn-wrapper {
text-align: center;
}
.digi_portability .btn-wrapper .btn {
width: 100px;
margin-right: 15px;
}
.digi_portability .btn-wrapper .btn:last-child {
margin-right: 0;
}
.digi_portability .input-file-outer {
position: relative;
}
.digi_portability .input-file-outer .uploadIcon {
position: absolute;
height: 100%;
width: 50px;
background: url(../images/upload-icon.svg) no-repeat center center;
top: 0;
bottom: 0;
margin: auto;
right: 0;
}
.digi_portability .input-file-outer label {
position: absolute;
top: 50%;
}
.onb_success-msg {
text-align: center;
padding: 100px 15px;
}
.onb_success-msg .icon {
height: 100px;
width: 100px;
background: url(../images/tick.svg) center center no-repeat;
display: block;
margin: 0 auto 30px;
}
.onb_success-msg .bold {
color: #5FB760;
font-weight: 700;
margin-bottom: 10px;
}
.onb_success-msg .muted {
color: #000;
opacity: .4;
font-size: 18px;
margin-bottom: 70px;
}
.onb_success-msg .btn {
width: 100px;
}
.screen-one .card-body {
padding: 0;
}
.screen-one .list li {
padding: 15px 50px 15px 25px;
font-size: 16px;
color: #000;
position: relative;
list-style: none;
}
.screen-one .list li:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.screen-one .list li::after {
content: "";
height: 8px;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
width: 12px;
position: absolute;
right: 30px;
top: 0;
bottom: 0;
margin: auto;
background: url(../images/arrow.svg) no-repeat center center;
background-size: 100%;
}
.screen-one-btn {
text-align: center;
}
.screen-one-btn .btn {
width: 100px;
}
.success-msg {
text-align: center;
width: 100%;
padding: 30px;
}
.ci-file-input {
display: inline-block;
text-align: left;
background: url(../images/upload-icon.svg) no-repeat center right 15px;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
position: relative;
border-radius: 3px;
margin-bottom: 25px;
width: 100%;
max-width: 500px;
white-space: nowrap;
text-overflow: ellipsis "...";
overflow: hidden;
text-overflow: ellipsis;
padding-right: 15px;
}
.ci-file-input > [type="file"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 10;
cursor: pointer;
}
.ci-file-input > .button {
display: inline-block;
cursor: pointer;
color: var(--white);
border-radius: 0 !important;
height: 40px !important;
padding: 10px 15px !important;
font-weight: 400;
margin-right: 15px;
}
.ci-file-input > .label {
color: var(--dark-gray-color);
font-weight: 400;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis "...";
text-overflow: ellipsis;
font-size: 1.4rem;
padding: 0;
}
.ci-file-input.file-input-chosen > .label {
opacity: 1;
}
@media screen and (max-width: 767px) {
.digi_portability {
padding: 0 15px;
}
.digi_portability .padt15-mob {
padding-top: 0px;
}
.card-body {
padding: 15px !important;
}
.form-control-outr {
padding-left: 0;
padding-right: 0;
}
.screen-one .list li {
padding: 15px 30px 15px 15px;
}
.screen-one .list li::after {
right: 20px;
}
}
.hideData {
display: none;
}
/*# sourceMappingURL=main.css.map */
\ No newline at end of file
{
"version": 3,
"mappings": "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",
"sources": [
"../scss/main.scss"
],
"names": [],
"file": "main.css"
}
\ No newline at end of file
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="284.929px" height="284.929px" viewBox="0 0 284.929 284.929" style="enable-background:new 0 0 284.929 284.929;"
xml:space="preserve">
<g>
<path d="M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441
L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082
c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647
c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50 0C22.3849 0 0 22.3849 0 50C0 77.6151 22.3849 100 50 100C77.6151 100 100 77.6151 100 50C100 22.3849 77.6151 0 50 0ZM50 96.1111C24.5337 96.1111 3.88889 75.4663 3.88889 50C3.88889 24.5337 24.5337 3.88889 50 3.88889C75.4663 3.88889 96.1111 24.5337 96.1111 50C96.1111 75.4663 75.4663 96.1111 50 96.1111Z" fill="#5FB760"/>
<path d="M40.4366 65.7539L28.0566 53.374L30.8064 50.6242L43.1864 63.0041L40.4366 65.7539Z" fill="#5FB760"/>
<path d="M31.3787 51.998C31.3787 53.0715 30.5083 53.9419 29.4348 53.9419C28.3606 53.9419 27.4902 53.0715 27.4902 51.998C27.4902 50.9238 28.3606 50.0534 29.4348 50.0534C30.5083 50.0534 31.3787 50.9238 31.3787 51.998Z" fill="#5FB760"/>
<path d="M43.7623 64.377C43.7623 65.4505 42.8911 66.3216 41.8177 66.3216C40.7434 66.3216 39.873 65.4505 39.873 64.377C39.873 63.3028 40.7434 62.4324 41.8177 62.4324C42.8911 62.4324 43.7623 63.3028 43.7623 64.377Z" fill="#5FB760"/>
<path d="M71.9452 36.9961C70.406 38.5353 43.1893 65.7521 43.1893 65.7521L40.4395 63.0022L69.1954 34.2463L71.9452 36.9961Z" fill="#5FB760"/>
<path d="M72.5115 35.623C72.5115 36.6972 71.6411 37.5676 70.5669 37.5676C69.4934 37.5676 68.623 36.6972 68.623 35.623C68.623 34.5495 69.4934 33.6784 70.5669 33.6784C71.6411 33.6784 72.5115 34.5495 72.5115 35.623Z" fill="#5FB760"/>
<path d="M43.7623 64.377C43.7623 65.4505 42.8911 66.3216 41.8177 66.3216C40.7434 66.3216 39.873 65.4505 39.873 64.377C39.873 63.3028 40.7434 62.4324 41.8177 62.4324C42.8911 62.4324 43.7623 63.3028 43.7623 64.377Z" fill="#5FB760"/>
</svg>
<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.4" d="M14.9871 10.547C14.9953 11.151 14.8696 11.7032 14.5361 12.2034C13.9949 12.8867 13.2979 13.1764 12.4397 13.171C9.50956 13.1573 6.57946 13.1546 3.64936 13.171C2.94416 13.1737 2.3155 13.0206 1.76612 12.5642C1.65952 12.463 1.55565 12.3619 1.44904 12.258C1.38344 12.135 1.32058 12.0093 1.25498 11.8863C1.20305 11.7551 1.15111 11.6239 1.09918 11.4927C1.06911 11.1456 1.02265 10.7957 1.01171 10.4486C0.995314 9.97573 1.00078 9.49742 0.998047 9.01908V7.99683C1.00078 7.6989 1.00078 7.40371 1.00898 7.10578C1.01991 6.6794 1.29052 6.38419 1.67592 6.37599C2.06951 6.36779 2.36198 6.66573 2.37565 7.10578C2.38658 7.40371 2.38384 7.6989 2.38931 7.99683V8.38223C2.38931 8.95623 2.38931 9.53023 2.39205 10.1042V10.6153C2.35378 11.3588 2.72551 11.7661 3.45258 11.7688C3.92817 11.7688 4.40376 11.7633 4.87662 11.7578C5.04335 11.7578 5.21009 11.7551 5.37683 11.7551C5.50256 11.7551 5.62556 11.7551 5.75128 11.7578H6.12573H9.93049H10.8052C11.3545 11.7633 11.9067 11.7442 12.4561 11.777C13.0574 11.8152 13.5794 11.4408 13.6041 10.6782V9.40173C13.6068 8.66922 13.6123 7.93668 13.6177 7.20414C13.6205 6.68754 13.8911 6.36775 14.3175 6.37594C14.7302 6.38414 14.9816 6.69302 14.9871 7.20139C14.9871 7.33806 14.9953 7.47746 14.998 7.61413C14.9898 8.58993 14.9707 9.56844 14.9871 10.547L14.9871 10.547ZM5.47534 3.74114C5.75961 3.82041 5.98099 3.70288 6.17507 3.50335C6.52221 3.14801 6.86932 2.79542 7.26292 2.39363V7.73454V10.0961C7.26292 10.4323 7.37225 10.7057 7.68658 10.8478C8.16216 11.0637 8.62683 10.7002 8.62683 10.1125C8.62957 7.66619 8.62683 5.22267 8.62683 2.77638V2.46753C8.65143 2.45659 8.67603 2.44566 8.70063 2.43199C9.06417 2.81192 9.41675 3.20279 9.79395 3.56632C10.0864 3.85059 10.4773 3.82872 10.7451 3.55266C11.0048 3.28206 11.0185 2.86932 10.7397 2.57959C9.97706 1.78145 9.20629 0.991534 8.4273 0.212538C8.13211 -0.0771987 7.77678 -0.0635291 7.47064 0.209805C7.36951 0.300004 7.27658 0.403869 7.18091 0.499541C6.51944 1.1774 5.85253 1.84706 5.19926 2.53312C4.78652 2.96498 4.93686 3.59091 5.47533 3.74125L5.47534 3.74114Z" fill="black"/>
</svg>
This diff is collapsed. Click to expand it.
$(document).ready(function () {
function getOffsetdata() {
var getOffset = $('#agency_form').offset().top;
var body = $("html, body");
body.stop().animate({ scrollTop: getOffset - 20 }, 500, 'swing', function () {
console.log("Finished animating");
});
}
if ($("#agency_form").length) {
$("#agency_form").validate({
onkeyup: true,
onblur: true,
submitHandler: function (form) {
console.log("Submitted!", form);
form.submit();
}
});
}
$("#onBoardingbtn, #form1Btn, #form2Btn, #form3Btn, #form4Btn, #form5Btn, #form6Btn, #form7Btn").click(function (e) {
e.preventDefault();
if ($("#agency_form").valid()) {
$(this).parents('.step_c').hide().next('.step_c').show();
getOffsetdata()
}
})
$("#form1Back, #form2Back, #form3Back, #form4Back, #form5Back, #form6Back, #form7Back, #form8Back").click(function () {
$(this).parents('.step_c').hide().prev('.step_c').show();
getOffsetdata();
})
$("#otherAddress").change(function () {
if ($(this).val() === "No") {
$(".otherAddWrap").removeClass('hideData');
} else {
$(".otherAddWrap").addClass('hideData');
}
});
// Custom Input
var inputs = document.querySelectorAll('.ci-file-input')
for (var i = 0, len = inputs.length; i < len; i++) {
customInput(inputs[i])
}
function customInput(el) {
const fileInput = el.querySelector('[type="file"]')
const label = el.querySelector('[data-js-label]')
fileInput.onchange =
fileInput.onmouseout = function () {
if (!fileInput.value) return
var value = fileInput.value.replace(/^.*[\\\/]/, '')
// el.className += ' -chosen'
label.innerText = value
}
}
})
// choose file
// $('#chooseFile').bind('change', function () {
// var filename = $("#chooseFile").val();
// if (/^\s*$/.test(filename)) {
// $(".file-upload").removeClass('active');
// $("#noFile").text("No file chosen...");
// }
// else {
// $(".file-upload").addClass('active');
// $("#noFile").text(filename.replace("C:\\fakepath\\", ""));
// }
// });
$(document).ready(function() {
$(document).on('change', '.file-upload input[type="file"]', function() {
var filename = $(this).val();
if (/^\s*$/.test(filename)) {
$(this).parents(".file-upload").find(".file-select-name").text("No file chosen...");
} else {
$(this).parents(".file-upload").find(".file-select-name").text(filename.substring(filename.lastIndexOf("\\") + 1, filename.length));
}
var uploadFile = $(this);
var files = !!this.files ? this.files : [];
if (!files.length || !window.FileReader) return; // no file selected, or no FileReader support
if (/^image/.test(files[0].type)) { // only image file
var reader = new FileReader(); // instance of the FileReader
reader.readAsDataURL(files[0]); // read the local file
reader.onloadend = function() { // set image data as background of div
// alert(uploadFile.closest(".file-upload").find('.imagePreview').length);
uploadFile.closest(".file-upload").find('.imagePreview').css("background-image", "url(" + this.result + ")");
}
}
});
$(document).on('click', '.file-remove', function(e) {
e.preventDefault();
$(this).closest('.file-upload').remove();
return false;
});
$(document).on('click', '#add1', function(e) {
e.preventDefault();
$("#upload-card1").append('<div class="file-upload">' +
'<div class="file-select">' +
'<div class="imagePreview"></div>' +
'<button class="btn btn-secondary">Choose File</button>' +
'<div class="file-select-name">No File Chosen</div>' +
'<input type="file" name="files[]" class="profileimg">' +
'</div>' +
'<button class="btn btn-danger file-remove">Remove</button>' +
'</div>');
return false;
});
});
$(document).on('click', '.file-remove', function(e) {
e.preventDefault();
$(this).closest('.file-upload').remove();
return false;
});
$(document).on('click', '#add2', function(e) {
e.preventDefault();
$("#upload-card2").append('<div class="file-upload">' +
'<div class="file-select">' +
'<div class="imagePreview"></div>' +
'<button class="btn btn-secondary">Choose File</button>' +
'<div class="file-select-name">No File Chosen</div>' +
'<input type="file" name="files[]" class="profileimg">' +
'</div>' +
'<button class="btn btn-danger file-remove">Remove</button>' +
'</div>');
return false;
});
.main_uploads_container{border: solid 1px #dfdfdf;border-top-left-radius: 5px; border-top-right-radius: 5px; margin-bottom: 20px;
.title{font-size: 22px; text-align: center; background-color:#0063aa; color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 16px;}
.main_content{border: solid 2px #dfdfdf; margin:20px; padding: 15px; h2{font-size: 20px;}
p{font-size: 12px; font-style: italic;}
.uplaod_strip{background-color: #d2e9fb; padding: 10px; border-radius: 5px; :nth-child(1) {color: #5679de;}
:nth-child(2) {color: #5da5dc;}
}
}
.f_c{margin-top: 20px;
p{font-style: normal;}
.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;overflow:hidden;position:relative;box-shadow: inset 0 0 2px #ccc;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.dropdown{width: 100%;box-shadow: inset 0 0 2px #ccc;
height: 44px;padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;}
}
.m-b{margin-bottom: 15px;}
.btn-primary{background-color: rgb(4, 197, 91); color: #fff; border: solid 1px rgb(153, 151, 151); outline: none;}
.upload-card{
margin: 0 auto;
}
.imagePreview{
width: 38px;
height: 38px;
border-radius: 4px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-right: 15px;
}
.file-upload{
display: flex;
align-items: center;
margin-bottom: 15px;
position: relative;
border-radius: 4px;
background-color: #fff;
border: 1px solid #ccc;
}
.file-select {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
}
.file-select-name{
margin-left: 15px;
}
.file-select input[type=file] {
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
}
.file-remove{
margin-left: 15px;
position: absolute;
right: 6px;
top: 3px;
}
.c_text{ display: flex; align-items: center;margin-bottom: 30px;margin-top:25px; p{font-size: 12px; font-style: normal; margin-left: 5px;}
input[type=checkbox]{margin: 0px;}
}
.btn_strip{text-align: center; display: flex; justify-content: center;}
.u_l_b{font-size: 20px; text-align: center; background-color: #6BC660; color: #fff; border-radius: 17px;
max-width: 250px; width: 100%; height: 50px; margin-top: 50px; margin-bottom: 30px; border: none;}
}
$primary: #f5841f;
.digi_prob_outer {
margin-bottom: 20px;
}
.digi_portability {
margin-bottom: 20px;
border-radius: 4px;
overflow: hidden;
label.error{
border: 0;
color: red;
margin-left: 5px;
bottom: 0px;
font-size: 12px;
margin-bottom: 0;
position: relative;
left: -5px;
}
.form-control-outr {
padding-top: 0;
}
.otherAddWrap{
padding: 20px 0 0;
}
// display: block !important;
.card-header {
background: $primary;
padding: 15px;
color: #fff;
text-align: center;
.title {
font-size: 22px;
}
}
.card-body {
padding: 25px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
border-top-left-radius: 0;
border-top-right-radius: 0;
.heading {
font-size: 18px;
color: $primary;
margin-bottom: 20px;
}
}
.form-control-outr {
border-bottom: 0;
}
.btn-wrapper {
text-align: center;
.btn {
width: 100px;
margin-right: 15px;
&:last-child {
margin-right: 0;
}
}
}
.input-file-outer {
position: relative;
.uploadIcon {
position: absolute;
height: 100%;
width: 50px;
background: url(../images/upload-icon.svg) no-repeat center center;
top: 0;
bottom: 0;
margin: auto;
right: 0;
}
label {
position: absolute;
top: 50%;
}
}
}
.onb_success-msg {
text-align: center;
padding: 100px 15px;
.icon {
height: 100px;
width: 100px;
background: url(../images/tick.svg) center center no-repeat;
display: block;
margin: 0 auto 30px;
}
.bold {
color: #5FB760;
font-weight: 700;
margin-bottom: 10px;
}
.muted {
color: #000;
opacity: .4;
font-size: 18px;
margin-bottom: 70px;
}
.btn {
width: 100px;
}
}
.screen-one {
.card-body {
padding: 0;
}
.list {
li {
padding: 15px 50px 15px 25px;
// cursor: pointer;
font-size: 16px;
color: #000;
position: relative;
list-style: none;
&:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
&::after {
content: "";
height: 8px;
transform: rotate(-90deg);
width: 12px;
position: absolute;
right: 30px;
top: 0;
bottom: 0;
margin: auto;
background: url(../images/arrow.svg) no-repeat center center;
background-size: 100%;
}
// &:hover {
// box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
// }
}
}
}
.screen-one-btn {
text-align: center;
.btn {
width: 100px;
}
}
.screen-two {}
.success-msg {
text-align: center;
width: 100%;
padding: 30px;
}
.ci-file-input {
display: inline-block;
text-align: left;
background: url(../images/upload-icon.svg) no-repeat center right 15px;
transition: all ease 0.3s;
position: relative;
border-radius: 3px;
margin-bottom: 25px;
width: 100%;
max-width: 500px;
white-space: nowrap;
text-overflow: ellipsis"...";
overflow: hidden;
text-overflow: ellipsis;
padding-right: 15px;
>[type="file"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 10;
cursor: pointer;
}
>.button {
display: inline-block;
cursor: pointer;
color: var(--white);
border-radius: 0 !important;
height: 40px !important;
padding: 10px 15px !important;
font-weight: 400;
margin-right: 15px;
}
>.label {
color: var(--dark-gray-color);
font-weight: 400;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis"...";
text-overflow: ellipsis;
font-size: 1.4rem;
padding: 0;
}
&.file-input-chosen>.label {
opacity: 1;
}
}
@media screen and (max-width:767px) {
.digi_portability {
padding: 0 15px;
.padt15-mob {
padding-top: 0px;
}
}
.card-body {
padding: 15px !important;
}
.form-control-outr {
padding-left: 0;
padding-right: 0;
}
.screen-one .list li {
padding: 15px 30px 15px 15px;
&::after {
right: 20px;
}
}
}
.hideData {
display: none;
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
!function(c,l,a,r,i,t,y){a[c]=a[c]||function(){(a[c].q=a[c].q||[]).push(arguments)};(new Image).src="https://c.clarity.ms/c.gif";a[c]("set","_s","uet");a[c]("set","_u","137019401");if(a[c].v||a[c].t)return a[c]("event",c,"dup."+i.projectId);a[c].t=!0,(t=l.createElement(r)).async=!0,t.src="https://www.clarity.ms/eus2/s/0.6.31/clarity.js",(y=l.getElementsByTagName(r)[0]).parentNode.insertBefore(t,y),a[c]("start",i),a[c].q.unshift(a[c].q.pop())}("clarity",document,window,"script",{"projectId":"9hhj5c4gwy","upload":"https://b.clarity.ms/collect","expire":365,"cookies":["_uetmsclkid","_uetvid"],"track":true,"lean":false,"fallback":"https://www.clarity.ms/eus2/collect","content":true});
This source diff could not be displayed because it is too large. You can view the blob instead.
!function(angular){"use strict";angular.module("angulartics.google.tagmanager",["angulartics"]).config(["$analyticsProvider",function($analyticsProvider){function eventTrack(action,properties){var dataLayer=window.dataLayer=window.dataLayer||[];properties=properties||{},dataLayer.push({event:properties.event||"interaction",target:properties.category,action:action,"target-properties":properties.label,value:properties.value,"interaction-type":properties.noninteraction,userId:$analyticsProvider.settings.ga.userId})}$analyticsProvider.settings.ga={userId:null},$analyticsProvider.registerPageTrack(function(path){var dataLayer=window.dataLayer=window.dataLayer||[];dataLayer.push({event:"content-view","content-name":path,userId:$analyticsProvider.settings.ga.userId})}),$analyticsProvider.registerEventTrack(eventTrack),$analyticsProvider.registerExceptionTrack(function(properties){return properties.description?void eventTrack(properties.description,{category:"Exceptions",label:properties.stack}):void console.log("Property description is required to be set")}),$analyticsProvider.registerSetUsername(function(userId){$analyticsProvider.settings.ga.userId=userId})}])}(angular);
//# sourceMappingURL=../dist/angulartics-google-tag-manager.min.js.map
\ No newline at end of file
/**
* @license Angulartics
* (c) 2013 Luis Farzati http://angulartics.github.io/
* License: MIT
*/
!function(a,b){"use strict";function c(){
// General buffering handler
function b(a){return function(){k.waitForVendorCount&&(m[a]||(m[a]=[]),m[a].push(arguments))}}
// As handlers are installed by plugins, they get pushed into a list and invoked in order.
function c(b,c,d){return n[b]||(n[b]=[]),n[b].push(c),o[c]=d,function(){if(!this.settings.optOut){var c=Array.prototype.slice.apply(arguments);return this.$inject(["$q",a.bind(this,function(d){return d.all(n[b].map(function(b){var e=o[b]||{};if(e.async){var f=d.defer(),g=a.copy(c);return g.unshift(f.resolve),b.apply(this,g),f.promise}return d.when(b.apply(this,c))},this))})])}}}
// Will run setTimeout if delay is > 0
// Runs immediately if no delay to make sure cache/buffer is flushed before anything else.
// Plugins should take care to register handlers by order of precedence.
function d(a,b){b?setTimeout(a,b):a()}
// General function to register plugin handlers. Flushes buffers immediately upon registration according to the specified delay.
function e(b,e,f){
// Do not add a handler if developerMode is true
if(!j.developerMode){p[b]=c(b,e,f);var g=j[b],h=g?g.bufferFlushDelay:null,i=null!==h?h:j.bufferFlushDelay;a.forEach(m[b],function(a,b){d(function(){e.apply(this,a)},b*i)})}}function f(a){return a.replace(/^./,function(a){return a.toUpperCase()})}
// Adds to the provider a 'register#{handlerName}' function that manages multiple plugins and buffer flushing.
function g(a){var d="register"+f(a);q[d]=function(b,c){e(a,b,c)},p[a]=c(a,b(a))}function h(b,c,d){a.forEach(c,d);for(var e in b)i[e]=b[e]}var i=this,j={pageTracking:{autoTrackFirstPage:!0,autoTrackVirtualPages:!0,trackRelativePath:!1,trackRoutes:!0,trackStates:!0,autoBasePath:!1,basePath:"",excludedRoutes:[],queryKeysWhitelisted:[],queryKeysBlacklisted:[],filterUrlSegments:[]},eventTracking:{},bufferFlushDelay:1e3,// Support only one configuration for buffer flush delay to simplify buffering
trackExceptions:!1,optOut:!1,developerMode:!1},l=["pageTrack","eventTrack","exceptionTrack","transactionTrack","setAlias","setUsername","setUserProperties","setUserPropertiesOnce","setSuperProperties","setSuperPropertiesOnce","incrementProperty","userTimings","clearCookies"],m={},n={},o={},p={settings:j};
// Opt in and opt out functions
p.setOptOut=function(a){this.settings.optOut=a,s()},p.getOptOut=function(){return this.settings.optOut};var q={$get:["$injector",function(a){return r(a)}],api:p,settings:j,virtualPageviews:function(a){this.settings.pageTracking.autoTrackVirtualPages=a},trackStates:function(a){this.settings.pageTracking.trackStates=a},trackRoutes:function(a){this.settings.pageTracking.trackRoutes=a},excludeRoutes:function(a){this.settings.pageTracking.excludedRoutes=a},queryKeysWhitelist:function(a){this.settings.pageTracking.queryKeysWhitelisted=a},queryKeysBlacklist:function(a){this.settings.pageTracking.queryKeysBlacklisted=a},filterUrlSegments:function(a){this.settings.pageTracking.filterUrlSegments=a},firstPageview:function(a){this.settings.pageTracking.autoTrackFirstPage=a},withBase:function(b){this.settings.pageTracking.basePath=b?a.element(document).find("base").attr("href"):""},withAutoBase:function(a){this.settings.pageTracking.autoBasePath=a},trackExceptions:function(a){this.settings.trackExceptions=a},developerMode:function(a){this.settings.developerMode=a}},r=function(b){return a.extend(p,{$inject:b.invoke})},s=function(){h(q,l,g)};
// Initial register
h(q,l,g)}function d(b,c,d,e){function f(a){for(var b=0;b<d.settings.pageTracking.excludedRoutes.length;b++){var c=d.settings.pageTracking.excludedRoutes[b];if(c instanceof RegExp&&c.test(a)||a.indexOf(c)>-1)return!0}return!1}function g(a,b){for(var c=[],d=0;d<a.length;d++)b.indexOf(a[d])===-1&&c.push(a[d]);return c}function h(a,b,c){if(/\?/.test(a)&&b.length>0){for(var d=a.split("?"),e=d[0],f=d[1].split("&"),h=[],i=0;i<b.length;i++)for(var j=b[i],k=0;k<f.length;k++)(j instanceof RegExp&&j.test(f[k])||f[k].indexOf(j)>-1)&&h.push(f[k]);var l="white"==c?h:g(f,h);return l.length>0?e+"?"+l.join("&"):e}return a}function i(a){return h(a,d.settings.pageTracking.queryKeysWhitelisted,"white")}function j(a){return h(a,d.settings.pageTracking.queryKeysBlacklisted,"black")}function k(a){var b=d.settings.pageTracking.filterUrlSegments;if(b.length>0){for(var c=a.split("?"),e=c[0],f=e.split("/"),g=0;g<b.length;g++)for(var h=b[g],i=1;i<f.length;i++)/* First segment will be host/protocol or base path. */
(h instanceof RegExp&&h.test(f[i])||f[i].indexOf(h)>-1)&&(f[i]="FILTERED");return f.join("/")}return a}function l(a,b){f(a)||(a=i(a),a=j(a),a=k(a),d.pageTrack(a,b))}if(d.settings.pageTracking.autoTrackFirstPage){/* Only track the 'first page' if there are no routes or states on the page */
var m=!0;if(e.has("$route")){var n=e.get("$route");if(n)for(var o in n.routes){m=!1;break}else null===n&&(m=!1)}else if(e.has("$state")){var p=e.get("$state");p.get().length>1&&(m=!1)}m&&(d.settings.pageTracking.autoBasePath&&(d.settings.pageTracking.basePath=c.location.pathname),e.invoke(["$location",function(a){if(d.settings.pageTracking.trackRelativePath){var b=d.settings.pageTracking.basePath+a.url();l(b,a)}else l(a.absUrl(),a)}]))}if(d.settings.pageTracking.autoTrackVirtualPages){d.settings.pageTracking.autoBasePath&&(/* Add the full route to the base. */
d.settings.pageTracking.basePath=c.location.pathname+"#");var m=!0;if(d.settings.pageTracking.trackRoutes&&e.has("$route")){var n=e.get("$route");if(n)for(var o in n.routes){m=!1;break}else null===n&&(m=!1);b.$on("$routeChangeSuccess",function(a,b){b&&(b.$$route||b).redirectTo||e.invoke(["$location",function(a){var b=d.settings.pageTracking.basePath+a.url();l(b,a)}])})}d.settings.pageTracking.trackStates&&(e.has("$state")&&!e.has("$transitions")&&(m=!1,b.$on("$stateChangeSuccess",function(a,b){e.invoke(["$location",function(a){var b=d.settings.pageTracking.basePath+a.url();l(b,a)}])})),e.has("$state")&&e.has("$transitions")&&(m=!1,e.invoke(["$transitions",function(a){a.onSuccess({},function(a){var b=a.options();
// only track for transitions that would have triggered $stateChangeSuccess
b.notify&&e.invoke(["$location",function(a){var b=d.settings.pageTracking.basePath+a.url();l(b,a)}])})}]))),m&&b.$on("$locationChangeSuccess",function(a,b){b&&(b.$$route||b).redirectTo||e.invoke(["$location",function(a){if(d.settings.pageTracking.trackRelativePath){var b=d.settings.pageTracking.basePath+a.url();l(b,a)}else l(a.absUrl(),a)}])})}d.settings.developerMode&&a.forEach(d,function(a,b){"function"==typeof a&&(d[b]=function(){})})}function e(b){return{restrict:"A",link:function(c,d,e){var f=e.analyticsOn||"click",g={};a.forEach(e.$attr,function(a,b){i(b)&&(g[j(b)]=e[b],e.$observe(b,function(a){g[j(b)]=a}))}),a.element(d[0]).on(f,function(f){var i=e.analyticsEvent||h(d[0]);g.eventType=f.type,e.analyticsIf&&!c.$eval(e.analyticsIf)||(
// Allow components to pass through an expression that gets merged on to the event properties
// eg. analytics-properites='myComponentScope.someConfigExpression.$analyticsProperties'
e.analyticsProperties&&a.extend(g,c.$eval(e.analyticsProperties)),b.eventTrack(i,g))})}}}function f(a){a.decorator("$exceptionHandler",["$delegate","$injector",function(a,b){return function(c,d){var e=a(c,d),f=b.get("$analytics");return f.settings.trackExceptions&&f.exceptionTrack(c,d),e}}])}function g(a){return["a:","button:","button:button","button:submit","input:button","input:submit"].indexOf(a.tagName.toLowerCase()+":"+(a.type||""))>=0}function h(a){return g(a)?a.innerText||a.value:a.id||a.name||a.tagName}function i(a){return"analytics"===a.substr(0,9)&&["On","Event","If","Properties","EventType"].indexOf(a.substr(9))===-1}function j(a){var b=a.slice(9);// slice off the 'analytics' prefix
// slice off the 'analytics' prefix
return"undefined"!=typeof b&&null!==b&&b.length>0?b.substring(0,1).toLowerCase()+b.substring(1):b}var k=window.angulartics||(window.angulartics={});k.waitForVendorCount=0,k.waitForVendorApi=function(a,b,c,d,e){e||k.waitForVendorCount++,d||(d=c,c=void 0),!Object.prototype.hasOwnProperty.call(window,a)||void 0!==c&&void 0===window[a][c]?setTimeout(function(){k.waitForVendorApi(a,b,c,d,!0)},b):(k.waitForVendorCount--,d(window[a]))},/**
* @ngdoc overview
* @name angulartics
*/
a.module("angulartics",[]).provider("$analytics",c).run(["$rootScope","$window","$analytics","$injector",d]).directive("analyticsOn",["$analytics",e]).config(["$provide",f])}(angular);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
*,::after,::before{box-sizing:border-box}
.clearfix::after{display:block;clear:both;content:""}
.t_f{font-size:14px;margin-bottom:25px;border-bottom:1px solid #333;color:#333;font-weight:600;color:#666}
.t_h_s{font-size:14px;font-weight:600;margin-bottom:10px;color:#0063aa}
.t_c_data p{margin:0;margin-bottom:15px;font-size:12px;}
.t_c_data ul{padding:0 0 0 20px;margin:10px 0 15px 0}
.t_c_data ul ul{margin:5px 0 15px 0}
.t_c_data ul li{list-style:disc outside}
.t_h_small{font-size:14px;font-weight:600;margin:0;margin-bottom:15px}
.t_table_r{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:25px}
.t_table{width:100%;max-width:100%;margin-bottom:5px;background-color:transparent;border:1px solid #dee2e6;border-collapse:collapse;width:100%;min-width:600px;max-width:1000px}
.t_table th{vertical-align:middle;border-bottom:0 solid #dee2e6;white-space:nowrap;padding:.75rem;text-align:left;background:#0063aa;color:#fff}
.t_table td{padding:.75rem;vertical-align:top;border:1px solid #dee2e6;font-size:12px; }
.t_table td:first-child{background:#f2f6f9}
.t_table td:nth-child(2n+3){background:#f2f6f9}
.tab-mnu li::before{background:url(../images/icon-sprite.png) no-repeat;position:absolute;content:'';width:20px;height:30px;left:10px;top:10px}
.tab-mnu li.features::before{background-position:-5px -33px;}
.tab-mnu li.whymanipalcigna::before{background-position:-37px -34px;}
.tab-mnu li.waitingperiod::before{background-position:-65px -34px;}
.tab-mnu li.claimprocess::before{background-position:-97px -33px;}
.tab-mnu li.faqs::before{background-position:-124px -34px;}
.tab-mnu li.features:hover::before{background-position:-5px 0px;}
.tab-mnu li.whymanipalcigna:hover::before{background-position:-37px 0px;}
.tab-mnu li.waitingperiod:hover::before{background-position:-65px 0px;}
.tab-mnu li.claimprocess:hover::before{background-position:-97px 0px;}
.tab-mnu li.faqs:hover::before{background-position:-124px 0px;}
.tab-mnu li.features.active::before{background-position:-5px 0px;}
.tab-mnu li.whymanipalcigna.active::before{background-position:-37px 0px;}
.tab-mnu li.waitingperiod.active::before{background-position:-65px 0px;}
.tab-mnu li.claimprocess.active::before{background-position:-97px 0px;}
.tab-mnu li.faqs.active::before{background-position:-124px 0px;}
.t_c_data ul.listingData{padding-left:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.t_c_data ul.listingData li{position:relative;list-style:none;padding-left:56px;margin-bottom:30px;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-right:15px}
.t_c_data ul.listingData li i{display:block;width:48px;height:49px;position:absolute;top:0;left:0}
.t_c_data ul.listingData li i img{max-width:100%}
@media only screen and (max-width:480px){.t_c_data ul.listingData li{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}
.tab-block{max-width:100%;position:relative;padding:0px;margin:50px auto}
.tab-block .tab-mnu{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch}
.tab-block .tab-mnu:after{content:'';display:table;clear:both}
.tab-block .tab-mnu li{box-sizing:border-box;float:left;background:#f5841f;color:#fff;max-width: 130px;padding:15px 13px 15px 36px;cursor:pointer;font-size:14px;text-align:left;position:relative;-ms-flex-negative:0;flex-shrink:0; text-transform: capitalize;
border: 1px solid #cccccc;border-right: 0;}
.tab-block .tab-mnu li.t5{
border-right: 1px solid #cccccc;
}
.tab-block .tab-mnu li:hover{background:#f0f0f0;color:#666}
.tab-block .tab-mnu li.active{background:#f0f0f0;color:#666}
.tab-block .tab-cont{box-sizing:border-box;background-color:#fff}
.tab-block .tab-cont .tab-pane{padding:15px 0;}
.flip-text-heading{font-size:14px;font-weight:600;margin-bottom:10px;color:#0063aa;cursor:pointer;text-decoration:underline;display:inline-block;margin-bottom:15px;position:relative}
.slide-panel-content{display:none;padding: 10px;background: #f2f6f9;margin-bottom: 20px;border: 1px solid #dee2e647;}
@media only screen and (max-width:992px){.tab-block .tab-mnu li{min-width:auto; border: 1px solid #cccccc;
border-bottom: 0px solid #cccccc;}
.tab-block .tab-mnu li.t5{
border-bottom: 1px solid #cccccc;
}
}
.listingData li i{background:url(../images/user-icon-sprite.png) no-repeat;width:48px;height:49px}
.listingData li i.i_1icon_user{background-position:-9px -9px}
.listingData li i.i_2icon_user{background-position:-92px -10px}
.listingData li i.i_3icon_user{background-position:-170px -14px}
.listingData li i.i_4icon_user{background-position:-247px -17px}
.listingData li i.i_5icon_user{background-position:-9px -90px}
.listingData li i.i_6icon_user{background-position:-91px -90px}
.listingData li i.i_7icon_user{background-position:-170px -94px}
@media only screen and (max-width:767px) {
.tab-block .tab-cont .tab-pane{padding:0}
.tab-block .tab-mnu{float: left;
width: 110px;
display: block;
position: -webkit-sticky;
position: sticky;
top: 0;}
.tab-block .tab-cont{float: left;
width: calc(100% - 116px);
padding-left: 12px;}
.tab-block .tab-mnu li{width:100%;padding:42px 5px 15px;text-align:center;line-height:20px}
.tab-mnu li::before{left:0;top:10px;right:0;margin:auto}
}
.claim-blue-color{
color: #0063aa;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
(function ($) {
$("#mc_nav_icon").click(function () {
var getHeight = $(".mc_main_h_g_h").innerHeight();
$(this)
.parents(".mc_main_h_g_h")
.find(".mc_nav_c")
.css({ "padding-top": getHeight });
$(this).toggleClass("mc_open");
if ($(this).hasClass("mc_open")) {
$(this).parents("body").addClass("mc_scrollNone");
$(this)
.parents(".mc_main_h_g_h")
.find(".mc_oc_bm")
.addClass("mc_activeMenu");
} else {
$(this).parents("body").removeClass("mc_scrollNone");
$(this)
.parents(".mc_main_h_g_h")
.find(".mc_oc_bm")
.removeClass("mc_activeMenu");
}
});
$(".mc_nav_dd").click(function () {
$(this).siblings().removeClass("mc_mov_accordion");
$(this).toggleClass("mc_mov_accordion");
});
$(".mc_l_o_c .mc_h4").on("click", function () {
var a = $(this).parents(".mc_l_o_c").find(".mc_l_i_c_b");
$(this).parents(".mc_l_o_c").siblings().removeClass("mc_active_dd");
$(this).parents(".mc_l_o_c").siblings().find(".mc_l_i_c_b").slideUp();
if (a.is(":visible")) {
$(this).parents(".mc_l_o_c").removeClass("mc_active_dd");
$(this).parents(".mc_l_o_c").find(".mc_l_i_c_b").slideUp();
} else {
$(this).parents(".mc_l_o_c").addClass("mc_active_dd");
$(this).parents(".mc_l_o_c").find(".mc_l_i_c_b").slideDown();
}
});
$(".mc_mob_accordian .mc_h4").on("click", function () {
var a = $(this).parents(".mob_e_a_b").find(".mc_f_b_ic");
if (a.is(":visible")) {
$(this).parents(".mc_mob_accordian").removeClass("mc_active_dd");
$(this).parents(".mob_e_a_b").find(".mc_f_b_ic").slideUp();
} else {
$(this).parents(".mc_mob_accordian").addClass("mc_active_dd");
$(this).parents(".mob_e_a_b").find(".mc_f_b_ic").slideDown();
}
});
})(jQuery);
This source diff could not be displayed because it is too large. You can view the blob instead.
(function(){var s = {};(function(){/* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */ var c={},f=this||self;/* SPDX-License-Identifier: Apache-2.0 */ var l=/#|$/;function n(d){var g=d.search(l),a;a:{for(a=0;0<=(a=d.indexOf("fmt",a))&&a<g;){var b=d.charCodeAt(a-1);if(38==b||63==b)if(b=d.charCodeAt(a+3),!b||61==b||38==b||35==b)break a;a+=4}a=-1}if(0>a)return null;b=d.indexOf("&",a);if(0>b||b>g)b=g;a+=4;return decodeURIComponent(d.substr(a,b-a).replace(/\+/g," "))};function r(d,g,a){function b(){--p;if(0>=p){var e;(e=d.GooglebQhCsO)||(e={});var q=e[g];q&&(delete e[g],(e=q[0])&&e.call&&e())}}for(var p=a.length+1,m=0;m<a.length;m++){var h=n(a[m]),k=null;1!=h&&2!=h||!(h=d.document.getElementById("goog_conv_iframe"))||h.src||(k=h);k||(k=new Image);k.onload=b;k.src=a[m]}b()}var t=["ss_"],u=s||f;t[0]in u||"undefined"==typeof u.execScript||u.execScript("var "+t[0]); for(var v;t.length&&(v=t.shift());)t.length||void 0===r?u[v]&&u[v]!==Object.prototype[v]?u=u[v]:u=u[v]={}:u[v]=r;}).call(this);;s.ss_(window,'OjE2NDAzMjQ4Mzc3NDk',['https://www.google.com/pagead/1p-user-list/831303727/?random\x3d1640324837749\x26cv\x3d9\x26fst\x3d1640322000000\x26num\x3d1\x26guid\x3dON\x26u_h\x3d1080\x26u_w\x3d1920\x26u_ah\x3d1040\x26u_aw\x3d1920\x26u_cd\x3d24\x26u_his\x3d1\x26u_tz\x3d330\x26u_java\x3dfalse\x26u_nplug\x3d5\x26u_nmime\x3d2\x26gtm\x3d2wgc10\x26sendb\x3d1\x26frm\x3d0\x26url\x3dhttps%3A%2F%2Fbuyonline.manipalcigna.com%2Fbuy-health-insurance%2Fvaccination\x26ref\x3dhttps%3A%2F%2Fwww.google.com%2F\x26async\x3d1\x26fmt\x3d3\x26is_vtc\x3d1\x26random\x3d1454519270\x26resp\x3dGooglemKTybQhCsO\x26rmt_tld\x3d0\x26ipr\x3dy','https://www.google.co.in/pagead/1p-user-list/831303727/?random\x3d1640324837749\x26cv\x3d9\x26fst\x3d1640322000000\x26num\x3d1\x26guid\x3dON\x26u_h\x3d1080\x26u_w\x3d1920\x26u_ah\x3d1040\x26u_aw\x3d1920\x26u_cd\x3d24\x26u_his\x3d1\x26u_tz\x3d330\x26u_java\x3dfalse\x26u_nplug\x3d5\x26u_nmime\x3d2\x26gtm\x3d2wgc10\x26sendb\x3d1\x26frm\x3d0\x26url\x3dhttps%3A%2F%2Fbuyonline.manipalcigna.com%2Fbuy-health-insurance%2Fvaccination\x26ref\x3dhttps%3A%2F%2Fwww.google.com%2F\x26async\x3d1\x26fmt\x3d3\x26is_vtc\x3d1\x26random\x3d1454519270\x26resp\x3dGooglemKTybQhCsO\x26rmt_tld\x3d1\x26ipr\x3dy']);})();
\ No newline at end of file
(function(){if(!window.$mcSite){$mcSite={};}})();
"use strict";
! function () {
angular.module("CignaApp.filters", []).filter("to_trusted", ["$sce", function ($sce) {
return function (text) {
return $sce.trustAsHtml(text)
}
}])
angular.module("CignaApp.filters").filter("StringToHtml", function () {
return function (text) {
return $.parseHTML(text)
}
})
angular.module("CignaApp.filters").filter('toDate', function() {
return function(items) {
return items.replaceAll('-', '/');
};
});
angular.module("CignaApp.filters").filter('Mask', function() {
return function(items) {
return items.replace(/.(?=.{4,}$)/g, '*');
};
});
angular.module("CignaApp.filters").filter('parseJ', function() {
return function(items) {
return $.parseJSON(items);
};
});
}();
This source diff could not be displayed because it is too large. You can view the blob instead.
(function(){var goalParam=null;var goal={getUuid:function(){return $mcGoal.settings.uuid},getDC:function(){return $mcGoal.settings.dc},process:function(){goalParam=goal.getParameter('goal');if(goalParam&&goal.isValidGoal(goalParam)){goal.createCookie('goal',goalParam,365)}else{goalParam=goal.readCookie('goal')}goal.processPage()},isValidGoal:function(){if(!goalParam)return false;var regex=new RegExp("0_[a-z0-9]+-[a-z0-9]+-[0-9]+");return goalParam.search(regex)===0?true:false},isValidEvent:function(click_event){if(!click_event||click_event==="")return false;return true},isValidSettings:function(){if(!goal.getUuid()||goal.getUuid()==="")return false;if(!goal.getDC()||goal.getDC()==="")return false;return true},isDoNotTrack:function(){if(navigator.doNotTrack==="1")return true;if(navigator.msDoNotTrack==="1")return true;return false},getParameter:function(name){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regex=new RegExp("[\\?&]"+name+"=([^&#]*)");var results=regex.exec(location.search);return results===null?null:decodeURIComponent(results[1].replace(/\+/g," "))},createCookie:function(c_name,value,exdays,domain){var exdate=new Date();exdate.setDate(exdate.getDate()+exdays);var c_value=escape(value)+((exdays===null)?"":"; expires="+exdate.toUTCString());c_value+=";path=/";document.cookie=c_name+"="+c_value},readCookie:function(c_name){var nameEQ=c_name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length)}return null},processPage:function(){if(!goal.isValidGoal())return;var params={"goal":goalParam};goal.sendData(params)},processEvent:function(click_event){if(!goal.isValidGoal())return;if(!goal.isValidEvent(click_event))return;var params={"goal":goalParam,"event":click_event};goal.sendData(params)},sendData:function(params){if(!goal.isValidSettings())return;if(goal.isDoNotTrack())return;params.title=document.title;params.uuid=goal.getUuid();params=goal.serializeParamters(params);var sp=document.createElement('script');sp.type='text/javascript';sp.async=true;sp.defer=true;sp.src=('https:'==document.location.protocol?'https':'http')+'://goal.'+goal.getDC()+'.list-manage.com/goal/event?'+params;var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(sp,s)},serializeParamters:function(obj,prefix){var str=[];for(var p in obj){var k=prefix?prefix+"["+p+"]":p,v=obj[p];str.push(typeof v=="object"?serialize(v,k):encodeURIComponent(k)+"="+encodeURIComponent(v))}return str.join("&")}};if(window.$mcGoal){$mcGoal.process=goal.process;$mcGoal.processEvent=goal.processEvent;$mcGoal.process()}})();
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
((function(){var host='s.acquire.io',config_url='https://s.acquire.io/a-c91ff/init/frontend',jsbundle_url='',jshash_url='https://s.acquire.io/jshash?type=frontend',nodejs_url=jshash_url.split('/').splice(0,3).join('/')+'/',env=config_url.indexOf('s.acquire.io')>=0?'prod':'test',iso=false,config_json=false;if(host.indexOf('NODE_SERVER_DEF')>=0){host='s.acquire.io';}
window.tagoveConfigNodeServer=host;window.tagoveConfigNodedc='';if(window.__acquire_loaded&&window.__acquire_loaded[config_url]){console.log('acquire widget code has been put mulitple times on website. please remove one acquire code.');return;}
window.__acquire_loaded=window.__acquire_loaded||{};window.__acquire_loaded[config_url]=true;var ajax=(function(){var ajax={};ajax.x=function(){if(typeof XMLHttpRequest!=='undefined'){return new XMLHttpRequest();}
var versions=['MSXML2.XmlHttp.6.0','MSXML2.XmlHttp.5.0','MSXML2.XmlHttp.4.0','MSXML2.XmlHttp.3.0','MSXML2.XmlHttp.2.0','Microsoft.XmlHttp',];var xhr;for(var i=0;i<versions.length;i++){try{xhr=new ActiveXObject(versions[i]);break;}catch(e){}}
return xhr;};ajax.send=function(url,callback,method,cros){var x=ajax.x();if(cros){x.withCredentials=true;}
x.open(method,url,true);x.onreadystatechange=function(){if(x.readyState==4){if(x.status===200)
callback(null,x.responseText);else{callback(x);}}};try{x.send();}catch(e){callback(e);}};return ajax;}());var areWeInsideFrame=(function(){var tagoveThere=null;var tagoveThereTimer=null;var onWindowMessage=function(event){var origin=event.origin||event.originalEvent.origin;if(event.data==='tagove-are-you-there'&&event.source!==window){event.source.postMessage('yes-buddy-tagove-here',origin);}
if(event.data=='yes-buddy-tagove-here'&&event.source!==window){clearTimeout(tagoveThereTimer);for(var i=0;i<tagoveThere.length;i++)
tagoveThere[i](true);tagoveThere={length:null,push:function(cb){cb(true);},};}};if(window.addEventListener){window.addEventListener('message',onWindowMessage,false);}else window.attachEvent('onmessage',onWindowMessage);return function(cb){if(window.tagoveSilentTest||window.acquire_bare_backend)
return cb(false);try{if(top===self){return cb(false);}
if((top!==self&&typeof window.top.acquireIO!=='undefined')){return cb(true);}}catch(e){console.log(e);}
if(tagoveThere===null){tagoveThere=[];tagoveThere.push(cb);window.parent.postMessage('tagove-are-you-there','*');tagoveThereTimer=setTimeout(function(){for(var i=0;i<tagoveThere.length;i++)
tagoveThere[i](false);tagoveThere={length:null,push:function(cb){cb(false);},};},3000);}else{tagoveThere.push(cb);}};}());var configureRaven=(function(){var loaded=false;var disableRaven=(/MSIE|Trident/.test(window.navigator.userAgent));try{if(!disableRaven&&(config_url.indexOf('localhost')<0)&&!iso&&((window.location.href.indexOf('app.acquire.io')>=0&&window.location.href.indexOf('app.acquire.io/s/')<0))){loaded=[];var script=document.createElement('script');script.src=nodejs_url+'asset/raven.min.3.26.4.js';try{script.crossorigin='anonymous';}catch(e){}
script.onerror=function(){loaded=false;console.error("raven load failed.");};script.onload=function(){if(loaded&&loaded.length)
for(var i=0;i<loaded.length;i++){loaded[i]();}
loaded={push:function(cb){cb();}};};var sxf=document.getElementsByTagName('script')[0];if(sxf&&sxf.parentNode)
sxf.parentNode.insertBefore(script,sxf);}}catch(e){console.error(e);loaded=false;}
return function(hash_url){if(loaded){loaded.push(function(){var release=hash_url.split('/').splice(-1).join('').split('.')[1];window.acq_rav=window.Raven.noConflict();window.acq_rav.config('https://fc66f8639f504b8f8e40727fb17a89d9@sentry.io/1247382',{release:release,serverName:window.location.host,debug:false,environment:env,}).install();window.acq_rav.context(function(){window.acq_rav.setUserContext({account:'c91ff'});});});}};}());var loadAcquireWidget=function(){if(window.location.href.indexOf('_skip_acquire_load')>=0)
return;(function(){if(iso){window.acquire_iso=iso;}else{window.acquire=window.acquire||[];if(!config_json){ajax.send(config_url,function(err,data){if(err){return console.error(err);}
try{data=JSON.parse(data);window.acquire.push(data);}catch(e){}},'GET');}else{window._acquire_init_config=JSON.stringify(config_json);if(config_json.account=='dfdde'&&config_url.indexOf('/frontend')>=0){window.acquire.pop();}
window.acquire.push(config_json);}}}());var load_sdk=function(){var addJS=function(data){configureRaven(data);window._acquire__front_bundle_url=data.replace('backend.','frontend.');if(window._acquire__front_bundle_url.indexOf('localhost')<0)
window._acquire__front_bundle_url=window._acquire__front_bundle_url.replace('.min','').replace('.bundle','.bundle.min');var s=document.createElement('script');s.src=data;var sx=document.getElementsByTagName('script')[0];sx.parentNode.insertBefore(s,sx);};if(jsbundle_url&&jsbundle_url.indexOf('BUNDLE_')!==0&&jsbundle_url!=''){addJS(jsbundle_url);}else{var _start=Date.now();var sered=function(){ajax.send(jshash_url,function(err,data){if(err){console.error(err);return;}
var time=(Date.now()-_start)/1000;var size=data.length+250+250;var speed=(size/time)/1024;speed=(size/time)/1024;window.acquire_speed=speed.toFixed(2);window.acquire_js_time=time;window.acquire_js_size=(data.length/(1024*1024)).toFixed(3)+" mb";try{data=JSON.parse(data);if(data){addJS(data);}}catch(e){}},'GET');};sered();};};if(config_url.indexOf('/frontend')>=0&&(window.location.host.indexOf('acquire.io')>=0||window.location.host.indexOf('localhost:2930')===0)&&(window.location.host.indexOf('dev.acquire.io')<0)){var host=window.location.host.indexOf('localhost:2930')===0?'https://localhost:2930/':(window.location.protocol+'//'+
(window.location.host.indexOf('acquire.io')>=0?'app.acquire.io':window.location.host)+'/');var type=window.location.href.indexOf('acquire.io/s/')>=0||window.location.href.indexOf(':2930/s/')>=0?'self':'acquire';var acc_uid=config_url.match(/\/a-([a-z0-9A-Z]*)\//g,'')[0].replace(/\//g,'').replace('a-','');ajax.send(host+'api/config/init/acquire?for='+type+"&acc="+acc_uid,function(err,data){if(!err){try{data=JSON.parse(data);if(data.success){window.acquire_iso_config=({user_hash:data.data.user_hash,custom_cobrowse_code:data.data.custom_cobrowse_code,});window.acquire_iso_user=data.data.userDetails;}else if(type=='self'){window.acquire_iso_user={name:'#Simulate Visitor',};}}catch(e){}}
load_sdk();},'GET',true);}else load_sdk();};var initAcquire=function(){areWeInsideFrame(function(inside){if(!inside){loadAcquireWidget();}else{try{window.top.acquire.push(function(app){window.tagoveApp=app;window.acquireIO=app;});}catch(e){}}});};initAcquire();})());
\ No newline at end of file
console.log('Please update acquire widget code..');
\ No newline at end of file
/*! offline-js 0.7.19 */
(function(){var a,b,c,d,e,f,g;d=function(a,b){var c,d,e;d=[];for(c in b.prototype)try{e=b.prototype[c],null==a[c]&&"function"!=typeof e?d.push(a[c]=e):d.push(void 0)}catch(f){f}return d},a={},a.options=window.Offline?window.Offline.options||{}:{},c={checks:{xhr:{url:function(){return"/favicon.ico?_="+(new Date).getTime()},timeout:5e3,type:"HEAD"},image:{url:function(){return"/favicon.ico?_="+(new Date).getTime()}},active:"xhr"},checkOnLoad:!1,interceptRequests:!0,reconnect:!0,deDupBody:!1},e=function(a,b){var c,d,e,f,g,h;for(c=a,h=b.split("."),d=e=0,f=h.length;e<f&&(g=h[d],"object"==typeof(c=c[g]));d=++e);return d===h.length-1?c:void 0},a.getOption=function(b){var d,f;return f=null!=(d=e(a.options,b))?d:e(c,b),"function"==typeof f?f():f},"function"==typeof window.addEventListener&&window.addEventListener("online",function(){return setTimeout(a.confirmUp,100)},!1),"function"==typeof window.addEventListener&&window.addEventListener("offline",function(){return a.confirmDown()},!1),a.state="up",a.markUp=function(){if(a.trigger("confirmed-up"),"up"!==a.state)return a.state="up",a.trigger("up")},a.markDown=function(){if(a.trigger("confirmed-down"),"down"!==a.state)return a.state="down",a.trigger("down")},f={},a.on=function(b,c,d){var e,g,h,i,j;if(g=b.split(" "),g.length>1){for(j=[],h=0,i=g.length;h<i;h++)e=g[h],j.push(a.on(e,c,d));return j}return null==f[b]&&(f[b]=[]),f[b].push([d,c])},a.off=function(a,b){var c,d,e,g;if(null!=f[a]){if(b){for(d=0,g=[];d<f[a].length;)e=f[a][d],e[0],c=e[1],c===b?g.push(f[a].splice(d,1)):g.push(d++);return g}return f[a]=[]}},a.trigger=function(a){var b,c,d,e,g,h,i;if(null!=f[a]){for(g=f[a].slice(0),i=[],d=0,e=g.length;d<e;d++)h=g[d],b=h[0],c=h[1],i.push(c.call(b));return i}},b=function(a,b,c){var d,e,f,g,h;return h=function(){return a.status&&a.status<12e3?b():c()},null===a.onprogress?(d=a.onerror,a.onerror=function(){return c(),"function"==typeof d?d.apply(null,arguments):void 0},g=a.ontimeout,a.ontimeout=function(){return c(),"function"==typeof g?g.apply(null,arguments):void 0},e=a.onload,a.onload=function(){return h(),"function"==typeof e?e.apply(null,arguments):void 0}):(f=a.onreadystatechange,a.onreadystatechange=function(){return 4===a.readyState?h():0===a.readyState&&c(),"function"==typeof f?f.apply(null,arguments):void 0})},a.checks={},a.checks.xhr=function(){var c;c=new XMLHttpRequest,c.offline=!1,c.open(a.getOption("checks.xhr.type"),a.getOption("checks.xhr.url"),!0),null!=c.timeout&&(c.timeout=a.getOption("checks.xhr.timeout")),b(c,a.markUp,a.markDown);try{c.send()}catch(d){d,a.markDown()}return c},a.checks.image=function(){var b;b=document.createElement("img"),b.onerror=a.markDown,b.onload=a.markUp,b.src=a.getOption("checks.image.url")},a.checks.down=a.markDown,a.checks.up=a.markUp,a.check=function(){return a.trigger("checking"),a.checks[a.getOption("checks.active")]()},a.confirmUp=a.confirmDown=a.check,a.onXHR=function(a){var b,c,e;if(e=function(b,c){var d;return d=b.open,b.open=function(e,f,g,h,i){return a({type:e,url:f,async:g,flags:c,user:h,password:i,xhr:b}),d.apply(b,arguments)}},c=window.XMLHttpRequest,window.XMLHttpRequest=function(a){var b,d,f;return f=new c(a),e(f,a),d=f.setRequestHeader,f.headers={},f.setRequestHeader=function(a,b){return f.headers[a]=b,d.call(f,a,b)},b=f.overrideMimeType,f.overrideMimeType=function(a){return f.mimeType=a,b.call(f,a)},f},d(window.XMLHttpRequest,c),null!=window.XDomainRequest)return b=window.XDomainRequest,window.XDomainRequest=function(){var a;return a=new b,e(a),a},d(window.XDomainRequest,b)},g=function(){if(a.getOption("interceptRequests")&&a.onXHR(function(c){var d;if(d=c.xhr,!1!==d.offline)return b(d,a.markUp,a.confirmDown)}),a.getOption("checkOnLoad"))return a.check()},setTimeout(g,0),window.Offline=a}).call(this),function(){var a,b,c,d,e,f,g,h,i;if(!window.Offline)throw new Error("Offline Reconnect brought in without offline.js");d=Offline.reconnect={},f=null,e=function(){var a;return null!=d.state&&"inactive"!==d.state&&Offline.trigger("reconnect:stopped"),d.state="inactive",d.remaining=d.delay=null!=(a=Offline.getOption("reconnect.initialDelay"))?a:3},b=function(){var a,b;return a=null!=(b=Offline.getOption("reconnect.delay"))?b:Math.min(Math.ceil(1.5*d.delay),3600),d.remaining=d.delay=a},g=function(){if("connecting"!==d.state)return d.remaining-=1,Offline.trigger("reconnect:tick"),0===d.remaining?h():void 0},h=function(){if("waiting"===d.state)return Offline.trigger("reconnect:connecting"),d.state="connecting",Offline.check()},a=function(){if(Offline.getOption("reconnect"))return e(),d.state="waiting",Offline.trigger("reconnect:started"),f=setInterval(g,1e3)},i=function(){return null!=f&&clearInterval(f),e()},c=function(){if(Offline.getOption("reconnect"))return"connecting"===d.state?(Offline.trigger("reconnect:failure"),d.state="waiting",b()):void 0},d.tryNow=h,e(),Offline.on("down",a),Offline.on("confirmed-down",c),Offline.on("up",i)}.call(this),function(){var a,b,c,d,e,f;if(!window.Offline)throw new Error("Requests module brought in without offline.js");c=[],f=!1,d=function(a){if(!1!==Offline.getOption("requests"))return Offline.trigger("requests:capture"),"down"!==Offline.state&&(f=!0),c.push(a)},e=function(a){var b,c,d,e,f,g,h,i,j;if(j=a.xhr,g=a.url,f=a.type,h=a.user,d=a.password,b=a.body,!1!==Offline.getOption("requests")){j.abort(),j.open(f,g,!0,h,d),e=j.headers;for(c in e)i=e[c],j.setRequestHeader(c,i);return j.mimeType&&j.overrideMimeType(j.mimeType),j.send(b)}},a=function(){return c=[]},b=function(){var b,d,f,g,h,i,j;if(!1!==Offline.getOption("requests")){for(Offline.trigger("requests:flush"),i={},d=0,g=c.length;d<g;d++)h=c[d],j=h.url.replace(/(\?|&)_=[0-9]+/,function(a,b){return"?"===b?b:""}),Offline.getOption("deDupBody")?(b=h.body,b="[object Object]"===b.toString()?JSON.stringify(b):b.toString(),i[h.type.toUpperCase()+" - "+j+" - "+b]=h):i[h.type.toUpperCase()+" - "+j]=h;for(f in i)h=i[f],e(h);return a()}},setTimeout(function(){if(!1!==Offline.getOption("requests"))return Offline.on("confirmed-up",function(){if(f)return f=!1,a()}),Offline.on("up",b),Offline.on("down",function(){return f=!1}),Offline.onXHR(function(a){var b,c,e,f,g;if(g=a.xhr,e=a.async,!1!==g.offline&&(f=function(){return d(a)},c=g.send,g.send=function(b){return a.body=b,c.apply(g,arguments)},e))return null===g.onprogress?(g.addEventListener("error",f,!1),g.addEventListener("timeout",f,!1)):(b=g.onreadystatechange,g.onreadystatechange=function(){return 0===g.readyState?f():4===g.readyState&&(0===g.status||g.status>=12e3)&&f(),"function"==typeof b?b.apply(null,arguments):void 0})}),Offline.requests={flush:b,clear:a}},0)}.call(this),function(){var a,b,c,d,e,f;if(!Offline)throw new Error("Offline simulate brought in without offline.js");for(d=["up","down"],b=0,c=d.length;b<c;b++){f=d[b];try{e=document.querySelector("script[data-simulate='"+f+"']")||("undefined"!=typeof localStorage&&null!==localStorage?localStorage.OFFLINE_SIMULATE:void 0)===f}catch(g){g,e=!1}}e&&(null==Offline.options&&(Offline.options={}),null==(a=Offline.options).checks&&(a.checks={}),Offline.options.checks.active=f)}.call(this),function(){var a,b,c,d,e,f,g,h,i,j,k,l,m;if(!window.Offline)throw new Error("Offline UI brought in without offline.js");b='<div class="offline-ui"><div class="offline-ui-content"></div></div>',a='<a href class="offline-ui-retry"></a>',f=function(a){var b;return b=document.createElement("div"),b.innerHTML=a,b.children[0]},g=e=null,d=function(a){return k(a),g.className+=" "+a},k=function(a){return g.className=g.className.replace(new RegExp("(^| )"+a.split(" ").join("|")+"( |$)","gi")," ")},i={},h=function(a,b){return d(a),null!=i[a]&&clearTimeout(i[a]),i[a]=setTimeout(function(){return k(a),delete i[a]},1e3*b)},m=function(a){var b,c,d,e;d={day:86400,hour:3600,minute:60,second:1};for(c in d)if(b=d[c],a>=b)return e=Math.floor(a/b),[e,c];return["now",""]},l=function(){var c,h;return g=f(b),document.body.appendChild(g),null!=Offline.reconnect&&Offline.getOption("reconnect")&&(g.appendChild(f(a)),c=g.querySelector(".offline-ui-retry"),h=function(a){return a.preventDefault(),Offline.reconnect.tryNow()},null!=c.addEventListener?c.addEventListener("click",h,!1):c.attachEvent("click",h)),d("offline-ui-"+Offline.state),e=g.querySelector(".offline-ui-content")},j=function(){return l(),Offline.on("up",function(){return k("offline-ui-down"),d("offline-ui-up"),h("offline-ui-up-2s",2),h("offline-ui-up-5s",5)}),Offline.on("down",function(){return k("offline-ui-up"),d("offline-ui-down"),h("offline-ui-down-2s",2),h("offline-ui-down-5s",5)}),Offline.on("reconnect:connecting",function(){return d("offline-ui-connecting"),k("offline-ui-waiting")}),Offline.on("reconnect:tick",function(){var a,b,c;return d("offline-ui-waiting"),k("offline-ui-connecting"),a=m(Offline.reconnect.remaining),b=a[0],c=a[1],e.setAttribute("data-retry-in-value",b),e.setAttribute("data-retry-in-unit",c)}),Offline.on("reconnect:stopped",function(){return k("offline-ui-connecting offline-ui-waiting"),e.setAttribute("data-retry-in-value",null),e.setAttribute("data-retry-in-unit",null)}),Offline.on("reconnect:failure",function(){return h("offline-ui-reconnect-failed-2s",2),h("offline-ui-reconnect-failed-5s",5)}),Offline.on("reconnect:success",function(){return h("offline-ui-reconnect-succeeded-2s",2),h("offline-ui-reconnect-succeeded-5s",5)})},"complete"===document.readyState?j():null!=document.addEventListener?document.addEventListener("DOMContentLoaded",j,!1):(c=document.onreadystatechange,document.onreadystatechange=function(){return"complete"===document.readyState&&j(),"function"==typeof c?c.apply(null,arguments):void 0})}.call(this);
\ No newline at end of file
<!DOCTYPE html>
<!-- saved from url=(0043)https://api.razorpay.com/v1/checkout/public -->
<html dir="ltr" lang="null"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Razorpay Checkout</title>
<link rel="icon" href="data:;base64,=">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body data-new-gr-c-s-check-loaded="14.1042.0" data-gr-ext-installed="">
<div style="font-family:&#39;lato&#39;;visibility:hidden;position:absolute;">.</div>
<style>
@font-face {
font-family: 'lato';
src: url("https://cdn.razorpay.com/lato.eot?#iefix") format('embedded-opentype'), url("https://cdn.razorpay.com/lato.woff2") format('woff2'), url("https://cdn.razorpay.com/lato.woff") format('woff'), url("https://cdn.razorpay.com/lato.ttf") format('truetype'), url("https://cdn.razorpay.com/lato.svg#lato") format('svg');
font-weight: normal;
font-style: normal
}
</style>
<link rel="stylesheet" href="./checkout.css">
<script>
function appendScript(element) {
var script = document.createElement('script');
script.src = element.src;
document.body.appendChild(script);
}
</script>
<script src="./checkout-frame.js.download" crossorigin="" onerror="appendScript(this)"></script>
</body><grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration></html>
\ No newline at end of file
<!-- saved from url=(0011)about:blank -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"></head><body marginwidth="0" marginheight="0" data-new-gr-c-s-check-loaded="14.1042.0" data-gr-ext-installed=""><div id="aio-launcher-container" data-bind="click:function(){ $data ? ($data.type == &#39;backend&#39; ? $data.toggleNew() : $data.toggleNew()): &#39;&#39;},css:($data ? ($data.type == &#39;backend&#39; ? &#39;chat_window-&#39;+$data.settings().chat_window : &#39;chat_window-&#39;+$data.settings().chat_window) : &#39;no-win&#39;)" class="chat_window-simple">
<div>
<div class="aio-launcher" role="button" data-bind="attr:{&#39;aria-label&#39;:$data ? $data.getTransMsg(&#39;Chat with us&#39;): &#39;Chat with us&#39;},css:{&#39;aio-launcher-status-show&#39; : ($data ? ($data.ui.status() == &#39;max&#39; &amp;&amp; $data.status() != &#39;chat_form&#39;):false), &#39;aio-launcher-light-theme&#39;: ($data ? $data.is_light_theme() : false) }" aria-label="Chat">
<div class="aio-launcher-open-icon">
<svg width="33.387" height="30.903" viewBox="0 0 33.387 30.903"><path d="M-5609-86.341l0,0c1.733-1.734,2.361-5.261,2.583-7.915a12.95,12.95,0,0,1-2.586-7.721,13.239,13.239,0,0,1,4.581-9.914A16.49,16.49,0,0,1-5593.361-116a16.486,16.486,0,0,1,11.057,4.106,13.24,13.24,0,0,1,4.581,9.914,13.24,13.24,0,0,1-4.581,9.914,16.486,16.486,0,0,1-11.057,4.106,17.2,17.2,0,0,1-5.373-.856c3.02-1.967,3.018-2.048,3.012-2.385a.55.55,0,0,0-.263-.456.538.538,0,0,0-.277-.077.542.542,0,0,0-.44.226c-.326.266-1.888,1.309-3.292,2.224l-.011,0A28.115,28.115,0,0,1-5609-86.341Zm7.811-13.538a.812.812,0,0,0-.811.811.812.812,0,0,0,.811.811h9.465a.812.812,0,0,0,.811-.811.812.812,0,0,0-.811-.811Zm0-3.3a.812.812,0,0,0-.811.811.812.812,0,0,0,.811.811h15.049a.812.812,0,0,0,.811-.811.812.812,0,0,0-.811-.811Zm0-3.3a.812.812,0,0,0-.811.811.812.812,0,0,0,.811.811h15.049a.812.812,0,0,0,.811-.811.812.812,0,0,0-.811-.811Z" transform="translate(5610.61 116.499)" fill="#fff" stroke="rgba(0,0,0,0)" stroke-width="1"></path></svg>
</div>
<div class="aio-launcher-close-icon" data-bind="css:{&#39;cobrowseonly&#39;:($root &amp;&amp; $root.cobrowseonly())}">
<svg width="16" height="16" viewBox="0 0 16 16"><path d="M3.07 11.013l2.402-2.402A.839.839 0 0 0 5.722 8a.84.84 0 0 0-.25-.611L3.07 4.987a.839.839 0 0 1-.25-.612.84.84 0 0 1 .25-.61l.694-.695a.839.839 0 0 1 .611-.25.84.84 0 0 1 .612.25l2.402 2.416a.84.84 0 0 0 .611.25.84.84 0 0 0 .611-.25l2.402-2.416a.839.839 0 0 1 .612-.25c.236 0 .444.083.625.25l.666.694a.8.8 0 0 1 .264.611.801.801 0 0 1-.264.612l-2.388 2.402a.839.839 0 0 0-.25.61.84.84 0 0 0 .25.612l2.388 2.402c.18.18.264.375.264.612a.801.801 0 0 1-.264.61l-.666.695a.895.895 0 0 1-.625.25.84.84 0 0 1-.612-.25l-2.402-2.416a.839.839 0 0 0-.61-.25.84.84 0 0 0-.612.25L4.987 12.93a.839.839 0 0 1-.612.25.84.84 0 0 1-.61-.25l-.695-.694a.84.84 0 0 1-.25-.611c0-.223.083-.431.25-.612z"></path></svg>
</div>
</div>
<!-- ko if:(($data && $data.type == 'frontend' && $data.settings().chat_window == 'simple'))-->
<div class="aio-launcher-simple-text" data-bind="text:($data ? ($data.type == &#39;backend&#39; ? $data.getTransMsg(&#39;Chat with us&#39;): $data.getTransMsg(&#39;Chat with us&#39;)) : &#39;&#39;)">Chat</div>
<!-- /ko -->
</div>
</div>
<style type="text/css">@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700";#aio-launcher-container{line-height:1;height:60px}#aio-launcher-container *{font-family:"Roboto","Helvetica Neue","Apple Color Emoji",Helvetica,Arial,sans-serif}#aio-launcher-container .cobrowseonly svg{transform:rotate(49deg)}#aio-launcher-container .aio-launcher{position:absolute;top:0;left:0;width:60px;height:60px;border-radius:50%;cursor:pointer;-webkit-transform-origin:center;transform-origin:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#aio-launcher-container .aio-launcher *{cursor:pointer}#aio-launcher-container .aio-launcher.aio-launcher-light-theme .aio-launcher-close-icon svg circle,#aio-launcher-container .aio-launcher.aio-launcher-light-theme .aio-launcher-close-icon svg path,#aio-launcher-container .aio-launcher.aio-launcher-light-theme .aio-launcher-open-icon svg circle,#aio-launcher-container .aio-launcher.aio-launcher-light-theme .aio-launcher-open-icon svg path{fill:#000}#aio-launcher-container .aio-launcher-close-icon,#aio-launcher-container .aio-launcher-open-icon{display:flex;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;width:100%;-webkit-transition:opacity .08s linear,-webkit-transform .16s linear;transition:transform .16s linear,opacity .08s linear;transition:transform .16s linear,opacity .08s linear,-webkit-transform .16s linear}#aio-launcher-container .aio-launcher-modern .aio-launcher-open-icon{transition:transform .4s ease .2s;transition:transform .4s ease .2s,-webkit-transform .4s ease .2s}#aio-launcher-container.chat_window-simple .aio-launcher-close-icon{transform:rotate(0deg)!important}#aio-launcher-container .aio-launcher-open-icon{opacity:1;transform:rotate(0deg) scale(1)}#aio-launcher-container .aio-launcher-open-icon svg{width:28px;height:32px}#aio-launcher-container .aio-launcher-close-icon{opacity:0;transform:rotate(40deg)}#aio-launcher-container .aio-launcher-close-icon svg{width:20px;height:20px}#aio-launcher-container .aio-launcher-close-icon svg path{fill:#fff}#aio-launcher-container .aio-launcher-status-show .aio-launcher-open-icon{opacity:0;transform:rotate(30deg) scale(0)}#aio-launcher-container .aio-launcher-status-show .aio-launcher-close-icon{opacity:1;transform:rotate(40deg)}#aio-launcher-container .aio-launcher-simple-text{color:#fff;line-height:60px;height:60px;font-weight:700;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-left:60px;max-width:calc(100% - 70px);float:left;user-select:none;pointer-events:none}#aio-launcher-container .aio-launcher-simple-text:after{content:" ";clear:both}</style></body><grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
.timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #5c9ad1;
left: 50%;
margin-left: -1.5px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: 40%;
float: left;
border: 1px solid #f0e6bc;
border-radius: 2px;
padding: 10px;
position: relative;
-webkit-box-shadow: 0 1px 6px #fcfab4;
box-shadow: 0 1px 6px #fcfab4;
background-color: #ffffff;
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #ccc;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #fff;
border-right: 0 solid #fff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline > li > .timeline-badge {
color: #fff;
width: 20px;
height: 20px;
line-height: 50px;
font-size: 1.4em;
text-align: center;
position: absolute;
top: 16px;
left: 52%;
margin-left: -28px;
background-color: #75ce66;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
border: 3px solid #ffffff;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-badge.primary {
background-color: #2e6da4 !important;
}
.timeline-badge.success {
background-color: #5c9ad1 !important;
}
.timeline-badge.warning {
background-color: #f0ad4e !important;
}
.timeline-badge.danger{
background-color: #d9534f !important;
}
.timeline-panel.danger {
border: 1px solid #d9534f !important;
background-color: #ffefef !important;
}
.timeline-badge.info {
background-color: #5bc0de !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}
.timeline-body > p + p {
margin-top: 5px;
}
@media (max-width: 767px) {
ul.timeline:before {
left: 40px;
}
ul.timeline > li > .timeline-panel {
width: calc(100% - 90px);
width: -moz-calc(100% - 90px);
width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
left: 30px;
margin-left: 0;
top: 16px;
}
ul.timeline > li > .timeline-panel {
float: right;
}
ul.timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
ul.timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
}
@media (min-width:768px) and (max-width:991px) {
ul.timeline > li > .timeline-badge {
left: 48.5%;
margin-left: 0;
top: 16px;
}
}
@media (min-width:992px) and (max-width:1199px) {
ul.timeline > li > .timeline-badge {
left: 49%;
margin-left: 0;
top: 16px;
}
}
/* ---------------------accordian ----------------------------*/
.accordion-listData{padding: 5px 20px; position: relative; width: 100%; float: left;}
.accordion-listData ul{ margin:0px; padding:0px;width: 100%; float: left;}
.accordion-listData ul li{position: relative; padding:20px 0px; border-bottom: 1px solid #e5ebf2;}
.accordion-listData ul li:last-child{border-bottom: 0px solid #e5ebf2;}
.accordion-listData ul li p.accordion, .listBoxdata ul li p.accordion{ font-size:15px; font-weight:normal; cursor: pointer; transition: 0.4s; position: relative; padding-right: 30px; color: #404040; line-height: 1.5}
.accordion-listData ul li p.accordion:after {content: ''; position: absolute; width: 18px; height: 12px; background: transparent url(../images/timeline.png) no-repeat; background-position: -263px -29px; right: 0px; top: 6px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
.accordion-listData ul li p.accordion.active:after {background-position: -263px -3px;}
.panelBox {color:#777777; font-size: 14px; display: none;}
.panelBox p{ padding-top: 10px;}
.container_holder{/*padding: 10px;margin: 10px;*/}
.left_holder{float: left;width: 48%;}
.right_holder{float: right;width: 48%;}
.clear{clear:both;}
.boxpanel{margin: 10px auto;padding: 10px 15px;/*border: 1px solid #2f75b5;*/border-radius: 5px;}
.plans-heading-new{color: #fff;background: #0063aa;font-size: 2.5rem;padding: 15px 0;border-top-right-radius: 4px;border-top-left-radius: 4px;background: #f5841f !important;text-align: center;font-weight: bold;}
.boxpanel-first{margin: 10px auto;padding: 10px 0px !important;border-radius: 5px;background: #f5841f;color: #fff;font-size: 14px;}
.form-control-outr-new_first{padding: 10px;background-color: #f5841f;color: #fff;}
.form-control-outr-status {padding: 10px;margin: 10px 0px;text-align: center;font-size: 15px;font-weight: bold;background: #fff;color: #575757;}
.form-control-outr-new {color: #5c9ad1;margin-bottom: 10px;}
.form-control-outr-lbl {margin: 10px 10px;padding: 10px 0px;}
.submitbt{padding: 21px;color: #fff;background-color: #5c9ad1;border: 0px;font-size: 15px;border-radius: 22px;font-weight: bold;background: url(../images/icons8-search-24.png) #5c9ad1 no-repeat center;}
.form-control-new {padding: 10px;width: 100%;border-top: none;border-left: none;border-right: none;border-bottom: 1px solid #5c9ad1;background: #fff;}
.red{color: red;}
/* ---------------------accordian ----------------------------*/
/*----------------------kit-----------------------------------*/
.m_c_tabs {max-width: 350px;display: flex;justify-content: space-around;}
.m_c_tabs label{padding: 13px 30px; width: 50%; text-align: center; margin: 0; color: #000;font-size: 100%;}
.radio-test {display: none;}
#test-1:checked ~ .labels #label-test-1 {background-image: url(../images/g-img.png);text-align: center; color: #ffffff!important;background-repeat: repeat-x;}
#test-2:checked ~ .labels #label-test-2 {background-image: url(../images/g-img.png);color: #fff!important;text-align: center;background-repeat: repeat-x;}
#test-1:checked ~ #content-test-1 {display: block;}
#test-2:checked ~ #content-test-2 {display: block;}
.m_c_tabs.labels{border: solid 3px #0173b2; border-radius: 10px; color: #fff;}
#document_panel{display: none;}
.lftbox-outr {margin-bottom: 40px;padding-bottom: 0;}
.new_spacerLR {padding-left: 30px;padding-right: 30px;}
.new_spacerLR .form-control-outr {border-bottom: none;margin-top: 30px;}
.new_spacerLR .form-control-new {padding-left: 0;}
.new_spacerLR .new_spacerL {padding-left: 0;}
.new_spacerLR .button-active {margin-left: 0;margin-top: 20px;}
.new_spacerLR #document_panel ul {padding-top: 10px;}
.new_spacerLR #document_panel ul li {display: flex;align-items: center;padding-top: 10px;border-top: 1px solid #ededed;padding-bottom: 10px;}
.new_spacerLR #document_panel ul li span {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 70%;padding-right: 15px;}
.new_spacerLR #document_panel ul li a {display: flex;text-decoration: underline;}
.new_spacerLR #document_panel ul li .button-active {text-decoration: none;margin: 0;font-size: 12px;height: 34px;line-height: 34px;}
.new_spacerLR #document_panel ul li:last-child {padding-bottom: 0;}
@media (max-width:767px) {
.new_spacerLR {padding-left: 0px;padding-right: 0px;}
}
.submitbtt{padding: 16px;color: #fff;background-color: #f5841f;border: 0px;font-size: 15px;border-radius: 22px;font-weight: bold;text-align: center;/*! background: url(../images/icons8-search-24.png) #5c9ad1 no-repeat center; */}
/*----------------------kit-----------------------------------*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment