/*
Theme Name: BrokerData
Description: Broker Data is a responsive WordPress theme.
Author: Tenpixel
Author URI: tenpixelui.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  corporate, business, responsive, classic, freelancing.
Text Domain: bd
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  color: #0b7ec2;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

ul,
ol,
li {
  list-style: none;
}
img,
fieldset {
  border: none;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
a:hover {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}
.alignright {
  margin: 10px 0px 30px 25px;
  display: inline;
}
.alignleft {
  margin: 5px 30px 10px 0px;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.wp-caption {
  border: none;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 0 10px 0;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
  line-height: 18px;
  padding: 0 15px;
  display: block;
  font-style: italic;
  color: #000000;
  font-size: 12px;
}
input,
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[placeholder],
[placeholder],
*[placeholder] {
  font-family: "Ubuntu", sans-serif;
  color: inherit;
}
*::-webkit-input-placeholder {
  color: inherit;
}
*:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
*::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: inherit;
}
.ptb-60 {
  padding-top: 70px;
  padding-bottom: 60px;
}
.dpn,
.wpcf7-mail-sent-ok {
  display: none !important;
}
h1.page-title {
  margin-bottom: 30px;
  font-size: 42px;
}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #414e5c;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
}
.entry-content h1 span,
.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span,
.entry-content h6 span {
  color: #048d38;
}
.entry-content h1 {
  font-size: 42px;
  padding-bottom: 28px;
}
.entry-content h2 {
  font-size: 36px;
}
.entry-content h3 {
  font-size: 32px;
}
.entry-content h4 {
  font-size: 26px;
}
.entry-content h5 {
  font-size: 22px;
}
.entry-content h6 {
  font-size: 18px;
}
.entry-content p {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 17px;
}
.entry-content p a {
  color: #414e5c;
  border-bottom: 1px solid #414e5c;
}
.entry-content p a:hover {
  border-color: rgba(0, 0, 0, 0);
}
.entry-content p strong {
  font-weight: 700;
}
.tooltip_item {
  display: inline-block;
  position: relative;
}
.tooltip_item::after {
  content: "";
  height: 19px;
  background-color: #e9f7fd;
  position: absolute;
  left: -3px;
  right: -3px;
  top: 6px;
  z-index: -1;
}
.tooltip {
  width: 124px;
  height: 40px;
  background: rgb(35, 159, 116);
  background: -moz-linear-gradient(
    180deg,
    rgb(35, 159, 116) 30%,
    rgb(73, 185, 200) 90%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgb(35, 159, 116) 30%,
    rgb(73, 185, 200) 90%
  );
  background: -o-linear-gradient(
    180deg,
    rgb(35, 159, 116) 30%,
    rgb(73, 185, 200) 90%
  );
  background: -ms-linear-gradient(
    180deg,
    rgb(35, 159, 116) 30%,
    rgb(73, 185, 200) 90%
  );
  background: linear-gradient(
    270deg,
    rgb(35, 159, 116) 30%,
    rgb(73, 185, 200) 90%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 2;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
}
.tooltip a {
  border: none !important;
}
.tooltip .fa {
  font-size: 20px;
  display: block;
  line-height: 1;
}
.tooltip_item:hover > .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #33aa98;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  z-index: 3;
}
.tooltip .fa {
  color: #fff;
}
.entry-content ul {
  padding: 1px 0 30px 35px;
}
.entry-content ul li {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 6px;
  padding-left: 33px;
  position: relative;
}
.entry-content ul li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  line-height: normal;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 5;
  padding: 0;
  margin: 0;
  color: #048d38;
  font-size: 15px;
}
.entry-content ul.list_style_center {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 12px;
}
.entry-content ul.disc_style_item li {
  padding-left: 28px;
}
.entry-content ul.disc_style_item li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #86d4f5;
  border-radius: 10px;
  top: 12px;
}
.blog_single_wrap ul.disc_style_item li::before {
  border-radius: 50%;
}
.entry-content ol {
  list-style-type: decimal;
  padding: 0 0 24px 42px;
}
.entry-content ol li strong {
  display: block;
  color: #048d38;
}
.entry-content ol li {
  list-style-type: decimal;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-left: 5px;
  margin-bottom: 8px;
}
.entry-content ol li p {
  padding-bottom: 16px;
  font-weight: 400;
}
.entry-content ol.style-order-list li {
  color: #048d38;
  font-weight: 700;
}
.entry-content blockquote {
  padding: 6px 0 22px 0;
  color: #333333;
  font-style: italic;
  max-width: 770px;
  margin: 0 auto;
}
.entry-content blockquote p {
  padding-bottom: 0;
  color: #333333;
  font-size: 18px;
  line-height: 31px;
}
.entry-content table.normal-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}
.entry-content table.normal-table,
.entry-content table.normal-table th,
.entry-content table.normal-table td {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 5px 0;
}
hr {
  border: none;
  background: #ccc;
  height: 1px;
  padding: 0;
  margin: 0 0 24px 0;
  outline: none;
}
.entry-content input[type="email"],
.entry-content input[type="text"] {
  width: 100%;
  height: 48px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: #f3fbfe;
  outline: none;
  padding: 5px 10px 5px 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}
.entry-content textarea {
  width: 100%;
  border-radius: 5px;
  background: #f3fbfe;
  height: 110px;
  border: 1px solid #dddddd;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  padding: 10px 5px 5px 15px;
  outline: none;
  transition: 0.3s all;
  resize: none;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}
.entry-content .submit_button {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px 5px 15px;
  font-weight: 500;
  text-align: center;
  background: rgb(244, 150, 5);
  background: -moz-linear-gradient(
    0deg,
    rgb(244, 150, 5) 0%,
    rgb(253, 199, 35) 70%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(244, 150, 5) 0%,
    rgb(253, 199, 35) 70%
  );
  background: -o-linear-gradient(
    0deg,
    rgb(244, 150, 5) 0%,
    rgb(253, 199, 35) 70%
  );
  background: -ms-linear-gradient(
    0deg,
    rgb(244, 150, 5) 0%,
    rgb(253, 199, 35) 70%
  );
  background: linear-gradient(
    90deg,
    rgb(244, 150, 5) 0%,
    rgb(253, 199, 35) 70%
  );
  outline: none;
  border: none;
  padding: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  -webkit-box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
  -moz-box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
  box-shadow: 0 5px 16px 0 rgba(15, 14, 16, 0.09);
}
.entry-content .submit_button:hover {
  background: rgb(253, 199, 35);
  background: -moz-linear-gradient(
    0deg,
    rgb(253, 199, 35) 0%,
    rgb(244, 150, 5) 70%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(253, 199, 35) 0%,
    rgb(244, 150, 5) 70%
  );
  background: -o-linear-gradient(
    0deg,
    rgb(253, 199, 35) 0%,
    rgb(244, 150, 5) 70%
  );
  background: -ms-linear-gradient(
    0deg,
    rgb(253, 199, 35) 0%,
    rgb(244, 150, 5) 70%
  );
  background: linear-gradient(
    90deg,
    rgb(253, 199, 35) 0%,
    rgb(244, 150, 5) 70%
  );
}
.entry-content .submit_button .fa {
  padding-left: 32px;
  position: relative;
  top: 1px;
}
.news_photo img {
  -webkit-transition: all 0.1s ease-out 0.1s;
  -moz-transition: all 0.1s ease-out 0.1s;
  -o-transition: all 0.1s ease-out 0.1s;
  transition: all 0.1s ease-out 0.1s;
}
.entry-content input[type="submit"]:hover {
  opacity: 0.7;
}
.entry-content .submit {
  width: 180px;
  padding: 15px 0 0 0;
}
.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .loader-spinner {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
  text-align: center;
}
.preloader .loader-spinner span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  line-height: 130px;
  font-size: 14px;
  color: #0b7ec2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.preloader .loader-spinner img {
  margin-top: 50px;
  margin-left: 25px;
}
.preloader .loader {
  border: 5px solid #fff;
  border-radius: 50%;
  border-top: 5px solid #0b7ec2;
  border-right: 5px solid #0b7ec2;
  border-bottom: 5px solid #0b7ec2;
  width: 130px;
  height: 130px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_desktop_view {
}
.only_mobile_view {
  display: none;
}
.center-content {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
.text-center {
  text-align: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.row-reverse {
  flex-flow: row-reverse;
}
.flex-row-reverse {
  flex-flow: row-reverse;
}
.flex-row-none {
  flex-flow: inherit !important;
}
.w-100 {
  width: 100%;
}
.header_area.sticky {
  position: fixed;
  top: 0;
}

/*------top_bar_area------*/
.top_bar_area {
  background: #1a93d2;
  padding: 0 15px;
}
.top_bar {
  max-width: 1800px;
  padding: 5px 0 5px 14px;
  min-height: 62px;
  font-family: "Ubuntu", sans-serif;
}
.feedback_star {
  margin-right: 7px;
}
.star_box .fa {
  color: #ffd800;
  font-size: 18px;
  padding-right: 3px;
}
.star_box .star-emtry {
  color: #ddf2f9;
}

.feedback_star {
  position: relative;
}
.feedback_star .star_box {
  overflow: hidden;
  position: relative;
}
.feedback_star .star_box .fa {
  color: #969696;
}
.item_author .feedback_star .star_box .fa {
  color: #969696;
}
.feedback_star .star_box_inner {
  width: 90px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.star_box_hover {
  width: 83px;
  overflow: hidden;
}
.feedback_star .star_box_hover .fa {
  color: #f8b642;
}
.item_author .feedback_star .star_box_hover .fa {
  color: #f8b642;
}

.header_holder_area {
  position: relative;
}
.header_area::after {
  content: "";
  width: 100%;
  height: 23px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 0px 11px 21px -13px rgba(2, 26, 39, 1);
  -moz-box-shadow: 0px 11px 21px -13px rgba(2, 26, 39, 1);
  box-shadow: 0px 11px 21px -13px rgba(2, 26, 39, 1);
}
#banner_area::after {
  top: 0;
}
.header_container {
  width: 100%;
  position: relative;
}
.header_area {
  width: 100%;
  padding: 0 15px;
  position: relative;
  z-index: 7;
  background-color: #fff;
}
.header_holder_area.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  box-shadow: 5px 4px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------header------*/
.header {
  max-width: 1800px;
  padding: 15px 0 15px 14px;
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mobile_logo {
  width: 200px;
  padding: 16px 0;
}
.logo {
  width: 29.55%;
}
.logo_mx {
  width: 100%;
  max-width: 230px;
}
/*
.compare_all_brokers {
	height:50px;
	display:flex;
	align-items:center;
	justify-content: center;
	border-radius:25px;
	background-color:#80ba27;
	font-size:16px;
	font-weight:600;
	padding:5px 30px;
	color:#fff;
}
.compare_all_brokers:hover{ background-color:#69a015; color:#fff}
*/
.menu_area {
  padding-right: 70px;
}
#menu li {
  float: left;
  margin: 0 0 0 72px;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  color: #414e5c;
}
#menu li:first-child {
  margin-left: 0;
}
#menu li a {
  padding: 0;
  color: #414e5c;
  position: relative;
  display: block;
}
#menu > li::before {
  content: "";
  width: 100%;
  max-width: 22px;
  height: 2px;
  background: #1a93d2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -19px;
  z-index: 2;
  display: none;
}
#menu > li ul li::before {
  display: none;
}
#menu > li.current-page-item::before,
#menu > li:hover::before {
  display: block;
}

#menu li.menu-item-has-children > a {
  position: relative;
}
#menu li.menu-item-has-children > a::before {
  font-family: FontAwesome;
  content: "\f107";
  width: 10px;
  height: auto;
  background: none;
  display: block;
  position: absolute;
  right: -16px;
  left: inherit;
  top: 1px;
  bottom: inherit;
  z-index: 2;
  font-size: 14px;
}
#menu li.menu-item-has-children:hover > a::before {
  content: "\f106";
}
#menu li.menu-item-has-children > a::after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  display: none;
}
#menu li.menu-item-has-children:hover > a::after {
  display: block;
}
#menu li ul {
  width: 232px;
  padding: 18px 0 14px 0;
  text-align: left;
  background: #fff;
  position: absolute;
  left: -18px;
  top: 100%;
  margin-top: 16px;
  z-index: 4;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}
#menu li ul li ul {
  left: 100%;
  top: 0;
  z-index: 5;
  padding: 8px 0 5px 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#menu li ul::after {
  content: "";
  width: 14px;
  height: 8px;
  display: block;
  background: url(assets/images/bgr_arrow_drop.png) no-repeat;
  position: absolute;
  left: 15%;
  top: -8px;
  z-index: 3;
}
#menu li ul li ul::after {
  width: 8px;
  height: 13px;
  left: -8px;
  top: 13px;
  background: url(assets/images/bgr_arrow_drop2.png) no-repeat;
}
#menu li ul li ul::before {
  display: none;
}
#menu li:hover > ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#menu li ul li {
  display: block;
  float: none;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: none;
}
#menu li ul li a {
  padding: 8px 10px 11px 24px;
  margin: 0;
  color: rgba(35, 59, 94, 0.8);
  display: block;
}
#menu > li.current-page-item > a,
#menu > li:hover > a {
  color: #2f5398;
}
#menu li ul li.current-page-item > a,
#menu li ul li:hover > a,
#menu li ul li.active > a {
  color: #2f5398;
  background-color: #f2fbff;
}
#menu li ul li a::before {
  display: none !important;
}
#menu li a:after {
  border-bottom: 1px solid #780001;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  display: none;
  content: "";
}
#menu li.menu-item-has-children > a:after {
  right: 15px;
}
#menu li.current_page_item > a:after,
#menu li:hover > a:after {
  display: block;
  border: none !important;
}
#menu li ul li:hover > a:after,
#menu li ul li a:hover {
  border: none !important;
}
#mobilemenu {
  display: none;
}
#menu_holder {
  position: relative;
}
.mobile_menu {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
  padding: 0 15px 30px 15px;
  overflow: auto;
}
.mobile_menu_open {
  height: 100vh;
}
.mobile_menu_height {
  width: 100%;
  height: 100%;
}
.menu_bar {
  width: 22px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
}
.menu_bar span {
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background-color: #414e5c;
  display: block;
  transition: all 0.2s ease;
}
.menu_bar span:first-child {
  margin-top: 0;
}
.menu_close {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 15px;
  top: 20px;
  line-height: 1;
  z-index: 2;
  font-size: 25px;
  cursor: pointer;
  padding: 0;
}
.menu_close .fa {
  color: #414e5c;
}
.back_ang_language {
  border-top: 1px solid #c4e7ed;
  margin: 0 -15px;
  padding: 24px 15px 10px;
}
.back_button a {
  display: inline-block;
  font-size: 17px;
  color: #80ba27;
  font-weight: 700;
}
.back_button a .fa {
  padding-right: 5px;
  font-size: 20px;
}
#menu_holder {
  width: 100%;
}
.mobile_menu .back_button a {
  color: #ed1459;
}
.header_right {
  width: 69.88%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.phone_and_time_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.phone_and_time_box p {
  font-weight: 300;
  color: #414e5c;
  padding-bottom: 6px;
}

/*------banner_main_area------*/
#banner_main_area {
  position: relative;
  padding-bottom: 52px;
}
#banner_area {
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#banner_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(assets/images/banner-cuve-img.png) no-repeat left bottom;
  background-size: 100% 100%;
}
.banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 48px 40px 0;
}
.lp_banner_area .banner {
  padding: 70px 0 105px 0;
  height: auto;
  position: relative;
  z-index: 5;
}
.banner_info {
  width: 49.6%;
  position: relative;
}
.banner h1,
.banner_info h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
}
.banner h6,
.banner_info h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-bottom: 12px;
}
.banner_info h1 {
  padding-bottom: 20px;
}
.banner_info p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 12px;
}
.banner_info_mb {
  max-width: 472px;
}
.banner_info_mb p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.banner_info ul {
  padding-bottom: 27px;
  padding-top: 0;
}
.banner_info ul li {
  padding-left: 45px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  position: relative;
  color: #fff;
  margin-bottom: 18px;
}
.banner_info ul li::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  /* 	border:1px solid #fff;
	content:'\f3fd';
	font-family:"Ionicons";
	font-size:25px; */
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  z-index: 2;
  text-shadow: none;
  background-image: url(assets/images/new-img/check-circle.png);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: left top;
}
.incremental-counter {
  padding: 0 40px;
  background-color: #fff;
  border-radius: 10px;
}
/* .counter-btm {
	margin-left:-10px;
	padding:5px 70px 5px 43px;
	background-color:rgba(255,255,255,0.3);
	-moz-border-radius-top-right: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottom-right: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}*/
.incremental-counter .num {
  position: relative;
  font-size: 46px;
  background: #fff;
  width: 36px;
  padding: 10px 2px;
  color: #0b7ec2;
  border-radius: 10px;
  height: 65px;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
}

.num {
  position: relative;
}
.incremental-counter .num:nth-child(3) {
  padding-left: 2px;
}
.incremental-counter .num:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0px;
  background: #0b7ec2;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-top: 12px;
}

/*.counter_content_area {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.counter_content_box {
	background: #fff;
	border-radius: 8px;
	padding: 0 32px;
}
._number.number_width {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 36px!important;
    height: 65px!important;
}
._number.number_width:nth-child(3) {
	width: 19px!important;
}
._number.number_width:nth-child(3) .inner_number_width {
	width: 19px!important; 
	padding-left: 1px;
}
.number-diy1 .data.data_number .number_width._number .inner_number_width span,
.number-diy2 .data.data_number .number_width._number .inner_number_width span {
    width: 100% !important;
    color: #0b7ec2 !important;
    line-height: 1 !important;
    font-weight: 500 !important;
} */
.counter-btm {
  margin-left: -10px;
  padding: 5px 70px 5px 43px;
  background-color: rgba(255, 255, 255, 0.3);
  -moz-border-radius-top-right: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottom-right: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.banner_read_more {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  padding: 5px 15px 5px 23px;
  font-weight: 600;
}
.banner_read_more .fa {
  padding-left: 32px;
  position: relative;
  top: 1px;
}
.banner_read_more:hover {
  background-color: #fff;
  color: #57c2e6;
}
.banner_form {
  width: 40.17%;
  position: relative;
}
.lp_banner_area .banner_form {
  width: 48%;
  position: relative;
  z-index: 500;
}
.banner_form_bg {
  background-color: #fff;
  padding: 45px 40px 40px 40px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 16px 20px 0px rgba(58, 38, 5, 0.1);
  -moz-box-shadow: 0px 16px 20px 0px rgba(58, 38, 5, 0.1);
  box-shadow: 0px 16px 20px 0px rgba(58, 38, 5, 0.1);
  position: relative;
}
.banner_form_bg::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url(assets/images/bgr_form_shadow_right.png) no-repeat right top;
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: -1;
}
.banner_form_bg::before {
  width: 100%;
  height: 100%;
  max-height: 483px;
  content: "";
  background: url(assets/images/bgr_form_shadow_left.png) no-repeat left top;
  position: absolute;
  left: -23px;
  top: 18px;
  z-index: -1;
}

.lp_banner_area .banner_form_bg {
  padding: 40px 41px 26px 35px;
}
.form_batch_left {
  width: 112px;
  height: 80px;
  padding: 14px 10px 14px 18px;
  background: #ff7e5a url(assets/images/bgr_form_ad_left.png) repeat-y right;
  position: absolute;
  right: 100%;
  top: 18px;
  z-index: 2;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form_batch_left small {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 0;
  margin: 0;
}
.form_batch_left small strong {
  font-size: 18px;
}
.form_batch_right {
  background: url(assets/images/ad4.png) no-repeat;
  padding: 0 15px 15px 34px;
  width: 133px;
  height: 117px;
  position: absolute;
  right: 2px;
  top: -4px;
  z-index: 3;
}
.form_batch_right small {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.environmentally_form .form_batch_right small {
  top: 43px;
  padding: 0;
}
.form_ad_top {
  background: url(assets/images/ad4.png) no-repeat;
  /* padding:21px 15px 15px 34px; */
  width: 90px;
  height: 103px;
  position: absolute;
  right: 18px;
  top: 0;
  z-index: 3;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form_ad_top h6 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 4px;
  font-weight: 500;
}
.form_ad_top span {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2px;
  font-weight: 700;
  display: block;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.form_ad_top small {
  font-size: 12px;
  display: block;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.banner_form_top {
  max-width: 320px;
  padding-bottom: 10px;
}
.banner_form_top h4 span {
  color: #048d38;
}
.lp_banner_area .banner_form_top {
  width: 100%;
  max-width: 100%;
  padding-right: 75px;
}
.banner_form_btn {
  text-align: center;
  padding-top: 28px;
}
.banner_form_btn span {
  display: inline-block;
  text-align: center;
  padding: 16px 0 0 29px;
  position: relative;
  font-size: 18px;
  color: #1a93d2;
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
}
.lp_banner_area form {
  padding-top: 13px;
}
.banner_form_btn span::after {
  content: "";
  background: url(assets/images/bgr_bg_form_btm.png) no-repeat;
  width: 32px;
  height: 83px;
  position: absolute;
  left: -11px;
  bottom: 26px;
  z-index: 5;
}
@media screen and (max-width: 1700px) {
  .header_right {
    width: 80%;
    flex-wrap: nowrap;
  }
  #menu li {
    margin-left: 55px;
  }
  .phone_and_time_box {
    min-width: 145px;
  }
}
@media screen and (max-width: 1400px) {
  .header_right {
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  body.form-active .banner_form_btn span {
    color: #fff !important;
  }
  body.form-active .banner_form_btn span::after {
    background: url(assets/images/bgr_bg_form_btm2.png) no-repeat;
  }
}
.banner_form_bg h4 {
  font-size: 22px;
  color: #414e5c;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 5px;
}
.banner_form_bg p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  padding-bottom: 15px;
}
.banner_form_top p {
  padding-bottom: 15px;
}
.banner_form_top p strong {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  text-decoration: underline;
}
.tp_step_field {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 18px;
  position: relative;
}
.tp_step_field .tp_step_select,
.tp_step_field .tp_step_field {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.tp_step_field label.tplabel {
  color: rgba(11, 126, 194, 0.7);
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 25px;
  top: 11px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.email_field_item label.tplabel {
  left: 53px;
}
.telephone_field_item label.tplabel {
  left: 46px;
}
.tp_step_field .form-control:focus ~ label.tplabel,
.tp_step_field .form-control:not(:placeholder-shown) ~ label.tplabel {
  top: -13px;
  left: 12px;
  color: #5e9c67;
  font-size: 12px;
}
.tp_step_field .form-control:focus ~ .bar:before,
.tp_step_field .form-control:focus ~ .bar:after {
  width: 50%;
}
.tp_step_field .form-control:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* animation */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.form_submit {
  position: relative;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 3px auto;
  top: 100%;
}
.tp_step_field label {
  outline: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.field_width100 {
  width: 100%;
}
.field_width40 {
  width: 40%;
}
.field_width70 {
  width: 70%;
}
.field_width60 {
  width: 60%;
}
.field_width65 {
  width: 65%;
}
.field_width50 {
  width: 50%;
}
.field_width28 {
  width: 28%;
}
.field_width25 {
  width: 25%;
}
.field_width27 {
  width: 27%;
}
.field_width36 {
  width: 36%;
}
.field_width30 {
  width: 30%;
}
.field_width35 {
  width: 35%;
}
.postcode_nr {
}
.checkbox_item {
  margin: 0 10px;
  margin-bottom: 10px;
  display: flex;
}
.lp_banner_area .tp_step_field {
  margin-bottom: 20px;
}
.tp_step_field50 {
  width: 50%;
}
.tp_step_row {
  margin: 0 -10px;
}
.tp_step_field .form-control {
  width: 100%;
  height: 40px;
  background: #f7fcfe;
  border: 1px solid #caeefb;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(11, 126, 194, 0.7);
  outline: none;
  border-radius: 5px;
  padding: 5px 10px 5px 14px;
}
.tp_step_field textarea.form-control {
  height: 80px;
  resize: none;
}
.tp_step_field1 {
  width: 29.48%;
}
.tp_step_field2 {
  width: 32.05%;
}
.tp_step_field3 {
  width: 38.47%;
}
.tp_step_field4 {
  width: 24%;
}
.tp_step_field5,
.tp_step_field6 {
  width: 38%;
}
.tp_step_field10,
.tp_step_field7 {
  width: 48%;
}
.tp_step_field8,
.tp_step_field9 {
  width: 26%;
}
.tp_step_field11 {
  width: 52%;
}
.tp_step_select.field_valid select,
.tp_step_field.field_valid .form-control {
  border-color: #17a471;
}
.tp_step_field .email_icon {
  padding-left: 43px;
  background-color: #f6fcfd;
  padding-right: 20px;
}
.tp_step_field .phone_icon {
  padding-left: 36px;
  background-color: #f6fcfd;
}
.tp_step_field.telephone_field_item::before,
.tp_step_field.email_field_item::before {
  width: 19px;
  height: 38px;
  content: "";
  position: absolute;
  left: 25px;
  top: 1px;
  background: url(assets/images/new-email-envelope.svg) no-repeat center center;
  background-size: 20px auto;
}
.tp_step_field.telephone_field_item::before {
  width: 14px;
  background: url(assets/images/phone-receiver.svg) no-repeat center center;
  background-size: 15px auto;
}

.tp_step_select.field_error select,
.tp_step_field.field_error .form-control {
  border-color: #e71f0a;
}
.tp_step_select.field_valid::after,
.tp_step_select.field_error::after,
.tp_step_field.field_error::after,
.tp_step_field.field_valid::after,
.tp_step_field.field_ok::after {
  width: 9px;
  height: 40px;
  font-family: "Ionicons";
  content: "\f383";
  color: #16a470;
  position: absolute;
  right: 27px;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  /*speak: none;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tp_step_select.field_error::after,
.tp_step_field.field_error::after {
  content: "\f404";
  color: #e71f0a;
  font-size: 22px;
  right: 25px;
}
.tp_step_select.field_valid:after {
  right: 18px;
}
.tp_step_select.field_error::after {
  right: 16px;
}

.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
}
.checkbox_wrap {
  padding-bottom: 15px;
}
.checkbox_item .wpcf7-list-item-label,
.wpcf7-list-item input + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: rgba(11, 126, 194, 0.8);
  line-height: 20px;
}
.checkbox_item .wpcf7-list-item-label a {
  color: rgba(11, 126, 194, 0.8);
  text-decoration: underline;
}
.wpcf7-list-item input + .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #f7fbfc;
  border: 1px solid #d0f1fc;
  border-radius: 4px;
  margin-right: 7px;
}
.wpcf7-list-item input + .wpcf7-list-item-label:before {
  background: #f7fbfc;
}
.wpcf7-list-item.field_error input + .wpcf7-list-item-label:before {
  border-color: red;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background: #f6fbfc;
}
.wpcf7-list-item input:disabled + .wpcf7-list-item-label {
  color: #313131;
  cursor: auto;
  font-size: 18px;
  line-height: 1;
}
.wpcf7-list-item input:disabled + .wpcf7-list-item-label:before {
  box-shadow: none;
  background: #ddd;
}
span.wpcf7-list-item {
  position: relative;
}
.wpcf7-list-item input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #f6fcfd;
  border: 1px solid #d2f1fc;
  border-radius: 4px;
  position: absolute;
  left: -4px;
  z-index: 50;
  top: -1px;
  opacity: 0;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #009b62;
  width: 2px;
  height: 2px;
  box-shadow:
    2px 0 0 #89bf38,
    4px 0 0 #009b62,
    4px -2px 0 #009b62,
    4px -4px 0 #009b62,
    4px -6px 0 #009b62,
    4px -8px 0 #009b62;
  transform: rotate(45deg);
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}
.checkbox_item span.wpcf7-list-item {
  margin: 0;
}

.step_tag_info {
  width: 100%;
}
.step_tag_info span {
  font-size: 14px;
  color: #26b890;
  display: block;
  padding-bottom: 22px;
  opacity: 0.7;
}
.step_tag_info small {
  font-size: 13px;
  display: block;
  padding-bottom: 9px;
  margin-top: -10px;
}
.step_tag_info span .fa {
  padding-right: 10px;
}
.step_header_mobile {
  width: 100%;
}
.step_header_area {
  max-width: 100px;
  margin: 0 auto;
  height: 38px;
  position: relative;
  margin-bottom: 15px;
}
.step_header_area::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 19px;
  background-color: rgba(11, 126, 194, 0.3);
  z-index: 1;
}
.step_col_item:nth-child(1) {
  padding-left: 0;
}
.step_col_item:nth-child(4) {
  padding-right: 0;
}
.step_col_item {
  position: relative;
  z-index: 3;
}
.step_col_bg {
  width: 38px;
  height: 38px;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}
.step_col_item.active .step_col_bg {
  border-radius: 50%;
  opacity: 1;
}
.step_col_item.step_completed .step_col_bg {
  color: rgba(11, 126, 194, 0.3);
  border-radius: 50%;
}
.step_col_item span {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 1px solid rgba(11, 126, 194, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: rgba(11, 126, 194, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.step_col_item.step_completed .step_col_bg span {
  border-color: rgba(11, 126, 194, 0.3);
}
.step_col_item.step_completed .step_col_bg span::after {
  font-family: "Ionicons";
  content: "\f383";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b5d8ed;
  color: #fff;
}
.step_col_item.active .step_col_bg {
  border-color: #0b7ec2;
}
.step_col_item.active span {
  background-color: #0b7ec2;
  color: #fff;
  border-color: #0b7ec2;
}
.tp_step_select {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.environmentally_form .tp_step_select {
  padding-bottom: 20px;
}
.tp_step_select select {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 40px;
  background: url(assets/images/bgr_arrow_down.png) no-repeat right 12px center;
  background-size: 11px auto;
  background-color: #f7fcfe;
  border: 1px solid #d2f1fc;
  font-weight: 300;
  outline: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: rgba(11, 126, 194, 0.7);
  border-radius: 5px;
  padding: 5px 27px 5px 14px;
}
.tp_step_select.field_error select,
.tp_step_select.field_valid select {
  background-position: right 20px center;
  padding-right: 35px;
}
.orange_view_button,
.form_submit .submit {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  border-radius: 40px;
  font-size: 14px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #009b62;
  font-weight: 700;
}
.form_submit .submit {
  -webkit-box-shadow: 0px 0 15px 0px rgba(87, 177, 58, 0.2);
  -moz-box-shadow: 0px 0 15px 0px rgba(87, 177, 58, 0.2);
  box-shadow: 0px 0 15px 0px rgba(87, 177, 58, 0.2);
}
.form_submit .submit.radius-9 {
  border-radius: 30px;
}
.orange_view_button,
.form_submit .submit {
  transition: all 0.5s ease 0s;
}
.orange_view_button:hover,
.form_submit .submit:hover {
  background: #027e50;
}
.privacy_info {
  text-align: center;
  padding-top: 20px;
}
.privacy_info small {
  display: inline-block;
  font-size: 14px;
  color: rgba(11, 126, 194, 0.7);
  line-height: 18px;
  padding-right: 25px;
  background: url(assets/images/security-on.svg) no-repeat right center;
  background-size: 17px auto;
}
.privacy_info small a {
  color: rgba(11, 126, 194, 0.7);
  text-decoration: underline;
}
.male_female_check {
  padding-bottom: 12px;
}
.sustainable_checkbox {
  padding-bottom: 0;
}
.sustainable_checkbox .sale_radio_item {
  padding-bottom: 10px;
}
.sustainable_checkbox h6,
.house_sale_radio h6,
.male_female_check h6 {
  font-size: 14px;
  color: rgba(1, 67, 143, 0.7);
  font-weight: 300;
  padding-bottom: 12px;
}
.sustainable_checkbox small,
.house_sale_radio small {
  font-size: 12px;
  color: #8f9fa7;
  display: block;
  padding-bottom: 8px;
}
.male_female_item {
  width: 45%;
  position: relative;
}
.sale_radio_item {
  width: 47.2%;
  position: relative;
  padding-bottom: 20px;
}
.sustainable_checkbox input[type="checkbox"],
.sale_radio_item input[type="radio"],
.male_female_item input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.sustainable_checkbox label,
.sale_radio_item label,
.male_female_item label {
  display: block;
  position: relative;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  padding-top: 65px;
  font-size: 14px;
  color: rgba(1, 67, 143, 0.7);
  text-align: center;
  font-weight: 300;
}
.sustainable_checkbox label {
  font-weight: 400;
  color: rgba(12, 1, 40, 0.7);
}
.sale_radio_item label {
  padding: 0;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainable_checkbox .check,
.sale_radio_item .check,
.male_female_item .check {
  border: 1px solid #0b7ec2;
  display: flex;
  align-items: flex-end;
  position: absolute;
  border-radius: 5px;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.sustainable_checkbox.field_valid .check,
.sale_radio_item.field_valid .check,
.male_female_item.field_valid .check {
  border-color: #17b97d;
}

.sustainable_checkbox.field_error .check,
.sale_radio_item.field_error .check,
.male_female_item.field_error .check {
  border-color: #ed5559;
}
.sale_radio_item .check {
  height: 46px;
  border-color: #0b7ec2;
}
.male_female_item .check::before {
  display: none;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.sustainable_checkbox input[type="checkbox"]:checked ~ .check,
.house_sale_radio input[type="radio"]:checked ~ .check {
  background-color: #0b7ec2;
  border-color: #0b7ec2;
}
.sustainable_checkbox input[type="checkbox"]:checked ~ label,
.house_sale_radio input[type="radio"]:checked ~ label {
  color: #fff;
}
.male_female_item input[type="radio"]:checked ~ .check {
  background: #0b7ec2;
}
.male_female_item input[type="radio"]:checked ~ .check img {
  filter: brightness(0) invert(1);
}
.male_female_item input[type="radio"]:checked ~ label {
  color: #738bb5;
}
.tp_step_field input.form-control::-webkit-outer-spin-button,
.tp_step_field input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tp_step_field input.form-control[type="number"] {
  -moz-appearance: textfield;
}
.field-box-column .form-group .form-control.wpcf7-not-valid {
  border-color: red;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none !important;
  color: red;
}
.wpcf7-mail-sent-ok {
  color: green;
}
div.wpcf7-response-output {
  margin: 0 0 10px 0;
  padding: 0;
  border: none !important;
  text-align: center;
  position: relative;
  top: -8px;
}
.form_thank_area {
  padding: 30px 15px 40px 15px;
  background-color: #fff;
}
.form_thank_you {
  max-width: 320px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0px 16px 20px 0px rgba(58, 38, 5, 0.1);
  -moz-box-shadow: 0px 16px 20px 0px rgba(58, 38, 5, 0.1);
  box-shadow: 0px 16px 20px 0px rgba(58, 38, 5, 0.1);
  margin: 60px auto;
  z-index: 500;
}
.thank_you_top {
  height: 130px;
  width: 100%;
  position: relative;
  padding: 30px 15px 20px 15px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  background: #1a93d2;
  -webkit-box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.08);
}
.thank_you_top h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.thanks_email_icon {
  width: 100px;
  height: 100px;
  padding: 6px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
  z-index: 2;
  -webkit-box-shadow: 0px 9px 20px 0px rgba(28, 45, 108, 0.08);
  -moz-box-shadow: 0px 9px 20px 0px rgba(28, 45, 108, 0.08);
  box-shadow: 0px 9px 20px 0px rgba(28, 45, 108, 0.08);
  margin-bottom: 30px;
}
.thanks_email_icon img {
  margin: 0 auto;
}
.form_thank_btm {
  padding: 50px 20px 35px 20px;
}
.form_thank_btm p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  padding-bottom: 30px;
}
.orange_view_button {
  height: auto;
  min-height: 46px;
  padding: 13px 15px 14px 15px;
  display: flex;
  width: 100%;
  line-height: 20px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
.fild-col-item {
  display: none;
}
.fild-col-item.panels_step_active {
  display: block;
}

@media screen and (max-width: 1200px) {
  .banner_form_bg {
    padding: 35px 20px 40px 20px;
  }
  .lp_banner_area .banner_form_bg {
    padding: 29px 20px 38px 20px;
  }
}
@media screen and (max-width: 991px) {
  #banner_main_area {
    padding-bottom: 44px;
  }
  .banner {
    padding-right: 0;
  }
  #banner_area::after {
    display: none;
  }
  #banner_area::before {
    background: url(assets/images/banner-cuve-mb-img.png) no-repeat left bottom;
    background-size: 100% auto;
  }
  .banner_form {
    width: 100%;
    padding-bottom: 17px;
  }
  div.wpcf7-response-output {
    top: -6px;
  }
  .lp_banner_area .banner_form_bg {
    padding-top: 50px;
  }
  .lp_banner_area .tp_step_field {
    margin-bottom: 12px;
  }
  .tp_step_select {
    padding-bottom: 12px;
  }
  .lp_banner_area .banner_form {
    width: 100%;
    margin-top: 25px;
  }
  .tp_step_select {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tp_step_row {
    margin: 0 -5px;
  }
  .tp_step_field {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tp_step_select.field_valid::after,
  .tp_step_select.field_error::after {
    right: 12px;
  }
  .tp_step_field.field_error::after,
  .tp_step_field.field_valid::after {
    right: 15px;
    height: 40px;
  }
  .tp_step_field.field_error::after {
    content: "\f35b";
    color: #ed1459;
    font-size: 15px;
    width: 14px;
  }
  .tp_step_field.field_valid::after {
    content: "\f120";
    color: #15ba8a;
    font-size: 15px;
    width: 14px;
  }
  .tp_step_field input[type="text"][required] + label[placeholder] {
    left: 7px;
  }
  .tp_step_field1 {
    width: 27%;
  }
  .tp_step_field2 {
    width: 32%;
  }
  .tp_step_field3 {
    width: 41%;
  }
  .tp_step_field4 {
    width: 27%;
  }
  .tp_step_field5,
  .tp_step_field6 {
    width: 50%;
  }
  .tp_step_field10,
  .tp_step_field7 {
    width: 50%;
  }
  .tp_step_field8,
  .tp_step_field9 {
    width: 25%;
  }
  .tp_step_field11 {
    width: 50%;
  }
  .banner_form_top {
    max-width: 100%;
    padding-right: 0;
  }
  .banner_form_bg h4 {
    font-size: 18px;
    line-height: 26px;
    padding-right: 90px;
  }
  .form_batch_left {
    display: none !important;
  }
  .banner_form_bg h4 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .lp_banner_area .banner_form_top {
    padding-right: 92px;
  }

  .banner_form1 .banner_form_bg {
    padding-top: 50px;
  }
  .environmentally_form .banner_form_bg,
  .solar_panels_form .banner_form_bg {
    padding-top: 35px;
  }
  .wpcf7-list-item input + .wpcf7-list-item-label:before {
    margin-right: 5px;
  }
  .environmentally_form .form_batch_right small {
    top: inherit;
    font-size: 16px;
  }
  .form_batch_right {
    background: #0b7ec2;
    padding: 0;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    right: inherit;
    padding: 11px 15px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
  }
  .form_batch_right small br {
    display: none;
  }
  .form_batch_right small {
    display: block;
    text-transform: none;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .banner_form_top h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #292929;
    text-align: left;
    max-width: 162px;
    margin-bottom: 3px;
  }
  .banner_form_top h4 span {
    color: #292929;
  }
  .banner_form_top p {
    display: none;
  }
  .solar_panels_form .step_header_mobile {
    max-width: 150px;
    margin: 0 auto;
  }
  .environmentally_panels_step1,
  .environmentally_panels_step2,
  .environmentally_panels_step3,
  .environmentally_panels_step4,
  .solar_panels_step1,
  .solar_panels_step2 {
    display: none;
  }
  .field_width60,
  .field_width40 {
    width: 100%;
  }
  .sale_radio_100 {
    width: 100% !important;
  }
  .panels_step_active {
    display: block;
  }
  .field_width50 {
    width: 100%;
  }
  .field_mb50 {
    width: 50% !important;
  }
  .field_mb100 {
    width: 100% !important;
  }
  .field_mb30 {
    width: 30% !important;
  }
  .field_mb70 {
    width: 70% !important;
  }
  .field_mb40 {
    width: 40% !important;
  }
  .field_mb60 {
    width: 60% !important;
  }
  /* .tp_step_select select,
.tp_step_field .form-control {
	height:42px;
	border-color:#eeeeee;
	background-color:#fff;
	color:#01438f;
} */
  .tp_step_field input[type="text"][required] + label[placeholder] {
    top: 11px;
  }
  .postcode_nr1 {
    width: 72%;
  }
  .postcode_nr2 {
    width: 28%;
  }
  .checkbox_item {
    padding: 0;
  }
  .tp_step_field .form-control:focus,
  .tp_step_field input[type="text"][required]:focus {
    border-color: #27b890;
  }
  .tp_step_field
    input[type="text"][required]:focus
    + label[placeholder]:before {
  }
  .tp_step_field .form-control:focus ~ label.tplabel,
  .tp_step_field .form-control:not(:placeholder-shown) ~ label.tplabel {
    top: -7px;
    left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(154, 151, 161, 1);
    background: #fff;
    background-position: 0 10px;
    padding: 0 4px 0 4px;
    font-weight: 500;
    /* letter-spacing: -18px; */
  }
  .tp_step_field.telephone_field_item::before,
  .tp_step_field.email_field_item::before {
    left: 20px;
  }

  .solar_panels_form .privacy_info small {
    background: url(assets/images/bgr_privacy2.png) no-repeat right center;
  }
  .checkbox_item {
    margin: 0 5px;
  }
  .mb_field_width100 {
    width: 100%;
  }
  .solar_panels_form .tp_step_field {
    margin-bottom: 12px;
  }
  .environmentally_form .tp_step_select {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .checkbox_wrap {
    padding: 10px 0 20px 0;
  }
  .banner_step_form .banner_form_bg {
    margin-top: 30px;
  }
  /* .form_ad_top {
	width:100%;
	height: auto;
	margin:0 auto;
	right:0;
	left:0;
	top: inherit;
	bottom:100%;
	margin-bottom:-10px;
	background:#80ba27;
	text-align:center;
	text-transform:uppercase;
    padding: 11px 15px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
	display:flex;
	align-items:center;
	justify-content: center;
} */
  .form_ad_top_right {
    margin-top: -8px !important;
  }
  .form_ad_top h6,
  .form_ad_top span,
  .form_ad_top small {
    /* padding:0 2px !important; */
    margin: 0 !important;
    /* font-size: 14px !important; */
    /* font-weight: 500 !important; */
    text-transform: lowercase;
  }
  .form_ad_top span {
    text-transform: uppercase;
  }
  .banner_form_bg {
    padding-top: 29px;
  }
  .environmentally_form .tp_step_field {
    margin-bottom: 20px;
  }
  .wpcf7-list-item input + .wpcf7-list-item-label::before {
    border-color: #d0f1fc;
  }
  .environmentally_form form {
    padding-top: 4px;
  }
  .house_sale_radio .sale_radio_item {
    padding-bottom: 18px;
  }
  .form_submit .submit {
    height: auto;
    min-height: 55px;
    padding: 18px 15px 14px 15px;
    display: flex;
    width: 100%;
    line-height: 20px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
  }
  .tp_step_row.flex-row-reverse {
    display: block;
  }
  .step_tag_info {
    width: 100%;
  }
  .environmentally_form .checkbox_wrap {
    padding: 2px 0 20px 0;
  }
  .banner_info ul li {
    padding-left: 45px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 18px;
  }
  .orange_view_button,
  .form_submit .submit {
    font-size: 14px;
    font-weight: 700;
  }
  .form_thank_you {
    max-width: 320px;
    width: 100%;
  }
  .step_tag_info small {
    margin-top: 0;
  }
  .privacy_info {
    padding-top: 11px;
  }
  .privacy_info small,
  .privacy_info small a {
    color: #00457f;
  }
  .banner_form_btn {
    padding-top: 35px;
  }
  .banner_form_btn span {
    color: #fff;
    font-size: 15px;
    padding: 0 0 0 22px;
  }
  .banner_form_btn span::after {
    background: url(assets/images/bgr_bg_form_btm_mb.png) no-repeat;
    width: 23px;
    height: 91px;
    bottom: 20px;
    left: -28px;
  }
}
@media screen and (max-width: 460px) {
  .flex-wrap-mb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner_form_bg p {
    line-height: 24px;
  }
  .tp_step_field4 {
    width: 100%;
  }
  .tp_step_field5,
  .tp_step_field6 {
    width: 50%;
  }
  .tp_step_field10,
  .tp_step_field7 {
    width: 100%;
  }
  .tp_step_field8,
  .tp_step_field9 {
    width: 100%;
  }
  .tp_step_field11 {
    width: 100%;
  }

  .flex-wrap-mb .tp_step_field2,
  .flex-wrap-mb .tp_step_field3 {
    width: 50% !important;
  }
  .tp_step_field1 {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .banner_form_top h4 {
    max-width: 214px;
  }
}
@media screen and (max-width: 330px) {
  .form_thank_you {
    max-width: 280px;
  }
  .lp_banner_area .banner_form_top {
    padding-right: 84px;
  }
  .banner_form_top h4 {
    font-size: 16px;
  }
}

/*----------brand_content_area----------*/
.brand_content_area {
  background-color: #fff;
  position: relative;
}
.brand_content_area .top_price_mx,
.brand_content_area .top_price_left {
  width: 100% !important;
  max-width: 100%;
}
.brand_content_area .top_price_left {
  padding: 0 15px;
}
.brand_content_area .top_price_left h2 {
  padding-bottom: 62px;
}
.brand_content_area .top_price_left h2 small,
.brand_content_area .top_price_left h2 {
  color: #414e5c;
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
}
.brand_content_area .top_price_left h2 small {
  color: #1a93d2;
}
.brand_content_area .top_price_left h2 span::after {
  margin: 4px 0 0 8px;
}
.brand_content {
  max-width: 1350px;
  padding: 0 0 64px 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1500px) {
  .brand_content {
    max-width: 1800px;
  }
}
.brand_content h2 {
  padding-left: 88px;
}
.brand_content h2 span {
  color: #0b7ec2;
}
.brand_content_top {
  max-width: 585px;
  padding: 0 15px;
}
.brand_item {
  padding: 20px 15px 30px 15px;
}
.brand_item_bg {
  padding: 10px 58px 10px 58px;
  min-height: 134px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 29px 0 rgba(0, 30, 48, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item_logo {
}
.item_logo img {
  width: auto !important;
  height: auto !important;
  max-height: 100px;
}
.brand_carousel .owl-nav {
  width: 150px;
  position: absolute;
  right: 65px;
  top: -120px;
  z-index: 1;
}
.brand_carousel.owl-carousel .owl-nav button.owl-prev,
.brand_carousel.owl-carousel .owl-nav button.owl-next {
  box-shadow: 0 10px 20px 0 rgba(65, 78, 92, 0.05);
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .brand_content_area::after {
    right: 0;
    top: -295px;
    background-size: auto 52%;
  }
}

@media screen and (max-width: 991px) {
  .brand_content {
    padding-bottom: 10px;
  }
  .brand_content h2 {
    padding-left: 0;
  }
  .brand_carousel {
    padding-top: 12px;
  }
  .brand_item_bg {
    margin-top: 0px;
    padding: 10px 25px;
    border-radius: 5px;
    position: relative;
    min-height: 92px;
  }
  .item_logo {
    padding-bottom: 12px;
    /* max-width:75%; */
  }
  .brand_item p {
    font-size: 14px;
  }

  .brand_content_area {
    padding: 0 5px;
  }
  .brand_content h2 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 0;
  }
  .brand_content_top {
    padding: 0 10px;
  }
  .brand_item {
    padding: 0px 10px 20px 10px;
  }
  .brand_content_area::after {
    width: 300px;
    height: 300px;
    top: -30px;
    background-size: auto 48%;
  }
}
/* @media screen and (max-width:480px ){
.brand_item_bg {
    min-height: 80px;
    padding: 10px 15px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
} */

/*-------our_services_area-------*/
.our_services_area {
  padding: 0 15px;
  background: url(assets/images/bgr_our_service.png) no-repeat left top;
  background-size: 100% 100%;
  /* overflow:hidden; */
  position: relative;
}

.our_services {
  max-width: 1640px;
  padding: 130px 0 126px 0;
  flex-flow: row-reverse;
  position: relative;
  z-index: 3;
}
.services_left {
  width: 33.03%;
}
.services_right {
  width: 66.96%;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 5px;
}
.our_services_area .top_content {
  margin-top: -9px;
  padding-left: 0 !important;
}
.top_content {
  max-width: 550px;
  padding: 0 0 0 15px;
}
.top_content h2,
.top_content h2 small {
  font-size: 45px;
  font-weight: 500;
  color: #414e5c;
  line-height: 54px;
  padding-bottom: 18px;
}
.top_content h2 small {
  display: none;
}
.our_services_area .top_content h2 {
  padding-bottom: 12px;
}
.top_content h2 span {
  color: #0b7ec2;
  position: relative;
}
.top_content h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  right: inherit;
  z-index: 2;
  width: 45px;
  height: 4px;
  transform: translateY(-50%);
  background-color: #0b7ec2;
  margin: 4px 0 0 8px;
}
.top_content p {
  font-size: 18px;
  line-height: 30px;
  color: #516373;
  padding-bottom: 24px;
  font-weight: 200;
}
.our_services_wrap {
  margin: 0 -23px;
  padding: 28px 0 0 0;

  max-width: 850px;
}
.services_column {
  width: 33.33%;
  padding: 0 23px 57px 23px;
}
.services_icon {
  width: 44px;
  height: 44px;
  background-color: #caeefb;
  background-color: rgba(255, 177, 214, 0.2);
  border-radius: 8px;
  margin-bottom: 17px;
}
.services_icon img {
  max-width: 23px !important;
  width: auto !important;
  height: auto !important;
}
.services_column h4 {
  font-size: 16px;
  color: #414e5c;
  padding-bottom: 10px;
  font-weight: 700;
}
.services_column h4 a {
  color: #414e5c;
}
.services_column p {
  font-size: 16px;
  line-height: 28px;
  color: #414e5c;
  padding-bottom: 16px;
  font-weight: 200;
}
.services_photo {
  position: relative;
  max-width: 455px;
}
.services_photo {
  width: 100% !important;
}
/* .services_photo_inner {
	width:100%;
	position:absolute;
	left:-68px;
	bottom:-67px;
	z-index:1;
	background-color:#f7fbfe;
	border-radius: 30px;
	padding:20px;
}
.services_photo_inner img {
	border-radius: 10px !important;
} */
.gradient-button {
}
.gradient-button a {
  display: inline-block;
  padding: 10px 15px;
  min-width: 190px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  height: 60px;
  background: rgb(12, 145, 237);
  background: -moz-linear-gradient(
    0deg,
    rgb(12, 145, 237) 20%,
    rgb(128, 186, 39) 70%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(12, 145, 237) 20%,
    rgb(128, 186, 39) 70%
  );
  background: -o-linear-gradient(
    0deg,
    rgb(12, 145, 237) 20%,
    rgb(128, 186, 39) 70%
  );
  background: -ms-linear-gradient(
    0deg,
    rgb(12, 145, 237) 20%,
    rgb(128, 186, 39) 70%
  );
  background: linear-gradient(
    90deg,
    rgb(12, 145, 237) 20%,
    rgb(128, 186, 39) 70%
  );
  -webkit-box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.04);
  -moz-box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.04);
  box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.04);
}
.gradient-button a:hover {
  background: rgb(128, 186, 39);
  background: -moz-linear-gradient(
    0deg,
    rgb(128, 186, 39) 20%,
    rgb(12, 145, 237) 70%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgb(128, 186, 39) 20%,
    rgb(12, 145, 237) 70%
  );
  background: -o-linear-gradient(
    0deg,
    rgb(128, 186, 39) 20%,
    rgb(12, 145, 237) 70%
  );
  background: -ms-linear-gradient(
    0deg,
    rgb(128, 186, 39) 20%,
    rgb(12, 145, 237) 70%
  );
  background: linear-gradient(
    90deg,
    rgb(128, 186, 39) 20%,
    rgb(12, 145, 237) 70%
  );
}

@media screen and (max-width: 1440px) {
  .our_services_area::before {
    top: -170px;
    background-size: 18% auto;
  }
}

@media screen and (max-width: 1366px) {
  .services_left {
    /* margin-left:-5%; */
  }
  /* .services_right {
	width:70.35%;
} */
}
/* @media screen and (max-width:1200px ){
.our_services {
    padding: 180px 0 20px 0;
}
.services_left {
	margin-left:0;
	width:30%
}
.services_right {
	width:68%;
}
} */
@media screen and (max-width: 991px) {
  .our_services_area {
    background-image: url(assets/images/bg-cuve-mb-top.png);
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f7fbfe;
  }
  .our_services_area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: url(assets/images/bg-cuve-mb-bottom1.png);
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .our_services_area::before {
    background-size: 126px auto;
  }
  .our_services {
    display: block;
  }
  .services_left {
    width: 100%;
    margin-left: 0;
    max-width: 455px;
    margin: 0 auto;
  }
  .services_right {
    width: 100%;
    padding-bottom: 17px;
    padding-left: 0;
    padding-top: 5px;
  }
  .our_services_area .top_content {
    padding-left: 0 !important;
  }
  .our_services {
    padding: 68px 0 43px 0;
  }
  .services_column {
    width: 50%;
    padding-bottom: 10px;
  }
  .our_services_wrap {
    padding: 8px 0 10px 0;
  }

  .services_icon {
    /*     background-color: rgba(21, 185, 237, 0.20); */
    margin-bottom: 22px;
  }

  .services_photo {
    overflow: hidden;
  }
  .services_photo img {
    /*	max-width:70%;
	float:right;
*/
  }
  .services_photo_inner {
    width: 70%;
    left: 0;
    bottom: -15px;
    border-radius: 20px;
    padding: 15px;
  }
  .services_photo_inner img {
    max-width: 100%;
    float: none;
  }
}

/*-------brand_content_area2-------*/
.brand_content_area.brand_content_area2 {
}
.brand_content_area2.brand_content_area::after {
  content: none;
}
.brand_content_area2 {
  background-image: url(assets/images/bg-brand.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  background-color: #fff;
}
.brand_content_area2 .brand_content {
  max-width: 1470px;
  padding: 42px 0 36px 0;
}
.brand_content_area2 .top_content {
  max-width: 670px;
}
.brand_content_area2 .top_content h2 {
  padding-bottom: 32px;
  padding-left: 128px;
}
.brand_content_area2 .brand_item_bg {
  padding: 10px 45px 10px 45px;
}
.brand_content_area2 .item_logo img {
  max-height: 60px;
}

@media screen and (max-width: 991px) {
  .brand_content_area.brand_content_area2 {
    padding: 0;
  }
  .brand_content_area2 .brand_content {
    max-width: 1470px;
    padding: 18px 0 36px 0;
  }
  .brand_content_area2 .top_content h2 {
    padding-bottom: 15px;
    padding-left: 0;
  }
  .brand_content_area2 .brand_item_bg {
    padding: 15px 35px;
    border-radius: 5px;
    min-height: 103px;
  }
  .brand_content_area2 .brand_item {
    padding: 15px 10px 20px 10px;
  }
  .item_logo {
    padding-bottom: 0;
  }
  .brand_content_area2 .top_content {
    padding: 0 15px;
  }
  .brand_content_area2 .brand_carousel.owl-carousel .owl-dots {
    display: block;
    margin-top: -3px;
  }
  .brand_carousel2.owl-carousel .owl-nav {
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    height: auto;
    margin-top: -30px;
  }
  .brand_carousel2.owl-carousel .owl-nav button.owl-prev,
  .brand_carousel2.owl-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
  }
  .brand_carousel2.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  .brand_carousel2.owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}

/*--------map_content_area--------*/
.map_content_area {
  padding: 0 15px;
  /* background:#fff url(assets/images/bgr_map_area.jpg) no-repeat center top; */
  background-size: 100% auto;
  position: relative;
}
.map_content_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
  left: 0;
  right: 0;
  max-width: 1375px;
  margin: 0 auto;
  z-index: 1;
  background: url(assets/images/bg-map-dot.png) no-repeat left top;
}
.map_content_top {
  max-width: 100%;
  padding-top: 73px;
  /* padding-bottom:45px; */
}
.map_content_box {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  max-width: 1180px;
}
.map_box {
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  padding: 0 10px;
}
.map_content_area .top_content {
  padding: 0;
}
.map_content_area .top_content h2 {
  padding-bottom: 28px;
}
.map_box.only_desktop_view {
  max-height: auto;
}
.map_box.only_desktop_view img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 991px) {
  .map_box {
    min-height: 315px;
    width: auto;
    padding: 0;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 480px) {
  .map_box {
    min-height: 315px;
  }
  .map_box img {
    width: auto;
    margin: 0 auto;
    height: auto !important;
  }
}
.map_box img {
  width: auto;
  margin: 0 auto;
  height: auto !important;
}
.map_info {
  padding-left: 40px;
  position: relative;
  padding-bottom: 12px;
}
.map_info span {
  font-size: 16px;
  color: #516373;
  display: block;
}
.map_info::after {
  content: "";
  border: 1px solid #1a93d2;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}
.map_green_info::after {
  background-color: #009b62;
}
.map_blue_info::after {
  background-color: #1a93d2;
}
.map_gray_info::after {
  background-color: #d0f1fc;
}
.map_show_btn_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map_show_btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: rgba(11, 126, 194, 0.8);
}
@media screen and (max-width: 991px) {
  .map_content_area::before {
    top: -42px;
    background: url(assets/images/bg-map-dot-mb.png) no-repeat left top;
  }
  .map_content_area .top_content {
    padding: 0;
  }
  .map_content_area .top_content h2 {
    padding-bottom: 0;
  }
  .map_content_top {
    padding-top: 58px;
    padding-bottom: 43px;
  }
  .map_info::after {
    border-color: #58abd9;
  }
  .map_green_info::after {
    background-color: #80ba27;
  }
  .map_blue_info::after {
    background-color: #15b9ed;
  }
  .map_gray_info::after {
    background-color: #d0f1fc;
  }
  .map_box {
    margin-bottom: 20px;
  }
  .map_box img:hover {
    transform: scale(1.8);
  }
}

/*-------about_us_area-------*/
.about_us_area {
  padding: 0 15px;
  background-image: url(assets/images/bg-over.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  position: relative;
  /* z-index:1; */
}
.about_us {
  padding: 111px 0 180px 0;
  position: relative;
  z-index: 2;
}
.about_us_area .top_content {
  padding: 0;
}
.about_us_area .top_content h2 {
  padding-bottom: 28px;
}
.about_us_area .top_content h2,
.about_us_area .top_content h2 span {
  color: #fff;
}
.about_us_area .top_content h2 span::after {
  background-color: #fff;
}
.about_us_left {
  width: 42.43%;
  padding-right: 20px;
  padding-top: 50px;
}
.about_us_right {
  width: 57.2%;
  padding-top: 10px;
}
.about_us_photo {
  padding: 17px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.05);
  -moz-box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.05);
  box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.05);
}
.about_us_photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background-color: rgba(251, 253, 254, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.05);
  -moz-box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.05);
  box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.05);
}
.about_us_photo img {
  max-width: 100% !important;
  width: 100% !important;
}
.about_us_left p,
.about_us_left {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 30px;
}
.about_us_left h3,
h4,
h5 {
  font-size: 20px;
  color: #0c0128;
  font-weight: 700;
  padding-bottom: 8px;
}
.about_us_area .map_show_btn_wrap {
}
.about_us_area .map_show_btn {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .about_us_area {
    background-image: url(assets/images/bg-over-mb.png);
  }
  .about_us_area::before,
  .about_us_area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .about_us_area::before {
    top: 0;
    left: 0;
    background-image: url(assets/images/bg-over-curve-top-mb.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
  .about_us_area::after {
    top: inherit;
    bottom: 0;
    left: 0;
    background-image: url(assets/images/bg-over-curve-bottom-mb.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
  }
  .about_us {
    padding: 52px 0 115px 0;
  }
  .about_us_left {
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0;
    padding-top: 0;
  }
  .about_us_area .top_content h2 {
    padding-bottom: 8px;
  }
  .about_us_left p {
    padding-bottom: 22px;
    padding-right: 110px;
  }
  .about_us_right {
    width: 100%;
    padding-top: 0;
    padding-right: 15px;
  }
  .about_us_photo::before {
    content: "";
    right: -10px;
    bottom: -10px;
    border-radius: 16px;
  }
  .about_us_photo::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    background-color: rgba(251, 253, 254, 0.5);
    border-radius: 16px;
    -webkit-box-shadow: 0 7px 16px 0 rgb(15 14 16 / 5%);
    -moz-box-shadow: 0 7px 16px 0 rgba(15, 14, 16, 0.05);
    box-shadow: 0 7px 16px 0 rgb(15 14 16 / 5%);
  }
}
@media screen and (max-width: 767px) {
  .about_us_left p {
    padding-right: 0px;
  }
}

/*-------content_toggle_area-------*/
.content_toggle_area {
  padding: 0 15px;
  position: relative;
  z-index: 3;
}
.content_toggle_box {
  max-width: 1170px;
  padding: 76px 0 70px 0;
  position: relative;
  z-index: 2;
}
.content_toggle_box .top_content h2 span::after {
  content: none;
}
.content_toggle_box .top_content h2 small {
  display: inline-block;
}
.content_toggle_wrap {
  position: relative;
  padding-top: 15px;
  align-items: flex-start;
}
.content_toggle_box .top_content {
  max-width: 820px;
  margin-bottom: 18px !important;
}
.content_toggle_item_box {
  width: 48.7%;
}
.toggle_view_col {
  width: 100%;
}
.toggle_view_item {
  width: 100%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 26px 30px 22px 30px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #aed6ee;
  position: relative;
}
.show_details.active {
  display: block;
}
.toggle_view_item h4 {
  font-size: 16px;
  color: #0b7ec2;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
  padding-top: 7px;
  padding-right: 93px;
  cursor: pointer;
}
.toggle_view_item h4::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #d6eaf6;
  background: url(assets/images/arrow-dropdown.svg) no-repeat;
  background-position: center center;
  background-size: 20px 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.toggle_view_item h4.active::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.toggle_view_item h4.active {
  color: #0b7ec2;
}
.show_details {
  padding: 20px 93px 10px 0;
  display: none;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .show_details {
    padding: 35px 5px 4px 0;
    display: none;
    background-color: #fff;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.show_details p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(5, 56, 95, 0.7);
  padding-bottom: 27px;
}
.show_details p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .content_toggle_area::before {
    top: inherit;
    bottom: 0;
    margin: 0 auto;
    background: url(assets/images/bg-toggle-left-mb.png) no-repeat left bottom;
    background-size: 134px auto;
  }

  .content_toggle_area::after {
    content: none;
  }
  .content_toggle_item_box {
    width: 100%;
  }
  .content_toggle_box .top_content {
    max-width: 100%;
    padding: 0;
  }
  .content_toggle_box .top_content h2,
  .content_toggle_box .top_content h2 small {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }
  .content_toggle_box .top_content h2 small,
  .content_toggle_box .top_content h2 br {
    display: none;
  }
  .content_toggle_wrap {
    padding-top: 20px;
  }
}

/*---------copyright_area---------*/
.copyright_area,
.footer_area {
  padding: 0 15px;
  background: #0b7ec2;
}
.footer {
  padding: 73px 0 30px 0;
}
.footer_widget {
  width: 20%;
  padding-right: 10px;
}
.footer_widget:nth-child(1) {
  width: 30%;
}
.footer_widget:nth-child(2) {
  width: 25%;
}
.footer_widget:nth-child(3) {
  width: 20%;
}
.footer_widget:nth-child(4) {
  width: 25%;
}
.footer_widget h4 {
  font-size: 15px;
  color: #dcf2ff;
  font-weight: 500;
  padding-bottom: 33px;
  text-transform: uppercase;
}
.footer_widget p,
.footer_widget p a,
.footer_widget ul li a,
.footer_widget ul li {
  font-size: 14px;
  color: rgba(223, 243, 255, 0.7);
}
.footer_widget p {
  line-height: 30px;
  padding-bottom: 13px;
}
.footer_widget ul li {
  position: relative;
  margin-bottom: 24px;
}
.widget_contact {
  width: 100%;
}
.widget_contact p span {
  padding-right: 20px;
}
.widget_contact p .fa {
  margin-left: 0;
  padding-right: 5px;
}
.footer_main_logo {
  padding-bottom: 46px;
  width: 192px;
}
.footer_main_logo img {
  filter: brightness(0) invert(1);
}
.footer_social a {
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
}
.footer_social {
  padding-bottom: 27px;
}
.footer_social a:first-child {
  margin-left: 0;
}
.copyright_area {
  padding: 0 15px;
}
.copyright {
  padding: 26px 0 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_logo img {
  max-width: 170px;
  /*filter: brightness(0) invert(1);*/
}
.footer_logo span {
  font-size: 14px;
  color: #e1e3ea;
  font-weight: 700;
  padding-right: 20px;
}
.copyright ul {
  display: flex;
  flex-wrap: wrap;
}
.copyright ul li {
  padding-left: 35px;
}
.copyright ul li:first-child {
  padding-left: 0;
}
.copyright ul li a,
.copyright p {
  font-size: 14px;
  color: rgba(223, 243, 255, 0.7);
  line-height: 1.2;
}
.copyright p a {
  color: #e1e3ea;
}

.hide_content_all {
  display: none !important;
}

.privacy-popup-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 15px 25px;
  display: none;
  overflow: auto;
}
.privacy-popup-bg {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.privacy-popup {
  max-width: 991px;
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  position: relative;
}
.privacy-popup-close {
  font-size: 30px;
  color: #000;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  cursor: pointer;
}
.privacy-popup-close .fa {
  display: block;
  line-height: 1;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
.focus-active-none {
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: -1;
  display: none;
}
body.form-active .focus-active-1 {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 126, 194, 0.65);
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  display: block;
}
.banner_form.focus-active {
  z-index: 99999;
}
.form-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 555;
  background: url(assets/images/form-ajax-loader.gif) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 9px;
  display: none;
}
.github-buttons img {
  display: block;
  float: left;
}

.proportion {
  position: relative;
}

.proportion .filler img {
  width: 100%;
}

.mag-eg-el-wrap {
  width: 100%;
}
.outer-wrap {
  position: relative;
  float: left;
}
[mag-thumb="inner-inline"],
[data-mag-thumb="inner-inline"] {
  float: left;
}

.mag-eg-hud {
  position: absolute;
  z-index: 10;
  text-align: right;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

.mag-eg-hud-left {
  left: 0;
  bottom: 0;
  text-align: left;
}

.mag-eg-hud-right {
  right: 0;
  bottom: 0;
  text-align: right;
}
.mag-eg-el-wrap {
  width: 100%;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
[mag-theme="default"].mag-zoomed-bg,
[data-mag-theme="default"].mag-zoomed-bg {
  background: black;
}

[mag-theme="default"] .mag-lens,
[data-mag-theme="default"] .mag-lens {
  box-shadow: 0 0 4px black;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[mag-theme="default"][mag-position-event="move"],
[data-mag-theme="default"][data-mag-position-event="move"] {
  cursor: crosshair;
}

[mag-theme="default"][mag-position="drag"],
[mag-theme="default"][mag-position-event="hold"],
[data-mag-theme="default"][data-mag-position="drag"],
[data-mag-theme="default"][data-mag-position-event="hold"] {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

[mag-theme="default"][mag-position="drag"].mag--dragging,
[mag-theme="default"][mag-position-event="hold"].mag--dragging,
[data-mag-theme="default"][data-mag-position="drag"].mag--dragging,
[data-mag-theme="default"][data-mag-position-event="hold"].mag--dragging {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.mag-host {
  position: relative;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.mag-zoomed-container {
  position: absolute;
  /*position: relative;*/
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.mag-zoomed-container > * {
  position: absolute;
}

.mag-noflow {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}

.mag-noflow > * {
  position: absolute;
}

.mag-zoomed {
  /* under .mag-noflow > * */
  /*position: absolute;*/
}

.mag-zoomed img {
  display: block;
  width: 100%;
  height: 100%;
}

.mag-zone {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.mag-thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

[mag-thumb],
[data-mag-thumb] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

[mag-thumb] img,
[data-mag-thumb] img {
  display: block;
  width: 100%;
  height: 100%;
}

.mag-lens {
  position: absolute;
  z-index: 2;
}

[mag-zoom],
[data-mag-zoom] {
  display: none;
}

.mag-js [mag-zoom][mag-toggle="false"],
.mag-js [data-mag-zoom][data-mag-toggle="false"] {
  display: block;
}

[mag-flow="inline"],
[data-mag-flow="inline"] {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
}
[mag-flow="inline"] .mag-thumb,
[data-mag-flow="inline"] .mag-thumb {
  position: relative;
}
[mag-theme="default"].mag-zoomed-bg,
[data-mag-theme="default"].mag-zoomed-bg {
  background: #fff !important;
}

/*------banner_area------*/
.banner_area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  min-height: 239px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner_wrap {
}
.banner_box {
}
.banner_title {
  padding: 40px 0 40px 0;
}
.banner_title h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.banner_title h1 span {
  position: relative;
}
.banner_title h1 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
  width: 48px;
  height: 6px;
  background: #fff;
  transform: translateY(-50%);
  margin: 2px 0 0 10px;
}

/*------top_price_area------*/
.top_price_area {
  background: #fff;
  background-image: url(assets/images/bg4.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0 15px;
}
.top_price_wrap {
  padding: 40px 0 87px 0;
}
.top_price_box {
  display: flex;
  flex-wrap: wrap;
}
.top_price_left {
  width: 35.9%;
}
.top_price_mx {
  max-width: 385px;
  padding-right: 5px;
}
.top_price_left h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 500;
  color: #414e5c;
  margin: 0;
  padding-bottom: 15px;
}
.top_price_left h2 span {
  position: relative;
  color: #414e5c;
  margin: 0 45px 0 0;
}
.top_price_left h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  right: inherit;
  z-index: 2;
  width: 45px;
  height: 4px;
  transform: translateY(-50%);
  background-color: #0b7ec2;
  margin: 2px 0 0 8px;
}
.top_price_left h2 span small {
  color: #0b7ec2;
  font-size: 36px;
}
.top_price_left p {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #516373;
  margin: 0;
  padding-bottom: 17px;
}
.read_more_btn_wrap {
  display: flex;
  justify-content: center;
}
.read_more_btn_wrap .read_more_btn {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #0b7ec2;
}
.read_more_btn_wrap .read_more_btn .fa {
  font-size: 16px;
  color: #0b7ec2;
}

.top_price_right {
  width: 64.1%;
  position: relative;
  padding: 20px 0 28px 34px;
}
.top_price_right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #cae6f3;
}
.top_price_right_title {
  padding-bottom: 32px;
}
.top_price_right_title h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #414e5c;
  margin: 0;
  padding-bottom: 0;
}
.client_carousel {
}
.client_carousel_item {
}
.client_img {
  width: 35.8%;
  border-radius: 4px;
  margin-bottom: 6px;
}
.client_img img {
  border-radius: 4px;
}
.client_carousel_info {
}
.client_carousel_info h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #516373;
  margin: 0;
  padding-bottom: 2px;
}
.client_carousel_info p {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #516373;
  margin: 0;
  padding-bottom: 5px;
}
.client_carousel_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.client_carousel_info ul li {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #0b7ec2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
}
.client_carousel_info ul li a {
  color: #0b7ec2;
  text-decoration: underline;
  padding-left: 10px;
}
.client_carousel_info ul li span {
  width: 15px;
  height: 15px;
  background: #0b7ec2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.client_carousel_info ul li span .fa {
  font-size: 9px;
  color: #fff;
}

/*------work_review_area------*/
.work_review_area {
  background: url(assets/images/bg3.png) no-repeat center 0;
  background-size: cover;
  padding: 0 15px;
}
.work_review_wrap {
  padding: 175px 0 85px 0;
}
.work_review_box {
  margin: 0 -14px;
}
.work_review_item {
  width: 25%;
  height: 72px;
  padding: 0 14px;
  margin-bottom: 15px;
}
.work_review_item_bg {
  position: relative;
  background: #dbf1f9;
  height: 100%;
  border: 1px solid #aed6ee;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-box-shadow: 0px 10px 20px 0 rgba(65, 78, 92, 0.09);
  -moz-box-shadow: 0px 10px 20px 0 rgba(65, 78, 92, 0.09);
  box-shadow: 0px 10px 20px 0 rgba(65, 78, 92, 0.09);
}
.work_review_number {
  width: 87.79%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.work_review_number strong {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #0b7ec2;
}
.work_review_content {
  width: 67.44%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px 0 15px;
}
.work_review_content small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #0b7ec2;
}

/*------price_table_area------*/
.price_table_area {
  background: #fff;
  position: relative;
  padding: 0 15px;
}
.price_table_area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1715px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  background: url(images/bg.png) no-repeat right bottom;
}
.price_table_wrap {
  max-width: 1170px;
  padding-bottom: 40px;
  padding-top: 15px;
}
.price_title_wrap {
  padding-bottom: 50px;
}
.price_title {
  position: relative;
  z-index: 3;
}
.price_title h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 500;
  color: #414e5c;
  margin: 0;
}
.price_title h2 span {
  position: relative;
  color: #414e5c;
  margin: 0 45px 0 0;
}
.price_title h2 span small {
  color: #0b7ec2;
  font-size: 36px;
}
.price_title h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  right: inherit;
  z-index: 2;
  width: 36px;
  height: 4px;
  transform: translateY(-50%);
  background-color: #0b7ec2;
  margin: 2px 0 0 8px;
}
.price_table_box {
  position: relative;
  z-index: 3;
  margin: 0 -14px;
}
.price_table_item {
  width: 32.08%;
  border-radius: 8px;
  padding: 0 14px;
}
.price_table_item.platinum {
  margin-top: -36px;
}
.price_table_bg {
  background: #f1f7fa;
  border: 1px solid #aed6ee;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 29px 0 rgba(0, 30, 48, 0.09);
  -moz-box-shadow: 0px 10px 29px 0 rgba(0, 30, 48, 0.09);
  box-shadow: 0px 10px 29px 0 rgba(0, 30, 48, 0.09);
}
.message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  background: #0b7ec2;
  border-radius: 8px 8px 0 0;
}
.message span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0;
}
.price_table_title {
  width: 100%;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 10px 34px;
}
.price_img_box {
  width: 50%;
  overflow: hidden;
}
.price_table_img {
  width: 26px;
  float: left;
}
/* .silver .price_table_img {
    -webkit-box-shadow: 0px 25px 8px -6px rgba(209,209,209,0.48);
    -moz-box-shadow: 0px 25px 8px -6px rgba(209,209,209,0.48);
    box-shadow: 0px 25px 8px -6px rgba(209,209,209,0.48);
}
.platinum .price_table_img {
    -webkit-box-shadow: 0px 15px 14px 4px rgba(50,148,151,0.1);
    -moz-box-shadow: 0px 15px 14px 4px rgba(50,148,151,0.1);
    box-shadow: 0px 15px 14px 4px rgba(50,148,151,0.1);
}
.gold .price_table_img {
    -webkit-box-shadow: 0px 15px 14px 4px rgba(233,185,74,0.3);
    -moz-box-shadow: 0px 15px 14px 4px rgba(233,185,74,0.3);
    box-shadow: 0px 15px 14px 4px rgba(233,185,74,0.3);
} */
.price_table_title h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #0b7ec2;
  margin: 0 0 0 38px;
}
.price_table_title h5 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  color: #0b7ec2;
  margin: 0;
  padding: 0;
}
.per_price_title {
  width: 30.3%;
}
.per_price_title small {
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  display: block;
  color: #0b7ec2;
  margin: 0;
}
.per_price_title h5 small br {
  display: none;
}

.price_table_list {
  padding: 18px 20px 24px 30px;
}
.price_table_list p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #516373;
  margin: 0;
  padding-bottom: 21px;
}
.price_table_list ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
.price_table_list ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #516373;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding-bottom: 20px;
}
.price_table_list ul li span,
.price_table_list ul li small {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.price_table_list ul li span::before,
.price_table_list ul li small::before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.price_table_list ul li span::before {
  background: url(assets/images/icon-cross.png) no-repeat center center;
  width: 20px;
  height: 12px;
  display: block;
}
.price_table_list ul li small::before {
  background: url(assets/images/icon-check.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
}

.price_btn_wrap {
  width: 100%;
  max-width: 315px;
  height: 50px;
  border: 2px solid #0b7ec2;
  border-radius: 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_btn {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #0b7ec2;
  width: 100%;
  height: 50px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
}
.price_table_item.active .price_table_bg,
.price_table_item .price_table_bg:hover {
  border: 1px solid #0b7ec2;
}
.price_table_item.active .price_table_bg .price_btn_wrap,
.price_table_item.active .price_table_bg .price_btn,
.price_table_item:hover .price_btn_wrap,
.price_table_item:hover .price_btn {
  background: #80ba27;
  color: #fff;
  border: 2px solid #80ba27;
}

/*------bottom_summery_area------*/
.bottom_summery_area {
  background: #f7fbfe url(assets/images/bg2.png) no-repeat left top;
  padding: 0 15px;
}
.bottom_summery_wrap {
  padding: 105px 0 50px 0;
}
.bottom_summery_box {
}
.bottom_summery_title {
  max-width: 880px;
}
.bottom_summery_title h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 36px;
  line-height: 54px;
  font-weight: 500;
  color: #414e5c;
  margin: 0;
  padding-bottom: 13px;
}
.bottom_summery_title h2 span {
  color: #0b7ec2;
  margin: 0;
}
.bottom_summery_title h2 span::after {
  content: none;
}
.bottom_summery_title p {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #516373;
  margin: 0;
  padding-bottom: 20px;
}

/*------testimonial_area------*/
.testimonial_area {
  background-repeat: no-repeat;
  background-position: right bottom;
}
.testimonial_wrap {
  padding-bottom: 20px;
}
.customers_testimonials {
}
.testimonials_item {
  /* min-height: 380px; */
}
.shadow_effect {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02); */
  /* margin-bottom: 20px; */
  margin-bottom: 60px;
}
.testimonials_img {
  box-shadow:
    0 19px 38px rgba(0, 0, 0, 0.1),
    0 15px 12px rgba(0, 0, 0, 0.02);
}
.testimonial_carousel_info {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 24px auto;
}
.testimonial_carousel_info p {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #83909b;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .only_desktop_view {
    display: none !important;
  }
  .only_mobile_view {
    display: block !important;
  }
  .price_table_list {
    padding-left: 20px;
  }
  .work_review_area {
    background: url(assets/images/mb-bg3.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .banner_area {
    min-height: 95px;
  }
  .banner_title {
    padding: 20px 0 20px 0;
  }
  .banner_title h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner_title h1 span::after {
    width: 24px;
    height: 4px;
    margin: 2px 0 0 5px;
  }

  .top_price_area {
    background-image: url(assets/images/bg4-mb.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0;
  }
  .top_price_wrap {
    padding-bottom: 0;
  }
  .top_price_mx {
    max-width: 100%;
    padding-right: 0;
  }
  .top_price_left {
    width: 100%;
    padding: 0 15px 22px 15px;
  }
  .top_price_left h2 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 15px;
  }
  .top_price_left h2 span small {
    font-size: 26px;
  }
  .top_price_left h2 span::after {
    width: 25px;
    height: 3px;
    margin: 2px 0 0 4px;
  }
  .read_more_btn_wrap .read_more_btn {
    width: 100%;
    max-width: 290px;
    height: 40px;
    border: 1px solid #0b7ec1;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .read_more_btn_wrap .read_more_btn .fa {
    padding-left: 6px;
  }
  .top_price_right {
    width: 100%;
    background: url(assets/images/mb-bg2.png) no-repeat center 0;
    background-size: 100% 100%;
    position: relative;
    padding-left: 0px;
    padding: 58px 15px 56px 15px;
  }
  .top_price_right::before {
    display: none;
  }
  .top_price_right_max {
    max-width: 216px;
    margin: 0 auto;
  }
  .client_img {
    max-width: 84px;
    margin: 0 auto 6px auto;
  }
  .top_price_right_title {
    padding-bottom: 10px;
  }
  .client_carousel_info h4 {
    text-align: center;
    padding-bottom: 2px;
  }
  .client_carousel_info p {
    text-align: center;
    padding-bottom: 5px;
  }
  .client_carousel_info ul {
    text-align: center;
    max-width: 158px;
    margin: 0 auto;
  }
  .client_carousel_info ul li {
    margin: 0;
  }
  .price_table_area::after {
    display: none;
  }
  .price_table_wrap {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .price_table_bg {
    -webkit-box-shadow: 0px 3px 10px 0 rgba(73, 73, 73, 0.09);
    -moz-box-shadow: 0px 3px 10px 0 rgba(73, 73, 73, 0.09);
    box-shadow: 0px 3px 10px 0 rgba(73, 73, 73, 0.09);
  }
  .testimonials_item {
    min-height: inherit;
  }
  .customers_testimonials.owl-carousel .owl-nav {
    max-width: 820px;
    top: 50%;
    margin-top: -48px;
  }
  .client_carousel.owl-carousel .owl-nav button.owl-prev,
  .client_carousel.owl-carousel .owl-nav button.owl-next {
    -webkit-box-shadow: 0px 4px 13px 0px rgba(58, 38, 5, 0.3);
    -moz-box-shadow: 0px 4px 13px 0px rgba(58, 38, 5, 0.3);
    box-shadow: 0px 4px 13px 0px rgba(58, 38, 5, 0.3);
  }
  .customers_testimonials.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
  }
  .customers_testimonials.owl-carousel .owl-nav button.owl-next {
    right: 15px;
  }
  .customers_testimonials.owl-carousel .owl-nav button.owl-prev,
  .customers_testimonials.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  .customers_testimonials .owl-item.active .shadow_effect {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  .customers_testimonials .owl-item.active.center .shadow_effect {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .testimonial_carousel_info {
    display: none !important;
  }
  .owl-item.active.center .testimonial_carousel_info {
    display: block !important;
  }
  .testimonial_carousel_info {
    margin: 0 auto 6px auto;
  }
  .shadow_effect {
    margin-bottom: 33px;
  }
  .work_review_item {
    width: 100%;
    height: 72px;
    padding: 0 14px;
  }
  .work_review_number {
    width: 87.79%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }
  .work_review_content {
    width: 67.44%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px 0 15px;
  }

  .price_table_item {
    width: 100%;
    padding: 0 14px;
    margin-bottom: 18px;
  }
  .price_table_item.platinum {
    margin: 0 0 18px 0;
  }

  .price_table_title {
    width: 100%;
    min-height: 85px;
    padding: 10px 15px;
  }

  .work_review_wrap {
    padding: 70px 0 56px 0;
  }

  .price_img_box {
    width: 60%;
  }
  .per_price_title {
    width: 31.3%;
  }
  .bottom_summery_wrap {
    padding: 55px 0 20px 0;
  }
  .bottom_summery_title h2 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 13px;
  }

  .bottom_summery_area {
    background-size: auto;
    background-position: left top;
  }
}

@media screen and (max-width: 520px) {
  .customers_testimonials.owl-carousel .owl-nav {
    max-width: 446px;
    margin-top: -57px;
  }
}
@media screen and (max-width: 360px) {
  .customers_testimonials.owl-carousel .owl-nav {
    max-width: 280px;
    margin-top: -60px;
  }

  .testimonial_carousel_info p {
    font-size: 13px;
    line-height: 20px;
  }
}

.price_select_area {
  width: 50%;
  max-width: 328px;
  align-items: center;
}
.price_select_area h5 {
  color: #0b7ec2;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding-right: 8px;
  padding-bottom: 0;
}
.price_select_box {
  width: 100%;
  max-width: 172px;
  position: relative;
}
.price_select_area .price_select_btn {
  /* color: #516373; */
  color: rgba(81, 99, 115, 0.6);
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #aed6ee;
  background-color: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(0, 4, 19, 0.05);
  display: flex;
  align-items: center;
  border-radius: 32px;
  width: 100%;
  max-width: 172px;
  height: 34px;
  padding: 0 22px 0 40px;
  position: relative;
}
/* .price_select_area .price_select_btn > span { 
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 10px;
    z-index: 22;
    transform: translateY(-50%);
} */
/* .price_select_area .price_select_btn > span::before */
.price_select_area .price_select_btn::before {
  font-family: FontAwesome;
  content: "\f107";
  width: 10px;
  height: auto;
  background: none;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #1a205c;
  font-size: 14px;
  line-height: 1;
}
.price_checkbox_area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 11px;
  z-index: 111;
  display: none;
  border-radius: 10px;
  border: 1px solid #b4d9ef;
  background-color: #ffffff;
  box-shadow: 0 10px 40px NaNpx rgba(0, 4, 19, 0.1);
  padding: 8px 0 5px 0;
}

.custom-radio + label {
  font-weight: normal;
  cursor: pointer;
}
.custom-radio {
  position: absolute;
}
.custom-radio + label strong {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  height: 10px;
  width: 10px;
  border: 1px solid #b4d9ef;
  background-color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-radio + label strong::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  z-index: 3;
}
.radio-btn.active .custom-radio + label strong::before,
.radio-btn.active .custom-radio + label strong::after {
  opacity: 1;
  visibility: visible;
}
.custom-radio + label strong::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #037fc3;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  z-index: 2;
}
.custom-radio:checked + label strong::before {
  opacity: 1;
  visibility: visible;
}
.custom-radio:checked + label strong::after {
  opacity: 1;
  visibility: visible;
}
.radio-group {
  margin-bottom: 10px;
  display: flex;
}
.radio-group:last-child {
  margin-bottom: 0;
}
.radio-group .radio-btn {
  width: 100%;
}
.custom-radio + label {
  color: #516373;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding-left: 9px;
  display: flex;
  align-items: center;
}
.radio-btn.active .custom-radio + label,
.custom-radio:checked + label,
.custom-radio + label:hover {
  color: #0e8fcf;
}

.brand_carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

@media screen and (max-width: 991px) {
  .price_title_wrap {
    padding-bottom: 30px;
  }
  .price_select_area {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .price_select_box {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .price_select_area .price_select_btn {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    max-width: 100%;
    padding: 0 22px 0 20px;
  }
  .price_title {
    padding-bottom: 15px;
  }
  .price_select_area h5 {
    padding-bottom: 13px;
  }

  .brand_carousel.owl-carousel .owl-stage-outer {
    max-height: 144px;
  }
}

.map_content_top {
  position: relative;
  z-index: 3;
}
.map_show_btn_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.map_show_btn {
  margin-bottom: 28px;
}
.map_show_btn.active .fa {
  transform: rotateZ(-180deg);
}
.country_map_wrap {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 100%;
  /* background: #fff; */
  /* display: none; */
  /* -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); */
}
.country_map_wrap_bd {
  border: 1px solid #add6ef;
  border-radius: 4px;
  padding: 10px;
  display: none;
}
.select_dropdown_wrap {
  border: 1px solid #add6ef;
  border-radius: 4px;
  background-image: url(assets/images/select-icon.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: left 10px center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 13px 9px 13px 42px;
}
.select_dropdown_wrap span {
  font-size: 16px;
  font-weight: 700;
  color: #7f8a96;
  position: relative;
  padding-right: 14px;
}
.select_dropdown_wrap span::after {
  font-family: "Ionicons";
  content: "\f35f";
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.select_dropdown_item_box {
  border: 1px solid #add6ef;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-top: 7px;
  position: relative;
}
/*.select_dropdown_btn { display: none; }*/
.select_dropdown_wrap.active span::after {
  transform: rotateZ(-180deg);
  top: 0;
}
.select_dropdown_item_box ul {
}
.select_dropdown_item_box ul li {
  font-size: 16px;
  font-weight: 400;
  color: #7f8a96;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #add6ef;
  padding: 9px 10px;
}
.select_dropdown_item_box ul li:last-child {
  border-bottom: 0;
}
.select_dropdown_item_box ul li img {
}
.select_dropdown_item_box ul li span {
  position: relative;
  padding: 0 12px 0 9px;
}
.select_dropdown_item_box ul li span::after {
  font-family: "Ionicons";
  content: "\f363";
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  right: 0;
  z-index: 1;
  font-size: 21px;
  transform: translateY(-50%);
}
.select_dropdown_item_box ul li .dot_cricle {
  position: relative;
  padding-left: 22px;
}
.select_dropdown_item_box ul li .dot_cricle::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #58abd9;
  transform: translateY(-50%);
  background: #7ebc0d;
}
.select_dropdown_item_box ul li .dot_cricle.dot_1::before {
  background: #7ebc0d;
}
.select_dropdown_item_box ul li .dot_cricle.dot_2::before {
  background: #00b8f0;
}
.select_dropdown_item_box ul li .dot_cricle.dot_3::before {
  background: #cff1fd;
}

.select_dropdown_flag_box {
  border: 0;
  margin: 0;
  border-radius: 0;
  height: 100%;
  height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.select_dropdown_flag_box ul li {
  font-size: 16px;
  font-weight: 400;
  color: #7f8a96;
  border-bottom: 1px solid #d1d5da;
  padding: 24px 10px;
}
.select_dropdown_flag_box ul li span::after {
  display: none;
}
.select_dropdown_flag_box .mCSB_inside > .mCSB_container {
  margin: 0 10px;
}
.location-area {
  display: none;
}
.services_content_area {
  /* 	padding: 0 90px; */
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.services_content {
  max-width: 1350px;
  padding: 30px 0 60px 0;
}
@media screen and (min-width: 1500px) {
  .services_content {
    max-width: 1800px;
  }
}
.services_content h2 {
  padding-left: 88px;
}
.services_carousel_wrap {
  margin: 0;
}
.services_carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.service_item {
  width: 100%;
  padding: 20px 15px 60px 15px;
  position: relative;
  height: 100%;
}
.service_item_bg {
  width: 100%;
  padding: 42px 30px;
  background: #ffffff;
  box-shadow: 0px 17px 60px -34px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service_item_icon {
  width: 80px;
  height: 80px;
  background: #ffeff7;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service_item_icon img {
  max-height: 35px;
}
.service_item h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #414e5c;
  padding-bottom: 40px;
  text-align: center;
}
.service_item h5 span {
  color: #0b7ec2;
}
.service_item p {
  font-size: 16px;
  line-height: 20px;
  color: #516373;
  padding-bottom: 38px;
  font-weight: 300;
}
.service_item a {
  width: 153px;
  height: 50px;
  background: #009b62;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  padding: 8px 15px;
  margin: 0 auto;
  margin-top: auto;
}
.service_item a:hover {
  background: #027e50;
  color: #fff;
}
.services_carousel.owl-carousel .owl-nav button.owl-prev,
.services_carousel.owl-carousel .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
.services_carousel.owl-carousel .owl-nav button.owl-prev {
  left: -75px;
}
.services_carousel.owl-carousel .owl-nav button.owl-next {
  right: -75px;
}
@media screen and (max-width: 991px) {
  .services_content_area {
    padding: 0;
  }
  .services_content {
    padding: 30px 0 80px 0;
  }
  .services_content h2 {
    padding-left: 0;
  }
  .service_item {
    padding: 20px 20px 51px 20px;
  }
  .services_carousel.owl-carousel .owl-nav button.owl-prev,
  .services_carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: inherit;
    margin-top: 0;
    bottom: -26px;
  }
  .services_carousel.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  .services_carousel.owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}
