h1 {
  margin: 19px 0;
  font-size: 54px;
  font-weight: 900;
  line-height: normal;
}
h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: normal;
}
p {
  font-size: 14px;
  font-weight: 600;
  line-height: 180%;
}
.fs-7 {
  font-size: 0.75rem;
}
.fs-8 {
  font-size: 0.87rem;
}
a.blue {
  color: #39C501;
}
.text_primary.blue {
  color: #0278ed;
}
.mini_tit.blue {
  color:#39C501;
}

.color-1 {
  color: #39C501
}
.bg-f3 {
  background: #f3f3f3;
}

.bg-1 {
  background: #0278ed;
}
.bg-2 {
  background: #F3F3F3;
}
.mb-55 {
  margin-bottom: 5.5rem;
}
.mb-25 {
  margin-bottom: 2.5rem;
}
.mb-88 {
  margin-bottom: 8.8rem;
}
.mb-11 {
  margin-bottom: 11rem;
}
.w-fill {
  width: -webkit-fill-available;
}
.w-max {
  width: max-content;
}
.w-fit {
  width: fit-content;
}
.w-30 {
  width: 30%;
}
.w-70 {
  width: 70%;
}
.w-85 {
  width: 85%;
}

.topbar_head.blue {
  background: #f3f3f3;
  padding: 8px 0;
}
.btn-primary.blue {
  background: #39c501;
  color: white;
  border-color: #39c501;
}
.btn-primary.blue:hover {
  background: #2e9b02;
}
.text-primary.blue {
  color: #39c501 !important;
}
.btn-donlowd {
  color: black;
  border-radius: 0.625rem;
  border: 1px solid #eaeaea;

  background: #fff;
}

.btn-donlowd:hover {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
}

.bx_hero h1 span {
  color: #3900fa;
}
.top_hero p {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 10px 20px;
  color: #2e9e01;
  margin: 0;
  line-height: normal;
}

.top_hero p span {
  font-weight: 800;
}
.list-1 {
  filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.3))
    drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
}
.div-col {
  position: relative;

  border-radius: 1.25rem;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.div-cont {
  padding: 1.5rem 1.375rem;
}
.div-col::before {
  content: "";
  position: absolute;
  background-image: url("../images/bank-service/list-back.svg");
  width: 171px;
  height: 20px;
  right: 36%;
}
.download-back {
  background-image: url("../images/bank-service/download-back.svg");
  background-size: auto;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 13rem;
}
.back-down {
  position: relative;
}
.div-down {
  padding: 1.87rem;
  border-radius: 1.875rem;
  margin-top: -11.4rem;

  gap: 6rem;
}
.div-first {
  margin-right: 10rem;
}
.hov-1 {
  width: 11.18875rem;
  height: 11.18875rem;
  border-radius: 50.79094rem;
  background: #fff;
  filter: blur(43.38999938964844px);
  margin-top: -7rem;
  position: relative;
  z-index: 2;
}
.hov-2 {
  width: 11.18875rem;
  height: 11.18875rem;
  border-radius: 50.79094rem;
  background: #fff;
  filter: blur(43.38999938964844px);
  margin-top: -17rem;
  position: relative;
  z-index: 2;
}
.poz {
  position: relative;
  z-index: 3;
}
.hand {
  position: relative;
  z-index: 1;
  margin-right: 3.14rem;
}
.edu{
  margin-bottom: 8rem;
}
.img-cover{
  margin-bottom: 10rem;
}
.call {
  padding: 9px 24px;
  font-weight: 600;
  background: white;
  color: #39C501;
}
.form-select {
  display: block;
  width: 18rem;
  padding: 1.375rem 0.75rem 1.375rem 8.7rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f7f7f7;
  background-image: url(../images/home-2/flash-1.svg) !important;
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.9375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.price {
  height: 5rem;
  width: 11rem;
}
.sub {
  height: 5rem;
  width: 11rem;
}
.price > div {
  font-size: 0.75rem;
}
.price > span {
  font-size: 0.87rem;
  font-weight: 900;
}
/* /// */
.img_srv {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.img_srv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/home-2/borderanimat.svg");
  transition: all 0.3s;
}
.card_srv:hover .img_srv:before {
  transform: rotate(90deg);
}

/* /////15-blog*/

.blog-body {
  max-width: 96%;
}

.mySwiper-blog {
  position: unset;
  /* padding-left: 25rem; */
}

.mySwiper-blog > .swiper-button-next::after {
  opacity: 0;
}

.mySwiper-blog > .swiper-button-prev::after {
  opacity: 0;
}

.arrow-left-blog {
  margin-top: -23%;
  margin-left: 18%;
}

.arrow-left-blog > img:hover {
  border-radius: 1.9375rem;
  padding: 0.875rem 0.8125rem 0.8125rem 0.875rem;
  background: #fff;
  box-shadow: 0px 28px 41px 0px rgba(0, 0, 0, 0.07);
}

.arrow-right-blog {
  margin-top: -23%;
  margin-right: 70%;
}

.arrow-right-blog > img:hover {
  border-radius: 1.9375rem;
  padding: 0.875rem 0.8125rem 0.8125rem 0.875rem;
  background: #fff;
  box-shadow: 0px 28px 41px 0px rgba(0, 0, 0, 0.07);
}
.deli-wall{
  font-weight: bold;
  color: #5FD132;
  border-radius: 0.875rem;
border: 1px solid #4B4B4B;
width: fit-content;
}
.deli-wall-1{
  font-weight: bold;
  color: #39C501;
  border-radius: 0.875rem;
  border: 1px solid #DDD;
width: fit-content;
}

.service-back > div > p {
  margin-bottom: 17rem;
}
.delivery{
  padding: 2.44rem;
}
.delivery-left h2 {
  font-size: 2.25rem;
  font-weight: 800;
}

.delivery-back {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 1rem;
  background: #000000;
}
.delivery-back::before{
content: '';
position: absolute;
  border-radius: 50.79094rem;
background: #49FF00;
filter: blur(120.38999938964844px);
width: 10rem;
height: 10rem;
z-index: 4;
left: 0;
top: 4rem;


}

.faq_home{
  margin-bottom: 6rem !important;
}
.contact-number {
  font-size: 18px !important;
}

.contact-us {
  margin-bottom: 10.8rem;
}
/* readmore */
#more {
  display: none;
}
#myBtn {
  margin-top: -4rem;
}

.bloor-readmore {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  height: 10.1875rem;
  margin-top: -10rem;
}

.accordion .accordion-item .accordion-button.blue:not(.collapsed)::after {
  background-image: url("../images/plus.svg") !important;
}
/* ////sm */
@media (min-width: 576px) {
}
/* ////md */
@media (min-width: 768px) {
}
/* ////lg */
@media (min-width: 992px) {
}
/* ///xl */
@media (min-width: 1200px) {
}
/* //xxl */
@media (min-width: 1400px) {
}
/* ////////////maxxxxxxxxxxxx */
@media (max-width: 1399px) {
  .div-down {
    margin-top: -13rem;
  }
 
 
  .div-col {
    height: 11rem;
  }
}
@media (max-width: 1199px) {
  .div-down {
    margin-top: -18.6rem;
}

  h1 {
    font-size: 46px !important;
  }
  .div-col {
    height: 14rem;
  }
}
@media (max-width: 991px) {
  .img-cover{
    margin-bottom: 4rem;
  }
  .edu{
    margin-bottom: 6rem;
  }
  .delivery {
    gap: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

  .div-first {
    margin-right: 0rem;
}
.hov-2 {
  margin-top: -40rem;
}
.hov-1 {
  margin-top: -19rem;

}
.ta{
  text-align: center;
}


  .div-down {
    margin-top: 6rem;
    border-radius: 0rem;
    gap: 1.7rem;
    padding-bottom: 0rem !important;

}
.mb-88{
  margin-bottom: 0rem;
}
  .div-col {
    height: auto;
  }
  .hero_home {
    padding: 0 0 0 0;
  }
  .hero_home div {
    width: 100% !important;
  }
  .hero_home div > img {
    height: fit-content;
  }
  .hero_home {
    margin-bottom: 3.94rem !important;
  }
 
  .delivery-back{
    margin-top: 0rem;
  }
  .contact-us {
    margin-bottom: 8rem;
  }
 
  .delivery-back::before{
    top: 10rem;
  }
  .service-back {
    margin-top: 5rem;
  }
  .contact-width {
    width: 100% !important;
  }
  .form-select {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .hero_home div {
    width: 100% !important;
  }
  h1 {
    font-size: 34px !important;
  }
  .div-col {
    box-shadow: unset;
    border: unset;
  }
  .div-col::before {
    content: unset;
  }
}
@media (max-width: 594px) {
 
}
@media (max-width: 575px) {
  .div-cont1 {
    padding-top: 0rem !important ;
  }
  .hero_home {
    gap: 1rem !important;
  }
  h1 {
    font-size: 25px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  
  .list-1 {
    width: 10%;
  }
}
@media (max-width: 478px) {

}
@media (max-width: 464px) {

 
 
  .delivery > img {
    width: -webkit-fill-available;
  }
}
@media (max-width: 420px) {
  .price {
    width: 50% !important;
  }
  .sub {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    width: 50% !important;
  }
  .price > div {
    font-size: 0.6rem;
    width: max-content;
  }
}
@media (max-width: 397px) {

}
@media (max-width: 363px) {
  .form-select {
    display: block;
    width: 100%;
    padding: 1.1rem 0.75rem 1.1rem 10.7rem;

    font-size: 0.69rem;
  }
  .price {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .price > span {
    font-size: 0.7rem;
    font-weight: 800;
  }
  .sub {
    height: 5rem;
    font-size: 0.8rem;
  }
}
