@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
html,
body {
    margin: 0;
    overflow-x: hidden;
    font-family: open sans, sans-serif;
    scroll-behavior: smooth;
}
a {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}
a:hover,
a:active {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
.header {
    width: 100%;
    background: #fff;
}
.header.only_logo {
    text-align: center;
}
.header.only_logo .navbar-header {
    float: none;
}
.header.only_logo .logo {
    float: none;
    display: inline-block;
    padding-left: 0;
}
.logo {
    float: left;
    padding: 15px 0;
}
.error-message,
label.error {
    color: red !important;
}
.menu {
    padding-left: 0;
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
}
.menu li {
    display: inline-block;
    list-style: none;
    margin-left: 25px;
}
.menu li a {
    color: #666;
    font-size: 16px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding: 18px 0;
    display: inline-block;
    position: relative;
}
.menu li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: green;
    left: 0;
    bottom: 10px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.menu li a:hover {
    color: #2ead90;
    text-decoration: none;
}
.menu li a:hover:after {
    width: 100%;
}
.leftMenu {
    float: left;
}
.rightMenu {
    float: right;
    line-height: 65px;
}
.search {
    margin-right: 15px;
    padding: 15px 0;
}
.loginBody {
    background: url(../img/bg.jpg) no-repeat;
    background-attachment: fixed;
}
.loginBox {
    margin: 70px auto 100px;
}
.whiteBg {
    background: #fff;
    padding: 35px;
}
h2 {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
h2 span {
    font-weight: 700;
}
.loginBtn,
.bootbox .btn-primary {
    background: #59b94a;
    padding: 11px;
    color: #fff;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
}
.loginBtn:hover,
.loginBtn:focus,
.bootbox:hover,
.bootbox:focus .btn-primary:hover,
.btn-primary:focus {
    color: #fff;
}
.everification {
    background: #59b94a;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: inherit;
    letter-spacing: 0;
}
.loginBtn {
    width: 100%;
    margin-top: 15px;
}
.bootbox .btn-primary {
    min-width: 100px;
}
.forgot {
    font-size: 12px;
    color: #e04c40;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 25px;
    text-decoration: underline;
}
.forgot:hover {
    color: #0c2343;
}
.textBoxes {
    border: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    background: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 0 10px;
    line-height: 45px;
    height: 45px;
}
.textBoxes:focus {
    border-color: #59b94a;
    outline: none;
    box-shadow: none;
}
textarea.form-control {
    height: 100px;
    line-height: normal;
    padding: 15px;
}
label {
    color: gray;
    font-weight: 400;
    font-size: 12px;
}
.switch {
    width: 24rem;
    position: relative;
}
.switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.switch input:checked {
    z-index: 1;
}
.switch input:not(:checked) + label:hover {
    color: #000;
}
.switch label {
    color: #000;
    cursor: pointer;
}
.switch input:focus + label {
    color: #000;
}
.switch input:checked + label {
    cursor: default;
}
.switch .toggle-outside {
    height: 100%;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    -webkit-transition: 0.25s ease all;
    -moz-transition: 0.25s ease all;
    -ms-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
}
.switch .toggle-inside {
    border-radius: 5rem;
    background: #59b94a;
    position: absolute;
    -webkit-transition: 0.25s ease all;
    -moz-transition: 0.25s ease all;
    -ms-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
}
.switch--horizontal {
    width: 100%;
    height: 3rem;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 25px;
}
.switch--horizontal input {
    height: 3rem;
    width: 6rem;
    left: 45%;
    margin: 0;
}
.switch--horizontal label {
    font-size: 14px;
    line-height: 3rem;
    display: inline-block;
    margin: 0;
    text-align: center;
    color: #000;
}
.switch--horizontal label:focus,
.switch--horizontal label:visited,
.switch--horizontal label:active,
.switch--horizontal label:hover {
    color: #000;
}
.switch--horizontal label:last-of-type {
    margin-left: 95px;
}
.switch--horizontal .toggle-outside {
    background: #ebebeb;
    position: absolute;
    width: 6rem;
    left: 45%;
}
.switch--horizontal .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 0.25rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 3.25rem;
}
.switch--expanding-inner input:checked + label:hover ~ .toggle-outside .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
}
.switch--expanding-inner.switch--horizontal input:hover ~ .toggle-outside .toggle-inside {
    width: 3.5rem;
}
.switch--expanding-inner.switch--horizontal input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 2.25rem;
}
.mainSteps {
    width: 100%;
    background: url(../img/step.jpg) no-repeat;
    height: 55px;
    padding-top: 20px;
}
.stepsBg {
    background: #e1e1e1;
    padding-top: 30px;
    padding-bottom: 50px;
}
.stepsSource {
    min-height: 85%;
}
#msform {
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: #fff;
    border: 0;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform input,
#msform textarea {
    padding: 0 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 13px;
}
#msform .action-button {
    width: 195px;
    background: #27ae60;
    font-weight: 300;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 15px 5px;
    margin: 10px 5px;
    font-size: 24px;
    float: none;
    display: inline-block;
}
#msform .no {
    background: #9c71f6;
}
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: 600;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
#progressbar {
    margin-bottom: 80px;
    height: 60px;
    counter-reset: step;
    padding: 0;
}
#progressbar li {
    list-style-type: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li i {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
#progressbar li.active i {
    background: #27ae60;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    line-height: 50px;
    display: block;
    font-size: 18px;
    color: #59b94a;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto 5px;
    position: inherit;
    z-index: 1;
}
#progressbar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -50%;
    bottom: 6px;
    z-index: 0;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #27ae60;
    color: #fff;
}
.sourceIco {
    width: 195px;
    height: 195px;
    background: #f4f4f4;
    line-height: 195px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}
.previous {
    font-size: 32px;
    float: left;
    cursor: pointer;
}
.footer {
    background: #ebebeb;
    width: 100%;
}
.copy {
    background: #d7d7d7;
    padding: 10px;
}
.copy p {
    text-align: center;
    margin-bottom: 0;
}
.mainProgressBar {
    padding: 0;
}
.mainProgressBar li {
    list-style-type: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 10%;
    float: left;
    position: relative;
    text-align: center;
}
.mainProgressBar li a {
    color: #fff;
}
.mainProgressBar li i {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #aaa;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.mainProgressBar li.active i {
    background: #fff;
    width: 14px;
    height: 14px;
    top: -2px;
}
.mainProgressBar li:before {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mainProgressBar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: -50%;
    bottom: 25px;
    z-index: 0;
}
.mainProgressBar li:first-child:after {
    content: none;
}
.mainProgressBar li.active:before,
.mainProgressBar li.active:after {
    background: #fff;
    color: #fff;
    bottom: 28px;
}
.leftSwitch {
    display: inline-block;
    margin: 15px;
    width: auto;
}
.pTax .box .inputfile-1 + label {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - 73px);
    height: 10px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #59b94a;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #59b94a;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #59b94a;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #59b94a;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #59b94a;
}
.range-slider__range:active::-moz-range-thumb {
    background: #59b94a;
}
.range-slider__value {
    display: block;
    position: relative;
    width: 45px;
    margin: 0 auto;
    margin-top: 10px;
    color: #59b94a;
    line-height: 24px;
    text-align: center;
    background: #f3f3f3;
}
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}
p {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 13px;
    color: #666;
}
.basicDetBox .whiteBg {
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 50px;
}
.basicDetBox p {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
.mobileview .m_div_control.assets_liability p {
    text-align: left;
}
.clear {
    clear: both;
}
.date .input-group-addon {
    background: 0 0;
    border: 1px solid #59b94a;
    border-radius: 0;
}
.date .glyphicon {
    color: #59b94a;
}
.switch--horizontal label:last-of-type {
    text-align: left;
    color: #000;
}
.switch--horizontal label {
    width: 150px;
    text-align: right;
}
.switch--horizontal .toggle-outside,
.switch--horizontal input {
    left: 50%;
    margin-left: -30px;
}
.basicDtlBtn {
    text-align: right;
}
.basicDtlBtn .loginBtn {
    width: inherit;
    padding: 15px 60px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.caAssistBox .basicDtlBtn .loginBtn {
    padding: 10px 30px;
}
.basicDetBox form {
    margin-top: 10px;
}
.totalSal {
    text-align: left;
    font-size: 16px;
    margin: 20px 30px;
    display: inline-block;
    float: right;
    color: #666;
}
.totalSal span {
    font-weight: 400;
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
}
.totalSal:first-of-type span {
    color: #222;
}
.totalSal:last-of-type span {
    color: #666;
}
.ca-partner-outer {
    display: flex;
    align-content: center;
}
.ca-partner {
    flex: 1 1 auto;
    align-self: center;
    padding-right: 0;
}
.salNewCont {
    background: #e1e1e1;
    padding: 30px 0 50px;
}
.as-form-modal .modal-body ::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}
.as-form-modal .modal-body :-ms-input-placeholder {
    color: #ccc;
    font-size: 13px;
}
.as-form-modal .modal-body ::placeholder {
    color: #ccc;
    font-size: 13px;
}
.m_div_control.hp_income .error-message {
    position: absolute;
}
.form16_mview,
.f_mobileview {
}
.mview_arrow {
    display: none;
}
span.mobile_upload {
    display: none;
}
.mobile_btn {
    display: none;
}
.as-upload {
    background: #fdee9d;
    padding: 1.5rem 2rem;
    text-align: center;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.as-upload a {
    color: #4eae2c;
    font-weight: 700;
    text-decoration: underline;
}
.as-upload.as-success {
    text-align: left;
    background: #e5f7e3;
}
.as-upload.as-success h3 {
    font-size: 18px;
    color: #56b94b;
    margin: 0;
}
.as-upload.as-success .left small {
    display: block;
    padding-left: 2.5rem;
    font-size: 13px;
    font-weight: 700;
}
.as-upload.as-success .right {
    text-align: right;
}
.as-upload.as-success .right .updt-document {
    background: #59b94a;
    text-align: right;
    float: none;
    padding: 6px 15px;
    border-radius: 2px;
    color: #fff;
    border: 0;
    outline: 0;
    font-size: 13px;
}
.as-upload.as-success .right small {
    display: block;
    font-size: 12px;
    margin-right: 3.5rem;
}
.as-upload.as-success .right small a {
    color: #59b94a;
}
.as-form-modal {
    text-align: center;
    border: none;
}
.as-form-modal .modal-body {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
}
.as-form-modal .modal-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.as-form-modal .modal-body .inputfile-1 + label,
.download_label {
    text-transform: capitalize;
    margin: 0;
    color: #56b94b;
    padding: 3rem 4rem 2rem;
    background: #fff;
    border: dashed 2px #c4c4c4;
    border-radius: 8px;
}
.as-form-modal .modal-body .upload_form16_img,
.download_form16_img {
    margin: 0 auto;
}
.as-form-modal .modal-footer,
.as-form-modal .modal-header {
    border: none;
}
.as-form-modal .modal-body .as-psw {
    box-shadow: none;
    width: 210px;
    margin: 10px auto;
    display: block;
    border-radius: 3px;
    border: solid 1px #d2d2d2;
    padding: 0.6rem 1rem;
}
.as-form-modal .modal-header h4 {
    margin-top: 2rem;
}
.as-form-modal .modal-footer {
    text-align: center;
    padding: 0 0 3.5rem;
}
.as-form-modal .modal-body .error {
    background: #fadfdf;
    padding: 0.6rem 1rem;
    display: block;
    color: #000;
    color: #f52525;
    border-radius: 2px;
}
.as-form-modal .modal-footer .btn-success {
    background: #59b94a;
    padding: 11px 25px;
    border-radius: 2px;
    color: #fff;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.as-form-modal .modal-footer .btn-default {
    background: #e4e4e4;
    padding: 11px 25px;
    border-radius: 2px;
    color: #000;
    border: 0;
    outline: 0;
    font-size: 14px;
}
.redirect_modal {
    text-align: center;
}
.redirect_modal .modal-header {
    border: none;
    padding: 0;
}
.redirect_modal .modal-header .close {
    width: 30px;
    height: 30px;
    color: #5ebb4f;
    box-shadow: 0 0 10px rgb(0 0 0/10%);
    border-radius: 50%;
    opacity: 1;
    margin-top: -10px;
    background: #fff;
    margin-right: -10px;
}
.redirect_modal .modal-body {
    padding: 2rem 4rem;
}
.redirect_modal .modal-body h3 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
}
.redirect_modal .modal-body #Timer {
    display: inline-block;
    background: #def1db;
    border-radius: 20px;
    line-height: normal;
    padding: 0.1rem 2rem;
    font-size: 17px;
}
.redirect_modal .button-group {
    border: none;
    text-align: center;
    padding-bottom: 2rem;
}
.redirect_modal .button-group .btn-success,
.redirect_modal .button-group .btn-default {
    border-radius: 3px;
    border: none;
    margin: 0 0.5rem;
    padding: 1rem 3rem;
}
.redirect_modal .button-group .btn-default {
    background: #e6e6e6;
}
.salNewBox h2 {
    text-align: left;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 12px 0 8px;
    display: none;
}
.darkbtn.salary_breakup_btn,
.darkbtn.other_allowance_btn {
    background: 0 0;
    color: #56ba4b;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 700;
}
.salNewBox:first-of-type h2 {
    display: inline-block;
}
.salNewNo {
    background: #f0f0f0;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    float: left;
    margin-right: 10px;
    color: #2ead90;
}
.salNewBox .whiteBg {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 20px;
    box-shadow: 0 0 5px #f2f2f2;
}
.imp-26as {
    background: #9d71f6;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px;
    margin-top: 25px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.imp-26as:hover {
    background: #9262f3;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.addSalBtnBox {
    text-align: right;
}
.addSalBtn {
    margin-top: 0;
    background: #425563;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    border: none;
    outline: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.addSalBtn:hover {
    background: #2c3a45;
}
.totalSalBox {
    background: #ebebeb;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
}
.totalSalBtn {
    text-align: right;
}
.totalSalBtn .loginBtn {
    margin-left: 10px;
    margin-right: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: inline-block;
}
.totalSalBtn .loginBtn:hover {
    opacity: 0.8;
}
.totalSalBtn .loginBtn:first-child {
    background: #2ead90;
    margin-left: 0;
    color: #fff;
}
.totalSalBtn .loginBtn:nth-child(3) {
    background: #d9b53f;
    color: #fff;
}
.totalSalBtn .loginBtn:last-child {
    background: #9d71f6;
    color: #fff;
}
.totalSalBtn .loginBtn:nth-child(2) {
    background: #59b94a;
    color: #fff;
}
.salNewBox {
    margin-bottom: 20px;
}
.twoLine {
    margin-bottom: 25px;
}
.whiteBg hr {
    margin: 20px 0 30px;
    border-top: 1px solid #d0d0d0;
}
.ae_show,
._44ada_show {
    display: none;
}
.addBtnBox {
    clear: both;
    float: right;
    margin-right: 15px;
}
.addBtnBox img,
.inlineAdd img {
    background: #7fc973;
    cursor: pointer;
}
.whiteBg h3,
#dedn #h3 {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 15px;
    display: inline-block;
    line-height: 24px;
}
#dedn #h3 {
    font-weight: 400;
}
.whiteBg h3.with_h4_subheading {
    margin-bottom: 5px;
}
.whiteBg h4.with_h3_parentheading {
    font-size: 14px;
    color: #666;
    margin: 0 0 30px;
    line-height: 20px;
}
.marginSwitch {
    margin-top: 35px;
}
.singlejoinSrc,
.giftRcvdFrm {
    display: none;
}
.salNewBox h2 span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}
input[type="radio"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    opacity: 0;
}
input[type="radio"].css-checkbox + label.css-label {
    padding-left: 35px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: bottom left;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    color: #666;
}
input[type="radio"].css-checkbox:checked + label.css-label {
    background-position: top left;
    color: #59b94a;
}
label.css-label {
    background-image: url(../img/radio.png);
    background-size: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploadForm16 .whiteBg {
    padding: 30px;
    margin-bottom: 0;
    margin-top: 25px;
}
.uploadBtn {
    width: 150px;
    background: #59b94a;
    padding: 0 15px;
    color: #fff;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
}
.uploadForm16 p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 15px;
}
.deductionCont .whiteBg h3 {
    margin-bottom: 10px;
    margin-top: 0;
}
.deductionCont .whiteBg h3 span {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 6px;
}
.deductionSel {
    list-style: none;
    padding: 0;
}
.deductionSel li {
    background: #d1d1d1;
    height: 40px;
    line-height: 40px;
    width: 15.9%;
    text-align: center;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}
.deductionSel li:last-of-type {
    margin-right: 0;
}
.deductionSel li input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.deductionSel li label {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    display: block;
    cursor: pointer;
}
.deductionSel li input[type="radio"]:checked + label {
    background: #59b94a;
    color: #fff;
}
.deductionCont .whiteBg {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.otherinvSel {
    text-align: center;
    display: none;
}
.otherinvSel .switch--horizontal label {
    width: 250px;
}
.DonationsRadio {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile-1 + label,
.download_label {
    color: #fff;
    background-color: #425563;
    padding: 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 50px;
    cursor: pointer;
}
.uploadForm16 .download_label {
    border-radius: 0;
    border: none;
}
.uploadForm16 .delete_btn {
}
.inputfile-1 + label .delete,
.download_label .delete {
    display: none;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover,
.download_label:hover {
    background-color: #546d80;
}
.download_label {
    display: inline-block;
    word-break: break-all;
}
.uploadfileMsg a {
    text-align: right;
    float: right;
    color: #666;
}
.uploadfileMsg {
    font-weight: 600;
    background: #f6f6f6;
    padding: 6px 15px;
}
.pTax > .box > span {
    color: #fff;
    background-color: #425563;
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.pTax > .box > span:hover {
    background-color: #546d80;
    cursor: pointer;
}
.panDetail {
}
.panDetail .whiteBg h3 {
    padding-right: 0;
}
.panDetail input[type="radio"].css-checkbox + label.css-label {
    font-weight: 600;
    color: #333;
}
.panDetail input[type="radio"].css-checkbox + label.css-label span {
    display: block;
    display: block;
    color: #666;
    line-height: 12px;
    font-size: 12px;
    text-transform: capitalize;
}
.savePan label {
    margin: 10px 0;
}
.footer h3 {
    font-size: 24px;
    font-weight: 300;
    color: #424242;
}
ul.footerLink {
    list-style: none;
    padding-left: 0;
}
ul.footerLink li {
    background: url(../img/list-bullet.png) no-repeat left center;
    border-bottom: 1px #d7d7d7 solid;
}
ul.footerLink li:last-child {
    border-bottom: 1px transparent solid;
}
ul.footerLink li a {
    font-size: 14px;
    font-weight: 300;
    color: #424242;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}
ul.footerLink li:hover {
    border-bottom: 1px solid #444;
}
.socialLink {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.socialLink li {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px #d7d7d7 solid;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
}
.socialLink li a {
    width: 100%;
    height: 100%;
    display: block;
}
.socialLink li i {
    font-size: 18px;
    vertical-align: middle;
    color: #333;
}
.scrollToTop {
    position: absolute;
    right: 10px;
    bottom: -25px;
    width: 50px;
}
.scrollToTop img {
    width: 100%;
}
.scrollToTop2 {
    bottom: 50px;
    position: fixed;
    display: none;
    right: 25px;
    width: 50px;
    height: 50px;
    color: #52bc6c;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
}
.bounce {
    -moz-animation: bounce 2s 1;
    -webkit-animation: bounce 2s 1;
    animation: bounce 2s 1;
}
@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.sectDel,
.sectDel1,
.delItem {
    float: right;
    background: #e0594d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 1;
}
.sectDel:hover,
.sectDel1:hover,
.delItem:hover {
    background: #ce5145;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #2c3a45;
}
.tooltip-inner {
    background-color: #2c3a45;
    padding: 5px 16px;
}
.innerSec {
    display: inline-block;
    width: 100%;
    padding-right: 60px;
    position: relative;
}
.rmvBtnBox,
.inlineDel,
.ae_inlineDel {
    margin-top: 0;
    background: #e0594d;
    width: 31px;
    height: 32px;
    color: #fff;
    font-size: 24px;
    border: none;
    outline: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    text-align: center;
    bottom: 22px;
    right: 15px;
    cursor: pointer;
    line-height: 25px;
}
.rmvBtnInactive,
.inlineDel,
.ae_inlineDel {
    background: gray;
}
.orLgnBox {
    display: inline-block;
    background: #fff;
    width: 24.4%;
    text-align: center;
}
.orLgnBox .fa {
    font-size: 30px;
    margin-bottom: 10px;
}
.orLgnBox a {
    text-decoration: none;
    display: block;
    padding: 20px;
}
.orLgnBox span {
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.fbLgn a {
    color: #3b5998;
}
.gglLgn a {
    color: #d13e2f;
}
.twtrLgn a {
    color: #29c5f6;
}
.ldnLgn a {
    color: #006dc0;
}
.yCol .loginPswrd {
    display: none;
}
.deductionCont .innerSec:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.paswrdShow {
    position: relative;
}
.loginEye {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#showPassword {
    width: 0;
    height: 0;
    opacity: 0;
}
#showPassword + label {
    font-size: 20px;
    margin-bottom: 0;
}
#showPassword:checked + label {
    color: #59b94a;
}
.forgotDiv .form-group {
    margin-bottom: 0;
    margin-top: 20px;
}
input:focus + label {
    color: red;
}
input:focus ~ label {
    color: red;
}
.box input:focus ~ label {
    color: #fff;
}
.calProgressbar#progressbar li:before {
    content: "";
    width: 50px;
    height: 50px;
}
.calProgressbar#progressbar li:nth-child(1):before {
    background: #fff url("../img/cal10.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(1).active:before {
    background: #27ae60 url("../img/cal1.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(2):before {
    background: #fff url("../img/cal20.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(2).active:before {
    background: #27ae60 url("../img/cal2.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(3):before {
    background: #fff url("../img/cal30.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(3).active:before {
    background: #27ae60 url("../img/cal3.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(4):before {
    background: #fff url("../img/cal40.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(4).active:before {
    background: #27ae60 url("../img/cal4.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(5):before {
    background: #fff url("../img/cal50.png") no-repeat center;
}
.calProgressbar#progressbar li:nth-child(5).active:before {
    background: #27ae60 url("../img/cal5.png") no-repeat center;
}
.calProgressbar#progressbar li span {
    position: absolute;
    font-size: 16px;
    color: #4c4c4c;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    padding: 0 15px;
    left: 0;
}
.calProgressbar#progressbar li.active span {
    color: #000;
    font-weight: 600;
}
.CalculatorBox {
    padding-bottom: 50px;
    background: url("../img/calcBg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 30px;
}
.calField fieldset .form-group {
    text-align: left;
}
#msform .calField input,
#msform .calField textarea {
    margin-bottom: 0;
}
.disclaimerBox {
    clear: both;
}
.disclaimerBox p {
    color: #5f5f5f;
    font-size: 14px;
}
.disclaimerBox p span {
    color: #000;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#msform.calMsForm {
    min-height: 670px;
}
.calHraBox {
    margin-top: 50px;
}
.calHraBox .switch label {
    width: 40px;
}
.livingCity {
    display: inline-block;
    width: 100%;
}
.livingCity h3 {
    margin-bottom: 0;
    line-height: 30px;
}
.equalSign {
    text-align: center;
    color: #59b94a;
    font-size: 24px;
}
.calHraBox .disclaimerBox {
    margin-top: 50px;
}
.InterestCalBox {
    margin-top: 30px;
}
.gratCalBox {
    margin-top: 30px;
}
.empTypeBox {
    display: none;
}
.empTypeBoxNon {
    display: none !important;
}
.empTypeRadio {
}
.empRadio {
    padding-top: 10px;
}
#govEmpType label {
    min-height: 32px;
}
.InterestCalCont {
    margin: 40px auto 80px;
}
textarea {
    resize: none;
}
.twoBtnBox .loginBtn {
    width: 49.5%;
}
.twoBtnBox .loginBtn:first-of-type {
    background: #9d71f6;
}
.nriStatusQt_Box {
    display: none;
}
.nriStatus_result {
    margin-top: 10px;
}
.nriStatus_result h2 {
    margin: 0;
    font-weight: 500;
}
.nriStatus_result h3 {
    margin: 0;
}
.resStatus {
    color: #59b94a;
}
.nonResStatus {
    color: #e04c40;
}
.nriStatus_result .form-group {
    margin: 0;
}
.taxPlanningCont {
    margin-top: 30px;
}
.taxPlanningDiv {
    margin-top: 10px;
}
.taxPlanningCont h3 {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
}
.taxPlanningCont h3:last-of-type {
    margin-bottom: 0;
}
.dedIn {
    border-top: 1px solid #666;
}
.compTopBox {
    text-align: center;
    margin: 30px 0 20px;
}
.comptop {
}
.comptop h3 {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.comptop p {
    font-size: 36px;
    color: #70c263;
    font-weight: 600;
    margin: 0;
}
.comptop div {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    background: #f2f2f2;
    padding: 20px 50px;
}
.comptopLeft,
.comptopLeft p {
    text-align: right;
}
.comptopRight,
.comptopRight p {
    text-align: left;
}
.compMidBox {
}
.compMidBox h3,
.computation_view h3 {
    width: 100%;
    padding-right: 0;
    margin: 0;
    color: #999;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.compMidBox h3 span {
    float: right;
    color: #222;
    width: 130px;
    text-align: right;
}
.compMidBox h2,
.computation_view h2 {
    width: 100%;
    padding-right: 0;
    margin: 0;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.compMidBox h2 span {
    float: right;
    color: #333;
    width: 130px;
    text-align: right;
}
.ComputationCont .whiteBg {
    margin-bottom: 10px;
}
.ComputationCont .whiteBg h3 {
    margin-top: 5px;
}
.ComputationCont .computations {
    border-radius: 0;
    padding: 0;
}
.ComputationCont .computations .basic_detail {
    text-align: left;
    padding: 2rem 0;
}
.ComputationCont .computations .basic_detail h3 {
    margin-left: 20px;
    margin-bottom: 20px;
}
.ComputationCont .computations .basic_detail .col {
    border: solid 1px #dee1e4;
    border-left: none;
    border-right: none;
    padding: 15px 35px;
    margin-top: -1px;
    margin-left: -1px;
}
.ComputationCont .computations .basic_detail .col strong {
    width: 70px;
    display: inline-block;
}
.ComputationCont .computations .basic_detail .row.address {
    display: flex;
}
.ComputationCont .computations .basic_detail .row.address .col {
    margin-left: -1px;
}
.ComputationCont .computations .basic_detail table {
    margin: 0;
}
.ComputationCont .computations .basic_detail table tr {
}
.ComputationCont .computations .basic_detail tr td,
.ComputationCont .computations .basic_detail tr th {
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    border: solid 1px #dee1e4;
    padding: 12px 30px;
}
.ComputationCont .computations h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: left;
}
.ComputationCont .computations p {
    font-size: 14px;
    text-align: left;
}
.ComputationCont .computations .leftSwitch {
    margin: 35px 0;
}
.ComputationCont .computations .switch--horizontal label {
    width: auto;
}
.ComputationCont .computations .compMidBox1 {
    padding: 30px 20px 0;
}
.ComputationCont .computations .verify {
    padding: 10px 30px 20px 20px;
}
.ComputationCont .computations .computation_tble {
}
.ComputationCont .computations .computation_tble tr {
}
.ComputationCont .computations .computation_tble tr th,
.ComputationCont .computations .computation_tble tr td {
    border: solid 1px #dee1e4 !important;
    vertical-align: middle;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    border-left: none !important;
    border-right: none !important;
}
.ComputationCont .computations .computation_tble tr th br {
    display: none;
}
.ComputationCont .computations .computation_tble tr td i img {
    width: 15px;
}
.ComputationCont .computations .computation_tble .select_old,
.ComputationCont .computations .computation_tble .select_new {
    background: #59b94a;
    border-radius: 50px;
    display: inline-block;
    padding: 0.2rem 2rem;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}
.ComputationCont .computations .computation_tble tr td:first-child,
.ComputationCont .computations .computation_tble tr th:first-child {
    text-align: left;
    padding-left: 30px;
}
.ComputationCont .computations .computation_tble.old_regime {
}
.ComputationCont .computations .computation_tble.old_regime .select_old {
    display: inline-block !important;
}
.ComputationCont .computations .computation_tble.old_regime tr {
}
.ComputationCont .computations .computation_tble.old_regime tr th,
.ComputationCont .computations .computation_tble.old_regime tr td {
    border: solid 1px #dee1e4 !important;
    vertical-align: middle;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    border-left: none !important;
    border-right: none !important;
}
.ComputationCont .computations .computation_tble.old_regime tr th br {
    display: block;
}
.ComputationCont .computations .computation_tble.old_regime tr td:first-child,
.ComputationCont .computations .computation_tble.old_regime tr th:first-child {
    text-align: left;
    padding-left: 30px;
}
.ComputationCont .computations .computation_tble.old_regime tr td:nth-child(even),
.ComputationCont .computations .computation_tble.old_regime tr th:nth-child(even) {
    background: #effbed;
}
.ComputationCont .computations .computation_tble.old_regime tr td .old {
    color: #59b94a;
}
.ComputationCont .computations .computation_tble tr td a.old svg,
.ComputationCont .computations .computation_tble tr td a.new svg {
    width: 22px;
    float: left;
    margin-right: 5px;
}
.ComputationCont .computations .computation_tble.old_regime a.old svg path {
    stroke: #59b94a;
}
.ComputationCont .computations .computation_tble.new_regime a.new svg path {
    stroke: #59b94a;
}
.ComputationCont .computations .computation_tble.old_regime a.old svg path.fillcolor,
.ComputationCont .computations .computation_tble.new_regime a.new svg path.fillcolor {
    fill: #59b94a;
}
.ComputationCont .computations .computation_tble.new_regime {
}
.ComputationCont .computations .computation_tble.new_regime tr {
}
.ComputationCont .computations .computation_tble.new_regime .select_new {
    display: inline-block !important;
}
.ComputationCont .computations .computation_tble.new_regime tr th br {
    display: block;
}
.ComputationCont .computations .computation_tble.new_regime tr th,
.ComputationCont .computations .computation_tble.new_regime tr td {
    border: solid 1px #dee1e4 !important;
    vertical-align: middle;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    border-left: none !important;
    border-right: none !important;
}
.ComputationCont .computations .computation_tble.new_regime tr td:first-child,
.ComputationCont .computations .computation_tble.new_regime tr th:first-child {
    text-align: left;
    padding-left: 30px;
}
.ComputationCont .computations .computation_tble.new_regime tr td:nth-child(3n),
.ComputationCont .computations .computation_tble.new_regime tr th:nth-child(3n) {
    background: #effbed;
}
.ComputationCont .computations .computation_tble.new_regime tr td .new {
    color: #59b94a;
}
.ComputationCont .computations .computation_tble.new_regime tr td .new img {
}
.ComputationCont .computations .computation_tble tr td:nth-child(2n),
.ComputationCont .computations .computation_tble tr td:nth-child(3n),
.ComputationCont .computations .computation_tble tr th:nth-child(2n),
.ComputationCont .computations .computation_tble tr th:nth-child(3n) {
    text-align: right;
    padding-right: 50px;
}
.ComputationCont .computations .computation_tble tr.refund_calc {
    font-weight: 700;
    font-size: 22px;
}
.ComputationCont .computations {
    text-align: center;
    border: solid 1px #dee1e4;
    margin-bottom: 20px;
    border-top: none;
    border-right: 0;
    border-left: 0;
    padding-bottom: 10px;
}
.ComputationCont .computations .old,
.ComputationCont .computations .new {
    line-height: 15px;
    color: #000;
    text-align: right;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
}
.ComputationCont .computations .old {
    color: #000;
}
.ComputationCont .computations .old img,
.ComputationCont .computations .new img {
    width: 25px;
    margin-right: 3px;
    margin-top: 0;
    float: left;
}
.ComputationCont .computations small {
    display: block;
    font-size: 12px;
}
.ComputationCont .computations .edit {
    text-align: center;
    padding-top: 2rem;
}
.ComputationCont .computations .edit a {
    display: inline-block;
    font-size: 13px;
    background: #59b94a;
    color: #fff;
    display: inline-block;
    padding: 1rem 3rem;
    text-decoration: none;
}
.ComputationCont .computations .edit a img {
    width: 18px;
}
.ComputationCont .computations small {
}
.refer_earn .banner_part.home_section {
    background: #fff;
    background-size: 35%;
    margin-bottom: 0;
    border-radius: 30px;
    padding: 74px;
    margin: 1.5rem 3.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.refer_earn .banner_part.home_section .left {
    text-align: left;
    width: 40%;
}
.refer_earn .banner_part.home_section .left h1 {
    margin-top: 0;
    color: #000;
    font-weight: 700;
    font-size: 45px;
}
.refer_earn .banner_part.home_section .left h1 strong {
    color: #57bb4b;
}
.refer_earn .banner_part.home_section .left p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 48px;
}
.refer_earn .banner_part.home_section .right {
    text-align: right;
    width: 50%;
}
.refer_earn .banner_part.home_section .right img {
    max-width: 100%;
}
.refer_earn .green_btn {
    background: #56ba4b;
    color: #fff;
    border-radius: 8px;
    padding: 1.5rem 6rem;
    font-size: 16px;
    border: none;
    display: inline-block;
}
.efiling_step {
    padding: 5rem 0 !important;
}
.efiling_step .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 2.5rem 3rem;
    border-radius: 4px;
    margin-bottom: 15px;
    border: solid 1px #e0e4ea;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.efiling_step .box p {
    font-size: 14px;
    text-align: left;
    margin: 0 0 0 1.5rem;
}
.ComputationCont .computation_view h2 span,
.computation_view h3 span {
    padding-left: 10px;
}
.caAssistBox {
    margin-top: 40px;
    background: #fff;
}
.caAssistBoxLeft {
    background: url("../img/caAssistBg.jpg") no-repeat center;
    background-size: cover;
    padding: 40px;
}
.caAssistBoxLeft h2 {
    text-align: left;
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.caAssistBoxRight {
    width: 50%;
    float: left;
    height: 500px;
    padding: 40px;
    padding-right: 20px;
    border: 1px solid #efeff0;
}
.caAssistBoxRight h2 {
    text-align: left;
    font-size: 22px;
    color: #333;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.caUploadBox p {
    color: #333;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
}
.caAssistBox .totalSalBtn {
    padding-right: 40px;
}
.caUploadBox {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.caUploadBox p {
    color: #333;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    display: inline-block;
    margin: 0;
    margin-top: 10px;
    background: url(../img/caBullet.png) no-repeat left top;
    background-size: 17px;
}
.caUploadBox .box {
    display: inline-block;
    float: right;
    cursor: pointer;
}
.caAssistInputFile + label span {
    display: inline-block;
    border: 1px solid #ebebeb;
    color: #59b94a;
    padding: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.caAssistInputFile + label span:hover {
    border: 1px solid #59b94a;
    color: #fff;
    background: #59b94a;
}
.caProfile {
    margin-top: 30px;
    text-align: center;
    padding: 0 50px;
}
.caProfileImg {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.caProfileImg img {
}
.caProfile h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 15px 0 0;
}
.caProfile p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.star-rating {
    margin: 5px 0;
}
.star-rating .caption {
    display: none;
}
.star-rating .clear-rating {
    display: none;
}
.dashboard {
    background: #f6f6fb;
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 100vh;
}
.dashMenuBox {
}
.userPicSec {
    position: relative;
    text-align: center;
    padding: 40px 0;
}
.dashUserPic {
    position: relative;
    z-index: 99;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.dashUserPic img {
    width: 100%;
}
.dashUserInfo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.dashUserInfo h2 {
    position: relative;
    z-index: 99;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}
.dashUserInfo p {
    position: relative;
    z-index: 99;
    margin-bottom: 0;
    color: #4bb43b;
    font-size: 14px;
    font-weight: 500;
}
.dashUserBlack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 9;
}
.dashMenu {
}
.dashLeft {
    width: 300px;
    display: table-cell;
    background: #fff;
}
.dashRight {
    width: 100%;
    padding: 25px;
    display: block;
    vertical-align: top;
}
.dashMenu {
}
.dashMenu ul {
    padding: 0;
    list-style: none;
}
.dashMenu ul li {
    border-bottom: 1px solid #f1f1f1;
}
.dashMenu ul li a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    padding: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 60px;
}
.dashMenu ul li a:hover {
    color: #4bb43b;
}
.dashMenu ul li a img {
    margin-right: 10px;
    position: absolute;
    left: 25px;
    max-width: 25px;
    max-height: 25px;
}
.dashRightSec {
    float: left;
    padding: 10px;
    width: 100%;
}
.dashRightSec > div {
    border: 1px solid #efeff0;
    background: #fff;
}
.two_box .dashRightSec > div {
    border: none;
}
.dashRightSec h2 {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    margin-top: 0;
}
.dashRightSec1 {
}
.dashRightSec > div.dashRightSec1In {
    padding: 10px;
}
.dashRightSec > div.dashRightSec1In p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #59b94a;
}
.dashRightSec > div.dashRightSec2In {
    background: #59b94a;
    border: none;
    width: 100%;
    height: 500px;
    float: left;
    padding: 30px;
}
.dashRightSec > div.dashRightSec2In .caAssistBoxRight {
    width: 100%;
    height: auto;
    padding: 30px;
}
.dashRightSec > div.dashRightSec2In .caUploadContainer {
    height: auto;
}
.dashRightSec > div.dashRightSec2In h2 {
    color: #fff;
}
.dashRightSec > div.dashRightSec2In p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.dashRightSec2In .caUploadBox p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: url(../img/caBullet1.png) no-repeat left top;
    background-size: 17px;
}
.dashRightSec > div.dashRightSec2In .caUploadBox {
    margin-top: 12px;
    border-bottom: 1px solid #71c264;
    padding-bottom: 10px;
}
.dashRightSec > div.dashRightSec2In .caUploadBox:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.dashRightSec > div.dashRightSec2In .caAssistInputFile + label span:hover {
    border: 1px solid #59b94a;
    color: #59b94a;
    background: #fff;
}
.dashRightSec > div.dashRightSec2In .caAssistInputFile + label span {
    color: #fff;
}
.dashRightSec3 {
    width: 70%;
}
.dashRightSec > div.dashRightSec3In {
    width: 100%;
    padding: 30px;
    height: 500px;
    float: left;
}
.comHistBox span {
    color: #999;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
}
.comHistBox a,
.comHistBox .username {
    color: #59b94a;
    font-size: 14px;
}
.dashRightSec3In h2 a,
.dashRightSec3In h2 .eca_submit {
    font-size: 14px;
    color: #59b94a;
    border: 1px solid #ebebeb;
    padding: 5px 25px;
    float: right;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}
.dashRightSec3In h2 a:hover,
.dashRightSec3In h2 .eca_submit:hover {
    background: #59b94a;
    color: #fff;
    border: 1px solid #59b94a;
}
.dashRightSec3In h2 .eca_submit {
    padding: 5px 15px;
}
.eca_message_box {
    margin-bottom: 10px;
}
.eca_main_box textarea {
    padding: 10px;
}
.dashRightSec4 {
    width: 70%;
}
.dashRightSec > div.dashRightSec4In {
    width: 100%;
    padding: 30px;
    height: 500px;
    float: left;
}
.comHistBox h2 {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: 600;
}
.comHistBox p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 10px 0 0;
}
.comHistBox {
    margin: 15px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.comHistBox:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.comHistCont {
    display: inline-block;
    width: 100%;
    overflow: auto;
    height: 410px;
}
.comHistCont_small {
    height: 300px;
}
.dashRightSec5 {
    width: 50%;
}
.dashRightSec > div.dashRightSec5In {
    width: 100%;
    padding: 30px;
    height: 400px;
    float: left;
}
.dashRightSec5In p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.dashProgress .progress {
    height: 10px;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dashProgress .progress-bar {
    background: #9d71f6;
}
.dashProgress {
    margin: 50px 0;
    text-align: center;
}
.dashProgress a {
    color: #9d71f6;
    padding: 10px 50px;
    border: 1px solid #9d71f6;
    margin: auto;
    display: inline-block;
}
.dashRightSec2In .dashProgress a {
    background-color: #fff;
}
.dashProgress a:hover {
    background-color: #9d71f6;
    color: #fff;
}
.dashProgress h2 {
    font-size: 24px;
    color: #666;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}
.dashProgress h2 span {
    font-weight: 300;
}
.dashRightSec > div.dashRightSec6In {
    width: 100%;
    padding: 30px;
}
.dashRightSec > div.dashRightSec6In h3 {
    color: #666;
    font-weight: 300;
    font-size: 24px;
}
.itrBox {
    width: 25%;
    float: left;
    text-align: center;
    padding: 15px;
    position: relative;
}
.itrBox:before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    background: #ebebeb;
    top: 45px;
    left: 50%;
}
.itrContainer .itrBox:nth-child(4):before {
    display: none;
}
.itrBox span {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #59b94a;
    font-size: 18px;
    z-index: 99;
    position: relative;
}
.itrBox.active span {
    background: #59b94a;
    color: #fff;
}
.itrBox h2 {
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}
.itrBox p {
    margin: 0;
    color: #999;
    font-size: 14px;
}
.dashRightSec7 {
    width: 30%;
}
.dashRightSec > div.dashRightSec7In {
    border: none;
    width: 100%;
    height: 500px;
    float: left;
}
.dashRightSec > div.dashRightSec7In .caAssistBoxRight {
    width: 100%;
    height: auto;
    padding: 30px;
}
.dashRightSec > div.dashRightSec7In .caUploadContainer {
    height: auto;
}
.dashRightSec > div.dashRightSec72In p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.dashRightSec > div.dashRightSec7In .caUploadBox {
    margin-top: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.dashRightSec > div.dashRightSec7In .caUploadBox:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.dashRightSec > div.dashRightSec7In .caAssistInputFile + label span:hover {
    border: 1px solid #59b94a;
    color: #59b94a;
    background: #fff;
}
.dashRightSec > div.dashRightSec7In .caAssistInputFile + label span {
    color: #fff;
}
.caUploadContainer a {
    width: 150px;
    height: 40px;
    border: 1px solid #ebebeb;
    color: #59b94a;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 30px auto 0;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.caUploadContainer a:hover {
    background: #59b94a;
    color: #fff;
}
h1.home {
    font-size: 30px;
}
h2.home {
    font-size: 20px;
}
.v_center_container {
    height: calc(100vh - 134px);
    border-top: 1px solid #f1f1f1;
}
.bannerArea {
    position: relative;
    padding: 20px 0;
}
.bannerArea > .container {
    z-index: 999;
    position: relative;
}
video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moztransform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(http://demosthenes.info/assets/images/polina.jpg) no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -ms-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
}
.bgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    z-index: 99;
}
.disTab {
    display: table;
    width: 100%;
}
.disTabCell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    float: none;
}
.disTab-4 {
    padding-left: 16.66666667%;
}
.banRight {
    width: 100%;
    padding-right: 50px;
}
.banRight img {
    width: 100%;
}
.light {
    font-weight: 300;
    color: #666;
    margin-bottom: 10px;
}
.bold {
    color: #222;
    font-weight: 700;
    margin-bottom: 10px;
}
.greenBold {
    color: #59b94a;
    font-weight: 700;
    display: block;
}
.inlight {
    font-weight: 300;
    color: #666;
}
.cta {
    text-align: center;
}
.fCta {
    padding: 20px 0;
    background: #fff;
}
.cta a {
    color: #fff;
    text-align: center;
    display: block;
    width: 75%;
    padding: 0 10px;
    margin: 15px auto;
    line-height: 48px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.upForm {
    background: #9d71f6;
}
.fileReturn {
    background: #2ead90;
}
.caAssist {
    background: #51c556;
}
.cta a:hover {
    color: #fff;
}
.cta p {
    font-size: 13px;
    margin: 0;
}
.upFree {
    color: #9d71f6;
}
.fileFree {
    color: #2ead90;
}
.assistP {
    color: #51c556;
}
.assistP span {
    color: #51c556;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.upForm16 {
    background: #ebebeb;
    padding: 40px 100px 70px;
}
.upBtnBig {
    background: #9d71f6;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 450px;
    line-height: 60px;
    display: block;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.upBtnBig:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}
.csAssist {
    background: url(../img/ca-bg.jpg) center center no-repeat;
    padding: 100px 0;
}
.searchDocForm {
    margin: 30px auto;
    text-align: center;
}
.searchDocBox {
    border: 1px solid #c2c2c2;
    outline: none;
    border-radius: 4px;
    width: 100%;
    padding: 0 15px;
    display: inline-block;
    max-width: 650px;
    line-height: 40px;
    height: 40px;
}
.searchDoc {
    background: url(../img/search-doc.png) no-repeat;
    width: 23px;
    height: 23px;
    outline: none;
    border: 0;
    margin-left: -40px;
    position: relative;
    top: 9px;
    vertical-align: top;
}
.kcLink {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 40px;
    margin-top: 20px;
    transition: all 0.5s ease 0s;
}
.kcLink:hover {
    background: #f5f5f5;
    transition: all 0.5s ease 0s;
}
a.kcLink img {
    max-width: 60px;
    max-height: 60px;
}
.kcLink p {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.aboutSec {
    background: url(../img/about.jpg);
    padding-top: 20px;
}
.aboutImg {
    text-align: center;
}
.refundDiv {
    background: url(../img/refund.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 80px;
}
.saveTax {
    background: #f9f9f9;
    padding: 50px 10px;
}
.homeTitle {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 36px;
    color: #000;
    text-transform: inherit;
    position: relative;
    text-align: left;
}
.homeTitle:after {
    content: "";
    width: 55px;
    height: 1px;
    background: #000;
    display: block;
    bottom: 0;
    left: 0;
    margin-top: 20px;
}
.homeTitleWhite {
    color: #fff;
    margin-top: 50px;
}
.homeTitleWhite:after {
    background: #fff;
}
.formText {
    font-size: 16px;
    font-weight: 300;
}
.caText {
    color: #fff;
}
.upImg {
    margin: 65px 0;
}
.caVector {
    text-align: center;
}
.caVector img {
    max-width: 90%;
}
.caTry {
    background: #51c556;
    width: 450px;
    padding: 10px;
    color: #fff;
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 24px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.caTry:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}
.kc {
    text-align: center;
    padding: 40px 0;
}
.kc .homeTitle {
    text-align: center;
}
.kc .homeTitle:after,
.aboutSec .homeTitle:after {
    margin: 20px auto;
}
.aboutSec .homeTitle {
    text-align: center;
}
.abtP {
    color: #fff;
    text-align: center;
}
.refundImg {
    text-align: center;
    margin: 50px 0;
}
.reText {
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 10px;
    width: 49%;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 1%;
}
.reSubmit {
    display: block;
    background: #51c556;
    line-height: 50px;
    width: 99%;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    float: left;
    letter-spacing: 1px;
}
.reSubmit img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 2px;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.reSubmit:hover img {
    margin-left: 10px;
}
.saveOpt a {
    display: block;
}
.saveOpt {
    height: 185px;
    background: #fff;
    border-radius: 100%;
    margin-right: 0;
    text-align: center;
    padding-top: 30px;
    width: 185px;
    margin: 20px auto 0;
    display: block;
}
.saveOpt:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.saveOpt p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}
.clientsus {
    background: url(../img/testimonial.jpg) no-repeat;
    padding: 50px 0;
}
.clientText {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    font-style: italic;
}
.clientName {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.cLoc {
    color: #e75850;
    margin-top: 0;
}
.cSec {
    border-right: 1px solid #b7b7b7;
}
.fooTop {
    background: #51c556;
    padding: 40px 0;
}
.fooTop p {
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.fooTop p a {
    color: #fff;
    margin: 0;
    font-size: 18px;
    text-decoration: underline;
}
.callIco {
    width: 25px;
    height: 25px;
    background: url(../img/call.png) no-repeat;
    display: inline-block;
    margin-bottom: -5px;
}
.mailIco {
    width: 25px;
    height: 25px;
    background: url(../img/mail.png) no-repeat;
    display: inline-block;
    margin-bottom: -5px;
}
.signup {
    border-radius: 2px;
    background: #51c556;
    color: #fff;
    padding: 0 10px;
    margin-right: 5px;
    display: inline-block;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}
.signup:hover {
    color: #fff;
    background: #2ead90;
    text-decoration: none;
}
.login {
    color: #3192a4;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
    position: relative;
    padding: 15px 0;
}
.login:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: green;
    left: 0;
    bottom: 10px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.login:hover {
    color: #2ead90;
    text-decoration: none;
}
.login:hover:after {
    width: 100%;
}
.footer .container {
    padding: 0;
}
.education .salNewBox .whiteBg,
.homeLoan .salNewBox .whiteBg,
.Donations .salNewBox .whiteBg,
.anyOther .salNewBox .whiteBg {
    padding: 30px 5px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-toggle .icon-bar {
    background: #222;
}
.navbar-toggle {
    padding: 13px 10px;
}
.upImg img {
    max-width: 100%;
}
.searchIn {
    position: relative;
    width: 60%;
    margin: auto;
}
.searchBar {
    width: 100%;
    outline: 0;
    padding: 0 25px;
    margin-top: 30px;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    background: #fff;
    border: 1px solid #666;
    letter-spacing: 1px;
}
.searchBar::placeholder {
    color: #666;
}
.searchBar::-webkit-input-placeholder {
    color: #666;
}
.searchBar:-moz-placeholder {
    color: #666;
}
.searchBar::-moz-placeholder {
    color: #666;
}
.searchBar:-ms-input-placeholder {
    color: #666;
}
.searchBtn {
    width: 33px;
    height: 33px;
    background: url(../img/search.png) center center no-repeat;
    border: 0;
    outline: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 25px;
}
.knowCenheader .container {
    position: relative;
    z-index: 99;
}
.knowCenContainer {
    padding: 50px 0 80px;
    background: #f7f7f7;
}
.knowCenBox {
    width: 33%;
    margin-bottom: 20px;
    padding: 10px;
}
.knowImg {
    width: 100%;
}
.knowImg img {
    width: 100%;
}
.knowCenBox h2 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    margin: 5px 0 10px;
}
.knowCenBox h3 {
    margin: 0;
    color: #5ab94b;
    font-size: 12px;
}
.knowCenBox p {
    color: #666;
    font-size: 14px;
}
.kOtherDet {
}
p.kdate {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
}
.kCom {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}
.kLike {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
    float: right;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
}
.kLike:hover {
    text-decoration: none;
}
.kLike:hover .fa {
    color: #d44a4a;
}
.knowCont {
    background: #fff;
    display: inline-block;
    padding: 20px;
}
a.kLike .fa-heart {
    color: #d44a4a;
}
.panel-group .panel {
    border: transparent;
    background: 0 0;
}
.panel-default > .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
.panel-title > a {
    color: #555;
    font-size: 16px;
    padding: 12px 15px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 600;
}
.panel:last-of-type .panel-title > a {
    border-bottom: 0;
}
.panel-title > a span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 7px;
}
.panel-title > a:hover,
.panel-title > a:active {
    color: #333;
    text-decoration: none;
}
.panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.panel-body ul li a {
    color: #555;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
}
.panel-body ul li a span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 7px;
}
.panel-body ul li a:hover {
    color: #333;
    text-decoration: none;
}
i.indicator {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 24px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0;
}
#accordion > div > a {
    color: #555;
    font-size: 16px;
    padding: 12px 15px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 600;
}
#accordion > div > a:last-of-type {
    border-bottom: 0;
}
#accordion > div > a:hover {
    color: #333;
    text-decoration: none;
}
#accordion > div > a span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 7px;
}
.validOTP {
}
.validOTP label {
    display: block;
}
.validOTP .textBoxes {
    display: inline-block;
    width: 70%;
    margin-right: 1%;
}
.validOTP .loginBtn {
    float: right;
    width: 29%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.valOtp .modal-header {
    position: relative;
}
.valOtp .sectDel {
    margin: 0;
    background: #e0594d;
    padding: 9px 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}
.valOtp .close:focus,
.valOtp .close:hover {
    color: #fff;
    outline: none;
}
.tagBox {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #666;
}
.tagBox h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
}
.tagBox ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.tagBox ul li {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}
.tagBox ul li a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    padding: 5px 20px;
    background: #eee;
    display: inline-block;
    width: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-transform: uppercase;
}
.tagBox ul li a:hover {
    background: #fff;
    color: #5ab94b;
}
.knowDetBox {
}
.knowDetHead {
}
.knowDetHead h2 {
    font-weight: 600;
    text-align: left;
    margin-top: 0;
}
.knowDetHead a {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    text-decoration: none;
}
.knowDetHead p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.knowDetHead .kLike {
    font-size: 18px;
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
a.knDetC {
    color: #5ab94b;
    font-size: 18px;
}
a.knDetA {
    font-size: 16px;
    color: #333;
}
p.knDetD {
    font-size: 16px;
    color: #999;
}
.knowDetArrow a {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}
.knowDetArrow a:first-child {
    margin-right: 10px;
}
.knowDetArrow {
    position: absolute;
    top: 0;
    right: 15px;
}
.knowDet {
    margin-bottom: 20px;
}
.knowDet img {
    width: 100%;
}
.knowDetCont {
    margin-top: 20px;
}
.knowDetCont p {
    color: #444;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
}
.knowDetCatBox {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    padding: 20px 0;
    margin: 20px 0;
}
.knowDetCat {
    padding: 0;
    list-style: none;
    float: left;
    margin: 0;
}
.knowDetCat li {
    display: inline-block;
    vertical-align: middle;
}
.knowDetCat li a {
    color: #5ab94b;
    border: 1px solid #5ab94b;
    padding: 9px 20px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.knowDetCat li a:hover {
    color: #fff;
    background: #5ab94b;
    text-decoration: none;
}
.knowDetSoc {
    float: right;
    padding: 0;
    list-style: none;
    margin: 0;
}
.knowDetSoc li {
    display: inline-block;
}
.knowDetSoc li a {
    color: #505050;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.knowDetSoc li a:hover {
    background: #505050;
    color: #fff;
}
.knowDetComntContainer {
}
.knowDetComntContainer h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: inherit;
}
.knowDetComntBox {
}
.knowDetComntBox .userCmntImg {
    width: 7%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.knowDetComntBox .userCmntImg img {
    width: 100%;
}
.knowDetComntBox h2 {
    color: #333;
    font-size: 14px;
    margin-top: 7px;
}
.knowDetComntBox p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #666;
}
.knowDetComntBox span {
    color: #999;
    font-size: 11px;
}
.userCmntCont {
    width: 93%;
    float: left;
    padding-left: 15px;
}
.knowDetComntBox {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin: 10px 0;
}
.knowDetComntContainer form {
}
.knowDetComntContainer textarea {
    outline: #5ab94b;
    height: 130px;
    width: 100%;
    border: 1px solid #d7d7d7;
    background: #fff;
    margin: 20px 0 10px;
}
.knowDetComntContainer input[type="submit"] {
    background: #59b94a;
    border: none;
    color: #fff;
    width: 160px;
    height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.knowDetComntContainer input[type="submit"]:hover {
    background: #50a243;
}
.taxesModel .textBoxes {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.taxesModel label {
    display: inline-block;
}
.taxesModel .loginBtn {
    float: none;
    width: 100%;
    margin-top: 10px;
}
#file-1 + label {
    cursor: pointer;
}
.errorHeader {
    background: url("../img/errorBg.jpg") no-repeat center;
    background-size: cover;
}
.errorHeader:after,
.successHeader:after {
    display: none;
}
.errorContainer {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    vertical-align: middle;
    padding: 150px 0;
}
.errorBox {
    background: #fff;
    padding: 30px;
    position: relative;
    padding-top: 80px;
}
.errorBox h2 {
    color: #f65c5c;
    font-weight: 600;
}
.errorBox p {
    font-size: 18px;
    color: #666;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
}
.errorSign {
    background: #f65c5c none repeat scroll 0 0;
    border-radius: 50%;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    top: -40px;
    width: 80px;
}
.successBox h2 {
    color: #59b94b;
}
.successBox .errorSign {
    background: #59b94b;
}
.termContainer {
    padding: 40px 0 70px;
}
.termBox p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}
.termBox ul li {
    margin-bottom: 15px;
}
.termBox ul li {
    color: #666;
    font-size: 14px;
    line-height: 25px;
}
.termBox h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #222;
    margin: 40px 0 10px;
    text-transform: inherit;
}
.termBox ul li ul li {
    line-height: 14px;
}
.termBox ul li ul {
    margin: 10px 0;
}
.cmnHeader {
    background: #eee;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.cmnHeader h2,
.cmnHeader h1 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
.cmnHeader h2 span,
.cmnHeader h1 span {
    font-weight: 300;
    display: inline-block;
    line-height: 60px;
    position: relative;
}
.cmnHeader h2:after,
.cmnHeader h1:after {
    content: "";
    width: 80px;
    border-bottom: 2px solid #48b337;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.cmnHeader h2 br,
.cmnHeader h1 br {
    display: none;
}
.cmnLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9;
    background: 0 0 !important;
}
.cmnHeader .container {
    position: relative;
    z-index: 999;
}
.noBuilding:after {
    display: none;
}
.abtContainer {
    padding: 80px 0;
    display: inline-block;
    width: 100%;
}
.abtContainer h2 {
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.abtContainer p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.abtWhyUs {
    padding-top: 30px;
}
.serviceWeDo {
    float: left;
    width: 100%;
    margin: 50px 0;
}
.serviceWeDo h2 {
    margin-bottom: 0;
}
.servBox {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.servIcon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #ebebeb;
    float: left;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.servCont {
    width: calc(100% - 70px);
    float: left;
    padding-left: 15px;
}
.servBox h2 {
    font-size: 18px;
    margin: 5px 0 20px;
    position: relative;
}
.servBox p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}
.servBox h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
}
.serviceWeDo .col-md-4:nth-of-type(5) {
    clear: both;
}
.serviceWeDo .col-md-4:nth-of-type(2) .servBox h2:after {
    background: #2ead90;
}
.serviceWeDo .col-md-4:nth-of-type(3) .servBox h2:after {
    background: #ef7f1f;
}
.serviceWeDo .col-md-4:nth-of-type(4) .servBox h2:after {
    background: #59b94b;
}
.serviceWeDo .col-md-4:nth-of-type(5) .servBox h2:after {
    background: #425563;
}
.serviceWeDo .col-md-4:nth-of-type(6) .servBox h2:after {
    background: #f65c5c;
}
.serviceWeDo .col-md-4:nth-of-type(7) .servBox h2:after {
    background: #9c71f6;
}
.abtUs p a {
    color: #2ead90;
}
.servBox:hover .servIcon {
    border: 1px solid #ccc;
}
.careerContainer {
    padding: 50px 0;
    background: #f7f7f7;
}
.careerContainer h3 {
    color: #222;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 47px;
}
.careerContainer h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
}
.careerContainer p {
    color: #646464;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}
.careerTopBox {
    padding: 40px 0;
}
.careerIconBox {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin: auto;
}
.careerIconBox img {
    max-width: 80%;
    max-height: 80%;
}
.careerTopBoxUp {
    position: relative;
    display: inline-block;
    margin: 20px 0;
}
.careerTopBoxUp:before {
    content: "";
    border-right: 1px solid #e1e1e1;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 33.333333%;
    top: 0;
}
.careerTopBoxUp:after {
    content: "";
    border-right: 1px solid #e1e1e1;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 66.666666%;
    top: 0;
}
.careerContainer hr {
    border-top: 1px solid #e1e1e1;
}
.careerBotBox {
    background: #fff;
    margin-bottom: 30px;
}
.careerBotBoxUp {
    display: inline-block;
    margin: 50px 0;
}
.careerBotBox h2 {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
.careerBotBox p {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}
.careerBotBox a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 30px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.careerBotBox a:hover {
    opacity: 0.9;
    text-decoration: none;
}
.careerBotBoxUp .col-md-4:nth-of-type(1) .careerBotBox a,
.careerBotBoxUp .col-md-4:nth-of-type(6) .careerBotBox a {
    background: #9d71f6;
}
.careerBotBoxUp .col-md-4:nth-of-type(2) .careerBotBox a,
.careerBotBoxUp .col-md-4:nth-of-type(5) .careerBotBox a {
    background: #59b94a;
}
.careerBotBoxUp .col-md-4:nth-of-type(3) .careerBotBox a,
.careerBotBoxUp .col-md-4:nth-of-type(4) .careerBotBox a {
    background: #2ead90;
}
.careerBotBoxUp .col-md-4:nth-of-type(4) {
    clear: both;
}
.contactContainer {
    padding: 80px 0 0;
}
.cForm input {
    border: 1px solid #e1e1e1;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px;
    outline: none;
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
}
.cForm textarea {
    border: 1px solid #e1e1e1;
    height: 200px;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
    outline: none;
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
}
.cForm input[type="submit"] {
    margin-bottom: 0;
    background: #d9b43f;
    color: #fff;
    max-width: 200px;
    margin: auto;
    display: block;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.cForm input[type="submit"]:hover {
    background: #f0c849;
}
.cAddIn {
    clear: both;
}
.cAddIn span {
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
}
.cAddIn p {
    font-size: 14px;
    color: #333;
    float: left;
    width: calc(100% - 40px);
    line-height: 24px;
    margin-top: 8px;
    padding-left: 15px;
}
#googleMap {
    height: 400px;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 100px;
}
.partnerContainer {
    background: #f7f7f7;
    padding: 50px 0;
}
.partnerContainer h3 {
    text-align: center;
    font-size: 30px;
    color: #222;
    font-weight: 300;
    margin-bottom: 20px;
}
.parTopImg {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
}
.parTopImg img {
    max-width: 90%;
    max-height: 90%;
}
.parTopBox h2 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: inherit;
}
.parTopBox p {
    text-align: center;
    font-size: 12px;
    color: #999;
}
.parTopBox {
    margin: 20px 0;
}
.partnerBot {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.parBotBox {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-top: 20px;
}
.parBotImg {
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    float: left;
}
.parBotImg img {
    max-width: 90%;
    max-height: 90%;
}
.parBotBox h2 {
    text-align: left;
    float: left;
    width: calc(100% - 100px);
    padding: 0 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: inherit;
    line-height: 50px;
    line-height: 25px;
    margin-top: 13px;
}
.partnerContact {
    background: #fff;
}
.partnerContact h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.partnerContact .cForm input[type="submit"] {
    background: #59b94a;
}
.partnerContact .cForm input[type="submit"]:hover {
    background: #51a844;
}
.supContainer {
    background: #f3f3f3;
    padding: 80px 0;
}
.supBox {
    text-align: center;
    background: #fff;
    padding: 50px 15px;
    margin-bottom: 30px;
}
.supBox h2 {
    font-weight: 600;
    font-size: 18px;
    text-transform: inherit;
}
.supBoxImg {
    display: block;
    max-width: 200px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    margin: auto;
}
.supBoxImg img {
    max-width: 70%;
    max-height: 70%;
}
.supContainer a:hover {
    text-decoration: none;
}
.supDetContainer {
    background: #f3f3f3;
    padding: 80px 0;
}
.supDetTab {
}
.supDetTab .nav-tabs {
    border-bottom: 0;
}
.supDetTab .nav-tabs > li {
    width: 100%;
}
.supDetTab .nav-tabs > li > a {
    color: #000;
    font-weight: 600;
    background: 0 0;
    border: none;
    border-radius: 0;
    display: inline-block;
    width: 100%;
}
.supDetTab .nav-tabs > li > a:active,
.supDetTab .nav-tabs > li > a:focus,
.supDetTab .nav-tabs > li > a:hover {
    background: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
}
.supDetTab .nav-tabs > li.active a {
    background: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
}
.supDetTab .nav-tabs > li > a > span {
    float: left;
    margin-top: 15px;
    width: calc(100% - 50px);
    padding-left: 10px;
}
.supDetTab .nav-tabs > li > a > div.supTabImg {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}
.supDetTab .nav-tabs > li > a > div > img {
    max-width: 70%;
    max-height: 70%;
}
.supDetContainer .row {
    position: relative;
}
.supDetContainer .row:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ccc;
    display: inline-block;
    top: 0;
    left: 33.333333%;
    margin-left: -15px;
}
.supDetTabContent {
    padding: 20px;
}
.supDetTabContent .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 15px;
    font-size: 14px;
    color: #777;
    position: relative;
    padding-left: 22px;
    letter-spacing: 1px;
    line-height: 22px;
}
.supDetTabContent .panel-default > .panel-heading + .panel-collapse > .panel-body:before {
    content: "A.";
    position: absolute;
    left: 0;
    color: #54b744;
}
.supDetTabContent .panel-title > a {
    color: #000;
    font-size: 14px;
    padding: 17px 15px;
    font-weight: 400;
    padding-left: 22px;
    line-height: 20px;
}
.supDetTabContent .panel-title > a:before {
    content: "Q.";
    position: absolute;
    left: 0;
    color: #54b744;
}
.evaultLinks {
    background: #59b94a;
    margin: -25px;
    margin-bottom: 10px;
}
.evaultLinks ul {
    list-style: none;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
}
.evaultLinks ul li {
    width: 100px;
    float: left;
    text-align: center;
}
.evaultLinks ul li a {
    display: block;
    color: #fff;
    padding: 10px;
}
.evaultLinks ul li a:hover {
    text-decoration: none;
}
.evaultLinks ul li a .evLinkImg {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.evaultLinks ul li a .evLinkImg img {
    max-height: 70%;
    max-width: 70%;
}
.evaultLinks ul li a span {
    display: block;
    position: relative;
}
.evaultLinks ul li a span:after {
    content: "";
    width: 0;
    position: absolute;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -4px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.evaultLinks ul li a:hover span:after {
    width: 100%;
}
.evaultLinkLeft {
    width: 10%;
    float: left;
    padding-top: 15px;
}
.evaultLinkLeft ul {
    padding: 0;
    list-style: none;
}
.evaultLinkLeft ul li {
    display: inline-block;
    width: 100%;
    clear: both;
    line-height: 30px;
}
.evaultLinkLeft ul li a {
    display: block;
}
.evaultLinkLeft ul li a:hover {
    text-decoration: none;
}
.evaultLinkLeft ul li a .evLinkImg {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 5px;
}
.evaultLinkLeft ul li a .evLinkImg img {
    max-height: 70%;
    max-width: 70%;
}
.evaultLinkLeft ul li a span {
    color: #333;
    font-size: 12px;
    position: relative;
}
.evaultLinkLeft ul li a span:after {
    content: "";
    width: 0;
    position: absolute;
    height: 1px;
    background: #ccc;
    left: 0;
    bottom: -4px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.evaultLinkLeft ul li a:hover span:after {
    width: 100%;
}
.evalSec2 {
    width: 60%;
}
.evalTable {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px;
}
.evalTable.evalTableHead,
.evalTable.evalTableHead:hover {
    background: #f1f1f1;
}
.evalCell {
    display: table-cell;
}
.evalCell p {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}
.evalCell1 p {
    padding-left: 25px;
    background: url(../img/caBullet.png) no-repeat left top;
    background-size: 17px;
}
.evalCell1 {
    width: 60%;
}
.evalCell2 {
    width: 20%;
}
.evalCell3 {
    width: 20%;
}
.evalHeading p {
    font-size: 14px;
    color: #666;
    padding: 0;
    background: 0 0;
}
.evalSec2 > div.evalSecIn .caAssistBoxRight {
    padding: 20px;
    width: 100%;
}
.evalTable:hover {
    background: #f7f7f7;
}
.evalSec3 {
    width: 30%;
}
.previewBox {
    padding: 20px;
}
.prevCont {
}
.prevImg {
    width: 100%;
    height: 200px;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    line-height: 200px;
    text-align: center;
}
.prevImg img {
    max-width: 80%;
    max-height: 80%;
}
.prevCont h2 {
    font-size: 14px;
    color: #999;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.prevCont p {
    font-size: 14px;
    color: #333;
}
.prevCont p span {
    color: #999;
}
.prevCont a {
    background: #59b94a;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.prevCont a:hover {
    background: #50a643;
    text-decoration: none;
}
.dashRightSec > div.evalSecIn {
    height: 550px;
}
.prevCont p span.prevNote {
    background: #ff917b;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin-left: 5px;
}
.evalSec2 > .range-slider {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
}
.evalSec2 > .range-slider label {
    margin-bottom: 20px;
}
.evalSec2 .progressBox {
    padding: 20px;
    margin-top: 20px;
}
.evalSec2 .progress {
    height: 10px;
    margin-bottom: 10px;
}
.evalSec2 .progressBox label {
    font-size: 14px;
    color: #666;
}
.evalSec2 .progressBox p {
}
.evalSec2 .progressBox p span {
    font-weight: 600;
}
.evalSec2 .progress-bar {
    background-color: #46b368;
}
.srchContainer {
    background: #f7f7f7;
    padding: 50px 0;
}
.srchBox {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.srchDisc {
    padding: 20px;
}
.srchDisc h2 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
    text-align: left;
    border-bottom: 1px solid #d2d5d7;
    padding-bottom: 10px;
    margin-top: 0;
}
.srchDisc p {
    color: #666;
    font-size: 12px;
}
.srchImg {
    width: 100%;
}
.srchImg img {
    width: 100%;
}
.srchContainer a:hover {
    text-decoration: none;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.payTaxContainer {
    background: #f7f7f7;
    padding: 50px 0;
}
.payTaxContainer p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.payTaxContainer h2 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
}
.payTaxTableBox {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.payTaxTableBox h2 {
    margin-top: 0;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.payTaxTableBox h2 span {
    float: right;
}
.payTaxTableBox p {
    margin-bottom: 15px;
}
.payTaxTableBox p span {
    float: right;
    font-weight: 600;
}
.searchBox {
    background: #9d71f6;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.searchBoxIn {
    opacity: 1;
    z-index: 9999;
}
.searchBox .searchIn {
    width: 100%;
    max-width: 1140px;
}
.searchBox .searchBar {
    margin: 10px 0;
}
.searchBox .searchBtn {
    bottom: 10px;
}
.whyUsImg img {
    width: 100%;
}
.abtUs {
    clear: both;
}
.caUploadContainer,
.evaultContainer {
    max-height: 380px;
    overflow: auto;
    padding-right: 20px;
}
.caAssistBox .caUploadContainer {
    height: 330px;
}
.grayBody {
    background: #e1e1e1;
}
.formDetBox > h2 {
    margin-bottom: 20px;
}
.partnerTop .col-md-3:nth-of-type(5) {
    clear: both;
}
.partnerBot .col-md-6:nth-of-type(odd) {
    clear: both;
}
.panDetailPage form {
    margin-top: 0;
}
.panDetailPage .nav-tabs {
    text-align: center;
    clear: both;
    overflow: hidden;
}
.panDetailPage .nav-tabs li.active a {
    background: #59b94a;
    color: #fff;
    cursor: pointer;
}
.panDetailPage .nav-tabs li.active a:hover {
    border: 0;
    background: #59b94a;
    color: #fff;
}
.panDetailPage .nav-tabs li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.panDetailPage .nav-tabs li a {
    background: #d1d1d1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-right: 0;
    color: #666;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.panDetailPage .nav-tabs li a:hover {
    background: #fff;
}
.panDetailPage .totalSalBtn .loginBtn:last-of-type {
    display: inline-block;
}
.panDetailPage .totalSalBtn {
    text-align: center;
}
.inputfile-2 + label {
    color: #fff;
    background-color: #59b94a;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.ack_ans_n {
    display: none;
}
.panDetailPage .box {
    margin-top: 24px;
    margin-bottom: 0;
}
.panDetailPage .box label {
    vertical-align: middle;
    margin: 0;
}
.fCta .cta a {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.fCta .cta a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.pcImg img {
    width: 100%;
}
.ufContainer {
    display: none;
}
.ufBox {
    width: 33.333333%;
    float: left;
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.ufBox:before {
    content: "";
    position: absolute;
    width: 70px;
    border: 1px dashed #b7b7b7;
    border-width: 1px;
    left: 150px;
    top: 30px;
}
.ufBox img {
    max-width: 65px;
    max-height: 65px;
    margin-bottom: 20px;
}
.ufBox p {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    padding: 0 5px;
}
.ufBox span {
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
    display: block;
    width: 30px;
    margin: 0 auto 20px;
    border-radius: 50%;
    padding: 5px;
}
.ufBox:nth-of-type(1) span {
    background: #51c556;
}
.ufBox:nth-of-type(2) span {
    background: #2ead90;
}
.ufBox:nth-of-type(3) span {
    background: #9d71f6;
}
.ufBox:nth-of-type(3):before {
    display: none;
}
.dashRightSec2,
.dashRightSec3,
.dashRightSec4,
.dashRightSec5,
.dashRightSec7 {
    width: 50%;
}
.dashIcon {
    display: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.dashLeft {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    left: 0;
}
.caRevCont {
    background: #e1e1e1;
    padding: 30px 0 50px;
}
.caReviewBox {
    text-align: center;
    position: relative;
    position: absolute;
}
.caRevNum {
    z-index: 99;
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 0;
}
.crb1 .caRevNum {
    background: #9d71f6;
}
.crb2 .caRevNum {
    background: #2ead90;
}
.crb3 .caRevNum {
    background: #f65c5c;
}
.crb4 .caRevNum {
    background: #51c556;
}
.crb5 .caRevNum {
    background: #edc951;
}
.crb6 .caRevNum {
    background: #81bda4;
}
.caRevCont .col-md-2 {
    padding: 0 5px;
}
.caReviewBox.crb1 {
    right: 10%;
    top: 11%;
}
.caReviewBox.crb2 {
    right: 1%;
    top: 44%;
}
.caReviewBox.crb3 {
    right: 10%;
    bottom: 9%;
}
.caReviewBox.crb4 {
    left: 10%;
    bottom: 9%;
}
.caReviewBox.crb5 {
    left: 0%;
    top: 41%;
}
.caReviewBox.crb6 {
    left: 10%;
    top: 8%;
}
.caRevCont .col-md-2:last-of-type .caReviewBox:before {
    border-bottom: 0;
}
.caRevCont p {
    color: #666;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
    text-align: center;
}
.caReviewBoxUp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 100px 0 50px;
    height: 500px;
}
.caReviewBtn {
    text-align: center;
}
.caReviewBtn a {
    background: #9d71f6;
    text-decoration: none;
    color: #fff;
    padding: 0 80px;
    line-height: 50px;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-transform: uppercase;
}
.caReviewBtn a:hover {
    opacity: 0.7;
}
.caRevBg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: -208px;
}
.caRevBg img {
    max-width: 100%;
}
.caReviewBox.crb1 .caRevNum,
.caReviewBox.crb2 .caRevNum,
.caReviewBox.crb3 .caRevNum {
}
.caReviewBox.crb1 p,
.caReviewBox.crb2 p,
.caReviewBox.crb3 p {
    margin-right: 0;
    margin-left: 20px;
    text-align: left;
}
.caReviewBox p {
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
    width: 270px;
    vertical-align: middle;
}
.caRevVector {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 230px;
    max-height: 180px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.caRevVector img {
    max-width: 100%;
    max-height: 100%;
}
.crb0 {
    position: absolute;
    width: 108px;
    height: 76px;
    right: 36%;
    top: -7%;
    background: url("../img/startHere.png") no-repeat center center;
    background-size: cover;
}
.crb0 p {
    font-size: 14px;
    font-weight: 600;
    margin: 15px;
    line-height: 18px;
}
.payTaxContainer1 {
    padding: 30px 0 50px;
    background: #e1e1e1;
}
.payTaxBox {
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    padding: 50px 30px;
    min-height: 425px;
}
.payTaxBox1 {
    border-right: 1px solid #e1e1e1;
}
.pay_online {
    background: #fff;
    border-radius: 4px;
}
.pay_online .or {
    background: #e1e1e1;
    color: #000;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    margin: 20px auto;
}
.pay_online a.payOnline {
    background: #59b94a;
}
.payTaxBox1 .payTaxBox a {
    color: #fff;
    border: 1px solid #59b94a;
    border-radius: 4px;
    padding: 1.2rem 5rem;
    font-size: 18px;
}
.pay_online .pay_btn {
    background: #59b94a;
}
.pay_online .modal-lg {
    width: 1140px;
}
#pay_online_modal .ptBoxIn {
    border: none;
}
.pay_online ul {
    padding: 0;
    margin-left: 10px !important;
}
.pay_online ul li {
    text-align: left;
}
.pay_online h3 {
    margin: 0;
    margin-bottom: 0;
}
.pay_online .ptBoxIn h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
}
#pay_online_modal h2 {
    padding: 0;
    font-size: 15px;
    margin-bottom: 10px;
}
#pay_online_modal .close,
#pay_offline_modal .close {
    border: solid 2px #59b94a;
    color: #59b94a;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    right: 16px;
}
#pay_online_modal h2 a.paytax {
    color: #fff;
    padding: 0.5rem 1rem;
}
#pay_offline_modal .ptBoxIn {
    border: none;
}
#pay_offline_modal {
    color: #000;
}
#pay_offline_modal .ptBoxIn h2 {
    padding: 0;
    text-transform: capitalize;
    line-height: 25px;
    color: #000;
}
#pay_online_modal h2 a {
    border: none;
    padding: 0;
    color: #59b94a;
    margin: 0;
    font-size: 14px;
    text-transform: lowercase;
}
#pay_online_modal h2 a.paytax:hover {
    background: #3da92c;
}
#pay_online_modal h2 a:hover {
    background: 0 0;
}
.pay_online a.offline_link {
    border: solid 1px #59b94a;
    margin: 0;
    display: inline-block;
    color: #59b94a;
    color: #59b94a;
    padding: 1rem 4rem;
    text-transform: capitalize;
    font-size: 15px;
}
.payTaxBox1 .payTaxBox a.bankNamesLink {
    color: #59b94a;
    border: none;
    text-decoration: none;
}
.payTaxBox1 .payTaxBox a:hover {
    background: #59b94a;
    color: #fff;
}
.payTaxBox2 .payTaxBox a:hover {
    background: #9c71f6;
    color: #fff;
}
.payTaxBox2 .payTaxBox a {
    color: #9c71f6;
    border: 1px solid #9c71f6;
}
.payTaxBox1 .payTaxImg {
    background: #59b94a;
}
.payTaxBox2 .payTaxImg {
    background: #9c71f6;
}
.payTaxImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 100px;
    text-align: center;
}
.payTaxImg img {
}
.payTaxBox a {
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 30px 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
}
.payTaxBox p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.ptBox {
    display: none;
    padding-bottom: 10px;
    background: #e1e1e1;
}
div#sync2,
div#sync4 {
    text-align: center;
    width: 80%;
    display: block;
    margin: auto;
}
.ptBoxIn {
    border-top: 1px solid #ccc;
    padding: 20px;
}
.ptBoxIn h3 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.ptNum {
    z-index: 99;
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 15px;
    background: #ccc;
    cursor: pointer;
}
.synced .ptNum {
    background: #48b337;
}
.syncBox h2 {
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    padding: 20px 30px 30px;
    line-height: 24px;
    margin-bottom: 0;
}
.syncImgBox img {
    width: 100%;
}
.ptBoxIn .loginBtn:focus {
    text-decoration: none;
    color: #fff;
}
.ptBoxIn .loginBtn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}
.ptHead {
    margin: 50px 0;
}
.ptHead.upay_tax {
    background: #fff;
    margin: 30px 0 10px;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
}
.ptHead.upay_tax h2 {
    text-align: center;
    font-size: 20px;
}
.ptHead.upay_tax h2 b {
    color: #59b94a;
}
.ptHead.upay_tax p {
    text-align: center;
}
.ptHead h2 {
    margin: 0;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    text-transform: inherit;
    font-weight: 300;
    margin-bottom: 0;
}
.ptHead h2 span {
    font-weight: 600;
}
.ptHead p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    text-transform: inherit;
    font-weight: 400;
}
.cta img {
    max-height: 70px;
}
.clientsus .homeTitle {
    text-align: center;
    margin-bottom: 50px;
}
.clientsus .homeTitle:after {
    display: none;
}
.refCont {
    background: #f9f9f9;
}
.banIlus {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 50px;
    height: 100%;
    width: 55%;
    text-align: center;
}
.banIlus:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.banIlus img {
    max-width: 90%;
    display: inline-block;
    max-height: 90%;
    vertical-align: middle;
}
.syncBox #sync2 .owl-item:before,
.syncBox #sync4 .owl-item:before {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #d7d7d7;
    left: 50%;
    top: 25px;
}
.syncBox #sync2 .owl-item:last-of-type:before {
    display: none;
}
.bankSlide {
    padding: 40px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    max-width: 900px;
    width: 100%;
}
.payTaxBox1 .payTaxBox a.bankNamesLink {
    border: 0;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #59b94a;
    margin: 0 5px;
    outline: none;
}
.payTaxBox1 .payTaxBox a.bankNamesLink:hover {
    background: 0 0;
    color: #59b94a;
}
.bankSlide ul {
    padding: 0;
    display: inline-block;
    margin: 0;
    list-style-position: inside;
}
.bankSlide ul li {
    width: 33.333333%;
    float: left;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}
.bankSlide h2 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.syncBox .owl-theme .owl-controls {
    margin-top: 0;
}
.syncBox .owl-controls .owl-buttons div {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin-top: -31px;
}
.syncBox .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
    font-size: 0;
    width: 62px;
    height: 62px;
    background: #48b337 url("../img/owlLArrow.png") no-repeat center center;
    border-radius: 50%;
    background-size: cover;
    opacity: 0.6;
}
.syncBox .owl-controls .owl-buttons div.owl-next {
    right: 10px;
    font-size: 0;
    width: 62px;
    height: 62px;
    background: #48b337 url("../img/owlRArrow.png") no-repeat center center;
    border-radius: 50%;
    background-size: cover;
    opacity: 0.6;
}
.syncBox .owl-controls .owl-buttons div:hover {
    opacity: 1;
}
.faqCont .row:before {
    display: none;
}
.faqCont {
    padding: 50px 0;
}
.faqCont p {
    padding: 10px 15px;
    font-size: 14px;
    color: #777;
    position: relative;
    padding-left: 22px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.applyNowCont input#file-1 {
    position: absolute;
    animation: 0;
    height: 0;
    visibility: hidden;
}
.ptBoxIn p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.ptBoxIn h2 {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-align: left;
}
.ptBoxIn ul {
    margin: 20px 0;
}
.ptBoxIn ul li {
    font-size: 14px;
    color: #666;
    margin-bottom: 7px;
    list-style-type: decimal;
}
.syncBox .owl-item .item {
    background: rgba(255, 255, 255, 0.3);
}
.item1 {
    padding: 20px;
}
.item1 p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-align: left;
}
input::-ms-clear,
input::-ms-reveal {
    display: none;
}
.nCol .termsPara {
    display: none;
}
.yCol .termsPara {
    display: block;
    margin: 20px 0 0;
    text-align: center;
    font-weight: 700;
}
.yCol .termsPara a {
    color: #e04c40;
}
.yCol .termsPara a:hover {
    color: #0c2343;
    text-decoration: underline;
}
.subhead {
    text-align: center;
    font-size: 18px;
    color: #666;
}
.drop {
    position: relative;
}
.drop ul {
    opacity: 0;
    z-index: -1;
    height: 0;
    position: absolute;
    top: 100%;
    left: -40px;
    padding: 0;
    width: 200px;
    background: #fff;
    border-top: 2px solid green;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding: 20px;
}
.drop ul li {
    margin: 0;
    width: 100%;
}
.drop ul li a {
    display: block;
    padding: 10px 0 20px;
}
.drop span {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    margin-right: -5px;
    margin-top: 6px;
    transition: all 0.5s ease 0s;
}
.drop:hover ul {
    opacity: 1;
    z-index: 9999;
    height: inherit;
}
.os-animation {
    opacity: 0;
}
.os-animation.animated {
    opacity: 1;
}
.abtImg {
    height: 480px;
    width: 100%;
    position: relative;
}
.abtImg div {
    position: absolute;
    left: 50%;
}
.abtImg div img {
    max-width: 100%;
}
.abtImg div.abtkc1 {
    bottom: 0;
    margin-left: -518px;
}
.abtImg div.abtkc2 {
    top: 160px;
    left: 3%;
}
.abtImg div.abtkc3 {
    top: 300px;
    left: 2%;
}
.abtImg div.abtkc4 {
    top: 60px;
    right: 4%;
    left: inherit;
}
.abtImg div.abtkc5 {
    top: 262px;
    left: inherit;
    right: 2%;
}
.abtImgBox {
    width: 1596px;
    margin: auto;
    overflow: hidden;
}
.refundDivIn input {
    border: 1px solid #fff;
}
.refundDivIn input:focus {
    border: 1px solid #51c556;
}
.pcImg {
    position: absolute;
    right: 6%;
    bottom: 13%;
    width: 45%;
}
.upForm16 {
    position: relative;
}
.kcLink:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.caAstContainer {
    padding: 40px 0 80px;
    display: inline-block;
    width: 100%;
    background: #f3f3f3;
}
.caAstBoxMain {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
.caAstBox {
    cursor: pointer;
    background: #fff;
    width: 15%;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    border: 1px solid #fff;
    position: relative;
}
.owl-carousel .caAstBox {
    width: 95%;
}
.caAstContainer .owl-controls .owl-buttons div.owl-prev {
    margin-top: -20px;
    position: absolute;
    left: -35px;
    top: 50%;
    height: 20px;
    width: 25px;
    font-size: 0;
    background: url("../img/arLeft.png") no-repeat left center;
    background-size: 100%;
}
.caAstContainer .owl-controls .owl-buttons div.owl-next {
    margin-top: -20px;
    position: absolute;
    right: -35px;
    top: 50%;
    height: 20px;
    width: 25px;
    font-size: 0;
    background: url("../img/arRight.png") no-repeat left center;
    background-size: 100%;
}
.caAstBox:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.caAstBoxIn {
    padding: 15px;
}
.caAstBoxImg {
    background: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.caAstBoxImg img {
    max-width: 50%;
    max-height: 50%;
}
.caAstBox h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.caAstBox p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    background: #f8f8f8;
    padding: 10px 0;
}
.caVis {
    background: 0 0;
    border: 1px solid #dfdfdf;
}
.caVis:hover {
    background: #fff;
    border: 1px solid #fff;
}
.caActv.caVis:hover {
    background: #60cc4d;
}
.caVis .caAstBoxImg {
    background: 0 0;
    border: 1px solid #dfdfdf;
}
.caVis .caAstBoxIn {
    border-bottom: 1px solid #dfdfdf;
}
.caVis .caAstBoxIn:hover {
    border: none;
}
.caActv {
    background: #60cc4d;
}
.caActv .caAstBoxImg {
    border: 1px solid #fff;
    background: #fff;
}
.caAstBox h2 {
    color: #333;
}
.caActv h2 {
    color: #fff;
}
.caAstBox.caActv::before {
    background: rgba(18, 136, 0, 1) url("../img/right.png") no-repeat scroll center center/15px auto;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 9;
}
.caAstBox.caInactv::after {
    background: rgba(238, 238, 238, 1) url("../img/right.png") no-repeat scroll center center/15px auto;
    border-radius: 50%;
    content: "";
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
}
.caAstBox small {
    display: block;
    font-size: 80%;
}
.caVis.caActv {
    border: 1px solid #fff;
}
.caMnContainer {
    margin: 30px 0 10px;
    height: 0;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.caMnContainer1 {
    min-height: 260px;
}
.caMnContainer2 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 -15px 0 -5px #eee, 0 -15px 1px -4px rgba(0, 0, 0, 0.15);
}
.caMnContainer3 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 -15px 0 -5px #eee, 0 -15px 1px -4px rgba(0, 0, 0, 0.15), 0 -30px 0 -10px #eee, 0 -30px 1px -9px rgba(0, 0, 0, 0.15);
}
.caMnBox {
    background: #fff;
    text-align: center;
    transform-style: preserve-3d;
}
.pad50 {
    padding: 50px;
}
.caMnLeft {
    display: inline-block;
    vertical-align: middle;
}
.caMnImg {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background: #f3f3f3;
    margin: auto;
}
.caMnImg img {
    max-width: 50%;
    max-height: 50%;
}
.caMnRight {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
}
.caMnCounter {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #9d71f6;
    color: #fff;
    width: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}
.caMnCont h3 {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-top: 0;
}
.caMnCont h2 {
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 30px;
}
.caMnCont a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #9d71f6;
    display: inline-block;
    padding: 0 30px;
    margin-top: 20px;
    font-size: 16px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.caMnCont a:hover {
    opacity: 0.8;
}
.caMnCont p {
    font-size: 16px;
    color: #454545;
    font-weight: 400;
    line-height: 1.5;
}
.caMnCont ul {
    padding: 0;
    list-style: none;
}
.caMnCont ul li {
    font-size: 16px;
    color: #454545;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.caMnCont ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #60cc4d;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.caMnBox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 230px;
}
.caMnBox.active {
    display: block;
}
.caMnSelectedMessage p {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #666;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    top: 40px;
}
.caMnForm {
    clear: both;
}
.caMnForm h2 {
    margin-bottom: 20px;
}
.caFormUpload {
    margin-top: 30px;
}
.rightMenu .sub_option.activemenu {
    display: block;
    line-height: 30px;
}
.rightMenu .sub_option {
    border: 1px solid #f9f9f9;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(35, 35, 35, 0.1);
    display: none;
    left: -105px;
    max-width: 320px;
    min-width: 320px;
    padding: 0;
    top: 55px;
    z-index: 10001;
}
.dropdown-toggle-o.login::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    top: -6px;
}
.dropdown-menu.sub_option::after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -8px;
    width: 17px;
}
.panel_bx {
    position: relative;
    vertical-align: top;
    padding-bottom: 45px;
    min-height: 266px;
    overflow: hidden;
}
.search_bx {
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}
.search_bx .searchDocForm {
    margin: 0;
    padding: 0;
}
.search_bx .searchDocForm .searchDocBox {
    border: 0;
    height: 50px;
    padding-left: 8px;
    padding-right: 45px;
}
.search_bx .searchDocForm .searchDoc {
    background-size: 85% auto;
    position: absolute;
    right: 10px;
    top: 15px;
}
.sub_option .menu {
    line-height: normal;
    padding: 0 10px;
}
.submenu_panel {
}
.submenu_title {
    background: #ebebeb none repeat scroll 0 0;
    border-top: 1px solid #e3e3e3;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    width: 100%;
    line-height: 40px;
    display: none;
}
.submenu_panel .menu li {
    margin: 0;
    width: 100%;
}
.submenu_panel .menu li a::before {
    bottom: 0;
    background: #f7f7f7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.submenu_panel .menu li a::after {
    bottom: 0;
}
.submenu_panel .menu li a {
    line-height: 30px;
    padding: 7px 15px;
    width: 100%;
    margin-left: 0;
}
.help_center {
    border-top: 1px solid #ebebeb;
    bottom: 2px;
    display: inline-block;
    left: 0;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
}
.help_center > a {
    color: green;
}
ul.dropdown-menu2 {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 350px;
    left: 390px;
}
ul.dropdown-menu2.activemenu2 {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 350px;
}
#menu {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff;
    left: 0;
}
#menu.removemenu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(3em, 0);
    -moz-transform: translate(3em, 0);
    -o-transform: translate(3em, 0);
    -ms-transform: translate(3em, 0);
    transform: translate(3em, 0);
    left: -390px;
    width: 350px;
}
#go-back {
    display: none;
}
.rightMenu {
    position: relative;
}
.panel_bx .menu {
    position: absolute;
}
.rightMenu .login {
    margin-left: 41px;
}
.dropdown-menu.sub_option::before {
    border-bottom: 10px solid #f9f9f9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -11px;
    width: 17px;
}
.submenu_panel #menu.menu li:last-child a::before {
    background: #fff none repeat scroll 0 0;
}
.submenu_panel {
    display: block;
}
.search_panel {
    display: none;
    padding: 0;
    width: 100%;
}
.tag_line {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    font-size: 14px;
    padding: 9px 16px;
    width: 100%;
}
.search_panel ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 16px 0 18px;
}
.search_panel ul li {
    border-bottom: 1px dotted #ebebeb;
    line-height: normal;
    margin: 0;
}
.search_panel .ti1 {
    border-bottom: 1px solid #ebebeb;
    color: green;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    padding: 10px 19px;
    text-transform: uppercase;
    width: 100%;
}
.search_panel ul li a {
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    margin: 0;
    padding: 5px 0;
}
.search_panel ul li:last-child {
    border-bottom: 0 solid #ccc;
}
.src {
    background: 0 0;
    font-size: 100%;
    color: green;
}
.clientsus {
    background: rgba(255, 255, 255, 0.5) url(../img/client_bg.png) no-repeat scroll center 0;
    padding: 30px 0;
}
.clientsus .homeTitle strong {
    color: #51c556;
    font-weight: 500;
}
.cSec {
    border: 1px solid #f1f1f1;
    min-height: 160px;
    margin: 5px;
    padding: 16px 15px 5px 20px;
    position: relative;
    text-align: left;
}
.cSec::after {
    border-bottom: 25px solid transparent;
    border-left: 25px solid #fff;
    border-right: 20px solid transparent;
    bottom: -23px;
    content: "";
    left: 0;
    position: absolute;
}
.cSec::before {
    border-bottom: 25px solid transparent;
    border-left: 25px solid #f1f1f1;
    border-right: 20px solid transparent;
    bottom: -25px;
    content: "";
    left: -1px;
    position: absolute;
}
.clientText {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: left;
}
.clientName {
    color: #51c556;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.cLoc {
    color: #8b8b8b;
    font-size: 16px;
    margin-top: 0;
}
.logo-list-bx {
    padding: 60px 0;
    text-align: center;
}
.logo-bx {
    border: 1px solid #f1f1f1;
    display: inline-block;
    height: 80px;
    margin: 5px 3px;
    position: relative;
    vertical-align: top;
    width: 180px;
}
.logo-bx > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.caRevCont {
    background: #f8f8f8;
}
.ca-page-sec {
    background: transparent url(../img/tril_line.png) no-repeat scroll 0 30px;
    display: inline-block;
    padding-bottom: 270px;
    position: relative;
    width: 100%;
}
.step-img {
    display: none;
    width: 220px;
}
.step-data {
    display: inline-block;
    margin-top: 25px;
    width: 604px;
}
.step1 {
    float: left;
    margin-top: 290px;
    padding-right: 45px;
    text-align: right;
    width: 740px;
}
.caForm1 {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.step_title {
    display: inline-block;
    font-family: Roboto Condensed;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    width: 400px;
}
.step_srt_desc {
    display: inline-block;
    font-family: Open Sans;
    font-size: 15px;
    width: 380px;
}
.step2 {
    float: left;
    margin-left: 435px;
    margin-top: 250px;
    text-align: left;
}
.step3 {
    display: inline-block;
    margin-top: 240px;
    text-align: right;
    width: 710px;
}
.step4 {
    float: right;
    margin-top: 310px;
    text-align: left;
    width: 700px;
}
.step5 {
    display: inline-block;
    margin-left: 138px;
    margin-top: 168px;
}
.step2 .step-img,
.step4 .step-img {
    float: right;
    margin-left: 60px;
}
.step3 .step-img,
.step5 .step-img {
    float: left;
    margin-right: 60px;
}
.step1 .step-data {
    margin-top: 0;
    padding-right: 0;
    padding-top: 0;
}
.step2 .step-data {
    margin-left: 0;
    padding-right: 100px;
    padding-top: 20px;
}
.step3 .step-data {
    margin-top: 20px;
}
.step6 {
    margin-top: 120px;
    padding: 20px 0;
    text-align: center;
}
.caForm1 .form-group {
    display: table-cell;
    padding: 0 10px;
    text-align: left;
}
.ca-page-sec .loginBtn.loading_btn {
    display: inline-block;
    font-family: Roboto Condensed;
    margin-top: 24px;
    vertical-align: top;
    width: 220px;
}
.Get_btn1 {
    bottom: 0;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 100%;
}
.caReviewBtn a {
    background: #59b94a none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    width: 190px;
    outline: 0;
    padding: 11px;
    text-transform: uppercase;
}
.caReviewBg {
    background: transparent url(../img/ca-review.png) no-repeat scroll 0 -30px;
    padding-bottom: 280px;
}
.caReviewBg .step1 {
    margin-left: 450px;
    margin-top: 365px;
    text-align: left;
}
.caReviewBg .step2 {
    float: right;
    margin-left: 0;
    margin-right: 400px;
    margin-top: 220px;
    text-align: right;
}
.caReviewBg .step3 {
    display: inline-block;
    margin-left: 410px;
    margin-top: 260px;
    text-align: left;
    width: 710px;
}
.caReviewBg .step4 {
    float: right;
    margin-right: 465px;
    margin-top: 280px;
    text-align: right;
    width: 700px;
}
.notes2 {
    border-radius: 0;
}
.notes2 .panel-default {
    border-radius: 0;
}
.panel-default.notes2 > .panel-heading {
    border-bottom: 1px solid #dadada;
}
.notes2 h3 {
    font-weight: 600;
    margin: 5px 0;
    padding: 0 15px;
}
.notes2 .panel-body ul {
    margin: 0;
    padding: 0;
}
.fileupload-buttonbar label {
    color: #fff;
}
.template-upload .preview {
    width: 80px;
    display: inline-block;
}
.template-upload .preview img {
    max-width: 100%;
}
.files .name {
    font-size: 14px;
    margin: 5px 0;
}
.table > tbody.files td {
    border-bottom: 1px solid #ddd;
    border-top: 0;
    padding: 3px 15px;
    vertical-align: middle;
}
.table > tbody.files td a {
    margin: 0 5px;
    padding: 0;
}
.last-td {
    text-align: right;
}
.border-1 {
}
.border-2 {
}
.border-2 .table {
}
.border-2 .table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: #fff;
}
.table > tbody.files td.last-td {
}
.border-1 {
    border-right: 1px solid #e7e7e7;
    padding-top: 15px;
}
.border-1 .upload_form16_img {
    left: -20px;
    position: relative;
}
.no-files {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.no-files .no-file-title {
    color: #8c8c8c;
    font-family: Roboto Condensed;
    font-size: 30px;
    margin: 60px 0 0;
    padding: 10px 0;
}
.no-files > p {
    font-size: 15px;
    margin: 0;
}
.no-file-img {
    float: left;
    margin-left: 50px;
    margin-top: 45px;
    padding-right: 30px;
}
.btn_btm1 {
    display: inline-block;
    text-align: center;
}
.btn_btm1 a {
    background: #62c1ab;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: Roboto Condensed;
    font-size: 16px;
    outline: 0;
    padding: 11px;
    text-transform: uppercase;
    width: 190px;
}
.ca-As.btn_btm1 a {
    background: #73d077;
}
.ca-RV.btn_btm1 a {
    background: #b08df8;
}
.cd-popular .cd-pricing-body {
}
.upload-list-doc {
    height: 195px;
    overflow-x: hidden;
    position: absolute;
    right: -10px;
    top: 0;
    width: 100%;
}
.upload-list-doc ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.upload-list-doc ul li {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    padding: 4px;
    width: 100%;
}
.file-password {
    display: inline-block;
    width: 90px;
}
.file-password > input {
    border: 1px solid #e7e7e7;
    color: #cdcdcd;
    font-size: 12px;
    padding: 2px 5px;
    width: 100%;
}
.name1 {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 245px;
}
.type_t {
    float: left;
    overflow: hidden;
    padding-left: 9px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 105px;
}
.type_t select {
    border: 1px solid #e7e7e7;
    font-size: 12px;
    padding: 2px 5px;
    width: 100%;
}
.action_bx {
    float: right;
}
.action_bx > a {
    margin-left: 13px;
}
.doc-title1 {
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    font-weight: 600;
    padding: 6px;
}
.d-name1 {
    border-right: 1px solid #ccc;
    display: inline-block;
    width: 245px;
}
.d-type {
    border-right: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    width: 100px;
}
.d-password {
    display: inline-block;
    text-align: center;
    width: 94px;
}
.d-action {
    border-left: 1px solid #ccc;
    display: inline-block;
    float: right;
    text-align: right;
    width: 55px;
}
.action_bx img {
    height: 20px;
    margin-top: -7px;
}
.partnerPage {
    background: #67c4ae;
    padding: 0;
}
.wrapper_img {
    position: fixed;
    top: 540px;
    width: 100%;
}
.register_bx {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.partnerPage .ptr_title {
    padding-top: 60px;
    padding-bottom: 20px;
}
.partnerPage .ptr_title h2 {
    color: #fff;
    line-height: 56px;
    font-size: 32px;
}
.partnerPage .ptr_title h2 span {
    font-size: 40px;
    line-height: 50px;
}
.partnerPage .ptr_title p {
    color: #fff;
    margin-top: 0;
}
.ca-partner-page label {
    color: #fff !important;
}
.ca-partner-page .textBoxes {
    border: 1px solid #fff;
}
.ca-partner-page .form-group span.required {
    color: #fff;
}
.ca-partner-page .textBoxes:focus {
    border: 1px solid #fff;
}
.ptrn-page-home {
    min-height: 580px;
    position: relative;
    z-index: 15;
}
.ca-partner-page .loginBtn,
.bootbox .btn-primary {
    background: #fff none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    color: #59b94a;
    font-family: Open Sans;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    outline: 0;
    padding: 0 10px;
    text-transform: uppercase;
}
.content.u-fr {
    float: right;
    padding: 15px;
    width: 600px;
}
.t-section-title.l-hmb {
    color: #fff;
    text-align: right;
}
.wrapper .innerStep1 {
    width: 100%;
    height: 350px;
    line-height: 100px;
    text-align: center;
    font-size: 160%;
    color: #fff;
    position: absolute;
}
.wrapper .scroll-bx {
    width: 100%;
    height: 350px;
    line-height: 100px;
    text-align: center;
    font-size: 160%;
    color: #fff;
    position: absolute;
}
.scroll-bx {
    text-align: center;
    position: relative;
    z-index: 0;
}
.fade_color {
    background: rgba(121, 203, 174, 0.5) none repeat scroll 0 0;
    height: 750px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -545px;
    width: 100%;
}
.ds-1 {
    left: 231px;
    position: absolute;
    top: 14px;
    display: none;
    z-index: 55;
}
.btn-register {
    background: #fff none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    color: #59b94a;
    display: inline-block;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    outline: 0;
    padding: 0 10px;
    text-transform: uppercase;
    width: 190px;
}
.ptrn-page-home2 {
    display: inline-block;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
}
.partnerPage .ptrn-page-home2 .ptr_title {
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer-cycle .footer {
    position: absolute;
    bottom: 55px;
}
.scrollToTop_1 {
    position: absolute;
    right: 10px;
    bottom: -25px;
    width: 50px;
}
#uploadbar {
    display: none;
}
#uploadbar .progress-bar {
    background-color: #46b368;
    position: relative;
}
#uploadbar .progress {
    height: 14px;
}
#uploadbar .progress .sr-only {
    border: 0;
    color: #000;
    clip: rect(auto, auto, auto, auto);
    font-size: 12px;
    height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}
.upload-list-doc .group_rx ul {
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
}
.upload-list-doc .group_rx ul li {
    border-bottom: 0;
}
.vcenter {
    display: flex;
    align-items: center;
}
.banner_part {
    text-align: center;
}
.animated_form_part {
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.banner_part > h1 {
    font-family: Roboto Condensed;
    font-size: 60px;
    text-transform: uppercase;
}
.banner_img {
    padding-top: 12%;
}
.banner_part > p {
    color: #282828;
    font-size: 20px;
}
.block {
    padding: 30px 0;
}
.form_inner {
    border: 1px solid #ebebeb;
    padding: 30px 15px;
}
.banner_part > h1 {
    font-family: Roboto Condensed;
    font-size: 60px;
    margin-top: 0;
    text-transform: uppercase;
}
.form_inner .textBoxes {
    border: 1px solid #ebebeb;
    font-size: 12px;
    height: 45px;
    width: 100%;
}
.form_inner > h1 {
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}
.form_inner > p {
    margin-bottom: 0;
    padding-top: 13px;
    color: #999;
    padding: 10px 15px 0;
}
.form_inner p a {
    color: #333;
}
.form16-to-itr {
    width: 90%;
}
.h_it_work_container h1.home {
    color: #282828;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
}
.no_text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #56ba4b;
    border-radius: 50%;
    color: #48bf65;
    display: inline-block;
    font-family: Roboto Condensed;
    height: 60px;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.no_text > span {
    background: #56ba4b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 25px;
    line-height: 48px;
    margin: 5px;
}
.no_text_contant {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}
.no_text_contant > p {
    color: #848e92;
    font-size: 15px;
}
.no_text_contant > h1 {
    color: #282828;
    font-family: Roboto Condensed;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}
.h_icon {
    text-align: center;
}
.h_icon > img {
    width: 120px;
}
.contant_row {
    padding-top: 20px;
}
.no_contant_row {
    padding: 1% 0;
}
.h_it_work_container .homeTitle {
    text-align: center;
}
.h_it_work_container .homeTitle strong {
    color: #51c556;
    font-weight: 500;
}
.h_it_work_container .homeTitle::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 20px auto;
    right: 0;
    width: 55px;
}
.cSec .cLoc {
    display: inline-block;
    vertical-align: top;
}
p.star_review {
    color: #ffd800;
    display: inline-block;
    font-size: 15px;
    padding: 0 10px;
    vertical-align: top;
}
p.star_review a {
    color: #ffd800;
    text-decoration: none;
    margin-right: 3px;
}
p.star_review a:hover,
p.star_review a:focus {
    color: #ffd800;
}
.user_img {
    display: inline-block;
    vertical-align: top;
}
.user_img img {
    border-radius: 50%;
    height: 55px;
    width: 55px;
}
.user_contant {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
.My_promo_code {
    border: 2px dashed #eee;
    padding: 15px;
    text-align: center;
}
.my_code {
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: top;
}
.line_spt {
    background: #eee none repeat scroll 0 0;
    display: inline-block;
    height: 70px;
    vertical-align: top;
    width: 1px;
}
.share_code {
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}
.my_code > span {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #eee;
    font-weight: 700;
    padding: 3px 15px;
}
.My_promo_code p {
    margin: 5px 0 8px;
    text-align: center;
}
.share_icon {
    display: inline-block;
}
.share_icon > a {
    margin: 5px;
}
.my_code_copy {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-top: 15px;
    position: relative;
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #efeff0;
    width: 100%;
}
.my_code_copy::after {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #e3e3e3;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
}
.my_code_copy::before {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e3e3e3;
    bottom: -15px;
    content: "";
    right: 0;
    position: absolute;
}
.my_code_gen {
    padding: 20px 10px;
}
.my_code_copy > h2 {
    vertical-align: middle;
    margin: 0;
}
.my_code_copy span {
    border: 1px dashed #ccc;
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    text-transform: none;
}
.my_code_copy a {
    color: #d71920;
    display: inline-block;
    font-size: 14px;
}
.my_code_copy img {
    vertical-align: middle;
}
.my_code_copy p a {
    font-size: 16px;
}
.Refund_Status_btn {
    color: #fff;
    background: #51c556 none repeat scroll 0 0;
    border: 1px solid #51c556;
    display: block;
    font-family: Roboto Condensed;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 15px auto;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.dot_line {
    background: #fff url(../img/refund/dot_line.png) no-repeat scroll center center;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 1px;
    width: 99%;
}
.refundContainer {
    padding: 80px 0 30px;
    background: #f7f7f7 none repeat scroll 0 0;
}
.status_page {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
}
.left_info_st {
    display: inline-block;
    padding: 5px 30px 0 0;
    vertical-align: top;
    width: 50%;
}
.right_info_st {
    border-left: 1px solid #ccc;
    display: inline-block;
    padding: 5px 5px 20px;
    vertical-align: top;
}
.status_panel_1 {
    position: relative;
}
.txt_panel {
    border-top: 1px solid #ccc;
    padding: 15px 40px 20px;
    text-align: center;
}
.txt_panel > p {
    font-size: 15px;
    margin: 15px 0;
}
.em_tx em {
    font-size: 14px;
}
.left_info_st > p {
    color: #000;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 34px;
    padding-top: 40px;
    margin-bottom: 20px;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}
.input_options {
    margin: 40px 0 0;
    padding-left: 30px;
    position: relative;
    vertical-align: middle;
}
.inp_bx {
    border: 1px solid #ccc;
    display: inline-block;
}
.inp_bx .input_opt {
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px 10px;
    width: 350px;
}
.point_arrow {
    left: -14px;
    position: absolute;
    top: 4px;
}
.inp_bx i {
    border-right: 1px solid #ccc;
    display: inline-block;
    padding: 7px 10px;
}
.input_options > p {
    font-size: 12px;
}
.inp_bx .select_opt {
    border: 0;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
}
.msg_panl {
    border: 1px solid #ccc;
    margin-bottom: 50px;
}
.msg_panl p {
    font-size: 18px;
    color: #000;
    text-align: center;
}
.refund_options {
    display: inline-block;
    margin: 50px 0 0;
    width: 100%;
}
.top_title {
    text-align: center;
}
.top_title > p {
    color: #000;
    font-family: roboto condensed;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.top_title > h3 {
    color: #000;
    font-family: roboto condensed;
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}
.top_title span {
    color: #575757;
    font-weight: 900;
}
.process_bar_step li.status_done {
}
.process_bar_step {
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
    z-index: 12;
}
.process_bar_step li.status_done .step_sts {
    background: #56ba4b none repeat scroll 0 0;
}
.step_sts .fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    height: 35px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: -15px;
    vertical-align: middle;
    width: 35px;
}
.step_data {
    display: inline-block;
    margin-left: 17px;
    padding: 40px 10px 0 20px;
    position: relative;
    width: 100%;
}
.list_opt_dta {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.process_bar_step li .list_opt_dta > li {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    width: 100%;
}
.process_bar_step li {
    float: left;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    vertical-align: top;
    width: 340px;
}
.process_bar_step li .step_sts {
    background: #c4c4c4 none repeat scroll 0 0;
    height: 3px;
    position: relative;
}
.process_bar_step li.status_done .fa {
    border: 1px solid #56ba4b;
}
.point_arrow1 {
    left: -30px;
    position: absolute;
}
.process_bar_step li.status_done .step_title_0 {
    color: #56ba4b;
}
.process_bar_step li .step_title_0 {
    color: #6a6a6a;
    display: inline-block;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 10px;
    text-transform: uppercase;
}
.process_bar_step li.status_pending .step_title_0 {
    color: #ff9600;
}
.process_bar_step li.status_pending .step_sts {
    background: #ff9600 none repeat scroll 0 0;
}
.process_bar_step li.status_pending .fa {
    color: #fff;
    background: #ff9600 none repeat scroll 0 0;
    border: 1px solid #ff9600;
}
.process_bar_step li.status_info .fa {
    border: 1px solid #6a6a6a;
}
.process_bar_step li.status_not_done .step_title_0 {
    color: #d72828;
}
.process_bar_step li.status_not_done .fa {
    border: 1px solid #d72828;
    background: #d72828 none repeat scroll 0 0;
}
.step_process {
    padding: 30px 0;
}
.process_bar_step li:last-child .step_sts::after {
    background: #fff url(../img/refund/end_point.png) no-repeat scroll center center;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 15px;
}
.process_bar_step li .step_data::after {
    border-left: 1px solid #ccc;
    content: "";
    height: 66%;
    left: -2px;
    position: absolute;
    top: 5px;
    width: 2px;
    z-index: -1;
}
.process_bar_step li .list_opt_dta > li::after {
    border-left: 1px solid #ccc;
    content: "";
    height: 100%;
    left: -22px;
    position: absolute;
    top: -49px;
    width: 2px;
    z-index: -1;
}
.btm_btns1 {
    text-align: center;
}
.btm_btns1 a {
    background: #51c556 none repeat scroll 0 0;
    border: 1px solid #51c556;
    color: #fff;
    display: inline-block;
    font-family: Roboto Condensed;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 15px auto;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.content_pnl {
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
    position: relative;
    width: 1140px;
}
.status_page {
    overflow: hidden;
}
.status_panel_1 {
    padding-top: 25px;
}
.captcha_inp_bx {
    margin-top: 10px;
}
#inline_register .loginBtn {
    margin-top: 0;
}
.our_experts_bx {
    padding-bottom: 20px;
    display: block;
    width: 100%;
}
.expert_bx {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    width: 58%;
}
.man_img {
    left: -74px;
    position: absolute;
    top: -44px;
    width: 110px;
}
.caption1 > h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    text-align: left;
}
.caption1 span {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}
.list_points > ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.list_points {
    display: inline-block;
    padding-left: 50px;
    vertical-align: top;
}
.call_action_btn {
    float: right;
    margin: 0;
    position: relative;
    right: 10px;
    top: 1px;
    width: 265px;
}
.expert_bx::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.call_action_btn a {
    background: #003764 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 auto;
    opacity: 1;
    padding: 0 55px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.home {
    margin: 0;
}
.bannerArea.flex-item {
    padding-bottom: 15px;
}
.call_action_btn a span {
    font-size: 26px;
    position: absolute;
    right: 8px;
    top: 18px;
}
.call_action_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.heading-title {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    padding: 30px 30px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.title-refund::after {
    background: #59ba4a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin-top: 10px;
    margin-left: 50%;
    text-align: center;
    width: 55px;
}
.refund {
    background-color: #fafafa;
    display: block;
    padding-top: 30px;
}
.status_page {
    background: #fff none repeat scroll 0 0;
    border: medium;
    margin-bottom: 50px;
    padding: 0 40px;
    position: relative;
}
.left_info_st {
    display: inline-block;
    padding: 5px 30px 0 0;
    vertical-align: top;
    width: 40%;
}
.title-refund.file {
    display: block;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    text-transform: initial;
}
.header.header-new {
    -webkit-box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.75);
}
.text-color-green {
    color: #59ba4a;
}
.image-refund > img {
    display: block;
    height: auto;
    left: 100px;
    position: relative;
    top: 80px;
    width: 100%;
}
.footer {
    position: relative;
}
.status_page {
    margin-bottom: 30px;
    position: relative;
}
.txt_panel {
    padding: 30px;
}
.inp_bx .input_opt {
    width: 80%;
}
.point_arrow {
    left: auto;
    position: relative;
    top: auto;
}
.inp_bx {
    width: 100%;
    background-color: #fff;
}
.inp_bx i {
    background-color: #f8f8f8;
}
.supDetTabContent .panel-title > a {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 45px;
}
.supDetTabContent .panel-title > a::before {
    content: "Q.";
    font-size: 26px;
    padding: 0 10px;
}
.supDetTabContent .panel-default > .panel-heading + .panel-collapse > .panel-body::before {
    content: "A.";
    font-size: 26px;
    padding: 0 10px;
}
.panel-body.faq-refund > p {
    font-size: 14px;
}
.supDetTabContent .panel-default > .panel-heading + .panel-collapse > .panel-body::before {
    content: "";
}
.panel-heading.refund-faq-panel {
    background: transparent none repeat scroll 0 0;
}
.image-itr {
    display: block;
    padding: 30px 0;
    text-align: center;
}
.image-itr > img {
    width: 100%;
}
.panel.panel-default {
    margin: 50px 0;
}
.image-itr.refund-right {
    margin-top: 60px;
    padding: 30px;
}
.image-itr.refund-right > span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
}
.btn-t2w {
    background-color: #5cb85c;
    color: #fff;
    border-radius: 0;
}
.btn-t2w:hover {
    background-color: #449d44;
    color: #fff;
    border-radius: 0;
}
.clear {
    clear: both;
}
.progress_bar {
    position: relative;
    z-index: 10;
}
.progress_bar-outer .prg-bar {
    display: none;
}
.progress_bar-outer .progress_bar hr.all_steps {
    width: 90%;
    height: 1px;
    border: none;
    background: #d4d4d4;
    position: absolute;
    bottom: -31px;
    left: 5%;
    z-index: 1;
}
.progress_bar-outer .progress_bar hr.current_steps {
    width: 0%;
    border: 0;
    height: 2px;
    background: #39af75;
    position: absolute;
    bottom: -32px;
    left: 5%;
    z-index: 3;
}
.progress_bar-outer .progress_bar div.step {
    float: left;
    width: 8.3%;
    height: 1px;
    text-align: center;
    font-size: 12px;
    color: #565656;
    position: relative;
    text-shadow: 1px 1px #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.progress_bar-outer .progress_bar hr.all_steps:hover small {
    display: inline-block;
}
.progress_bar-outer .progress_bar div.step:before {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    bottom: -25px;
    left: 37%;
    margin-left: -5px;
    content: "";
    z-index: 4;
    display: none;
}
.progress_bar-outer .progress_bar div.step:after {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    bottom: -25px;
    left: 32%;
    content: "";
    z-index: 2;
}
.progress_bar-outer .progress_bar div.step .outer {
    border: solid 1px;
    margin-top: 40px;
    height: 50px;
    line-height: 44px;
}
.progress_bar-outer .progress_bar div.step i {
    z-index: 999;
    position: absolute;
    left: 43%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.progress_bar-outer .progress_bar div.step small {
    background: #fff none repeat scroll 0 0;
    display: table-cell;
    float: none;
    height: 40px;
    margin-right: 2px;
    margin-top: 40px;
    opacity: 0;
    padding: 0.3rem 0.5rem;
    position: relative;
    top: 39px;
    transition: all 1s ease 0s;
    vertical-align: middle;
    width: 90px;
}
.progress_bar-outer .progress_bar:hover div small {
    opacity: 1;
}
.progress_bar-outer .progress_bar div.step small:after,
.progress_bar div.step small:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.progress_bar-outer .progress_bar div.step small:after {
    border-color: transparent;
    border-bottom-color: #f9f9f9;
    border-width: 5px;
    margin-left: -5px;
}
.progress_bar-outer .progress_bar div.step small:before {
    border-color: transparent;
    border-bottom-color: #e0e0e0;
    border-width: 6px;
    margin-left: -6px;
}
.progress_bar-outer .progress_bar div.step.current i,
.progress_bar-outer .progress_bar div.step.complete i {
    -webkit-filter: grayscale(0);
    filter: none;
}
.progress_bar-outer .progress_bar div.step.current small {
    background: #2caf6b;
    color: #fff;
    text-shadow: none;
    border: none;
}
.progress_bar-outer .progress_bar div.step.complete small {
    background: #2caf6b;
    color: #fff;
    text-shadow: none;
    border: none;
}
.progress_bar-outer .progress_bar div.step.current small:after,
.progress_bar-outer .progress_bar div.step.current small:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.progress_bar-outer .progress_bar div.step.current small:after {
    border-color: transparent;
    border-bottom-color: #2caf6b;
    border-width: 6px;
    margin-left: -6px;
}
.progress_bar-outer .progress_bar div.step.current small:before {
    border-color: transparent;
    border-bottom-color: #2caf6b;
    border-width: 6px;
    margin-left: -6px;
}
.progress_bar-outer .progress_bar div.step.complete small {
    background: #2caf6b;
    color: #fff;
    text-shadow: none;
    border: none;
}
.progress_bar-outer .progress_bar div.step.complete small:after,
.progress_bar div.step.complete small:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.progress_bar-outer .progress_bar div.step.complete small:after {
    border-color: transparent;
    border-bottom-color: #2caf6b;
    border-width: 6px;
    margin-left: -6px;
}
.progress_bar-outer .progress_bar div.step.complete small:before {
    border-color: transparent;
    border-bottom-color: #2caf6b;
    border-width: 6px;
    margin-left: -6px;
}
.progress_bar-outer .progress_bar div.step.current:before {
    display: block;
}
.progress_bar-outer .progress_bar div.step.complete:before {
    display: block;
}
.progress_bar-outer .progress_bar div.step.complete:hover {
    color: #555;
}
.progress_bar-outer #blocks {
    width: 100%;
    height: 700px;
    padding-top: 30px;
}
.progress_bar-outer #blocks h2 {
    text-transform: capitalize;
}
.progress_bar-outer #blocks .block {
    position: absolute;
    left: 100%;
    height: 200px;
    right: 0;
}
.progress_bar-outer #blocks .block .wrap {
    width: 1170px;
    padding-top: 0;
    margin: 0 auto;
}
.progress_bar-outer .butt {
    cursor: pointer;
    margin-right: 5px;
    font-size: 0.825em;
    text-decoration: none;
    font-weight: 700;
    padding: 0.35em 1em;
    background-color: #eaeef1;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.7);
}
.progress_bar-outer .butt:hover,
.butt.hover {
    background-color: #fff;
}
.progress_bar-outer .butt:active,
.progress_bar-outer .butt.active {
    background-color: #d0d3d6;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.2);
}
.totalSalBtn .back-toogle-outer {
    position: relative;
    display: inline-block;
}
.toggle-arrow {
    background: #2aa78a;
    border: solid 1px #2aa78a;
    color: #fff;
    font-size: 19px;
    padding: 15px;
    display: inline-block;
    cursor: pointer;
}
.back-nav {
    display: none;
    position: absolute;
    width: 200px;
    right: 0;
    top: 52px;
    background: #fff;
}
.back-nav a {
    display: block;
    padding: 8px 10px;
    border-bottom: solid 1px #f3f3f3;
    text-align: left;
    color: #000;
}
.common-detail {
    background: #fff;
    width: 540px;
    padding: 10px;
    font-size: 13px;
    text-align: right;
    float: left;
}
.common-detail span {
    padding: 0 5px;
}
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio {
    display: flex;
    align-items: center;
    margin-top: 35px;
    font-family: inter, sans-serif;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.custom_radio span {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-right: 18px;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666 !important;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
}
.custom_radio [type="radio"]:checked + label:focus-visible,
.custom_radio [type="radio"]:checked + label:focus {
    outline: none;
    color: #000;
}
.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid gray;
    border-radius: 100%;
    background: #fff;
}
.custom_radio [type="radio"]:checked + label:before {
    border-color: #59ba4b !important;
}
.custom_radio [type="radio"]:checked + label:after,
.custom_radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #59ba4b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mobileview .m_div_control .nxt_tab,
.mobileview .m_div_control.m_deductions .bdr {
    display: none;
}
.itd_registration {
    font-family: inter, sans-serif;
    padding: 72px 0;
}
.itd_registration h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 0 0 6px;
    text-align: center;
}
.itd_registration p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
.itd_registration .wrapper {
    background: #fff;
    margin-top: 42px;
    border-radius: 8px;
    padding: 42px;
}
.itd_registration .wrapper h2 {
    text-align: left;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 32px;
    margin-top: 0;
    text-transform: capitalize;
}
.itd_registration .wrapper .input_outer {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itd_registration .wrapper .input_outer .form-group {
    width: 30.1%;
    margin-bottom: 32px;
}
.itd_registration .wrapper .input_outer .form-group.country {
}
.itd_registration .wrapper .input_outer .form-group.gendor {
    width: 65%;
    margin-top: 48px;
    margin-bottom: 0;
}
.itd_registration .wrapper .input_outer .form-group.gendor .custom_radio {
    margin-top: 0;
}
.itd_registration .wrapper .input_outer .form-group.gendor span {
    font-size: 16px;
    font-weight: 500;
}
.itd_registration .wrapper .input_outer .form-group .form-control {
    background: #fff;
    border: 1px solid #949494;
    box-sizing: border-box;
    border-radius: 4px;
    height: 59px;
    padding: 12px;
    box-shadow: none;
}
.itd_registration .wrapper .input_outer .form-group label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
}
.itd_registration .wrapper .input_outer .form-group label.error {
    color: #f42929;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
}
.itd_registration .wrapper .input_outer .form-group label i.required,
.itd_registration .wrapper .input_outer .form-group span i.required {
    color: #f42929;
    font-style: normal;
}
.itd_registration .wrapper .input_outer .form-group ::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
}
.itd_registration .wrapper .input_outer .form-group :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
}
.itd_registration .wrapper .input_outer .form-group ::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
}
.itd_registration .wrapper .input_outer .form-group .custom_radio label {
    margin: 0 20px 0 0;
    font-size: 14px;
}
.itd_registration .wrapper .green-btn {
    background: #59ba4b;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 12px 50px;
    width: 30%;
}
.itd_regdone {
    font-family: inter, sans-serif;
    margin: 120px 0;
}
.itd_regdone .outer {
    padding: 42px 48px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    width: 451px;
    margin: 0 auto;
}
.itd_regdone .outer h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: inherit;
    color: #000;
    margin: 0 0 12px;
}
.itd_regdone .outer figure {
    margin: 68px 0;
}
.itd_regdone .outer figure img {
    width: 86px;
    height: 86px;
}
.itd_regdone .outer p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}
.itd_regdone .outer .green-btn {
    background: #59ba4b;
    border-radius: 8px;
    width: 80%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 12px 50px;
}
.itd_registration .wrapper .input_outer ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
}
.itd_registration .wrapper .input_outer :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
}
.itd_registration .wrapper .input_outer ::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
}
.itd_registration .selectbox {
    position: relative;
    display: block;
}
.itd_registration .selectbox:before {
    content: "";
    background: url(../../assets-new/img/new-efiling-dashboard/select-arrow.svg) left top no-repeat;
    background-size: 15px;
    right: 0;
    top: 27px;
    width: 37px;
    height: 34px;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.itd_registration .selectbox select {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 59px;
    background: 0 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 12px;
}
.itd_registration .selectbox select option {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}
.mobileview .m_div_control .salNewBox {
    margin-bottom: 20px;
}
.mobileview .m_div_control.m_salary_income .salNewBox {
    margin-bottom: 0;
}
.mobileview .m_div_control.m_salary_income .addSalBtnBox {
    margin-bottom: 20px;
}
.mobileview .m_div_control small.add_emp {
    display: none;
}
.mobileview .m_div_control.m_bnkdtl .aadhar_detail {
    margin-bottom: 20px;
}
.efilling_tooltip {
    font-family: inter, sans-serif;
}
.toltip {
    cursor: pointer;
    padding: 0 4px;
    position: relative;
    z-index: 999;
    display: inline-block;
}
.efilling_tooltip .modal-dialog {
    width: 730px;
}
.efilling_tooltip .modal-header {
    border: none;
    padding: 52px 24px 16px;
}
.efilling_tooltip .modal-header .modal-title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.efilling_tooltip .modal-header .close {
    position: absolute;
    right: 18px;
    top: 18px;
    opacity: 1;
}
.efilling_tooltip .modal-body {
    padding: 0 24px 24px;
    color: #000;
}
.efilling_tooltip .modal-body .pera {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #000;
}
.efilling_tooltip .modal-body .pera p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}
.efilling_tooltip .modal-body .pera ul {
    margin-bottom: 0;
    padding-left: 25px;
}
.efilling_tooltip .modal-body .pera ul li {
}
.efilling_tooltip .modal-body .pera.margin0 {
    margin-bottom: 0;
}
.efilling_tooltip .modal-body img.toltip_img {
    max-width: 100%;
    border: solid 1px #000;
}
.custom_check {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.custom_check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom_check label {
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    display: flex;
}
.custom_check label p {
    font-size: 12px;
    color: #000;
}
.custom_check label:before {
    content: "";
    -webkit-appearance: none;
    background: #d2d4da;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.custom_check input:checked + label:after {
    content: "";
    display: block;
    background: url(../../assets-new/img/new-efiling-dashboard/checkbox-selected.svg) left top no-repeat #149e00;
    background-size: 10px;
    background-position: 3px 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
}
.custom_checkbox {
    margin-top: 0;
    padding: 20px;
    padding-top: 0;
    display: flex;
    align-items: center;
}
.custom_checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom_checkbox label {
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.custom_checkbox label p {
    font-size: 12px !important;
    color: #000;
}
.custom_checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background: #d2d4da;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.custom_checkbox input:checked + label:after {
    content: "";
    display: block;
    background: url(../../assets-new/img/new-efiling-dashboard/checkbox-selected.svg) left top no-repeat #149e00;
    background-size: 15px;
    background-position: 5px 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
}
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
.offu_everify {
    font-family: inter, sans-serif;
    margin: 40px 0 45px;
}
.offu_everify .box {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 52px;
    text-align: center;
}
.offu_everify .green-btn {
    width: 300px;
    border: none;
    color: #fff;
    background: #59ba4b;
    border-radius: 8px;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
}
.offu_everify .green-btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), #59ba4b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.05);
}
.offu_everify .box article {
    margin-bottom: 68px;
    color: #000;
}
.offu_everify .box article h2 {
    font-size: 24px;
    text-transform: inherit;
    color: #000;
    line-height: 29px;
    margin: 0 0 12px;
    font-weight: 600;
}
.offu_everify .box article p {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}
.offuser_detail {
    font-family: inter, sans-serif;
    width: 1000px;
    margin: 32px auto 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}
.offuser_detail ul {
    display: flex;
    padding: 32px 0;
    justify-content: center;
    margin: 0;
}
.offuser_detail ul li {
    padding: 0 32px;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    list-style-type: none;
}
.offuser_detail ul li span {
    display: block;
    font-weight: 400;
    color: #4a4a4a;
    font-size: 18px;
    margin-bottom: 16px;
}
.offuser_detail ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.offuser_detail ul li:last-child {
    border-right: none;
}
header.emitra_head {
    padding: 15px 0;
    font-family: questrial, sans-serif;
}
header.emitra_head .navbar-nav-scroll {
    float: right;
}
header.emitra_head .navbar-nav-scroll .navbar-nav li {
    list-style-type: none;
    padding: 12px 15px;
}
header.emitra_head .navbar-nav-scroll .navbar-nav li.call {
    font-size: 16px;
    color: #323f51;
    margin: 0 15px 0 0;
}
header.emitra_head .navbar-nav-scroll .navbar-nav li.call img {
    width: 20px;
    height: 20px;
}
header.emitra_head .navbar-nav-scroll .navbar-nav li.download-guide,
header .navbar-nav-scroll .navbar-nav li.green-btn {
    padding: 0;
    margin-right: 10px;
}
header.emitra_head .navbar-nav-scroll .navbar-nav li.download-guide a,
header.emitra_head .navbar-nav-scroll .navbar-nav li.green-btn a {
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    border: none;
    background: #e55215;
    background: -moz-linear-gradient(left, #e55215 0%, #ec8824 100%);
    background: -webkit-linear-gradient(left, #e55215 0%, #ec8824 100%);
    background: linear-gradient(to right, #e55215 0%, #ec8824 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55215',endColorstr='#ec8824',GradientType=1);
}
header.emitra_head .navbar-nav-scroll .navbar-nav li.download-guide a img,
header.emitra_head .navbar-nav-scroll .navbar-nav li.green-btn a img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: top;
}
header.emitra_head .navbar-nav-scroll .navbar-nav li.green-btn {
    margin-right: 0;
}
header.emitra_head .navbar-nav-scroll .navbar-nav li.green-btn a {
    background: #4ab16f;
    background: -moz-linear-gradient(left, #4ab16f 1%, #61b756 100%);
    background: -webkit-linear-gradient(left, #4ab16f 1%, #61b756 100%);
    background: linear-gradient(to right, #4ab16f 1%, #61b756 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab16f',endColorstr='#61b756',GradientType=1);
}
.footer-new footer {
    background: #f8f8f8;
    padding: 60px 0 0;
    position: relative;
}
.footer-new footer .links {
    z-index: 99;
    padding-bottom: 40px;
}
.footer-new footer .links a {
    display: block;
    margin: 8px 0;
    color: #454849;
    font-size: 13px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.footer-new footer .links a:hover {
    margin-left: 10px;
}
.footer-new footer .links h4 {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 15px;
}
.footer-new footer .contact-info {
    background: #fff;
    padding: 15px 0;
    font-family: open sans, sans-serif;
    font-weight: 100;
    border-top: solid 1px #f8f8f8;
}
.footer-new footer .contact-info img {
    display: inline-block;
    vertical-align: middle;
}
.footer-new footer .contact-info span {
    font-size: 28px;
    font-weight: 100;
}
.footer-new footer .social-icons a {
    display: inline-block;
}
.footer-new footer .social-icons a i {
    font-size: 28px;
    margin: 10px;
    color: #333;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-new footer .social-icons a:hover i {
    font-size: 22px;
}
.footer-new footer .social-icons a:hover i.fa-facebook {
    color: #4e71a8;
}
.footer-new footer .social-icons a:hover i.fa-twitter {
    color: #14b0e5;
}
.footer-new footer .social-icons a:hover i.fa-linkedin {
    color: #2085d2;
}
.footer-new footer .social-icons a:hover i.fa-google-plus {
    color: #d14836;
}
.footer-new footer .social-icons a:hover i.fa-instagram {
    color: #467192;
}
.footer-new footer .copyright {
    padding: 10px 0;
}
.footer-new footer .copyright a {
    color: #333;
}
.footer-new footer .f-article {
    text-align: center;
    color: #626262;
    border-top: solid 1px #e5eaeb;
}
.footer-new footer .f-article p {
    font-size: 13px;
}
.footer-new footer .balloon {
    transition: transform 0.5s ease;
    z-index: 10;
    animation: balloons 4s ease-in-out infinite;
    transform-origin: bottom center;
}
@keyframes balloons {
    0%,
    100% {
        transform: translateY(0) rotate(-4deg);
    }
    50% {
        transform: translateY(-25px) rotate(4deg);
    }
}
.footer-new .footer-half {
    padding: 0;
}
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
.otp_options {
    font-family: inter, sans-serif;
    margin: 40px 0 45px;
}
.otp_options .box {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 52px;
    text-align: center;
}
.otp_options h1 {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
}
.otp_options p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.otp_options ul {
    padding: 0;
    display: flex;
    width: 60%;
    margin: 52px auto 68px;
}
.otp_options ul li {
    list-style-type: none;
    margin: 0 12px;
}
.otp_options ul li span {
    font-size: 72px;
    color: #59ba4b40;
    font-weight: 800;
}
.otp_options ul li strong {
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    margin-top: -38px;
}
.otp_options .green-btn {
    width: 300px;
    border: none;
    color: #fff;
    background: #59ba4b;
    border-radius: 8px;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
}
.otp_options .download_receipt {
    font-size: 15px;
    position: absolute;
    top: 25px;
    right: 105px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    align-items: center;
}
.otp_options .download_receipt a {
    color: #000;
    text-decoration: none;
}
.otp_options .download_receipt img {
    margin-right: 11px;
}
@media only screen and (max-width: 1024px) {
    .pay_online .modal-lg {
        width: auto;
        margin: 30px 1rem;
    }
    .container {
        width: auto;
        margin: 5px;
    }
    .progress_bar-outer .progress_bar div.step {
        width: 8.1%;
    }
    .progress_bar-outer .progress_bar div.step small {
        width: 55px;
        height: 40px;
        vertical-align: middle;
    }
    .progress_bar-outer #blocks .block .wrap {
        width: auto;
    }
    .common-detail {
        margin-top: 95px;
    }
    .toggle-arrow {
        padding: 8px;
        font-size: 15px;
    }
    .ComputationCont .computations small {
    }
    .ComputationCont .computations .computation_tble tr td:nth-child(2n),
    .ComputationCont .computations .computation_tble tr td:nth-child(3n),
    .ComputationCont .computations .computation_tble tr th:nth-child(2n),
    .ComputationCont .computations .computation_tble tr th:nth-child(3n) {
        padding-right: 20px;
    }
    .ComputationCont .computations small {
        display: inline-block;
    }
    .ComputationCont .computations span {
    }
    .custom_radio [type="radio"]:checked + label,
    .free_otp_flow .custom_radio [type="radio"]:not(:checked) + label {
        margin-right: 0;
    }
    .mobileview .m_div_control.m_other_income .switch--horizontal label {
        width: auto;
    }
    .offu_everify .box {
        width: auto;
        margin: 20px 0;
    }
    .offu_everify {
        margin-top: 0;
    }
    .otp_options .box,
    .offu_everify .box,
    .offuser_detail {
        width: auto;
        margin: 20px 0;
    }
    .offuser_detail {
        margin: 0 30px;
        margin-top: 20px;
    }
    .offuser_detail ul {
        flex-wrap: wrap;
    }
    .offuser_detail ul li {
        margin-bottom: 30px;
    }
    .otp_options .box ul {
        width: auto;
        margin: 30px 0;
    }
    .otp_options .download_receipt {
        right: 35px;
        top: 45px;
    }
    #computation-verify p {
        width: 94% !important;
        text-align: left;
    }
}
@media screen and (max-width: 992px) {
    .ComputationCont .computations .old,
    .ComputationCont .computations .new {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .refer_earn .banner_part.home_section {
        margin: 0;
        padding: 4rem 2rem;
        flex-direction: column-reverse;
        text-align: center;
        align-items: inherit;
        background-size: 100%;
    }
    .refer_earn .banner_part.home_section .left,
    .refer_earn .banner_part.home_section .right {
        width: auto;
        text-align: center;
    }
    .refer_earn .banner_part.home_section .right {
        text-align: center;
    }
    .refer_earn .banner_part.home_section .left h1 {
        font-size: 22px;
        margin-top: 2rem;
    }
    .refer_earn .banner_part.home_section .left h1 br {
        display: none;
    }
    .refer_earn .banner_part.home_section .left p {
        margin-bottom: 1rem;
        font-size: 14px;
        color: #000;
        line-height: 25px;
    }
    .uploadForm16 .whiteBg {
        border-radius: 6px;
    }
    .desktop_btn {
        display: none;
    }
    .mobile_btn {
        display: block;
    }
    .mobileview {
        font-family: inter, sans-serif;
        display: block;
    }
    .mobileview .or {
        text-align: center;
        display: block;
        margin-top: 0.8rem;
    }
    .mobileview .loginBtn {
        border-radius: 4px;
    }
    .mobileview .totalSalBtn .loginBtn:first-child {
        font-weight: 500;
        border-radius: 4px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        background: #fff;
        color: #59ba4b;
        border: solid 1px #59ba4b;
    }
    .mobileview small {
        text-align: center;
        display: block;
    }
    .mview_arrow {
        display: inline-block;
        position: absolute;
        margin-top: 2rem;
        display: block;
    }
    .mobileview h2 {
        display: block;
        text-align: center;
    }
    .mobileview .inputfile-1 + label span {
        display: none;
    }
    span.mobile_upload {
        display: block !important;
    }
    .mobileview .inputfile-1 + label {
        border-radius: 6px;
        background: #59b94a;
        display: block;
    }
    .mobileview#upload_form16_page .mview_arrow {
        display: block;
        margin: 0 1.5rem;
    }
    .mview_arrow a.skip {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }
    .custom_radio {
        margin-top: 35px !important;
    }
    .custom_radio span {
        font-size: 14px;
        margin-right: 10px;
    }
    .custom_radio [type="radio"]:checked + label,
    .free_otp_flow .custom_radio [type="radio"]:not(:checked) + label {
        margin-right: 5px;
        padding-left: 20px;
    }
    .mobileview .uploadForm16 .loginBtn {
        margin-top: 0;
    }
    .mobileview .inputfile-1 + label.uploaded,
    .mobileview .uploaded_back {
        align-items: center;
        border-radius: 8px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        text-transform: capitalize;
        letter-spacing: normal;
        background: #fff;
        margin-bottom: 24px;
        display: flex;
        justify-content: space-between;
        color: #000;
        padding: 12px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        border: none;
    }
    .mobileview .uploaded_back {
        background: #425563;
    }
    .mobileview .uploaded_back .download_label {
        background: #fff;
        color: #000;
        padding: 0;
        text-transform: capitalize;
        line-height: normal;
    }
    .mobileview .uploaded_back .download_label {
        background: 0 0;
        color: #fff;
    }
    .mobileview .uploaded_back .delete_btn {
        background: 0 0;
        color: #000;
        padding: 0;
        line-height: normal !important;
    }
    .mobileview .uploaded_back .delete_btn {
        color: #fff;
    }
    .mobileview .inputfile-1 + label.uploaded .delete {
        display: inline-block;
        position: relative;
        z-index: 99;
    }
    .mobileview .m_div_control {
        background: #fff;
        border-radius: 8px;
        padding: 20px 0;
    }
    .mobileview .m_div_control.m_other_income .whiteBg {
        box-shadow: none;
        padding: 0;
        margin-bottom: 0;
    }
    .mobileview .m_div_control.m_other_income .whiteBg hr {
        display: none;
    }
    .mobileview .m_div_control.m_other_income .whiteBg h3 {
        line-height: normal;
        margin-bottom: 5px;
    }
    .mobileview .m_div_control .salNewNo {
        background: 0 0;
        padding: 0 10px;
        margin: 0;
        font-size: 18px;
        color: #000;
        margin-left: 18px;
    }
    .mobileview .m_div_control.m_salary_income .salNewNo,
    .mobileview .m_div_control.hp_income .salNewNo,
    .mobileview .m_div_control.m_bnkdtl .salNewNo,
    .mobileview .m_div_control.presmptive_income .salNewNo,
    .mobileview .m_div_control.m_deductions .salNewNo {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #59ba4b;
        color: #fff;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
    }
    .m_div_control.m_salary_income .ae_inlineDel {
        line-height: 32px;
    }
    .mobileview .m_div_control.m_salary_income .addSalBtnBox {
        margin-bottom: 0;
    }
    .mobileview .m_div_control h2 {
        font-size: 16px;
        margin: 0 0 0 10px;
    }
    .mobileview .m_div_control .salNewBox {
        margin-bottom: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
        padding-top: 24px;
        margin-top: 2px;
    }
    .mobileview .m_div_control .salNewBox:nth-of-type(1) {
        border: none;
    }
    .mobileview .m_div_control .addSalBtnBox {
        padding-right: 17px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 11px;
    }
    .mobileview .m_div_control .addSalBtnBox .addSalBtn {
        background: #59ba4b;
        display: inline-flex;
        justify-content: center;
        border-radius: 2px;
        height: 38px;
    }
    .mobileview .m_div_control.m_deductions .addSalBtnBox {
        padding-right: 30px;
    }
    .mobileview .m_div_control.m_deductions .switch--horizontal input {
    }
    .mobileview .m_div_control.m_deductions .any_other {
    }
    .mobileview .m_div_control.m_deductions .any_other:after {
    }
    .mobileview .m_div_control h2 {
        display: inline-block;
        font-weight: 700;
        color: #000;
        line-height: normal;
        margin-top: 3px;
    }
    .mobileview .m_div_control small.add_emp {
        display: inline-block;
        font-weight: 500;
        font-size: 12px;
        color: #000;
        margin-right: 5px;
    }
    .mobileview .m_div_control .delItem {
        background: 0 0;
        color: #000;
        padding-top: 3px;
        font-size: 18px;
    }
    .mobileview .m_div_control .nxt_tab,
    .mobileview .m_div_control .back_tab {
        position: absolute;
        right: 15px;
        top: 0;
        background: #fff;
        float: right;
        padding: 5px 10px 0;
    }
    .mobileview .m_div_control .nxt_tab img,
    .mobileview .m_div_control .back_tab {
        width: 9px;
    }
    .mobileview .m_div_control.hp_income .whiteBg {
        box-shadow: none;
    }
    .mobileview .m_div_control.hp_income .switch--horizontal label {
        width: auto;
    }
    .mobileview .m_div_control.hp_income .error-message {
        position: absolute;
    }
    .mobileview .m_div_control.hp_income .switch--horizontal .toggle-outside,
    .mobileview .m_div_control.hp_income .switch--horizontal input {
        left: 65px;
    }
    .mobileview .m_div_control.hp_income .leftSwitch.switch--horizontal {
        text-align: left;
    }
    .mobileview .m_div_control.hp_income h2 {
        margin-top: 3px;
    }
    .mobileview .m_div_control.bsic_dtl .whiteBg {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        box-shadow: none;
    }
    .mobileview .m_div_control.bsic_dtl h2 {
        margin: 0 0 15px;
    }
    .mobileview .m_div_control.bsic_dtl .switch--horizontal label {
        width: 40%;
    }
    .mobileview .m_div_control ul.deductionSel {
        margin: 0 40px 0 0;
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    .mobileview .m_div_control.m_deductions .bdr {
        height: 1px;
        width: 100%;
        margin: -1px 0 0;
        display: block;
    }
    .mobileview .m_div_control ul.deductionSel::-webkit-scrollbar {
        display: none;
    }
    .mobileview .m_div_control ul.deductionSel li {
        background: 0 0;
        text-align: center;
        margin: 0 16px;
        white-space: nowrap;
        height: auto;
        float: none;
    }
    .mobileview .m_div_control ul.deductionSel li#anyOther-li {
        margin-right: 40px;
    }
    .mobileview .m_div_control ul.deductionSel li label {
        color: #000;
        line-height: normal;
        text-transform: inherit;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
        margin: 0;
    }
    .mobileview .m_div_control ul.deductionSel li input[type="radio"]:checked + label {
        background: 0 0;
        color: #59ba4b;
        border-bottom: solid 1px #59ba4b;
    }
    .mobileview .m_div_control.m_deductions .salNewBox {
        border: none;
        padding: 0;
    }
    .mobileview .m_div_control.m_deductions .halfradiobox {
        padding: 0;
        margin: 0;
    }
    .mobileview .m_div_control.m_deductions .halfradiobox .switch--horizontal,
    .mobileview .m_div_control.m_deductions .halfradiobox .leftSwitch.switch--horizontal {
        margin: 5px 0 15px 15px;
    }
    .mobileview .m_div_control.m_deductions .halfradiobox .switch--horizontal label {
        width: 100px !important;
    }
    .mobileview .m_div_control.m_deductions .whiteBg {
        margin: 0;
        padding: 0 15px;
        box-shadow: none;
    }
    .mobileview .m_div_control.m_deductions .whiteBg hr {
        margin: 15px 0;
    }
    .mobileview .m_div_control.m_deductions .any_other:last-child hr {
        display: none;
    }
    .mobileview .m_div_control.m_deductions .inlineDel {
        position: relative;
        line-height: normal;
        float: right;
        margin-right: -60px;
        margin-top: -23px;
    }
    .mobileview .m_div_control.m_extra_details h3 {
        margin: 5px 0 8px;
    }
    .mobileview .m_div_control.m_prpaid_tax .inlineDel,
    .mobileview .m_div_control.presmptive_income .ae_inlineDel,
    .mobileview .m_div_control.m_other_income .ae_inlineDel {
        line-height: normal;
        bottom: 17px;
    }
    .mobileview .m_div_control.m_prpaid_tax .innerSec {
        position: relative;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .mobileview .m_div_control.m_other_income .ae_inlineDel {
        bottom: 24px;
    }
    .mobileview .m_div_control.hp_income .inlineDel {
        bottom: 13px;
        line-height: 32px;
    }
    .mobileview .m_div_control.m_other_income .innerSec {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .mobileview .m_div_control.m_prpaid_tax .innerSec:after,
    .mobileview .m_div_control.m_other_income .innerSec:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 1px;
        right: 0;
        width: 90%;
        height: 1px;
        background: #dadada;
    }
    .mobileview .m_div_control.m_salary_income .si_exempt_allowances:after {
        content: "";
        position: absolute;
        left: 15px;
        top: -10px;
        right: 0;
        width: 90%;
        height: 1px;
        background: #dadada;
    }
    .mobileview .m_div_control.m_salary_income .si_exempt_allowances {
        padding-bottom: 10px;
    }
    .mobileview .m_div_control.m_other_income .innerSec:nth-child(1):after {
        display: none;
    }
    .mobileview .m_div_control.presmptive_income .innerSec {
        padding-top: 15px;
    }
    .mobileview .m_div_control.presmptive_income .salNewBox h3 {
    }
    .mobileview .m_div_control.presmptive_income .innerSec:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 5px;
        right: 0;
        width: 90%;
        height: 1px;
        background: #dadada;
    }
    .mobileview .m_div_control.hp_income .innerSec:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 5px;
        right: 0;
        width: 90%;
        height: 1px;
        background: #dadada;
    }
    .mobileview .m_div_control.hp_income .innerSec {
        padding-top: 15px;
    }
    .mobileview .m_div_control.hp_income .innerSec:nth-child(1):after {
        display: none;
    }
    .mobileview .m_div_control.presmptive_income .salNewBox h3 {
        margin-top: 5px;
    }
    .mobileview .m_div_control.presmptive_income .salNewBox #loanDiv h3 {
        margin-top: 15px;
    }
    .mobileview .m_div_control.m_deductions .any_other:after {
        content: "";
        position: absolute;
        left: 15px;
        top: -10px;
        right: 0;
        width: 90%;
        height: 1px;
        background: #dadada;
    }
    .mobileview .m_div_control.m_prpaid_tax .innerSec:nth-of-type(1):after,
    .mobileview .m_div_control.m_deductions .any_other:nth-of-type(1):after,
    .mobileview .m_div_control.m_salary_income .si_exempt_allowances:nth-of-type(1):after {
        display: none;
    }
    .mobileview .m_div_control.presmptive_income .salNewBox:nth-of-type(1) {
        padding-top: 0;
    }
    .mobileview .m_div_control.presmptive_income .innerSec:nth-of-type(1):after {
        display: none;
    }
    .mobileview .m_div_control.m_deductions .any_other {
        padding-bottom: 10px;
    }
    .mobileview .m_div_control.m_deductions .salNewBoxCont {
        border-top: solid 1px rgba(0, 0, 0, 0.3);
        padding-top: 20px;
        margin-top: 1.5rem;
    }
    .mobileview .m_div_control.m_deductions .salNewBoxCont:first-child {
        margin: 0;
        padding: 20px 0 0;
        border: none;
    }
    .mobileview .m_div_control .salNewBox:first-child {
        border: none;
        padding-top: 0;
    }
    .mobileview .m_div_control.m_bnkdtl .aadhar_detail {
        padding: 0;
    }
    .mobileview .m_div_control.m_bnkdtl h2 {
        border-bottom: none;
        text-align: left;
        margin-right: 15px;
    }
    .mobileview .m_div_control.m_bnkdtl {
        padding: 0;
    }
    .mobileview .m_div_control.m_bnkdtl .marginSwitch {
        margin-top: 10px;
    }
    .mobileview .m_div_control.m_bnkdtl .whiteBg.aadhar_detail {
        padding-top: 0;
    }
    .mobileview .m_div_control.m_bnkdtl .whiteBg.aadhar_detail h3 {
        margin-top: 0;
    }
    .mobileview .m_div_control.m_bnkdtl .whiteBg {
        box-shadow: none;
        padding: 0 5px;
    }
    .mobileview .m_div_control.m_bnkdtl .whiteBg {
        box-shadow: none;
        padding: 24px 5px 0;
    }
    .mobileview .m_div_control.m_bnkdtl .whiteBg:first-child {
        padding-bottom: 0;
    }
    .mobileview .m_div_control.m_bnkdtl .row_control {
        display: flex;
    }
    .mobileview .m_div_control.m_bnkdtl h3 small {
        text-align: left;
    }
    .mobileview .m_div_control.m_prpaid_tax {
        padding: 0;
    }
    .mobileview .m_div_control.m_prpaid_tax .whiteBg {
        box-shadow: none;
    }
    .mobileview .m_div_control.assets_liability .whiteBg {
        padding: 0 10px;
        margin: 0;
        box-shadow: none;
    }
    .mobileview .m_div_control.assets_liability .whiteBg h3 {
        margin: 0.5rem 0;
    }
    .mobileview .m_div_control.assets_liability .whiteBg p {
        text-align: left;
    }
    .mobileview .m_div_control.m_extra_details {
        padding: 0 0 10px;
    }
    .mobileview .m_div_control.m_extra_details .salNewBox {
        padding-top: 15px;
    }
    .mobileview .m_div_control.m_extra_details .salNewBox .leftSwitch.switch--horizontal {
        margin-bottom: 10px;
    }
    .mobileview .m_div_control.m_extra_details .salNewBox .whiteBg {
        box-shadow: none;
        padding: 0 10px;
    }
    .mobileview .m_div_control.m_extra_details .salNewBox:nth-of-type(1) .whiteBg {
        padding-top: 10px;
    }
    .mobileview .m_div_control.m_extra_details small {
        text-align: left;
    }
    .pay_online .totalSalBtn .loginBtn:first-of-type {
        border: solid 1px #59ba4b;
    }
    .mobileview .m_div_control.m_extra_details .switch--horizontal label {
        width: 245px;
    }
    .mobileview .m_div_control .computations span.or {
        display: inline-block !important;
    }
    .mobileview .m_div_control.m_salary_income .whiteBg {
        padding: 15px 3px;
        box-shadow: none;
    }
    .mobileview .m_div_control.m_salary_income h2 {
        margin-bottom: 1rem;
    }
    .mobileview .m_div_control.m_prpaid_tax h3 {
        margin-bottom: 0.5rem;
    }
    .mobileview .m_div_control.m_other_income .switch--horizontal {
        display: inline-block;
    }
    .mobileview .m_div_control.presmptive_income .whiteBg {
        box-shadow: none;
        padding-top: 15px;
    }
    .mobileview .m_div_control.presmptive_income .second_section {
        padding-top: 5px;
    }
    .mobileview .m_div_control.presmptive_income .salNewBox:first-child {
        padding-top: 0;
    }
    .mobileview .m_div_control.presmptive_income h2 {
        font-size: 14px;
        margin-top: 5px;
    }
    .mobileview .m_div_control .totalSalBtn .loginBtn:last-of-type {
        margin: 0 0 10px;
    }
    .mobileview .m_div_control .computations small {
        display: block !important;
    }
    .mobileview .m_div_control.presmptive_income .addSalBtnBox {
        margin-bottom: 20px;
    }
    .itd_registration .wrapper .input_outer .form-group {
        width: 47%;
    }
    .itd_registration .wrapper .green-btn {
        width: 50%;
    }
    .extra_menu {
        box-sizing: border-box;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .left-paddle {
        left: 0;
    }
    .right-paddle {
        right: 0;
    }
    .mobileview .m_div_control .nxt_tab {
    }
    .mobileview .m_div_control .back_tab {
        left: 15px;
        padding: 5px 18px 0 10px;
    }
    .mobileview .m_div_control .back_tab img {
        transform: rotate(180deg);
        width: 9px;
    }
    header.emitra_head .navbar-nav-scroll {
        padding-top: 20px;
        float: left;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav {
        padding: 0;
    }
    .offuser_detail {
        width: auto;
        padding: 30px 0 6px;
        margin: 15px 15px 0;
    }
    .offuser_detail ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 15px;
    }
    .offuser_detail ul li {
        width: 50%;
        border: none;
        padding: 0 15px;
        margin-bottom: 24px;
    }
    .offuser_detail ul li span {
        margin-bottom: 8px;
    }
    .offuser_detail ul li span,
    .offuser_detail ul li strong {
        font-size: 16px;
    }
    .otp_options .download_receipt {
        top: 20px;
    }
}
@media only screen and (max-width: 812px) {
    .mainSteps {
        height: auto;
    }
    .desktop_btn {
        display: none;
    }
    .mobile_btn {
        display: block;
        margin-top: 1rem;
        border-radius: 6px;
        padding-bottom: 10px;
    }
    .mobileview .salBox .whiteBg,
    .mobileview .salNewBox {
        margin-bottom: 10px;
    }
    .stepsBg {
        padding-top: 0;
    }
    .mobileview .whiteBg {
        margin-top: 0;
    }
    .mobileview .inputfile-1 + label {
        border-radius: 8px;
        text-transform: inherit;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: 600;
        background: #fff;
        border: solid 1px #59b94a;
        color: #59b94a;
        display: block;
    }
    .mobileview .inputfile-1 + label span {
        display: none;
    }
    span.mobile_upload {
        display: block !important;
    }
    .mview_arrow {
        font-family: inter, sans-serif;
        margin-top: 0;
        position: absolute;
        display: block;
        margin-bottom: 2rem;
    }
    .mobileview#upload_form16_page .mview_arrow {
        position: relative;
        margin: 0 15px 2rem;
    }
    .mview_arrow a.skip {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }
    .mobileview h2 {
        margin: 0 25px;
    }
    .mobileview {
        font-family: inter, sans-serif;
        display: block;
    }
    .mobileview .or {
        text-align: center;
        background: 0 0;
        display: block;
        margin-top: 0.8rem;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 12px;
        color: #555;
    }
    .mobileview .whiteBg {
        border-radius: 6px;
        margin-bottom: 2rem;
    }
    .mobileview small {
        display: block;
        text-align: center;
    }
    .mobileview .back {
        float: left;
        text-align: left;
    }
    .mobileview .loginBtn {
        border-radius: 8px;
        font-weight: 500;
    }
    .mobileview .totalSalBtn .loginBtn:first-child {
        font-weight: 500;
        border-radius: 8px;
        width: 100%;
        display: block;
        text-align: center;
        text-transform: inherit;
        background: #fff;
        color: #59ba4b;
        border: solid 1px #59ba4b;
    }
    .custom_radio {
        margin-top: 1rem;
        text-align: left;
        align-items: flex-start;
    }
    .custom_radio [type="radio"]:checked + label,
    .free_otp_flow .custom_radio [type="radio"]:not(:checked) + label,
    .custom_radio [type="radio"]:not(:checked) + label {
        padding-left: 25px;
        margin-right: 15px;
    }
    .custom_radio span {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .offu_everify {
        margin: 15px 0;
    }
    .offu_everify .box {
        width: auto;
        padding: 30px;
        margin: 0;
    }
    .offu_everify .box article h2 {
        font-size: 18px;
    }
    .offu_everify .box article {
        margin-bottom: 42px;
    }
    .offu_everify .box article p {
        font-size: 14px;
        line-height: 19px;
    }
    .offu_everify .green-btn {
        width: 100%;
        padding: 12px 35px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .mainSteps {
        padding-top: 0;
        height: auto;
    }
    .stepsBg {
        padding-bottom: 0;
    }
    .common-detail {
        margin-top: 0;
        padding: 5px 10px;
    }
    .common-detail span {
        padding: 5px 0;
        display: block;
    }
    .progress_bar-outer #blocks .block {
        padding: 0;
    }
    .progress_bar-outer .progress_bar {
        display: none;
    }
    .progress_bar-outer .prg-bar {
        display: block;
        background: #fff;
        padding: 12px 15px;
        font-size: 16px;
    }
    .progress_bar-outer .prg-bar i {
        float: right;
    }
    .progress_bar-outer #blocks .block .wrap {
        width: auto;
    }
    .progress_bar-outer .progress_bar hr.all_steps {
        width: 2px;
        height: 96%;
    }
    .progress_bar-outer .progress_bar hr.current_steps {
        width: 2px;
        display: none;
    }
    .progress_bar-outer .progress_bar div.step {
        float: none;
        height: auto;
        width: 100%;
    }
    .progress_bar-outer .progress_bar div.step.current,
    .progress_bar div.step.complete {
        z-index: 999;
    }
    .progress_bar-outer .progress_bar hr.all_steps {
        top: 0;
        left: 10%;
    }
    .progress_bar-outer .progress_bar div.step:after {
        left: 5%;
        bottom: 5px;
        width: 28px;
        height: 28px;
        border: solid 2px #dfdfdf;
    }
    .progress_bar-outer .progress_bar div.step small {
        opacity: 1;
        margin: 0 0 1px;
        height: 40px;
        line-height: 40px;
        background: #ebebeb;
        border: none;
        text-shadow: none;
        border-bottom: solid 1px #d5d5d5;
        width: 100%;
        padding: 0 0 0 20%;
        font-size: 14px;
        text-align: left;
        position: relative;
        display: block;
        top: 0;
    }
    .progress_bar-outer .progress_bar div.step small:before,
    .progress_bar div.step small:after {
        display: none;
    }
    .progress_bar-outer .progress_bar div.step i {
        left: 7.7%;
        top: 26%;
    }
    .progress_bar-outer .progress_bar div.step:before {
        display: none !important;
        left: 6.3%;
        bottom: 5px;
        border: solid 2px #1a9b61;
        width: 28px;
        height: 28px;
    }
    .progress_bar-outer .progress_bar div.step.complete small {
        background: #fff;
        color: #1da86a;
    }
    .progress_bar-outer .progress_bar div.step.current:after {
        border-color: #199f63;
    }
    .progress_bar-outer .progress_bar div.step.complete:after {
        border-color: #199f63;
        border: solid 1px #d5d5d5;
    }
    .totalSalBtn .back-toogle-outer {
        display: block;
    }
    .totalSalBtn .back-toogle-outer a.loginBtn {
        width: 90%;
    }
    .darkbtn.salary_breakup_btn,
    .darkbtn.other_allowance_btn {
        padding: 0;
        float: right;
    }
    .darkbtn.other_allowance_btn {
        margin-top: -25px;
        display: block;
        text-align: right;
    }
    .desktop_btn {
        display: none !important;
    }
    .mobileview .m_div_control.m_other_income .ae_inlineDel {
        position: relative;
        line-height: normal;
        float: right;
        margin-right: -45px;
        margin-top: -23px;
    }
    .mobileview .m_div_control.m_prpaid_tax .inlineDel,
    .mobileview .m_div_control.presmptive_income .ae_inlineDel {
        bottom: 13px;
    }
    .mobileview .m_div_control.m_prpaid_tax .inlineDel {
        bottom: 18px;
    }
    .mobileview .m_div_control.presmptive_income .switch--horizontal label {
        width: 23%;
    }
    .mobileview .m_div_control.presmptive_income .leftSwitch.switch--horizontal {
        text-align: left;
        margin-bottom: 15px;
    }
    .mobileview .m_div_control.presmptive_income .switch--horizontal .toggle-outside,
    .switch--horizontal input {
        left: 31%;
    }
    .mobileview .m_div_control.m_prpaid_tax .leftSwitch.switch--horizontal {
        display: inline-block;
    }
    #pay_online_modal .close,
    #pay_offline_modal .close {
        width: 35px;
        height: 35px;
        font-size: 25px;
        right: -9px;
        top: -9px;
        background: #fff;
    }
    .pay_online .modal-lg {
        width: auto;
    }
    .pay_online .ptBoxIn ul {
        padding: 10px;
        margin: 0;
    }
    #pay_online_modal h2 {
        font-size: 14px;
    }
    #pay_online_modal .syncBox .owl-controls .owl-buttons div.owl-prev {
        left: 0;
    }
    #pay_online_modal .syncBox .owl-controls .owl-buttons div.owl-next {
        right: 0;
    }
    .pay_online .totalSalBtn .loginBtn:first-of-type {
        padding: 1.5rem 3rem !important;
        font-size: 12px !important;
    }
    .pay_online .ptBoxIn h3 {
        font-size: 18px;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    .mobileview .m_div_control .computations {
        margin-bottom: 0 !important;
        border: none;
        padding-bottom: 0 !important;
    }
    .ComputationCont .computations .compMidBox1 {
        text-align: center;
        padding: 1rem 0;
    }
    .ComputationCont .computations .edit a {
        padding: 1rem 2rem;
    }
    .ComputationCont .computations .basic_detail .col {
        border-left: none;
        border-right: none;
        padding: 10px 15px;
        font-size: 13px;
    }
    .ComputationCont .computations .basic_detail .col strong {
        width: 20%;
        display: inline-block;
    }
    .ComputationCont .computations .basic_detail h3 {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .ComputationCont .computations .basic_detail tr td,
    .ComputationCont .computations .basic_detail tr th {
        padding: 10px 15px;
        font-size: 13px;
    }
    .ComputationCont .computations .leftSwitch {
        margin: 10px 0;
    }
    .ComputationCont .computations .switch--horizontal label {
        width: auto;
        padding: 0.5rem 1.5rem;
    }
    .ComputationCont .computations .computation_tble tr td:first-child,
    .ComputationCont .computations .computation_tble tr th:first-child {
        padding-left: 15px;
        font-size: 14px;
    }
    .ComputationCont .computations .computation_tble .default {
        position: relative;
        right: auto;
    }
    .ComputationCont .computations .computation_tble tr th,
    .ComputationCont .computations .computation_tble tr td {
        font-size: 11px !important;
        line-height: 16px;
    }
    .ComputationCont .computations .verify {
        padding: 0 0 0 20px;
    }
    .ComputationCont .computations .computation_tble tr th,
    .ComputationCont .computations .computation_tble tr td {
        border-color: #bbd7b6 !important;
    }
    .ComputationCont .computations {
        margin-top: 0;
        padding: 0 0 15px !important;
    }
    .ComputationCont .computations .basic_detail {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .ComputationCont .computations .download-computation .old,
    .ComputationCont .computations .download-computation .new {
        margin-bottom: 0.5rem;
        padding: 0.7rem 2rem;
        font-size: 14px;
    }
    .container {
        margin: 5px 0;
    }
    .ComputationCont .computations .computation_tble {
        margin-top: 0;
    }
    .ComputationCont .basicDetBox .computations p {
        text-align: center;
    }
    .ComputationCont .computations h3 {
        padding-right: 0;
        text-align: center;
    }
    .ComputationCont .computations .download-computation {
        padding-bottom: 15px;
    }
    .ComputationCont .computations .computation_tble tr td i img {
        width: 10px;
    }
    .ComputationCont .computations .computation_tble.old_regime tr td:first-child,
    .ComputationCont .computations .computation_tble.old_regime tr th:first-child,
    .ComputationCont .computations .computation_tble.new_regime tr td:first-child,
    .ComputationCont .computations .computation_tble.new_regime tr th:first-child {
        padding-left: 8px;
    }
    .ComputationCont .computations .old,
    .ComputationCont .computations .new {
        display: block;
        text-align: center;
        align-items: center;
        justify-content: flex-end;
    }
    .ComputationCont .computations .old span,
    .ComputationCont .computations .new span {
        display: none;
    }
    .ComputationCont .computations .old svg,
    .ComputationCont .computations .new svg {
        float: none;
    }
    .ComputationCont .computations .old small,
    .ComputationCont .computations .new small {
        text-align: left;
        display: inline-block;
        font-size: 11px;
        float: left;
    }
    .ComputationCont .computations .old,
    .ComputationCont .computations .new {
        display: flex;
        justify-content: flex-end;
    }
    .ComputationCont .computations .old img,
    .ComputationCont .computations .new img {
        float: none;
        width: 18px;
        display: inline-block;
        text-align: center;
        margin: 0;
    }
    .ComputationCont .computations .computation_tble tr td:nth-child(2n),
    .ComputationCont .computations .computation_tble tr td:nth-child(3n),
    .ComputationCont .computations .computation_tble tr th:nth-child(2n),
    .ComputationCont .computations .computation_tble tr th:nth-child(3n) {
        padding-right: 8px;
    }
    .ComputationCont .computations .computation_tble tr td a.old svg,
    .ComputationCont .computations .computation_tble tr td a.new svg {
        float: none;
        width: 22px;
        float: left;
        text-align: right;
    }
    .ComputationCont .computations .edit {
        padding-right: 12px;
    }
    .ComputationCont .computations .verify #computation-verify p {
        text-align: left;
        width: 84% !important;
    }
    .ComputationCont .computations .computation_tble.old_regime tr th,
    .ComputationCont .computations .computation_tble.old_regime tr td {
        padding: 8px 10px !important;
        font-size: 11px !important;
        line-height: 16px;
    }
    .ComputationCont .computations .computation_tble.old_regime tr th {
        font-size: 11px !important;
    }
    .ComputationCont .computations .old,
    .ComputationCont .computations .new {
        line-height: 13px;
    }
    .mobileview .salBox .whiteBg {
        margin-bottom: 0;
    }
    .mobileview .m_div_control.assets_liability .switch--horizontal label {
        width: 41%;
    }
    .mobileview .m_div_control.assets_liability .whiteBg p {
        font-size: 14px;
    }
    .efiling_step .box {
        padding: 1.5rem;
    }
    .ComputationCont .basicDetBox p {
        font-size: 13px !important;
    }
    .efiling_step {
        padding: 3rem 0 !important;
    }
    .redirect_modal .modal-body {
        padding: 2rem;
    }
    .redirect_modal .modal-body h3 {
        font-size: 18px;
    }
    .redirect_modal .modal-body h3 br {
        display: none;
    }
    .custom_radio {
        flex-direction: column;
        margin-top: 13px !important;
    }
    .custom_radio span {
        display: block;
        margin-bottom: 18px;
        display: block;
    }
    .mobileview .m_div_control.m_deductions .bdr {
        display: block;
    }
    .mobileview .m_div_control.m_deductions #dedn #h3 {
        margin-bottom: 0;
    }
    .itd_registration {
        padding: 42px 0;
    }
    .itd_registration h1 {
        font-size: 24px;
    }
    .itd_registration p {
        font-size: 12px;
        padding: 0 20px;
    }
    .itd_registration p br {
        display: none;
    }
    .itd_registration .wrapper {
        padding: 24px;
        margin-top: 32px;
    }
    .itd_registration .wrapper h2 {
        font-size: 20px;
        border-bottom: 2px solid #59ba4b;
        display: inline-block;
        padding-bottom: 6px;
    }
    .itd_registration .wrapper .input_outer {
        flex-direction: column;
    }
    .itd_registration .wrapper .input_outer .form-group .form-control,
    .itd_registration .selectbox select {
        height: 46px;
        font-size: 12px;
    }
    .itd_registration .selectbox:before {
        top: 20px;
    }
    .itd_registration .wrapper .input_outer .form-group .form-control,
    .itd_registration .selectbox select option {
        font-size: 12px;
    }
    .itd_registration .wrapper .input_outer .form-group {
        width: auto;
        margin-bottom: 18px;
    }
    .itd_registration .wrapper .input_outer .form-group label {
        font-size: 14px;
    }
    .itd_registration .wrapper .green-btn {
        width: 50%;
    }
    .itd_registration .wrapper .input_outer .form-group ::placeholder {
        font-size: 12px;
    }
    .itd_registration .wrapper .input_outer .form-group :-ms-input-placeholder {
        font-size: 12px;
    }
    .itd_registration .wrapper .input_outer .form-group ::-ms-input-placeholder {
        font-size: 12px;
    }
    .itd_registration .wrapper .input_outer .form-group label.error {
        font-size: 10px;
    }
    .itd_registration .wrapper .green-btn {
        width: 100%;
        font-size: 16px;
        display: block;
        margin: 0;
    }
    .itd_registration .wrapper .input_outer .form-group.gendor {
        width: auto;
        margin-top: 0;
    }
    .itd_registration .wrapper .input_outer .form-group.gendor .custom_radio {
        flex-direction: row;
    }
    .itd_registration .wrapper .input_outer .form-group.gendor span {
        width: 37%;
    }
    .itd_registration .wrapper .input_outer .form-group .custom_radio label {
        margin: 0 20px 16px 0;
    }
    .itd_registration .wrapper .input_outer ::-webkit-input-placeholder {
        font-size: 12px;
    }
    .itd_registration .wrapper .input_outer :-ms-input-placeholder {
        font-size: 12px;
    }
    .itd_registration .wrapper .input_outer ::placeholder {
        font-size: 12px;
    }
    .itd_regdone {
        margin: 50px 20px;
    }
    .itd_regdone .outer {
        width: auto;
        padding: 24px 29px;
    }
    .itd_regdone .outer h2 {
        font-size: 20px;
        margin: 0 0 8px;
    }
    .itd_regdone .outer p {
        font-size: 12px;
    }
    .itd_regdone .outer figure {
        margin: 32px 0 52px;
    }
    .itd_regdone .outer figure img {
        width: 68px;
        height: 68px;
    }
    .itd_regdone .outer .green-btn {
        font-size: 14px;
        padding: 9px 50px;
        border-radius: 4px;
    }
    .mobileview .m_div_control.m_other_income .switch--horizontal label {
        width: 115px;
    }
    .switch--horizontal,
    .leftSwitch.switch--horizontal {
        text-align: left;
        padding: 0;
    }
    .mobileview .m_div_control.m_deductions .switch--horizontal input {
        width: 150px;
    }
    .mobileview .m_div_control.m_deductions .switch--horizontal .toggle-outside,
    .mobileview .m_div_control.m_deductions .switch--horizontal input {
        left: 25%;
    }
    .toltip {
        position: relative;
    }
    .efilling_tooltip.in {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .efilling_tooltip .modal-dialog {
        width: auto;
    }
    .efilling_tooltip .modal-header {
        padding: 38px 12px 8px;
    }
    .efilling_tooltip .modal-header .modal-title {
        font-size: 16px;
    }
    .efilling_tooltip .modal-body .pera {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .efilling_tooltip .modal-body .pera p {
        font-size: 14px;
    }
    .efilling_tooltip .modal-body {
        padding: 0 12px 12px;
    }
    .efilling_tooltip .modal-body .pera ul {
        padding-left: 25px;
    }
    .custom_check label {
    }
    .custom_check input:checked + label:after {
        left: auto;
        top: auto;
    }
    .custom_checkbox {
        margin-top: 20px;
    }
    .custom_checkbox label p {
        text-align: left !important;
    }
    .custom_checkbox input:checked + label:after {
        left: auto;
        top: auto;
    }
    header.emitra_head .tw_logo {
        text-align: center;
    }
    header.emitra_head .navbar-nav-scroll {
        float: none;
        padding: 0 10px;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav li.call {
        margin: 0;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav li.download-guide {
        margin: 0;
    }
    .footer-new footer .contact-info span {
        font-size: 20px;
    }
    .footer-new footer .contact-info span small {
        display: none;
    }
    .footer-new footer .text-right,
    .footer-new footer .text-left {
        text-align: center;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav {
        text-align: center;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav li {
        display: inline-block;
        padding: 10px 5px;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav li.download-guide {
        display: inline-block;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav li.download-guide a {
        display: inline-block;
        padding: 10px 12px;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav li.green-btn {
        float: right;
    }
    header.emitra_head .navbar-nav-scroll .navbar-nav li.green-btn a {
        display: inline-block;
        padding: 10px 12px;
    }
    .otp_options,
    .offu_everify {
        margin: 15px 0;
    }
    .otp_options .box,
    .offu_everify .box {
        width: auto;
        padding: 30px;
        margin: 0;
    }
    .otp_options h1 {
        font-size: 25px;
    }
    .offu_everify .box article h2 {
        font-size: 18px;
    }
    .offu_everify .box article {
        margin-bottom: 42px;
    }
    .offu_everify .box article p {
        font-size: 14px;
        line-height: 19px;
    }
    .otp_options p {
        font-size: 14px;
    }
    .otp_options ul {
        width: auto;
        margin: 20px 0;
        flex-direction: column;
    }
    .otp_options .green-btn,
    .offu_everify .green-btn {
        width: auto;
        padding: 12px 40px;
    }
    .otp_options .download_receipt {
        position: relative;
        margin-bottom: 20px;
        right: 0;
        top: 0;
    }
}
@media only screen and (min-width: 375px) and (max-width: 812px) {
    .ComputationCont .computations p {
        text-align: center;
        margin-bottom: 10px;
    }
    .ComputationCont .computations h3 {
        display: block;
        text-align: center;
    }
    .ComputationCont .computations .leftSwitch {
        margin: 10px 0;
        text-align: center;
    }
    .ComputationCont .computations .old span,
    .ComputationCont .computations .new span {
        display: none;
    }
    .ComputationCont .computations small {
        display: inline-block;
    }
    .ComputationCont .computations .computation_tble.old_regime tr td:first-child,
    .ComputationCont .computations .computation_tble.old_regime tr th:first-child {
        padding-left: 20px;
    }
    .ComputationCont .computations .computation_tble.old_regime tr th,
    .ComputationCont .computations .computation_tble.old_regime tr td {
        font-size: 14px;
    }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
    .ComputationCont .computations .verify {
        padding: 0 20px;
    }
    #computation-verify p {
        text-align: left;
    }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 812px) and (orientation: landscape) {
    .ComputationCont .computations .basic_detail .col strong {
        width: 12%;
    }
    .ComputationCont .computations .computation_tble tr td a.old svg,
    .ComputationCont .computations .computation_tble tr td a.new svg {
        width: 20px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .progress_bar-outer .progress_bar div.step i {
        left: 6.3%;
    }
    @-moz-document url-prefix() {
        .progress_bar-outer .progress_bar div.step i {
            left: 20%;
        }
    }
    .totalSalBtn .back-toogle-outer a.loginBtn {
        width: auto;
    }
    .totalSalBtn .back-toogle-outer {
        display: inline-block;
    }
    .ComputationCont .computations .switch--horizontal label {
        padding: 0;
    }
    .ComputationCont .computations p {
        text-align: center;
    }
    .ComputationCont .computations h3 {
        display: block;
        text-align: center;
    }
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: #ddd;
    border-radius: 2px;
    margin-top: -2px;
}
.styled-checkbox:focus + label:before {
}
.styled-checkbox:checked + label:before {
    background: #59b94a;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    background: #fff;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tax-banner {
    padding: 1rem 0 0;
    color: #fff;
    text-align: center;
    font-family: poppins, sans-serif;
}
.tax-banner small {
    font-size: 16px;
    margin-bottom: 1.5rem;
    display: block;
}
.tax-banner small.back {
    display: inline-block;
    padding: 0.5rem 3rem;
}
.tax-banner .box-outer {
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
}
.tax-banner .box {
    background: #fff;
    box-shadow: 0 1px 3px #e7e7e7;
    border-radius: 4px;
    padding: 1.5rem 1rem;
    color: #0b2443;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    width: 32%;
}
.tax-banner h1 {
    font-weight: 200;
}
.tax-banner .box h3 {
    font-weight: 700;
    margin: 0;
    font-size: 18px;
}
.tax-banner .box small {
    font-size: 12px;
    display: block;
    margin: 0;
}
.tax-banner .box button {
    background: #64d64a;
    border: none;
    padding: 0.7rem 2rem;
    font-size: 13px;
    margin-top: 1rem;
}
.tax-banner .box a.btn-success {
    background: #64d64a;
    border: none;
    padding: 1rem 2rem;
    font-size: 16px;
    margin-top: 1rem;
}
.tax-banner .box button:focus {
    outline: none;
}
.tax-banner .box figure.service {
    margin: 0;
    background: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-top: -35px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    margin-bottom: -10px;
}
.declaimer-popup .modal-footer .green-btn,
.gray-btn {
    background: #56ba4b;
    padding: 10px 30px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    display: inline-block;
    border: none;
}
.declaimer-popup {
    color: #000;
}
.declaimer-popup .modal-footer {
    text-align: center;
    border: none;
    padding: 0 0 30px;
}
.declaimer-popup .modal-footer .green-btn {
    padding: 7px 20px;
}
.declaimer-popup .modal-header {
    padding: 0;
    border-bottom: none;
}
.declaimer-popup .modal-header .close {
    position: absolute;
    right: -10px;
    top: -8px;
    opacity: 1;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    background: #56ba4b;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-shadow: none;
}
.declaimer-popup .modal-body {
    padding: 40px 25px 15px;
    font-size: 18px;
}
.declaimer-popup .modal-body p {
    font-size: 16px;
    color: #333;
}
@media screen and (max-width: 767px) {
    .tax-banner {
        padding: 2rem 0.5rem;
    }
    .tax-banner .box-outer {
        padding: 0;
    }
    .tax-banner h1 {
        font-size: 22px;
    }
    .tax-banner .box h3 {
        font-size: 12px;
    }
    .tax-banner .box button {
        font-size: 12px;
    }
    .tax-banner .box small {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .mobileview .m_div_control .nxt_tab {
        display: inline-block;
    }
    .mobileview .m_div_control.m_extra_details .switch--horizontal label {
        width: 50%;
    }
    .mobileview .m_div_control.bsic_dtl .switch--horizontal label {
        width: 50%;
    }
    .mobileview .m_div_control.hp_income .switch--horizontal label {
        width: 50%;
    }
    .mobileview .m_div_control.m_deductions .inlineDel {
        margin-right: -45px;
    }
    .m_div_control.m_salary_income .ae_inlineDel {
        line-height: 32px;
    }
    .mobileview .m_div_control.m_prpaid_tax .leftSwitch.switch--horizontal {
        display: block;
    }
    .mobileview .m_div_control.presmptive_income .switch--horizontal label {
        width: 50%;
    }
    .mobileview .m_div_control.m_deductions .halfradiobox .switch--horizontal label {
        width: 47% !important;
    }
    .mobileview .m_div_control.m_deductions .switch--horizontal input {
        width: 100%;
    }
    .mobileview .m_div_control.m_deductions .switch--horizontal input {
        left: 10%;
        top: 0;
        height: 3rem;
    }
    .custom_check label {
        align-items: center;
    }
    .custom_check label p {
        width: 85%;
        margin-bottom: 0;
        text-align: left;
    }
    .custom_checkbox label {
        align-items: center;
    }
    .custom_checkbox label p {
        width: 85%;
        margin-bottom: 0;
        text-align: left;
    }
}
@media only screen and (max-width: 320px) {
    .mobileview .m_div_control.m_salary_income .salNewNo,
    .mobileview .m_div_control.hp_income .salNewNo,
    .mobileview .m_div_control.m_bnkdtl .salNewNo,
    .mobileview .m_div_control.presmptive_income .salNewNo,
    .mobileview .m_div_control.m_deductions .salNewNo {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 7px;
    }
    .mobileview .m_div_control h2 {
        font-size: 13px;
        text-transform: capitalize;
    }
}
.zsiq_floatmain {
    bottom: 20px !important;
    right: 20px !important;
}
.zsiq_theme1 div.zsiq_cnt {
    display: none !important;
}
@media only screen and (max-width: 992) {
    .zsiq_floatmain {
        bottom: 10px !important;
        right: 10px !important;
    }
    .zsiq_theme1 .zsiq_flt_rel {
        width: 50px !important;
        height: 50px !important;
    }
    .zsiq_theme1 .siqico-chat:before {
        font-size: 22px !important;
    }
}
