
.printer_details h2 {
    font-size: 31px;
    padding-top:10px;
    color: #0c3354;
	font-weight:700;
	line-height:35px;
}
.printer_details p {
    font-size: 16px;
    color: #666;
	font-weight: 500;
    margin-bottom: 0px;
}
.printer_details fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    padding:15px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto;
    position: relative;
	border-radius:12px;
}
.printer_details input,
.printer_details textarea {
    width: 100%;
    padding: 15px 15px;
    -moz-padding-start: calc(1.8rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: var(--fg-input-color);
    background-color: var(--fg-input-bg);
    background-repeat: no-repeat;
    background-position: right 1.8rem center;
    border: 1px solid #a8a3af;
    border-radius: 8px;
	line-height: 1.45;
    -webkit-box-shadow: var(--fg-box-shadow-inset);
    box-shadow: var(--fg-box-shadow-inset);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    width: 100%;
	height:45px;
}
.printer_details select {
    width: 100%;
    padding: 10px 15px;
    -moz-padding-start: calc(1.8rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #444;
    background-color: var(--fg-input-bg);
    background-repeat: no-repeat;
    background-position: right 1.8rem center;
    border: 1px solid #a8a3af;
    border-radius: 8px;
    -webkit-box-shadow: var(--fg-box-shadow-inset);
    box-shadow: var(--fg-box-shadow-inset);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    width: 100%;
}
.thanktext {padding:5px 25px;}
.thanktext img {width:98%;}

.printer_details input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #222;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    padding:7px;
}

/* ACTIVE / CHECKED */
.printer_details input[type="radio"]:checked {
    border: 2px solid #1a4fd6;
    padding:5px;
}

/* INNER DOT */
.printer_details input[type="radio"]:checked::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #1a4fd6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.printer_details input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border: 2px solid #1a4fd6;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    padding:5px;
	margin-right:7px;
}

/* ACTIVE / CHECKED */
.printer_details input[type="checkbox"]:checked {
    border: 2px solid #1a4fd6;
    padding:5px;
}

/* INNER DOT */
.printer_details input[type="checkbox"]:checked::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #1a4fd6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.printer_details input:focus,
.printer_details textarea:focus {
    border-color: #679b9b;
    outline: none;
    color: #637373;
}
.printer_details label {
	color:#444;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.printer_details input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border: 2px solid #1a4fd6;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    padding: 5px;
	margin-right:7px;
}
.big-radio {
    transform: scale(1.5);
    margin-right: 5px;
    cursor: pointer;
}
.frm .col-md-6 {margin:12px 0px;}
.submitbtn {    background: #1a4fd6;
    padding: 15px 50px;
    border: 1px #0b2a76 solid;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
	cursor:pointer;
	}

  .printer_details em { position:relative; top:-2px; font-style:normal;}
  
  .btn-primary {
    font-size: 20px !important;
    color: #fff;
    padding: 12px 35px !important;
}


/*===== HEADER HERO =====*/
.header_hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  padding-top: 0px;
  height: 800px;
}

@media only screen and (min-width: 1400px) {
  .header_hero {
    height: 900px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_hero {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero {
    height: auto;
  }
}

@media (max-width: 767px) {
  .header_hero {
    height: auto;
  }
}

.shape {
  position: absolute;
}

.shape.shape-1 {
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .shape.shape-1 {
    left: 0;
  }
  .shape {display:none;}
}

.shape.shape-2 {
  bottom: -200px;
  left: calc((100% - 1700px) / 2);
}

.shape.shape-3 {
  top: 0;
  right: 0;
}
.shape.shape-4 {
  top: 0;
  left: 0;
}
.shape.shape-4 img {
  
}

.header_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_image {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .header_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_image {
    width: 540px;
  }
}

.header_image .image {
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_image .image {
    top: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_image .image {
    top: 50px;
  }
}

.header_image .image .dots {
  position: absolute;
  right: 10%;
  bottom: 0px;
  z-index: -1;
  -webkit-animation: dots 6s ease-out infinite;
  animation: dots 6s ease-out infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_image .image .dots {
    width: 125px;
  }
}

@media (max-width: 767px) {
  .header_image .image .dots {
    width: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_image .image .dots {
    width: 130px;
  }
}

@keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero_content {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .header_hero_content {
    padding-top: 50px;
  }
}

.header_hero_content .header_title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_hero_content .header_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 38px;
  }
}

.header_hero_content .header_title span {
  color: #3698EE;
}

.header_hero_content p {
  margin-top: 35px;
  color: #fff;
  font-size:17px;
  line-height:30px;
}

.header_hero_content ul {
  padding-top: 20px;
}

.header_hero_content ul li {
  display: inline-block;
  margin-top: 15px;
}

.header_hero_content ul li + li {
  margin-left: 13px;
}

@media (max-width: 767px) {
  .header_hero_content ul li + li {
    margin-left: 8px;
  }
}

.header_hero_image img {
  width: 100%;
}

/*===========================
      03.FEATURES css 
===========================*/
.features_area {
  position: relative;
  z-index: 5;
}

.single_features {
  background-color: #fff;
  padding: 60px 25px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.1);
  box-shadow: 0px 3px 35px 0px rgb(128 126 126 / 56%);
}

.single_features:hover {
  -webkit-box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.2);
}

.single_features:hover .features_icon i {
  border-radius: 50%;
}

.single_features .features_icon i {
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_features .features_content {
  margin-top: 25px;
}

.single_features .features_content .features_title {
  font-size: 21px;
  font-weight: 600;
  color: #3A424E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_features .features_content p {
  margin-top: 15px;
  font-size:14px;
}

.single_features.features_1 .features_icon img {
  background-color: #F85146;
  width:80px;
  padding:15px;
  border-radius:8px;
}

.single_features.features_2 .features_icon img {
  background-color: #3698EE;
  width:80px;
  padding:15px;
  border-radius:8px;
}

.single_features.features_3 .features_icon img {
  background-color: #ab85f6;
  width:80px;
  padding:15px;
  border-radius:8px;
}

/*===========================
       04.ABOUT css 
===========================*/
.about_image {
  position: relative;
  padding-bottom: 30px;
}

.about_image .dots {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: -1;
  -webkit-animation: dots_2 6s ease-out infinite;
  animation: dots_2 6s ease-out infinite;
}

@keyframes dots_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes dots_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.about_content .main-btn {
  margin-top: 40px;
  padding: 0 35px;
}


/*===========================
       09.PRICING css 
===========================*/
.single_pricing {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(158, 158, 158, 0.1);
  box-shadow: 0px 0px 35px 0px rgba(158, 158, 158, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_pricing:hover {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(158, 158, 158, 0.2);
}

.single_pricing .pricing_top_bar .pricing_title {
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%;
}

.single_pricing .pricing_top_bar i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #F7F8F9;
  font-size: 40px;
  border-radius: 50%;
  margin-top: 30px;
}

.single_pricing .pricing_top_bar .price {
  display: block;
  font-size: 44px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 20px;
}

.single_pricing .pricing_list {
  border-top: 1px solid #E8E8E8;
  padding-top: 10px;
}

.single_pricing .pricing_list ul li {
  margin-top: 15px;
  font-size: 16px;
  color: #677284;
}

.single_pricing .pricing_btn {
  margin-top: 25px;
}

.single_pricing .pricing_btn .main-btn {
  border-color: #677284;
  color: #677284;
}

.single_pricing .pricing_btn .main-btn:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.single_pricing.pricing_color_1 .pricing_top_bar i {
  color: #F85146;
}

.single_pricing.pricing_color_1 .pricing_top_bar .price {
  color: #F85146;
}

.single_pricing.pricing_color_2 .pricing_top_bar i {
  color: #3698EE;
}

.single_pricing.pricing_color_2 .pricing_top_bar .price {
  color: #3698EE;
}

.single_pricing.pricing_color_3 .pricing_top_bar i {
  color: #581CCB;
}

.single_pricing.pricing_color_3 .pricing_top_bar .price {
  color: #581CCB;
}

.single_pricing.pricing_active .pricing_btn {
  margin-top: 25px;
}

.single_pricing.pricing_active .pricing_btn .main-btn {
  background-color: #3698EE;
  color: #fff;
  border-color: #3698EE;
}

.single_pricing.pricing_active .pricing_btn .main-btn:hover {
  background-color: rgba(54, 152, 238, 0.7);
}

/*===========================
    10.DOWNLOAD APP css 
===========================*/
.download_app_area {
  position: relative;
}

.download_app_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download_app_image .image img {
    width: 480px;
  }
}

.download_app {
  background: -webkit-gradient(linear, left top, right top, from(#291584), to(#9133e2));
  background: linear-gradient(to right, #291584 0%, #9133e2 100%);
  padding: 90px 60px 100px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 8;
  margin-top: 111px;
}

@media (max-width: 767px) {
  .download_app {
    padding: 80px 30px 80px;
  }
}

.download_shape {
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.download_shape_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.21;
}

.download_app_content {
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

.download_app_content .download_title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  nt-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download_app_content .download_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .download_app_content .download_title {
    font-size: 30px;
  }
}

.download_app_content p {
  color: #fff;
  margin-top: 15px;
}

.download_app_content ul {
  padding-top: 30px;
}

.download_app_content ul li {
  display: inline-block;
  margin-top: 10px;
}

.download_app_content ul li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .download_app_content ul li + li {
    margin-left: 0;
  }
}

.download_app_content ul li a {
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .download_app_content ul li a {
    padding: 4px 10px 3px;
  }
}

.download_app_content ul li a .icon i {
  font-size: 25px;
  color: #3698EE;
}

@media (max-width: 767px) {
  .download_app_content ul li a .icon i {
    font-size: 18px;
  }
}

.download_app_content ul li a .content {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .download_app_content ul li a .content {
    padding-left: 10px;
  }
}

.download_app_content ul li a .content .title {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .download_app_content ul li a .content .title {
    font-size: 16px;
  }
}

.download_app_content ul li a .content p {
  margin-top: 0;
  color: #677284;
  font-size: 12px;
}

@media (max-width: 767px) {
  .download_app_content ul li a .content p {
    font-size: 11px;
  }
}

/*===========================
        11.BLOG css 
===========================*/
.blog_area {
  position: relative;
  z-index: 99;
}

.single_blog {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 79px 0px rgba(158, 158, 158, 0.16);
  box-shadow: 0px 0px 79px 0px rgba(158, 158, 158, 0.16);
  overflow: hidden;
  border-radius: 10px;
}

.single_blog .blog_image img {
  width: 100%;
}

.single_blog .blog_content {
  padding: 15px 20px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog .blog_content .blog_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single_blog .blog_content .blog_meta .meta_date span {
  font-size: 16px;
  color: #677284;
}

.single_blog .blog_content .blog_meta .meta_like ul li {
  display: inline-block;
}

.single_blog .blog_content .blog_meta .meta_like ul li + li {
  margin-left: 15px;
}

.single_blog .blog_content .blog_meta .meta_like ul li a {
  font-size: 16px;
  color: #677284;
}

.single_blog .blog_content .blog_meta .meta_like ul li a i {
  margin-left: 5px;
}

.single_blog .blog_content .blog_title a {
  font-size: 24px;
  font-weight: 600;
  color: #3A424E;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_blog .blog_content .blog_title a:hover {
  color: #3698EE;
}

.single_blog .blog_content .main-btn {
  margin-top: 25px;
  height: 40px;
  line-height: 36px;
  border: 2px solid;
  padding: 0 15px;
  color: #3698EE;
  border-color: #3698EE;
  background: #fff;
}

.single_blog .blog_content .main-btn:hover {
  background-color: #3698EE;
  color: #fff;
}

img.google_pic {
    width: auto;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
	width:75%;
}

.about_sec {background:#edf6f5; padding:80px 0px; margin-top:80px;}
.about_cont {display:block;}
.about_cont h3 {font-size:40px; padding:10px 0px; color:#3A424E;}
.about_cont p {font-size:19px;}
.picimg {width:97%; border-radius:10px;}
ul.color_box { padding-left: 10px; margin-top: 10px;}
ul.color_box li { background: url(../../assets/images/right-arrow.png)0px 4px no-repeat; padding-left: 30px; font-size: 18px; font-weight:600; margin-bottom: 12px; color:#666;}


/*===========================
        12.FOOTER css 
===========================*/
.footer_area {
  position: relative;
  z-index: 9;
  background:#444;
}


.footer_subscribe .subscribe_title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .footer_subscribe .subscribe_title {
    font-size: 30px;
  }
  .navbar-brand img {width:250px;}
  .printer_details h2 {font-size:22px;}
  .about_cont h3 {font-size:25px;}
  ul.color_box li {font-size:16px;}
  .download_app { padding: 50px 20px 50px; margin-top: 40px;}
  .download_app_content .download_title { font-size: 24px;}
  img.google_pic { width: 95%; margin-top: 20px;}
  
}

.footer_subscribe p {
  color: #fff;
  margin-top: 15px;
}

.subscribe_form {
  position: relative;
  margin-top: 35px;
}

.subscribe_form input {
  width: 100%;
  border: 0;
  color: #677284;
  padding: 0 30px;
  height: 60px;
  border-radius: 5px;
}

.subscribe_form input::-webkit-input-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input:-ms-input-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::-ms-input-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::-moz-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::-moz-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form input::-webkit-input-placeholder {
  opacity: 1;
  color: #677284;
}

.subscribe_form .main-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 50px;
  height: 50px;
}

.footer_social ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer_social ul li a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 41px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_social ul li a:hover {
  background-color: #fff;
  color: #3698EE;
}

.footer_copyright p {
  color: #fff;
  line-height:30px;
}

.footer_copyright p a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_copyright p a:hover {
  color: #3698EE;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #3698EE;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #3698EE;
}
/*# sourceMappingURL=style.css.map */