body {
    width: 100%;
    color: #39447a;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Circular Std Book';
}

a {
    text-decoration: none !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0px;
}

ul {
    padding-left: 0px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.row-centered {
    text-align: center;
    display: block;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
}

.fixed-top {
    position: fixed!important;
    height: 90px;
}


/*** header ****/

.border-header {
    border-bottom: solid 1px #ebebeb;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

header .navbar .navbar-collapse .navbar-nav.head-color .nav-item .nav-link {
    color: #FFF;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 0px 0;
    position: relative;
    font-family: 'Circular Std Book';
    display: block;
    text-align: center;
    color: #fff;
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
    display: inline-block;
}

header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    padding-right: 0px!important;
    padding-left: 0px;
}


/*header .navbar .navbar-collapse .navbar-nav .nav-item:hover a{transform: translate3d(0,-10px,0); }*/

header .navbar .navbar-collapse .navbar-nav .nav-item.sign_link:hover {
    transform: none!important;
}


/*
header .navbar .navbar-collapse .navbar-nav .nav-item:hover a.nav-link::before {
    content: " ";
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
   bottom: 13px;
    display: inline-block;
    -moz-animation: ab-fd .2s ease-out;
    -webkit-animation: ab-fd .2s ease-out;}
*/

header.header .navbar .navbar-collapse .navbar-nav .nav-item:hover a.nav-link::before {
    background-color: #fca600;
}

header .navbar .navbar-collapse .navbar-nav .nav-item.sign_link:hover .nav-link::before {
    display: none;
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 20px;
}


/*header .navbar .navbar-brand img {width: 176px; height: 137px;}*/

header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

header .navbar {
    box-shadow: none;
    padding: 13px 25px;
    background-color: #004e95;
    border-bottom: 9px solid #fca600;
}

header .navbar-expand-lg .navbar-collapse {
    margin-top: -4px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(2) .nav-link {
    opacity: 0.5;
    border-right: 1px solid #ffffff94;
    padding-right: 30px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
    font-family: 'Circular Std Bold';
    font-size: 27px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link img {
    padding-right: 10px;
}

.home-page {
    background-image: url(../images/home-newbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.home-page article {
    position: absolute;
    top: 17%;
    left: 8%;
}

.home-page article h2 {
    font-size: 35px;
    line-height: 1.14;
    color: #2c2c2c;
    padding-bottom: 15px;
}

.home-page article h1 {
    font-family: 'Circular Std Bold';
    font-size: 55px;
    line-height: 1.18;
    color: #0057a5;
}

.home-page article .accnt-box {
    width: 350px;
    height: auto;
    border-radius: 8px;
    box-shadow: 34px 27px 29px 0 rgba(0, 0, 0, 0.22);
    border: solid 1px #d0d0d0;
    background-color: #ffffff;
    padding: 30px;
    margin-top: 30px;
}

.home-page article form span {
    font-size: 17px;
    line-height: 40px;
    color: #2c2c2c;
}

.home-page article form .accnt-num {
    font-size: 13px;
    line-height: 18px;
    color: #8d8d8d;
    max-width: 250px;
    padding-bottom: 10px;
}

.btn {
    border-radius: 7px;
    background-color: #fca502;
    text-transform: uppercase;
    font-family: 'Circular Std Medium';
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #ffffff;
    width: 100%;
    padding: 10px;
}

.home-page .form-control {
    border-radius: 7px;
    border: solid 1px #cbcbcb;
    background-color: #f6f6f6;
    outline: none;
    box-shadow: none;
}

.home-page input[type=text] {
    height: 42px;
}

.home-page article p {
    font-size: 20px;
    color: #2c2c2c;
    position: absolute;
    top: 120%;
    line-height: 40px;
    left: 0px;
}

a.sms-link {
    color: #004e95;
}

.navbar-toggle {
    display: none;
    outline: none;
}

button,
[type=button] {
    outline: none !important;
    box-shadow: none !important;
}

.sidenav li {
    list-style: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -100%;
    background-color: #fca600;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    width: 100%;
}

.sidenav a {
    padding: 0px 0px 0px 50px;
    text-decoration: none;
    font-size: 20px;
    color: #FFF;
    display: block;
    transition: 0.3s;
    font-family: 'Circular Std Book';
    line-height: 65px;
}

.sidenav a img {
    padding-right: 15px;
}

.sidenav .btn-outline-white {
    border: solid 2px #FFF !important;
    position: relative;
    margin-left: 5px;
    line-height: 42px!important;
    height: 50px;
    top: 25px;
    width: 250px;
    left: 48px;
    padding: 0px 20px;
    text-align: center;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav ul li:last-child a {
    font-family: 'Circular Std Bold';
}


/*
.sidenav ul li:nth-child(2) a
{
    opacity: 0.5;
}
*/

.sidenav .closebtn {
    position: absolute;
    top: 23px;
    right: 24px;
    font-size: 40px;
    margin-left: 50px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 0px!imprtant;
}

.navbar-toggle .icon-bar {
    background-color: #fca600;
}

.navbar-toggle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 9px 8px;
    position: relative;
    float: right;
    border: none;
    /*    margin-top: 10px;*/
    background: transparent;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 10px !important;
}

.navbar-toggle {
    display: none;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: transparent;
}

.sidenav a.btn {
    border-radius: 4px;
    background-color: #FFF;
    padding: 0px 10px;
    color: #fca601;
    cursor: pointer;
    width: 162px;
    height: 43px;
    line-height: 40px;
    position: relative;
    left: 50px;
    text-align: center;
    margin-top: 20px;
}

.home-page article .accnt-box1 {
    height: 400px;
}

.home-page article .accnt-box1 .under {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    background-color: transparent;
}

.service {
    padding-top: 100px;
    background-image: url(../images/service-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    /*height: 100vh;*/
    /*    height:810px;*/
    overflow: hidden;
    position: relative;
}

.service article.main-content {
    padding-top: 50px;
    font-family: 'Circular Std Book';
    color: #2c2c2c;
    padding-bottom: 30px;
}

.service article h4 {
    color: #2c2c2c;
    line-height: 40px;
    font-size: 20px;
}

.service article h2 {
    line-height: 40px;
    font-family: 'Circular Std Bold';
    font-size: 30px;
}

.service article p {
    font-family: 'Circular Std Bold';
    font-size: 20px;
    color: #2c2c2c;
    line-height: 40px;
    padding-top: 30px;
}

.home-page article form .error {
    font-size: 13px;
    line-height: 18px;
    color: red;
    padding-bottom: 10px;
}

.home-page article form #txtInput {
    width: 60%;
    display: inline-block;
    margin-right: 8px;
}

.home-page article form #mainCaptcha {
    width: 35%;
    display: inline-block;
}

#mainCaptcha {
    background-image: url(../images/captcha.png);
    background-repeat: no-repeat;
    background-position: 13px 7px;
    background-size: 76px 32px;
}

.service .row .box img {
    display: block;
    /*    position: relative;*/
}

.service .row a {
    display: block;
    position: relative;
}

.service .row {
    padding-left: 15px;
}

.service .row .box p {
    position: absolute;
    top: 120px;
    text-align: center;
    transform: translate(15%, -41%);
    color: #fff;
    /*    opacity: 1;*/
    font-size: 16px;
    line-height: 1.31;
    font-family: 'Circular Std Book';
}


/*
.service .row .box:hover p {
    opacity: 0;
}
*/

.service .row a {
    /*width: 100%;*/
    /*height: 170px;*/
    overflow: hidden;
    position: relative;
    cursor: default;
    border-radius: 10px;
    box-shadow: 1px 6px 14px 0 rgba(0, 0, 0, 0.25);
}

.service .row a:hover article {
    background-color: rgba(0, 74, 153, 0.66);
}

.service .row a:hover article span:before {
    opacity: 1;
}

.service .row img {
    width: 100%;
}

.service .row article {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.service .row .box span {
    text-align: center;
    position: relative;
    left: 20px;
    top: 107px;
    /*    z-index: 555;*/
    /*    transform: translate(-50%, -50%);*/
    color: #fff;
    font-family: 'Circular Std Book';
}

.service .row .box span:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #fca502;
    bottom: 26px;
    width: 34%;
    opacity: 0;
    transform: translateX(1%);
}

.service .row .col-12 {
    padding-left: 0px;
}

.service .row .col-sm-3 {
    padding-right: 32px;
}

.service .row a {
    cursor: pointer;
}

.mymodal h5 {
    color: #2c2c2c;
    line-height: 1.82;
    font-family: 'Circular Std Bold';
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

.mymodal .modal-dialog {
    max-width: 776px;
}

.mymodal .modal-body {
    padding: 0px 53px;
}

.mymodal .modal-header .close {
    padding: 0px 0px;
    margin: inherit;
}

.mymodal .modal-header {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.mymodal .modal-footer {
    border-top: 0px;
}

.mymodal .btn {
    border-color: transparent;
    width: 282px;
    margin: 0 auto;
    display: block;
    padding: 0px 0px;
    /* opacity: 0.6;*/
    font-family: 'Circular Std Medium';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 36px;
}

.modal-backdrop {
    background-color: #fff;
}

.mymodal .modal-content {
    border: none;
    border-radius: 8px;
    box-shadow: 3px 7px 72px 0 rgba(0, 0, 0, 0.14);
}

.mymodal .modal-header .close {
    opacity: 1;
}

.mymodal h3 {
    color: #4d4d4d;
    line-height: 1.6;
    font-size: 20px;
    font-family: 'Circular Std Book';
    color: #4d4d4d;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.mymodal .check:disabled {
    background-color: #9e9e9e94;
}

.mymodal .check1:disabled {
    background-color: #9e9e9e94;
}

.mymodal .check3:disabled {
    background-color: #9e9e9e94;
}

.mymodal .form-control {
    border-radius: 4px;
    border: solid 1px #d4d4d4;
    background-color: #fafafa;
}

.mymodal form button {
    font-family: 'Circular Std Bold';
    font-size: 18px;
    line-height: 28px;
    color: #2c2c2c;
    text-align: left;
    margin-top: 10px;
    height: 45px;
}

.mymodal .modal-footer {
    padding-bottom: 40px;
    padding-top: 20px;
}

.mymodal .click {
    position: relative;
}

.mymodal .tick {
    position: absolute;
    right: 22px;
    top: 17px;
}

.mymodal article {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.mymodal article p {
    font-family: 'Circular Std Book';
    font-size: 16px;
    line-height: 26px;
    color: #4d4d4d;
    padding-top: 30px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.mymodal article p span,
.mymodal h3 span {
    font-family: 'Circular Std Bold';
}

.mymodal .close {
    position: absolute;
    right: 12px;
    top: 12px;
}

#form2-prandhanmantri h3 {
    max-width: 505px;
}

#form2-prandhanmantri .prandhanmantri2 {
    max-width: 282px;
    margin: 0 auto;
}

#form2-prandhanmantri .form-check label {
    font-family: 'Circular Std Book';
    font-size: 14px;
    line-height: 19px;
    color: #979797;
}

#form2-prandhanmantri .form-group {
    margin-bottom: 3px;
}

#form2-prandhanmantri input[type="text"] {
    height: 52px;
    outline: none;
    box-shadow: none;
}

#form2-prandhanmantri .form-group .form-check-input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

#form2-prandhanmantri .form-group .form-check {
    padding-left: 0px;
}

#form2-prandhanmantri .form-group .form-check label {
    position: relative;
    cursor: pointer;
}

#form2-prandhanmantri .form-group .form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    background-color: #fafafa;
    bottom: 3px;
}

#form2-prandhanmantri .form-group .form-check-input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 6px;
    width: 8px;
    height: 14px;
    border: solid #28ca72;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#form2-prandhanmantri .prandhanmantri2 input[type="text"]::placeholder {
    color: #bbbbbb;
}

#form3-prandhanmantri article p {
    max-width: 475px;
    margin: 0 auto;
    text-align: center;
}

#form1-Debitcard .collapse1 {
    width: 100%;
    height: 45px;
    text-align: inherit;
    border-radius: 4px;
    /*  border: solid 1px #d4d4d4;*/
    /*  background-color: #fafafa;*/
    font-family: 'Circular Std Bold';
    font-size: 18px;
    line-height: 1.22;
    padding: .375rem .75rem;
    color: #2c2c2c;
    margin-bottom: 9px;
    margin-top: 0px;
}

#form1-Debitcard .card-header {
    /*        margin-bottom: 10px;*/
    padding: 0px !important;
    height: 40px;
    border-radius: 4px;
    background-color: #fafafa !important;
    padding-bottom: 30px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /*    border-bottom: 1px solid #d4d4d4;*/
}

#form1-Debitcard .card-header .collpase1 {
    background-color: #fafafa;
    color: #000;
    font-family: 'Circular Std Bold';
    font-size: 18px;
    line-height: 1.22;
    color: #2c2c2c;
    margin-top: 0px;
    text-align: inherit;
    width: 100%;
    border: none;
    padding: 9px 21px;
    border-radius: 4px;
    height: 100%;
    /* border:1px solid red;*/
}

#form1-Debitcard .card-body {
    background-color: #fafafa;
    padding-top: 1px;
    border-radius: 4px;
    padding: 0px 20px;
    padding-bottom: 10px;
    padding-top: 1px;
    /*
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  border-top:0px;
*/
}

#form1-Debitcard .card-header button:after {
    content: '';
    position: absolute;
    margin: 0 auto;
    right: 25px;
    vertical-align: middle;
    box-sizing: border-box;
    height: 13px;
    width: 13px;
    border-style: solid;
    border-color: #7f7f7f;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    cursor: pointer;
}

#form1-Debitcard .card-header .collpase1[aria-expanded="true"]:after {
    transform: rotate(-135deg);
    top: 16px;
}


/*
#form1-Debitcard .card-header .fa-angle-down
{
    float:right;
     color:#7f7f7f;
  font-size:20px;
}
*/

#form1-Debitcard .card .form-control {
    background-color: #fff;
    font-family: 'Circular Std Book';
    font-size: 14px;
    line-height: 1.29;
    color: #4d4d4d;
    height: 36px;
}

#form1-Debitcard .card .tick {
    position: absolute;
    right: 22px;
    top: 12px;
}

#form1-Debitcard .card {
    margin-bottom: 10px;
    border: 1px #d4d4d4 solid;
    border-radius: 4px;
    background-color: #fafafa;
}

#form1-Debitcard .card-header h2 {
    line-height: 30px;
}

#form2-Debitcard article p {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 25px;
}

#form2-Debitcard article .space {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #2c2c2c;
    max-width: 300px;
}

#form3-Debitcard article p {
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 55px;
}

#form1-Debitcard .accordion>.card {
    overflow: inherit;
    /*
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    border-bottom:0px;
*/
}

#form1-Debitcard .accordion>.card:not(:last-of-type) {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#form1-Debitcard .accordion>.card>.card-header {
    margin-bottom: 0px;
    border-radius: 4px;
}

header .navbar .navbar-brand {
    width: 219px;
}


/**Alfn new styles**/


/**new styles**/

.service article.main-content {
    position: relative;
}

.service .form-inline {
    padding-right: 75px;
    position: relative;
}

.service .h4.display-4 {
    line-height: 28px!important;
    font-size: 20px;
    font-family: 'Circular Std Book';
    color: #4d4d4d;
}

.service .back-btn {
    position: absolute;
    right: 0;
}

.service .section-title {
    color: #2c2c2c;
    line-height: 1.82;
    font-family: 'Circular Std Bold';
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: 40px;
}

.service input[type="text"] {
    outline: none;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    padding-left: 5px;
}

.service .form-group .btn {
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0;
}

.service .pagination li a {
    color: #4d4d4d;
}

.service .pagination li.active span {
    color: #fca502;
}

.service .pagination li {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #ccc;
}

.service .pagination li:last-child {
    border-right: 0;
}

.datepicker.datepicker-dropdown {
    padding: 10px;
}

.service .form-inline .form-group {
    margin-right: 5px;
}

.service .form-group .btn:hover {
    background-color: #fca502;
}

.service .form-inline .form-group {
    margin-bottom: 10px;
}

td.active.day {
    background-color: #fca502!important;
    background-image: none!important;
}

.landing-page>div {
    width: 100%;
}

.landing-page .form-group {
    margin-bottom: 30px;
}

.landing-page {
    height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.service .pagination-container .pagination {
    justify-content: center;
}

.service .form-inline .form-group .btn,
.service .form-group.back-btn .btn {
    padding-top: 10px;
    line-height: 1;
    padding-bottom: 9px;
}

.service .landing-page .form-group .btn {
    padding-top: 8px;
    padding-bottom: 7px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}

.mandatory {
    border: 1px solid #f50909!important;
}

@media only screen and (max-width: 767px) {
    .service .form-inline .form-group:nth-child(1),
    .service .form-inline .form-group:nth-child(2),
    .service .form-inline .form-group:nth-child(3) {
        width: 100%;
    }
}


/**Alfin new styles**/

.service article.main-content {
    position: relative;
}

.service .form-inline {
    padding-right: 75px;
    position: relative;
}

.service h4.display-4 {
    line-height: 28px!important;
    font-size: 20px;
    font-family: 'Circular Std Book';
    color: #4d4d4d;
}

.service .back-btn {
    position: absolute;
    right: 0;
}

.service .section-title {
    color: #2c2c2c;
    line-height: 1.82;
    font-family: 'Circular Std Bold';
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: 40px;
}

.service input[type="text"] {
    outline: none;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    padding-left: 5px;
}

.service .form-group .btn {
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0;
}

.service .pagination li a {
    color: #4d4d4d;
}

.service .pagination li.active span {
    color: #fca502;
}

.service .pagination li {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #ccc;
}

.service .pagination li:last-child {
    border-right: 0;
}

.datepicker.datepicker-dropdown {
    padding: 10px;
}

.service .form-inline .form-group {
    margin-right: 5px;
}

.service .form-group .btn:hover {
    background-color: #fca502;
}

.service .form-inline .form-group {
    margin-bottom: 10px;
}

td.active.day {
    background-color: #fca502!important;
    background-image: none!important;
}

.landing-page>div {
    width: 100%;
}

.landing-page .form-group {
    margin-bottom: 30px;
}

.landing-page {
    height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.service .pagination-container .pagination {
    justify-content: center;
}

.service .form-inline .form-group .btn,
.service .form-group.back-btn .btn {
    padding-top: 10px;
    line-height: 1;
    padding-bottom: 9px;
}

.service .landing-page .form-group .btn {
    padding-top: 8px;
    padding-bottom: 7px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}


/***11-12-20***/

.section-sub-title {
    color: #4d4d4d;
    line-height: 1.6;
    font-size: 20px;
    font-family: 'Circular Std Book';
    color: #4d4d4d;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
}

.service select {
    outline: none;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    padding-left: 5px;
}

.block-transaction .table-responsive {
    max-height: 300px;
}

.service .form-inline .form-group {}

.service .block-channel .form-group {
    margin-bottom: 0!important;
}

.create-dispute .block {
    margin-bottom: 50px
}

.service .create-dispute select {
    height: 34px;
    min-width: 210px;
}

.service .create-dispute select option,
.service .create-dispute select {
    color: #4d4d4d;
}

.service .block-transaction table td,
.service .block-transaction table th {
    font-size: 14px;
    line-height: 1.5;
}

.service .block-question table td,
.service .block-transaction table td {
    padding-top: 4px!important;
    padding-bottom: 4px!important;
    color: #4d4d4d!important;
    font-size: 16px;
    vertical-align: middle;
}

.cards {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
}

.cards table {
    margin-bottom: 0;
}

.create-dispute .btn-wrapper {
    display: flex;
    width: 130px;
    justify-content: space-between;
}

.service article.main-content {
    padding-top: 24px!important;
}

.btn-wrapper .form-group .btn {
    padding-top: 10px;
    line-height: 1;
    padding-bottom: 9px;
}

.landing-page ul {
    padding-left: 20px;
}

.landing-page ul li {
    line-height: 26px;
    padding-top: 10px;
}

.form-group.save-btn {
    padding-left: 5px;
}

label#lblTranDays {
    font-size: smaller;
    font-style: italic;
}

/*.modal*/
.loaderModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 128,128,128, .3 ) url("../../Content/themes/base/images/loading.gif" ) 50% 50% no-repeat;*/
    background: url(../images/loading.gif) 50% 50% no-repeat;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    filter: alpha(opacity=10);
}

@media only screen and (max-width: 991) {
    .service .form-inline {
        padding-right: 136px;
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .landing-page {
        height: 100%;
    }
    .service article p {
        padding-top: 15px!important;
    }
    .service .cards .form-inline .form-group {
        margin-bottom: 8px!important;
        max-width: 206px;
        padding-right: 0;
        position: static;
    }
    .service .block-transaction .form-inline {
        padding-right: 0!important;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .service .form-inline .form-group:nth-child(1),
    .service .form-inline .form-group:nth-child(2),
    .service .form-inline .form-group:nth-child(3) {
        width: 100%;
    }
    .service article h2 {
        line-height: 23px;
    }
    .service article h4.display-4 {
        font-size: 14px;
        line-height: 21px!important;
    }
    .service .back-btn {
        bottom: 0;
    }
    .service article.main-content {
        padding-top: 25px;
    }
    .landing-page .form-group {
        margin-bottom: 10px;
    }
    .service .pagination li {
        padding-right: 15px;
        padding-left: 15px;
    }
    .table td,
    .table th {
        line-height: 24px;
    }
    .service article.main-content {
        padding-top: 25px;
    }
}

@media (max-width: 1024px) {
    .service {
        height: auto!important;
    }
}