@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  background: #fff;
  color: #444;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}



h2 {
  font-size: 35px;
  color: #565972;
  font-weight: 500;
  padding-bottom: 15px;
}

p {
  color: #585961;
  font-size: 15px;
  font-weight: 400;
}

.border-header {
  border-bottom: 3px solid #0c3e83;
  display: inline-block;

  line-height: 30px;
}

.page-link {

  color: #ffb600;
  font-weight: 500;
}

.page-link:hover {

  color: #000;
  font-weight: 500;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}



.carousel-inner {
  background: #f2e8e4;
}
.carousel-inner {
  height: 330px;
}


.carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;

}

.carousel-item img {
  float: right;
}
.ml-auto {
  margin-left: auto;
}


.dropdown-item {
  border-bottom: 1px solid #ddd;
  padding: 7px 15px;
  font-weight: 500;
  color: #000;
  font-size: 14px;

}

.dropdown-menu li:last-child a {
  border-bottom: 0 !important;
}

.mt--6 {
  margin-top: -6rem;
}

.carousel-caption {
  width: 50%;
  top: 4rem;
}

.carousel-caption {
  right: 0;
  left: 5%;
}

.carousel-caption h1 {
  color: #403f3f;
  font-size: 30px;
  margin: 0 !important;
}

.position-relative {
  position: relative !important;
}

.text-white {
  color: #fff !important;
}


.carousel-indicators [data-bs-target] {

  background-color: #0c3e83;
}



p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #515a66;
}



.text-md {
  font-size: 32px;
  line-height: 42px;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.text-blue {
  color: #4869e8;
}



.service .card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px rgba(85, 128, 255, 0.2);
}

.service i {
  font-size: 40px;
}

.process-block h2 {
  font-size: 30px;
  text-transform: uppercase;
}

.process-block span {
  color: #6F8BA4;
}


.whitebox .col-lg-3 {
  border-right: 1px solid #eee;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.whitebox .col-lg-3:hover {
  top: -15px
}

.whitebox .col-lg-3:last-child {
  border-right: 0;
}

.whitebox h1 {
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 600;
  color: #565972;
}

.whitebox {
  text-align: center;
  position: relative;
  padding: 40px 25px 40px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.whitebox i {
  font-size: 55px;
}

.whitebox p {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 14px;
  margin-top: 11px;
  margin-bottom: 0;
  color: #565972;
}
.whitebox .col-lg-3:first-child i {
  color: #088F8F;
}

.whitebox .col-lg-3:nth-child(2) i {
  color: #facd60;
}

.whitebox .col-lg-3:nth-child(3) i {
  color: #1ac0c6;
}

.whitebox .col-lg-3:last-child i {
  color: #5F9EA0;
}

.width-100 {
  width: 100px;
}

.lite-bg {
  background: #f1f2f4;
}

.whitebox a {
  font-size: 13px;
  padding-top: 15px;
}



.col-lg-6 .whitebox {
  border-right: 1px solid #eee;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.col-lg-6 .whitebox:hover {
  top: -15px
}

.font-20 {
  font-size: 20px !important;
}

.font-12 {
  font-size: 12px !important;
}

.get-start-box {
  background-image: linear-gradient(to right, #0c3e83, #2364c1);
  border-radius: 8px;
  box-shadow: 0px 17px 43px 1px rgba(100, 56, 222, 0.356);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 30px;
  color: #ffffff;
}

.cta-btn {

  box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
  background-color: #edeef5;
  padding: 0px 55px;
  border-radius: 35px;
  font-size: 16px;
  color: #272a3a;
  font-weight: 600;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
}

.text-white {
  color: #fff;
}


/*testimonial slider  */

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 15px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .i-banner h1 {
    font-size:20px !important;
   }
   .carousel-caption {
    width: 54% !important;
    top: 1rem !important;
}
.carousel-inner {
   height: inherit !important;
}
   .carousel-caption h1 {

    font-size: 20px !important;
   
}
.banner-inner {

  height: 230px !important;
}
  .banner-inner-credit {
    height: 265px !important;
  }
  .banner-inner-business {
    height: 122px !important;
  }
  .banner-inner-personal {
   
    height: 125px !important;
}
  .flip-card {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .mt-5r {
    margin-top: 0 !important;
  }

  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
}


.plane-input {
  border: 1px solid #bdc1d7;
  border-radius: 3px;
  padding: 13px 10px;
  background: none;
  font-size: 12px;
  width: 100%;
  font-weight: 600;
  background: #fff;
}

/*--------profile------- */
.light-bg {
  background: #f5f5f5;
}

.light-bg2 {
  background: #f4f6f8;
}

.curve-box {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;

}

.userimg {
  border-radius: 25px;
}

.info-contact {
  background: #f3f6f6;
  border-radius: 16px;
  padding: 20px 15px;
}

.curve-box h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
}

.info-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info-contact .icon {
  color: #E93B81;
  font-size: 22px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: .3s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: .3s;
}

.info-contact .icon {
  flex: 0 0 auto;
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  line-height: 44px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
  transition: .3s;
}

.info-contact-item .text2 span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 3px;
}

.info-contact-item .text2 p {
  font-size: 14px;
}

.info-contact-item .text2 p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
  word-break: break-all;
  line-height: 1.5em;
}

.info-contact-item:not(:first-child) {
  border-top: 1px solid #e3e3e3;
}

.p-list {
  margin: 10px;
  padding: 0;
}

.p-list li {
  position: relative;
  list-style: none;
  background: #f1f7fa;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 15px;
}

.p-list li div:first-child {
  color: #0c3e83;
}

.p-list li div:last-child {
  color: #312d2e;
}


.p-list li .colen {
  position: absolute;
  right: 5%;
}

h5 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  font-size: 14px;
  width: 100%;
  border: 1px solid #c1bcbc;
  height: 80px;
  padding: 10px;
}

.bg-2 {
  background: #f1f7fa !important;
}

.bg-3 {
  background: #fff4f4;
}

.bg-4 {
  background: #eef5fa;
}

.info-contact-item .fa-envelope {
  color: #51bdc3;
  font-size: 17px;
}

.info-contact-item .fa-map-marker {
  color: #c362fd;
}

.fw-600 {
  font-weight: 600;
}

.text-red {
  color: #0c3e83;
}

.c-active {
  color: #5bb85d;
}

.c-deactive {
  color: #979090;
}

.status-list {
  margin: 10px 0 0px 0;
  padding: 0;
}

.status-list li {
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 25px;
  align-items: center;
}

.status-list li i {
  padding-right: 5px;
  font-size: 18px;
}

.header-b {
  background: #0c3e83;
  padding: 2px;
  opacity: 1;
  border-radius: 5px;
  width: 121px;
  margin: auto;
}


.accordion {
  display: flex;
  flex-direction: column;
  max-width: 991px;
  min-width: 320px;
  padding: 0 50px;
}

.accordion h1 {
  font-size: 32px;
  text-align: center;
}

.accordion-item {
  margin-top: 16px;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  color: #3b3737;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 20px;
  box-sizing: border-box;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 1px;
}

.accordion-item p {
  color: #6d6d6d;
}

.accordion-item li {
  line-height: 1.8em;
}

.accordion-item .accordion-item-desc {
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px;
  display: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #6d6d6d;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
  display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
  content: "-";
  font-size: 20px;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
  content: "+";
  font-size: 26px;
  color: #0c3e83;
}

.accordion-item:first-child {
  margin-top: 0;
}

.accordion-item .icon {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  

  .carousel {

    margin-top: 70px;
  }

  .accordion {
    padding: 0 16px;
  }

  .accordion h1 {
    font-size: 22px;
  }
}


.carousel-indicators .active {
  background-color: #0c3e83;
}

.carousel-indicators li {
  cursor: pointer;
  background-color: rgba(87, 49, 255, 0.356);
}



.bg-white {
  background-color: #fff !important;
}

.credit-card__box {
  text-align: center;
  margin: 0px 0px 45px 0px;
}

.credit-card__box-image {
  border-radius: 4px;
}

.credit-card__box-image {
  border-radius: 4px;
  text-align: center;
  transition: all 500ms ease;
  background-color: #eff2f6;
  background-blend-mode: multiply;
  padding: 30px;
}

.credit-card__box h3 {
  color: var(--thm-black);
  font-size: 28px;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 10px;
}

.credit-card__box p {
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 30px;
}

.credit-card__box p {
  margin: 0;
  color: var(--thm-color);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.credit-card__link {
  margin: 20px 0px 0px 0px;
}


/*card box-------*/
.card-flex {
  padding: 40px 0px;
}

/* blog post css */
.item {
  position: relative;
  transition: .4s all ease-in;

}

.item:hover {
  transform: translateY(-10px);
}

.item {
	margin-bottom: 40px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 25px;
	min-height: 390px;
}

.blog-post .blog-title {
	text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.blog-post a.blog-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:2;
}

.blog-post a.blog-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.blog-post a.blog-img span.blog-icon {
  color: #5567ee;
  font-size: 18px;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  z-index: 1;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
}

.blog-post a.blog-img:hover span.blog-icon {
  visibility: visible;
  opacity: 1;
}

.blog-post a.blog-img span.blog-icon:hover {
  color: #fff;
  background-color: #5567ee;
}

.blog-post .blog-post-content {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-post span.date-time {
  position: absolute;

  left: 15px;

  top: 15px;
  font-size: 14px;
  color: #fff;
  background-color: #5567ee;
  line-height: 1;
  padding: 8px 15px;
  display: block;
  font-weight: 400;

}

.value {
  color: #232323;
  font-weight: 600;
}

.blog-post .blog-post-content a.blog-title {
  color: #202020;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.blog-post .blog-post-content p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #000;
}

.blog-post .blog-post-content a.btn {
  margin-top: 15px;
}

@media(max-width: 991px) {
  .blog-post .blog-post-content p {
    margin-top: 1px;
  }

  .blog-post .blog-post-content a.btn {
    margin-top: 12px;
  }

  .blog-post span.date-time {
    font-size: 12px;
  }

  .blog-post .blog-post-content a.blog-title {
    font-size: 16px;
  }
}

@media(max-width: 767px) {
  .blog-post .blog-post-content {
    margin: 0;
    margin-top: 0;
    padding: 15px;
  }

  .blog-post .blog-post-content p {
    font-size: 14px;
    margin-top: 7px;
  }

  .blog-post .blog-post-content a.btn {
    margin-top: 15px;
  }
}

.btn-style2,
.btn-style2-medium {
  background-color: #333;
  border: 2px solid #333;
}

.btn-style2 {
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 0;
  line-height: 1;
}

.btn-style2:hover {
  color: #000;
  background: transparent;
}
.btn.btn-style2:visited {
    color: #fff;
}
.btn-style4 {
  background-color: green;
  border: 2px solid green;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 0;
  line-height: 1;
}
.btn-style4:Hover {
  background-color: rgb(5, 107, 5);
  border: 2px solid rgb(5, 107, 5);
}
/*card box----ends---*/



/*box flip starts---*/

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 180px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0px 0px 45px 0px rgb(34 34 34 / 10%);
}

.flip-card img {
  margin-top: 50px;
  padding: 4px;
  border-radius: 8px;
 
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;

}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  backface-visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: black;
   
  align-items: center;
  justify-content: center;
}
.flip-card-front p {
padding: 5px 10px 0 10px;
    font-weight: 600;
    font-size: 12px;
    color: #393939;
    margin: 0;
    text-align: center;
  }
/* Style the back side */
.flip-card-back {
  background-color: #f1f1f1;
  color: white;
  outline: 5px solid #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
}

.flip-card-back p {
  padding: 5px 10px 0 10px;
  font-weight: 600;
  font-size: 12px;
  color: #393939;
  margin: 0;
  text-align: center;
}

.flip-card-back p span {
  color: #cf5f32;
}


button,
button:hover {
  cursor: pointer;
}

/* box flip ends------*/

.bg-4 {
  background: #ebf3fe;
}

.curve-box p {
  font-weight: 500 !important;
}

.rounded {
  border-radius: 0.2rem;
  ;
}

.border {
  border: 1px solid #e3e9ef;
}

.table td,
.table th {
  padding: 0.35rem !important;
  font-weight: 500;
  vertical-align: middle !important;
}

.table th {
  background: #f2f4f6;
  font-size: 14px;
}

.table td {

  font-size: 12px;
}

.btn-small2 {
  border: 1px solid #0c3e83;
  background: #0c3e83;
  border-radius: 2px;
  padding: 2px 14px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.banner-inner {
  background: url(../../../assets/img/Banner_1.png);
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.banner-inner-personal {
  background: url(../../../assets/img/Banner_4.png);
  background-repeat: no-repeat;
  height: 350px;
  background-size: cover;
  background-position: center;
}

.banner-inner-business {
  background: url(../../../assets/img/Banner_5.png);
  background-repeat: no-repeat;
  height: 350px;
  background-size: cover;
  background-position: center;
}

.banner-inner-credit {
  background: url(../../../assets/img/Banner_3.png);
  background-repeat: no-repeat;
  height: 350px;
  background-size: cover;
  background-position: center;
}


.i-banner {
  color: #403f3f;
  height: 330px;
}

.i-banner h1 {
  padding-top: 12%;
  margin-left: 5%;
  font-size: 28px;
  margin-top: -8px;

}
.show#navbarMobile {
    background: white;
    margin-top: -2px;
}
.carousel  {
  margin-top:-8px;
}
.i-banner p {
  margin-left: 5%;
}

.i-text h2 {
  color: #0c3e83;
  font-size: 22px;
}

.i-text h3 {
  color: #000;
  font-size: 30px;
}

.i-text h4 {
  color: #055c2d !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.i-text ul {
  margin: 20px 0 0 0;
  padding: 0;
}

.i-text li {
  list-style: none;
  padding: 0px 0 0 30px;
  font-size: 14px;
  line-height: 2em;
}

.i-text li:before {
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  left: 20px;
  font-size: 15px;
  color: #0c3e83;
  content: "\f05d";
  padding-right: 4px;
}

.mt-5r {
  margin-top: 3rem;
}



@media (max-width: 767px) {
  .i-banner h1, .i-banner p {
  
  }
  .carousel {
    margin-top: 17px;
}
  .banner-inner {

    height: 130px !important;
  }
  .blog-post .btn-link{
	  font-size:12px;
  }
  .item {

    min-height: 400px;
}
}




@media (max-width: 576px) {
.section {
    padding: 50px 0 !important;
}	
.pt-5 {
    padding-top: 1rem !important;
}
.cta-btn {

    padding: 0px 35px !important;
}
.footer {
    padding: 50px 20px;
}
.banner-inner-credit {
    height: 120px !important;
}
.py-5 {
  padding: 1rem 0 !important;
}
.item {
 
    margin-left: 20px;
    margin-right: 20px;
}

}

@media only screen and (max-width: 892px) and (min-width: 640px) {
	body {
    padding-top: 44px;
}
}



 @media (max-width: 576px) { 

.carousel-caption h1 {
    font-size: 11px !important;
    font-weight: 600;
}
.carousel-caption {
    width: 54% !important;
    top: 0rem !important;
}
.carousel-caption a {
	display:none;
}
.carousel-caption .my-2 {
   margin-top:0 !important;
}
.carousel-caption p {
	    font-size: 10px;
    margin-top: 5px;
    line-height: 1em;

}
.carousel-indicators {
	margin-bottom: 0 !important;
}

.i-banner h1 {
    padding-top: 9%;
    margin-left: 0%;
    font-size: 28px;
    margin-top: 0;
    font-size: 12px !important;
}
.i-banner p {
    margin-left: 0%;
	font-size:10px;
	   margin-top: 5px;
}
.i-banner a {
	display:none;
}
 }