.d-show {
  display: block !important;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000000;
  padding: 0.2em 0;
}

a {
  text-decoration: none;
}

.exoRegular {
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

.exoMedium {
  font-family: "Exo", sans-serif;
  font-weight: 500;
}

.exoSemibold {
  font-family: "Exo", sans-serif;
  font-weight: 600;
}

.exoBold {
  font-family: "Exo", sans-serif;
  font-weight: 700;
}

.interRegular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.intersemibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.interBold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.main_heading {
  font-size: 42px;
  color: #000000;
  font-family: "Exo", sans-serif;
  font-weight: 600;
}

.sub_heading {
  font-size: 32px;
  color: #000000;
  font-family: "Exo", sans-serif;
  font-weight: 700;
}

.main_para {
  font-size: 16px;
  color: #646464;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.btn_blue {
  border-radius: 4px;
  background-color: #00cc90;
  border: 1px solid transparent;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}

.btn_blue:hover {
  text-decoration: none;
}

.btn_green {
  border-radius: 4px;
  background-color: #19cca3;
  border: 1px solid transparent;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}

.btn_green:hover {
  text-decoration: none;
}

.btn_blue_border {
  border-radius: 4px;
  background: transparent;
  outline: none;
  text-decoration: none;
  border: 1px solid #00cc90;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #00cc90;
  transition: all 0.5s ease;
}

.btn_blue_border:hover {
  text-decoration: none;
  background: #00cc90;
  color: #ffffff;
}

.btn_green_border {
  border-radius: 4px;
  background: transparent;
  outline: none;
  text-decoration: none;
  border: 1px solid #19cca3;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #19cca3;
  transition: all 0.5s ease;
}

.btn_green_border:hover {
  text-decoration: none;
  background: #19cca3;
  color: #ffffff;
}

.main_container {
  max-width: 1200px;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .main_container {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .main_container {
    max-width: 1200px;
  }
}

/*----------------------------------End of Style CSS---------------------------------------------*/
header.header_n {
  position: sticky;
  width: 100%;
  top: 0;
  background: white;
  z-index: 99;
  transition: all 0.5s ease;
}

header.header_n .header_inner_n {
  background: #ffffff;
  position: relative;
}

@media (min-width: 768px) {
  header.header_n .header_inner_n {
    display: block;
    position: relative;
    padding: 0px;
  }
}

@media (min-width: 993px) {
  header.header_n .header_inner_n {
    position: unset;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 25px;
  }
}

/* @media (max-width: 992px) {
  .header .main_container {
    max-width: 700px;
  }
	} */
header.header_n .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0px;
}

header.header_n .logo a img {
  width: 120px;
}

header.header_n .logo ul {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-left: 2px solid #e2e2e2;
  margin-left: 25px;
  padding: 0px 0 0px 25px;
  margin: 0 0 0 25px;
}

@media (min-width: 320px) {
  header.header_n .logo ul {
    display: none;
  }
}

@media (min-width: 480px) {
  header.header_n .logo ul {
    display: none;
  }
}

@media (min-width: 576px) {
  header.header_n .logo ul {
    display: none;
  }
}

@media (min-width: 993px) {
  header.header_n .logo ul {
    display: flex;
  }
}

@media (min-width: 1200px) {
  header.header_n .logo ul {
    display: flex;
  }
}

header.header_n .logo ul li,
.header_inner_n .book-call > a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-right: 20px;
  cursor: pointer;
}

header.header_n .logo ul li.sub_menu {
  background: url("./images/downarrow.svg");
  background-repeat: no-repeat;
  /* background-position: 86px; */
  background-position: 90px 20px;
  padding: 8px 30px 12px 13px;
}

.header_inner_n .book-call > li.sub_menu {
  background: url("./images/downarrowblue.svg");
  background-repeat: no-repeat;
  background-position: 90px 20px;
}

#second {
  /* background-position: 96px; */
  background-position: 100px 20px;
}

#forth-reports {
  background-position: 85px 20px;
  padding: 8px 14px 12px 14px;
}

#third {
  padding: 8px 14px 12px 14px;
}

#forth {
  padding: 8px 14px 12px 14px;
}

#fifth {
  background-position: 110px 24px;
}

/* header.header_n .logo ul li.sub_menu:hover,
.header_inner_n .book-call:hover > li {
  background: url("images/up_arrow.svg");
  background-repeat: no-repeat;
  background-position: 90px 20px;
  color: #00cc90;
  background-color: #e6f2fa;
  padding: 8px 30px 12px 13px;
  border-radius: 8px;
} */

header.header_n .logo ul li.sub_menu:hover a {
  color: #00cc90;
}

/*#second:hover {*/
/*  background-position: 96px;*/
/*}*/

header.header_n .logo ul li.pricing-third:hover {
  color: #00cc90;
  background-color: #e6f2fa;
  padding: 8px 14px 12px 14px;
  border-radius: 8px;
}

header.header_n .logo ul li.talk-to-sales:hover {
  background-color: #ddddddd6;
  padding: 8px 14px 12px 14px;
  border-radius: 8px;
}

header.header_n .logo ul li a {
  color: #000000;
  padding-bottom: 15px;
}

header.header_n .logo ul li a.demo {
  color: #000000;
}

header.header_n .logo ul li a.demo:hover {
  color: #00cc90;
}

header.header_n .logo ul li ul {
  display: none;
  border: none;
  position: absolute;
  background: #fff;
  line-height: 25px;
  box-shadow: #0000001a 0px 0px 7px 0px;
}

header.header_n .logo ul li ul li {
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 15px;
  /*padding: 7px 0px;*/
  flex: 1;
}

header.header_n .logo ul .show {
  display: block;
}

/* header.header .logo ul li a:hover {
        color: #00CC90; } */
header.header_n .logo ul li:hover ul {
  display: flex;
  flex-wrap: wrap;
  /* flex-flow: column; */
  align-items: flex-start;
  justify-content: left;
}

@media (min-width: 768px) {
  header.header_n .header_inner_n .mobile_nav {
    display: block;
  }

  header.header_n .header_inner_n .mobile_nav .logo {
    display: flex;
  }
}

@media (min-width: 993px) {
  header.header_n .header_inner_n .mobile_nav .logo {
    display: none;
  }
}

@media (min-width: 320px) {
  header.header_n .header_inner_n .mobile_nav ul .mobile_menu {
    display: block;
  }
}

@media (min-width: 480px) {
  header.header_n .header_inner_n .mobile_nav ul .mobile_menu {
    display: block;
  }
}

@media (min-width: 576px) {
  header.header_n .header_inner_n .mobile_nav ul .mobile_menu {
    display: block;
  }
}

@media (min-width: 768px) {
  header.header_n .header_inner_n .mobile_nav ul .mobile_menu {
    display: block;
  }
}

@media (min-width: 992px) {
  header.header_n .header_inner_n .mobile_nav ul .mobile_menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  header.header_n .header_inner_n .mobile_nav ul .mobile_menu {
    display: none;
  }
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 992px) {
  header.header_n .header_inner_n .mobile_nav ul li.nav_link.sign-in-link {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link.sign-up-link {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  header.header_n .header_inner_n .mobile_nav ul li.nav_link.sign-in-link {
    display: inline-block;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link.sign-up-link {
    display: inline-block;
  }
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link a {
  text-align: center;
  color: #000000;
  transition: all 0.5s ease;
  padding: 10px 10px;
  cursor: pointer;
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link a:hover {
  text-decoration: none;
  color: #00cc90;
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link:nth-last-child(2) {
  border-bottom: none !important;
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link:nth-last-child(2) a {
  transition: all 0.5s ease;
  border-radius: 4px;
  font-family: "Exo", sans-serif;
  font-weight: 400;
  color: #161717;
  border: 1px solid #161717;
  background: #fff;
  margin: 20px 0 0 0 !important;
  display: block;
  /*width: 91px;*/
  padding: 12px 0;
}

header.header_n
  .header_inner_n
  .mobile_nav
  ul
  li.nav_link:nth-last-child(2)
  a:hover {
  color: #ffffff;
  background: #161717;
}

@media (min-width: 320px) {
  header.header_n
    .header_inner_n
    .mobile_nav
    ul
    li.nav_link:nth-last-child(2)
    a {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-top: 42px;
  }
}

@media (min-width: 480px) {
  header.header_n
    .header_inner_n
    .mobile_nav
    ul
    li.nav_link:nth-last-child(2)
    a {
    width: auto;
    height: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  header.header_n
    .header_inner_n
    .mobile_nav
    ul
    li.nav_link:nth-last-child(2)
    a {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-top: 42px;
  }
}

@media (min-width: 993px) {
  header.header_n
    .header_inner_n
    .mobile_nav
    ul
    li.nav_link:nth-last-child(2)
    a {
    min-width: 10px;
    border: 1px solid #161717;
    margin-right: 10px;
    margin-top: 6px;
    padding: 12px 25px;
    color: #161717;
    /*width: 50px;*/
    height: auto;
    line-height: inherit;
  }

  header.header_n
    .header_inner_n
    .mobile_nav
    ul
    li.nav_link:nth-last-child(2)
    a:hover {
    color: #ffffff;
    background: #161717;
  }
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link:nth-last-child(3) {
  border-bottom: none !important;
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link:last-child {
  cursor: pointer;
  display: inline-block;
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link:last-child a {
  padding: 12px 25px;
  background-color: #00cc90;
  transition: all 0.5s ease;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-weight: 400;
  border: 1px solid #00cc90;
}

header.header_n .header_inner_n .mobile_nav ul li.nav_link:last-child a:hover {
  color: #ffffff;
  background: #00b781;
}

@media (min-width: 992px) {
  header.header_n .header_inner_n .mobile_nav ul li.nav_link:last-child a {
    padding: 14px 20px;
  }
}

@media (min-width: 1200px) {
  header.header_n .header_inner_n .mobile_nav ul li.nav_link:last-child a {
    padding: 14px 25px;
  }
}

@media (min-width: 768px) {
  header.header_n nav.navigation.open .mobile_nav {
    display: none;
  }
}

@media (min-width: 992px) {
  header.header_n nav.navigation.open .mobile_nav {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  header.header_n .header_inner_n .mobile_nav .logo {
    display: none;
  }

  /*  */
  header.header_n .header_inner_n .mobile_nav ul {
    /* transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #ffffff;
    z-index: 18;
    overflow: hidden;
    margin-top: 0;
    float: none;
  }

  /*  */
  header.header_n .header_inner_n .mobile_nav ul li.nav_link {
    display: block;
    text-align: center;
    clear: both;
    height: auto;
    /* transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link > h2,
  header.header_n .header_inner_n .mobile_nav ul li.nav_link > a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    margin: 0;
    font-size: inherit;
    font-family: "Inter", sans-serif;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link.sub_menu i {
    position: absolute;
    right: 0px;
    line-height: 28px;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link ul.drop_menu {
    display: none;
    padding: 0px;
    margin-top: -25px;
    font-size: 16px;
    font-weight: 300;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link a {
    color: #000000;
    padding: 0;
    cursor: pointer;
    font-family: "Inter", sans-serif;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link a.demo {
    color: #00cc90 !important;
  }

  /*  */
  header.header_n .header_inner_n .mobile_nav ul li.nav_link:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    border: none;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link:nth-child(2) a {
    border-right: none;
    padding: 0;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link:last-child a {
    background-color: #ffffff;
    color: #00cc90;
  }

  header.header_n
    .header_inner_n
    .mobile_nav
    ul
    li.nav_link:last-child
    a:hover {
    background-color: #00cc90;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link .drop_menu {
    position: relative;
    top: 10px;
    width: 100%;
    height: auto;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link .drop_menu li {
    line-height: 20px;
    min-height: auto;
    padding: 0px;
    border-bottom: 0px;
    line-height: 35px;
  }

  header.header_n .header_inner_n .mobile_nav ul li.nav_link .drop_menu li a {
    text-align: left;
    font-size: 16px;
  }

  .mobile-box_control {
    display: flex;
    align-items: center;
  }

  .mobile-icon {
    flex: 1;
    margin-right: 10px;
  }

  .mobile-icon img {
    margin-top: -5px;
    width: 24px;
  }

  .mobile-menu_text {
    flex: 18;
  }

  .mobile-menu_text h3 {
    margin-top: 0;
    margin-bottom: 5px !important;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #212326;
  }

  .mobile-box_control {
    background-color: #f9f4fd;
    padding: 10px 10px 7px 16px;
    border-radius: 6px;
    margin-top: 5px;
  }

  #m-task {
    background-color: #f2fef3;
  }

  #m-kanban {
    background-color: #f3fbfd;
  }

  #m-gantt {
    background-color: #fef9f4;
  }

  #m-team {
    background-color: #fff7f7;
  }

  #m-time {
    background-color: #f5f6fe;
  }

  #m-meeting {
    background-color: #f3fbfd;
  }

  #m-issue {
    background-color: #fff2ff;
  }

  #m-risk {
    background-color: #fefbf2;
  }

  #m-blog {
    background-color: #f7f8ff;
  }

  #m-helpline {
    background-color: #f4fdf8;
  }

  #m-integrations {
    background-color: #fff7f7;
  }

  header.header_n .header_inner_n .mobile_nav.oppenned {
    overflow: visible;
    background-color: #19cca3;
    display: block;
    position: relative;
    top: -75px;
    right: 0px;
    left: 0px;
    height: 100vh;
  }

  header.header_n .header_inner_n .mobile_nav.oppenned .logo {
    display: flex;
    z-index: 1000;
    position: relative;
    justify-content: space-between;
  }

  header.header_n .header_inner_n .mobile_nav.oppenned .accordion_top {
    /* justify-content: center; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
  }

  header.header_n
    .header_inner_n
    .mobile_nav.oppenned
    .accordion_top
    li.nav_link:last-child,
  header.header_n .header_inner_n .mobile_nav.oppenned .accordion_top .signup {
    border-bottom: none !important;
  }

  header.header_n
    .header_inner_n
    .mobile_nav.oppenned
    .accordion_top
    li.nav_link:last-child
    a,
  header.header_n
    .header_inner_n
    .mobile_nav.oppenned
    .accordion_top
    .signup
    a {
    transition: all 0.5s ease;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #00cc90;
    background: #00b781;
    margin: 20px 0 0 0 !important;
    display: block;
    width: auto;
    padding: 12px 0;
    height: 40px;
    line-height: 40px;
  }

  header.header_n .header_inner_n .mobile_nav.oppenned ul#accordion_top {
    padding: 0;
    opacity: 1;
    height: auto;
    width: 100%;
    min-height: 300px;
    text-align: left;
  }

  header.header_n
    .header_inner_n
    .mobile_nav.oppenned
    ul#accordion_top
    li.nav_link {
    font-size: 18px;
    text-align: left;
    width: 100%;
  }

  header.header_n .header_inner_n .mobile_nav.oppenned:nth-child(2) {
    overflow: visible;
    height: 100%;
    width: 100%;
    min-height: 457px;
    width: 671px;
    background-color: #19cca3;
    display: block;
    border: none;
  }

  header.header_n .header_inner_n .mobile_nav.oppenned:nth-child(1) {
    z-index: 100;
    background-color: #000000;
    border: none;
  }

  header.header_n .header_inner_n .mobile_nav.oppenned:nth-child(3) {
    z-index: 100;
    background-color: #fff;
    border: none;
    overflow: scroll;
    padding-right: 30px;
    padding-left: 30px;
  }

  .mobile_nav .close {
    font-size: 30px;
    padding: 10px 0;
    color: #646464;
  }

  header.header_n .navigation.open {
    position: absolute;
    width: 40px;
    height: 50px;
    display: block;
    cursor: pointer;
    right: 0px;
    transition: all 0.2s linear;
  }
  header.header_n .logo {
    padding: 20px 30px;
  }

  header.header_n .mobile-logo {
    padding: 12px 0;
  }
}

@media screen and (max-width: 993px) and (min-width: 320px) {
  header.header_n .navigation.open {
    top: 10px;
    right: 25px;
  }
}

/* @media screen and (max-width: 993px) and (min-width: 480px) {
		header.header_n .navigation.open {
			top: -6px;
		}
	}

	@media screen and (max-width: 993px) and (min-width: 576px) {
		header.header_n .navigation.open {
			top: -6px;
		}
	} */

@media (min-width: 993px) {
  header.header_n .navigation.open {
    display: none;
  }
}

@media screen and (max-width: 993px) and (min-width: 768px) {
  header.header_n .navigation.open {
    top: 10px;
    right: 25px;
  }
}

@media screen and (max-width: 993px) {
  header.header_n .navigation.open .bar_menu {
    width: 100%;
    height: 50px;
  }

  header.header_n .navigation.open .right_menu {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 33px;
    background-color: #646464;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  header.header_n .navigation.open .right_menu:nth-child(1) {
    margin-top: 12px;
    z-index: 9;
  }

  header.header_n .navigation.open .right_menu:nth-child(2) {
    margin-top: 22px;
  }

  header.header_n .navigation.open .right_menu:nth-child(3) {
    margin-top: 32px;
  }

  header.header_n.sticky-header nav.open {
    top: 0;
  }
}

.header.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 15px #00000014;
  transition: all 0.5s ease;
  z-index: 99;
}

@media (min-width: 320px) {
  .header.sticky-header {
    box-shadow: 0px 0px 15px #00000014;
    background: #fff;
  }
}

@media (min-width: 768px) {
  .header.sticky-header {
    box-shadow: 0px 0px 15px #00000014;
    background: #fff;
  }
}

.header.sticky-header ul li ul {
  display: none;
  border: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  background: #fff;
  line-height: 25px;
}

.header.sticky-header ul li ul li {
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 7px 0px;
}

.inner_box {
  display: none;
  background: #fff;
  position: absolute;
  width: 814px;
  height: 296px;
  border-radius: 12px;
  box-shadow: #46464624 0px 7px 29px 7px;
  /* left: 22%;
		top: 56px; */
  /*left: 13.5%;*/
  top: 75px;
}
.bg-image-circle > div {
  background-position: -430px 0% !important;
}
#resource {
  height: 114px;
}

.sub_menu:hover .inner_box {
  display: block;
  z-index: 1;
  margin-top: -5px;
  margin-left: -10px;
}

.box_control {
  display: flex;
  padding: 10px 16px 6px 1px;
  margin-right: 9px;
}

.box_control:hover {
  background-color: #f9f4fd;
  padding: 10px 16px 6px 1px;
  border-radius: 6px;
  margin-right: 9px;
}

#h-gantt:hover {
  background-color: #fef9f4;
}

#h-meeting:hover {
  background-color: #f3fbfd;
}

#h-task:hover {
  background-color: #f2fef3;
}

#h-team:hover {
  background-color: #fff7f7;
}

#h-issue:hover {
  background-color: #fff2ff;
}

#h-kanban:hover {
  background-color: #f3fbfd;
}

#h-time:hover {
  background-color: #f5f6fe;
}

#h-risk:hover {
  background-color: #fefbf2;
}

#h-blog:hover {
  background-color: #f7f8ff;
}

#h-helpline:hover {
  background-color: #f4fdf8;
}

#h-integrations:hover {
  background-color: #fff7f7;
}

.ul-row {
  box-shadow: none !important;
}

#sec-h {
  margin-top: 14px;
}

.ul-row li a div.box_control img {
  width: auto;
  max-height: 20px;
  margin-right: -2px;
  flex: 1;
}

.menu_text {
  flex: 3;
}

.menu_text h3 {
  font-size: 15px;
  /*font-family: "Inter", sans-serif;*/
  font-weight: 600;
  color: #212326;
  margin-top: 0;
  margin-bottom: 10px;
}

.menu_text span {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: #616161;
  line-height: 15px !important;
  display: inline-block;
}

.mobile-menu_text span {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: #616161;
  line-height: 15px !important;
  display: inline-block;
}

#m-blog span {
  margin-top: 8px;
}

#first-row {
  margin-top: 12px;
}

ul.ul-row li {
  margin: 0px !important;
  width: 230px;
}

ul.ul-row li:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

header.header_n ul li .inner_box ul.ul-row {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  align-items: flex-start;
  justify-content: left;
  position: relative;
  padding-left: 8px;
  margin-left: 10px;
}

/*000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000*/

/* .mask-layout {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
} */

.mask {
  position: fixed;
  max-width: 850px;
  max-width: 460px;
  width: 94%;
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}

.mask .table-dv {
  display: table;
  width: 100%;
  height: 100%;
}

.mask .table-dv .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.mask .table-dv .table-cell ._widget {
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.mask .table-dv .table-cell ._widget ._body {
  background: #fff;
  padding: 40px 28px;
}

.mask .table-dv .table-cell ._widget ._body ._close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 13px;
}

.mask .table-dv .table-cell ._widget ._body ._close:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  top: 15px;
  left: 3px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mask .table-dv .table-cell ._widget ._body ._close:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  top: 15px;
  left: 3px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_with {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_with h2 {
  margin-bottom: 13px;
  font-size: 24px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_with span {
  color: #939191;
  font-size: 16px;
  margin-top: -9px;
  display: block;
  margin-bottom: 35px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_or {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 34px;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_or img {
  width: 100%;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .email_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 480px) {
  .mask .table-dv .table-cell ._widget ._body .sign_up_right .email_flex {
    flex-direction: row;
  }
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .email_flex
  .email_pop_left {
  width: 100% !important;
}

@media (min-width: 480px) {
  .mask
    .table-dv
    .table-cell
    ._widget
    ._body
    .sign_up_right
    .email_flex
    .email_pop_left {
    width: 48% !important;
  }
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control {
  width: 100%;
  /* margin: 0 auto; */
  position: relative;
  margin-bottom: 21px;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  input {
  margin: 0;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  color: #333;
  font-size: 14px;
  padding: 12px;
  margin: 0 0 0 0;
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  input::placeholder {
  color: #bfbfbf;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  input:focus
  + label,
.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  label.activeFocus {
  color: #00cc90;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  input:focus
  + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  label.active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  .control-group {
  position: relative;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  .control-group
  input {
  position: absolute;
  opacity: 0;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  .control-group
  label {
  width: 100%;
  display: inline-block;
  color: #00cc90;
  font-weight: 400;
  font-family: "lite";
  border: 1px solid #00cc90;
  font-size: 13px;
  line-height: 16px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  padding: 14px 0;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  .control-group
  label.checked,
.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  .control-group
  input:checked
  + label {
  background-color: #00cc90;
  color: #fff;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  .errorMessage {
  margin-top: 0;
  text-align: left;
  font-size: 12px;
  color: red;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .meterial-control
  .hide {
  display: none !important;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_container {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-left: 22px;
  margin: 5px 0 5px 0;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  padding-bottom: 17px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  font-size: 13px;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .signup_container:hover
  .checkmark {
  background-color: #ccc;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .signup_container
  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .signup_container
  input:checked
  ~ .checkmark {
  background-color: #00cc90;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .signup_container
  input:checked
  ~ .checkmark:after {
  display: block;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .signup_container
  .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 3px;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .signup_container
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_social {
  margin-top: 25px;
  margin-bottom: 12px;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_social ul {
  align-items: center;
  display: flex;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
  flex-wrap: wrap;
  /* width: 350px; */
  margin: 0 auto;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .sign_up_social
  ul
  li {
  cursor: pointer;
  margin: 0 0px;
  text-align: center;
}

.sign_up_social ul li {
  border: 1px solid #dddddd;
  cursor: pointer;
  padding: 8px 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.71);
  margin-left: 8px;
  border-radius: 4px;
  moz-box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.71);
  webkit-box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.71);
}

.sign_up_social ul li:hover {
  background-color: #eee;
}

.sign_up_social ul li div {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .text-right {
  width: 100%;
  margin: 0 auto;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .text-right button {
  display: block;
  border: none;
  width: 100%;
  font-size: 15px;
  color: #fff;
  background-color: #00cc90;
  padding: 12px 0;
  border-radius: 4px;
  transition: all 0.5s ease;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .text-right
  button:hover {
  background-color: #00b781;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .already-login {
  color: #333;
  font-size: 13px;
  text-align: center;
  margin: 0 0 13px 0;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .already-login a {
  color: #00cc90;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .already-login
  a:hover {
  text-decoration: none;
  color: #00b781;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_terms {
  text-align: center;
  color: #7e7e7e;
  font-size: 12px;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_terms a {
  color: #333;
}

.mask
  .table-dv
  .table-cell
  ._widget
  ._body
  .sign_up_right
  .sign_up_terms
  a:hover {
  color: #00cc90;
  text-decoration: none;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .or_text {
  text-align: center;
  margin-top: -11px;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .or_text span {
  font-size: 13px;
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}

.mask .table-dv .table-cell ._widget ._body .sign_up_right .or_line {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  margin-top: 30px;
}

.hideClass {
  display: none;
}

.br::after {
  white-space: pre;
  content: "\A";
}

@media (min-width: 320px) {
  .mobile_option.link {
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile_option.link {
    display: none !important;
  }
}

@media (min-width: 320px) {
  .desktop_option {
    display: none;
  }
}

@media (min-width: 576px) {
  .desktop_option {
    display: none;
  }
}

@media (min-width: 768px) {
  .desktop_option {
    display: block;
  }
}

.submenu,
.open_menu {
  display: block;
}

@media (width: 425px) {
  .submenu,
  .open_menu {
    display: none;
  }

  .submenu a {
    display: block;
    text-decoration: none;
    /* color: #1a1a1a; */
    /* padding: 10px 0px; */
    /* padding-left: 42px; */
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /*border-bottom: 1px solid #fff;*/
    text-align: left;
  }

  .submenu a:hover {
    /* background: #b63b4d; */
    color: #fff;
    /*border-bottom: 1px solid #444;*/
  }
}

@media (min-width: 320px) {
  .submenu,
  .open_menu {
    display: none;
  }

  .submenu a {
    display: block;
    text-decoration: none;
    /* color: #1a1a1a; */
    /* padding: 10px 0px; */
    /* padding-left: 42px; */
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /*border-bottom: 1px solid #fff;*/
    text-align: left;
  }

  .submenu a:hover {
    /* background: #b63b4d; */
    border-bottom: 1px solid #444;
  }
}

@media (min-width: 768px) {
  .submenu,
  .open_menu {
    display: block;
  }

  .submenu a:hover {
    /* background: #b63b4d; */
    /* border-bottom: 1px solid #fff; */
    border-bottom: 0;
  }
}

.accordion {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/*  */
.accordion .link,
.accordion_top .link {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}

/*  */
.accordion .link i,
.accordion_top i {
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion div.open i.fa-chevron-down,
.accordion_top li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

i.fa.fa-chevron-down:before {
  display: none;
}

.right-arrow {
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #15b5de;
  float: left;
  margin-left: 5px;
  vertical-align: baseline;
  margin-bottom: 0px;
  margin-top: 9px;
  display: inline;
}

@media (min-width: 576px) {
  .timesheet_block {
    min-width: unset;
  }
}

@media (min-width: 1200px) {
  .timesheet_block {
    min-width: 656px;
  }
}

@media (min-width: 1200px) {
  .task_management_img {
    width: 100%;
  }
}

/** Play container **/

#accordion_top {
  padding: 0;
  margin: 0;
}

header.header_n .logo ul li a,
.header_inner_n .book-call a {
  font-size: 16px;
  font-family: "Exo", sans-serif;
}

.book-call {
  display: inline-block;
  border-right: 2px solid #e2e2e2;
  padding-right: 10px;
}

.book-call #fifth {
  background-color: #e0effa;
  padding: 12px 20px 12px 20px;
  /* padding: 12px 35px 12px 20px; */
  border-radius: 4px;
}

.book-call .inner_box {
  width: 650px;
  height: 100px;
  left: 45vw;
}

@media (max-width: 1100px) {
  .book-call .inner_box {
    width: 420px;
    height: 130px;
    left: 50vw;
  }
}
@media screen and (max-width: 992px) {
  .book-call {
    display: none;
  }
}

.book-call #book-call li {
  width: auto;
}

.book-call #book-call .ul-row {
  padding-top: 5px;
}