/*23-10-2017*/
/*29-12-2019 : Edit by Boobalan and Team https://zpl.io/V0jzGGl */

.logo_style {
    padding-left: 10px;
}

.page-header {
    border-bottom: 1px;
    border-bottom-style: inset;
    margin-top: 0px;
}

.logout_text {
    text-align: right;
    padding-right: 10px;
    margin-top: 15px;
}

.nav-title li h3 {
    color: inherit;
}

.usr_name {
    color: inherit;
}

.btn-color {
    background-color: #ffffff;
    color: white;
}

.pipe_design {
    color: inherit;
}

.usr_name a {
    color: inherit;
}

.nav-head {
    background-color: #0079c0 !important;
    color: white;
}

.agree {
    width: 100%;
}

.checkbox_txt {
    padding-left: 10px;
}

@media (min-width: 768px) {
    .nav-head {
        border: none !important;
        border-radius: 0px !important;
    }
}

.logout_text a {
    text-decoration: none;
}


/* App component styles */


.claim-info {
    padding-top: 0px;
    margin-top: -15px;
}

.panel-body {
    padding: 0 !important;
}

.panel-heading {
    height: auto;
}

.btn-round {
    float: right;
    color: #504d4d;
    border: 1px groove;
}

.font_style_ {
    font-size: 28px;
    margin-top: 10px;
}


/*input design */

.btn-circle.btn-xl {
    width: 40px;
    height: 40px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    margin-top: -40px;
}


/*25/10/2017*/

.img_position {
    float: right;
    margin-top: -54px;
    height: 40px;
}

.text_design {
    margin-top: 50px;
    border: 1px solid;
    border-color: #0B446D;
}

.dsgncolor {
    color: red;
    font-size: 12px;
}


/*30-10-2017*/

.wizard .wizard-inner .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-top: -30px;
}

.connecting-line {
    height: 8px;
    background: #cacaca;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 42%;
    z-index: 1;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2) inset;
}

.connecting-line:after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    background: #0079c0;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2) inset;
    transition: 1s;
    -webkit-transition: 1s;
}

.connecting-line.step2:after {
    width: 33%;
}

.connecting-line.step3:after {
    width: 66%;
}

.connecting-line.step4:after {
    width: 99%;
}

.wizard .wizard-inner .nav-tabs > li.active > a,
.wizard .wizard-inner .nav-tabs > li.active > a:hover,
.wizard .wizard-inner .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 57px;
    display: inline-block;
    border-radius: 100px;
    background: #cacaca;
    border: 8px solid #cacaca;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    color: #efefef;
    transition: 1s;
    -webkit-transition: 1s;
}

span.round-tab.completed {
    background: #0079c0;
    cursor: not-allowed !important;
    border-color: #0079c0;
}

.test_bg {
    background-color: white;
}

.wizard .wizard-inner li.active span.round-tab {
    background: #ffffff;
    border-color: #0175b2;
    color: #0175b2;
}

.round-tab_test_bg {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #FFFFFF;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.round-tab_test_bg_ {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #c9e9bb;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.wizard .wizard-inner .nav-tabs > li {
    width: 25%;
}

.wizard .wizard-inner li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0175b2;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.steps {
    margin-bottom: 0px !important;
    color: #cac7c7;
    font-size: 1.3em;
}

.wizard .wizard-inner li.active .steps {
    color: #0079c0;
}

.wizard .wizard-inner li.finish .steps {
    color: #848882;
}

.wizard .wizard-inner li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0175b2;
}

.wizard .wizard-inner .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    margin-top: 10px;
    border-radius: 100%;
    padding: 0;
}

.wizard .wizard-inner .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .wizard-inner .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}


/*panel design*/

.panel-default {
    border-color: transparent;
}

.panel_heading {
    background-color: #0175b2;
    color: #e6ebef;
    height: 50px;
    font-size: 22px;
}


/*button design*/

.next-step {
    margin-top: 50px;
}

.radio-inline {
    font-size: 20px;
}

input[type=radio] {
    border: 0px;
    width: 30px;
    height: 1em;
    display: inline-flex;
    vertical-align: middle;
}


/* phone verification */

.well {
    min-height: 30px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #DFDDDD;
    border: 1px solid #F0F0F0;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding-left: 15px;
    border: 0px;
}

.thumbnail .caption {
    padding: 9px;
    color: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.icon-style {
    margin-right: 15px;
    font-size: 18px;
    margin-top: 20px;
}

.well-add-card {
    margin-bottom: 10px;
}

.btn-add-card {
    border-radius: 5px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-update {
    margin-left: 15px;
}

.row_text {
    height: 30px;
    margin-top: 10px;
}

.text_radio_space {
    display: inline-block;
    margin-top: 3px;
    vertical-align: middle;
}


/*31-10-2017*/

.design_info_payment {
    background-color: #4BA3C8;
    color: white;
}

.index-content a:hover {
    color: black;
    text-decoration: none;
}

.index-content {
    margin-bottom: 20px;
}

.index-content .row {
    margin-top: 20px;
}

.index-content a {
    color: black;
}

.index-content .card {
    padding: 10px;
}

.panel.card {
    margin-bottom: 150px !important;
    overflow-x: hidden;
}

.index-content .card img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.index-content .card p {
    opacity: 0.90;
}

.index-content .blue-button {
    width: 100px;
    -webkit-transition: background-color 1s, color 1s;
    /* For Safari 3.1 to 6.0 */
    transition: background-color 1s, color 1s;
    min-height: 20px;
    background-color: #0175b2;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 20px 15px 20px;
    padding: 5px 0px;
    display: inline-block;
    border: 0px;
    border-radius: 15px;
}

.index-content .blue-button:hover {
    background-color: #dadada;
    color: #002E5B;
}

.input-group-addon {
    background-color: #5bc0de;
}


/*02-11-2017*/

.pad_top_claim_info {
    padding-top: 20px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.pad_bottom_claim {
    margin-bottom: 15px;
}

.input_design_claim {
    border-color: rgba(0, 117, 179, 0.42);
    border-left: 5px solid #0075B2;
}

.input_design_claim:focus {
    border-color: #2da4a4;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container:hover input ~ .checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.height_space {
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.card_otp {
    padding: 0px 20px !important;
}

.color_blue {
    color: #0175b2;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

label.btn.btn-default.btn-circle.btn-lg.lblrad.active {
    outline: none;
    background-color: #c9e9bb;
    border-width: 2px;
    border-color: #36a904;
}

.cursor-pointer {
    cursor: pointer !important;
}

.phone {
    text-align: right;
}

.phone img {
    width: 70px !important;
    height: 70px;
}

.phone-show-xs {
    text-align: center;
    margin-bottom: 10px;
}

.phone-show-xs img {
    width: 50px !important;
    height: 50px;
}

.panel-bordered {
    padding-bottom: 10px;
}

hr {
    margin-top: 0;
    margin-bottom: 10px;
    border: 2px solid #e2e4e4;
}

.panel-bordered p {
    opacity: 1 !important;
}

.title_underline {
    border-top: 1px solid #0175b9;
    width: 20%;
}

.margintop10 {
    margin-top: 10px;
}

.panel-parent {
    margin-bottom: 10px;
}

.dark_underline {
    border-color: #c1c1c1;
}

.payment.active {
    background-color: #f5d8b3;
    border-radius: 2px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    border-color: #0175b2;
    -webkit-transition: all .5s ease;
    /* Safari 3.1 to 6.0 */
    transition: all .5s ease;
}

.btn-success.btn-design-auth {
    color: #fff;
    background-color: #1d8e1d;
    border-color: #4cae4c;
    outline: none;
    -webkit-transition: all .5s linear;
    /* Safari 3.1 to 6.0 */
    transition: all .5s linear;
}

@media (min-width: 992px) {
    .paymentmethod .nav-tabs.tabs-left {
        margin: 0px;
    }

    .paymentmethod .nav-tabs.tabs-top {
        margin: 0px;
    }

    .paymentmethod .tabs-left {
        border-bottom: none !important;
        padding-top: 2px !important;
    }

    .paymentmethod .tabs-top {
        border-bottom: none !important;
    }

    .paymentmethod .tabs-left {
        border-color: #a5a2a2 #a5a2a2 #a5a2a2 !important;
    }

    .paymentmethod .tabs-left > li {
        float: none !important;
    }

    .paymentmethod .tabs-left > li {
        margin-right: -1px !important;
    }

    .paymentmethod .tabs-left > li > a {
        border-radius: 4px 0 0 4px !important;
        margin-right: 0 !important;
        display: block !important;
        border-right: 1px solid #0076b4;
    }

    .paymentmethod .tabs-left > li.active > a,
    .paymentmethod .tabs-left > li.active > a:hover,
    .paymentmethod .tabs-left > li.active > a:focus {
        border-bottom-color: #0076b4 !important;
        border: 1px solid #0076b4;
        border-right-color: transparent !important;
        background-color: #f5f3f3;
        color: #0175b2;
        z-index: 10;
    }

}

.paymentmethod .tabs-top > li.active > a,
.paymentmethod .tabs-top > li.active > a:hover,
.paymentmethod .tabs-top > li.active > a:focus {
    background-color: #b2c3cc;
    color: #010a0e;
    border-color: #a5a2a2 #a5a2a2 #a5a2a2 !important;
}

.paymentmethod .tabs-top > li:nth-child(2) {
    margin-top: -5px;
}

.paymentmethod .tabs-top > li > a {
    border-color: #a5a2a2 #a5a2a2 #a5a2a2 !important;
}

.paymentmethod li a i {
    display: inline-flex;
    vertical-align: middle;
}

.margintop50 {
    margin-top: 50px;
}

.color_millions_prepaid {
    color: black;
    font-weight: bold;
}


/*09-11-17*/

.card_title {
    font-size: 18px;
}

.bank_check_padleft {
    margin-left: 15px !important;
}

.table_left_border {
    border-left: 1px solid #ddd;
}

.table_left_bottom {
    border-bottom: 1px solid #ddd;
}


/*13-09-2017*/

.valignmid {
    vertical-align: middle;
}

blockquote {
    font-size: 1em;
    border-right: 3px solid #d1d7da;
    border-left: 3px solid #d1d7da;
    color: #8e8e8e;
}

.martopm15 {
    margin-top: -15px;
}

.mar .pad-left0 {
    padding-left: 0px;
}


/*for mobile view col-xs and col-sm padding changes */

.error_design {
    color: #A91B1B;
    margin-bottom: 10px;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

h3.mt-0 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    background-color: #0079c0;
    color: white;
    padding-top: 10px;
}

.light-card {
    background-color: #fff;
    border-top: 1px;
    border-radius: 2px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.keep-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

blockquote li {
    color: #8e8e8e !important;
    font-size: 1em !important;
    list-style-type: square !important;
}

.no-pad {
    padding: 0px !important;
}

.panel-default.fbold {
    border: 1px solid lightgray;
}

.panel-default.fbold .panel-body {
    padding: 10px 15px !important;
}

@media (max-width: 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 36px;
    }

    .wizard .wizard-inner .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .wizard-inner li.active:after {
        content: " ";
        position: absolute;
        left: 41%;
    }

    .wizard {
        width: 100%;
        height: auto !important;
    }

}

@media (max-width: 767px) {
    .steps {
        font-size: 1em;
    }

    .index-content .col-lg-4 {
        margin-top: 0px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .panel .panel-default .MGPanelSizing .col .col-xs-12 .col-sm-12 .col-md-12 .col-lg-12 .overlap-img {
        position: relative;
    }

    .center {
        text-align: center;
    }

    .paymentmethod .tabs-left > li.active > a,
    .paymentmethod .tabs-left > li.active > a:hover,
    .paymentmethod .tabs-left > li.active > a:focus {
        border: 1px solid #0076b4;
        border-bottom-color: transparent;
        background-color: #f5f3f3;
        color: #0175b2;
    }

}

button span.glyphicon {
    margin-left: 5px;
}

.toggle-button {
    color: #333333;
    font-size: 16px;
}

.toggle-button a {
    color: #2e7d32;
    text-decoration: underline;
}

.toggle-button--tuli input[type=checkbox]:checked ~ .toggle-button__icon {
    background: #fff;
}

.toggle-button--tuli .toggle-button__icon {
    border: 2px solid rgb(37, 146, 236);
}

.toggle-button--tuli .toggle-button__icon:before,
.toggle-button--tuli .toggle-button__icon:after {
    background: #0175b2;
}

.row.row-tile .tile-content:hover {
    box-shadow: #0079c0 0px 0px 0px 2px;
}

.row.row-tile .tile-content.active {
    box-shadow: #0079c0 0px 0px 0px 2px;
    color: rgb(0, 0, 0) !important;
}

#collapsedetails a {
    background-color: #0075b3;
    color: white;
}

#accordion.panel-group .panel-blue.panel-heading {
    background-color: #0079c0;
}


.inner-page-logo {
    margin-bottom: 60px;
    margin-top: 100px;
}

.inner-page-logo img {
    max-width: 130px;
}

.typography h2 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 20px;
}

.typography label {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 20px;
}

.typography h4 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #333333;
}

.typography p {
    opacity: 0.66;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #333333;
}

.typography p a {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.28px;
    color: #2e7d32;
}

.input_design_claim {
    border-radius: 5px;
    border: solid 1.5px #979797;
    background-color: #ffffff;
    padding: 20px 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #333333;
}

.btn-design-auth {
    background-color: #2e7d32;
    border: 2px solid #2e7d32;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: 1.38px;
    text-align: center;
    color: #ffffff;
    padding: 15px 35px;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.btn-design-auth:hover,
.btn-design-auth:focus {
    color: #FFFFFF;
}

.btn-design-new {
    background-color: #2e7d32;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: 1.38px;
    text-align: center;
    color: #ffffff;
    padding: 15px 35px;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
}

.btn-design-new:hover,
.btn-design-new:focus {
    color: #FFFFFF;
}

.verify-form {
    margin-top: 70px;
    margin-bottom: 60px;
}

.payment-page .payment-page-header {
    box-shadow: 0 3px 1px 0 rgba(51, 51, 51, 0.22);
    background-color: #fafafa;
    padding: 15px;
}

.payment-page-header-logo {
    /* text-align: center; */
}

.payment-page-header-logo img {
    width: 100px;
}

@media (min-width: 585px) {
    .payment-page .payment-page-header .col-sm-2 {
        width: 160px;
    }
}

.payment-page .payment-page-header h3 {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #333333;
    margin-top: 2px;
    margin-bottom: 0px;
}

.payment-page .payment-page-header p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #333333;
}

.payment-page .payment-page-header p a {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #2e7d32;
}

.btn-design-border {
    border-radius: 5px;
    border: solid 2px #2e7d32;
    background-color: rgba(255, 255, 255, 0);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: 1.38px;
    text-align: center;
    color: #2e7d32;
    display: block;
    padding: 15px;
}

.btn-design-border a:hover,
.btn-design-border a:focus {
    color: #2e7d32;
    text-decoration: none;
}

.payment-page-content {
    padding: 30px 0;
}

.payment-page-content h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 60px;
}

.selection-box-panel {
}

.selection-box {
    border-radius: 10px;
    background-color: rgba(51, 51, 51, 0.05);;
    padding: 25px;
    margin-bottom: 10px;
}

#selectionBox.hide {
    display: none;
}

.selection-box:hover {
    background: #e9eeee;
    cursor: pointer;
}

.selection-box h3 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-top: 0px;
}

.selection-box p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0px;
}

.selection-box-icon {
    background: #FFF;
    width: 50px;
    height: 50px;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 21px;
    text-align: center;
}

.payment-page-footer {
    border-top: 1px solid #CCC;
    padding-top: 15px;
}

.payment-page-footer p {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #333333;
}

.payment-page-footer p a {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #2e7d32;
}

.payment-page-footer .bottom-menu {
    text-align: right;
}

.payment-page-footer .bottom-menu li {
    display: inline-block;
}

.payment-page-footer .bottom-menu li a {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #333333;
}

.payment-container {
}

.payment-container h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
}

.payment-container p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #333333;
}

.payment-container label {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #333333;
}

.payment-container .input_design_claim {
    border-radius: 5px;
    border: solid 1px #979797;
    background-color: #ffffff;
}

.payment-container .btn-danger {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: 1.38px;
    text-align: center;
    color: #2e7d32;
    padding: 15px 35px;
    margin-top: 20px;
    border: 2px solid #2e7d32;
    background: transparent;
}

.payment-opt {
    display: none;
}

.payment-opt.active {
    display: block;
}

.confirmation-box {
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.22);
    background-color: #ffffff;
    padding: 50px;
    margin: 50px 0;
    text-align: center;
}

.confirmation-panel h3 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

.confirmation-panel p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

@media (max-width: 585px) {
    .inner-page-logo {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .payment-page-header-logo {
        margin-bottom: 20px;
    }

    .payment-page-content {
        padding: 20px;
    }

    .payment-page-footer .bottom-menu {
        text-align: center;
    }

    .payment-page-footer .bottom-menu ul {
        margin-left: 0px;
        padding-left: 0px;
    }

    .payment-page-footer p {
        text-align: center;
    }
}