.quote-section {
    background-image: url("/javax.faces.resource/images/section-bg.jpg.xhtml?ln=apollo-layout");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.dtr-py-7 {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.quote-section .bg-trans-dark-blue {
    background-color: rgb(9 61 230 / 78%);
}

.quote-section .color-white {
    color: #fff
}

.quote-section .dtr-px-5 {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.quote-section .dtr-rounded-left {
    border-radius: 10px 0 0 10px;
}

.quote-section .dtr-mb-5 {
    margin-bottom: 3rem
}

.quote-section .text-size-md {
    font-size: 16px;
}

.quote-section .text-size-xl {
    font-size: 24px;
    font-weight: 400;
}

.quote-section .dtr-mb-4 {
    margin: 0 27px;
    font-size: 40px;
    text-align: center;
}

.quote-section .dtr-rounded-right {
    border-radius: 0 10px 10px 0;
}

.quote-section button, input[type="submit"], input[type="reset"], .dtr-form-btn {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 15px 30px 13px 30px;
    margin: 10px 0;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    line-height: 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
}

.quote-section .dtr-submit-center {
    display: block;
    margin: 0;
    text-align: center;
}

.quote-section .dtr-submit-full .dtr-form-btn, .dtr-submit-full input[type="submit"], .dtr-submit-full button {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
}

.quote-section .dtr-form-row, .dtr-form-row-2col, .dtr-form-row-3col, .dtr-form-row-unequal, .dtr-form-row-2col-unequal {
    margin-right: -10px;
    margin-left: -10px
}

.quote-section .dtr-form-column {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
    float: left;
}

.quote-section .dtr-for-row::before, .dtr-form-row-2col::before, .dtr-form-row-3col::before, .dtr-form-row-unequal::before, .dtr-form-row-2col-unequal::before {
    display: table;
    content: ""
}

.quote-section .dtr-for-row::after, .dtr-form-row-2col::after, .dtr-form-row-3col::after, .dtr-form-row-unequal::after, .dtr-form-row-2col-unequal::after {
    clear: both;
}

.quote-section .dtr-form-row-2col .dtr-form-column {
    width: 50%;
}

.quote-section .dtr-form-row-3col .dtr-form-column {
    width: 33.33333333%
}

.quote-section .dtr-form-row-unequal .dtr-form-column {
    width: 60%
}

.quote-section .dtr-form-row-unequal .dtr-form-column:last-child {
    width: 40%
}

.quote-section .dtr-form-row-2col-unequal .dtr-form-column {
    width: 70%;
}

.quote-section .dtr-form-row-2col-unequal .dtr-form-column:last-child {
    width: 30%;
}

.quote-section input[type=radio], input[type=checkbox] {
    margin: 0 5px 0 0;
    vertical-align: baseline;
}

.quote-section label {
    width: 100%;
    height: auto;
    line-height: 1.2em;
}

.quote-section select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"], input[type="date"], input[type="datetime-local"] {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
    box-shadow: 0px 0px 0px 0px #093de624;
    height: 40px;
}

/*Change css for select tag in file extra-fee.xhtml*/
select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position: relative;
}

.my-select {
    position: relative;
}

.my-select--icon {
    /*content:'>';*/
    font-size: 16px;
    font-weight: bold;
    color:#5e5e5e;
    /*-webkit-transform:rotate(90deg);*/
    /*-moz-transform:rotate(90deg);*/
    /*-ms-transform:rotate(90deg);*/
    /*transform:rotate(90deg);*/
    right:12px;
    top:50%;
    transform: translateY(-50%);
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

/*select.input-value::before {*/
/*    content:'';*/
/*    right:6px; top:0px;*/
/*    width:20px; height:20px;*/
/*    background:#f8f8f8;*/
/*    position:absolute;*/
/*    pointer-events:none;*/
/*    display:block;*/
/*}*/


.select::after {
    content: '25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: DodgerBlue;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: white;
}

.row.content-center-inline {
    align-items: center;
}

.margin-top-10 {
    margin-top: 10px;
}

.border-blue {
    border-color: #093de6 !important;
    color: #093de6 !important;
    font-weight: 700 !important;
}

.quote-section textarea {
    width: 100% !important;
    height: auto;
}

.quote-section select, label, input, button, select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"], input[type="date"], input[type="datetime-local"] {
    color: #142752;
}

.quote-section select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"], input[type="date"], input[type="datetime-local"] {
    background-color: #fff;
    border-color: #e8eaee;
    color: #5e5e5e;
    font-weight: 400;
}

.quote-section .select2-container .select2-selection {
    background-color: #fff;
    border: 1px solid #e8eaee;
}

.quote-section textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="date"]:focus .dtr-subscribe-form input[type="email"]:focus, input[type="datetime-local"]:focus {
    border-color: #093de6;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
}

.quote-section .dtr-btn-blue {
    background-color: #093de6;
    color: #fff;
}

.quote-section button, input[type="submit"], input[type="reset"], .dtr-form-btn {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 15px 30px 13px 30px;
    margin: 10px 0;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    line-height: 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
}

.quote-section .dtr-btn-round {
    border-radius: 10px;
    font-size: 17px;
    width: 100%;
}

#feeForm td {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#gender-id td, #gender-id tr {
    display: flex;
    align-items: center;
}

#gender, #insuranceFilter, .diseases-list {
    width: 100%;
}
#insuranceFilter tr {
    flex-direction: column;
}

#gender label, #insuranceFilter label, #gender-id label, #checkBoxSelect label  {
    text-transform: none;
    margin-left: 5px;
    margin-bottom: 0px;
    margin-right: 10px;
    font-size: 1rem;
    font-weight: 400;
    vertical-align: bottom;
    color: #484848;
}
input[type='radio'], input[type=checkbox] {
    width: 24px;
    height: 24px;
}

#gender-id label {
    text-transform: none;
    margin-left: 5px;
    margin-right: 10px;
}

.wrap-info {
    margin-bottom: 10px;
}

span#captcha {
    display: flex;
    align-items: center;
}

h5.title-info {
    font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .quote-section .dtr-rounded-left {
        border-radius: 0 !important;
        display: flex;
    }
}

.extra-fee-label-1 {
    color: #093de6;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .hidden-small {
        display: none !important;
    }
}
@media screen and (min-width: 992px) {
    .hidden-larger {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .note-button {
        padding: 0 10px 0 10px !important;
    }

    .m-w-100 {
        max-width: 100% !important;
    }
}


input#amount {
    border: none;
    box-shadow: none;
    height: 20px;
}

/*********************************************************************************************************************/

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 1.5rem 3% 20px 3%;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 10px;
    padding-bottom: 20px;
    width: auto;
    box-shadow: 0px 0px 17px 0px #343434;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #5a5a5a;
}

.display-flex-inline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#msform .action-button {
    background: #093de6;
    color: white;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
    border-radius: 3px;
    font-size: 14px;
    height: 44px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    background: #616161;
    color: white;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
    height: 44px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #ffffff63;
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #093de6;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #selectInsurance:before {
    font-family: FontAwesome;
    content: "\f25a";
}

#progressbar #detailInsurance:before {
    font-family: FontAwesome;
    content: "\f05a";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #093de6;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/**********************************************************************************************************************/
#msform .wrap-info {
    display: flex;
    align-items: center;
}

#msform tr,td{
    display: flex;
    align-items: center;
}

#msform .input-value-date, .wrap-capcha,.checkbox-text {
    width: 100%;
}

#msform h5.title-info {
    width: 50%;
    font-size: 16px;
    color: #5a5a5a;
}

#extraFeeForm .top-input, .gender-input, .age-input, .locate-input, .name-container, .wrap-rate, .list-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#extraFeeForm .list-rate {
    justify-content: center;
}

#rateAndQA h5, h6, .list-rate {
    font-size: 16px;
    font-weight: 400;
}


#msform .name-container {
    align-items: center;
}

#rateAndQA h5, h6, .list-rate {
    margin: 0px;
    width: 140px;
}

p {
    margin-bottom: 0 !important;
}

.top-input p {
    width: 100px;
    font-size: 16px;
    color: #5a5a5a;
}

#zone-id {
    width: 60%;
}

.list-insu-long .long-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.list-insu-long .long-item h5 {
    width: 53%;
    font-size: 16px;
    color: #5a5a5a;
}

.form-card .item-input {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-card .text-title {
    width: 40%;
}

#extraFeeForm h5.note-insu {
    font-size: 20px;
    color: #093dea;
    cursor: pointer;
}

#extraFeeForm .total-left {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

#extraFeeForm h4 {
    width: 53%;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
}

#extraFeeForm .top-input {
    margin-bottom: 10px;
}

#customerInfoForm .text-title {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 400;
}

#extraFeeForm h5{
    font-weight: 400;
}

#extraFeeForm h5.user-form {
    color: #5a5a5a;
}

#extraFeeForm .change-pac {
    margin-top: 10px;
}

#msform td {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    section.dtr-py-7.quote-section .container {
        max-width: 100%;
        /*padding: 0;*/
        padding-top: 90px;
    }

    .dtr-py-7{
        padding: 0;
    }

    section.dtr-py-7.quote-section .container .card {
        border-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    .note-button {
        padding: 0 20px 0 20px !important;
    }

    #msform .wrap-info {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    #msform h5.title-info {
        width: 100%;
    }

    #msform fieldset .form-card {
        padding: 0;
    }

    #msform tr, td {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    #msform td {
        flex-direction: row;
        align-items: center;
    }

    #progressbar li:before {
        width: 45px;
        height: 45px;
    }

    .list-insu-long .long-item {
        align-items: flex-start;
        margin: 10px 0;
        flex-direction: column;
    }

    .list-insu-long .long-item h5 {
        width: 100%;
    }

    #extraFeeForm .name-container{
        flex-direction: column;
    }

    #extraFeeForm .total-left {
        align-items: flex-start;
        flex-direction: column;
    }

    #extraFeeForm h4 {
        width: 100%;
    }

    #extraFeeForm .top-input {
        flex-direction: column;
        align-items: flex-start;
    }

    #extraFeeForm tr, td {
        flex-direction: row;
    }

    .top-input p {
        margin:0;
    }

    .form-card .item-input {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .form-card .text-title {
        width: 100%;
    }

    #msform .wrap-capcha td, .checkbox-text td {
        margin-top: 10px;
    }

    #insuranceFilter td {
        margin-bottom: 0px !important;
    }

    #extraFeeForm .gender-input {
        margin-bottom: 10px;
    }

}

#insuranceFilter td {
    margin-bottom: 10px;
}

#totalFeeFinal {
    color: #093de6;
    font-weight: 600;
    font-size: 24px;
}

#gender-id input {
    width: 40px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.3);
}

/*Change css for select tag in file extra-fee.xhtml*/
select.input-value {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position: relative;
}

.my-select {
    position: relative;
}

.my-select--icon {
    /*content:'>';*/
    font-size: 16px;
    font-weight: bold;
    color:#5e5e5e;
    /*-webkit-transform:rotate(90deg);*/
    /*-moz-transform:rotate(90deg);*/
    /*-ms-transform:rotate(90deg);*/
    /*transform:rotate(90deg);*/
    right:12px;
    top:50%;
    transform: translateY(-50%);
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

/*select.input-value::before {*/
/*    content:'';*/
/*    right:6px; top:0px;*/
/*    width:20px; height:20px;*/
/*    background:#f8f8f8;*/
/*    position:absolute;*/
/*    pointer-events:none;*/
/*    display:block;*/
/*}*/

i.fa.fa-star, i.fa.fa-star-o {
    color: #FFC107;
}

.text-right {
    text-align: end;
}

.divider {
    height: 1px;
    width: 100%;
    margin: 10px 0px;
    background-color: #e1e1e1;
}

.wrap {
    flex-direction: column;
}

.note-button {
    font-style: italic;
    text-align: left;
    padding: 0 75px 0 75px;
}

.m-w-100 {
    max-width: 65%;
}
