@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

.topBanner { background:url(../img/banner.jpg) no-repeat;     margin-top: 76px; background-size: cover; padding: 80px 0px; background-position: center; position:relative; z-index:0; }
.overlayShadow { content:' '; position:absolute; top:0px; bottom:0px; right:0px; left:0px; background:rgb(13 110 253 / 56%); z-index:1; }
.bannercontentSection { position: relative; z-index:2; }
.bannerimg { transition: transform .2s; }
.bannerimg:hover {  transform: scale(1.1);}
.bannertxt1 { font-size:48px;}
.bannertxt2 { font-size: 24px; text-transform: uppercase; padding-bottom: 10px; }
.bannertxt2 span { background: #ffffff; padding: 10px 30px; border-radius: 3px; }
.bg-primary-tranparent { background:rgb(13 110 253 / 64%);}
.border-radius-0 { border-radius:0px !important; }

.section2 { padding:80px 0px;}
.section3 {  padding:100px 0px; }
.section3 .downloadIcon { width:24px; }
.section4 {  padding:80px 0px;     background: #eee;}
.section4 img { transition: transform .2s; }
.section4 img:hover {  transform: scale(1.05);}
.section5 {  padding:80px 0px; }
.section6 {  padding:80px 0px;     background: #eee;}
.modal-form { background:#eee;     padding: 34px 30px 20px 30px;}
.modal-form .form-control { padding:15px !important;}
.modal-form .btn { padding:15px 24px;}


.topNavBar { position: fixed;     top: 0px;
    right: 0px;
    left: 0px;}
	
.topNumber { margin-bottom: 0px; font-size: 22px;}



 .myDiv {
            display: block;
        }
.hide {
	display: none;
}
#text1 { min-height:30px;}

.brother-banner {
    background-image: linear-gradient(255deg, #0E84FF 0%, #152EA5 70%);
  }

@media (max-width:767px) {
	.bannertxt1 { font-size:36px;}
	.bannertxt2 { font-size:20px; }
}
@media (max-width: 575px) {
	.topBanner { padding: 50px 0px; }

}
/* 

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../images/printer-banner.jpg") no-repeat;
  background-size: cover;
  min-height: 550px;
}
.banner:before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background-color: rgba(0,0,0,.9);
} */

.banner .block {
  padding: 80px 0px 160px;
  position: relative;
  z-index: 0;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #f2f2f2;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #fff;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}
.features {
  margin-top: -200px;
  position: relative;
  z-index: 1;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 4px 3px 16px 3px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  font-family: "Exo", sans-serif;
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  font-size: 1.2rem;
  color: #223a66;
}

.feature-item p {
  font-size: 1rem;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #102448;
  border-color: #102448;
  color: #fff;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}


.nextIconPrintr{
  color: #fff;
  top: -25px;
  right: 0;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -os-transition: all 0.2s linear;
}

.nextIconPrintr svg{
  width: 15px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -os-transition: all 0.2s linear;
}

.nextIconPrintr:hover svg{
width: 25px;
}

.p-form-container{
  border-radius: 20px;
  background:rgba(0, 0, 0, 0.3);
}

.bg-light-blue{
  background-color: #f0f8ff !important  ;
}

.f-item{
  border-radius: 8px;
  transition: all 0.3s ease-in-out 0s;
}

.f-item:hover{
  transform: translateY(-10px);
}

.f-item p{
  font-size: 0.9rem;
  font-weight: bold;
}

.bg-1{
 background:#fddde4 !important;
}
.bg-2{
 background:#cdebbc !important;
}
.bg-3{
 background:#cdd4f8 !important;
}
.bg-4{
 background:#f6dbf6 !important;
}
.bg-5{
 background:#fff2e5 !important;
}

.footer-cont a:hover{
text-decoration: underline!important;
}

.min-h-82{
  height: 82vh;
}

.showPrinterModal{
  cursor: pointer;
}