* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", sans-serif;
}
.megamenu {
  /*background: linear-gradient(45deg, #b92a39, #086e9b);
	padding-bottom: 14px;
    border-bottom: 1px solid #ffffff29 !important;*/
  padding-top: 10px;
  padding-bottom: 7px;
  background: transparent;
}
.breadcrumb li a {
  padding-top: 6px;
  display: block;
  font-size: 15px;
  padding-left: 16px;
  font-weight: 600;
}
.input-group1 {
  position: relative;
}
.icon_search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px;
  background: #0073a5;
  outline: 0;
  border: 0;
}
.btn_request a {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}
.btn_request a:hover {
  background: #fff;
  color: #005a8c;
  text-decoration: none;
}

.btn_request2 a {
  border: 2px solid #ef1c24;
  color: #fff !important;
  padding: 6px 12px !important;
  background: #ef1c24 !important;
  transition: all 0.4s ease-in-out;
  margin-top: -4px;
}
.btn_request2 a:hover {
  background: #e2141c !important;
  color: #ffffff !important;
  border: 2px solid #ef1c24;
}

.top_header {
  background: #ef1c24;
  padding-top: 8px;
  padding-bottom: 8px;
}
.top_header ul {
  margin: 0;
}
.top_header ul li a {
  color: #fff;
  font-size: 15px;
}

.h1,
h1 {
  line-height: 48px;
  font-weight: bold;
}

.icon_user {
  background: #f8b700;
  padding: 5px 6px 6px;
  border-radius: 2px;
}

.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.twitter {
  color: #72898b;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.twitter:hover {
  color: #ff7d6d;
  text-decoration: none;
}

span {
  font-style: italic;
  display: block;
}

img {
  max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #ef1c24;
  text-transform: uppercase;

  padding: 4px;
  width: 220px;
  position: fixed;
  right: -170px;
  z-index: 1000;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.fa {
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
  font-size: 20px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;

  /* right: 0; */
  display: table;
  margin: 0 auto;
  width: 100%;
}
.no_padding {
  padding: 0;
}

.marqee {
  color: red;
  font-weight: bold;
  padding-top: 16px;
}
.news {
  background: #ef1c24;
  padding: 8px 12px;
  color: #fff;
  position: relative;
  margin-top: 10px;
}
.news:before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background: #ef1c24;
  right: -12px;
}

.news_section {
  padding-top: 14px;
  border: 1px solid #d3d4d6;
  padding-bottom: 10px;
  margin: 10px 0;
}
.news p {
  margin: 0;
}
.anouce_ment_heading h2 {
  font-weight: bold;
}
.anouce_ment_heading .view_more {
  padding: 0;
  background: #ef1c24;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  float: right;
}
.date_wise {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #ef1c24;
  padding: 2px 10px 10px;
  text-align: center;
  color: #f56e73;
  font-weight: bold;
}
.anouce_ment_text {
  padding-top: 4px;
}
.icon_link {
  padding: 3px 3px;
  color: #ef1c24;
  border: 1px solid #ef1c24;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  margin-top: 11px !important;
  display: block;
}
.desc_news {
  padding-left: 12px;
}

/*============ Competitive Exam========== */

.default-tab-wrapper .default-tab-links {
  border-bottom: 1px solid #cacaca;
  max-width: 500px;
  margin: 20px auto;
  position: relative;
}
.default-tab-wrapper .default-tab-links li.active span {
  color: #ef1c24;
  font-style: inherit;
}
.default-tab-wrapper .default-tab-links li span {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  display: block;
  color: #434343;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-align: center;
}
.default-tab-wrapper .default-tab-links li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 1;
  height: 5px;
  background: transparent;
  width: 215px;
  margin: 0 auto;
}
.default-tab-wrapper .default-tab-links li.active:after {
  background: #ef1c24;
}

.views-row {
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 0px 10px 10px;
  border-radius: 10px;
  background: #fff;
}

.space_between {
  justify-content: space-between;
}
.engin_round {
  background: #ef1c24;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 34px;
  padding: 8px;
  color: #ffff;
}
.answer {
  padding-top: 8px;
}
.margin_0_auto {
  display: table;
  margin: 0 auto;
}
.btn_answer {
  display: table;
  padding: 10px;
  border-radius: 3px;
  margin: 0 auto;
}

/*=============== Product page design ============================= */

.smallsize {
  font-size: 23px;
  color: black;
}

.vertical_tab_3_area {
  background: #f9f9f9;
}
.product {
  background: #21c7dd26;
  padding: 40px 0;
}

h1 {
  font-weight: bold;
}
.text {
  font-size: 17px;
}
.star {
  margin-top: -10px;
  font-size: 17px;
  color: #808080cf;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2dbdb;
}
.star i {
  font-size: 14px;
  color: #e67719;
}
.list_heading dl {
  margin-bottom: 0;
}
.list_heading dt {
  width: 20px;
  padding: 5px 0;
}
.list_heading dt i {
  color: #31587f;
  font-size: 18px;
}
.list_heading dd {
  margin-left: 37px;
  padding: 5px 0;
  font-weight: 600;
}

.border_round {
  margin: 0 auto;
  display: table;
  padding-top: 30px;
}
.img_padding {
  padding-top: 30px;
}
.border_round li a {
  border: 1px solid #e9eaed5e;
  padding: 10px;
  font-size: 20px;
  background: #2d5379;
}
.border_round li a i {
  color: #eaeaed;
}
.border_round li span {
  padding-top: 16px;
  display: block;
  text-align: center;
  color: grey;
}
.youtube_color {
  color: red;
}
.download {
  padding-top: 10px;
  display: flex;
}

.download a {
  color: #fff;
  font-size: 18px;
  padding: 5px 18px;
  display: block;
  border-radius: 2px;
  margin: 10px;
}
.download a span {
  font-size: 13px;
  text-align: center;
  display: block;
  margin-top: 1px;
}
.download a:hover,
.download a:focus {
  text-decoration: none;
}

.download .text {
  color: grey;
  text-align: center;
}
.btn_green:hover {
  background-color: #202321 !important;
  border-color: #202321;
  color: #fff !important;
}

.btn_green {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.btn_orange {
  color: #fff;
  background-color: #31587f;
  border-color: #3fb3d8;
}
.btn_orange:hover {
  color: #fff !important;
  background: #0a0a0a !important;
  text-decoration: none;
}
.font_size {
  font-size: 30px;
  font-weight: bold;
}
.text_green {
  color: green;
}
.price_cross {
  line-height: 66px;
  font-size: 18px;
  font-weight: 600;
}

.text_red {
  color: red;
}
.features_area_list {
  margin-top: 100px;
  background: #31587f;
  border-radius: 10px;
}
.features_area_list li {
  list-style-type: none;
  line-height: 40px;
  border-bottom: 1px solid #e0d7d78a;
}
.features_area_list li a {
  padding-left: 10px;
  display: block;
  font-weight: 600;
  color: #fff;
}
.features_area_list li a i {
  color: #e9eaed;
}
.features_area_list li a:hover,
.features_area_list li a:focus {
  text-decoration: none;
  background: #3fb3d8;
  color: #fff;
}
.features_area_list li a:hover i,
.features_area_list li a:focus i {
  color: black;
}

.dl-horizontal1 dd {
  margin-left: 37px;
  margin-bottom: 10px;
}
.dl-horizontal1 dt {
  float: left;
  width: 30px;
}
.product_img_box {
  width: 280px;
}
dt i {
  color: #2b2a2fc7;
}

.dl-horizontal2 dd h2 {
  margin: 0;
}
.dl-horizontal2 dd {
  margin-left: 50px;
  padding-right: 20px;
}
.dl-horizontal2 {
  padding: 10px 0;
  margin-bottom: unset;
  position: relative;
}
.dl-horizontal2 dt i {
  font-size: 25px;
}
.dl-horizontal2 dt {
  position: absolute;
  top: 13px;
  height: 100px;
  width: 35px;
  transition: all 0.4s ease-in-out;
}

.dl-horizontal2:hover {
  cursor: pointer;
}
.dl-horizontal2 h3 {
  font-size: 20px;
  margin: 10px 0;
}
.product_container {
  padding-bottom: 40px;
  background: #3fb3d8;
  background-attachment: fixed;
  background-size: cover;
  color: #000;
}

.team {
  padding-bottom: 40px;
  background: #f7f7f7;
}
.team2 {
  padding-bottom: 40px;
  background: url("../images/background-home.jpg");
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.blog-post-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}

.blog {
  padding: 30px 0;
  background: url("../images/faq-bg.jpg");
  background-attachment: fixed;
  color: #fff;
}

/*=============== Free Download ============= */

/*============ Free Download ============= */

.free_download {
  padding-bottom: 40px;
  background: #f4f4f4;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 20px;
  color: #000;
}
.software_area h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 6px;
}
.btn_area {
  padding: 10px 12px;
  text-decoration: none !important;
  border-radius: 2px;
  font-size: 19px;
}
.size_area {
  padding: 20px 0;
  font-size: 18px;
}
.size_area span {
  font-size: 18px;
  color: #000;
}
.ratings_area {
  padding: 30px;
  padding-left: 100px;
  font-size: 17px;
}
.ratings_area .rating_no {
  font-size: 70px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  padding-bottom: 20px;
}
.ratings_area .star_no1 {
  color: orange;
  font-size: 15px;
}
.rating_count {
  color: #000;
  font-size: 18px;
  padding-top: 2px;
  padding-left: 5px;
}
.trial_limit dl {
  padding-top: 20px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
}
.border_bottom {
  border-bottom: 1px solid #dee2e6;
}
.trial_limit dl dt {
  text-align: left;
}
.trial_limit dl dd {
  margin-left: 210px;
}
.head {
  color: black;
  font-size: 20px;
  font-weight: unset;
}
.text_left {
  padding-left: 43px;
}
strong {
  color: #000000b5;
}
.box_area {
  display: block;
  border-radius: 10px;
  border: 1px dotted #2e5479;
  text-align: center;
  min-height: 100px;
  color: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
  background: #89bdd5;
}
.box_area:hover {
  box-shadow: 0 0 5px #ccc;
}
.box_area i {
  display: inline-block;
  background: #31587f;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
}

.form_enquiry {
  background: #f4f4f4;
  padding: 30px 0;
}

.testimonail {
  text-align: center;
  padding: 30px 0;
}
.testimonail .user_tes {
  border-radius: 50%;
  width: 90px !important;
  height: 77px;
  margin: 0 auto;
  background: #ef1c24;
  border: 2px solid #ef1c24;
}
.marquee {
  z-index: 2;
  font-weight: bold;
  color: #ef1c24;
}

.marquee::before,
.marquee::after {
  background: unset !important;
}
.latest_offer {
  background: linear-gradient(-166deg, #ef1c24, #ef1c24, #ef1c24);
  color: #ffffff;
  padding: 10px;
  border: 1px solid #ff4141;
  text-align: center;
  margin-top: -9px;
}

#exTab1 .nav-pills {
  margin: 0 auto;
  display: table;
  margin-bottom: 15px;
}

.input-group1 {
  margin: 27px 0;
}

.input-group1 .form-control {
  padding: 27px;
  background: #ffffffbf;
  border: 0;
  color: #2d2828;
  font-size: 17px;
}
.input-group1 .form-control::placeholder {
  color: #2d2828;
  font-size: 16px;
}
.flex_area {
  display: flex;
  padding: 10px;
  margin-bottom: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bd2836 !important;
}

.owl_carousel_border {
  border: 6px solid white;
}

.home_3 {
  background: #f4f1f8;
  padding: 50px 0;
}
.margin_none {
  margin-top: 0;
  padding-bottom: 15px;
}
.sider_two {
  padding-left: 10px;
  width: 60%;
}
.visit_btn {
  background: #0073a5;
  padding: 9px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.visit_btn:hover {
  background: #1e658e;
}
.visit_btn a {
  color: #fff;
  display: block;
}
.start_icon {
  color: orange;
}
.home_3_img img {
  width: 100% !important;
}
.sider_one {
  width: 40%;
}
.sider_one img {
  height: 98px;
  width: 100%;
}
.home_3_content {
  text-align: center;
  background: #fff;
  padding: 10px 10px 3px;
}
.home_4 {
  background: #f4f1f8;
}
.home_3_bk .heading_bk {
  padding-top: 10px;
  font-size: 18px;
}

.review_content .visit_btn {
  color: #fff;
  padding: 12px 60px;
  font-size: 22px;
  transition: all 0.4s ease-in-out;
}
.review_content .visit_btn:hover {
  background: #084b71;
  text-decoration: none;
}
.review_content h3 {
  font-weight: bold;
  font-size: 33px;
  padding-bottom: 13px;
  position: relative;
}
.border_bottom {
  position: relative;
}
.border_bottom:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #e2e2e2;
  bottom: 0;
  width: 280px;
}

.home_6 {
  padding: 50px 0;
  background: url("../images/banner_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.home_7 {
  padding: 16px 0;
  background: #fbeeee;
  background-attachment: fixed;
  background-size: cover;
}
.anouce_ment {
  padding: 35px 0;
}
.anouce_ment_area {
  background: #f4f4f4;
  padding: 10px 0;
}
.text-bold {
  font-weight: bold;
}
.border_bottom2 {
  position: relative;
}
.border_bottom2:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid red;
  bottom: -15px;
  margin: 0 auto;
  width: 280px;
  display: table;
  text-align: center;
  left: 38%;
}
.customer_review {
  padding: 12px;
  margin: 8px;
}
.customer_review img {
  padding-top: 6px;
  height: 138px;
}
.customer_review .heading_bk {
  font-size: 18px;
}
.btn-primary {
  color: #fff;
  background-color: #ef1c24;
  border-color: #ef1c24;
}
.btn-primary a {
  color: #fff;
}
.home_8 {
  padding: 30px 0 50px;
  background: url("../images/story-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.story_title {
  font-size: 15px;
}
.story_content {
  background: #fbeeee;
  padding: 12px;
  border-radius: 3px;
  box-shadow: 0 8px 11px -2px #d0c0c0;
}
.story_title a {
  color: #ef1c24;
  font-weight: 500;
}
.home_9 {
  padding-bottom: 30px;
}
.text-italic {
  font-style: italic;
}

.home_10 {
  background: url("../images/faq-bg.jpg");
  background-attachment: fixed;
  padding: 44px 0;
}
.chat-widget-wrapper {
  display: block;
  width: 300px;
  height: 62px;
  position: fixed;
  bottom: 20px;
  right: 0;
  padding: 10px;
  cursor: pointer;
  animation: all 2s linear;
}

.chat-widget-container {
  position: relative;
  padding: 10px;
  background-color: #ef1c24;
  border-radius: 4px;
}
.chat-widget-container.open {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.chat-widget-container .chat-widget-text p {
  margin: 0 auto;
  color: #fff;
}
.chat-widget-container .chat-widget-text p.heading {
  color: #fff;
  font-weight: 600;
}
.chat-box-nav p {
  padding: 10px;
  font-weight: 700;
  color: white;
}

.chat-widget-avatar {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -11px;
  right: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.chat-box-container {
  position: absolute;
  width: 280px;
  height: 300px;
  display: block !important;
  background: #f1f1f1;
  bottom: 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: -1;
}
.chat-box-container:before {
  display: block;
  position: absolute;
  content: "";

  left: 0px;
  top: 48px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background: url("../images/home/whatsapp.webp");
  bottom: 10px;
}
.chat-box-container.show {
  bottom: 52px;
  height: 0;

  right: 10px;
  box-shadow: 1px 0 10px #0000002b;
}
.chat-box-container .chat-box-nav {
  background-color: #f8b700;
  width: 100%;
  height: 40px;
}
a.informasi {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 2.5s;
}
.info-avatar {
  position: relative;
}
.info-avatar:before {
  content: "\f232";
  z-index: 1;
  font-family: "Font Awesome 5 Brands";
  background: #52bf25;
  color: #fff;
  padding: 1px 4px;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}
.informasi,
span.chat-label {
  font-size: 13px;
  color: #888;
  font-style: normal;
}
.info-chat span {
  display: block;
}
.informasi,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #ef1c24;
  font-style: normal;
}
span.my-number {
  display: none;
}

.button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #54a793;
}
.button-container #click-me {
  color: #fff;
  font-family: "Open Sans";
  letter-spacing: 0.8px;
  background: #357465;
  padding: 20px 25px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.button-container #click-me:hover {
  background: #2d6256;
  transform: scale(1.1);
  box-shadow: 0px 0px 47px -1px rgba(0, 0, 0, 0.33);
}

.sub-head {
  width: 300px;
  margin: 0 auto;
  color: black;
}
.sale-coupon {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 0;
}
.nospam,
.fine-print,
.nothanks {
  font-weight: 300;
}
.nospam,
.fine-print {
  font-size: 10px;
  color: rgba(155, 155, 155, 1);
}
.fine-print {
  margin-top: -8px;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
}
.nospam {
  color: #ababab;
  padding-top: 10px;
  font-size: 11px;
  line-height: 15px;
}
.nospam span {
  color: #535353;
  text-decoration: underline;
}
.nothanks {
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
}
.nothanks a {
  text-decoration: none;
  color: #ababab;
  letter-spacing: 0.8px;
  transition: all 0.3s ease-in-out;
}
.nothanks a:hover {
  color: #5b5b5b;
  font-weight: 400;
}
.nothanks a:after {
  content: "";
  display: block;
  background: #ababab;
  height: 1px;
  max-width: 75px;
  width: 100%;
  margin: 0 auto;
  margin-top: 3px;
}
.x {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 40px;
  height: 35px;
  cursor: pointer;
}
.x .one,
.x .two {
  background: #b7b7b7;
  height: 3px;
  width: 100%;
  cursor: pointer;
  display: block;
}
.x .one {
  transform: rotate(45deg) translate(7px, 7px);
}
.x .two {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.container1 {
  height: 425px;
  background: url("../images/home/29501566146_3eb27fd16e_z.jpg") no-repeat
    center;
  background-size: 100%;
  margin: 0 auto;
}
.container1 .sign-up {
  position: absolute;
  width: 400px;
  right: 70px;
}
.container1 .sign-up form {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.container1 .sign-up form input[type="text"] {
  box-shadow: 0px 0px 31px 0px rgba(82, 82, 82, 0.3);
}
.container1 .sign-up form input {
  width: 100%;
  margin: 25px 0 -5px;

  padding: 18px 14px;
  border: none;
  border-radius: 4px;
}
.container1 .sign-up form ::-webkit-input-placeholder {
  text-align: center;
  letter-spacing: 0.7px;
  color: #b7b7b7;
  font-size: 18px;
  font-weight: 300;
}
.container1 .sign-up form input[type="submit"] {
  margin-bottom: -25px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 1.1rem;
  background: #ef1c24;
  transition: background 0.3s ease-in-out;
}
.container1 .sign-up form input[type="submit"]:hover {
  background: #f8b700;
}
.daily-ui {
  position: absolute;
  bottom: -98px;
  font-size: 12em;
  font-weight: 700;
  color: rgba(84, 167, 147, 0.1);
  text-shadow: rgba(255, 255, 255, 0.0980392) -1px -1px 1px,
    rgba(84, 167, 147, 0.1) 1px 1px 1px;
}

.footer_area {
  background: #ef1c24;
  padding: 20px 0;
  color: #fff;
  position: relative;
  z-index: 2000;
}
.footer_head {
  font-size: 18px;
  text-transform: UPPERCASE;
  border-bottom: 1px dashed #c5c5c5;
  padding-bottom: 15px;
}
.high_light_bg {
  background: #b9ac0b;
  padding: 4px 10px;
  border-radius: 3px;
}
.footer_list li {
  list-style-type: none;
  padding: 2px 0;
}
.footer_list li a {
  color: #fff;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
  border-top-left-radius: 20px;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}

.accordion-section .panel-default .panel-title a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: bold;
  content: "\f107";
  color: #2c2e2f;
  float: right;
  margin-top: -12px;
  font-size: 26px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f106";
}
.accordion-section .panel-default .panel-body {
  font-size: 16px;
}

.home_11 {
  margin-top: 10px;
  padding: 40px 0;
  background: #fbeeee;
  background-attachment: fixed;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /* width: 960px;*/
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.country_list {
  padding-left: 8px;
}
.country_list li {
  padding-right: 5px;
}
.country_list li a img {
  border: 2px solid #fff;
}
.country_list li a img:hover {
  border: 2px solid #000;
}
@media (max-width: 767px) {
  .border_bottom2:before {
    left: unset;
    border: none;
  }
  .navbar-toggle {
    background: #fff;
  }
  .megamenu .navbar-nav > li > a {
    margin: unset !important;
    border-radius: 0 !important;
  }
  .softaken_logo_border {
    margin: unset !important;
  }
  .navbar-nav .open .dropdown-menu {
    background: #fff !important;
  }
  .btn_request2 a {
    background: #fff !important;
    color: #000 !important;
  }
  .panel-title > a {
    padding-right: 30px !important;
  }
  .accordion-section .panel-default .panel-title a:after {
    right: 14px;
    position: absolute;
    margin-top: -33px;
  }
  .footer_area,
  .home_6,
  .home_10 {
    text-align: center;
  }
  .navbar-collapse.in {
    overflow-y: unset !important;
    height: 230px;
    overflow: scroll;
  }
  .navbar-default .navbar-toggle {
    border-color: #ef1c24 !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ef1c24 !important;
  }
  .megamenu {
    padding: 0;
  }
  .chat-widget-wrapper {
    text-align: left;
  }
  #myTabs li {
    float: unset;
    margin: 0 auto;
    display: table;
  }
}

.text-right {
  float: right;
}
.write_review_content {
  background: #f7f7f7;
}
.customer_rating {
  padding: 6px 20px 27px 20px;
  margin: 20px 0;
}
.icon_search1 {
  position: absolute;
  right: 27px;
  top: 5px;
}
.your_review_1 {
  padding: 10px 0;
}
.customer_rating p {
  font-size: 15px;
}
.star_rating i {
  color: orange;
  font-size: 18px;
}
.form_list_menu li {
  margin-right: 10px;
  margin-bottom: 17px;

  position: relative;
}
.form_list_menu li a {
  border: 1px solid #337ab7;
  padding: 11px 29px;
}
.form_list_menu input[type="radio"] {
  width: unset;
  position: absolute;
  left: 10px;
}
.form_list_menu > li.active > a,
.form_list_menu > li.active > a:focus,
.form_list_menu > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
  padding: 11px 29px;
  transition: all 0.4s ease-in-out;
  border: 1px solid #337ab7;
  border-radius: 4px;
}
.form_list_menu > li > a:focus,
.form_list_menu > li > a:hover {
  border: 1px solid #337ab7;
  border-radius: 4px;
  font-weight: unset !important;
}
.form_list_menu2 {
  padding-top: 10px;
}

.form_list_menu2 li {
  border: 1px solid #337ab7;
  padding: 6px 29px;
  border-radius: 4px;
}

.exclusive_like {
  direction: ltr;
  display: inline-block;
}

.exclusive_like input[type="radio"] {
  display: none;
}

.exclusive_like label {
  color: #bbb;
  font-size: 18px;
  padding: 0;
  float: left;
  list-style-type: none;
  cursor: pointer;
  /* -webkit-transition: all 0.3s ease-in-out; */
  border: 1px solid grey;
  padding: 4px 10px 0px 10px;
}

.exclusive_like label:hover,
.exclusive_like label:hover ~ label,
.exclusive_like input[type="radio"]:checked ~ label {
  color: #f2b600;
  border: 1px solid #f2b600;
}
.write_review_sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}
.form-control {
  border: 1px solid #d4d4d4;
  /* -webkit-box-shadow: unset !important; */
}
.flex {
  display: flex;
}
.one {
  width: 40px;
  margin-right: 15px;
}
.one img {
  width: 40px;
  border-radius: 50%;
}
.review_second_step {
  border: 1px solid #d4c8c8;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 14px;
}
.review_name {
  margin-bottom: 0;
}
.review_desc {
  font-style: italic !important;
  color: grey;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}
.video_review,
.text_reviewbtn {
  border: 1px solid grey;
  padding: 11px 30px;
  border-radius: 4px;
  display: block;
}

#nextBtn,
#prevBtn {
  background-color: #337ab7;
  margin-top: 20px;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
  position: relative;
  left: -13px;
}

.video_submit {
  position: relative;
  top: 75px;
}
.video_submit {
  background-color: #337ab7;
  margin-top: 20px;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
  position: relative;
  left: -13px;
  width: 100px;
  display: block;
  z-index: 1000;
}
button:hover {
  opacity: 0.8;
}
/*.submitBtn{
  display: none;
}
*/
#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  /*height: 15px;
  width: 15px;*/
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  /*border-radius: 50%;*/
  display: inline-block;
  opacity: 0.5;
  padding: 8px 11px;
}
.active_area .active {
  background: green;
  color: #fff;
}

/*============== Software Page ============== */
.display_flex {
  display: flex;
}
.controls-form input {
  width: unset;
}
.software_border_bottom {
  border-bottom: 1px dotted #cecece;
  padding: 20px 14px;
}
.software_border_bottom h1 {
  margin: 0;
}
.display_flex {
  width: 100%;
}

.software_heading {
  font-size: 16px;
  font-weight: bold;
  color: #0073a5;
}
.software_one img {
  height: 116px;
  padding-bottom: 8px;
}
.software_one {
  width: 27%;
  padding-right: 10px;
  padding-left: 10px;
}
.review_software {
  padding-left: 30px;
}
.software_two {
  width: 70%;
}
.w-form-label {
  padding-left: 10px;
}
.software_page {
  background: #f3f1f1;
  padding-top: 35px;
}

.filter_wrap {
  background: #fff;
  padding: 13px;
  border-radius: 4px;
  border: 1px solid #dcdada;
}

.w-dyn-list {
  background: #fff;
  border: 1px solid #dcdada;
  border-radius: 4px;
  margin-bottom: 40px;
}
.w-dyn-items {
  overflow: hidden !important;
  position: relative;
}
.dyn-3 {
  transform: unset !important;
  transition: all 0.1s ease-in !important;
}
.count_value {
  border-bottom: 1px solid #ece7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /* font-size: 14px; */
  font-weight: bold;
}
.get_expert {
  border-bottom: 1px solid #ece7e7;
  padding-bottom: 10px;
}
.review_reward {
  border-bottom: 1px solid #ece7e7;
  padding-bottom: 10px;
  color: #0073a5;
  font-size: 18px;
}
.img-center {
  display: table;
  margin: 0 auto;
}
.visitbtn_2 {
  background: #0ba0f1;
}
.visitbtn_2:hover {
  background: #0f8dd2;
}
.visit_btn:hover a {
  text-decoration: none;
}
.visit_btn {
  padding: 10px 22px !important;
  margin-right: 15px;
}
.software_heading {
  font-size: 16px;
  font-weight: bold;
  color: #0073a5;
}

.mixitup-container-failed .w-dyn-item {
  display: inline-flex !important;
}

.side-nav-link-2.w--current {
  color: #ff4c75;
}
.gen-label,
.generator-form {
  color: #fff;
}

.mixitup-p-llist,
.mixitup-p-stats {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.mixitup-control {
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #0073a5;
  font-weight: 700;
  color: #fff;
}
.content-block.accent,
.controls-pagination.accent,
.filter-controls.accent,
.m-control.accent,
.mixitup-p-llist.accent,
.mixitup-p-stats.accent,
.page-block-accent {
  position: relative;
  border: 2px dashed #ffd8d1;
}
.mixitup-control.mixitup-control-active {
  background-color: #ffffff;
  color: #0073a5;
  border: 2px outset #0073a5;
}
.column-small {
  width: 3vw;
}
.mixitup-p-llist {
  width: 90%;
}
.mixitup-p-llist.accent {
  padding: 30px 10px 10px;
  background-color: rgba(255, 216, 209, 0.11);
}
.mixitup-p-llist.accent.half {
  width: 40%;
}
.mixitup-p-stats {
  width: 90%;
}
.mixitup-p-stats.accent {
  margin-left: 20px;
  padding: 30px 10px 10px;
}
.mixitup-p-stats.accent.half {
  width: 40%;
}
.content-block._2,
.controls-pagination._2 {
  width: 30%;
  min-width: 145px;
}
.controls-pagination {
  padding-top: 10px;
}
.controls-pagination.accent {
  display: flex;
  margin-bottom: 80px;
  padding: 35px 10px 10px;
}
.content-block.accent,
.controls-pagination.accent.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.controls-pagination.accent.flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-block {
  padding-top: 10px;
}
.content-block.accent {
  display: flex;
  padding: 35px 10px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-block.accent.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-controls,
.m-control {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
}

.filter-controls.accent {
  width: 20%;
  margin-right: 20px;
  padding: 30px 10px 10px;
}
.filter-controls.accent.half {
  width: 40%;
}
.page-block-accent {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 20px;
}
.h1-modal {
  font-family: "Open Sans", serif;
  color: #ef1c24;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 22px;
  text-transform: uppercase;
  padding-left: 38px;
}

@media (max-width: 767px) {
  .display_flex {
    flex-direction: column;
    text-align: center;
  }
  .software_one,
  .software_two {
    width: 100%;
  }
  .software_one img {
    width: 100%;
    height: 100%;
  }
  .center_mobile {
    text-align: center;
  }
  .mixitup-page-list {
    text-align: center;
  }
}

/* ================= Data Recovery Page Style ==================== */

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #0073a5;
  margin: auto;
}
.fixed .navbar-nav {
  margin: 0 auto;
  display: table;
  float: unset;
}
.fixed .navbar-nav li a {
  color: #fff !important;
}
.fixed .navbar-nav > .active > a,
.fixed .navbar-nav > .active > a:focus,
.fixed .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #086d98;
}
.recovery_fixed_nav .navbar {
  margin-bottom: 0;
}
.data_recovery_header {
  background: #dff2fb;
}
.bg_recovery {
  background: #f8f8f8;
}
.two_recovery h1 {
  margin: 0;
}

.one_recovery img {
  box-shadow: 0 0 10px #efefef;
  border-radius: 5px;
  padding: 0;
  width: 90%;
  margin-top: 15px;
}
.breadcrumb_none_border {
  margin: 0;
}
.recovery_fixed_nav .navbar-nav > li > a {
  color: #3f89af;
}
.recovery_fixed_nav .navbar-default {
  background: transparent;
}
.recovery_fixed_nav .navbar-nav > li > a:focus,
.recovery_fixed_nav .navbar-nav > li > a:hover {
  color: #3f89af;
  background-color: transparent !important;
  font-weight: unset;
}
.recovery_fixed_nav .navbar-collapse {
  padding-left: unset;
}
.border_less {
  position: relative;
  margin-bottom: 20px;
}
.border_less:before {
  position: absolute;
  bottom: -7px;
  content: "";
  border-bottom: 1px solid black;
  width: 85px;
}
.h2_heading {
  margin: 0;
  padding-top: 60px !important;
  padding-bottom: 30px;
}
.data_recovery {
  background: #f8f8f8;
}
.data_recovery_content {
  padding: 20px;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin-bottom: 20px;
}
.video_title {
  padding: 10px 0;
}
.soft-plan-heading {
  background: #0073a5;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  padding: 14px;
}
.spotlight-group img {
  padding-bottom: 15px;
}
.recovery_top {
  text-align: center;
  background: #fff;
  padding: 10px 10px 3px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.no_padding {
  padding-left: unset;
}

.soft-plan-price {
  background: #ddffde;
  padding: 15px 14px;
  font-size: 19px;
  font-weight: 500;
}
.soft-pricing-table {
  border: 1px solid #ecebeb;
  padding: 10px;
}
.soft-pricing-instruction ul li:nth-child(even) {
  background-color: #dff2fb;
}
.soft-pricing-instruction ul li {
  padding: 5px 20px;
  line-height: 24px;
  font-size: 14px;
}
.get-pricing-btn {
  background-color: #0073a5;
  color: #fff;

  /* height: 37px; */
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 23px;
  margin-left: 14px;
}
.get-pricing-btn:hover {
  background: #1e9de0;
  color: #fff;
}
.soft-pricing-instruction ul {
  padding: unset;
}
.soft-pricing-instruction ul li {
  list-style-type: none;
}
._data_features li {
  padding: 3px 0;
}
.visit_get {
  display: inline-block;
  color: #fff;
}
.visit_get:hover,
.visit_get:focus {
  display: inline-block;
  color: #fff;
}
.p-b-0 {
  padding-bottom: 0;
}
.width_200 {
  width: 150px;
}
.circle {
  background: #f8f8f8;
  border-radius: 50%;
  padding-top: 20px;
  border: 1px solid #0073a5;
  display: block;
  width: 56px;
  height: 56px;
  text-align: center;
  display: table;
  margin: 0 auto;
  color: #0073a5;
  font-weight: bold;
}
.button_small {
  padding: 8px;
  background: #0ba0f1;
  border-radius: 3px;
  color: #fff;
}
.color_blue {
  color: #0073a5;
}
.video_height {
  width: 100% !important;
  height: 400px;
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .one_recovery img {
    margin: 0 auto;
  }
  .two_recovery {
    padding-bottom: 20px;
  }
  .m-center {
    text-align: center;
  }
  .width_200 {
    width: 100%;
  }
  .list_inline > li {
    display: block;
    margin-bottom: 20px;
  }
  .fixed .navbar-brand:focus,
  .fixed .navbar-brand {
    color: #fff !important;
  }
}

.bread_crum li {
  padding-right: none;
}
.bread_crum li a {
  padding-left: unset;
}
.clinic_h2 {
  font-size: 19px;
  color: #0ba0f1;
  font-weight: bold;
}
.clinic_manag_content {
  border: 1px solid #f1f0f0;
  padding: 17px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.bg_grey {
  background: #fbfbfb;
}
.clinic_manag_img {
  padding: 50px 0;
}
.list_clicnic li:not(:last-child) {
  padding: 10px 0;
  border-bottom: 1px solid #f1f0f0;
}
.related_cat {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  padding: 0 32px;
}
.img_100 {
  width: 100%;
}
.view_more_roduct {
  border: 1px solid #e8e8e8;
  text-align: center;
  margin: 0 auto;

  padding: 10px 30px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}
.view_more_roduct:hover {
  background: #337ab7;
  color: #fff;
}
.clicnic_manag3 {
  padding: 0 14px 20px !important;
  margin-bottom: 16px !important;
  padding-top: 0 !important;
  margin-top: 4px !important;
}
.by_writer_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid gray;
}

/*Hide all except first fieldset*/
.form_section:not(:first-of-type) {
  display: none;
}

.inline_flex .view_more_roduct {
  display: inherit !important;
}
#exTab3 {
  background: #fff;
  border: 1px solid #f3efef;
}
#exTab3 .nav-pills li a {
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
#exTab3 .nav-pills li a:hover {
  font-weight: unset;
  border-bottom: 1px solid grey;
}
#exTab3 .nav-pills > li.active > a,
#exTab3 .nav-pills > li.active > a:focus,
#exTab3 .nav-pills > li.active > a:hover {
  font-weight: unset;
}
@media (max-width: 767px) {
  .clinic_manag_img {
    padding: 0px;
  }
  .clinic_manag2 li {
    margin: 11px 0;
  }
  #exTab3 .nav-pills li a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .list_clicnic {
    text-align: left;
  }
}

/* ================= Vendor Page design ======================= */
.no_border {
  border: unset !important;
}
.no_margin {
  margin: 0;
}
.col-3 {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
/*sinup form*/
.form-signup {
  display: grid;
  padding: 10px 20px 10px 20px;
  background: #fbfbfb;
  margin: 0 auto;
  margin-bottom: 30px;
}
.form-signup a {
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 20px;
}
.form-signup label {
  margin-top: 0;
  display: block;
  font-weight: unset;
  font-weight: 300;
  color: #000;
  width: 100%;
}
.form-signup input,
select {
  /*border: none;*/
  /*border-bottom: 1px solid #aeb0b1;
    
    background: none;*/
  color: darkgreen;
  float: right;
  margin-bottom: 4px;

  outline: none;
}
/* .form-signup input:hover ,.form-signup input:focus,{
  outline:none;
} */
.form-signup textarea:hover,
.form-signup textarea:focus {
  outline: none;
}
.form-signup textarea {
  outline: none;
  margin-top: 15px;
  width: 100%;

  margin-right: 12px;
}

.border_textarea {
  border-bottom: 1px solid #aeb0b1;
  margin-bottom: 20px;
}
.form-signup .reset_btn {
  border: none;
  background: #ef1c24;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  cursor: pointer;
  padding: 5px 12px;
  float: right;
  /* margin-top: 10px; */
  font-weight: 300;
  color: #fff;
  display: block;
  margin-right: 10px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}
.form-signup .reset_btn:hover {
  background: #000;
}
.emsgb {
  font-weight: bold;
  color: red;
  transition: 0.3ms ease-in-out all;
  font-size: 14px;
}
.ul_tab li a {
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}

.ul_tab li a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

@media (max-width: 767px) {
  .ul_tab li {
    float: unset;
    text-align: center;
  }
}

/*============== Login Page style here ================== */

.login_bg {
  background: linear-gradient(
    to right,
    rgb(34 96 150),
    rgb(60 132 195)
  ) !important;
}

.login_brand {
  display: table;
  margin: 0 auto;
  width: 112px;
  margin-top: 10px;
}
.head {
  font-size: 2rem;
  color: #fff;
}

.in {
  /* color: #008596;*/
  /*padding: 0 2px;
    margin-left: 2px;*/
  border-radius: 2px;
}
.text-white-em {
  color: #fff !important;
}
.copy {
  color: #59aec0;
  font-size: 18px;
  margin-left: 2px;
}

.tagline {
  font-size: 26px;
  color: #656667;
  font-weight: bold;
  text-align: center;
}

.wrapper {
  background-color: #fff;
  width: 35%;
  margin: auto;
  overflow: hidden;
  padding: 1rem 2rem;
  border-radius: 4px;
  margin-top: 6px;
  box-shadow: 1px 0 20px #777777;
}

.wrapper .login_name {
  display: block;
  color: gray;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.wrapper input {
  display: block;
  margin-top: 1%;
  margin-bottom: 3%;
  width: 95%;
  padding: 0.5rem;
  border-radius: 3px;
}
.wrapper input::placeholder {
  font-size: 15px;
  color: lightgray;
}
.wrapper .policy {
  font-size: 13px;
  text-align: center;
  margin-top: 5%;
  color: gray;
}

.wrapper .policy a {
  color: #000;
}

.wrapper .policy a:hover {
  color: #008695;
}

.btn_login {
  border: none;
  background-color: #226096;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
  transition: all 0.4s ease-in-out;
}
.btn_login:hover,
.btn_login:focus {
  color: #fff;
  background: #093f6d;
}
.confirmation_right {
  float: right;
}
@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
  .confirmation_right {
    float: left;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .btn_login {
    text-align: center;
  }
  .wrapper .login_name {
    margin-bottom: 10px;
  }
}

/* ================ Email Converter page style ============ */

.email_con {
  background-color: #78b1cf;
  padding: 30px 0;
}

.email_con h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.email_con p {
  color: #fff;
}
.sys-arrow {
  position: relative;
  padding: 11px 34px !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.sys-arrow:after {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 14px;
  right: -9px;
  z-index: 1;
  background-color: #dc3545;
  border-left: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  transform: rotate(-45deg);
}
.flex_inline {
  display: inline-flex !important;
  position: relative;
  top: 8px;
}
.chose_window input {
  width: unset;
  position: relative;
  top: -1px;
  border: 0px;
  width: 32px;
  height: 23px;
}
.box_top {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  background-color: #f5fbff;
  border-radius: 10px;
  z-index: 1;

  padding: 15px;
}
.list_height li {
  padding: 5px 0;
}
.width_100 {
  width: 100%;
}

/*Email Converter Page style */

.email_con2 {
  padding: 60px 0;
}
.email_con2 p {
  line-height: 26px;
}

.email_con2 .in {
  background: #00000059;
}

.how_it_work {
  background: #f3f3f3;
  padding: 20px 0;
}

.faq_nav li {
  display: block;
}
.faq_nav li a {
  background: #fff;
  margin-bottom: 16px;
  padding: 15px 10px;
  transition: all 0.4s ease-in-out;
}
.text_faq {
  display: block;
  padding-top: 4px;
}
.text_faq {
  color: #000;
}
.nav-pills > li.active > a span,
.nav-pills > li.active > a:focus span,
.nav-pills > li.active > a:hover span {
  color: #fff !important;
  background-color: #337ab7;
}
.faq_nav li a:hover,
.faq_nav li a:hover span {
  color: #fff !important;
  background: #337ab7 !important;
}
.margin_0 {
  margin: 0 auto;
  display: table;
}
.buy_btn {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #29abe2;
}

.gd-btn {
  border: 1px solid #29abe2;
  padding: 8px;
  color: #29abe2;
  border-radius: 5px;
  text-decoration: none;
}

/* Keyfeatures ===== */

.pad_t_10 {
  font-weight: bold;
  font-size: 16px;
}
.sub_title {
  font-size: 23px;
  font-weight: bold;
}

.lst_none li {
  padding: 5px 0;
}
.box_oth {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}
.table {
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.table .thead-dark .thd {
  color: #fff !important;
  background-color: #343a40 !important;
  text-align: left !important;
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.ft_5 {
  font-weight: unset;
}
.download_btn {
  font-weight: 300;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background-color: #274f68;
}
.frq_question .panel-title a {
  padding: 0;
}
#accordion .panel-heading .accordion-toggle::before {
  font-family: fontello;
  content: "\e8ba";
  margin-top: 5px;
  float: left;
  color: #000;
  margin-right: 16px;
  font-weight: lighter;
  transform: rotate(0);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  font-family: fontello;
  content: "\e8b7";
  margin-top: 5px;
  float: left;
  color: #000;
  font-weight: lighter;
  transform: rotate(0);
  transition: all 0.2s ease-in;
}
.accordion-toggle:hover {
  text-decoration: none;
}
.bg_gray_light {
  background: #f5fbff;
  padding: 40px;
}

.footer-pro {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  min-height: 340px;
  border: 1px solid #ddd;
}

.btm-strip li div {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  padding-right: 40px;
}

.bnd-1 {
  background: url("../images/email-converter/ssl.png");
}
.list_inline {
  display: inline-flex;
}

#navigation_area {
  background-color: #32b5d8;
  display: none;
}
/*
.fixed{
  position:fixed;
    top:0px; 
  width:100%;
    z-index:1000;
  display: block;
  }
*/
.sticky {
  display: block !important;
  top: 0;
  width: 100%;
  z-index: 100000;
  margin: 0 auto;
  position: fixed !important;
  background: #fff !important;
}
.sticky .navbar-default {
  background-color: #0073a5;
  border-color: #e7e7e7;
  margin: 0 auto;
  display: table;
}
.sticky .navbar-default .navbar-nav > li > a {
  color: #fff;
}

.sticky .navbar-default .navbar-nav > .active > a,
.sticky .navbar-default .navbar-nav > .active > a:focus,
.sticky .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #484848;
}
.modal {
  top: 60px;
}

@media (max-width: 767px) {
  .visit_btn {
    margin-bottom: 10px;
  }
  .text_faq {
    padding-left: 20px;
  }
  .text-justify {
    text-align: center;
  }
  .gd-btn {
    display: block;
    margin: 5px;
  }
  .bg_gray_light {
    padding: unset;
  }

  .top_header ul {
    text-align: left;
  }
  .top_header ul li {
    padding: 5px 0;
  }
  .mo-r-30 {
    padding-left: 30px;
    font-style: normal !important;
    display: unset !important;
  }
  .marquee {
    height: 30px !important;
    position: unset !important;
  }
  .megamenu .navbar-brand img {
    width: 208px !important;
    position: relative;
    top: -10px !important;
  }
  .marquee::before,
  .marquee::after {
    background: transparent !important;
  }
  .slider::before,
  .slider::after {
    background: transparent !important;
  }

  .date_wise {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .anouce_ment_heading .view_more {
    float: unset;
    margin: 0 auto;
  }
  .container1 .sign-up {
    position: unset;
    width: 100%;
    right: 0;
  }
}

.owl-nav {
  display: none;
}
.mo-r-30 {
  font-style: normal !important;
  display: unset !important;
}

.scrolltop {
  display: none;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  left: 10px;
  cursor: pointer;
  background: #ef1c24;
  height: 30px;
  width: 36px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
}
.scrolltop i {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  left: -2px;
  top: -7px;
}

@media (max-width: 1140px) {
  .megamenu .navbar-brand img {
    width: 200px !important;
    position: relative;
    top: -22px !important;
  }
}

/*=============== Youtube Home page section =========== */

.youtube_area {
  padding: 30px 0;
}

.text-danger {
  color: #ef1c24;
}

/*=============== App download Home page section =============== */

.flex {
  display: flex;
}
.app-btn {
  width: 45%;
  max-width: 160px;
  color: #fff;
  margin: 20px 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  padding: 9px 13px 0px;
}
.app-btn.blu {
  background-color: #ef1c24;
  transition: background-color 0.25s linear;
}
.app-btn.blu:hover {
  background-color: #454545;
  color: #fff;
  text-decoration: none;
}
.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin-right: 11px;
}
.app-btn .big-txt {
  font-size: 17px;
  text-transform: capitalize;
}
.download_app {
  background: linear-gradient(90deg, #fbeeee 40%, #f8b700 60%);
}
.download_app_left {
  background: linear-gradient(90deg, #fcefef 85%, #fcefef 30%);
  padding: 44px 30px;
  border-top-right-radius: 230px;
  border-bottom-right-radius: 230px;
}

span {
  font-style: normal;
}
.download_app_right {
  background: #f8b700;
}
.download_app_right img {
  position: relative;
  top: 12px;
}

@media (max-width: 767px) {
  .flex {
    display: flow-root;
  }
  .app-btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .app-btn i {
    margin-bottom: 10px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:focus,
  .nav-pills > li.active > a:hover {
    color: #ffffff !important;
    background-color: #000 !important;
    border-bottom: 1px solid #000000 !important;
    background: black !important;
    border-radius: 10px;
  }

  .fs-55 {
    font-size: 39px !important;
  }
}

/* =============Get Started Page Css============ */
#getstarted {
  width: 100%;
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/home-visual.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0px 50px 0px !important;
}
#FormArea {
  width: 500px;
  height: auto;
  background-color: #fff;
  position: relative;
  left: 0px;
  right: 0px;
  margin: auto;
}
#FormArea .radiobtn {
  position: relative;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
}
#FormArea .radiobtn input {
  width: 50px;
}
#FormArea .radiobtn label {
  width: 50px;
  display: initial;
}
.formhead h2 {
  text-align: center;
  padding: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}
.formInner {
  text-align: left !important;
  padding: 10px 30px 20px 30px;
}

.formInner input {
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.formInner input:focus {
  outline: none;
  border: solid 1px red;
}
.formInner label {
  width: 100%;
  display: flex;
}
.formInner .btn-primary {
  width: 100% !important;
  text-align: center;
  border-radius: 30px;
  margin: 10px 0px;
}
.formInner .btn-primary:focus {
  outline: none !important;
}
.formInner .btn-primary:hover {
  transition: 0.5s;
  background-color: #fff;
  color: red;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.formInner p {
  text-align: center;
}

/* ===========My Cart section============= */
.banner h1 {
  width: 100%;
  height: auto;
  padding: 50px;
  background-color: rgb(0, 183, 255);
  color: #fff;
}
.smallNav {
  margin: -10px 0px;
  background-color: rgb(240, 240, 240);
  padding: 10px 0px 10px 50px;
}
.smallNav ul li {
  list-style: none;
}
.smallNav ul li a {
  text-decoration: none;
}
#displayProduct {
  padding: 20px 0px;
}
.productpic {
  background-color: #fff;
  margin: 15px 10px;
  padding: 6px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 2px 10px 1px rgba(204, 204, 204, 1);
  box-shadow: 0px 2px 10px 1px rgba(204, 204, 204, 1);
  border-radius: 10px;
}
.productName h6 {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.productpic .fa-trash,
.productpic .fa-check-square-o,
.productpic .fa-inr {
  color: red;
  padding: 10px 0;
  width: 12px;
  margin-left: 8px;
  font-size: 20px;
}
.productpic p {
  margin: 0 0 0px;
}
.paydetails {
  /* margin: -35% 0px; */
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.paydetails table {
  padding: 5px;
  border: 0px !important;
}
.paydetails .btn-primary {
  width: 100% !important;
  text-align: center;
  border-radius: 30px;
  margin: 5px 0px;
  text-transform: uppercase;
  background-color: red;
  /* border: 0px !important; */
}
.paydetails .btn-primary:focus {
  outline: none !important;
}
.paydetails .btn-primary:hover {
  transition: 0.5s;
  background-color: #fff;
  color: red;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/* ===============Courses page============ */
.smallNavCourse {
  /* margin: -10px 0px; */
  background-color: rgb(240, 240, 240);
  padding: 10px 0px 10px 50px;
}
.smallNavCourse ul li {
  list-style: none;
}
.smallNavCourse ul li a {
  text-decoration: none;
}
.leftFilter {
  margin: 20px 0px 40px 0px;
  width: 90%;
  height: auto;
  padding: 20px 10px 20px 35px;
  background-color: #ef403d29;
}
.apply {
  width: 100% !important;
  text-align: center;
  border-radius: 30px;
  margin: 15px -15px 6px -15px;
  text-transform: uppercase;
  background-color: red;
}
.apply:focus {
  outline: none !important;
}
.apply:hover {
  transition: 0.5s;
  background-color: #fff;
  color: red;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.leftFilter h1 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  margin: 0px;
}
.leftFilter label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.leftFilter form input {
  width: 60px;
}
.MentorProduct {
  background-color: #fff;
  padding: 5px;
  margin: 20px 0px 10px 0px;
}
.topbar select {
  width: 200px;
  padding: 6px;
  border-radius: 20px;
  margin-top: -8px;
}
.productRow {
  background-color: #ef403d29;
  padding: 10px;
  border-radius: 4px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 2px 10px 1px rgba(204, 204, 204, 1);
  box-shadow: 0px 2px 10px 1px rgba(204, 204, 204, 1);
}
.productRowPic {
  width: 100%;
  height: auto;
  position: relative;
}
.productlike .fa-heart-o {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 20px;
  color: red !important;
  cursor: pointer;
}
.productlike .fa-heart-o:hover {
  font-size: 22px;
  transition: 0.5s;
}
.productdesc h5 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 26px;
  color: #000;
}
.productdesc th {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.productdesc table {
  border: 0px !important;
}

.price .btn-primary {
  width: auto;
  text-align: center;
  border-radius: 30px;
  margin: 5px 0px;
  text-transform: uppercase;
  background-color: red;
  /* border: 0px !important; */
  font-size: 12px;
  color: #fff;
}
.price .btn-primary:focus {
  outline: none !important;
}
.price .btn-primary:hover {
  transition: 0.5s;
  background-color: #fff;
  color: red;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.fa-inr {
  font-size: 20px;
  color: red;
  width: 20px;
}
.price {
  font-size: 20px;
  color: #000;
} 
.MentorProductpage {
  /*margin: 20px 10% 10px 10%;*/
}
/* ============Slip page css start============ */
#Slip {
  width: 100%;
  height: auto;
  margin: 30px 0px 50px 0px;
}
.leftArea {
  padding: 20px 25px;
  border: solid 1px gray;
  border-radius: 4px;
  margin-bottom: 10px;
}
.leftHeading h1 {
  margin-top: 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.rightFormArea {
  padding: 20px 25px;
  border: solid 1px gray;
  border-radius: 4px;
}
.formHead h2 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: left;
  padding: 5px 0px 14px 5px;
}
.rightFormArea textarea,
.rightFormArea input {
  margin-bottom: 10px;
  border-radius: 4px !important;
  padding: 6px 10px;
}
.rightFormArea textarea:focus,
.rightFormArea input:focus {
  box-shadow: none !important;
  border: solid 1px red;
}

.rightFormArea .btn-primary {
  width: auto;
  text-align: center;
  border-radius: 3px;
  margin: 5px 0px;
  text-transform: uppercase;
  background-color: red;
  /* border: 0px !important; */
  font-size: 12px;
  color: #fff;
  padding: 8px 45px;
  font-weight: 600;
  letter-spacing: 2px;
}
.rightFormArea .btn-primary:focus {
  outline: none !important;
}
.rightFormArea .btn-primary:hover {
  transition: 0.5s all;
  background-color: #fff;
  color: red;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@media (min-width: 576px) 
{
  .dataval 
  {
    max-width: 540px;
  }
}



@media (min-width: 768px) 
{ 
  .dataval {

    max-width: 720px;

  }

}
