/* ------------------------------------------------------
@File: Default Styles
@Author:PDF SIMPLI
@Developed By: PDF SIMPLI
@Developer URL:https://pdfsimpli.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ======================================================
@Template Name: PDF SIMPLI
@Author:  PDF SIMPLI
@Default Styles

Table of Content: 
01/ Variables
02/ Prefix 
03/ Header 
06/ Footer 
07/ Responsive 

===================================================== */
/*----------------------------------------------------*/
/* Fonts */
/*Color Variables*/
@import url(/Users/noelabey/OneDrive/Work/WorkSimpli/PDFSimpli/WPsite/app/public/wp-content/themes/PDFSimpli-wp-theme-v2/css/bootstrap.min.css);
@import url(/Users/noelabey/OneDrive/Work/WorkSimpli/PDFSimpli/WPsite/app/public/wp-content/themes/PDFSimpli-wp-theme-v2/vendors/fontawesome/css/fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
.container {
  max-width: 1640px;
  padding: 0 15px;
}

/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.theme_btn {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #F9593A;
  border-radius: 4px;
  max-width: 300px;
  line-height: 75px;
  border: unset;
  text-align: center;
  color: #fff;
}

.theme_btn:hover, .theme_btn:focus {
  background: #424A5B;
}

.industries-item {
  margin-bottom: 30px;
}

.industries-item .card {
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
  border: none;
}

.industries-item .card .images {
  max-width: 480px;
  overflow: hidden;
  display: block;
}

.industries-item .card .images img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-width: 100%;
}

.industries-item .card .card-body {
  padding: 10px;
  background: rgba(41, 128, 185, 0.05);
  padding-bottom: 30px;
  height: auto;
}

.industries-item .card .card-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #424A5B;
  font-size: 16px;
}

.industries-item .card .card-body .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.industries-item .card .card-body .link-area h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #424A5B;
}

.industries-item .card .card-body .link-area a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #196AC8;
  margin-right: 10px;
}

.industries-item .card .card-body .link-area a i {
  margin-left: 15px;
}

.industries-item .card .card-body .link-area a:hover, .industries-item .card .card-body .link-area a:focus {
  color: #F9593A;
}

.industries-item:hover .card .images img, .industries-item:focus .card .images img {
  -webkit-transform: scale3D(1.2, 1.2, 1);
          transform: scale3D(1.2, 1.2, 1);
}

.card {
  overflow: hidden;
  background: #E5E5E5;
  border: none;
  border-radius: 6px 6px 0 0;
  margin-bottom: 30px;
}

.card .fetured-image img {
  max-width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card .images img {
  max-width: 100%;
}

.card .card-body {
  height: 140px;
}

.card .card-body h5 {
  color: #7D7987;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 25px;
}

.card .card-body h5 ul li a {
  display: inline-block;
  color: #7D7987;
}

.card .card-body h5 span {
  display: inline-block;
  height: 2px;
  width: 20px;
  background: #7D7987;
  margin-left: 10px;
  color: #7D7987;
}

.card .card-body h4 a {
  font-weight: 600;
  font-size: 18px;
  color: #424A5B;
  display: block;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.card .card-body h4 a:hover, .card .card-body h4 a:focus {
  color: #F9593A;
}

.card .card-body a {
  font-weight: 600;
  font-size: 18px;
  color: #424A5B;
  display: block;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.card .card-body a:hover, .card .card-body a:focus {
  color: #F9593A;
}

.card .card-body p {
  font-weight: 500;
  font-size: 14px;
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
}

.card .card-body p span {
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
}

/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  /*Section Fix*/
  /*Ancore*/
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}

body p {
  color: #424A5C;
  margin: 0;
  font: 400 16px/23px "Open Sans", sans-serif;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style: none;
}

body section.row, body header.row, body footer.row {
  margin: 0;
}

body #success {
  display: none;
}

body #error {
  display: none;
}

body iframe {
  border: none;
}

body i:before {
  margin-left: 0px !important;
}

body a, body .btn, body button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/
.main_header {
  overflow: hidden;
  padding: 30px 0;
}

.main_header .custom_nav {
  padding: 0;
}

.main_header .custom_nav .navbar-brand {
  max-width: 200px;
}

.main_header .custom_nav .navbar-brand img {
  max-width: 100%;
  width: 180px;
}

.main_header .custom_nav .custom_collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main_header .custom_nav .custom_collapse .navbar-nav li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #424A5B;
  font-family: "Poppins", sans-serif;
  margin: 0 15px;
  text-decoration: none;
  color: #13001b;
  text-transform: uppercase;
}

.main_header .custom_nav .custom_collapse .navbar-nav li a:hover, .main_header .custom_nav .custom_collapse .navbar-nav li a:focus, .main_header .custom_nav .custom_collapse .navbar-nav li a.active {
  color: #F9593A;
}

.main_header .custom_nav .custom_collapse .custom_btn {
  width: 210.5px;
  height: 53px;
  font-family: "Poppins", sans-serif;
  background: #FDCE43;
  border-radius: 4px;
  line-height: 53px;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 18px;
  padding: 0 15px;
  color: #424A5B;
  margin-left: 15px;
}

.main_header .custom_nav .custom_collapse .custom_btn i {
  margin-right: 15px;
}

.header_section {
  overflow: hidden;
}

.header_section .logo {
  padding-top: 50px;
  max-width: 170px;
  padding-bottom: 110px;
}

.header_section .logo a img {
  max-width: 100%;
}

.header_section ul {
  text-align: center;
  padding-bottom: 30px;
}

.header_section ul li {
  display: inline-block;
}

.header_section ul li a {
  display: block;
  margin-right: 100px;
  color: #959595;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.header_section ul li a i {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #959595;
  color: #fff;
}

.header_section ul li a:after {
  position: absolute;
  content: '';
  display: block;
  right: -80px;
  bottom: 12px;
  height: 1px;
  width: 70px;
  background: #D8D8D8;
}

.header_section ul li a.active {
  font-weight: 500;
  color: #424A5C;
}

.header_section ul li a.active i {
  background: #0F67CB;
}

.header_section ul li:first-child a {
  font-weight: 500;
  color: #424A5C;
}

.header_section ul li:first-child a i {
  background: #0F67CB;
}

.header_section ul li:last-child a {
  margin: 0;
}

.header_section ul li:last-child a:after {
  display: none;
}

.plan_page_two {
  position: relative;
  background: #F2F9FC;
  padding-bottom: 20px;
}

.plan_page_two ul {
  max-width: 720px;
  margin: 0 auto;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
}

.plan_page_two ul li a {
  margin-right: 50px;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.plan_page_two ul li a i {
  display: none;
}

.plan_page_two ul li a::after {
  display: none;
}

.plan_page_two ul li a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 4px;
  background: #0F67CB;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.plan_page_two ul li a:hover, .plan_page_two ul li a:focus, .plan_page_two ul li a.active {
  color: #424A5C;
}

.plan_page_two ul li a:hover:before, .plan_page_two ul li a:focus:before, .plan_page_two ul li a.active:before {
  width: 100%;
}

.registration_header {
  padding-top: 60px;
}

.registration_header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.registration_header .header a {
  display: block;
  width: 210px;
}

.registration_header .header a img {
  max-width: 100%;
}

.registration_header .header .theme_btn {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  background: #FDCE43;
  border-radius: 4px;
  width: 133px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
}

.dashboard-header {
  overflow: visible;
}

.dashboard-header .custom_nav {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 30px;
}

.dashboard-header .custom_nav .custom_collapse {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.dashboard-header .custom_nav .custom_collapse .navbar-nav li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #424A5B;
  margin: 0 20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.dashboard-header .custom_nav .custom_collapse .navbar-nav li a::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  background: #196AC8;
}

.dashboard-header .custom_nav .custom_collapse .navbar-nav li a span {
  display: inline-block;
  margin-right: 4px;
}

.dashboard-header .custom_nav .custom_collapse .navbar-nav li a span img {
  max-width: 100%;
}

.dashboard-header .custom_nav .custom_collapse .navbar-nav li a:hover, .dashboard-header .custom_nav .custom_collapse .navbar-nav li a:focus, .dashboard-header .custom_nav .custom_collapse .navbar-nav li a.active {
  color: #196AC8 !important;
}

.dashboard-header .custom_nav .custom_collapse .navbar-nav li a:hover::after, .dashboard-header .custom_nav .custom_collapse .navbar-nav li a:focus::after, .dashboard-header .custom_nav .custom_collapse .navbar-nav li a.active::after {
  width: 100%;
}

.dashboard-header .custom_nav .custom_collapse .dropdown .dropdown-toggle {
  background: none;
  outline: none;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #424A5B;
  cursor: pointer;
}

.dropdown .dropdown-toggle {
  background: none;
  outline: none;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #424A5B;
  cursor: pointer;
}

.upload-section .right_content {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 60px 90px;
  text-align: center;
  width: 100%;
}

.upload-section .right_content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 30px;
}

.upload-section .right_content .upload_area {
  border: 1px dashed #AAAAAA;
  padding: 40px;
}

.upload-section .right_content .upload_area .icon {
  padding-bottom: 15px;
}

.upload-section .right_content .upload_area .icon img {
  max-width: 100%;
}

.upload-section .right_content .upload_area h5 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 15px;
  color: #aaa;
}

.upload-section .right_content .upload_area p {
  font-size: 22px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-bottom: 40px;
}

.upload-section .right_content .upload_area p::after {
  position: absolute;
  content: '';
  display: block;
  top: 13px;
  left: 40px;
  width: 100px;
  height: 1px;
  background: #AAAAAA;
}

.upload-section .right_content .upload_area p::before {
  position: absolute;
  content: '';
  display: block;
  top: 13px;
  right: 40px;
  width: 100px;
  height: 1px;
  background: #AAAAAA;
}

.upload-section .right_content .upload_area .custom_btn {
  max-width: 341px;
  width: 100%;
  height: 75px;
  background: #F9593A;
  border-radius: 4px;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.pdf-to-word-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #D8D8D8;
}

.pdf-to-word-header .header-inner .navbar-brand {
  display: block;
  max-width: 210px;
}

.pdf-to-word-header .header-inner .navbar-brand img {
  max-width: 100%;
}

.middle-header {
  margin-top: 60px;
}

.middle-header .bottom-header {
  padding: 20px 90px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding-bottom: 0;
}

.middle-header .bottom-header li {
  display: inline-block;
}

.middle-header .bottom-header li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #424A5B;
  margin: 0 20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.middle-header .bottom-header li a::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  background: #196AC8;
}

.middle-header .bottom-header li a span {
  display: inline-block;
  margin-right: 4px;
}

.middle-header .bottom-header li a span img {
  max-width: 100%;
}

.middle-header .bottom-header li a:hover, .middle-header .bottom-header li a:focus, .middle-header .bottom-header li a.active {
  color: #196AC8 !important;
}

.middle-header .bottom-header li a:hover::after, .middle-header .bottom-header li a:focus::after, .middle-header .bottom-header li a.active::after {
  width: 100%;
}

/*----------------------------------------------------*/
.pricing_section .pricing_plan {
  -webkit-box-shadow: 0px -3px 6px #00000010;
          box-shadow: 0px -3px 6px #00000010;
  padding-top: 40px 0;
  overflow: hidden;
}

.pricing_section .pricing_plan .header {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #424A5C;
  padding-bottom: 130px;
}

.pricing_section .pricing_plan .custom_btn {
  margin-left: auto;
  display: block;
  margin-right: 140px;
  background: #F9593A;
  width: 280px;
  height: 70px;
  line-height: 70px;
  text-align: center !important;
  border-radius: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1;
  margin-bottom: 80px;
}

.pricing_section .pricing_plan .custom_btn i {
  margin-left: 20px;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #fff;
  line-height: 37px;
  color: #F9593A;
}

.pricing_section .pricing_plan .custom-radio {
  margin: 0 !important;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table {
  padding: 30px;
  -webkit-box-shadow: 0px 20px 20px #00000015;
          box-shadow: 0px 20px 20px #00000015;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .iconify {
  margin-left: auto;
  display: block;
  font-size: 25px;
  color: #BCBCBC;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .circle {
  text-align: center;
  margin-top: 40px;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .circle img {
  max-width: 100%;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content {
  text-align: center;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h6 {
  line-height: 80px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h4 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h4 span {
  font-size: 30px;
  position: relative;
  top: -10px;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h5 {
  line-height: 110px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h5:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D8D8D8;
  top: 55px;
  left: 0;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content ul {
  padding-bottom: 120px;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 45px;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table p {
  text-align: center;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding-top: 10px;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .top {
  background: #FFCF05;
  width: 186px;
  height: 49px;
  border-radius: 8px;
  line-height: 49px;
  position: absolute;
  top: -45px;
  z-index: -1;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .top p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table.popular hr {
  margin-top: 0;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table.popular .content ul {
  padding: 0;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table.last .circle {
  margin-top: 18px;
}

.pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 4px #0f67cb5a;
          box-shadow: 0px 0px 4px #0f67cb5a;
  background: #fff;
}

.pricing_section .pricing_plan .footer {
  text-align: center;
  line-height: 140px;
  background: #F4F6F5;
}

.pricing_section .pricing_plan .radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pricing_section .pricing_plan .custom-radio input {
  display: none;
}

.pricing_section .pricing_plan .radio-btn {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.pricing_section .pricing_plan .radio-btn .hobbies-icon h3 {
  color: #8373e6;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.pricing_section .pricing_plan .custom-radio input:checked + .radio-btn .pricing_table {
  border: 1px solid #AAC9ED;
}

.pricing_section .pricing_plan .custom-radio input:checked + .radio-btn .pricing_table .iconify {
  color: #0F67CB;
}

.second_pages {
  position: relative;
  z-index: 1;
}

.second_pages::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 900px;
  background: #F2F9FC;
  top: -2px;
  left: 0;
  z-index: -1;
}

.second_pages .pricing_plan {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.second_pages .pricing_plan .header {
  font-family: "Lato", sans-serif;
}

.second_pages .pricing_plan .pricing_table {
  padding: 0 60px;
  padding-top: 50px;
  background: #0F67CB;
  -webkit-box-shadow: 0px 20px 20px #00000015;
          box-shadow: 0px 20px 20px #00000015;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.second_pages .pricing_plan .pricing_table::after {
  content: '';
  display: block;
  position: absolute;
  height: 55%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(216, 216, 216, 0.1);
  z-index: -1;
}

.second_pages .pricing_plan .pricing_table .top {
  width: 120px;
  height: 30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  top: 15px;
  right: 20px;
  position: absolute;
  text-align: center;
}

.second_pages .pricing_plan .pricing_table .top p {
  font-size: 12px;
}

.second_pages .pricing_plan .pricing_table .content {
  position: relative;
  z-index: 11;
  text-align: center;
}

.second_pages .pricing_plan .pricing_table .content h6 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  padding-bottom: 28px;
}

.second_pages .pricing_plan .pricing_table .content h4 {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
}

.second_pages .pricing_plan .pricing_table .content h4 i {
  font-size: 40px;
  position: relative;
  top: -20px;
}

.second_pages .pricing_plan .pricing_table .content a {
  display: block;
  border-radius: 5px;
  width: 260px;
  line-height: 65px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  background: #FECF2F;
  margin: 0 auto;
  color: #424A5C;
  margin-top: 30px;
  margin-bottom: 55px;
}

.second_pages .pricing_plan .pricing_table .content a.white {
  background: #ECF6F8;
}

.second_pages .pricing_plan .pricing_table .content h5 {
  line-height: 0;
  display: block;
  text-align-last: left;
  padding-bottom: 40px;
}

.second_pages .pricing_plan .pricing_table .content h5::before {
  display: none;
}

.second_pages .pricing_plan .pricing_table .content ul {
  text-align-last: left;
}

.second_pages .pricing_plan .pricing_table .content ul li {
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.second_pages .pricing_plan .pricing_table .content ul li::after {
  position: absolute;
  content: '';
  display: block;
  height: 8px;
  border-radius: 50%;
  width: 8px;
  background: #fff;
  left: 0;
  bottom: 5px;
}

.second_pages .pricing_plan .pricing_table .content hr {
  background: #fff;
}

.second_pages .pricing_plan .pricing_table p {
  color: #fff;
  padding-bottom: 30px;
  text-align: center;
  font-size: 17px;
}

.second_pages .pricing_plan .pricing_table.fast {
  background: #fff;
  color: #424A5C;
  border: 2px solid #aaa;
}

.second_pages .pricing_plan .pricing_table.fast .content ul {
  padding-bottom: 100px;
}

.second_pages .pricing_plan .pricing_table.fast .content ul li::after {
  background: #424A5C;
}

.second_pages .pricing_plan .pricing_table.fast p {
  color: #424A5C;
}

.second_pages .pricing_plan .pricing_table.popular .content ul {
  padding-bottom: 30px;
}

.second_pages .pricing_plan .pricing_table.last {
  background: #424A5C;
}

.second_pages .pricing_plan .pricing_table.last .content ul {
  padding-bottom: 30px;
}

.second_pages .pricing_plan .pricing_table.last .content hr {
  margin-top: 0;
}

.second_pages .pricing_plan .pricing_table.last p {
  padding-bottom: 50px;
}

.second_pages .pricing_plan .footer {
  background: none;
  line-height: 80px;
}

/*----------------------------------------------------*/
.features_section {
  overflow: hidden;
}

.features_section .images {
  max-width: 360px;
  margin: 0 auto;
}

.features_section .images img {
  max-width: 100%;
}

.features_section .item {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}

.features_section .item img {
  max-width: 100%;
}

.features_section .item ul {
  padding-top: 40px;
  padding-bottom: 30px;
}

.features_section .item ul li {
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.features_section .item ul li i {
  margin-right: 10px;
  color: #0F67CB;
}

.features_section .item a img {
  max-width: 100%;
}

.features_section .item::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 2px;
  height: 50px;
  background: #BCBCBC;
}

.features_section .item.last::after {
  display: none;
}

.features_section_two {
  overflow: hidden;
}

.features_section_two .inner {
  padding: 160px 0;
  -webkit-box-shadow: 0px 3px 20px #00000015 !important;
          box-shadow: 0px 3px 20px #00000015 !important;
}

.features_section_two .item::after {
  display: none;
}

.features_section_two .images {
  text-align: center;
}

.features_section_two .images a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #424A5C;
  padding-top: 10px;
}

.convert_pdf .convert_area {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #AAAAAA;
}

.convert_pdf .convert_area h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 100px;
}

.convert_pdf .convert_area .convert_item {
  padding-bottom: 40px;
  position: relative;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  max-width: 200px;
  margin: 0 auto;
}

.convert_pdf .convert_area .convert_item .icon {
  width: 153px;
  height: 153px;
  border-radius: 50%;
  text-align: center;
  line-height: 153px;
  color: #AAAAAA;
  font-size: 40px;
  background: rgba(25, 106, 200, 0.1);
  margin: 0 auto;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.convert_pdf .convert_area .convert_item h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}

.convert_pdf .convert_area .convert_item a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #196AC8;
  text-transform: uppercase;
}

.convert_pdf .convert_area .convert_item p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.convert_pdf .convert_area .convert_item::before {
  position: absolute;
  content: '';
  display: block;
  bottom: -2px;
  left: 15px;
  width: 0;
  height: 5px;
  background: #196AC8;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.convert_pdf .convert_area .convert_item:hover .icon, .convert_pdf .convert_area .convert_item:focus .icon, .convert_pdf .convert_area .convert_item.active .icon {
  background: #196AC8;
  color: #fff;
}

.convert_pdf .convert_area .convert_item:hover::before, .convert_pdf .convert_area .convert_item:focus::before, .convert_pdf .convert_area .convert_item.active::before {
  width: 153px;
}

.convert_pdf .convert_area .convert_item.item::before {
  bottom: -26px;
}

.productivity_section {
  overflow: hidden;
}

.productivity_section .productivity {
  max-width: 1100px;
  margin: 0 auto;
}

.productivity_section .productivity h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  padding-bottom: 80px;
}

.productivity_section .productivity .product {
  text-align: center;
  background: rgba(41, 128, 185, 0.05);
  border-radius: 8px;
  padding: 16px;
  padding-top: 40px;
  margin-bottom: 30px;
}

.productivity_section .productivity .product .images {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.productivity_section .productivity .product .images img {
  max-width: 100%;
}

.productivity_section .productivity .product a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #424A5B;
  padding-top: 25px;
}

.productivity_section .productivity .product.white {
  background: rgba(255, 220, 105, 0.08);
}

.productivity_section .productivity .product.light {
  background: rgba(155, 89, 182, 0.04);
}

.choose_the_best {
  overflow: hidden;
}

.choose_the_best h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  padding-bottom: 120px;
}

.choose_the_best .services {
  border-right: 1px solid #AAAAAA;
  padding: 20px 5px;
}

.choose_the_best .services .item {
  height: 330px;
}

.choose_the_best .services .item .icon {
  font-size: 60px;
  color: #196AC8;
}

.choose_the_best .services .item .icon img {
  width: 50px;
}

.choose_the_best .services .item h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-top: 30px;
  padding-bottom: 10px;
}

.choose_the_best .services .item p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}

.choose_the_best .services .item.top {
  height: 400px;
}

.choose_the_best .services.active {
  border-left: 1px solid #AAAAAA;
  padding-left: 15px;
}

.change_document {
  background: rgba(41, 128, 185, 0.05);
}

.change_document .images img {
  max-width: 100%;
}

.change_document .uplode_area h2 {
  font-size: 45px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.change_document .uplode_area p {
  font-size: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  padding-top: 15px;
}

.change_document .uplode_area .custom_btn {
  max-width: 341.04px;
  height: 75px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 100%;
  background: #F9593A;
  border-radius: 4px;
  margin: 50px auto;
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.change_document .uplode_area .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.change_document .uplode_area .review .review_inner {
  padding: 0 40px;
  text-align: center;
}

.change_document .uplode_area .review .review_inner img {
  max-width: 100%;
}

.change_document .uplode_area .review .review_inner ul {
  padding: 10px 0;
}

.change_document .uplode_area .review .review_inner ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #0C7AB7;
  line-height: 40px;
}

.change_document .uplode_area .review .review_inner ul li img {
  max-width: 100%;
}

.change_document .uplode_area .review .review_inner ul.last li {
  background: #73CF11;
}

.change_document .uplode_area .review .review_inner ul.last li.white {
  background: #DCDCE6;
}

.change_document .uplode_area .review .review_inner small {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.change_document .uplode_area .review .review_inner small span {
  font-weight: 700;
}

.productivity_section_extra.productivity_section .productivity .product {
  padding-top: 15px;
}

.productivity_section_extra.productivity_section .productivity .product .images {
  height: 40px;
  width: 40px;
}

.productivity_section_extra.productivity_section .productivity .product .images img {
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.productivity_section_extra.productivity_section .productivity .product a {
  font-size: 14px;
  padding-top: 10px;
}

.features-pages-section .left_side ul {
  padding-left: 20px;
  border-left: 1px solid #eee;
}

.features-pages-section .left_side ul li {
  display: block;
}

.features-pages-section .left_side ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #424A5B;
  margin-bottom: 15px;
  position: relative;
}

.features-pages-section .left_side ul li a::after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 5px;
  background: #196AC8;
  top: 0;
  left: -20px;
  opacity: 0;
}

.features-pages-section .left_side ul li a:hover, .features-pages-section .left_side ul li a:focus {
  color: #F9593A;
}

.features-pages-section .left_side ul li a:hover::after, .features-pages-section .left_side ul li a:focus::after {
  opacity: 1;
}

.features-pages-section .right-side {
  max-width: 940px;
}

.features-pages-section .right-side h2 {
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
}

.features-pages-section .right-side h6 {
  font-weight: 400;
  font-size: 22px;
  color: #424A5B;
  margin-bottom: 50px;
}

.features-pages-section .right-side .item {
  padding: 30px;
  background: rgba(41, 128, 185, 0.05);
  border-radius: 8px;
  margin-bottom: 30px;
}

.features-pages-section .right-side .item .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 25px;
}

.features-pages-section .right-side .item .icon img {
  max-width: 100%;
}

.features-pages-section .right-side .item h5 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
}

.features-pages-section .right-side .item p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.features_landing_upload h1, .features_landing_upload h2 {
  font-weight: 800;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  margin-bottom: 50px;
  text-align: center;
}

.features_landing_upload ul li {
  display: inline-block;
}

.features_landing_upload ul li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  margin-right: 10px;
  background: #F4F8FB;
  color: #424A5B;
}

.features_landing_upload ul li a:hover, .features_landing_upload ul li a:focus {
  background: #196AC8;
  color: #fff;
}

.features_landing_upload ul.pl {
  margin: 0 auto;
  max-width: 1200px;
}

.features_landing_upload .right_content {
  max-width: 1200px;
  margin: 0 auto;
}

.features_landing_upload .right_content .upload_area p {
  max-width: 100% !important;
}

.features_landing_upload .right_content .upload_area p::after {
  display: none;
}

.features_landing_upload .right_content .upload_area p span {
  font-weight: 600;
  display: inline-block !important;
  width: auto !important;
}

.features_landing_upload .right_content .upload_area .custom_btn {
  display: inline-block;
  max-width: 500px !important;
  width: 100%;
}

.features_landing_upload .right_content .upload_area a {
  padding: 22px 0;
}

.features-step .row {
  position: relative;
}

.features-step .row::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  height: 1px;
  width: 80%;
  border: 1px dashed #AAAAAA;
  z-index: -1;
}

.features-step .item {
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
}

.features-step .item .icon {
  text-align: center;
  width: 150px;
  line-height: 150px;
  background: #F4F8FB;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.features-step .item .icon img {
  max-width: 100%;
}

.features-step .item p {
  font-weight: 600;
  font-size: 18px;
  color: #424A5B;
  text-align: center;
}

.signature_section {
  max-width: 1380px;
  margin: 0 auto;
}

.signature_section h1, .signature_section h2, .signature_section h3, .signature_section h4, .signature_section h5, .signature_section h6 {
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 50px;
  text-align: center;
}

.signature_section .images {
  margin-bottom: 30px;
}

.signature_section .images img {
  max-width: 100%;
}

.signature_section p {
  font-weight: 500;
  font-size: 16px;
  color: #424A5B;
  max-width: 750px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
}

.signature_section .item {
  margin-bottom: 30px;
}

.signature_section ol, .signature_section ul {
  font-weight: 500;
  font-size: 16px;
  color: #424A5B;
  max-width: 750px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
}

.signature_section img {
  max-width: 1200px;
}

.pdfsimpli-video-section .video-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.pdfsimpli-video-section .video {
  max-width: 620px;
  margin: 0 auto;
  background: #196AC8;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 50px;
  position: relative;
}

.pdfsimpli-video-section .video::after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  left: 20px;
  top: 20px;
  background: #C3DDF4;
  border-radius: 6px;
  z-index: -1;
}

.pdfsimpli-video-section .video h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #fff;
  padding-bottom: 16px;
}

.pdfsimpli-video-section .video a {
  font-size: 66px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.pdfsimpli-video-section .video p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 70px;
}

.pdfsimpli-video-section .content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.add-signatures-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 50px;
}

.add-signatures-section ul {
  position: relative;
  padding-left: 60px;
}

.add-signatures-section ul::after {
  position: absolute;
  content: '';
  display: table;
  height: 90%;
  width: 1px;
  background: #CCCCCC;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.add-signatures-section ul li {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
}

.add-signatures-section ul li::after {
  position: absolute;
  content: '1';
  width: 40px;
  height: 40px;
  text-align: center;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #F4F8FB;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #424A5B;
  z-index: 1;
}

.add-signatures-section ul li:nth-child(2)::after {
  content: "2";
}

.add-signatures-section ul li:nth-child(3)::after {
  content: "3";
}

.add-signatures-section ul li:nth-child(4)::after {
  content: "4";
}

.add-signatures-section ul li:nth-child(5)::after {
  content: "5";
}

.add-signatures-section ul li:nth-child(6)::after {
  content: "6";
}

.related-features .related-wrapper {
  background: rgba(41, 128, 185, 0.05);
  border-radius: 8px;
  padding: 50px;
}

.related-features .images img {
  max-width: 100%;
}

.related-features .content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 20px;
}

.related-features .content ul li {
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-features .content ul li span {
  display: inline-block;
  margin-right: 10px;
  color: #196AC8;
}

.frequently-asked-questions .right_contetn_features {
  max-width: 470px;
  margin: 0 auto;
}

.frequently-asked-questions .right_contetn_features h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #1B1C19;
  padding-bottom: 20px;
}

.frequently-asked-questions .right_contetn_features p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #1B1C19;
}

.top_footer_section {
  background: #F5F6F6;
}

.top_footer_section .footer_column h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px !important;
  color: #424A5B;
}

.top_footer_section .footer_column ul li a {
  font-size: 16px !important;
}

.about_us_banner h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 40px;
  text-align: center;
}

.about_us_banner .banner_img {
  margin-bottom: 50px;
}

.about_us_banner .banner_img img {
  max-width: 100%;
}

.about_us_banner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  margin-bottom: 30px;
}

.about_us_banner h3 span {
  display: inline-block;
  background: #196AC8;
  width: 170px;
  height: 4px;
  margin-right: 10px;
}

.about_us_banner .our-story {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.about_us_banner .our-story p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-left: 170px;
}

.about_us_banner .our-values .item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
          box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  padding: 100px 50px;
  margin-bottom: 30px;
}

.about_us_banner .our-values .item h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #424A5B;
  margin-bottom: 30px;
}

.about_us_banner .our-values .item p {
  margin: 0;
}

.our-partners-section .images img {
  max-width: 100%;
}

.our-partners-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  margin-bottom: 60px;
}

.our-partners-section .content {
  padding: 50px 0;
}

.our-partners-section .content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #424A5B;
  padding-bottom: 30px;
}

.our-partners-section .content p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #424A5B;
  line-height: 30px;
}

.privacy-item .item {
  margin-bottom: 50px;
}

.privacy-item .item h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 20px;
}

.privacy-item .item p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #424A5B;
  margin-bottom: 20px;
}

.privacy-item .item span {
  font-weight: 700;
}

.privacy-item .item ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #424A5B;
  margin-bottom: 10px;
}

.privacy-item .item ul li span {
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
}

.faq-pages-section h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 70px;
  text-align: center;
}

.faq-pages-section .item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
          box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  margin-bottom: 30px;
}

.faq-pages-section .item h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 80px;
  padding: 0 20px;
  border-bottom: 1px solid #E5E5E5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #424A5B;
}

.faq-pages-section .item p {
  padding: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #424A5B;
}

.faq-pages-section .item p span {
  display: inline-block;
  font-weight: 20px;
  font-weight: 700;
  color: #424A5B;
  margin-right: 15px;
  line-height: 40px;
}

.product-banner-section .banner_img {
  margin-bottom: 50px;
}

.product-banner-section .banner_img img {
  max-width: 100%;
}

.product-banner-section .content p {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

.product-banner-section .content .theme_btn {
  margin: 0 auto;
  margin-bottom: 60px;
}

.product-banner-section .item {
  margin-bottom: 50px;
}

.product-banner-section .item h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #424A5B;
  margin-bottom: 30px;
}

.product-banner-section .item p {
  color: #424A5B;
  margin-bottom: 20px;
}

.product-banner-section .item .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
}

.product-banner-section .item a {
  display: inline-block;
  width: 300px;
}

.product-banner-section .item .right_btn {
  background: none;
  color: #F9593A;
  border: 1px solid #F9593A;
  margin-left: 20px;
}

.product-banner-section .images {
  margin-bottom: 50px;
}

.product-banner-section .images img {
  max-width: 100%;
}

.contact-us-section .top {
  margin-bottom: 50px;
}

.contact-us-section .top h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 20px;
}

.contact-us-section .top P {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #424A5B;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-us-section .contact_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-us-section .contact_wrapper .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F4F8FB;
  padding: 50px;
}

.contact-us-section .contact_wrapper .media img {
  max-width: 100%;
  margin-right: 30px;
}

.contact-us-section .contact_wrapper .media .media-body h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #424A5B;
  padding-bottom: 15px;
}

.contact-us-section .contact_wrapper .media .media-body p {
  font-size: 18px;
  font-weight: 400;
  color: #424A5B;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin-bottom: 20px;
}

.contact-us-section .contact_wrapper .media .media-body .theme_btn {
  max-width: 200px;
  line-height: 50px;
}

.contact-us-section .contact_wrapper .media .media-body .theme_btn.vido_btn {
  background: none;
  color: #F9593A;
  border: 1px solid #F9593A;
}

.contact-us-section small {
  display: block;
  text-align: center;
  color: #ACB6C0;
  margin: 20px 0;
}

.here_section .top {
  margin-bottom: 50px;
}

.here_section .top h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 20px;
}

.here_section .top p {
  max-width: 600px;
}

.here_section .contact {
  max-width: 1200px;
}

.here_section .contact h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #424A5B;
  margin-bottom: 20px;
}

.here_section .contact .media {
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
          box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  margin-bottom: 30px;
}

.here_section .contact .media .left_content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #424A5B;
  padding-bottom: 30px;
}

.here_section .contact .media .left_content h4 span {
  display: inline-block;
  margin-right: 15px;
}

.here_section .contact .media .left_content h4 span img {
  max-width: 100%;
}

.here_section .contact .media .left_content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #424A5B;
}

.here_section .contact .media .media-body {
  padding-left: 30px;
  border-left: 1px solid #eee;
  margin-left: 30px;
}

.here_section .contact .media .media-body .item {
  margin-bottom: 20px;
  max-width: 150px;
  margin-left: auto;
}

.extra_file .convert-to-any-file-text {
  display: block !important;
  text-align: center;
}

.extra_file .convert-to-any-file-text P {
  max-width: 700px;
  margin: 0 auto;
}

.extra_file .convert-to-any-file-text .theme_btn {
  margin: 0 auto !important;
  margin-top: 20px !important;
}

.reach-email-section form {
  padding: 50px;
  border: 1px solid #F5F6F6;
}

.reach-email-section form h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 40px;
}

.reach-email-section form input {
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 60px;
  padding: 0 15px;
  background: #F5F6F6;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 30px;
}

.reach-email-section form textarea {
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 300px;
  padding: 15px;
  background: #F5F6F6;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 30px;
}

.reach-email-section form .theme_btn {
  width: 200px;
  margin: 0 auto;
}

.how-to-cancel-section .top {
  max-width: 800px;
  margin-bottom: 40px;
}

.how-to-cancel-section .top h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 20px;
}

.how-to-cancel-section .content {
  background: #F4F8FB;
  padding: 40px;
}

.how-to-cancel-section .content .item {
  margin-bottom: 40px;
}

.how-to-cancel-section .content .item h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #424A5B;
}

.how-to-cancel-section .content .item p {
  max-width: 800px;
}

.how-to-cancel-section .content .images {
  text-align: center;
}

.how-to-cancel-section .content .images img {
  max-width: 100%;
  width: 100%;
}

.refund-section-bottom h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 20px;
}

.refund-section-bottom .item {
  max-width: 900px;
  margin-bottom: 30px;
}

.refund-section-bottom .item h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #424A5B;
  padding-bottom: 20px;
}

.refund-section-bottom .item p {
  padding-bottom: 15px;
  color: #424A5B;
}

.refund-request-section h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 40px;
}

.refund-request-section .left_content h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #424A5B;
  padding-bottom: 20px;
}

.refund-request-section .left_content p {
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  max-width: 750px;
}

.refund-request-section .left_content ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #424A5B;
  margin-bottom: 15px;
  display: block;
}

.refund-request-section form {
  padding: 50px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

.refund-request-section form h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #424A5B;
  padding-bottom: 20px;
  text-align: center;
}

.refund-request-section form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 15px;
  line-height: 60px;
  margin-bottom: 15px;
}

.refund-request-section form .form-select {
  width: 100%;
  height: 60px;
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 0 15px;
  margin-bottom: 15px;
}

.refund-request-section form .theme_btn {
  max-width: 100%;
  width: 100%;
}

.successful-section {
  padding-top: 300px;
}

.successful-section .images {
  text-align: center;
}

.successful-section .images img {
  max-width: 100%;
}

.successful-section .images h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  color: #424A5B;
  margin-top: 30px;
}

.successful-section .images p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #424A5B;
}

.details-page-section .details-wrapper {
  background: #F5F6F6;
  border-radius: 18px;
  padding: 50px;
}

.details-page-section .details-wrapper .left h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #424A5B;
  margin-bottom: 20px;
}

.details-page-section .details-wrapper .left ul {
  margin-bottom: 30px;
}

.details-page-section .details-wrapper .left ul li {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  color: #424A5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 0;
}

.details-page-section .details-wrapper .left ul li span {
  display: inline-block;
  color: #424A5B;
  font-weight: 700;
  max-width: 300px;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  border-left: 1px solid #E5E5E5;
}

.details-page-section .details-wrapper .right-content h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #424A5B;
  padding-bottom: 20px;
}

.details-page-section .details-wrapper .right-content p {
  max-width: 400px;
  margin-bottom: 30px;
}

.details-page-section .details-wrapper .right-content .theme_btn {
  margin-bottom: 40px;
}

.details-page-section .details-wrapper .right-content .dash-btbn {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #F9593A;
  text-decoration: underline !important;
}

.details-page-section .details-wrapper .bottom {
  padding-top: 50px;
  border-top: 1px solid #E5E5E5;
  margin-top: 30px;
}

.details-page-section .details-wrapper .bottom p {
  margin-bottom: 15px;
}

/*----------------------------------------------------*/
.peoplesaying_section {
  overflow: hidden;
}

.peoplesaying_section .peoplesaying {
  padding: 40px 0;
  background: #F4F6F5;
  padding-bottom: 0;
}

.peoplesaying_section .peoplesaying h4 {
  padding-bottom: 130px;
  max-width: 565px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.peoplesaying_section .peoplesaying h4::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 70px;
  left: 130px;
  width: 297px;
  height: 15px;
  background: rgba(15, 103, 203, 0.1);
  border-radius: 16px;
}

.peoplesaying_section .peoplesaying .swiper-container {
  padding-bottom: 120px;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-pagination {
  bottom: 50px;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  background: #BCBCBC;
  opacity: 1;
  width: 14px;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.3) !important;
          transform: scale(1.3) !important;
  background: #0F67CB;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item {
  -webkit-box-shadow: 0px 20px 20px #7682B72E;
          box-shadow: 0px 20px 20px #7682B72E;
  border-radius: 5px;
  background: #fff;
  padding: 0 30px;
  padding-top: 20px;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .images {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #0F67CB;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .images img {
  max-width: 100%;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item a {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
  color: #0F67CB;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p {
  padding: 40px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  margin-bottom: 60px;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p::before {
  content: "\f10d";
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  top: 0;
  left: 0;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p::after {
  content: "\f10e";
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  bottom: 30px;
  right: 90px;
}

.peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item b {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 60px;
  display: inline-block;
}

.slider_area_v2 {
  display: block;
  overflow: hidden;
}

.slider_area_v2 .left_side h4 {
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  color: #424A5C;
  font-weight: 500;
  padding: 50px 0;
  padding-bottom: 130px;
  text-align: center;
}

.slider_area_v2 .left_side img {
  max-width: 100%;
}

.slider_area_v2 .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #F2F9FC;
  height: 14px;
  opacity: 1;
  width: 14px;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.slider_area_v2 .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #0F67CB;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content {
  max-width: 660px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 20px #7682B72E;
          box-shadow: 0px 20px 20px #7682B72E;
  border-radius: 5px;
  padding: 40px 30px;
  margin: 40px;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media .images {
  margin-right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media .images img {
  max-width: 100%;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media .media-body {
  text-align: left;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content .media .media-body a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #424A5C;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p {
  padding: 30px 0;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #424A5C;
  line-height: 35px;
  display: block;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p span.first {
  position: relative;
  top: -10px;
  right: 10px;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p span.last {
  position: relative;
  top: 10px;
  right: -10px;
}

.slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content b {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  max-width: 160px;
  margin-left: auto;
  text-align: left;
}

.swiper_vertical {
  width: 100%;
  height: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper_vertical .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*----------------------------------------------------*/
.banner_home {
  overflow: hidden;
}

.banner_home .left_content {
  padding-top: 100px;
  padding-left: 40px;
}

.banner_home .left_content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 60px;
  max-width: 600px;
  color: #424A5B;
  padding-bottom: 35px;
}

.banner_home .left_content h2 span {
  background: #196AC8;
  border-radius: 4px;
  color: #fff;
}

.banner_home .left_content h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #424A5B;
  padding-bottom: 35px;
}

.banner_home .left_content ul {
  padding-bottom: 40px;
}

.banner_home .left_content ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #424A5B;
  line-height: 40px;
}

.banner_home .left_content ul li i {
  background: #40A459;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-right: 15px;
}

.banner_home .left_content p {
  color: #AAAAAA;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 22px;
}

.banner_home .right_content {
  max-width: 658px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 60px 90px;
  text-align: center;
  width: 100%;
}

.banner_home .right_content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 30px;
}

.banner_home .right_content .upload_area {
  border: 1px dashed #AAAAAA;
  padding: 40px;
}

.banner_home .right_content .upload_area .icon {
  padding-bottom: 15px;
}

.banner_home .right_content .upload_area .icon img {
  max-width: 100%;
}

.banner_home .right_content .upload_area h5 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 15px;
  color: #aaa;
}

.banner_home .right_content .upload_area p {
  font-size: 22px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-bottom: 40px;
}

.banner_home .right_content .upload_area p::after {
  position: absolute;
  content: '';
  display: block;
  top: 13px;
  left: 40px;
  width: 100px;
  height: 1px;
  background: #AAAAAA;
}

.banner_home .right_content .upload_area p::before {
  position: absolute;
  content: '';
  display: block;
  top: 13px;
  right: 40px;
  width: 100px;
  height: 1px;
  background: #AAAAAA;
}

.banner_home .right_content .upload_area .custom_btn {
  max-width: 341px;
  width: 100%;
  height: 75px;
  background: #F9593A;
  border-radius: 4px;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

/*----------------------------------------------------*/
.signup_section .signup_inner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 140px;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

.signup_section .signup_inner h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 40px;
}

.signup_section .signup_inner h2.sign {
  padding-bottom: 40px;
}

.signup_section .signup_inner h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  padding: 20px 0;
}

.signup_section .signup_inner p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 570px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.signup_section .signup_inner .social_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup_section .signup_inner .social_group h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
}

.signup_section .signup_inner .social_group a {
  display: block;
  margin: 0 20px;
}

.signup_section .signup_inner .social_group a img {
  max-width: 100%;
}

.signup_section .signup_inner .social_group span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-style: 400;
  font-weight: 500;
  font-size: 18px;
}

.signup_section .signup_inner .input_area .middle {
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-top: 33px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.signup_section .signup_inner .input_area .middle span {
  width: 149px;
  height: 1px;
  display: block;
  background: #aaa;
  margin: 0 20px;
}

.signup_section .signup_inner .input_area form .form-control {
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  line-height: 60px;
  height: auto;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.signup_section .signup_inner .input_area form .form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #aaa;
}

.signup_section .signup_inner .input_area form .form-control:-ms-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #aaa;
}

.signup_section .signup_inner .input_area form .form-control::-ms-input-placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #aaa;
}

.signup_section .signup_inner .input_area form .form-control::placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #aaa;
}

.signup_section .signup_inner .input_area form .from_bottom {
  display: block;
  max-width: 382px;
  text-align: left;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
}

.signup_section .signup_inner .input_area form .theme_btn {
  margin: 0 auto;
  width: 241px;
  height: 53px;
  line-height: 53px;
  background: #F9593A;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #fff;
  margin-top: 50px;
  cursor: pointer;
}

.signup_section .signup_inner .input_area form p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 20px 0;
}

.signup_section .signup_inner .input_area form p a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0F67CB;
}

.signup_section .signup_inner .input_area form p a:hover, .signup_section .signup_inner .input_area form p a:focus {
  color: #F9593A;
}

.signup_section .signup_inner .input_area form .check_box {
  width: 370px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup_section .signup_inner .input_area form .check_box input {
  margin-right: 10px;
  margin-top: 0;
}

.signup_section .signup_inner .input_area form .check_box label {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #424A5C;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}

.signup_section .signup_inner .input_area form .check_box a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #0F67CB;
}

.signup_section .signup_inner .input_area form .check_box a:focus, .signup_section .signup_inner .input_area form .check_box a:hover {
  color: #F9593A;
}

.lets_start .start {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 30px 80px;
  max-width: 850px;
  margin: 0 auto;
}

.lets_start .start h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  text-align: center;
}

.lets_start .start h3 span {
  color: #F9593A;
}

.lets_start .start .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.lets_start .start .step .item {
  text-align: center;
  padding-top: 80px;
  max-width: 176px;
  margin: 0 auto;
}

.lets_start .start .step .item span {
  width: 57px;
  height: 57px;
  background: #196AC8;
  border-radius: 50%;
  line-height: 57px;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
}

.lets_start .start .step .item span::before {
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: url(../images/dotted.png) no-repeat;
  left: 150%;
  top: 50%;
}

.lets_start .start .step .item span.last::before {
  display: none;
}

.lets_start .start .step .item p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.lets_start .start .images {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}

.lets_start .start .images img {
  max-width: 100%;
}

.lets_start .start .theme_btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 341px;
  line-height: 75px;
  height: 75px;
  background: #F9593A;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 80px;
}

/* Hide the browser's default checkbox */
.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #aaa;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
  background-color: #F9593A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.signup_section .signup_inner .input_area form span {
  padding: 0;
  height: 12px;
  width: 12px;
}

.form-check .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

section {
  padding: 40px 0;
}

/*----------------------------------------------------*/
.payment_section {
  overflow: hidden;
}

.payment_section .header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  padding-bottom: 40px;
  padding-top: 60px;
}

.payment_section .card_info {
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 35px;
}

.payment_section .card_info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
}

.payment_section .card_info .card_number {
  padding-top: 20px;
}

.payment_section .card_info .card_number h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 10px;
}

.payment_section .card_info .card_number .input-group {
  max-width: 370px;
  /* Firefox */
}

.payment_section .card_info .card_number .input-group .form-control {
  max-width: 370px;
  height: auto;
  line-height: 50px;
  background: #F5F6F6;
  border-radius: 4px;
  border: none;
  padding: 0 20px;
  padding-right: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.payment_section .card_info .card_number .input-group input::-webkit-outer-spin-button,
.payment_section .card_info .card_number .input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.payment_section .card_info .card_number .input-group input[type=number] {
  -moz-appearance: textfield;
}

.payment_section .card_info .card_number .input-group .input-group-text {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 11;
  top: 0;
}

.payment_section .card_info .date_area {
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}

.payment_section .card_info .date_area .card_date h5 {
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  display: block;
}

.payment_section .card_info .date_area .card_date .input-group {
  /* Firefox */
}

.payment_section .card_info .date_area .card_date .input-group .form-control {
  width: 80px;
  height: auto;
  line-height: 50px;
  border: none;
  background: #F5F6F6;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px;
}

.payment_section .card_info .date_area .card_date .input-group input::-webkit-outer-spin-button,
.payment_section .card_info .date_area .card_date .input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.payment_section .card_info .date_area .card_date .input-group input[type=number] {
  -moz-appearance: textfield;
}

.payment_section .card_info .date_area .card_date .form-select {
  height: 50px;
  min-width: 120px;
  width: 100%;
  background: #F5F6F6;
  border: none;
  outline: none;
  padding: 0 10px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.payment_section .card_info .card_name {
  padding-top: 30px;
}

.payment_section .card_info .card_name h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}

.payment_section .card_info .card_name .form-control {
  width: 370px;
  height: auto;
  line-height: 50px;
  border: none;
  background: #F5F6F6;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px;
}

.payment_section .card_info .check_box {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
}

.payment_section .card_info .check_box span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.payment_section .card_info .check_box span a {
  color: #196AC8;
}

.payment_section .card_info .check_box span a:hover, .payment_section .card_info .check_box span a:focus {
  color: #F9593A;
}

.payment_section .card_info .check_box .form-check {
  margin: 0;
}

.payment_section .card_info .check_box .checkmark:after {
  top: 1px;
}

.payment_section .card_info .brand_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

.payment_section .card_info .brand_name a {
  display: block;
  max-width: 130px;
  margin-right: 40px;
}

.payment_section .card_info .brand_name a img {
  max-width: 100%;
}

.payment_section .card_info .brand_name a.theme_btn {
  max-width: 205px;
  width: 100%;
  height: 60px;
  background: #F9593A;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.payment_section .radio-buttons {
  width: 100%;
  margin: 0 auto;
}

.payment_section .custom-radio input {
  display: none;
}

.payment_section .custom-radio {
  margin: 0 5px;
}

.payment_section .radio-btn {
  margin-right: 10px;
  width: 50px;
  height: 45px;
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 20px #c3c3c367;
          box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.payment_section .radio-btn > i {
  color: #ffffff;
  background-color: #27AE60;
  font-size: 12px;
  position: absolute;
  top: -17px;
  right: -22px;
  -webkit-transform: translateX(-50%) scale(4);
          transform: translateX(-50%) scale(4);
  border-radius: 50px;
  padding: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}

.payment_section .radio-btn .card_icon {
  width: 70px;
  height: 45px;
  z-index: -1;
  line-height: 45px;
  position: absolute;
  top: 40%;
  left: 50%;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #aaa;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment_section .radio-btn .card_icon img {
  max-width: 100%;
}

.payment_section .custom-radio input:checked + .radio-btn .card_icon {
  border: 1.5px solid #27AE60;
}

.payment_section .custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.review_order .card {
  border: none;
  background: #F4F6F5;
  padding: 30px;
  margin-bottom: 40px;
}

.review_order .card .card-header {
  background: none;
  border-bottom: 1px solid #D8D8D8;
}

.review_order .card .card-header h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
}

.review_order .card .card-body h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 30px;
}

.review_order .card .card-body h3 span {
  font-weight: 500;
  margin-left: 30px;
}

.review_order .card .card-body .content {
  max-width: 550px;
  margin: 0 auto;
}

.review_order .card .card-body .content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 40px;
}

.review_order .card .card-body .content p span {
  font-weight: 500;
}

.review_order .card .card-body .content ul {
  padding-bottom: 20px;
}

.review_order .card .card-body .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #424A5C;
  line-height: 50px;
}

.review_order .card .card-body .content ul li a .icon {
  margin-right: 10px;
}

.review_order .card .card-body .content ul li a:hover, .review_order .card .card-body .content ul li a:focus {
  color: #F9593A;
}

.review_order .card .card-footer {
  background: none;
}

.review_order .card .card-footer h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.review_order .card .card-footer h4 i {
  font-weight: 800;
  font-size: 45px;
  color: #196AC8;
  margin-left: 20px;
}

.review_order .card .card-footer h4 span {
  font-weight: 800;
  font-size: 45px;
  color: #196AC8;
}

.down_content {
  max-width: 50%;
}

.down_content span {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: block;
  padding-bottom: 20px;
}

.down_content span a {
  color: #196AC8;
}

.down_content span a:hover, .down_content span a:focus {
  color: #F9593A;
}

.down_content h5 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}

.down_content p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.down_content p a {
  color: #196AC8;
}

.down_content p a:hover, .down_content p a:focus {
  color: #F9593A;
}

/*----------------------------------------------------*/
.industries-section {
  overflow: hidden;
}

.industries-section .heading {
  padding-bottom: 100px;
}

.industries-section .heading h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
}

.industries-review {
  overflow: hidden;
  background: #F5F6F6;
}

.industries-review .review-inner {
  max-width: 1270px;
  margin: 0 auto;
}

.industries-review .review-inner .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.industries-review .review-inner .left-content .content {
  margin-right: 15px;
}

.industries-review .review-inner .left-content .content p {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #424A5B;
}

.industries-review .review-inner .left-content .content h6 {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #424A5B;
}

.industries-review .review-inner .left-content ul li {
  display: inline-block;
}

.industries-review .review-inner .left-content ul li a {
  display: block;
  height: 55px;
  width: 55px;
  line-height: 45px;
  text-align: center;
  background: #00B67A;
}

.industries-review .review-inner .left-content ul li a span img {
  max-width: 100%;
}

.industries-review .review-inner .left-content ul li:last-child a {
  position: relative;
  z-index: 1;
}

.industries-review .review-inner .left-content ul li:last-child a::after {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background: #DCDCE6;
  z-index: -1;
}

.industries-review .review-inner .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.industries-review .review-inner .right-side p {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #424A5B;
  margin-right: 15px;
}

.industries-review .review-inner .right-side p span {
  font-weight: 700;
}

.industries-review .review-inner .right-side a {
  display: inline-block;
}

.industries-review .review-inner .right-side a img {
  max-width: 100%;
}

.convert-file-section {
  background: rgba(25, 106, 200, 0.08);
}

.convert-file-section .convert-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.convert-file-section .convert-inner h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 30px;
}

.convert-file-section .convert-inner p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  color: #424A5B;
  padding-bottom: 60px;
}

.convert-file-section .convert-inner a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #F9593A;
  border-radius: 4px;
  max-width: 300px;
  line-height: 75px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.convert-file-section .convert-inner a:hover, .convert-file-section .convert-inner a:focus {
  background: #424A5B;
}

.industries-categories-banner .left-side h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 50px;
}

.industries-categories-banner .left-side p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #424A5B;
  padding-bottom: 60px;
  line-height: 38px;
}

.industries-categories-banner .left-side .theme_btn {
  color: #fff;
}

.industries-categories-banner .right-side {
  max-width: 700px;
  padding: 40px 50px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  margin: 0 auto;
}

.industries-categories-banner .right-side form input {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  outline: none;
  padding: 0 15px;
}

.industries-categories-banner .right-side form input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.industries-categories-banner .right-side form input:-ms-input-placeholder {
  color: #AAAAAA;
}

.industries-categories-banner .right-side form input::-ms-input-placeholder {
  color: #AAAAAA;
}

.industries-categories-banner .right-side form input::placeholder {
  color: #AAAAAA;
}

.industries-categories-banner .right-side form select {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  outline: none;
  padding: 0 15px;
}

.industries-categories-banner .right-side form button,
.industries-categories-banner .right-side form input.btn-primary {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  background: none;
  color: #F9593A;
  display: block;
  max-width: 170px;
  width: 100%;
  margin-left: 0px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #F9593A;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 30px;
}

.industries-categories-banner .right-side form button:hover, .industries-categories-banner .right-side form button:focus,
.industries-categories-banner .right-side form input.btn-primary:hover,
.industries-categories-banner .right-side form input.btn-primary:focus {
  color: #424A5B;
  border-color: #424A5B;
}

.industries-categories-banner .right-side span.legal {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #424A5B;
}

.industries-categories-banner .right-side span.legal a {
  display: inline-block;
  color: #1A74BB;
}

.industries-categories-banner .right-side span.legal a:hover, .industries-categories-banner .right-side span.legal a:focus {
  color: #F9593A;
}

.important-text {
  background: rgba(25, 106, 200, 0.08);
}

.important-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #424A5B;
}

.important-text .theme_btn {
  color: #fff;
}

.industries-categories-feature .header {
  padding-bottom: 70px;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}

.industries-categories-feature .header p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #424A5B;
  line-height: 40px;
}

.industries-categories-feature .feature-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
          box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  padding: 30px 38px;
  margin-bottom: 30px;
}

.industries-categories-feature .feature-item .icon img {
  max-width: 100%;
}

.industries-categories-feature .feature-item h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 56px;
  color: #000000;
}

.industries-categories-feature .feature-item p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #7D7987;
}

.industries-categories-feature .feature-item a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 56px;
  color: #F9593A;
  display: inline-block;
  margin-bottom: 15px;
}

.industries-categories-feature .feature-item a:hover, .industries-categories-feature .feature-item a:focus {
  color: #424A5B;
  text-decoration: underline;
}

.undraw_Reviewed_docs {
  background: #EDF3FB;
}

.undraw_Reviewed_docs .images {
  text-align: center;
}

.undraw_Reviewed_docs .images img {
  max-width: 100%;
}

.undraw_Reviewed_docs .content {
  text-align: center;
}

.undraw_Reviewed_docs .content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #424A5B;
  line-height: 32px;
  padding-bottom: 50px;
}

.undraw_Reviewed_docs .content .theme_btn {
  color: #fff;
  margin: 0 auto;
}

.monthly-comparison h1 {
  padding-bottom: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #424A5B;
}

.monthly-comparison .images img {
  max-width: 100%;
}

.monthly-comparison .saving-area {
  margin-left: 200px;
  padding-bottom: 100px;
}

.monthly-comparison .saving-area h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 92px;
  color: #F9593A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.monthly-comparison .saving-area h2 span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #424A5B;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  display: inline-block;
}

.monthly-comparison .saving-area .theme_btn {
  margin-top: 15px;
  color: #fff;
}

.compare_pdfSimpli {
  background: rgba(253, 206, 67, 0.1);
}

.compare_pdfSimpli .compare_pdfSimpli_text {
  max-width: 880px;
  text-align: center;
  margin: 0 auto;
}

.compare_pdfSimpli .compare_pdfSimpli_text p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #424A5B;
  line-height: 32px;
  padding-bottom: 50px;
}

.compare_pdfSimpli .compare_pdfSimpli_text .theme_btn {
  background: none;
  margin: 0 auto;
  color: #F9593A;
  border: 1px solid #F9593A;
}

.compare_pdfSimpli .compare_pdfSimpli_text .theme_btn:hover, .compare_pdfSimpli .compare_pdfSimpli_text .theme_btn:focus {
  border: 1px solid #424A5B;
  color: #424A5B;
}

.convert-to-any-file {
  background: #196AC8;
}

.convert-to-any-file .convert-to-any-file-text {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.convert-to-any-file .convert-to-any-file-text .content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  padding-bottom: 20px;
}

.convert-to-any-file .convert-to-any-file-text .content p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

.convert-to-any-file .convert-to-any-file-text .theme_btn {
  max-width: 300px;
  width: 100%;
  color: #fff;
  margin-left: 80px;
}

.beats-competition-section .header-top {
  padding-bottom: 50px;
  text-align: center;
}

.beats-competition-section .header-top h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #424A5B;
  padding-bottom: 10px;
}

.beats-competition-section .header-top P {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #AAAAAA;
}

.beats-competition-section table, .beats-competition-section th, .beats-competition-section td {
  border: 1px solid black;
  border-collapse: collapse;
}

.beats-competition-section table th {
  width: 380px;
  padding: 15px 0;
  text-align: center;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #424A5B;
}

.beats-competition-section table th span img {
  max-width: 280px;
}

.beats-competition-section table tr td {
  padding: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.beats-competition-section table tr td .icon {
  font-size: 40px;
  color: #27AE60;
  text-align: center;
  display: block;
}

.beats-competition-section table tr td .cancle-icon {
  color: #F23030;
}

/*----------------------------------------------------*/
.search-for-thousands .search-content {
  max-width: 900px;
  margin: 0 auto;
}

.search-for-thousands .search-content h1 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 25px;
}

.search-for-thousands .search-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-for-thousands .search-content .content .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F6F6;
  border-radius: 4px;
  padding: 0 15px;
  line-height: 50px;
}

.search-for-thousands .search-content .content .input-group span {
  display: block;
  width: 20px;
}

.search-for-thousands .search-content .content .input-group input {
  width: 100%;
  max-width: 500px;
  background: none;
  border: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #AAAAAA;
  display: block;
  padding: 0 15px;
}

.search-for-thousands .search-content .content .theme_btn {
  max-width: 300px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  margin-left: 25px;
}

.forms-to-fill-section {
  padding-bottom: 100px;
}

.forms-to-fill-section .left-content {
  margin-left: 50px;
}

.forms-to-fill-section .left-content h1 {
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  font-weight: 600;
  font-size: 45px;
}

.forms-to-fill-section .right-contentt p {
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

.popular-forms-section {
  padding-bottom: 100px;
}

.popular-forms-section h1 {
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  padding-bottom: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 45px;
}

.popular-forms-section .nav-pills {
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 1px solid #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
}

.popular-forms-section .nav-pills li {
  text-align: center;
}

.popular-forms-section .nav-pills li a {
  font-family: "Poppins", sans-serif;
  color: #196AC8;
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  border-bottom: 5px solid #fff;
  margin: 0 15px;
}

.popular-forms-section .nav-pills li a.active {
  background: none !important;
  color: #196AC8 !important;
  border-radius: 0 !important;
  border-bottom: 5px solid #196AC8;
}

.popular-forms-section .tab-content .tab-pane {
  padding: 50px 120px;
  background: #F5F6F6;
}

.popular-forms-section .tab-content .tab-pane ul li {
  font-family: "Poppins", sans-serif;
  color: #424A5B;
  line-height: 40px;
  border-bottom: 1px solid #aaa;
  font-weight: 500;
  font-size: 18px;
}

.popular-forms-section .tab-content .tab-pane .forms-cats {
  -moz-column-count: 4;
  -moz-column-gap: 1em;
  -webkit-column-count: 4;
  -webkit-column-gap: 1em;
  column-count: 4;
  column-gap: 1em;
}

.popular-forms-section .tab-content .tab-pane .forms-states {
  -moz-column-count: 6;
  -moz-column-gap: 1em;
  -webkit-column-count: 6;
  -webkit-column-gap: 1em;
  column-count: 6;
  column-gap: 1em;
}

.popular-forms-section .tab-content .tab-pane .theme_btn {
  color: #fff;
  margin: 0 auto;
  margin-top: 100px;
}

.forms-blog-section {
  padding: 70px 0;
}

.forms-blog-section .media {
  background: rgba(41, 128, 185, 0.05);
  border-radius: 8px;
  padding: 35px;
  margin-bottom: 30px;
}

.forms-blog-section .media .images {
  border-radius: 8px;
  overflow: hidden;
  max-width: 214px;
  height: 160px;
}

.forms-blog-section .media .images img {
  max-width: 100%;
}

.forms-blog-section .media .media-body {
  margin-left: 30px;
}

.forms-blog-section .media .media-body h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #424A5B;
  padding-bottom: 25px;
}

.forms-blog-section .media .media-body h1 a {
  color: #424A5B;
}

.forms-blog-section .media .media-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #424A5B;
  line-height: 30px;
  padding-bottom: 10px;
}

.forms-blog-section .media .media-body a.reedmor {
  display: block;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #196AC8;
  font-size: 16px;
}

.forms-blog-section .media .media-body a.reedmor:hover, .forms-blog-section .media .media-body a.reedmor:focus {
  color: #F9593A;
}

.pagination {
  margin-bottom: 100px;
}

.pagination .page-item {
  border: none !important;
}

.pagination .page-item .page-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #D8D8D8;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #fff !important;
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus .pagination .page-item .page-link.active {
  background: none;
  color: #1B1C19;
  border-bottom: 1px solid #F9593A !important;
}

.pagination .page-item .page-link span {
  display: inline-block;
  color: #F9593A;
  margin: 0 10px;
}

.pagination .page-item.pagination-previous,
.pagination .page-item.pagination-next {
  border: none !important;
}

.pagination .page-item.pagination-previous a,
.pagination .page-item.pagination-next a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #D8D8D8;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #fff !important;
}

.pagination .page-item.pagination-previous a:hover, .pagination .page-item.pagination-previous a:focus .pagination .page-item.pagination-previous a.active,
.pagination .page-item.pagination-next a:hover,
.pagination .page-item.pagination-next a:focus .pagination .page-item.pagination-previous a.active, .pagination .page-item.pagination-previous a:focus
.pagination .page-item.pagination-next a.active,
.pagination .page-item.pagination-next a:focus
.pagination .page-item.pagination-next a.active {
  background: none;
  color: #1B1C19;
  border-bottom: 1px solid #F9593A !important;
}

.pagination .page-item.pagination-previous a span,
.pagination .page-item.pagination-next a span {
  display: inline-block;
  color: #F9593A;
  margin: 0 10px;
}

.template-home-banner .search-content {
  max-width: 1100px;
}

.template-home-banner p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #424A5B;
  padding-bottom: 50px;
  text-align: center;
}

.template-home-banner ul {
  margin-top: 20px;
}

.template-home-banner ul li {
  display: inline-block;
}

.template-home-banner ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  color: #F9593A;
  padding: 0 30px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #F9593A;
  border-radius: 4px;
}

.accomplish-area-section {
  padding-bottom: 150px;
}

.accomplish-area-section h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  color: #424A5B;
  padding-bottom: 50px;
}

.accomplish-area-section .accomplish-inner {
  max-width: 940px;
  margin: 0 auto;
}

.accomplish-area-section .accomplish-inner .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  margin-bottom: 15px;
}

.accomplish-area-section .accomplish-inner .media .icon img {
  max-width: 100%;
}

.accomplish-area-section .accomplish-inner .media .media-body {
  margin-left: 12px;
}

.accomplish-area-section .accomplish-inner .media .media-body p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #424A5B;
}

.document-minutes-section {
  padding: 100px 0;
}

.document-minutes-section .document-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.document-minutes-section .document-inner h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 50px;
  text-align: center;
}

.document-minutes-section .document-inner .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 200px;
  margin-bottom: 30px;
}

.document-minutes-section .document-inner .media .images img {
  max-width: 100%;
}

.document-minutes-section .document-inner .media .media-body {
  margin-left: 40px;
  padding: 60px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
          box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
}

.document-minutes-section .document-inner .media .media-body h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  padding-bottom: 30px;
}

.document-minutes-section .document-inner .media .media-body p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #7D7987;
}

.document-minutes-section .document-inner .theme_btn {
  margin: 0 auto;
  color: #fff;
  margin-top: 100px;
}

.template-categories-banner {
  padding: 100px 0;
}

.template-categories-banner .template-categories-content h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 50px;
}

.template-categories-banner .template-categories-content p {
  max-width: 750px;
  font-family: Poppins;
  color: #424A5B;
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 60px;
  line-height: 30px;
}

.template-categories-banner .template-categories-content .theme_btn {
  color: #fff;
}

.template-categories-banner .left-side-images img {
  max-width: 100%;
}

.agreement-section {
  background: rgba(41, 128, 185, 0.05);
  padding: 80px 0;
}

.agreement-section .left-side .search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  line-height: 55px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.agreement-section .left-side .search-group span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #aaa;
}

.agreement-section .left-side .search-group input {
  width: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #aaa;
}

.agreement-section .left-side h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  line-height: 55px;
  background: #196AC8;
  padding: 0 20px;
  margin-bottom: 20px;
}

.agreement-section .left-side ul {
  background: #FFFFFF;
  padding: 30px 20px;
  height: 1300px;
  overflow-y: auto;
}

.agreement-section .left-side ul::-webkit-scrollbar {
  width: 5px;
}

.agreement-section .left-side ul::-webkit-scrollbar-thumb {
  background: rgba(196, 196, 196, 0.15);
  border-radius: 3px;
}

.agreement-section .left-side ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 30px;
  position: relative;
}

.agreement-section .left-side ul li a::after {
  position: absolute;
  display: block;
  content: '';
  left: -20px;
  bottom: 0;
  height: 0;
  width: 6px;
  background: #196AC8;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.agreement-section .left-side ul li a:hover, .agreement-section .left-side ul li a:focus {
  color: #196AC8;
}

.agreement-section .left-side ul li a:hover::after, .agreement-section .left-side ul li a:focus::after {
  height: 100%;
}

.agreement-section .right-side .item {
  margin-bottom: 30px;
  background: #FFFFFF;
  padding: 25px 50px;
}

.agreement-section .right-side .item h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  padding-bottom: 30px;
}

.agreement-section .right-side .item p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  padding-bottom: 45px;
}

.agreement-section .right-side .item ul li a {
  display: block;
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
  color: #424A5B;
  text-decoration: underline;
  line-height: 30px;
}

.learn-landing-pages h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 10px;
  color: #424A5B;
}

.learn-landing-pages span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #AAAAAA;
  display: inline-block;
}

.learn-landing-pages span h5 {
  font-weight: 500;
  color: #000;
  display: inline-block;
  margin: 0 5px;
  padding-bottom: 50px;
}

.learn-landing-pages .images img {
  max-width: 100%;
}

.learn-landing-pages ul {
  text-align: center;
  display: block;
  padding: 15px 0;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.learn-landing-pages ul li {
  display: inline-block;
}

.learn-landing-pages ul li a {
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ACB6C0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.education-help .paragraph-area {
  padding-top: 80px;
}

.education-help .paragraph-area p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #424A5B;
  padding-bottom: 30px;
}

.education-help .paragraph-area p span {
  color: #196AC8;
}

.education-help .education-inner h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 30px;
}

.education-help .education-inner p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #424A5B;
  padding-bottom: 40px;
  line-height: 30px;
}

.education-help .education-inner .images img {
  max-width: 100%;
}

.education-help .education-left .top p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #424A5B;
  padding-bottom: 10px;
}

.education-help .education-left .top .theme_btn {
  color: #fff;
  line-height: 35px;
  max-width: 150px;
  font-size: 12px;
}

.education-help .education-left .gallery .images {
  margin-top: 30px;
  margin-bottom: 15px;
}

.education-help .education-left .gallery .images img {
  max-width: 100%;
}

.education-help .education-left .gallery .content h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #AAAAAA;
}

.education-help .education-left .gallery .content h5 span {
  color: #000;
}

.education-help .education-left .gallery .button-area {
  padding: 10px 9px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 20px;
  margin-bottom: 70px;
}

.education-help .education-left .gallery .button-area .item {
  margin-bottom: 10px;
}

.education-help .education-left .gallery .button-area .item a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  color: #7D7987;
  padding: 0 10px;
  line-height: 22px;
  background: #F5F6F6;
}

.education-help .education-left .gallery .recommended h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  background: #196AC8;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}

.education-help .education-left .gallery .recommended .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  border-bottom: 1px solid #CCCCCC;
}

.education-help .education-left .gallery .recommended .media .images {
  max-width: 80px;
  height: 80px;
  overflow: hidden;
}

.education-help .education-left .gallery .recommended .media .images img {
  max-width: 100%;
}

.education-help .education-left .gallery .recommended .media .media-body {
  margin-left: 30px;
}

.education-help .education-left .gallery .recommended .media .media-body a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #1B1C19;
  display: inline-block;
  margin-bottom: 10px;
}

.education-help .education-left .gallery .recommended .media .media-body h6 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
}

.education-help .education-left .gallery .recommended .media .media-body h6 span {
  color: #AAAAAA;
}

/*----------------------------------------------------*/
.form-categories-banner {
  padding: 0 0 40px 0;
}

.form-categories-banner h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #424A5B;
  text-align: center;
}

.popular-categories-section .header {
  padding-bottom: 50px;
}

.popular-categories-section .header h2 {
  padding: 25px 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #424A5B;
  font-size: 14px;
  background: rgba(25, 106, 200, 0.08);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.popular-categories-section .header h2 span {
  color: #196AC8;
  line-height: 0;
}

.popular-categories-section .header ul {
  border-left: 1px solid #aaa;
  padding-left: 13px;
  margin-left: 25px;
}

.popular-categories-section .header ul li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #424A5B;
  margin-bottom: 20px;
}

.popular-categories-section .category-rating .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(25, 106, 200, 0.08);
  border-radius: 4px;
  padding: 25px 15px;
  margin-bottom: 30px;
}

.popular-categories-section .category-rating .rating h2 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  color: #424A5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular-categories-section .category-rating .rating h2 span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  margin-left: 15px;
  padding-left: 25px;
  border-left: 1px solid #aaa;
  margin-right: 15px;
}

.popular-categories-section .category-rating .rating ul li {
  display: inline-block;
}

.popular-categories-section .category-rating .rating ul li a {
  font-size: 18px;
  color: #FFC20E;
}

.popular-categories-section .category-rating .list_text li a {
  font-family: Poppins;
  color: #424A5B;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

.popular-categories-section .category-rating .list_text li a span {
  margin-right: 10px;
  color: #AAAAAA;
}

.popular-categories-section .content-sidebar-wrap .card-item {
  margin: 0 auto;
  height: 500px;
  max-width: 370px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
  margin-bottom: 30px;
  position: relative;
}

.popular-categories-section .content-sidebar-wrap .card-item .card {
  background: rgba(41, 128, 185, 0.05);
  border: 1px solid #E5E5E5;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding-top: 20px;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
}

.popular-categories-section .content-sidebar-wrap .card-item .card .images {
  padding-bottom: 20px;
  text-align: center;
}

.popular-categories-section .content-sidebar-wrap .card-item .card .images img {
  max-width: 80%;
}

.popular-categories-section .content-sidebar-wrap .card-item .card .card-body {
  background: #fff;
  border-top: 1px solid #E5E5E5;
  text-align: left;
}

.popular-categories-section .content-sidebar-wrap .card-item .card .card-body h3 {
  font-family: Poppins;
  color: #424A5B;
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popular-categories-section .content-sidebar-wrap .card-item .content {
  padding: 0 30px;
  padding-top: 80px;
  padding-bottom: 190px;
  background: #196AC8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.popular-categories-section .content-sidebar-wrap .card-item .content h5 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding-bottom: 50px;
}

.popular-categories-section .content-sidebar-wrap .card-item .content p {
  font-family: Poppins;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 40px;
}

.popular-categories-section .content-sidebar-wrap .card-item .content .theme_btn {
  max-width: 190px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}

.popular-categories-section .content-sidebar-wrap .card-item:hover .card, .popular-categories-section .content-sidebar-wrap .card-item:focus .card, .popular-categories-section .content-sidebar-wrap .card-item.active .card {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
}

.popular-categories-section .content-sidebar-wrap .card-item:hover .content, .popular-categories-section .content-sidebar-wrap .card-item:focus .content, .popular-categories-section .content-sidebar-wrap .card-item.active .content {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.content-sidebar-wrap .card-item {
  margin: 0 auto;
  height: 500px;
  max-width: 370px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
  margin-bottom: 30px;
  position: relative;
}

.content-sidebar-wrap .card-item .card {
  background: rgba(41, 128, 185, 0.05);
  border: 1px solid #E5E5E5;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding-top: 20px;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
}

.content-sidebar-wrap .card-item .card .images {
  padding-bottom: 20px;
  text-align: center;
}

.content-sidebar-wrap .card-item .card .images img {
  max-width: 100%;
}

.content-sidebar-wrap .card-item .card .card-body {
  background: #fff;
  border-top: 1px solid #E5E5E5;
  text-align: left;
}

.content-sidebar-wrap .card-item .card .card-body h3 {
  font-family: Poppins;
  color: #424A5B;
  font-weight: 600;
  font-size: 18px;
}

.content-sidebar-wrap .card-item .content {
  padding: 0 30px;
  padding-top: 80px;
  padding-bottom: 190px;
  background: #196AC8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content-sidebar-wrap .card-item .content h5 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding-bottom: 50px;
}

.content-sidebar-wrap .card-item .content p {
  font-family: Poppins;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 40px;
}

.content-sidebar-wrap .card-item .content .theme_btn {
  max-width: 190px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}

.content-sidebar-wrap .card-item:hover .card, .content-sidebar-wrap .card-item:focus .card, .content-sidebar-wrap .card-item.active .card {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
}

.content-sidebar-wrap .card-item:hover .content, .content-sidebar-wrap .card-item:focus .content, .content-sidebar-wrap .card-item.active .content {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.popular-categories-footer .popular-categories-inner {
  max-width: 1180px;
  margin-left: auto;
}

.form-landing-banner .banner-content {
  padding-top: 50px;
  max-width: 930px;
}

.form-landing-banner .banner-content h1, .form-landing-banner .banner-content h2 {
  font-family: Poppins;
  font-weight: 800;
  color: #424A5B;
  padding-bottom: 50px;
}

.form-landing-banner .banner-content p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 22px;
  color: #424A5B;
  padding-bottom: 50px;
  max-width: 750px;
  line-height: 30px;
}

.form-landing-banner .banner-content .theme_btn {
  color: #fff;
}

.form-landing-banner .banner-images img {
  max-width: 100%;
  border: 1px solid #ccc;
}

.product_step_area .step-inner {
  max-width: 1290px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.product_step_area .step-inner .product-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1290px;
  margin: 0 auto;
  width: 100%;
}

.product_step_area .step-inner .product-inner .item {
  text-align: center;
  max-width: 290px;
}

.product_step_area .step-inner .product-inner .item .icon {
  width: 121px;
  height: 121px;
  line-height: 121px;
  text-align: center;
  background: #196AC8;
  border-radius: 50%;
  margin: 0 auto;
}

.product_step_area .step-inner .product-inner .item .icon img {
  max-width: 100%;
}

.product_step_area .step-inner .product-inner .item p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #424A5B;
  padding-top: 30px;
}

.product_step_area .step-inner .border_dotted {
  height: 1px;
  max-width: 780px;
  border: 1px dashed #000000;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: -1;
}

article.wp_pdf_forms {
  max-width: 1400px;
}

article.wp_pdf_forms p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #424A5B;
  padding-bottom: 30px;
}

article.wp_pdf_forms .simplitip {
  max-width: 1060px;
  background: #F5F6F6;
  padding: 30px;
  border-left: 4px solid #FFC20E;
  font-family: Poppins;
  font-weight: 500;
  color: #424A5B;
  font-size: 16px;
}

article.wp_pdf_forms .mini-hero-cta-box {
  background: #196AC8;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #FFF;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

article.wp_pdf_forms .mini-hero-cta-box button img {
  max-width: 100%;
}

article.wp_pdf_forms .mini-hero-cta-box p {
  color: #FFF;
}

article.wp_pdf_forms .mini-hero-cta-box .a-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  padding-bottom: 40px;
}

article.wp_pdf_forms .mini-hero-cta-box .btn-primary {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #F9593A;
  border-radius: 4px;
  max-width: 300px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

article.wp_pdf_forms h2.s3 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 50px;
  color: #1B1C19;
}

article.wp_pdf_forms ol {
  padding-left: 30px;
  border-left: 1px dashed #aaa;
}

article.wp_pdf_forms ol li {
  position: relative;
  margin-bottom: 70px;
}

article.wp_pdf_forms ol li::marker {
  font-weight: 600;
}

article.wp_pdf_forms ol li::after {
  position: absolute;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #196AC8;
  left: -35px;
  top: 0;
}

article.wp_pdf_forms div.pdfemb-viewer {
  max-width: 700px;
  max-height: 900px;
  margin: 10px 10px 50px 10px;
}

article.wp_pdf_forms h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  color: #1B1C19;
  padding-bottom: 40px;
}

article.wp_pdf_forms button.btn.faq {
  max-width: 814px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #F4F8FB;
  -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 28px 15px;
  text-align-last: left;
  font-family: Poppins;
  color: #424A5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  margin-top: 20px;
  white-space: unset;
  text-align: left;
}

article.wp_pdf_forms .faq-a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #424A5B;
  max-width: 814px;
}

article.wp_pdf_forms .faq-a .card-body {
  border-radius: 0 0 6px 6px;
  margin-top: -6px;
  z-index: -1;
}

.fahrenheit-conversion-section .header span {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  color: #AAAAAA;
  display: block;
  padding-bottom: 10px;
}

.fahrenheit-conversion-section .header span a {
  color: #0C7AB7;
}

.fahrenheit-conversion-section .header p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
  color: #1B1C19;
}

.fahrenheit-conversion-section .header h4 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 22px;
  color: #1B1C19;
  padding-bottom: 30px;
}

.fahrenheit-conversion-section .middle-content {
  max-width: 980px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}

.fahrenheit-conversion-section .middle-content h6 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #424A5B;
  padding-bottom: 30px;
  text-align: center;
}

.fahrenheit-conversion-section .middle-content ul li a {
  display: block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1D81CE;
  line-height: 30px;
}

.fahrenheit-conversion-section .paragraph-area {
  max-width: 1400px;
  padding-bottom: 70px;
}

.fahrenheit-conversion-section .paragraph-area p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #424A5B;
  padding-bottom: 30px;
}

.fahrenheit-conversion-section .media {
  max-width: 1060px;
  background: #F5F6F6;
  padding: 30px;
  border-left: 4px solid #FFC20E;
}

.fahrenheit-conversion-section .media .icon img {
  max-width: 100%;
}

.fahrenheit-conversion-section .media .media-body {
  margin-left: 20px;
}

.fahrenheit-conversion-section .media .media-body p {
  font-family: Poppins;
  font-weight: 500;
  color: #424A5B;
  font-size: 16px;
}

.fahrenheit-conversion-area {
  background: #196AC8;
}

.fahrenheit-conversion-area .images-side img {
  max-width: 100%;
}

.fahrenheit-conversion-area .content-side h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  padding-bottom: 40px;
}

.fahrenheit-conversion-area .content-side p {
  font-family: Poppins;
  color: #fff;
  line-height: 32px;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 40px;
}

.fahrenheit-conversion-area .content-side .theme_btn {
  color: #fff;
}

.why-pdf-simpli-section h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 45px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 70px;
}

.why-pdf-simpli-section .why-pdf-inner {
  max-width: 1260px;
  margin: 0 auto;
}

.why-pdf-simpli-section .why-pdf-inner .item {
  background: rgba(41, 128, 185, 0.05);
  border-radius: 8px;
  padding: 30px  20px;
}

.why-pdf-simpli-section .why-pdf-inner .item .icon {
  margin-bottom: 25px;
}

.why-pdf-simpli-section .why-pdf-inner .item .icon img {
  max-width: 100%;
}

.why-pdf-simpli-section .why-pdf-inner .item h4 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 18px;
  color: #424A5B;
  padding-bottom: 20px;
}

.why-pdf-simpli-section .why-pdf-inner .item p {
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  color: #424A5B;
  line-height: 30px;
}

.pdfsimpli-five-steps-section h1 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 50px;
  color: #1B1C19;
}

.pdfsimpli-five-steps-section ul {
  padding-left: 20px;
  border-left: 1px dashed #aaa;
}

.pdfsimpli-five-steps-section ul li {
  position: relative;
  margin-bottom: 70px;
}

.pdfsimpli-five-steps-section ul li h2 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
}

.pdfsimpli-five-steps-section ul li p {
  max-width: 912px;
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #424A5B;
}

.pdfsimpli-five-steps-section ul li::after {
  position: absolute;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #196AC8;
  left: -25px;
  top: 0;
}

.pdfsimpli-five-steps-section .middle-images {
  max-width: 750px;
  padding-bottom: 70px;
}

.pdfsimpli-five-steps-section .middle-images img {
  max-width: 100%;
}

.frequently-asked-questions .frequently-asked-inner {
  max-width: 814px;
}

.frequently-asked-questions .frequently-asked-inner h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  color: #1B1C19;
  padding-bottom: 40px;
}

.frequently-asked-questions .frequently-asked-inner .accordion .card {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  margin-bottom: 15px;
}

.frequently-asked-questions .frequently-asked-inner .accordion .card .card-header {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #F4F8FB;
  -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 28px 15px;
  text-align-last: left;
  font-family: Poppins;
  color: #424A5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  cursor: pointer;
}

.frequently-asked-questions .frequently-asked-inner .accordion .card .card-header span {
  color: #196AC8;
}

.frequently-asked-questions .frequently-asked-inner .accordion .card .card-header.collapsed span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.frequently-asked-questions .frequently-asked-inner .accordion .card .card-body p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #424A5B;
}

.fully-intergrated .fully-inner {
  max-width: 700px;
  margin: 0 auto;
}

.fully-intergrated .fully-inner h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #1B1C19;
  padding-bottom: 30px;
  text-align: center;
}

.fully-intergrated .fully-inner ul li {
  display: inline-block;
}

.fully-intergrated .fully-inner ul li a {
  display: block;
  margin: 0 20px;
}

.fully-intergrated .fully-inner ul li a img {
  max-width: 100%;
}

.landing-slider .landing-slider-inner {
  background: #F5F6F6;
  border-radius: 50px;
  padding: 80px;
}

.landing-slider .landing-slider-inner h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  color: #000;
  padding-bottom: 100px;
}

.landing-slider .landing-slider-inner .landing-custom .item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
}

.landing-slider .landing-slider-inner .landing-custom .item .media .images {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.landing-slider .landing-slider-inner .landing-custom .item .media .images img {
  max-width: 100%;
}

.landing-slider .landing-slider-inner .landing-custom .item .media .media-body {
  margin-left: 20px;
}

.landing-slider .landing-slider-inner .landing-custom .item .media .media-body a {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  color: #212353;
  margin-bottom: 10px;
}

.landing-slider .landing-slider-inner .landing-custom .item .media .media-body span {
  display: block;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  color: #424A5B;
  padding-bottom: 15px;
  font-size: 14px;
}

.landing-slider .landing-slider-inner .landing-custom .item .media .media-body p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #4B5D68;
  line-height: 25px;
}

.landing-slider .landing-slider-inner .landing-custom .owl-nav {
  text-align: right;
}

.landing-slider .landing-slider-inner .landing-custom .owl-nav button {
  color: #196AC8;
  margin-left: 10px;
}

.template-landing .banner-images {
  text-align: center;
}

.template-landing .banner-images h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #424A5B;
  padding-bottom: 10px;
  padding-top: 20px;
}

.template-landing .banner-images p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #424A5B;
  padding-bottom: 20px;
}

.template-landing .banner-images .theme_btn {
  background: #196AC8;
  color: #fff;
  margin: 0 auto;
}

.choose-template-section .header_area {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

.choose-template-section .header_area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  padding-bottom: 30px;
  color: #424A5B;
  padding-bottom: 30px;
}

.choose-template-section .header_area p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 174.1%;
  color: #424A5B;
  padding-bottom: 30px;
}

.choose-template-section .header_area .form-select {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  line-height: 45px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #424A5B;
  height: 46px;
  outline: none;
  padding: 0 15px;
  background: #FFFFFF;
  border: 1px solid #424A5B;
  border-radius: 4px;
}

.choose-template-section .choose-template-content h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 30px;
  font-size: 32px;
  color: #424A5B;
}

.choose-template-section .choose-template-content p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #424A5B;
  line-height: 30px;
}

.choose-template-section .invoice_area {
  text-align: center;
}

.choose-template-section .invoice_area img {
  max-width: 100%;
}

.choose-template-section .invoice_area .theme_btn {
  margin: 0 auto;
  color: #fff;
  margin-top: 30px;
}

.template-landing-custom .paragraph-area h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #1B1C19;
  padding-bottom: 20px;
}

.template-landing-custom .paragraph-area p {
  padding-bottom: 15px;
}

.template-landing-custom .paragraph-area a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #1D81CE;
}

.operations-documents h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 50px;
}

.operations-documents .operations-documents-inner {
  background: #F5F6F6;
  padding: 50px 0;
}

.operations-documents .operations-documents-inner .operations-documents-wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.operations-documents .operations-documents-inner .operations-documents-wrap .content {
  max-width: 320px;
  margin: 0 auto;
}

.operations-documents .operations-documents-inner .operations-documents-wrap .content h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #424A5B;
  padding-bottom: 30px;
}

.operations-documents .operations-documents-inner .operations-documents-wrap .content ul li {
  border-bottom: 1px solid #aaa;
  line-height: 40px;
  height: 40px;
}

.operations-documents .operations-documents-inner .operations-documents-wrap .content ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #424A5B;
  line-height: 40px;
}

.sources-area p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 10px;
  color: #424A5B;
}

.sources-area ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #2980B9;
  line-height: 25px;
}

.popular-categories-section .content-sidebar-wrap .card-item .card {
  border: none;
}

.content-sidebar-wrap .card-item {
  height: auto;
}

.product_step_area .step-inner .product-inner .item .icon {
  position: relative;
}

.product_step_area .step-inner .product-inner .item .icon::after {
  position: absolute;
  content: '';
  display: block;
  left: -27px;
  right: 0px;
  bottom: 0;
  top: 0;
  background: #fff;
  width: 180px;
  height: 150px;
  z-index: -1;
}

/*----------------------------------------------------*/
.learn-home {
  padding-bottom: 200px;
}

.learn-home .learn-banner .top-banner {
  max-width: 1150px;
}

.learn-home .learn-banner .top-banner h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  color: #424A5B;
  padding-bottom: 15px;
}

.learn-home .learn-banner .top-banner p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #424A5B;
  line-height: 32px;
}

.banner-bottom {
  background: #F5F6F6;
  padding: 180px 0;
  margin-bottom: 170px;
}

.banner-bottom .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.banner-bottom .left-side .content {
  max-width: 700px;
}

.banner-bottom .left-side .content p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #7D7987;
  padding-bottom: 15px;
}

.banner-bottom .left-side .content h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 35px;
}

.banner-bottom .left-side .content a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  color: #7D7987;
}

.banner-bottom .left-side .images {
  max-width: 813px;
  height: 802px;
  position: absolute;
  right: 0;
  z-index: 9;
}

.banner-bottom .left-side .images img {
  max-width: 100%;
}

.learn-blog .learn-blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
}

.learn-blog .learn-blog-header h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
}

.learn-blog .learn-blog-header a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #7D7987;
}

.learn-blog .item {
  max-width: 530px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(229, 229, 229, 0.32);
  margin-bottom: 30px;
}

.learn-blog .item .images {
  position: relative;
}

.learn-blog .item .images img {
  max-width: 100%;
}

.learn-blog .item .images a {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #424A5B;
  display: inline-block;
  padding: 0 13px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

.learn-blog .item .item-body {
  padding: 20px 40px;
}

.learn-blog .item .item-body p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #7D7987;
}

.learn-blog .item .item-body p::after {
  position: absolute;
  content: '';
  display: block;
  width: 23px;
  height: 2px;
  background: #BFBFBF;
  right: -40px;
  top: 13px;
}

.learn-blog .item .item-body a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #424A5B;
}

.learn-blog .theme_btn {
  color: #fff;
  margin: 0 auto;
}

.design-inspiration {
  margin-bottom: 70px;
  background: #F4F8FB;
}

.design-inspiration h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 30px;
}

.design-inspiration p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #424A5B;
  max-width: 1155px;
}

/*----------------------------------------------------*/
.documents-section .left-side h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 50px;
  color: #424A5B;
}

.documents-section .left-side .input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents-section .left-side .input-area .input-group {
  max-width: 550px;
  position: relative;
}

.documents-section .left-side .input-area .input-group label {
  position: absolute;
  right: 0;
  top: 12px;
  right: 10px;
}

.documents-section .left-side .input-area .input-group input {
  width: 100%;
  border: none;
  outline: none;
  line-height: 50px;
  padding: 0 10px;
  background: #F5F6F6;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #AAAAAA;
}

.documents-section .left-side .input-area .input-group input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.documents-section .left-side .input-area .input-group input:-ms-input-placeholder {
  color: #AAAAAA;
}

.documents-section .left-side .input-area .input-group input::-ms-input-placeholder {
  color: #AAAAAA;
}

.documents-section .left-side .input-area .input-group input::placeholder {
  color: #AAAAAA;
}

.documents-section .left-side .input-area .theme_btn {
  max-width: 150px;
  width: 100%;
  color: #fff;
  line-height: 70px;
}

.documents-section .left-side .showing-area {
  padding-top: 100px;
}

.documents-section .left-side .showing-area .showing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

.documents-section .left-side .showing-area .showing-header p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #AAAAAA;
}

.documents-section .left-side .showing-area .showing-header .left .view {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #424A5B;
}

.documents-section .left-side .showing-area .showing-header .left .record {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #aaa;
  background: #F5F6F6;
  border-radius: 4px;
  max-width: 143px;
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
}

.documents-section .left-side .showing-area .showing-header .left .record span {
  display: inline-block;
  margin-left: 10px;
}

.documents-section .left-side .showing-area .showing-item .media {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 14px 40px;
  margin-bottom: 15px;
}

.documents-section .left-side .showing-area .showing-item .media .icon {
  margin-right: 9px;
}

.documents-section .left-side .showing-area .showing-item .media .icon img {
  max-width: 100%;
}

.documents-section .left-side .showing-area .showing-item .media .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents-section .left-side .showing-area .showing-item .media .media-body .content h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #424A5B;
}

.documents-section .left-side .showing-area .showing-item .media .media-body .content p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  color: #AAAAAA;
  margin-right: 10px;
}

.documents-section .left-side .showing-area .showing-item .media .media-body .content p span {
  font-weight: 700;
}

.documents-section .left-side .showing-area .showing-item .media .media-body .content ul {
  padding-top: 20px;
}

.documents-section .left-side .showing-area .showing-item .media .media-body .content ul li {
  display: inline-block;
}

.documents-section .left-side .showing-area .showing-item .media .media-body .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #196AC8;
  font-size: 14px;
  margin: 0 10px;
}

.documents-section .left-side .showing-area .showing-item .media .media-body .content ul li a span {
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}

.documents-section .left-side .showing-area .showing-item .media .media-body .content ul li a span img {
  max-width: 100%;
}

.documents-section .left-side .showing-area .showing-item .media .media-body a {
  font-size: 18px;
  color: #424A5B;
  display: inline-block;
}

.documents-section .left-side .pagination-secton {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  margin-left: auto;
}

.documents-section .left-side .pagination-secton p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #424A5B;
}

.documents-section .left-side .pagination-secton p span {
  width: 46px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #AAAAAA;
  background: rgba(245, 246, 246, 0.53);
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  margin: 0 10px;
}

.documents-section .left-side .pagination-secton .icon-area {
  width: 56px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  background: #F5F6F6;
  border-radius: 2px;
}

.documents-section .left-side .pagination-secton .icon-area a {
  display: inline-block;
  font-size: 12px;
  color: #F9593A;
}

.documents-section .right-side a {
  word-wrap: break-word !important;
}

.documents-section .right-side .productivity_section {
  padding: 0;
}

.documents-section .right-side .productivity_section .productivity h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #424A5B;
  padding-bottom: 30px;
}

.documents-section .right-side .document-details {
  padding-top: 40px;
  padding-bottom: 50px;
}

.documents-section .right-side .document-details h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #424A5B;
  padding-bottom: 40px;
}

.documents-section .right-side .document-details ul li p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #424A5B;
  margin-bottom: 20px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents-section .right-side .document-details ul li p span {
  color: #424A5B;
  font-weight: 400;
  display: inline-block;
  margin-left: 80px;
  text-align: left;
  width: 230px;
}

.documents-section .right-side .add-signature {
  max-width: 500px;
  padding-bottom: 60px;
}

.documents-section .right-side .add-signature h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  color: #424a5b;
  padding-bottom: 30px;
}

.documents-section .right-side .add-signature .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents-section .right-side .add-signature .button-group .theme_btn {
  width: 100%;
  max-width: 240px;
  color: #fff;
}

.documents-section .right-side .leave-feedback {
  max-width: 500px;
}

.documents-section .right-side .leave-feedback h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  color: #424A5B;
  padding-bottom: 20px;
}

.documents-section .right-side .leave-feedback form input {
  width: 100%;
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-family: Roboto;
  line-height: 60px;
  padding: 0 15px;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 14px;
}

.documents-section .right-side .leave-feedback form textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-family: Roboto;
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
  height: 160px;
}

.documents-section .right-side .leave-feedback form .theme_btn {
  outline: none;
  background: none;
  color: #F9593A;
  border: 1px solid #F9593A;
  width: 170px;
  line-height: 60px;
}

.documents-footer {
  text-align: center;
  border-top: 1px solid #D8D8D8;
}

.documents-footer a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 10px;
  display: inline-block;
  color: #424A5B;
}

.documents-footer span {
  display: block;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #AAAAAA;
}

.documents-footer span a {
  font-weight: 500;
  color: #424A5B;
}

.notification-settings .notification-inner {
  max-width: 500px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.notification-settings .notification-inner h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 50px;
}

.notification-settings .notification-inner form label {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #424A5B;
  padding-bottom: 5px;
}

.notification-settings .notification-inner form .email-input {
  border: none;
  outline: none;
  line-height: 60px;
  padding: 0 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #AAAAAA;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 50px;
}

.notification-settings .notification-inner form .email-input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.notification-settings .notification-inner form .email-input:-ms-input-placeholder {
  color: #AAAAAA;
}

.notification-settings .notification-inner form .email-input::-ms-input-placeholder {
  color: #AAAAAA;
}

.notification-settings .notification-inner form .email-input::placeholder {
  color: #AAAAAA;
}

.notification-settings .notification-inner form .custom_radio {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #424A5B;
  padding-bottom: 5px;
}

.notification-settings .notification-inner form .theme_btn {
  display: inline-block;
  padding: 0 30px;
  line-height: 50px;
  color: #fff;
}

.notification-settings .notification-inner form .custom-btn {
  background: none;
  border: 1px solid #F9593A;
  color: #f9593a;
}

.notification-settings .notification-inner .custom_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.notification-settings .notification-inner .custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.notification-settings .notification-inner .checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #424A5B;
}

.notification-settings .notification-inner .custom_radio input:checked ~ .checkmark {
  border-color: #2196F3;
  color: #2196F3;
}

.notification-settings .notification-inner .custom_radio input:checked ~ p {
  color: #2196F3;
}

.notification-settings .notification-inner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.notification-settings .notification-inner .custom_radio input:checked ~ .checkmark:after {
  display: block;
}

.notification-settings .notification-inner .custom_radio .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 8px;
  border: solid #2196F3;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.landing-account .notification-inner h1 {
  padding-bottom: 30px;
}

.landing-account .notification-inner b {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  color: #424A5B;
  padding-bottom: 30px;
  display: inline-block;
  font-size: 20px;
}

.landing-account .notification-inner b span {
  font-weight: 700;
}

.landing-account .notification-inner form label {
  font-size: 18px;
}

.landing-account .notification-inner form input {
  margin-bottom: 30px;
}

.landing-account .landing-account-right {
  max-width: 500px;
  margin: 0 auto;
}

.landing-account .landing-account-right h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 40px;
  text-align: center;
}

.landing-account .landing-account-right .content {
  background: #F5F6F6;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  max-width: 424px;
  margin: 0 auto;
}

.landing-account .landing-account-right .content h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  color: #424A5B;
  padding-bottom: 20px;
  font-size: 22px;
}

.landing-account .landing-account-right .content p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #424A5B;
  line-height: 32px;
}

.landing-account .landing-account-right .content p span {
  font-weight: 500;
}

.landing-template-section .left-side .showing-area .showing-item .media {
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-template-section .left-side .showing-area .showing-item .media .icon {
  margin-right: 20px;
}

.landing-template-section .left-side .showing-area .showing-item .media .media-body .content h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 7px;
}

.landing-template-section .left-side .showing-area .showing-item .media .media-body .content p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #505050;
  max-width: 1000px;
}

.landing-template-section .left-side .showing-area .showing-item .media .media-body a {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  display: block;
  color: #196AC8;
  border: 1px solid #196AC8;
  max-width: 156px;
  width: 100%;
  line-height: 40px;
  text-align: center;
}

.counter-section .counte-item {
  border-left: 1px solid #C5C9D7;
  padding-left: 100px;
}

.counter-section .counte-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  color: #8990AD;
  padding-bottom: 20px;
}

.counter-section .counte-item h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  color: #11193C;
}

.dashboard-upload-ara .right_content .upload_area p {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}

.dashboard-upload-ara .right_content .upload_area p::after {
  width: 100%;
  left: 0;
}

.dashboard-upload-ara .right_content .upload_area p::before {
  display: none;
}

.dashboard-upload-ara .right_content .upload_area p span {
  background: #fff;
  display: inline-block;
  position: relative;
  width: 50px;
  z-index: 3;
}

.dashboard-activities .left-side .showing-area {
  padding: 0;
}

.dashboard-activities .left-side-plan-payment {
  max-width: 424px;
  margin-left: auto;
  padding: 55px 40px;
  background: #F5F6F6;
  border-radius: 4px;
  text-align: center;
}

.dashboard-activities .left-side-plan-payment h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  color: #424A5B;
}

.dashboard-activities .left-side-plan-payment h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 15px;
  color: #424A5B;
}

.dashboard-activities .left-side-plan-payment p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #424A5B;
  padding-bottom: 20px;
}

.dashboard-activities .left-side-plan-payment p span {
  font-weight: 600;
}

.dashboard-activities .left-side-plan-payment .theme_btn {
  margin: 0 auto;
  width: 133px;
  line-height: 40px;
  color: #fff;
}

.profile-edit-upload .media .icon img {
  max-width: 100%;
}

.profile-edit-upload .media .media-body {
  margin-left: 20px;
}

.profile-edit-upload .media .media-body .content {
  position: relative;
  max-width: 240px;
}

.profile-edit-upload .media .media-body .content p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #8990AD;
}

.profile-edit-upload .media .media-body .content .top {
  position: absolute;
  right: 0;
  top: -9px;
}

.profile-edit-upload .media .media-body .content .middle {
  line-height: 100px;
  padding-left: 20px;
  padding-right: 80px;
  border: 2px solid #8990AD;
  border-radius: 8px;
  max-width: 150px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}

.profile-edit-upload .media .media-body .content .bottom {
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: -9px;
}

/*----------------------------------------------------*/
.swiper-pagination {
  position: initial;
}

.articles-pages-section h1 {
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  text-align: center;
  padding-bottom: 60px;
  font-family: "Poppins", sans-serif;
}

.articles-pages-section h2 {
  color: #424A5B;
  font-weight: 700;
  font-size: 45px;
  padding-bottom: 30px;
}

.articles-pages-section .articles_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 50px;
}

.articles-pages-section .articles_top .tags_area .protfoli_filter li {
  display: inline-block;
}

.articles-pages-section .articles_top .tags_area .protfoli_filter li a {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #F9593A;
  border: 1px solid #F9593A;
  border-radius: 5px;
}

.articles-pages-section .articles_top .tags_area .protfoli_filter li.active a {
  background: #F9593A;
  color: #fff;
}

.articles-pages-section .articles_top .search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articles-pages-section .articles_top .search_area input {
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.article-landing-pages-section nav {
  margin-bottom: 50px;
}

.article-landing-pages-section nav .breadcrumb {
  background: none;
}

.article-landing-pages-section nav .breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 400;
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
}

.article-landing-pages-section nav .breadcrumb .breadcrumb-item a {
  color: #AAAAAA;
}

.article-landing-pages-section nav .breadcrumb .breadcrumb-item.active {
  color: #424A5B;
}

.article-landing-pages-section .left_side {
  margin-bottom: 30px;
}

.article-landing-pages-section .left_side p {
  font-size: 18px;
  font-weight: 400;
  color: #424A5B;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.article-landing-pages-section .left_side .images {
  margin-bottom: 50px;
}

.article-landing-pages-section .left_side .images img {
  max-width: 100%;
  border-radius: 6px 6px 0;
}

.article-landing-pages-section .left_side .title_heading {
  color: #424A5B;
  font-size: 45px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-bottom: 30px;
}

.article-landing-pages-section .left_side h2 {
  color: #424A5B;
  font-size: 45px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding-bottom: 30px;
}

.article-landing-pages-section .left_side .title_heading {
  padding-bottom: 10px;
}

.article-landing-pages-section .left_side h6 {
  font-size: 18px;
  font-weight: 500;
  color: #AAAAAA;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.article-landing-pages-section .left_side h6 span {
  font-weight: 600;
  color: #000;
}

.article-landing-pages-section .left_side ul li, .article-landing-pages-section .left_side ol li {
  font-size: 18px;
  font-weight: 400;
  color: #424A5B;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.article-landing-pages-section .left_side ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.article-landing-pages-section .left_side ul li {
  list-style: disc;
  margin-left: 20px;
}

.article-landing-pages-section .left_side ul li ul li {
  list-style: circle;
}

.article-landing-pages-section .left_side .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  padding: 30px 50px;
  border: 1px solid #CCCCCC;
  margin-top: 50px;
}

.article-landing-pages-section .left_side .media .images {
  height: 140px;
  width: 140px;
  border-radius: 50%;
}

.article-landing-pages-section .left_side .media .images img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
}

.article-landing-pages-section .left_side .media .media-body {
  margin-left: 30px;
}

.article-landing-pages-section .left_side .media .media-body a {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #424A5B;
  display: block;
  margin-bottom: 10px;
}

.article-landing-pages-section .left_side .media .media-body small {
  font-size: 16px;
  font-weight: 400;
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
}

.article-landing-pages-section .left_side .media .media-body p {
  font-size: 16px;
  font-weight: 400;
  color: #424A5B;
  font-family: "Poppins", sans-serif;
}

.article-landing-pages-section .right-side {
  margin-top: 100px;
}

.article-landing-pages-section .right-side #ToC {
  margin-bottom: 80px;
}

.article-landing-pages-section .right-side #ToC h2 {
  background: rgba(25, 106, 200, 0.08);
  border-radius: 4px;
  line-height: 67px;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
}

.article-landing-pages-section .right-side #ToC ::-webkit-scrollbar {
  width: 5px;
}

.article-landing-pages-section .right-side #ToC ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.article-landing-pages-section .right-side #ToC ::-webkit-scrollbar-thumb {
  background: #196AC8;
}

.article-landing-pages-section .right-side #ToC ul {
  padding: 20px;
  height: 230px;
  overflow-y: auto;
}

.article-landing-pages-section .right-side #ToC ul li {
  font-size: 14px;
  font-weight: 400;
  color: #424A5B;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.article-landing-pages-section .right-side .bottom-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #424A5B;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
}

.article-landing-pages-section .right-side .bottom-content .bottom-wrap {
  background: #F5F6F6;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
}

.article-landing-pages-section .right-side .bottom-content .bottom-wrap h3 {
  color: #424A5B;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

.article-landing-pages-section .right-side .bottom-content .bottom-wrap p {
  font-size: 18px;
  font-weight: 400;
  color: #424A5B;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  margin-bottom: 30px;
}

.article-landing-pages-section .right-side .bottom-content .bottom-wrap a {
  display: block;
  width: 174.56px;
  line-height: 63px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background: #F9593A;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
}

.About_us_v1 {
  padding-bottom: 200px;
}

.About_us_v1 .banner_img {
  position: relative;
}

.About_us_v1 .banner_img .text_area {
  position: absolute;
  max-width: 1200px;
  padding: 15px;
  margin: 0 auto;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
          box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
}

.our_values_section h1 {
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 40px;
}

.our_values_section .value_wrapper {
  background: #F5F6F6;
  padding: 50px 20px;
}

.our_values_section .value_wrapper .item {
  border-right: 1px solid #E5E5E5;
  padding: 20px;
}

.our_values_section .value_wrapper .item h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #424A5B;
  padding-bottom: 20px;
}

.our_values_section .value_wrapper .item P {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #424A5B;
  line-height: 30px;
}

.our_partner_section h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  color: #424A5B;
  padding-bottom: 50px;
  text-align: center;
}

.our_partner_section .partner_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.our_partner_section .item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
          box-shadow: 0px 0px 50px rgba(206, 211, 224, 0.4);
  border-radius: 20px;
  padding: 20px 100px;
}

.our_partner_section .item img {
  max-width: 100%;
  margin-bottom: 20px;
}

.our_partner_section .item h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  color: #424A5B;
  margin-bottom: 30px;
  position: relative;
}

.our_partner_section .item h4::after {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: #196AC8;
}

/*----------------------------------------------------*/
.footer_area {
  padding: 100px 0;
  overflow: hidden;
}

.footer_area .content {
  text-align: center;
}

.footer_area .content ul li {
  display: inline-block;
}

.footer_area .content ul li a {
  display: block;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
  padding: 0 20px;
  color: #424A5C;
  position: relative;
}

.footer_area .content ul li a:hover, .footer_area .content ul li a:focus {
  color: #F9593A;
}

.footer_area .content ul li a::after {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  height: 100%;
  width: 1px;
  background: #424a5c;
  bottom: -10%;
}

.footer_area .content p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
  margin-top: 30px;
}

.footer_two_page {
  background: #F4F6F5;
}

.footer_section {
  overflow: hidden;
  padding: 80px 0;
}

.footer_section .footer_column h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.footer_section .footer_column ul {
  padding-top: 25px;
}

.footer_section .footer_column ul li {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 34px;
}

.footer_section .footer_column ul li a {
  color: #424A5C;
}

.footer_section .footer_column ul li a:hover, .footer_section .footer_column ul li a:focus {
  color: #F9593A;
  padding-left: 10px;
}

.footer_section .footer_column .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.footer_section .footer_column .brand a {
  margin-right: 20px;
}

.footer_section .footer_column .brand a img {
  max-width: 100%;
}

.footer_section .footer_column .barnd_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.footer_section .footer_column .barnd_item a {
  margin-right: 30px;
}

.footer_section .footer_column .barnd_item a img {
  max-width: 100%;
}

.payment_footer {
  text-align: center;
  padding: 100px 0;
}

.payment_footer ul {
  border-top: 1px solid #d0d0d0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.payment_footer ul li {
  display: inline-block;
  border-right: 1px solid #d0d0d0;
}

.payment_footer ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #424A5B;
  margin: 0 10px;
}

.payment_footer ul li a:hover, .payment_footer ul li a:focus {
  color: #F9593A;
}

.payment_footer span {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.payment_footer span a {
  font-weight: 700;
  color: #424A5C;
}

.payment_footer span a:hover, .payment_footer span a:focus {
  color: #F9593A;
}

/*----------------------------------------------------*/
@media (min-width: 1400px) and (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .card .card-body a {
    font-size: 15px;
  }
  .card .card-body h5 {
    font-size: 12px;
  }
  .here_section .contact .media .left_content h4 {
    font-size: 19px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 1550px) {
  .counter-section .counte-item {
    padding-left: 30px;
  }
  .dashboard-header .custom_nav .custom_collapse .navbar-nav li a {
    font-size: 13px;
  }
  .dashboard-header .custom_nav .custom_collapse .navbar-nav li a {
    margin: 0 15px;
  }
  .dashboard-header .custom_nav .custom_collapse .dropdown .dropdown-toggle {
    font-size: 14px;
  }
  .banner-bottom .left-side .images {
    max-width: 600px;
    height: 100%;
    top: -200px;
  }
  .industries-categories-banner .left-side h1 {
    font-size: 50px;
  }
  .popular-categories-section .category-rating .rating h2 span {
    padding: 0;
  }
  .popular-categories-section .category-rating .rating {
    padding: 5px;
  }
  .popular-categories-section .category-rating .rating ul li a {
    font-size: 12px;
  }
  .popular-categories-section .category-rating .rating h2 {
    font-size: 12px;
  }
  .popular-categories-section .category-rating .rating h2 span {
    font-size: 14px;
  }
  .popular-categories-section .category-rating .rating h2 span {
    margin: 0;
  }
  .template-categories-banner .template-categories-content h1 {
    font-size: 40px;
  }
  .article-landing-pages-section .right-side .bottom-content .bottom-wrap {
    padding: 15px;
  }
}

@media (max-width: 1430px) {
  .banner-bottom .left-side .content {
    max-width: 650px;
  }
  .article-landing-pages-section .right-side .bottom-content .bottom-wrap {
    margin: 15px;
  }
  .container {
    max-width: 1170px;
  }
  .form-landing-banner .banner-content h2 {
    font-size: 50px;
  }
  .second_pages .pricing_plan .pricing_table {
    padding: 0 20px;
    padding-top: 50px;
  }
  .popular-categories-section .category-card-side .card-item .card .images img {
    height: 100%;
  }
  .industries-review .review-inner .left-content ul li a {
    height: 35px;
    width: 35px;
    line-height: 25px;
  }
  .popular-categories-section .category-card-side .card-item .content h5 {
    padding-bottom: 10px;
  }
  .forms-to-fill-section .left-content h1 {
    font-size: 30px;
  }
  .forms-to-fill-section .right-contentt p {
    font-size: 16px;
    line-height: 28px;
  }
  .form-categories-banner {
    padding: 100px 0;
  }
  .form-categories-banner h1 {
    font-size: 30px;
  }
  .popular-categories-section .category-card-side .card-item .content {
    padding: 30px 15px;
    height: 100%;
  }
  .popular-categories-section .category-card-side .card-item .card .card-body h3 {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .article-landing-pages-section .right-side .bottom-content .bottom-wrap {
    padding: 15px;
  }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p {
    font-size: 18px;
    line-height: 20px;
  }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content span {
    font-size: 15px;
  }
}

@media (max-width: 1250px) {
  .banner-bottom .left-side .content {
    max-width: 450px;
  }
  .banner-bottom .left-side .content h3 {
    font-size: 30px;
  }
  .container {
    max-width: 1170px;
  }
  .change_document .uplode_area h2 {
    font-size: 30px;
  }
}

@media (max-width: 1270px) {
  .pricing_section .pricing_plan .custom_btn {
    margin-right: 0;
  }
  .second_pages .pricing_plan .pricing_table.last p {
    padding-bottom: 30px;
  }
}

@media (max-width: 1267px) {
  .form-landing-banner .banner-content h2 {
    font-size: 40px;
  }
  .footer_section .footer_column h4 {
    font-size: 22px;
  }
  .industries-categories-banner .left-side h1 {
    font-size: 40px;
  }
  .industries-categories-banner {
    padding-top: 30px;
  }
  .search-for-thousands {
    padding: 100px 0;
  }
}

@media (max-width: 1199px) {
  .middle-header .bottom-header li a {
    font-size: 18px;
    margin: 0 10px;
  }
  .industries-categories-feature .header p {
    font-size: 22px;
  }
  .second_pages .pricing_plan .pricing_table .content ul li {
    font-size: 14px;
  }
  .banner_home .left_content h2 {
    font-size: 51px;
  }
  .change_document .uplode_area .review .review_inner ul li {
    height: 25px;
    width: 25px;
    line-height: 18px;
  }
  .change_document .uplode_area .review .review_inner ul li img {
    max-width: 100%;
  }
  .second_pages .pricing_plan .pricing_table.popular .content ul {
    padding-bottom: 16px;
  }
  .second_pages .pricing_plan .pricing_table .content ul {
    padding-bottom: 0;
  }
  .second_pages .pricing_plan .pricing_table .content ul li {
    font-size: 13px;
  }
  .second_pages .pricing_plan .pricing_table p {
    font-size: 14px;
  }
  .second_pages .pricing_plan .pricing_table.fast .content ul {
    padding-bottom: 70px;
  }
  .industries-review .review-inner .left-content .content p {
    font-size: 14px;
  }
  .industries-review .review-inner .left-content .content h6 {
    font-size: 14px;
  }
  .industries-review .review-inner .right-side p {
    font-size: 14px;
  }
  .industries-review .review-inner .left-content ul li a {
    height: 25px;
    width: 25px;
    line-height: 15px;
  }
  .learn-landing-pages h1 {
    font-size: 30px;
  }
}

@media (max-width: 1100px) {
  .pricing_section .pricing_plan .pricing_table .content h6 {
    font-size: 18px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p {
    font-size: 17px;
  }
  .banner_home .left_content h2 {
    font-size: 48px;
  }
}

@media (max-width: 1120px) {
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table {
    padding: 5px;
  }
  .industries-categories-banner .left-side h1 {
    font-size: 30px;
  }
  .popular-forms-section .tab-content .tab-pane .forms-cats {
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em;
    column-count: 4;
    column-gap: 1em;
  }
  .popular-forms-section .tab-content .tab-pane .forms-states {
    -moz-column-count: 5;
    -moz-column-gap: 1em;
    -webkit-column-count: 5;
    -webkit-column-gap: 1em;
    column-count: 5;
    column-gap: 1em;
  }
}

@media (max-width: 991px) {
  .features-pages-section .left_side {
    margin-bottom: 30px;
  }
  .articles-pages-section .articles_top .tags_area .protfoli_filter {
    text-align: center;
  }
  .landing-account .landing-account-right {
    padding-top: 30px;
    margin: 0;
  }
  .middle-header .bottom-header {
    padding: 10px;
  }
  .middle-header .bottom-header li a {
    font-size: 15px;
  }
  .banner-bottom .left-side .content {
    max-width: 100%;
  }
  .learn-home {
    padding-bottom: 50px;
  }
  .banner-bottom {
    padding: 30px 0;
  }
  .banner-bottom .left-side {
    display: block;
  }
  .banner-bottom .left-side .images {
    position: unset;
    margin-top: 30px;
  }
  .form-landing-banner .banner-content h2 {
    text-align: center;
    font-size: 30px;
  }
  .form-landing-banner .banner-content p {
    max-width: 100%;
    text-align: center;
  }
  .form-landing-banner .banner-content .theme_btn {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .product_step_area .step-inner .border_dotted {
    width: 50%;
  }
  .form-landing-banner .banner-images {
    text-align: center;
  }
  .popular-categories-section .category-card-side .card-item .card .card-body {
    border: none;
  }
  .popular-forms-section h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .forms-to-fill-section {
    padding-bottom: 60px;
  }
  .forms-to-fill-section .left-content {
    margin: 0;
  }
  .forms-to-fill-section .left-content h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .search-for-thousands .search-content .content {
    display: block;
    text-align: center;
  }
  .search-for-thousands .search-content .content .input-group {
    margin-bottom: 30px;
  }
  .search-for-thousands .search-content .content .theme_btn {
    margin: 0 auto;
  }
  .search-for-thousands .search-content h1 {
    font-size: 30px;
  }
  .industries-categories-banner .left-side h1 {
    text-align: center;
    padding-bottom: 10px;
  }
  .industries-categories-banner .left-side p {
    text-align: center;
  }
  .industries-categories-banner .left-side .theme_btn {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .beats-competition-section table th span img {
    max-width: 100%;
  }
  .monthly-comparison .saving-area {
    margin: 0;
  }
  .monthly-comparison h1 {
    text-align: center;
  }
  .header_section .logo {
    padding-bottom: 50px;
  }
  .header_section ul li a {
    font-size: 8px;
    margin-right: 50px;
  }
  .header_section ul li a:after {
    width: 40px;
    bottom: 6px;
    right: -50px;
  }
  .header_section ul li a i {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
  .pricing_section .pricing_plan {
    padding-top: 80px;
  }
  .pricing_section .pricing_plan .header {
    font-size: 26px;
    padding-bottom: 60px;
  }
  .pricing_section .pricing_plan .custom_btn {
    width: 126px;
    height: 33px;
    line-height: 33px;
    font-size: 8px;
    margin-right: 50px;
  }
  .pricing_section .pricing_plan .custom_btn i {
    height: 16px;
    width: 16px;
    line-height: 16px;
  }
  .pricing_section .pricing_plan .pricing_table {
    padding: 15px;
  }
  .pricing_section .pricing_plan .pricing_table.last .circle {
    margin-top: 0;
  }
  .pricing_section .pricing_plan .pricing_table .iconify {
    font-size: 11px;
  }
  .pricing_section .pricing_plan .pricing_table .circle {
    width: 17px;
    margin: 0 auto;
  }
  .pricing_section .pricing_plan .pricing_table .content h6 {
    font-size: 9px;
    line-height: 60px;
  }
  .pricing_section .pricing_plan .pricing_table .content h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .pricing_section .pricing_plan .pricing_table .content h4 span {
    font-size: 16px;
    top: -4px;
  }
  .pricing_section .pricing_plan .pricing_table .content h5 {
    font-size: 9px;
    line-height: 0;
  }
  .pricing_section .pricing_plan .pricing_table .content h5:before {
    top: 0;
    left: 40px;
  }
  .pricing_section .pricing_plan .pricing_table .content h5:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #D8D8D8;
    top: 0;
    right: 40px;
  }
  .pricing_section .pricing_plan .pricing_table .content ul {
    padding-top: 20px !important;
    padding-bottom: 60px !important;
  }
  .pricing_section .pricing_plan .pricing_table .content ul li {
    font-size: 8px;
    line-height: 16px;
  }
  .pricing_section .pricing_plan .pricing_table.popular .content ul {
    padding-bottom: 16px !important;
  }
  .pricing_section .pricing_plan .pricing_table P {
    font-size: 9px;
    line-height: 16px;
    padding: 5px 0;
  }
  .pricing_section .pricing_plan .footer {
    font-size: 9px;
    line-height: 80px;
  }
  .features_section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .features_section .item {
    max-width: 180px;
  }
  .features_section .item::after {
    right: -40px;
  }
  .features_section .item img {
    width: 180px;
  }
  .features_section .item ul {
    padding: 25px 0;
  }
  .features_section .item ul li {
    font-size: 9px;
    line-height: 25px;
  }
  .features_section .item a {
    max-width: 77px;
    display: block;
  }
  .peoplesaying_section .peoplesaying {
    padding-top: 40px;
  }
  .peoplesaying_section .peoplesaying h4 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 60px;
  }
  .peoplesaying_section .peoplesaying h4:after {
    bottom: 30px;
    left: 37%;
    width: 130px;
    height: 12px;
  }
  .peoplesaying_section {
    margin-bottom: 50px;
  }
  .peoplesaying_section .peoplesaying .swiper-container {
    padding-bottom: 60px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-pagination {
    bottom: 20px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item {
    padding: 15px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item .images {
    width: 70px;
    height: 70px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item a {
    font-size: 9px;
    line-height: 25px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p {
    font-size: 10px;
    line-height: 18px;
    padding: 16px 0;
    margin-bottom: 30px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p::after {
    bottom: 14px;
    right: 30px;
    font-size: 8px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item p::before {
    font-size: 8px;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item b {
    font-size: 9px;
    padding: 0;
  }
  .footer_area {
    padding: 50px 0;
    background: #F4F6F5;
  }
  .footer_area .content p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 15px;
  }
  .plan_page_two ul {
    max-width: 480px;
  }
  .plan_page_two ul li a {
    font-size: 12px;
    margin-right: 33px;
  }
  .plan_page_two ul li a::before {
    height: 2px;
    bottom: -8px;
  }
  .second_pages .pricing_plan {
    padding-top: 40px;
  }
  .second_pages .pricing_plan .pricing_table .top p {
    line-height: 20px;
  }
  .second_pages .pricing_plan .pricing_table .content h6 {
    font-size: 16px;
    padding-top: 20px;
  }
  .second_pages .pricing_plan .pricing_table .content h4 {
    padding: 0;
  }
  .second_pages .pricing_plan .pricing_table .content a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 50px;
  }
  .second_pages .pricing_plan .pricing_table .content h5 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .second_pages .pricing_plan .pricing_table .content h5::after {
    display: none;
  }
  .second_pages .pricing_plan .pricing_table .content ul li {
    font-size: 11px;
    line-height: 24px;
  }
  .second_pages .pricing_plan .pricing_table .content ul li::after {
    height: 5px;
    width: 5px;
    bottom: 10px;
  }
  .second_pages .pricing_plan .pricing_table.last p {
    padding: 0;
  }
  .second_pages .pricing_plan .pricing_table.fast .content ul {
    padding-bottom: 66px !important;
  }
  .second_pages .pricing_plan .pricing_table p {
    font-size: 11px;
  }
  .second_pages .pricing_plan .footer {
    font-size: 12px;
  }
  .second_pages::after {
    height: 500px;
  }
  .features_section_two .inner {
    padding: 60px 0;
  }
  .features_section_two .inner .item {
    max-width: 235px;
  }
  .features_section_two .inner .item ul li {
    font-size: 11px;
  }
  .slider_area_v2 {
    padding: 40px 0;
  }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content {
    padding: 15px;
  }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
  }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p span {
    font-size: 14px;
  }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content p b {
    font-size: 12px;
    line-height: 16px;
  }
  .slider_area_v2 .left_side h4 {
    font-size: 25px;
  }
  .banner_home {
    padding-bottom: 80px;
    padding-top: 0;
  }
  .banner_home .right_content {
    padding: 30px;
  }
  .banner_home .right_content h3 {
    font-size: 20px;
  }
  .banner_home .right_content .upload_area {
    padding: 20px;
  }
  .banner_home .right_content .upload_area h5 {
    font-size: 20px;
  }
  .banner_home .right_content .upload_area p::after, .banner_home .right_content .upload_area p::before {
    width: 50px;
  }
  .banner_home .right_content .upload_area .custom_btn {
    height: 50px;
    font-size: 14px;
  }
  .banner_home .left_content {
    margin-bottom: 30px;
    padding: 0;
  }
  .banner_home .left_content h2 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .banner_home .left_content h5 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .banner_home .left_content ul {
    padding-bottom: 20px;
  }
  .banner_home .left_content ul li {
    font-size: 14px;
    line-height: 28px;
  }
  .banner_home .left_content ul li i {
    height: 14px;
    width: 14px;
    font-size: 10px;
    line-height: 14px;
    margin-right: 5px;
  }
  .banner_home .left_content p {
    font-size: 14px;
  }
  .convert_pdf .convert_area h3 {
    font-size: 30px;
    padding-bottom: 50px;
  }
  .productivity_section {
    padding-top: 80px;
  }
  .productivity_section .productivity h2 {
    font-size: 25px;
    padding-bottom: 40px;
  }
  .choose_the_best .services {
    border: none;
  }
  .choose_the_best .services.active {
    border: none !important;
  }
  .choose_the_best {
    padding: 80px 0;
  }
  .choose_the_best h2 {
    font-size: 30px;
    padding-bottom: 50px;
  }
  .choose_the_best .services {
    text-align: center;
    max-width: 700px;
    border: none;
    margin: 0 auto;
  }
  .choose_the_best .services .item {
    height: auto;
    padding: 50px 0;
    border-bottom: 1px solid #aaa;
  }
  .change_document {
    padding: 80px 0;
  }
  .change_document .images {
    text-align: center;
    padding-bottom: 30px;
  }
  .change_document .uplode_area {
    text-align: center;
  }
  .payment_section .header {
    font-size: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .payment_section .card_info h3 {
    font-size: 20px;
  }
  .payment_section .header {
    text-align: center;
  }
  .payment_section .card_info {
    margin: 0 auto;
  }
  .payment_section .card_info h3 {
    text-align: center;
  }
  .payment_section .card_info .radio-buttons {
    text-align: center;
  }
  .payment_section .card_info .card_number {
    max-width: 370px;
    margin: 0 auto;
  }
  .payment_section .card_info .date_area {
    margin: 0 auto;
  }
  .payment_section .card_info .card_name {
    max-width: 370px;
    margin: 0 auto;
  }
  .payment_section .card_info .form-check {
    text-align: center;
  }
  .payment_section .card_info .brand_name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .payment_section .down_content {
    max-width: 100%;
    text-align: center;
  }
  .payment_footer {
    padding: 50px 0;
  }
  .main_header .custom_nav .navbar-nav {
    margin-top: 30px;
  }
  .main_header .custom_nav .custom_collapse .navbar-nav li a {
    line-height: 40px;
  }
  .payment_section .card_info .check_box {
    max-width: 371px;
    margin: 0 auto;
  }
  .payment_section .card_info {
    padding: 10px;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h6 {
    font-size: 16px !important;
    line-height: 50px !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h4 {
    font-size: 30px !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h4 span {
    font-size: 20px !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h5 {
    line-height: 0 !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h5::after {
    right: 90px !important;
    width: 50% !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h5:before {
    left: 90px !important;
    width: 50% !important;
    top: 0 !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content ul li {
    line-height: 20px !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .circle {
    margin: 0 !important;
    margin: 0 auto !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .top {
    width: 146px;
    height: 39px;
    top: -34px;
  }
  .second_pages .pricing_plan .pricing_table .content h4 {
    font-size: 25px;
  }
  .second_pages .pricing_plan .pricing_table .content h4 span i {
    font-size: 20px;
    top: -9px;
  }
  .second_pages .pricing_plan .pricing_table .content h6 {
    padding-bottom: 0;
  }
  .second_pages .pricing_plan .pricing_table .content a {
    padding-bottom: 20px;
  }
  .second_pages .pricing_plan .pricing_table .content ul {
    padding-top: 0 !important;
  }
  .second_pages .pricing_plan .pricing_table .content ul li {
    font-size: 9px;
    line-height: 17px;
  }
  .second_pages .pricing_plan .pricing_table::after {
    height: 62%;
  }
  .second_pages .pricing_plan .pricing_table.last ul {
    padding-bottom: 40px !important;
  }
  .second_pages .pricing_plan .pricing_table.fast ul {
    padding-bottom: 66px;
  }
  .industries-section .heading {
    padding-bottom: 30px;
  }
  .industries-section .heading h1 {
    font-size: 30px;
  }
  .industries-section {
    padding-top: 20px;
  }
  .industries-item .card .card-body p {
    font-size: 12px;
    line-height: 18px;
  }
  .industries-item .card .card-body .link-area h3 {
    font-size: 16px;
  }
  .industries-item .card .card-body .link-area a {
    font-size: 14px;
  }
  .industries-review .review-inner .left-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .industries-review .review-inner .right-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .monthly-comparison .saving-area h2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .monthly-comparison .saving-area .theme_btn {
    margin-left: auto;
  }
  .monthly-comparison .saving-area h2 {
    font-size: 60px;
  }
  .fahrenheit-conversion-area .images-side {
    margin-bottom: 30px;
  }
  .why-pdf-simpli-section .why-pdf-inner .item {
    margin-bottom: 30px;
  }
  .landing-slider .landing-slider-inner {
    padding: 30px;
  }
  .landing-slider .landing-slider-inner h2 {
    padding-bottom: 30px;
  }
  .operations-documents h2 {
    font-size: 20px;
  }
  .template-home-banner ul li a {
    margin-bottom: 30px;
  }
  .accomplish-area-section h1 {
    font-size: 20px;
  }
  .document-minutes-section .document-inner h1 {
    font-size: 20px;
  }
  .document-minutes-section .document-inner .media {
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .template-categories-banner .template-categories-content h1 {
    font-size: 25px;
    text-align: center;
  }
  .template-categories-banner .template-categories-content p {
    text-align: center;
    padding-bottom: 10px;
  }
  .template-categories-banner .template-categories-content .theme_btn {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .template-categories-banner {
    padding: 60px 0;
  }
  .learn-blog {
    padding-bottom: 40px;
  }
  .operations-documents .operations-documents-inner .operations-documents-wrap .content h3 {
    padding-top: 40px;
  }
  .search-for-thousands {
    padding-top: 50px;
  }
  .main_header {
    padding-top: 15px;
  }
  .articles-pages-section .articles_top .search_area {
    margin-top: 30px;
  }
  .article-landing-pages-section .left_side .title_heading {
    font-size: 30px;
  }
  .article-landing-pages-section .left_side .top p {
    font-size: 16px;
  }
  .article-landing-pages-section .left_side .difference p {
    font-size: 16px;
  }
  .features_landing_upload h2 {
    font-size: 30px;
  }
  .features_landing_upload ul li a {
    margin-bottom: 10px;
  }
  .upload-section .right_content h3 {
    font-size: 20px;
  }
  .dashboard-upload-ara .right_content .upload_area p {
    font-size: 16px;
  }
  .features-step .item .icon {
    width: 100px;
    line-height: 100px;
    line-height: 100px;
  }
  .features-step .item p {
    font-size: 14px;
  }
  .features-step .row::after {
    bottom: 67%;
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
  }
  .signature_section h2 {
    font-size: 30px;
  }
  .add-signatures-section h2 {
    font-size: 30px;
  }
  .related-features .images {
    margin-bottom: 30px;
  }
  .related-features .content h2 {
    font-size: 30px;
  }
  .about_us_banner h1 {
    font-size: 30px;
  }
  .about_us_banner h3 {
    font-size: 25px;
  }
  .about_us_banner h3 span {
    width: 60px;
  }
  .about_us_banner .our-story p {
    margin-left: 60px;
  }
  .our-partners-section .images {
    margin-bottom: 30px;
  }
  .our-partners-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .our-partners-section .content h4 {
    font-size: 20px;
  }
  .privacy-item .item h5 {
    font-size: 25px;
  }
  .faq-pages-section h1 {
    font-size: 25px;
  }
  .product-banner-section .images {
    display: none;
  }
  .contact-us-section .top h1 {
    font-size: 30px;
  }
  .contact-us-section .contact_wrapper .media {
    margin-bottom: 30px;
  }
  .contact-us-section .contact_wrapper .media .media-body h2 {
    font-size: 20px;
  }
  .here_section .top h2 {
    font-size: 30px;
  }
  .here_section .contact h1 {
    font-size: 30px;
  }
  .how-to-cancel-section .top h1 {
    font-size: 30px;
  }
  .how-to-cancel-section .content .item h2 {
    font-size: 20px;
  }
  .refund-section-bottom h1 {
    font-size: 30px;
  }
  .refund-section-bottom .item h2 {
    font-size: 20px;
  }
  .refund-request-section h1 {
    font-size: 30px;
  }
  .refund-request-section .left_content h2 {
    font-size: 20px;
  }
  .successful-section {
    padding-top: 100px;
  }
  .successful-section .images h1 {
    font-size: 30px;
  }
  .details-page-section .details-wrapper .right-content {
    margin-top: 30px;
  }
  .About_us_v1 .banner_img .text_area {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: 15px;
  }
  .About_us_v1 {
    padding: 0;
  }
  .our_values_section h1 {
    font-size: 30px;
  }
  .our_values_section .value_wrapper .item h4 {
    font-size: 20px;
  }
  .our_partner_section h2 {
    font-size: 30px;
  }
  .our_partner_section .item h4 {
    font-size: 20px;
  }
  .our_partner_section .item {
    margin-bottom: 30px;
  }
  .popular-forms-section .tab-content .tab-pane .forms-cats {
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
  }
  .popular-forms-section .tab-content .tab-pane .forms-states {
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em;
    column-count: 4;
    column-gap: 1em;
  }
}

@media (max-width: 769px) {
  .popular-forms-section .tab-content .tab-pane .forms-cats {
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
  }
  .popular-forms-section .tab-content .tab-pane .forms-states {
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .details-page-section .details-wrapper .right-content .dash-btbn {
    font-size: 20px;
  }
  .details-page-section .details-wrapper .left h3 {
    font-size: 20px;
  }
  .details-page-section .details-wrapper .left ul li span {
    max-width: 50%;
  }
  .details-page-section .details-wrapper .left ul li {
    font-size: 16px;
  }
  .about_us_banner .our-values .item {
    padding: 15px;
  }
  .about_us_banner .our-values .item h4 {
    font-size: 20px;
  }
  .about_us_banner .our-story p {
    margin-left: 0;
  }
  .related-features .related-wrapper {
    padding: 50px 10px;
  }
  .pdfsimpli-video-section .video h2 {
    font-size: 30px;
  }
  .features_landing_upload .right_content .upload_area .custom_btn {
    font-size: 14px;
  }
  .features-pages-section .right-side h2 {
    font-size: 25px;
  }
  .features-pages-section .right-side h6 {
    font-size: 16px;
  }
  .counter-section .counte-item p {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .counter-section {
    padding: 60px 0;
  }
  .article-landing-pages-section .left_side .title_heading {
    font-size: 20px;
  }
  .article-landing-pages-section .left_side .top h6 {
    font-size: 15px;
  }
  * {
    word-wrap: break-word;
  }
  .middle-header .bottom-header li a span {
    display: inline-block;
    width: 9px;
  }
  .middle-header .bottom-header li a {
    font-size: 12px;
    margin: 0 3px;
  }
  .documents-section {
    padding-top: 60px;
  }
  .template-home-banner ul li a {
    margin-bottom: 15px;
  }
  .search-for-thousands {
    padding-bottom: 30px;
  }
  .template-home-banner ul li a {
    padding: 0 15px;
  }
  .template-home-banner ul {
    text-align: center;
  }
  .search-for-thousands {
    padding-top: 30px;
  }
  .learn-home .learn-banner .top-banner h1 {
    font-size: 30px;
  }
  .learn-blog .learn-blog-header h1 {
    font-size: 20px;
  }
  .learn-blog .learn-blog-header h1 {
    font-size: 20px;
  }
  .sources-area {
    overflow: hidden;
  }
  .landing-slider .landing-slider-inner .landing-custom .item {
    padding: 15px;
  }
  .landing-slider .landing-slider-inner .media {
    display: block;
  }
  .landing-slider .landing-slider-inner h2 {
    font-size: 20px;
  }
  .fully-intergrated .fully-inner {
    text-align: center;
  }
  .fully-intergrated .fully-inner ul li a {
    max-width: 100px;
  }
  .fully-intergrated .fully-inner h1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .why-pdf-simpli-section h1 {
    font-size: 25px;
    padding-bottom: 30px;
  }
  .fahrenheit-conversion-area .content-side h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .fahrenheit-conversion-area .content-side p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
  }
  .product_step_area .step-inner .product-inner .item .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  .product_step_area .step-inner .border_dotted {
    top: 40px;
  }
  .product_step_area .step-inner .product-inner .item {
    max-width: 200px;
  }
  .product_step_area .step-inner .product-inner .item p {
    font-size: 14px;
  }
  .search-for-thousands .search-content h1 {
    font-size: 20px;
  }
  .search-for-thousands .search-content .content .input-group input {
    width: unset;
  }
  .search-for-thousands .search-content .content .input-group {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .monthly-comparison {
    padding: 60px 0;
  }
  .monthly-comparison h1 {
    font-size: 20px;
  }
  .monthly-comparison h1 {
    padding-bottom: 20px;
  }
  .monthly-comparison .saving-area h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .monthly-comparison .saving-area .theme_btn {
    margin: 0 auto;
  }
  .header_section .logo {
    max-width: 100px;
    padding: 30px 0;
  }
  .header_section ul li a {
    margin-right: 10px;
  }
  .header_section ul li a:after {
    display: none;
  }
  .pricing_section .pricing_plan {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 30px;
  }
  .pricing_section .pricing_plan .header {
    padding-bottom: 30px;
    font-size: 16px;
  }
  .pricing_section .pricing_plan .custom_btn {
    margin-bottom: 40px;
  }
  .pricing_section .pricing_plan .pricing_table {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .pricing_section .pricing_plan .pricing_table .top {
    width: 82px;
    height: 22px;
    top: -20px;
    border-radius: 5px;
  }
  .pricing_section .pricing_plan .pricing_table .top p {
    font-size: 6px;
    line-height: 12px;
  }
  .pricing_section .pricing_plan .footer {
    max-width: 300px;
    line-height: 16px;
    margin: 0 auto;
    background: none;
  }
  .features_section .images {
    margin-bottom: 50px;
  }
  .features_section .item {
    margin-bottom: 50px;
  }
  .features_section .item a {
    margin: 0 auto;
  }
  .peoplesaying_section .peoplesaying .swiper-container .swiper-wrapper .swiper-slide .item {
    max-width: 240px;
    margin: 0 auto;
  }
  .features_section .item::after {
    display: none;
  }
  .plan_page_two ul {
    border: none;
  }
  .plan_page_two ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .plan_page_two ul li a i {
    display: block;
    height: 9px;
    width: 9px;
    font-size: 9px;
    line-height: 9px;
    margin: 0;
    margin-right: 3px;
  }
  .plan_page_two ul li a::before {
    display: none;
  }
  .plan_page_two ul li a::after {
    display: none;
  }
  .slider_area_v2 {
    background: #F4F6F5;
    margin-bottom: 50px;
  }
  .slider_area_v2 .left_side img {
    display: none;
  }
  .slider_area_v2 .left_side h4 {
    padding: 0;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
  }
  .slider_area_v2 .left_side h4::before {
    position: absolute;
    content: '';
    display: block;
    bottom: -10px;
    left: 100px;
    background: rgba(15, 103, 203, 0.1);
    width: 40%;
    height: 3px;
  }
  .slider_area_v2 .swiper_vertical {
    height: 100%;
  }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide {
    background: transparent;
  }
  .features_section_two {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .features_section_two .inner {
    padding: 30px 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .features_section_two .inner .item {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .second_pages .pricing_plan .pricing_table .top {
    top: 15px;
  }
  .convert_pdf .convert_area {
    border: none;
  }
  .convert_pdf .convert_area .convert_item::before {
    display: none;
  }
  .productivity_section .productivity h2 {
    font-size: 16px;
  }
  .footer_section .footer_column {
    padding-bottom: 40px;
    text-align: center;
  }
  .footer_section .footer_column ul {
    padding-top: 10px;
  }
  .footer_section .footer_column .brand {
    text-align: center;
  }
  .signup_section {
    padding: 60px 0;
  }
  .signup_section .signup_inner {
    padding: 20px;
  }
  .signup_section .signup_inner h2 {
    font-size: 30px;
  }
  .signup_section .signup_inner h4 {
    font-size: 20px;
    padding: 5px 0;
  }
  .signup_section .signup_inner p {
    padding-bottom: 30px;
  }
  .signup_section .signup_inner .social_group h3 {
    font-size: 20px;
  }
  .signup_section .signup_inner .input_area form span {
    padding-bottom: 20px;
  }
  .signup_section .signup_inner .input_area form .form-control {
    line-height: 30px;
  }
  .signup_section .signup_inner .input_area form .theme_btn {
    font-size: 12px;
    width: 203px;
    height: 40px;
    line-height: 40px;
  }
  .lets_start .start h3 {
    font-size: 30px;
  }
  .lets_start .start .step .item {
    padding-top: 40px;
  }
  .lets_start .start .step .item span::before {
    display: none;
  }
  .lets_start .start .images {
    max-width: 80px;
    margin: 0 auto;
  }
  .lets_start .start .theme_btn {
    max-width: 250px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding-bottom: 30px;
  }
  .plan_page_two {
    background: none;
  }
  .second_pages {
    background: none;
  }
  .second_pages::after {
    display: none;
  }
  .payment_section .radio-btn > i {
    font-size: 7px;
    top: -11px;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h6 {
    font-size: 13px !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h5::after {
    width: 20% !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table .content h5:before {
    width: 20% !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn .pricing_table.fast ul {
    padding-bottom: 60px !important;
  }
  .pricing_section .pricing_plan .custom-radio .radio-btn p {
    font-size: 8px !important;
  }
  .convert-file-section {
    padding: 50px 0;
  }
  .convert-file-section .convert-inner h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .convert-file-section .convert-inner p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .beats-competition-section table th {
    font-size: 25px;
  }
  .important-text {
    padding: 50px 0;
    text-align: center;
  }
  .important-text p {
    padding-bottom: 20px;
  }
  .important-text .theme_btn {
    margin: 0 auto;
  }
  .industries-categories-feature {
    padding: 60px 0;
  }
  .industries-categories-feature .header p {
    font-size: 18px;
    line-height: 25px;
  }
  .industries-categories-feature .header {
    padding-bottom: 30px;
  }
  .undraw_Reviewed_docs .images {
    margin-bottom: 30px;
  }
  .beats-competition-section {
    padding: 60px 0;
  }
  .beats-competition-section table tr td {
    font-size: 12px;
  }
  .compare_pdfSimpli {
    padding: 30px 0;
  }
  .compare_pdfSimpli .compare_pdfSimpli_text p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .convert-to-any-file .convert-to-any-file-text {
    display: block;
    text-align: center;
  }
  .convert-to-any-file {
    padding: 60px 0;
  }
  .convert-to-any-file .convert-to-any-file-text h1 {
    font-size: 25px !important;
    padding-bottom: 0 !important;
  }
  .convert-to-any-file .convert-to-any-file-text p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .convert-to-any-file .convert-to-any-file-text .theme_btn {
    margin: 0 auto;
    margin-top: 30px;
  }
  .popular-forms-section .tab-content .tab-pane ul li {
    font-size: 16px;
  }
  .popular-forms-section .tab-content .tab-pane {
    padding: 30px;
  }
  .pagination {
    margin-bottom: 30px;
  }
  .forms-blog-section {
    padding-bottom: 10px;
  }
  .form-categories-banner h1 {
    font-size: 20px;
  }
  .popular-categories {
    max-width: 400px;
  }
  .category-rating {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .learn-landing-pages h1 {
    font-size: 20px;
  }
  .learn-landing-pages span h5 {
    padding-bottom: 10px;
  }
  .education-help .education-inner h2 {
    font-size: 20px;
  }
  .template-landing .banner-content {
    padding-top: 30px;
  }
  .form-landing-banner {
    padding-top: 0;
  }
  .choose-template-section .header_area {
    max-width: 100%;
  }
  .choose-template-section {
    padding: 50px 0;
  }
  .choose-template-section .header_area h1 {
    font-size: 30px;
  }
  .template-landing-custom .paragraph-area a {
    word-wrap: break-word;
  }
  .sources-area ul li a {
    word-wrap: break-word;
  }
  .operations-documents .operations-documents-inner {
    padding: 50px 10px;
  }
  .banner-bottom {
    margin-bottom: 50px;
  }
  .design-inspiration h1 {
    font-size: 20px;
  }
  .industries-section {
    padding-bottom: 30px;
  }
  .industries-section-two {
    padding: 30px 0;
    padding-top: 50px;
  }
  .industries-review {
    padding: 30px 0;
  }
  .form-categories-banner {
    padding: 50px 0;
  }
  .signup_section .signup_inner .input_area form span {
    padding-bottom: 0;
  }
  .documents-section .left-side h1 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .documents-section .left-side .input-area {
    display: block;
  }
  .documents-section .left-side .input-area .theme_btn {
    margin: 0 auto;
    margin-top: 15px;
  }
  .documents-section .left-side .showing-area {
    padding-top: 40px;
  }
  .card {
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .articles-pages-section h1 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .articles-pages-section h2 {
    font-size: 30px;
  }
  .articles-pages-section h2 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .popular-forms-section .tab-content .tab-pane .forms-cats {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    column-count: 2;
    column-gap: 1em;
    margin: 0 auto;
  }
  .popular-forms-section .tab-content .tab-pane .forms-states {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    column-count: 2;
    column-gap: 1em;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .articles-pages-section .articles_top .tags_area .protfoli_filter li a {
    font-size: 8px;
    padding: 0 5px;
  }
  .article-landing-pages-section nav .breadcrumb .breadcrumb-item {
    font-size: 8px;
  }
  .counter-section .counte-item {
    border: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .upload-section .right_content {
    padding: 20px;
  }
  .documents-section .left-side .showing-area .showing-header p {
    font-size: 12px;
  }
  .documents-section .left-side .showing-area .showing-header .left .view {
    font-size: 12px;
  }
  .documents-section .left-side .showing-area .showing-header .left .record {
    font-size: 12px;
    padding: 0 5px;
  }
  .documents-section .left-side h1 {
    font-size: 25px;
  }
  .landing-template-section .left-side .showing-area .showing-item .media {
    display: block;
  }
  .landing-template-section .left-side .showing-area .showing-item .media .icon {
    margin-bottom: 10px;
  }
  .landing-template-section .left-side .showing-area .showing-item .media .media-body {
    display: block;
  }
  .landing-template-section .left-side .showing-area .showing-item .media .media-body .content p {
    margin-bottom: 10px;
  }
  .landing-account .landing-account-right h2 {
    font-size: 30px;
  }
  .signup_section .signup_inner .input_area form .check_box {
    max-width: 370px !important;
    width: 100%;
  }
  .frequently-asked-questions .frequently-asked-inner .accordion .card .card-header {
    padding: 10px;
    font-size: 10px;
  }
  .agreement-section .right-side .item {
    padding: 30px 10px;
  }
  .document-minutes-section .document-inner .media .images {
    margin: 20px 0;
  }
  .document-minutes-section .document-inner .media .media-body {
    margin: 0 !important;
  }
  .choose-template-section .choose-template-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .choose-template-section .choose-template-content p {
    line-height: 25px;
    margin-bottom: 15px;
  }
  .choose-template-section .header_area h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .choose-template-section .header_area p {
    font-size: 16px;
    line-height: 25px;
  }
  .form-landing-banner .banner-content h2 {
    padding-bottom: 20px;
  }
  .accomplish-area-section .accomplish-inner .media {
    padding-left: 10px;
  }
  .document-minutes-section .document-inner .media {
    display: block;
    margin-bottom: 30px;
  }
  .document-minutes-section .document-inner .media .images {
    text-align: center;
    margin-bottom: 15px;
  }
  .document-minutes-section .document-inner .media .media-body h3 {
    font-size: 18px;
  }
  .document-minutes-section .document-inner .media .media-body {
    margin: 0;
    padding: 10px;
  }
  .product_step_area .step-inner .border_dotted {
    display: none;
  }
  .product_step_area .step-inner .product-inner .item {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .product_step_area .step-inner .product-inner {
    display: block;
  }
  .forms-blog-section .media .media-body {
    margin: 0;
  }
  .forms-blog-section .media {
    display: block;
    text-align: center;
    padding: 15px;
  }
  .forms-blog-section .media .images {
    margin-bottom: 20px;
  }
  .forms-blog-section .media .images {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .monthly-comparison .saving-area h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .monthly-comparison .saving-area h2 span {
    font-size: 20px;
  }
  .beats-competition-section table tr td {
    padding: 5px;
  }
  .beats-competition-section table tr td .icon {
    font-size: 30px;
  }
  .beats-competition-section table th {
    font-size: 20px;
  }
  .beats-competition-section .header-top h1 {
    font-size: 25px;
  }
  .industries-categories-feature .feature-item {
    padding: 15px;
  }
  .beats-competition-section table tr td {
    padding: 15px;
  }
  .second_pages .pricing_plan .pricing_table {
    max-width: 280px;
  }
  .slider_area_v2 .swiper_vertical .swiper-wrapper .swiper-slide .content {
    margin: 50px 0 !important;
  }
  .plan_page_two ul li a {
    padding: 0 5px;
  }
  .pricing_section .pricing_plan .custom_btn {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .change_document .uplode_area .review {
    display: block;
  }
  .change_document .uplode_area .review .review_inner {
    padding-bottom: 40px;
  }
  .registration_header .header a {
    width: 150px;
  }
  .registration_header .header .theme_btn {
    font-size: 12px;
    width: 91px;
    line-height: 30px;
  }
  .payment_section .header {
    font-size: 20px;
    padding: 0;
  }
  .review_order .card {
    padding: 0;
  }
  .review_order .card .card-header h3 {
    font-size: 20px;
  }
  .review_order .card .card-body h3 {
    font-size: 16px;
  }
  .review_order .card .card-body .content p {
    font-size: 14px;
  }
  .review_order .card .card-body .content ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  .review_order .card .card-footer h4 {
    font-size: 16px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .review_order .card .card-footer h4 i {
    font-size: 20px;
  }
  .review_order .card .card-footer h4 span {
    font-size: 25px;
  }
  .lets_start .start .step .item p {
    font-size: 10px;
    line-height: 12px;
  }
  .lets_start .start .step .item span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .lets_start .start {
    padding: 20px;
  }
  .lets_start .start h3 {
    font-size: 20px;
  }
  .lets_start .start .step .item {
    width: 33%;
    display: block;
    float: left;
  }
  .payment_footer ul li a {
    font-size: 10px;
  }
  .payment_footer span {
    font-size: 10px;
  }
  .payment_section .radio-btn {
    width: 35px;
    margin: 0;
    height: 20px;
  }
  .payment_section .radio-btn .card_icon {
    width: 100%;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
  }
  .payment_section .radio-btn > i {
    top: -10px;
    right: -10px;
  }
  .payment_section .card_info .check_box {
    display: block;
  }
  .payment_section .card_info .check_box .form-check {
    text-align-last: left;
    margin-bottom: 10px;
  }
  .payment_section .card_info .brand_name a.theme_btn {
    font-size: 10px;
    height: 30px;
    line-height: 30px;
  }
  .pricing_section .pricing_plan .custom-radio {
    margin: 0 auto !important;
    display: block;
  }
  .footer_area .content ul li a {
    font-size: 8px;
  }
  .industries-review .review-inner .right-side {
    display: block;
    text-align: center;
  }
  .industries-review .review-inner .left-content {
    display: block;
    text-align: center;
  }
  .form-landing-banner .banner-content p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .form-landing-banner .banner-content {
    padding-top: 5px;
  }
  .form-landing-banner .banner-content h1 {
    font-size: 34px;
    padding-bottom: 10px;
    text-align: center;
  }
  .search-for-thousands .search-content .content .input-group {
    margin-bottom: 15px;
  }
  .industries-categories-banner .left-side p {
    padding-bottom: 10px;
  }
  .learn-home {
    padding-top: 30px;
  }
  .learn-landing-pages {
    padding-top: 30px;
  }
  .template-categories-banner {
    padding-top: 30px;
  }
  .template-categories-banner .template-categories-content h1 {
    padding-bottom: 20px;
  }
  .template-home-banner p {
    padding-bottom: 10px;
  }
  .middle-header .bottom-header li a {
    font-size: 9px;
  }
  .documents-section .right-side .add-signature h1 {
    font-size: 30px;
  }
  .documents-section .right-side .add-signature .button-group {
    display: block;
    text-align: center;
  }
  .documents-section .right-side .add-signature .button-group .theme_btn {
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .notification-settings .notification-inner h1 {
    font-size: 30px;
  }
  .notification-settings {
    padding: 80px 0;
  }
  .choose_the_best .services .item.top {
    padding: 0;
  }
  .choose_the_best .services .item {
    padding: 0;
  }
  .payment_section .card_info .brand_name {
    display: block;
  }
  .payment_section .card_info .brand_name .theme_btn {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .payment_section .card_info .brand_name .brand_nm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .payment_section .card_info .brand_name a.theme_btn {
    max-width: 100%;
  }
  .documents-section .left-side .showing-area .showing-item .media .media-body .content ul li a {
    font-size: 8px;
    margin: 0 2px;
  }
  .documents-section .left-side .showing-area .showing-item .media {
    padding: 14px 10px;
    margin-bottom: 15px;
  }
  .documents-section .left-side .pagination-secton {
    padding: 0;
    margin: 30px auto;
  }
  .documents-section .right-side .document-details ul li p {
    font-size: 14px;
  }
  .documents-section .right-side .document-details ul li p span {
    width: 50%;
  }
  .theme_btn {
    line-height: 50px;
  }
  .Customize_images {
    display: none;
  }
  .article-landing-pages-section .left_side .media {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .article-landing-pages-section .left_side .media .media-body {
    margin: 0;
  }
  .article-landing-pages-section .left_side .media .images {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .features-step .row::after {
    display: none;
  }
  .features-step .item {
    margin-bottom: 30px;
  }
  .product-banner-section .item .button-area {
    display: block;
  }
  .product-banner-section .item .button-area a {
    margin: 0;
    margin-bottom: 10px;
  }
  .contact-us-section .contact_wrapper .media {
    padding: 15px;
    display: block;
  }
  .contact-us-section .contact_wrapper .media img {
    margin-bottom: 15px;
  }
  .here_section .contact .media {
    display: block;
  }
  .here_section .contact .media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    border: none;
  }
  .here_section .contact .media .media-body .item {
    margin: 0;
  }
  .reach-email-section form h2 {
    font-size: 20px;
  }
  .refund-request-section form {
    padding: 15px;
  }
  .details-page-section .details-wrapper {
    padding: 15px;
  }
  .our_partner_section .item {
    margin-bottom: 30px;
  }
  .our_partner_section .item {
    padding: 10px;
  }
}

@media (max-width: 450px) {
  .pdf-to-word-header .header-inner .navbar-brand {
    width: 130px;
  }
  .documents-section .right-side .document-details ul li p span {
    margin: 0;
  }
  .middle-header .bottom-header li a {
    font-size: 8px;
    margin: 0;
  }
  .middle-header .bottom-header li a span {
    width: 7px;
  }
  .here_section .contact .media .media-body {
    display: block;
  }
  .here_section .contact .media .media-body .item {
    margin-bottom: 10px;
  }
  .here_section .contact .media .left_content h4 {
    font-size: 20px;
  }
  .here_section .contact .media .left_content h2 {
    font-size: 22px;
  }
}

/*----------------------------------------------------*/
/*All CSS call*/
/* Bootstrap CSS */
/* Icon CSS */
/* Fonts */
/*# sourceMappingURL=style.css.map */