.body {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    line-height: 20px;

}

/*p {*/
/*    font-weight: 300;*/
/*}*/

ul li {
    font-weight: 300;
    padding-bottom: 10px;
}

.main-wrapper {
    /*background-color: rgb(0, 90, 108);*/
    padding: 30px 0;
    margin-bottom: 30px;
}

.main-wrapper p {
    margin-bottom: 0;

}
.logo {
  text-align: center;
}

.content-wrap {
    color: white;
}

.data {
    background-color: #eeeeee;
    padding: 20px;
    margin: 30px;
}

.touch {
    background-color: #eeeeee;
    padding: 20px;
    margin: 30px;
}

.insurance {
    background-color: #eeeeee;
    padding: 20px;
    margin: 30px;
}

.experts {
    background-color: #eeeeee;
    padding: 20px;
    margin: 30px;
}

.confidence {
    background-color: #eeeeee;
    padding: 20px;
    margin: 30px;
}

h2 {
    color: rgb(92, 89, 109);
    font-size: 28px;
    display: block;
    font-style: normal;
    font-weight: 600;
    padding: 0;
}

h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

h4 {
    color: #5c596d;
    font-size: 20px;
    display: block;
    font-style: normal;
    font-weight: 400;

    padding: 0;
    margin: 20px 0px;
}

h5 {
    color: rgb(92, 89, 109);
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

#main-caption {
    color: white;
    font-size: 42px;
    font-weight: 600;
}

.header-wrapper {
    background-color: #ffd900;
    padding: 15px 0px;
}

.protection {
    padding-bottom: 60px;
}

.cost {
    margin: 20px 0px;
}

.important-information {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: rgb(238, 238, 238);
}

footer {
    background-color: #272c49;
    color: #ccc;
    margin: 0;
    overflow: hidden;
    position: relative;
}

footer ul li {
    display: inline;
    margin: 0px 10px;
    color: white;
    text-decoration: none;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;

}

.policy {
    padding-top: 20px;
}

.copyright {
    margin-top: -39px;
}

.input {
    width: 100%;
    background-color: #eee;
}

button,
input,
optgroup,
select,
textarea {
    background-color: #eee;
    border-color: rgb(115, 115, 115);
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
}

input[type=text] {
    appearance: none;
    background-color: #f9f9f9;
    border: 1px solid #737373;
    border-radius: 0.25em;
    box-shadow: inset 0 2px 2px 0 hsla(0, 0%, 80%, .5);
    color: #444;
    display: block;
    height: 3.125em;
    line-height: 1.5em;
    max-width: 100%;
    padding: 0.75em 1.25em;
    position: relative;
    width: 100%;
    z-index: 2;
}

select.form-control {
    appearance: none;
    background-color: #f9f9f9;
    border: 1px solid #737373;
    border-radius: 0.25em;
    box-shadow: inset 0 2px 2px 0 hsla(0, 0%, 80%, .5);
    color: #444;
    display: block;
    height: 3.125em;
    line-height: 1.5em;
    max-width: 100%;
    padding: 0.75em 1.25em;
    position: relative;
    width: 100%;
    z-index: 2;
}

#address {
    width: 161.594px;
}

.protection h3 {
    font-size: 1.25em;
    letter-spacing: -.00625em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    color: #5c596d;
    display: block;
    font-style: normal;
    font-weight: 400;
}

.protection ul {
    padding-left: 15px;
}

.protection .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding-left: 0;
    border: 1px solid #737373;
    padding: 1px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
   
}

.protection .nav.nav-tabs .nav-item {
    display: list-item;
    background: rgb(249, 249, 249);
    width: 50%;
    text-align: center;
    padding-bottom: 0;
    border-radius: 5px;

}

.protection .nav.nav-tabs.main .nav-item {
    width: 33.3%;
    border: none;
}

.protection .nav.nav-tabs.main {
    border: 1px solid #737373;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    padding: 1px;
}

.protection .nav.nav-tabs.main .nav-item a {
    width: 100%;
    padding: 10px 0px;
    min-height: 69px;
    vertical-align: middle;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.protection .nav.nav-tabs .nav-item a {
    text-decoration: none;
    color: #444;
    width: 100%;
    min-height: 181px;
    padding-top: 17px;
    text-align: center;
    display: inherit;
}

.protection .nav.nav-tabs.post .nav-item {
    width: 25%;
    padding: 0;
}

.protection .nav.nav-tabs.post .nav-item:hover,
.protection .nav.nav-tabs.post .nav-item:focus {
    width: 25%;
    padding: 0;
}


.protection .nav.nav-tabs .nav-item a:hover,
.protection .nav.nav-tabs .nav-item a:focus {
    background: #eeeeee;
    transition: all 0.5s ease-out;

}

.protection .nav.nav-tabs .nav-item a.active {
    transition: all 0.5s ease-out;
    background: #272c49;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.protection .nav.nav-tabs .nav-item a:after {
    content: '.';
    font-size: 46px;
    opacity: 0;
    line-height: 18px;
}

.protection .nav.nav-tabs .nav-item a.active:after {
    content: '.';
    font-size: 46px;
    opacity: 1;
    line-height: 18px;
}

.protection .nav.nav-tabs .nav-item:hover,
.protection .nav.nav-tabs .nav-item:focus {
    background: #eeeeee;
}

.protection .nav.nav-tabs .nav-item a i.family-protection {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/meandsomeonelse.png) no-repeat 5px 14px;
    margin-left: auto;
    margin-right: auto;
}

.protection .nav.nav-tabs .nav-item a.active i.family-protection {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/meandsomeonelse.png) no-repeat -114px 14px;
    margin-left: auto;
    margin-right: auto;
}

.protection .nav.nav-tabs .nav-item a i.mortgage-protection {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/mortgage.png) no-repeat 5px 14px;
    margin-left: auto;
    margin-right: auto;
}

.protection .nav.nav-tabs .nav-item a.active i.mortgage-protection {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/mortgage.png) no-repeat -114px 14px;
    margin-left: auto;
    margin-right: auto;
}

.protection .nav.nav-tabs .nav-item a .user {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/me.png) no-repeat 5px 14px;
    margin-left: auto;
    margin-right: auto;
}

.protection .nav.nav-tabs .nav-item a.active .user {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/me.png) no-repeat -114px 14px;
    margin-left: auto;
    margin-right: auto;
}

.protection .nav.nav-tabs .nav-item a .user-other {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/family.png) no-repeat 5px 14px;
    margin-left: auto;
    margin-right: auto;
}

.protection .nav.nav-tabs .nav-item a.active .user-other {
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/family.png) no-repeat -114px 14px;
    margin-left: auto;
    margin-right: auto;
}

.protection .nav.nav-pills {
    display: flex;
    flex-wrap: wrap;
}

.protection .nav.nav-pills .nav-item {
    display: list-item;
    padding: 7px 30px;
}

.protection .nav.nav-pills .nav-item .nav-link {
    display: contents;
}

.protection .form-check .form-check-input[type=radio] {
    padding: 17px;
    position: relative;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    border: 1px solid #737373;
    margin-top: 8px;
    margin-left: 0;
    transition: all 0.5s ease-out;
}

.protection .form-check .form-check-input[type=radio]:checked {
    background-color: #272c49;
    border-color: #272c49;
    border: 1px solid #fff;
    transition: all 0.5s ease-out;
}

.protection .form-check .form-check-input[type=radio]+label {
    background: #f9f9f9;
    border: 1px solid #737373;
    width: 100%;
    padding: 14px 56px;
    margin-left: -47px;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: all 0.5s ease-out;
}

.protection .form-check .form-check-input[type=radio]:checked+label {
    background: #272c49;
    width: 100%;
    color: #fff;
    transition: all 0.5s ease-out;
}

.protection .form-check .form-check-input[type=checkbox] {
    padding: 1px;
}

.protection .form-check .form-check-input[type=checkbox] {
    padding: 17px;
    position: relative;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    border: 1px solid #737373;
    margin-top: 8px;
    margin-left: 0;
    transition: all 0.5s ease-out;
}

.protection .form-check .form-check-input[type=checkbox]:checked {
    background-color: #272c49;
    border-color: #272c49;
    border: 1px solid #fff;
    transition: all 0.5s ease-out;
}

.protection .form-check .form-check-input[type=checkbox]+label {
    background: #f9f9f9;
    border: 1px solid #737373;
    width: 100%;
    padding: 14px 56px;
    margin-left: -47px;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: all 0.5s ease-out;
}

.protection .form-check .form-check-input[type=checkbox]:checked+label {
    background: #272c49;
    width: 100%;
    color: #fff;
    transition: all 0.5s ease-out;
}

.protection .form-check {
    min-height: 38px;
    padding-left: 0;
    margin-left: 10px;
    margin-right: -14px;
}

.protection .form-group {
    margin-bottom: 15px;

}

.protection .form-group label {
    margin-bottom: 10px;
}

.protection .accordion .accordion-item .accordion-body {
    padding: 0;

}

.protection .accordion .accordion-item {
    border: none;
}

.protection .accordion .accordion-item .accordion-header button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding-left: 0;
    font-weight: bold;
}

.btn.btn-link {
    padding: 0;
}

.insurance .download-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.insurance .download-wrap p {
    margin-bottom: 0;
    margin-top: 20px;
}

.insurance .download-wrap .download {
    width: 28px;
    height: 37px;
    display: inline-block;
    background: url(images/download.svg) no-repeat 5px 14px;
}

.accordion-button:before {
    content: "";
}

.accordion-button:not(.collapsed)::before {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
    content: none;

}

.accordion-button::after {
    content: none;

}

.btn.btn-primary {
    -webkit-appearance: none;
    appearance: none;
    background: #ffd900;
    border: none;
    border-radius: 0.25em;
    color: #004fb6;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5625em;
    margin: 0;
    min-width: 6.25em;
    padding: 0.875em 1.875em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 200px;
}

.btn.btn-primary.find {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #737373;
    background: #fff;
    border-radius: 0.25em;
    color: #004fb6;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5625em;
    margin: 0;
    min-width: 6.25em;
    padding: 0.875em 1.875em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 200px;
}

.btn.btn-primary.find:hover,
.btn.btn-primary.find:focus {
    color: #fff;
    background-color: #004fb6;
}

.protection .nav.nav-tabs.post .nav-item {
    border: none;
}

.protection .nav.nav-tabs.post .nav-item a {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.protection .nav.nav-tabs.post .nav-item a:hover,
.protection .nav.nav-tabs.post .nav-item a:focus {
    background: #272c49;
    color: #fff;
}

@media (max-width: 820px) {
    .logo {
      margin-top: 50px;
    }
    .protection .nav.nav-tabs .nav-item a {
        font-size: 14px;
        line-height: 15px;
    }
    .img-fluid {
      max-width: 100%;
    }
.policy {
  padding-top: 20px;
  text-align: center;
}
    .text-end {
      text-align: center !important;
    }
    .copyright {
      margin-top: 0px !important;
    }
    
    .elementor-background-overlay {
      height: 341px !important;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
    }
    .text-end {
      text-align: center !important;
    }
    .copyright {
      margin-top: 0px !important;
    }
    .policy > ul {
  padding: 0px;
}

}

@media (max-width: 768px) {
    .protection .nav.nav-tabs .nav-item a {
        font-size: 14px;
        line-height: 15px;
    }
    .policy {
  padding-top: 20px;
  text-align: center;
}
    .img-fluid {
      max-width: 100%;    }

    .text-end {
      text-align: center !important;
    }
    .copyright {
      margin-top: 0px !important;
    }
    
    .elementor-background-overlay {
      height: 341px !important;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
    }
    .text-end {
      text-align: center !important;
    }
    .copyright {
      margin-top: 0px !important;
    }
    
    .policy > ul {
  padding: 0px;
}

}

@media (max-width: 580px) {
    .protection .nav.nav-tabs .nav-item a {
        font-size: 14px;
        line-height: 15px;
    }
    .policy {
  padding-top: 20px;
  text-align: center;
  font-size: 10px;
}

.policy > ul {
  padding: 0px;
}

    
    .elementor-background-overlay {
      height: 336px !important;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
    }

}

.btn-group {
    display: flex;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #272c49;
    border-color: #272c49;
}

.btn-outline-primary {
    border: 1px solid #737373;
    color: #737373;
    padding: 15px 0;
}

.btn-check+.btn:hover {
    border: 1px solid #737373;
    color: #737373;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
}

.nav.nav-tabs.button {
    min-height: auto;
}

.protection .nav.nav-tabs.button .nav-item a {
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 17px;
}

.nav.nav-tabs.main {
    min-height: auto;
}

.protection .nav.nav-tabs.main .nav-item a {
    min-height: 86px;
    padding-top: 24px;
    padding-bottom: 23px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.nav.nav-tabs.button.post{
    min-height: auto;
    
}
.protection .nav.nav-tabs.button.post .nav-item a {
    border: none;
    min-height: 86px;
    padding-top: 24px;
    padding-bottom: 23px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.protection  .download{
    width: 28px;
    height: 37px;
    display: inline-block;
    background: url(images/download.svg) no-repeat 5px 14px;
}

.btn.btn-link{
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    color: #004fb6;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    padding-bottom: 1px;
    text-decoration: none;
    vertical-align: inherit;
}

/*Muddasir Balouch*/

.accordion-button:not(.collapsed)::before{
    float: left;
    margin-right: 10px;
}
.accordion-button::before{
    margin-left: 0px;
    margin-right: 10px;
}
 
 