﻿.home_wrapper {
    position: static !important;
    height: auto !important;
}
.Product-container {
    min-height: 300px;
}

@media (max-width: 1279px) {
    .Product-container {
        min-height: 200px;
    }
}

@media (min-width: 1280px) and (max-width: 1359px) {
    .Product-container {
        min-height: 220px;
    }
}

@media (min-width: 1360px) and (max-width: 1439px) {
    .Product-container {
        min-height: 250px;
    }
}

@media (min-width: 1440px) and (max-width: 2560px) {
    .Product-container {
        min-height: 250px;
    }
}

.Product-container .txt-box {
    border: 1px solid #F26522;
    padding: 10px;
    background: #FFF;
    margin: 20px auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    min-height: 240px;
}

.Product-container ul {
    padding: 10px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    font-family: 'Century Gothic';
}

    .Product-container ul li {
        list-style: none;
        position: relative;
        margin-bottom: 10px;
    }

        .Product-container ul li:before {
            content: "\2023";
            font-weight: 700;
            font-size: 22px;
            color: #F26522;
            position: absolute;
            padding: 0 10px 0 0;
            top: -6px;
            left: -15px;
        }

section.iban .btn_submit {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Century Gothic';
    height: 30px;
    cursor: pointer;
    background-color: #f26522;
    border-radius: 4px;
    width: 100%;
}


.box-heading {
    padding: 0px;
    margin: 0px;
    background: -webkit-linear-gradient(#F26522,#F26522,#F26522);
    background: -o-linear-gradient(#F26522,#F26522,#F26522);
    background: -moz-linear-gradient(#F26522,#F26522,#F26522);
    background: linear-gradient(#F26522,#F26522,#F26522);
    color: #fff;
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0;
}


section.reg_form input[type=text], input[type=check], select, textarea, input[type=date], input[type=password] {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    resize: vertical;
    margin-top: 15px;
    margin-bottom: 15px;
}
section.reg_form .checkBoxStyle label {
    padding: 0px;
    padding-left: 10px;
    /*margin-bottom:-5px;*/
    display: inline-block;
    font-weight: normal;
}
section.reg_form input[type=file] {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    resize: vertical;
    margin-top: 15px;
    margin-bottom: 15px;
    background: white;
}

section.reg_form input[type=text]#search_box {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 0px;
    resize: vertical;
}

section.reg_form .iban-main-header {
    padding: 15px 15px;
    /*margin: 0;*/
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    background-color: #f26522;
    border-bottom: 0px solid #ebebeb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  
}

.effect7 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#imgTest {
    width: 150px;
    height: 180px;
    border: 1px solid #000;

}

label {
    padding: 12px;
    display: inline-block;
    font-weight:normal;
}

label#lblerr {
        padding: 5px;
        display: inline-block;
        font-weight: normal;
    }


.btn_Style {
    color:#222;
    margin-top:15px;
    border: none;
    padding-top: 5px; 
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
    height: 43px;
    width: 100%;
    cursor: pointer;
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F26522 0%,#fedabe 51%,#F26522 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F26522 0%,#fedabe 51%,#F26522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 4px;
}

    .btn_Style:hover {
        border: none;
        background: -moz-linear-gradient(top, #808285 0%, #ccc 51%, #808285 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #808285 0%,#ccc 51%,#808285 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #808285 0%,#ccc 51%,#808285 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #fff;
    }

    .ddl-Preferences{
        margin-top:0;
    }
.btn_Style_Submit {
    color: white;
    opacity: 1;
    margin-top: 15px;
    border: none;
    padding-top: 5px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Century Gothic';
    height: 100px;
    width: 100%;
    cursor: pointer;
    background: -moz-linear-gradient(top, green 0%, green 51%, green 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, green 0%,green 51%,green 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, green 0%,green 51%,green 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 4px;
}

    .btn_Style_Submit:hover {
        border: none;
        background: -moz-linear-gradient(top, green 0%, green 51%, green 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, green 0%,green 51%,green 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, green 0%,green 51%,green 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: white;
        opacity: 1;
    }

.btn_Style_Latest {
    color: #222;
    border: none;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
    height: 43px;
    width: 100%;
    cursor: pointer;
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F26522 0%,#fedabe 51%,#F26522 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F26522 0%,#fedabe 51%,#F26522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 4px;
}

    .btn_Style_Latest:hover {
        border: none;
        background: -moz-linear-gradient(top, #808285 0%, #ccc 51%, #808285 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #808285 0%,#ccc 51%,#808285 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #808285 0%,#ccc 51%,#808285 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #fff;
    }


.btn_Close {
    color: #fff;
    border: none;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Century Gothic';
    cursor: pointer;
    background: transparent;
}
.btn_Close:hover {
    color: #fff;
    border: none;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Century Gothic';
    cursor: pointer;
    background: transparent;
}
    

.btn_Selected {
  
    border: none;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
    height: 50px;
    width: 100%;
    cursor: pointer;
    background: -moz-linear-gradient(top, #808285 0%, #ccc 51%, #808285 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #808285 0%,#ccc 51%,#808285 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #808285 0%,#ccc 51%,#808285 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

.btn_Close {
    border: none;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
    height: 50px;
    width: 100%;
    cursor: not-allowed;
    background: -moz-linear-gradient(top, #808285 0%, #ccc 51%, #808285 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #808285 0%,#ccc 51%,#808285 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #808285 0%,#ccc 51%,#808285 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: red;
    opacity: 1;
}
.btn_Close:hover {
    border: none;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
    height: 50px;
    width: 100%;
    cursor: not-allowed;
    background: -moz-linear-gradient(top, #808285 0%, #ccc 51%, #808285 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #808285 0%,#ccc 51%,#808285 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #808285 0%,#ccc 51%,#808285 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: red;
    opacity:1;
}

.btnsearch {
    border: none;
    color: #222;
    border: none;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
    height: 40px;
    width: 100%;
    cursor: pointer;
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F26522 0%,#fedabe 51%,#F26522 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F26522 0%,#fedabe 51%,#F26522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btnsearch span{
  
    color: #222;
   
}
    .btnsearch:hover {
        border: none;
        background: -moz-linear-gradient(top, #808285 0%, #ccc 51%, #808285 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #808285 0%,#ccc 51%,#808285 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #808285 0%,#ccc 51%,#808285 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #fff;
    }
    .btnsearch span:hover {
        color: #fff;
    }
table#tblcaptcha {
    width: 100%;
}

    table#tblcaptcha tr td {
        border: none;
    }

.lblCapcha {
   
    padding-top:50px;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
}
.txtcapcha {
    width: 100%;
    /*padding: 10px;*/
    border: 1px solid #000;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    height:40px;
    font-family: 'Century Gothic';
    
}

.btnRefreshStyle {
    color: #222;
    border: none;
    /*padding-top: 5px;*/
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
    height: 40px;
    width: 100%;
    cursor: pointer;
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F26522 0%,#fedabe 51%,#F26522 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F26522 0%,#fedabe 51%,#F26522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*border-radius: 4px;*/
}

.lblVerified {
    margin-top:10px;
    width:50px;
    color: darkseagreen;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
}
.lblNotVerified {
    margin-top: 10px;
    width: 50px;
    color: red;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
}

section.reg_form .heading-label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Century Gothic';
    
}

section.reg_form .heading-label p{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Century Gothic';
}

section.reg_form .heading-label-percentage {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Century Gothic';
    text-decoration: underline;
    /*float:right;*/
}

label#lblHelp1 {
    color:#287959;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Century Gothic';
}
label#lblHelp2 {
    color: #287959;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Century Gothic';
}
label#complaints_email {
    color: #287959;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Century Gothic';
}
.email_display{
    margin-top:12px;
    color:blue;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Century Gothic';
    text-decoration:underline;
}

.mandatory {
    color: red;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
}

table#complaints {
    width: 100%;
}

    table#complaints tr td {
        border: none;
    }

table#table1 {
    width: 100%;
}

    table#table1 tr td {
        border: none;
    }

table#tblsearch {
    width: 100%;
}

    table#tblsearch tr td {
        border: none;
    }
table#maintbl1 {
    width: 100%;
}

    table#maintbl1 tr td {
        border: none;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Century Gothic';
    }


table#tblundertaking {
    width: 100%;
}

    table#tblundertaking tr td {
        border: none;
    }
table#tblbuttons {
    width: 100%;
}

    table#tblbuttons tr td {
        border: none;
    }





table#final1 tr td {
    border: none;
}
table#final2 tr td {
    border: none;
}

@media(min-width:768px) {
    .final .modal-dialog {
        background-color: #f26522;
        border-radius: 5px;
        width: 500px;
        height: 400px;
        margin-top: 5px;
        padding-top: 5px;
    }
}

@media(min-width:320px) and (max-width:767px) {
    .final .modal-dialog {
        background-color: #f26522;
        border-radius: 5px;
        width: 300px;
        height: 450px;
        margin-top: 5px;
        padding-top: 5px;
    }
}



@media(min-width:768px) {
    .final .modal-content {
        background-color: #fff;
        border-radius: 5px;
        width: 490px;
        height: 380px;
        margin-top: 5px;
        padding-top: 5px;
        margin-left:5px;

    }
}

@media(min-width:320px) and (max-width:767px) {
    .final .modal-content {
        background-color: #fff;
        border-radius: 5px;
        width: 290px;
        height: 430px;
        margin-top: 5px;
        padding-top: 5px;
    }
}





.final .modal-header-ebanking {
    padding: 8px 14px;
    margin: 0;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    background-color: #f26522;
    border-bottom: 0px solid #ebebeb;
}

    .final .modal-header-ebanking h4 {
        font-family: 'Century Gothic';
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        color: #fff;
        background-color: #f26522;
        border-bottom: 0px solid #ebebeb;
    }

.final .display_msg_ebanking p {
    padding: 20px;
}

.final .modal-body .close {
    color: #222;
    margin-right: 5px;
    margin-top: 5px;
}

section.reg_form label {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    font-family: 'Century Gothic';
}

.Product-container table tr td{
    width: 100%;
}

section.reg_form table tr td {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    font-family: 'Century Gothic';
    padding: 5px;
}




.footer-design {
    color: #FFF;
    display: block;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 500;
    background-color: #F26522;
    padding: 5px;
}


section.reg_form table tr td{
    border:none;
}

.btn_Style_New {
    color: #222;
    border: none;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Century Gothic';
    height: 43px;
    width: 100%;
    cursor: pointer;
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F26522 0%,#fedabe 51%,#F26522 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F26522 0%,#fedabe 51%,#F26522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 4px;
}

    .btn_Style_New:hover {
        border: none;
        background: -moz-linear-gradient(top, #808285 0%, #ccc 51%, #808285 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #808285 0%,#ccc 51%,#808285 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #808285 0%,#ccc 51%,#808285 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #fff;
    }

.forgot-password-button {
    color: #F26522;
    display: block;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    float:right;
    
}
.repeater-link-button {
    color: #F26522;
    display: block;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 500;
    float: right;
    padding-left:15px;
}

.popover-title {
    margin: 0;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #f26522;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: 500;
}

    .popover-content p {
        font-family: 'Century Gothic';
        font-size: 12px;
        font-weight: 500;
        color: #F26522;
    }

        .popover-content p span {
            font-family: 'Century Gothic';
            font-size: 12px;
            font-weight: 600;
            color: #F26522;
        }

.dashboard-name {
    color: #000;
    display: block;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
}

.dashboard-button {
    color: #F26522;
    display: block;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
}
.dashboard-button:hover {
    color: #000;
    display: block;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
}
.dashboard-button-selected {
    color: #000;
    display: block;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
}


.Inprogress-button {
    color: #fff;
    background-color: #F26522;
    display: block;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 600;
    padding: 25px;
    text-align: center;
    text-decoration: none;
}
    .Inprogress-button:hover {
        color: #000;
        background-color: #F26522;
        display: block;
        font-family: 'Century Gothic';
        font-size: 18px;
        font-weight: 600;
        padding: 25px;
        text-align: center;
        text-decoration: none;
    }
    .Inprogress-button-selected {
        color: #000;
        background-color: #F26522;
        display: block;
        font-family: 'Century Gothic';
        font-size: 18px;
        font-weight: 600;
        padding: 25px;
        text-align: center;
        text-decoration: none;
    }
section.reg_form .complaint-label {
    margin-top:-12px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Century Gothic';
}

.table-border-display {
    border: 1px solid #F26522;
}

.tbl_header {
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F26522 0%,#fedabe 51%,#F26522 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F26522 0%,#fedabe 51%,#F26522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 8px;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #F26522;
   
}
    .tbl_header th {
        border: none;
        
    }

.tbl_header1 {
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -moz-linear-gradient(top, #F26522 0%, #fedabe 51%, #F26522 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #F26522 0%,#fedabe 51%,#F26522 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #F26522 0%,#fedabe 51%,#F26522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 8px;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #F26522;
}

    .tbl_header1 td {
        border: none;
    }
.tbl_rowstyle {
    padding: 3px;
    color: #000;
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #F26522;
  
}

    .tbl_rowstyle td {
        border: none;
        text-wrap: normal;
    }

        .tbl_rowstyle td a {
            padding: 3px;
            color: #F26522;
            font-family: 'Century Gothic';
            font-size: 14px;
            font-weight: 500;
            text-wrap: normal;
        }

.repeater-label {
    color: #222;
    border: none;
    padding-top: 15px;
    padding-left:30px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Century Gothic';
  
}


.headingMessage {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    background-color: #f26522;
    border-bottom: 0px solid #ebebeb;
    padding-left:10px;
}

.alert-danger {
    color: white;
    background-color: red;
    border-color: #ebccd1;
}

.alert-danger span{
    font-size:16px;
    font-weight:bold;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input {
        opacity: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }