.header-logo {
    width: 300px;
}

.mobile-header-button {
    right: 0.2rem;
}

.mobile-header-button:focus {
    box-shadow: none;
}

.mobile-menu-option {
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
}

.visibility-hidden {
    visibility: hidden;
}

/*BUTTONS*/
.btn-outline-primary {
    color: #3F3F3F;
    background-color: white;
    border-color: #3F3F3F;
}

.btn-outline-primary:hover {
    color: white;
    background-color: #3F3F3F;
    border-color: #3F3F3F;
}

.btn-custom-yellow {
    color: #fff;
    background-color: #FED70E;
    border-color: #FED70E;
}

.btn-custom-yellow:hover {
    color: #fff;
    background-color: #1f2d48;
    border-color: #1f2d48;
}
/*BUTTONS*/

/* BG COLOR */
.bg-custom-primary {
    background-color: #1f2d48 !important;
}

.bg-custom-secondary {
    background-color: #3F3F3F !important;
}
/* BG COLOR */

/* Table */
.comparisonModalTable tr td {
    vertical-align: middle !important;
}
/* Table */

/*TEXT COLORS*/
.text-custom-primary {
    color: #1f2d48 !important;
}

.text-custom-secondary {
    color: #3F3F3F !important;
}

.green {
    color: #1f2d48 !important;
}

.white {
    color: white !important;
}

.text-custom-black {
    color: #3F3F3F !important;
}
/*TEXT COLORS*/

/*FOOTER*/
.footer-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #1f2d48;
    display: flex;
    line-height: 2;
}
/*FOOTER*/

/*INSURED STEPS*/
.insured-step {
    padding: 2rem;
}

.insured-step img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    padding: 0;
}

.insurance-step-curve-1 {
    /*position: absolute;
    left: 24%;
    width: 23vw;
    height: 10vh;*/
    position: absolute;
    left: 23rem;
    top: 14.5rem;
}

.insurance-step-curve-2 {
    /*position: absolute;
    width: 25vw;
    height: 10vh;
    margin-top: 160px;
    right: 23%;*/
    position: absolute;
    right: 22rem;
    top: 15.5rem;
}
/*INSURED STEPS*/

/*INPUT FIELDS*/
input[type="text"], input[type="number"],input[type="tel"], input[type="file"],input[type="email"], input[type="date"], input[type="datetime-local"], input[type="password"], textarea[class="form-control"], select[class="form-control"] {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    border-radius: 4px;
    font-size: 16px;
}

input[type="text"]:focus, input[type="number"]:focus,input[type="tel"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="password"]:focus, textarea[class="form-control"]:focus, select[class="form-control"]:focus {
    border: 1px solid rgba(37, 163, 29, 0.35);
}

textarea[name="residential_address"], textarea[name="message"] {
    height: 120px;
}

/*input[name="userPhone"], input[name="contact_no"] {
    border-left: none;
    padding-left: 0.5rem;
    height: calc(1.6em + 1rem + 2px);
}*/

.form-control:focus, .custom-select:focus {
    color: #3F3F3F;
    font-weight: 500;
}

.input-contact-prepend {
    background: #eff0f5;
    border: 1px solid rgba(37, 163, 29, 0.2);
    padding: 0.55rem 10px;
}

input[name="blogSearch"] {
    border-color: #3F3F3F;
    height: calc(1.6em + 1.5rem + 1px);
}

input[name="blogSearch"]:focus {
    border-color: rgba(63, 63, 63, 0.45);
}

.blogSearchBtn {
    padding: 0.75rem 1.5rem;
    height: calc(1.6em + 1.5rem + 1px);
    border-width: 1px;
}

.input-button-append {
    border-radius: 0 4px 4px 0;
}

div.iti.iti--allow-dropdown {
    width: 100%;
}
/*INPUT FIELDS*/

/* COMPARISON PAGE - POLICY CARDS */
.policy-card {
    padding: 1.2rem;
    /*background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, rgba(37, 163, 29, 0.25), rgba(37, 163, 29, 0.5));*/
    background: linear-gradient(360deg, #59B57B -17.65%, #FFFFFF 39.77%);
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: rgba(48, 196, 40, 0.2);
    box-shadow: 0 10px 60px rgba(37, 163, 29, 0.08);
    border-radius: 4px;
    border-bottom: 7px solid #13562C;
    line-height: 1.3;
}

.policy-card .policy-card-img {
    width: 120px;
    height: 80px;
}

.policy-card .policy-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.policy-card .policy-title {
    line-height: 1;
    height: 40px;
    overflow: hidden;
}

ul.featuresListDisplay {
    padding-left: 1rem !important;
    margin-bottom: 0 !important;
}

.policy-discount-badge {
    padding: 0.3rem;
    background: #fed70e;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #fed70e;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    width: 25%;
    text-align: center;
    margin-left: 1rem;
}

.policy-compare-btn {
    margin-left: auto;
    padding: 0.4rem;
    background: #FFFFFF;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: rgba(48, 196, 40, 0.2);
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

.policy-download-btn {
    padding: 0.5rem;
    border: 1px solid #1f2d48;
    border-radius: 4px;
    cursor: pointer;
}

.comparison-summary-card {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
}

.policy-details-section {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
}

.policy-details-section .policy-details-section-sub  {
    position: fixed;
    /*top: 30vh;*/
    right: 0;
    left: 0;
    bottom: -75vh;
    background: white;
    z-index: 10000;
    overflow-y: auto;
    height: 75vh;
}

.policy-details-section .cyber-product-tabs ul li {
    width: 25%;
    padding: 1rem;
    text-align: center;
}

.policy-details-section .cyber-product-tabs ul {
    border-bottom: 1px solid #e7e7e7;
}

.policy-details-section .cyber-product-tabs ul li.underline {
    border-bottom: 3px solid #1f2d48;
}

.policy-details-section .cyber-product-tabs ul li a {
    color: #3F3F3F;
}

.policy-details-section .cyber-product-tabs ul li a.active {
    font-weight: bold;
    border-bottom: none !important;
}

.inquire-modal-img {
    width: 140px;
    height: 80px;
}

.inquire-modal-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.filter-section {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
}

.filter-section .filter-section-sub  {
    position: fixed;
    /*top: 30vh;*/
    right: 0;
    left: 0;
    bottom: -45vh;
    background: white;
    z-index: 10000;
    overflow-y: auto;
    height: 45vh;
}

.sort-section {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
}

.sort-section .sort-section-sub  {
    position: fixed;
    /*top: 30vh;*/
    right: 0;
    left: 0;
    bottom: -30vh;
    background: white;
    z-index: 10000;
    overflow-y: auto;
    height: 30vh;
}

.comparison-filter-sort-div {
    width: 100%;
    top: 1rem;
    position: sticky;
    z-index: 0;
}

.comparison-filter-card {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
    max-height: 350px;
    overflow-y: auto;
    padding: 1rem;
}

.comparison-sort-card {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
    padding: 1rem;
}

.compare-section {
    border-top: 1px solid #dae5d9;
    padding: 1rem 0;
    /*Comment below lines to disable the fixed property of compare div*/
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 1;
}

.compare-cards-div {
    display: flex;
    flex-flow: wrap;
}

.compare-card {
    position: relative;
    background: linear-gradient(360deg, #59B57B -17.65%, #FFFFFF 39.77%);
    border: 1px solid rgba(37, 163, 29, 0.3);
    box-shadow: 0 10px 60px rgba(37, 163, 29, 0.08);
    border-radius: 8px;
    width: 20%;
    margin: 0 0.25rem ;
    padding: 0.8rem;
}

.compare-card i.fa-times-circle {
    position: absolute;
    top: 13px;
    right: 13px;
    color: #3F3F3F;
    cursor: pointer;
}

.compare-card-img {
    display: flex;
    width: 100px;
    height: 70px;
    margin: 0 auto;
}

.compare-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.compare-card-buttons {
    position: relative;
    display: flex;
    width: 16%;
    margin: 0 0.25rem ;
    padding: 0.8rem;
}

.comparison-modal-company-img {
    width: 100px;
    height: 60px;
    margin: 10px auto;
}

.comparison-modal-company-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.comparison-modal-policy-title {
    background: #1f2d48;
    border: 1px solid rgba(37, 163, 29, 0.2);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.comparison-modal-policy-title span {
    margin: auto;
}

.plan-details-content p {
    line-height: 1.3;
    margin-bottom: 0 !important;
}
.plan-details-content table {
    width: 100%;
    margin: 1rem 0;
}

.plan-details-content table tr td {
    padding: 0.75rem;
    border-width: thin;
}
/* COMPARISON PAGE - POLICY CARDS */

/* CHECKOUT PAGE */
.checkout-summary-card {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
}

.checkout-summary-card-img {
    display: flex;
    width: 120px;
    height: 90px;
    margin: 0 auto;
}

.checkout-summary-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.checkout-form-card {
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2);
    box-shadow: 0 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 4px;
}
/* CHECKOUT PAGE */

/*PAGE HEADER*/
.general-page-header {
    padding-top: 150px !important;
    padding-bottom: 80px !important;
}
/*PAGE HEADER*/

/* PAYMENT OPTIONS */
.payment-options {
    border-width: 2px;
}

.payment-options.active {
    border: 2px #1f2d48 solid;
}

.payment-options-img {
    width: 100%;
    height: 50px;
}

.payment-options-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}
/* PAYMENT OPTIONS */

.gutters-0 {
    --bs-gutter-x: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.back-green {
    background-color: #1f2d48 !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.p-custom {
    padding: 17px 27px 15px 24px;
}

.box {
    color: black;
}

.box:hover {
    background-color: #1f2d48;
    color: white;
}

.mt-20 {
    margin-top: -20px;
}

.form-control {
    border: 0;
}

.mt-100 {
    margin-top: 100px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-30 {
    margin-top: -30px;
}

.image {
    max-width: 60%;
}

.activeMain {
    background-color: #1f2d48;
    color: white;
}

.testimonial-back {
    background-color: #F7FBFE;
}

.testimonial-p {
    height: 7rem;
    overflow: hidden;
}

.top-quotes {
    position: absolute;
    margin-top: -45px;
}

.bottom-quotes {
    position: absolute;
    bottom: -35px;
    right: 30px;
}

.back-custom-blue {
    background-color: #F7FBFE;
}

.card-back {
    background-color: #F7FBFE;
    height: 100%;
}

.footer-back {
    background-color: #3F3F3F;
}

.footer-contact {
    border-radius: 100%;
    background-color: #1f2d48;
    padding: 4px 9px;
}


.what-we-do {
    border-radius: 100%;
    background-color: #1f2d48;
    padding: 12px 12px;
}

.footer-location {
    border-radius: 100%;
    background-color: #1f2d48;
    padding: 4px 9px;
}

.text-custom-white {
    color: white;
}

.takaful-dropdown {
    height: 200px;
    width: 500px;
    margin-top: -30px;
}

.blog-arrow {
    background-color: #FED70E;
    padding: 16px 40px;
    color: #3F3F3F;
}

.blog-arrow:hover {
    background-color: #1f2d48;
    color: #ffffff;
}

.contact-back {
    background-color: #FED70E;
    width: 150px;
    border-radius: 7px;
}

.marketing-team {
    width: 15%;
    position: absolute;
    margin-left: 11%;
    margin-top: -23px;
}

.client-review {

    position: absolute;
    margin-top: -20px;
    left: 40%
}

.accordian {
    color: #878787;
}

.insurance-step-1 {
    position: absolute;
    left: 17%;
    margin-top: -35px;
}

.insurance-step-2 {
    position: absolute;
    left: 46%;
    margin-top: -40px;
}

.plan-white {
    filter: invert(115%) sepia(199%) saturate(263%) hue-rotate(205deg) brightness(100%) contrast(290%);
}

/*Progress bar*/
#ProgressBar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.step {
    text-align: center;
}

.text {
    margin-bottom: 10px;
    color: #1f2d48;
}

.bullets {
    border: 1px solid #EFF0F6;
    background-color: #EFF0F6;
    padding: 10px;
    border-radius: 100%;
    color: black;
    width: 40px;
    display: inline-block;
    position: relative;
    transition: background-color 500ms;
    line-height: 20px;
}

.bullets.completed {
    color: white;
    background-color: #1f2d48;
}

.bullets.completed::after {
    content: "";
    position: absolute;
    right: -245px;
    bottom: 20px;
    height: 7px;
    width: 245px;
    background-color: #1f2d48;
}


/*Travel Progress bar*/
#ProgressBar1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.step1 {
    text-align: center;
}

.text {
    margin-bottom: 10px;
    color: #1f2d48;
}

.bullets1 {
    border: 1px solid #EFF0F6;
    background-color: #EFF0F6;
    padding: 10px;
    border-radius: 100%;
    color: black;
    width: 40px;
    display: inline-block;
    position: relative;
    transition: background-color 500ms;
    line-height: 20px;
}

.bullets1.completed {
    color: white;
    background-color: #1f2d48;
}

.bullets1.completed::after {
    content: "";
    position: absolute;
    right: -105px;
    bottom: 20px;
    height: 7px;
    width: 105px;
    background-color: #1f2d48;
}
