.top-padding {
  position: relative;
  padding-top: 6em;
}

.container-12 {
  padding: 0 0 0 350px;
}

.side {
  background: #1f1f1f;
  width: 100%;
  margin: 20px 0 0;
}

.side a:hover {
  color: #fff;
}

.side .icons {
  display: inline-block;
  padding: 13px 40px;
  background: #0f9eed;
  margin: 0 0 0 -5px;
}

.side .icons i {
  font-weight: 400;
  color: #fff;
  padding: 0 10px;
  font-size: 25px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
}

.side .icons i:not(:last-child) {
  border-right: 2px solid #fff;
}

.side button {
  font-size: 20px;
  padding: 13px 30px;
  border: none;
  background: #000;
  text-transform: capitalize;
  border-left: 5px solid #0f9eed;
  font-weight: 600;
}

.side button i {
  color: #fff;
  font-size: 25px;
}

.myform {
  /* padding-left: 15px; */
  /* padding-right: 15px; */
  border: none !important;
  padding: 10px 15px;
  width: 400px;
  background: #fff;
}

.homePageThree .header-section .navbar .navbar-collapse .navbar-nav {
  margin-right: 98px !important;
  display: flex;
  width: 100%;
  justify-content: center;
}

.first-fold .content {
  text-align: center;
  border: 2px solid #166fd8;
  border-radius: 10px;
  padding: 20px;

  transform: translateY(15px);
}

.first-fold .content h4 {
  margin: 0;
  font-size: 80px;
  font-weight: 900;
  color: #06a3ef;
}

.first-fold .content h5 {
  color: #06a4ef;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

.first-fold .content .pmain {
  padding: 0px 0px;
  font-size: 25px;
  color: #282828;
  text-transform: uppercase;
  border-bottom: 2px solid #282828;
  border-top: 2px solid #282828;
  font-weight: 600;
  margin: 0 0 5px;
}

.first-fold .content .p31 {
  font-size: 13px;
  line-height: 14px;
  font-weight: 100;
}

.first-fold .content .p31 span {
  font-weight: 800;
}

.first-fold .content .btn21 {
  padding: 10px 40px;
  margin: 0 0 0 0;
  border: none;
  background: linear-gradient(45deg, #02b9f9, #106cd5);
  border: 1px solid #1478da;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  transition: 0.5s;
}

.first-fold .content .btn22 {
  padding: 10px 35px;
  color: #fff;
  background: #000;
  border: none;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.5s;
}

.first-fold .content .btn21:hover {
  background: none;
  border: #1478da 1px solid;
  /* padding: 9px 39px; */
  color: #1478da;
}

.first-fold .content .btn22:hover {
  background: none;
  border: 1px solid #000;
  /* padding: 9px 34px; */
  color: #000;
}

.research_div h5 {
  font-size: 35px;
  font-weight: 100;
  margin: 0 0 -10px;
  color: #232323;
}

.research_div h4 {
  font-size: 56px;
  font-weight: 900;
  color: #3a228a;
}

.research_div p {
  color: #282828;
  line-height: 18px;
}

.research_div img {
  height: 10px;
}

.top_form {
  position: absolute;
  left: 0;
  right: 0;
  top: 160px !important;
}

.text-top {
  width: 400px;
  margin: 0 0 0 0;
}

.top_form .text-top h4 {
  font-size: 90px;
  margin: 0;
  padding: 0 0px 0px 8px;
  color: #fff;
  font-weight: 800;
}

.top_form .text-top .pl {
  padding: 0;
}

.top_form .text-top h5 {
  font-size: 35px;
  background: #fff;
  color: #2d215d;
  padding: 0;
  margin: 15px 0 0 0;
  text-align: center;
}

.top_form .text-top h6 {
  font-size: 34px;
  color: #fff;
  margin: 0 0;
}

.research_div h4 {
  font-size: 62px;
  font-weight: 900;
  color: #03b4f7;
  position: relative;
  margin: 0 0 10px;
}

.research_div h4:after {
  content: "";
  position: absolute;
  /* top         : 11px; */
  left: 0;
  background: url(../../images/experts-line.png) no-repeat;
  background-size: cover;
  width: 89%;
  height: 12px;
  bottom: -5px;
}

.myform p {
  font-size: 25px;
  text-align: center;
  /* padding : 10px 0 0px 0; */
  color: #0a8ee5;
  font-weight: 600;
  position: relative;
}

.myform p:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 38%;
  height: 6px;
  background: #0a8ee5;
  filter: blur(0.7px);
  border-radius: 5px;
}

.myform p:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 38%;
  height: 6px;
  background: #0a8ee5;
  filter: blur(0.7px);
  border-radius: 5px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 12px;
  color: #232323 !important;
}

.form_h3 {
  text-align: center;
  padding-top: 5px;
}

.form_h3 img {
  width: 79%;
}

.form_h3_2 {
  background: #0a2c5900;
  color: white;
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  /*background-image: linear-gradient(to right, #061d3d, #0a2c5a);*/
}

.form_h3_2_span1 {
  color: #11c589;
  font-weight: 900;
  font-size: 27px;
}

.header_details {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 7px;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.why_us h5 {
  margin-bottom: 5px;
}

.header_details span {
  color: #fff;
  font-weight: 500;
}

.header_details .spam {
  border-bottom: 5px solid #10c588;
}

.why_us {
  /*border: 1px solid red;*/
  border-left: 0px;
  padding-bottom: 13px;
}

.features_ul img {
  width: 20px !important;
}

.why_us img {
  width: 10px;
}

.why_us_span {
  margin-left: 10px;
  font-size: 14px;
  color: #282828;
  font-weight: 500;
}

.second-fold .content-top h5 {
  font-size: 20px;
  margin: 0;
}

.second-fold .content-top h4 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  position: relative;
}

.second-fold .content-top h4::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 110px;
  background: url(../../images/sec-line.png) no-repeat;
  background-size: contain;
  width: 10%;
  height: 22px;
  bottom: 6px;
}

.second-fold .content-top p {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}

.second-fold .content-text {
  color: #fff;
  padding: 12px 0 0 0;
}

.second-fold .content-bottom h5 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  position: relative;
}

.second-fold .content-bottom h5::after {
  content: "";
  position: absolute;
  /* top         : 11px; */
  left: 70px;
  background: url(../../images/sec-line1.png) no-repeat;
  background-size: cover;
  width: 24%;
  height: 26px;
  bottom: 5px;
}

.second-fold .content-bottom h4 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}

.second-fold .content-bottom ul li {
  margin: 0;
  padding: 0;
  list-style: inside;
}

.second-fold .img61 {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 5px 1px rgba(204, 204, 204, 1);
}

.third-fold {
  padding: 50px 0;
}

.third-fold .content-head {
  text-align: center;
  padding: 50px 50px 0px;
}

.third-fold .content-head h4 {
  font-size: 35px;
  color: #04aef4;
  margin: 0;
  position: relative;

  text-transform: capitalize;
}

.third-fold .content-head h4:after {
  content: "";
  position: absolute;
  /* top         : 11px; */
  left: -12px;
  background: url(../../images/third-line.png) no-repeat;
  background-size: contain;
  width: 20%;
  height: 26px;
  bottom: 7px;
}

.third-fold .content-head h4:before {
  content: "";
  position: absolute;
  /* top         : 11px; */
  right: -40px;
  background: url(../../images/third-line1.png) no-repeat;
  background-size: contain;
  width: 23%;
  height: 26px;
  bottom: 7px;
}

.third-fold .content-head h4 span {
  font-weight: 800;
}

.third-fold .content-head p {
  font-size: 16px;
  color: #282828;
}

.third-fold .content-box .content p {
  color: #282828;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.third-fold .content-box .content h4 {
  font-weight: 800;
  color: #0e79db;
}

.third-fold .content-box .content h5 {
  font-size: 25px;
  margin: 0;
  color: #02b9f9;
}

.third-fold .content-box .mrg {
  margin-top: 15px;
}

.third-fold .content-box .content {
  background: #fff;
  position: relative;
  background-image: linear-gradient(#f1efef, #0f9eed);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 5px;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 1);
  min-height: 235px;
}

.third-fold .content-box .content:hover {
  background-image: linear-gradient(#1d1316, #1d1316);
  background-size: 100% 100%;
  color: #fff !important;
  cursor: pointer;
}

.third-fold .content-box .content:hover p {
  color: #fff;
}

.third-fold .content-box .content:hover h4 {
  color: #fff;
}

.third-fold .content-box .content:hover h5 {
  color: #fff;
}

.fourth-fold {
  padding: 50px 0;
}

.fourth-fold .content-head {
  text-align: center;
}

.fourth-fold .content-head h5 {
  font-size: 40px;
  margin: 0px 0 5px 0;
  color: #fff;
  position: relative;
}

.fourth-fold .content-head h5:before {
  content: "";
  position: absolute;
  /* top         : 11px; */
  right: 284px;
  background: url(../../images/fourth-line1.png) no-repeat;
  background-size: contain;
  width: 11%;
  height: 15px;
  bottom: 15px;
}

.fourth-fold .content-head h5:after {
  content: "";
  position: absolute;
  /* top         : 11px; */
  left: 285px;
  background: url(../../images/fourth-line.png) no-repeat;
  background-size: contain;
  width: 11%;
  height: 15px;
  bottom: 15px;
}

.fourth-fold .content-head h5 span {
  font-weight: 800;
}

.fourth-fold .content-head p {
  font-size: 30px;
  color: #fff;
}

.fourth-fold .content {
  padding: 10px 0 0 0;
  text-align: left;
}

.fourth-fold .content p {
  font-size: 25px;
  margin: 0 0 15px;
  line-height: 30px;
  color: #fff;
  padding: 0 0 0 30px;
}

.fourth-fold .content p span {
  font-weight: 800;
}

.fourth-fold .content .lst-p {
  padding-left: 60px;
}

.fifth-fold {
  padding: 50px 0 0 0;
}

.fifth-fold .content {
  position: absolute;
  bottom: 100px;
}

.fifth-fold .content h4 {
  color: #1095e8;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.fifth-fold .content p {
  font-size: 30px;
  text-transform: uppercase;
  color: #282828;
  font-weight: 600;
  position: relative;
}

.fifth-fold .content p:after {
  content: "";
  position: absolute;
  /* top         : 11px; */
  right: -2px;
  background: url(../../images/fifth-line.png) no-repeat;
  background-size: contain;
  width: 35%;
  height: 23px;
  bottom: 1px;
}

.fifth-fold .content ul li {
  padding-top: 0px;
}

.fifth-fold .content .btn55 {
  padding: 10px 40px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.5s;
}

.fifth-fold .content .btn55:hover {
  background: none;
  /* padding: 9px 39px; */
  color: #000;
  border: 1px solid #000;
}

.fifth-fold .content-li {
  padding: 10px;
  border: 1px solid #34207d;
  border-radius: 5px;
  margin: 0 0 10px 0;
}

.fifth-fold .content .btn56 {
  padding: 10px 35px;
  margin: 0 0 0 0;
  border: none;
  background: linear-gradient(45deg, #05b9f9, #166ad5);
  color: #fff;
  /* font-size : 17px; */
  /* transition: .5s; */
}

.fifth-fold .content .btn56:hover {
  /* padding: 9px 34px; */
  background: none;
  color: #3f2699;
  border: #3f2699 1px solid;
}

.fifth-fold .content .btn57 {
  padding: 10px 60px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.5s;
}

.fifth-fold .content .btn57:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}

.sixth-fold .content {
  display: flex;
  align-items: center;
}

.sixth-fold .content img {
  height: 70px;
  width: 70px;
}

.sixth-fold .left {
  padding: 50px 0px;
}

.sixth-fold .content-head h5 {
  font-size: 22px;
  margin: 0;
  color: #fff;
  position: relative;
}

.sixth-fold .content-head h5:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 200px;
  background: url(../../images/sixth-line1.png) no-repeat;
  background-size: contain;
  width: 15%;
  height: 23px;
  /* bottom      : 7px; */
}

.sixth-fold .content-head h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}

.sixth-fold .content .sub h4 {
  font-size: 25px;
  color: #ffff;
  margin: 0 0 10px 0;
  position: relative;
}

.sixth-fold .content .sub h4:after {
  content: "";
  position: absolute;
  /* top         : 0px; */
  left: 0px;
  background: url(../../images/sixth-line2.png) no-repeat;
  background-size: contain;
  width: 110%;
  height: 14px;
  bottom: -12px;
}

.sixth-fold .content .sub ul li {
  margin: 0;
  padding: 0;
  list-style: inside;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  text-transform: capitalize;
}

.sixth-fold .content .sub {
  padding: 10px;
}

.sixth-fold .content .sub span {
  font-weight: 800;
}

.sixth-fold .content-right h4 {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  margin: 0 0 10px 0;
  position: relative;
}

.sixth-fold .content-right h4:after {
  content: "";
  position: absolute;
  /* top         : 0px; */
  left: 160px;
  background: url(../../images/sixth-circle.png) no-repeat;
  background-size: contain;
  width: 11%;
  height: 28px;
  bottom: 2px;
}

.sixth-fold .content-right p {
  color: #fff;
  line-height: 18px;
}

.sixth-fold .content-right button {
  padding: 10px 40px;
  color: #fff;
  background: none;
  border: 1px solid;
  border-radius: 5px;
  transition: 0.5s;
}

.sixth-fold .content-right button:hover {
  background-color: #fff;
  color: #212121;
}

.sixth-fold .right {
  padding: 50px 0 0 50px;
}

.sixth-fold .after {
  position: relative;
}

.sixth-fold .after:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -15px;
  background: url(../../images/sixth-mid.png) no-repeat;
  background-size: contain;
  width: 2%;
  height: 117%;
  /* bottom      : 7px; */
}

.seventh-fold {
  padding: 80px 0;
}

.seventh-fold .content-seven {
  background: #222222;
  color: #fff;
  padding: 29px;
}

.seventh-fold .content-seven h5 {
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
}

.seventh-fold .content-seven h4 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #079fed;
}

.seventh-fold .content-seven p {
  font-size: 12px;
  line-height: 18px;
}

.seventh-fold .content .features_ul {
  padding-top: 20px;
  padding-bottom: 13px;
}

.seventh-fold .content .features_ul li {
  padding-top: 10px;
  font-size: 20px;
  text-transform: capitalize;
  color: #282828;
  font-weight: 600;
  border-right: 1px solid #e1e1e1;
}

.seventh-fold .content .features_ul li span {
  padding-left: 0px;
  border-bottom: 1px solid #e1e1e1;
}

.seventh-fold .content .features_ul li p {
  font-size: 14px;
  line-height: 20px;
}

.seventh-fold .content .features_ul li h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1193e8;
}

.seventh-fold .content .features_ul img {
  width: 15px;
}

.seventh-fold .border {
  border-radius: 5px;
  border: 1px solid #212121;
  background: #fff;
}

.footer-section {
  position: relative;
  background: url(../../images/footer-bg.png) no-repeat;
  background-size: cover;
}

.footer-section h4 {
  color: #0ea2ef;
  font-weight: 600;
  font-size: 19px;
  margin: 0 0 10px;
}

.footer-section .bn {
  padding-top: 4px;
  color: white;
  background: linear-gradient(45deg, #05b9f9, #166ad5);
  border: 0px;
  font-size: 14px !important;
  border-radius: 0px;
  padding: 0px !important;
}

.footer-section .form-control {
  color: #111111;
  background-color: #f2f2f2;
  height: 30px !important;
  border-radius: 5px;
}

.footer-section ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 35px;
}

.footer-section ul li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.footer-section li a {
  color: #eaeaea;
  font-weight: 100;
  font-size: 14px;
}

.footer-section .footer-container .footer-wrapper p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #e6e6e6;
  margin-bottom: 0;
}

.aas {
  margin: 40px 0 15px 0;
}

.form-group {
  margin-bottom: 5px !important;
}

.footer-section .content-main {
  /* text-align: center; */
  /* border: 1px solid #fff; */
  border-radius: 20px;
  padding: 5px;
  width: 100%;
  margin: 10px 0 10px 0;
}

.footer-section .content-main h4 {
  font-size: 20px;
  color: #08b2f6;
  font-weight: 800;
  margin: 0 0 0 0;
}

.footer-section .content-main p {
  font-size: 8px;
  color: #999999;
  line-height: 11px;
  margin: 0;
}

#toTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #998bcd;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 34px;
  font-size: 16px;
  line-height: 30px;
  border: 2px solid #5f3fdc;
  border-radius: 0px;
  text-align: center;
  z-index: 999;
  background: linear-gradient(45deg, #05b9f9, #166ad5);
}

.btn-danger:hover {
  color: #fff !important;
  background-color: #09295800 !important;
  border: #05b9f9 1px solid !important;
}

.btn-danger {
  color: #fff !important;
  background: linear-gradient(45deg, #02b8f9, #106bd5);
  border-color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  padding: 10px !important;
  width: 100%;
  border-radius: 0px;
  transition: 0.5s;
}

.btn-head:hover {
  color: #ffffff !important;
  background-color: #5e3ddb !important;
  border: #05b9f9 1px solid !important;
  border-radius: 5px;
}

.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
  color: #07b6f8;
  /* font-size: 16px; */
  text-shadow: 0px 0px 5px #1191e659;
}

.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a::before {
  content: "";
  width: 0px;
  height: 5px;
  background: #147ede;
  position: absolute;
  top: 65%;
  left: 0;
  border-radius: 5px;
  transition: 0.5s;
}

.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li:hover a::before {
  width: 50%;
  transform: translateX(100%);
}

.homePageThree .header-section .navbar {
  /* background-color: #ffffff00; */
  /* box-shadow: 0 0 5px #8c8c8c; */
  transition: 0.5s;
  position: FIXED;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 17px 21px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 17px 21px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 17px 21px -24px rgba(0, 0, 0, 0.75);
}

.contacterr,
.emailerr {
  color: red;
  font-size: 14px;
  margin: -8px 0 10px;
  display: none;
}

#recaptcha_callback4,
#recaptcha_callback3,
#recaptcha_callback2,
#recaptcha_callback {
  display: none;
}

.grecaptcha-badge {
  display: none;
  opacity: 0;
  visibility: hidden;
}

form .error {
  border: 1px solid #e41919 !important;
}

#header_form .error,
#contact_form .error {
  border: none !important;
  border-bottom: 1px solid #e41919 !important;
}

#contact_form .contacterr,
#contact_form .emailerr {
  font-size: 11px;
  margin: -2px 0 -23px;
  font-weight: 600;
}
#newslatter_form .contacterr,
#newslatter_form .emailerr {
    font-size: 14px;
    margin: 0;
}

#header_form .contacterr {
  font-size: 12px;
  margin: 10px 0 -8px;
  font-weight: 600;
}

#footer_form .contacterr {
  font-size: 12px;
  margin: 3px 0 0px;
  font-weight: 600;
}

#header_form .emailerr {
  font-size: 12px;
  margin: -8px 0 0px;
  font-weight: 600;
}

#footer_form .emailerr {
  font-size: 12px;
  margin: -8px 0 5px;
  font-weight: 600;
}

#footer_form .error {
  border: 1px solid #e41919 !important;
  background: #e4191917;
}

/* ! Responsive start */
@media (max-width:1750px) {
  .container-12 {
    padding: 0 0 0 300px;
  }
}

@media (max-width:1550px) {
  .container-12 {
    padding: 0 0 0 210px;
  }
}

@media (max-width: 1440px) {
  .container-12 {
    padding: 0 0 0 221px;
  }

  .navbar-brand>img {
    margin-top: 0 !important;
  }

  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav {
    margin-right: 0 !important;
  }

  .research_div {
    padding: 0 90px 0 15px;
    transform: translateX(159px);
  }

  .myform p {
    font-size: 19px;
  }

  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a,
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view,
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {

    line-height: 59px;
  }

  .side button {
    padding: 6px 30px;
  }

  .side .icons {
    padding: 6px 40px;
  }

  .navbar-brand {
    padding: 12px 15px;
  }

  .myform {

    width: 100%;
  }

  .top-padding {
    position: relative;
    padding-top: 4em;
  }

  .top_form {
    top: 65px !important;
  }

  .text-top {
    width: 100%;
  }

  .top_form .text-top h4 {
    font-size: 80px;
  }

  .top_form .text-top h5 {
    font-size: 29px;
  }

  .top_form .text-top h6 {
    font-size: 29px;
  }

  .side {
    margin: 10px 0 0;
  }

  .btn-danger {
    color: #fff !important;
    background: linear-gradient(45deg, #02b8f9, #106bd5);
    border-color: #ffffff !important;
    font-family: "Poppins", sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    padding: 6px !important;
    width: 100%;
    border-radius: 0px;
    transition: 0.5s;
  }
}

@media(max-width:1375px) {

  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a,
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view,
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {

    font-size: 12px;
  }
}

@media (max-width:1350px) {
  .container-12 {
    padding: 0 0 0 170px;
  }
}

@media(max-width:1336px) {

  .side button {
    padding: 0px 30px;
    margin: 0;
  }

  .side .icons i {
    font-size: 18px;
  }

  .side .icons {
    padding: 3px 30px;
  }

}

@media(max-width:1280px) {
  .myform p {
    font-size: 19px;
    margin: 0 0 0;
  }

  .container-12 {
    padding: 0 0 0 120px;
  }

  .side button {
    padding: 5px 30px;
  }

  .side .icons {
    padding: 10px 30px;
  }

  .side {
    margin: 7px 0 0;
  }
}

@media(max-width:1199px) {
  .container-12 {
    padding: 0 0 0 60px;
  }

  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a,
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view,
  .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {
    line-height: 51px;
    font-size: 12px;
  }

  .header-section .navbar .navbar-collapse .navbar-nav li {
    margin-right: 18px;
  }

  .research_div {
    padding: 0 50px 0 15px;
    transform: translateX(120px);
    height: 26em;
  }

  .research_div h5 {
    font-size: 36px;
  }

  .research_div h4 {
    font-size: 63px;
  }

  .top_form .text-top h4 {
    font-size: 65px;
  }

  .top_form .text-top h5 {
    font-size: 23px;
  }

  .top_form .text-top h6 {
    font-size: 24px;
  }

  .myform p {
    font-size: 16px;
    margin: 0 0 0;
  }

  .side button {
    padding: 2px 20px;
    margin: 0;
    font-size: 18px;
  }

  .side button i {
    color: #fff;
    font-size: 17px;
  }

  .side .icons i {
    font-size: 13px;
  }

  .side .icons {
    padding: 3px 0;
  }

  .top-padding {
    position: relative;
    padding-top: 3em;
  }

  .first-fold .content h4 {
    font-size: 59px;
  }

  .first-fold .content h5 {
    font-size: 36px;
  }

  .first-fold .content .pmain {
    font-size: 19px;
  }

  .first-fold .content .btn21 {
    padding: 10px 30px;
    margin: 0 0 0 0;
    border: none;
    background: linear-gradient(45deg, #02b9f9, #106cd5);
    border: 1px solid #1478da;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
  }

  .first-fold .content .btn22 {
    padding: 10px 19px;
    color: #fff;
    background: #000;
    border: none;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.5s;
  }

  .second-fold .content-top h5 {
    font-size: 16px;
  }

  .second-fold .content-top h4 {
    font-size: 30px;
  }

  .second-fold .content-top p {
    font-size: 12px;
    margin: 0;
    line-height: 14px;
  }

  .second-fold .content-top h4::after {
    top: -18px;
    right: 90px;
  }

  .second-fold .content-bottom h5 {
    font-size: 24px;
  }

  .second-fold .content-bottom h5::after {
    left: 61px;
    width: 24%;
    height: 22px;
    bottom: 5px;
  }

  .second-fold .content-bottom h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
  }

  .second-fold .content-bottom ul li {
    margin: 0;
    padding: 0;
    list-style: inside;
    font-size: 12px;
    line-height: 18px;
  }

  .third-fold .content-head h4 {
    font-size: 28px;
  }

  .third-fold .content-head h4:after,
  .third-fold .content-head h4:before {
    bottom: -5px;
  }

  .third-fold .content-head p {
    line-height: 20px;
  }

  .third-fold .content-head {
    padding: 0px 50px 0px;
  }

  .third-fold .content-box .content {
    padding: 20px;
    min-height: 269px;
  }

  .fourth-fold .content-head h5:after {
    left: 248px;
    bottom: 8px;
  }

  .fourth-fold .content-head h5:before {
    right: 246px;
    bottom: 8px;
  }

  .fourth-fold .content-head h5 {
    font-size: 30px;
  }

  .fourth-fold .content-head p {
    font-size: 25px;
  }

  .fourth-fold .content p {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 24px;
  }

  .fifth-fold .content h4 {
    font-size: 38px;
  }

  .fifth-fold .content p {
    font-size: 22px;
  }

  .fifth-fold .content p:after {
    right: 129px;
    width: 28%;
    height: 15px;
    bottom: 5px;
  }

  .fifth-fold .content .btn56 {
    padding: 12px;
    width: 33%;
  }

  .fifth-fold .content .btn55 {
    padding: 12px;
    width: 32%;
  }

  .fifth-fold .content .btn57 {
    padding: 10px;
    width: 33%;
  }

  .sixth-fold .content .sub h4 {
    font-size: 20px;
  }

  .sixth-fold .left {
    padding: 30px 0px;
  }

  .sixth-fold .content-right h4 {
    font-size: 30px;
  }

  .sixth-fold .content-right button {
    padding: 10px 25px;
  }

  .sixth-fold .content-right p {
    color: #fff;
    line-height: 16px;
    font-size: 12px;
  }

  .sixth-fold .right {
    padding: 30px 0 0 50px;
  }

  .seventh-fold .content-seven h4 {
    font-size: 33px;
    margin: 0 0 5px;
  }

  .seventh-fold .content-seven {

    padding: 22px;
  }

  .seventh-fold .content-seven h5 {
    font-size: 21px;
  }

  .seventh-fold .content-seven p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }

  .seventh-fold .content .features_ul li h5 {
    font-size: 15px;
    margin: 0;
  }

  .seventh-fold .content .features_ul li p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }

  .seventh-fold {
    padding: 40px 0;
  }



  .ancore-chat {
    color: #05acf3;
    border-bottom: 4px solid;
  }

}

@media (max-width:1170px) {
  .myform p:before {
    top: 27px;
    right: 4px;
    width: 32%;
    height: 6px;
  }

  .myform p:after {
    top: 27px;
    left: 4px;
    width: 32%;
    height: 5px;
  }

  .top_form .text-top h4 {
    font-size: 60px;
    padding: 0 0px 0px 20px;
  }

  .top_form .text-top h5 {
    font-size: 20px;
  }

  .top_form .text-top h6 {
    font-size: 22px;
    text-align: center;
  }

  .myform p {
    line-height: 1.2;
  }

  .research_div h4 {
    font-size: 52px;
  }

  .research_div h5 {
    font-size: 30px;
    margin: 0 0 -5px;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-container .footer-wrapper img {
    max-width: 50%;
    display: block;
    margin: 0 auto 16px;
  }

  .form_background {
    background: #05abf2 !important;
    padding-right: 0px !important;
    padding-left: 0px;
    padding-bottom: 0;
  }

  .top-padding {
    padding: 3em 0 0 0;
  }

  .sixth-fold .content-right {
    margin-top: 15px;
  }

  .sixth-fold .content-right h4:after {
    display: none;
  }

  .md-none {
    display: none;
  }

  .text-top {
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 0 0;
  }

  .sixth-fold .left {
    padding: 0;
  }

  .fifth-fold .content ul li {
    padding-top: 8px;
  }

  .top_form .text-top h4 {
    font-size: 70px;
  }

  .top_form .text-top h5 {
    /* padding: 1px 8px 2px; */
    letter-spacing: 7px;
    font-weight: 400;
  }

  .top_form .text-top h6 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 6px;
  }

  .first-fold .content h4 {
    font-size: 35px;
  }

  .first-fold .content h5 {
    font-size: 25px;
  }

  .first-fold .content .pmain {
    padding: 5px 0px;
    font-size: 20px;
  }

  .first-fold .content .btn21 {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .first-fold .content .btn22 {
    width: 100%;
  }

  .first-fold .content {
    margin: 0 0 10px 0;
  }

  .mobile-banner img {
    width: 140px;
  }

  .mobile-banner {
    position: fixed;
    padding: 10px 0;
    background: #fff;
    z-index: 99;
    width: 100%;
  }

  .myform p:after,
  .myform p:before {
    display: none;
  }

  .pc {
    display: none;
  }

  .mobile-banner .navbar-brand {
    height: auto;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0 0 0;
    align-items: center;
    line-height: 0;
  }

  .third-fold {
    padding: 40px 0;
  }

  .second-fold {
    padding: 25px 0;
  }

  .seventh-fold .content .features_ul {

    padding-left: 15px;
  }

  .mobile {
    display: block;
  }

  .seventh-fold .content .features_ul li {

    border-right: none;
  }

  .third-fold .content-head h4 {
    font-size: 20px;
    color: #0e79db;
    margin: 0;
    position: relative;
  }

  .third-fold .content-box .content {
    margin: 0 0 20px !important;
  }

  .fourth-fold .content .lst-p {
    padding-left: 0px;
  }

  .fifth-fold .content {
    position: unset;
    /* bottom: 100px; */
  }

  .fifth-fold .content .btn55 {
    padding: 10px 40px;
    width: 100%;
    margin: 0 0 10px;
  }

  .fifth-fold .content .btn56 {
    padding: 10px 35px;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .fifth-fold .content .btn57 {
    padding: 10px 60px;
    color: #fff;
    width: 100%;
    background: #000;
    margin: 0 0 10px;
  }

  .sixth-fold .right {
    padding: 0 0 0 0;
  }

  .sixth-fold {
    padding: 50px 0;
  }

  .footer-section .content-main {
    max-width: 100%;
    margin: 0px 0 10px;
  }

  .fourth-fold .content-head h5:after,
  .fourth-fold .content-head h5:before,
  .sixth-fold .after:after {
    display: none;
  }

  .myform {
    max-width: 100%;
  }

  .second-fold .content-top h4::after {
    top: -18px;
    right: 51px;
  }

  .second-fold .content-bottom h5::after {
    left: 58px;
    width: 28%;
    height: 22px;
    bottom: 2px;
  }
}

@media(max-width:1024px) {

  .top_form {
    top: 50px !important;
  }

  .research_div h5 {
    font-size: 32px;
  }

  .research_div h4 {
    font-size: 55px;
  }

  .research_div p {
    color: #282828;
    line-height: 13px;
    font-size: 13px;
  }

  .why_us_span {
    margin-left: 10px;
    font-size: 13px;
    color: #282828;
    font-weight: 500;
  }

  .research_div ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
  }
}

@media(max-width:767px) {
  .sixth-fold {
    padding: 50px 0;
    background-size: cover !important;
    background: #0995e8 !important;
  }

  .second-fold {
    padding: 0 0 30px;
  }

  .sixth-fold .content-right h4:after {
    display: none;
  }

  .seventh-fold .content {
    border-right: 1px solid;
    padding: 0 10px;
  }

  .seventh-fold .content .features_ul li {
    border-right: none;
  }

  .features_ul span {
    font-size: 14px;
  }

  .fifth-fold .content p:after {
    right: 190px;
  }


  .fifth-fold .content .btn56 {
    padding: 10px 1px;
    margin: 0 0 10px 0;
    width: 33%;
    font-size: 13px;
  }

  .fifth-fold .content .btn55 {
    padding: 10px 4px;
    width: 32%;
    margin: 0 0 10px;
  }

  .fifth-fold .content .btn57 {
    padding: 10px 5px;
    color: #fff;
    width: 33%;
    background: #000;
    margin: 0 0 10px;
  }

  .fifth-fold .mg687 {
    transform: scale(1.2) translateY(19px);
  }

  .sixth-fold .content-head h5:after {
    top: 6px;
    left: 204px;
    width: 7%;
    height: 18px;
    /* bottom: 7px; */
  }

  .form_background .row {
    margin: 0;
  }



  .myform p {
    font-size: 20px;
    margin: 0 0 0;
  }

  .myform p:after,
  .myform p:before {
    top: 12px;
    width: 24%;
  }

  .second-fold .content-top h4 {
    font-size: 28px;
  }

  .second-fold .content-top h5 {
    font-size: 15px;
  }

  .second-fold .content-top p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
  }

  .second-fold .content-top {
    margin: 20px 0 15px;
  }

  .second-fold .content-bottom h5 {
    font-size: 16px;
  }

  .second-fold .content-bottom h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
  }

  .second-fold .content-bottom ul li {
    margin: 0;
    padding: 0;
    list-style: inside;
    font-size: 14px;
    line-height: 25px;
  }

  .second-fold .content-text {
    color: #fff;
    padding: 6px 0 0 0;
  }

  .second-fold .content-bottom h5::after {
    left: 42px;
    width: 12%;
    height: 21px;
    bottom: -2px;
    background-size: contain;
  }

  .second-fold .content-top h4::after {
    top: -18px;
    right: 390px;
    width: 6%;
    height: 17px;
  }

  .third-fold .content-box .content {
    padding: 20px;
    min-height: 175px;
  }

  .third-fold {
    padding: 40px 0;
  }

  .third-fold .content-head h4 {
    font-size: 25px;
  }

  .third-fold .content-head p {
    line-height: 1.2;
    font-size: 14px;
  }

  .third-fold .content-head h4:after {

    width: 14%;
    height: 22px;
  }

  .third-fold .content-head h4:before {

    right: -12px;
    width: 14%;
    height: 22px;
  }

  .mg687 {
    display: none;
  }


  .third-fold .content-box .content h5 {
    font-size: 18px;
    margin: 0;
    color: #02b9f9;
  }

  .third-fold .content-box .content p {
    color: #282828;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 0;
  }

  .mobile-banner .navbar-brand {
    height: auto;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0 0 0;
    align-items: center;
    line-height: 0;
  }

  .mobile-banner {
    position: fixed;
    padding: 5px;
  }

  .mobile {
    display: block;
  }

  .mobile-banner {
    position: fixed;
    padding: 5px;
    background: #fff;
    z-index: 99;
    width: 100%;
  }

  .mobile-banner img {
    width: 140px;
  }

  .pc {
    display: none;
  }

  .third-fold .content-box .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .footer-section .footer-container .footer-wrapper img {
    max-width: 40%;
    margin: 0 auto 10px;
    display: block;
  }

  .right img {
    display: none;
  }

  .third-fold .content-box .row .col-md-4 {
    width: 50%;
    padding: 0 15px;
  }

  .sixth-fold .left .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .sixth-fold .left .row .col-md-6 {
    width: 50%;
    padding: 0 15px;
  }
}

@media(max-width:600px) {
  .third-fold .content-box .row .col-md-4 {
    width: 100%;
    padding: 0 15px;
  }

  .form_background .row,
  .daswscaf213 {
    margin: 0;
  }

  .seventh-fold .content .features_ul {

    padding: 10px 15px;

  }

  .mobile-banner .navbar-brand {
    padding: 0 0 0;
  }


  .mobile-banner img {
    width: 120px;
  }

  .second-fold .content-top p {
    font-size: 12px;
    margin: 0;
    line-height: 14px;
  }

  .seventh-fold .content .features_ul li {
    border: none;
  }

  .footer-section .footer-container {
    padding: 40px 0 6px;
  }


  .fifth-fold .mg687 {
    display: none;

  }

  .right img {
    display: none;
  }

  .myform p:after,
  .myform p:before {
    top: 40px;
    width: 38%;
  }

  .sixth-fold .content .sub ul li {
    line-height: 20px;
    font-size: 16px;
  }


  .sixth-fold .left .row .col-md-6 {
    width: 100%;
    padding: 0 15px;
  }

  .sixth-fold {
    background: url(images/sixth-bg.png) no-repeat;
    background-size: cover;
    background-position: left !important;
  }

  .sixth-fold .content-right h4:after {

    left: 248px;
  }

  .features_ul {
    /* padding-top: 13px; */
    padding-bottom: 0;
  }

  .fifth-fold .content h4 {
    font-size: 24px;
  }

  .fifth-fold .content p:after,
  .third-fold .content-head h4:after,
  .third-fold .content-head h4:before,
  .second-fold .content-top h4::after {
    display: none;
  }

  .fourth-fold .content p {
    font-size: 12px;
    margin: 0 0 15px;
    line-height: 18px;
    padding: 0;
  }

  .fourth-fold .content-head p {
    font-size: 20px;
  }

  .fourth-fold .content-head h5 {
    font-size: 25px;
    margin: 0;
  }

  .third-fold .content-box .content {
    padding: 20px;
    min-height: auto;
  }

  .third-fold {
    padding: 35px 0;
  }

  .third-fold .content-head {
    padding: 0px 0 0px;
  }

  .third-fold .content-head p {
    line-height: 18px;
    text-align: justify;
    /* letter-spacing: -1px; */
    font-size: 14px;
  }

  .third-fold .content-head h4 {
    font-size: 18px;
    color: #0e79db;
    margin: 0 0 10px;
    position: relative;
  }

  .second-fold .content-top h4 {
    font-size: 25px;
  }

  .second-fold .content-bottom ul li {

    font-size: 10px;
    line-height: 18px;
  }

  .second-fold {
    padding: 20px 0;
  }

  .top_form .text-top h4 {
    font-size: 58px;
  }


  .top_form .text-top h6 {
    font-size: 23px;
  }

  .top_form .text-top h5 {

    margin: 9px 0 0 0;
  }

  .myform p {
    font-size: 22px;
    margin: 0 0 0;
  }

  .form_background {
    background: #0994e8 !important;
    padding-bottom: 0;
  }

  .first-fold {
    padding: 40px 0 !important;
  }

  .first-fold .content .pmain {
    padding: 5px 0px;
    font-size: 14px;
    line-height: 16px;
  }

  .first-fold .content .btn22 {
    width: 53%;
    font-size: 11px;
    padding: 10px;
  }

  .first-fold .content .btn21 {
    margin: 0 0 10px 0;
    width: 45%;
    padding: 10px;
    font-size: 12px;
  }

  .fifth-fold .content .btn57 {
    padding: 5px 3px;
    color: #fff;
    width: 32%;
    background: #000;
    margin: 0 0 10px;
    font-size: 10px;
  }

  .fifth-fold .content .btn56 {
    padding: 5px 1px;
    margin: 0 0 10px 0;
    width: 33%;
    font-size: 9px;
    border-radius: 4px;
  }

  .fifth-fold .content .btn55 {
    padding: 5px 0px;
    width: 32%;
    margin: 0 0 10px;
    font-size: 10px;
  }

  .sixth-fold {
    padding: 0 0 30px;
    background-size: cover !important;
    background: #0995e8 !important;

  }
}

@media (max-width:400px) {
  .footer-section .footer-container .footer-wrapper img {
    max-width: 60%;
  }
}

@media(max-width:320px) {
  .myform p {
    font-size: 19px;
    margin: 0 0 0;
  }

  .top_form .text-top h6 {
    font-size: 18px;
  }

  .top_form .text-top h5 {
    margin: 9px 0 0 0;
    font-size: 14px;
    padding: 5px;
  }

  .top_form .text-top h4 {
    font-size: 52px;
  }

  .text-top {
    width: 100%;
    padding: 0px 0;
    margin: 0 0 0 0;
  }

  .first-fold .content h5 {
    font-size: 22px;
  }

  .first-fold .content .pmain {
    padding: 5px 0px;
    font-size: 12px;
    line-height: 14px;
  }

  .first-fold .content .p31 {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
  }

  .first-fold .content .btn22 {
    width: 53%;
    font-size: 10px;
    padding: 6px 0;
  }

  .first-fold .content .btn21 {
    margin: 0 0 10px 0;
    width: 45%;
    padding: 6px 0;
    font-size: 10px;
  }

  .first-fold .content {
    padding: 15px;
  }

  .second-fold .content-bottom ul li {
    font-size: 8px;
    line-height: 16px;
  }

  .third-fold .content-head h4 {
    font-size: 20px;
  }

  .third-fold .content-head p {
    line-height: 16px;
    font-size: 12px;
  }

  .fourth-fold .content p {
    font-size: 10px;
    margin: 0 0 15px;
    line-height: 14px;
    padding: 0;
  }

  .fourth-fold {
    padding: 25px 0;
  }

  .fourth-fold .content-head h5 {
    font-size: 20px;
    margin: 0;
  }

  .fourth-fold .content-head p {
    font-size: 16px;
  }

  .fifth-fold .content h4 {
    font-size: 20px;
  }

  .fifth-fold .content p {
    font-size: 18px;
  }

  .fifth-fold .content .btn56 {
    padding: 5px 1px;
    margin: 0 0 10px 0;
    width: 33%;
    font-size: 8px;
    border-radius: 4px;
  }

  .fifth-fold .content .btn57 {
    padding: 5px 3px;
    color: #fff;
    width: 32%;
    background: #000;
    margin: 0 0 10px;
    font-size: 9px;
  }

  .footer-section .footer-container .footer-wrapper {
    padding-bottom: 20px;
  }

  .footer-section h4 {
    color: #0ea2ef;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 10px;
  }

  .footer-section ul li {
    line-height: 26px;
  }

  .footer-section li a {
    font-size: 10px;
  }

  .fifth-fold .content .btn56 {
    padding: 5px 1px;
    margin: 0 0 10px 0;
    width: 33%;
    font-size: 8px;
    border-radius: 4px;
  }

  .sixth-fold .content img {
    height: 35px;
    width: 35px;
  }

  .sixth-fold .content .sub ul li {
    line-height: 13px;
    font-size: 8px;
  }

  .aas {
    margin: 10px 0 10px 0;
  }
}
