@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');
.wizard > .content > .body label{
    color:#000;
    font-size: medium;
}
#dog_quote input[type="text"],#dog_quote input[type="number"], #dog_quote input[type="email"],  #dog_quote input[type="password"], #dog_quote select  {
    border-color: #15426d;
    border-radius: 9.6px;
    background-color: #fff;
    color: #000;
    min-height: 60px;
    font-size: 100%;
}
.select2-container {
    width: 100% !important;
}
body .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    height: 50px;
    border-color: #15426d;
    border-radius: 9.6px;
    color: #000;
    min-height: 60px;
    font-size: 100%;
    padding: 1em 0.5em;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px;
}
.wizard > .content > .body label.label-custom {
    font-size: medium;
    margin-right: 1em;
  /*   margin-bottom: .75em; */
    font-weight: 600;
    font-family: Raleway,sans-serif;
    display: block;
    color: #15426d;
}
#dog_quote .info {
    position: absolute;
    right: -10px;
    top: 50px;
}
body .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    padding: 2.5%;
}
.fa-info-circle {
    color: #255f9c;
}
.iti {
    display: block !important;
}
.wizard ul, .tabcontrol ul {
    text-align: center;
}
.wizard > .steps > ul > li {
    width: 23%;
    float: none;
    display: inline-block;
}
body .c__social-links__icon a {
    line-height: 44px;
    display: block;
}
.row>* {
    position: relative;
}
body .c__hero__contentWrap {
    background: #f5f7f9;
}
body .wizard > .steps .disabled a, body .wizard > .steps .disabled a:hover, body .wizard > .steps .disabled a:active {
    background: transparent;
    color: #888;
    cursor: default;
    text-align: center;
    font-size: 15px;
}
body .wizard > .steps .number {
    font-size: 1.429em;
    display: block;
    background-color: #e0e0e0;
    border-radius: 50%;
    height: 45px;
    line-height: 38px;
    position: relative;
    text-align: center;
    width: 45px;
    z-index: 1;
    border: 4px solid #f5f7f9;
    margin: 0 auto;
}
body .wizard > .steps .current a, body .wizard > .steps .current a:hover, body .wizard > .steps .current a:active, .wizard > .steps .done a {
    background: transparent;
    text-align: center;
    color:#888
}
body .wizard > .content {
    background: transparent;
    margin: 0;
    min-height: auto;
}
body .wizard > .steps .current a .number, body .wizard > .steps .current a:hover .number, body .wizard > .steps .current a:active .number,.wizard > .steps .done a {
    background-color: #4c7fc1;
    color: #fff;
}
.wizard > .steps > ul > li:after {
    background-color: #e0e0e0;
    content: "";
    height: 1px;
    left: -50%;
    position: absolute;
    right: 0;
    top: 39px;
    transform: translateY(-50%);
    width: 100%;
}
.wizard > .steps > ul > li:first-child::after {
    left: 50%;
}
.wizard > .steps > ul > li {
    position: relative;
    vertical-align: top;
}
.wizard > .steps > ul > li.first::after {
    left: 50%;
}
.wizard > .steps > ul > li.activated::after {
    background-color: #4c7fc1;
}
.popover-body {
    font-size: 13px;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: transparent !important;
    color: #888;
    text-align: center;
}
.steps .done a .number{
    background-color: #4c7fc1;
    color: #fff;
}
.iti__selected-flag{
    padding: 26px 6px 0 8px;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
    margin: 0 5% 6px;
}
.wizard > .content > .body label.error {
    color: red;
    float: right;
}
.test {
    position: relative;
    background-color: #dedede;
    display: inline;
}

.test:after {
    content: '$';
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 1;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    
    width: 1% !important;
    
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group-text {
    border-color: #15426d !important;
    font-size: 16px;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: grey;
}
label.required:after{
    content: " *" !important;
    color: red !important;
}
.promo-validate{
    margin-top: 4.5rem !important;
    min-width: 100px !important;
    padding: 6px 12px !important;
}
.trash-icon{
    min-width: 39px !important;
    padding: 10px 10px;
}
.mr-15{
    margin-right: 15px;
}
label a {
    cursor: pointer;
    color: #15426d;
    text-decoration: underline;
}
.fadeout{
    animation: fadeOut 2s forwards;
    animation-delay: 5s;
}
@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}
.wizard > .content > .body label.success {
    color: green;
    float: right;
}
.hiddenRow{
    padding: 0 !important;
}
#superior .table{
    color: #113557;
}
.bg-blue {
    background: #113557;
    color: #fff;
}
.color-green{
    color: green;
}
.color-grey{
    color: #7c7c7c;
}
.choose-plan ul > li {
    list-style: none !important;
}

.custom-control label {
    font-size: 14px !important;
}
.custom-control-label::before {
    border-color: #9cb3ca;
    background: #fff;
    top: .5rem;
}
.custom-switch .custom-control-label::before {
    width: 3rem;
    border-radius: 10.5rem;
}
.custom-control-label::before {
    height: 1.5rem;
}
.custom-switch .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    background: #4c7fc1;
    top: calc(.5rem + 2px);
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
}
.nav-pills .nav-item{
    flex-grow: 1;
}
.wizard > .content > .body ul.mid-li-style {
    display: flex;
}
.nav-pills .nav-link {
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    padding: 1.2rem 1rem;
    font-weight: bold;
}
.nav-pills li:not(:last-child) .nav-link {
    border-right: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #15426d;
}
.blue-text {
    color:#15426d
}
.border-none {
    border:none !important
}
.white-header {
    background: #fff;
    padding: 1.2rem 1rem !important;
}
.bg-blue th, .bg-blue td {
    background: #15426d;
}
.table td, .table th {
    vertical-align: middle;
    position: relative;
}
.price-table tr td:not(:first-child){
    text-align: center;
    font-size: 14px;
}
.table-striped tbody tr:nth-of-type(even) {
    background: #fff;
}
.info-item {
    display: flex;
    align-items: center;
}
.info1 {
    width: 25px;
    text-align: right;
    font-size: 13px;
}
.info-title {
    width: calc(100% - 25px);
}
.custom-control-inline {
    display: inline-block;
}
.short-desc {
    display: block;
    font-size: 12px;
}
.c__hero__content .btn.plan-select {
    margin-top: 0;
    padding: 8px 5px;
    line-height: normal;
  /*   background: #2184be; */
    border: none;
    border-radius: 5px;
    font-size: 14px;
    min-width: auto;
    width: 75%;
}
.price-desc{
    color: grey;
    font-size: 13px;
}
.bg-blue span{
    color: #fff !important;
}
.red-check{
    border-color: red !important;
}
.color-red{
    color: red;
}
.plus-icon{
    color: grey;
    font-size: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
th.col-wid-250 {
    min-width: 250px;
}
.mid-li-style {
    display: block !important;
    padding-left: 19px !important;
 }
 .choose-plan .mid-li-style > li {
    list-style-type: disc !important;
   text-align: center;
   list-style-position: inside !important;
   font-size: 13px;
   color: #15426d;
   padding-bottom: 3px;
 }
 .fa-thumbs-up{
    color: green;
    font-size: 5rem;
 }
 @media (min-width: 1025px){
.c__hero--large {
    min-height: 50px !important;
}
}
#site-content{
    float: none !important;
}
.plan-select{
    height: 18px !important;
    border: 1px solid red;
    width: 18px !important;
}
.economy-age{
    color:red;
}
.log-sec .card {
    box-shadow: 0 4px 15px #17426f1a;
    border-radius: 3px;
}
.log-sec .card .card-body {
    padding: 40px;
}
.form-wizard .wizard-form-radio .text {
    color: #fff!important;
    font-size: 20px;
    position: absolute;
    padding-top: 22%;
    text-align: center;
    width: 100%;
}
.close {
    color: 000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    }
    .close:hover,
    .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    }
    .modal-header {
    padding: 2px 16px;
    text-align: right;
    }
    .modal-body {padding: 2px 16px;}
    .modal-footer {
    padding: 10px 16px 0;
    text-align: right;
    }
    .modal-body {
        max-height: 60vh;
        overflow-y: auto;
        }
        .acceptCharter, .acceptTerms {
        padding: 3px 18px;
        margin: 0 0 0 10px;
        min-width: 111px;
        border-radius: 3px;
        line-height: 1.5;
        border-width: 1px;
        }
        .modal p {
        font-weight: 400;
        color: #65819f;
        font-size: 15px;
        text-align: left;
        }
        /* The Modal (background) */
        .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 1%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
        }
        /* Modal Content */
        .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 10px;
        border: 1px solid #888;
        width: 80%;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        border-radius: 6px;
        }
        .max-width-200{
            max-width: 200px;
        }
        .form-control.disabled{
            background-color: #e9ecef !important;
        }
        textarea.form-control {
            font-size: medium;
        }
        .btn:hover {
            background-color: #8cc754 !important;
            border: 2px solid #8cc754 !important;
            color: #15426d !important;
        }