/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  color: #192535;
  font-size: 16px;
  letter-spacing: 0.26px;
  font-weight: 400;
  background: #ffffff;
  height: unset;
  width: 100%;
  max-width: 2500px;
  margin: 0px auto;
  padding: 0;
  overflow-x: hidden;
  z-index: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.container-fluid {
  padding: 0px;
  height: 100%;
}

.container {
  max-width: 1480px;
}

* {
  box-sizing: border-box;
}

p, tr td {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: #6e6e6e;
  margin: 0px;
}

h1,
h2,
h3 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  color: #192535;
  font-size: 28px;
  letter-spacing: 1.2px;
  font-weight: 600;
}

h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
}

a {
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px;
  color: #6e6e6e;
  font-weight: 500;
  text-transform: capitalize;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

section {
  position: relative;
}

dialog {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.bold_p {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0;
}

.mt_30 {
  margin-top: 30px;
}

.section_title {
  text-align: center;
}
.section_title h2 {
  font-size: 45px;
}
.section_title p {
  font-size: 28px;
  font-weight: 500;
  color: #5e5291;
}

.rg_trade {
  font-size: 13px;
  vertical-align: super;
}

p .rg_trade {
  font-size: 10px;
}

.form-control {
  border: 1px solid #ebebeb;
  padding: 8px 14px;
  border-radius: 10px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #bfc4ca;
}

.dropdown-menu {
  max-width: auto;
}
.dropdown-menu li {
  padding: 0px 10px;
  display: block;
}
.dropdown-menu li a {
  padding: 6px 8px;
  border-radius: 10px;
}
.dropdown-menu li a:hover {
  background: rgb(236, 245, 251);
}

header {
  position: fixed;
  z-index: 99;
  background: #ffffff;
  width: 100%;
  box-shadow: 5px 5px 20px 0px rgba(112, 122, 130, 0.2);
}
header .header_top {
  background: #192535;
}
header .header_top .top_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
header .header_top .top_area p {
  font-size: 14px;
  color: #869ab5;
}
header .header_top .top_area a {
  font-size: 14px;
  color: #869ab5;
}
header .header_top .top_area a img {
  width: 20px;
}
header .menu_header nav {
  padding: 0;
}
header .menu_header nav .navbar-brand img {
  width: 330px;
}
header .menu_header nav .collapsebar .navbar-nav li.nav-item {
  padding: 0px 7px;
}
header .menu_header nav .collapsebar .navbar-nav li.nav-item a.nav-link {
  padding: 0px;
  font-weight: 500;
  font-size: 14px;
  color: #192535;
}
header .menu_header nav .collapsebar .navbar-nav li.nav-item a.nav-link.active {
  color: #f7645a;
}
header .menu_header nav .collapsebar .navbar-nav li.nav-item a.nav-link:hover {
  color: #f7645a;
}
header .menu_header nav .menu_buttons {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
header .menu_header nav .menu_buttons a {
  font-size: 14px;
  padding: 8px 15px;
  background: #f7645a;
  border-radius: 8px;
  color: #ffffff;
  border: 1px solid #f7645a;
}
header .menu_header nav .menu_buttons .login {
  color: #1db9b9;
  background: #ffffff;
  border: 1px solid #1db9b9;
  transition: all 0.2s ease-in-out;
}
header .menu_header nav .menu_buttons .login:hover {
  background: #1db9b9;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.btn_double {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.btn_double a {
  font-size: 15px;
  padding: 10px 20px;
  background: #f7645a;
  border-radius: 8px;
  color: #ffffff;
  border: 1px solid #f7645a;
}
.btn_double .login {
  color: #1db9b9;
  background: #ffffff;
  border: 1px solid #1db9b9;
  transition: all 0.2s ease-in-out;
}
.btn_double .login:hover {
  background: #1db9b9;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.banner {
  background: #192535;
  position: relative;
  overflow: hidden;
  background: url("../images/banner_bg.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.banner .shape_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .shape_bottom img {
  width: 100%;
}
.banner .banner_content {
  padding: 100px 0px 160px;
  position: relative;
}
.banner .banner_content h1 {
  color: #ffffff;
  font-size: 60px;
}
.banner .banner_content p {
  font-size: 24px;
  color: #f7645a;
}
.banner .banner_content .btn_double {
  margin-top: 20px;
}
.banner .banner_img {
  position: relative;
  padding: 60px 0 0;
}

.section_title {
  text-align: center;
  max-width: 991px;
  margin: 0px auto;
}
.section_title h2 {
  font-size: 50px;
  font-weight: 700;
}
.section_title h2 span {
  color: #f7645a;
}
.section_title p {
  font-size: 24px;
  margin-top: 20px;
}

.dispute_section {
  padding: 80px 0 0;
}
.dispute_section .disput_area {
  margin-top: 40px;
}
.dispute_section .disput_area .accordion {
  border: 0;
}
.dispute_section .disput_area .accordion .accordion-item {
  border: 0;
}
.dispute_section .disput_area .accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.dispute_section .disput_area .accordion .accordion-header .accordion-button {
  border: 1px solid #1db9b9;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 5px 5px 20px 0px rgba(112, 122, 130, 0.5);
  text-align: center;
  display: block;
  color: #1db9b9;
}
.dispute_section .disput_area .accordion .accordion-header .accordion-button.collapsed {
  background: #ffffff;
  box-shadow: none;
  color: #192535;
}
.dispute_section .mobiletablet {
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.dispute_section .disput_content, .dispute_section .disput_img {
  margin-top: 40px;
}
.dispute_section .disput_content h4 {
  font-size: 32px;
  font-weight: 700;
}
.dispute_section .disput_content h6 {
  font-size: 22px;
  color: #1db9b9;
}
.dispute_section .disput_content ul {
  margin: 20px 0;
}
.dispute_section .disput_content ul li {
  padding: 5px 0;
  display: block;
}
.dispute_section .disput_content ul li i {
  color: #1db9b9;
}
.dispute_section .disput_content .disput_q p {
  font-size: 18px;
  color: #192535;
  font-weight: 500;
  margin-bottom: 15px;
}

.spotlight {
  padding: 300px 0px 120px;
  background: url("../images/spotlight.jpg");
  background-size: cover;
  background-position: top;
  margin-top: -220px;
}
.spotlight .section_title {
  margin-bottom: 20px;
}
.spotlight .section_title h2, .spotlight .section_title p {
  color: #ffffff;
}
.spotlight .section_title h2 span.black, .spotlight .section_title p span.black {
  color: #192535;
}
.spotlight .spotlightcard {
  background: #ffffff;
  box-shadow: 5px 5px 20px 0px rgba(112, 122, 130, 0.5);
  padding: 15px;
  margin-top: 25px;
  border-radius: 10px;
}
.spotlight .spotlightcard .card_title {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}
.spotlight .spotlightcard .card_title .card_img img {
  width: 30px;
  object-fit: cover;
}
.spotlight .spotlightcard .card_title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #192535;
  margin: 0;
}
.spotlight .spotlightcard .card_title i {
  color: #f7645a;
}
.spotlight .spotlightcard p {
  padding-right: 40px;
}

.pricing {
  padding: 80px 0;
}
.pricing .section_title p {
  color: #f7645a;
}
.pricing .range_area {
  padding: 30px;
  box-shadow: 5px 5px 20px 0px rgba(112, 122, 130, 0.2);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
}
.pricing .range_area p {
  font-size: 18px;
  font-weight: 500;
}
.pricing .range_area .progress {
  height: 6px;
  border-radius: 15px;
  margin-top: 10px;
  padding: 0;
}
.pricing .range_area .progress .progress-bar {
  background-color: #f7645a;
}
.pricing .range_area .range_item {
  width: 600px;
}
.pricing .range_area .range_item .step-circle {
  position: relative;
}
.pricing .range_area .range_item .step-circle:first-child::before {
  transform: translate(0);
  left: 0;
}
.pricing .range_area .range_item .step-circle::before {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  bottom: -25px;
  left: 50%;
  border-radius: 50%;
  background: #a7a7a7;
  border: 2px solid #fff;
  transform: translate(-50%, 0);
}
.pricing .range_area .range_item .step-circle.active::before, .pricing .range_area .range_item .step-circle.completed::before {
  background: #f7645a;
}
.pricing .range_area .range_item .rinside ul {
  display: flex;
  justify-content: space-between;
}
.pricing .range_area .range_item .form-range::-webkit-slider-runnable-track {
  background: #1db9b9;
}
.pricing .range_area .range_item .form-range::-webkit-slider-thumb {
  background: #ffffff;
  border: 2px solid #1db9b9;
}
.pricing .pricing_area {
  margin-top: 50px;
}
.pricing .pricing_area .nav-tabs {
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 15px;
  border: 0;
}
.pricing .pricing_area .nav-tabs .nav-link.active {
  background: #f7645a;
  color: #ffffff;
}
.pricing .pricing_area .nav-tabs .nav-link {
  border: 1px solid #f7645a;
  color: #f7645a;
  font-weight: 500;
  padding: 12px 30px;
  width: 250px;
  border-radius: 10px;
  font-size: 17px;
}
.pricing .pricing_area .tab-pane, .pricing .pricing_area .card {
  border: 0px;
}
.pricing .pricing_area .item_rate {
  display: flex;
  gap: 20px;
}
.pricing .pricing_area .item_rate .item {
  flex: 1;
  box-shadow: 5px 5px 20px 0px rgba(112, 122, 130, 0.5);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
.pricing .pricing_area .item_rate .item .item_top h3 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}
.pricing .pricing_area .item_rate .item .item_top h2 {
  margin-top: 20px;
}
.pricing .pricing_area .item_rate .item .item_top h1 {
  font-size: 34px;
  margin-top: 15px;
}
.pricing .pricing_area .item_rate .item .item_top h1 span {
  font-size: 18px;
  color: #f7645a;
}
.pricing .pricing_area .item_rate .item .item_top p b {
  display: block;
}
.pricing .pricing_area .item_rate .item .item_top h4 {
  font-size: 22px;
}
.pricing .pricing_area .item_rate .item .item_list {
  margin-top: 25px;
}
.pricing .pricing_area .item_rate .item .item_list ul {
  text-align: left;
}
.pricing .pricing_area .item_rate .item .item_list ul li {
  padding: 3px;
}
.pricing .pricing_area .item_rate .item .item_list ul li i {
  color: #1db9b9;
  margin-right: 10px;
}
.pricing .pricing_area .item_rate .item .item_list ul li:first-child {
  color: #1db9b9;
}
.pricing .pricing_area .item_rate .item .item_list ul li:nth-child(2) {
  color: #f7645a;
}
.pricing .pricing_area .item_rate .item .item_bottom {
  margin-top: 20px;
}
.pricing .pricing_area .item_rate .item .item_bottom h2 {
  font-style: italic;
  text-transform: capitalize;
  color: #f7645a;
}
.pricing .pricing_area .item_rate .item .item_bottom h5 {
  font-size: 22px;
  text-transform: capitalize;
}
.pricing .pricing_area .item_rate .item .item_bottom button {
  padding: 12px;
  width: 250px;
  background: #f7645a;
  color: #ffffff;
  font-weight: 500;
}

.jounery {
  padding: 80px 0;
}
.jounery .disput_item {
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 5px 5px 20px 0px rgba(112, 122, 130, 0.2);
  border-right: 4px solid #1db9b9;
  border-left: 4px solid #1db9b9;
}
.jounery .disput_item ul li {
  padding: 3px 0;
}
.jounery .disput_item ul li i {
  color: #1db9b9;
}
.jounery .system {
  padding: 12px 40px;
  background: #f7645a;
  color: #ffffff;
  margin-top: 15px;
  border-radius: 10px;
}

footer {
  padding: 80px 0;
  background: #192535;
}
footer h5 {
  color: #f7645a;
  font-size: 18px;
}
footer p {
  color: #ffffff;
}
footer ul li {
  display: block;
  padding: 3px 0;
}
footer ul li a {
  font-size: 14px;
  color: #ffffff;
}
footer ul li a:hover {
  color: #f7645a;
}
footer .footer_img {
  margin-bottom: 20px;
}
footer h4 {
  color: #f7645a;
  margin-top: 20px;
}
footer .social {
  display: flex;
  margin-top: 20px;
  gap: 15px;
}
.item_top span#package-price {
  font-size: 34px;
  margin-top: 15px;
  color: #000;
}
.pricing .pricing_area .item_rate .item a.btn {
  padding: 12px;
  width: 250px;
  background: #f7645a;
  color: #ffffff;
  font-weight: 500;
}
.app-brand.mb-6.verify_logo {
  min-height: 60px !important;
  padding: 0px !important;
  margin: 0px !important;
}
footer .social a {
  width: 30px;
  height: 30px;
  background: #f7645a;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
}/*# sourceMappingURL=style.css.map */