/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Caveat&display=swap);
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 62.5%;
  line-height: 1.4;
}
/* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}
/* ========================================================================== Browse Happy prompt ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #fff;
  padding: 0.2em 0;
}
/* ===== Initializr Styles ================================================== Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template ========================================================================== */
@-ms-viewport {
  width: device-width;
}
/* ========================================================================== Author's custom styles ========================================================================== */
ul,
img,
header,
footer,
section,
figure {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:focus {
  border: 0;
  outline: 0;
}
a,
a:hover,
i,
i:hover {
  transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
.no-padding {
  padding: 0px !important;
}
.t-r {
  text-align: right !important;
}
.t-c {
  text-align: center !important;
}
.flt-l {
  float: left !important;
}
.flt-r {
  float: right !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(129, 123, 123);
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
textarea,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"] {
  /*-webkit-appearance: none;
     */
  border-radius: 0;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /*background: url(../../../../../../../themes/inboxtheme/images/top-rounded.png) no-repeat right top 0 -5px;*/
  overflow-x: hidden;
}
.container {
  position: relative;
  z-index: 3;
}
header::after {
  content: "";
  background: url(../../../../../../../themes/inboxtheme/images/top-rounded.png) no-repeat;
  width: 731px;
  height: 849px;
  position: absolute;
  right: -310px;
  top: 0;
  z-index: 1;
}
header {
  padding: 3% 0;
  position: relative;
  z-index: 3;
}
header ul {
  /*width: 100%;*/
  float: right;
}
header ul li {
  display: inline;
  float: left;
  color: #6e6e6f;
  font-size: 16px;
  font-weight: 600;
  /*margin: 26px 35px 0 0;*/
  margin: 26px 0 0 0;
}
header ul li:last-child {
  margin: 26px 0 0 0;
}
header ul li a {
  color: #6e6e6f;
}
header ul li a:hover {
  color: #000;
  text-decoration: none;
}
header .nav > li > a {
  padding: 5px 13px !important;
}
header .nav li ul.sub-menu li:last-child {
  margin: 0 !important;
}
header .nav li ul.sub-menu li {
  width: 100% !important;
}
header .nav li ul.sub-menu li a {
  padding: 3px 20px;
  width: 100% !important;
}
header .link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #fff;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: right;
  margin: 15px 0 0 0;
  padding: 0 37px;
  background: #2980cc;
}
header .link:focus,
header .link:hover {
  background: #000;
  text-decoration: none;
}
.home_section_01 {
  position: relative;
  z-index: 4;
  margin: 30px 0 0 0;
}
.home_section_01 .container {
  position: relative;
}
.home_section_01 h1 {
  color: #181818;
  font-size: 52px;
  font-weight: 700;
}
.home_section_01 h1 span {
  color: #2eb45f;
}
.home_section_01 p {
  width: 100%;
  float: left;
  color: #6e6e6f;
  font-size: 18px;
}
.home_section_01 .link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: left;
  margin: 15px 0 0 0;
  padding: 0 37px;
  background: #2eb45f;
  letter-spacing: 1px;
}
.home_section_01 .link:hover {
  background: #000;
  text-decoration: none;
}
.home_section_01 .right_img {
  position: absolute;
  right: -40px;
  top: 0;
  width: 475px;
}
/*.home_section_01 img {
    float: right;
    margin: 0 -90px 0 0;
}*/
.home_section_02 {
  background: url(../../../../../../../themes/inboxtheme/images/left-rounded.png) no-repeat left top;
  margin: 40px 0 0 0;
  padding: 0 0 5% 0;
}
.home_section_02 .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
.home_section_02 .font40 {
  color: #181818;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.home_section_02 .block {
  background: #fff;
  width: 100%;
  height: 374px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 0 #dcdcdc;
  box-shadow: 0 0 20px 0 #dcdcdc;
  margin: 85px 0 0 0;
  padding: 10% 0;
}
.home_section_02 .block .img_sec {
}
.home_section_02 .block .number {
  color: #6e6e6f;
  font-size: 19px;
  font-weight: 600;
  background: url(../../../../../../../themes/inboxtheme/images/green-line.png) no-repeat bottom center;
  padding: 0 0 8px 0;
  margin: 15px 0 0 0;
  display: inline-block;
}
.home_section_02 .block h2 {
  color: #181818;
  font-size: 22px;
  font-weight: bold;
}
.home_section_02 .block p {
  color: #6e6e6f;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 0 40px;
  display: inline-block;
  width: 100%;
  float: left;
}
.home_section_02 .block a {
  color: #181818;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.home_section_02 .block a:hover {
  text-decoration: none;
  color: #999;
}
.home_section_03 {
  background: #266af9; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #266af9 0%,
    #2ca480 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
}
.home_section_03 h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 4% 0;
}
.home_section_03 .link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #fff;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: right;
  margin: 45px 0 0 0;
  padding: 0 56px;
  /*background: #2eb45f;*/
  letter-spacing: 1px;
}
.home_section_03 .link:hover {
  text-decoration: none;
  background: #000;
}
.home_section_04 {
  background: url(../../../../../../../themes/inboxtheme/images/right-rounded.png) no-repeat right top;
  padding: 5% 0;
}
.home_section_04 .font19 {
  color: #6e6e6f;
  font-size: 19px;
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.home_section_04 h2 {
  color: #181818;
  font-size: 40px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  padding: 0px;
}
.home_section_04 p {
  color: #6e6e6f;
  font-size: 15px;
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.home_section_04 .link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: left;
  margin: 20px 0 0 0;
  padding: 0 37px;
  background: #2eb45f;
  letter-spacing: 1px;
}
.home_section_04 .link:hover {
  background: #000;
  text-decoration: none;
}
.home_section_04 .row {
  margin-top: 24px;
  width: 100%;
  float: left;
}
.home_section_04 .row img {
  display: inline;
  float: left;
  /*margin: 0 15px 17px 0;*/
}
.home_section_04 .separator {
  height: 100px;
}
.home_section_05 {
  background: url(../../../../../../../themes/inboxtheme/images/pattern.png) repeat;
  padding: 5% 0;
}
.home_section_05 .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
.home_section_05 .font40 {
  color: #181818;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.home_section_05 h2 {
  color: #181818;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0px;
}
.home_section_05 p {
  color: #6e6e6f;
  font-size: 15px;
}
.home_section_05 .col-md-4 {
  min-height: 290px;
  margin: 30px 0 0 0;
}
.home_section_05 .col-md-4 img {
  margin: 0 -50px -20px 0;
}
.home_section_06 {
  background: url(../../../../../../../themes/inboxtheme/images/left-rounded.png) no-repeat left top;
  padding: 5% 0;
}
.home_section_06 .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
.home_section_06 .font40 {
  color: #181818;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.home_section_06 h2 {
  color: #181818;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.home_section_06 .block {
  background: #fff;
  width: 100%;
  float: left;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 78px 0 0 0;
  padding: 0 0 45px 0;
  -webkit-box-shadow: 0 0 20px 0 #dcdcdc;
  box-shadow: 0 0 20px 0 #dcdcdc;
  border-top: 8px solid #2667ff;
  text-align: center;
}
.home_section_06 .block h2 {
  color: #2667ff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: 50px 0;
}
.home_section_06 .block ul {
  width: 100%;
  float: left;
  margin: 0 0 50px 0;
}
.home_section_06 .block ul li {
  display: inline;
  float: left;
  width: 33%;
}
.home_section_06 .block .link {
  color: #2eb45f;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.home_section_06 .block .link:hover {
  text-decoration: none;
  color: #000;
}
.home_section_07 {
  background: #e4f8ff;
  padding: 5% 0;
}
.home_section_07 .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
.home_section_07 .font40 {
  color: #181818;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 60px 0;
  font-weight: bold;
  line-height: 36px;
}
.home_section_07 .mid {
  background: #ffffff;
  width: 100%;
  float: left;
  padding: 5%;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  min-height: 250px;
}
.home_section_07 .mid .date {
  color: #6e6e6f;
  font-size: 13px;
  text-transform: uppercase;
}
.home_section_07 .mid h3 {
  color: #181818;
  font-size: 20px;
  font-weight: bold;
  margin: 17px 0;
  padding: 0px;
  width: 100%;
  float: left;
}
.home_section_07 .mid p {
  color: #6e6e6f;
  font-size: 15px;
}
.home_section_07 .mid .link {
  color: #2eb45f;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.home_section_07 .mid .link:hover {
  text-decoration: none;
  color: #000;
}
.home_section_08 {
  background: #266af9; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #266af9 0%,
    #2ca480 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  padding: 0 0 3% 0;
}
.home_section_08 h2 {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  padding: 4% 0 0 0;
}
.home_section_08 .link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #fff;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: right;
  margin: 65px 0 0 0;
  padding: 0 36px;
  /*background: #2eb45f;*/
  letter-spacing: 1px;
}
.home_section_08 .link:hover {
  text-decoration: none;
  background: #000;
}
.home_section_08 p {
  color: #ffffff;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
footer {
  width: 100%;
  float: left;
  padding: 5% 0 0 0;
  background: url(../../../../../../../themes/inboxtheme/images/footer-rounded.png) no-repeat right top;
}
footer p {
  color: #6e6e6f;
  font-size: 14px;
  line-height: 27px;
  width: 100%;
  float: left;
  margin: 32px 0 0 0;
}
footer h2 {
  color: #181818;
  font-size: 20px;
  font-weight: bold;
}
footer ul {
  width: 100%;
  float: left;
  margin: 45px 0 0 0;
  font-weight: 400;
}
footer ul li {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #6e6e6f;
  margin-bottom: 26px;
}
footer ul li a {
  color: #6e6e6f;
}
footer ul li a:hover {
  color: #000;
  text-decoration: none;
}
footer .email {
  margin: 45px 0 0 0;
  line-height: 14px;
}
footer .email a {
  color: #6e6e6f;
}
footer .email a:hover {
  color: #000;
}
footer .email img {
  display: inline;
  float: left;
  margin: 0 13px 0 0;
}
footer .copyright {
  border-top: 1px solid #bebebe;
  margin: 50px 0 0 0;
  padding: 2% 0;
  color: #6e6e6f;
  font-size: 14px;
  text-align: center;
}
/*------------ Index(Homepage) ------------*/
.index .header-p1 {
  font: italic 25px montserrat;
  font-weight: 500;
  color: black;
  padding-top: 20px;
  line-height: 1.5em;
}

.index .header-p2 {
  font-size: 30px;
  font-weight: 500;
  color: black;
  line-height: 1.4em;
  text-align: center;
}

/* #indexblock1 {
  background-color: green;
  max-height: 300px;
}
#indexbodyheader1,
#indexbodyp1 {
  color: white;
} */
#indexbodyp1 {
  font-size: small;
  padding-bottom: 5px;
}
#indexbodyp2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}
#indexbodyheader2 {
  font-size: x-large;
  line-height: 1.5em;
  padding-bottom: 20px;
}
#indexbodyp3,
#indexbodyp4,
#indexbodyp5,
#indexbodyp6,
#indexbodyp7 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
}
#indexbodyheader3,
#indexbodyheader4,
#indexbodyheader5,
#indexbodyheader6,
#indexbodyheader7 {
  font-size: large;
  font-weight: bold;
}

/*------------ about us ------------*/

header.inner_header {
  background: url(../../../../../../../themes/inboxtheme/images/header-btm-shadow.png) repeat-x bottom;
  padding: 3% 0 4% 0;
  position: relative;
  z-index: 99999;
}
header.inner_header::after {
  content: none;
}
header.inner_header .link {
  background: #fff;
  color: #2667ff;
  border: 2px solid #2667ff;
}
header.inner_header .link:hover {
  background: #2667ff;
  color: #fff;
}
.about_section_01 {
  padding: 3% 0;
  background: url(../../../../../../../themes/inboxtheme/images/right-rounded.png) no-repeat right top;
}
.about_section_01 .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
.about_section_01 .font40 {
  color: #181818;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 60px 0;
  font-weight: bold;
  line-height: 36px;
}
.about_section_01 p {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
  color: #6e6e6f;
  font-size: 15px;
  line-height: 23px;
}
.about_section_02 {
  background: url(../../../../../../../themes/inboxtheme/images/pattern.png) repeat;
  padding: 4% 0;
}
.about_section_02 .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
.about_section_02 .font40 {
  color: #181818;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 60px 0;
  font-weight: bold;
  line-height: 36px;
}
.about_section_02 p {
  color: #6e6e6f;
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  float: left;
}
.about_section_02 .row {
  margin-bottom: -10px;
  width: 100%;
  float: left;
}
.about_section_02 .sec_01 {
  line-height: 86px;
  font-size: 13px;
}
.about_section_02 .sec_02 p {
  font-size: 14px;
  margin: 16px 0 0 0;
  display: inline-block;
}
.about_section_02 .sec_02 p strong {
  color: #000;
}
.about_section_02 .link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: left;
  margin: 15px 0 0 0;
  padding: 0 37px;
  background: #2eb45f;
  letter-spacing: 1px;
}
.about_section_02 .link:hover {
  background: #000;
  text-decoration: none;
}

/*----------- contact us -----------*/

.contact_us {
  padding: 3% 0 6% 0;
  background: url(../../../../../../../themes/inboxtheme/images/right-rounded.png) no-repeat right top;
}
.contact_us .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
.contact_us .font40 {
  color: #343b4b;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 60px 0;
  font-weight: bold;
  line-height: 36px;
  font-family: "Averta", Sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #343b4b;
}
.contact_us .font20 {
  font-size: 26px;
  padding-top: 20px;
  padding-bottom: 5px;

  font-family: "Averta", Sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}
.contact_us .font10 {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #6e6e6f;
  color: #343b4b;
  font-family: "Averta", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}
.calendly-inline-widget {
  width: 1200px;
  height: 850px;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .calendly-inline-widget {
    width: 100%;
    height: 700px;
  }
  .contact_us .font20 {
    font-size: 22px;
    font-weight: bold;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .calendly-inline-widget {
    width: 100%;
    height: 700px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 756px) {
  .calendly-inline-widget {
    width: 100%;
    height: 1000px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .calendly-inline-widget {
    width: 100%;
    height: 1000px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .calendly-inline-widget {
    width: 100%;
    height: 850px;
  }
}

.contact_us p {
  font-size: 26px;
  border-bottom: 1px solid #dcdcdc;

  padding-bottom: 70px;
  margin-bottom: 70px;
  color: #6e6e6f;
  color: #343b4b;
  font-family: "Averta", Sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
}
.contact_us .contact {
  /*background: url(../../../../../../../themes/inboxtheme/images/contact-icon-01.png) no-repeat;*/
  /*padding: 50px 0 50px 170px;*/
  color: #6e6e6f;
  font-size: 21px;
}
.contact_us .contact span {
  display: inline-block;
  float: left;
}
.contact_us .contact span strong {
  float: left;
  margin-top: 26px;
}
.contact_us .contact span a {
  position: relative;
  top: -5px;
}
.contact_us .contact a {
  color: #6e6e6f;
}
.contact_us .contact_form_top {
  background: transparent; /* Old browsers */

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  text-align: center;
  color: #3c3f40;
  margin: 0px;
  padding: 4% 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 2;
}
.contact_us .contact_form_top h2 {
  /* font-size: 41px;
  margin: 0px;
  padding: 0px;
  font-weight: 600; */
  font-size: 52px;
  line-height: 64px;
  /* font-family: "Graphik-Medium"; */
  font-weight: 500;
  text-align: left;
}
.contact_us .contact_form_top p {
  font-size: 20px;
  line-height: 30px;
  /* font-family: "Graphik-Medium"; */
  font-weight: 400;
  text-align: left;
}
.contact_us .contact_form_mid {
  background: #fff;
  padding: 4%;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 0 15px 0 #f6f6f6;
  box-shadow: 0 0 15px 0 #f6f6f6;
}
.contact_us .contact_form_mid input[type="text"] {
  background: url(../../../../../../../themes/inboxtheme/images/form-icon-01.png) no-repeat 10px #f7f7f7;
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 0 0 43px;
  margin: 0 0 21px 0;
}
.contact_us .contact_form_mid input[type="email"],
.contact_us .contact_form_mid select {
  background: url(../../../../../../../themes/inboxtheme/images/contact-icon-02.png) no-repeat 10px #f7f7f7;
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 45px;
  padding: 0 0 0 43px;
  margin: 0 0 21px 0;
  color: #000;
}
.contact_us .contact_form_mid input[type="tel"] {
  background: url(../../../../../../../themes/inboxtheme/images/contact-icon-03.png) no-repeat 10px #f7f7f7;
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 0 0 43px;
  margin: 0 0 21px 0;
}
.contact_us .contact_form_mid input[type="text"].subject {
  background: url(../../../../../../../themes/inboxtheme/images/contact-icon-04.png) no-repeat 10px #f7f7f7;
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 0 0 43px;
  margin: 0 0 21px 0;
}
.contact_us .contact_form_mid textarea {
  background: url(../../../../../../../themes/inboxtheme/images/contact-icon-05.png) no-repeat 10px 10px #f7f7f7;
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 0 0 43px;
  margin: 0 0 21px 0;
}
.contact_us .contact_form_mid input[type="submit"] {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: left;
  margin: 0 0 0 0;
  padding: 0 37px;
  background: #2eb45f;
  letter-spacing: 1px;
  border: none;
}
.contact_us .contact_form_mid input[type="submit"]:hover {
  background: #000;
  text-decoration: none;
}

#right-video {
  width: 100%;
  height: 34vh;
  margin-top: 25px;
}

#videocontainer {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  #right-video {
    margin-top: 20px;
    height: 47vw;
  }
}

/*----------- Getting Started -----------*/

.getting_started {
  padding: 3% 0 6% 0;
  background: url(../../../../../../../themes/inboxtheme/images/right-rounded.png) no-repeat right top;
}
.getting_started .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
.getting_started .font40 {
  color: #343b4b;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 60px 0;
  font-weight: bold;
  line-height: 36px;
  font-family: "Averta", Sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #343b4b;
}
.getting_started .font20 {
  font-size: 26px;
  padding-top: 20px;
  padding-bottom: 5px;

  font-family: "Averta", Sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}
.getting_started .font10 {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #6e6e6f;
  color: #343b4b;
  font-family: "Averta", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
}
.calendly-inline-widget {
  width: 1200px;
  height: 850px;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .calendly-inline-widget {
    width: 100%;
    height: 700px;
  }
  .getting_started .font20 {
    font-size: 22px;
    font-weight: bold;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .calendly-inline-widget {
    width: 100%;
    height: 700px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 756px) {
  .calendly-inline-widget {
    width: 100%;
    height: 1000px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .calendly-inline-widget {
    width: 100%;
    height: 1000px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .calendly-inline-widget {
    width: 100%;
    height: 850px;
  }
}

.getting_started p {
  font-size: 26px;
  /* border-bottom: 1px solid #dcdcdc; */
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #3c3f40;
  font-family: "Averta", Sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
}
.getting_started .contact {
  /*background: url(../../../../../../../themes/inboxtheme/images/contact-icon-01.png) no-repeat;*/
  /*padding: 50px 0 50px 170px;*/
  color: #6e6e6f;
  font-size: 21px;
}
.getting_started .contact span {
  display: inline-block;
  float: left;
}
.getting_started .contact span strong {
  float: left;
  margin-top: 26px;
}
.getting_started .contact span a {
  position: relative;
  top: -5px;
}
.getting_started .contact a {
  color: #6e6e6f;
}
.getting_started .contact_form_top {
  background: transparent; /* Old browsers */

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  text-align: center;
  color: #3c3f40;
  margin: 0px;
  padding: 4% 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 2;
}
.getting_started .contact_form_top h2 {
  /* font-size: 41px;
  margin: 0px;
  padding: 0px;
  font-weight: 600; */
  font-size: 52px;
  line-height: 64px;
  /* font-family: "Graphik-Medium"; */
  font-weight: 500;
  text-align: left;
}
.getting_started .contact_form_top p {
  font-size: 20px;
  line-height: 30px;
  /* font-family: "Graphik-Medium"; */
  font-weight: 400;
  text-align: left;
}
.getting_started .contact_form_mid {
  background: transparent;
  padding: 2%;
  width: 90%;
  float: left;
}
.getting_started .contact_form_mid input[type="text"] {
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 0 0 10px;
  margin: 0 0 21px 0;
}
.getting_started .contact_form_mid input[type="email"],
.getting_started .contact_form_mid select {
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 45px;
  padding: 0 0 0 10px;
  margin: 0 0 21px 0;
  /* Chrome/Opera/Safari */
  color: rgb(129, 123, 123);
  opacity: 1;
}
.getting_started .contact_form_mid input[type="tel"] {
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 0 0 10px;
  margin: 0 0 21px 0;
}
.getting_started .contact_form_mid input[type="text"].subject {
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 0 0 10px;
  margin: 0 0 21px 0;
}
.getting_started .contact_form_mid textarea {
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 0 0 10px;
  margin: 0 0 21px 0;
}
.getting_started .contact_form_mid input[type="submit"] {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: left;
  margin: 0 0 0 0;
  padding: 0 37px;
  background: #2eb45f;
  letter-spacing: 1px;
  border: none;
}
.getting_started .contact_form_mid input[type="submit"]:hover {
  background: #000;
  text-decoration: none;
}
.get_started_img {
  margin-top: 20vh;
  padding-left: 5vw;
  width: 35vw;
  height: 34vh;
}
@media only screen and (max-width: 600px) {
  .get_started_img {
    margin-top: 0vh;
    padding-top: 10vh;
    padding-left: 0vw;
    width: 85vw;
    height: 37vh;
  }
}
.getting_started .col-md-12 {
  padding-right: 0 !important;
}

/*------------ features page --------------*/

.features {
  padding: 3% 0 6% 0;
  background: url(../../../../../../../themes/inboxtheme/images/left-rounded.png) no-repeat left top;
}
.features .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
.features .font40 {
  color: #181818;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
  font-weight: bold;
  line-height: 36px;
}
.features .block {
  background: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  float: left;
  margin: 60px 0 0 0;
  -webkit-box-shadow: 0 0 15px 0 #efefef;
  box-shadow: 0 0 15px 0 #efefef;
  padding: 7%;
  text-align: center;
  min-height: 340px;
}
.features .block h2 {
  color: #181818;
  font-size: 27px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin: 30px 0;
  padding: 0px;
}
.features .block p {
  color: #6e6e6f;
  font-size: 17px;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

/*------------- news page -------------*/

.news {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+50 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f9f9f9 50%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f9f9f9 50%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
  padding: 5% 0;
  position: relative;
}
.news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../../../../../../themes/inboxtheme/images/left-rounded.png) no-repeat;
  width: 532px;
  height: 1149px;
}
.news .font19 {
  color: #6e6e6f;
  font-size: 19px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
.news .font40 {
  color: #181818;
  font-size: 39px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 23px 0 60px 0;
  font-weight: bold;
  line-height: 36px;
}
.news .mid {
  background: #ffffff;
  width: 100%;
  height: 248px;
  float: left;
  padding: 5%;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.news .mid .date {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
}
.news .mid h3 {
  color: #181818;
  font-size: 20px;
  font-weight: 600;
  margin: 17px 0;
  padding: 0px;
  width: 100%;
  float: left;
  line-height: 28px;
  min-height: 56px;
}
.news .mid p {
  color: #6e6e6f;
  font-size: 15px;
}
.news .mid .link {
  color: #2eb45f;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.news .mid .link:hover {
  text-decoration: none;
  color: #000;
}
.news .col-md-4 {
  margin: 30px 0 0 0;
}
.news .pagination {
  margin: 80px 0 0 0;
}
.news .pagination li {
  margin: 0 5px;
  display: inline-block;
}
.news .pagination li a {
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  color: #5d5d5d;
}
.news .pagination li.active a,
.news .pagination li:last-child a {
  background: #266af9;
  color: #fff;
}

/*------------- modal ------------*/

#myModal,
#spu-342 {
  background: none;
}
#myModal .modal-header,
#spu-342 .modal-header {
  background: #266af9; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #266af9 0%,
    #2ca480 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  text-align: center;
  color: #fff;
}
#myModal .modal-header h4,
#spu-342 .modal-header h4 {
  font-size: 42px;
}
#myModal .modal-header span,
#spu-342 .modal-header span {
  font-size: 22px;
}
#myModal .modal-header .close,
#spu-342 .modal-header .close {
  margin: -29px;
  opacity: 7;
}
#myModal .modal-body,
#spu-342 .modal-body {
  float: left;
  width: 100%;
  background: #fff;
  padding: 4% 4%;
}
#myModal .modal-body label,
#spu-342 .modal-body label {
  font-size: 15px;
  color: #383838;
  float: left;
  width: 100%;
}
#myModal .modal-body input[type="text"],
#spu-342 .modal-body input[type="text"],
#myModal .modal-body input[type="email"],
#spu-342 .modal-body input[type="email"],
#myModal .modal-body select,
#spu-342 .modal-body select {
  border: 1px solid #e0e0e0;
  line-height: 45px;
  padding: 0 15px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f7f7f7;
  width: 100%;
  float: left;
  height: 45px;
  margin: 0 0 30px 0;
}
#myModal .modal-body input[type="submit"],
#spu-342 .modal-body input[type="submit"] {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: left;
  margin: 0px;
  padding: 0 37px;
  background: #2eb45f;
  letter-spacing: 1px;
  border: none;
}
#myModal .modal-body input[type="submit"]:hover,
#spu-342 .modal-body input[type="submit"]:hover {
  background: #000;
  text-decoration: none;
}
/*#myModal .modal-dialog {
    width: 765px;
}*/
#spu-342 .modal-dialog {
  width: 100%;
}
#spu-342 {
  height: 35%;
  top: 36px !important;
}
#spu-342 .spu-content {
  margin-top: -34px;
  margin-left: -1px;
  width: 101%;
}
#spu-342 span.spu-close-popup {
  display: none;
}

.tablenav {
  width: 100%;
  float: left;
  text-align: center;
}
.tablenav .page-numbers {
  background: #4c6690;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 1px;
}
.tablenav .page-numbers.current {
  background: #e87e00;
}
.navmenu {
  display: none;
}

/*------------ blog details page -------------*/

.blog_details {
  background: url(../../../../../../../themes/inboxtheme/images/left-rounded.png) no-repeat left top;
  padding: 3% 0;
}
.blog_details .top_block {
  width: 100%;
  float: left;
  border: 1px solid #cecece;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f0+0,ffffff+100 */
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f0f0f0 0%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f0f0f0 0%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f0f0f0 0%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  height: 131px;
  line-height: 131px;
  /*text-align: center;*/
  font-weight: bold;
  color: #181818;
  font-size: 19px;
  overflow: hidden;
  margin-bottom: 50px;
}
.blog_details .top_block .right_bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#266af9+0,2dac6f+100 */
  background: #266af9; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #266af9 0%,
    #2dac6f 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #266af9 0%,
    #2dac6f 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #266af9 0%,
    #2dac6f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2dac6f',GradientType=1 ); /* IE6-9 */
  min-height: 133px;
  position: relative;
}
.blog_details .top_block .right_bg::before {
  content: "";
  background: url(../../../../../../../themes/inboxtheme/images/blog-details-left.png) no-repeat;
  width: 134px;
  height: 133px;
  position: absolute;
  left: -133px;
  top: 0;
}
.blog_details .top_block .right_bg a {
  background: #ffffff;
  color: #2771eb;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  padding: 0 54px;
  display: inline-block;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  letter-spacing: 2px;
}
.blog_details .top_block .right_bg a:hover {
  text-decoration: none;
  color: #999;
}
.blog_details h2 {
  color: #181818;
  font-size: 39px;
  font-weight: bold;
  line-height: 52px;
}
.blog_details p {
  width: 100%;
  float: left;
  margin: 33px 0 0 0;
  color: #333;
  font-size: 15px;
  line-height: 23px;
}
.blog_details h3 {
  color: #181818;
  font-size: 23.7px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin: 33px 0 -21px 0;
}
.blog_details .author_box {
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 33px 0 0 0;
  padding: 3%;
}
.blog_details .author_box h3 {
  color: #2771ec;
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
.blog_details .author_box p {
  margin: 20px 0 0 0;
  width: 100%;
  float: left;
  font-size: 15px;
  /*font-style: italic;*/
}
.blog_details .contact_form_top {
  background: #266af9; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #266af9 0%,
    #2ca480 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  text-align: left;
  color: #fff;
  margin: 33px 0 0 0;
  padding: 2% 4%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 2;
}
.blog_details .contact_form_top h2 {
  font-size: 41px;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  color: #fff;
}
.blog_details .contact_form_top span {
  font-size: 19px;
}
.blog_details .contact_form_mid {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 4%;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 0 15px 0 #f6f6f6;
  box-shadow: 0 0 15px 0 #f6f6f6;
}
.blog_details .contact_form_mid input[type="text"],
.blog_details .contact_form_mid input[type="email"],
.blog_details .contact_form_mid input[type="tel"] {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 15px;
  margin: 0 0 21px 0;
}
.blog_details .contact_form_mid textarea {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 15px;
  margin: 0 0 21px 0;
}
.blog_details .contact_form_mid input[type="submit"] {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: left;
  margin: 0 0 0 0;
  padding: 0 37px;
  background: #2eb45f;
  letter-spacing: 1px;
  border: none;
}
.blog_details .contact_form_mid input[type="submit"]:hover {
  background: #000;
  text-decoration: none;
}
.blog_details .right_colom {
}
.blog_details .right_colom h2 {
  background: #266af9; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #266af9 0%,
    #2ca480 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  margin: 38px 0 0 0;
  padding: 0px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 100px;
  position: relative;
  z-index: 2;
}
.blog_details .right_colom h4 {
  background: #266af9; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #266af9 0%,
    #2ca480 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  margin: 38px 0 0 0;
  padding: 0 15px;
  font-size: 24px;
  text-align: left;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 100px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.blog_details .right_colom .box_mid {
  background: #fff;
  padding: 5%;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 0 15px 0 #f6f6f6;
  box-shadow: 0 0 15px 0 #f6f6f6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog_details .right_colom .box_mid h3 {
  color: #181818;
  font-size: 19px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
.blog_details .right_colom .box_mid h3 small {
  color: #000;
  font-size: 15.61px;
}
.blog_details .right_colom .box_mid input[type="text"] {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 45px;
  padding: 0 15px;
  margin: 30px 0;
}
.blog_details .right_colom .box_mid input[type="submit"] {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline-block;
  /*float: left;*/
  margin: 0 0 0 0;
  padding: 0 37px;
  background: #2eb45f;
  letter-spacing: 1px;
  border: none;
}
.blog_details .right_colom .box_mid input[type="submit"]:hover {
  background: #000;
  text-decoration: none;
}
.blog_details .right_colom .box_mid .font14 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.blog_details .right_colom .box_mid .font14 a {
  color: #000;
}
.blog_details .right_colom .box_mid .font14 a:hover {
  text-decoration: none;
  color: #999;
}
.blog_details .right_colom .box_mid .sep {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  float: left;
  padding: 0 0 26px 0;
  margin: 0 0 26px 0;
}
.blog_details .right_colom .box_mid .sep.last {
  border: none;
  padding: 0px;
  margin: 0px;
}

.blog_details .left_colom ul {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
  list-style: circle;
  margin-left: 35px;
}
.blog_details .left_colom ol {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.blog_details .left_colom ol li,
.blog_details .left_colom ul li {
  line-height: 23px;
  font-size: 15px;
  color: #333;
}
.news .block {
  display: inline;
  float: left;
  height: 484px;
}

.right_colom .box_mid img {
  border-radius: 8px;
  max-height: 87px;
}

.blog_details .right_colom .newsletters-fieldholder .newsletters-field-error {
  background: none;
  border: none;
  color: #f00;
  font-size: 13px;
}
.blog_details .right_colom .newsletters-fieldholder .control-label {
  display: none;
}
.blog_details .right_colom #newsletters-2-form .form-control {
  padding: 23px;
  font-size: 14px;
  background: #f7f7f7;
}
.blog_details .right_colom .newsletters-fieldholder {
  text-align: center;
}

.blog_details .right_colom .newsletters_submit .newsletters-button {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline-block;
  /*float: left;*/
  margin: 0 0 0 0;
  padding: 0 37px;
  background: #2eb45f !important;
  letter-spacing: 1px;
  border: none;
}
.contact_us .contact_form_mid span.wpcf7-not-valid-tip {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 1;
  font-size: 13px;
}
.popup-contact-form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 61px;
  z-index: 1;
  font-size: 13px;
  width: 155px;
  line-height: 0;
}
.contact_us .contact_form_mid .wpcf7-validation-errors,
.popup-contact-form .wpcf7-validation-errors {
  border: 0;
  display: none;
}
.popup-contact-form .close {
  border: 2px solid #fff;
  padding: 0 4px;
  border-radius: 14px;
  background: #fff;
}
.popup-contact-form div.wpcf7-mail-sent-ok,
.newsletters-form-wrapper .newsletters-acknowledgement p {
  border: none;
  color: #2eb45f;
  font-size: 18px;
}

.popup-contact-form .newsletters-fieldholder {
  display: inline;
  float: left;
  width: 100%;
}
.popup-contact-form .newsletters-fieldholder input[type="text"] {
  font-size: 14px;
  margin-bottom: 20px !important;
}
.popup-contact-form .row {
  display: inline;
  float: left;
  border: 1px solid;
  width: 100%;
  border: none;
}
.popup-contact-form .row .newsletters-button {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #fff;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  line-height: 40px;
  display: inline;
  float: left;
  margin: 0px;
  padding: 0 37px;
  background: #2eb45f !important;
  letter-spacing: 1px;
  border: none;
}
.popup-contact-form .control-label {
  display: none;
}
.popup-contact-form .newsletters-field-error {
  display: inline;
  float: left;
  width: 100%;
}
.popup-contact-form .newsletters-field-error {
  background: none !important;
  border: none !important;
  color: #f00 !important;
  font-size: 13px !important;
}
.popup-contact-form .newsletters-acknowledgement p {
  color: #2eb45f;
  font-size: 17px;
}
#newsletters-1-form .btn,
#newsletters-2-form .btn-primary {
  border-radius: 24px !important;
}
.open > .sub-menu {
  display: none;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li a.dropdown:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #2480e4;
  right: 2px;
  top: 6px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
header .nav > li:nth-child(2) > a {
  padding: 5px 20px 5px 13px !important;
}

.home_section_02 .icon-img img {
  width: 10vw;
}
.home_section_02 .block .icon-img img {
  width: 5.5vw;
}
.home_section_04 .icon-img img {
  width: 10vw;
}
.home_section_04 .icon-img2 img {
  width: 2.5vw;
}
.home_section_05 .icon-img img {
  width: 10vw;
}
.home_section_05 .icon-img2 img {
  width: 10.5vw;
  margin: 0 0 15px;
}
.home_section_06 .icon-img img {
  width: 10vw;
}
.home_section_07 .icon-img img {
  width: 10vw;
}
footer .icon-img svg {
  width: 17.5vw;
}
header .toplogo svg {
  width: 17.5vw;
}
.about_section_01 .icon-img img {
  width: 10vw;
}
.about_section_02 .icon-img img {
  width: 10vw;
}
.about_section_02 .icon-img2 img {
  width: 7vw;
  margin-bottom: 30px;
  margin-left: 9px;
}
.features .icon-img img {
  width: 10vw;
}
.features .icon-img2 img {
  width: 8vw;
}

footer .email img {
  width: 1.2vw;
}

.contact_us .icon-img img {
  width: 10vw;
}
.getting_started .icon-img img {
  width: 10vw;
}
.news .icon-img img {
  width: 10vw;
}
.contact_us .icon-img2 img {
  width: 7.5vw;
  border-radius: 100%;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  margin-right: 35px;
}
.modal {
  z-index: 99999;
}
/*------------- Price page -------------*/

.price_section_01{
  font-size: 1.3em;
  text-align: justify;
  font-weight: 500;
  line-height: 1.5em;
  padding: 20px;
}

.price_section_02{
  font-size: 1.4em;
  text-align: justify;
  font-weight: 500;
  line-height: 1.5em;
  color: white;
  box-sizing: border-box;
  max-width: 28% ;
  display: flex;
  align-items: center;
  margin: 20px;

  background: #266af9; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #266af9 0%,
    #2ca480 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #266af9 0%,
    #2ca480 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  padding: 0 0 3% 0;
  border-radius: 10px;
}

.price_section_02 p{
padding: 20px;
}
.price_section_03 p{
padding: 20px 20px 0 20px;
}
.price_section_03{
  font-size: 1.8em;
  text-align: left;
  font-weight: 500;
  line-height: 1.5em;
  color: black;
  box-sizing: border-box;
  width: 100% ;
  /*display: flex;*/
  align-items: baseline;
  margin:10px 0 0 0;
  min-height: 100px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266af9', endColorstr='#2ca480',GradientType=1 ); /* IE6-9 */
  padding: 0 0 0 0;
  border-radius: 10px;
  font-family: 'Caveat'; 

}
.container2{
  padding-right: 80px;
  padding-left: 80px;
}
.price_section_05{
  padding-top: 0!important;
}

/* Button Styling */

.button--border-thin {
  border: 2px solid;
  border-radius:10px; 
}

.button--winona {
  overflow: hidden;
  background: #287AD7;
  color: white;
  padding: 0;
  -webkit-transition: border-color 0.5s, background-color 0.5s;
  transition: border-color 0.5s, background-color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
}
.button--winona > span {
}
.button--winona.button--inverted {
  color: white;
}
.button--winona.button--inverted:after {
  color: #fff;
}
.button--winona::after,
.button--winona > span {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.1);
}
.button--winona.button--inverted:hover {
  border-color: #2C9C92;
  background-color: #2C9C92;
}
.button--winona:hover::after {
  opacity: 1;
}
.button--winona:hover > span {
  opacity: 0;
}




/*----------------- Responsive ---------------*/

@media only screen and (min-width: 1250px) {
  header .toplogo svg {
    width: 220px;
  }
  .home_section_02 .icon-img img {
    width: 130px;
  }
  .home_section_02 .block .icon-img img {
    width: 90px;
  }
  .home_section_04 .icon-img img {
    width: 130px;
  }
  .home_section_04 .icon-img2 img {
    width: 34px !important;
  }
  .home_section_05 .icon-img img {
    width: 130px;
  }
  .home_section_05 .icon-img2 img {
    width: 140px;
  }
  .home_section_06 .icon-img img {
    width: 130px;
  }
  .home_section_07 .icon-img img {
    width: 130px;
  }
  footer .email img {
    width: 22px;
  }
  footer .icon-img svg {
    width: 220px;
  }
  .about_section_01 .icon-img img {
    width: 130px;
  }
  .about_section_02 .icon-img img {
    width: 130px;
  }
  .about_section_02 .icon-img2 img {
    width: 110px;
  }
  .features .icon-img img {
    width: 130px;
  }
  .features .icon-img2 img {
    width: 90px;
  }
  .contact_us .icon-img img {
    width: 130px;
  }
  .contact_us .icon-img2 img {
    width: 100px;
  }
  .news .icon-img img {
    width: 130px;
  }
  #spu-342 {
    background-color: #fff !important;
    padding: 0 5px 0 0 !important;
    height: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  header::after {
    right: -380px;
  }
  .container-fluid > .navbar-collapse {
    padding: 0;
  }
  header .nav > li > a {
    padding: 5px 6px !important;
    font-size: 14px;
  }
  header .link {
    font-size: 12px;
    padding: 0 22px;
  }
  .home_section_01 h1 {
    font-size: 39px;
  }
  .home_section_01 p {
    padding-right: 50px;
  }
  .home_section_02 .block {
    height: auto;
    min-height: 390px;
    padding: 10% 10px;
  }
  .home_section_06 .block {
    padding: 0 10px 45px;
  }
  .home_section_06 .block h2 {
    font-size: 17px;
  }
  .home_section_08 .link {
    font-size: 13px;
    padding: 0 22px;
  }
  footer h2 {
    font-size: 16px;
  }
  footer p {
    margin: 15px 0 0 0;
  }
  footer ul,
  footer .email {
    margin: 30px 0 0 0;
  }
  .about_section_02 .sec_01 {
    line-height: inherit;
  }
  .about_section_02 .sec_02 {
    margin-bottom: 20px;
  }
  .contact_us .font40 {
    font-size: 29px;
  }
  .contact_us p {
    font-size: 20px;
  }
  .contact_us .contact span {
    display: inline-block;
    float: left;
  }
  .contact_us .contact span strong {
    float: left;
    margin-top: 12px;
  }
  .contact_us .icon-img2 img {
    margin-right: 8px;
  }
  .contact_us .contact_form_top h2 {
    font-size: 29px;
  }
  .news .font40 {
    margin: 23px 0 40px 0;
  }
  .news .mid h3 {
    font-size: 17px;
    line-height: 20px;
    margin: 10px 0;
  }
  .news .block {
    height: auto;
    min-height: 500px;
  }
  .news .mid {
    height: auto;
  }
  .blog_details h2 {
    font-size: 27px;
    line-height: initial;
  }
  .blog_details .right_colom h2 {
    padding: 20px 0;
    font-size: 18px;
    line-height: initial;
  }
  .blog_details .top_block {
    font-size: 15px;
  }
  .blog_details .top_block .right_bg a {
    letter-spacing: 1px;
    padding: 0 20px;
    font-size: 13px;
  }
  .blog_details .top_block .right_bg::before {
    display: none;
  }
  .blog_details .top_block .right_bg {
    text-align: center;
  }
  .blog_details .right_colom h4 {
    padding: 20px 0;
    font-size: 18px;
    line-height: initial;
    text-align: center;
  }
  .taxo01 h1 {
    font-size: 24px;
  }
  .taxo01 .col-sm-4 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  header::after {
    right: -472px;
  }
  header .nav > li > a {
    padding: 5px 4px !important;
    font-size: 11px;
  }
  header ul li,
  header ul li:last-child {
    margin: 16px 0 0 0;
  }
  header .nav li ul.sub-menu li a {
    font-size: 12px;
  }
  header .link {
    font-size: 12px;
    padding: 0 10px;
  }
  header .navbar .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .home_section_01 .right_img {
    width: 390px;
  }
  .home_section_01 h1 {
    font-size: 29px;
  }
  .home_section_02 {
    background-position: -210px;
  }
  .home_section_03 .link {
    padding: 0 20px;
    font-size: 14px;
  }
  .home_section_04 {
    background-position: 400px -190px;
  }
  .home_section_02 .font40 {
    font-size: 23px;
  }
  .home_section_04 h2 {
    font-size: 25px;
  }
  .home_section_05 .font40 {
    font-size: 23px;
  }
  .home_section_05 .col-md-4 {
    /*min-height: 340px;*/
  }
  .home_section_06 .font40 {
    font-size: 23px;
  }
  .home_section_07 .font40 {
    font-size: 29px;
    margin: 23px 0 40px 0;
  }
  .home_section_08 .link {
    font-size: 11px;
    padding: 0 5px;
  }
  .home_section_04 .row img {
    margin-right: 30px;
  }
  footer .email a {
    line-height: 25px;
  }
  .home_section_07 .mid h3 {
    font-size: 16px;
  }
  .navbar-nav > li a.dropdown:after {
    font-size: 12px;
    right: 2px;
  }
  .home_section_06 .block h2 {
    margin: 20px 0;
  }
  .home_section_04 .icon-img2 img {
    width: 3.5vw;
  }
  footer .email img {
    width: 2.2vw;
  }
  .about_section_02 .icon-img2 img {
    width: 9vw;
  }
  .features .font40 {
    font-size: 29px;
  }
  .features .block h2 {
    font-size: 20px;
  }
  .features .block p {
    font-size: 15px;
  }
  .contact_us p {
    font-size: 17px;
  }
  .contact_us .font40 {
    margin: 13px 0 30px 0;
  }
  .contact_us .contact {
    font-size: 15px;
  }
  .contact_us .contact_form_mid input[type="text"] {
    font-size: 10px;
    padding: 0 0 0 33px;
  }
  .contact_us .contact_form_mid input[type="email"],
  .contact_us .contact_form_mid select {
    padding: 0 0 0 33px;
    font-size: 10px;
  }
  #myModal .modal-header h4,
  #spu-342 .modal-header h4 {
    font-size: 30px;
  }
  .blog_details h2 {
    font-size: 22px;
    line-height: initial;
  }
  .blog_details .right_colom h2 {
    padding: 12px 0;
    font-size: 15px;
    line-height: initial;
  }
  #spu-342 {
    width: 80% !important;
    left: 7% !important;
  }
  .blog_details .top_block {
    line-height: initial;
  }
  .blog_details .top_block .lft-txt {
    padding-top: 40px;
  }
  .blog_details .top_block .right_bg {
    padding-top: 35px;
  }
  .blog_details .right_colom h4 {
    padding: 12px 0;
    font-size: 15px;
    line-height: initial;
  }
  #spu-342 {
    height: 225px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-nav > li a.dropdown:after {
    font-size: 12px;
    right: calc(50vw - 6.7rem);
    color: #fff;
  }
  .navbar {
    min-height: 0;
  }
  .navbar-toggle {
    margin-top: -45px;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  header .link {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
  }
  .container-fluid > .navbar-collapse {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    background: #2eb45f;
    margin: 0;
    z-index: 999;
  }
  .navbar-nav {
    margin: 0;
    width: 100%;
  }
  .navbar-nav li {
    width: 100%;
    float: left;
    margin: 8px 0;
  }
  .home_section_01 {
    z-index: 2;
  }
  .navbar-nav li a {
    text-align: center;
    color: #fff;
  }
  .dropdown-menu {
    position: relative;
    min-width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
    border-radius: 0;
  }
  .dropdown-menu li a {
    color: #fff;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    color: #000;
  }

  .home_section_01 .right_img {
    position: relative;
    top: 50px;
    left: calc(40vw - 30vw);
    width: 70vw;
    float: left;
  }
  body.homepage {
    background: url(../../../../../../../themes/inboxtheme/images/top-rounded.png) no-repeat 280px -100px;
  }

  header::after {
    /*right: -612px;top: -110px;*/
    display: none;
  }

  header .toplogo svg {
    width: 165px;
  }
  .home_section_01 p {
    padding-right: 0;
    text-align: center;
  }
  .home_section_03 {
    text-align: center;
  }
  .home_section_02 {
    margin: 90px 0 0 0;
  }
  .home_section_02 .block {
    margin: 50px 0 0 0;
  }
  .home_section_03 .link {
    display: inline-block;
    float: none;
    margin: 0 0 20px;
  }
  .home_section_01 h1,
  .home_section_01 {
    text-align: center;
  }
  .home_section_01 .link {
    display: inline-block;
    float: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 0;
  }
  .home_section_04 {
    text-align: center;
  }
  .home_section_04 .row {
    margin-top: 0;
    width: initial;
    float: none;
  }
  .home_section_04 .row img {
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  .home_section_04 .link {
    display: inline-block;
    margin-bottom: 30px;
    float: none;
  }
  .home_section_04 .separator {
    height: 0;
  }
  .home_section_04 .textblok {
    padding-bottom: 35px !important;
  }
  .home_section_05 .col-md-4 {
    min-height: auto;
  }
  .home_section_07 .block .img_sec img {
    width: 100%;
  }
  .home_section_07 .block {
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }
  .home_section_08 {
    text-align: center;
  }
  .home_section_08 .link {
    text-align: center;
    float: none;
    display: inline-block;
    margin-top: 35px;
    padding: 0 12px;
  }
  .home_section_08 h2 {
    font-size: 25px;
  }
  footer {
    text-align: center;
  }
  footer .email img {
    float: none;
  }

  header.inner_header {
    margin-bottom: 25px;
  }
  header.inner_header .navbar-toggle .icon-bar {
    background: #2667ff;
  }
  .about_section_01 {
    text-align: center;
  }
  .about_section_01 .font40,
  .about_section_02 .font40 {
    font-size: 29px;
  }
  .about_section_02 {
    text-align: center;
  }
  .about_section_02 .lowerbig-img img {
    margin-bottom: 35px;
  }
  .about_section_02 .sec_01,
  .about_section_02 .sec_02 {
    float: left;
    margin: 0 0 25px 10px;
  }
  .about_section_02 .link {
    display: inline-block;
    float: none;
  }
  .features .block {
    min-height: auto;
  }
  .contact_us {
    text-align: center;
  }
  .contact_us p {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .contact_us .contact {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 30px;
  }
  .contact_us .contact_form_mid input[type="text"],
  .contact_us .contact_form_mid input[type="email"],
  .contact_us .contact_form_mid select {
    font-size: 12px;
  }
  .news .block {
    display: block;
    float: left;
    height: auto;
    width: 100%;
    min-height: inherit;
  }
  .news .block .img_sec img {
    width: 100%;
  }
  .news .font40 {
    margin: 20px 0 20px 0;
    font-size: 29px;
  }

  .blog_details .right_colom .box_mid h3 {
    text-align: center;
  }
  #spu-342 .modal-header h4 {
    font-size: 24px;
  }
  #spu-342 .modal-header span {
    font-size: 16px;
  }
  .blog_details .top_block {
    height: auto;
  }
  .blog_details .top_block .lft-txt {
    padding: 20px 10px !important;
    text-align: center;
  }
  .blog_details .top_block .right_bg {
    min-height: initial;
    padding: 10px 0 !important;
  }
  .blog_details .right_colom .box_mid .sep {
    text-align: center;
  }
  .blog_details .right_colom .box_mid .sep img {
    margin-bottom: 10px;
  }
  #myModal .modal-header .close,
  #spu-342 .modal-header .close {
    margin: -19px;
  }

  .home_section_02 .icon-img img {
    width: 90px;
  }
  .home_section_02 .block .icon-img img {
    width: 50px;
  }
  .home_section_04 .icon-img img {
    width: 90px;
  }
  .home_section_04 .icon-img2 img {
    width: 40px;
  }
  .home_section_05 .icon-img img {
    width: 90px;
  }
  .home_section_05 .icon-img2 img {
    width: 100px;
    margin: 0 0 15px;
  }
  .home_section_06 .icon-img img {
    width: 90px;
  }
  .home_section_07 .icon-img img {
    width: 90px;
  }
  footer {
    background: transparent;
  }
  footer .icon-img svg {
    width: 170px;
  }
  header .toplogo svg {
    width: 165px;
  }
  .about_section_01 .icon-img img {
    width: 90px;
  }
  .about_section_02 .icon-img img {
    width: 90px;
  }
  .about_section_02 .icon-img2 img {
    width: 100px;
    margin: 12px 0 15px;
  }
  .features .icon-img img {
    width: 90px;
  }
  .features .icon-img2 img {
    width: 90px;
  }

  footer .email img {
    width: 20px;
  }

  .contact_us .icon-img img {
    width: 90px;
  }
  .news .icon-img img {
    width: 90px;
  }
  .contact_us .icon-img2 img {
    width: 55px;
    margin-right: 6px;
    border-radius: 100%;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  }

  .news:before {
    display: none;
  }

  #spu-342 {
    left: 10% !important;
  }
  #spu-342 .spu-content {
    margin-left: -10px;
  }
  #page_frm {
    float: left;
  }
}
@media only screen and (max-width: 440px) {
  .taxo01 {
    text-align: center;
  }
  .taxo01 .col-xs-6 {
    width: 100% !important;
  }

  .container2{
  padding-right: 20px;
  padding-left: 20px;
}
}
