/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2025 | 10:45:11 */
/*Exposure CSS*/

.section-exposure {
    position: relative;
}

.step-container {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #2cc3c8;
}
.step-container-2 {
    display: flex;
    font-weight: bold;
    color: #2cc3c8;
    margin: 0px;
    padding: 0px;
    margin-right: 15px;
}

.step-text {
    font-size: 20px;
}

.step-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    margin-left: 0.5rem;
    border-radius: 50%;
    background-color: #2cc3c8;
    color: white;
    font-size:16px;
    padding-top:1px;
}

.exposure-wrapper {
    /*
	background: #fff;
    padding: 20px 30px 60px 30px;
    margin-bottom: 100px;
	*/
}

.probability-calculation {
    margin: 0px auto;
    font-size: 18px;
    font-weight: 700;
    margin-top:30px;
    text-align: center;
}

.image-hr {
    border: none;
    height: 10px;
    background-image: url('../images/line.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
}

.exposure-wrapper label {
    font-size: 16px !important;
    color: #3B4254;
    font-weight:400;
    padding-left:5px;
}

.inputGroupContainer {
    text-align: left;
    margin-bottom: 15px;
}

.ration-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #666666;
    font-size: 14px;
}

    .ration-group span {
        font-size: 14px;
    }

.range {
    width: 100% !important;
    background-image: url(../images/scale.svg);
    height: 23px;
    background-position: bottom;
    background-repeat: repeat-x;
}

.input-slider-section {
    display: flex;
}

.slider {
    flex: 1;
}

.value-display {
}

    .value-display input {
        width: 100%;
        text-align: center;
    }

.exposure-wrapper input[type="text"] {
    height: 60px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.exposure-wrapper select#ContentPlaceHolder1_dropdownField3 {
    height: 60px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.input-slider-section input[type="range"] {
    width: 100%;
}

.range1 {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 0px;
    background: #FEDEBE;
}

#range1::-webkit-slider-runnable-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
}

.range1::-moz-range-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
}

.range1::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #f50;
    box-shadow: -407px 0 0 400px #f50;
}

.range1::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #f50;
    box-shadow: -407px 0 0 400px #f50;
}


.form-group-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .form-group-custom .form-control {
        /*height:56px; border-radius: 8px;*/
        padding:6px 10px;
        margin-left: 0px !important;
        text-indent: 0px;
        font-weight:700;
        font-size: 16px;
        height: 44px;
        border-radius: 8px;
    }

.info-icon {
    cursor: pointer;
}

.btn.dropdown-toggle {
    border-radius: 8px;
    background: #fff;
    margin: 0px;
    width: 100%;
    border: 1px solid #ddd;
}

.exposure-wrapper .dropdown-menu {
    border-top: 0px;
}
.banner-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.probability-card {
    border: 1px solid #DDDDDD;
    padding: 0px;
    background-color: #F4F4F4;
    border-radius: 8px;
}

.small-text {
    font-size:16px;
    color: #3B4254;
    width:65%;
    font-weight: 400;
}

.percentage {
    font-size:20px;
    font-weight: bold;
    color: #0D0C24;
}



.exposure-amount {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.btn-danger {
    background-color: #fc6944;
    border-color: #fc6944;
    font-weight: bold;
}

    .btn-danger:hover {
        background-color: #e05a3c;
        border-color: #e05a3c;
    }

.dotted-hr {
    border: none;
    border-top: 1px dotted #dddddd;
    color: #000;
    height: 1px;
    width: 100%;
}

.reduce-exposure {
    margin-top:30px;
}

.exposure-card {
    border-radius:8px;
    padding:5px;
    background: #f4f4f4;
    border:1px solid #dddddd;
}

.exposure-text {
    font-size:16px;
    color:#3B4254;
}

.exposure-value {
    font-weight: 700;
    font-size:48px;
	margin-top:15px;
}

/*
.exposure-card .card-body {
    padding-bottom: 0px;
}
*/
/*Exposure CSS*/


.feture-exposure .table tr th {
    font-weight: normal;
    color: #3B4254;
	font-weight:700;
}

.feture-exposure .table tr td {
    color: #EE5138;
    font-weight: bold;
    font-size: 24px;
}

.exposure-footer-section {
    position: relative;
    margin-top: 50px;
}

.exposurefooter-img {
    position: absolute;
    right: 0;
}

.save-millions p {
    font-weight: 700;
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FDE1D0 !important;
    border: 1px solid #FDE1D0 !important;
    padding: 3px 10px !important;
    color: #713A18 !important;
    border-radius: 20px !important;
    min-width: 120px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
}

.year-exposured-custom-card {
    border-radius:8px;
    padding: 20px;
    background-color: #F4F4F4 !important;
    border: 1px solid #DDDDDD !important;
}

 .year-exposured-custom-card .title {
     color: #0D0C24 !important;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 15px !important;
    font-size: 28px !important;
    line-height: 54px !important;
}

.year-exposured-custom-card .subtitle {
        color: #3B4254 !important;
        text-align: center !important;
        font-size:24px;
	font-weight:700;
    }

.exposure-table {
    width: 100%;
    text-align: center;
}

    .exposure-table th,
    .exposure-table td {
        padding: 10px;
        border: 1px solid #dee2e6;
    }

    .exposure-table .amount {
        color: #e94e37 !important;
        font-weight: bold !important;
    }

.feture-exposure {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .feture-exposure table {
        margin-bottom: 0px;
    }

    .feture-exposure .table thead th {
        border-bottom: 0px;
    }
.table-responsive table td,
.table-responsive table th {
  border: none !important;
  border: none !important; /* Optional: if you want to remove left lines too */
}
.table-responsive table th{
	border-bottom:none !important;
}



.submitbtn button:disabled, button[disabled] {
    background-color: #F9C9C2 !important;
    border: 0px;
}

select {
    background-color: white;
    /* inline SVG */
    /* background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");*/
    background-image: url(/wp-content/uploads/2025/04/icon_down.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 2px;
    border: none;
    color: #ffffff;
    padding: 10px 30px 10px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }
.subtitle sup {
    top: 0px;
}

.year-exposured-custom-card sup {
    top: 0px;
}
.open-button:disabled {
    background: #ff4f33;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with 80% opacity */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.loader {
    border: 8px solid #f3f3f3; /* Light gray */
    border-top: 8px solid #FF4F33; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Modal styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
/* Modal Content */
.emai-results-popup .form-group {
    margin-bottom:5px;
}
.modal-content {
    background-color: white;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 15px;
}

.modal-header {
    position: relative;
    background: #ff9130;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    height: 56px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-body {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.modal-header .close {
    padding: 0px;
    margin: inherit;
    margin-top: -9px !important;
}

button.close {
    padding: 0 !important;
    margin: 0 !important;
    width: 25px;
    height: 25px;
    float: right;
    display: contents;
}

.col-form-label {
    font-size:16px;
    padding-bottom:0px;
}
/* Close button */
.close {
    opacity: inherit !important;
}

    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
    }
/* Open button styling */
.open-button {
    cursor: pointer;
}
.finalPopup button{
    min-width:120px;
}
.successMessage {
    text-align: center;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ff4f33;
    border-color: #ff4f33;
}
.btn-primary:hover{
	background-color: #ff4f33;
	border-color: #ff4f33;
}
.btn-primary:active{
	background-color: #ff4f33;
	border-color: #ff4f33;
}
.btn-primary:focus{
	background-color: #ff4f33;
	border-color: #ff4f33;
}
.btn-primary:not(:disabled):not(.disabled):active{
	background-color: #ff4f33;
	border-color: #ff4f33;
	outline:none;
}
.emai-results-popup input[type="text"] {
    text-transform: capitalize;
}

.emai-results-popup input[type="email"] {
    text-transform: none
}
.featureExposure {
    color: #e94e37;
}
.stepper-2 {
    display: flex;
    align-items: center;
    justify-content: start;
}
.empty-card {
    margin-top: 30px;
}
.basic-probability-section {
    margin-top: 20px;
}
.step-container-3{
	display:flex;
	margin-left:15px;
}
.table-responsive{
	border: 1px solid #dee2e6;
	border-radius:8px;
}
.feture-exposure .table thead th:first-child, .feture-exposure .table tr td:first-child {border-right: 1px solid #dee2e6 !important;}

@media (min-width:768px) {
}

/* Media query for large desktops */
@media (min-width: 1200px) {
    .year-exposured-custom-card .subtitle {
        font-size:24px;
    }

    .exposure-wrapper label {
        font-size: 20px;
    }

    .exposure-value {
        font-size: 40px;
		color:#1c1c1c;
    }
   /*
	 .submitbtn {
        margin-top: 20px;
    }
	*/
}

@media (min-width: 1800px) {
    .exposure-wrapper label {
        font-size: 20px;
    }

    .exposure-value {
        font-size:46px;
    }
    /*
	 .submitbtn {
        margin-top: 20px;
    }
	*/
}

@media (max-width:1440px) {
    .modal-content {
        margin: 6% auto;
 
    }
}

    @media (max-width: 1024px) {
        .exposure-calculator-header {
            padding-top: 135px;
        }

        .exposure-wrapper {
            border-radius: 50px;
        }

            .exposure-wrapper label {
                font-size: 13px;
            }


        .form-group-custom .form-control {
            font-size: 15px;
        }

        .select2-container--default .select2-search--inline .select2-search__field {
            font-size: 16px;
            height: 22px;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
            font-size: 13px;
            text-align: left;
        }

        .small-text {
            font-size: 16px;
            width: 100%;
        }

        .percentage {
            font-size: 16px;
        }

        .exposure-text {
            font-size: 13px;
        }

        .exposure-value {
            font-size: 30px;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
            font-size: 20px;
            line-height: 22px;
        }

        .step-text {
            font-size: 13px;
        }

        .step-circle {
            width: 20px;
            height: 20px;
            font-size: 13px;
            padding-top: 1px;
        }

        .submitbtn .btn {
            font-size: 10px;
        }
    }


/*     @media (max-width:920px) {
        .open-button {
            margin-top: 10px;
        }
    } */

    @media (max-width: 912px) {
        .exposure-wrapper label {
            font-size: 16px;
        }
    }

    @media (max-width: 820px) {
        input::-webkit-input-placeholder {
            font-size: 14px;
        }

        input:-moz-placeholder {
            font-size: 14px;
        }

        input::-moz-placeholder {
            font-size: 14px;
        }

        input:-ms-input-placeholder {
            font-size: 14px;
        }

        .form-group-custom {
            display: inline;
        }

        .exposure-wrapper label {
            font-size: 14px;
        }

        .form-group-custom .form-control {
            /*    font-size:14px;*/
        }

        .select2-container--default .select2-selection--multiple {
            min-height: 48px;
        }

        .select2-container--default .select2-search--inline .select2-search__field {
            font-size: 14px;
            height: 20px;
        }

        .form-group-custom .form-control {
            font-weight: 400;
            /*    font-size:14px;*/
        }

/*         .step-container {
            margin-bottom: 15px;
            margin-top: 10px;
        } */

        .year-exposured-custom-card .title {
            font-size: 22px;
            line-height: 32px;
        }

        .feture-exposure {
            display: inline;
        }

        .year-exposured-custom-card .subtitle {
            font-size: 18px;
        }

        .custom-col-820 {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .calculation_btn {
            margin-left: 10px;
        }
    }

    @media (max-width: 768px) {
        .save-millions .text-primary {
            font-size: 20px;
        }
    }

@media (max-width: 767px) {
    .open-button {
        margin-top: 0px;
    }
}


    @media (max-width: 640px) {
        .exposure-calculator-header {
            padding-top: 150px;
        }

            .exposure-calculator-header .text-lemon {
                width: 100%;
            }

        .exposure-wrapper {
            padding: 20px 0px 30px 0px;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
            font-size: 10px;
            word-wrap: normal;
            text-align: left !important;
            float: left;
        }

        .percentage {
            font-size: 16px;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice {
            min-width: 90px;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            font-size: 15px;
            line-height: 22px;
        }
		    .open-button {
        margin-top: 10px;
    }
	.year-exposured-custom-card .title{
		line-height: 36px;
		}
				

    }


@media (max-width:411px) {
    .open-button {
        margin-top:10px;
    }
}


    @media (max-width:375px) {
        .exposure-value {
            font-size: 22px;
        }
    }
@media (max-width:360px) {
    .open-button {
        margin-top:0px;
    }
}

@media (max-width:336px) {
    .open-button {
        margin-top:10px;
    }
}


    /* Adjust font size when the zoom level is at 200% */
    @media screen and (min-resolution: 192dpi) {
    }
.form_feilds {
    border: 1px solid #DDDDDD;
    background: #fff;
    border-radius: 8px;
    padding: 10px 17px;
    width: 100%;
    margin: 0px 0px 0px;
    outline: unset;
    color: #787C8B;
    height: 44px;
}
