@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.pre_transaction input,
.pre_transaction select,
.pre_transaction textarea,
.pre_transaction input[disabled],
.pre_transaction select[disabled],
.pre_transaction textarea[disabled] {
    border: 1px solid #ccc;
}
.sd_head{
    color: black;
    font-size: 24px;
    font-weight: 200;
    font-family: 'Source Sans Pro', sans-serif;
}
.sd_para{
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}
.trans {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/*///////////////////////*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}


/*@font-family :'Open Sans', sans-serif;*/

@font-face {
    font-family: "tax";
    src: url("/theme/fonts/tax.eot");
    src: url("/theme/fonts/tax.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/tax.woff") format("woff"), url("/theme/fonts/tax.ttf") format("truetype"), url("/theme/fonts/tax.svg#tax") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "tax" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "tax" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-square:before {
    content: "\61";
}

.icon-twitter-square:before {
    content: "\62";
}

.icon-google-plus-square:before {
    content: "\63";
}

.icon-phone:before {
    content: "\64";
}

.icon-mobile:before {
    content: "\65";
}

.icon-map-marker:before {
    content: "\66";
}

.icon-pencil-square-o:before {
    content: "\67";
}

.icon-plus:before {
    content: "\68";
}

.icon-pencil:before {
    content: "\69";
}

.icon-help-circled:before {
    content: "\6a";
}

.icon-medkit:before {
    content: "\6b";
}

.icon-ios-information:before {
    content: "\6d";
}

.icon-ios-help-empty:before {
    content: "\6c";
}


/*///////////////////////*/

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    /*background: #f1f2f2;*/
    background: #ffffff;
}

.page-table td {
    padding: 10px;
}

.page-table .lf-p-20 {
    padding-left: 30px !important;
}

.form-heading,
.form-sub-heading {
    font-family: 'Poppins', sans-serif;
}

P {
    font-family: 'Poppins', sans-serif;
}

.accordion-heading a {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #93c83f;
    font-weight: 900;
}

.accordion-heading a:hover,
.accordion-heading a:active,
.accordion-heading a:focus {
    text-decoration: none;
}

.danger-text {
    font-family: 'Poppins', sans-serif;
    color: #FF0000;
    font-size: 9px;
    margin: 0px;
}

.innerpage-title {
    font-family: 'Poppins', sans-serif;
    color: #1e3953;
    font-size: 2em;
}

.anchor-text {
    font-family: 'Poppins', sans-serif;
    color: #93c83f;
    font-size: 16px;
}

.anchor-text:hover {
    text-decoration: none;
    color: #18427a;
}

.main-para {
    font-family: 'Poppins', sans-serif;
    color: #080808;
    font-size: 16px;
}

.theme-btn {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background: #18427a;
    border: none;
    font-size: 12px;
    border-radius: 0px;
    padding: 5px 5px;
    height: 34px;
    width: 100%;
}

.yes-btn {
    background: #029e4b;
    padding: 14px 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #029e4b;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.yes-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #029e4b;
}

.no-btn {
    margin-top: 20px;
    background: #ff5039;
    padding: 14px 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #ff5039;
    display: inline-block;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.no-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #ff5039;
}

.mt-30 {
    margin-top: 30px;
}

 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Poppins', sans-serif;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Poppins', sans-serif;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Poppins', sans-serif;
}

 :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Poppins', sans-serif;
}

.tx-form-select {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
    height: 39px;
}

.theme-btn2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 25px;
    background: #93c83f;
    padding: 10px;
    border-radius: 3px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.theme-btn2:hover {
    text-decoration: none;
    background: #18427a;
    color: #fff;
}


/*/////////////////////////*/

.tx-header {
    background: #18427a;
    padding: 0;
}

.tx-header .social-icon {
    margin-bottom: 0;
    padding-top: 6px;
}

.tx-header .social-icon li a {
    color: #fff;
    font-size: 22px;
}

button,
input,
select,
textarea {
    font-size: 12px;
}

.tx-header .sp-text {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-top: 8px;
}

.tx-main-header .table-header {
    font-size: 13px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.tx-main-header .navbar-nav {
    display: contents;
    font-size: 13px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.tx-header .sp-text span {
    color: #fff;
    position: absolute;
    left: -28px;
    font-size: 19px;
}

.tx-main-header ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #1e3953;
}

.tx-main-header .navbar-nav li a {
    color: #1e3953;
    padding-top: 9px !important;
    padding-bottom: 2px !important;
}

.tx-main-header .navbar-nav .table-li {
    padding: 6px 0 0 0;
}

.navbar-default .navbar-nav li a {
    color: #1e3953;
    padding-top: 9px;
    padding-bottom: 9px;
}

.navbar-default .navbar-nav li a:hover {
    color: #93c83f;
}

.navbar-default .navbar-nav li:last-child a {
    padding-right: 0;
}

.navbar-default .navbar-nav li:last-child a span {
    background: #18427a;
    padding: 3px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.tx-main-header {
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
}

.home-page-title {
    font-family: 'Poppins', sans-serif;
    color: #93c83f;
    font-size: 2em;
    padding-top: 5%;
}

.home-page-subtitle {
    font-family: 'Poppins', sans-serif;
    color: #1e3953;
    font-size: 2em;
    margin-top: 3%;
}

.btn-violet {
    background: #18427a;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.btn-violet:hover {
    color: #93c83f;
}

.mt30 {
    margin-top: 50px;
}

.panel {
    text-align: center;
    border: 1px solid #93c83f;
}

.panel a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #1e3953;
    font-weight: 700;
}

.panel a:hover {
    text-decoration: none;
}

.panel h5 {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #1e3953;
    font-weight: 700;
}

.panel:hover {
    -webkit-box-shadow: -1px 0px 16px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 16px -2px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 16px -2px rgba(0, 0, 0, 0.75);
}

.m-t-55 {
    margin-top: 55px;
}

footer {
    margin-top: 0px;
    background: #18427a;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

footer ul {
    margin: 0;
}

footer ul li {
    padding: 0;
}

footer ul li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

footer .footer-links ul li {
    padding-left: 0;
    padding-right: 0;
}

footer .footer-links ul li a:hover {
    text-decoration: none;
    color: #93c83f;
}

footer .footer-links ul li:not(:last-child):after {
    content: ' |';
    color: #ffffff;
}

.loginpage a {
    font-size: 20px;
}

.loginpage .theme-btn {
    width: 100%;
    padding: 5px;
}

.top-menubar {
    background: transparent;
    height: 100%;
}

.top-menubar li {
    padding-right: 10%;
}

.top-menubar .dropdown a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
}

.top-menubar .dropdown a:hover {
    text-decoration: none;
}

.top-menubar .dropdown-submenu {
    padding-left: 15px;
    padding-right: 15px;
}

.top-menubar .dropdown-submenu a {
    width: 100%;
    color: #1e3953;
}

.top-menubar .dropdown-menu {
    padding: 10px 10px;
}

.top-menubar .dropdown-menu li a {
    font-size: 16px;
    color: #1e3953;
}

.top-menubar a:hover,
.top-menubar a:focus,
.top-menubar a:active {
    text-decoration: none !important;
}

.link-btn-section .link-section-btn {
    padding: 50px 0;
    background: #ffffff;
}

.link-section-btn .btn-link {
    padding: 20% 0;
    color: #828d9f;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.7);
    -moz-box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.7);
    box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.7);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.link-section-btn .btn-link:hover {
    text-decoration: none;
    background: #ffffff;
    color: #828d9f;
}

.link-btn-section .link-btn {
    padding: 25% 0;
    color: #1e3953;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #93c83f;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.7);
    -moz-box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.7);
    box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.7);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.link-btn-section .link-btn:hover {
    text-decoration: none;
    background: #93c83f;
    color: #fff;
}

.text-clr{
    color: #000000;
}

.link-btn-section .link-btn .link-section-btn .btn-link:hover .main-icons {
    color: #fff;
}

.link-btn-section .link-section-btn .btn-info {
    color: #fff;
}

.tab-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tab-section .form-control,
.tab-section select {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    border-radius: 0;
    background-color: #fff !important;
    height: 34px;
}

.tab-section label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #1e3953;
}

input[type="date"] {
    align-items: center;
    display: -webkit-inline-flex;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    padding: 0;
    -webkit-padding-start: 0;
    font-size: 12px;
    border-radius: 0;
    background-color: #fff !important;
    border: 0 !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
    width: 100%;
    border-radius: 0;
    height: 34px;
}

input,
select,
textarea,
input[disabled],
select[disabled],
textarea[disabled] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    width: 100%;
}

.tab-section table .form-control,
.tab-section table .form-control[disabled],
.tab-section table .form-control[readonly],
.tab-section table fieldset[disabled] .form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    border-radius: 0;
    background-color: #fff !important;
    border: 0 !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
}

.tab-section table select {
    width: 100%;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    height: 34px;
}

.pan_num {
    width: 120px;
}

.loginpage .form-control {
    border-radius: 0;
}

.loginpage .form-control:focus {
    border: 1px solid #93c83f;
}

.prev-tax-details .form-control {
    margin-bottom: 10px;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #1e3953;
}

.link-btn-section {
    display: block;
}

.form-group {
    position: relative;
}

.warning-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: darkgoldenrod;
    display: none;
    position: absolute;
    top: 0;
    left: 106%;
    width: 300px;
    color: #EF3333;
}

.innerpage-bg-home {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff;
}

.wl-main {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #93c83f;
}

.wl-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
}

.wl-para {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #18427a;
}

.demo-video {
    width: 100%;
}

#CaptchaCode {
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

.BDC_CaptchaImageDiv a {
    opacity: 0;
}

.login-img {
    margin: 0 auto;
    width: 100px;
}

.loginpage .fgt-psd {
    font-family: 'Poppins', sans-serif;
    color: #18427a;
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.loginpage .fgt-psd:hover {
    text-decoration: none;
}

.navbar {
    margin-bottom: 0;
}

.contact-info-header {
    display: inline-flex;
    padding-left: 45px;
}

.second-nav {
    background-color: #f8f8f8;
}

.lis{
    font-weight: bold;
}

.second-nav .navbar {
    border: 0px;
    border-radius: 0px;
}

.top-menubar ul {
    margin-bottom: 0;
}

.extraform {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px;
}

.extraform {
    display: none;
}

.list_tbl {
    width: 100%;
}

.list_tbl td {
    padding: 10px;
    font-family: 'Poppins', sans-serif;
}

.list_tbl th {
    padding: 10px;
    font-family: 'Poppins', sans-serif;
}

.challan_entry {
    display: none;
}

.pan-name-det,
.name-det {
    -webkit-padding-start: 0px;
    background: white;
    padding: 10px;
    list-style: none;
}

.pan-name-det li a,
.name-det li a {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.pan-name-det li a:hover,
.name-det li a:hover {
    text-decoration: none;
}

.hide-text,
.form-sec {
    display: none;
}

.dashboard-view .col-sm-2 {
    margin-bottom: 10px;
}

.btn-info {
    color: #fff;
}

.question-body {
    padding: 50px 0;
}

.question-body p {
    font-size: 20px;
}

.common-img {
    width: 100px;
    margin-bottom: 20px;
}

.available_amount {
    display: none;
}

.deduction_list_table table {
    width: 100%;
}

td {
    vertical-align: middle !important;
}

.deduction_list_table th {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    padding: 15px;
}

.deduction_list_table td {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 15px;
}

.lf-p-20 {
    padding-left: 20px;
}

.available_amount {
    background: #03A9F4;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.available_amount label {
    color: #fff;
}

.available_amount .data {
    color: #1e3953;
}

.float-btn {
    background: #93c83f;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    float: right;
    font-size: 17px;
    position: absolute;
    right: 0;
    right: 10%;
}

.prev-tax-details {
    background: #fff;
}

.alert-danger {
    color: #ff2f00f5;
    background-color: #fff;
    border-color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.alert-success {
    font-size: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.main-icons {
    font-size: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #93c83f;
}

.main-text {
    font-size: 18px;
}

.main-txt {
    font-size: 14px;
    font-weight: 500;
}

.warning {
    margin-bottom: 20px;
    color: #77462d;
    font-family: 'Poppins', sans-serif;
}

.imp_star {
    color: red;
    font-size: 20px;
}

.checkbox {
    zoom: 1.5;
}

.prev-tax-details {
    display: none;
}

.selected_fin {
    padding: 10px;
    text-align: center;
}

.selected_fin label {
    color: red;
    font-size: 18px;
}

.hilight_row {
    background: #00eeff;
}

#calculate_tax {
    display: inline-block;
    margin-top: 30px;
}

.listing_tab .form-group {
    margin: 0px;
}

.listing_tab tr,
th {
    text-align-last: center !important;
}

.listing_tab tr th,
.listing_tab td {
    padding: 0 !important;
}

.listing_tab {
    width: 100%;
    border: 1px solid #ccc;
}

.listing_tab th {
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    font-size: 20px;
}

.listing_tab td {
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    font-size: 18px;
}

.challan_det {
    position: relative;
}

.challan_det .overlay_wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
}

.bill_view {
    background: #babdbd;
    padding: 15px;
    width: 100%;
}

.bill_view h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.bill_view p {
    padding: 0;
    margin: 0;
}

.bill_view table {
    width: 100%;
    background: #fff;
}

.bill_view table td {
    font-family: 'Poppins', sans-serif;
    padding: 4px;
    font-size: 16px;
}

.bill_view .last_clm {
    text-align: center;
    background: #fff;
    font-size: 20px;
}

.row_wrapper {
    text-align: center;
    margin-top: 15px;
}

.payment_section {
    margin-top: 20px;
    display: none;
}

.payment_section .theme-btn {
    margin-bottom: 10px;
}

.listing_steps {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.sm-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #007aae;
}

.inline-list-link {
    font-family: 'Poppins', sans-serif;
    color: black;
}

.small_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
}

.pricing_details_table td {
    font-family: 'Poppins', sans-serif;
}


/**********table*******************/

.listing_tab tr th {
    font-size: 12px;
    text-align: center;
}

.listing_tab tr td {
    font-size: 12px;
    text-align: center;
}

h3>b>a {
    font-size: 18px;
}

.navbar-nav .lis {
    border: 1px solid #ccc;
}

.navbar-nav {
    float: left;
    margin: 0;
    padding-top: 5px;
}

.th-heading-listing {
    font-size: 15px;
    text-align: left;
}

.th-heading-listing-sl {
    font-size: 15px;
    text-align: center;
}


/*********************************/

.deduction_data td {
    font-size: 15px;
}

.deduction_data td input {
    border: 0;
    background: white;
}

.deduction_data div {
    text-align: center;
}

.select_form .btn-block {
    background: #33a6f2;
    color: #fff;
    border: 1px solid #33a6f2;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.select_form .btn-block:hover {
    color: #000;
    border: 1px solid #33a6f2;
    background: #fff;
}

.btn-home {
    padding: 0;
}

.btn-home span {
    background: #18427a;
    padding: 3px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.text-left {
    text-align-last: left !important;
}

.text-right {
    text-align-last: right !important;
}

.text-center {
    text-align-last: center !important;
}

.modal-body p {
    font-size: 14px;
}

.modal-footer .btn {
    display: inline-block;
    width: auto;
}

.modal-content {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    border-radius: 0;
}

.pb-60 {
    padding-bottom: 60px;
}

.p-0 {
    padding: 0px;
}

.dis-flex {
    display: flex;
}