@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');

body {
  font-family: 'Roboto', sans-serif !important;
}

p {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2d2926;
}

ul {
  margin-bottom: 65px;
  font-family: 'Roboto', sans-serif !important;
}

header, footer {
  background: #1cabe2;
  font-family: 'Roboto', sans-serif !important;
}

.bluecolor {
  color: #1cabe2;
}

.line-1 {
  margin: 50px 0px 32px 0px;
}

.line-2 {
  margin: 50px 0px 32px 0px;
}

.line-3 {
  margin: 50px 0px 32px 0px;
}

.line-4 {
  margin: 50px 0px 32px 0px;
}

.line-5 {
  margin: 50px 0px 32px 0px;
}

.line-6 {
  margin: 50px 0px 32px 0px;
}

.line-7 {
  margin: 50px 0px 32px 0px;
}

.headlineSt {
  text-transform: uppercase;
  font-weight: 600;
}

.colordd {
  color: #2159a8;
}

.qqq {
  padding: 20px 40px;
  border: none;
  text-align: center;
  font-size: 30px;
  margin-top: 70px;
}

.nav li {
  margin-bottom: 0px;
}

ul li {
  color: #2d2926;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.headingtwo {
  font-size: 27px;
}

.lineblue {
  background: #3ea8d6;
  height: 9px;
  width: 69%;
  display: block;
  margin: 8px 0px 14px 0px;
}

.qqq:before {
  content: "";
  display: block;
  height: 3px;
  width: 40%;
  background: #3ea8d6;
  margin-left: 30%;
  margin-bottom: 30px;
}

.qqq:after {
  content: "";
  display: block;
  height: 3px;
  width: 40%;
  background: #3ea8d6;
  margin-left: 30%;
  margin-top: 30px;
}

.BannerFull {
  background-image: url(https://image.info.unicef.org/lib/fe2f11717064047b751d76/m/1/30ae8fa1-605f-46c9-9d1e-b6670378f5b4.jpg);
  width: 100;
  padding: 100px 0px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Roboto', sans-serif !important;
}

.DonForm {
  width: 540px;
  margin: 0px auto;
}

.BannerFull2 {
  background-image: url(https://image.info.unicef.org/lib/fe2f11717064047b751d76/m/1/420c8a59-d758-48ce-81b4-08fc5ecf5157.jpg);
  width: 100%;
  padding: 100px 0px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Roboto', sans-serif !important;
}

.widgetBox {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 400px;
  height: auto;
}

.nav-item {
  width: 50%;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 1px solid #363636;
  border-radius: 0px;
  padding: 10px 16px;
  width: 100%;
  color: #363636;
  font-weight: 500;
  font-family: 'Roboto', sans-serif !important;
  height: 100%;
  font-size: 18px;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #1cabe2;
  --bs-nav-pills-link-active-boder: 1px solid #1cabe2;
}

.tab-pane {
  padding: 8px;
  border: 1px solid #000;
  font-size: 14px;
}

.tab-2 .nav-item {
  width: 25%;
}

h3 {
  font-size: 18px;
}

.inputstyle {
  width: 100%;
  margin: 10px 0px;
  font-size: 17px;
  padding: 10px 10px 10px 37px;
  font-weight: 600;
  border: 1px solid #000;
}

.btnstyle {
  width: 100%;
  appearance: none;
  border: none;
  padding: 10px;
  font-size: 21px;
  font-weight: 500;
  background: #eded00;
  margin-top: 30px;
}

.lagn-btn {
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 6px;
}

.makedona {
  font-weight: 900;
  font-size: 51px;
}

.register_form {
  margin: 25px 0px 0px 0px;
}

.register_form .row {
  margin: 12px 0px;
}

.register_form input {
  background: none;
  border: 1px solid #79838e;
  border-radius: 0px;
  font-size: 15px;
}

.register_form select {
  background: none;
  border: 1px solid #79838e;
  border-radius: 0px;
  font-size: 15px;
}

.register_form label {
  font-size: 15px;
}

.register_form button {
  background: #3ea8d6;
  border: none;
  border-radius: 0px;
  font-weight: 600;
}


.tab-pane-image img {
  height: 100px !important;
}

@media screen and (max-width: 600px) {
  .DonForm {
    width: auto;
  }

  .BannerFull {
    background-size: 100%;
  }

  .donor-form {
    position: static;
  }

  .BannerFull2 {
    padding: 40px 0px;
  }

  .widgetBox {
    width: 100%;
  }

  .nav-pills .nav-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
    /* START ==> for mobile view so as to show amount-form below image  */
    .BannerFull {
        position: relative;
        top: 0;
    }
    .widgetBox {
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }
    /* END ==> for mobile view so as to show amount-form below image */
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
    .BannerFull {
        padding: 115px 0px;
    }
    .tab-content {
        display: flex;
        height: 170px;
    }
    .tab-pane-image img {
        height: 150px !important;
    }
    .tab-pane {
        width: 100%;
    }
}