/* Animation */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* body */
* {
  margin: 0%;
  padding: 0%;
}

/* automatic link scroll */
html {
  scroll-behavior: smooth;
}

/* logo properties */
.logo {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sitelogolink {
  margin-left: 60px;
}

/* responsive logo properties */
.res-logo {
  position: absolute;
  left: 15px;
  top: 20px;
  display: none;
  width: 100px;
}

/* navigation bar properties */
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  animation: slideInFromTop 1s ease-in;
  z-index: 1;
}
.nav-list {
  width: 100%;
  display: flex;
  align-items: center;
}
.nav-list li {
  list-style: none;
  padding: 30px 10px;
}
.nav-list li a {
  font-weight: 900;
  text-shadow: 10px 10px 25.1px black;
  text-decoration: none;
  color: rgb(72, 176, 224);
  font-family: sans-serif;
  cursor: pointer;
  margin: 90px 0px 0px 50px;
}
.nav-list li a:hover {
  border-bottom: 2px solid rgb(224, 19, 163);
}
.navbackground {
  background-color: white;
}

/* call button properties */
.wrapper .button {
  position: absolute;
  cursor: pointer;
  right: 18%;
  top: 25px;
  display: inline-block;
  height: 33px;
  width: 33px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.wrapper .button:hover {
  width: 150px;
}
.wrapper .button .icon {
  display: inline-block;
  height: 33px;
  width: 33px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 33px;
  transition: all 0.3s ease-out;
}
.wrapper .button:nth-child(1):hover .icon {
  background: rgb(255, 255, 255);
}

.wrapper .button .icon i {
  font-size: 16px;
  line-height: 33px;
  transition: all 0.3s ease-out;
  margin-left: 5px;
}
.wrapper .button:hover .icon i {
  color: #fff;
}
.wrapper .button span {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  transition: all 0.3s ease-out;
}
.wrapper .button:nth-child(1) span {
  color: rgb(72, 176, 224);
}

/* burger properties */
.burger {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 20px;
}
.line {
  background-color: white;
  width: 33px;
  height: 4px;
  margin: 3px 3px;
}

/* HomeSection properties   */
.HomeSection {
  height: 100%;
}
.box-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  max-width: 80%;
  margin: auto;
  height: 60%;
}
.firstHalf {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: slideInFromLeft 1s ease-in;
}
.firstHalf img {
  width: 10%;
  cursor: pointer;
}
.btn2 {
  text-align: center;
}
.btn2:hover {
  /* transform: scale(0.95); */
  transform: rotate(90deg);
}

.secondHalf {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* animation: slideInFromRight 1s ease-in; */
}
.secondHalf img {
  width: 100%;
  margin-top: 55px;
  animation: slideInFromRight 1s ease-in;
}
.test {
  display: none;
}

/* home contact home */
.contact1 {
  /* margin: 0px 100px;   */
  margin-top: 100px;
  margin-left: 150px;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  box-shadow: 5px 5px 6px 8px rgb(0 0 0 / 20%);
  width: 60%;
  animation: slideInFromRight 1s ease-in;
}
.text-center1 {
  text-align: center;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 900;
  color: rgb(72, 176, 224);
  text-shadow: 1px 2px 1.1px black;
  padding-top: 20px;
  padding-bottom: 20px;
}
.form1 {
  width: 60%;
  /* margin: 0px auto; */
  margin: 0px 50px auto;
  text-align: center;
}
.form-input1 {
  background: none;
  padding: 15px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(72, 176, 224);
  outline: none;
  color: rgb(0, 0, 0);
}

/* button properties */
.btn1 {
  padding: 8px 20px;
  margin: 20px 3px;
  border: 2px solid rgb(72, 176, 224);
  border-radius: 15px;
  background: none;
  color: rgb(72, 176, 224);
  cursor: pointer;
  font-weight: 900;
}
.btn1:hover {
  transform: scale(0.95);
}

/* all text properties */
/* Home text */
.homeText {
  text-align: center;
  font-size: 55px;
  font-family: sans-serif;
  font-weight: 900;
  color: rgb(72, 176, 224);
  text-shadow: 6px 6px 8.1px black;
}

/* all headings */
.heading {
  /*font-size: 40px;
    font-family: sans-serif;
    color:rgb(72, 176, 224);*/

  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  color: black;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
  /*border-bottom: 3px solid #35B5EF;
    display: inline;*/
}
/* all sub heading */
.sub_heading {
  font-size: 20px;
  font-family: sans-serif;
}
.about_sub_heading {
  font-size: 15px;
  font-family: sans-serif;
  margin-bottom: 20px;
}
.paras {
  text-align: center;
  padding-top: 90px;
  padding-right: 100px;
  padding-left: 100px;
  font-weight: 900;
}
.paras1 {
  text-align: center;
  padding-top: 100px;
  font-weight: 800;
}

/* services properties */
.serviceSection {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 80%;
  margin: auto;
  padding: 20px;
  height: 100%;
}
.serviceText {
  font-weight: 900;
  font-size: 15px;
  font-family: sans-serif;
  /* color:rgb(72, 176, 224); */
}

/* why you choose banosys properties */
.WCBSection {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 100%;
  margin: auto;
  padding: 20px;
}

/* section Tech */
.sectionTech {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 80%;
  margin: auto;
}

/* Images properties */
.servicesImages {
  font-weight: 900;
  font-size: 15px;
  font-family: sans-serif;
  text-align: center;
}
.servicesImages img {
  width: 100px;
  margin-top: 15px;
  cursor: pointer;
}
.servicesImages img:hover {
  transform: scale(1.1);
}

.thumbnail {
  font-size: 10px;
  font-family: sans-serif;
  text-align: center;
  color: black;
  font-weight: bold;
  padding: 10px 10px;
}
.thumbnail a {
  text-decoration: none;
  color: black;
}
.thumbnail img {
  width: 100px;
}

/* contact properties */
.sectionContact {
  background-color: rgb(0, 0, 0);
  height: 100%;
}
.text-center {
  text-align: center;
  padding-top: 30px;
  color: white;
}
.form {
  max-width: 60%;
  margin: 30px auto;
}
.form-input {
  background: none;
  padding: 15px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(255, 255, 255);
  outline: none;
  margin: 10px 0;
  color: rgb(255, 255, 255);
}
/* button properties */
.btn {
  padding: 8px 20px;
  margin: 20px 3px;
  margin-bottom: 55px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 8px;
  background: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.btn:hover {
  transform: scale(0.95);
}

/* about properties */
.aboutSection {
  display: flex;
  align-items: left;
  justify-content: space-evenly;
  max-width: 80%;
  margin: auto;
  padding: 20px;
  z-index: 1;
}
.contactIcon {
  text-align: center;
  cursor: pointer;
}
.contactIcon img {
  width: 100px;
}
.contactIcon:hover img {
  transform: scale(0.95);
}
.about-h {
  font-family: sans-serif;
  font-size: 25px;
  text-align: left;
  /* padding: 20px; */
}
.aboutText {
  font-family: sans-serif;
  font-size: 15px;
  text-align: center;
  color: #000;
}
.aboutText:hover {
  color: rgb(53, 153, 219);
}
.aboutText a {
  text-decoration: none;
  color: #000;
}
.aboutText:hover a {
  color: rgb(53, 153, 219);
  border-bottom: 1px solid rgb(53, 153, 219);
}

.aboutText1 {
  cursor: pointer;
  font-family: sans-serif;
  font-size: 15px;
  text-align: left;
  color: #000;
}
.aboutText1:hover {
  color: rgb(53, 153, 219);
}
.aboutText1 a {
  text-decoration: none;
  color: #000;
}
.aboutText1:hover a {
  color: rgb(53, 153, 219);
  border-bottom: 1px solid rgb(53, 153, 219);
}

.right-icon {
  margin-top: 15px;
  width: 20px;
  margin-right: 10px;
}

.aboutSection2 {
  display: none;
  align-items: center;
  justify-content: space-evenly;
  max-width: 80%;
  margin: auto;
}

.aboutSection3 {
  display: flex;
  align-items: left;
  justify-content: space-evenly;
  max-width: 80%;
  margin: auto;
  padding: 20px;
}

/* sample website portfolio start*/

/* sample website portfolio end*/

/* footer properties */
.footerbackground {
  background-color: rgb(72, 176, 224);
}
.text-footer {
  padding: 10px 0px;
  font-family: sans-serif;
  text-align: center;
  color: white;
  font-size: 13px;
}
.text-footer a {
  font-family: sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 800;
}

/*====================footer start=======================*/

.footer-section {
  background: #151414;
  position: relative;
  /* z-index: -1;*/
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #dc6911;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-menu-ul {
  margin-bottom: 0px;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
/* .footer-logo {
  /*margin-bottom: 30px;
} */
.footer-logo img {
  max-width: 200px;
}
.single-cta .cta-text a {
  text-decoration: none;
  color: #c4c5c8;
}
.single-cta .cta-text p {
  text-decoration: none;
  color: #c4c5c8;
}
.footer-text p {
  margin: 20px 0px;
  font-size: 14px;
  color: #c4c5c8;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #dc6911;
}
.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #dc6911;
}
.footer-widget ul li a {
  color: #c4c5c8;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #dc6911;
  padding: 13px 20px;
  border: 1px solid #dc6911;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  /*padding: 25px 0;*/
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #c4c5c8;
}
.copyright-text p a {
  color: #dc6911;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #dc6911;
}
.footer-menu li a {
  font-size: 14px;
  color: #c4c5c8;
}
.footer-copyright {
  margin: auto;
  color: white;
  padding: 20px 0px 10px 0px;
}

.social {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*text-align: center;*/
}
.social a {
  color: transparent;
}
ul.no-list {
  padding-left: 0;
}

ul.no-list li {
  display: inline-block;
  list-style: none;
}
.social i {
  color: #fff;
  font-size: 18px;
}

.social li {
  width: 40px;
  height: 40px;
  margin: 0 5px 10px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: background 0.3s linear;
}

.social .facebook {
  background: #3b5998;
}

.social .twitter {
  background: #00aced;
}

.social .pinterest {
  background: #cb2027;
}

.social .google-plus {
  background: #dd4b39;
}

.social .instagram {
  background: #e4405f;
}

.social .tumblr {
  background: #34465d;
}

.social .youtube {
  background: #cd201f;
}

.social .envelope {
  background: #ff8c00;
}

.social li:hover {
  background: #fff;
}

.social .facebook:hover i {
  color: #3b5998;
}

.social .twitter:hover i {
  color: #00aced;
}

.social .pinterest:hover i {
  color: #cb2027;
}

.social .google-plus:hover i {
  color: #dd4b39;
}

.social .instagram:hover i {
  color: #e4405f;
}

.social .tumblr:hover i {
  color: #34465d;
}

.social .youtube:hover i {
  color: #cd201f;
}

.social .envelope:hover i {
  color: #ff8c00;
}

@media only screen and (max-width: 600px) {
  /*.copyright-area{
           padding: 20px 0px;
    }*/
  .copyright-area .col_space {
    margin-top: 10px;
  }
  .footer-copyright {
    margin: auto;
    text-align: center;
    padding: 0px 40px;
  }
  .footer-text p {
    margin: 10px 0px 20px 0px;
  }
  .copyright-area .container {
    margin: 0px;
  }
  .footer-content {
    margin-left: 20px;
  }
  .footer-cta {
    margin-left: 20px;
  }
  .footer-widget-heading h3 {
    margin-top: 20px;
  }
}

/*====================footer end=======================*/

/* ======================payment css start============================ */

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #35b5ef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title .title_btn {
  padding: 10px;
  border-radius: 10px;
  background-color: orange;
  border-color: orange;
  color: #fff;
  pointer-events: none;
}
.sec-title2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-align: center;
}
.sec-title2 .title_btn {
  padding: 10px;
  border-radius: 10px;
  background-color: #35b5ef;
  border-color: #35b5ef;
  color: #fff;
  pointer-events: none;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}
.display-6 {
  color: orange;
}
.sec-title2 h2 {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 1.28em;
  color: #000;
  font-weight: 600;
  padding: 10px 0px;
  background-color: antiquewhite;
  border-radius: 13px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title2 .title {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
  text-align: center;
}
/* .sec-title2 h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:#d1d2d6;
    } */

.sec-title2 .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}
.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}
.sec-title2.light h2 {
  color: #ffffff;
}

.sec-title2.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #35b5ef;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #35b5ef;
}

.btn-style-one:hover {
  background-color: #343a40;
  color: #ffffff;
}
.about-section {
  position: relative;
  padding: 30px 0 0px;
}

.about-section .sec-title {
  margin-bottom: 45px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  /* padding-left: 30px; */
}
.about-section .content-column .py-30 {
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 28px;
  font-size: 31px;
  line-height: 26px;
  color: #212529;
  font-weight: 600;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
  border-radius: 8px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 120px;
  padding-bottom: 80px;
}

.about-section .image-column .inner-column:before {
  position: absolute;
  left: -46px;
  top: 30px;
  height: 502px;
  width: 502px;
  background-image: url(../images/payment/circle.png);
  content: "";
}

.about-section .image-column .image-1 {
  position: relative;
  width: 350px;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: -45px;
  bottom: -180px;
  /* height: 194px; */
  right: 157px;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff;
}

.wow.fadeInLeft {
  margin: 0 15%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .about-section .content-column .inner-column {
    padding-left: 80px;
    padding-top: 91px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 959px) {
  .about-section .image-column .inner-column:before {
    position: absolute;
    left: 5px;
    top: 30px;
    height: 250px;
    width: 250px;
    background-image: url(../images/payment/circleMob.png);
    content: "";
  }
  .wow.fadeInLeft {
    margin: 0px;
  }
  .about-section .image-column .image-1 {
    position: inherit;
    width: 100%;
  }
  .about-section .content-column .inner-column {
    padding-left: 0px;
    padding-top: 0px;
  }
  .about-section .content-column .py-30 {
    padding-left: 30px;
  }
  /* .about-section{
padding: 20px 0 70px;
} */
}

#terms {
  height: 483px;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid black;
  margin-top: 10px;
  padding: 10px;
  text-align: justify;
}

.small-text {
  font-size: 12px;
  margin-bottom: 3px;
}

.highlight {
  background-color: #87cefa;
  border: 1px solid #87cefa;
}

#checkbox-div {
  width: 100%;
  border: 1px solid black;
  margin-top: 10px;
  padding: 10px;
}

.button2 {
  background-color: #a9a9a9;
  border: none;
  color: white;
  padding: 5px 32px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}

/* p {
    margin: 0px;
  } */
/* ======================payment css end============================ */
