* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../font/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Black";
  src: url("../font/Roboto-Black.ttf");
}

body {
  font-family: "Roboto-Medium" !important;
}

#fastag-hero-section {
  padding: 40px 0;
}

#fastag-hero-section h3 {
  margin-bottom: 0;
  color: #1a6db7;
  font-family: "Roboto-medium";
  font-size: 24px;
}

#fastag-hero-section h2 {
  margin-bottom: 0;
  color: #1a6db7;
  font-family: "Roboto-medium";
  font-size: 22px;
}

#fastag-hero-section p {
  line-height: 28px;
}

#fastag-hero-section .fastag-wrapper {
  background: #fff;
  box-shadow: 1px 1px 10px 0px #cfe8ff;
  padding: 18px;
  border-radius: 18px;
}

#fastag-hero-section .fastag-wrapper h2 {
  color: #1a6db7;
}

#fastag-hero-section .fastag-wrapper p {
  margin-bottom: 0;
}

#fastag-hero-section .fastag-wrapper .name {
  position: relative;
  margin: 18px 0 0 0;
}

#fastag-hero-section .fastag-wrapper .frmlabel {
  position: absolute;
  top: 4px;
  left: 16px;
  background: #1a6db7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.edit-address{
  background: #1a6db7;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 28px;
    padding: 8px 12px;
    text-transform: capitalize;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

#fastag-hero-section .add-address span{
  color: #1a6db7 !important;
}
#fastag-hero-section .add-new-address-btn {
  display: flex;
  align-items: center;
  color: #1a6db7;
  text-decoration: none;
  font-size: 18px;
}
.btnfastag a{
  text-decoration: none;
}
.address_box{
  max-height: 300px;
  overflow-y: scroll;
}

#fastag-hero-section .fastag-wrapper span {
  color: #fff;
  padding: 8px;
}

#fastag-hero-section .fastag-wrapper .frminput {
  font-size: 16px;
  padding: 12px 12px 12px 55px;
  border-radius: 30px;
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  font-family: "Roboto-Regular";
}

#fastag-hero-section .fastag-wrapper .rc-upload {
  position: relative;
  margin: 18px 0 0 0;
}

#fastag-hero-section .fastag-wrapper .rc-upload label {
  position: absolute;
  top: 32px;
  left: 16px;
  background: #1a6db7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

#fastag-hero-section .fastag-wrapper .rc-upload span {
  color: #fff;
  padding: 8px;
}

#fastag-hero-section .fastag-wrapper .rc-upload input {
  padding: 10px 12px 10px 55px;
}

#fastag-hero-section .fastag-wrapper .next {
  margin: 36px 0 0 0;
}

#fastag-hero-section  button {
  text-decoration: none;
  background: #1a6db7;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 8px 28px;
  border-radius: 10px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}

#fastag-hero-section button:hover {
  background: transparent;
  color: #1a6db7;
  border: 1px solid #1a6db7;
  /*border-radius: 0 22px;*/
}

#fastag-deatils {
  padding: 40px 0;
}

#fastag-deatils .fastag-tabs {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  justify-content: space-between;
  padding-left: 0;
  background: rgba(26, 109, 183, 0.8509803922);
  border-radius: 18px;
}

#fastag-deatils .fastag-tabs .fastag-item .active {
  background: #1a6db7;
  border-radius: 18px;
}

#fastag-deatils .fastag-tabs .fastag-item-link {
  background: transparent;
  border: none;
  color: #fff;
  padding: 18px;
}

#fastag-deatils .tab-content {
  margin-top: 16px;
  background: #fff;
  box-shadow: 1px 1px 10px 0px #cfe8ff;
  padding: 18px;
  border-radius: 18px;
}

#faq-section {
  padding: 40px 0;
}

#faq-section .section-title h1 {
  font-size: 36px;
  font-family: "Roboto-Bold";
  color: #1a6db7;
  margin-bottom: 0;
  padding: 0 0 18px;
  text-transform: capitalize;
}

#faq-section .faq-wrapper .accordion .accordion-item {
  background: transparent;
  margin: 28px 0;
  border: transparent;
}

#faq-section .accordion-header {
  border: 1px solid #bababa;
  padding: 0 14px;
  border-radius: 24px;
}

#faq-section .accordion-button {
  background: transparent;
  padding: 12px 0;
  border: none;
}

#faq-section .accordion-button h5 {
  margin-bottom: 0;
  font-size: 18px;
}

#faq-section .accordion-button:focus {
  box-shadow: none;
}

#faq-section .accordion-body {
  padding: 12px;
  color: #565656;
  font-size: 16px;
  text-align: justify;
  text-transform: capitalize;
}

.faction{
  padding:2px;
}
.faction a{
  text-decoration: none;
  color: #1a6db7;
}
.alink{
  text-decoration: none;
  color: #1a6db7;
}
/*# sourceMappingURL=fastag.css.map */