/*----------------------------------------------------
@File: Default Styles
@Author: Spotmedia

This file contains the styling for the actual theme, this is the file you need to edit to change the look of the theme.
---------------------------------------------------- */

/*=====================================================================
@Template Name: Optymoney
@Developed By: Spotmedia
=====================================================================*/

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,600,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800|Montserrat:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,600,700,700i&display=swap");

/* For the "inset" look only */
html {
  overflow: auto;
}
/* Let's get this party started */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.taxAlign {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: -0px !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

.orange {
  color: #e92623 !important;
}

.blogHeight {
  height: 1122px !important;
}

.videoPlayer {
  width: 560px !important;
  height: 315px !important;
}

.personalInfoScroll {
  height: 100px !important;
  overflow: auto;
}

/* line 1, I:/last_update/optymoney/optymoney/css/_extend.css */
.brand_area_2 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f6feff),
    to(#fbf5ff)
  );
  background-image: -o-linear-gradient(bottom, #f6feff, #fbf5ff);
  background-image: linear-gradient(to top, #f6feff, #fbf5ff);
}

/* line 27, I:/last_update/optymoney/optymoney/css/_extend.css */
.prising_area {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#fbf5ff)
  );
  background-image: -o-linear-gradient(top, #ffffff, #fbf5ff);
  background-image: linear-gradient(to bottom, #ffffff, #fbf5ff);
}

/* line 32, I:/last_update/optymoney/optymoney/css/_extend.css */
.prising_area .single_prising.active {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ea201e),
    to(#a51f22)
  );
  background-image: -o-linear-gradient(top, #df35f0, #4543de);
  background-image: linear-gradient(to bottom, #ea201e, #a51f22);
}

/*24 May 2021*/
.activeRedefined {
  background-color: #d33633 !important;
  color: white !important;
  border: 1px solid #d33633 !important;
}

/*25 May 2021*/
.list-group-item-action-mine {
  width: 100%;
  color: #495057 !important;
  text-align: inherit;
}
.list-group-item-action-mine:focus,
.list-group-item-action-mine:hover {
  z-index: 1;

  text-decoration: none;
  background-color: rgba(211, 54, 51, 0.05) !important;
}

/* 1. Theme default css */
body {
  font-family: "Montserrat", Nunito Sans;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden !important;
}
.redemption_error {
  color: #d33633;
}
.font-weight-light {
  font-weight: 500 !important;
}
.textDataCamp {
  margin-top: -80px;
}
.searchbox {
  margin-top: 15px;
}
.er_search_suggestions {
  overflow: hidden;
  width: 389px;
  box-shadow: 1px 1px 3px #ddd;
  float: right;
  text-align: left;
  padding: 0;
  background: white;
  margin-top: 3px;
  z-index: 99999;
}
.container {
  width: 100%;
}
.css_blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*For allproduct.php 21 May 2021*/

.card-body .fas {
  font-size: 60px;
  color: #d33633;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-right {
  float: right;
}
.float-right {
  float: right;
}
.boldD {
  font-weight: 500;
}
img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cartIcon {
  margin-top: 30px;
  margin-left: -20px;
}
.only-bottom-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #00000047;
  -moz-box-shadow: 0 8px 6px -6px #00000047;
  box-shadow: 0 8px 6px -6px #00000047;
  background-color: #fff;
}
.centerHV {
  margin: auto;
  width: 50%;
  padding: 10px;
}
.bg-color {
  background-color: #d33633 !important;
}
.white {
  color: #ffffff !important;
}
.ourCommitmentImg {
  width: 70%;
  margin-top: 40px;
}
.main-content {
  padding-bottom: 40px;
}
.menudata .dropdown-item {
  padding: 0.25rem 0.25rem;
  white-space: nowrap;
}
.dropdown-item {
  padding: 0.25rem 0.25rem;
  white-space: initial;
}
/* header menu */
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 100%;
  display: inline-block;
  margin: 0px 45px;
}
.error {
  color: #d33633;
  font-size: 14px;
  font-weight: 500;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-dark .navbar-toggler {
  color: #d33633 !important;
  border-color: rgba(251, 140, 140, 0.1);
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #9e9e9e !important;
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link {
  color: #d33633;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #000000;
}
a:hover {
  color: #8f0000;
}

.mandatory_label::after {
  content: "*";
  color: #ff0000;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #efefef;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 20px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #d33633;
}
#topbar .contact-info i {
  color: #d33633;
  padding: 4px;
}
#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}
#topbar .social-links a {
  color: #d33633;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 16px;
}
#topbar .social-links a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 85px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
}
#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #d33633;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Login Button */
.navbar-nav {
  margin-top: 16px;
}
.navbar-nav-cart {
  margin-top: 0px;
}
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #8f0000;
  text-decoration: none;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 6px 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #d33633;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #428bca;
}
.nav-menu .drop-down > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;

  position: absolute;
  right: 15px;
}

/*
.whatsapp {
  color: #00e676 !important;
} removed 21 May 2021 */

/* Footer Slider */
.carousel-control-prev,
.carousel-control-next {
  top: -600px;
  width: 0%;
  font-size: 30px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #9eccf4;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #5c768d;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* section General*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f7fcfc;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h5 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #d33633;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: flex;
  justify-content: center;
}
.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon-box:hover .icon i {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444444;
  transition: 0.3s;
}
.services .title a:hover {
  color: #3fbbc0;
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}

/* Downloads Page */
.downloads {
  font-size: 20px;
  font-weight: 500;
}
a .fa-star {
  color: #ffd700;
}

/*removed 21 May 2021
a .icofont-star{
  color: #ffd700;
}
/* Tax Page Iconbox */
/*--------------------------------------------------------------
# Services & Tools
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  margin: 0.5rem;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #d33633;
  color: #fff;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #d33633;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services a .title {
  color: #d33633;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover a .title,
.featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Need help
--------------------------------------------------------------*/
.need-help .icon-box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  margin-bottom: 20px;
  margin: 0.5rem;
}
.need-help .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.need-help .icon-box:hover::before {
  background: #d33633;
  color: #fff;
  top: 0;
  border-radius: 0px;
}
.need-help .icon {
  margin-bottom: 15px;
}
.need-help .icon i {
  font-size: 48px;
  line-height: 1;
  color: #d33633;
  transition: all 0.3s ease-in-out;
}
.need-help .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.need-help a .title {
  color: #d33633;
}
.need-help .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 400;
}
.need-help .icon-box:hover a .title,
.featured-services .icon-box:hover .description {
  color: #fff;
}
.need-help .icon-box:hover .icon i {
  color: #fff;
}

/* footer */
footer {
  position: relative;
  background: rgb(80 80 80 / 8%);
}
.footer_logo {
  width: 100px;
}
footer h5 {
  color: #d33633;
}
.social_links {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.social_links ul li {
  display: inline-block;
  margin-right: 0px;
}
.social_links ul li a {
  width: 30px;
  height: 30px;
  color: #d33633;
  border: 1px solid #d33633;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
}
.social_links ul li a:hover {
  color: #fff;
  background: #d33633;
  border: 1px solid transparent;
}
.copyright hr {
  border-color: #d33633;
}

.copyright a {
  color: #000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copyright a:hover {
  color: #8f0000;
}
.copyright-menu ul {
  color: #000;
}
.copyright-menu ul {
  text-align: right;
  margin-right: 20px;
}
.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}
footer .ilstrator_footer_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .anim_icon_1 {
  position: absolute;
  top: 12%;
  right: 38%;
}
footer .anim_icon_2 {
  position: absolute;
  bottom: 21%;
  left: 16%;
}
footer .footer_top_area {
  padding-top: 20px;
  padding-bottom: 0px;
}
footer .footer_top_area .footer_widget .link_list li a {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
footer .footer_top_area .footer_widget .link_list li a:hover {
  color: #ff4357;
}
.dk-footer-box-info {
  position: relative;
  padding-left: 10px;
  z-index: 2;
}
.footer_title h6 {
  color: #d33633;
}
.social_links h6 {
  color: #d33633;
}
/* Bottom Fixed Icons */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #00e676;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 1px 6px #06060669;
  z-index: 100;
}
.QR {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  left: 20px;
  background-color: #d33633;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 1px 6px #06060669;
  z-index: 100;
}
.float_chat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 70px;
  right: 61px;
  background-color: #a51f22;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 1px 6px #9e9e9e;
  z-index: 100;
}

/* Ajax Loader */
.ajax-loader {
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/static/opty_theme/img/preloader.gif") 50% 50% no-repeat
    rgb(249, 249, 249);
  background-size: 100px;
}

/* card */
.card-title {
  margin: 0.5rem;
  color: #d33633;
}

/* banner text */
.banner_area {
  position: relative;
  height: 900px;
  height: 100vh;
  overflow-x: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 100vh;
}
.banner_area .circle_icon_3 {
  position: absolute;
  bottom: 8%;
  left: 16%;
}
.banner_area .business_image {
  position: relative;
  left: 60px;
}
.banner_area .business_image .ilstration_fram img {
  width: 634px;
}
.banner_area .business_image .man_img {
  position: absolute;
  bottom: 0;
  right: -44%;
}
.man_img img,
.woman_img img {
  width: 100%;
}
.woman_img,
.circle_img {
  position: absolute;
  bottom: 0;
  right: 7%;
}
.banner_area .business_image .circle_img img {
  width: 100%;
}
.banner_area .business_image .line_img {
  position: absolute;
  top: 58%;
  left: 16%;
}
.banner_area .business_image .line_img img {
  width: 100%;
}
.banner_area .ilstrator_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner_area .ilstrator_img_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner_area .banner_text {
  position: relative;
  z-index: 39;
}
.banner_area .banner_text span {
  color: #ff4357;
  font-weight: 500;
  background-color: rgba(255, 67, 87, 0.059);
  padding: 8px 12px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 33px;
}
.banner_area .banner_text h3 {
  font-weight: 700;
  color: #1c1c1c;
  line-height: 70px;
  margin-bottom: 66px;
}
.banner_area .banner_text .site_link_form h4 {
  color: #1c1c1c;
  font-weight: 500;
  margin-bottom: 23px;
}
.banner_area .banner_text .site_link_form form {
  display: inline-block;
}
.banner_area .banner_text .site_link_form form input {
  height: 60px;
  width: 215px;
  border: 1px solid #cccccc;
  padding-left: 25px;
  border-radius: 5px;
  margin-right: 15px;
  color: #000;
}
.banner_area .banner_text .site_link_form form input::placeholder {
  color: #919191;
}
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
.banner_area .banner_text .site_link_form button {
  background: #d33633;
  display: inline-block;
  padding: 18px 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.site_link_form.slider_btn {
  width: 60% !important;
  margin: 0 auto !important;
}

/* about area */

.about_area .big_instrator_image img {
  position: relative;
}
.about_area {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: #ff999938;
}
.about_area .big_instrator_image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 622px;
}
.about_area .big_instrator_image img {
  width: 100%;
}
.about_area .about_thumb {
  position: relative;
  clip-path: polygon(100% 0%, 100% 68%, 100% 100%, 1px 92.61%, 0px 0px);
}
.about_area .about_thumb::before {
  position: absolute;
  content: "";
  left: 3px;
  border: 4px solid #d33633;
  top: 53px;
  bottom: 30px;
  right: 30px;
  z-index: -1;
  -webkit-transform: skew(0, 5deg);
  -ms-transform: skew(0, 5deg);
  transform: skew(0, 5deg);
}
.about_area .about_thumb::after {
  position: absolute;
  content: "";
}
.about_area .about_thumb img {
  width: 100%;
  padding: 0 0px 30px 30px;
}
.about_area .about_thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: #ff4357;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
}
.about_area .about_thumb a i {
  position: relative;
  font-size: 20px;
  color: #fff;
  top: 2px;
  left: 2px;
}
.about_area .about_info {
  padding-left: 40px;
}
.about_area .about_info .section_title h3 {
  margin-bottom: 37px;
}
.about_area .about_info p {
  font-size: 14px;
  color: #505050;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.about_area .about_info ul li {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  line-height: 26px;
  margin-bottom: 19px;
}
.about_area .about_info ul li::before {
  width: 15px;
  height: 15px;
  background: #a51f22;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
}

.about_area_2 {
  padding: 180px 0;
  position: relative;
}
.about_area_2 .shapes .shap_1 {
  position: absolute;
  left: 40%;
  top: 24%;
}
.about_area_2 .shapes .shap_1 img {
  width: 100%;
}
.about_area_2 .about_thumb img {
  width: 100%;
}
.about_area_2 .about_thumb.tab_margin {
  margin-bottom: 30px;
}
.about_area_2 .about_info .demo_links {
  font-size: 16px;
  color: #4543de;
  font-weight: 500;
  padding-bottom: 0;
  line-height: 16px;
}
.about_area_2 .about_info .demo_links:hover {
  text-decoration: underline;
}
.about_area .about_thumb2 {
  position: relative;
  z-index: 1;
}
.about_area .about_thumb2 img {
  width: 100%;
}
.about_area .about_thumb2::before {
  display: none;
}
.about_area .about_thumb2 a {
  position: absolute;
  left: 59%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: #ff4357;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
}
.about_area .about_thumb2 a i {
  position: relative;
  font-size: 20px;
  color: #fff;
  top: 2px;
  left: 2px;
}
.about_area {
  padding-top: 0px !important;
  position: relative;
  padding: 20px !important;
}
.about_area .big_instrator_image img {
  z-index: -9;
  position: relative;
}
.about_area .section_title h4 {
  margin-bottom: 15px;
}
.about_area .about_thumb2 a {
  left: 50% !important;
}
.about_area .section_title h4 {
  margin-bottom: 15px;
}
.testmonial_area .about_area .about_thumb2 a {
  left: 50% !important;
}
.about_area .about_info h4 {
  font-size: 26px;
  margin-bottom: 20px;
}

/* contact Area */
.contact_area {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: auto;
  background: #fbfbfb;
}
.contact_form_info {
  width: 80%;
  margin: auto;
}
.contact_form_info form input {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border: 1px solid #ccc;
  padding-left: 25px;
  margin-top: 20px;
}
.contact_form_info form input::placeholder {
  color: #919191;
  font-size: 10px;
  font-weight: 400;
}
.contact_form_info form textarea {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border: 1px solid #ccc;
  padding: 15px 0 0 25px;
}
.contact_form_info form textarea::placeholder {
  color: #919191;
  font-size: 10px;
  font-weight: 400;
}
.contact_form_info form button {
  border: none;
  cursor: pointer;
}
.contact_form_info form button.boxed_btn {
  background: #ff4357;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 13px 65px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact_form_info form button.boxed_btn:hover {
  border: 1px solid #ff4357;
  color: #8f0000 !important;
  background: 0 0;
}
.contact_thumb2 {
  position: relative;
}
.contact_thumb2 img {
  width: 70%;
}
.contact_thumb2 .thumb_inner {
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 99%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 0 99%, 0 0);
}
.contact_thumb2 ::before {
  position: absolute;
  content: "";
  z-index: 999;
  left: 30px;
  bottom: 10px;
  right: -25px;
  top: 60px;
  z-index: -1;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

/* what we offer */
.features_area_2 {
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
}
.features_area_2 .shape_icon {
  position: absolute;
  right: 10%;
  bottom: 10%;
}
.features_area_2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  top: -310px;
  z-index: -1;
  background-image: linear-gradient(to bottom, #ffffff, #fbf5ff);
}
.features_area_2 .single_feature {
  margin-bottom: 40px;
}
.features_area_2 .single_feature .icon {
  width: 98px;
  height: 98px;
  text-align: center;
  line-height: 98px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 37px;
  color: #fff;
  box-shadow: #505050;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.features_area_2 .single_feature .icon i {
  font-size: 37px;
  line-height: 98px;
}
.features_area_2 .single_feature h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0b0b21;
  margin-bottom: 0;
  margin-top: 20px;
}
.features_area_2 .single_feature:hover .icon {
  box-shadow: 0px 10px 10px rgba(80, 80, 80, 0.15);
}
.features_area_2 .single_feature .icon {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d33633),
    to(#d33633)
  );
  background-image: -o-linear-gradient(top, #83da3a, #29c89c);
  background-image: linear-gradient(to bottom, #d33633, #d33633);
}

/* what we offer */
.team__item {
  text-align: center;
  margin-bottom: 30px;
}
.team__item__img {
  width: 170px;
  height: 170px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 50%;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.team__item img {
  width: 50%;
  height: auto;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  margin-top: 40px;
}
.team__item h5 {
  font-size: 20px;
  color: #d33633;
  font-weight: 600;
  margin-bottom: 5px;
}
.team__item span {
  font-size: 15px;
  color: #111111;
  display: block;
  margin-bottom: 12px;
}
.team__item__img:hover {
  border-color: #d33633;
}

/* Everything at one place */
.banner_area_2 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #ff999938;
}
.banner_area_2 .banner_info h3 {
  font-size: 30px;
  color: #0b0b21;
  line-height: 1.24;
  font-weight: 500;
}
.banner_area_2 .banner_info p {
  line-height: 1.6;
  font-size: 20px;
  color: #505050;
  margin-bottom: 30px;
}
.banner_area_2 .banner_info .banner_thumb {
  margin-top: 40px;
  -webkit-box-shadow: 0 30px 30px rgba(80, 80, 80, 0.08);
  -moz-box-shadow: 0 30px 30px rgba(80, 80, 80, 0.08);
  box-shadow: 0 30px 30px rgba(80, 80, 80, 0.08);
}
.banner_area_2 .banner_info .banner_thumb img {
  width: 100%;
}
.banner_area_2 .animation_icon .anim_icon_4,
.banner_area_2 .animation_icon .anim_icon,
.banner_area_2 .animation_icon .anim_icon_2,
.banner_area_2 .animation_icon .anim_icon_3 {
  position: absolute;
}
.banner_area_2 .animation_icon .anim_icon {
  left: 10%;
  top: 34%;
}
.banner_area_2 .animation_icon .anim_icon_2 {
  left: 63%;
  top: 7%;
}
.banner_area_2 .animation_icon .anim_icon_3 {
  right: 23%;
  top: 31%;
}
.banner_area_2 .animation_icon .anim_icon_4 {
  left: 2%;
  bottom: -13%;
  z-index: -1;
}

/* expert Assistance */
.border-left-blue-grey.border-left-lighten-4 {
  border-left: 1px solid #cfd8dc !important;
}
.customizer {
  width: 400px;
  right: -400px;
  padding: 0;
  background-color: #fff;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.customizer.open {
  right: 0;
}
.customizer a.customizer-close {
  color: #000;
}
.customizer .customizer-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 7px;
  width: auto;
  z-index: 10;
}
.customizer a.customizer-toggle {
  color: #fff;
  font-weight: 500;
  display: block;
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.customizer .customizer-toggle {
  position: absolute;
  top: 35%;
  padding: 10px;
  left: -45px;
  text-align: center;
  cursor: pointer;
}
.customizer .customizer-content {
  position: relative;
  height: 100%;
}
.p-2 {
  padding: 1.5rem !important;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/* tax.html */
.tax_file_page {
  position: relative;
  padding: 1% 0px;
  width: 100%;
  display: block;
}
.media.eca {
  background: #e8e8e873;
  margin: 0;
  padding: 5% 30px;
  position: relative;
  transition: all 400ms ease-in 0s;
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
}
.media.ecw {
  background: #ffffff;
  margin: 0;
  padding: 5% 30px;
  position: relative;
  transition: all 400ms ease-in 0s;
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
}
.media img:hover {
  margin-top: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

/* master Head */
.masthead {
  height: 100vh;
  max-height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.masthead h1 {
  color: #d33633;
}
.masthead .container .vector {
  right: 1px;
  position: absolute;
  height: 80vh;
  max-height: 400px;
  margin-right: 10%;
}

/* Create will process */
img.create_will_img {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}
.create_will_img img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.create_will_img {
  background: #f5f5f5;
  padding: 50px 0px;
  display: block;
  overflow: hidden;
  width: 100%;
}

/* tax page */
.icon-box {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  width: 100%;
}
.icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

/* Need Assist */
.need-assist {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: auto;
  background: #a2a2a21c;
}

/* easy steps */
.easy-step {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: auto;
  background: #a2a2a21c;
}
.easy-step .title {
  color: #d33633;
}
.displayBottom {
  position: absolute;
  bottom: 10%;
  right: 20%;
}

/* Contact us Captcha */
.captcha {
  border-radius: 5px;
  color: #4c4a4b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.newl {
  margin-top: -10px;
}

/* Service Icon */
.service_icon img {
  width: 40%;
}

/*cart */
.cartCount {
  background-color: #d33633;
  border-radius: 50%;
  margin-top: -40px;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.125rem 0.125rem;
  font-size: 0.75rem;
  line-height: 1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* dashboard */
.info-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}

.info-box .progress {
  background-color: rgba(0, 0, 0, 0.125);
  height: 2px;
  margin: 5px 0;
}
.info-box .progress .progress-bar {
  background-color: #ffffff;
}
.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}
.info-box .info-box-icon > img {
  max-width: 100%;
}
.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 120%;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}
.info-box .info-box-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
}
.info-box .progress-description,
.info-box .info-box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-box .info-box .bg-primary,
.info-box .info-box .bg-gradient-primary {
  color: #ffffff;
}
.info-box .info-box .bg-primary .progress-bar,
.info-box .info-box .bg-gradient-primary .progress-bar {
  background-color: #ffffff;
}
.info-box .info-box .bg-secondary,
.info-box .info-box .bg-gradient-secondary {
  color: #ffffff;
}
.info-box .info-box .bg-secondary .progress-bar,
.info-box .info-box .bg-gradient-secondary .progress-bar {
  background-color: #ffffff;
}
.info-box .info-box .bg-success,
.info-box .info-box .bg-gradient-success {
  color: #ffffff;
}
.info-box .info-box .bg-success .progress-bar,
.info-box .info-box .bg-gradient-success .progress-bar {
  background-color: #ffffff;
}
.info-box .info-box .bg-info,
.info-box .info-box .bg-gradient-info {
  color: #ffffff;
}
.info-box .info-box .bg-info .progress-bar,
.info-box .info-box .bg-gradient-info .progress-bar {
  background-color: #ffffff;
}
.info-box .info-box .bg-warning,
.info-box .info-box .bg-gradient-warning {
  color: #1f2d3d;
}
.info-box .info-box .bg-warning .progress-bar,
.info-box .info-box .bg-gradient-warning .progress-bar {
  background-color: #1f2d3d;
}
.info-box .info-box .bg-danger,
.info-box .info-box .bg-gradient-danger {
  color: #ffffff;
}
.info-box .info-box .bg-danger .progress-bar,
.info-box .info-box .bg-gradient-danger .progress-bar {
  background-color: #ffffff;
}
.info-box .info-box .bg-light,
.info-box .info-box .bg-gradient-light {
  color: #1f2d3d;
}
.info-box .info-box .bg-light .progress-bar,
.info-box .info-box .bg-gradient-light .progress-bar {
  background-color: #1f2d3d;
}
.info-box .info-box .bg-dark,
.info-box .info-box .bg-gradient-dark {
  color: #ffffff;
}
.info-box .info-box .bg-dark .progress-bar,
.info-box .info-box .bg-gradient-dark .progress-bar {
  background-color: #ffffff;
}
.info-box .info-box-more {
  display: block;
}
.info-box .progress-description {
  margin: 0;
}

/* input field with icon */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* All Products */
.bordered_btn {
  color: #d33633;
  padding: 10px;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc !important;
  width: 20%;
}

.activeBtn {
  color: #ffffff;
  background-color: #dd3333;
}

/* 1. Enable smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* 2. Make nav sticky */
main > nav {
  position: sticky;
  top: 2rem;
  align-self: start;
}

/* 3. ScrollSpy active styles (see JS tab for activation) */
.section-nav li.active > a {
  color: #333;
  font-weight: 500;
}

/* Sidebar Navigation */
.section-nav {
  padding-left: 0;
  border-left: 1px solid #efefef;
}
.section-nav a {
  text-decoration: none;
  display: block;
  padding: 0.125rem 0;
  color: #ccc;
  transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */
}
.section-nav a:hover,
.section-nav a:focus {
  color: #666;
}

/** Poor man's reset **/
* {
  box-sizing: border-box;
}
h1 {
  font-weight: 300;
}

/** page layout **/
main {
  display: grid;
  grid-template-columns: 1fr 15em;
  max-width: 100em;
  width: 90%;
  margin: 0 auto;
}

/** enlarge the sections for this demo, so that we have a long scrollable page **/
section {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.termsofuse footer {
  margin-top: 20px;
}
.modal-footer .btn {
  font-size: 14px;
}
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-profile-user {
  width: 40px;
}

a,
.button,
button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover {
  text-decoration: none;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
.small,
small {
  font-size: 70%;
  font-weight: 400;
}
.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
}
.modal-title {
  color: #d33633;
}
.boxed_btn_bg {
  background: #d33633 !important;
  color: #fff !important;
}
input:focus,
button:focus {
  outline: none;
}
button {
  color: #fff;
  outline: medium none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", Nunito Sans;
  color: #000000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
label {
  color: #222222;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
}
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
.owl-carousel .owl-nav div {
  background: #e92623;
  height: 60px;
  left: 0px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60px;
  font-size: 12px;
  color: #c7cfd2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
  color: #458efe;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.home_2 #back-top a {
  background: #4543de;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(69, 67, 222, 0.4);
  -moz-box-shadow: 0px 10px 20px 0px rgba(69, 67, 222, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(69, 67, 222, 0.4);
}
.video_play_button:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 67, 87, 0.2);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999;
  display: none;
}
#back-top a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 40px;
  background: #ff4357;
  font-size: 15px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 67, 87, 0.4);
  -moz-box-shadow: 0px 10px 20px 0px rgba(255, 67, 87, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(255, 67, 87, 0.4);
}
.home_3 #back-top a {
  background: #a51f22;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(172, 249, 228, 0.21);
  -moz-box-shadow: 0px 10px 20px 0px rgba(172, 249, 228, 0.21);
  box-shadow: 0px 10px 20px 0px rgba(172, 249, 228, 0.21);
}
.boxed_btn {
  background: #ff4357;
  padding: 10px;
  border-radius: 36px;
  -moz-border-radius: 36px !important;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 40px;
  border: 1px solid transparent;
}
.boxed_btn:hover {
  color: #ff4357;
  border-color: #ff4357;
  background: transparent;
}
.boxed_btn.blue_btn {
  background: #e92623;
}
.boxed_btn.blue_btn:hover {
  color: #e92623;
  border-color: #e92623;
  background: transparent;
}
.boxed_btn .paste_btn {
  background: #ffffff;
}
.boxed_btn.paste_btn:hover {
  color: #fff;
  border-color: #fff;
  background: #d33633;
}
.paste_btn2 {
  background: #d33633;
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  font-weight: 500;
  padding: 12px 40px;
  border: 1px solid transparent;
}
.paste_btn2:hover {
  color: #d33633 !important;
  background: transparent;
  border-color: #d33633 !important;
}

.boxed_btn_2 {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 40px;
  border-radius: 37px;
  border: 1px solid #d33633;
  background: #d33633;
}
.single_service_wrap h3 {
  font-size: 22px;
  font-weight: normal;
}
.boxed_btn_2:hover {
  color: #fff;
  background: #ff4357;
}
.line_btn {
  font-size: 16px;
  color: #fff;
  padding: 12px 41px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
}
.line_btn:hover {
  background: #fff;
  color: #000;
}
.blank_btn {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 12px 65px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.blank_btn:hover {
  color: #000;
  background: #fff;
}
.boxed_btn3 {
  background: #a51f22;
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 12px 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}
.boxed_btn3:hover {
  color: #a51f22;
  border-color: #a51f22 !important;
  background: transparent;
}

/*Added on 19/May/2021*/

.boxed_btn4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 400;

  vertical-align: middle !important;
  font-size: 15px !important;
  display: inline-block !important;
  width: calc(95px + 0.5vw) !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  background-color: #d33633 !important;
  border-radius: 37px !important;
  padding: 2px 2px !important;
}

.boxed_btn4:hover {
  color: #d33633;
  border-color: #d33633 !important;
  background: transparent !important;
}
/*Added on 19/May/2021 & Removed on 20/May/2021
.navbar-nav .boxed_btn3:focus {
  color: #fff;
}
*/

.login_btn {
  background: #d33633;
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px !important;
  color: #fff;
  font-weight: 400;
  padding: 12px 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}
.login_btn:hover {
  color: #d33633 !important;
  border-color: #d33633 !important;
  background: transparent;
}

.login_btn:focus {
  color: #fff;
}

/*Added 28 MAY 2021*/
.add_btn {
  background-color: #d33633;
  border-radius: 3px;
  padding: 0.15rem 0.75rem;
  margin-left: 2%;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  font-size: 16px !important;
  color: #fff;
  font-weight: 400;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}
.add_btn:hover {
  color: #d33633 !important;
  border-color: #d33633 !important;
  background: transparent;
}

.add_btn:focus {
  color: #fff;
}

/*Added 2 JUNE 2021*/
.rmv_btn {
  background-color: white;
  border-radius: 3px;
  padding: 0.15rem 0.75rem;
  margin-left: 2%;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  font-size: 16px !important;
  color: #d33633;
  font-weight: 400;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #d33633;
}
.rmv_btn:hover {
  color: #fff !important;
  border-color: transparent !important;
  background: #d33633;
}

.rmv_btn:focus {
  color: #d33633;
}

/*added on 21 May 2021*/
#couponApply:hover {
  border-color: #d33633 !important;
  color: #d33633 !important;
}

.section_title.white_text h3 {
  color: #fff;
}
.section_title.white_text span {
  color: #fff !important;
}
.section_title span {
  font-size: 16px;
  color: #8f8f8f;
  font-weight: 700;
  display: block;
  line-height: 16px;
  margin-bottom: 21px;
}
.section_title h3 {
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  color: #d33633;
}
.section_title h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
  color: #1c1c1c;
}
.section_title.section_title2 h3 {
  margin-bottom: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
.section_title.section_title2 p {
  line-height: 1.67;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 8px;
  color: #505050;
}
.section_title_2 h3 {
  font-weight: 400;
  line-height: 1.29;
}
.section_title_2 h3 span {
  color: #4543de;
}
.section_title_3 h3 {
  font-weight: 400;
  line-height: 1.29;
}
.section_title_3 h3 span {
  color: #4543de;
}
.section_title_3 p {
  font-size: 20px;
  line-height: 1.6;
  color: #505050;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 24px;
}
.section_title_4 h3 {
  font-weight: 500;
  line-height: 1.29;
  color: #0b0b21;
}
.section_title_4 h3 span {
  color: #4543de;
}
.section_title_4 p {
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 24px;
}
.home_3 .section_title span {
  color: #61afff;
}
.pl-80 {
  padding-left: 80px;
}
.pl-100 {
  padding-left: 100px;
}
.mb-90 {
  margin-bottom: 82px;
}
.pl-65 {
  padding-left: 65px;
}
.pb-180 {
  padding-bottom: 180px;
}
.mb-30 {
  margin-bottom: 30px;
}
.amination_custom {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 0.9s ease 5s;
  user-select: none;
}
.amination_custom2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
.amination_custom3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}
.amination_custom4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}
.amination_custom10 {
  backface-visibility: hidden;
  animation: jumping10 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}
.amination_custom11 {
  backface-visibility: hidden;
  animation: jumping11 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: 0.6;
  }
  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: 0.85;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: 0.8;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: 0.9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: 0.9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: 0.8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: 0.8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: 0.6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: 0.7;
  }
}

@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: 0.7;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: 0.8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: 0.9;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: 0.9;
  }
}

@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

.spin_circle {
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: 10s;
  animation-timing-function: linear;
  /* transform: rotate(3deg); */
  /* transform: rotate(0.3rad);/ */
  /* transform: rotate(3grad); */
  /* transform: rotate(.03turn);  */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sign_in {
  color: #d33633;
  font-weight: 500;
}

/*added on 19/May/2021*/

.sign_in:hover {
  background-color: white !important;
  color: #d33633 !important;
  border: 1px solid #d33633 !important;
}
sup {
  top: 0px;
  right: 0px;
  z-index: 999999;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 9px;
  font-size: 12px;
  color: #fff; /* border: 1px solid #d33633;*/
}
.slicknav_menu .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  top: 0px;
}
.slicknav_nav a {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", Nunito Sans;
  text-transform: capitalize;
  font-weight: 400;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 9.5px 15px;
  margin: 0;
}
.slicknav_arrow {
  position: absolute;
  right: 0;
  width: 40px;
  height: 37px;
  text-align: center;
  line-height: 40px;
  top: 0;
}
.slicknav_nav li {
  display: block;
  border-bottom: none;
  position: relative;
}
.mobile_menu .slicknav_nav ul.submenu {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}
.mobile_menu .slicknav_nav ul.submenu li a {
  font-size: 16px;
}
.mobile_menu .slicknav_nav .slicknav_arrow {
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  color: red;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: red;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #363e51;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 25px;
  position: relative;
}
.slicknav_menu .slicknav_icon {
  margin-right: 0px;
}
.mobile_menu {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9999999;
}
.slicknav_btn {
  right: 24px;
}
.slicknav_nav {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 7px 0 rgba(13, 0, 36, 0.07);
  padding: 15px 6px;
  margin-top: 10px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 6.5px 20px;
  margin: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 6.5px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.slicknav_btn {
  padding: 0px;
  border: 0px;
}
.slicknav_btn .slicknav_icon-bar {
  background-color: #ff4357;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  width: 22px;
  height: 2px;
}
.home_2 .slicknav_btn .slicknav_icon-bar {
  background-color: #a51f22;
}
.home_3 .slicknav_btn .slicknav_icon-bar {
  background-color: #a51f22;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 5px;
}
.slicknav_btn .slicknav_icon-bar:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slicknav_btn .slicknav_icon-bar:nth-child(3) {
  opacity: 1;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
  opacity: 0;
}
.slicknav_btn .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  position: relative;
}

.border_top_1px {
  border-top: 1px solid #dfdfdf;
}
.testmonial_area {
  z-index: -99;
  position: relative;
}
.about_thumb.wow.fadeInLeft {
  z-index: 4;
}
.banner_area .banner_text .site_link_form form button:hover {
  color: #d33633;
  background: #fff;
  border: 1px solid #d33633 !important;
}
.banner_area .banner_img_1 {
  position: absolute;
  right: 0;
  top: 0;
}
.banner_area .banner_img_1 img {
  width: 100%;
}
.banner_area .circle_icon_3 {
  position: absolute;
  bottom: 8%;
  left: 16%;
}
.banner_area .circle_icon_2 {
  position: absolute;
  top: 15%;
  left: 53%;
}
.banner_area .circle_icon_4 {
  position: absolute;
  right: 8.5%;
  top: 28%;
  z-index: 4;
}
.banner_area .circle_icon_5 {
  position: absolute;
  right: 35%;
  bottom: 39%;
  z-index: 4;
}
.banner_area .circle_icon_1 {
  position: absolute;
  top: 28%;
  left: 3%;
}
.layer {
  position: relative !important;
}
body.home_3 {
  overflow-x: hidden;
}
.banner_area.banner_area3 {
  overflow: visible;
  position: relative;
  background-image: url(../img/banner_bg.png);
  background-size: cover;
  background-position: center center;
}
.amination_custom11 {
  backface-visibility: hidden;
  animation: jumping11 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
  z-index: -1;
}
.banner_area.banner_area3 .anim_icon_3 {
  position: absolute;
  left: 18%;
  bottom: 12%;
}
.banner_area.banner_area3 .anim_icon_2 {
  position: absolute;
  left: 48%;
  top: 22%;
}
.banner_area.banner_area3 .anim_icon_1 {
  position: absolute;
  left: 6%;
  top: 30%;
}
.banner_area.banner_area3 .banner_text span {
  color: #fff;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.059);
  padding: 8px 12px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 33px;
}
.banner_area.banner_area3 .banner_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  margin-bottom: 30px;
}
.banner_area.banner_area3 .banner_text .site_link_form h4 {
  color: #fff;
}
.banner_area.banner_area3 .banner_text .site_link_form form input {
  border: 1px solid #d33633;
  background: transparent;
  color: #fff;
}
.banner_area.banner_area3 .banner_text .site_link_form form input::placeholder {
  color: #ffffff;
}
.banner_area.banner_area3 .banner_text .site_link_form form button {
  background: #e92623;
}
.banner_area.banner_area3 .banner_text .site_link_form form button:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.banner_area.banner_area3 .banner_Right_wrapper .blue__circle_wrapper {
  position: absolute;
  width: 1217px;
  height: 1217px;
  top: -305px;
  left: 54%;
  background-color: #e92623;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.banner_area.banner_area3 .banner_Right_wrapper .circle___img.layer {
  position: absolute;
  top: 85px !important;
  left: 59% !important;
  z-index: 4;
  width: 770px;
  height: 770px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  clip-path: initial;
  right: auto;
  position: absolute !important;
}
.banner_area.banner_area3 .banner_Right_wrapper .circle___img.layer img {
  width: 100%;
  border-radius: 50%;
}

/* line 634, I:/last_update/optymoney/optymoney/css/_banner.css */

.banner_area.banner_area3 .banner_Right_wrapper .lite_blue_circle.layer {
  width: 770px;
  height: 770px;
  background-color: #fb7575;
  position: absolute !important;
  top: 80px !important;
  left: 57% !important;
  z-index: 2;
  border-radius: 50%;
}

/* line 654, I:/last_update/optymoney/optymoney/css/_banner.css */

.banner_area.banner_area3 .banner_Right_wrapper .circle___wrapper.layer {
  width: 790px;
  height: 790px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute !important;
  top: 80px !important;
  left: 56.7% !important;
  border: 1px dashed #fff;
  opacity: 0.7;
  z-index: 12;
}

/* line 676, I:/last_update/optymoney/optymoney/css/_banner.css */

.banner_area.banner_area3 .banner_Right_wrapper .left_circle {
  width: 757px;
  height: 757px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute !important;
  top: -45% !important;
  left: -15% !important;
  border: 1px dashed #fff;
  opacity: 0.7;
  z-index: 1;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_features.css */

.features_area {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fbfbfb;
}

/* line 9, I:/last_update/optymoney/optymoney/css/_features.css */

.features_area .features_title h3 {
  font-size: 30px;
  font-weight: 500;
  color: #1c1c1c;
  /* border-bottom: 1px solid #1c1c1c; */
  padding-bottom: 0px;
  display: inline-block;
  margin-bottom: 30px;
}

/* line 24, I:/last_update/optymoney/optymoney/css/_features.css */

.features_area .brand_active .single_brand {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 50px;
}

/* line 30, I:/last_update/optymoney/optymoney/css/_features.css */

.features_area .brand_active .single_brand img {
  width: auto;
  display: inline-block;
}

/* line 35, I:/last_update/optymoney/optymoney/css/_features.css */

.features_area .brand_active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_about.css */

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_service.css */

.service_area {
  padding-bottom: 40px;
}

/* line 11, I:/last_update/optymoney/optymoney/css/_service.css */

.service_area .single_service {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 35px 37px;
  margin-bottom: 30px;
}

/* line 16, I:/last_update/optymoney/optymoney/css/_service.css */

.service_area .single_service .service_icon {
  background: #f4eefe;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 94px;
  margin: auto;
}

/* line 29, I:/last_update/optymoney/optymoney/css/_service.css */

.service_area .single_service.green .service_icon {
  background: #d33633;
}

/* line 34, I:/last_update/optymoney/optymoney/css/_service.css */

.service_area .single_service.violate .service_icon {
  background: #f4eefe;
}

/* line 39, I:/last_update/optymoney/optymoney/css/_service.css */

.service_area .single_service.orange .service_icon {
  background: #fff4e6;
}

/* line 43, I:/last_update/optymoney/optymoney/css/_service.css */

.service_area .single_service h3 {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  margin-top: 16px;
  text-transform: uppercase;
  color: #000;
}

.service_area .single_service {
  min-height: 282px;
}

/* line 50, I:/last_update/optymoney/optymoney/css/_service.css */

.service_area .single_service p {
  font-size: 16px;
  line-height: 28px;
  color: #505050;
  margin-bottom: 0;
}

/* line 1, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  position: relative;
}

/* line 7, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .case_study_bg {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 24, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case {
  position: relative;
  padding-bottom: 155px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.05);
}

/* line 30, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case .case_thumb {
  overflow: hidden;
}

/* line 32, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case .case_thumb img {
  width: 100%;
}

/* line 36, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case .hover_overlay {
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  padding: 35px;
  -webkit-transform: translateY(-155px);
  -moz-transform: translateY(-155px);
  -ms-transform: translateY(-155px);
  transform: translateY(-155px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 100%;
}

/* line 47, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case .hover_overlay .case_heading {
  margin-top: 18px;
  padding-bottom: 20px;
}

/* line 53, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case .hover_overlay .case_heading h3 {
  color: #1c1c1c;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

/* line 88, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case .hover_overlay .list {
  margin-top: 20px;
  margin-bottom: 60px;
}

/* line 96, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case .hover_overlay .list ul li {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}

/* line 114, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case:hover .hover_overlay {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  top: 0;
  background: #ff4357;
}

/* line 119, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case:hover .case_heading {
  margin-top: 0px;
  padding-bottom: 0px;
}

/* line 122, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .single-case:hover .case_heading h3 {
  color: #fff;
}

/* line 129, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .owl-carousel .owl-nav div {
  background: #f2fcff;
  right: 540px;
  top: -145px;
  left: auto;
}

/* line 143, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .owl-carousel .owl-nav div.owl-next {
  right: 462px;
}

/* line 163, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 166, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area .owl-carousel:hover .owl-nav div:hover {
  color: #458efe;
}

/* line 177, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 180, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .case_study_title_warp {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
}

/* line 191, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .case_study_title_warp::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -moz-linear-gradient(145deg, #61afff 0%, #286fff 100%);
  background-image: -webkit-linear-gradient(145deg, #e92b27 0%, #a51f22 100%);
  background-image: -ms-linear-gradient(145deg, #61afff 0%, #286fff 100%);
  opacity: 0.902;
}

/* line 205, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .case_study_title_warp .title_text p {
  color: #fff;
}

/* line 210, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .single-case:hover .hover_overlay {
  background: #286fff;
}

/* line 214, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .owl-carousel .owl-nav div {
  background: #a51f22;
  right: 15%;
  top: -127px;
  left: auto;
}

/* line 219, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .owl-carousel .owl-nav div i {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

/* line 235, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .owl-carousel .owl-nav div.owl-next {
  right: 9%;
}

/* line 255, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 258, I:/last_update/optymoney/optymoney/css/_case.css */

.home_3 .case_study_area .owl-carousel:hover .owl-nav div:hover {
  color: #286fff;
}

/* line 270, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case {
  padding-bottom: 0;
}

/* line 272, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case .case_thumb {
  position: relative;
  overflow: hidden;
}

/* line 275, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case .case_thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 280, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case .case_thumb .hover_overlay {
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  padding: 35px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 100%;
}

/* line 291, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3
  .single-case
  .case_thumb
  .hover_overlay::before {
  position: absolute;
  right: 0;
  content: "";
  bottom: 0;
  z-index: 9;
  background-image: url(../img/home_3/case/shadow.png);
  width: 220px;
  height: 260px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(100%);
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

/* line 308, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3
  .single-case
  .case_thumb
  .hover_overlay
  .case_heading {
  margin-top: 18px;
  padding-bottom: 2px;
}

/* line 317, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3
  .single-case
  .case_thumb
  .hover_overlay
  .case_heading
  h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

/* line 352, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3
  .single-case
  .case_thumb
  .hover_overlay
  .list {
  margin-top: 0px;
  margin-bottom: 60px;
}

/* line 368, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3
  .single-case
  .case_thumb
  .hover_overlay
  .list
  ul
  li {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}

/* line 386, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case .case_heading {
  margin-top: 18px;
  padding-bottom: 20px;
}

/* line 390, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case .case_heading.case_heading3 {
  background: #fff;
  margin: 0;
  margin-top: 0px;
  margin-top: 0;
  padding: 50px 30px;
}

/* line 402, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case .case_heading.case_heading3 h3 {
  color: #1c1c1c;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 408, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3
  .single-case
  .case_heading.case_heading3
  h3:hover {
  color: #286fff;
}

/* line 443, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case:hover .hover_overlay {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #a51f22;
}

/* line 448, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case:hover .hover_overlay::before {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 452, I:/last_update/optymoney/optymoney/css/_case.css */

.case_study_area.case_study_area3 .single-case:hover .case_thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_chose.css */

/* line 12, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_img {
  position: relative;
  right: 60px;
}

/* line 27, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_img img {
  width: 100%;
}

/* line 30, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_img .animated_img_1 {
  position: absolute;
  left: 0%;
  top: 12%;
}

/* line 35, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_img .animated_img_2 {
  position: absolute;
  right: 3%;
  bottom: 7%;
}

/* line 41, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_img .animated_img_3 {
  position: absolute;
  bottom: 18%;
  left: 0%;
}

/* line 47, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_img .animated_small_img img {
  width: auto;
}

/* line 56, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_info .section_title {
  margin-bottom: 59px;
}

/* line 67, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_info .chose_list ul li {
  margin-bottom: 43px;
}

/* line 76, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_info .chose_list ul li .chose_mark span {
  width: 50px;
  height: 50px;
  background: #ff4357;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  font-weight: 16px;
}

/* line 87, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_info .chose_list ul li .chose_mark span.gray {
  background: #dddddd !important;
  margin-left: 27px;
}

/* line 90, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_info .chose_list ul li .chose_mark span.violate {
  background: #9657f6 !important;
}

/* line 95, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_info .chose_list ul li .chose_text {
  padding-left: 30px;
}

/* line 97, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_info .chose_list ul li .chose_text h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 16px;
  top: 11px;
  position: relative;
}

/* line 112, I:/last_update/optymoney/optymoney/css/_chose.css */

.chose_area .chose_info .chose_list ul li .chose_text p {
  font-size: 16px;
  color: #505050;
  margin-bottom: 0;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area {
  padding-top: 62px;
  background-image: url(../img/testmonial/testi_bgg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* line 24, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_review .author {
  margin-bottom: 20px;
}

/* line 32, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_review .author .author_name {
  padding-left: 20px;
}

/* line 34, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_review .author .author_name h4 {
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 2px;
}

/* line 40, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_review .author .author_name span {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
}

/* line 47, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_review p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}

/* line 61, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_active.owl-carousel .owl-nav div {
  background: #a51f22;
  height: 40px;
  left: 0px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  font-size: 8px;
  color: #fbfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -56px;
  font-size: 14px;
  font-weight: 700;
}

.owl-nav {
  float: right !important;
  position: absolute !important;
  top: 0 !important;
  right: 0px !important;
}

/* line 89, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_active.owl-carousel .owl-nav div.owl-next {
  left: 53px;
}

/* line 92, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_active.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  left: 1px;
}

/* line 102, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_active.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 2px;
}

/* line 111, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_active.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 114, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial_area .testmonial_active.owl-carousel:hover .owl-nav div:hover {
  color: #fff !important;
}

/* line 124, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area {
  background-image: url(../img/home_3/testmonial/testmonial_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0;
}

/* line 137, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .thumb {
  position: relative;
  margin: 15px;
  display: inline-block;
}

/* line 141, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .thumb .thumb_icon {
  position: absolute;
  right: -15px;
  bottom: -16px;
  z-index: 90;
}

/* line 146, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .thumb .thumb_icon img {
  width: 65px;
}

/* line 150, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .thumb::before {
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
  position: absolute;
  z-index: 89;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px dotted #fff;
}

/* line 162, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .thumb img {
  width: 170px;
}

/* line 166, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .testmonial_content {
  padding-left: 85px;
}

/* line 175, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .testmonial_content p {
  font-size: 32px;
  line-height: 1.38;
  color: #fff;
  font-weight: 400;
  margin-bottom: 57px;
  margin-top: 23px;
}

/* line 197, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .testmonial_content .author_name h4 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 4px;
}

/* line 203, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .single_testmonial .testmonial_content .author_name span {
  display: inline-block;
  font-size: 16px;
  color: #c8dcff;
}

/* line 211, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/* line 215, I:/last_update/optymoney/optymoney/css/_testimonial.css */

.testmonial2_area .slider-counter {
  text-align: right;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  bottom: 13px;
  right: 15px;
  position: absolute;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

/* line 5, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area.plus_padding {
  padding-bottom: 150px;
  padding-top: 80px;
}

/* line 21, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .counter_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  line-height: 96px;
  background: #ffecee;
}

/* line 29, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .counter_icon:nth-child(2) {
  background: #000;
}

/* line 33, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .col-xl-4:nth-child(2) .single_counter .counter_icon {
  background: #e5fdf7;
}

/* line 36, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .col-xl-4:nth-child(3) .single_counter .counter_icon {
  background: #f4eefe;
}

/* line 39, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .couner_ilstrator_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 660px;
  bottom: 0;
}

/* line 45, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .couner_ilstrator_bg img {
  width: 100%;
}

/* line 49, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .single_counter {
  padding: 60px 0;
  text-align: center;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}

/* line 61, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .single_counter h3 {
  font-size: 42px;
  font-weight: 500;
  color: #1c1c1c;
  margin-top: 26px;
  margin-bottom: 18px;
}

/* line 81, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .single_counter span.conter_subtitle {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
}

/* line 86, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .single_counter:hover {
  border: 1px solid #ff4357;
}

/* line 90, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .col-xl-4:nth-child(2) .single_counter:hover {
  border: 1px solid #00ebac !important;
}

/* line 93, I:/last_update/optymoney/optymoney/css/_counter.css */

.counter_area .col-xl-4:nth-child(3) .single_counter:hover {
  border: 1px solid #9657f6 !important;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* line 12, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.05);
}

/* line 15, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news .news_thumb {
  overflow: hidden;
}

/* line 17, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news .news_thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 23, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news .news_content {
  padding: 30px 25px 34px 25px;
}

/* line 28, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news .news_content h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

/* line 48, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news .news_content h3 a {
  color: #1c1c1c;
}

/* line 52, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news .news_content p {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/* line 63, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news:hover .news_content h3 a {
  color: #ff4357;
}

/* line 68, I:/last_update/optymoney/optymoney/css/_news.css */

.news_area .single_news:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  width: 100%;
}

/* line 75, I:/last_update/optymoney/optymoney/css/_news.css */

.bg {
  background-color: white;
  position: absolute;
  left: 405px;
  top: 6683px;
  width: 350px;
  height: 171px;
  z-index: 140;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.testmonial_area {
  background: transparent !important;
}

/* line 28, I:/last_update/optymoney/optymoney/css/_contact_form.css */

/* line 146, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert {
  position: relative;
}

/* line 157, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert .contact_expert_text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

/* line 168, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert .contact_expert_text p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}

/* line 179, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert .contact_expert_text p a {
  font-size: 20px;
  text-decoration: none;
}

.btn-second .btn-fourth {
  color: #fff !important;
  font-size: 21px;
}

/* line 181, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert .contact_expert_text p a:hover {
  color: #fff;
}

/* line 191, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert .animation_img .anim_1 {
  position: absolute;
  bottom: 23%;
  left: 4%;
}

/* line 196, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert .animation_img .anim_2 {
  position: absolute;
  top: 20%;
  left: 17%;
}

/* line 201, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert .animation_img .anim_3 {
  position: absolute;
  top: 17%;
  right: 8%;
}

/* line 206, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.contact_expert .animation_img .anim_4 {
  position: absolute;
  right: 32%;
  bottom: 31%;
}

/* line 217, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.home_3 .contact_expert {
  padding: 20px 0;
  position: relative;
  background: #ff2928;
}

/* line 229, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.home_3 .contact_expert_text p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 243, I:/last_update/optymoney/optymoney/css/_contact_form.css */

.home_3 .contact_expert_btn {
  text-align: right;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_bradcam.css */

/* line 4, I:/last_update/optymoney/optymoney/css/_bradcam.css */

/* line 16, I:/last_update/optymoney/optymoney/css/_bradcam.css */

.bradcam_area {
  padding: 115px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  /*background-image: url(../img/banner/ContactUsBanner.svg);*/
}

/* line 23, I:/last_update/optymoney/optymoney/css/_bradcam.css */

.bradcam_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.2;
  z-index: -1;
}

/* line 35, I:/last_update/optymoney/optymoney/css/_bradcam.css */

.bradcam_area .bradcam_text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

/* line 46, I:/last_update/optymoney/optymoney/css/_bradcam.css */

.bradcam_area .bradcam_text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* line 50, I:/last_update/optymoney/optymoney/css/_bradcam.css */

.bradcam_area .bradcam_text p a {
  color: #fff;
}

/* line 52, I:/last_update/optymoney/optymoney/css/_bradcam.css */

.bradcam_area .bradcam_text p a:hover {
  color: #ff4357;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 2, I:/last_update/optymoney/optymoney/css/_about_page.css */

.youtube_bg {
  background-image: url(../img/about_page/video/video_bg.png);
}

/* line 5, I:/last_update/optymoney/optymoney/css/_about_page.css */

.youtube_video_area {
  background-size: cover;
  background-position: center center;
  padding: 270px 0;
  text-align: center;
  background-repeat: no-repeat;
}

/* line 20, I:/last_update/optymoney/optymoney/css/_about_page.css */

.youtube_video_area a {
  width: 110px;
  height: 110px;
  background: #ff4357;
  display: inline-block;
  text-align: center;
  line-height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}

/* line 40, I:/last_update/optymoney/optymoney/css/_about_page.css */

.youtube_video_area a:hover {
  color: #fff;
}

/* line 46, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area {
  padding-top: 180px;
  padding-bottom: 90px;
}

/* line 61, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area .info_thumb img {
  width: 100%;
}

/* line 65, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area .info_text {
  padding-left: 65px;
  padding-right: 75px;
}

/* line 82, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area .info_text .info_text_1 {
  margin-top: 17px;
}

/* line 89, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area .info_text .info_text_2 {
  margin-bottom: 45px;
}

/* line 98, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* line 110, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area2 .info_thumb img {
  width: 100%;
}

/* line 114, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area2 .info_text {
  padding-right: 75px;
}

/* line 128, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area2 .info_text .info_text_1 {
  margin-top: 17px;
}

/* line 132, I:/last_update/optymoney/optymoney/css/_about_page.css */

.about_info_area2 .info_text .info_text_2 {
  margin-bottom: 45px;
}

/* line 141, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area {
  padding-top: 170px;
  padding-bottom: 150px;
}

/* line 148, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team {
  margin-bottom: 30px;
}

/* line 150, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* line 154, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 159, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_thumb .social_links {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 168, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_thumb .social_links ul {
  text-align: center;
}

/* line 170, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_thumb .social_links ul li {
  display: inline-block;
}

/* line 172, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_thumb .social_links ul li a {
  color: #ccc;
  margin: 0 0px;
}

/* line 175, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_thumb .social_links ul li a:hover {
  color: #ff4357;
}

/* line 183, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_content {
  padding: 21px 0;
}

/* line 185, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 8px;
}

/* line 191, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team .team_content p {
  font-size: 16px;
  color: #919191;
  margin-bottom: 0;
  line-height: 16px;
}

/* line 198, I:/last_update/optymoney/optymoney/css/_about_page.css */

.team_area .single_team:hover .social_links {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area {
  padding-top: 80px;
  padding-bottom: 90px;
}

/* line 11, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap {
  padding-bottom: 90px;
}

/* line 17, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap .thumb img {
  width: 100%;
}

/* line 21, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap:nth-child(4) {
  padding-bottom: 0;
}

/* line 38, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap .service_wrap_info {
  padding-left: 65px;
}

/* line 39, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap .service_wrap_info.no_padding {
  padding-left: 0;
  margin-bottom: 30px;
}

/* line 53, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap .service_wrap_info .section_title {
  margin-bottom: 19px;
}

/* line 56, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap .service_wrap_info p {
  color: #505050;
  line-height: 1.75;
}

/* line 65, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap .service_wrap_info ul {
  margin-bottom: 51px;
}

/* line 73, I:/last_update/optymoney/optymoney/css/_service_page.css */

.service_wrap_area .single_service_wrap .service_wrap_info ul li {
  color: #505050;
  line-height: 1.75;
  font-family: "Montserrat", Nunito Sans;
  font-size: 16px;
  font-weight: 500;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 {
  padding-top: 180px;
  padding-bottom: 100px;
}

/* line 12, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .portfolio-menu {
  margin-bottom: 95px;
}

/* line 20, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .portfolio-menu button {
  border: none;
  background: transparent;
  font-size: 16px;
  color: #505050;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px 26px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .portfolio-menu button.active {
  color: #ff4357;
  border: 1px solid #ff4357;
}

/* line 40, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study {
  margin-bottom: 80px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

/* line 46, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study .thumb {
  overflow: hidden;
}

/* line 48, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study .thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 54, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study .study_bottom {
  padding: 35px;
}

/* line 56, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study .study_bottom span {
  color: #919191;
  font-size: 14px;
  font-weight: 400;
}

/* line 61, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study .study_bottom h3 {
  margin-bottom: 0;
}

/* line 63, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study .study_bottom h3 a {
  color: #000000;
  font-size: 24px;
  line-height: 1.2;
  color: #1c1c1c;
  font-weight: 500;
}

/* line 80, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 85, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study:hover .study_bottom h3 {
  margin-bottom: 0;
}

/* line 87, I:/last_update/optymoney/optymoney/css/_case_01.css */

.case_study_page_01 .single_study:hover .study_bottom h3 a {
  color: #ff4357;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_bg_1 {
  background-image: url(../img/approach/approach_banner_1.png);
}

/* line 4, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_bg_2 {
  background-image: url(../img/approach/approach_banner_2.png);
}

/* line 7, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_bg_3 {
  background-image: url(../img/approach/approach_banner_3.png);
}

/* line 10, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_bg_4 {
  background-image: url(../img/approach/approach_banner_4.png);
}

/* line 13, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_bg_5 {
  background-image: url(../img/approach/approach_banner_5.png);
}

/* line 21, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_intro {
  padding-top: 0px !important;
  padding-bottom: 0px;
}

.whatsapp-logo {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  width: 40px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 32, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_intro .approach_info_title {
  margin-bottom: 85px;
}

/* line 35, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_intro .approach_text {
  padding-right: 95px;
}

/* line 47, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_intro .approach_text span {
  color: #1c1c1c;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 13px;
  display: block;
}

/* line 54, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_intro .approach_text p {
  font-size: 16px;
  line-height: 28px;
  color: #505050;
  margin-bottom: 0;
}

/* line 62, I:/last_update/optymoney/optymoney/css/_approach.css */

.approach_intro .approch_thumb img {
  width: 100%;
}

/* line 69, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .approach_banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 700px;
}

/* line 85, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .section_title span {
  margin-bottom: 0;
  color: #00ebac;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

/* line 94, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .section_title span.blue {
  color: #458efe !important;
}

/* line 101, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .section_title span.orange {
  color: #ff930e !important;
}

/* line 107, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .section_title span.violate {
  color: #9657f6 !important;
}

/* line 112, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .section_title h4 {
  margin-top: 7px;
  margin-bottom: 23px;
}

/* line 117, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .proach_inenr {
  padding-top: 80px;
  padding-bottom: 173px;
}

/* line 129, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .approach_info {
  padding-right: 95px;
}

/* line 138, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .approach_info p {
  color: #505050;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* line 147, I:/last_update/optymoney/optymoney/css/_approach.css */

.single_approach .approach_info_list ul li {
  color: #505050;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.approach_info_list ul li:before {
  content: "\2022";
  color: #a51f22;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 19px;
  margin-left: 0em;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_career.css */

.carrer_area {
  padding-top: 180px;
  padding-bottom: 173px;
  word-wrap: break-word;
}

/* line 14, I:/last_update/optymoney/optymoney/css/_career.css */

.carrer_area .career_thumb img {
  width: 100%;
}

/* line 33, I:/last_update/optymoney/optymoney/css/_career.css */

.carrer_area .single_career_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 41, I:/last_update/optymoney/optymoney/css/_career.css */

.carrer_area .single_career_wrap .single_iteam {
  width: 50%;
}

/* line 48, I:/last_update/optymoney/optymoney/css/_career.css */

.carrer_area .single_career_wrap .career_text h4 {
  color: #1c1c1c;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 9px;
}

/* line 60, I:/last_update/optymoney/optymoney/css/_career.css */

.carrer_area .single_career_wrap .career_text p {
  color: #505050;
  font-size: 16px;
  line-height: 28px;
}

/* line 90, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area {
  padding-bottom: 150px;
}

/* line 96, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .carrer_header h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 32px;
}

/* line 112, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content {
  background: #f6faff;
  margin-bottom: 30px;
  padding: 30px;
}

/* line 119, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 125, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* line 131, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content a.readmore_Btn {
  color: #919191;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid transparent;
}

/* line 138, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content a.readmore_Btn:hover {
  border-bottom: 1px solid #919191;
}

/* line 142, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content .lists {
  margin-top: 20px;
}

/* line 144, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content .lists .single_list {
  margin-bottom: 20px;
}

/* line 146, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content .lists .single_list h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.33;
  margin-bottom: 5px;
}

/* line 154, I:/last_update/optymoney/optymoney/css/_career.css */

.career_list_area .career_content .single_content .lists .single_list ul li {
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  line-height: 1.75;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area {
  padding-top: 180px;
  padding-bottom: 180px;
}

/* line 12, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog {
  margin-bottom: 80px;
}

/* line 20, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog .blog_thumb {
  overflow: hidden;
}

/* line 23, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog .blog_thumb a img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 30, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog .blog_meta {
  padding: 23px 23px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

/* line 33, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog .blog_meta h4 {
  margin-bottom: 7px;
}

/* line 36, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog .blog_meta h4 a {
  font-family: "Montserrat", Nunito Sans;
  color: #1c1c1c;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
}

/* line 45, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog .blog_meta h4 a:hover {
  color: #ff4357;
}

/* line 51, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog span {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 1.36;
}

/* line 58, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area .single_blog:hover .blog_thumb img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/* line 64, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area form {
  margin-bottom: 60px;
}

/* line 71, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area form .chose_catagori .nice-select {
  height: 50px;
  line-height: 50px;
  width: 100%;
  color: #919191;
  font-size: 16px;
  font-family: "Montserrat", Nunito Sans;
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

/* line 81, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area form .chose_catagori .nice-select .option {
  cursor: pointer;
  font-weight: 300;
  line-height: 40px;
  min-height: 40px;
}

/* line 88, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area form .chose_catagori .nice-select::after {
  color: #505050;
  font-size: 12px;
  top: 5px;
  right: 28px;
}

/* line 95, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area form .search_keyword {
  position: relative;
  margin-bottom: 30px;
}

/* line 98, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area form .search_keyword input {
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 50px;
  padding-left: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 104, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area form .search_keyword input::placeholder {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
  font-family: "Montserrat", Nunito Sans;
}

/* line 112, I:/last_update/optymoney/optymoney/css/_blog.css */

.blog_area form .search_keyword button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #505050;
  font-size: 17px;
  background: none;
  border: none;
  right: 14px;
  line-height: 50px;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_bg {
  background-image: url(../img/blog_details/bannner.png);
}

/* line 4, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_banner_wrap {
  padding: 214px 0 366px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

/* line 15, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_banner_wrap .blog_text .section_title h3 {
  margin-bottom: 13px;
}

/* line 18, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_banner_wrap .blog_text .section_title p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

/* line 25, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_banner_wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.3;
}

/* line 38, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info {
  position: relative;
  margin-top: -160px;
}

/* line 41, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .blog_details_inner {
  background: #fff;
}

/* line 43, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .blog_details_inner .details_info_wrap {
  padding: 50px 60px;
}

/* line 49, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .blog_details_inner .details_info_wrap .quote_text p {
  font-size: 20px;
  line-height: 32px;
  color: #505050;
}

/* line 56, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .blog_details_inner .details_info_wrap .compo_list h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 65, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .blog_details_inner .details_info_wrap .compo_list p {
  font-size: 16px;
  font-weight: 400;
}

/* line 70, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .lists
  li {
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  line-height: 1.75;
}

/* line 77, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .img_details {
  margin-top: 34px;
  margin-bottom: 31px;
}

/* line 80, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .img_details
  p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #505050;
}

/* line 88, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .thumb
  img {
  width: 100%;
}

/* line 93, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .img_title
  h5 {
  font-size: 14px;
  color: #505050;
  font-style: italic;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 42px;
}

/* line 103, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .first_component
  h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 19px;
}

/* line 111, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .first_component
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

/* line 117, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .quote_marked {
  position: relative;
  padding-left: 25px;
  margin: 45px 0;
}

/* line 121, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .quote_marked::before {
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: #ff4357;
  content: "";
  position: absolute;
}

/* line 130, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .compo_list
  .quote_marked
  p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

/* line 137, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .blog_details_inner .details_info_wrap .video_wrap {
  background-image: url(../img/blog_details/2.png);
  background-repeat: no-repeat;
  height: 550px;
  background-size: cover;
  margin-bottom: 42px;
}

/* line 147, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info
  .blog_details_inner
  .details_info_wrap
  .video_wrap
  .video_icon
  a {
  color: #ff0000;
  font-size: 98px;
}

/* line 160, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .tags li {
  display: inline-block;
  margin-right: 6px;
}

/* line 163, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .tags li a {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
}

/* line 172, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .tags li a:hover {
  color: #f34a38;
}

/* line 178, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .social_links {
  text-align: right;
}

/* line 185, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .social_links ul li {
  display: inline-block;
  margin-left: 6px;
}

/* line 188, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .social_links ul li a {
  width: 40px;
  height: 40px;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
}

/* line 200, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .social_links ul li a:hover {
  color: #fff;
  background: #ff4357;
  border: 1px solid transparent;
}

/* line 209, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .author_feedback {
  border: 1px solid #dfdfdf;
  padding: 25px 30px;
  margin-top: 54px;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 218, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .author_feedback .thumb {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 222, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .author_feedback .thumb img {
  width: 100%;
}

/* line 226, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .author_feedback .info {
  padding-left: 22px;
}

/* line 232, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .author_feedback .info span {
  display: block;
  font-size: 18px;
  color: #505050;
  font-weight: 700;
}

/* line 238, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .author_feedback .info p {
  line-height: 1.75;
  margin-bottom: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 245, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .author_feedback .info .links a {
  font-size: 16px;
  color: #d1d1d1;
  margin-right: 14px;
}

/* line 249, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .author_feedback .info .links a:hover {
  color: #f34a38;
}

/* line 256, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .next_prev_post {
  margin-bottom: 80px;
}

/* line 258, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .next_prev_post a {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #cccccc;
  padding: 9px 33px;
  display: inline-block;
}

/* line 265, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .feedback_wrap .next_prev_post a:hover {
  color: #f34a38;
}

/* line 274, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.blog_details_info .news_area .section_title h4 {
  font-size: 30px;
  margin-bottom: 39px;
}

/* line 288, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area {
  margin-top: 50px;
}

/* line 291, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area .section_title h4 {
  font-size: 30px;
  margin-bottom: 35px;
}

/* line 300, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area .comment_wrap .single_comment {
  margin-bottom: 25px;
}

/* line 305, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area .comment_wrap .single_comment:last-child {
  margin-bottom: 0;
}

/* line 312, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area .comment_wrap .single_comment .comment_left .thumb {
  margin-right: 20px;
}

/* line 319, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area
  .comment_wrap
  .single_comment
  .comment_left
  .comnet_info
  p.name_date {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 5px;
}

/* line 324, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area
  .comment_wrap
  .single_comment
  .comment_left
  .comnet_info
  p.name_date
  span {
  font-size: 14px;
  font-weight: 400;
  color: #919191;
}

/* line 330, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area
  .comment_wrap
  .single_comment
  .comment_left
  .comnet_info
  p.commented {
  font-size: 16px;
  color: #505050;
}

/* line 349, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area .comment_wrap .single_comment .reply_btn a {
  color: #505050;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px;
}

/* line 357, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.coment_area .comment_wrap .single_comment .reply_btn a:hover {
  border-color: #ff4357;
  color: #ff4357;
}

/* line 370, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.contact_form_area.blog_contact {
  padding-top: 104px;
}

/* line 373, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.contact_form_area.blog_contact .section_title h4 {
  font-size: 30px;
  margin-bottom: 0;
}

/* line 385, I:/last_update/optymoney/optymoney/css/_blog_details.css */

.contact_blog_bg {
  background: #f6faff;
  padding: 35px 45px;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_banner {
  background-image: url(../img/study_details/study_details.png);
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 21, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap {
  padding-top: 90px;
  padding-bottom: 55px;
  background: #f6faff;
}

/* line 34, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .section_title h3 {
  margin-bottom: 20px;
}

/* line 37, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .section_title .date {
  color: #1c1c1c;
  font-family: "Montserrat", Nunito Sans;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 23px;
}

/* line 44, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .section_title .date::before {
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #ff4357;
  left: 50%;
  content: "";
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 57, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .details_title h3 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 45px;
}

/* line 73, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .col-lg-6:nth-child(2) .single_case .icon {
  background: #ddf9f7;
}

/* line 76, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .single_case {
  margin-bottom: 30px;
}

/* line 78, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .single_case .icon {
  width: 98px;
  height: 98px;
  background: #f7e8ee;
  text-align: center;
  line-height: 98px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
}

/* line 87, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .single_case h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 10px;
}

/* line 93, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.case_details_wrap .single_case p {
  font-size: 16px;
  line-height: 1.75;
  color: #505050;
  margin-bottom: 0;
}

/* line 104, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.challenge_plan_area {
  padding-top: 10px;
}

/* line 112, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.challenge_plan_area .single_plane {
  margin-bottom: 85px;
}

/* line 120, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.challenge_plan_area .single_plane h4 {
  font-size: 34px;
  line-height: 1.35;
  font-weight: 700;
  color: #1c1c1c;
}

/* line 126, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.challenge_plan_area .single_plane p {
  font-size: 16px;
  color: #505050;
  line-height: 1.75;
  margin-bottom: 6px;
}

/* line 133, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.challenge_plan_area .single_plane ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #505050;
}

/* line 142, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.challenge_plan_area .challenge_banner img {
  width: 100%;
}

/* line 150, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area {
  padding-top: 79px;
  padding-bottom: 130px;
}

/* line 159, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.35;
}

/* line 164, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area p {
  font-size: 16px;
  color: #505050;
  line-height: 1.75;
  margin-bottom: 20px;
  margin-top: 15px;
}

/* line 171, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .single_trafic {
  margin-bottom: 30px;
}

/* line 176, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .single_trafic h4 {
  font-size: 34px;
  color: #ff4357;
  font-weight: 700;
  font-family: "Montserrat", Nunito Sans;
  margin-bottom: 5px;
}

/* line 186, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .single_trafic p {
  font-size: 16px;
  color: #707070;
  line-height: 1.38;
  margin: 0;
}

/* line 193, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top {
  margin-bottom: 30px;
  border-top: 1px solid #dfdfdf;
  padding-top: 40px;
  margin-top: 60px;
}

/* line 201, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top .social_links {
  margin-bottom: 20px;
}

/* line 207, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top .social_links ul li {
  display: inline-block;
  margin-right: 8px;
}

/* line 210, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top .social_links ul li a {
  width: 40px;
  height: 40px;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
}

/* line 220, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top .social_links ul li a:hover {
  color: #fff;
  background: #ff4357;
  border: 1px solid transparent;
}

/* line 229, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top .next_prev_btn {
  text-align: right;
}

/* line 235, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top .next_prev_btn ul li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
}

/* line 242, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top .next_prev_btn ul li a {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 31px;
  display: inline-block;
  border: 1px solid #ccc;
}

/* line 249, I:/last_update/optymoney/optymoney/css/_case_study_details.css */

.result_area .bordered_top .next_prev_btn ul li a:hover {
  border-color: transparent;
  background: #ff4357;
  color: #fff;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area {
  padding-bottom: 40px;
  padding-top: 40px;
}

/* line 12, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .contact_info {
  margin-bottom: 87px;
}

/* line 17, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .contact_info h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

/* line 24, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .contact_info h3 a {
  color: #458efe;
  display: inline-block;
}

/* line 35, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .col-lg-4:nth-child(2) .single_contact_info .icon {
  background: #d33633;
}

/* line 38, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .col-lg-4:nth-child(3) .single_contact_info .icon {
  background: #d33633;
}

/* line 41, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .single_contact_info {
  margin-bottom: 20px;
}

/* line 43, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .single_contact_info .icon {
  width: 74px;
  height: 74px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #d33633;
  color: #fff;
  text-align: center;
  line-height: 74px;
  margin: auto;
  font-size: 30px;
}

/* line 57, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .single_contact_info h4 {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  margin-top: 24px;
  margin-bottom: 5px;
}

/* line 64, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .single_contact_info p {
  font-size: 16px;
  line-height: 1.75;
  color: #505050;
}

/* line 69, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .single_contact_info .social_links {
  margin-top: 16px;
}

/* line 75, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .single_contact_info .social_links ul li {
  display: inline-block;
  margin-right: 8px;
}

/* line 78, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .single_contact_info .social_links ul li a {
  width: 40px;
  height: 40px;
  color: #d33633;
  border: 1px solid #d33633;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
}

/* line 88, I:/last_update/optymoney/optymoney/css/_contact.css */

.main_contact_area .single_contact_info .social_links ul li a:hover {
  color: #fff;
  background: #d33633;
  border: 1px solid transparent;
}

/* line 100, I:/last_update/optymoney/optymoney/css/_contact.css */

#contact-map {
  height: 405px;
}

/* line 109, I:/last_update/optymoney/optymoney/css/_contact.css */

.contact_form_area {
  padding-top: 90px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dfdfdf;
}

/* line 125, I:/last_update/optymoney/optymoney/css/_contact.css */

.contact_form_area .section_title {
  margin-bottom: 33px;
}

/* line 128, I:/last_update/optymoney/optymoney/css/_contact.css */

.contact_form_area .single_field {
  margin-bottom: 27px;
}

/* line 130, I:/last_update/optymoney/optymoney/css/_contact.css */

.contact_form_area .single_field input,
.contact_form_area .single_field textarea {
  width: 100%;
  padding: 6.5px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  background: transparent;
}

/* line 140, I:/last_update/optymoney/optymoney/css/_contact.css */

.contact_form_area .single_field input::placeholder,
.contact_form_area .single_field textarea::placeholder {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
}

/* line 146, I:/last_update/optymoney/optymoney/css/_contact.css */

.contact_form_area .single_field textarea {
  height: 40px;
  margin-top: 49px;
  resize: none;
}

/* line 152, I:/last_update/optymoney/optymoney/css/_contact.css */

.contact_form_area .boxed_btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 168, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-content {
  border-radius: 0;
}

/* line 176, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .login_heading h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.25;
  text-align: center;
  color: #1c1c37;
  margin-bottom: 0;
}

/* line 185, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .main_content {
  padding: 10px 55px 20px 55px;
}

/* line 188, I:/last_update/optymoney/optymoney/css/_contact.css */

/*.custom_login_from .modal-body .login_form span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #1c1c37;
    text-transform: capitalize;
    margin-top: 14px;
    margin-bottom: 13px;
}*/

.custom_login_from .modal-body .login_form span .bottom_error {
  font-size: small;
  color: #ff0000;
}

/* line 200, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .login_with_google a {
  font-size: 16px;
  font-weight: 500;
  line-height: 3.38;
  text-align: center;
  color: #1c1c37;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  display: block;
  line-height: 50px;
}

/* line 211, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .login_with_google a i {
  color: #4543de;
}

/* line 217, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .login .single_input {
  margin-bottom: 20px;
}

/* line 219, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .login .single_input input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  font-size: 16px;
  color: #575757;
  padding: 14px 15px;
  font-weight: 500;
}

/* line 227, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from
  .modal-body
  .login_form
  .login
  .single_input
  input::placeholder {
  color: #919191;
  font-size: 16px;
}

/* line 231, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .login .single_input input:focus {
  outline: none;
}

/* line 240, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .forgot_pass {
  text-align: center;
  margin-top: 28px;
}

/* line 243, I:/last_update/optymoney/optymoney/css/_contact.css */

.custom_login_from .modal-body .login_form .forgot_pass p {
  color: #919191;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 2px;
}

/* line 261, I:/last_update/optymoney/optymoney/css/_contact.css */

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #1c1c37;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_custom_input.css */

.contact_form_area {
  /*= input focus effects css
=========================== */
  /* necessary to give position: relative to parent. */
}

/* line 4, I:/last_update/optymoney/optymoney/css/_custom_input.css */

.contact_form_area :focus {
  outline: none;
}

/* line 6, I:/last_update/optymoney/optymoney/css/_custom_input.css */

.contact_form_area .bordered_1 {
  position: relative;
}

/* line 7, I:/last_update/optymoney/optymoney/css/_custom_input.css */

.contact_form_area input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}

/* line 9, I:/last_update/optymoney/optymoney/css/_custom_input.css */

.contact_form_area .effect-1,
.contact_form_area .effect-2,
.contact_form_area .effect-3 {
  border: 0;
  border-bottom: 1px solid #ccc;
}

/* line 12, I:/last_update/optymoney/optymoney/css/_custom_input.css */

.contact_form_area .effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff4357;
  transition: 0.5s;
}

/* line 13, I:/last_update/optymoney/optymoney/css/_custom_input.css */

.contact_form_area .effect-1:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_plan.css */

.plan_area {
  padding: 170px 0 180px 0;
}

/* line 10, I:/last_update/optymoney/optymoney/css/_plan.css */

.plan_area .section_title.section_title2 p {
  margin-bottom: 30px;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_brand.css */

.brand_area_2 {
  padding: 180px 0 120px 0;
  position: relative;
}

/* line 5, I:/last_update/optymoney/optymoney/css/_brand.css */

.brand_area_2 .circle_shape {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 10, I:/last_update/optymoney/optymoney/css/_brand.css */

.brand_area_2 .circle_shape img {
  width: 100%;
}

/* line 20, I:/last_update/optymoney/optymoney/css/_brand.css */

.brand_area_2 .brand_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 27, I:/last_update/optymoney/optymoney/css/_brand.css */

.brand_area_2 .brand_wrap .single_brand {
  -webkit-box-flex: 20%;
  -ms-flex: 20% 0 0px;
  flex: 20% 0 0;
  text-align: center;
  margin-bottom: 60px;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_works_2.css */

.work_section {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

/* line 19, I:/last_update/optymoney/optymoney/css/_works_2.css */

.work_section .shapes .shap_1 {
  position: absolute;
  left: 10%;
  top: 10%;
}

/* line 37, I:/last_update/optymoney/optymoney/css/_works_2.css */

.work_section .shapes .shap_2 {
  position: absolute;
  right: 15%;
  bottom: 7%;
}

/* line 46, I:/last_update/optymoney/optymoney/css/_works_2.css */

.work_section .video_works {
  position: relative;
  background-image: url(../img/home_2/video/video.png);
  height: 357px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.08);
}

/* line 54, I:/last_update/optymoney/optymoney/css/_works_2.css */

.work_section .video_works a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: #ff4357;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
}

/* line 65, I:/last_update/optymoney/optymoney/css/_works_2.css */

.work_section .video_works a i {
  position: relative;
  font-size: 20px;
  color: #fff;
  top: 2px;
  left: 2px;
}

/* line 76, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f6feff),
    to(#fbf5ff)
  );
  background-image: -o-linear-gradient(bottom, #f6feff, #fbf5ff);
  background-image: linear-gradient(to top, #f6feff, #fbf5ff);
  padding: 175px 0 180px 0;
  z-index: 2;
  position: relative;
}

/* line 92, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .shapes .shap_1 {
  position: absolute;
  left: 10%;
  top: 7%;
}

/* line 111, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .single_manage {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  border-bottom: 2px solid #4543de;
}

/* line 116, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .single_manage h4 {
  font-size: 24px;
  font-weight: 500;
  color: #0b0b21;
  margin-bottom: 0;
}

/* line 128, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .single_manage p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 24px;
}

/* line 144, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .single_manage:hover {
  opacity: 1;
}

/* line 152, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .manage_tabs .nav {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

/* line 156, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .manage_tabs .nav li {
  width: 31.5%;
}

/* line 162, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .manage_tabs .nav li a {
  padding: 0;
  opacity: 0.6;
  position: relative;
  z-index: 9;
}

/* line 167, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .manage_tabs .nav li a.active {
  opacity: 1;
}

/* line 174, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .manage_banner {
  margin-top: 60px;
  -webkit-box-shadow: 0 30px 30px #f6feff;
  -moz-box-shadow: 0 30px 30px #f6feff;
  box-shadow: 0 30px 30px #f6feff;
}

/* line 180, I:/last_update/optymoney/optymoney/css/_works_2.css */

.multipol_manage_area .manage_banner img {
  width: 100%;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area {
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  z-index: 3;
  overflow-y: hidden;
  background: #fbfbfb;
  margin-top: 20px;
}

/* line 12, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .shap_1 {
  position: absolute;
  left: 7%;
  top: 18%;
  z-index: 0;
}

/* line 35, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .shap_2 {
  position: absolute;
  right: 7%;
  bottom: 5%;
  z-index: 0;
}

/* line 58, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .nav {
  text-align: center;
  margin-bottom: 40px;
}

/* line 67, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .nav a {
  color: #000;
  display: inline-block;
  padding: 13px 60px;
  display: inline-block;
  background: #f2f1fd;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  z-index: 12;
}

/* line 80, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .nav a.active {
  background-image: linear-gradient(to bottom, #e61f1e, #a51f22);
  color: #fff;
}

/* line 84, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .nav a:first-child {
  border-radius: 30px 0 0 30px;
}

/* line 87, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .nav a:last-child {
  border-radius: 0 30px 30px 0;
}

/* line 93, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .tab-pane {
  transition: 0.5s;
}

/* line 96, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising {
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 48px 0 35px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

/* line 104, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising .prising_header span {
  font-size: 30px;
  font-weight: 400;
  display: block;
  color: #0b0b21;
  line-height: 1;
}

/* line 111, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising .prising_header h3 {
  font-size: 30px;
  color: #a51f22;
  font-weight: 400;
  margin-bottom: 21px;
  margin-top: 19px;
}

/* line 118, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising .prising_header .prising_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
}

/* line 124, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising .prising_list {
  margin-top: 35px;
}

/* line 127, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising .prising_list ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.6;
  color: #0b0b21;
}

/* line 138, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising.active .prising_header span {
  color: #fff;
}

/* line 141, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising.active .prising_header h3 {
  color: #fff;
}

/* line 144, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising.active .prising_header .prising_btn {
  background: #ffffff;
  color: #c61f20;
}

/* line 146, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising.active .prising_header .prising_btn:hover {
  border-color: #83da3a;
  color: #fff;
  background: transparent;
}

/* line 155, I:/last_update/optymoney/optymoney/css/_prising.css */

.prising_area .single_prising.active .prising_list ul li {
  color: #ffffff;
}

/* line 164, I:/last_update/optymoney/optymoney/css/_prising.css */

.product_lisence_area {
  padding: 170px 0 124px 0;
}

/* line 170, I:/last_update/optymoney/optymoney/css/_prising.css */

.product_lisence_area .single_prodict {
  margin-bottom: 50px;
}

/* line 178, I:/last_update/optymoney/optymoney/css/_prising.css */

.product_lisence_area .single_prodict .lisence_info {
  padding-left: 20px;
}

/* line 180, I:/last_update/optymoney/optymoney/css/_prising.css */

.product_lisence_area .single_prodict .lisence_info h3 {
  font-size: 22px;
  font-weight: 400;
  color: #4543de;
  margin-bottom: 8px;
}

/* line 186, I:/last_update/optymoney/optymoney/css/_prising.css */

.product_lisence_area .single_prodict .lisence_info p {
  font-size: 18px;
  line-height: 30px;
  color: #505050;
  margin-bottom: 0;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 1, I:/last_update/optymoney/optymoney/css/_404_page.css */

.page_not_found_wrap {
  padding: 150px 0;
  background: #f6faff;
}

/* line 15, I:/last_update/optymoney/optymoney/css/_404_page.css */

.page_not_found_wrap .not_found_wrap .thumb img {
  width: 100%;
}

/* line 20, I:/last_update/optymoney/optymoney/css/_404_page.css */

.page_not_found_wrap .not_found_wrap .info_404 {
  margin-top: 40px;
}

/* line 22, I:/last_update/optymoney/optymoney/css/_404_page.css */

.page_not_found_wrap .not_found_wrap .info_404 h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 30, I:/last_update/optymoney/optymoney/css/_404_page.css */

.page_not_found_wrap .not_found_wrap .info_404 p {
  font-size: 16px;
  color: #919191;
  margin-top: 5px;
  margin-bottom: 28px;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* line 4, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

.home_3 .contact_area .contact_thumb2 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

/* line 11, I:/last_update/optymoney/optymoney/css/_home_3_contact.css
.home_3 .contact_area .contact_thumb2::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d336337d;
    right: -35px;
    content: '';
    z-index: -1;
}  */

/* line 28, I:/last_update/optymoney/optymoney/css/_home_3_contact.css 
.home_3 .contact_area .contact_thumb2::after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: -35px;
  content: '';
  z-index: 2;
 border: 1px dotted #d33633;
} */

/* line 45, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

.home_3 .contact_area .contact_thumb2 img {
  width: 100%;
  position: relative;
}

/* line 54, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

.home_3 .chose_area .chose_img .chose_round_img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

/* line 58, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

.home_3 .chose_area .chose_img .chose_round_img::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #d4e2ff;
  left: -35px;
  content: "";
  z-index: -1;
}

/* line 75, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

.home_3 .chose_area .chose_img .chose_round_img::after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -35px;
  content: "";
  z-index: 2;
  border: 1px dotted #286fff;
}

/* line 92, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

.home_3 .chose_area .chose_img .chose_round_img img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 101, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

/* line 132, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

.home_3 .news_area .single_news:hover .news_content h3 a {
  color: #a51f22;
}

/* line 135, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */

.home_3 .case_study_area .case_study_title_warp::before {
  opacity: 1 !important;
  background-image: -webkit-linear-gradient(
    145deg,
    #ffffff 0%,
    #ffffff 100%
  ) !important;
  /* opacity: 0.902; */
}

/*----------------------------------------------------*/

#video_testimonial {
  /* padding-top: 100px; */
  padding-top: 0px !important;
  position: relative;
  padding: 20px !important;
}

.home_3 .section_title span {
  color: #a51f22;
}

.approach_text a {
  color: #a51f22;
  font-size: 20px;
  font-weight: 800;
}

.navbar_fixed a.boxed_btn.paste_btn {
  background: #d33633 !important;
  color: #fff !important;
}

ul#mobile-menu li a:hover {
  color: #e92623 !important;
}

body .boxed_btn.paste_btn {
  background: #a50000;
  color: #ffffff !important;
}

.case_study_area3 .owl-nav {
  position: initial !important;
  /* margin-left: 10px !important; */
}

.testmonial_area .about_area {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.testmonial_area .about_area .about_thumb2 a {
  top: 148px;
}

.testmonial_review h4 {
  color: #fff;
  font-style: italic;
}

.testmonial_area .about_area .about_thumb2 img {
  width: 126px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  top: -7px;
  position: relative;
}

.testmonial_area .about_area .about_thumb2 a {
  background: transparent !important;
}

.case_study_area.case_study_area3 .single-case .case_heading.case_heading3 h3 {
  text-align: center;
}

.service_area {
  background: #fff;
}

.service_area .single_service {
  min-height: 282px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.take_expert {
  position: relative;
  background: #d33633 !important;
}

.take_expert .boxed_btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}

.boxed_btn {
  background: #ffffff;
  color: #d33633;
}

a:hover {
  color: #ff4357;
}

.chose_list .red {
  width: 50px;
  height: 50px;
  background: #ff4357;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: 26px;
}

.chose_list .green {
  width: 50px;
  height: 50px;
  background: #00ebac;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: 26px;
}

.chose_list .violate {
  width: 50px;
  height: 50px;
  background: #9657f6;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: 26px;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 21%;
  margin: 0 auto;
  /*margin-bottom: 30px;
	padding-right: 99px; */
}

.chose_list .chose_text {
  display: inline-block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  background-color: #ff4357;
  border-color: #dee2e6 #dee2e6 #fff;
}

.chose_text h3 {
  font-size: 18px;
  font-weight: bold;
}

.plan_a_goal h3 {
  margin-bottom: 40px;
}

input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

.form-horizontal label.control-label {
  text-align: left;
  font-weight: bold;
  color: #000;
  margin-top: 7px;
}

.text-right {
  text-align: right;
}

.form-horizontal .col-xl-3 {
  display: inline-block;
}

.form-horizontal .col-xl-2 {
  display: inline-block;
}

.tab-pane.active.show {
  display: block !important;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block !important;
}

.generate_report {
  padding: 100px 0px;
}

.generate_report input {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border: 1px solid #cccccc;
  padding-left: 25px;
  margin-bottom: 30px;
}

.generate_report textarea {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  border: 1px solid #cccccc;
  padding-left: 25px;
  margin-bottom: 30px;
}

button.button_round {
  border-radius: 50px !important;
}

.about_thumb.wow.fadeInLeft {
  z-index: 9;
}

button.sign_in {
  border-radius: 50px !important;
}

.form-horizontal .btn.btn-warning.pull-right {
  background: #d33633 !important;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  float: none;
  margin: 0 auto;
  width: 20%;
  display: block;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgb(211, 54, 51) !important;
}

.contact_expert.take_expert {
  background: #fff;
  z-index: 9;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  text-align: center;
}

.choose_goal ul li a {
  color: #000;
  font-size: 24px;
  display: block;
}

.choose_goal ul li {
  list-style: none;
  display: inline-block;
  width: 170px;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px;
  text-align: center;
  padding: 5px;
  margin: 30px 20px;
  border-radius: 30px;
}

.main_menu {
  width: 100%;
  display: block;
}

.expenses_retirement {
  background: #fbfbfb;
  display: block;
  margin-top: 40px;
  width: 100%;
}

.expenses_retirement h3 {
  font-size: 20px;
}

.expenses_retirement {
  background: #fbfbfb;
  display: block;
  margin-top: 40px;
  width: 100%;
}

.expenses_retirement .boxed_btn {
  background: #d33633;
  color: #ffffff;
  float: right;
}

.expenses_retirement .expenses_rupee {
  margin-top: t;
  margin-top: 10px;
  float: left;
}

.plan_goal_popup .login_button {
  width: 173px;
  margin-right: 30px;
  float: left;
  margin: 30px 20px;
}

.multi_input {
  width: 47%;
  display: inline-block;
  /* float: left; */
  margin-right: 10px;
  overflow: hidden;
  clear: both;
}

.multi_input input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  font-size: 16px;
  color: #919191;
  padding: 14px 15px;
}

.plan_goal .section_title h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 54px;
}

.choose_goal ul li:hover {
  background: #d33633 !important;
  color: #fff !important;
  cursor: pointer;
}

.choose_goal ul li a:hover {
  color: #fff !important;
}

.plan_goal .single_service:hover {
  cursor: pointer;
  /* color: #fff; */
}

.plan_goal .single_service h3:hover {
  color: #fff;
}

.plan_goal .single_service {
  min-height: 100px;
  padding: 10px 37px !important;
}

button.boxed_btn.contact_go_expert {
  margin-left: 20px;
}

button.boxed_btn.contact_go_expert.create_will_btn {
  float: right;
}

.contact_area h3 {
  /*font-size: 28px;*/
  line-height: 0px;
}

.service_area.create_will_service .single_service {
  padding: 10px 37px;
  min-height: 130px !important;
}

.blog_recent h2 {
  text-align: center;
  /* font-size: 21px; */
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.23px;
  /* color: #44475b; */
}

.blog_recent ul li {
  margin-bottom: 16px;
  clear: both;
  list-style: outside;
}

.blog_recent ul li a {
  color: #000;
  font-size: 16px;
}

.contact_form_area .boxed_btn {
  background: #d33633;
  color: #fff;
}

.testmonial_area .about_thumb2 a {
  left: 50% !important;
}

.my-float {
  margin-top: 16px;
}

p.about_small_title {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.Our_Partners img {
  width: 100%;
}

.our_partner_grid {
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 7px 0;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 290px;
}

.our_partner_grid h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #263238;
}

.our_partner_grid .section_title h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}

.Our_Partners {
  padding-top: 40px;
}

.features_area_2 .icon img {
  width: 69%;
}

button.btn.create_will_now {
  background: #d33633;
  padding: 10px;
  border-radius: 36px !important;
  -moz-border-radius: 36px !important;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 40px;
  border: 1px solid transparent;
  margin: 0 auto;
  display: block;
}

.chose_area {
  padding: 40px 0px;
}

.contact_area.will_page {
  padding-top: 40px;
}

.home_3 .about_area .about_thumb2 img {
  position: relative;
  z-index: 11;
}

a.popup-video.video_play_button {
  position: relative;
  z-index: 99;
}

.service_area.create_will_service .single_service img {
  width: 80%;
}

a.expert_asst.boxed_btn.contact_go_expert {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

div#file_itr_popup .modal-body .login_form .main_content {
  padding: 0px 0px 10px 0px;
}

div#file_itr_popup #middle-wizard {
  min-height: 240px;
}

div#file_itr_popup h3.main_question strong {
  display: block;
  color: #eaeef0;
  margin-bottom: 5px;
  font-size: 40px;
  text-align: right;
  position: absolute;
  right: 0;
}

div#file_itr_popup form#wrapped {
  background: #fff;
  padding: 0px;
}

div#file_itr_popup h1 {
  font-size: 20px;
  margin: 10px 0px;
}

.figure_icon img {
  width: 100% !important;
  display: block;
  margin: 0 auto;
}

.figure_icon {
  width: 130px;
  margin: 0 auto !important;
  height: 130px;
  background: #f7f9fb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  display: block;
  line-height: 170px;
  margin: 0 auto;
}

div#file_itr_popup .form-group p {
  margin-bottom: 20px !important;
  /* clear: both; */
  display: block;
  float: left;
  text-align: center;
}

.mt-20 {
  margin-top: 20px;
}

div#file_itr_popup button.forward.yes_btn {
  margin-right: 35px;
  border-radius: 50px;
}

div#file_itr_popup button.forward {
  border-radius: 50px;
}

div#file_itr_popup button.backward {
  border-radius: 40px;
  left: 10px;
  position: relative;
  float: left;
}

button.submit {
  border-radius: 40px;
}

button.btn.gen_wealth_report {
  background: #d33633;
  padding: 10px;
  border-radius: 36px !important;
  -moz-border-radius: 36px !important;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 40px;
  border: 1px solid transparent;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  margin-top: 50px;
}

.service_area .single_service .service_icon img {
  width: 100% !important;
}

.service_area.plan_goal.wealth_goal .service_icon {
  background: transparent !important;
}

.login_button {
  width: 60%;
  display: block;
  margin: 20px auto;
  margin-bottom: 20px;
}

.postlogin_page {
  padding-top: 120px;
  padding-bottom: 40px;
}

.single_service_wrap.padding_none {
  padding-bottom: 0px;
}

.gray_bg {
  background: #fbfbfb;
  display: block;
  width: 100%;
  padding: 40px 20px 19px 20px;
  margin-bottom: 40px;
}

.navbar-brand-box {
  float: left !important;
}

ul#mobile-menu li a {
  color: #d33633;
}

.contact_expert .take_expert {
  top: 14px !important;
}

.modal {
  z-index: 9999999999 !important;
}

fieldset .single_input {
  margin-bottom: 30px;
}

.reset_password h3 {
  text-align: center;
  padding-bottom: 20px;
}

.reset_password {
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.reset_password form {
  width: 400px;
  display: block;
  margin: 0 auto;
}

img#resetverifyCaptcha {
  margin: 0 auto;
  display: block;
}

a#reloadcaptcharessetpassword {
  text-align: center;
  margin: 0 auto;
  display: block;
}

body.home_3.home.homepage.modal-open {
  padding-right: 0px !important;
}

/* Prelogin css */

.termsofuse {
  padding-top: 30px;
}

.termsofuse ol li {
  list-style: inherit;
  padding-bottom: 20px;
  line-height: 36px;
  font-size: 18px;
}

.termsofuse h4 {
  padding-top: 15px;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 0px !important;
}

.our_partner_grid {
  min-height: 310px;
}

.our_testimonial {
  padding-top: 60px;
}

.our_testimonial .our_partner_grid img {
  width: 150px;
  padding: 20px;
  margin: 0 auto;
  display: block;
}

.our_testimonial .our_partner_grid {
  padding: 20px;
}

.our_testimonial .our_partner_grid p {
  text-align: center;
}

.case_details_wrap {
  padding: 30px 0px 0px 0px;
  padding-bottom: 15px;
  background: #f6faff;
  margin-top: 94px;
}

.challenge_plan_area p {
  text-align: left;
  text-align: justify;
  text-justify: inter-word;
}

.challenge_plan_area .single_trafic h4 {
  text-align: center;
  padding-bottom: 20px;
  color: #000;
}

.challenge_plan_area h4 {
  padding-top: 30px;
  color: #000;
}

img.about_imagess {
  width: 35%;
  margin: 60px auto;
  display: block;
}

.faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  .faq .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color 0.2s ease;
    &:hover {
      background-color: #f6f6f6;
    }
    &.active {
      background-color: #f6f6f6;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.87);
    }
    &:last-of-type {
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom: 0;
    }
    i.mdi {
      margin-right: 5px;
      font-size: 18px;
      position: relative;
    }
  }
}

.faq .tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  .card {
    border-radius: 0;
  }
  .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f6f6f6;
    h5 {
      margin: 0;
      button {
        display: block;
        width: 100%;
        padding: 0;
        border: 0;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.87);
        text-align: left;
        white-space: normal;
        &:hover,
        &:focus,
        &:active,
        &:hover:active {
          text-decoration: none;
        }
      }
    }
  }
  .card-body {
    p {
      color: #616161;
      &:last-of-type {
        margin: 0;
      }
    }
  }
}

.accordion {
  .card {
    &:not(:first-child) {
      border-top: 0;
    }
  }
}

.collapse.show {
  .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
}

.faq {
  padding-top: 20px;
}

.faq .nav-pills .nav-link.active,
.faq .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #a51f22;
}

.faq .nav-pills .nav-link {
  border-radius: 0.25rem;
  /* background: rgb(255 255 255); */
  border-bottom: 1px solid #f7f7f7;
  color: #a51f22;
}

.faq .btn-link {
  color: #a51f22;
}

.faq table tr td {
  padding: 10px;
}

.faq .btn {
  white-space: inherit;
  text-align: left;
}

#login_form {
  overflow-x: hidden;
  overflow-y: hidden !important;
}

div#signupp {
  overflow-y: hidden;
}

.allproducts .boxed_btn.paste_btn {
  background: #a50000 !important;
  color: #ffffff !important;
}

input#c_acnt_y {
  margin-left: 20px !important;
  top: 3px;
  position: relative;
  left: -2px;
}

input#c_acnt_n {
  margin-left: 20px !important;
  top: 3px;
  position: relative;
  left: -2px;
}

input#f_travel_y {
  margin-left: 20px !important;
  top: 3px;
  position: relative;
  left: -2px;
}

input#f_travel_n {
  margin-left: 20px !important;
  top: 3px;
  position: relative;
  left: -2px;
}

input#e_bill_y {
  margin-left: 20px !important;
  top: 3px;
  position: relative;
  left: -2px;
}

input#e_bill_n {
  margin-left: 20px !important;
  top: 3px;
  position: relative;
  left: -2px;
}

.c_acnt_section input[type="text"] {
  height: 20px;
  margin-left: 16px;
}

.c_acnt_section {
  width: 100%;
  display: block;
  margin-left: 0px;
}

.next_but {
  width: 100%;
  top: -36px;
  position: relative;
}

input#btn-next {
  float: right !important;
}

.page-content {
  padding: 0;
  padding-top: 20px;
  margin: 0px 10px;
}

.termsofuse p {
  margin-bottom: 6px;
  text-align: justify;
  text-justify: inter-word;
}

.after_login .boxed_btn.paste_btn {
  background: #a50000 !important;
  color: #ffffff !important;
}

body.modal-open {
  /* overflow-x: hidden; */
  overflow-y: hidden !important;
}

.bottom_error {
  color: #ff0000;
  font-size: small;
}

body .panel-body-small2 .nav-item {
  display: inline-block;
  /* float: left; */
  width: auto !important;
}

.left_tabs .nav-item {
  display: block;
  width: 100% !important;
}

.left_tabs .nav-item a {
  text-align: left;
}

.left_tabs .nav-item {
  margin-bottom: 10px;
}

.left_tabs a.nav-link.border-0.text-uppercase.font-weight-bold.active {
  text-align: left;
}

/* will */

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

.nav-tabs .nav-item {
  width: auto !important;
}

.nav-pills .nav-link {
  color: #1c1c1c;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

/*.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", sans-serif !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: normal !important;
	color: #FFF !important;
}*/

.bg-light {
  padding-top: 16px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.choose_goal.will_dashboard {
  margin-top: 0px !important;
}

label {
  margin-top: 6px;
}

.input-group-addon {
  padding: 8px 13px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

h4.card-title {
  margin-top: 15px;
}

ul#myTab {
  margin-top: 10px;
}

/* Helpdesk */

.helpdesk-page input.form-control {
  margin-bottom: 10px;
}

.btn-danger-rect {
  color: #fff;
  background-color: #d33633 !important;
  border-radius: 3;
  padding: 0.15rem 0.75rem;
  margin-left: 2%;
  margin-top: 5px;
}

.btn-warning-rect {
  color: #fff;
  background-color: #ffc107 !important;
  border-radius: 3;
  padding: 0.15rem 0.75rem;
  margin-left: 2%;
  margin-top: 5px;
}

.btn-info-rect {
  color: #fff;
  background-color: #17a2b8 !important;
  border-radius: 3;
  padding: 0.15rem 0.75rem;
  margin-left: 2%;
  margin-top: 5px;
}

.btn-primary-rect {
  color: #fff;
  background-color: #007bff !important;
  border-radius: 3;
  padding: 0.15rem 0.75rem;
  margin-left: 2%;
  margin-top: 5px;
}
.btn-danger {
  color: #fff;
  background-color: #d33633 !important;
  border-color: #d33633 !important;
  border-radius: 37px;
  padding: 0.25rem 1rem;
}

.btn-next-right {
  float: right;
}

/* Calculator*/

.card-text {
  color: #ffffff;
}

.bg-danger {
  background-color: #d33633 !important;
}

.col-md-9.col-md-offset-2.ml-5 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 0px !important;
}
.form-control {
  display: block !important;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btnsize {
  width: auto !important;
  height: auto !important;
  background-color: #d33633;
}
.btnsize:hover {
  background-color: #d33633 !important;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.form-group {
  margin-bottom: 0.5rem !important;
}
.hovereffect:hover {
  background-color: red;
  opacity: 0.5;
}
.nice-select.form-control {
  display: none !important;
  /* margin-top: 40px; */
}
select {
  margin-bottom: 30px;
}
.modal-title {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.service_area .card.bg-danger.hovereffect .card-body.text-center {
  background: #d33633 !important;
}
.tax_file_page a.btn.book_eca_btn:focus {
  color: #fff !important;
}
.tax_file_page a.btn.file_itr_btn.sign_in:focus {
  color: #fff !important;
}
div#middle-wizard .form-group {
  margin-bottom: 20px !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f4433629 !important;
  opacity: 1;
}

/*Cart*/

.page-title-box {
  background-color: #d33633 !important;
  padding: 24px 12px 20px 12px;
}
.page-title-box-error {
  background-color: #ffe7e7 !important;
  padding: 24px 12px 20px 12px;
}
.page-content-wrapper {
  margin-top: 80px;
}
body[data-layout="horizontal"][data-layout-size="boxed"] {
  background-color: #ffff;
}

img.empty_cart_img {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 40px 0px;
}
.page-content.emptycart_page {
  margin-top: 40px;
}

/*
.page-content.emptycart_page a.btn.btn-primary.btn-sm.add_funds_btn {
  display: block;
  width: 300px;
} removed on 21 May 2021*/

.page-content.emptycart_page a.btn.btn-sm.add_funds_btn {
  /*added 21 May 2021*/
  display: block;
  width: 300px;
}
.page-content.emptycart_page {
  background: #ffffff;
}
h3.price_bottom {
  /* border: 0; */

  bottom: 0;
  position: absolute;
  /* float: right; */

  overflow: hidden;
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}
h3.price_bottom span {
  font-size: 22px;
  color: #b9b9b9;
  font-weight: 400;
  padding-right: 10px;
}
.fa-trash:before {
  content: "\f1f8";
  cursor: pointer;
}

/*
a.btn.btn-primary.btn-sm.add_funds_btn { 
  display: block;
  width: 230px;
  padding: 10px 20px;
  font-size: 18px;
  background: #d33633;
  border: none;
  margin: 0 auto;
  border-radius: 37px;
  margin-bottom: 20px;
  border: 1px solid transparent !important;
} removed on 21 May 2021*/

a.btn.btn-sm.add_funds_btn {
  /*added 21 May 2021*/
  display: block;
  width: 230px;
  padding: 10px 20px;
  font-size: 18px;
  background: #d33633;
  border: none;
  margin: 0 auto;
  border-radius: 37px;
  margin-bottom: 20px;
  border: 1px solid transparent !important;
  color: #ffffff !important;
}

a.btn.btn-sm.add_funds_btn:hover {
  color: #d33633 !important;
  border-color: #d33633 !important;
  background: transparent;
}

i.mdi.mdi-plus.mr-2 {
  border-radius: 50%;
  padding: 1px;
}
.product_right h3.header-title.text-center {
  font-size: 22px;
  font-weight: 500;
  text-transform: initial;
  color: #b9b9b9;
  padding-top: 16px !important;
}
.custom-control.custom-checkbox {
  margin-top: 20px;
  background: #fbfbfb;
  padding: 15px;
  width: 100%;
  text-align: center;
  /* color: #fff !important; */
}
.dropdown-menu {
  padding: 0px;
}
.bg-light {
  background-color: #fbfbfb !important;
}
.search-bar .form-control {
  background-color: #fbfbfb;
}
a.dropdown-item.user_name {
  background: #d33633 !important;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
}
.custom-control.custom-checkbox label span {
  padding-left: 40px;
}
img.secure_pay_img {
  /* width: 100%; */

  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.custom-control-label,
.form-check-label {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.card.product_right .card-body {
  padding: 0px;
}

.card {
  background-color: transparent;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.card-body {
  background: #fff;
}
.topnav .navbar-nav .nav-link {
  font-size: 16px !important;
}
.app-search .form-control {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
i.fa.fa-trash.confirm_del_icon {
  /* text-align: center; */
  /* display: block; */
  /* width: 100%; */
  /* float: right; */

  position: absolute;
  left: 50%;
  font-size: 36px;
  color: #d33633;
}
.modal_remove {
  color: #fff;
  background-color: #d33633;
  border-color: #d33633;
  width: 45%;
}
.modal_cancel {
  color: #d33633;
  background-color: #e6e7e8;
  border-color: #e6e7e8;
  width: 45%;
}
.modal-footer {
  justify-content: center !important;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /*padding: 2rem;*/
  /* border: none !important; */
}
.card.product_left .card-body {
  margin-bottom: 40px;
}
.modal-body h3.font-size-16 {
  font-size: 24px !important;
  color: #44475b;
}
p.text-muted.sip_date span {
  border-bottom: 2px dotted;
}
i.fa.fa-pencil {
  padding-left: 10px;
  color: #d33633;
  cursor: pointer;
  font-size: 17px;
}
input#amout_edit {
  font-size: 28px;
  width: 50%;
  text-align: center;
  outline: none;
  margin: 0 auto;
  padding: 10px 10px 10px 2px;
  display: block;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 46%, 0.12549);
  color: #44475b;
  display: inline-block;
}
/*h3.price_bottom span:after {
  content: "₹";
  right: -46px;
  position: relative;
  color: #000;
} 08/June/2021 */

button.dlt_sch i.fas.fa-trash:hover {
  color: #b9b9b9;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h3.price_bottom i.fa.fa-pencil {
  left: -19px;
  position: relative;
}
.card-group-item {
  border: 1px solid #edeff1;
  margin-bottom: 20px;
}
.card-group-item p.title:after {
  content: "\f077";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  float: right;
  -moz-osx-font-smoothing: grayscale;
}
.card-group-item a.collapsed h6.title:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  float: right;
  -moz-osx-font-smoothing: grayscale;
}
.custom-control-label,
.form-check-label {
  font-size: 14px;
  color: #44475b;
  margin-left: 12px;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: auto;
}
.card h6.title span {
  color: #a51f22;
}
i.fa.fa-fw.fa-bars {
  position: relative;
  z-index: 9999;
}
select[multiple],
select[size] {
  height: auto;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.dropdown-menu.show .dropdown-item {
  padding-left: 27px;
}
.custom-dropdown {
  padding: 4px 5px 4px 8px;
  border: 1px solid hsla(207, 5%, 52%, 0.28);
  color: #5a5555;
  margin-bottom: 8px;
}
.custom-dropdown-icon {
  font-size: 20px;
  padding: 5px 5px 4px 22px;
}
.custom-dropdown:hover {
  color: #5a5555;
}
.attributevaluecolor {
  font-size: 13px;
}
.dropdown-item {
  font-weight: 300;
}
.dropdown-toggle::after {
  display: none;
}
div#demoss {
  height: 300px;
  overflow-y: scroll;
}
.subcategory {
  display: none;
  padding-left: 29px;
}
.filter-content.subcategory.collapse.show {
  display: block;
}

/* subcategory Css ends here*/

/* Mutual Fund Detail Page Css Starts here*/
#chartdiv {
  width: 100%;
  height: 500px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #d33633;
  background-color: #fffcfd;
  margin-top: -1px;
  border-top: 3px solid;
  text-align: center;
}
.nav-link {
  text-align: left;
}
.nav-pills > li > a,
.nav-tabs > li > a {
  color: #d33633;
}
.card-header {
  background-color: #fff;
}
.padd {
  padding: 35px;
}
.backgrndxclr {
  color: #505d69;
  background-color: #fff;
}
.btn-success,
.btn-success:hover {
  background-color: #d33633;
  color: #fff;
  border-color: #d33633;
}
.table .thead-light th {
  background-color: #f8e0db !important;
}
.table td,
.table th,
.table thead th {
  border-bottom: 2px solid #d1dbec;
}
#multi3 {
  width: 100%;
}
input[type="range"] {
  background-color: green;
  height: 2px;
  border-radius: 10px;
}
.lumpsum_calc .card-body {
  box-shadow: none !important;
}
.right-sidebar-detail {
  border-radius: 0px !important;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.15);
}
.right-sidebar-detail .card-body {
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-radius: 0px;
}

/* Mutual Fund Detail Page Css ends here*/
.graph_detail .nav-tabs .nav-item {
  width: 16%;
}
.graph_detail .nav-tabs .nav-link {
  border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 2px solid !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
}
button.btn.btn-success {
  border-radius: 37px !important;
}
.btn-success {
  border-radius: 37px !important;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #c42428 !important;
  border-color: #db282a !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #d33633 !important;
  background-color: #fffcfd !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #d33633 !important;
  background-color: #d3d3d35c !important;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgb(168, 31, 35);
  box-shadow: none !important;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #941b1e;
  border-color: #911a1e;
  box-shadow: none !important;
}
#custom-tabs-three-home input[type="tel"] {
  border: none;
  width: 200px;
  text-align: center;
  border-bottom: 2px solid #f1f1f1ad;
  /* margin: 0 auto; */
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #edeff1;
  border-bottom: 0 solid #edeff1;
}
.bg-white.rounded.right-sidebar-detail .card-header {
  background: none !important;
}
#custom-tabs-three-profile input[type="tel"] {
  border: none;
  width: 200px;
  text-align: center;
  border-bottom: 2px solid #f1f1f1ad;
  /* margin: 0 auto; */
}
button.btn.header-item.noti-icon.waves-effect sup {
  top: 20px;
  right: 3px;
  z-index: 999999;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  position: absolute;
  background: #d33633;
  color: #ffffff;
  /* border: 1px solid #d33633; */
}

/* delete button in cart page */
button.dlt_sch {
  background: none;
  border: none;
  float: right;
  font-size: xx-large;
}
ul#custom-tabs-three-tab {
  border-bottom: 1px solid #ffffff;
}
.card-header.p-0.border-bottom-0.col-12 {
  background: #fff !important;
}

/*  for Sip-date  */
select#sip_date {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px dashed #d33633;
  color: #d33633;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
}
select#sip_date:focus {
  outline: none;
}
#pay_bt {
  display: block;
  width: 230px;
  padding: 10px 20px;
  font-size: 18px;
  background: #d33633;
  border: none;
  margin: 0 auto;
  border-radius: 37px;
  margin-bottom: 20px;
}
.card.product_right select {
  margin: 0 auto;
  display: block;
  padding: 6px;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #ece3e3;
}
.card.product_right select:focus {
  outline: none;
}
.single_product_page {
  padding-top: 140px;
}

/*empnael*/
.banner_area.banner_area3 {
  overflow: hidden !important;
}
hr {
  /*margin: 30px 0 30px 0;*/
  border-color: #dddddd;
}
ul,
ol {
  list-style: none;
  /*margin: 0 0 25px 0;*/
  padding: 0;
}

/*General links color*/
a {
  color: #d33633;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
a.animated_link {
  position: relative;
  text-decoration: none;
}
a.animated_link {
  position: relative;
  text-decoration: none;
}
a.animated_link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #337df8;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.animated_link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.animated_link.active {
  position: relative;
  text-decoration: none;
  color: #337df8;
}
a.animated_link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #337df8;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #337df8;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
a.btn_1:hover,
.btn_1:hover {
  background-color: #d80075;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_1.small,
.btn_1.small {
  padding: 7px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 30px;
}
a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

/*-------- 1.3 Structure --------*/

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
#loader_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999;
  display: none;
}
[data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.row-height {
  height: 100vh;
}
.content-left {
  padding: 0;
}
.content-left-wrapper {
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-align: center;
  position: relative;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.content-left-wrapper h2 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin: 20px 0 15px 0;
  font-weight: 400;
}
.content-left-wrapper p {
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 0.8;
}
.content-left-wrapper .btn_1 {
  margin: 25px 0 25px 0;
}
.content-left-wrapper .btn_1.mobile_btn {
  display: none;
}
.content-right {
  padding: 10px;
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a#logo {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  height: 35px;
}
#social {
  position: absolute;
  top: 15px;
  right: 20px;
}
#social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#social ul li {
  float: left;
  margin: 0 5px 10px 0;
  list-style: none;
}
#social ul li a {
  color: #fff;
  opacity: 0.6;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#social ul li a:hover {
  opacity: 1;
}
.copy {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  opacity: 0.5;
}

/*============================================================================================*/

/* 2.  CONTENT */

/*============================================================================================*/

/*-------- 2.1 Wizard --------*/
#left_form {
  text-align: center;
}
#left_form h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #0686d8;
}
input#website {
  display: none;
}
#wizard_container {
  width: 400px;
}
h3.main_question {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
h3.main_question strong {
  display: block;
  color: #999;
  margin-bottom: 5px;
}

/* Wizard Buttons*/
button.backward,
button.forward,
button.submit {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  background: #d33633;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}
button.backward {
  color: #777;
  background: #e8e8e8;
}
button[disabled] {
  display: none;
}
.backward:hover,
.forward:hover {
  background: #091515;
  color: #fff;
}
#top-wizard {
  padding-bottom: 20px;
}
#middle-wizard {
  min-height: 330px;
}
#bottom-wizard {
  text-align: right;
}
.ui-widget-content {
  background-color: transparent;
}
.ui-widget-header a {
  color: #222222;
}
.ui-progressbar {
  height: 2px;
  width: 100%;
}
.ui-progressbar .ui-progressbar-value {
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.summary ul {
  margin: 0;
  padding: 0;
}
.summary ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
.summary ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.summary ul li strong {
  display: block;
  line-height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border: 2px solid #ddd;
}
.summary ul li h5 {
  padding-top: 6px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0686d8;
}
.summary ul li ul {
  margin: 20px 0 25px 0;
  padding: 0;
}
.summary ul li ul li {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.summary label {
  font-weight: 500;
}

/*-------- 2.2 Success submit --------*/
#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center;
}
#success h4 {
  font-weight: 400;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#success h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
}
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}
.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*-------- 2.3 Inner pages --------*/
.main_title h2 em {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ededed;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.main_title p {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 10%;
  margin-bottom: 45px;
  color: #777;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #337df8 !important;
}
main#general_page {
  background-color: #fff;
}
iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
.box_style_2 {
  background-color: #f8f8f8;
  padding: 25px 30px 30px 30px;
  position: relative;
  margin-bottom: 25px;
}
.box_style_2 .form-control {
  background-color: white !important;
}
.box_style_2 hr {
  margin: 10px -30px 20px -30px;
  border: 0;
  border-top: 2px solid #fff;
}
ul.contacts_info {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
ul.contacts_info li {
  margin-bottom: 15px;
}
ul.contacts_info li:last-child {
  margin-bottom: 0;
}
.parallax_window_in {
  height: 420px;
  position: relative;
  display: table;
  width: 100%;
}
#sub_content_in {
  display: table-cell;
  padding: 45px 15% 0 15%;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
#sub_content_in h1 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
#sub_content_in p {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
.container_styled_1 {
  background: #f9f9f9;
}
.team-item-img {
  position: relative;
}
.team-item-img .team-item-detail {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}
.team-item-img .team-item-detail .team-item-detail-inner {
  margin: auto;
  padding: 25px;
}
.team-item-detail-inner h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.team-item-detail-inner .social {
  margin: 0 0px 25px 0px;
  padding: 0px;
}
.team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}
.team-item-detail-inner .social li a {
  color: #fff;
}
.team-item-detail-inner .social li a:hover {
  color: #d80075;
}
.team-item-info {
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.team-item-info h4 {
  margin-bottom: 0px;
}

/*============================================================================================*/

/* 3.  COMMON */

/*============================================================================================*/

/*-------- 3.1 Misc --------*/
.modal-content {
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.form-group {
  position: relative;
}
.form-group.terms {
  padding: 12px 0 0 0;
}

.container_radio.version_2 .error,
.container_check.version_2 .error {
  left: -15px;
  top: -30px;
  right: inherit;
}
.radio_input .error {
  left: -15px;
  top: -30px;
  right: inherit;
}
.styled-select span.error {
  top: -20px;
}
.terms span.error {
  top: -30px;
  left: -15px;
  right: inherit;
}
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
.rating_wp {
  background-color: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 10px 10px 15px;
  margin-bottom: 5px;
}
.rating {
  display: inline-block;
  font-size: 0;
  float: right;
  position: relative;
}
.rating span.error {
  top: -30px;
}
.rating_type {
  float: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500 !important;
  font-weight: normal;
  color: #337df8;
}
.rating-input {
  float: right;
  padding: 0;
  margin: 0 0 0 0;
  opacity: 0;
  width: 4px;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
  cursor: pointer;
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 0;
  background: url(../img/stars.svg) 0 -27px;
}
.review_message {
  height: 250px !important;
}

/* Checkbox style */
.container_check {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #337df8;
  border: 1px solid transparent;
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px;
}
.container_check.version_2 .checkmark {
  height: 30px;
  width: 30px;
}
.container_check.version_2 .checkmark:after {
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
}
.container_check input:checked ~ .checkmark:after {
  display: block;
}

/* Radio buttons */
.container_radio {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #337df8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_radio.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px;
}
.container_radio.version_2 input:checked ~ .checkmark:before {
  opacity: 1;
}
.container_radio.version_2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.container_radio.version_2 .checkmark:after {
  width: 30px;
  height: 30px;
  top: -1px;
  left: -1px;
}
.container_radio.version_2 .checkmark:before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid white;
  z-index: 999;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show/hide password */
.my-toggle {
  background: transparent;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}
.my-toggle:hover,
.my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}
.hideShowPassword-wrapper {
  width: 100% !important;
}

/*Password strength */
#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pass-info.weakpass {
  border: 1px solid #ff9191;
  background: #ffc7c7;
  color: #94546e;
}
#pass-info.stillweakpass {
  border: 1px solid #fbb;
  background: #fdd;
  color: #945870;
}
#pass-info.goodpass {
  border: 1px solid #c4eec8;
  background: #e4ffe4;
  color: #51926e;
}
#pass-info.strongpass {
  border: 1px solid #6ed66e;
  background: #79f079;
  color: #348f34;
}
#pass-info.vrystrongpass {
  border: 1px solid #379137;
  background: #48b448;
  color: #cdffcd;
}
.radio_input .container_radio {
  display: inline-block;
  margin: 12px 0 0 12px;
}

/* Fileupload */
.fileupload {
  position: relative;
  width: 100%;
  margin-top: 5px;
}
input[type="file"] {
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  height: auto;
  width: 100%;
  color: #999;
}
input[type="file"]:focus {
  box-shadow: none;
  outline: none;
}
input[type="file"]::-webkit-file-upload-button,
input[type="file"].invalid::-webkit-file-upload-button,
input[type="file"].valid::-webkit-file-upload-button {
  color: #fff;
  font-size: 13px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px 8px 38px;
  background: #337df8 url(../img/upload_icon.svg) 8px center no-repeat;
  outline: none;
}
input[type="file"]::-webkit-file-upload-button:focus,
input[type="file"].invalid::-webkit-file-upload-button:focus,
input[type="file"].valid::-webkit-file-upload-button:focus {
  box-shadow: none;
  outline: none;
}

/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #6c757d;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #337df8;
}
.nice-select:after {
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #9e9e9e;
  color: #999999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 42px;
  line-height: 40px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 40px;
  min-height: 40px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999;
  height: 23vh;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Budget slider */
.budget_slider {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 45px 30px 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.budget_slider span {
  display: block;
  font-weight: 600;
  color: #337df8;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 25px;
}
.budget_slider span:before {
  content: "$";
}
.rangeslider__handle {
  border: 2px solid #337df8 !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.rangeslider__fill {
  background: #337df8 !important;
  opacity: 0;
}

/*-------- 3.2 Spacing --------*/
.add_bottom_10 {
  margin-bottom: 10px;
}
.add_bottom_15 {
  margin-bottom: 15px;
}
.add_bottom_30 {
  margin-bottom: 30px;
}
.add_bottom_45 {
  margin-bottom: 45px;
}
.add_bottom_60 {
  margin-bottom: 60px;
}
.add_bottom_75 {
  margin-bottom: 75px;
}
.add_top_10 {
  margin-top: 10px;
}
.add_top_15 {
  margin-top: 15px;
}
.add_top_20 {
  margin-top: 20px;
}
.add_top_30 {
  margin-top: 30px;
}
.add_top_60 {
  margin-top: 60px;
}
.more_padding_left {
  padding-left: 40px;
}
.nomargin_top {
  margin-top: 0;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
.carousel-indicators {
  bottom: 70px !important;
}
form#wrapped {
  background: #fff;
  padding: 20px;
}
.carousel-inner img {
  height: auto !important;
}
.custom_login_from .modal-body .login_form .main_content {
  padding: 0px;
}

/*.custom_login_from .modal-body .login_form span{
    display: block;
    font-size: 14px;
    font-weight: normal;
     color: #7c848b;

    text-transform: capitalize;
margin-top: 0px;
    margin-bottom: 13px;
    text-align: left !important;
}*/

/*invest*/
.active_sip_right {
  width: 268px !important;
  margin-top: 71px;
  height: 230px;
}
.active_sip_right {
  width: initial !important;
  margin-top: 0px !important;
  height: 230px;
  margin: 0 auto;
}
table.table.table-hover {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.table.table-hover {
  border: 1px solid #ddd;
}

.current_value p {
  font-size: 14px;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.current_value .port {
  font-size: 16px;
  font-weight: 500;
}
#tabs {
  background: #007b5e;
  color: #eee;
}
#tabs h6.section-title {
  color: #eee;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  font-size: 20px;
}

.table td,
.table th,
.table thead th {
  border-bottom: 1px solid #d1dbec;
  border-top: 1px solid #d1dbec;
}
.hovrclr:hover {
  background-color: #d33633;
  color: #fff;
  font-weight: bold;
}
.hovrclr {
  color: #000000;
}
.btn-primary {
  background-color: #d33633;
  color: #fff;
  border-color: #d33633;
}

.btn-primary:hover {
  background-color: #eeeeee;
  color: #d33633;
  border-color: #d33633;
}
.anchclrs {
  color: #d33633;
}
.iconbackclr {
  color: #d33633;
}
.table td,
.table th,
.table thead th {
  border-bottom: none !important;
}
.login-container {
  margin-top: 5%;
  margin-bottom: 5%;
}
.login-form-1 {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3 {
  text-align: center;
  color: #333;
}
.login-form-2 {
  padding: 5%;
  background: #d33633;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3 {
  text-align: center;
  color: #fff;
}
.login-container form {
  padding: 10%;
}
.btnSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
}
.login-form-1 .btnSubmit {
  font-weight: 600;
  color: #fff;
  background-color: #0062cc;
}
.login-form-2 .btnSubmit {
  font-weight: 600;
  color: #0062cc;
  background-color: #fff;
}
.login-form-2 .ForgetPwd {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.login-form-1 .ForgetPwd {
  color: #0062cc;
  font-weight: 600;
  text-decoration: none;
}

input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chiller_cb input:checked ~ span {
  background: #d33633;
  border-color: #fd2727;
}
.full-focus {
  padding: 5%;
}
.fa-5 {
  font-size: 9em !important;
  color: red;
}
.tblwidth {
  width: 68%;
}
.fasice {
  font-size: 2em !important;
}
.table th {
  font-weight: 500;
}
.dropdown-menu.show .dropdown-item {
  padding-left: 27px;
  font-weight: 500 !important;
  color: #44475b;
}
body .main-content {
  margin-left: 0 !important;
}
.card-header:first-child {
  background-color: #edeff1;
}
div#sip_details_length {
  float: left;
}
div#sip_details_filter {
  float: right;
  margin-bottom: 10px;
}
table#sip_details th {
  font-size: 13px;
  vertical-align: baseline;
}
div#sip_details_filter input {
  border: 1px solid #d1dbec;
  margin-left: 10px;
}
div#sip_details_paginate {
  float: right;
}
div#sip_details_info {
  float: left;
}
.row.justify-content-center b {
  font-size: 24px;
}

/*mutual_fnd_cat*/
.active_sip_right {
  width: 268px !important;
  margin-top: 71px;
  height: 230px;
}
.active_sip_right {
  width: initial !important;
  margin-top: 0px !important;
  height: 230px;
  margin: 0 auto;
}
table.table.table-hover {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.table.table-hover {
  border: 1px solid #ddd;
}

.current_value {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
}
.current_value p {
  font-size: 14px;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.current_value .port {
  font-size: 16px;
  font-weight: 500;
}
#tabs {
  background: #007b5e;
  color: #eee;
}
#tabs h6.section-title {
  color: #eee;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  font-size: 20px;
}
.nav-tabs .nav-item {
  color: #d33633;
  font-weight: bold;
}
.table td,
.table th,
.table thead th {
  border-bottom: 1px solid #d1dbec;
  border-top: 1px solid #d1dbec;
}
.hovrclr:hover {
  background-color: #d33633;
  color: #fff;
  font-weight: bold;
}
.hovrclr {
  color: #000000;
}
.anchclrs {
  color: #d33633;
}
.iconbackclr {
  color: #d33633;
}
.table td,
.table th,
.table thead th {
  border-bottom: none !important;
}
.login-container {
  margin-top: 5%;
  margin-bottom: 5%;
}
.login-form-1 {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3 {
  text-align: center;
  color: #333;
}
.login-form-2 {
  padding: 5%;
  background: #d33633;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3 {
  text-align: center;
  color: #fff;
}
.login-container form {
  padding: 10%;
}
.btnSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
}
.login-form-1 .btnSubmit {
  font-weight: 600;
  color: #fff;
  background-color: #0062cc;
}
.login-form-2 .btnSubmit {
  font-weight: 600;
  color: #0062cc;
  background-color: #fff;
}
.login-form-2 .ForgetPwd {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.login-form-1 .ForgetPwd {
  color: #0062cc;
  font-weight: 600;
  text-decoration: none;
}

input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chiller_cb input:checked ~ span {
  background: #d33633;
  border-color: #fd2727;
}
.full-focus {
  padding: 5%;
}
.fa-5 {
  font-size: 9em !important;
  color: red;
}
.tblwidth {
  width: 68%;
}
.fasice {
  font-size: 2em !important;
}
.table th {
  font-weight: 500;
}
.dropdown-menu.show .dropdown-item {
  padding-left: 27px;
  font-weight: 500 !important;
  color: #44475b;
}

body .main-content {
  margin-left: 0 !important;
}

div#sip_details_length {
  float: left;
}
div#sip_details_filter {
  float: right;
  margin-bottom: 10px;
}
table#sip_details th {
  font-size: 13px;
  vertical-align: baseline;
}
div#sip_details_filter input {
  border: 1px solid #d1dbec;
  margin-left: 10px;
}
div#sip_details_paginate {
  float: right;
}
div#sip_details_info {
  float: left;
}
.row.justify-content-center b {
  font-size: 24px;
}

/* mf_cat_details*/
.mutual_category_detail {
  padding: 40px 0px;
  background: #ffff;
}
div#mutual-tabs a {
  border-radius: 0.25rem;
  border-bottom: 1px solid #f7f7f7;
  color: #7c8a96;
  text-align: left;
}
#mutual-tabs {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.nav-pills.mutual-nav .nav-link.active {
  color: #ff3030 !important;
  background-color: #ffffff;
}
.sub_cat {
  font-size: 16px;
  margin-left: 25px;
  font-weight: 500;
  color: #495057 !important;
}
a.nav-link.headings {
  color: #d33633 !important;
  font-size: 25px;
}
.sub_headings {
  font-size: 20px;
}
div#mutual-tabs ul {
  padding-left: 10px;
}
#optyFundsList td,
#optyFundsList th {
  font-size: 15px;
  letter-spacing: 0.23px;
  text-align: left;
  padding: 15px 8px;
}
#optyFundsList td {
  border-top: 1px solid #f2f2f2;
}
#optyFundsList td a {
  color: #44475b;
}
#optyFundsList table {
  width: 100%;
  text-align: left;
  margin-top: 30px;
  border: 2px solid #f2f2f2;
  border-collapse: collapse;
}
div#optyFundsList {
  margin-bottom: 40px;
}
div#tab1 ul li {
  list-style: inherit;
  padding-bottom: 20px;
}
div#tab1 ul {
  padding-left: 15px;
}
.min_invest td,
.min_invest th {
  font-size: 15px;
  text-align: left;
  border-top: 1px solid #f2f2f2;
}
.min_invest th {
  letter-spacing: 0.23px;
  padding: 12px 14px;
  font-weight: 500;
  -webkit-font-smoothing: auto;
}
.min_invest table {
  width: 100%;
  text-align: left;
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
}
.why_insvest {
  width: 100% !important;
  height: 364px !important;
  border-radius: 15px !important;
  border: 4px solid #f2f2f2 !important;
  padding: 40px !important;
  position: relative !important;
  overflow: hidden;
  margin: 40px 0px;
}
a.boxed_btn.paste_btn.signup_btnn {
  background: #a50000;
  color: #fff !important;
}
img.opty_img {
  right: 1px;
  position: relative;
  width: 500px;
  height: 292px;
}
.why_insvest img {
  display: none;
}
.row.bottom_sec {
  padding: 10px;
}

/*settings*/
.page-content.settingspage .tab-content {
  background: #fff;
  padding: 30px 15px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.settingspage .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #d33633;
  text-align: left;
  border-radius: 0;
}
.settingspage .nav-pills .nav-link {
  border-radius: 0.25rem;
  text-align: left;
  margin: 10px 0px;
}
.settingspage img.profile_picture {
  margin: 10px auto 10px auto;
  display: block;
}
h3.profilename {
  margin-bottom: 20px;
  text-align: center;
}
.settingspage .card-body {
  padding: 0;
}
.settingspage ::placeholder {
  color: #919191 !important;
  font-weight: 400;
  text-transformation: capitalize;
}
.settingspage .btn-primary {
  color: #fff;
  background-color: #d33633;
  border-color: #d33633;
  border-radius: 37px;
  padding: 12px 30px;
}

.settingspage .btn-primary:hover {
  color: #d33633;
  background-color: #fff;
  border-color: #d33633;
  border-radius: 37px;
  padding: 12px 30px;
}

.settingspage .showpass {
  padding-top: 36px;
}
.settingspage a.addmoree {
  color: #a51f22;
  margin: 7px 0px;
  font-size: 18px;
  display: block;
  text-decoration: underline;
}
.profile {
  margin: 20px auto;
  max-width: 200px;
  position: relative;
  border-radius: 50%;
}
.profile:hover .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.profile:hover .overlay p {
  display: block;
}
.profile img {
  display: block;
  width: 100%;
  border-radius: 50%;
  height: auto;
}
.profile .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  border-radius: 50%;
}
.profile .overlay input {
  width: 100%;
  position: absolute;
  opacity: 0;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
}
.profile .overlay p {
  position: absolute;
  bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  display: none;
}

/*summary*/
.submit_sum_btn {
  background: #000;
  background: #d33633 !important;
  color: #fff !important;
  margin-right: 10px;
}
.select_all {
  float: right;
  padding-top: 11px;
}
.card.summary_left {
  border: 2px solid #ddd;
  padding: 10px;
}

/*ucc*/
.ucc_login {
  margin-top: 60px;
}
h3.main_question strong {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: center;
}
#wizard_container {
  width: 600px;
}
.banner_area.banner_area3 {
  overflow: hidden !important;
}
hr {
  /*margin: 30px 0 30px 0;*/
  border-color: #dddddd;
}
ul,
ol {
  list-style: none;
  /*margin: 0 0 25px 0;*/
  padding: 0;
}

/*General links color*/

a.animated_link {
  position: relative;
  text-decoration: none;
}
a.animated_link {
  position: relative;
  text-decoration: none;
}
a.animated_link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #337df8;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.animated_link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.animated_link.active {
  position: relative;
  text-decoration: none;
  color: #337df8;
}
a.animated_link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #337df8;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #337df8;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
a.btn_1:hover,
.btn_1:hover {
  background-color: #d80075;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_1.small,
.btn_1.small {
  padding: 7px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 30px;
}
a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

/*-------- 1.3 Structure --------*/

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
#loader_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999;
  display: none;
}
[data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.row-height {
  height: 100vh;
}
.content-left {
  padding: 0;
}
.content-left-wrapper {
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-align: center;
  position: relative;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.content-left-wrapper h2 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin: 20px 0 15px 0;
  font-weight: 400;
}
.content-left-wrapper p {
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 0.8;
}
.content-right {
  padding: 10px;
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-left-wrapper .btn_1 {
  margin: 25px 0 25px 0;
}
.content-left-wrapper .btn_1.mobile_btn {
  display: none;
}
a#logo {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  height: 35px;
}
#social {
  position: absolute;
  top: 15px;
  right: 20px;
}
#social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#social ul li {
  float: left;
  margin: 0 5px 10px 0;
  list-style: none;
}
#social ul li a {
  color: #fff;
  opacity: 0.6;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#social ul li a:hover {
  opacity: 1;
}
.copy {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  opacity: 0.5;
}

/*============================================================================================*/

/* 2.  CONTENT */

/*============================================================================================*/

/*-------- 2.1 Wizard --------*/
#left_form {
  text-align: center;
}
#left_form h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #0686d8;
}
input#website {
  display: none;
}
#wizard_container {
  width: 600px;
}
h3.main_question {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
h3.main_question strong {
  display: block;
  color: #999;
  margin-bottom: 5px;
}

/* Wizard Buttons*/
button.backward,
button.forward,
button.submit {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  background: #d33633;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}
button.backward {
  color: #777;
  background: #e8e8e8;
}
button[disabled] {
  display: none;
}
.backward:hover,
.forward:hover {
  background: #091515;
  color: #fff;
}
#top-wizard {
  padding-bottom: 20px;
}
#middle-wizard {
  min-height: 330px;
}
#bottom-wizard {
  text-align: right;
}
.ui-widget-content {
  background-color: transparent;
}
.ui-widget-header a {
  color: #222222;
}
.ui-progressbar {
  height: 2px;
  width: 100%;
}
.ui-progressbar .ui-progressbar-value {
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.summary ul {
  margin: 0;
  padding: 0;
}
.summary ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
.summary ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.summary ul li strong {
  display: block;
  line-height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border: 2px solid #ddd;
}
.summary ul li h5 {
  padding-top: 6px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0686d8;
}
.summary ul li ul {
  margin: 20px 0 25px 0;
  padding: 0;
}
.summary ul li ul li {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.summary label {
  font-weight: 500;
}

/*-------- 2.2 Success submit --------*/
#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center;
}
#success h4 {
  font-weight: 400;
  margin: 20px 0 0 0;
}
#success h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
}
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}
.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*-------- 2.3 Inner pages --------*/
.main_title h2 em {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ededed;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.main_title p {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 10%;
  margin-bottom: 45px;
  color: #777;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #337df8 !important;
}
main#general_page {
  background-color: #fff;
}
iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
.box_style_2 {
  background-color: #f8f8f8;
  padding: 25px 30px 30px 30px;
  position: relative;
  margin-bottom: 25px;
}
.box_style_2 .form-control {
  background-color: white !important;
}
.box_style_2 hr {
  margin: 10px -30px 20px -30px;
  border: 0;
  border-top: 2px solid #fff;
}
ul.contacts_info {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
ul.contacts_info li {
  margin-bottom: 15px;
}
ul.contacts_info li:last-child {
  margin-bottom: 0;
}
.parallax_window_in {
  height: 420px;
  position: relative;
  display: table;
  width: 100%;
}
#sub_content_in {
  display: table-cell;
  padding: 45px 15% 0 15%;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
#sub_content_in h1 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 46px;
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 0;
}
#sub_content_in p {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
.container_styled_1 {
  background: #f9f9f9;
}
.team-item-img {
  position: relative;
}
.team-item-img .team-item-detail {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}
.team-item-img .team-item-detail .team-item-detail-inner {
  margin: auto;
  padding: 25px;
}
.team-item-detail-inner h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.team-item-detail-inner .social {
  margin: 0 0px 25px 0px;
  padding: 0px;
}
.team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}
.team-item-detail-inner .social li a {
  color: #fff;
}
.team-item-detail-inner .social li a:hover {
  color: #d80075;
}
.team-item-info {
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.team-item-info h4 {
  margin-bottom: 0px;
}

/*============================================================================================*/

/* 3.  COMMON */

/*============================================================================================*/

/*-------- 3.1 Misc --------*/
.modal-content {
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.form-group {
  position: relative;
}
.form-group.terms {
  padding: 12px 0 0 0;
}
.form-group i {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  right: 0px;
  top: 0px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}
span.error {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -20px;
  right: -15px;
  z-index: 2;
  height: 25px;
  line-height: 1;
  color: #d33633;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px;
}
.container_radio.version_2 .error,
.container_check.version_2 .error {
  left: -15px;
  top: -30px;
  right: inherit;
}
.radio_input .error {
  left: -15px;
  top: -30px;
  right: inherit;
}
.styled-select span.error {
  top: -20px;
}
.terms span.error {
  top: -30px;
  left: -15px;
  right: inherit;
}
.rating_wp {
  background-color: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 10px 10px 15px;
  margin-bottom: 5px;
}
.rating {
  display: inline-block;
  font-size: 0;
  float: right;
  position: relative;
}
.rating span.error {
  top: -30px;
}
.rating_type {
  float: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500 !important;
  font-weight: normal;
  color: #337df8;
}
.rating-input {
  float: right;
  padding: 0;
  margin: 0 0 0 0;
  opacity: 0;
  width: 4px;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
  cursor: pointer;
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 0;
  background: url(../img/stars.svg) 0 -27px;
}
.review_message {
  height: 250px !important;
}

/* Checkbox style */
.container_check {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #337df8;
  border: 1px solid transparent;
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px;
}
.container_check.version_2 .checkmark {
  height: 30px;
  width: 30px;
}
.container_check.version_2 .checkmark:after {
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
}
.container_check input:checked ~ .checkmark:after {
  display: block;
}

/* Radio buttons */
.container_radio {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #337df8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_radio.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px;
}
.container_radio.version_2 input:checked ~ .checkmark:before {
  opacity: 1;
}
.container_radio.version_2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.container_radio.version_2 .checkmark:after {
  width: 30px;
  height: 30px;
  top: -1px;
  left: -1px;
}
.container_radio.version_2 .checkmark:before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid white;
  z-index: 999;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show/hide password */
.my-toggle {
  background: transparent;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}
.my-toggle:hover,
.my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}
.hideShowPassword-wrapper {
  width: 100% !important;
}

/*Password strength */
#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pass-info.weakpass {
  border: 1px solid #ff9191;
  background: #ffc7c7;
  color: #94546e;
}
#pass-info.stillweakpass {
  border: 1px solid #fbb;
  background: #fdd;
  color: #945870;
}
#pass-info.goodpass {
  border: 1px solid #c4eec8;
  background: #e4ffe4;
  color: #51926e;
}
#pass-info.strongpass {
  border: 1px solid #6ed66e;
  background: #79f079;
  color: #348f34;
}
#pass-info.vrystrongpass {
  border: 1px solid #379137;
  background: #48b448;
  color: #cdffcd;
}
.radio_input .container_radio {
  display: inline-block;
  margin: 12px 0 0 12px;
}

/* Fileupload */
.fileupload {
  position: relative;
  width: 100%;
  margin-top: 5px;
}
input[type="file"] {
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  height: auto;
  width: 100%;
  color: #999;
}
input[type="file"]:focus {
  box-shadow: none;
  outline: none;
}
input[type="file"]::-webkit-file-upload-button,
input[type="file"].invalid::-webkit-file-upload-button,
input[type="file"].valid::-webkit-file-upload-button {
  color: #fff;
  font-size: 13px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px 8px 38px;
  background: #337df8 url(../img/upload_icon.svg) 8px center no-repeat;
  outline: none;
}
input[type="file"]::-webkit-file-upload-button:focus,
input[type="file"].invalid::-webkit-file-upload-button:focus,
input[type="file"].valid::-webkit-file-upload-button:focus {
  box-shadow: none;
  outline: none;
}

/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #6c757d;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #337df8;
}
.nice-select:after {
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #9e9e9e;
  color: #999999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 42px;
  line-height: 40px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 40px;
  min-height: 40px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999;
  height: 23vh;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*-------- 3.2 Spacing --------*/
.add_bottom_10 {
  margin-bottom: 10px;
}
.add_bottom_15 {
  margin-bottom: 15px;
}
.add_bottom_30 {
  margin-bottom: 30px;
}
.add_bottom_45 {
  margin-bottom: 45px;
}
.add_bottom_60 {
  margin-bottom: 60px;
}
.add_bottom_75 {
  margin-bottom: 75px;
}
.add_top_10 {
  margin-top: 10px;
}
.add_top_15 {
  margin-top: 15px;
}
.add_top_20 {
  margin-top: 20px;
}
.add_top_30 {
  margin-top: 30px;
}
.add_top_60 {
  margin-top: 60px;
}
.more_padding_left {
  padding-left: 40px;
}
.nomargin_top {
  margin-top: 0;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
.carousel-indicators {
  bottom: 70px !important;
}
form#wrapped {
  background: #fff;
  padding: 20px;
}
.carousel-inner img {
  height: auto !important;
}
.custom_login_from .modal-body .login_form .main_content {
  padding: 0px;
}
.custom_login_from .modal-body .login_form span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #d33633;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 13px;
  text-align: left !important;
}
.nice-select.open .list {
  overflow: scroll !important;
}

.dropbtn {
  background-color: #fff;
  color: #000;
  padding: 9px 14px;
  font-size: 16px;
  border: none;
}

.dropdown {
  /*position: absolute;*/
  display: inline-block;
  margin-left: 0px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #ffffff;
}

/* auto popup */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #f36f21;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #26262c;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 5px;
  float: right;
}
#boxes #dialog {
  width: 600px;
  height: auto;
  /*padding: 10px 10px 10px 10px;
	background-color:#ffffff;*/
  font-size: 15pt;
  float: right;
}

.agree:hover {
  background-color: #d1d1d1;
}
.popupoption:hover {
  background-color: #d1d1d1;
  color: green;
}
.popupoption2:hover {
  color: red;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

#boxes1 .window1 {
  position: fixed;
  right: 0%;
  top: 50%;
  z-index: 9999;
  padding: 20px;
  border-radius: 5px;
  float: right;
}
#boxes1 #dialog1 {
  width: 300px;
  height: auto;
  /*padding: 10px 10px 10px 10px;
	background-color:#ffffff;*/
  font-size: 15pt;
  float: right;
}

.top_tile h2 {
  font-size: 90px;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
  word-break: break-word;
}

.mainborder {
  margin-left: 160px;
  border-radius: 20px;
  background: #dedada;
  -webkit-box-shadow: -20px 16px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -20px 16px 32px -8px rgba(0, 0, 0, 0.75);
  box-shadow: -20px 16px 32px -8px rgba(0, 0, 0, 0.75);
}
.mainbg {
  background: #ec2e2e;
  width: 100%;
  display: block;
  margin-top: 60px;

  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 120px;
}

.brands_slider_container h4 {
  text-align: center;
  font-weight: 700;
}
form.register_form .form-control {
  background: #f2f2f2;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  height: 50px !important;
  font-weight: 700;
}

h4.reg_title {
  text-align: center;
  padding: 15px 0px;
  color: #ffffff;
  padding-top: 130px;
}

form.register_form .form-control {
  background: #f2f2f2;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  height: 50px !important;
  font-weight: 700;
}
button.btn.submitt {
  z-index: 999;
  background: #ebfffe;
  border-radius: 37px;
  height: 40px;
  color: #ec2e2e;
  margin: 0 auto;
  display: block;
  font-weight: 700;
}

.brands {
  width: 100%;
  padding-top: 90px;
  position: relative;
}

.brands_slider_container {
  background: #f2f2f2;
  padding: 49px;
  position: relative;
  top: -150px;
  border-radius: 20px;
  width: 79%;
  margin: 0 auto;
}

.brands_slider {
  height: 100%;
  margin-top: 50px;
}

.brands_item {
  height: 100%;
}

.brands_item img {
  max-width: 100%;
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.brands_nav i {
  color: #ffffff;
  padding-left: 6px;
  padding-top: 7px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

i.fa.fa-chevron-right {
  padding-left: 10px;
  padding-top: 9px;
  color: #ffffff;
}
.brands_nav:hover i {
  color: #676767;
}

.brands_prev {
  left: 0px;
  z-index: 999;
  background: #ec2e2e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.brands_next {
  right: 0px;
  z-index: 999;
  background: #ec2e2e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.btns {
  background: #f2f2f2;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  height: 50px !important;
  display: block;
  border: none;
  font-weight: 700;
  color: #6c757d;
}
.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.evf_msg {
  font-weight: 500;
  color: #fff;
}
.contest_period h4 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.contest_period h6 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
}
.contest_period {
  width: 100%;
  padding-top: 100px;
  padding: 100px 20px 0px 40px;
}
.mainborder .row {
  margin: 0px;
}
.bgwhite {
  background-color: white;
  margin-left: 20px;
  margin-top: 20px;
  border-top-left-radius: 10px;
}

/*For OWL Carousel Homepage*/
.owl-container {
  position: relative;
}
.owl-container .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.owl-container .owl-theme .custom-nav .owl-prev,
.owl-container .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 50px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-container .owl-theme .custom-nav .owl-prev i,
.owl-container .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.owl-container .owl-theme .custom-nav .owl-prev {
  left: -43px;
  bottom: -300px;
}
.owl-container .owl-theme .custom-nav .owl-next {
  right: -43px;
  bottom: -300px;
}

.cplr-20px {
  padding: 0px 20px !important;
}

.myTableBg {
  background: url("https://optymoney.com/static/opty_theme/img/optymoney_icon_draft.png");
}

/*https://optymoney.com/static/opty_theme/img/optymoney_icon.png*/

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    display: none;
  }
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    display: none;
  }
  label {
    color: #222222;
    cursor: pointer;
    font-size: 10px;
    font-weight: 300;
  }
  /* form Label */
  label.control-label {
    text-align: left;
    margin-top: 7px;
    font-size: 10px;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .form-control::placeholder {
    color: #919191;
    font-size: 10px;
  }
  .bottom_line {
    border: none;
    border-bottom: 1px solid #000000;
    text-align: center;
  }
  .boxed_btn {
    padding: 6px 15px;
    font-size: 12px;
  }
  .oldP {
    font-size: 10px;
  }

  body {
    font-size: 12px;
  }
  h5 {
    color: #d33633;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  /* header menu */
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 0.75rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .nav-link {
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 10px;
  }
  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2rem 0.5rem;
    background-color: #fff;
  }
  .navbar-brand img {
    max-width: 80%;
  }

  /* Float QR */
  .float {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .QR {
    bottom: 60px;
  }
  #tawkchat-status-text-container svg {
    width: 16px;
    height: 32px;
    margin-top: 14px;
  }
  .my-float {
    margin-top: 7px;
  }
  .window1 img {
    width: 150px;
  }
  .banner_area.banner_area3 .banner_text h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .banner_area .banner_text {
    margin-top: 0%;
    margin-left: 20%;
  }
  .banner_area .banner_text .site_link_form button {
    padding: 5px 15px;
  }

  /* section area */
  .about_area .about_info .section_title h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  p.about_small_title {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
  .about_area .about_info ul li {
    font-size: 12px;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .about_area .about_info ul li::before {
    top: 1px;
    margin-right: 15px;
  }
  .about_area .about_info p {
    font-size: 12px;
    color: #505050;
    line-height: 20px;
    font-weight: 400;
  }

  /* News Letter */
  .section_title h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact_area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .contact_form_info form input {
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding-left: 5px;
    margin-top: 10px;
    padding-top: 5px;
  }
  .bottom_error {
    font-size: 10px;
  }
  .contact_form_info form textarea {
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px 0 0 5px;
  }
  .paste_btn2 {
    padding: 5px 15px;
    font-size: 12px;
  }
  .contact_area .contact_form_info form input {
    height: 25px;
    margin-bottom: 5px;
  }
  .contact_area .contact_form_info form textarea {
    margin-bottom: 10px;
  }
  form.wow.fadeInUp {
    float: right;
    width: 100%;
  }

  /* Why OptyMoney */
  section {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-title p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.75;
  }
  .team__item__img {
    width: 130px;
    height: 130px;
  }
  .team__item img {
    margin-top: 30px;
  }
  .team__item h5 {
    font-size: 16px;
  }
  .team__item span {
    font-size: 12px;
  }

  /* Everything at once place */
  .banner_area_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn {
    font-size: 12px;
    padding: 0.175rem 0.5rem;
  }
  span {
    font-size: 10px;
  }
  .card-body {
    padding: 0.5rem;
  }
  .blog {
    height: 300px;
  }
  .blogs {
    height: 300px;
  }
  .blog_content span {
    text-align: left !important;
  }
  .col-sm-3 {
    max-width: 25%;
  }

  /* footer Logo */
  .footer_logo {
    width: 60px;
  }
  .footer_title h6 {
    font-size: 24px;
  }
  footer .footer_top_area .footer_widget .link_list li a {
    font-size: 10px;
    line-height: 16px;
  }
  .social_links ul li a {
    width: 20px;
    height: 20px;
    border: 0.5px solid #d33633;
    font-size: 10px;
    line-height: 20px;
  }
  .card-title {
    margin-bottom: 0.75rem;
    font-size: 12px;
  }
  .bottomData {
    font-size: 8px;
    margin-top: 15px;
  }
  .copyrightBottom {
    background-color: #cccccc;
  }

  /* Tax Banner */
  .masthead {
    height: 50vh;
    margin-top: 60px;
  }
  .masthead .container .vector {
    right: 1px;
    position: absolute;
    height: 50vh;
    max-height: 250px;
    margin-right: 10%;
  }
  .media.eca {
    margin: 20px 0px !important;
    padding: 5% 15px;
  }
  .icon-box {
    padding: 8px 8px;
  }
  .icon-box p {
    font-size: 10px;
  }
  .icon-box h6 {
    font-size: 14px;
  }
  .icon {
    font-size: 18px;
  }
  .need-assist {
    padding-bottom: 0px;
  }
  .icon-bg img {
    width: 70%;
  }

  /* all Products */
  .form-check-label {
    font-size: 12px;
    font-weight: 100;
  }
  .card-header {
    padding: 0.25rem 0.75rem;
  }
  .bordered_btn {
    font-size: 12px;
  }

  /* will */
  .service_area.create_will_service .single_service {
    padding: 10px 10px;
  }
  .service_area .single_service {
    margin-bottom: 10px;
  }
  .service_icon img {
    width: 60%;
  }
  .chose_area .chose_info .chose_list ul li .chose_text p {
    font-size: 12px;
  }
  .chose_area .chose_info .chose_list ul li .chose_text {
    padding-left: 15px;
  }
  .chose_area .chose_info .chose_list ul li {
    margin-bottom: 10px;
  }
  .chose_area .chose_info .chose_list ul li .chose_mark span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .chose_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* Contact Form */
  .contact_form_area .single_field {
    margin-bottom: 5px;
  }
  .contact_form_area .single_field input,
  .contact_form_area .single_field textarea {
    font-size: 10px;
  }
  .g-recaptcha {
    width: 70%;
  }
  #contact-map {
    height: 300px;
    margin-bottom: 10px;
  }
  .main_contact_area {
    padding-bottom: 60px;
    padding-top: 40px;
  }

  /* Calculators */
  .choose_goal h3 {
    font-size: 18px;
  }

  .blog_recent {
    display: inline-block;
    width: 39%;
    display: block;
    margin: 0 auto;
    float: right;
    margin: 0px 0px;
    box-shadow: -2px 2px 3px 4px #f9f9f9;
    padding: 10px 28px;
  }
  .blog_recent ul {
    display: block;
    margin: 0 auto;
    float: right;
    margin: 0px 0px;
    padding: 10px 28px;
  }
  /* line 163, I:/last_update/optymoney/optymoney/css/_reset.css */
  .mb-85 {
    margin-bottom: 30px;
  }
  .owl-carousel {
    padding: 20px 0px 0px 0px !important;
  }
  .testmonial_area .about_area .about_thumb2 a {
    top: 152px !important;
  }
  .home_3 .about_area .about_thumb2 a {
    width: 75px !important;
    height: 75px !important;
  }
  .home_3 .owl-nav {
    margin-top: 3px !important;
    /* padding: 20px 0px; */
  }
  body .nav-tabs .nav-item {
    width: 50%;
  }
  .nice-select.form-control.riskRateS {
    width: 100%;
  }
  /* line 163, I:/last_update/optymoney/optymoney/css/_reset.css */
  .mb-85 {
    margin-bottom: 30px;
  }
  .blog_recent {
    padding-left: 20px;
  }
  /* line 175, I:/last_update/optymoney/optymoney/css/_reset.css */
  .mb-65 {
    margin-bottom: 20px;
  }
  .contact_area h3 {
    line-height: 36px !important;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_btn.css */
  .boxed_btn {
    padding: 12px 30px;
  }
  /* line 36, I:/last_update/optymoney/optymoney/css/_btn.css */
  .paste_btn2 {
    padding: 12px 30px;
  }
  /* line 57, I:/last_update/optymoney/optymoney/css/_btn.css */
  .boxed_btn_2 {
    padding: 9px 20px;
  }
  /* line 76, I:/last_update/optymoney/optymoney/css/_btn.css */
  .line_btn {
    padding: 12px 30px;
  }
  /* line 93, I:/last_update/optymoney/optymoney/css/_btn.css */
  .blank_btn {
    padding: 12px 30px;
  }
  /* line 111, I:/last_update/optymoney/optymoney/css/_btn.css */
  .boxed_btn3 {
    padding: 12px 20px;
  }
  /* line 10, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title span {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 27, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title h4 {
    line-height: 40px;
  }
  /* line 87, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title.section_title2 p br {
    display: none;
  }
  #will_large_device {
    display: none;
  }
  #will_mobile {
    display: block !important;
  }
  #will_mobile {
    display: none;
  }
  /* line 87, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title.section_title2 p br {
    display: none;
  }
  /* line 106, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_2 h3 {
    font-size: 30px;
  }
  /* line 120, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_2 h3 br {
    display: none;
  }
  /* line 106, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_2 h3 {
    font-size: 26px;
    line-height: 36px;
  }
  /* line 134, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_3 h3 {
    font-size: 30px;
  }
  /* line 148, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_3 h3 br {
    display: none;
  }
  /* line 134, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_3 h3 {
    line-height: 36px;
  }
  /* line 165, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_3 p br {
    display: none;
  }
  /* line 170, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_3 p br {
    display: none;
  }
  /* line 170, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_3 p br {
    display: none;
  }
  /* line 183, I:/last_update/optymoney/optymoney/css/_title.css */

  /* line 198, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_4 h3 br {
    display: none;
  }
  /* line 183, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_4 h3 {
    line-height: 36px;
  }
  /* line 220, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_4 p br {
    display: none;
  }
  /* line 220, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_4 p br {
    display: none;
  }
  /* line 238, I:/last_update/optymoney/optymoney/css/_title.css */
  .pl-80 {
    padding-left: 0px;
  }
  /* line 215, I:/last_update/optymoney/optymoney/css/_title.css */
  .section_title_4 p br {
    display: none;
  }
  /* line 238, I:/last_update/optymoney/optymoney/css/_title.css */
  .pl-80 {
    padding-left: 30px;
  }
  /* line 247, I:/last_update/optymoney/optymoney/css/_title.css */
  .pl-100 {
    padding-left: 30px;
  }
  /* Duplication of code in 1069 line number
  .site_link_form.slider_btn {
    width: 60%;
    margin: 0 auto;
  }*/
  /* line 257, I:/last_update/optymoney/optymoney/css/_title.css */
  .mb-90 {
    margin-bottom: 30px;
  }
  /* line 257, I:/last_update/optymoney/optymoney/css/_title.css */
  .mb-90 {
    margin-bottom: 50px;
  }
  /* line 267, I:/last_update/optymoney/optymoney/css/_title.css */
  .pl-65 {
    padding-left: 0;
  }
  /* line 267, I:/last_update/optymoney/optymoney/css/_title.css */
  .pl-65 {
    padding-left: 0px;
  }
  /* line 277, I:/last_update/optymoney/optymoney/css/_title.css */
  .pb-180 {
    padding-bottom: 80px;
  }
  /* line 277, I:/last_update/optymoney/optymoney/css/_title.css */
  .pb-180 {
    padding-bottom: 100px;
  }

  /* line 2, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area {
    height: auto;
  }
  /* line 2, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area {
    padding-top: 140px;
    height: auto;
  }
  /* line 23, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image {
    margin-top: 100px;
  }
  /* line 23, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image {
    left: 0;
  }
  /* line 23, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image {
    left: 0;
  }
  /* line 23, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image {
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 50, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .ilstration_fram img {
    width: 100%;
  }
  /* line 50, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .ilstration_fram img {
    width: 100%;
  }
  /* line 69, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .man_img {
    right: 4%;
  }
  /* line 88, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .man_img img {
    width: 40%;
  }
  /* line 101, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .woman_img {
    right: 38%;
  }
  /* line 117, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .woman_img img {
    width: 40%;
  }
  /* line 130, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .circle_img {
    right: 35%;
  }
  /* line 146, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .circle_img img {
    width: 40%;
  }
  /* line 159, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .line_img {
    left: 4%;
  }
  /* line 159, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .line_img {
    left: 10%;
  }
  /* line 178, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .business_image .line_img img {
    width: 40%;
  }
  /* line 186, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .ilstrator_img {
    width: 200px;
  }
  /* line 200, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .ilstrator_img img {
    width: 100%;
  }
  /* line 212, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .ilstrator_img_2 {
    width: 200px;
  }

  /* line 246, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .banner_text span {
    margin-bottom: 20px;
  }
  /* line 261, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .banner_text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  /* line 261, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .banner_text h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  /* line 293, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .banner_text .site_link_form form input {
    height: 50px;
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 293, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .banner_text .site_link_form form input {
    width: 200px;
    height: 50px;
  }
  /* line 318, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .banner_text .site_link_form form button {
    padding: 13px 30px;
  }
  /* line 318, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .banner_text .site_link_form form button {
    padding: 13px 40px;
    width: 100%;
  }
  /* line 362, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .circle_icon_2 {
    top: 10%;
    left: 30%;
  }
  /* line 371, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .circle_icon_4 {
    right: 8.5%;
    top: 28%;
  }
  /* line 381, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .circle_icon_5 {
    right: 35%;
    bottom: 39%;
  }
  /* line 391, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area .circle_icon_1 {
    top: 33%;
    left: 74%;
  }
  /* line 427, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area_2 .banner_info p {
    font-size: 16px;
  }
  /* line 435, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area_2 .banner_info p br {
    display: none;
  }
  /* line 435, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area_2 .banner_info p br {
    display: none;
  }
  /* line 447, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area_2 .banner_info .banner_thumb {
    margin-top: 40px;
  }
  /* line 474, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area_2 .animation_icon .anim_icon_4 {
    display: none;
  }
  /* line 491, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area.banner_area3 {
    padding-top: 0;
  }
  /* line 491, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area.banner_area3 {
    padding-top: 0;
  }
  /* line 522, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area.banner_area3 .banner_text span {
    margin-bottom: 20px;
  }
  /* line 537, I:/last_update/optymoney/optymoney/css/_banner.css */
  .banner_area.banner_area3 .banner_text h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_features.css */
  .features_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* line 9, I:/last_update/optymoney/optymoney/css/_features.css */
  .features_area .features_title h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  /* line 49, I:/last_update/optymoney/optymoney/css/_features.css */
  .features_area_2 .shape_icon {
    display: none;
  }
  /* line 56, I:/last_update/optymoney/optymoney/css/_features.css */
  .features_area_2 .shape_icon img {
    width: 230px;
  }
  /* line 45, I:/last_update/optymoney/optymoney/css/_features.css */
  .features_area_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 45, I:/last_update/optymoney/optymoney/css/_features.css */
  .features_area_2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  /* line 131, I:/last_update/optymoney/optymoney/css/_about.css */
  .about_area_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 131, I:/last_update/optymoney/optymoney/css/_about.css */
  .about_area_2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* line 152, I:/last_update/optymoney/optymoney/css/_about.css */
  .about_area_2 .about_thumb {
    margin-bottom: 30px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 53, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area .single-case .hover_overlay .case_heading h3 {
    font-size: 20px;
  }
  /* line 53, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area .single-case .hover_overlay .case_heading h3 {
    font-size: 17px;
  }
  /* line 72, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area .single-case .hover_overlay .case_heading h3 br {
    display: none;
  }
  /* line 72, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area .single-case .hover_overlay .case_heading h3 br {
    display: none;
  }
  /* line 96, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area .single-case .hover_overlay .list ul li {
    font-size: 14px;
  }
  /* line 180, I:/last_update/optymoney/optymoney/css/_case.css */
  .home_3 .case_study_area .case_study_title_warp {
    padding: 60px 0;
  }
  /* line 308, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_thumb
    .hover_overlay
    .case_heading {
    margin-top: 0;
  }
  /* line 317, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_thumb
    .hover_overlay
    .case_heading
    h3 {
    font-size: 20px;
  }
  /* line 317, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_thumb
    .hover_overlay
    .case_heading
    h3 {
    font-size: 17px;
  }
  /* line 336, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_thumb
    .hover_overlay
    .case_heading
    h3
    br {
    display: none;
  }
  /* line 352, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_thumb
    .hover_overlay
    .list {
    margin-bottom: 10px;
  }
  /* line 352, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_thumb
    .hover_overlay
    .list {
    margin-bottom: 20px;
  }
  /* line 368, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_thumb
    .hover_overlay
    .list
    ul
    li {
    font-size: 14px;
  }
  /* line 390, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3 .single-case .case_heading.case_heading3 {
    padding: 25px 30px;
  }
  /* line 402, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_heading.case_heading3
    h3 {
    font-size: 20px;
  }
  /* line 402, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_heading.case_heading3
    h3 {
    font-size: 17px;
  }
  /* line 425, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_heading.case_heading3
    h3
    br {
    display: none;
  }
  /* line 425, I:/last_update/optymoney/optymoney/css/_case.css */
  .case_study_area.case_study_area3
    .single-case
    .case_heading.case_heading3
    h3
    br {
    display: none;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area {
    padding-top: 30px;
    padding-bottom: 44px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_img {
    right: 0;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_img {
    right: 0;
  }
  /* line 52, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_info {
    margin-top: 30px;
  }
  /* line 56, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_info .section_title {
    margin-bottom: 30px;
  }
  /* line 56, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_info .section_title {
    margin-bottom: 20px;
  }
  /* line 67, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_info .chose_list ul li {
    margin-bottom: 20px;
  }
  /* line 67, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_info .chose_list ul li {
    margin-bottom: 20px;
  }
  /* line 97, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_info .chose_list ul li .chose_text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    top: 15px;
    position: relative;
  }
  /* line 97, I:/last_update/optymoney/optymoney/css/_chose.css */
  .chose_area .chose_info .chose_list ul li .chose_text h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial_area {
    padding-top: 100px;
    padding-bottom: 170px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial_area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 16, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial_area .testimonial_left {
    margin-bottom: 30px;
  }
  /* line 24, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial_area .testmonial_review .author {
    margin-bottom: 20px;
  }
  /* line 47, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial_area .testmonial_review p {
    font-size: 14px;
    line-height: 28px;
  }
  .testmonial_review h4 {
    font-size: 20px;
  }
  /* line 61, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial_area .testmonial_active.owl-carousel .owl-nav div {
    bottom: -65px;
  }
  /* line 124, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial2_area {
    padding: 60px 0;
  }
  /* line 133, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial2_area .single_testmonial {
    display: block !important;
  }
  /* line 166, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial2_area .single_testmonial .testmonial_content {
    padding-left: 0;
    margin-top: 20px;
  }
  /* line 175, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial2_area .single_testmonial .testmonial_content p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  /* line 175, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial2_area .single_testmonial .testmonial_content p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /* line 175, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial2_area .single_testmonial .testmonial_content p {
    font-size: 23px;
  }
  /* line 215, I:/last_update/optymoney/optymoney/css/_testimonial.css */
  .testmonial2_area .slider-counter {
    right: 15px;
  }
  /* line 5, I:/last_update/optymoney/optymoney/css/_counter.css */
  .counter_area.plus_padding {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  /* line 5, I:/last_update/optymoney/optymoney/css/_counter.css */
  .counter_area.plus_padding {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_counter.css */
  .counter_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  /* line 5, I:/last_update/optymoney/optymoney/css/_counter.css */
  .counter_area.plus_padding {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  /* line 5, I:/last_update/optymoney/optymoney/css/_counter.css */
  .counter_area.plus_padding {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_counter.css */
  .counter_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  /* line 61, I:/last_update/optymoney/optymoney/css/_counter.css */
  .counter_area .single_counter h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /* line 61, I:/last_update/optymoney/optymoney/css/_counter.css */
  .counter_area .single_counter h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_news.css */
  .news_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_news.css */
  .news_area {
    padding-bottom: 60px;
    padding-top: 50px;
  }
  /* line 23, I:/last_update/optymoney/optymoney/css/_news.css */
  .news_area .single_news .news_content {
    padding: 20px 15px;
  }
  /* line 28, I:/last_update/optymoney/optymoney/css/_news.css */
  .news_area .single_news .news_content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 37, I:/last_update/optymoney/optymoney/css/_news.css */
  .news_area .single_news .news_content h3 br {
    display: none;
  }
  /* line 37, I:/last_update/optymoney/optymoney/css/_news.css */
  .news_area .single_news .news_content h3 br {
    display: none;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .contact_area {
    padding-top: 40px;
    padding-bottom: 75px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .contact_area {
    padding-top: 57px;
  }
  /* line 97, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .contact_area .contact_thumb {
    margin-top: 30px;
  }
  /* line 121, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .contact_area .contact_thumb::before {
    display: none;
  }
  /* line 157, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .contact_expert .contact_expert_text h3 {
    font-size: 28px;
  }
  /* line 157, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .contact_expert .contact_expert_text h3 {
    font-size: 35px;
  }
  /* line 168, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .contact_expert .contact_expert_text p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  /* line 217, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .home_3 .contact_expert {
    padding: 20px 0;
  }
  /* line 217, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .home_3 .contact_expert {
    padding: 100px 0;
  }
  /* line 229, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .home_3 .contact_expert_text p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  /* line 243, I:/last_update/optymoney/optymoney/css/_contact_form.css */
  .home_3 .contact_expert_btn {
    text-align: left;
    margin-top: 30px;
  }
  /* line 35, I:/last_update/optymoney/optymoney/css/_bradcam.css */
  .bradcam_area .bradcam_text h3 {
    font-size: 35px;
  }
  /* line 35, I:/last_update/optymoney/optymoney/css/_bradcam.css */
  .bradcam_area .bradcam_text h3 {
    font-size: 35px;
  }
  /* line 5, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .youtube_video_area {
    padding: 100px 0;
  }
  .home_3 .owl-nav {
    right: 84px !important;
  }
  /* line 5, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .youtube_video_area {
    padding: 100px 0;
  }
  /* line 5, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .youtube_video_area {
    padding: 150px 0;
  }
  /* line 20, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .youtube_video_area a {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  /* line 20, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .youtube_video_area a {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  /* line 46, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  /* line 46, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area {
    padding-top: 95px;
    padding-bottom: 10px;
  }
  /* line 57, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area .info_thumb {
    margin-bottom: 30px;
  }
  /* line 65, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area .info_text {
    padding: 0;
  }
  /* line 65, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area .info_text {
    padding: 0;
  }
  /* line 82, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area .info_text .info_text_1 {
    margin-top: 0;
  }
  /* line 89, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area .info_text .info_text_2 {
    margin-bottom: 10px;
  }
  /* line 98, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area2 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  /* line 114, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area2 .info_text {
    padding-right: 0;
  }
  /* line 114, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .about_info_area2 .info_text {
    padding-right: 0;
  }
  /* line 141, I:/last_update/optymoney/optymoney/css/_about_page.css */
  .team_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area {
    padding-top: 0;
  }
  /* line 11, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area .single_service_wrap {
    padding-bottom: 30px;
  }
  /* line 24, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area .single_service_wrap:nth-child(1),
  .service_wrap_area .single_service_wrap:nth-child(3) {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  /* line 30, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area
    .single_service_wrap:nth-child(1).single_service_wrap
    .thumb,
  .service_wrap_area
    .single_service_wrap:nth-child(3).single_service_wrap
    .thumb {
    margin-bottom: 30px;
  }
  /* line 38, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area .single_service_wrap .service_wrap_info {
    padding-left: 0px;
  }
  /* line 38, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area .single_service_wrap .service_wrap_info {
    padding-left: 0px;
  }
  /* line 38, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area .single_service_wrap .service_wrap_info {
    padding-left: 0px;
  }
  /* line 59, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area .single_service_wrap .service_wrap_info p br {
    display: none;
  }
  /* line 65, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area .single_service_wrap .service_wrap_info ul {
    margin-bottom: 20px;
  }
  /* line 65, I:/last_update/optymoney/optymoney/css/_service_page.css */
  .service_wrap_area .single_service_wrap .service_wrap_info ul {
    margin-bottom: 30px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case_01.css */
  .case_study_page_01 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case_01.css */
  .case_study_page_01 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_case_01.css */
  .case_study_page_01 .portfolio-menu {
    margin-bottom: 30px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_case_01.css */
  .case_study_page_01 .portfolio-menu {
    margin-bottom: 50px;
  }
  /* line 20, I:/last_update/optymoney/optymoney/css/_case_01.css */
  .case_study_page_01 .portfolio-menu button {
    padding: 5px 10px;
    font-size: 12px;
  }
  /* line 40, I:/last_update/optymoney/optymoney/css/_case_01.css */
  .case_study_page_01 .single_study {
    margin-bottom: 30px;
  }
  /* line 63, I:/last_update/optymoney/optymoney/css/_case_01.css */
  .case_study_page_01 .single_study .study_bottom h3 a {
    font-size: 17px;
  }
  /* line 21, I:/last_update/optymoney/optymoney/css/_approach.css */
  .approach_intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 21, I:/last_update/optymoney/optymoney/css/_approach.css */
  .approach_intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* line 35, I:/last_update/optymoney/optymoney/css/_approach.css */
  .approach_intro .approach_text {
    padding-right: 0;
    margin-bottom: 20px;
    padding: 10px;
    text-align: justify;
  }
  /* line 35, I:/last_update/optymoney/optymoney/css/_approach.css */
  .approach_intro .approach_text {
    padding-right: 0;
  }
  /* line 35, I:/last_update/optymoney/optymoney/css/_approach.css */
  .approach_intro .approach_text {
    padding-right: 0;
  }
  /* line 69, I:/last_update/optymoney/optymoney/css/_approach.css */
  .single_approach .approach_banner {
    height: 400px;
  }
  /* line 69, I:/last_update/optymoney/optymoney/css/_approach.css */
  .single_approach .approach_banner {
    height: 500px;
  }
  /* line 117, I:/last_update/optymoney/optymoney/css/_approach.css */
  .single_approach .proach_inenr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 117, I:/last_update/optymoney/optymoney/css/_approach.css */
  .single_approach .proach_inenr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 129, I:/last_update/optymoney/optymoney/css/_approach.css */
  .single_approach .approach_info {
    padding-right: 0;
    margin-bottom: 20px;
  }
  /* line 129, I:/last_update/optymoney/optymoney/css/_approach.css */
  .single_approach .approach_info {
    padding-right: 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* line 21, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .col-lg-12:first-child .single_career_wrap .career_text h4 {
    margin-top: 30px;
  }
  /* line 28, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .col-lg-12:last-child .single_career_wrap {
    margin-top: 30px;
  }
  /* line 33, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap {
    display: block;
  }
  /* line 41, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap .single_iteam {
    width: 100%;
  }
  /* line 48, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap .career_text h4 {
    font-size: 30px;
  }
  /* line 48, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap .career_text h4 {
    font-size: 35px;
  }
  /* line 60, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap .career_text p {
    font-size: 15px;
    margin-bottom: 0;
    padding-right: 15px;
  }
  /* line 60, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap .career_text p {
    font-size: 15px;
    margin-bottom: 0;
    padding-right: 15px;
  }
  /* line 74, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap .career_text p br {
    display: none;
  }
  /* line 74, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap .career_text p br {
    display: none;
  }
  /* line 74, I:/last_update/optymoney/optymoney/css/_career.css */
  .carrer_area .single_career_wrap .career_text p br {
    display: none;
  }
  /* line 90, I:/last_update/optymoney/optymoney/css/_career.css */
  .career_list_area {
    margin-bottom: 30px;
  }
  /* line 96, I:/last_update/optymoney/optymoney/css/_career.css */
  .career_list_area .carrer_header h3 {
    margin-bottom: 20px;
  }
  /* line 96, I:/last_update/optymoney/optymoney/css/_career.css */
  .career_list_area .carrer_header h3 {
    margin-bottom: 30px;
  }
  /* line 108, I:/last_update/optymoney/optymoney/css/_career.css */
  .career_list_area .career_content {
    padding: 0;
  }
  /* line 112, I:/last_update/optymoney/optymoney/css/_career.css */
  .career_list_area .career_content .single_content {
    margin-bottom: 30px;
  }
  /* line 90, I:/last_update/optymoney/optymoney/css/_career.css */
  .career_list_area {
    padding-bottom: 30px;
  }
  /* line 90, I:/last_update/optymoney/optymoney/css/_career.css */
  .career_list_area {
    padding-bottom: 0 !important;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_blog.css */
  .blog_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_blog.css */
  .blog_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_blog.css */
  .blog_area .single_blog {
    margin-bottom: 30px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_blog.css */
  .blog_area .single_blog {
    margin-bottom: 30px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_blog.css */
  .blog_area .single_blog {
    margin-bottom: 30px;
  }
  /* line 36, I:/last_update/optymoney/optymoney/css/_blog.css */
  .blog_area .single_blog .blog_meta h4 a {
    font-size: 18px;
  }
  /* line 64, I:/last_update/optymoney/optymoney/css/_blog.css */
  .blog_area form {
    margin-bottom: 30px;
  }
  /* line 4, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_banner_wrap {
    padding: 150px 0 220px 0;
  }
  /* line 43, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info .blog_details_inner .details_info_wrap {
    padding: 20px;
  }
  /* line 56, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info .blog_details_inner .details_info_wrap .compo_list h4 {
    font-size: 25px;
  }
  /* line 103, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info
    .blog_details_inner
    .details_info_wrap
    .compo_list
    .first_component
    h4 {
    font-size: 25px;
  }
  /* line 137, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info .blog_details_inner .details_info_wrap .video_wrap {
    height: 350px;
  }
  /* line 147, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info
    .blog_details_inner
    .details_info_wrap
    .video_wrap
    .video_icon
    a {
    font-size: 55px;
  }
  /* line 178, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info .feedback_wrap .social_links {
    text-align: left;
    margin-top: 30px;
  }
  /* line 209, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info .feedback_wrap .author_feedback {
    display: block !important;
  }
  /* line 226, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info .feedback_wrap .author_feedback .info {
    padding-left: 0;
    margin-top: 20px;
  }
  /* line 274, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .blog_details_info .news_area .section_title h4 {
    font-size: 25px;
  }
  /* line 291, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .coment_area .section_title h4 {
    font-size: 25px;
  }
  /* line 300, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .coment_area .comment_wrap .single_comment {
    display: block !important;
  }
  /* line 308, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .coment_area .comment_wrap .single_comment .comment_left {
    display: block !important;
  }
  /* line 315, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .coment_area .comment_wrap .single_comment .comment_left .comnet_info {
    margin-top: 20px;
  }
  /* line 333, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .coment_area
    .comment_wrap
    .single_comment
    .comment_left
    .comnet_info
    p.commented
    br {
    display: none;
  }
  /* line 333, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .coment_area
    .comment_wrap
    .single_comment
    .comment_left
    .comnet_info
    p.commented
    br {
    display: none;
  }
  /* line 333, I:/last_update/optymoney/optymoney/css/_blog_details.css */
  .coment_area
    .comment_wrap
    .single_comment
    .comment_left
    .comnet_info
    p.commented
    br {
    display: none;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .case_details_banner {
    height: 400px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .case_details_banner {
    height: 500px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .case_details_banner {
    height: 600px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .case_details_banner {
    height: 600px;
  }
  /* line 21, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .case_details_wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  /* line 21, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .case_details_wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  /* line 57, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .case_details_wrap .details_title h3 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }
  /* line 57, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .case_details_wrap .details_title h3 {
    font-size: 25px;
    line-height: 35px;
  }
  /* line 104, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .challenge_plan_area {
    padding-top: 30px;
  }
  /* line 104, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .challenge_plan_area {
    padding-top: 30px;
  }
  /* line 112, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .challenge_plan_area .single_plane {
    margin-bottom: 30px;
  }
  /* line 112, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .challenge_plan_area .single_plane {
    margin-bottom: 50px;
  }
  /* line 150, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .result_area {
    padding-bottom: 0;
  }
  /* line 150, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .result_area {
    padding-bottom: 50px;
  }
  /* line 171, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .result_area .single_trafic {
    margin-bottom: 20px;
  }
  /* line 193, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .result_area .bordered_top {
    margin-top: 10px;
  }
  /* line 201, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .result_area .bordered_top .social_links {
    text-align: center;
  }
  /* line 229, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .result_area .bordered_top .next_prev_btn {
    text-align: left;
  }
  /* line 235, I:/last_update/optymoney/optymoney/css/_case_study_details.css */
  .result_area .bordered_top .next_prev_btn ul li {
    margin-left: 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_contact.css */
  .main_contact_area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_contact.css */
  .main_contact_area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_contact.css */
  .main_contact_area .contact_info {
    margin-bottom: 30px;
  }
  /* line 17, I:/last_update/optymoney/optymoney/css/_contact.css */
  .main_contact_area .contact_info h3 {
    font-size: 24px;
  }
  /* line 28, I:/last_update/optymoney/optymoney/css/_contact.css */
  .main_contact_area .contact_info h3 br {
    display: none;
  }
  /* line 69, I:/last_update/optymoney/optymoney/css/_contact.css */
  .main_contact_area .single_contact_info .social_links {
    text-align: center;
  }
  /* line 100, I:/last_update/optymoney/optymoney/css/_contact.css */
  #contact-map {
    height: 350px;
  }
  /* line 100, I:/last_update/optymoney/optymoney/css/_contact.css */
  #contact-map {
    height: 350px;
  }
  /* line 100, I:/last_update/optymoney/optymoney/css/_contact.css */
  #contact-map {
    height: 350px;
  }
  /* line 109, I:/last_update/optymoney/optymoney/css/_contact.css */
  .contact_form_area {
    padding-top: 118px;
    padding-bottom: 60px;
  }
  /* line 109, I:/last_update/optymoney/optymoney/css/_contact.css */
  .contact_form_area {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /* line 109, I:/last_update/optymoney/optymoney/css/_contact.css */
  .contact_form_area {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_plan.css */
  .plan_area {
    padding: 50px 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_plan.css */
  .plan_area {
    padding: 90px 0 100px 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_brand.css */
  .brand_area_2 {
    padding: 60px 0 35px 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_brand.css */
  .brand_area_2 {
    padding: 80px 0 20px 0;
  }
  /* line 27, I:/last_update/optymoney/optymoney/css/_brand.css */
  .brand_area_2 .brand_wrap .single_brand {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    margin-bottom: 25px;
  }
  /* line 27, I:/last_update/optymoney/optymoney/css/_brand.css */
  .brand_area_2 .brand_wrap .single_brand {
    -webkit-box-flex: 25%;
    -ms-flex: 25% 0 0px;
    flex: 25% 0 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .work_section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .work_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* line 13, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .work_section .work_info {
    margin-bottom: 30px;
  }
  /* line 26, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .work_section .shapes .shap_1 img {
    width: 250px;
    height: 250px;
  }
  /* line 26, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .work_section .shapes .shap_1 img {
    width: 300px;
    height: 300px;
  }
  /* line 37, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .work_section .shapes .shap_2 {
    display: none;
  }
  /* line 76, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  /* line 76, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  /* line 92, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .shapes .shap_1 {
    display: none;
  }
  /* line 99, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .shapes .shap_1 img {
    width: 250px;
    height: 250px;
  }
  /* line 99, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .shapes .shap_1 img {
    width: 300px;
    height: 300px;
  }
  /* line 116, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .single_manage h4 {
    font-size: 20px;
  }
  /* line 116, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .single_manage h4 {
    font-size: 20px;
  }
  /* line 128, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .single_manage p {
    font-size: 16px;
    line-height: 26px;
  }
  /* line 128, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .single_manage p {
    font-size: 16px;
    line-height: 26px;
  }
  /* line 148, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .manage_tabs {
    padding: 0 15px;
  }
  /* line 156, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .manage_tabs .nav li {
    width: 100%;
  }
  /* line 174, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .multipol_manage_area .manage_banner {
    margin-top: 30px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_1 {
    display: none;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_1 {
    width: 200px;
  }
  /* line 12, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_1 {
    width: 200px;
  }
  /* line 26, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_1 img {
    width: 100%;
  }
  /* line 26, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_1 img {
    width: 100%;
  }
  /* line 35, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_2 {
    display: none;
  }
  /* line 35, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_2 {
    width: 200px;
  }
  /* line 35, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_2 {
    width: 200px;
  }
  /* line 49, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_2 img {
    width: 100%;
  }
  /* line 49, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .shap_2 img {
    width: 100%;
  }
  /* line 58, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .nav {
    margin-bottom: 40px;
  }
  /* line 58, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .nav {
    margin-bottom: 40px;
  }
  /* line 67, I:/last_update/optymoney/optymoney/css/_prising.css */
  .prising_area .nav a {
    padding: 13px 30px;
  }
  /* line 164, I:/last_update/optymoney/optymoney/css/_prising.css */
  .product_lisence_area {
    padding-top: 60px;
    padding-bottom: 34px;
  }
  /* line 170, I:/last_update/optymoney/optymoney/css/_prising.css */
  .product_lisence_area .single_prodict {
    margin-bottom: 30px;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_404_page.css */
  .page_not_found_wrap {
    padding: 60px 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_404_page.css */
  .page_not_found_wrap {
    padding: 100px 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_404_page.css */
  .page_not_found_wrap {
    padding: 100px 0;
  }
  /* line 1, I:/last_update/optymoney/optymoney/css/_404_page.css */
  .page_not_found_wrap {
    padding: 100px 0;
  }
  /* line 22, I:/last_update/optymoney/optymoney/css/_404_page.css */
  .page_not_found_wrap .not_found_wrap .info_404 h3 {
    font-size: 27px;
  }
  /* line 4, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */
  .home_3 .contact_area .contact_thumb2 {
    margin-top: 30px;
  }
  /* line 11, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */
  .home_3 .contact_area .contact_thumb2::before {
    right: -15px;
  }
  /* line 28, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */
  .home_3 .contact_area .contact_thumb2::after {
    right: -15px;
  }
  /* line 28, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */
  .home_3 .contact_area .contact_thumb2::after {
    right: -20px;
  }
  /* line 58, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */
  .home_3 .chose_area .chose_img .chose_round_img::before {
    left: -15px;
  }
  /* line 58, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */
  .home_3 .chose_area .chose_img .chose_round_img::before {
    left: -20px;
  }
  /* line 75, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */
  .home_3 .chose_area .chose_img .chose_round_img::after {
    left: -15px;
  }
  /* line 75, I:/last_update/optymoney/optymoney/css/_home_3_contact.css */
  .home_3 .chose_area .chose_img .chose_round_img::after {
    left: -20px;
  }
  a.mobile_login_btn {
    display: none !important;
  }
  div#MobileAddWrap {
    /* padding-left: 23px; */
    padding: 0;
    padding-left: 27px;
  }
  .modal-dialog.modal-dialog-centered.noscroll_popup {
    margin: 3.75rem auto !important;
  }
  div#file_itr_popup {
    overflow-y: hidden;
  }
  div#file_itr_popup {
    overflow-y: hidden;
  }
  div#book_eca {
    overflow-y: hidden;
  }
  .card.product_left .card-body {
    max-width: 95%;
  }
  .media.icon_logos {
    float: left;
    padding-right: 10px;
  }
  .card.product_left .text-muted {
    padding-top: 50px;
    padding-left: 68px;
  }
  .content-left-wrapper {
    padding: 95px 15px 35px 15px;
  }
  .content-left-wrapper h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .content-left-wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .content-left-wrapper .btn_1.mobile_btn {
    margin: 5px 0 30px 0;
    display: inline-block;
  }
  #left_form figure img {
    height: 130px;
    width: auto;
  }
  #wizard_container {
    width: 100%;
  }
  .main_title h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .main_title p {
    font-size: 16px;
    font-size: 1rem;
  }
  #sub_content_in {
    padding: 45px 30px 0 30px;
  }
  #sub_content_in h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #sub_content_in p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .rating_type {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .review_message {
    height: 200px !important;
  }
  .card.summary_left {
    padding-top: 50px;
  }
  .content-left-wrapper {
    padding: 95px 15px 35px 15px;
  }
  .content-left-wrapper h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .content-left-wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .content-left-wrapper .btn_1.mobile_btn {
    margin: 5px 0 30px 0;
    display: inline-block;
  }
  #left_form figure img {
    height: 130px;
    width: auto;
  }
  #wizard_container {
    width: 100%;
  }
  .main_title h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .main_title p {
    font-size: 16px;
    font-size: 1rem;
  }
  #sub_content_in {
    padding: 45px 30px 0 30px;
  }
  #sub_content_in h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #sub_content_in p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .rating {
    float: left;
    display: block;
  }
  .rating_type {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .review_message {
    height: 200px !important;
  }
  .rating {
    float: left;
    display: block;
  }
  /* line 19, I:/last_update/optymoney/optymoney/css/_works_2.css */
  .work_section .shapes .shap_1 {
    display: none;
  }
  .myTableBg {
    background-size: 100%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    font-size: 0.75rem;
    display: block;
  }
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    font-size: 0.75rem;
    display: block;
  }
  label {
    color: #222222;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
  }
  .bottom-btn {
    position: absolute;
    bottom: 10px;
  }
  /* form Label */
  label.control-label {
    text-align: left;
    margin-top: 7px;
    font-size: 14px;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .form-control::placeholder {
    color: #919191;
    font-size: 14px;
  }
  .bottom_line {
    border: none;
    border-bottom: 1px solid #000000;
  }
  .boxed_btn {
    padding: 6px 15px;
    font-size: 12px;
  }
  .oldP {
    font-size: 10px;
  }

  /* datatable */
  table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
  }
  table.dataTable thead {
    background-color: #d33633;
    color: #fff;
  }
  table.table-bordered.dataTable {
    border-right-width: thin;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  .header_area.navbar_fixed {
    background: #fff;
    z-index: 90;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
  }
  body {
    font-size: 12px;
  }
  h5 {
    color: #d33633;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  /* header menu */
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 0.75rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .nav-link {
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 12px;
  }
  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2rem 0.5rem;
    background-color: #fff;
  }
  .navbar-brand img {
    max-width: 80%;
  }
  .dropdown-menu {
    font-size: 0.75rem;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #d33633;
  }

  /* Float QR */
  .float {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .QR {
    bottom: 60px;
  }
  #tawkchat-status-text-container svg {
    width: 16px;
    height: 32px;
    margin-top: 14px;
  }
  .my-float {
    margin-top: 12px;
  }
  .window1 img {
    width: 150px;
  }
  .banner_area.banner_area3 .banner_text h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .banner_area .banner_text {
    margin-top: 0%;
    margin-left: 20%;
  }
  .banner_area .banner_text .site_link_form button {
    padding: 5px 15px;
  }

  /* section area */
  .about_area .about_info .section_title h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  p.about_small_title {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
  .about_area .about_info ul li {
    font-size: 12px;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .about_area .about_info ul li::before {
    top: 1px;
    margin-right: 15px;
  }
  .about_area .about_info p {
    font-size: 12px;
    color: #505050;
    line-height: 20px;
    font-weight: 400;
  }

  /* News Letter */
  .section_title h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact_area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .contact_form_info form input {
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding-left: 5px;
    margin-top: 10px;
    padding-top: 5px;
  }
  .bottom_error {
    font-size: 10px;
  }
  .contact_form_info form textarea {
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px 0 0 5px;
  }
  .paste_btn2 {
    padding: 5px 15px;
    font-size: 12px;
  }
  .contact_area .contact_form_info form input {
    height: 25px;
    margin-bottom: 5px;
  }
  .contact_area .contact_form_info form textarea {
    margin-bottom: 10px;
  }
  form.wow.fadeInUp {
    float: right;
    width: 100%;
  }

  /* Why OptyMoney */
  section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section-title p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.75;
  }
  .team__item__img {
    width: 130px;
    height: 130px;
  }
  .team__item img {
    margin-top: 30px;
  }
  .team__item h5 {
    font-size: 16px;
  }
  .team__item span {
    font-size: 12px;
  }

  /* Everything at once place */
  .banner_area_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn {
    font-size: 12px;
    padding: 0.175rem 0.5rem;
  }
  span {
    font-size: 12px;
  }
  .card-body {
    padding: 0.5rem;
  }
  .blog {
    height: 300px;
  }
  .blogs {
    height: 300px;
  }
  .blog_content span {
    text-align: left !important;
  }
  .col-sm-3 {
    max-width: 25%;
  }
  .card-title {
    margin-bottom: 0.75rem;
    font-size: 18px;
  }

  /* footer Logo */
  .footer_logo {
    width: 60px;
  }
  .footer_title h6 {
    font-size: 14px;
  }
  .copyrightBottom {
    background-color: #cccccc;
  }
  footer .footer_top_area .footer_widget .link_list li a {
    font-size: 12px;
    line-height: 20px;
  }
  .social_links ul li a {
    width: 20px;
    height: 20px;
    border: 0.5px solid #d33633;
    font-size: 10px;
    line-height: 20px;
  }
  .bottomData {
    font-size: 10px;
  }

  /* Tax Banner */
  .masthead {
    height: 50vh;
    margin-top: 60px;
  }
  .masthead .container .vector {
    right: 1px;
    position: absolute;
    height: 50vh;
    max-height: 250px;
    margin-right: 10%;
  }
  .media.eca {
    margin: 20px 0px !important;
    padding: 5% 15px;
  }
  .icon-box {
    padding: 8px 8px;
  }
  .icon-box p {
    font-size: 10px;
  }
  .icon-box h6 {
    font-size: 14px;
  }
  .icon {
    font-size: 30px;
  }
  .need-assist {
    padding-bottom: 40px;
  }
  .icon-bg img {
    width: 70%;
  }

  /* all Products */
  .form-check-label {
    font-size: 12px;
    font-weight: 100;
  }
  .card-header {
    padding: 0.25rem 0.75rem;
  }
  .bordered_btn {
    font-size: 10px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    height: 90%;
  }

  /*8 June 2021*/
  h4 {
    scroll-margin-top: 3.6em;
  }

  /* will */
  .service_area.create_will_service .single_service {
    padding: 10px 10px;
  }
  .service_area {
    margin-top: 80px;
  }
  .service_area .single_service {
    margin-bottom: 10px;
  }
  .service_icon img {
    width: 60%;
  }
  .chose_area .chose_info .chose_list ul li .chose_text p {
    font-size: 12px;
  }
  .chose_area .chose_info .chose_list ul li .chose_text {
    padding-left: 15px;
  }
  .chose_area .chose_info .chose_list ul li {
    margin-bottom: 10px;
  }
  .chose_area .chose_info .chose_list ul li .chose_mark span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .chose_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* Contact Form */
  .contact_form_area .single_field {
    margin-bottom: 5px;
  }
  .contact_form_area .single_field input,
  .contact_form_area .single_field textarea {
    font-size: 10px;
  }
  .g-recaptcha {
    width: 70%;
  }
  #contact-map {
    height: 300px;
    margin-bottom: 10px;
  }
  .main_contact_area {
    padding-bottom: 100px;
    padding-top: 40px;
  }

  /* Calculators */
  .choose_goal h3 {
    font-size: 21px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1366px) {
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
  .blogHeight {
    height: 830px !important;
  }
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
  label {
    color: #222222;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
  }
  #topbar {
    font-size: 12px;
  }
  /* form Label */
  label.control-label {
    text-align: left;
    margin-top: 7px;
    font-size: 16px;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .form-control::placeholder {
    color: #919191;
    font-size: 16px;
  }
  .bottom_line {
    border: none;
    border-bottom: 1px solid #000000;
  }
  .boxed_btn {
    padding: 6px 15px;
    font-size: 12px;
  }
  .oldP {
    font-size: 10px;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d33633;
  }

  /* datatable */
  table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
  }
  table.dataTable thead {
    background-color: #d33633;
    color: #fff;
  }
  table.table-bordered.dataTable {
    border-right-width: thin;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  .header_area.navbar_fixed {
    background: #fff;
    z-index: 90;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
  }
  body {
    font-size: 12px;
  }
  h5 {
    color: #d33633;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3fbbc0;
    bottom: 0;
    left: calc(50% - 25px);
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  /* header menu */
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .nav-link {
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
  }
  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 0.5rem;
    background-color: #fff;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  #header .logo img {
    max-height: 45px;
  }
  .nav-menu a {
    font-size: 15px;
    padding: 12px 8px;
  }
  .nav-menu .drop-down ul a {
    font-size: 16px;
  }
  #header {
    height: 70px;
    padding: 7px 0;
  }
  .header-profile-user {
    width: 30px;
  }
  .navbar-nav-cart {
    margin-top: 6px;
  }

  .dropdown {
    display: inline-block;
    margin-left: 0px;
  }

  /* Float QR */
  .float {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
  .QR {
    bottom: 100px;
  }
  #tawkchat-status-text-container svg {
    width: 16px;
    height: 32px;
    margin-top: 14px;
  }
  .my-float {
    margin-top: 10px;
  }
  .window1 img {
    width: 300px;
  }
  .banner_area.banner_area3 .banner_text h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .banner_area .banner_text {
    margin-top: 0%;
    margin-left: 20%;
  }
  .banner_area .banner_text .site_link_form button {
    padding: 8px 15px;
    font-size: 18px;
  }

  /* section area */
  .about_area .about_info .section_title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  p.about_small_title {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
  .about_area .about_info ul li {
    font-size: 15px;
    padding-left: 25px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .about_area .about_info ul li::before {
    top: 4px;
    margin-right: 15px;
  }
  .about_area .about_info p {
    font-size: 15px;
    color: #505050;
    line-height: 24px;
    font-weight: 400;
  }
  .ourCommitmentImg {
    width: 70%;
    margin-top: 40px;
  }

  /* News Letter */
  .section_title h3 {
    font-size: 24px;
    line-height: 20px;
  }
  .contact_area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .contact_form_info form input {
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding-left: 5px;
    margin-top: 10px;
    padding-top: 5px;
  }
  .bottom_error {
    font-size: 10px;
  }
  .contact_form_info form textarea {
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px 0 0 5px;
  }
  .paste_btn2 {
    padding: 5px 15px;
    font-size: 20px;
  }
  .contact_area .contact_form_info form input {
    height: 38px;
    margin-bottom: 5px;
  }
  .contact_area .contact_form_info form textarea {
    margin-bottom: 10px;
  }
  form.wow.fadeInUp {
    float: right;
    width: 100%;
  }

  /* Why OptyMoney */
  section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section-title p {
    font-size: 1px;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .team__item__img {
    width: 130px;
    height: 130px;
  }
  .team__item img {
    margin-top: 30px;
  }
  .team__item h5 {
    font-size: 18px;
  }
  .team__item span {
    font-size: 15px;
  }

  /* Everything at once place */
  .banner_area_2 .banner_info .banner_thumb {
    margin-top: 0px;
  }
  .banner_area_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn {
    font-size: 15px;
    padding: 0.175rem 0.5rem;
  }
  .card-body {
    padding: 0.5rem;
  }
  .card-title {
    margin: 0.5rem;
    color: #d33633;
  }
  .blog {
    height: 420px;
  }
  .blogs {
    height: 300px;
  }
  .blog_content span {
    text-align: left !important;
  }
  .col-sm-3 {
    max-width: 25%;
  }

  /* footer Logo */
  .footer_logo {
    width: 100px;
  }
  .footer_title h6 {
    font-size: 18px;
  }
  .social_links h6 {
    font-size: 18px;
  }
  footer .footer_top_area .footer_widget .link_list li a {
    font-size: 12px;
    line-height: 20px;
  }
  .social_links ul li a {
    width: 35px;
    height: 35px;
    border: 0.5px solid #d33633;
    font-size: 20px;
    line-height: 20px;
    padding-top: 7px;
  }
  .bottomData {
    font-size: 12px;
  }
  .copyrightBottom {
    background-color: #cccccc;
  }

  /* Tax Banner */
  .masthead {
    height: 65vh;
    margin-top: 3%;
  }
  .masthead .container .vector {
    right: 1px;
    position: absolute;
    height: 50vh;
    max-height: 450px;
    margin-right: 10%;
  }
  .tax_steps {
    width: 500px;
  }
  .media.eca {
    margin: 20px 0px !important;
    padding: 5% 15px;
  }
  .media p {
    font-size: 12px;
  }
  .icon-box {
    padding: 8px 8px;
  }
  .icon {
    font-size: 30px;
  }
  .need-assist {
    padding-bottom: 40px;
  }
  .icon-bg img {
    width: 70%;
  }

  .iconfont {
    font-size: 60px;
    color: #d33633;
  }

  /* all Products */
  .form-check-label {
    font-size: 14px;
    font-weight: 100;
  }
  .card-header {
    padding: 0.25rem 0.75rem;
  }
  .bordered_btn {
    font-size: 13px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    height: 90%;
  }

  /* will */
  .service_area.create_will_service .single_service {
    padding: 10px 10px;
  }
  .service_area .single_service {
    margin-bottom: 10px;
  }
  .service_icon img {
    width: 60%;
  }
  .chose_area .chose_info .chose_list ul li .chose_text p {
    font-size: 18px;
  }
  .chose_area .chose_info .chose_list ul li .chose_text {
    padding-left: 15px;
  }
  .chose_area .chose_info .chose_list ul li {
    margin-bottom: 10px;
  }
  .chose_area .chose_info .chose_list ul li .chose_mark span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .chose_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* Contact Form */
  .contact_form_area .single_field {
    margin-bottom: 5px;
  }
  .contact_form_area .single_field input,
  .contact_form_area .single_field textarea {
    font-size: 18px;
  }
  .g-recaptcha {
    width: 70%;
  }
  #contact-map {
    height: 300px;
    margin-bottom: 10px;
  }
  .main_contact_area {
    padding-bottom: 100px;
    padding-top: 40px;
  }

  /* Calculators */
  .choose_goal h3 {
    font-size: 24px;
  }

  /* dashboard */
  .service_area {
    margin-top: 5%;
  }
  .nav-pills .nav-link {
    font-size: 0.75rem;
  }
  .nav-tabs .nav-item {
    color: #d33633;
    font-weight: bold;
  }
  .nav-fill .nav-item {
    color: #d33633;
    font-weight: 500;
  }
  .info-box-text {
    font-size: 14px;
  }
  span {
    font-size: 14px;
  }

  /*notice assisstance*/
  .featured-services .title {
    font-weight: 500;
  }
  .featured-services .icon i {
    font-size: 35px;
  }

  /*NEED HELP*/
  .need-help .description {
    font-size: 12px;
    font-height: 20px;
  }
  .need-help .title {
    font-weight: 500;
    font-size: 18px;
  }
  .need-help .icon i {
    font-size: 35px;
  }

  /* cart icon */
  .cart {
    font-size: 18px;
    padding: 0.5rem 0.5rem;
  }

  /* wealth postlogin */
  .service_area .single_service h3 {
    font-size: 18px;
    color: #000;
  }

  /* Response Page */
  .response {
    font-size: 18px;
  }
  .response boldD {
    font-weight: 500;
  }

  .section-title h5 {
    font-size: 20px;
  }
  .termsofuse ol li {
    font-size: 12px;
    line-height: 20px;
  }

  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    content: "\f104";
  }
}

@media (min-width: 1400px) {
  h5 {
    color: #d33633;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .description-block.description-header {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  .description-header {
    margin-bottom: 0px;
  }
  .description-block.description-text {
    text-transform: uppercase;
  }

  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
  label {
    color: #222222;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
  }
  .required {
    color: #d33633;
  }
  /* form Label */
  label.control-label {
    text-align: left;
    margin-top: 7px;
    font-size: 16px;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 2px 6px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .form-control::placeholder {
    color: #919191;
    font-size: 16px;
  }
  .bottom_line {
    border: none;
    border-bottom: 1px solid #000000;
  }
  .boxed_btn {
    padding: 6px 15px;
    font-size: 12px;
  }
  .oldP {
    font-size: 10px;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d33633;
  }

  /* datatable */
  table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
  }
  table.dataTable thead {
    background-color: #d33633;
    color: #fff;
  }
  table.table-bordered.dataTable {
    border-right-width: thin;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  .header_area.navbar_fixed {
    background: #fff;
    z-index: 90;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
  }
  body {
    font-size: 16px;
  }

  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3fbbc0;
    bottom: 0;
    left: calc(50% - 25px);
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 90%;
  }
  /* Top header */
  #topbar {
    font-size: 15px;
  }
  #topbar .social-links a {
    font-size: 20px;
  }
  /* header menu */
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .nav-link {
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 20px;
  }
  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 0.5rem;
    background-color: #fff;
  }
  .navbar-brand img {
    max-width: 100%;
  }

  /* Float QR */
  .float {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
  .QR {
    bottom: 100px;
  }
  #tawkchat-status-text-container svg {
    width: 16px;
    height: 32px;
    margin-top: 14px;
  }
  .my-float {
    margin-top: 10px;
  }
  .window1 img {
    width: 300px;
  }
  .banner_area.banner_area3 .banner_text h3 {
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .banner_area .banner_text {
    margin-top: 0%;
    margin-left: 20%;
  }
  .banner_area .banner_text .site_link_form button {
    padding: 5px 15px;
    font-size: 24px;
  }

  /* section area */
  .about_area .about_info .section_title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  p.about_small_title {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
  .about_area .about_info ul li {
    font-size: 18px;
    padding-left: 25px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .about_area .about_info ul li::before {
    top: 10px;
    margin-right: 15px;
  }
  .about_area .about_info p {
    font-size: 18px;
    color: #505050;
    line-height: 36px;
    font-weight: 400;
  }
  .ourCommitmentImg {
    width: 70%;
    margin-top: 40px;
  }

  /* News Letter */
  .section_title h3 {
    font-size: 24px;
    line-height: 20px;
  }
  .contact_area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .contact_form_info form input {
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding-left: 5px;
    margin-top: 10px;
    padding-top: 5px;
  }
  .bottom_error {
    font-size: 10px;
  }
  .contact_form_info form textarea {
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px 0 0 5px;
  }
  .paste_btn2 {
    padding: 5px 15px;
    font-size: 20px;
  }
  .contact_area .contact_form_info form input {
    height: 38px;
    margin-bottom: 5px;
  }
  .contact_area .contact_form_info form textarea {
    margin-bottom: 10px;
  }
  form.wow.fadeInUp {
    float: right;
    width: 100%;
  }

  /* Why OptyMoney */
  section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section-title p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .team__item__img {
    width: 130px;
    height: 130px;
  }
  .team__item img {
    margin-top: 30px;
  }
  .team__item h5 {
    font-size: 24px;
  }
  .team__item span {
    font-size: 18px;
  }

  /* Everything at once place */
  .banner_area_2 .banner_info .banner_thumb {
    margin-top: 0px;
  }
  .banner_area_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn {
    font-size: 18px;
    padding: 0.175rem 0.5rem;
  }
  .card-body {
    padding: 0.5rem;
  }
  .blog {
    height: 600px;
  }
  .blogs {
    height: 300px;
  }
  .blog_content span {
    text-align: left !important;
  }
  .col-sm-3 {
    max-width: 25%;
  }
  .card-title {
    margin: 0.5rem;
    font-size: 24px;
  }

  .iconfont {
    font-size: 60px;
    color: #d33633;
  }

  /* footer Logo */
  .footer_logo {
    width: 100px;
  }
  .footer_title h6 {
    font-size: 24px;
  }
  .social_links h6 {
    font-size: 24px;
  }
  p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  footer .footer_top_area .footer_widget .link_list li a {
    font-size: 18px;
    line-height: 20px;
  }
  .social_links ul li a {
    width: 45px;
    height: 45px;
    border: 0.5px solid #d33633;
    font-size: 20px;
    line-height: 20px;
    padding-top: 12px;
  }
  .bottomData {
    font-size: 14px;
  }
  .copyrightBottom {
    background-color: #cccccc;
  }
  .uselink {
    width: 30%;
  }

  /* Tax Banner */
  .masthead {
    height: 65vh;
    margin-top: 3%;
  }
  .masthead .container .vector {
    right: 1px;
    position: absolute;
    height: 65vh;
    max-height: 450px;
    margin-right: 10%;
  }
  .tax_steps {
    width: 700px;
  }
  .media.eca {
    margin: 20px 0px !important;
    padding: 5% 15px;
  }
  .media p {
    font-size: 18px;
  }
  .icon-box {
    padding: 8px 8px;
  }
  .icon {
    font-size: 30px;
  }
  .need-assist {
    padding-bottom: 40px;
  }
  .icon-bg img {
    width: 70%;
  }

  /* all Products */
  .form-check-label {
    font-size: 18px;
    font-weight: 100;
  }
  .card-header {
    padding: 0.25rem 0.75rem;
  }
  .bordered_btn {
    font-size: 18px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    height: 90%;
  }

  /* will */
  .service_area.create_will_service .single_service {
    padding: 10px 10px;
  }
  .service_area .single_service {
    margin-bottom: 10px;
  }
  .service_icon img {
    width: 60%;
  }
  .chose_area .chose_info .chose_list ul li .chose_text p {
    font-size: 18px;
  }
  .chose_area .chose_info .chose_list ul li .chose_text {
    padding-left: 15px;
  }
  .chose_area .chose_info .chose_list ul li {
    margin-bottom: 10px;
  }
  .chose_area .chose_info .chose_list ul li .chose_mark span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .chose_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* Contact Form */
  .contact_form_area .single_field {
    margin-bottom: 5px;
  }
  .contact_form_area .single_field input,
  .contact_form_area .single_field textarea {
    font-size: 18px;
  }
  .g-recaptcha {
    width: 70%;
  }
  #contact-map {
    height: 300px;
    margin-bottom: 10px;
  }
  .main_contact_area {
    padding-bottom: 100px;
    padding-top: 40px;
  }

  /* Calculators */
  .choose_goal h3 {
    font-size: 24px;
  }

  /* dashboard */
  .service_area {
    margin-top: 5%;
  }
  .nav-tabs .nav-item {
    color: #d33633;
    font-weight: bold;
  }
  .nav-fill .nav-item {
    color: #d33633;
    font-weight: 500;
  }
  .info-box-text {
    font-size: 18px;
  }
  span {
    font-size: 18px;
  }

  /* cart icon */
  .cart {
    font-size: 18px;
    padding: 0.5rem 0.5rem;
  }
  .dropdown {
    margin-left: 20px;
  }
  .cartIcon {
    margin-top: 30px;
    margin-left: -20px;
  }

  /* wealth postlogin */
  .service_area .single_service h3 {
    font-size: 18px;
    color: #000;
  }

  /* Response Page */
  .response {
    font-size: 18px;
  }
  .response boldD {
    font-weight: 500;
  }

  .section-title h5 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .row {
    margin: 0px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }

  .videoPlayer {
    width: 330px;
    height: 205px;
  }

  .blogHeight {
    height: 1000px !important;
  }

  .section-title {
    padding-bottom: 0px;
  }

  .banner_area.banner_area3 .banner_text span {
    margin-bottom: 20px;
  }
  .c_acnt_section {
    margin-left: 0px !important;
  }

  .owl-container .owl-theme .custom-nav .owl-prev i,
  .owl-container .owl-theme .custom-nav .owl-next i {
    font-size: 1.8rem;
    color: #cecece;
  }
  .owl-container .owl-theme .custom-nav .owl-prev {
    left: -27px;
    bottom: -300px;
  }
  .owl-container .owl-theme .custom-nav .owl-next {
    right: -27px;
    bottom: -300px;
  }

  .cplr-20px {
    padding: 0px 0px !important;
  }

  table.table-bordered.dataTable tbody th,
  table.table-bordered.dataTable tbody td {
    font-size: 12px;
  }

  .nav-pills .nav-link {
    font-size: 16px;
  }

  table.table-bordered.dataTable tbody th,
  table.table-bordered.dataTable tbody td span {
    font-size: 12px;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
  .hovrclr {
    color: #000000;
    font-size: 12px;
  }

  .contact_form_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .current_value {
    padding: 0px;
  }

  .cmt-45per {
    margin-top: 45%;
  }
  .contact_thumb2 img {
    width: 100%;
    margin-top: 30px;
  }
  .dk-footer-box-info {
    padding-left: 0px;
    margin-top: 20px;
  }
  .social_links {
    padding-left: 0;
    margin-top: 20px;
  }
  .uselink {
    width: 50%;
  }
  .tax_steps {
    display: none;
  }
  .bordered_btn {
    width: 100%;
  }
  .description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .description-block.description-header {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }

  .singleProductHead {
    text-align: center !important;
  }
  div.dataTables_wrapper div.dataTables_length select {
    width: 100%;
    display: inline-block;
    margin: 0px 0px;
  }

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
  }

  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0px;
  }

  h5 .description-header {
    margin-bottom: 0px;
  }
  .description-block.description-text {
    text-transform: uppercase;
  }
  .contest_period {
    padding: 50px 20px 20px 20px;
  }
  .brands {
    padding-bottom: 0px;
  }

  h6,
  .h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
  label {
    color: #222222;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
  }

  div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
  }

  .header-profile-user {
    width: 25px;
  }
  .required {
    color: #d33633;
  }
  /* form Label */
  label.control-label {
    text-align: left;
    margin-top: 7px;
    font-size: 16px;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 2px 6px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .form-control::placeholder {
    color: #919191;
    font-size: 16px;
  }
  .bottom_line {
    border: none;
    border-bottom: 1px solid #000000;
    text-align: center;
  }
  .boxed_btn {
    padding: 6px 15px;
    font-size: 12px;
  }
  .oldP {
    font-size: 10px;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d33633;
    font-size: 16px;
  }

  /* datatable */
  table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
  }
  table.dataTable thead {
    background-color: #d33633;
    color: #fff;
  }
  table.table-bordered.dataTable {
    border-right-width: thin;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 100%;
  }
  .header_area.navbar_fixed {
    background: #fff;
    z-index: 90;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
  }
  body {
    font-size: 16px;
  }

  .about_area .about_info {
    padding-left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  h5 {
    color: #d33633;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3fbbc0;
    bottom: 0;
    left: calc(50% - 25px);
  }
  /* Top header */
  #topbar {
    font-size: 15px;
  }
  #topbar .social-links a {
    font-size: 20px;
  }
  /* header menu */
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .nav-link {
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 20px;
  }
  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 0.5rem;
    background-color: #fff;
  }
  .navbar-brand img {
    max-width: 100%;
  }

  /* Float QR */
  .float {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
  .QR {
    bottom: 100px;
  }
  #tawkchat-status-text-container svg {
    width: 16px;
    height: 32px;
    margin-top: 14px;
  }
  .my-float {
    margin-top: 10px;
  }
  .window1 img {
    width: 300px;
  }
  .banner_area.banner_area3 .banner_text h3 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .banner_area .banner_text {
    margin-top: -20%;
    margin-left: 0%;
    text-align: center;
  }
  .banner_area .banner_text .site_link_form button {
    padding: 5px 15px;
    font-size: 24px;
  }

  /* section area */
  .about_area .about_info .section_title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  p.about_small_title {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
  .about_area .about_info ul li {
    font-size: 15px;
    padding-left: 25px;
    line-height: 36px;
    margin-bottom: 5px;
  }

  .contest_period h4 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
  }

  .contest_period h6 {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
  }
  .about_area .about_info ul li::before {
    top: 10px;
    margin-right: 15px;
  }
  .about_area .about_info p {
    font-size: 15px;
    color: #505050;
    line-height: 36px;
    font-weight: 400;
  }
  .ourCommitmentImg {
    width: 70%;
    margin-top: 40px;
  }

  /* News Letter */
  .section_title h3 {
    font-size: 24px;
    line-height: 20px;
  }
  .contact_area {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .contact_form_info form input {
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding-left: 5px;
    margin-top: 10px;
    padding-top: 5px;
  }
  .bottom_error {
    font-size: 10px;
  }
  .contact_form_info form textarea {
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px 0 0 5px;
  }
  .paste_btn2 {
    padding: 5px 15px;
    font-size: 20px;
  }
  .contact_area .contact_form_info form input {
    height: 38px;
    margin-bottom: 5px;
  }
  .contact_area .contact_form_info form textarea {
    margin-bottom: 10px;
  }
  form.wow.fadeInUp {
    float: right;
    width: 100%;
  }

  /* Why OptyMoney */
  section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .team__item__img {
    width: 130px;
    height: 130px;
  }
  .team__item img {
    margin-top: 30px;
  }
  .team__item h5 {
    font-size: 24px;
  }
  .team__item span {
    font-size: 15px;
  }

  /* Everything at once place */
  .banner_area_2 .banner_info .banner_thumb {
    margin-top: 0px;
  }
  .banner_area_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn {
    font-size: 15px;
    padding: 0.175rem 0.5rem;
  }
  .card-body {
    padding: 0.5rem;
  }
  .blog {
    height: 600px;
  }
  .blogs {
    height: 300px;
  }
  .blog_content span {
    text-align: left !important;
  }
  .col-sm-3 {
    max-width: 25%;
  }
  .card-title {
    margin: 0.5rem;
    font-size: 24px;
  }

  .iconfont {
    font-size: 60px;
    color: #d33633;
  }

  /* footer Logo */
  .footer_logo {
    width: 100px;
  }
  .footer_title h6 {
    font-size: 24px;
  }
  .social_links h6 {
    font-size: 24px;
  }
  .title {
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-weight: 700;
  }
  footer .footer_top_area .footer_widget .link_list li a {
    font-size: 15px;
    line-height: 20px;
  }
  .social_links ul li a {
    width: 45px;
    height: 45px;
    border: 0.5px solid #d33633;
    font-size: 20px;
    line-height: 20px;
    padding-top: 12px;
  }
  .bottomData {
    font-size: 14px;
  }
  .copyrightBottom {
    background-color: #cccccc;
  }

  /* Tax Banner */
  .masthead {
    height: 65vh;
    margin-top: 3%;
  }
  .masthead .container .vector {
    right: 1px;
    position: absolute;
    height: 45vh;
    max-height: 450px;
    margin-right: 0%;
    margin-top: 30%;
  }
  .tax_steps {
    width: 700px;
  }
  .media.eca {
    margin: 20px 0px !important;
    padding: 5% 30px;
  }
  .media p {
    font-size: 15px;
  }
  .icon-box {
    padding: 8px 8px;
  }
  .icon {
    font-size: 30px;
  }
  .need-assist {
    padding-bottom: 40px;
  }
  .icon-bg img {
    width: 70%;
  }

  /* all Products */
  .form-check-label {
    font-size: 15px;
    font-weight: 100;
  }
  .card {
    margin-bottom: 15px;
  }
  .card-header {
    padding: 0.25rem 0.75rem;
  }
  .bordered_btn {
    font-size: 15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    height: 90%;
  }

  /* will */
  .service_area.create_will_service .single_service {
    padding: 10px 10px;
  }
  .service_area .single_service {
    margin-bottom: 10px;
  }
  .service_icon img {
    width: 60%;
  }
  .chose_area .chose_info .chose_list ul li .chose_text p {
    font-size: 15px;
  }
  .chose_area .chose_info .chose_list ul li .chose_text {
    padding-left: 15px;
  }
  .chose_area .chose_info .chose_list ul li {
    margin-bottom: 10px;
  }
  .chose_area .chose_info .chose_list ul li .chose_mark span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .chose_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* Contact Form */
  .contact_form_area .single_field {
    margin-bottom: 5px;
  }
  .contact_form_area .single_field input,
  .contact_form_area .single_field textarea {
    font-size: 15px;
  }
  .g-recaptcha {
    width: 70%;
  }
  #contact-map {
    height: 300px;
    margin-bottom: 10px;
  }
  .main_contact_area {
    padding-bottom: 100px;
    padding-top: 40px;
  }

  /* Calculators */
  .choose_goal h3 {
    font-size: 24px;
  }

  /* dashboard */
  .service_area {
    margin-top: 5%;
  }
  .nav-tabs .nav-item {
    color: #d33633;
    font-weight: bold;
  }
  .nav-fill .nav-item {
    color: #d33633;
    font-weight: 500;
  }
  .info-box-text {
    font-size: 15px;
  }
  span {
    font-size: 15px;
  }
  .page-content {
    padding-top: 5px;
    margin: 0px 0px;
  }

  /* cart icon */
  .cart {
    font-size: 15px;
    padding: 0.5rem 0.5rem;
  }
  .dropdown {
    margin-right: 20px;
  }
  .cartIcon {
    margin-top: 30px;
    margin-left: -20px;
  }

  /* wealth postlogin */
  .service_area .single_service h3 {
    font-size: 15px;
    color: #000;
  }

  /* Response Page */
  .response {
    font-size: 15px;
  }
  .response boldD {
    font-weight: 500;
  }

  .section-title h5 {
    font-size: 24px;
  }

  .top_tile h2 {
    font-size: 40px;
  }
  .brands_slider_container {
    width: 85%;
  }
  .mainborder {
    margin-left: 0px;
  }
  .mygoal {
    width: 100%;
  }
  .mainbg {
    margin-left: 0px;
  }
  .row.imagetiles {
    margin: 0 auto;
  }

  .reset_password form {
    width: 100% !important;
  }

  .choose_goal.will_dashboard {
    margin-top: 20px !important;
  }
  .form-horizontal label.control-label {
    text-align: left !important;
  }

  .navbar-brand-box {
    display: block;
  }
  .custom-dropdown {
    float: left !important;
  }
  span.logo {
    position: absolute;
    left: 32px;
  }
  body[data-layout="horizontal"] .navbar-brand-box {
    float: none !important;
  }
  a.dropdown-item.user_name span {
    display: block !important;
  }
  .card.product_left {
    margin-bottom: 40px;
  }
  .page-title-box {
    text-align: center;
  }
  h5 {
    font-size: 20px;
    padding-top: 10px;
  }
  h3.price_bottom {
    bottom: -19px;
    font-size: 20px;
    text-align: left;
  }
  button.btn.btn-sm.mr-2.font-size-16.d-lg-none.header-item.waves-effect.waves-light {
    top: 0px;
    position: absolute;
    left: 0px;
  }

  table.table.table-bordered {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  table.table.table-bordered {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .why_insvest {
    height: 400px !important;
  }

  .ucc_login {
    margin-top: 74px;
  }

  .nav-tabs .nav-item {
    width: 100% !important;
  }
  .create_will_img img {
    width: 80% !important;
  }
  .take_expert .contact_expert_text h3 {
    float: none !important;
  }
  .contact_expert.take_expert h3 {
    text-align: center !important;
  }
  .service_area.create_will_service {
    padding-top: 40px !important;
  }
  button.boxed_btn.contact_go_expert {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .form-horizontal .btn.btn-warning.pull-right {
    width: 100% !important;
  }
  .nice-select.form-control.riskRateS {
    width: 100%;
  }

  a.expert_asst.boxed_btn.contact_go_expert {
    width: 100%;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 100%;
  }
  .copyright p {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
  }
  .myTableBg {
    background-size: 100px;
    font-size: 9px;
  }
}
