@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,100italic,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300);

/****************************
*   FOR RESPONSIVENESS      *
****************************/
::selection {
  background: #4f5362;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #4f5362;
  /* Gecko Browsers */
  color: #fff;
}
html {
  font-size: 14px;
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  p {
    font-size: 1em;
    margin-bottom: 1.8em;
  }
}
/****************************
*      BODY DEFAULTS        *
****************************/
body {
  font-size: 1em;
}
a {
  color: #37a6c4;
}
a:hover {
  text-decoration: none;
  color: #5db9d1;
}
/****************************
*      Buttons        *
****************************/
.btn {
  /*font-family: 'Oswald', sans-serif;*/
}
.btn i {
  position: relative;
  /*top: -2px;*/
}
.btn.text-left {
  text-align: left;
}
.btn-brand {
  background: #37a6c4;
  color: #fff;
}
.btn-brand:hover {
  color: #fff;
  background: #2c849c;
}
.btn-dark {
  background: #272727;
  color: #fff;
}
.btn-dark:hover {
  color: #fff;
  background: #2c849c;
}
.btn-red {
  background: #4f5362;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #383b46;
}
.btn-alt {
  background: #f0f0f0;
  color: #222;
}
.btn-alt:hover {
  color: #fff;
  background: #2c849c;
}
/****************************
*      Background Colors        *
****************************/
.bk-primary {
  background: #325d88;
}
.bk-success {
  background: #93c54b;
}
.bk-warning {
  background: #f47c3c;
}
.bk-danger {
  background: #d9534f;
}
.bk-info {
  background: #29abe0;
}
.bk-white,
.bk-light {
  background: #fff;
}
.bk-brand {
  background: #37a6c4;
}
.bk-dark {
  background: #222;
}
.bk-blue {
  background: #0010ce;
}
.bk-alt {
  background: #f7f7f7;
}
.bk-ghost {
  background: transparent;
}
.bk-img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../img/login-bg.jpg);
}
.bk-fixed {
  background-attachment: fixed;
}
.hr-green {
  height: 2px;
  background: #37a6c4;
}
.hr-grey {
  height: 2px;
  background: #f0f0f0;
}
.hr-dashed {
  background-color: transparent;
  border-top: 1px dotted #edf0f5;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}
.panel {
  overflow: hidden;
}
/****************************
*      Border        *
****************************/
.brdr {
  border: 1px solid #f0f0f0;
}
/****************************
*      Text size color        *
****************************/
.font-one {
  font-family: 'Oswald', sans-serif;
}
.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-thin {
  font-weight: 100;
}
.text-lowercase {
  text-transform: none;
}
.text-sm {
  font-size: 13px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 1.6em;
}
.text-2x {
  font-size: 2em;
}
.text-3x {
  font-size: 2.4em;
}
.text-4x {
  font-size: 3em;
}
.text-white,
.text-light {
  color: #fff !important;
}
.link-white a {
  color: #fff;
}
.text-grey {
  color: #ccc;
}
.text-dgrey {
  color: #818181;
}
.text-brand {
  color: #37a6c4;
}
.text-yellow {
  color: #ffff00;
}
.title .line {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}
/****************************
*       Margins         *
****************************/
.mt {
  margin-top: 18px;
}
.mt-0x {
  margin-top: 0 !important;
}
.mt-2x {
  margin-top: 36px;
}
.mt-3x {
  margin-top: 54px;
}
.mt-4x {
  margin-top: 90px;
}
.mt-5x {
  margin-top: 144px;
}
.mb {
  margin-bottom: 18px;
}
.mb-0x {
  margin-bottom: 0 !important;
}
.mb-2x {
  margin-bottom: 36px;
}
.mb-3x {
  margin-bottom: 54px;
}
.mb-4x {
  margin-bottom: 90px;
}
.mb-5x {
  margin-bottom: 144px;
}
.pt {
  padding-top: 18px;
}
.pt-2x {
  padding-top: 36px;
}
.pt-3x {
  padding-top: 54px;
}
.pt-4x {
  padding-top: 90px;
}
.pt-5x {
  padding-top: 144px;
}
.pb {
  padding-bottom: 18px;
}
.pb-2x {
  padding-bottom: 36px;
}
.pb-3x {
  padding-bottom: 54px;
}
.pb-4x {
  padding-bottom: 90px;
}
.pb-5x {
  padding-bottom: 144px;
}
/* Content boxes */
.content-box {
  padding: 15px;
}
.block-anchor {
  display: block;
}
/****************************
*       Content Typography         *
****************************/
.content-format {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: .01em;
  font-style: normal;
  word-wrap: break-word;
}
.content-format .h1,
.content-format .h2,
.content-format .h3,
.content-format .h4,
.content-format .h5,
.content-format .h6,
.content-format h1,
.content-format h2,
.content-format h3,
.content-format h4,
.content-format h5,
.content-format h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 40px;
}
.content-format .h1 a,
.content-format .h2 a,
.content-format .h3 a,
.content-format .h4 a,
.content-format .h5 a,
.content-format .h6 a,
.content-format h1 a,
.content-format h2 a,
.content-format h3 a,
.content-format h4 a,
.content-format h5 a,
.content-format h6 a {
  font-size: inherit;
}
.content-format .h2,
.content-format h2 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f0f0f0;
}
.content-format .h3,
.content-format h3 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 4px;
  margin: 1em 0 0.5em;
}
.content-format .h4,
.content-format h4 {
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.content-format .h5,
.content-format h5 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-format .h6,
.content-format h6 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-format strong {
  font-weight: bold;
}
.content-format ul:not(.social-awesome) {
  list-style: disc outside;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
}
.content-format ul:not(.social-awesome) li {
  margin: 0 0 0 36px;
  margin: 0 1rem 0 2.571428571rem;
}
.content-format ul:not(.social-awesome).list-unstyled {
  list-style: none;
}
.content-format ul:not(.social-awesome).list-unstyled li {
  margin: 0 0 0 24px;
}
.content-format em {
  font-style: italic;
}
.content-format p {
  margin-bottom: 1.8em;
}
.content-format figure {
  margin-bottom: 42px;
}
.content-format figure .caption {
  color: #999;
  font-size: 14px;
}
.content-format img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.content-format .fa {
  color: #37a6c4;
  margin-right: 10px;
}
.content-format blockquote {
  border-left: 4px solid #c3c3c3;
  border-left: 4px solid rgba(51, 51, 51, 0.17);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1em;
  padding-left: 0.7778em;
}
.content-format blockquote.double-quote {
  border-left: none;
  padding-left: 1em;
}
.content-format pre {
  background: #fff;
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: .9em;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
}
.content-format ol {
  margin: 24px 0 24px;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
  list-style: decimal outside;
}
.content-format img.wp-smiley,
.content-format img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
/*
 * Theme Struck - Harmony - Free responsive Bootstrap admin template by Themestruck.com (http://themestruck.com)
 * Code licensed under the MIT
 * For details, see #
 */
/*ul,*/
/*li {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none;*/
/*}*/
/* Social Button Modifications */
.btn {
    font-size: 14px;
  text-transform: none;
}
.btn-social > :first-child {
  width: 42px;
  line-height: 46px;
}
.btn-social {
  padding-left: 58px;
}
/* Circle buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
/* Chart design */
/* Charts */
.chart-dot-list {
  display: block;
  margin-top: 60px;
  margin-left: 20px;
}
.chart-dot-list li {
  margin-bottom: 4px;
}
.chart-dot-list li:before {
  content: '';
  height: 12px;
  width: 12px;
  margin-right: 6px;
  display: inline-block;
  background: #222;
  border-radius: 50%;
}
.chart-dot-list li.a1:before {
  background: #F7464A;
}
.chart-dot-list li.a2:before {
  background: #46BFBD;
}
.chart-dot-list li.a3:before {
  background: #FDB45C;
}
.chart-doughnut {
  padding: 41px 0;
}
/* component */
.page-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.brand {
  background: #3e454c;
  position: relative;
  z-index: 3;
  position: fixed;
  width: 100%;
  top: 0;
}
.brand .logo {
  box-sizing: border-box;
  padding: 20px;
  float: left;
  display: block;
  width: 200px;
}
@media only screen and (min-width: 992px) {
  .brand .logo {
    width: 250px;
  }
}
.brand .logo img {
  height: 20px;
}
.brand .menu-btn {
  float: right;
  background: #232d3b;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 20px 20px;
}
@media only screen and (min-width: 992px) {
  .brand .menu-btn {
    display: none;
  }
}
.brand .ts-profile-nav {
  float: right;
  display: none;
}
.brand .ts-profile-nav li {
  float: left;
  position: relative;
}
.brand .ts-profile-nav li a {
  display: block;
  padding: 20px;
  color: #fff;
}
.brand .ts-profile-nav li ul {
  visibility: hidden;
  opacity: 0;
  right: 0;
  position: absolute;
}
.brand .ts-profile-nav li ul li {
  float: none;
  width: 180px;
}
.brand .ts-profile-nav li ul li a {
  padding: 10px 20px;
  background: #222;
}
.brand .ts-profile-nav .ts-account .fa-angle-down {
  float: right;
}
.brand .ts-profile-nav .ts-account > a {
  width: 180px;
  background: #2c3136;
}
.brand .ts-profile-nav .ts-account .ts-avatar {
  border-radius: 50%;
  height: 28px;
  margin: -10px 0;
  margin-right: 10px;
}
.brand .ts-profile-nav .ts-account:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .brand .ts-profile-nav {
    display: block;
  }
}
.ts-sidebar::-webkit-scrollbar-track {
  background-color: transparent;
}
.ts-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.ts-sidebar::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
}
.ts-sidebar {
  background: #2c3136;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  top: 60px;
  overflow-y: auto;
}
.ts-sidebar .hidden-side {
  display: none;
}
.ts-sidebar .ts-sidebar-search {
  width: 100%;
  background: #25292a;
  border: none;
  padding: 10px 15px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .ts-sidebar .ts-profile-nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .ts-sidebar {
    max-height: 100%;
    bottom: 0;
  }
}
.ts-sidebar-menu .ts-label {
  color: #585c64;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 10px;
}
.ts-sidebar-menu a {
  display: block;
  text-decoration: none;
  padding: 12px 15px;
  color: #fff;
}
.ts-sidebar-menu li {
  position: relative;
}
.ts-sidebar-menu li i {
  color: #585c64;
  margin-right: 10px;
}
.ts-sidebar-menu li ul {
  display: block;
  background: rgba(255, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.32);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu-open,
.ts-sidebar-menu .open > ul {
  max-height: 2000px;
}
.ts-sidebar-menu .open > a {
  background: rgba(51, 56, 62, 0.35);
}
.ts-sidebar-menu > .open > a {
  background: #33383e;
  border-left: 3px solid #37a6c4;
}
.ts-sidebar-menu .open > .more i {
  transform: rotate(180deg);
}
.more i {
  color: #fff;
  padding: 15px;
  transition: transform 0.3s;
}
.more {
  float: right;
  min-width: 10%;
  cursor: pointer;
}
.ts-main-content .content-wrapper {
  padding-top: 15px;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .ts-main-content .ts-sidebar {
    width: 250px;
    float: left;
  }
  .ts-main-content .content-wrapper {
    margin-left: 250px;
  }
}
/* Login page */
.login-page {
  position: absolute;
  height: 100%;
  width: 100%;
}
.premove.col-sm-12.col-lg-8 {
  padding: 0px;
}
.postmove.col-sm-12.col-lg-4 {
  padding: 0px 10px;
}

/***************************************/
/************* 18-AUG-2022 ************/
/*************************************/

.navbar-inverse .navbar-nav>li>a {
    color: #2b4209;
}

.heading_one {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    margin: 0px 0px 30px;
    padding-bottom: 15px;
    text-transform: capitalize;
    color: #333333;
}

.heading_one:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background-color: #008000;
    position: absolute;
    bottom: 0px;
    left: 0;
}

form#mortgate_form .form_row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

form#mortgate_form .form_row > .col-sm-12,
form#mortgate_form .form_row > .col-sm-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/*form#mortgate_form .form_row .form-control {*/
/*    font-size: 16px;*/
/*    line-height: 1px;*/
/*    font-weight: 600;*/
/*    color: #333333;*/
/*    height: auto;*/
/*    padding: 0px;*/
/*    border-width: 0px 0px 0px 0px;*/
/*    border-radius: 0px;*/
/*    border-color: #959595;*/
/*    background-color: transparent !important;*/
/*}*/

form#mortgate_form .form_row .input-group .input-group-addon {
    padding: 0px;
    border: 0px;
    background-color: transparent;
    line-height:3;
}

.mortgage_calculator .panel {
    border-top: 4px solid #2e4060;
    border-radius: 6px;
    background-color: #f3f3f3;
    padding: 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px, rgb(0 0 0 / 5%) 0px 1px 2px;
}

.mortgage_calculator .panel  .panel-header {
    background-color: #ffffff;
    border-bottom: 1px solid #d9d9d9;
}

.mortgage_calculator .panel .panel-header h2 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.mortgage_calculator .panel h4 {
    margin: 0px 0px 30px;
    font-size: 14px;
    font-weight: 500;
}

.mortgage_calculator .panel h5 {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #747474;
    margin-bottom: 10px;
}

.mortgage_calculator .panel h1 {
    margin: 0px 0px 25px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: #2e4060;
    letter-spacing: -0.5px;
    border-bottom: 1px dashed #c1c1c1;
}

.mortgage_calculator .panel h1 span {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-top: 3px;
}

.embeddadCode_container {
    border: 1px solid #ddd;
    border-top-width: 4px;
    border-top-color: #2e4060;
    margin: 20px 0px 0px;
    border-radius: 5px;
    padding: 50px;
    background-color: #f3f3f3;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px, rgb(0 0 0 / 5%) 0px 1px 2px;
}

.embeddadCode_container h1.heading_one:after {
    left: 50%;
    transform: translateX(-50%);
}

.embeddadCode_container #calc-embeddable-code {
    text-align: right;
}

.embeddadCode_container textarea {
    background-color: #222222 !important;
    padding: 20px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.embeddadCode_container #calc-embeddable-code span#link-copied {

}

.embeddadCode_container #calc-embeddable-code span#link-copied .message {
    margin-top: 10px;
    color: #ff0000 !important;
}

li.add_btn_inList .custom-control label {
    position: relative !important;
    padding-right: 64px !important;
}

li.add_btn_inList .custom-control label button.btn {
    position: absolute;
    right: 15px;
    top: 0px;
    /*transform: translateY(-50%);*/
    line-height: 1!important;
    padding: 0.35rem 0.35rem !important;
}

input[type="file"],
input[name="profile_pic"] {
    background-color: #f8f9fc;
    border: 1px solid #e2e9f3;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    color: #5c5c5c;
    padding: 0px !important;
}

input[type="file"]::file-selector-button,
input[name="profile_pic"]::file-selector-button {
    border: none;
    border-radius: 4px 0px 0px 4px;
    color: white;
    background-color: #5e72e4;
    border: 1px solid #5e72e4;
    height: 40px;
    cursor: pointer;
    transition: all .2s ease-in;
    margin-right: 15px;
    cursor: pointer;
}

input[type="file"]::file-selector-button:hover,
input[name="profile_pic"]::file-selector-button:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: #333333;
    transition: all .2s ease-in;
}

/*.inner_inputBox {*/
/*    padding: 10px;*/
/*    border-width: 1px 1px 4px 1px !important;*/
/*    border: 1px solid #d1d5db;*/
/*    border-radius: 6px;*/
/*    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px, rgb(0 0 0 / 5%) 0px 1px 2px;*/
/*}*/

/*form#mortgate_form .form_row .inner_inputBox label {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    color: #707070;*/
/*    margin-bottom: 0px !important;*/
/*    line-height: 1 !important;*/
/*    text-transform: capitalize;*/
/*}*/

.inner_inputBox,
.form_groupBox {
    position: relative;
    color: #444444;
    /* line-height: 1; */
    border: 1px solid #cad1d7;
    border-radius: 0.375rem;
    background-color: #fff;
    padding: 0.35rem 0.45rem;
}

.inner_inputBox.fa_iconAdd,
.form_groupBox.fa_iconAdd {
    padding-left: 35px !important;
}
.form_groupBox.fa_iconAdd input[type="date"] {
  padding: 0px !important;
 
}

.inner_inputBox.fa_iconAdd i,
.form_groupBox.fa_iconAdd i {
    color: #343B53;
    position: absolute;
    left: 5px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}

form#mortgate_form .form_row .inner_inputBox label,
.inner_inputBox label,
.form_groupBox label {
    margin-bottom: 2px !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 1 !important;
}

.inner_inputBox .form-control,
.form_groupBox .form-control {
    border: 0px !important;
    border-radius: 0px !important;
    outline: none !important;
    background-color: transparent !important;
    height: 24px !important;
    padding: 0px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #111111 !important;
    box-shadow: none !important;
}

.inner_inputBox textarea.form-control,
.form_groupBox textarea.form-control {
    height: auto !important;
}

.inner_inputBox .form-control::placeholder,
.form_groupBox .form-control::placeholder {
    color: #ffffff !important;
}

.inner_inputBox input[type="date"]:after,
.form_groupBox input[type="date"]:after {
    font-size: 12px !important;
}

.inner_inputBox input[type="file"],
.form_groupBox input[type="file"] {
    height: 24px !important;
    line-height: 24px !important;
}

.inner_inputBox input[type="file"]::file-selector-button,
.inner_inputBox input[type="profile_pic"]::file-selector-button,
.form_groupBox input[type="file"]::file-selector-button,
.form_groupBox input[name="profile_pic"]::file-selector-button {
    font-size: 12px !important;
    height: 22px !important;
    line-height: 16px !important;
}

.inner_inputBox .select2-container--default .select2-selection--single,
.form_groupBox .select2-container--default .select2-selection--single,
.select2-dropdown {
    border: 0px !important;
}

.select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px -3px 6px -3px rgb(0 0 0 / 25%) !important;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 3px 6px -3px rgb(0 0 0 / 25%) !important;
}



.btn_one,
.btn_two {
    background-color: transparent;
    border: 2px solid #008000;
    color: #242424;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 24px 9px;
}

.btn_one:hover,
.btn_one:focus,
.btn_one:focus-visible,
.btn_two {
    background-color: #008000;
    border: 2px solid #008000;
    color: #ffffff;
    outline: none;
}

.btn_two:hover,
.btn_two:focus,
.btn_two:focus-visible {
    background-color: #ffffff;
    border: 2px solid #008000;
    color: #242424;
    outline: none;
}

.mt_15 {
    margin-top: 15px;
}

.mt_30 {
    margin-top: 30px;
}

.my_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.hidemob{ display : none!important; }

.portlet-header {
    background-color: #ccc;
    padding: 5px 10px;
    border-radius: 4px;
}

.doc-list label {
    display:block;
}

h3.header-title {
    position: relative;
    padding: 12px 20px;
}

span.portlet-toggle {
    position: absolute;
    display: block;
    padding: 16px;
    cursor: pointer;
    right: 5px;
    top: 0px;
}


.dash .col a {
	/*font-size: 13px;*/
	color: inherit;
	/*height: 5px;*/
	display: block;
	/*margin: 18px 0px;*/
	font-weight: 500;
}

.dash .col {
	min-height: 80px;
}

.dash .col ul {
    padding: 10px 0px 0px;
    margin: 0px;
    list-style: none;
}

.dash .col ul li {
    position: relative;
    padding-left: 16px;
    color: #777777;
}

.dash .col ul li + li {
    margin-top: 5px;
}

.dash .col ul li:before {
    content: "";
    width: 10px;
    height: 2px;
    display: block;
    background-color: #8060e4;
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
}


.custom-switch .custom-control-label::before{ height:1rem!important;}

textarea.form-control {
	transition:none;
}

tr.todaybirthday {
  background-color: rgb(46, 55, 95)!important;
  color: white;}
  td.todaybirthday {
    font-size: 14px !important;
  }
  .table-hover tbody tr.todaybirthday:hover {
    
    color: white;
      background-color: rgb(46, 55, 95);
}


.select2-results__option {
	text-transform: uppercase;
}

#select2-lookupNumber-container {
	text-transform: uppercase;
}

.pdf-header{
  width: 100%;
 
  
}
.pdf-header .pdf-title h1{
  color: red;
  width: 20px;
}
.pdf-pic{
  
  
}
.middle-para p{
  font-size: 18px;
  font-weight:50;

}



@media (max-width: 1399.98px) {
    
    .dash .col ul li {
        font-size: 13px;
    }
    
    .display-2 {
        font-size: 2.5rem;
    }

}

@media (max-width: 1199.98px) {
    
    .heading_one {
        font-size: 21px;
    }
    
    .mortgage_calculator .panel {
        padding: 0px;
    }
    
    .mortgage_calculator .panel h4 {
        margin: 0px 0px 15px;
    }
    
    .mortgage_calculator .panel h1 {
        margin: 0px 0px 15px;
        padding-bottom: 15px;
        font-size: 22px;
    }
    
    .mortgage_calculator .panel h1 span {
        font-size: 12px;
        margin-top: 2px;
    }
    
    .mortgage_calculator label {
        font-size: 12px;
    }
    
    .mortgage_calculator form#mortgate_form .input-group {
        width: 65%;
    }
    
    form#mortgate_form .form_row .input-group .input-group-addon {
        font-size: 12px;
        letter-spacing: -0.5px !important;
        line-height: 4;
    }
    
    .inner_inputBox.fa_iconAdd,
    .form_groupBox.fa_iconAdd {
        padding-left: 25px !important;
    }
    
    .inner_inputBox.fa_iconAdd i,
    .form_groupBox.fa_iconAdd i {
        left: 4px;
        font-size: 16px;
    }
   
    
    form#mortgate_form .form_row .inner_inputBox label,
    .inner_inputBox label,
    .form_groupBox label {
        font-size: 11px !important;
    }
    
    .inner_inputBox .form-control,
    .form_groupBox .form-control {
        font-size: 13px !important;
    }
    
    
}
@media (max-width: 1094px) {
.form_groupBox.fa_iconAdd input[type="date"] {
  padding: 0px !important;
  font-size: 10px !important;
 
}
}
@media (max-width: 991.98px) {
    
    .dash .col ul li {
        font-size: 12px;
    }
    
    input[type="date"]:after {
      font-size: 8px !important;
      padding: 0px;
  }
  .form_groupBox.fa_iconAdd input[type="date"] {
    font-size: 12px !important;
    padding: 0px;
}
}

@media (max-width: 767.98px) {
  .form_groupBox.fa_iconAdd input[type="date"] {
    font-size: 12px !important;
    padding: 0px;
}
}
    
    .mortgage_calculator .panel .panel-header h2 {
        font-size: 14px;
    }
    
    .heading_one {
        font-size: 18px;
    }
    
    .embeddadCode_container {
        padding: 20px;
    }
    
    input[type="file"],
    input[name="profile_pic"] {
        height: 32px !important;
        line-height: 30px !important;
    }

    input[type="file"]::file-selector-button,
    input[name="profile_pic"]::file-selector-button {
        height: 30px !important;
        line-height: 26px !important;
    }
    
    
}

@media (max-width: 575.98px) {
    
    .mortgage_calculator .panel {
        padding: 0px;
    }
    
    .heading_one {
        font-size: 16px;
    }

    
}

