html {
  overflow-x: hidden;
  position: relative;
  /* min-height: 100%; */
}

body {
  position: relative;
  box-sizing: border-box;
  font-weight: normal;
  min-height: calc(95vh + 5px);
  background-color: #d4d4d4;
}
img{
  width: 100%;
}
.main img {
  max-width: 10rem;
}
body,
body * {
  font-family: "Nunito", sans-serif !important;
}

@media (max-width: 576px) {
  body {
    overflow-x: hidden;
  }
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

a,
input,
input:focus,
.nice-select:after,
.nice-select .option,
.form_label_5 button,
.bg_img_button:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

body,
.roboto_font,
.form_label input,
.form_label span,
.form_label ul li,
.form_tab_link .nav-tabs a {
  /* font-family: sans-serif, "Roboto"; */
}

.oswald_font {
  font-family: "Oswald", sans-serif;
}

.bold_600,
.nice-select .option.selected {
  font-weight: 600;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .form_left {
    padding: 70px;
  }

  .header_right_btn .def_btn {
    min-width: 133px;
    height: 51px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #form_id .container {
    /*max-width: 970px;*/
  }

  #form_id .font_60 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }

  #form_id .container {
    /*max-width: 1200px;*/
  }

  .form_container.newcase .container {
    max-width: 1400px;
  }

  .form_container.report .container {
    max-width: 1600px;
  }

  .form_container.rfq_inner .container {
    max-width: 800px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.text_blue,
.signup_btn:hover,
.nav-tabs .nav-link.active,
.nice-select .option.selected,
.form_label_5 button:hover {
  color: #112d77;
}

.bg_blue,
.login_btn:hover {
  background-color: #112d77;
  transition: all 250ms ease-in-out;
}

.signup_btn:hover,
.nice-select,
.nice-select .list {
  background-color: #fff;
}

.login_btn:hover,
.footer_menu li a:hover,
.copyright_social a:hover,
.copyright_small_text a:hover {
  color: #fff;
}

.text_light_blue {
  color: #43cdff;
}

.border_blue,
.signup_btn:hover,
.form_label_5 button,
.form_label input:focus,
.form_label input:outline,
.header_right_btn .signup_btn:hover,
.form_label_5 button {
  border-color: #112d77;
}

.form_label input:focus {
  outline-color: #112d77;
  outline: none;
}

.font_18,
.nice-select {
  font-size: 14px;
}

.def_btn {
  border-radius: 5px;
  padding: 10px 30px;
  border: 2px solid #112d77;
  border: none;
  letter-spacing: 1px;
}

nav {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*form*/
.form_bottom {
  border-radius: 7px;
  box-shadow: 0px 14px 60px 0px rgb(17, 45, 119, 0.1);
  z-index: 1;
  margin-top: 0;
  /*min-width: 585px;*/
}

.form_tab_link .nav-tabs a {
  padding: 0;
  border: 0;
  color: #999a9e;
  font-size: 1rem;
  border-bottom: 2px solid #e0e1e2;
  font-weight: 400;
}

.form_tab_link .nav-tabs a.active {
  font-weight: bold;
}

.form_container .nav-tabs .nav-link.active {
  border-bottom-color: #112d77;
  background-color: transparent;
}

.form_label i {
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
  color: #515258;
  z-index: 1;
}

.form_label input {
  padding: 12px 55px;
  border-radius: 4px;
  border: 1px solid #cacaca;
  background-color: #f1f1f1;
}
.nice-select {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #cacaca;
  background-color: #f1f1f1;
  /* height: 47px; */
}

.icon_show {
  height: 58px;
}

.form_label input::placeholder,
.nice-select {
  color: #b2b3b7;
}

button,
.form_label_5 button {
  box-shadow: 0px 6px 30px 0px rgb(15, 43, 118, 0.35);
  cursor: pointer;
  padding: 8.5px 55px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 0.65rem 2.1rem;
  background-color: #112d77;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  margin: auto;
}

button:focus {
  outline: none;
}

button:hover,
.form_label_5 button:hover {
  background-color: #2e4e7d;
  color: #fff;
}

button:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -6px;
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }

  .form_bottom_col_1 {
    border-radius: 7px 0 0 7px;
  }

  .form_bottom_col_2 {
    border-radius: 0 7px 7px 0;
  }
}

.bg_img_button {
  width: 28px;
  height: 15px;
}

.bg_img_button:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 15px;
  background-image: url(../images/right_png.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_label_5 button:hover .bg_img_button:after {
  background-position: center right;
}

.form_label.form_label_5 i {
  top: 0;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  ._title h1 {
    color: #112d77;
    font-size: 25px;
  }

  .form_tab_link .nav-tabs a {
    font-size: 1rem;
  }

  .form_label input,
  .nice-select {
    padding: 8.5px 40px;
    border-radius: 5px;
  }

  .nice-select {
    height: 46px;
  }

  .form_label i {
    font-size: 14px;
    left: 13px;
  }

  .form_label.form_label_4 i {
    transform: translateY(-61%);
  }

  .font_18,
  .nice-select {
    font-size: 14px;
  }

  .nice-select.wide .list {
    max-height: 120px;
  }

  .form_label_5 button {
    padding: 10.5px 10px;
  }

  .header_right_btn > a {
    font-size: 14px;
  }

  .def_btn {
    border-radius: 5px;
    padding: 5px 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form_tab_link .nav-tabs a,
  .form_label_5 button,
  .font_18,
  .nice-select {
    font-size: 1rem;
  }

  .form_label i {
    font-size: 20px;
    top: 50%;
  }

  .form_label_5 button {
    padding: 10.5px 10px;
  }

  .form_label input,
  .nice-select {
    padding: 9.5px 50px;
  }

  .nice-select {
    height: 48px;
    line-height: 30px;
  }

  .form_label.form_label_4 i {
    transform: translateY(-60%);
  }

  .nice-select.wide .list {
    max-height: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .font_60 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .font_60 {
    font-size: 60px;
    letter-spacing: 1px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .form_left {
    padding: 40px;
  }

  #form_id .font_60 {
    font-size: 38px;
  }

  .form_bottom {
    margin-top: 30px;
  }

  .form_label_5 button {
    padding: 10.5px 15px;
    font-size: 14px;
  }

  .form_label input,
  .nice-select {
    padding: 8.5px 55px;
  }

  .nice-select {
    height: 54px;
  }

  .tab-pane > div {
    margin-top: 10px;
  }

  .header_right_btn .def_btn {
    width: auto;
    height: 40px;
    font-size: 14px;
    padding: 7.5px 30px;
  }

  nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header_logo img {
    max-width: 200px;
  }
}

/*footer*/
.footer {
  /* height: 100px; */
  min-width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.footer_menu li {
  list-style: none;
}

.footer_menu li a {
  font-size: 14px;
}

.footer_menu li a:hover {
  opacity: 0.7;
}

.footer_menu li a:hover,
.copyright_small_text a {
}

.copyright_bottom {
  border-top-color: #344c8b;
}

.copyright_small_text p,
.copyright_social a,
.copyright_small_text a {
  font-size: 14px;
  color: #eee;
}

@media screen and (max-width: 767px) {
  .footer_menu li a {
    font-size: 14px;
  }

  .copyright_small_text p,
  .copyright_social a,
  .copyright_small_text a {
    font-size: 14px;
    line-height: 1.4;
  }

  .footer_logo {
    max-width: 160px;
  }
}

/*starting*/
#form_id {
  /*max-width: 685px;*/
}

.first-section {
  /* background: #dbeeff; */
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.home {
  background: url("../images/home-illustration.png");
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .first-section {
    padding: 40px;
  }

  .form_left {
    width: 100%;
  }

  .form_bottom {
    min-width: 100% !important;
  }

  #form_id {
    max-width: 100%;
    margin: 0;
  }

  .second-section {
    display: none;
  }
}

/*logged page*/
/*navbar*/
@media (min-width: 1200px) {
  #logged_page .header_right_btn .def_btn {
    width: auto;
    text-transform: initial;
    padding: 10px 20px;
  }
}

.profile {
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.profile-info h6 {
  margin-left: 10px;
  color: #112d77;
  margin-bottom: 0;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}

.profile-info h6 i {
  opacity: 0.6;
  margin-left: 10px;
}

.dropdown-menu {
  top: 15px !important;
}

/* .dropdown-menu a:nth-child(3) {
  display: none;
}
.nav-item .dropdown-menu a:nth-child(3) {
  display: block;
} */

.profile-button .dropdown-menu .dropdown-item {
  color: #112d77;
  font-weight: 700;
  font-size: 0.9rem;
}
.profile-button,
.profile-button * {
  font-size: 0.9rem;
}

@media screen and (max-width: 480px) {
  .profile-info {
    /* margin-left: 10px; */
  }

  .profile-info h5 span {
    display: none;
  }

  .profile-info h5 i {
    margin-left: 0px;
  }

  .dropdown-menu a {
    font-size: 14px;
  }

  /* .dropdown-menu a:nth-child(3) {
    display: block;
  } */

  .header_logo img {
    max-width: 150px;
  }

  .dropdown-menu {
    top: 14px !important;
  }
}

/*aproval pages*/
.inner {
  /* background: #f1f2f3; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto;
  padding: 50px;
}

@media (max-width: 480px) {
  .inner {
    padding: 0;
  }

  .main {
    min-height: auto;
  }
}

.main {
  padding: 10px 0;
  max-width: 860px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 15px rgba(15, 43, 118, 0.1);
  box-shadow: 0px 6px 15px rgba(15, 43, 118, 0.1);
}

.main h1 {
  font-family: "Oswald";
  font-size: 40px;
  color: #010b26;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 55px;
}

.main p {
  font-size: 22px;
  color: #999999;
  margin-top: 25px;
  margin-bottom: 80px;
  font-weight: 500;
}

.main button {
  min-width: 555px;
  padding: 14.5px 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 15px rgba(15, 43, 118, 0.3);
  box-shadow: 0px 6px 15px rgba(15, 43, 118, 0.3);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.main button:hover {
  background: transparent;
  color: #112d77;
}

.main button:hover .bg_img_button:after {
  background-position: center right;
}

@media screen and (max-width: 767px) {
  .main {
    max-width: 100%;
    padding: 60px 0;
  }

  .main img {
    max-width: 100px;
  }

  .main h1 {
    font-size: 30px;
    margin-top: 27px;
  }

  .main p {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .main button {
    min-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main h1 {
    margin-top: 35px;
  }

  .main p {
    margin-bottom: 60px;
  }
}

/*successful_sign_up*/
#successful_sign_up .main h1 {
  font-family: "Roboto";
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  #successful_sign_up .main h1 {
    font-size: 25px;
  }
}

/*successful_upload_new_case*/
#successful_upload_new_case .main h2 {
  font-size: 24px;
  color: #08122b;
  font-weight: 500;
}

.tick {
  height: 140px;
  width: 140px;
  border-radius: 100%;
  border: 8px solid #1bc363;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tick i {
  font-size: 90px;
  color: #1bc363;
}

@media screen and (max-width: 767px) {
  #successful_upload_new_case .main h2 {
    font-size: 14px;
  }
}

/*verfication_email*/
#verfication_email .main h1 {
  letter-spacing: 0;
}

#verfication_email .main a {
  color: #112d77;
}

/*verfiied_email*/
#verfiied_email .main h2 {
  color: #08122b;
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
}

#verfiied_email .main p {
  color: #b2b3b7;
}

@media screen and (max-width: 767px) {
  #verfiied_email .main h2 {
    font-size: 14px;
  }

  .tick {
    height: 80px;
    width: 80px;
    position: relative;
  }

  .tick i {
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*Landing Page*/
#landing_page .landing-main {
  background: #fff;
  padding: 45px;
  max-width: 1295px;
  min-height: calc(100vh);
  /* -webkit-box-shadow: 0px 14px; 30px rgba(17, 45, 119, 0.08);
    box-shadow: 0px 14px; 30px rgba(17, 45, 119, 0.08); */
}

#landing_page .landing-main .item {
  padding: 60px 55px;
  background: #ebeff8;
  text-align: center;
  margin-top: 10px;
  min-height: 109%;
}

#landing_page .landing-main .item h1 {
  font-size: 30px;
  line-height: 40px;
  color: #08122b;
  font-weight: 700;
  letter-spacing: 1px;
}

#landing_page .landing-main .item p {
  margin-top: 40px;
  font-size: 14px;
  line-height: 18.5pt;
  color: #08122b;
  font-weight: 500;
}

#landing_page .landing-main button {
  min-width: 380px;
  padding: 14.5px 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 15px rgba(15, 43, 118, 0.3);
  box-shadow: 0px 6px 15px rgba(15, 43, 118, 0.3);
  position: relative;
  left: 50%;
  width: auto;
  margin-top: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#landing_page .landing-main button:hover {
  background: transparent;
  color: #112d77;
}

#landing_page .landing-main button:hover .bg_img_button:after {
  background-position: center right;
}

@media screen and (max-width: 480px) {
  #landing_page .landing-main .item {
    margin-top: 20px;
    min-height: auto;
  }

  #landing_page .landing-main {
    padding: 10px !important;
    max-width: 100%;
  }

  #landing_page .row {
    margin: 0;
  }

  #landing_page .landing-main button {
    min-width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #landing_page .landing-main .item {
    padding: 40px 35px;
  }

  #landing_page .landing-main .item h2 {
    font-size: 20px;
  }

  #landing_page .landing-main .item p {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #landing_page .landing-main .item {
    padding: 30px 35px;
    min-height: auto;
  }

  #landing_page .landing-main button {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #landing_page .landing-main .item {
    padding: 40px 30px;
    min-height: auto;
  }

  #landing_page .landing-main .item h2 {
    font-size: 24px;
  }

  #landing_page .landing-main .item p {
    font-size: 14px;
  }
}

/* new case page*/
/*Report Individiaul css*/
.nice-select.wide .list {
  left: 0;
  right: 0;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  z-index: 999;
  margin-bottom: 0;
  padding: 10px 10px;
  max-height: 160px;
  overflow-y: auto;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
} /*margin-bottom: 1rem;*/

.drop_news {
  width: 100%;
  height: 100%;
  display: block;
}

textarea {
  padding: 8.5px 14.5px;
  border-radius: 5px;
  height: 100px;
  color: #515258;
  border: 1px solid #cacaca !important;
  background-color: #f1f1f1 !important;
}
textarea:focus {
  outline: none;
}

.form_label i.ri-eye-off-line {
  left: auto;
  right: 19px;
  color: #d7d7d9;
}

.inner #nav-tab {
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

h3.form_heading {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

.form_btn {
  margin: 0 auto;
}

.checkbox-btn {
  margin-right: 10px;
  position: relative;
}

label.check-label {
  color: #999a9e;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}

button.form_btn_new {
  margin: 0 auto;
  width: 43%;
}

.check_box {
  margin: 0.5rem;
}

.check_box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.check_box input[type="checkbox"] + .check-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border-radius: 5px;
}

.check_box input[type="checkbox"]:checked + .check-label:before {
  background-color: #0f2b76;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #0f2b76;
}

.check_box input[type="checkbox"]:focus + .check-label:before {
  outline: none;
  border-color: #0f2b76;
}

.check_box input[type="checkbox"]:disabled + .check-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.check_box input[type="checkbox"] + .check-label:empty:before {
  margin-right: 0;
}

.inner .form_main {
  padding: 90px 120px;
}

.new_case {
  /*margin-top: 2.5rem;*/
}

.submit_btn {
  margin-top: 50px;
}

.nice-select.wide {
  /*margin-bottom: 1rem;*/
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .new_case {
    margin-top: 1rem;
  }

  .inner .form_main {
    padding: 45px;
  }

  h2.form_heading {
    margin-bottom: 15px;
  }

  .submit_btn {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .new_case {
    /* margin-top: 1.5rem;
         margin-bottom: 1.5rem;*/
  }

  .inner .form_main {
    padding: 45px;
  }

  h2.form_heading {
    margin: 21px 0;
  }

  .submit_btn {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 991px) {
  label.radio-label {
    display: flex;
  }

  textarea {
    height: 105px;
  }

  label.radio-label {
    font-size: 14px;
  }

  button.sign_up {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .nice-select.wide {
    margin-bottom: 15px;
  }

  button.sign_up {
    width: 100%;
  }

  label.radio-label {
    display: block;
  }

  label.radio-label span {
    display: inline-block;
    width: 87%;
  }

  .inner .form_main {
    padding: 15px;
  }

  .radio {
    margin: 0.5rem 0;
  }

  .radio input[type="radio"] + .radio-label:before {
    margin-right: 10px;
  }

  h2.form_heading {
    font-size: 26px;
  }

  label.check-label {
    font-size: 14px;
    width: 100%;
    display: flex;
  }

  button.form_btn_new {
    width: 100%;
  }

  label.check-label span {
    width: 95%;
  }
}

@media screen and (max-width: 575px) {
  .inner .form_main {
    padding: 0;
    box-shadow: none;
  }

  .form_bottom {
    box-shadow: none;
  }

  .inner {
    /* background: #fff; */
    padding: 30px 0;
  }

  .inner #nav-tab {
    padding: 0;
  }

  .check_box {
    margin: 0.5rem 0;
  }
}

/*Report a business*/
.upload button {
  background: #ebeff8;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 14.5px 55px;
  border-radius: 5px;
  color: #515258;
  font-size: 14px;
}

.form_label.upload i {
  left: 30%;
}

.upload input[type="file"] {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .form_label.upload i {
    left: 30%;
  }
}

@media screen and (max-width: 1199px) {
  .form_label.upload i {
    left: 17%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .upload button {
    padding: 14.5px 36px;
    font-size: 14px;
  }

  .form_label.upload i {
    left: 4%;
  }

  .form_label i {
    left: 10px;
  }

  .form_label input,
  .nice-select {
    padding: 9.5px 36px;
  }
}

@media screen and (max-width: 767px) {
  .form_label.upload i {
    left: 22%;
  }

  .upload button {
    padding: 8.5px 17px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .form_label.upload i {
    left: 13px;
  }

  .upload button {
    padding: 8.5px 17px;
    font-size: 14px;
  }

  .upload input[type="file"] {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .font_18,
  .nice-select {
    font-size: 14px;
  }

  .upload button {
    font-size: 14px;
  }
}

/* Report screen page*/
.inner_rep {
  background: #f1f2f3;
  display: -webkit-box;
  display: -webkit-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto;
  padding: 50px;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.creditor {
  flex-basis: 75% !important;
}

.table td,
.table th {
  padding: 23px 27px;
}

.totakl-bill {
  font-size: 21px;
  text-align: center;
  margin: 0 auto 10px;
  color: #0f2b76;
}

.report_inner {
  margin-top: 1rem;
}

thead.thead {
  background: #0f2b76;
  color: #fff;
}

.table {
  border: none;
  margin-bottom: 0;
  box-shadow: 0px 14px;
  /* 60px 0px rgba(17, 45, 119, 0.08); */
}

.table_form {
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

button.form_btn_report {
  width: 35%;
  margin: 0 auto;
}
button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #eceffb;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table thead th,
tbody tr td {
  border-right: 1px solid rgba(233, 235, 242, 0.5);
}

.table thead th:last-child,
tbody tr td:last-child {
  border: none;
}

.table thead th {
  border-bottom: none;
}

.table td,
.table th {
  border-top: none;
  font-size: 22px;
}

.table-responsive-stack td,
.table-responsive-stack th {
  display: block;
  /*
       flex-grow | flex-shrink | flex-basis   */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}

td {
  color: #000;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .table td,
  .table th {
    padding: 20px;
    font-size: 14px;
  }

  .report .form_main {
    padding: 20px;
  }

  button.form_btn_report {
    width: 45%;
  }
}

@media screen and (max-width: 1199px) {
  .table td,
  .table th {
    padding: 20px;
    font-size: 14px;
  }

  button.form_btn_report {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
  }

  thead.thead {
    display: none !important;
  }

  .table td,
  .table th {
    padding: 8px 15px;
    font-size: 14px;
  }

  .totakl-bill {
    font-size: 14px;
    padding: 0 15px;
  }

  /*  IE9 FIX   */
  .table-responsive-stack td {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .inner_rep {
    padding: 30px 0;
  }

  button.form_btn_report {
    width: 100%;
  }
}

/* signing contract page*/
.term-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  background-color: #0f2b76;
  text-align: center;
  padding: 26px;
}

.contract {
  padding: 60px 70px;
  text-align: center;
  font-size: 22px;
  color: #b2b3b7;
}

.cust-name {
  font-size: 20px;
}

.cust-input {
  color: #010b26;
  border-bottom: 1px solid #dededf;
  font-size: 24px;
  padding: 20px 0;
}

.right {
  text-align: right;
}

@font-face {
  font-family: HathemBosteem;
  src: url(../fonts/HathemBosteemFREE.otf);
}

.cust-sign {
  font-size: 50px;
  color: #000;
  font-family: HathemBosteem;
  padding-top: 30px;
}

.contract.sign_agrement {
  padding-top: 30px;
}

.privacy-policy {
  color: #b2b3b7;
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
}

button.sign_up {
  width: 48%;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .term_case {
    margin-top: 3rem;
  }

  .col-12.contract.sign_agrement {
    padding-top: 0;
  }

  .report.contract_sign .form_main {
    padding: 0;
  }

  .contract {
    padding: 40px 40px 20px;
    text-align: center;
    font-size: 14px;
    color: #b2b3b7;
  }

  .privacy-policy {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .submit_btn {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .contract {
    font-size: 14px;
  }

  .privacy-policy {
    font-size: 14px;
  }

  .col-12.contract.sign_agrement {
    padding-top: 0;
  }

  .term-title {
    font-size: 32px;
    padding: 16px;
  }

  .contract {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .contract {
    padding: 40px 50px;
    font-size: 14px;
  }

  .cust-sign {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contract {
    padding: 15px 20px;
  }

  .right {
    text-align: center;
    padding-top: 10px;
  }

  .term-title {
    font-size: 22px;
    padding: 16px;
  }

  .privacy-policy {
    font-size: 14px;
    padding: 0 15px 15px;
  }

  button.sign_up {
    width: 100%;
  }
}

/* sign up css*/
.drop_sec p {
  font-size: 15px;
  color: #9a9ca2;
  text-align: center;
}

.upload_sign button {
  background: #ebeff8;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 14.5px 55px;
  border-radius: 5px;
  color: #0f2b76;
  font-size: 14px;
}

.form_label.upload_sign i {
  color: #0f2b76;
}

.upload_sign button span {
  color: #999999;
  font-size: 14px;
}

.upload_sign input[type="file"] {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

.form_label.upload_sign i {
  left: 30%;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .form_label.upload_sign i {
    left: 30%;
  }
}

@media screen and (max-width: 1199px) {
  .form_label.upload_sign i {
    left: 17%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .upload_sign button {
    padding: 14.5px 36px;
    font-size: 14px;
  }

  .form_label.upload_sign i {
    left: 4%;
  }

  .form_label i {
    left: 10px;
  }

  .form_label input,
  .nice-select {
    padding: 9.5px 36px;
  }
}

@media screen and (max-width: 767px) {
  .form_label.upload_sign i {
    left: 22%;
  }

  .upload_sign button {
    padding: 8.5px 17px;
    font-size: 14px;
  }

  .inner .sign-up .form_main {
    padding: 15px;
  }

  .drop_sec p {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .form_label.upload_sign i {
    left: 15px;
  }

  .upload_sign button {
    padding: 8.5px 17px;
    font-size: 14px;
  }

  .form_label button i {
    font-size: 14px;
    left: 13px;
    display: none;
  }

  #terms.inner {
    background: #f1f2f3;
  }
}

@media screen and (max-width: 320px) {
  .font_18,
  .nice-select {
    font-size: 14px;
  }

  .upload_sign button {
    padding: 8.5px 17px;
    font-size: 14px;
  }
}

/*Rqf page css*/
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.otf);
}

h3.form_heading.rfq {
  font-size: 24px;
  padding-top: 25px;
  font-family: Roboto-Light;
}

.row.submit_rfq {
  margin: 20px auto 0;
}

a.fpass {
  color: #999a9e;
  margin: 10px 0 4px 0px;
  float: right;
}

a.fpass:hover {
  color: #112d77;
}

.rfq-content .radio {
  margin: 0.5rem 0;
}

.rfq-content .radio input[type="radio"] + .rfq-content .radio-label:before {
  top: 3px;
}

.bg_white {
  background-color: #fff;
}

.text-blue {
  color: #112d77;
}

.btn_rfq {
  margin-bottom: 10px;
}

.rfq-content button.form_btn_rfq:hover {
  background-color: #112d77;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  h3.form_heading.rfq {
    padding: 25px 110px 0;
  }
}

@media screen and (max-width: 991px) {
  h3.form_heading.rfq {
    padding: 25px 0px 0;
  }
}

@media screen and (max-width: 991px) {
  h3.form_heading.rfq {
    font-size: 40px;
    padding: 25px 0px 0;
  }
}

@media screen and (max-width: 767px) {
  a.fpass {
    margin: 0;
    float: left;
  }
}

@media screen and (max-width: 575px) {
  h3.form_heading.rfq {
    font-size: 20px;
  }

  .rfq_inner img {
    width: 100%;
  }
}

.toggle-password {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  /*login page*/
  .inner .form_main {
    padding: 30px;
  }
  .inner {
    min-height: auto;
  }
  h3.form_heading.rfq {
    font-size: 18px;
  }
  .footer_menu li a {
    font-size: 12px;
  }
  .header_right_btn .def_btn {
    line-height: 20px;
    font-size: 12px;
  }
  .check_box label span {
    line-height: 25px;
  }
  h3.form_heading {
    font-size: 30px;
  }
  .drop_sec p {
    font-size: 12px;
  }
  .first-section {
    padding: 50px;
  }

  /*other pages*/
  .main {
    padding: 10px 0;
  }
  .main p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main h1,
  #successful_sign_up .main h1 {
    margin-top: 27px;
    font-size: 24px;
  }
  #verfiied_email .main p {
    font-size: 14px;
  }
  #verfiied_email .main p br {
    display: none;
  }
  #landing_page .landing-main .item h2 {
    font-size: 26px;
  }
  #landing_page .landing-main .item p {
    font-size: 16px;
    margin-top: 20px;
  }
  #landing_page .landing-main button {
    margin-top: 50px;
  }
  #landing_page .landing-main .item {
    padding: 30px 27px;
  }
  #landing_page .landing-main {
    padding: 23px;
  }
}

.blue-bg {
  background-color: #dbeeff;
}

.w-100 {
  width: 100%;
}

.select2 {
  margin-bottom: 0px !important;
}

@media (min-width: 1600px) {
  .profile-button,
  .profile-button * {
    font-size: 1rem;
  }
}
