@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: "Rosarivo";
  src: url("fonts/rosarivo-regular-webfont.woff2") format("woff2"), url("fonts/rosarivo-regular-webfont.woff") format("woff"), url("fonts/rosarivo-regular-webfont.ttf") format("truetype"), url("fonts/rosarivo-regular-webfont.svg#rosarivoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-200-Extralight.eot");
  src: local("☺"), url("fonts/Graphik-200-Extralight.woff") format("woff"), url("fonts/Graphik-200-Extralight.ttf") format("truetype"), url("fonts/Graphik-200-Extralight.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-600-Semibold.eot");
  src: local("☺"), url("fonts/Graphik-600-Semibold.woff") format("woff"), url("fonts/Graphik-600-Semibold.ttf") format("truetype"), url("fonts/Graphik-600-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-700-Bold.eot");
  src: local("☺"), url("fonts/Graphik-700-Bold.woff") format("woff"), url("fonts/Graphik-700-Bold.ttf") format("truetype"), url("fonts/Graphik-700-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-500-Medium.eot");
  src: local("☺"), url("fonts/Graphik-500-Medium.woff") format("woff"), url("fonts/Graphik-500-Medium.ttf") format("truetype"), url("fonts/Graphik-500-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-400-Regular.eot");
  src: local("☺"), url("fonts/Graphik-400-Regular.woff") format("woff"), url("fonts/Graphik-400-Regular.ttf") format("truetype"), url("fonts/Graphik-400-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-300-Light.eot");
  src: local("☺"), url("fonts/Graphik-300-Light.woff") format("woff"), url("fonts/Graphik-300-Light.ttf") format("truetype"), url("fonts/Graphik-300-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
/*  Header  Start */
/*  Header  End */
::selection {
  background: #2b327a;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b327a;
  color: #ffffff;
  text-shadow: none;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

.header .header-right .nav-main .menu-menu-1-container,
.header .header-main,
.header,
.img-wrap,
.text-wrap,
.section,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  float: left;
}

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Graphik";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  border: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
}

blockquote,
q {
  quotes: "" "";
}

body {
  font-family: "Graphik";
  background: #fff;
  font-size: 100%;
  color: #000;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
}
.subtitle {
  color: #5B5B5B;
}
.ser_div {
	background: #FFFFFF;
	padding: 10px;
	border-radius: 15px;
	text-align: center;
	color: #6dbd45;
	height: 130px;
}

.ser_div:hover {
	background: #c76003;
	padding: 10px;
	border-radius: 15px;
}


input[type=checkbox] {
  vertical-align: top;
}

input[type=radio] {
  height: auto;
  vertical-align: top;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  color: #fff;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

a:focus,
a:hover {
  color: #6dbd45;
  text-decoration: none;
}

section,
footer {
  width: 100%;
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}

p {
  line-height: 120%;
}

h1 {
  font-size: 54px;
  font-weight: 200;
  color: #333333;
  font-family: "Graphik";
  line-height: 110%;
  text-transform: uppercase;
}

h1 span.numbers {
  font-weight: 500;
  text-decoration: underline;
}

h1 .green {
  color: #6dbd45;
}

h1 .green.grow {
  font-weight: 700;
  font-size: 174px;
  line-height: 110%;
}

h1 span.business {
  font-weight: 700;
  font-size: 62px;
}

h2 {
  font-size: 54px;
  font-weight: 600;
  color: #6dbd45;
  font-family: "Graphik";
}

h3 {
  font-size: 44px;
  font-weight: 600;
  color: #6dbd45;
  font-family: "Graphik";
}

h4 {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 140%;
  font-family: "Graphik";
}

h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Graphik";
  line-height: 180%;
  color: #333333;
}

h6 {
  font-size: 15px;
  font-weight: 500;
  color: #6dbd45;
  font-family: "Graphik";
}

p {
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 180%;
  margin-top: 30px;
}

strong {
  font-weight: 600;
}

.btn,
input[type=submit] {
  display: inline-block;
  width: auto;
  line-height: 120%;
  min-height: auto;
  padding: 20px 60px 20px 25px;
  font-family: "Graphik";
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  position: relative;
}

.btn::before,
input[type=submit]::before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 40px;
  background: rgba(255, 255, 255, 0.2) url(../images/right.png) no-repeat center center;
  display: inline-block;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.btn.btn-brown,
input[type=submit].btn-brown {
  background-color: #2b327a;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(152, 132, 47, 0.15);
  -moz-box-shadow: 0px 8px 10px 0px rgba(152, 132, 47, 0.15);
  -ms-box-shadow: 0px 8px 10px 0px rgba(152, 132, 47, 0.15);
  box-shadow: 0px 8px 10px 0px rgba(152, 132, 47, 0.15);
}

.btn.btn-brown:hover,
.btn.btn-brown:focus,
input[type=submit].btn-brown:hover,
input[type=submit].btn-brown:focus {
  background-color: #6dbd45 !important;
  color: #ffffff !important;
}

.btn.btn-green,
input[type=submit].btn-green {
  background-color: #6dbd45;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(35, 76, 38, 0.15);
  -moz-box-shadow: 0px 8px 10px 0px rgba(35, 76, 38, 0.15);
  -ms-box-shadow: 0px 8px 10px 0px rgba(35, 76, 38, 0.15);
  box-shadow: 0px 8px 10px 0px rgba(35, 76, 38, 0.15);
}

.btn.btn-green:hover,
.btn.btn-green:focus,
input[type=submit].btn-green:hover,
input[type=submit].btn-green:focus {
  background-color: #2b327a !important;
  color: #ffffff !important;
}

ul.arrow li,
ol.arrow li {
  padding-left: 35px;
  background: url(../images/arrow-list.png) no-repeat top 6px left;
}

ul li,
ol li {
  color: #333333;
  font-size: 18px;
  line-height: 160%;
  float: left;
  width: 100%;
  margin: 15px 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px;
}

.gform_wrapper li.gfield.gfield_error {
  border: none;
  background: transparent;
  display: none;
}

.gform_wrapper li.gfield.gfield_error .validation_message {
  padding-top: 0;
}

.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield select,
.es-field-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.es-field-wrap select {
  margin-bottom: 0px !important;
  background-color: #ffffff;
  border-radius: 0px;
  height: 100%;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  line-height: 55px;
  padding: 0px 20px;
  border: 2px solid #e2e2e2;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}

.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper li.gfield select:hover,
.gform_wrapper li.gfield select:focus,
.es-field-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
.es-field-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.es-field-wrap select:hover,
.es-field-wrap select:focus {
  box-shadow: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper li.gfield select:focus,
.es-field-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.es-field-wrap select:focus {
  border-color: #ec1f26;
}

.gform_wrapper li.gfield .textarea,
.es-field-wrap .textarea {
  height: 120px;
  margin-bottom: 0px;
  padding: 20px 20px;
  background-color: #ffffff;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Graphik";
  border-radius: 4px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #e2e2e2;
  appearance: none;
}

.gform_wrapper li.gfield .textarea:hover,
.gform_wrapper li.gfield .textarea:focus,
.es-field-wrap .textarea:hover,
.es-field-wrap .textarea:focus {
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.gform_wrapper li.gfield .textarea:focus,
.es-field-wrap .textarea:focus {
  border-color: #ec1f26;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 999999;
}

.form-group {
  float: left;
  width: 100%;
}

.form-control:focus {
  box-shadow: none;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2aeaa;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2aeaa;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b2aeaa;
}

#header {
  float: left;
  width: 100%;
  padding: 0px 30px 0;
  position: fixed;
  background: transparent;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

#header.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999999999999;
}

.banner-conn span.business {
  background: inherit;
  box-shadow: unset;
}

.dears {
  padding-bottom: 100px;
}

.greens {
  background-color: #dee4df;
}

.our-service path,
.our-service line,
.our-service polyline {
  stroke: rgb(152, 132, 47);
}

.servicesWrap div#tab2 {
  display: none;
}

.tesdf {
  text-align: center;
  display: grid;
  padding-bottom: 20px;
}

.logo {
  float: left;
  width: 243px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.logo a {
  width: 100%;
  float: left;
}

.logo a img {
  width: 100%;
}

.sticky .logo a {
  width: 64%;
}

.sticky .header .header-right .nav-top {
  padding-top: 14px;
}

.sticky .header .header-right .nav-top .contact-number a {
  font-size: 15px;
}

.sticky .header .header-right .nav-top .btn {
  padding: 13px 50px 13px 19px;
  font-size: 12px;
}

.sticky .header .header-right .nav-top .contact-number a .contact-icon {
  width: 20px;
}

.sticky .header .header-right .nav-main ul.menu li a {
  padding: 3px 0px;
  font-size: 14px;
}

.header .header-main {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

.header .header-right {
  float: right;
  width: calc(100% - 302px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-right .nav-top {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 25px;
}

.header .header-right .nav-top .contact-number a {
  color: #6dbd45;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-right: 20px;
}

.header .header-right .nav-top .contact-number a .contact-icon {
  margin-right: 5px;
  float: left;
  width: 24px;
}

.header .header-right .nav-top .btn {
  margin-top: 0;
  padding: 15px 50px 15px 25px;
  font-size: 14px;
}

.header .header-right .nav-top .btn::before {
  width: 30px;
  height: 30px;
}

.header .header-right ul.menu li a {
  font-family: "Graphik";
  line-height: 120%;
  text-decoration: none;
  float: left;
  width: auto;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  position: relative;
  overflow: hidden;
  height: auto;
  letter-spacing: 1px;
  font-style: normal;
  align-items: center;
  display: block;
}

.header .header-right .nav-main {
  float: right;
  width: auto;
  margin-top: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-right .nav-main ul.menu {
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-right .nav-main ul.menu li {
  float: left;
  width: auto;
  position: relative;
  margin-left: 50px;
}

.header .header-right .nav-main ul.menu li.current-menu-item a {
  color: #2b327a;
}

.header .header-right .nav-main ul.menu li a {
  font-weight: 500;
  padding: 10px 0px;
  color: #333333;
  font-size: 14px;
}

.header .header-right .nav-main ul.menu li a:hover {
  color: #2b327a !important;
}

.header .header-right .nav-main ul.menu li ul.sub-menu {
  background-color: #fff;
  width: 230px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0 0px;
  top: 30px;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  border-radius: 15px !important;
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  transform-origin: top;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 0;
  position: relative;
  padding: 0px;
  float: left;
  text-align: left;
  border: 0px;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li a {
  float: left;
  background: none;
  width: 100%;
  height: auto;
  color: #31313f;
  line-height: 125%;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-bottom: 1px solid #eeeeee;
}

.header .header-right .nav-main ul.menu li ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 25px;
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.header .header-right .nav-main ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  border-radius: 2px;
}

.header .header-right .nav-main ul.menu li.menu-item-has-children {
  padding-right: 20px;
  background: url("../images/ic-menu-dropdown-arrow-black.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.header .header-right .nav-main ul.menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  transform-origin: top;
  transition: all 0.2s ease-out;
}

.header .header-right .right-menu {
  width: auto;
  float: right;
}

.header .header-right .right-menu .menu-right-menu-container {
  width: auto;
  float: left;
}

.header .header-right .right-menu .menu-right-menu-container ul {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}

.header .header-right .right-menu .menu-right-menu-container ul li {
  float: left;
  margin-right: 25px;
}

.header .header-right .right-menu .menu-right-menu-container ul li#menu-item-30 a {
  color: #eb1f26;
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
  background-size: 16px;
  letter-spacing: 0.4px;
}

.header .header-right .right-menu .menu-right-menu-container ul li:last-child {
  margin-right: 0px;
}

.header .header-right .right-menu .menu-right-menu-container ul li:last-child a {
  padding: 13px 30px 13px;
  font-size: 14px;
  border: 1px solid transparent;
  font-family: "Graphik";
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  color: #fff;
  width: auto;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #ec1f26;
}

.header .header-right .right-menu .menu-right-menu-container ul li:last-child a:hover {
  border: 1px solid #ec1f26;
  background-color: #fff;
  color: #ec1f26;
}

.container {
  width: 1400px;
  max-width: initial;
}

.pdgt100 {
  padding-top: 100px;
}

.pdgb100 {
  padding-bottom: 100px;
}

.pdgtb100 {
  padding: 100px 0;
}

.main-wrapper {
  margin-top: 90px;
}

.banner-wrap {
  height: 100%;
  min-height: 960px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 70px;
}

.banner-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/banner-bg.png);
  content: "";
  width: 100%;
  height: 1100px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.banner-wrap .banner-conn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner-wrap .banner-conn .text-wrap {
  padding-right: 100px;
}

.banner-wrap .banner-conn .img-wrap {
  margin-left: 90px;
  width: 830px;
}

.banner-buttons {
  margin-top: 50px;
}

.banner-buttons .btn {
  margin-top: 0;
  padding: 25px 70px 25px 30px;
}

.banner-buttons .btn-brown {
  margin-right: 15px;
}

.software-partnerwrap {
  background-image: url("../images/Software-it.png");
  position: relative;
  padding-top: 180px;
  background-size: 100% 100%;
}

.software-partnerwrap::before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/grey-curve.png) no-repeat;
  height: 187px;
  width: 100%;
  content: "";
}

.software-partnerwrap.top {
  margin-top: 187px;
}

.software-partnerwrap.top::before {
  top: -187px;
}

.software-partnerwrap.bottom {
  margin-bottom: 187px;
}

.software-partnerwrap.bottom::before {
  bottom: -187px;
  top: inherit;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.faqsWrapSection {
  background-color: #f8f8f8;
  position: relative;
}

.faqsWrapSection::before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/grey-curve.png) no-repeat;
  height: 187px;
  width: 100%;
  content: "";
}

.faqsWrapSection.top {
  margin-top: 187px;
}

.faqsWrapSection.top::before {
  top: -187px;
}

.faqsWrapSection.bottom {
  margin-bottom: 187px;
}

.faqsWrapSection.bottom::before {
  bottom: -187px;
  top: inherit;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.bg-grey {
  background-color: #f8f8f8;
  position: relative;
}

.who-needs-to .title-wrap {
  margin-bottom: 2px;
}

.title-wrap {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}

.title-wrap::before {
  position: absolute;
  background: url(../images/title-underline.png);
  height: 10px;
  width: 157px;
  bottom: -15px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
}

.title-wrap.left {
  text-align: left;
}

.title-wrap.left::before {
  left: 0;
  right: inherit;
}

.breed-experts .row {
  padding-bottom: 100px;
}

.breed-experts .row:nth-child(3) {
  flex-direction: row-reverse;
}

.breed-experts .row:nth-child(3) .right-col .text-wrap {
  padding-right: 58px;
}

.breed-experts .row:nth-child(3) .left-col .img-wrap {
  float: right;
  margin-right: 80px;
  width: 470px;
}

.breed-experts .row:nth-child(3) .left-col .img-wrap img {
  width: 100%;
}

.breed-experts .row:nth-child(2) .right-col .text-wrap {
  padding-left: 56px;
}

.breed-experts .row:nth-child(2) .left-col .img-wrap {
  width: 594px;
}

.breed-experts .row:nth-child(2) .left-col .img-wrap img {
  width: 100%;
}

.breed-experts .text-wrap h3 {
  margin-bottom: 25px;
}

.breed-experts .breed-list {
  margin-top: 20px;
}

.breed-experts .breed-list li {
  font-size: 0;
}

.breed-experts .breed-list li .img-wrap {
  display: inline-block;
  width: 60px;
  float: none;
  vertical-align: middle;
}

.breed-experts .breed-list li .breed-text {
  display: inline-block;
  width: calc(100% - 60px);
  padding-left: 25px;
  vertical-align: middle;
}

.breed-experts .breed-list li .breed-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 0;
}

.howItWorksWrapper .title-wrap {
  margin-bottom: 60px;
}

.howItWorksWrapper .worklist {
  display: flex;
  width: calc(100% + 100px);
  margin: 0 -50px;
}

.howItWorksWrapper .worklist li {
  padding: 0 50px;
  width: 33.33%;
  margin: 0;
}

.howItWorksWrapper .worklist li .text-wrap {
  margin-top: 50px;
}

.howItWorksWrapper .worklist li .img-wrap {
  min-height: 284px;
}

.howItWorksWrapper .worklist li .img-wrap img {
  width: 100%;
}

.howItWorksWrapper .worklist li .title {
  display: flex;
  align-items: center;
}

.howItWorksWrapper .worklist li .title .number {
  background-color: #2b327a;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.howItWorksWrapper .worklist li .title .number::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #98852f;
}

.howItWorksWrapper .worklist li .title h4 {
  width: calc(100% - 58px);
  padding-left: 20px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 130%;
}

span.name {
  color: #6dbd45;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 500;
  float: left;
}

span.name .designation {
  color: #999999;
  font-weight: 400;
}

.switching-wrap .right-col {
  padding-left: 70px;
}

.switching-wrap .img-wrap {
  position: relative;
}

.switching-wrap .img-wrap .testimonial-wrap {
  background: #fff;
  width: 62%;
  float: right;
  margin-top: -80px;
  position: relative;
  padding: 0 30px 30px 30px;
  border-radius: 12px;
  margin-right: 4%;
  -webkit-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
}

.switching-wrap .img-wrap .testimonial-wrap::before {
  position: absolute;
  top: -25px;
  right: -25px;
  background: #2b327a url(../images/quotes.png) no-repeat center center;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.switching-wrap .img-wrap .testimonial-wrap .t-img-name {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 15px;
}

.switching-wrap .img-wrap .testimonial-wrap .t-img-name img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.switching-wrap .text-wrap ul {
  margin-top: 30px;
}

.switching-wrap .text-wrap ul li {
  padding: 0 0 30px 25px;
  margin: 0;
  position: relative;
}

.switching-wrap .text-wrap ul li:before {
  position: absolute;
  top: 10px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #2b327a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.switching-wrap .text-wrap ul li:after {
  width: 1px;
  height: 100%;
  top: 10px;
  left: 0px;
  background: #2b327a;
  content: "";
  position: absolute;
}

.switching-wrap .text-wrap ul li:last-child {
  padding-bottom: 0;
}

.switching-wrap .text-wrap ul li:last-child::after {
  display: none;
}

.switching-wrap .text-wrap ul li p {
  margin-top: 10px;
}

.tabs-wrap {
  margin-top: 70px;
}

.tabs-wrap h4 {
  margin-bottom: 40px;
}

.tabs-wrap .tabs-box {
  width: 100%;
  float: left;
}

.tabs-wrap .tabs-box .nav-tabs-dropdown {
  display: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tabs-wrap .nav-tabs {
  width: calc(100% + 20px);
  margin: 0 -10px;
  float: left;
  border: none;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.tabs-wrap .nav-tabs li.nav-item {
  width: calc(100% - 20px);
  margin: 0 10px;
  float: left;
}

.tabs-wrap .nav-tabs li.nav-item a {
  width: 100%;
  -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: none !important;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.tabs-wrap .nav-tabs li.nav-item a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #2b327a;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0px);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.tabs-wrap .nav-tabs li.nav-item a.active {
  background-color: #2b327a;
  box-shadow: none;
}

.tabs-wrap .nav-tabs li.nav-item a.active .icon svg {
  filter: brightness(0) invert(1);
}

.tabs-wrap .nav-tabs li.nav-item a.active h6,
.tabs-wrap .nav-tabs li.nav-item a.active p {
  color: #ffffff;
}

.tabs-wrap .nav-tabs li.nav-item a.active:after {
  bottom: -13px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.tabs-wrap .nav-tabs li.nav-item a .icon {
  width: 100%;
  height: 48px;
  line-height: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 48px;
}

.tabs-wrap .nav-tabs li.nav-item a .icon img {
  max-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs-wrap .nav-tabs li.nav-item a h6 {
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.tabs-wrap .nav-tabs li.nav-item a p {
  color: #3d4c5d;
  line-height: 130%;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs-wrap .tab-content {
  width: 100%;
  float: left;
  padding-top: 90px;
}

.tabs-wrap .tab-content .tab-pane {
  width: 100%;
  float: left;
}

.tabs-wrap .tab-content .tab-pane .img-box {
  min-height: 660px;
}

.tabs-wrap .tab-content .tab-pane .text-box {
  padding-right: 50px;
}

.tabs-wrap .tab-content .tab-pane .text-box p {
  line-height: 180%;
}

.tabs-wrap .tab-content .tab-pane .text-box p:last-child {
  margin-bottom: 0;
}

.testimonial-box {
  float: right;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 59%;
  padding: 35px;
  margin-top: -210px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-box .img-wrap {
  width: 151px;
  height: 151px;
}

.testimonial-box .img-wrap img {
  border-radius: 100% 100% 100% 0;
}

.testimonial-box .text-wrap {
  width: calc(100% - 151px);
  padding-left: 40px;
}

.testimonial-box .text-wrap p {
  margin-top: 0;
  font-size: 16px;
  text-indent: 40px;
  background: url(../images/ic-brown-quotes.png) no-repeat left top;
}

.testimonial-box .text-wrap .name {
  font-size: 16px;
  padding: 0;
  margin-top: 20px;
}

.faqsWrapSection {
  background-image: url(../images/faq-bg.png);
  background-repeat: no-repeat;
  background-position: center top 260px;
}

.faqsWrapSection:after {
  content: "";
  position: absolute;
  background: url(../images/whatsapp-icon.png) no-repeat;
  left: -70px;
  top: 100px;
  width: 300px;
  height: 300px;
}

.faqsWrapSection .faq-wrap .card {
  background: #f8f8f8;
}

.faq-wrap {
  text-align: left;
  display: inline-block;
  float: none;
  width: 74%;
  margin-top: 50px;
  position: relative;
}

.faq-wrap::before {
  top: -50px;
  right: -50px;
  background: url("../images/circledot-bg.png");
  width: 122px;
  height: 123px;
  content: "";
  position: absolute;
}

.faq-wrap .card {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  margin-bottom: 20px;
  border: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.faq-wrap .card.open {
  background: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.faq-wrap .card .card-header {
  border-radius: initial;
  width: 100%;
  float: left;
  padding: 0px;
  background-color: transparent;
  border-bottom: 0;
}

.faq-wrap .card .card-header .faq-title {
  padding: 25px 30px;
  cursor: pointer;
  position: relative;
  line-height: 120%;
  color: #1f4c26;
}

.faq-wrap .card .card-header .faq-title:before {
  content: "";
  width: 30px;
  height: 30px;
  right: 30px;
  top: 0;
  position: absolute;
  background-image: url("../images/Arrowups.png");
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
  transform: rotate(180deg);
}

.faq-wrap ul li .card .card-header .faq-title.collapsed:before {
  transform: rotate(180deg);
}

.faq-wrap .card .card-header .faq-title.collapsed {
  color: #333333;
}

.faq-wrap .card .card-header .faq-title.collapsed::after {
  display: none;
}

.faq-wrap .card .faq-box {
  width: 100%;
  float: left;
}

.faq-wrap .card .faq-box .card-body {
  width: 100%;
  float: left;
  padding: 0px 30px 30px;
}

.faq-wrap .card .faq-box .card-body .text-wrap {
  border-top: 1px solid #ddd;
}

.faq-wrap .card .faq-box .card-body .text-wrap h3 {
  font-size: 21px;
  padding-top: 13px;
  padding-bottom: 7px;
}

.faq-wrap .card .faq-box .card-body p {
  font-size: 16px;
}

.uniqueSection .tabs-box {
  margin-top: 100px;
}

.uniqueSection .faq-wrap {
  width: 100%;
  padding-right: 16px;
  margin-top: 0;
}

.uniqueSection .faq-wrap::before {
  display: none;
}

.uniqueSection .faq-wrap .nav-tabs {
  display: block;
  border-bottom: 0;
}

.uniqueSection .faq-wrap .nav-tabs .nav-item {
  text-align: left;
  margin: 0;
}

.uniqueSection .faq-wrap .nav-tabs .nav-link {
  padding: 0;
  border: 0;
}

.footer-cta {
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: -50px;
  z-index: 1;
}

.footer-cta .text-wrap {
  padding: 0 70px 0 56px;
}

.footer-cta .text-wrap p {
  margin-top: 20px;
}

.footer-cta .text-wrap .banner-buttons {
  margin-top: 40px;
}

.footer-cta .img-wrap {
  padding: 0 32px;
}

.footer-2 {
  background: #2b327a;
  position: relative;
  padding: 150px 0 0;
}

.footer-2::before {
  position: absolute;
  background: url(../images/footer-curve.png);
  height: 187px;
  width: 100%;
  content: "";
  top: -187px;
  left: 0;
  z-index: -1;
}

.footer-2 p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0;
}

.footer-cols {
  padding-bottom: 70px;
}

.footer-cols .footer-col-1,
.footer-cols .footer-col-2,
.footer-cols .footer-col-3,
.footer-cols .footer-col-4 {
  margin-top: 0;
}

.footer-cols h5 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-cols .footer-col-1 {
  float: left;
  width: 20%;
  padding-right: 30px;
}

.footer-cols .footer-col-1 .social-Wrap {
  margin-top: 40px;
  padding-right: 20px;
}

.footer-cols .footer-col-1 .social-Wrap h6 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-cols .footer-col-1 .social-Wrap .social-links > div {
  display: flex;
}

.footer-cols .footer-col-1 .social-Wrap .social-links li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.footer-cols .footer-col-1 .social-Wrap .social-links li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-cols .footer-col-1 .social-Wrap .social-links li a i {
  color: #fff;
  font-size: 18px;
}

.footer-cols .footer-col-2 li,
.footer-cols .footer-col-3 li {
  margin: 10px 0;
}

.footer-cols .footer-col-2 a,
.footer-cols .footer-col-3 a {
  color: rgba(255, 255, 255, 0.6);
  padding: 5px 0;
  font-size: 16px;
}

.footer-cols .footer-col-2 a:hover,
.footer-cols .footer-col-3 a:hover {
  color: #fff;
}

.footer-cols .footer-col-2 {
  width: 40%;
  padding: 0 60px 0 130px;
}

.footer-cols .footer-col-2 .footer-main-menu {
  column-count: 2;
}

.footer-cols .footer-col-3 {
  width: 20%;
}

.footer-cols .footer-col-4 {
  width: 20%;
}

.footer-cols .footer-col-4 p {
  font-weight: 500;
  margin-top: 10px;
}

.copyrights {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyrights p {
  font-size: 16px;
}

.copyrights span.number {
  color: #fff;
}

.tab-slider--nav {
  width: 100%;
  float: left;
}

.tab-slider--tabs {
  display: inline-block;
  width: auto;
  margin: auto;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  height: 50px;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: 0 8px 10px 0 rgba(152, 132, 47, 0.15);
  float: none;
}

.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #2b327a;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}

.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
  font-size: 14px;
  width: 160px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 35px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  margin: 0;
  user-select: none;
}

.tab-slider--trigger.active {
  color: #fff;
}

.wrapper {
  max-width: 1340px;
  margin: 40px auto;
  width: 100%;
  display: inline-block;
}

.wrapper .tab-content {
  float: left;
  width: 100%;
  margin-top: 80px;
  text-align: left;
}

.wrapper .tab-content .tab-pane .text-box {
  padding-left: 100px;
}

.wrapper .nav-tabs {
  border-bottom: 0;
  padding: 20px 0;
}

.wrapper .nav-tabs li a {
  width: 100%;
  text-align: center;
  width: 100%;
  padding: 20px 20px;
  border-radius: 15px;
  border: none !important;
  position: relative;
  height: 100%;
  border: 0 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 140px;
}

.wrapper .nav-tabs li a h6 {
  font-size: 15px;
}

.wrapper .nav-tabs li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #2b327a;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}

.wrapper .nav-tabs li a.active {
  background-color: #2b327a;
}

.wrapper .nav-tabs li a.active h6 {
  color: #fff;
}

.wrapper .nav-tabs li a.active::after {
  bottom: -13px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.wrapper .nav-tabs li a.active .icon {
  background: #4e6d51;
}

.wrapper .nav-tabs li a.active .icon svg {
  filter: brightness(0) invert(1);
}

.wrapper .nav-tabs li a .icon {
  display: flex;
  width: 52px;
  height: 52px;
  background: #f3f3f3;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.wrapper .nav-tabs li a .icon svg {
  height: 22px;
}

.wrapper ul.nav.nav-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  flex-wrap: inherit;
}

.wrapper ul.nav.nav-tabs.individual {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: inherit;
}

.wrapper .nav-tabs li {
  flex-basis: 180px;
  min-width: 180px;
  display: flex;
  align-items: flex-start;
  margin: 0 10px;
}

.wrapper .tabs-wrapper {
  position: relative;
  float: left;
  width: 100%;
}

.wrapper span.left,
.wrapper span.right {
  position: absolute;
  height: 140px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  color: #ffffff;
  background: #d3dbd4 url(../images/slider-arrow.png) no-repeat center center;
  transform: rotate(180deg);
}

.wrapper span.right {
  right: -50px;
  left: unset;
  background: #d3dbd4 url(../images/slider-arrow.png) no-repeat center center;
  transform: rotate(0deg);
}

.wrapper .scroller-btn.inactive {
  display: none;
}

.wrapper .fade.in {
  opacity: 1;
}

/*service page css start*/
.here-banner {
  padding-top: 198px;
  padding-bottom: 182px;
  background-position: bottom;
  background-size: cover;
}

.here-banner h1 {
  font-size: 60px;
  color: #FFF;
  font-weight: 600;
}

.here-banner p {
  font-size: 18px;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

.specialist .tab-slider--container {
  margin-top: 0px;
}

.specialist .tab-slider--container .tablist {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 15px;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
  min-height: 401px;
}

.specialist .tab-slider--container .tablist p {
  margin-top: 10px;
}

.specialist .tab-slider--container .tablist .img-wrap {
  min-height: 165px;
}

.specialist .tab-slider--container .tablist:hover {
  border-color: #2b327a;
}

.specialist div p.text-center {
  width: 60%;
  float: initial;
  margin: auto;
}

.we-do-the h1 {
  font-size: 80px;
  font-weight: bold;
  color: #204c26;
}

.why-choose h2 {
  text-align: left;
}

.why-choose .iconsvg {
  width: 20%;
  float: left;
  display: inline-block;
}

.why-choose .icontext {
  width: 80%;
  float: left;
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 80px;
}

.why-choose .icontext p {
  margin-top: 0;
}

.why-choose .icontext:nth-child(4) {
  padding-bottom: 0;
}

.why-choose .icontext:nth-child(5) {
  padding-bottom: 0;
}

.why-choose .icontext:nth-child(6) {
  padding-bottom: 0;
}

.client-testi .row a {
  align-items: center;
  background-color: #fff;
  border: none !important;
  border-radius: 15px;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 100%;
  padding: 24px 26px;
  position: relative;
  width: 100%;
}

.client-testi .row h6 {
  padding-left: 20px;
}

.usertesti .tabs-box {
  margin-top: 50px;
}

.usertesti .nav-tabs {
  width: calc(100% + 20px);
  margin: 0 -10px;
  float: left;
  border: none;
  position: relative;
  padding: 0 14%;
  grid-gap: 20px 0px;
}

.usertesti .nav-tabs li.nav-item {
  width: calc(100% - 20px);
  margin: 0 10px;
  float: left;
}

.usertesti .nav-tabs li.nav-item a {
  width: 100%;
  -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  border: none !important;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usertesti .nav-tabs li.nav-item a.active {
  background-color: #2b327a;
  box-shadow: none;
}

.usertesti .nav-tabs li.nav-item a.active:after {
  bottom: -13px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.usertesti .nav-tabs li.nav-item a.active h6 {
  color: #ffffff;
}

.usertesti .nav-tabs li.nav-item a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #2b327a;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}

.usertesti .nav-tabs li.nav-item a h6 {
  width: auto;
  text-align: center;
  padding-left: 10px;
}

.usertesti .slick-slider .slick-prev,
.usertesti .slick-next {
  top: 50%;
}

.usertesti .slick-arrow {
  position: absolute;
}

.usertesti .slick-slider {
  top: 50%;
}

/*service page css end*/
/*company account page css start*/
.text-left {
  text-align: left !important;
}

.list-of-service {
  padding-top: 171px;
  padding-bottom: 100px;
}

.who-needs-to .row .leftcol {
  padding-right: 50px;
}

.who-needs-to .row .rightcol {
  padding-left: 50px;
}

.how-to-works {
  background-repeat: no-repeat;
  background-position: center;
}

.servicesWrap #scroller li a polyline,
.servicesWrap #scroller li a rect,
.servicesWrap #scroller li a path,
.servicesWrap #scroller li a circle,
.servicesWrap #scroller li a line {
  stroke: rgb(152, 132, 47) !important;
}

.servicesWrap #scroller li a:hover {
  background-color: #2b327a;
}

.servicesWrap #scroller li a:hover .icon {
  background: #4e6d51;
}

.servicesWrap #scroller li a:hover polyline,
.servicesWrap #scroller li a:hover rect,
.servicesWrap #scroller li a:hover path,
.servicesWrap #scroller li a:hover circle,
.servicesWrap #scroller li a:hover line,
.servicesWrap #scroller li a:hover ellipse {
  stroke: rgb(255, 255, 255) !important;
}

.servicesWrap #scroller li a:hover h6 {
  color: #fff;
}

.servicesWrap #scroller li a.active {
  background-color: #2b327a;
}

.servicesWrap #scroller li a.active polyline,
.servicesWrap #scroller li a.active rect,
.servicesWrap #scroller li a.active path,
.servicesWrap #scroller li a.active circle,
.servicesWrap #scroller li a.active line,
.servicesWrap #scroller li a.active ellipse {
  stroke: rgb(255, 255, 255) !important;
}

.servicesWrap #scroller li a.active h6 {
  color: #fff;
}

.our-service .row .col-md-2 {
  margin-bottom: 20px;
  
}

.our-service .row .col-md-2 a {
  background-color: #fff;
  border: 0 !important;
  border-radius: 15px;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  height: 140px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  float: left;
}

.our-service .row .col-md-2 a:hover {
  background-color: #2b327a;
}

.our-service .row .col-md-2 a:hover h6 {
  color: #fff;
}

.our-service .row .col-md-2 a:hover .icon {
  background: rgba(243, 243, 243, 0.368627451);
}

.our-service .row .col-md-2 a:hover .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

.our-service .row .col-md-2 a:hover .st1 {
  fill: #fff;
}

.our-service .row .col-md-2 a:hover .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

.our-service .row .col-md-2 a:hover polyline,
.our-service .row .col-md-2 a:hover rect,
.our-service .row .col-md-2 a:hover path,
.our-service .row .col-md-2 a:hover circle,
.our-service .row .col-md-2 a:hover circle,
.our-service .row .col-md-2 a:hover line{
  stroke: rgb(255, 255, 255) !important;
}

.our-service .row .col-md-2 a.active {
  background-color: #2b327a;
}

.our-service .row .col-md-2 a.active polyline,
.our-service .row .col-md-2 a.active rect,
.our-service .row .col-md-2 a.active path,
.our-service .row .col-md-2 a.active circle,
.our-service .row .col-md-2 a.active circle,
.our-service .row .col-md-2 a.active circle,
.our-service .row .col-md-2 a.active line {
  stroke: rgb(255, 255, 255) !important;
}

.our-service .row .col-md-2 a.active h6 {
  color: #fff;
}

.our-service .row .col-md-2 a.active .icon {
  background: rgba(243, 243, 243, 0.368627451);
}

.our-service .row .col-md-2 a.active .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

.our-service .row .col-md-2 a.active .st1 {
  fill: #fff;
}

.our-service .row .col-md-2 a.active .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

.our-service .row .col-md-2 a .icon {
  align-items: center;
  background: #f3f3f3;
  border-radius: 100%;
  display: flex;
  height: 52px;
  justify-content: center;
  margin: 0 auto 10px;
  width: 52px;
}

.our-service .row .col-md-2 a .icon svg {
  height: 22px;
}

.st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #2b327a;
}

.st1 {
  fill: #2b327a;
}

.st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #2b327a;
}

/*company account page css end*/
.vat-schemes .row {
  padding-top: 65px;
}

.vat-schemes .tablist {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 15px;
}

.vat-schemes .tablist h5 {
  padding-top: 20px;
}

.vat-schemes .tablist p {
  margin-top: 10px;
}

.listd {
  display: flex;
  align-items: flex-start;
}

.listd h5 {
  padding-left: 14px;
}

.thisd h6 {
  color: #1f4c26;
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
}

.softrew {
  background: linear-gradient(180deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 89%);
}

.subheading h5 {
  color: #98842d;
  padding-top: 16px;
}

.subheading ul,
.subheading ol {
  margin-bottom: 10px;
}

.subheading ul li,
.subheading ol li {
  margin: 5px 0;
  padding-left: 31px;
  background-position: left;
  background-image: url("../images/chack.svg");
  background-repeat: no-repeat;
  background-position: 3px 4.1px;
}

.typlical {
  background-color: #f0f0f0;
  padding-bottom: 100px;
}

.typlical .tablist {
  background-color: #fff;
}

.ounder {
  background-color: #2b327a;
  border-radius: 100px;
  width: fit-content;
  padding: 21px;
  border-bottom-right-radius: 0;
  box-shadow: 0px 7px 12px 0px rgba(152, 132, 47, 0.4901960784);
}

.business {
  background: #fff;
  border: 1px solid transparent;
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  padding-top: 30px !important;
  border-radius: 13px;
}

.blog-boix {
  position: relative;
}

.blog-boix:before {
  content: "";
  background-image: url("../images/bacl.png");
  background-size: cover;
  width: 100%;
  height: 275px;
  position: absolute;
  bottom: 0;
  border-radius: 15px;
}

.blog-boix .innserd {
  position: absolute;
  width: auto;
  bottom: 0;
  z-index: 9999999;
  padding: 23px;
}

.blog-boix .innserd span {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding-right: 20px;
}

.blog-boix .innserd h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  padding-top: 10px;
}

.right-arrow:before {
  background-image: url("../images/right.png") !important;
}

.last-child {
  background-color: #ededed;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 354px;
}

.last-child .viewsd {
  text-align: center;
  padding: 0 35px;
}

.bokfh {
  width: 47%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.bokfh:nth-child(2n) {
  margin-right: 0;
}

.business .bokfh {
  width: 48%;
  float: left;
  margin-right: 0px;
  padding-right: 15px;
}

.bagdf {
  background-image: url("../images/babjhsd.png");
  background-size: cover;
  padding-bottom: 0;
  background-position: bottom;
}

.lands .leftcol {
  padding-bottom: 100px;
}

.lands .leftcol:nth-child(4) {
  padding-bottom: 0;
}

.col-md-6.col-sm-6.col-12.subheading {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 25px !important;
  margin: 60px 0px;
}

.optionsd .options {
  text-align: center;
  padding-top: 20px;
  padding-left: 8px;
}

.optionsd h3 {
  font-size: 36px;
  margin-bottom: 17px;
}

.optionsd .thisd {
  padding-top: 25px;
}

.optionsd .thisd .leftcol {
  float: left;
  margin-bottom: 20px !important;
}

.optionsd .thisd .rightcol {
  float: left !important;
}

.optionsd .thisd .rightcol h3 {
  margin-top: 25px;
}

.blue {
  background-image: url("../images/blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 150px;
}

.realpepr {
  position: relative;
}

.realpepr:after {
  content: "";
  position: absolute;
  background-image: url("../images/shortd.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 835px;
  left: 0;
  top: 0;
  z-index: -1;
}

.youtbvideo {
  position: relative;
}

.youtbvideo:before {
  content: "";
  position: absolute;
  background-image: url("../images/video3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 50%;
  z-index: 29;
  bottom: -22px;
}

.youtbvideo:after {
  content: "";
  position: absolute;
  background-image: url("../images/video4.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 27px;
  height: 30px;
  right: -5px;
  z-index: 0;
  top: 47px;
}

.youtbvideo .listvideo {
  position: relative;
}

.youtbvideo .listvideo:before {
  content: "";
  position: absolute;
  background-image: url("../images/video1.png");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  width: 123px;
  height: 123px;
  left: -62px;
  z-index: 1;
  top: -14px;
}

.youtbvideo .listvideo:after {
  content: "";
  position: absolute;
  background-image: url("../images/video2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  right: -40px;
  z-index: 1;
  bottom: -38px;
}

.youtbvideo .listvideo iframe {
  z-index: 25;
  position: relative;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

img.feimage {
  margin-top: 39px;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
}

.softtext {
  text-align: center;
  width: 75%;
  margin: auto;
  float: inherit;
}

.bggray {
  background-color: #f8f8f8;
}

.services .blue {
  background-image: inherit;
}

.services .servicesWrap.pdgt100 {
  padding-top: 0;
  margin-bottom: 0;
}

.who-needs-to .text-center {
  width: 95%;
  float: inherit;
  margin: auto;
  padding-top: 112px !important;
}

.howWeWorkGroup {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.howWeWorkGroup .leftcol {
  padding-right: 45px;
}

.howWeWorkGroup .rightcol {
  padding-left: 45px;
}

.howobders {
  position: relative;
  margin-top: 60px;
}

.contractors .howWeWorkGroup {
  background-color: inherit;
  padding-top: 30px;
  padding-bottom: 0;
}

.contractors .howWeWorkGroup .howobders {
  background-image: inherit;
}

.contractors .who-needs-to {
  padding-top: 0;
  padding-bottom: 100px;
}

.contractors .item .who-needs-to {
  padding-bottom: 50px;
}

.contractors .specialist {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 70px;
}

.landlords .howWeWorkGroup {
  background-image: url("../images/tranbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: inherit;
}

.landlords .howWeWorkGroup .howobders {
  background-image: inherit;
  margin-top: 0;
}

.land .howWeWorkGroup {
  padding-bottom: 150px;
}

.e-commerce .howWeWorkGroup {
  background-image: url("../images/ebg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: inherit;
  background-position: bottom;
}

.e-commerce .who-needs-to {
  padding-top: 0;
}

.e-commerce .who-needs-to .text-center {
  display: none;
}

.e-commerce .tab-content .who-needs-to {
  padding-top: 100px;
  padding-bottom: 40px;
}

.e-commerce .ecomaddni {
  padding-bottom: 100px;
}

.e-commerce .faqsWrapSection .text-center {
  display: block;
}

.download-ebook-wrap {
  background-image: url("../images/doen-min.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.download-ebook-wrap:before {
  background-color: #6dbd45;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.download-ebook-wrap .text-wrap h2 {
  color: #fff;
}

.download-ebook-wrap .text-wrap p {
  color: #fff;
  margin-bottom: 35px;
  width: 80%;
}

.sheetsrevoults h4.sharet {
  display: none;
}

.hubdoc .bgblue {
  background-color: rgb(248, 248, 248);
}

.textetrs {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 27px;
}

ul#nav-tabs-wrapper li svg path,
ul#nav-tabs-wrapper li svg rect {
  stroke: #2b327a !important;
}

ul#nav-tabs-wrapper li:hover a {
  background-color: #2b327a;
  box-shadow: none;
}

ul#nav-tabs-wrapper li:hover a svg path,
ul#nav-tabs-wrapper li:hover a svg rect {
  stroke: #fff !important;
}

ul#nav-tabs-wrapper li:hover a h6 {
  color: #fff;
}

.quick-book .qucicktab {
  padding-bottom: 100px;
}

.quick-book .qucicktab .row {
  padding-top: 0;
}

.king-benefits .title-wrap h2 {
  width: 80%;
  float: initial;
  margin: auto;
}

.king-benefits ul li {
  list-style: none;
  background-position: inherit;
}

.king-benefits ul li::marker {
  font-weight: 600;
}

.king-benefits .leftcol {
  padding-bottom: 0 !important;
}

.king-benefits .leftcol .title-wrap.left {
  display: none;
}

.leftcol,
.rightcol {
  padding-bottom: 50px;
}

.leftcol:last-child,
.rightcol:last-child {
  padding-bottom: 0px !important;
}

.center-heading {
  width: 80%;
  float: initial;
  margin: auto;
}

.ulited li {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 17px;
}

.calltest {
  padding-top: 50px;
}

.calltest p {
  width: 72%;
  float: initial;
  margin: auto;
  padding-bottom: 30px;
}

.abour .col-md-6.col-sm-6.col-12 {
  width: 100%;
}

.abour .here-banner h1 {
  text-align: center !important;
}

.abour p.text-left {
  text-align: center !important;
}

.office-list {
  padding-top: 50px;
}

.office-list .list-off {
  background-repeat: no-repeat;
  width: 16.66%;
  float: left;
  height: 650px;
  position: relative;
}

.office-list .list-off:before {
  background-color: rgba(0, 0, 0, 0.4784313725);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.office-list .list-off .postheading {
  z-index: 999;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.office-list .list-off .postheading p {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  text-align: center;
}

.office-list .list-off .postheading h6 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.office-list .list-off .postbtn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 999;
}

.office-list .list-off .bthfg {
  width: 40px;
  height: 40px;
}

.whay-about .topbanners {
  padding-bottom: 0 !important;
}

.quilyfiy {
  background: #fff;
  border-radius: 15px;
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-top: 50px;
}

.quilyfiy .leftcol,
.quilyfiy .rightcol {
  padding-top: 0 !important;
}

.futrliplugin .faq-wrap h5 {
  padding-top: 10px;
  padding-bottom: 24px;
  font-size: 22px;
  color: #2b327a;
}

.dext .tabs-box h6,
.dext .fertures h6 {
  font-size: 15px !important;
  padding-top: 0px !important;
}

.dext h6 {
  font-size: 26px;
  color: #333333;
  font-weight: 600;
  padding-top: 40px;
}

.dext span.dextnumberr {
  display: none;
}

.dext .col-md-4 h6 {
  margin-top: 20px;
}

.dext .col-md-4:first-child h6 {
  padding-left: 72px;
  padding-top: 0 !important;
  line-height: 180%;
  text-align: left !important;
  position: relative;
}

.dext .col-md-4:nth-child(2) h6 {
  padding-left: 72px;
  padding-top: 0 !important;
  line-height: 180%;
  text-align: left !important;
  position: relative;
}

.dext .col-md-4:last-child h6 {
  padding-left: 72px;
  padding-top: 0 !important;
  line-height: 180%;
  text-align: left !important;
  position: relative;
}

.lwasd {
  background-image: url("../images/shortd.png");
  background-position: initial;
}

.should .optionsd .thisd {
  background-image: url("../images/nymbers.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 84px;
}

.should .optionsd .thisd .leftcol {
  padding-right: 170px;
}

.should .optionsd .thisd .rightcol {
  padding-left: 170px;
}

.kibslist .leftcol {
  padding-right: 70px;
}

.kibslist .rightcol {
  padding-left: 70px;
  padding-top: 0 !important;
}

.header .header-right .nav-main .servileft li {
  padding-left: 42px !important;
}

.header .header-right .nav-main ul.sub-menu.services {
  width: 1100px !important;
  padding: 50px !important;
  border-radius: 15px !important;
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 50px;
  left: -410px !important;
}

.header .header-right .nav-main ul.sub-menu.services:before {
  left: 40% !important;
  border-bottom: 10px solid #fff !important;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section h5 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 30px;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section .left {
  width: 70%;
  float: left;
  display: inline-block;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section .right {
  width: 30%;
  float: left;
  display: inline-block;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section .right li {
  width: 100%;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li {
  padding-bottom: 20px;
  width: 50%;
  background-repeat: no-repeat;
  height: 40px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  background-size: 33px;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li a {
  padding: 0;
  border-bottom: none;
  font-weight: 500;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li p {
  margin-top: 0;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.company-accounts {
  background-image: url("../images/Company-Accounts.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.bookkeeping {
  background-image: url("../images/booking.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.vat {
  background-image: url("../images/vat.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.payroll {
  background-image: url("../images/payrool.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.auto-enrolment {
  background-image: url("../images/auto.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.part-time {
  background-image: url("../images/pt.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.business-tax {
  background-image: url("../images/busniness-tax.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.tax-investigation {
  background-image: url("../images/tax-d.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.company-formation {
  background-image: url("../images/compant-f.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.registered-address {
  background-image: url("../images/reg.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.business-legal {
  background-image: url("../images/business-lead.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.software-integration {
  background-image: url("../images/software.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.personal-tax {
  background-image: url("../images/parsoneltext.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li.visa {
  background-image: url("../images/visa.fw.png");
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li .numiore {
  width: 33px;
  float: left;
  text-align: center;
  height: 33px;
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: space-around;
  border-radius: 7px;
  margin-right: 11px;
  font-weight: 500;
  font-size: 14px;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li .numberone {
  background-color: #faefc2 !important;
  color: #ebbf13;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li .numbertwo {
  background-color: #f5e5f0 !important;
  color: #b74693;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li .numberthree {
  background-color: #fde4cc !important;
  color: #f27d09;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li .numberfor {
  background-color: #dfeff7 !important;
  color: #2f8ebd;
}

.header .header-right .nav-main ul.sub-menu.services .mainrow.section li .menus {
  width: 76%;
  float: left;
}

.header .header-right .nav-main #about {
  width: 1300px !important;
  left: inherit !important;
  right: -116%;
}

.header .header-right .nav-main #about:before {
  left: 90% !important;
}

.fertured {
  width: 100%;
  float: left;
  display: block;
}

.fertured .tabmane {
  width: 25%;
  float: left;
  padding: 0;
  margin-left: 0;
  background-image: url("../images/color.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  left: 51px;
  -ms-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}

.fertured .tabmane ul {
  display: block;
  border-bottom: unset;
}

.fertured .tabmane ul li {
  margin: 0;
}

.fertured .tabmane ul li:last-child a {
  border-bottom: unset;
}

.fertured .tabmane ul li a {
  color: #333333;
  font-size: 16px;
  float: left;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 18px 20px;
  margin-bottom: 0 !important;
  background-color: inherit !important;
}

.fertured .tabmane ul li a:hover {
  background-color: #2b327a !important;
  width: 370px;
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-color: inherit;
  border: unset;
}

.fertured .tabmane ul li a:hover h6 {
  color: #fff;
}

.fertured .tabmane ul li a.active {
  background-color: #2b327a !important;
  width: 370px;
  color: inherit;
  cursor: pointer;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-color: inherit;
  border: unset;
}

.fertured .tabmane ul li a.active h6 {
  color: #fff;
}

.fertured .tab-content {
  width: 75%;
  float: left;
  padding-left: 150px;
}

.fertured .tab-content p {
  margin-top: 0;
  margin-bottom: 40px;
}

.fertures {
  background-repeat: no-repeat;
  background-position: revert;
  height: 100%;
}

.fathmo-fera .who-needs-to {
  background-color: inherit;
}

.sdsge {
  padding-bottom: 150px;
}

.secrivess .blue {
  background-image: inherit;
  padding-bottom: 100px;
}

.texts {
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 180%;
}

.ebooks {
  width: 660px;
}

.ebooks .iput {
  position: relative;
}

.ebooks .iput input#email {
  width: 660px;
  height: 70px;
  border-radius: 100px;
  border: unset;
  padding-left: 60px;
  background-image: url("../images/mail.png");
  background-repeat: no-repeat;
  background-position: 4% 27px;
}

.ebooks .iput input#submit {
  background-color: #2b327a;
  height: 70px;
  border: unset;
  width: 291px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
  position: absolute;
  right: 0;
  background-image: url("../images/download.png");
  background-repeat: no-repeat;
  background-position: 85% 26px;
  line-height: 34px;
}

.ebooks .check {
  display: flex;
  padding-top: 32px;
}

.ebooks .check label {
  font-size: 18px;
  line-height: 26px;
  padding-left: 15px;
  color: #fff;
  padding-top: 0;
}

.ebooks .check label a {
  text-decoration: underline;
}

.ebooks .check input#check {
  width: 20px;
  height: 20px;
  appearance: auto;
  position: relative;
  top: 3px;
}

.blog-single {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 0px;
  border-radius: 15px;
}

.blog-single .rightside {
  display: flex;
  align-items: center;
}

.blog-single .col-sm-6 {
  position: relative;
}

.blog-single .col-sm-6 img {
  width: 100%;
}

.blog-single .tag {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  float: none;
  clear: both;
  padding: 0px 25px;
}
.blog-single .tag ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-single .tag ul li {
  display: block;
  width: auto;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 15px !important;
}

.list-blog .tag ul {
  display: flex;
  flex-wrap: wrap;
}
.list-blog .tag ul li {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 15px !important;
}

.blog-single .blig {
  padding-left: 50px;
  padding-right: 65px;
}

.blog-single .blig .date-name {
  padding-bottom: 25px;
}

.blog-single .blig .date-name p {
  margin-top: 0;
  color: #455263;
  font-size: 14px;
}

.blog-single .blig .date-name p span {
  color: #1f4c26;
  font-weight: 600;
}

.blog-single .blig .date-name p.dates {
  text-align: right;
  position: relative;
  background-image: url("../images/date.png");
  background-repeat: no-repeat;
  width: auto;
  padding-left: 24px;
  background-position: center left;
  float: right;
  color: #666666;
}

.blog-single .blig h3 {
  font-size: 36px;
}

.list-blog {
  margin-top: 100px;
  margin-bottom: 100px;
}

.list-blog h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0 !important;
}

.list-blog .blig {
  height: 252px;
}

.list-blog .col-sm-6 {
  position: relative;
}

.list-blog .b-list {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 0px;
  border-radius: 15px;
}

.list-blog .b-list img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.list-blog .b-list:hover {
  box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 40px 0px;
}

.list-blog p {
  margin-top: 0;
  color: #455263;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-blog p span {
  color: #1f4c26;
  font-weight: 600;
}

.list-blog .blig {
  padding: 25px;
}

.list-blog p.dates {
  text-align: right;
  position: relative;
  background-image: url("../images/date.png");
  background-repeat: no-repeat;
  width: auto;
  padding-left: 24px;
  background-position: center left;
  float: right;
  color: #666666;
}

.list-blog h3 {
  font-size: 24px;
  padding-bottom: 6px;
  min-height: auto;
}

.list-blog .blogsd {
  position: relative;
}

.bc-list {
  background-image: url("../images/b3.png");
  background-repeat: no-repeat;
  height: 493px;
  position: relative;
  text-align: center;
  border-radius: 15px;
  background-size: cover;
}

.bc-list:before {
  background-color: rgba(35, 76, 38, 0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.bc-list h2 {
  font-size: 44px;
  z-index: 999;
  position: relative;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 126px;
}

.bc-list h6 {
  font-size: 24px;
  z-index: 999;
  position: relative;
  color: #fff;
  text-align: center;
}

.bgblogs {
  background-image: url("../images/blogbg.png");
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
}

.list-blog .tag {
  justify-content: center;
  padding-left: 10px;
}

.blog-detail {
  width: 1070px;
  margin: auto;
  float: inherit;
}

.blog-detail h1 {
  font-size: 54px;
  font-weight: 600;
  color: #6dbd45;
  font-family: "Graphik";
  text-transform: capitalize;
  margin-bottom: 14px;
}

.blog-detail .list-blog {
  margin-top: 100px;
  margin-bottom: 0;
}

.blog-detail .tag span {
  background-color: #2b327a;
  padding: 10px 20px;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  margin-right: 10px;
}

.blog-detail .section p {
  margin-top: 0px;
  margin-bottom: 16px;
}

.blog-detail .section a {
  color: #98842e;
  font-weight: 600;
}

.blog-detail .section ul li,
.blog-detail .section ol li {
  line-height: 30px;
  background-size: 21px;
}

.blog-detail .section h2,
.blog-detail .section h3,
.blog-detail .section h4,
.blog-detail .section h5,
.blog-detail .section h6 {
  font-size: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.blog-detail .section .wp-block-image {
  margin-bottom: 30px;
}

.blog-detail .section .wp-block-image img {
  width: auto;
  border-radius: 5px;
  margin: 10px 0;
  height: auto;
}

.blog-detail .section div {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 5px;
  max-width: 100% !important;
}

.whythis .topbanners {
  padding-bottom: 0 !important;
}

.helps {
  background-image: url("../images/shortd.png");
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 150px;
  background-position: bottom;
}

.helps .list {
  width: 86%;
  margin: auto;
  float: initial;
  margin-top: 50px !important;
}

.helps .list p {
  margin-top: 0;
}

.helps .list .left {
  width: 48%;
  float: left;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  margin-right: 27px;
  padding: 40px 40px;
}

.helps .list .left:last-child {
  margin-right: 0;
}

.helps .calltoheradinf {
  margin-bottom: 50px;
}

.e-books p.ebooks {
  display: none;
}

.e-books p.etext {
  width: 60%;
  float: inherit;
  margin: auto;
  text-align: center;
}

.e-books .title-wrap {
  margin-bottom: 53px;
}

.e-books .col-sm-6 {
  width: 33.33%;
}

.e-books .tablist {
  box-shadow: unset;
  padding: 0px;
  border-radius: 0px;
}

.e-books .ounder {
  background-color: unset;
  border-radius: 0;
  padding: 0;
  box-shadow: unset;
  text-align: center;
}

.e-books .ounder img {
  width: 64%;
  margin: auto;
  float: initial;
}

.officehome .here-banner {
  padding: 0px !important;
  background-image: url("../images/office.png") !important;
  height: 600px;
}

.officehome .here-banner .container {
  height: 100%;
}

.officehome .here-banner .container .row {
  height: 100%;
  align-items: center;
}

.officehome .here-banner .container .row .offihj {
  display: none;
}

.officehome .here-banner .container .row p.text-left.p-0 {
  width: 60%;
  float: initial;
  color: aliceblue;
  margin: auto;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

.officehome .col-md-6.col-sm-6.col-12 {
  width: 100%;
}

.officehome .col-md-6.col-sm-6.col-12 h1 {
  text-align: center !important;
}

.officehome .col-md-6.col-sm-6.col-12 p {
  text-align: center !important;
}

.multilan .tabs-wrap .tab-content .tab-pane .img-box {
  min-height: auto;
}

.recurment .here-banner {
  padding: 0px !important;
  background-image: url("../images/recur.png") !important;
  height: 600px;
}

.recurment .here-banner .container {
  height: 100%;
}

.recurment .here-banner .container .row {
  height: 100%;
  align-items: center;
}

.recurment .here-banner .container .row .offihj {
  display: none;
}

.recurment .here-banner .container .row p.text-left.p-0 {
  width: 60%;
  float: initial;
  margin: auto;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

.recurment .here-banner .container .col-md-6.col-sm-6.col-12 {
  width: 100%;
}

.recurment .here-banner .container .col-md-6.col-sm-6.col-12 h1 {
  text-align: center !important;
}

.recurment .here-banner .container .col-md-6.col-sm-6.col-12 p {
  text-align: center !important;
}

.software .blue {
  background-image: url("../images/shortd.png") !important;
}

.software .blue h4 {
  font-size: 54px;
  font-weight: 600;
  color: #6dbd45;
  font-family: "Graphik";
}

.recru-list .innserlist {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  padding: 45px 70px;
  margin-bottom: 30px;
}

.recru-list .innserlist p {
  margin-top: 0;
  padding-top: 13px;
}

.recru-list .innserlist p a {
  color: #98842e;
  font-weight: 600;
}

.recru-lists .innserlist {
  background: #fff;
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  padding: 45px 70px;
}

.recru-lists .innserlist p {
  margin-top: 0;
  padding-top: 13px;
}

.recru-lists .innserlist p a {
  color: #98842e;
  font-weight: 600;
}

.sharet {
  display: none;
}

.re-traing .sharet {
  display: block;
}

.re-traing p.section {
  margin-bottom: 60px;
  margin-top: 5px;
}

.re-traing .topbanners {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.topheadingdf {
  padding-top: 50px;
}

.topheadingdf .text p span span {
  color: #98842d;
  font-size: 18px;
  font-weight: 600;
  padding-right: 10px;
}

.howIt p.ebooks {
  display: none;
}

.howIt .col-sm-6 {
  width: 33.33%;
}

.hfytj .row {
  padding-top: 0;
}

.meeting {
  -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  padding: 50px;
  padding-bottom: 100px;
  border-radius: 10px;
}

.meeting .meeetinhone {
  text-align: center;
}

.meeting .meeetinhone p {
  margin-top: 0;
  color: gray;
  font-size: 14px;
}

.meeting .meeetinhone h6 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.meeting .meet {
  margin-top: 30px;
}

.meeting .meet .meetingtwo {
  width: 69%;
  margin: auto;
  float: initial;
}

.meeting .meet .meetingtwo h5 {
  font-size: 20px;
  font-weight: 600;
}

.meeting .meet .meetingtwo p {
  margin-top: 15px;
}

.meeting .meet .meetingtwo .left {
  width: 46%;
  float: left;
  border-top: 1px solid rgba(128, 128, 128, 0.231372549);
  padding-top: 15px;
  padding-left: 17px;
  margin-right: 34px;
}

.meeting .meet .meetingtwo .left h5.video {
  background-image: url("../images/image3.jpg");
  background-repeat: no-repeat;
  padding-left: 44px;
  background-position: center left;
  display: flex;
  align-items: center;
}

.meeting .meet .meetingtwo .left h5.video i.fa.fa-caret-right {
  font-size: 31px;
  padding-left: 10px;
}

.meeting .meet .meetingtwo .right {
  width: 46%;
  float: left;
  border-top: 1px solid rgba(128, 128, 128, 0.231372549);
  padding-top: 15px;
  padding-left: 17px;
  margin-right: 34px;
}

.meeting .meet .meetingtwo .right h5.telephone {
  background-image: url("../images/image2.jpg");
  background-repeat: no-repeat;
  padding-left: 44px;
  background-position: center left;
  display: flex;
  align-items: center;
}

.meeting .meet .meetingtwo .right h5.telephone i.fa.fa-caret-right {
  font-size: 31px;
  padding-left: 10px;
}

.forma {
  -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.forma .left {
  width: 50%;
  float: left;
}

.forma .right {
  width: 50%;
  float: left;
  padding: 50px;
}

.forma .right .left {
  width: 100%;
}

.forma .right p {
  font-size: 20px;
}

.calls {
  -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 50px;
}

.calls h2 {
  width: 79%;
  margin: auto;
  float: initial;
}

.calls .bovxs {
  margin-top: 50px;
  width: 92%;
  margin: auto;
  float: initial;
}

.calls .suppior {
  margin-top: 50px;
}

.calls .left {
  width: 47%;
  float: left;
  margin-right: 50px;
  padding: 50px;
  border: 1px solid rgba(128, 128, 128, 0.2588235294);
  border-radius: 10px;
}

.calls .left span.spanlleft {
  width: 15%;
  float: left;
}

.calls .left span.spanright {
  width: 85%;
  float: left;
  padding-left: 39px;
}

.calls .left span.spanright p {
  margin-top: 0;
  display: inline-block;
}

.calls .left span.spanright h5 {
  color: #1f4c26;
  font-weight: 600;
}

.calls .right {
  width: 47%;
  margin-right: 10px;
  float: left;
  padding: 50px;
  border: 1px solid rgba(128, 128, 128, 0.2588235294);
  border-radius: 10px;
}

.calls .right p {
  font-size: 18px;
}

.calls .right span.spanlleft {
  width: 15%;
  float: left;
}

.calls .right span.spanright {
  width: 85%;
  float: left;
  padding-left: 39px;
}

.calls .right span.spanright p {
  margin-top: 0;
  display: inline-block;
}

.calls .right span.spanright h5 {
  color: #1f4c26;
  font-weight: 600;
}

.contacttab .nav-tabs li.nav-item {
  width: calc(100% - 20px);
  margin: 0 40px;
  float: left;
}

.forma .conatc-form {
  margin-top: 20px;
}

.forma .conatc-form .left {
  width: 48.666%;
  float: left;
  margin-bottom: 20px;
  margin-right: 15px;
}

.forma .conatc-form .left:last-child {
  margin-right: 0;
}

.forma .conatc-form .left input,
.forma .conatc-form .left select {
  width: 100%;
  height: 60px;
  border-radius: 14px;
  border-color: #dddddd;
  border-style: solid;
  padding: 10px;
  font-size: 14px;
  border-width: 1px;
}

.forma .conatc-form textarea {
  width: 100%;
  height: 130px;
  border-radius: 14px;
  border-color: #dddddd;
  border-style: solid;
  padding: 10px;
  font-size: 14px;
}

.forma .conatc-form .check {
  display: flex;
  padding-top: 32px;
}

.forma .conatc-form .check input#check {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
  appearance: auto;
}

.forma .conatc-form .check label {
  font-size: 18px;
  line-height: 26px;
  padding-left: 15px;
}

.forma .conatc-form .check label a {
  text-decoration: underlin;
  color: #2b327a;
}

.cookies .col-md-6 {
  width: 100%;
}

.cookies .col-md-6 .text-wrap {
  width: 100%;
}

.cookies .col-md-6 h1 {
  text-align: center !important;
}

.cookies h2 {
  font-size: 28px;
  margin-top: 23px;
}

.cookies h3 {
  margin-top: 23px;
}

.cookies p {
  margin-top: 0;
  padding-bottom: 24px;
}

.cookies a {
  color: #2b327a;
  font-weight: 500;
}

.cookies .how-to-works {
  padding-bottom: 0;
}

ul.social-links li {
  margin-right: 5px;
}

.howItWorksWrapper {
  padding-bottom: 100px;
}

h1 .green.grow {
  display: block;
}

.menu-item-has-children ul li p {
  font-size: 14px;
}

.calltoheradinf {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
}

.calltoheradinf .calltotext {
  width: 60%;
  float: inherit;
  margin: auto;
}

.callheading {
  font-size: 50px;
  padding-bottom: 20px;
}

.banner-buttons .btn-brown:nth-child(2) {
  background-color: #6dbd45;
  -ms-box-shadow: 0 8px 10px 0 rgba(35, 76, 38, 0.15);
  box-shadow: 0 8px 10px 0 rgba(35, 76, 38, 0.15);
}

.banner-buttons .btn-brown:nth-child(2):hover {
  background-color: #2b327a;
}

.textetrs {
  width: 59%;
  float: inherit;
  margin: auto;
}

.faqsWrapSection .col-md-12.col-sm-12.col-12.text-center {
  z-index: 99999;
}

.vat-schemes p.ebooks {
  display: none;
}

.who-needs-to .row .subheading .intext {
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 180%;
  margin-top: 30px;
  width: 100%;
  float: left;
}

.vat-schemes .tablist {
  min-height: 245px;
}

.intext p {
  margin-top: 0;
}

.businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
  margin-right: 64px;
  width: 47%;
  margin-bottom: 0 !important;
}

.businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5:last-child {
  margin-right: 0 !important;
}

.busssinetabs .businesstablist {
  margin-top: 100px;
}

.busssinetabs .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
  margin-right: 38px;
  width: 47%;
  margin-bottom: 0 !important;
}

.busssinetabs .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5:last-child {
  margin-right: 0 !important;
}

.busssinetabs .tab-pane .img-box {
  min-height: auto !important;
}

.con-bg .howWeWorkGroup {
  background-color: inherit;
}

.contractors {
  background-color: inherit;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.con-bg .howobders {
  background-image: inherit;
}

.land .howWeWorkGroup {
  padding-bottom: 0px;
}

.etab .who-needs-to {
  padding-bottom: 20px;
}

.qucicktab .tabs-wrap .tab-content .tab-pane .img-box {
  min-height: 515px;
}

.quickhow {
  padding-top: 50px;
  padding-bottom: 50px;
}

.istrgat .text-center {
  padding: 0 !important;
}

.dexts {
  padding-top: 50px;
}

.autornet {
  padding-top: 20px;
  padding-bottom: 80px;
}

.autornet .leftcol {
  margin-bottom: 0 !important;
  padding-right: 50px;
  padding-bottom: 0 !important;
}

.autornet .rightcol {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.autoferatuy .fertures {
  padding-top: 50px;
}

.autoxero .topbanners {
  padding-bottom: 0;
}

.autoxero ul {
  padding-top: 30px;
}

.dextferst .fertures {
  margin-top: 40px;
}

.dextwork .topbanners {
  padding-bottom: 0px;
}

.dextbenift .texts p {
  margin-top: 10px;
}

.fatmsection {
  padding-top: 100px;
}

.youtb .text-center {
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 180%;
  margin-top: 30px;
}

.fsthomcall .callheading {
  padding-bottom: 0;
}

.futliers {
  padding-top: 50px;
}

.futliers .rightcol {
  margin-bottom: 50px !important;
}

.ftrt {
  padding-bottom: 100px;
  padding-top: 50px;
}

.ftrt .text-center p {
  margin-bottom: 40px;
}

.uniqueSection .tabs-box {
  margin-top: 50px;
}

.ready .calltoheradinf {
  padding-top: 20px;
  padding-bottom: 20px;
}

.revolut {
  padding-top: 100px;
}

.revoltab {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.revoltab .img-box {
  min-height: auto !important;
}

.ready .calltotext {
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 180%;
  margin-top: 0;
}

.cashbebi {
  padding-bottom: 100px;
}

.abutrd .row {
  padding-bottom: 60px;
}

.abutrd .row .col-md-6 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.littel {
  padding-top: 80px;
  padding-bottom: 80px;
}

.littel ul,
.littel .texts {
  padding-top: 10px;
}

.helps .title-wrap {
  margin-bottom: 45px;
}

.redfe {
  padding-bottom: 50px;
}

.whythis {
  padding-bottom: 50px;
}

.e-books .specialist {
  background-color: inherit !important;
}

.texts {
  padding-top: 18px;
}

.officecall h4.text-center.callheading {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #214c26;
}

.multilan {
  padding-top: 50px;
}

.multilan .img-box {
  text-align: right;
}

.multilan .img-box img {
  width: 100%;
}

.recriment {
  padding-top: 100px;
}

.retest .calltotext {
  font-family: "Graphik";
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 180%;
}

.recru-lists .innserlist {
  margin-bottom: 69px;
}

.re-traing .topheadingdf {
  padding-bottom: 31px;
}

.re-traing h2 {
  font-size: 30px;
  margin-top: 20px;
}

.re-traing p {
  margin-top: 0;
}

.re-traing h3 {
  margin-top: 20px;
  font-size: 25px;
}

.ftab .title-wrap {
  margin-bottom: 81px;
}

.calltoheradinf p {
  margin-top: 16px;
}

.blogfaq {
  background-color: #dee4df;
}

.blodg {
  padding-top: 100px;
}

.blog-details h3 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.blig h3 {
  margin-bottom: 0;
}

.blig .texts.section {
  padding-top: 0;
}

.blig .texts.section p {
  margin-top: 13px;
}

.businegd {
  padding-bottom: 0 !important;
}

.tabsd-conat {
  padding-top: 50px;
}

.tabsd-conat .imagelisrt {
  float: left;
}

.tabsd-conat .imagelisrt video {
  width: 100%;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 14px;
  cursor: pointer;
}

.tabsd-conat .imagelisrt h5 {
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
}

.tabsd-conat .imagelisrt.active video {
  outline: 5px solid #2b327a;
}

.tabsd-conat .imagelisrt:hover video {
  outline: 5px solid #2b327a;
}

.client-testi {
  padding-top: 100px !important;
}

.client-testi .row {
  width: 76%;
  margin: auto;
}

.lastcon {
  margin-top: 40px;
}

.lastcon .conlis {
  padding: 50px;
  background-color: #f8f8f8;
  border-radius: 16px;
}

.lastcon .conlis p {
  margin-top: 0 !important;
}

.lastcon .conlis .commenst {
  text-align: center;
  width: 88%;
  margin: auto;
  float: initial;
  position: relative;
}

.lastcon .conlis .commenst:before {
  background-image: url("../images/qw.png");
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 31px;
  height: 27px;
}

.lastcon .conlis .commenst p {
  text-indent: 27px;
}

.lastcon .conlis .commenst .userimage {
  text-align: center;
  margin-top: 20px;
}

.lastcon .conlis .conslidk {
  margin-top: 50px;
}

.lastcon .conlis .conslidk .listdg {
  width: 31.8%;
  float: left;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 20px;
  margin-right: 28px;
}

.lastcon .conlis .conslidk .listdg:last-child {
  margin-right: 0;
}

.lastcon .conlis .conslidk .listdg h2 {
  font-size: 28px;
  color: #333333;
  padding-top: 21px;
  padding-bottom: 5px;
}

.lastcon .conlis .conslidk .listdg p {
  padding-right: 23px;
}

.lastcon .conlis .userimage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

.lastcon .conlis .userimage span .userimage {
  margin-top: 0;
}

.lastcon .conlis span.username {
  color: #1f4c26;
  font-weight: 600;
  padding-left: 20px;
}

.lastcon .conlis span.posotioh {
  color: #c0bfbf;
  padding-left: 10px;
}

.tetsg {
  margin-top: 20px;
}

.tetsg p {
  width: 60%;
  float: initial;
  margin: auto;
}

.abour .list-of-service .text-wrap {
  width: 100%;
  float: initial;
}

.slick-slider .slick-slide {
  padding: 10px 15px;
}

.slick-slider .slick-arrow {
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 0px;
  /* color: #000; */
  font-weight: 500;
  line-height: 120%;
  background: url("../images/lefrt.png") no-repeat;
  background-position: center center;
  right: -65px;
  opacity: 1;
  z-index: 99999;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  width: 54px;
  height: 54px;
  background-color: #fff !important;
}

.slick-slider .slick-arrow:before {
  display: none;
}

.slick-slider .slick-arrow:hover {
  background: url("../images/lefrt.png") no-repeat;
  background-position: center;
}

.slick-slider .slick-arrow:focus {
  background: url("../images/lefrt.png") no-repeat;
  background-position: center;
}

.slick-slider .slick-arrow.slick-next {
  right: -65px;
  left: inherit;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-slider .slick-prev {
  left: -65px;
  top: 56%;
}

.star {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}

.star .fa {
  color: #2b327a;
  padding-right: 2px;
}

img.userimage {
  border-radius: 100px;
  width: 75px;
  height: 75px;
}

.officecall .banner-buttons {
  margin-top: 45px;
}

.officecall h4.callheading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  color: rgb(33, 76, 38);
  font-size: 80px;
}

.servicdf .howWeWorkGroup {
  padding-bottom: 0 !important;
}

.acciunt {
  position: relative;
  padding-bottom: 0;
  padding-top: 100px;
}

.acciunt .rightcol {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.acciunt .rightcol img {
  display: none;
}

.acciunt .leftcol {
  padding-top: 79px !important;
  padding-bottom: 0 !important;
}

.acciunt .leftcol p {
  margin-top: 10px;
}

.acciunt img.officeimage {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47%;
}

.acciunt .texts {
  padding-bottom: 160px;
}

.contsagd {
  padding-top: 100px;
}

.map {
  background: #1e1a24;
  float: left;
  height: 545px;
  position: relative;
  width: 100%;
}

#map {
  height: 100%;
}

.officecallsss .text-center div {
  width: 100%;
  float: left;
  margin-top: 22px;
}

.officecallsss .text-center div p {
  width: 80%;
  float: initial;
  margin: auto;
}

.error-downloadebook {
  display: none;
}

.vat-schemes .undefined {
  width: 33.33%;
}

.vat-schemes .undefined .tablist {
  min-height: 504px;
}

.visalist .section.vat-schemes.pdgtb100.specialist,
.taxsec .section.vat-schemes.pdgtb100.specialist {
  background-color: rgb(248, 248, 248) !important;
}

.visalist .vat-schemes .undefined,
.taxsec .vat-schemes .undefined {
  width: 25%;
}

.visalist .vat-schemes .undefined .tablist,
.taxsec .vat-schemes .undefined .tablist {
  background-color: #fff;
  min-height: 521px;
}

.visahow .howWeWorkGroup {
  background-color: #fff;
  padding-bottom: 100px;
}

.visahow.sds.section .howWeWorkGroup {
  background-color: #f8f8f8 !important;
}

.bookingd .text-center h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.specialistaccountant p.text-center {
  padding-top: 23px;
}

.specialistaccountant .servicesWrap {
  padding-top: 0 !important;
}

.specialistaccountant .servicesWrap .tab-slider--container.section {
  margin-top: 33px;
}

.retest .callheading {
  width: 75%;
  float: initial;
  margin: auto;
  margin-bottom: 40px;
}

.bisunessfgd .business {
  min-height: 420px;
}

.list-of-service .text-wrap {
  width: 100%;
  float: initial;
}

.get-in-touch,
.error-in {
  display: none;
}

.officehome .list-of-service .text-wrap {
  width: 100%;
  float: left;
}

.servhf .software-partnerwrap {
  padding-top: 0;
}

.who-needs-to .row:last-child .leftcol,
.who-needs-to .row:last-child .rightcol {
  padding-bottom: 0px !important;
  margin-bottom: 0 !important;
}

.etab .bokfh .business {
  min-height: 328px;
}

.etab .bokfh:last-child .business {
  background-color: #ededed;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 354px;
}

.etab .bokfh:last-child .business .bokfh {
  width: 100%;
  text-align: center;
}

.etab .bokfh:last-child .business .bokfh:first-child {
  display: none;
}

.howobders .texts p {
  margin-top: 0;
  margin-bottom: 10px;
}

.resblog .who-needs-to {
  padding-top: 0;
}

.whyloan .why-choose {
  padding-bottom: 0px;
}

.officesoft .title-wrap {
  padding-top: 50px;
}

.officecallsss .whowehelpWrapper {
  padding-top: 0;
}

.officecallsss .whowehelpWrapper .title-wrap {
  margin-top: 0;
}

.recurment .list-of-service .text-wrap {
  width: 100%;
  float: left;
}

.recru-lists .topbanners {
  padding-top: 0;
}

.recru-lists .who-needs-to .title-wrap {
  margin-bottom: 39px;
}

.contaform {
  padding-top: 0;
}

.tax-investigation .vat-schemes .undefined .tablist {
  min-height: auto !important;
}

.calltoheradinf .calltotext {
  padding-top: 16px;
}

.joint .text-center {
  padding-bottom: 29px;
}

.deploye {
  text-align: center;
  background-color: #dee4df;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: wrap;
}

.deploye p {
  margin-top: 0;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 500;
}

.customer .col-md-4 img {
  height: 250px;
}

.recru-lists .bookingd .container:nth-child(4) .innserlist .left:before {
  right: 0 !important;
}

.recru-lists .bookingd .container:nth-child(4) .innserlist h3 {
  text-align: center;
}

.recru-lists .bookingd .container:nth-child(4) .innserlist p {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.re-traing a {
  color: #98842e;
  font-weight: 600;
}

.footerWrap .banner-buttons {
  color: #ffffff;
}

.recrumentscta .banner-buttons.section.text-center {
  display: none;
}

.multicta .banner-buttons {
  margin-top: 61px;
}

.dextwork .dext .col-md-4 img {
  height: 323px;
}

.dextwork .dext .col-md-4:first-child h6 {
  line-height: 57px;
}

.dextwork .dext .col-md-4 p {
  margin-top: 11px;
}

.should .optionsd .thisd .rightcol h3 {
  margin-top: 0px;
}

.cashthreer .dext .col-md-4:first-child h6 {
  line-height: 57px;
}

.cashthreer .dext .col-md-4 img {
  height: 317px;
}

.cash-bnt .bgblue .calltest p {
  width: 100%;
}

.cash-bnt .bgblue .calltest ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.cash-bnt .bgblue .calltest ul li {
  width: auto;
  margin-right: 20px;
  font-weight: 600;
}

.twoquic .optionsd .col-md-6 h3 {
  margin-top: 0;
}

.twoquic .optionsd .col-md-6 img {
  height: 421px;
}

.autite .dext .col-md-4 img {
  height: 292px;
}

.autite .dext .col-md-4 h6 {
  line-height: 56px;
}

.servicecta .blue {
  background-image: inherit;
  background-color: #fff;
  padding-bottom: 33px;
  padding-top: 33px;
}

.servicecta .blue h4 {
  font-size: 30px;
}

.servicecta .blue h4:before {
  display: none;
}

.servicecta .blue .calltotext {
  width: 100%;
  padding-top: 0;
}

.servicecta .blue .calltotext p {
  font-size: 80px;
  font-family: "Graphik";
  color: #214c26;
  font-weight: bold;
  line-height: 77%;
}

.inneserive h4 {
  font-size: 30px;
}

.inneserive h4:before {
  display: none;
}

.inneserive .calltotext {
  width: 100%;
  padding-top: 0;
}

.inneserive .calltotext p {
  font-size: 80px;
  font-family: "Graphik";
  color: #214c26;
  font-weight: bold;
  line-height: 77%;
}

.serviesft {
  background-color: inherit;
}

.serviesft .software-partnerwrap {
  padding-top: 210px;
}

.srvicetype {
  background-image: url("../images/babjhsd.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 150px;
}

.srvicetype .howWeWorkGroup {
  background-color: #f8f8f8;
}

.inneserive {
  background-color: #dee4df;
}

.inneserive .blue {
  padding-bottom: 0;
}

.softinner {
  background-color: #dee4df;
}

.secrivess .callheading {
  padding-bottom: 0;
}

.mapsd {
  position: relative;
}

.mapsd .addreslocation {
  width: 590px;
  float: left;
  position: absolute;
  top: 0;
  bottom: auto;
  background-color: #fff;
  padding: 50px;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

.mapsd .addreslocation .icons {
  margin-top: 30px;
  background-image: url("../images/locations.png");
  background-repeat: no-repeat;
  padding-left: 37px;
  background-position: 0px 5px;
}

.mapsd .addreslocation .icons p {
  margin-top: 0;
}

.mapsd .addreslocation .icons p:first-child {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.mapsd .addreslocation .icons p:nth-child(2) {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.mapsd .addreslocation .icons p:nth-child(2) a {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.mapsd .addreslocation .icons p:last-child {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.mapsd .addreslocation .icons p:last-child a {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.mapsd .addreslocation h2 {
  font-size: 36px;
}

.businessicon {
  padding-top: 30px;
}

.businessicon .icons {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.businessicon .icons p {
  margin-top: 0;
  padding-left: 10px;
}

.businessicon .icons:last-child {
  margin-bottom: 0;
}

.listcate {
  display: none;
}

.bussiness-custom-call-section {
  margin-top: 30px;
}

.contractor-custom-call-section {
  margin-top: 90px;
  margin-bottom: 100px;
}

.landlord-custom-call-section {
  margin-top: 50px;
}

ul[aria-label=Pagination] {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul[aria-label=Pagination] li.previous a {
  padding: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #1f4c26;
  border-radius: 1400%;
  font-family: fontawesome;
  color: #1f4c26;
  text-align: center;
  line-height: 40px;
}

ul[aria-label=Pagination] li.previous a::before {
  content: "\f104";
  font-size: 24px;
  position: relative;
  top: -1px;
}

ul[aria-label=Pagination] li.next a {
  padding: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #1f4c26;
  border-radius: 1400%;
  font-family: fontawesome;
  color: #1f4c26;
  text-align: center;
  line-height: 40px;
}

ul[aria-label=Pagination] li.next a::before {
  content: "\f104";
  font-size: 24px;
  position: relative;
  top: -1px;
  content: "\f105";
}

ul[aria-label=Pagination] li {
  margin: 0px 10px 10px 0;
  width: auto;
}

ul[aria-label=Pagination] li:last-child {
  margin: 0;
}

ul[aria-label=Pagination] li a {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  color: #1f4c26;
  border: 1px solid #1f4c26;
  font-size: 15px;
  margin: 0;
  box-shadow: none;
  display: block;
}

ul[aria-label=Pagination] li a:hover {
  background: #2b327a;
  border: 1px solid #2b327a;
  color: #fff !important;
}

ul[aria-label=Pagination] li a:focus {
  background: #2b327a;
  border: 1px solid #2b327a;
  color: #fff;
}

ul[aria-label=Pagination] li.selected a {
  background: #2b327a;
  border: 1px solid #2b327a;
  color: #fff;
}

ul[aria-label=Pagination] li.break a {
  border: 0;
}

.login-btn.btn.btn-green {
  display: table;
  margin: 0px auto;
}

.login-btn.btn.btn-green input {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 2.5px;
}

.login-form-wrap {
  max-width: 570px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 0px 15px;
}

.login-form-wrap h2 {
  text-align: center;
  margin-bottom: 40px;
}

.login-form-wrap .form-group {
  margin-bottom: 45px;
}

.login-form-wrap .form-group label {
  font-size: 18px;
  padding-bottom: 15px;
}

.login-form-wrap .form-group input {
  padding: 0px 20px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

.login-form-wrap .login-form {
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(221, 221, 221, 0.8);
  padding: 35px;
  border-radius: 5px;
}

.login-form-wrap .login-form p.loginError.error {
  margin: 0;
  color: red;
  font-size: 17px;
}

.logout-section .btn.btn-brown.right-arrow {
  margin-bottom: 0;
  margin-right: 90px;
}

.mapsd .addreslocation p a p {
  text-transform: unset !important;
}

.mapsd .addreslocation .icons p:last-child {
  margin-top: 15px;
}

.mapsd .addreslocation .icons p:last-child a:hover {
  color: #2b327a;
}

.mapsd .addreslocation .icons p p {
  margin: 0 !important;
}

.custom-iwocas-section {
  margin-top: 70px;
}

.custom_tab_back_none {
  background-color: inherit;
}

.custom_call-sec_back_none .blue {
  background: none;
  padding-bottom: 20px;
}

.custom_call-sec_back_none .calltoheradinf .calltotext {
  width: 72%;
}

.custom_call-sec_back_none .banner-buttons .btn {
  padding: 25px 80px 25px 53px;
}

.custom_back_sheetsrevoults .how-to-works {
  background: #f8f8f8;
  margin-top: 100px;
  margin-bottom: 100px;
}

span.custom-arrow {
  font-family: fontawesome;
  font-size: 17px;
  display: inline-block;
  color: #6dbd45;
  margin: 0px 5px;
  line-height: 120%;
}

span.custom-arrow::before {
  content: "\f178";
  position: relative;
  top: 0px;
}

.list-blog .tag span:first-child {
  display: inline-block;
}

.list-blog .tag span:nth-child(2) {
  display: inline-block;
  margin-right: 0;
}

.blog-detail.section .section.date-name .row {
  display: flex;
  align-items: center;
}

.blog-detail.section .section.date-name .row > div {
  width: auto;
}

.blog-detail.section .section.date-name .row > div:last-child {
  margin-left: auto;
}

.blog-detail .wp-block-table table {
  border: 1px solid #eee;
  width: 100%;
  overflow-x: auto;
}

.blog-detail .wp-block-table table thead tr th {
  background: #204d25;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 120%;
  border: 1px solid #ddd;
  text-align: center;
}

.blog-detail .wp-block-table table tbody tr td {
  border: 1px solid #ddd;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 120%;
}

.blog-detail .wp-block-table table tbody tr td a {
  border: 1px solid #ddd;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 120%;
  padding: 0px;
  color: #204d25;
  border: 0;
  transition: all 0.3s;
}

.blog-detail .wp-block-table table tbody tr td a:hover {
  color: #2b327a;
}

.blog-detail .wp-block-table table tbody tr td img {
  width: auto;
  margin: 0px auto;
}

.blog-detail .date-name {
  margin-bottom: 25px;
}

.blog-detail .section a:hover {
  color: #6dbd45;
}

.custom-h2 {
  font-size: 40px;
}

.visahow.section.srvicetype .howWeWorkGroup.section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.here-banner .row {
  align-items: center;
}

.banner-wrap.section .row {
  align-items: center;
}

.land.orders .howWeWorkGroup .howobders > div:nth-child(3) {
  padding-top: 25px;
}

.ecomerce-order-section .howWeWorkGroup.section {
  background-color: inherit;
  background-image: url(../images/ebg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.con-bg.section.land.orders .howWeWorkGroup.section {
  background-image: url(../images/tranbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.ecomerce-custom-call-section {
  margin-top: 65px;
}

.ecomerce-ecomaddni.section {
  padding-top: 60px;
  padding-bottom: 40px;
}

body .section.quickhow {
  padding-top: 100px;
}

.dext-blog-section .row .leftcol.subheading {
  padding-right: 55px;
}

.tabsd.section.bagdf.dextbenift {
  margin-bottom: 100px;
}

.auto-entry-work-section .we-do-the {
  padding-top: 0;
}

.auto-entry-integrate-section + .who-needs-to .row {
  padding-top: 70px;
}

.auto-entry-sage-section .row > div:last-child {
  padding-left: 45px;
}

.hubdoc-work-section .container > div:last-child {
  padding-top: 70px;
}

.fathom-youtube-section .how-to-works {
  padding-top: 0px;
  padding-bottom: 150px;
}

.list-blog .blogsd .tag.section {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  float: none;
  clear: both;
  padding: 0px 15px;
}

.list-blog .blogsd .tag.section ul li {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 10px;
  margin: 0;
  float: none;
  clear: both;
  align-items: flex-start;
}

.list-blog .blogsd .tag.section ul li a {
  line-height: 120%;
  padding: 10px 10px;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.25s ease 0s;
  background-color: #2b327a;
  -ms-box-shadow: 0px 8px 10px 0px rgba(152, 132, 47, 0.15);
  box-shadow: 0px 8px 10px 0px rgba(152, 132, 47, 0.15);
  text-align: center;
  transition: all 0.3s;
}

.list-blog .blogsd .tag.section ul li a:hover {
  background: #6dbd45;
}

.switchingto-custom-call-section {
  background: none;
  padding-bottom: 100px;
}

.dext .col-md-4:first-child h6::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/one.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  width: 61px;
  height: 57px;
}

.dext .col-md-4:nth-child(2) h6::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/one.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
  width: 61px;
  height: 57px;
  background-position: 3px 0;
  background-image: url(../images/two.png);
}

.dext .col-md-4:last-child h6::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/one.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
  width: 61px;
  height: 57px;
  background-position: 3px 0;
  background-image: url(../images/threee.png);
}

.officecallsss.section {
  padding-top: 90px;
}

.blog-single .tag li {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 10px;
  margin: 0;
  float: none;
  clear: both;
  align-items: flex-start;
}

.blog-single .tag li a {
  line-height: 120%;
  padding: 10px 15px;
  font-family: "Graphik";
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.25s ease 0s;
  background-color: #2b327a;
  -ms-box-shadow: 0px 8px 10px 0px rgba(152, 132, 47, 0.15);
  box-shadow: 0px 8px 10px 0px rgba(152, 132, 47, 0.15);
  text-align: center;
  transition: all 0.3s;
}

.blog-single .tag li a:hover {
  background: #6dbd45;
}

.section.futliers {
  padding-bottom: 50px;
}

.google-review.section iframe {
  width: 100%;
  padding-bottom: 100px;
}

.resources-custom-call-section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.resources-custom-call-section .we-do-the {
  padding: 0;
  background: none;
}

.custom-iwocas-section .we-do-the {
  padding-bottom: 0;
}

.section.kibslist.iwoca-kibslist-section {
  padding-top: 70px;
}

body .sheets-revolut-tab-section {
  margin-bottom: 50px !important;
}

.king-benefits {
  margin-top: 50px;
}

.section.dears .container > div:first-child .col-md-6.col-sm-6.col-12.subheading {
  margin-top: 0;
}

.download-ebook-wrap .ebooks.section {
  width: auto;
  float: none;
  clear: both;
}

.ebook-input-btn-wrap {
  display: grid;
  grid-template-columns: 33% 33% 30%;
  grid-gap: 15px 20px;
  align-items: center;
}

.ebook-input-btn-wrap input.common-input-filed {
  background-position: 8% 22px;
  background-repeat: no-repeat;
  border: unset;
  border-radius: 100px;
  height: 60px;
  padding-left: 30px;
  padding-right: 15px;
}

.ebook-input-btn-wrap .button.ebook-button {
  background-color: #2b327a;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xOSAxM3Y0YzAgMS4xLS45IDItMiAySDNjLTEuMSAwLTItLjktMi0ydi00Ii8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIgcG9pbnRzPSI1IDggMTAgMTMgMTUgOCIvPjxsaW5lIHgxPSIxMCIgeDI9IjEwIiB5MT0iMTMiIHkyPSIxIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
  background-position: 87% 20px;
  background-repeat: no-repeat;
  border: unset;
  font-weight: 500;
  height: 60px;
  line-height: 20px;
  margin-top: 0;
  text-transform: none;
}

.resources-ebook-section .download-ebook-wrap {
  background: none !important;
}

.resources-ebook-section .download-ebook-wrap::before {
  display: none;
}

.resources-ebook-section .download-ebook-wrap h2 {
  color: #333333;
}

.resources-ebook-section .download-ebook-wrap p {
  color: #333333;
}

.resources-ebook-section .download-ebook-wrap form .common-input-filed {
  border: 1px solid #ddd;
}

.resources-ebook-section .download-ebook-wrap form .section.check label {
  color: #333333;
}

.resources-ebook-section .download-ebook-wrap form .section.check a {
  color: #333333;
}

.resources-ebook-section .download-ebook-wrap form .section.check a:hover {
  color: #6dbd45;
}

.businesses-businegd-section .howWeWorkGroup.section {
  padding-top: 0;
}

.recruitment-account-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mulaction.section {
  margin-top: 50px;
}

.mulaction.section .software-partnerwrap {
  padding-top: 120px;
}

.contact-office-list-section .office-list .list-off .postbtn {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 999;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0px auto;
}

.client-testi .tab-content .tabsd-conat iframe {
  width: 100%;
  border-radius: 15px;
}

.client-testi .tab-content .tabsd-conat .imagelisrt {
  padding: 0;
}

.client-testi .tab-content .tabsd-conat .video video {
  object-fit: cover;
  min-height: 215px;
  max-height: 215px;
}

.client-testi .tab-content .tabsd-conat .video iframe {
  object-fit: cover;
  min-height: 215px;
  max-height: 215px;
  z-index: 99;
  position: relative;
}

.client-testi .tab-content .tabsd-conat button.slick-arrow {
  top: 42%;
}

.client-testi .tab-content .tabsd-conat.slick-slider {
  padding-left: 0;
  padding-right: 0;
}

.client-testi .tab-content .tabsd-conat.slick-slider .imagelisrt.slick-slide {
  margin: 0px 15px;
}

.our-latest-blog .row .col-md-6.col-sm-6.col-12 img {
  border-radius: 15px;
  width: 100%;
  background: #ddd;
  height: 437px;
  object-fit: cover;
}

.services-why-choose-section .why-choose.section {
  padding-bottom: 40px;
}

.services-banner.section h1 {
  text-align: center;
}

.our-latest-blog {
  float: none;
  clear: both;
}

.our-latest-blog .col-md-3.col-sm-3.col-12 .innserd {
  position: static;
  background: #fff;
}

.our-latest-blog .col-md-3.col-sm-3.col-12 .innserd a {
  display: inline-block;
  margin-bottom: 10px;
  pointer-events: auto;
  color: #333;
}

.our-latest-blog .col-md-3.col-sm-3.col-12 .innserd a span {
  color: #333;
}

.our-latest-blog .col-md-3.col-sm-3.col-12 .innserd h4 {
  color: #333;
  font-weight: 500;
  pointer-events: auto;
}

.our-latest-blog .col-md-3.col-sm-3.col-12 .blog-boix {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 0px;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}

.our-latest-blog .col-md-3.col-sm-3.col-12 .blog-boix::before {
  display: none;
}

.our-latest-blog .col-md-3.col-sm-3.col-12 .blog-boix img {
  height: 100%;
  width: 100%;
  max-height: 215px;
  object-fit: cover;
}

.our-latest-blog .col-md-3.col-sm-3.col-12 .blog-boix > a {
  display: block;
  height: auto;
  pointer-events: none;
}

.our-latest-blog .col-md-6.col-sm-6.col-12 .blog-boix .innserd:before {
  background-image: url("../images/bacl.png");
  background-size: cover;
  border-radius: 15px;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  z-index: -1;
}

.our-latest-blog .innserd a:hover {
  color: #2b327a !important;
}

.our-latest-blog .innserd a span:hover {
  color: #2b327a !important;
}

.our-latest-blog * {
  float: none;
  clear: both;
}

.our-latest-blog .col-md-6.col-sm-6.col-12 .blog-boix > a {
  display: block;
  pointer-events: none;
}

.our-latest-blog .col-md-6.col-sm-6.col-12 .blog-boix .innserd {
  width: 100%;
}

.our-latest-blog .col-md-6.col-sm-6.col-12 .blog-boix .innserd a {
  pointer-events: auto;
}

.our-latest-blog .col-md-6.col-sm-6.col-12 .blog-boix .innserd h4 {
  pointer-events: auto;
}

.our-latest-blog .col-md-6.col-sm-6.col-12 .blog-boix::before {
  display: none;
}

.thank-page-section {
  float: none;
  clear: both;
  padding-top: 18%;
  height: auto;
  text-align: center;
}

.thank-page-section * {
  float: none;
  clear: both;
}

.thank-banner-wrap {
  position: relative;
}

.thank-banner img {
  width: 100%;
  height: auto;
  min-height: 120px;
}

.thank-banner-content {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  bottom: auto;
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 15px;
}

.thank-banner-content h2 {
  font-size: 32px;
  margin: 0;
  font-weight: normal;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  color: #ffffff;
  width: auto;
  position: relative;
}

.thank-banner-content h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
}

.thank-content a {
  color: #2b327a;
  text-decoration: underline;
  transition: all 0.3s;
}

.thank-content a:hover {
  color: #6dbd45;
}

.client-testi .conslidk.section {
  display: flex;
  flex-wrap: wrap;
}

.client-testi .lastcon .conlis .commenst p {
  position: relative;
}

.client-testi .lastcon .conlis .commenst p::before {
  content: "";
  display: inline-block;
  background-image: url(../images/qw.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 27px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

.lastcon .conlis .commenst::before {
  display: none;
}

.client-testi .tab-content .tabsd-conat.slick-slider .imagelisrt img {
  margin: auto;
}

.ebkood {
  float: left;
}

.ebkood a.btn.btn-brown {
  color: #fff;
  width: auto;
  float: left;
  display: inline-block;
  text-decoration: unset;
}

h4.subebboks {
  padding-top: 27px;
}

.ebooktext {
  margin-bottom: 20px;
}

.ebooktext p {
  padding: 0 20%;
}

.ebookfl {
  float: left;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.client-testi .tab-content .video {
  position: relative;
  height: 215px;
  background: #f9f9f9;
  display: block;
  border-radius: 15px;
  cursor: pointer;
}

.client-testi .tab-content .video img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-radius: 15px;
}

.client-testi .tab-content .video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 300px;
  z-index: 1;
}

.taxsec .types {
  padding-top: 50px;
}

.taxsec .types .left {
  width: 50%;
  float: left;
  padding: 0 20px;
}

.taxsec .types .left h3 {
  position: relative;
}

.taxsec .types .left h3:after {
  position: absolute;
  content: "";
  background-image: url("../images/borders.png");
  bottom: -76px;
  left: 0;
  width: 84px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}

.taxsec .types .left .leftsue {
  border: 1px solid #eeeeee;
  padding: 50px;
  border-radius: 9px;
  background-color: #fff;
  min-height: 684px;
}

.taxsec .types .left ul {
  margin-top: 54px;
}

.taxsec .types .left ul li {
  margin: 10px 0;
  padding-left: 41px;
}

.taxsec .types .left .tegdt {
  padding-top: 53px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 180%;
}

.taxsec .types .left .righrt {
  margin-top: 20px;
}

.taxsec .types .left .righrt h4 {
  font-size: 22px;
}

.taxsec .types .left .righrt p {
  margin-top: 0;
}

.conatc-form.custom-contact-form-section input {
  background: none;
  padding: 10px 25px !important;
  border: 1px solid #ddd !important;
}

.conatc-form.custom-contact-form-section select {
  background: none;
  padding: 10px 25px !important;
  border: 1px solid #ddd !important;
  color: #747474;
  color: #747474;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 40px !important;
}

.conatc-form.custom-contact-form-section textarea {
  background: none;
  padding: 10px 25px !important;
  border: 1px solid #ddd !important;
  resize: none;
  padding-top: 25px !important;
}

.conatc-form.custom-contact-form-section .section.file-upload {
  margin-top: 25px;
}

.conatc-form.custom-contact-form-section .section.file-upload input {
  border: 0 !important;
  background: #2b327a;
  padding: 8px 15px !important;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
}

.conatc-form.custom-contact-form-section h4 {
  font-size: 17px;
  padding-top: 15px;
  margin-bottom: 0;
  display: none;
}

.conatc-form.custom-contact-form-section .custom-select {
  position: relative;
}

.conatc-form.custom-contact-form-section .custom-select::before {
  content: "\f107";
  display: block;
  position: absolute;
  top: 22px;
  left: auto;
  right: 20px;
  bottom: auto;
  font-family: fontawesome;
  color: black;
  font-size: 24px;
  pointer-events: none;
}

.conatc-form.custom-contact-form-section .check input#check {
  position: relative;
  top: 3px;
}

.contact-sucess-message {
  text-align: center;
  background: #2b327a;
  color: #fff;
  font-size: 17px !important;
  border-radius: 8px;
  padding: 3px 15px;
}

.common-recruitment-form .we-do-the.blue {
  padding-top: 25px;
  padding-bottom: 10px !important;
}

.common-recruitment-form .title-wrap.left {
  display: none;
}

.recruitment-form {
  max-width: 970px;
  margin: 0px auto;
  float: none;
  clear: both;
}

.recruitment-form .form-filed-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.recruitment-form .form-filed-wrap .file-upload input.files {
  padding-top: 18px !important;
  padding-bottom: 10px !important;
}

.recruitment-form .message {
  padding-top: 30px;
  padding-bottom: 30px;
}

.recruitment-form .check {
  display: flex;
  align-items: center;
}

.recruitment-form .check input#check {
  background: none;
  padding: 0 !important;
  border: 1px solid #ddd !important;
  height: 20px;
  width: 20px;
  min-width: 25px;
  appearance: auto;
  top: 0 !important;
}

.recruitment-form .check label {
  padding-left: 15px;
  color: black;
  font-size: 16px;
  line-height: 150%;
}

.recruitment-form .check label a {
  color: #2b327a;
  transition: all 0.3s;
}

.recruitment-form .check label a:hover {
  color: #6dbd45;
}

.recruitment-form.conatc-form.custom-contact-form-section input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #6dbd45 !important;
  padding: 11px 20px !important;
  font-size: 16px;
  color: black;
}

.recruitment-form.conatc-form.custom-contact-form-section textarea {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #6dbd45 !important;
  padding: 11px 20px !important;
  font-size: 16px;
  color: black;
  height: 100px;
  padding-top: 20px !important;
}

.tabs-wrap.custom-recruitment-form {
  margin-top: 30px;
}

.common-recruitment-form.custom-recruitment-form-gap .we-do-the.section {
  padding-top: 100px;
  padding-bottom: 230px !important;
}

.common-recruitment-form.custom-recruitment-form-gap .recruitment-form {
  max-width: 100%;
}

.common-recruitment-form.custom-recruitment-form-gap .recruitment-form .container {
  max-width: 970px;
}

.recrumentscta .common-recruitment-form {
  background-image: inherit !important;
  padding-bottom: 0px !important;
}

.recrumentscta .title-wrap.left {
  display: none !important;
}

.joblisting {
  margin-top: 20px;
}

.joblisting .listd {
  display: block;
}

.joblisting .listd .left {
  width: 50%;
  padding: 17px;
  float: left;
}

.joblisting .listd .left .left-inners {
  background: #fff;
  border: 1px solid transparent;
  -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 39px;
}

.joblisting .listd .left h4 {
  font-size: 25px;
  padding-bottom: 10px;
}

.joblisting .listd .left a {
  margin-top: 13px;
}

.joblisting .listd .left .text-left p {
  margin-top: 0px;
}

.recrumentscta .blue.bgblue {
  background-image: inherit !important;
}

.recrumentscta .we-do-the.common-recruitment-form.section.pdgtb100.blue.bgblue {
  padding-bottom: 0 !important;
}

.active.in {
  opacity: 1;
}

#conslidk {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: auto auto auto;
  gap: 25px;
}
#conslidk .listdg {
  width: 100% !important;
}

.wrapper {
  margin-bottom: 97px;
}

.listserives .row:nth-child(2n) .subheading:first-child {
  order: 2;
}
.listserives .row:nth-child(2n) .subheading:last-child {
  order: 1;
}

.e-booksa .listserives .row:last-child .col-md-6:first-child {
  order: 2;
}
.e-booksa .listserives .row:last-child .col-md-6:last-child {
  order: 1;
}

li.categories a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: none !important;
}
li.categories ul {
  display: flex;
  flex-wrap: wrap;
}
li.categories ul .cat-item {
  width: auto;
  float: left;
  margin: 0;
  padding-right: 20px;
}
li.categories ul .cat-item a {
  display: inline-block !important;
  margin-bottom: 0 !important;
}

.our-latest-blog .col-sm-6 .innserd ul {
  display: flex;
  flex-wrap: wrap;
}
.our-latest-blog .col-sm-6 .innserd ul li {
  width: auto;
  margin: 0;
}
.our-latest-blog .col-sm-6 .innserd ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding-right: 20px;
}
.our-latest-blog .col-sm-6 li.categories ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.our-latest-blog .col-md-3 .innserd ul {
  display: flex;
  flex-wrap: wrap;
}
.our-latest-blog .col-md-3 .innserd ul li {
  width: auto;
  margin: 0;
}
.our-latest-blog .col-md-3 .innserd ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding-right: 20px;
  margin-bottom: 0 !important;
}
.our-latest-blog .col-md-3 li.categories ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contractors .contbdf:last-child {
  background-color: #ededed;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 354px;
}
.contractors .contbdf:last-child .business {
  background: transparent;
  box-shadow: unset;
}
.contractors .contbdf:last-child .business .bokfh {
  width: 100% !important;
  padding: 0;
  text-align: center;
}
.contractors .contbdf:last-child .business .bokfh a {
  margin-top: 0;
}
.contractors .contbdf .viewsd {
  text-align: center;
  padding: 0 35px;
}

.blog-details p a {
  color: #2b327a;
}

.category .blog-single .col-sm-6 img {
  height: 425px;
  object-fit: cover;
}

.page-id-472 .our-service .row .col-md-2:first-child a {
  background-color: #2b327a;
}
.page-id-472 .our-service .row .col-md-2:first-child a h6 {
  color: white !important;
}

.page-id-525 .our-service .row .col-md-2:nth-child(2) a {
  background-color: #2b327a;
}
.page-id-525 .our-service .row .col-md-2:nth-child(2) a h6 {
  color: white !important;
}

.page-id-574 .our-service .row .col-md-2:nth-child(3) a {
  background-color: #2b327a;
}
.page-id-574 .our-service .row .col-md-2:nth-child(3) a h6 {
  color: white !important;
}

.page-id-627 .our-service .row .col-md-2:nth-child(4) a {
  background-color: #2b327a;
}
.page-id-627 .our-service .row .col-md-2:nth-child(4) a h6 {
  color: white !important;
}

.page-id-680 .our-service .row .col-md-2:nth-child(5) a {
  background-color: #2b327a;
}
.page-id-680 .our-service .row .col-md-2:nth-child(5) a h6 {
  color: white !important;
}

.page-id-727 .our-service .row .col-md-2:nth-child(6) a {
  background-color: #2b327a;
}
.page-id-727 .our-service .row .col-md-2:nth-child(6) a h6 {
  color: white !important;
}

.page-id-723 .our-service .row .col-md-2:nth-child(7) a {
  background-color: #2b327a;
}
.page-id-723 .our-service .row .col-md-2:nth-child(7) a h6 {
  color: white !important;
}

.page-id-815 .our-service .row .col-md-2:nth-child(8) a {
  background-color: #2b327a;
}
.page-id-815 .our-service .row .col-md-2:nth-child(8) a h6 {
  color: white !important;
}

.page-id-884 .our-service .row .col-md-2:nth-child(9) a {
  background-color: #2b327a;
}
.page-id-884 .our-service .row .col-md-2:nth-child(9) a h6 {
  color: white !important;
}

.page-id-905 .our-service .row .col-md-2:nth-child(10) a {
  background-color: #2b327a;
}
.page-id-905 .our-service .row .col-md-2:nth-child(10) a h6 {
  color: white !important;
}

.page-id-922 .our-service .row .col-md-2:nth-child(11) a {
  background-color: #2b327a;
}
.page-id-922 .our-service .row .col-md-2:nth-child(11) a h6 {
  color: white !important;
}

.page-id-962 .our-service .row .col-md-2:nth-child(12) a {
  background-color: #2b327a;
}
.page-id-962 .our-service .row .col-md-2:nth-child(12) a h6 {
  color: white !important;
}

.page-id-985 .our-service .row .col-md-2:nth-child(13) a {
  background-color: #2b327a;
}
.page-id-985 .our-service .row .col-md-2:nth-child(13) a h6 {
  color: white !important;
}

.page-id-988 .our-service .row .col-md-2:nth-child(14) a {
  background-color: #2b327a;
}
.page-id-988 .our-service .row .col-md-2:nth-child(14) a h6 {
  color: white !important;
}

/*  Footer  Start */
.footer {
  float: left;
  width: 100%;
}

/*  Footer  End */
/*  Responsive Start */
@media only screen and (min-width: 1701px) and (max-width: 1919px) {
  .our-latest-blog .row .col-md-6.col-sm-6.col-12 img {
    height: 388px;
  }
  .wrapper {
    margin-bottom: 97px;
  }
  .thank-page-section {
    padding-top: 20%;
  }
  .blog-detail h1 {
    font-size: 45px;
  }
  .mapsd .addreslocation {
    padding: 30px;
    right: -45px;
  }
  .mapsd .addreslocation h2 {
    font-size: 31px;
  }
  .mapsd .addreslocation p {
    font-size: 16px;
    margin-top: 20px;
  }
  .mapsd .addreslocation .icons p:first-child {
    font-size: 16px;
  }
  .mapsd .addreslocation .icons p:last-child a {
    font-size: 17px;
  }
  body .servicecta .blue h4,
.inneserive .blue h4 {
    margin-bottom: 0 !important;
    font-size: 27px;
  }
  body .servicecta .blue .calltotext p,
.inneserive .blue .calltotext p {
    font-size: 70px;
    line-height: 77%;
  }
  .servicecta .blue {
    padding-bottom: 0px;
  }
  .dextwork .dext .col-md-4 img {
    height: 305px;
  }
  .recrumentscta .blue {
    padding-bottom: 160px !important;
  }
  .deploye p {
    font-size: 22px;
  }
  .secrivess .banner-buttons {
    margin-bottom: 0;
  }
  .secrivess .calltoheradinf {
    padding-top: 20px;
  }
  .bisunessfgd .business {
    min-height: 380px;
  }
  .list-of-service .text-wrap {
    width: 70%;
    float: initial;
    margin: auto;
  }
  .visalist .vat-schemes .undefined .tablist {
    min-height: 468px;
  }
  .taxsec .vat-schemes .undefined .tablist {
    min-height: 515px;
  }
  .specialist .tab-slider--container {
    margin-top: 0;
  }
  .officecall h4.callheading {
    font-size: 60px;
  }
  .servicebanners .here-banner {
    padding-top: 200px;
    padding-bottom: 142px;
  }
  .specialist .tab-slider--container .tablist .img-wrap {
    min-height: auto;
    padding-bottom: 22px;
  }
  .contractors .contbdf:last-child {
    height: 339px;
  }
  .cookies h2 {
    font-size: 24px;
  }
  .detailsd h3 {
    font-size: 39px !important;
    min-height: auto !important;
  }
  .blog-single .blig h3 {
    font-size: 30px;
  }
  .blog-single .blig .date-name {
    padding-bottom: 16px;
  }
  .blog-single .blig .texts {
    width: 100%;
    float: left;
    padding-top: 0;
  }
  .list-blog h3 {
    font-size: 22px !important;
    padding-bottom: 15px;
    min-height: auto;
    margin-bottom: 0;
  }
  .list-blog .b-list {
    height: 529px;
  }
  .bc-list h2 {
    font-size: 36px;
  }
  .bc-list h6 {
    font-size: 20px;
  }
  .contaform {
    padding-top: 0;
  }
  .re-traing p.section {
    margin-bottom: 31px;
  }
  .re-traing h2 {
    font-size: 40px;
    margin-top: 20px;
  }
  .re-traing p {
    margin-top: 0;
  }
  .re-traing h3 {
    margin-top: 30px;
  }
  .recriment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recurment .here-banner {
    height: 469px;
  }
  .recru-list .who-needs-to .title-wrap {
    margin-bottom: 20px;
  }
  .retest .calltotext {
    font-size: 18px;
  }
  .multiwho {
    padding-bottom: 50px;
  }
  .multilan {
    padding-top: 10px !important;
  }
  .officehome .here-banner {
    height: 479px;
  }
  .officehome h1.text-left {
    margin-bottom: 20px;
  }
  .officesoft .software-partnerwrap {
    padding-top: 150px;
  }
  .acciunt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .texts {
    padding-top: 18px;
  }
  .lkjh {
    margin-top: 0;
  }
  .helps .calltoheradinf {
    margin-bottom: 0px;
  }
  .calltoheradinf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .redfe {
    padding-bottom: 50px;
  }
  .abour .here-banner h1.text-left,
.abour .here-banner p.text-left.p-0 {
    width: 60%;
    margin: auto;
    float: initial;
    margin-bottom: 20px;
  }
  .office-list .list-off .postheading h6 {
    font-size: 33px;
  }
  .youtb .bookingd {
    padding-top: 0 !important;
  }
  .calltoheradinf p {
    margin-top: 0px;
  }
  .callheading {
    margin-bottom: 0px !important;
  }
  .fsthomcall .callheading {
    margin-bottom: 30px !important;
  }
  .fsthomcall .calltotext p {
    margin-top: 10px !important;
  }
  .autoxero {
    padding-bottom: 50px;
  }
  .autoxero .topbanners {
    padding-bottom: 40px;
  }
  .autoxero .topbanners p {
    margin-top: 30px;
  }
  .dextwork .text-center p {
    margin-top: 20px;
  }
  .dextwork h6 {
    font-size: 20px;
  }
  .dextbenift {
    padding-bottom: 140px !important;
  }
  .dextbenift .img-box {
    min-height: auto !important;
  }
  .banner-buttons .btn {
    padding: 21px 62px 21px 21px;
    font-size: 14px;
  }
  .dexts {
    padding-top: 50px;
  }
  .wrapper {
    margin-bottom: 97px;
  }
  .wrapper .nav-tabs li a h6 {
    font-size: 14px;
  }
  h3 {
    font-size: 40px;
  }
  h2 {
    font-size: 46px;
  }
  h5 {
    font-size: 20px;
  }
  p {
    font-size: 17px;
  }
  .howItWorksWrapper {
    padding-bottom: 100px;
  }
  .banner-wrap {
    min-height: 911px;
    margin-bottom: 0;
  }
  .banner-wrap .banner-conn {
    margin-top: 0;
  }
  .banner-wrap .banner-conn .img-wrap {
    margin-left: 90px;
    width: 634px;
  }
  .banner-wrap:before {
    height: 967px;
    background-size: contain;
  }
  h1 .green.grow {
    display: block;
  }
  h1 .green.grow {
    font-size: 138px;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    font-size: 15px;
  }
  .btn.btn-brown,
input[type=submit].btn-brown {
    font-size: 14px;
  }
  .breed-experts .row {
    padding-bottom: 60px;
  }
  .img-wrap.text-center {
    width: 1300px;
    margin: auto;
    float: initial;
  }
  .howItWorksWrapper .worklist li .text-wrap {
    margin-top: 17px;
  }
  .howItWorksWrapper .worklist li .text-wrap p {
    color: #2b327a;
  }
  .howItWorksWrapper .worklist li .title h4 {
    font-size: 20px;
  }
  /* service page css*/
  .here-banner h1 {
    font-size: 38px;
  }
  .here-banner p {
    font-size: 17px;
  }
  .who-needs-to .row {
    padding-top: 24px;
  }
  .howWeWorkGroup {
    padding-bottom: 111px;
  }
  .software-partnerwrap {
    padding-top: 80px;
  }
  .calltoheradinf .calltotext {
    padding-top: 0px;
  }
  .banner-buttons {
    margin-top: 28px;
    margin-bottom: 62px;
  }
  .here-banner .offihj {
    text-align: center;
  }
  .here-banner .offihj img {
    width: 75%;
  }
  /*service page css end*/
  /*who we help page css*/
  .texts {
    font-size: 16px;
  }
  /*who we help page css end*/
  .blog-boix .innserd h4 {
    font-size: 20px;
  }
  .bokfh img {
    padding-right: 10px;
  }
  .tposection .pdgtb100 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .qucicktab .tabs-wrap {
    margin-top: 28px;
  }
  .qucicktab .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 441px;
  }
  .optionsd {
    padding: 74px 0;
  }
  .optionsd h3 {
    font-size: 30px;
  }
  .bookingd .text-center {
    padding-top: 0 !important;
  }
  .fertures {
    background-size: 30%;
  }
  .fertured .img-box {
    text-align: center;
  }
  .fertured .img-box img {
    width: 85%;
  }
  .ecomerce-order-section .howWeWorkGroup.section {
    margin-top: 100px;
  }
  .ecomerce-order-section {
    margin-top: 45px;
  }
  .col-md-6.col-sm-6.col-12.subheading {
    margin: 30px 0px;
  }
  .resources-custom-call-section {
    margin-bottom: 100px !important;
    padding-bottom: 60px;
  }
  .officesbrentford-soft-section .software-partnerwrap::before {
    height: auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
  .our-latest-blog .row .col-md-6.col-sm-6.col-12 img {
    height: 420px;
  }
  .taxsec .types .left .leftsue {
    min-height: 626px;
  }
  .thank-page-section {
    padding-top: 25%;
  }
  body span.custom-arrow::before {
    top: 1px;
  }
  .custom_call-sec_back_none .banner-buttons {
    margin-bottom: 0px;
  }
  .blog-detail h1 {
    font-size: 40px;
  }
  .header .header-right .nav-main ul.sub-menu.services .mainrow.section li .numiore {
    width: 33px;
    line-height: 33px;
    height: 33px;
    margin-right: 11px;
  }
  .mapsd .addreslocation {
    padding: 26px;
    right: -111px;
    width: 522px;
  }
  .mapsd .addreslocation h2 {
    font-size: 28px;
  }
  .mapsd .addreslocation p {
    font-size: 15px;
    margin-top: 10px;
  }
  .mapsd .addreslocation .icons {
    margin-top: 21px;
  }
  .mapsd .addreslocation .icons p:first-child {
    font-size: 15px;
  }
  .mapsd .addreslocation .icons p:last-child a {
    font-size: 16px;
  }
  .mapsd .addreslocation .icons p:nth-child(2) {
    line-height: 120%;
  }
  .mapsd .addreslocation .icons p:nth-child(2) a {
    font-size: 16px;
  }
  body .servicecta .blue h4,
.inneserive .blue h4 {
    margin-bottom: 0 !important;
    font-size: 24px !important;
  }
  body .servicecta .blue .calltotext p,
.inneserive .blue .calltotext p {
    font-size: 60px;
    line-height: 77%;
  }
  .servicecta .blue {
    padding-bottom: 0px;
  }
  .autite .dext .col-md-4 img {
    height: 275px;
  }
  .dextwork .dext .col-md-4 img {
    height: 269px;
  }
  .recrumentscta .blue {
    padding-bottom: 142px !important;
  }
  .deploye p {
    font-size: 22px;
  }
  .secrivess {
    padding-bottom: 50px;
  }
  .secrivess .banner-buttons {
    margin-bottom: 0;
  }
  .secrivess .calltoheradinf {
    padding-top: 20px;
  }
  .suppior .left {
    padding: 49px;
  }
  .suppior .right {
    padding: 45px;
  }
  .officecallsss .whowehelpWrapper .tabs-wrap {
    margin-top: 20px;
  }
  .bisunessfgd .business {
    min-height: 390px;
  }
  .list-of-service .text-wrap {
    width: 71%;
    float: initial;
    margin: auto;
  }
  .taxsec .vat-schemes .undefined .tablist {
    min-height: 515px;
  }
  .visalist .vat-schemes .row {
    padding-top: 0;
  }
  .visalist .vat-schemes .undefined .tablist {
    min-height: 468px;
  }
  .specialist .tab-slider--container {
    margin-top: 0 !important;
  }
  .specialist .tab-slider--container .tablist {
    min-height: 390px;
  }
  .officecall h4.callheading {
    font-size: 60px !important;
  }
  .lastcon .conlis .conslidk .listdg {
    width: 31.5%;
  }
  .lastcon .conlis .conslidk .listdg h2 {
    font-size: 25px;
  }
  .tabsd-conat .imagelisrt {
    width: 31.9%;
  }
  .servicebanners .here-banner {
    padding-top: 169px;
    padding-bottom: 142px;
  }
  .specialist .tab-slider--container {
    margin-top: 29px;
  }
  .specialist .tab-slider--container .tablist .img-wrap {
    min-height: auto;
    padding-bottom: 22px;
  }
  .specialist .tab-slider--container .tablist .img-wrap img {
    height: 133px;
  }
  .specialist .tab-slider--container .tablist h5 {
    font-size: 19px;
  }
  .servicesWrap {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
  .servicesWrap .wrapper {
    margin-bottom: 80px;
  }
  .contractors .contbdf:last-child {
    height: 339px;
  }
  .cookies h2 {
    font-size: 21px;
  }
  .detailsd h3 {
    font-size: 39px !important;
    min-height: auto !important;
  }
  .blog-single .blig {
    padding-left: 29px;
  }
  .blog-single .blig h3 {
    font-size: 28px;
  }
  .blog-single .blig .date-name {
    padding-bottom: 16px;
  }
  .blog-single .blig .texts {
    width: 100%;
    float: left;
    padding-top: 0;
  }
  .list-blog h3 {
    font-size: 20px !important;
    padding-bottom: 15px;
    min-height: auto;
    margin-bottom: 0;
  }
  .list-blog .b-list {
    height: 512px;
  }
  .bc-list {
    height: 512px;
  }
  .bc-list h2 {
    font-size: 34px;
  }
  .bc-list h6 {
    font-size: 19px;
  }
  .calls .ficd {
    height: 249px;
  }
  .forma .conatc-form .left {
    width: 47.99999%;
    margin-right: 21px;
  }
  .contaform {
    padding-top: 0 !important;
  }
  .meeting .meet .meetingtwo {
    width: 80%;
  }
  .re-traing p.section {
    margin-bottom: 31px;
  }
  .re-traing h2 {
    font-size: 40px;
    margin-top: 20px;
  }
  .re-traing p {
    margin-top: 0;
  }
  .re-traing h3 {
    margin-top: 30px;
    font-size: 28px;
  }
  .recriment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recurment .here-banner {
    height: 469px;
  }
  .recru-list .who-needs-to .title-wrap {
    margin-bottom: 20px;
  }
  .retest .calltotext {
    font-size: 18px;
  }
  .retest .callheading {
    width: 53%;
  }
  .multiwho {
    padding-bottom: 50px;
  }
  .multilan {
    padding-top: 10px !important;
  }
  .officehome .here-banner {
    height: 479px;
  }
  .officehome h1.text-left {
    margin-bottom: 20px;
  }
  .officesoft .software-partnerwrap {
    padding-top: 150px;
  }
  .acciunt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lkjh {
    margin-top: 0;
  }
  .helps .calltoheradinf {
    margin-bottom: 0px;
  }
  .calltoheradinf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .redfe {
    padding-bottom: 50px !important;
  }
  .abour .here-banner h1.text-left,
.abour .here-banner p.text-left.p-0 {
    width: 60%;
    margin: auto;
    float: initial;
    margin-bottom: 20px;
  }
  ul li {
    font-size: 16px;
  }
  .office-list .list-off .postheading h6 {
    font-size: 33px;
  }
  .lowhpw .leftcol {
    padding-right: 50px;
  }
  .lowthredf .dext .col-md-4 h6 {
    font-size: 23px;
  }
  .cashbebi {
    padding-bottom: 0px !important;
  }
  .cashthreer h6 {
    font-size: 20px !important;
  }
  .fasq-cash .faqsWrapSection {
    padding-top: 0 !important;
  }
  .cash-bnt .banner-buttons {
    margin-bottom: 0;
  }
  .revolut .leftcol {
    padding-right: 50px;
  }
  .youtb .bookingd {
    padding-top: 0 !important;
  }
  .youtbvideo {
    padding-left: 100px;
    padding-right: 100px;
  }
  .fsthomcall .callheading {
    margin-bottom: 30px !important;
  }
  .fsthomcall .calltotext p {
    margin-top: 15px !important;
  }
  .autoxero {
    padding-bottom: 50px;
  }
  .autoxero .topbanners {
    padding-bottom: 40px;
  }
  .autoxero .topbanners p {
    margin-top: 0;
  }
  .dextwork .text-center p {
    margin-top: 20px;
  }
  .dextwork h6 {
    font-size: 20px;
  }
  .calltoheradinf p {
    margin-top: 0px;
  }
  .callheading {
    margin-bottom: 0px;
  }
  .dextbenift {
    padding-bottom: 140px !important;
  }
  .dextbenift .img-box {
    min-height: auto !important;
  }
  .dexts {
    padding-top: 50px;
  }
  #header {
    padding: 0px 40px;
  }
  .fertured .img-box {
    text-align: center;
  }
  .fertured .img-box img {
    width: 85%;
  }
  .title-wrap {
    margin-bottom: 30px;
  }
  .howWeWorkGroup .leftcol {
    padding-right: 1px;
  }
  .header .header-right {
    margin-left: 50px;
    width: calc(100% - 261px);
  }
  .header .header-right .nav-main ul.menu li {
    margin-right: 16px;
    margin-left: 16px;
  }
  .header .header-right .nav-main #about {
    width: 1158px !important;
  }
  .header .header-right .nav-main ul.sub-menu.services {
    width: 877px !important;
  }
  .header .header-right .nav-main ul.sub-menu.services:before {
    left: 54% !important;
  }
  .header .header-right .nav-main ul.sub-menu.services.servileft:before {
    left: 50% !important;
  }
  .intext {
    font-size: 16px !important;
  }
  .container {
    width: 1300px;
  }
  .hero-banner {
    height: 560px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 39px;
  }
  .inner-banner h1 {
    font-size: 40px;
  }
  .inner-banner .right-con .img-wrap iframe {
    height: 160px;
  }
  .about-wrapper .img-wrap::after {
    width: 230px;
    height: 247px;
    bottom: 0;
  }
  .about-wrapper .text-wrap {
    padding-left: 70px;
  }
  .about-wrapper .text-wrap .amiri-wrap p {
    font-size: 18px;
  }
  .about-wrapper .overlap-wrap {
    margin: -230px 0 0;
  }
  .services-wrapper ul li .service-box {
    padding: 30px 25px;
  }
  .services-wrapper ul li .service-box h4 {
    font-size: 22px;
  }
  .service-row .service-list:nth-child(2n) .row .left-con {
    padding-left: 9%;
  }
  .visit-wrapper .text-wrap {
    padding: 1% 12% 0;
  }
  ul.products-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  ul.products-list li {
    padding: 0 15px;
  }
  ul.products-list li .product-box .img-wrap {
    min-height: 235px;
  }
  ul.products-list li .product-box .text-wrap {
    padding: 30px 20px 40px;
  }
  .products-wrapper .products-row .left-con {
    padding-right: 25px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap {
    padding: 30px 20px 40px;
  }
  .featured-categories ul.products-list li .product-box .img-wrap {
    min-height: 235px;
  }
  .featured-categories ul.products-list li .product-box .text-wrap {
    padding: 25px;
  }
  .wrapper {
    margin-bottom: 70px;
  }
  .howItWorksWrapper {
    padding-bottom: 90px;
  }
  .blog-wrapper .blog-inner {
    margin-left: 95px;
  }
  .blog-wrapper .blog-slider .slick-arrow {
    left: 1200px;
  }
  .blog-wrapper .slick-slide .blog-box .img-wrap {
    height: 190px;
  }
  .blog-slider h4,
.blogs-wrap h4 {
    font-size: 20px;
  }
  .footer .first-col {
    padding: 30px 40px 0 0;
  }
  .footer .second-col {
    padding: 0 0 0 50px;
  }
  .footer .fourth-col {
    padding: 0px 20px;
  }
  .cta-wrapper .text-wrap h2 {
    font-size: 42px;
  }
  #copyright {
    padding: 15px 0;
  }
  .search-wrapper #ajaxsearchlite1 .probox {
    height: 60px;
  }
  .search-wrapper #ajaxsearchlite1 .probox .proinput input {
    height: 60px;
    font-size: 18px;
  }
  .equipment-wrapper .solution-row .right-con .text-wrap p {
    font-size: 30px;
  }
  .equipment-wrapper .status-row .left-con {
    padding: 0 120px 0 30px;
  }
  .reviews-wrapper .review-slider {
    padding: 20px 40px 0;
  }
  .reviews-wrapper .review-slider .slick-slide {
    padding: 0 20px 40px;
  }
  .contactwrap .rightwrap .formwrap .gform_wrapper {
    padding: 30px 50px;
  }
  .pdgtb100 {
    padding: 90px 0;
  }
  .pdgt100 {
    padding-top: 90px;
  }
  .cta-wrapper {
    background-size: 420px;
  }
  .cta-wrapper-home .cta-row {
    padding: 0 20px;
  }
  .cta-wrapper-home h3 {
    font-size: 32px;
  }
  h1 .green.grow {
    font-size: 117px;
  }
  h1 span.business {
    font-size: 38px;
    padding-left: 26px;
  }
  /*home page css */
  .banner-buttons .btn {
    padding: 21px 62px 21px 21px;
    font-size: 14px;
  }
  .banner-wrap {
    min-height: 911px;
    margin-bottom: 0;
  }
  .banner-wrap:before {
    background-size: contain;
    height: 921px;
  }
  .banner-wrap .banner-conn {
    margin-top: 0;
  }
  .banner-wrap .banner-conn .img-wrap {
    margin-left: 0;
    width: 634px;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    font-size: 15px;
  }
  .btn.btn-brown,
input[type=submit].btn-brown {
    font-size: 14px;
  }
  .breed-experts .row {
    padding-bottom: 60px;
  }
  .img-wrap.text-center {
    width: 1300px;
    margin: auto;
    float: initial;
  }
  .howItWorksWrapper .worklist li .text-wrap {
    margin-top: 17px;
  }
  .howItWorksWrapper .worklist li .text-wrap p {
    color: #2b327a;
  }
  .howItWorksWrapper .worklist li .title h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .faq-wrap .card .card-header .faq-title {
    font-size: 20px;
  }
  /* service page css*/
  .here-banner h1 {
    font-size: 55px;
  }
  .here-banner p {
    font-size: 16px;
    margin-top: 8px;
  }
  .howobders h3 {
    font-size: 34px;
  }
  .howobders .texts p {
    margin-top: 0;
  }
  .who-needs-to .row {
    padding-top: 42px;
  }
  .howWeWorkGroup {
    padding-bottom: 111px;
    padding-top: 51px;
  }
  .software-partnerwrap {
    padding-top: 80px;
  }
  .calltoheradinf .calltotext {
    padding-top: 0px;
  }
  .banner-buttons {
    margin-top: 28px;
    margin-bottom: 62px;
  }
  .callheading {
    font-size: 38px !important;
  }
  .why-choose .icontext {
    padding-bottom: 33px;
  }
  .faqsWrapSection.bottom {
    margin-bottom: 128px;
  }
  .here-banner .offihj {
    text-align: center;
  }
  .here-banner .offihj img {
    width: 61%;
  }
  .vat-schemes h5 {
    font-size: 16px;
  }
  /*service page css end*/
  /*who we help page css*/
  .texts {
    font-size: 16px;
  }
  .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 587px;
  }
  .blog-boix .innserd h4 {
    font-size: 20px;
  }
  .contractors .who-needs-to {
    padding-top: 50px;
    padding-bottom: 100px !important;
  }
  .contractors .who-needs-to .rowd {
    margin-top: 0 !important;
  }
  .contractors .who-needs-to .rowd .bokfh img {
    padding-right: 10px;
  }
  .contractors .contbdf:last-child {
    height: 335px;
  }
  .orders .howobders .leftcol {
    padding-right: 40px;
  }
  .tposection .pdgtb100 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .qucicktab .tabs-wrap {
    margin-top: 28px;
  }
  .qucicktab .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 441px;
  }
  .optionsd {
    padding: 74px 0;
  }
  .optionsd h3 {
    font-size: 27px;
  }
  .bookingd .text-center {
    padding-top: 0 !important;
  }
  .bookingd.bg-grey {
    padding-bottom: 50px;
  }
  .fertures {
    background-size: 30%;
  }
  /*who we help page css end*/
  .bokfh {
    width: 48%;
  }
  .officesbrentford-soft-section .software-partnerwrap::before {
    height: auto;
  }
  .services-specialistaccountant-section .tab-slider--container.section {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  .our-latest-blog .row .col-md-6.col-sm-6.col-12 img {
    height: 382px;
  }
  .taxsec .types .left .leftsue {
    min-height: 676px;
  }
  .thank-page-section {
    padding-top: 25%;
  }
  .custom_call-sec_back_none .banner-buttons {
    margin-bottom: 0px;
  }
  .blog-detail h1 {
    font-size: 35px;
    width: 950px;
  }
  .header .header-right .nav-main ul.sub-menu.services .mainrow.section li .numiore {
    width: 33px;
    line-height: 33px;
    height: 33px;
    margin-right: 11px;
  }
  .busssinetabs .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 34px;
  }
  .acciunt .texts {
    padding-bottom: 31px;
  }
  .mapsd .addreslocation {
    padding: 32px;
    right: -195px;
    width: 522px;
  }
  .mapsd .addreslocation h2 {
    font-size: 28px;
  }
  .mapsd .addreslocation p {
    font-size: 15px;
    margin-top: 10px;
  }
  .mapsd .addreslocation .icons {
    margin-top: 21px;
  }
  .mapsd .addreslocation .icons p:first-child {
    font-size: 15px;
  }
  .mapsd .addreslocation .icons p:nth-child(2) {
    line-height: 120%;
  }
  .mapsd .addreslocation .icons p:nth-child(2) a {
    font-size: 15px;
  }
  .mapsd .addreslocation .icons p:last-child a {
    font-size: 16px;
  }
  body .servicecta .blue h4,
.inneserive .blue h4 {
    margin-bottom: 0 !important;
    font-size: 24px !important;
  }
  body .servicecta .blue .calltotext p,
.inneserive .blue .calltotext p {
    font-size: 60px;
    line-height: 77%;
  }
  .servicecta .blue {
    padding-bottom: 0px;
  }
  .autite .dext .col-md-4 img {
    height: 275px;
  }
  .twoquic .optionsd .col-md-6 img {
    height: 365px;
  }
  .cash-bnt .bgblue .calltest ul li {
    font-size: 15px;
  }
  .dextwork .dext .col-md-4 img {
    height: 246px;
  }
  .recrumentscta .blue {
    padding-bottom: 122px !important;
  }
  .deploye p {
    font-size: 18px;
  }
  .usertesti .icon {
    width: 30px;
  }
  .secrivess {
    padding-bottom: 50px;
  }
  .secrivess .banner-buttons {
    margin-bottom: 0;
  }
  .suppior .left {
    padding: 49px;
    min-height: 233px;
  }
  .suppior .right {
    min-height: 233px;
    padding: 45px;
  }
  .officecallsss .whowehelpWrapper .tabs-wrap {
    margin-top: 20px;
  }
  .officesoft .title-wrap {
    padding-top: 0px;
  }
  .bisunessfgd .business {
    min-height: 390px;
  }
  .list-of-service .text-wrap {
    width: 70%;
    float: initial;
    margin: auto;
  }
  .taxsec .vat-schemes .undefined .tablist {
    min-height: 515px;
  }
  .visalist .vat-schemes .row {
    padding-top: 0;
  }
  .visalist .vat-schemes .undefined .tablist {
    min-height: 468px;
  }
  .vat-schemes {
    padding-bottom: 80px !important;
  }
  .specialist .tab-slider--container {
    margin-top: 0 !important;
  }
  .specialist .tab-slider--container .tablist {
    min-height: 390px;
  }
  .officecall h4.callheading {
    font-size: 50px !important;
  }
  .slick-slider .slick-next {
    right: -51px;
  }
  .slick-slider .slick-prev {
    left: -51px;
  }
  .client-testi .row {
    width: 83%;
    margin: auto;
  }
  .lastcon .conlis .conslidk .listdg {
    width: 31.5%;
  }
  .lastcon .conlis .conslidk .listdg h2 {
    font-size: 22px;
  }
  .lastcon .conlis .commenst:before {
    left: 30px;
    width: 21px;
    height: 18px;
    background-size: cover;
  }
  .tabsd-conat {
    padding-top: 74px;
  }
  .tabsd-conat .imagelisrt {
    width: 31.9%;
  }
  .servicebanners .here-banner {
    padding-top: 149px;
    padding-bottom: 122px;
  }
  .specialist .tab-slider--container {
    margin-top: 29px;
  }
  .specialist .tab-slider--container .tablist .img-wrap {
    min-height: auto;
    padding-bottom: 22px;
  }
  .specialist .tab-slider--container .tablist .img-wrap img {
    height: 133px;
  }
  .specialist .tab-slider--container .tablist h5 {
    font-size: 18px;
  }
  .servicesWrap {
    padding-top: 0 !important;
  }
  .servicesWrap {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
  .servicesWrap .wrapper {
    margin-bottom: 80px;
  }
  .cookies h2 {
    font-size: 20px;
  }
  .footer-cta {
    padding-top: 27px;
  }
  .detailsd h3 {
    font-size: 39px !important;
    min-height: auto !important;
  }
  .blog-single .blig {
    padding-left: 29px;
  }
  .blog-single .blig h3 {
    font-size: 26px;
  }
  .blog-single .blig .date-name {
    padding-bottom: 16px;
  }
  .blog-single .blig .texts {
    width: 100%;
    float: left;
    padding-top: 0;
  }
  .list-blog {
    margin-top: 50px !important;
  }
  .list-blog .tag span {
    font-size: 10px;
  }
  .list-blog p.dates {
    padding-left: 21px;
    font-size: 13px;
  }
  .list-blog h3 {
    font-size: 18px !important;
    padding-bottom: 15px;
    min-height: auto;
    margin-bottom: 0;
  }
  .list-blog .b-list {
    height: 465px;
  }
  .list-blog .b-list img {
    height: 238px;
  }
  .bc-list {
    height: 465px;
  }
  .bc-list h2 {
    font-size: 26px;
  }
  .bc-list h6 {
    font-size: 17px;
  }
  .calls .left {
    width: 46%;
    padding: 41px;
  }
  .calls .ficd {
    height: 230px;
  }
  .calls .right {
    padding: 41px;
  }
  .forma .conatc-form .left {
    width: 46.99999%;
    margin-right: 27px;
  }
  .contaform {
    padding-top: 0 !important;
  }
  .meeting .meet .meetingtwo {
    width: 87%;
  }
  .meeting .meet .meetingtwo h5 {
    font-size: 17px;
  }
  .re-traing p.section {
    margin-bottom: 31px;
  }
  .re-traing h2 {
    font-size: 40px;
    margin-top: 20px;
  }
  .re-traing p {
    margin-top: 0;
  }
  .re-traing h3 {
    margin-top: 30px;
    font-size: 28px;
  }
  .recriment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recurment .here-banner {
    height: 380px;
  }
  .recru-list .who-needs-to .title-wrap {
    margin-bottom: 20px;
  }
  .retest .calltotext {
    font-size: 18px;
  }
  .retest .callheading {
    width: 53%;
  }
  .multiwho {
    padding-bottom: 50px;
  }
  .multilan {
    padding-top: 10px !important;
  }
  .officehome .here-banner {
    height: 479px;
  }
  .officehome h1.text-left {
    margin-bottom: 20px;
  }
  .officesoft .software-partnerwrap {
    padding-top: 150px;
  }
  .acciunt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vat-schemes .row {
    padding-top: 33px;
  }
  .e-books {
    padding-bottom: 30px;
  }
  .lkjh {
    margin-top: 0;
  }
  .helps .calltoheradinf {
    margin-bottom: 0px;
  }
  .calltoheradinf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .redfe {
    padding-bottom: 50px !important;
  }
  .abour .here-banner h1.text-left,
.abour .here-banner p.text-left.p-0 {
    width: 60%;
    margin: auto;
    float: initial;
    margin-bottom: 20px;
  }
  ul li {
    font-size: 15px;
  }
  .office-list .list-off .postheading h6 {
    font-size: 28px;
  }
  .customer .dext h6 {
    font-size: 23px;
  }
  .howitr {
    padding-bottom: 50px !important;
  }
  .lowhpw .leftcol {
    padding-right: 50px;
  }
  .lowthredf .dext .col-md-4 h6 {
    font-size: 24px;
  }
  .cashbebi {
    padding-bottom: 0px !important;
  }
  .cashthreer h6 {
    font-size: 20px !important;
  }
  .fasq-cash .faqsWrapSection {
    padding-top: 0 !important;
  }
  .cash-bnt .banner-buttons {
    margin-bottom: 0;
  }
  .revolut .leftcol {
    padding-right: 50px;
  }
  .youtb .bookingd {
    padding-top: 0 !important;
  }
  .youtbvideo {
    padding-left: 100px;
    padding-right: 100px;
  }
  .fsthomcall .callheading {
    margin-bottom: 30px !important;
  }
  .fsthomcall .calltotext p {
    margin-top: 15px !important;
  }
  .autoxero {
    padding-bottom: 50px;
  }
  .autoxero .topbanners {
    padding-bottom: 40px;
  }
  .autoxero .topbanners p {
    margin-top: 0;
  }
  .dextwork .text-center p {
    margin-top: 20px;
  }
  .dextwork h6 {
    font-size: 20px;
  }
  .dextwork .who-needs-to .title-wrap {
    margin-bottom: 3px;
  }
  .calltoheradinf p {
    margin-top: 0px;
  }
  .callheading {
    margin-bottom: 0px;
  }
  .dextbenift {
    padding-bottom: 140px !important;
  }
  .dextbenift .img-box {
    min-height: auto !important;
  }
  .dexts {
    padding-top: 50px;
  }
  #header {
    padding: 0px 30px;
    padding-bottom: 10px;
  }
  .fertured .img-box img {
    width: 85%;
  }
  .title-wrap {
    margin-bottom: 30px;
  }
  .howWeWorkGroup .leftcol {
    padding-right: 1px;
  }
  .intext {
    font-size: 16px !important;
  }
  .logo {
    width: 218px;
  }
  .header .header-right {
    margin-left: 40px;
    width: calc(100% - 230px);
  }
  .header .header-right .nav-main {
    margin-top: 0;
  }
  .header .header-right .nav-main ul.menu li {
    margin-right: 9px;
    margin-left: 9px;
    margin-bottom: 0;
  }
  .header .header-right .nav-main ul.menu #about {
    width: 1158px !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services {
    width: 977px !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services:before {
    left: 48% !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services.servileft:before {
    left: 45% !important;
  }
  .header .header-right .nav-top .contact-number a {
    font-size: 17px;
  }
  .main-wrapper {
    margin-top: 83px;
  }
  .container {
    width: 1170px;
  }
  .hero-banner {
    height: 500px;
  }
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 19px;
  }
  h1 .green.grow {
    font-size: 120px;
  }
  h1 span.business {
    font-size: 46px;
    padding-left: 0;
  }
  .inner-banner h1 {
    font-size: 36px;
  }
  .inner-banner .right-con .img-wrap iframe {
    height: 150px;
  }
  .description-wrapper .right-con {
    padding-left: 50px;
  }
  .about-wrapper .img-wrap::after {
    width: 230px;
    height: 190px;
    bottom: 0;
  }
  .about-wrapper .text-wrap {
    padding-left: 70px;
  }
  .about-wrapper .text-wrap .amiri-wrap p {
    font-size: 18px;
  }
  .about-wrapper .overlap-wrap {
    margin: -180px 0 0;
  }
  .about-wrapper .text-bottom {
    margin-top: 30px;
  }
  .services-wrapper ul li .service-box {
    padding: 30px 25px;
  }
  .services-wrapper ul li .service-box h4 {
    font-size: 20px;
  }
  .service-row .service-list:nth-child(2n) .row .left-con {
    padding-left: 4%;
  }
  .visit-wrapper .text-wrap {
    padding: 1% 12% 0;
  }
  ul.products-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  ul.products-list li {
    padding: 0 15px;
  }
  ul.products-list li .product-box .img-wrap {
    min-height: 235px;
    padding: 0 10px;
  }
  ul.products-list li .product-box .text-wrap {
    padding: 30px 10px 40px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap {
    padding: 30px 10px 40px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap h5 {
    min-height: 126px;
  }
  .products-wrapper .products-row .left-con {
    padding-right: 25px;
  }
  .featured-categories ul.products-list li .product-box .img-wrap {
    min-height: 235px;
  }
  .featured-categories ul.products-list li .product-box .text-wrap {
    padding: 25px;
  }
  .blog-wrapper .blog-inner {
    margin-left: 75px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .img-wrap {
    height: 160px;
  }
  .blog-wrapper .blog-slider .slick-arrow {
    left: 1000px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .number {
    font-size: 20px;
    width: 40px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .date-box {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .blog-slider h4,
.blogs-wrap h4 {
    font-size: 18px;
  }
  .blogs-wrap .blog-box .text-wrap a.read-arrow {
    margin-top: 30px;
  }
  .blogs-wrap ul.nav-tabs li.nav-item {
    padding-right: 30px;
  }
  .blog-detail-wrap .text-wrap iframe {
    height: 420px;
  }
  span.icon-date {
    margin-top: 10px;
  }
  .footer .first-col {
    padding: 30px 20px 0 0;
  }
  .footer .second-col {
    padding: 0 0 0 40px;
  }
  .footer .fourth-col {
    padding: 0px 10px;
  }
  .cta-wrapper .text-wrap h2 {
    font-size: 42px;
  }
  #copyright {
    padding: 15px 0;
  }
  .search-wrapper #ajaxsearchlite1 .probox {
    height: 60px;
  }
  .search-wrapper #ajaxsearchlite1 .probox .proinput input {
    height: 60px;
    font-size: 18px;
  }
  .equipment-wrapper .solution-row .left-con {
    padding-right: 40px;
  }
  .equipment-wrapper .solution-row .right-con .text-wrap p {
    font-size: 28px;
  }
  .equipment-wrapper .status-row .left-con {
    padding: 0 120px 0 30px;
  }
  .reviews-wrapper .review-slider {
    padding: 20px 40px 0;
  }
  .reviews-wrapper .review-slider .slick-slide {
    padding: 0 20px 40px;
  }
  .contactwrap .rightwrap .formwrap .gform_wrapper {
    padding: 30px 50px;
  }
  .pdgtb100 {
    padding: 80px 0;
  }
  .pdgt100 {
    padding-top: 80px;
  }
  .cta-wrapper {
    background-size: 420px;
  }
  .cta-wrapper-home .cta-row {
    padding: 0 20px;
  }
  .cta-wrapper-home .text-wrap {
    padding: 30px 0;
  }
  .cta-wrapper-home h3 {
    font-size: 30px;
  }
  .product-wrapper .right-con {
    padding: 0 20px 0 20px;
  }
  /*home page css */
  .banner-buttons .btn {
    padding: 21px 62px 21px 21px;
    font-size: 14px;
  }
  .howItWorksWrapper {
    padding-bottom: 80px;
  }
  .banner-wrap {
    min-height: 859px;
    margin-bottom: 0;
  }
  .banner-wrap:before {
    background-size: contain;
    height: 859px;
  }
  .banner-wrap .banner-conn {
    margin-top: 0;
  }
  .banner-wrap .banner-conn .img-wrap {
    margin-left: 0;
    width: 634px;
  }
  .banner-wrap .banner-conn img.img-responsive {
    width: 88%;
  }
  .tabs-wrap .nav-tabs {
    padding: 0px 0;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    font-size: 15px;
  }
  .btn.btn-brown,
input[type=submit].btn-brown {
    font-size: 14px;
  }
  .breed-experts .row {
    padding-bottom: 60px;
  }
  .img-wrap.text-center {
    width: 1100px;
    margin: auto;
    float: initial;
  }
  .howItWorksWrapper .worklist li .text-wrap {
    margin-top: 0px;
  }
  .howItWorksWrapper .worklist li .text-wrap p {
    color: #2b327a;
  }
  .howItWorksWrapper .worklist li .title h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .faq-wrap .card .card-header .faq-title {
    font-size: 18px;
  }
  .wrapper {
    margin-bottom: 70px;
  }
  /* service page css*/
  .here-banner h1 {
    font-size: 47px;
  }
  .here-banner p {
    font-size: 16px;
    margin-top: 8px;
  }
  .howobders h3 {
    font-size: 31px;
  }
  .howobders .texts p {
    margin-top: 0;
  }
  .who-needs-to .row {
    padding-top: 42px;
  }
  .howWeWorkGroup {
    padding-bottom: 111px;
    padding-top: 59px;
  }
  .software-partnerwrap {
    padding-top: 80px;
  }
  .calltoheradinf .calltotext {
    padding-top: 0px;
  }
  .banner-buttons {
    margin-top: 28px;
    margin-bottom: 62px;
  }
  .callheading {
    font-size: 33px !important;
  }
  .why-choose .icontext {
    padding-bottom: 33px;
  }
  .faqsWrapSection.bottom {
    margin-bottom: 128px;
  }
  .our-service {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .our-service .row .col-md-2 {

  }
  .here-banner .offihj {
    text-align: center;
  }
  .here-banner .offihj img {
    width: 61%;
  }
  .vat-schemes h5 {
    font-size: 16px;
  }
  /*service page css end*/
  /*who we help page css*/
  .texts {
    font-size: 14px;
  }
  .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 587px;
  }
  .blog-boix .innserd h4 {
    font-size: 15px;
  }
  .specialist {
    padding-bottom: 0;
  }
  .contractors .who-needs-to {
    padding-top: 50px;
    padding-bottom: 100px !important;
  }
  .contractors .who-needs-to .rowd {
    margin-top: 0 !important;
  }
  .contractors .who-needs-to .rowd .bokfh img {
    padding-right: 10px;
  }
  .contractors .contbdf:last-child {
    height: 364px !important;
  }
  .specialist .bookingd {
    padding-bottom: 80px !important;
  }
  .orders .howobders .leftcol {
    padding-right: 40px;
  }
  .etab .rowd {
    margin-top: 0 !important;
  }
  .tposection .pdgtb100 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .qucicktab .tabs-wrap {
    margin-top: 28px;
  }
  .qucicktab .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 341px;
  }
  .optionsd {
    padding: 74px 0;
  }
  .optionsd h3 {
    font-size: 27px;
  }
  .bookingd .text-center {
    padding-top: 0 !important;
  }
  .bookingd.bg-grey {
    padding-bottom: 50px;
  }
  .options img {
    width: auto;
  }
  .fertures {
    background-size: 30%;
  }
  .fertures .tabmane ul li a.active {
    width: 322px;
  }
  .fertures .img-box {
    text-align: center;
    padding-top: 0 !important;
  }
  .fertures .img-box img {
    width: 79%;
  }
  /*who we help page css end*/
  .business {
    padding: 20px;
  }
  .bokfh {
    width: 48%;
  }
  .ebook-input-btn-wrap {
    grid-template-columns: 49% 49%;
  }
  .services-specialistaccountant-section .tab-slider--container.section {
    margin-top: 30px !important;
  }
  .services-software-section .software-partnerwrap::before {
    height: auto;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .our-latest-blog .row .col-md-6.col-sm-6.col-12 img {
    height: 382px;
  }
  .taxsec .types .left .leftsue {
    min-height: 676px;
    padding: 39px;
  }
  .taxsec .types .left ul li {
    font-size: 16px;
    margin: 7px 0;
  }
  .taxsec .types .left .righrt h4 {
    font-size: 20px;
  }
  .thank-page-section {
    padding-top: 29%;
  }
  .blog-detail h1 {
    font-size: 30px;
    width: 950px;
  }
  .blog-detail .date-name .col-sm-6 {
    width: 50% !important;
  }
  .blog-detail .date-name .col-sm-6:last-child p {
    width: auto;
  }
  .header .header-right .nav-main ul.sub-menu.services .mainrow.section li .numiore {
    width: 33px;
    line-height: 33px;
    height: 33px;
    margin-right: 11px;
  }
  .busssinetabs .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 30px;
  }
  .acciunt {
    padding-bottom: 0 !important;
  }
  .acciunt .texts {
    padding-bottom: 31px;
  }
  .mapsd .addreslocation {
    padding: 32px;
    right: -195px;
    width: 480px;
  }
  .mapsd .addreslocation h2 {
    font-size: 25px;
  }
  .mapsd .addreslocation p {
    font-size: 14px;
    margin-top: 10px;
  }
  .mapsd .addreslocation .icons {
    margin-top: 21px;
  }
  .mapsd .addreslocation .icons p:first-child {
    font-size: 14px;
  }
  .mapsd .addreslocation .icons p:nth-child(2) {
    line-height: 120%;
  }
  .mapsd .addreslocation .icons p:nth-child(2) a {
    font-size: 14px;
  }
  .mapsd .addreslocation .icons p:last-child {
    font-size: 15px;
  }
  .mapsd .addreslocation .icons p:last-child a {
    font-size: 15px;
  }
  body .servicecta .blue h4,
.inneserive .blue h4 {
    margin-bottom: 0 !important;
    font-size: 22px !important;
  }
  body .servicecta .blue .calltoheradinf,
.inneserive .blue .calltoheradinf {
    padding-top: 0 !important;
  }
  body .servicecta .blue .calltotext p,
.inneserive .blue .calltotext p {
    font-size: 50px;
    line-height: 77%;
  }
  .servicecta .blue {
    padding-bottom: 0px;
  }
  .autite .dext .col-md-4 img {
    height: 275px;
  }
  .twoquic .optionsd .col-md-6 img {
    height: 310px;
  }
  .cash-bnt .bgblue .calltest ul li {
    font-size: 14px;
  }
  .cashthreer .dext .col-md-4 img {
    height: 305px;
  }
  .dextwork .dext .col-md-4 img {
    height: 246px;
  }
  .recrumentscta .blue {
    padding-bottom: 100px !important;
  }
  .deploye p {
    font-size: 17px;
  }
  .customer .col-md-4 h6 {
    margin-bottom: 20px;
  }
  .usertesti .icon {
    width: 30px;
  }
  body .secrivess.servicecta .banner-buttons {
    margin-bottom: 0;
  }
  body .secrivess.servicecta .blue {
    padding-bottom: 70px;
  }
  body .secrivess.servicecta .calltoheradinf {
    padding-top: 20px !important;
  }
  .suppior .left {
    padding: 49px;
    min-height: 233px;
  }
  .suppior .right {
    min-height: 233px;
    padding: 45px;
  }
  .officecallsss .whowehelpWrapper .tabs-wrap {
    margin-top: 20px;
  }
  .officesoft .title-wrap {
    padding-top: 0px;
  }
  .bisunessfgd .business {
    min-height: 390px;
  }
  .list-of-service .text-wrap {
    width: 70%;
    float: initial;
    margin: auto;
  }
  .sticky .header .header-right {
    margin-left: 0;
  }
  .taxsec .vat-schemes .undefined {
    width: 50%;
  }
  .taxsec .vat-schemes .undefined .tablist {
    min-height: 347px;
  }
  .visalist .vat-schemes .row {
    padding-top: 0;
  }
  .visalist .vat-schemes .undefined {
    width: 50%;
  }
  .visalist .vat-schemes .undefined .tablist {
    min-height: 347px;
  }
  .vat-schemes {
    padding-bottom: 80px !important;
  }
  .vat-schemes .undefined .tablist {
    min-height: 515px;
  }
  .specialist .tab-slider--container {
    margin-top: 0 !important;
  }
  .specialist .tab-slider--container .tablist {
    min-height: 412px;
  }
  .acciunt img.officeimage {
    bottom: 106px;
  }
  .officecall h4.callheading {
    font-size: 50px !important;
  }
  .slick-slider .slick-next {
    right: -16px !important;
  }
  .slick-slider .slick-prev {
    left: -16px;
  }
  .client-testi .row {
    width: 92%;
    margin: auto;
  }
  .lastcon .conlis .conslidk .listdg {
    width: 31.2%;
  }
  .lastcon .conlis .conslidk .listdg h2 {
    font-size: 18px;
  }
  .lastcon .conlis .commenst:before {
    left: 30px;
    width: 21px;
    height: 18px;
    background-size: cover;
  }
  .lastcon .conlis .commenst p {
    text-indent: 38px;
  }
  .tabsd-conat {
    padding-top: 65px;
  }
  .tabsd-conat .imagelisrt {
    width: 31.8%;
  }
  .servicebanners .here-banner {
    padding-top: 149px;
    padding-bottom: 122px;
  }
  .specialist .tab-slider--container {
    margin-top: 29px;
  }
  .specialist .tab-slider--container .tablist .img-wrap {
    min-height: auto;
    padding-bottom: 22px;
  }
  .specialist .tab-slider--container .tablist .img-wrap img {
    height: 133px;
  }
  .specialist .tab-slider--container .tablist h5 {
    font-size: 16px;
  }
  .servicesWrap {
    padding-bottom: 0px !important;
  }
  .servicesWrap .wrapper {
    margin-bottom: 50px;
  }
  .cookies h2 {
    font-size: 20px;
  }
  .detailsd h3 {
    font-size: 32px !important;
    min-height: auto !important;
  }
  .blog-single .blig {
    padding-left: 29px;
  }
  .blog-single .blig h3 {
    font-size: 22px;
  }
  .blog-single .blig .date-name {
    padding-bottom: 15px;
  }
  .blog-single .blig .texts {
    width: 100%;
    float: left;
    padding-top: 0;
  }
  .list-blog {
    margin-top: 50px !important;
  }
  .list-blog .tag span {
    font-size: 10px;
  }
  .list-blog p.dates {
    padding-left: 21px;
    font-size: 13px;
    width: 100%;
    text-align: left;
  }
  .list-blog h3 {
    font-size: 17px !important;
    padding-bottom: 15px;
    min-height: auto;
    margin-bottom: 0;
  }
  .list-blog .date-name .col-sm-6 {
    width: 100%;
  }
  .list-blog .b-list {
    height: 476px;
  }
  .list-blog .b-list img {
    height: 219px;
  }
  .bc-list {
    height: 476px;
  }
  .bc-list h2 {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bc-list h6 {
    font-size: 17px;
  }
  .calls .left {
    width: 46%;
    padding: 41px;
  }
  .calls .right {
    padding: 41px;
  }
  .calls .ficd {
    height: 230px;
  }
  .forma .conatc-form .left {
    width: 45.99999%;
    margin-right: 33px;
  }
  .contaform {
    padding-top: 0 !important;
  }
  .meeting .meet .meetingtwo {
    width: 92%;
  }
  .meeting .meet .meetingtwo h5 {
    font-size: 17px;
  }
  .re-traing p.section {
    margin-bottom: 31px;
  }
  .re-traing h2 {
    font-size: 40px;
    margin-top: 20px;
  }
  .re-traing p {
    margin-top: 0;
  }
  .re-traing h3 {
    margin-top: 30px;
    font-size: 28px;
  }
  .recru-lists .innserlist {
    padding: 45px 43px;
  }
  .recru-lists .who-needs-to .title-wrap {
    margin-bottom: 22px;
  }
  .recriment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recurment .here-banner {
    height: 390px;
  }
  .software .blue h4 {
    font-size: 40px;
  }
  .recru-list .who-needs-to .title-wrap {
    margin-bottom: 20px;
  }
  .retest .calltotext {
    font-size: 18px;
  }
  .retest .callheading {
    width: 53%;
  }
  .multiwho {
    padding-bottom: 50px;
  }
  .multilan {
    padding-top: 10px !important;
  }
  .officehome .here-banner {
    height: 430px;
  }
  .officehome h1.text-left {
    margin-bottom: 20px;
  }
  .officesoft .software-partnerwrap {
    padding-top: 150px;
  }
  .acciunt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vat-schemes .row {
    padding-top: 33px;
  }
  .vat-schemes .tablist h5 {
    font-size: 15px;
  }
  .e-books {
    padding-bottom: 30px;
  }
  .lkjh {
    margin-top: 0;
  }
  .helps .calltoheradinf {
    margin-bottom: 0px;
  }
  .calltoheradinf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .redfe {
    padding-bottom: 50px !important;
  }
  .abour .here-banner h1.text-left,
.abour .here-banner p.text-left.p-0 {
    width: 60%;
    margin: auto;
    float: initial;
    margin-bottom: 20px;
  }
  .littel {
    padding-bottom: 47px;
  }
  ul li {
    font-size: 14px;
  }
  .office-list .list-off {
    width: 33.33%;
    background-size: cover;
  }
  .office-list .list-off .postheading h6 {
    font-size: 28px;
  }
  .customer .dext h6 {
    font-size: 20px;
  }
  .customer .dext p {
    margin-top: 0;
  }
  .howitr {
    padding-bottom: 50px !important;
  }
  .lowhpw .leftcol {
    padding-right: 50px;
  }
  .lowthredf .dext .col-md-4 h6 {
    font-size: 24px;
  }
  .cashbebi {
    padding-bottom: 0px !important;
  }
  .cashthreer h6 {
    font-size: 18px !important;
  }
  .fasq-cash .faqsWrapSection {
    padding-top: 0 !important;
  }
  .cash-bnt .banner-buttons {
    margin-bottom: 0;
  }
  .revolut .leftcol {
    padding-right: 50px;
  }
  .youtb .bookingd {
    padding-top: 0 !important;
  }
  .youtbvideo {
    padding-left: 80px;
    padding-right: 100px;
  }
  .youtbvideo::after {
    right: 57px;
  }
  .fsthomcall .callheading {
    margin-bottom: 20px !important;
  }
  .fsthomcall .calltotext p {
    margin-top: 15px !important;
  }
  .autoxero {
    padding-bottom: 50px;
  }
  .autoxero .topbanners {
    padding-bottom: 40px;
  }
  .autoxero .topbanners p {
    margin-top: 0;
  }
  .dext h6 {
    font-size: 20px;
  }
  .dextwork h6 {
    font-size: 18px;
  }
  .dextwork .text-center p {
    margin-top: 20px;
    font-size: 14px;
  }
  .dextwork .who-needs-to .title-wrap {
    margin-bottom: 3px;
  }
  .calltoheradinf p {
    margin-top: 0px;
  }
  .callheading {
    margin-bottom: 0px;
  }
  .dextferst .fertures {
    margin-top: 19px;
  }
  .dextbenift {
    padding-bottom: 140px !important;
  }
  .dextbenift .img-box {
    min-height: auto !important;
  }
  .dexts {
    padding-top: 50px;
  }
  #header {
    padding: 0px 25px;
    padding-bottom: 10px;
  }
  .howWeWorkGroup .leftcol {
    padding-right: 1px;
  }
  .title-wrap {
    margin-bottom: 30px;
  }
  .intext {
    font-size: 16px !important;
  }
  .logo {
    width: 208px;
  }
  .header .header-right {
    margin-left: 30px;
    width: calc(100% - 200px);
  }
  .header .header-right .nav-main {
    margin-top: 0;
  }
  .header .header-right .nav-main ul.menu li {
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 13px;
  }
  .header .header-right .nav-main ul.menu #about {
    width: 1000px !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services {
    width: 977px !important;
    left: -522px !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services:before {
    left: 60% !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services.servileft {
    left: -274px !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services.servileft:before {
    left: 30% !important;
  }
  .header .header-right .nav-top .contact-number a {
    font-size: 17px;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li {
    margin-right: 15px;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li#menu-item-30 a {
    font-size: 0;
    float: left;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 0;
    border: 1px solid #33a5d7;
    padding: 0;
    background-position: center;
  }
  .main-wrapper {
    margin-top: 77px;
  }
  .container {
    width: 100%;
    padding: 0 40px;
  }
  .hero-banner {
    height: 440px;
  }
  .hero-banner .banner-conn .banner-buttons {
    margin-top: 30px;
  }
  .btn-main,
input[type=submit] {
    padding: 15px 35px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  .inner-banner h1 {
    font-size: 34px;
  }
  .inner-banner .right-con .img-wrap iframe {
    height: 150px;
  }
  .description-wrapper .right-con {
    padding-left: 30px;
  }
  .description-wrapper .right-con p br {
    display: none;
  }
  .banner-wrap h1 {
    font-size: 30px;
  }
  .banner-wrap h1 .green.grow {
    font-size: 97px;
    display: block;
  }
  .banner-wrap h1 span.business {
    font-size: 37px;
    padding-left: 0;
  }
  .about-wrapper .col-sm-6 {
    align-self: center;
  }
  .about-wrapper .img-wrap::after {
    width: 220px;
    height: 190px;
    bottom: 0;
  }
  .about-wrapper .text-wrap {
    padding-left: 70px;
  }
  .about-wrapper .text-wrap .amiri-wrap p {
    font-size: 18px;
  }
  .about-wrapper .overlap-wrap {
    margin: -180px 0 0;
    width: 290px;
  }
  .about-wrapper .text-bottom {
    margin-top: 30px;
  }
  .services-wrapper ul {
    padding: 0;
  }
  .services-wrapper ul li {
    padding: 0 15px;
  }
  .services-wrapper ul li .service-box {
    padding: 25px;
  }
  .services-wrapper ul li .service-box h4 {
    font-size: 20px;
  }
  .service-row .service-list:nth-child(2n) .row .left-con {
    padding-left: 2%;
  }
  .visit-wrapper .text-wrap {
    padding: 1% 12% 0;
  }
  ul.products-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  ul.products-list li {
    padding: 0 15px;
    margin: 15px 0px;
  }
  ul.products-list li:first-child::before {
    top: -30px;
    left: -10px;
    width: 110px;
    height: 110px;
  }
  ul.products-list li:first-child::after {
    top: -45px;
    left: 65px;
    width: 64px;
    height: 64px;
  }
  ul.products-list li .product-box .img-wrap {
    min-height: 235px;
    padding: 0 10px;
  }
  ul.products-list li .product-box .text-wrap {
    padding: 20px 20px 20px;
  }
  ul.products-list li .product-box .text-wrap .btn-main {
    padding: 14px 24px;
    width: 100%;
  }
  .products-wrapper h5,
.featured-categories h5 {
    font-size: 16px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap {
    padding: 30px 20px 40px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap h5 {
    min-height: 112px;
  }
  .products-wrapper .products-row .left-con {
    padding-right: 25px;
  }
  .products-wrapper .side-bar {
    margin-top: 15px;
  }
  .products-wrapper .side-bar .recent-prod ul li .img-wrap {
    width: 50px;
    height: 50px;
  }
  .products-wrapper .side-bar .recent-prod ul li .text-wrap {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .product-wrapper .right-con {
    padding: 0 0px 0 20px;
  }
  .featured-categories ul.products-list li .product-box .img-wrap {
    min-height: 235px;
  }
  .featured-categories ul.products-list li .product-box .text-wrap {
    padding: 20px;
  }
  .blog-wrapper .blog-inner {
    margin-left: 40px;
  }
  .blog-wrapper .blog-slider {
    padding-top: 20px;
  }
  .blog-wrapper .blog-slider .slick-arrow {
    left: 900px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .img-wrap {
    height: 130px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .number {
    font-size: 20px;
    width: 40px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .date-box {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .brands-wrapper ul.plus-wrapper li .img-wrap {
    padding: 30px 20px;
  }
  .blog-slider h4,
.blogs-wrap h4 {
    font-size: 16px;
  }
  .blogs-wrap ul li {
    padding: 0 25px;
  }
  .blogs-wrap .blog-box .text-wrap a.read-arrow {
    margin-top: 20px;
  }
  .blogs-wrap ul.nav-tabs li.nav-item {
    padding-right: 25px;
  }
  .blog-detail-wrap .text-wrap iframe {
    height: 380px;
  }
  span.icon-date {
    margin-top: 10px;
  }
  .footer .first-col {
    padding: 30px 0px 0 0;
  }
  .footer .second-col {
    padding: 0 0 0 30px;
  }
  .footer .fourth-col {
    padding: 0;
  }
  .cta-wrapper .text-wrap h2 {
    font-size: 38px;
  }
  #copyright {
    padding: 15px 0;
  }
  .single-products,
.single-parts h3 {
    font-size: 28px;
  }
  .search-wrapper #ajaxsearchlite1 .probox {
    height: 60px;
  }
  .search-wrapper #ajaxsearchlite1 .probox .proinput input {
    height: 60px;
    font-size: 18px;
  }
  .equipment-wrapper .title-wrap h2 br {
    display: none;
  }
  .equipment-wrapper .solution-row {
    padding-bottom: 90px;
  }
  .equipment-wrapper .solution-row .left-con {
    padding-right: 40px;
  }
  .equipment-wrapper .solution-row .right-con .text-wrap p {
    font-size: 30px;
  }
  .equipment-wrapper .status-row .left-con {
    padding: 0px 80px 0 30px;
    align-self: center;
  }
  .reviews-wrapper .review-slider {
    padding: 20px 0px 0;
  }
  .reviews-wrapper .review-slider .slick-slide {
    padding: 0 10px 40px;
  }
  .pdgtb100 {
    padding: 70px 0;
  }
  .pdgt100 {
    padding-top: 70px;
  }
  .cta-wrapper {
    background-size: 360px;
  }
  .inner-banner .right-con::before {
    bottom: -25px;
    left: -15px;
    width: 84px;
    height: 84px;
  }
  .service-wrapper .service-con {
    padding: 0 4% 4%;
  }
  .dimension-wrapper ul.plus-wrapper {
    padding: 0 6%;
  }
  .dimension-wrapper ul.plus-wrapper li .service-box {
    padding: 30px 20px;
  }
  .contactwrap .rightwrap::after {
    width: 444px;
    height: 427px;
    left: -70%;
    z-index: -1;
  }
  .contactwrap .rightwrap .formwrap::before {
    width: 120px;
    height: 120px;
    top: -55px;
    left: -55px;
  }
  .contactwrap .rightwrap .formwrap .gform_wrapper {
    padding: 30px;
    width: auto;
  }
  .contactwrap .rightwrap .formwrap .gform_confirmation_wrapper {
    width: auto;
  }
  .mapwrap .map iframe {
    height: 400px;
  }
  .cta-wrapper-home .cta-row {
    padding: 0 20px;
  }
  .cta-wrapper-home .text-wrap {
    padding: 30px 0;
  }
  .cta-wrapper-home h3 {
    font-size: 30px;
  }
  /*home page css */
  .banner-buttons .btn {
    padding: 21px 62px 21px 21px;
    font-size: 14px;
  }
  .howItWorksWrapper {
    padding-bottom: 70px;
  }
  .tabs-wrap .nav-tabs li.nav-item {
    margin: 0 27px;
  }
  .faqsWrapSection .col-md-12 {
    z-index: 99999;
  }
  ul li {
    font-size: 14px;
  }
  ul.social-links li {
    margin-right: 5px;
  }
  .wrapper {
    margin-bottom: 70px;
  }
  .wrapper .nav-tabs li a h6 {
    font-size: 14px;
  }
  .banner-wrap {
    min-height: 810px;
    margin-bottom: 0;
  }
  .banner-wrap:before {
    background-size: contain;
    height: 810px;
  }
  .banner-wrap .banner-conn {
    margin-top: 0;
    top: 45%;
  }
  .banner-wrap .banner-conn .img-wrap {
    margin-left: 0;
    width: 634px;
  }
  .banner-wrap .banner-conn img.img-responsive {
    width: 88%;
  }
  .tabs-wrap .nav-tabs {
    padding: 0px 0;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    font-size: 15px;
  }
  .btn.btn-brown,
input[type=submit].btn-brown {
    font-size: 14px;
  }
  .breed-experts .row {
    padding-bottom: 60px;
  }
  .img-wrap.text-center {
    width: 1100px;
    margin: auto;
    float: initial;
  }
  .howItWorksWrapper .worklist li .text-wrap {
    margin-top: 0px;
  }
  .howItWorksWrapper .worklist li .text-wrap p {
    color: #2b327a;
  }
  .howItWorksWrapper .worklist li .title h4 {
    font-size: 18px;
  }
  .howItWorksWrapper .worklist li .img-wrap {
    min-height: auto;
    margin-bottom: 31px;
  }
  .footer-cta {
    padding: 50px;
  }
  p {
    font-size: 16px;
  }
  .faq-wrap .card .card-header .faq-title {
    font-size: 18px;
  }
  /* service page css*/
  .here-banner h1 {
    font-size: 42px;
  }
  .here-banner p {
    font-size: 16px;
    margin-top: 8px;
  }
  .howobders h3 {
    font-size: 31px;
  }
  .howobders .texts p {
    margin-top: 0;
  }
  .who-needs-to .row {
    padding-top: 42px;
  }
  .howWeWorkGroup {
    padding-bottom: 111px;
  }
  .software-partnerwrap {
    padding-top: 80px;
  }
  .calltoheradinf .calltotext {
    padding-top: 0px;
  }
  .banner-buttons {
    margin-top: 28px;
    margin-bottom: 62px;
  }
  .callheading {
    font-size: 33px !important;
  }
  .why-choose .icontext {
    padding-bottom: 33px;
  }
  .faqsWrapSection.bottom {
    margin-bottom: 128px;
  }
  p {
    margin-top: 18px;
  }
  .calltoheradinf .calltotext {
    width: 68%;
  }
  .our-service {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .our-service .row .col-md-2 {
    width: 24.666667%;
  }
  .here-banner .offihj {
    text-align: center;
  }
  .here-banner .offihj img {
    width: 61%;
  }
  /*service page css end*/
  /*who we help page css*/
  .texts {
    font-size: 14px;
  }
  .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 587px;
  }
  .blog-boix .innserd h4 {
    font-size: 18px;
  }
  .specialist {
    padding-bottom: 0;
  }
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 73px;
    width: 46%;
  }
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 a.btn.btn-brown.right-arrow {
    font-size: 13px;
  }
  .howWeWorkGroup {
    padding-top: 50px;
  }
  .contractors {
    background-size: cover;
  }
  .contractors .who-needs-to {
    padding-top: 50px;
    padding-bottom: 80px !important;
  }
  .contractors .who-needs-to .rowd {
    margin-top: 0 !important;
  }
  .contractors .who-needs-to .rowd .bokfh {
    width: 100%;
  }
  .contractors .who-needs-to .rowd .bokfh img {
    padding-right: 10px;
  }
  .contractors .who-needs-to .rowd .bokfh .business .bokfh {
    width: 48%;
  }
  .contractors .contbdf:last-child {
    height: 364px !important;
  }
  .specialist .bookingd {
    padding-bottom: 80px !important;
  }
  .orders .howobders .leftcol {
    padding-right: 40px;
  }
  .etab .bokfh {
    width: 48%;
  }
  .etab .bokfh .business .bokfh {
    width: 48%;
  }
  .etab .rowd {
    margin-top: 0 !important;
  }
  .tposection .pdgtb100 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .qucicktab .tabs-wrap .nav-tabs li.nav-item {
    margin: 0 15px;
  }
  .qucicktab .tabs-wrap {
    margin-top: 28px;
  }
  .qucicktab .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 300px;
  }
  .optionsd {
    padding: 74px 0;
  }
  .optionsd h3 {
    font-size: 27px;
  }
  .bookingd .text-center {
    padding-top: 0 !important;
  }
  .bookingd.bg-grey {
    padding-bottom: 50px;
  }
  .options img {
    width: auto;
  }
  .fertures {
    background-size: 30%;
  }
  .fertures .tabmane ul li a.active {
    width: 322px;
  }
  .fertures .img-box {
    text-align: center;
    padding-top: 0 !important;
  }
  .fertures .img-box img {
    width: 79%;
  }
  .ebook-input-btn-wrap {
    grid-template-columns: 48% 48%;
  }
  .services-specialistaccountant-section .tab-slider--container.section {
    margin-top: 30px !important;
  }
  .services-software-section .software-partnerwrap::before {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .our-latest-blog .row .col-md-6.col-sm-6.col-12 img {
    height: 324px;
  }
  .taxsec .types {
    padding-top: 25px;
  }
  .taxsec .types .left .leftsue {
    min-height: 676px;
    padding: 39px;
  }
  .taxsec .types .left .tegdt {
    font-size: 16px;
  }
  .taxsec .types .left ul li {
    font-size: 15px;
    margin: 7px 0;
  }
  .taxsec .types .left .righrt h4 {
    font-size: 19px;
  }
  .thank-page-section {
    padding-top: 34% !important;
  }
  .contractors .contbdf:last-child {
    height: 267px !important;
  }
  .contatab a.btn.btn-brown.right-arrow {
    margin-top: 8px;
  }
  .custom_back_sheetsrevoults .how-to-works {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .blog-detail {
    width: 800px;
    margin: auto;
    float: inherit;
  }
  .blog-detail h1 {
    font-size: 30px;
    width: 750px;
  }
  .blog-detail .date-name .col-sm-6 {
    width: 50% !important;
  }
  .blog-detail .date-name .col-sm-6:last-child p {
    width: auto;
  }
  .busssinetabs .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 30px;
    width: 100%;
  }
  .acciunt .texts {
    padding-bottom: 31px;
  }
  .mapsd .addreslocation {
    padding: 16px;
    right: -195px;
    width: 480px;
  }
  .mapsd .addreslocation h2 {
    font-size: 25px;
  }
  .mapsd .addreslocation p {
    font-size: 14px;
    margin-top: 10px;
  }
  .mapsd .addreslocation .icons {
    margin-top: 21px;
  }
  .mapsd .addreslocation .icons p:first-child {
    font-size: 14px;
  }
  .mapsd .addreslocation .icons p:last-child {
    font-size: 15px;
  }
  .mapsd .addreslocation .icons p:last-child a {
    font-size: 15px;
  }
  .mapsd .addreslocation .icons p:nth-child(2) {
    line-height: 120%;
  }
  .mapsd .addreslocation .icons p:nth-child(2) a {
    font-size: 14px;
  }
  body .servicecta .blue h4,
.inneserive .blue h4 {
    margin-bottom: 0 !important;
    font-size: 22px !important;
  }
  body .servicecta .blue .calltoheradinf,
.inneserive .blue .calltoheradinf {
    padding-top: 10px !important;
  }
  body .servicecta .blue .calltotext p,
.inneserive .blue .calltotext p {
    font-size: 50px;
    line-height: 77%;
  }
  .servicecta .blue {
    padding-bottom: 0px;
  }
  .autite .dext .col-md-4 img {
    height: 240px;
  }
  .twoquic .optionsd .col-md-6 img {
    height: 268px;
  }
  .cash-bnt .bgblue .calltest p {
    padding-bottom: 0;
    text-align: left;
  }
  .cash-bnt .bgblue .calltest ul {
    padding-bottom: 50px;
  }
  .cash-bnt .bgblue .calltest ul li {
    width: 100%;
    font-size: 14px;
  }
  .cashthreer .dext .col-md-4 img {
    height: 272px;
  }
  .dextwork .dext .col-md-4 img {
    height: 205px;
  }
  .recrumentscta .blue {
    padding-bottom: 100px !important;
  }
  .recru-lists .bookingd .container:nth-child(4) .innserlist p {
    padding-left: 50px;
    padding-right: 50px;
  }
  .deploye p {
    font-size: 16px;
  }
  .customer .col-md-4 h6 {
    margin-bottom: 20px;
  }
  .usertesti .icon {
    width: 30px;
  }
  body .secrivess.servicecta .banner-buttons {
    margin-bottom: 0;
  }
  body .secrivess.servicecta .blue {
    padding-bottom: 70px;
  }
  body .secrivess.servicecta .calltoheradinf {
    padding-top: 20px !important;
  }
  .usertesti .nav-tabs {
    padding: 0 2%;
  }
  .suppior .left {
    padding: 49px;
    min-height: 233px;
    text-align: center;
  }
  .suppior .right {
    min-height: 233px;
    padding: 45px;
    text-align: center;
  }
  .officecallsss .whowehelpWrapper .tabs-wrap {
    margin-top: 20px;
  }
  .officesoft .title-wrap {
    padding-top: 0px;
  }
  .bisunessfgd .business {
    min-height: auto;
  }
  .list-of-service .text-wrap {
    width: 70%;
    float: initial;
    margin: auto;
  }
  .taxsec .vat-schemes .row {
    padding-top: 0;
  }
  .taxsec .vat-schemes .undefined {
    width: 50%;
  }
  .taxsec .vat-schemes .undefined .tablist {
    min-height: 347px;
  }
  .visalist .vat-schemes .row {
    padding-top: 0;
  }
  .visalist .vat-schemes .undefined {
    width: 50%;
  }
  .visalist .vat-schemes .undefined .tablist {
    min-height: 347px;
  }
  .vat-schemes {
    padding-bottom: 80px !important;
  }
  .vat-schemes .undefined .tablist {
    min-height: 515px;
  }
  .acciunt {
    padding-bottom: 0px !important;
  }
  .acciunt img.officeimage {
    bottom: 0px;
  }
  .officecall h4.callheading {
    font-size: 50px !important;
  }
  .slick-slider .slick-next {
    right: -16px !important;
  }
  .slick-slider .slick-prev {
    left: -16px;
  }
  .client-testi .row {
    width: 100%;
    margin: auto;
  }
  .lastcon .conlis .conslidk .listdg {
    width: 30.8%;
    padding: 21px;
  }
  .lastcon .conlis .conslidk .listdg h2 {
    font-size: 18px;
  }
  .lastcon .conlis .conslidk .listdg p {
    padding-right: 0;
  }
  .lastcon .conlis .commenst:before {
    left: 25px;
    width: 21px;
    height: 18px;
    background-size: cover;
  }
  .lastcon .conlis .commenst p {
    text-indent: 38px;
  }
  .tabsd-conat {
    padding-top: 65px;
  }
  .tabsd-conat .imagelisrt {
    width: 31.5%;
  }
  .servicebanners .here-banner {
    padding-top: 149px;
    padding-bottom: 122px;
  }
  .specialist .col-md-3 {
    width: 33%;
  }
  .specialist .tab-slider--container {
    margin-top: 29px;
  }
  .specialist .tab-slider--container .tablist .img-wrap {
    min-height: auto;
    padding-bottom: 22px;
  }
  .specialist .tab-slider--container .tablist .img-wrap img {
    height: 97px;
  }
  .specialist .tab-slider--container .tablist h5 {
    font-size: 16px;
  }
  .servicesWrap {
    padding-bottom: 0px !important;
  }
  .servicesWrap .wrapper {
    margin-bottom: 50px;
  }
  .cookies h2 {
    font-size: 19px;
  }
  .detailsd h3 {
    font-size: 32px !important;
    min-height: auto !important;
  }
  .blog-single .blig {
    padding-left: 29px;
  }
  .blog-single .blig h3 {
    font-size: 18px;
  }
  .blog-single .blig .date-name {
    padding-bottom: 15px;
  }
  .blog-single .blig .texts {
    width: 100%;
    float: left;
    padding-top: 0;
  }
  .blog-single .blig p {
    margin-top: 5px;
  }
  .blog-single .tag span {
    font-size: 10px;
  }
  .list-blog {
    margin-top: 50px !important;
  }
  .list-blog .tag {
    left: 3px;
  }
  .list-blog .tag span {
    font-size: 9px;
  }
  .list-blog p.dates {
    padding-left: 21px;
    font-size: 13px;
    width: 100%;
    text-align: left;
  }
  .list-blog h3 {
    font-size: 16px !important;
    padding-bottom: 15px;
    min-height: auto;
    margin-bottom: 0;
  }
  .list-blog .date-name .col-sm-6 {
    width: 100%;
  }
  .list-blog .b-list {
    height: 458px;
  }
  .list-blog .b-list img {
    height: 202px;
  }
  .bc-list {
    height: 458px;
  }
  .bc-list h2 {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bc-list h6 {
    font-size: 17px;
  }
  .calls .left {
    width: 44%;
    min-height: 284px;
    padding: 20px;
  }
  .calls .ficd {
    height: 284px;
  }
  .calls .right {
    padding: 20px;
  }
  .calls span.spanlleft {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .calls span.spanright {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .forma .conatc-form .left {
    width: 45.19999%;
    margin-right: 33px;
  }
  .forma .conatc-form .left input,
.forma .conatc-form .left select {
    height: 51px;
  }
  .forma .conatc-form textarea {
    height: 74px;
  }
  .forma .conatc-form .check label {
    font-size: 14px;
  }
  .forma .right p {
    font-size: 17px;
  }
  .contaform {
    padding-top: 0 !important;
  }
  .meeting .meet .meetingtwo {
    width: 100%;
  }
  .meeting .meet .meetingtwo h5 {
    font-size: 16px;
  }
  .meeting .meet .meetingtwo .left {
    width: 46%;
  }
  .meeting .meet .meetingtwo .right {
    width: 46%;
    margin-right: 0;
  }
  .re-traing p.section {
    margin-bottom: 31px;
  }
  .re-traing h2 {
    font-size: 40px;
    margin-top: 20px;
  }
  .re-traing p {
    margin-top: 0;
  }
  .re-traing h3 {
    margin-top: 30px;
    font-size: 28px;
  }
  .recru-lists .innserlist {
    padding: 45px 43px;
  }
  .recru-lists .who-needs-to .title-wrap {
    margin-bottom: 22px;
  }
  .recriment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recriment .title-wrap {
    margin-bottom: 3px;
  }
  .recurment .here-banner {
    height: 270px;
  }
  .software .blue h4 {
    font-size: 40px;
  }
  .recru-list .who-needs-to .title-wrap {
    margin-bottom: 12px;
  }
  .retest .calltotext {
    font-size: 18px;
  }
  .retest .callheading {
    width: 53%;
  }
  .multiwho {
    padding-bottom: 50px;
  }
  .multilan {
    padding-top: 10px !important;
  }
  .officehome .here-banner {
    height: 340px;
  }
  .officehome h1.text-left {
    margin-bottom: 20px;
  }
  .officesoft .software-partnerwrap {
    padding-top: 150px;
  }
  .acciunt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vat-schemes .row {
    padding-top: 33px;
  }
  .vat-schemes .tablist h5 {
    font-size: 15px;
  }
  .e-books {
    padding-bottom: 30px;
  }
  .e-books p.etext {
    width: 80%;
  }
  .lkjh {
    margin-top: 0;
  }
  .helps {
    padding-top: 65px;
  }
  .helps .calltoheradinf {
    margin-bottom: 0px;
  }
  .helps .left h5 {
    font-size: 15px;
    padding-top: 20px;
  }
  .calltoheradinf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .redfe {
    padding-bottom: 30px !important;
  }
  .abour .here-banner h1.text-left,
.abour .here-banner p.text-left.p-0 {
    width: 60%;
    margin: auto;
    float: initial;
    margin-bottom: 20px;
  }
  .littel {
    padding-bottom: 47px;
  }
  ul li {
    font-size: 14px;
  }
  .office-list .list-off {
    width: 33.33%;
    background-size: cover;
  }
  .office-list .list-off .postheading h6 {
    font-size: 28px;
  }
  .customer .dext h6 {
    font-size: 20px;
  }
  .customer .dext p {
    margin-top: 0;
  }
  .customer .col-md-4 {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }
  .customer .col-md-4:last-child {
    margin-bottom: 0;
  }
  .customer .col-md-4 .text-center {
    text-align: left !important;
  }
  .howitr {
    padding-bottom: 50px !important;
  }
  .kibslist .col-md-6 {
    padding-right: 20px !important;
  }
  .lowhpw .leftcol {
    padding-right: 50px;
  }
  .lowthredf .dext .col-md-4 h6 {
    font-size: 20px;
  }
  .cashbebi {
    padding-bottom: 0px !important;
  }
  .cashthreer h6 {
    font-size: 15px !important;
  }
  .fasq-cash .faqsWrapSection {
    padding-top: 0 !important;
  }
  .cash-bnt .banner-buttons {
    margin-bottom: 0;
  }
  .revolut {
    padding-top: 60px !important;
  }
  .revolut .leftcol {
    padding-right: 50px;
  }
  .revoltab {
    padding-top: 80px !important;
  }
  .revoltab .img-box {
    min-height: auto !important;
  }
  .ftrt {
    padding-bottom: 67px;
  }
  .youtb .bookingd {
    padding-top: 0 !important;
  }
  .youtbvideo {
    padding-left: 80px;
    padding-right: 100px;
  }
  .youtbvideo .listvideo iframe {
    width: 1005;
  }
  .youtbvideo::after {
    right: 57px;
  }
  .fsthomcall .callheading {
    margin-bottom: 30px !important;
  }
  .fsthomcall .calltotext p {
    margin-top: 15px !important;
  }
  .fatmsection .leftcol,
.fatmsection .rightcol {
    margin-bottom: 40px !important;
  }
  .autoxero {
    padding-bottom: 50px;
  }
  .autoxero .topbanners {
    padding-bottom: 40px;
  }
  .autoxero .topbanners p {
    margin-top: 0;
  }
  .dextferst .fertures {
    margin-top: 19px;
  }
  .dext h6 {
    font-size: 20px;
  }
  .dextwork h6 {
    font-size: 16px;
    background-position: 16px 10px !important;
    padding-left: 72px !important;
    background-size: 41px !important;
  }
  .dextwork .text-center p {
    margin-top: 10px;
    font-size: 14px;
  }
  .dextwork .who-needs-to .title-wrap {
    margin-bottom: 3px;
  }
  .calltoheradinf p {
    margin-top: 0px;
  }
  .callheading {
    margin-bottom: 0px;
  }
  .dextbenift {
    padding-bottom: 140px !important;
  }
  .dextbenift .img-box {
    min-height: auto !important;
  }
  .dexts {
    padding-top: 50px;
  }
  .container {
    width: 100%;
    padding: 0 40px;
  }
  .howWeWorkGroup .leftcol {
    padding-right: 1px;
  }
  .title-wrap {
    margin-bottom: 30px;
  }
  .intext {
    font-size: 15px !important;
  }
  #header {
    padding: 14px 25px;
  }
  .logo {
    width: 140px;
  }
  .howItWorksWrapper {
    padding-bottom: 70px;
  }
  .copyrights p {
    font-size: 14px;
  }
  .footer-cols .footer-main-menu li,
.footer-cols .footer-legals-menu li,
.footer-col-3 .footer-main-menu li,
.footer-col-3 .footer-legals-menu li {
    margin: 0 0;
  }
  .footer-cols .footer-main-menu li a,
.footer-cols .footer-legals-menu li a,
.footer-col-3 .footer-main-menu li a,
.footer-col-3 .footer-legals-menu li a {
    font-size: 14px;
  }
  .header .header-right {
    margin-left: 25px;
    width: calc(100% - 140px);
  }
  .header .header-right .nav-main {
    margin-top: 0;
  }
  .header .header-right .nav-main ul.menu li {
    margin-right: 9px;
    margin-left: 9px;
    margin-bottom: 0;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 12px !important;
  }
  .header .header-right .nav-main ul.menu #about {
    width: 1000px !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services {
    width: 977px !important;
    left: -522px !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services:before {
    left: 60% !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services.servileft {
    left: -274px !important;
  }
  .header .header-right .nav-main ul.menu ul.sub-menu.services.servileft:before {
    left: 30% !important;
  }
  .header .header-right .nav-top {
    padding-top: 0 !important;
  }
  .header .header-right .nav-top .contact-number a {
    font-size: 17px;
  }
  .header .header-right .nav-top .btn {
    font-size: 12px;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li {
    margin-right: 15px;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li#menu-item-30 a {
    font-size: 0;
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 0;
    border: 1px solid #33a5d7;
    padding: 0;
    background-position: center;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li:last-child a {
    padding: 12px 15px 12px;
  }
  .main-wrapper {
    margin-top: 77px;
  }
  .hero-banner {
    height: 440px;
  }
  .hero-banner .banner-conn .banner-buttons {
    margin-top: 30px;
  }
  .btn-main,
input[type=submit] {
    padding: 15px 30px;
  }
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h1 .green.grow {
    font-size: 90px;
  }
  h1 span.business {
    font-size: 34px;
    padding-left: 0;
  }
  .inner-banner h1 {
    font-size: 34px;
  }
  .inner-banner .left-con {
    padding-top: 4%;
  }
  .inner-banner .right-con .img-wrap iframe {
    height: 120px;
  }
  .pdgtb100 {
    padding: 60px 0;
  }
  .description-wrapper .right-con {
    padding-left: 30px;
  }
  .description-wrapper .right-con p br {
    display: none;
  }
  .about-wrapper .col-sm-6 {
    align-self: center;
  }
  .about-wrapper .img-wrap::after {
    width: 230px;
    height: 190px;
    bottom: 0;
  }
  .about-wrapper .text-wrap {
    padding-left: 70px;
  }
  .about-wrapper .text-wrap .amiri-wrap p {
    font-size: 18px;
  }
  .about-wrapper .overlap-wrap {
    margin: -180px 0 0;
    width: 290px;
  }
  .about-wrapper .text-bottom {
    margin-top: 30px;
  }
  .services-wrapper ul {
    padding: 0;
  }
  .services-wrapper ul li {
    padding: 0 15px;
  }
  .services-wrapper ul li .service-box {
    padding: 20px;
  }
  .services-wrapper ul li .service-box h4 {
    font-size: 18px;
  }
  .service-row .service-list:nth-child(2n) .row .left-con {
    padding-left: 2%;
  }
  .visit-wrapper .text-wrap {
    padding: 1% 12% 0;
  }
  ul.products-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  ul.products-list li {
    padding: 0 15px;
    margin: 15px 0px;
  }
  ul.products-list li:first-child::before {
    top: -30px;
    left: -10px;
    width: 110px;
    height: 110px;
  }
  ul.products-list li:first-child::after {
    top: -45px;
    left: 65px;
    width: 64px;
    height: 64px;
  }
  ul.products-list li .product-box .img-wrap {
    min-height: 235px;
  }
  ul.products-list li .product-box .text-wrap {
    padding: 20px 20px 20px;
  }
  ul.products-list li .product-box .text-wrap .btn-main {
    padding: 14px 24px;
    width: 100%;
  }
  .products-wrapper h5,
.featured-categories h5 {
    font-size: 16px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap {
    padding: 30px 20px 40px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap h5 {
    min-height: 70px;
  }
  .products-wrapper .products-row .left-con {
    padding: 0 15px 0 0px;
  }
  .products-wrapper.parts ul.products-list li {
    width: 50%;
  }
  .products-wrapper .side-bar {
    margin-top: 15px;
  }
  .products-wrapper .side-bar .recent-prod ul li .img-wrap {
    width: 50px;
    height: 50px;
  }
  .products-wrapper .side-bar .recent-prod ul li .text-wrap {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .product-wrapper .right-con {
    padding: 0 0px 0 20px;
  }
  .featured-categories ul.products-list li .product-box .img-wrap {
    min-height: 215px;
  }
  .featured-categories ul.products-list li .product-box .text-wrap {
    padding: 20px;
  }
  .blog-wrapper .blog-inner {
    margin-left: 40px;
  }
  .blog-wrapper .blog-slider {
    padding-top: 20px;
  }
  .blog-wrapper .blog-slider .slick-arrow {
    left: 800px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .img-wrap {
    height: 160px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .number {
    font-size: 20px;
    width: 40px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .date-box {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .brands-wrapper ul.plus-wrapper li .img-wrap {
    padding: 30px 20px;
  }
  .blog-slider h4,
.blogs-wrap h4 {
    font-size: 16px;
  }
  .blogs-wrap ul li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .blogs-wrap .blog-box .text-wrap a.read-arrow {
    margin-top: 20px;
  }
  .blogs-wrap ul.nav-tabs li.nav-item {
    padding-right: 20px;
  }
  .blogs-wrap ul.nav-tabs li.nav-item a h6,
.tabs-wrapper ul.nav-tabs li.nav-item a h6 {
    font-size: 15px;
  }
  .blog-detail-wrap .text-wrap iframe {
    height: 335px;
  }
  span.icon-date {
    margin-top: 10px;
  }
  .footer .first-col {
    padding: 30px 0px 0 0;
  }
  .footer .second-col {
    padding: 0 0 0 30px;
  }
  .footer .fourth-col {
    padding: 0 20px 0 0;
  }
  .footer .fourth-col a.address br {
    display: none;
  }
  .cta-wrapper .text-wrap h2 {
    font-size: 38px;
  }
  #copyright {
    padding: 15px 0;
  }
  .single-products,
.single-parts h3 {
    font-size: 28px;
  }
  .search-wrapper #ajaxsearchlite1 .probox {
    height: 60px;
  }
  .search-wrapper #ajaxsearchlite1 .probox .proinput input {
    height: 60px;
    font-size: 18px;
  }
  .equipment-wrapper .title-wrap h2 br {
    display: none;
  }
  .equipment-wrapper .solution-row {
    padding-bottom: 80px;
  }
  .equipment-wrapper .solution-row .left-con {
    padding-right: 20px;
  }
  .equipment-wrapper .solution-row .right-con .text-wrap p {
    font-size: 26px;
  }
  .equipment-wrapper .status-row .left-con {
    padding: 0px 80px 0 30px;
    align-self: center;
  }
  .reviews-wrapper .review-slider {
    padding: 20px 0px 0;
  }
  .reviews-wrapper .review-slider .slick-slide {
    padding: 0 10px 40px;
  }
  .pdgtb100 {
    padding: 70px 0;
  }
  .pdgt100 {
    padding-top: 70px;
  }
  .cta-wrapper {
    background-size: 360px;
  }
  .inner-banner .right-con::before {
    bottom: -25px;
    left: -15px;
    width: 84px;
    height: 84px;
  }
  .inner-banner h1::before {
    top: 0;
    height: 55px;
  }
  .service-wrapper .service-con {
    padding: 0 4% 4%;
  }
  .dimension-wrapper ul.plus-wrapper {
    padding: 0 2%;
  }
  .dimension-wrapper ul.plus-wrapper li .service-box {
    padding: 30px 20px;
  }
  .contactwrap .rightwrap::after {
    width: 444px;
    height: 427px;
    left: -70%;
    z-index: -1;
  }
  .contactwrap .rightwrap .formwrap::before {
    width: 120px;
    height: 120px;
    top: -55px;
    left: -55px;
  }
  .contactwrap .rightwrap .formwrap .gform_wrapper {
    padding: 30px;
    width: auto;
  }
  .contactwrap .rightwrap .formwrap .gform_confirmation_wrapper {
    width: auto;
  }
  .mapwrap .map iframe {
    height: 400px;
  }
  .cta-wrapper-home .cta-row {
    padding: 0 20px;
  }
  .cta-wrapper-home .text-wrap {
    padding: 30px 0;
  }
  .cta-wrapper-home h3 {
    font-size: 26px;
  }
  .cta-wrapper-home.blog .btn-main {
    padding: 15px 10px;
  }
  /*home page css */
  .banner-buttons .btn {
    padding: 21px 62px 21px 21px;
    font-size: 12px;
  }
  .banner-wrap {
    min-height: 715px;
    margin-bottom: 0;
  }
  .banner-wrap:before {
    background-size: contain;
    height: 715px;
  }
  .banner-wrap .banner-conn {
    margin-top: 0;
  }
  .banner-wrap .banner-conn .img-wrap {
    margin-left: 0;
    width: 634px;
  }
  .banner-wrap .banner-conn img.img-responsive {
    width: 72%;
  }
  .tabs-wrap .nav-tabs {
    padding: 0px 0;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    font-size: 14px;
  }
  .btn.btn-brown,
input[type=submit].btn-brown {
    font-size: 12px;
  }
  .breed-experts .row {
    padding-bottom: 60px;
  }
  .img-wrap.text-center {
    width: 100%;
    margin: auto;
    float: initial;
  }
  .howItWorksWrapper .worklist li .text-wrap {
    margin-top: 0px;
  }
  .howItWorksWrapper .worklist li .text-wrap p {
    color: #2b327a;
  }
  .howItWorksWrapper .worklist li .title h4 {
    font-size: 14px;
  }
  .howItWorksWrapper .worklist li .img-wrap {
    min-height: auto;
    margin-bottom: 31px;
  }
  .footer-cta {
    padding: 50px;
  }
  p {
    font-size: 15px;
  }
  .faq-wrap .card .card-header .faq-title {
    font-size: 14px;
  }
  .testimonial-box {
    width: 100%;
    margin-top: 20px;
  }
  .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 488px;
  }
  .wrapper .tab-content .tab-pane .text-box {
    padding-left: 17px;
  }
  .breed-experts .row:nth-child(2) .left-col .img-wrap img {
    width: 72%;
  }
  .breed-experts .row:nth-child(3) .left-col .img-wrap {
    margin-right: 0;
  }
  .footer-cta {
    padding-bottom: 0;
  }
  .footer-cta .text-wrap {
    padding: 0 45px 0 45px;
  }
  .wrapper span.left {
    left: -35px;
  }
  .wrapper span.right {
    right: -35px;
  }
  /* service page css*/
  .here-banner h1 {
    font-size: 40px;
  }
  .here-banner p {
    font-size: 16px;
    margin-top: 8px;
  }
  .textetrs {
    width: 63%;
  }
  .howobders h3 {
    font-size: 25px;
  }
  .howobders .texts p {
    margin-top: 0;
  }
  .who-needs-to .row {
    padding-top: 42px;
  }
  .howWeWorkGroup {
    padding-bottom: 111px;
  }
  .software-partnerwrap {
    padding-top: 80px;
  }
  .calltoheradinf .calltotext {
    padding-top: 0px;
  }
  .banner-buttons {
    margin-top: 28px;
    margin-bottom: 62px;
  }
  .callheading {
    font-size: 26px !important;
  }
  .why-choose .icontext {
    padding-bottom: 33px;
  }
  .faqsWrapSection.bottom {
    margin-bottom: 128px;
  }
  p {
    margin-top: 18px;
  }
  .calltoheradinf .calltotext {
    width: 72%;
  }
  .our-service {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .our-service .col-md-4 {
    display: none;
  }
  .our-service .col-md-8 {
    width: 100%;
  }
  .our-service .row .col-md-2 {
    width: 19.666667%;
  }
  h6 {
    font-size: 14px;
  }
  .list-of-service {
    padding-top: 119px;
  }
  .here-banner .offihj {
    text-align: center;
  }
  .here-banner .offihj img {
    width: 61%;
  }
  ul li {
    font-size: 14px;
  }
  .tablist .ounder img {
    width: 75%;
  }
  .vat-schemes .col-md-3 {
    width: 50%;
    text-align: center;
  }
  .vat-schemes .col-md-3 .ounder {
    margin: auto;
  }
  .blog-boix .innserd h4 {
    font-size: 16px;
  }
  .specialist {
    padding-bottom: 0;
  }
  /*service page css end*/
  /*who we page css*/
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 0px;
    width: 100%;
    padding-bottom: 54px;
  }
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 a.btn.btn-brown.right-arrow {
    font-size: 13px;
  }
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 .col-md-6:first-child {
    text-align: center;
  }
  .howWeWorkGroup {
    padding-top: 50px;
  }
  .contractors {
    background-size: cover;
  }
  .contractors .who-needs-to {
    padding-top: 50px;
    padding-bottom: 80px !important;
  }
  .contractors .who-needs-to .rowd {
    margin-top: 0 !important;
  }
  .contractors .who-needs-to .rowd .bokfh {
    width: 100%;
  }
  .contractors .who-needs-to .rowd .bokfh img {
    padding-right: 10px;
  }
  .contractors .who-needs-to .rowd .bokfh .business .bokfh {
    width: 48%;
  }
  .contractors .contbdf:last-child {
    height: 364px !important;
  }
  .specialist .bookingd {
    padding-bottom: 80px !important;
  }
  .specialist .tab-slider--container {
    margin-top: 0;
  }
  .specialist .tab-slider--container .tablist {
    min-height: 338px;
  }
  .orders .howobders .leftcol {
    padding-right: 40px;
  }
  .etab .bokfh {
    width: 100%;
  }
  .etab .bokfh .business .bokfh {
    width: 48%;
  }
  .etab .bokfh .business .bokfh:first-child {
    text-align: center;
  }
  .etab .bokfh .business .bokfh img {
    width: 70%;
  }
  .etab .rowd {
    margin-top: 0 !important;
  }
  .tposection .pdgtb100 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .qucicktab .tabs-wrap .nav-tabs li.nav-item {
    margin: 0 15px;
  }
  .qucicktab .tabs-wrap {
    margin-top: 28px;
  }
  .qucicktab .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 250px;
  }
  .optionsd {
    padding: 74px 0;
  }
  .optionsd h3 {
    font-size: 20px;
  }
  .bookingd .text-center {
    padding-top: 0 !important;
  }
  .bookingd.bg-grey {
    padding-bottom: 50px;
  }
  .options img {
    width: auto;
  }
  .fertures {
    background-size: 30%;
  }
  .fertures .tabmane ul li a.active {
    width: 255px;
  }
  .fertures .tabmane ul li h6 {
    font-size: 12px;
  }
  .fertures .img-box {
    text-align: center;
    padding-top: 0 !important;
  }
  .fertures .img-box img {
    width: 79%;
  }
  /*who we page css end*/
  .our-service .title-wrap {
    text-align: center !important;
    color: #fff !important;
  }
  .our-service .title-wrap::before {
    right: 0;
  }
  .ebook-input-btn-wrap {
    grid-template-columns: 48% 48%;
  }
  .texts {
    font-size: 15px;
  }
  .services-why-choose-section .iconsvg {
    padding: 11px;
  }
  .services-software-section .software-partnerwrap::before {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
  .homewho.section .servicesWrap.section {
    padding-top: 70px !important;
  }
  span.custom-arrow::before {
    top: 2px;
  }
  .section.who-needs-to .row ul li {
    background-size: 18px;
  }
  .visahow.sds.section {
    margin-top: 65px;
  }
  .servicdf.section.srvicetype {
    padding-bottom: 80px;
  }
  .subheading ul li {
    background-size: 19px;
  }
  .subheading ol li {
    background-size: 19px;
  }
  .taxsec.section.tax-investigation {
    margin-top: 80px;
  }
  .section.srvicetype.custom-software-integration-section {
    margin-top: 90px;
  }
  .visahow.section .howWeWorkGroup.section .howobders > div:not(:last-child) {
    padding-bottom: 45px;
  }
  .bussiness-custom-call-section {
    margin-top: 90px;
  }
  .con-bg.section .howWeWorkGroup .howobders > div {
    padding-bottom: 60px;
  }
  .con-bg.section .howWeWorkGroup .howobders > div:last-child {
    padding-bottom: 0;
  }
  .contractors .item .who-needs-to {
    padding-bottom: 0 !important;
  }
  .ecomerce-order-section .howWeWorkGroup.section {
    margin-top: 50px;
  }
  .ecomerce-order-section {
    margin-top: 45px;
  }
  .section.twoquic {
    margin-bottom: 75px;
  }
  .how-to-works.bookingd.istrgat {
    padding-bottom: 90px;
  }
  .col-md-6.col-sm-6.col-12.subheading {
    margin: 30px 0px;
  }
  .who-needs-to.how-to-works.bookingd {
    padding-bottom: 110px;
  }
  .resources-custom-call-section {
    margin-bottom: 100px !important;
    padding-bottom: 60px;
  }
  .ecomerce-ecomaddni.section .who-needs-to.how-to-works.bookingd {
    padding-bottom: 30px;
  }
  .recru-lists.section .how-to-works.bookingd {
    padding-bottom: 50px;
  }
  .cookies.section .how-to-works.bookingd {
    padding-bottom: 0;
  }
  .cookies.section .how-to-works.bookingd p:empty {
    display: none;
  }
  .cookies.section + .client-testi {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fertured .tabmane ul li a:hover {
    width: 320px;
  }
  .officesbrentford-soft-section .software-partnerwrap::before {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .fertured .tabmane ul li a:hover {
    width: 260px;
  }
  .switchingto-custom-call-section {
    padding-bottom: 50px;
  }
  .col-md-6.col-sm-6.col-12.subheading {
    margin: 30px 0px;
  }
  .who-needs-to.how-to-works.bookingd {
    padding-bottom: 110px;
  }
  .dext .col-md-4:first-child h6::before {
    width: 54px;
    height: 50px;
    background-size: 50px;
  }
  .dext .col-md-4:nth-child(2) h6::before {
    width: 54px;
    height: 50px;
    background-size: 50px;
  }
  .dext .col-md-4:last-child h6::before {
    width: 54px;
    height: 50px;
    background-size: 50px;
  }
  .section.kibslist.iwoca-kibslist-section {
    padding-top: 0;
  }
  .custom_back_sheetsrevoults .how-to-works {
    margin-top: 20px;
  }
  .con-bg.section.land.orders .howWeWorkGroup.section {
    padding-top: 0;
  }
  .ecomerce-ecomaddni.section .who-needs-to.how-to-works.bookingd {
    padding-bottom: 30px;
  }
  .officesbrentford-soft-section .software-partnerwrap::before {
    height: auto;
  }
  .recru-lists.section .how-to-works.bookingd {
    padding-bottom: 50px;
  }
  .our-latest-blog .col-md-3.col-sm-3.col-12 .blog-boix img {
    max-height: 155px;
  }
  .conatc-form.custom-contact-form-section .custom-select::before {
    top: 16px;
  }
  .conatc-form.custom-contact-form-section .left {
    margin-right: 15px;
    width: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .thank-page-section {
    padding-top: 40% !important;
    height: auto !important;
  }
  .homewho.section .servicesWrap.section {
    padding-top: 70px !important;
  }
  span.custom-arrow::before {
    top: 2px;
  }
  .section.who-needs-to .row ul li {
    background-size: 18px;
  }
  .serviesft .software-partnerwrap {
    padding-top: 90px;
  }
  .visahow.sds.section {
    margin-top: 50px;
  }
  .section.who-needs-to .row .businessicon.section .icons img {
    width: 30px;
    max-width: 30px;
  }
  .servicdf.section.srvicetype {
    padding-bottom: 50px;
  }
  .subheading ul li {
    background-size: 19px;
  }
  .subheading ol li {
    background-size: 19px;
  }
  .taxsec.section.tax-investigation {
    padding-top: 40px;
  }
  .taxsec.section.tax-investigation .specialist {
    padding-top: 60px;
  }
  .srvicetype.custom-software-integration-section {
    padding-bottom: 70px;
  }
  .srvicetype.custom-software-integration-section .howobders > div {
    padding-bottom: 25px;
  }
  .visahow.section .howWeWorkGroup.section .howobders > div:nth-child(2) {
    padding-bottom: 45px;
  }
  .visalist.section .section.vat-schemes {
    padding-top: 60px;
  }
  .businegd .howWeWorkGroup {
    padding-bottom: 50px;
  }
  .blof.section .section.who-needs-to {
    padding-bottom: 80px;
  }
  .bussiness-custom-call-section {
    margin-top: 60px;
  }
  .con-bg.section .howWeWorkGroup .howobders > div {
    padding-bottom: 60px;
  }
  .contractors .item .who-needs-to {
    padding-bottom: 0 !important;
  }
  .contractor-custom-call-section {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .land.orders .howWeWorkGroup .howobders > div:nth-child(3) {
    padding-top: 0;
  }
  .landlord-custom-call-section {
    margin-top: 0;
  }
  .ecomerce-order-section {
    margin-top: 45px;
  }
  .ecomerce-ecomaddni.section + .who-needs-to {
    padding-bottom: 80px;
  }
  .section.twoquic {
    margin-bottom: 65px;
  }
  .how-to-works.bookingd.istrgat {
    padding-bottom: 80px;
  }
  .fertured .tabmane ul li a:hover {
    width: 270px;
  }
  .tabsd.section.bagdf.dextbenift {
    padding-top: 0;
  }
  .hubdoc-dextwork-section .we-do-the {
    padding-top: 0;
  }
  .hubdoc-work-section .container > div:last-child {
    padding-top: 0;
  }
  .breed-experts .row:nth-child(3) .left-col .img-wrap img {
    width: auto;
    display: table;
    margin: 0px auto;
  }
  .breed-experts .row:nth-child(2) .left-col .img-wrap img {
    width: auto;
    display: table;
    margin: 0px auto;
  }
  .howItWorksWrapper .worklist li .img-wrap img {
    width: auto;
  }
  .switchingto-custom-call-section {
    padding-bottom: 40px;
  }
  .banner-wrap .banner-conn .text-wrap {
    padding-right: 50px;
  }
  .col-md-6.col-sm-6.col-12.subheading {
    margin: 30px 0px;
  }
  .who-needs-to.how-to-works.bookingd {
    padding-bottom: 110px;
  }
  .dext .col-md-4:first-child h6::before {
    width: 54px;
    height: 50px;
    background-size: 50px;
  }
  .dext .col-md-4:nth-child(2) h6::before {
    width: 54px;
    height: 50px;
    background-size: 50px;
  }
  .dext .col-md-4:last-child h6::before {
    width: 54px;
    height: 50px;
    background-size: 50px;
  }
  .section.futliers {
    padding-bottom: 30px;
  }
  .resources-custom-call-section {
    margin-bottom: 100px !important;
    padding-bottom: 50px;
  }
  .section.kibslist.iwoca-kibslist-section {
    padding-top: 0;
  }
  .con-bg.section.land.orders .howWeWorkGroup.section {
    padding-top: 0;
  }
  .ecomerce-ecomaddni.section .who-needs-to.how-to-works.bookingd {
    padding-bottom: 30px;
  }
  .officesbrentford-soft-section .software-partnerwrap::before {
    height: auto;
  }
  .recru-lists.section .how-to-works.bookingd {
    padding-bottom: 50px;
  }
  .cookies.section .how-to-works.bookingd {
    padding-bottom: 0;
  }
  .cookies.section .how-to-works.bookingd p:empty {
    display: none;
  }
  .cookies.section + .client-testi {
    padding-top: 80px !important;
  }
  .our-latest-blog .col-md-3.col-sm-3.col-12 .blog-boix img {
    max-height: 108px;
  }
  .thank-page-section {
    padding-top: 100px;
  }
  .thank-banner-content h2 {
    font-size: 23px;
  }
  .thank-banner-content h2::before {
    top: 60px;
  }
  .conatc-form.custom-contact-form-section .custom-select::before {
    top: 16px;
  }
  .conatc-form.custom-contact-form-section .left {
    margin-right: 15px;
    width: 47%;
  }
  .recruitment-form .form-filed-wrap {
    grid-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-latest-blog .row .col-md-6.col-sm-6.col-12 img {
    height: 324px;
  }
  .our-latest-blog .row .innserd ul li a {
    font-size: 10px !important;
  }
  #conslidk {
    display: block;
  }
  #conslidk .listdg {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #conslidk .listdg:last-child {
    margin-bottom: 0;
  }
  .taxsec .types {
    padding-top: 25px;
  }
  .taxsec .types .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .taxsec .types .left ul {
    margin-top: 40px;
  }
  .taxsec .types .left .tegdt {
    font-size: 15px;
    padding-top: 41px;
  }
  .taxsec .types .left .leftsue {
    min-height: auto;
    padding: 25px;
  }
  .taxsec .types .left ul li {
    font-size: 15px;
    margin: 7px 0;
  }
  .taxsec .types .left .righrt {
    margin-top: 8px;
  }
  .taxsec .types .left .righrt h4 {
    font-size: 19px;
  }
  .contractors .contbdf:last-child {
    height: 267px !important;
  }
  .contatab a.btn.btn-brown.right-arrow {
    margin-top: 8px;
  }
  .custom_back_sheetsrevoults .how-to-works {
    margin-top: 70px;
    margin-bottom: 90px;
  }
  .blog-detail {
    width: 95%;
    margin: auto;
    float: inherit;
  }
  .blog-detail h2,
.blog-detail h3,
.blog-detail h4 {
    font-size: 20px !important;
  }
  .bgblogs {
    height: 81px;
  }
  .blog-detail .list-blog {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .blog-detail .b-list img {
    height: 230px;
  }
  .blog-detail h1 {
    font-size: 25px;
  }
  .blog-detail .date-name .col-sm-6 {
    width: 50% !important;
  }
  .blog-detail .date-name .col-sm-6:last-child p {
    width: auto;
  }
  .busssinetabs .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 30px;
    width: 100%;
  }
  .businessicon .icons {
    width: 100%;
    margin-bottom: 20px;
  }
  .businessicon .icons img {
    width: 50px;
  }
  .acciunt .texts {
    padding-bottom: 31px;
  }
  .mapsd .addreslocation {
    padding: 12px 20px;
    right: -195px;
    width: 402px;
  }
  .mapsd .addreslocation h2 {
    font-size: 18px;
  }
  .mapsd .addreslocation p {
    font-size: 12px;
    margin-top: 4px;
  }
  .mapsd .addreslocation .icons {
    margin-top: 5px;
    padding-left: 26px;
  }
  .mapsd .addreslocation .icons p:first-child {
    font-size: 12px;
  }
  .mapsd .addreslocation .icons p:last-child {
    font-size: 13px;
  }
  .mapsd .addreslocation .icons p:last-child a {
    font-size: 13px;
  }
  .mapsd .addreslocation .icons p:nth-child(2) {
    line-height: 120%;
  }
  .mapsd .addreslocation .icons p:nth-child(2) a {
    font-size: 12px;
  }
  body .servicecta .blue h4,
.inneserive .blue h4 {
    margin-bottom: 0 !important;
    font-size: 18px !important;
  }
  body .servicecta .blue .calltoheradinf,
.inneserive .blue .calltoheradinf {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
  }
  body .servicecta .blue .calltotext p,
.inneserive .blue .calltotext p {
    font-size: 40px;
    line-height: 77%;
  }
  .servicecta .blue {
    padding-bottom: 0px;
  }
  .autite .dext .col-md-4 img {
    height: 145px;
  }
  .acciunt .righttotop {
    padding-top: 0;
  }
  .acciunt .texts {
    padding-bottom: 0;
  }
  .twoquic .optionsd .col-md-6 img {
    height: 204px;
  }
  .cash-bnt .bgblue .calltest p {
    padding-bottom: 0;
    text-align: center;
  }
  .cash-bnt .bgblue .calltest ul {
    padding-bottom: 50px;
  }
  .cash-bnt .bgblue .calltest ul li {
    width: 100%;
    font-size: 14px;
  }
  .cashthreer .dext .col-md-4 img {
    height: 272px;
  }
  .dextwork .dext .col-md-4 img {
    height: 160px;
  }
  .dextwork .dext .col-md-4 h6 {
    padding: 0;
  }
  .recrumentscta .blue {
    padding-bottom: 73px !important;
  }
  .recru-lists .bookingd .container:nth-child(4) .innserlist p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .deploye p {
    font-size: 18px;
  }
  body .secrivess.servicecta .banner-buttons {
    margin-bottom: 0;
  }
  body .secrivess.servicecta .blue {
    padding-bottom: 40px;
  }
  body .secrivess.servicecta .calltoheradinf {
    padding-top: 20px !important;
  }
  .customer .col-md-4 img {
    height: 250px;
  }
  .customer .col-md-4 h6 {
    margin-bottom: 20px;
  }
  .usertesti .nav-tabs {
    padding: 0;
  }
  .usertesti .icon {
    width: 25px;
  }
  .usertesti h6 {
    font-size: 12px;
  }
  .suppior .left {
    padding: 49px;
    min-height: auto;
    text-align: center;
  }
  .suppior .right {
    min-height: auto;
    padding: 45px;
    text-align: center;
  }
  .officecallsss .whowehelpWrapper .tabs-wrap {
    margin-top: 10px;
  }
  .officesoft .title-wrap {
    padding-top: 0px;
  }
  .bisunessfgd .business {
    min-height: auto;
  }
  .list-of-service .text-wrap {
    width: 70%;
    float: initial;
    margin: auto;
  }
  .taxsec .vat-schemes {
    padding-bottom: 50px;
    padding-top: 11px;
  }
  .taxsec .vat-schemes .row {
    padding-top: 0;
  }
  .taxsec .vat-schemes .undefined {
    width: 50%;
  }
  .taxsec .vat-schemes .undefined .tablist {
    min-height: 400px;
  }
  .taxsec .vat-schemes .undefined .tablist .ounder {
    width: 37%;
  }
  .visabenoify {
    padding-bottom: 50px;
  }
  .visalist .vat-schemes {
    padding-bottom: 50px;
    padding-top: 11px;
  }
  .visalist .vat-schemes .row {
    padding-top: 0;
  }
  .visalist .vat-schemes .undefined {
    width: 50%;
  }
  .visalist .vat-schemes .undefined .tablist {
    min-height: 347px;
  }
  .visalist .vat-schemes .undefined .tablist .ounder {
    width: 37%;
  }
  .vat-schemes .undefined {
    width: 100%;
    text-align: center;
  }
  .vat-schemes .undefined .tablist {
    min-height: auto;
  }
  .vat-schemes .undefined .tablist .ounder {
    width: 13%;
    margin: auto;
  }
  .homewho ul#nav-tabs-wrapper {
    text-align: center;
  }
  .acciunt {
    padding-bottom: 0px !important;
  }
  .acciunt img.officeimage {
    bottom: 0;
    position: relative;
    width: 100%;
  }
  .acciunt .col-sm-6 {
    width: 100%;
  }
  .officecall h4.callheading {
    font-size: 50px !important;
  }
  .slick-slider .slick-next {
    right: -16px !important;
  }
  .slick-slider .slick-prev {
    left: -16px;
  }
  .slick-slider button.slick-arrow {
    width: 47px;
    height: 46px;
  }
  .client-testi .row {
    width: 100%;
    margin: auto;
  }
  .lastcon .conlis .conslidk {
    margin-top: 29px;
  }
  .lastcon .conlis .conslidk .listdg {
    width: 100%;
    padding: 21px;
    text-align: center;
    margin-bottom: 20px;
  }
  .lastcon .conlis .conslidk .listdg h2 {
    font-size: 18px;
  }
  .lastcon .conlis .commenst {
    width: 94%;
  }
  .lastcon .conlis .commenst:before {
    left: 25px;
    width: 21px;
    height: 18px;
    background-size: cover;
  }
  .lastcon .conlis .commenst p {
    text-indent: 50px;
  }
  .tabsd-conat {
    padding-top: 65px;
  }
  .tabsd-conat .imagelisrt {
    width: 31.1%;
  }
  .servicebanners .here-banner {
    padding-top: 119px;
    padding-bottom: 96px;
  }
  .specialist .tab-slider--container {
    margin-top: 0px;
  }
  .specialist .tab-slider--container .tablist {
    min-height: 365px;
  }
  .specialist .tab-slider--container .tablist .img-wrap {
    min-height: auto;
    padding-bottom: 22px;
  }
  .specialist .tab-slider--container .tablist .img-wrap img {
    height: 97px;
  }
  .specialist .tab-slider--container .tablist h5 {
    font-size: 16px;
  }
  .specialist .col-md-3 {
    margin-top: 0;
  }
  .servicesWrap {
    padding-bottom: 0px !important;
  }
  .servicesWrap .wrapper {
    margin-bottom: 50px;
  }
  .servicesWrap .col-md-3 {
    width: 33%;
  }
  .cookies h2 {
    font-size: 18px;
  }
  .detailsd h3 {
    font-size: 28px !important;
    min-height: auto !important;
  }
  .blog-single .blig {
    padding-left: 29px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog-single .blig .row .col-md-6 {
    width: 50%;
  }
  .blog-single .blig h3 {
    font-size: 18px;
  }
  .blog-single .blig .date-name {
    padding-bottom: 15px;
  }
  .blog-single .blig .texts {
    width: 100%;
    float: left;
    padding-top: 0;
  }
  .blog-single .blig p {
    margin-top: 5px;
  }
  .blog-single .tag span {
    font-size: 10px;
  }
  .blog-single .row .col-md-6 {
    width: 100%;
  }
  .b-list .blig .row {
    width: 100%;
    margin-right: 0;
  }
  .b-list .blig .row .col-md-6.col-sm-6.col-12 {
    width: 50%;
  }
  .b-list .blig .row .col-md-6.col-sm-6.col-12 .dates {
    width: auto;
  }
  .list-blog {
    margin-top: 50px !important;
  }
  .list-blog .tag span {
    font-size: 10px;
  }
  .list-blog p.dates {
    padding-left: 21px;
    font-size: 13px;
    width: 100%;
    text-align: left;
  }
  .list-blog h3 {
    font-size: 16px !important;
    padding-bottom: 15px;
    min-height: auto;
    margin-bottom: 0;
  }
  .list-blog .date-name .col-sm-6 {
    width: 100%;
  }
  .list-blog .row .col-md-4 {
    width: 50%;
  }
  .list-blog .b-list img {
    height: 230px;
  }
  .bc-list {
    height: 476px;
  }
  .bc-list h2 {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bc-list h6 {
    font-size: 17px;
  }
  .ftab .title-wrap {
    margin-bottom: 61px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 31px;
    border: 6px solid white;
    background-color: rgba(0, 0, 0, 0.28);
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .breed-experts .row:nth-child(3) .left-col .img-wrap {
    float: inherit;
    margin-right: 0;
    width: auto;
  }
  .breed-experts .row:nth-child(2) .left-col .img-wrap {
    width: 100%;
  }
  .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: auto;
  }
  .calls .left {
    width: 100%;
    min-height: auto;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .calls .right {
    text-align: center;
    width: 100%;
    padding: 20px;
  }
  .calls span.spanlleft {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .calls span.spanright {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .forma .left {
    width: 100%;
  }
  .forma .left img {
    width: 100%;
  }
  .forma .conatc-form .left {
    width: 47.29999%;
    margin-right: 33px;
  }
  .forma .conatc-form .left input,
.forma .conatc-form .left select {
    height: 51px;
  }
  .forma .conatc-form textarea {
    height: 74px;
  }
  .forma .conatc-form .check label {
    font-size: 14px;
  }
  .forma .right {
    width: 100%;
  }
  .forma .right p {
    font-size: 17px;
  }
  .contaform {
    padding-top: 0 !important;
  }
  .meeting {
    padding: 50px 21px;
  }
  .meeting .meet .meetingtwo {
    width: 100%;
  }
  .meeting .meet .meetingtwo h5 {
    font-size: 14px;
  }
  .meeting .meet .meetingtwo .left {
    width: 46%;
  }
  .meeting .meet .meetingtwo .right {
    width: 46%;
    margin-right: 0;
  }
  .re-traing p.section {
    margin-bottom: 31px;
  }
  .re-traing h2 {
    font-size: 40px;
    margin-top: 20px;
  }
  .re-traing p {
    margin-top: 0;
  }
  .re-traing h3 {
    margin-top: 30px;
    font-size: 28px;
  }
  .recru-lists .innserlist {
    padding: 45px 43px;
  }
  .recru-lists .who-needs-to .title-wrap {
    margin-bottom: 22px;
  }
  .recru-lists ul li {
    margin: 7px 0;
  }
  .recriment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recriment .title-wrap {
    margin-bottom: 3px;
  }
  .recurment .here-banner {
    height: 270px;
  }
  .software .blue h4 {
    font-size: 40px;
  }
  .recru-list .who-needs-to .title-wrap {
    margin-bottom: 12px;
  }
  .retest .calltotext {
    font-size: 15px;
  }
  .multiwho {
    padding-bottom: 50px;
  }
  .multilan {
    padding-top: 10px !important;
  }
  .officehome .here-banner {
    height: 340px;
  }
  .officehome h1.text-left {
    margin-bottom: 20px;
  }
  .officecallsss .img-box {
    min-height: auto !important;
  }
  .officesoft .software-partnerwrap {
    padding-top: 150px;
  }
  .acciunt {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .testimonial-box {
    margin-top: 40px;
  }
  .texts {
    font-size: 14px;
  }
  .vat-schemes .row {
    padding-top: 33px;
  }
  .vat-schemes .row a.btn.btn-brown {
    font-size: 11px;
  }
  .vat-schemes .tablist h5 {
    font-size: 15px;
  }
  .e-books {
    padding-bottom: 30px;
  }
  .e-books p.etext {
    width: 93%;
  }
  .lkjh {
    margin-top: 0;
  }
  .helps {
    padding-top: 15px;
  }
  .helps .calltoheradinf {
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .helps .title-wrap {
    margin-top: 30px;
  }
  .helps .left {
    width: 47% !important;
  }
  .helps .left h5 {
    font-size: 15px;
    padding-top: 20px;
  }
  .calltoheradinf {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .redfe {
    padding-bottom: 30px !important;
  }
  .client-testi .row {
    width: 100%;
  }
  .abour .here-banner h1.text-left,
.abour .here-banner p.text-left.p-0 {
    width: 60%;
    margin: auto;
    float: initial;
    margin-bottom: 20px;
  }
  .littel {
    padding-bottom: 47px;
  }
  ul li {
    font-size: 14px;
  }
  .office-list .list-off {
    width: 33.33%;
    background-size: cover;
  }
  .office-list .list-off .postheading h6 {
    font-size: 28px;
  }
  .customer .dext h6 {
    font-size: 17px;
  }
  .customer .dext p {
    margin-top: 0;
  }
  .customer .col-md-4 {
    width: 50%;
    float: left;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
  }
  .customer .col-md-4:last-child {
    margin-bottom: 0;
  }
  .customer .col-md-4 .text-center {
    text-align: left !important;
  }
  .customer .col-md-4:last-child {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .howitr {
    padding-bottom: 50px !important;
  }
  .kibslist {
    padding-bottom: 0 !important;
  }
  .kibslist .row {
    margin-bottom: 50px;
  }
  .kibslist .col-md-6 {
    padding-right: 20px !important;
    margin-bottom: 50px;
  }
  .kibslist .rightcol {
    padding-left: 20px !important;
  }
  .lowhpw .leftcol {
    padding-right: 50px;
  }
  .lowthredf .dext .col-md-4 {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .lowthredf .dext .col-md-4 h6 {
    font-size: 15px;
  }
  .cashbebi {
    padding-bottom: 0px !important;
  }
  .cashthreer h6 {
    font-size: 15px !important;
  }
  .cashthreer .col-md-4 {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .fasq-cash .faqsWrapSection {
    padding-top: 0 !important;
  }
  .cash-bnt .banner-buttons {
    margin-bottom: 0;
  }
  .cash-bnt .banner-buttons a.btn.btn-brown {
    margin-bottom: 0;
  }
  .cash-bnt ul li {
    font-size: 14px !important;
  }
  .revolut {
    padding-top: 60px !important;
  }
  .revolut .leftcol {
    padding-right: 50px;
  }
  .revoltab {
    padding-top: 80px !important;
  }
  .revoltab .img-box {
    min-height: auto !important;
  }
  .joint img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ftrt {
    padding-bottom: 10px;
  }
  .futrliplugin .col-md-6 {
    width: 100%;
    float: left;
  }
  .youtb .bookingd {
    padding-top: 0 !important;
  }
  .youtb .text-center {
    font-size: 14px;
  }
  .youtbvideo {
    padding-left: 40px;
    padding-right: 40px;
  }
  .youtbvideo .listvideo iframe {
    width: 100%;
    height: 400px;
  }
  .youtbvideo::after {
    right: 57px;
  }
  .fsthomcall .callheading {
    margin-bottom: 20px !important;
  }
  .fsthomcall .calltotext p {
    margin-top: 15px !important;
  }
  .fatmsection .leftcol,
.fatmsection .rightcol {
    margin-bottom: 40px !important;
  }
  .autoxero {
    padding-bottom: 50px;
  }
  .autoxero .topbanners {
    padding-bottom: 40px;
  }
  .autoxero .topbanners p {
    margin-top: 0;
  }
  .autornet .leftcol,
.autornet .rightcol {
    padding-bottom: 50px !important;
  }
  ul li {
    font-size: 14px;
  }
  .dext h6 {
    font-size: 14px;
    background-position: 16px 10px !important;
    padding-left: 72px !important;
    background-size: 41px !important;
  }
  .dext p {
    font-size: 14px;
    margin-top: 0;
  }
  .dext .who-needs-to .title-wrap {
    margin-bottom: 3px;
  }
  .dextwork h6 {
    font-size: 15px;
    line-height: 25px !important;
  }
  .dextwork .text-center p {
    margin-top: 10px;
    font-size: 14px;
  }
  .calltoheradinf p {
    margin-top: 0px;
  }
  .callheading {
    margin-bottom: 0px;
  }
  .dextbenift {
    padding-bottom: 140px !important;
  }
  .dextbenift .img-box {
    min-height: auto !important;
  }
  .dexts {
    padding-top: 50px;
  }
  .here-banner .offihj {
    text-align: center;
  }
  .here-banner .offihj img {
    width: 75%;
  }
  .con-bg .howWeWorkGroup {
    padding-bottom: 0;
  }
  .con-bg .howobders {
    background-image: inherit;
  }
  .howWeWorkGroup .leftcol {
    padding-right: 1px;
  }
  .subheading .section h5 {
    padding-top: 0;
  }
  .title-wrap {
    margin-bottom: 30px;
  }
  .container {
    width: 100%;
    padding: 0 24px;
  }
  #header {
    padding: 14px 25px;
  }
  .logo {
    width: 140px;
  }
  .pdgt100 {
    padding-top: 60px;
  }
  .header .header-right {
    margin-left: 0px;
    width: calc(100% - 170px);
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 18px;
  }
  .header .header-right .nav-main ul.menu li#menu-item-447 {
    display: block;
  }
  .header .header-right .right-menu.d-none {
    display: block !important;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li {
    margin-right: 15px;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li#menu-item-30 a {
    font-size: 0;
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 0;
    border: 1px solid #33a5d7;
    padding: 0;
    background-position: center;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li#menu-item-29 {
    display: none;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li:last-child a {
    padding: 12px 15px 12px;
  }
  .main-wrapper {
    margin-top: 77px;
  }
  .hero-banner {
    height: 330px;
  }
  .hero-banner .banner-conn .col-md-5 {
    -ms-flex: 0 0 50.666667%;
    flex: 0 0 50.666667%;
    max-width: 50.666667%;
  }
  .hero-banner .banner-conn .banner-buttons {
    margin-top: 30px;
  }
  .hero-banner .banner-conn .banner-buttons a {
    font-size: 14px;
  }
  .btn-main,
input[type=submit] {
    padding: 15px 30px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .pdgtb100 {
    padding: 60px 0;
  }
  .pdgt100 {
    padding-top: 60px;
  }
  .description-wrapper .right-con {
    padding-left: 15px;
  }
  .description-wrapper .right-con::before {
    display: none;
  }
  .description-wrapper .right-con p br {
    display: none;
  }
  h1 .green.grow {
    font-size: 64px;
  }
  h1 span.business {
    font-size: 24px;
    padding-left: 0;
  }
  .about-wrapper .col-sm-6 {
    align-self: center;
  }
  .about-wrapper .img-wrap {
    width: 78%;
  }
  .about-wrapper .img-wrap::after {
    width: 200px;
    height: 275px;
    bottom: 0;
  }
  .about-wrapper .img-wrap::before {
    width: 144px;
    height: 144px;
    top: -22px;
    left: -38px;
  }
  .about-wrapper .text-wrap {
    padding-left: 0px;
  }
  .about-wrapper .text-wrap .amiri-wrap p {
    font-size: 18px;
  }
  .about-wrapper .overlap-wrap {
    margin: -260px 50px 0;
    width: 290px;
  }
  .about-wrapper .text-bottom {
    margin-top: 30px;
  }
  .services-wrapper ul {
    padding: 0;
  }
  .services-wrapper ul li {
    padding: 0 15px;
  }
  .services-wrapper ul li .service-box {
    padding: 20px;
  }
  .services-wrapper ul li .service-box h4 {
    font-size: 16px;
    padding-left: 20px;
  }
  .services-wrapper ul li .service-box .img-wrap {
    width: 60px;
  }
  .service-row .service-list {
    padding: 60px 0;
  }
  .service-row .service-list .left-con {
    align-self: center;
  }
  .service-row .service-list .left-con::before {
    bottom: -12px;
  }
  .service-row .service-list .left-con .img-wrap img {
    height: auto;
  }
  .service-row .service-list:nth-child(2n) .row .left-con {
    padding-left: 2%;
  }
  .visit-wrapper .text-wrap {
    padding: 3% 12% 0;
  }
  ul.products-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  ul.products-list li {
    padding: 0 15px;
    margin: 15px 0px;
    width: 33.33%;
  }
  ul.products-list li:first-child::before {
    top: -30px;
    left: -10px;
    width: 110px;
    height: 110px;
  }
  ul.products-list li:first-child::after {
    top: -45px;
    left: 65px;
    width: 64px;
    height: 64px;
  }
  ul.products-list li .product-box .img-wrap {
    min-height: 235px;
    padding: 0 10px;
  }
  ul.products-list li .product-box .text-wrap {
    padding: 20px 20px 20px;
  }
  ul.products-list li .product-box .text-wrap .btn-main {
    padding: 14px 24px;
    margin-top: 10px;
  }
  .products-wrapper h5,
.featured-categories h5 {
    font-size: 16px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap {
    padding: 30px 20px 40px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap h5 {
    min-height: 112px;
  }
  .products-wrapper .products-row .left-con {
    padding: 0 15px 0 5px;
  }
  .products-wrapper.parts ul.products-list li {
    width: 50%;
  }
  .products-wrapper .side-bar {
    margin-top: 15px;
  }
  .products-wrapper .side-bar .recent-prod ul li .img-wrap {
    width: 50px;
    height: 50px;
  }
  .products-wrapper .side-bar .recent-prod ul li .text-wrap {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .product-wrapper .right-con,
.product-wrapper .left-con {
    padding: 0 20px 0 20px;
  }
  .product-wrapper .right-con {
    margin-top: 30px;
  }
  .product-wrapper .right-con .btn-blue {
    margin-top: 30px;
  }
  .product-wrapper .left-con .img-wrap img {
    max-height: 500px;
  }
  #getaquote .modal-dialog {
    max-width: 700px;
  }
  .featured-categories ul.products-list li .product-box .img-wrap {
    min-height: 215px;
  }
  .featured-categories ul.products-list li .product-box .text-wrap {
    padding: 20px;
  }
  .blog-wrapper .blog-inner {
    margin-left: 30px;
  }
  .blog-wrapper .blog-slider {
    padding-top: 20px;
  }
  .blog-wrapper .blog-slider .slick-arrow {
    left: 600px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .img-wrap {
    height: 140px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .number {
    font-size: 20px;
    width: 40px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .date-box {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .brands-wrapper ul.plus-wrapper li .img-wrap {
    padding: 30px 15px;
  }
  .blog-slider h4,
.blogs-wrap h4 {
    font-size: 16px;
  }
  .blog-detail-wrap .blog-right .blog-text h5 {
    font-size: 16px;
  }
  .blog-detail-wrap .text-wrap iframe {
    height: 265px;
  }
  span.icon-date {
    margin-top: 10px;
  }
  .cta-wrapper {
    background-size: 320px;
  }
  .cta-wrapper .text-wrap h2 {
    font-size: 38px;
  }
  #copyright {
    padding: 15px 0;
  }
  /*---------------------------*/
  .main-wrapper {
    margin-top: 72px;
  }
  /*---------------------------*/
  .single-products,
.single-parts h3 {
    font-size: 26px;
    margin: 20px 0;
  }
  .search-wrapper #ajaxsearchlite1 .probox {
    height: 60px;
  }
  .search-wrapper #ajaxsearchlite1 .probox .proinput input {
    height: 60px;
    font-size: 18px;
  }
  .equipment-wrapper .title-wrap h2 br {
    display: none;
  }
  .equipment-wrapper .solution-row {
    padding-bottom: 80px;
  }
  .equipment-wrapper .solution-row .left-con {
    padding-right: 20px;
  }
  .equipment-wrapper .solution-row .right-con .text-wrap p {
    font-size: 26px;
  }
  .equipment-wrapper .status-row .left-con {
    padding: 0px 80px 0 30px;
    align-self: center;
  }
  .reviews-wrapper .review-slider {
    padding: 20px 0px 0;
  }
  .reviews-wrapper .review-slider .slick-slide {
    padding: 0 10px 40px;
  }
  .cta-wrapper {
    background-size: 360px;
  }
  .inner-banner {
    margin-bottom: 60px;
  }
  .inner-banner h1 {
    font-size: 28px;
  }
  .inner-banner h1::before {
    display: none;
  }
  .inner-banner .inner {
    margin-bottom: -60px;
  }
  .inner-banner .inner .left-con {
    -ms-flex-item-align: start !important;
    align-self: start !important;
    padding-top: 30px;
  }
  .inner-banner .right-con::before {
    bottom: -25px;
    left: -15px;
    width: 84px;
    height: 84px;
  }
  .inner-banner .right-con .img-wrap {
    margin-top: 80px;
  }
  .inner-banner .right-con .img-wrap .circular-text {
    top: -65px;
    right: -50px;
    width: 118px;
    height: 117px;
  }
  .inner-banner .right-con .img-wrap iframe {
    height: 160px;
  }
  .service-wrapper .service-con {
    padding: 0 4% 4%;
  }
  .dimension-wrapper ul.plus-wrapper {
    padding: 0;
  }
  .dimension-wrapper ul.plus-wrapper li .service-box {
    padding: 20px 10px;
  }
  .main-wrapper .syllabus-wrapper:nth-child(3) {
    padding-bottom: 40px;
  }
  .syllabus-wrapper ul {
    margin-top: 20px;
  }
  .syllabus-wrapper ul li {
    width: 100%;
    padding: 5px 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .syllabus-wrapper ul li:last-child {
    border-bottom: none;
  }
  .syllabus-wrapper ul li .syllabus-box {
    padding: 15px;
  }
  .syllabus-wrapper ul li .syllabus-box .first-half,
.syllabus-wrapper ul li .syllabus-box .second-half {
    width: 50%;
  }
  .syllabus-wrapper ul li .syllabus-box .first-half p,
.syllabus-wrapper ul li .syllabus-box .second-half p {
    font-size: 16px;
  }
  .syllabus-wrapper ul li .syllabus-box h6 {
    margin: 20px 0;
  }
  .syllabus-wrapper ul li .syllabus-box .second-half {
    padding-left: 40px;
  }
  .syllabus-wrapper ul li .syllabus-box .first-half {
    padding-right: 20px;
    border-right: 1px solid #eee;
    min-height: auto;
  }
  .contactwrap .leftwrap br {
    display: none;
  }
  .contactwrap .leftwrap ul li {
    margin-top: 40px;
  }
  .contactwrap .rightwrap {
    margin-top: 80px;
    padding: 0 50px;
  }
  .contactwrap .rightwrap::after {
    width: 444px;
    height: 427px;
    left: -70%;
    z-index: -1;
  }
  .contactwrap .rightwrap .formwrap::before {
    width: 90px;
    height: 90px;
    top: -35px;
    left: -35px;
  }
  .contactwrap .rightwrap .formwrap .gform_wrapper {
    padding: 30px;
    width: auto;
  }
  .mapwrap .map iframe {
    height: 350px;
  }
  /*home page css */
  .banner-buttons .btn {
    padding: 15px 62px 15px 15px;
    font-size: 14px;
  }
  .banner-buttons .btn:before {
    width: 30px;
    height: 30px;
  }
  .forma {
    border-top-right-radius: 51px;
  }
  .homewho .tabs-wrap .nav-tabs,
.contaform .tabs-wrap .nav-tabs {
    display: block;
    width: 100%;
    padding: 0;
    overflow-y: unset;
  }
  .homewho .tabs-wrap .nav-tabs li.nav-item,
.contaform .tabs-wrap .nav-tabs li.nav-item {
    width: auto;
  }
  .homewho .tabs-wrap .nav-tabs li.nav-item a,
.contaform .tabs-wrap .nav-tabs li.nav-item a {
    display: block;
    text-align: center;
    padding-bottom: 42px;
    height: 94px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .homewho .tabs-wrap .nav-tabs li.nav-item a .icon,
.contaform .tabs-wrap .nav-tabs li.nav-item a .icon {
    width: 100%;
    height: 100%;
  }
  .homewho .tabs-wrap .nav-tabs li.nav-item a .icon svg,
.contaform .tabs-wrap .nav-tabs li.nav-item a .icon svg {
    width: 65%;
  }
  .homewho .tabs-wrap .nav-tabs li.nav-item a h6,
.contaform .tabs-wrap .nav-tabs li.nav-item a h6 {
    padding-top: 11px;
  }
  .tabs-wrap .nav-tabs {
    width: 100%;
    padding: 21px 0;
    overflow-y: scroll;
    white-space: nowrap;
    margin: 0;
    grid-row-gap: 30px;
  }
  .tabs-wrap .nav-tabs li.nav-item {
    width: auto;
    display: inline-block;
    float: none;
  }
  .tabs-wrap .nav-tabs li.nav-item a {
    display: block;
    text-align: center;
    padding: 0;
    height: 62px;
    display: flex;
  }
  .tabs-wrap .nav-tabs li.nav-item a .icon {
    width: 100%;
    height: 100%;
  }
  .tabs-wrap .nav-tabs li.nav-item a .icon svg {
    width: 65%;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    padding-top: 5px;
    font-size: 14px;
  }
  .testimonial-box {
    width: 100%;
  }
  .wrapper span.left {
    left: -18px;
    z-index: 99999;
  }
  .wrapper span.right {
    right: -18px;
  }
  .wrapper .tab-content .tab-pane .text-box {
    padding-left: 8px;
  }
  .banner-wrap {
    min-height: 611px;
    margin-bottom: 0;
  }
  .banner-wrap:before {
    background-size: contain;
    height: 611px;
  }
  .banner-wrap .banner-conn {
    margin-top: 0;
  }
  .banner-wrap .banner-conn .img-wrap {
    margin-left: 0;
    width: auto;
  }
  .businesstablist {
    margin-top: 50px;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    font-size: 15px;
    padding: 10px;
  }
  .btn.btn-brown,
input[type=submit].btn-brown {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .banner-buttons {
    margin-top: 19px;
  }
  .breed-experts .row {
    padding-bottom: 60px;
  }
  .img-wrap.text-center {
    width: 1300px;
    margin: auto;
    float: initial;
  }
  .howItWorksWrapper .worklist li .text-wrap {
    margin-top: 17px;
  }
  .howItWorksWrapper .worklist li .text-wrap p {
    color: #2b327a;
  }
  .howItWorksWrapper .worklist li .title h4 {
    font-size: 16px;
  }
  .download-ebook-wrap h2 {
    font-size: 29px;
  }
  .download-ebook-wrap .text-wrap p {
    width: 100%;
    margin-top: 5px;
  }
  .switching-wrap .right-col {
    margin-top: 50px;
  }
  p {
    font-size: 15px;
  }
  a.btn.btn-brown {
    padding: 15px 50px 15px 15px;
  }
  a.btn.btn-brown:before {
    width: 30px;
    height: 30px;
  }
  .uniqueSection .tabs-box {
    margin-top: 47px;
  }
  .software-partnerwrap .img-wrap {
    width: 100%;
  }
  .software-partnerwrap .img-wrap img {
    width: 100%;
    padding-top: 70px;
  }
  .breed-experts .col-md-12 {
    margin-bottom: 30px;
  }
  .breed-experts .row {
    padding-bottom: 0;
  }
  .breed-experts .row:nth-child(2) .right-col .text-wrap {
    padding-left: 0;
  }
  .faq-wrap .card .card-header .faq-title {
    font-size: 15px;
  }
  .howItWorksWrapper {
    padding-bottom: 60px;
  }
  .howItWorksWrapper .worklist {
    display: block;
  }
  .howItWorksWrapper .worklist li {
    width: 50%;
    height: 409px;
  }
  .howItWorksWrapper .worklist li .img-wrap {
    min-height: auto;
  }
  .nav-top.section {
    display: none !important;
  }
  .res_navigation {
    width: 30px;
    display: block;
    top: 25px;
  }
  .faqsWrapSection .col-md-12 {
    z-index: 999999;
  }
  .footerWrap .footer-cta {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .footerWrap .footer-cta .text-wrap {
    padding: 0;
  }
  .footerWrap .footer-cta a.btn.btn-brown {
    margin-bottom: 0;
  }
  .footer-cols .footer-col-1 {
    width: 50%;
  }
  .footer-cols li.footer-col-2 {
    display: none;
  }
  .footer-cols .footer-col-3 {
    width: 25%;
  }
  .breed-experts .col-sm-6,
.uniqueSection .col-sm-6,
.switching-wrap .col-sm-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  /* service page css*/
  .here-banner h1 {
    font-size: 40px;
  }
  .here-banner p {
    font-size: 14px;
    margin-top: 8px;
  }
  .textetrs {
    width: 100%;
  }
  .howobders h3 {
    font-size: 23px;
  }
  .howobders .texts p {
    margin-top: 0;
  }
  .howWeWorkGroup {
    padding-bottom: 111px;
  }
  .software-partnerwrap {
    padding-top: 80px;
  }
  .calltoheradinf .calltotext {
    padding-top: 0px;
  }
  .banner-buttons {
    margin-top: 28px;
    margin-bottom: 50px;
  }
  .callheading {
    font-size: 26px !important;
  }
  .why-choose .icontext {
    padding-bottom: 33px;
  }
  .faqsWrapSection.bottom {
    margin-bottom: 185px;
  }
  p {
    margin-top: 18px;
  }
  .calltoheradinf .calltotext {
    width: 85%;
  }
  .our-service {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .our-service .col-md-4 {
    display: none;
  }
  .our-service .col-md-8 {
    width: 100%;
  }
  .our-service .row .col-md-2 {
    width: 24.666667%;
  }
  .our-service .title-wrap {
    text-align: center !important;
  }
  .our-service .title-wrap h2 {
    color: #fff !important;
  }
  .our-service .title-wrap:before {
    right: 0;
  }
  h6 {
    font-size: 14px;
  }
  .list-of-service {
    padding-top: 119px;
  }
  .why-choose .col-md-4 {
    width: 50%;
  }
  .faq-wrap .card .card-header .faq-title {
    padding-right: 85px !important;
  }
  .client-testi .row a {
    padding: 18px 26px;
    width: 100%;
    text-align: center;
    display: grid;
  }
  .client-testi .row h6 {
    padding-left: 0;
    padding-top: 13px;
  }
  .vat-schemes .col-md-4 {
    width: 100% !important;
    text-align: center;
  }
  .vat-schemes .col-md-4 .ounder {
    margin: auto;
  }
  .vat-schemes .col-md-3 {
    width: 50%;
  }
  .tablist .ounder img {
    width: 75%;
  }
  .intext {
    font-size: 15px !important;
  }
  .who-needs-to ul li {
    font-size: 15px !important;
  }
  .tabsd .nav-tabs li.nav-item a {
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
  }
  /*service page css end*/
  /*who we page css*/
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 0px;
    width: 100%;
    padding-bottom: 54px;
  }
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 a.btn.btn-brown.right-arrow {
    font-size: 13px;
  }
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 .col-md-6:first-child {
    text-align: center;
  }
  .howWeWorkGroup {
    padding-top: 50px;
  }
  .blog-boix:before {
    height: 230px;
  }
  .blog-boix .innserd {
    padding: 14px;
  }
  .blog-boix .innserd h4 {
    font-size: 14px;
  }
  .specialist {
    padding-bottom: 0;
  }
  .contractors {
    background-size: cover;
  }
  .contractors .who-needs-to {
    padding-top: 50px;
    padding-bottom: 70px !important;
  }
  .contractors .who-needs-to .row {
    padding-top: 0;
  }
  .contractors .who-needs-to .rowd {
    margin-top: 0 !important;
  }
  .contractors .who-needs-to .rowd .bokfh {
    width: 100%;
  }
  .contractors .who-needs-to .rowd .bokfh img {
    padding-right: 10px;
  }
  .contractors .who-needs-to .rowd .bokfh .business .bokfh {
    width: 48%;
  }
  .contractors .contbdf:last-child {
    height: 164px;
  }
  .specialist .last-child a.btn.btn-brown.right-arrow.mt-0 {
    margin-bottom: 0;
  }
  .specialist .bookingd {
    padding-bottom: 80px !important;
  }
  .orders .howobders .leftcol {
    padding-right: 40px;
  }
  .etab .bokfh {
    width: 100%;
  }
  .etab .bokfh .business .bokfh {
    width: 48%;
  }
  .etab .rowd {
    margin-top: 0 !important;
  }
  .tposection .pdgtb100 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .howobders {
    background-image: inherit;
  }
  .officecallsss ul#nav-tabs-wrapper {
    text-align: center;
  }
  .officecallsss .tabs-wrap .nav-tabs li.nav-item a {
    padding: 7px !important;
  }
  .qucicktab .tabs-wrap .nav-tabs li.nav-item {
    margin: 0 6px;
  }
  .qucicktab .tabs-wrap .nav-tabs li.nav-item a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .qucicktab .tabs-wrap {
    margin-top: 28px;
  }
  .qucicktab .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 250px;
  }
  .qucicktab ul#nav-tabs-wrapper {
    align-items: flex-start;
    display: flex !important;
    flex-wrap: nowrap;
    list-style: none;
    margin: 1rem 0;
    overflow-y: scroll;
    padding: 7px 0 26px 1rem;
    width: 100%;
    background-color: transparent;
  }
  .optionsd {
    padding: 74px 0;
  }
  .optionsd h3 {
    font-size: 20px;
  }
  .bookingd .text-center {
    padding-top: 0 !important;
    width: 100%;
  }
  .bookingd.bg-grey {
    padding-bottom: 50px;
  }
  .options img {
    width: auto;
  }
  .fertures {
    background-size: 40%;
  }
  .fertures .tabmane {
    width: 35%;
  }
  .fertures .tabmane ul li a.active {
    width: 270px;
  }
  .fertures .tabmane ul li h6 {
    font-size: 12px;
  }
  .fertures .img-box {
    text-align: center;
    padding-top: 0 !important;
  }
  .fertures .img-box img {
    width: 100%;
  }
  .fertures .tab-content {
    width: 64%;
    padding-left: 102px;
  }
  /*who we page css end*/
  .bussiness-custom-call-section .banner-buttons {
    margin-bottom: 0;
  }
  .servicdf.section.srvicetype .howobders {
    margin-top: 0;
  }
  .ebook-input-btn-wrap {
    grid-template-columns: 1fr;
  }
  .services-breed-experts-section .title-wrap.left {
    text-align: center;
  }
  .services-breed-experts-section .title-wrap.left::before {
    left: 0;
    right: 0;
  }
  .services-breed-experts-section .text-wrap {
    text-align: center;
  }
  .services-breed-experts-section .col-sm-6.right-col .img-wrap {
    text-align: center;
  }
  .services-breed-experts-section .breed-experts {
    padding-bottom: 50px;
  }
  .services-software-section .software-partnerwrap::before {
    height: auto;
  }
  .client-testi .conslidk.section .listdg {
    margin-right: 0;
  }
  .joblisting .listd .left .left-inners {
    padding: 17px 19px;
  }
}
@media (max-width: 767px) {
  .contractors .contbdf:last-child {
    height: auto;
  }
  .contractors .contbdf:last-child .business .bokfh {
    width: 100% !important;
    height: auto;
    padding-top: 0 !important;
  }
  .contractors .contbdf:last-child .business .bokfh a {
    margin-right: 0;
  }
  .contractors .contbdf .viewsd {
    text-align: center;
    padding: 0 35px;
  }
  .our-latest-blog .row .col-md-6.col-sm-6.col-12 img {
    height: auto;
  }
  .our-latest-blog .row .innserd ul li {
    margin-bottom: 0 !important;
  }
  .our-latest-blog .row .innserd ul li a {
    font-size: 10px !important;
  }
  #conslidk {
    display: block;
  }
  #conslidk .listdg {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #conslidk .listdg:last-child {
    margin-bottom: 0;
  }
  .joblisting .listd .left {
    width: 100%;
  }
  .joblisting .listd .left .left-inners {
    padding: 17px 19px;
  }
  .joblisting .listd .left h4 {
    font-size: 22px;
    padding-bottom: 9px;
    margin-bottom: 0 !important;
  }
  body .recrumentscta .we-do-the.common-recruitment-form.section.pdgtb100.blue.bgblue {
    background-image: inherit !important;
    padding-bottom: 0px !important;
  }
  body .recrumentscta .title-wrap.left {
    display: none !important;
  }
  body .recrumentscta .blue {
    padding-bottom: 123px !important;
    background-size: auto;
  }
  .taxsec .types {
    padding-top: 25px;
  }
  .taxsec .types p.text-center.pt-4 {
    padding-top: 10px !important;
  }
  .taxsec .types .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .taxsec .types .left ul {
    margin-top: 20px;
  }
  .taxsec .types .left .tegdt {
    font-size: 15px;
    padding-top: 41px;
  }
  .taxsec .types .left .leftsue {
    min-height: auto;
    padding: 25px;
  }
  .taxsec .types .left ul li {
    font-size: 15px;
    margin: 7px 0;
  }
  .taxsec .types .left .righrt {
    margin-top: 8px;
  }
  .taxsec .types .left .righrt h4 {
    font-size: 19px;
  }
  .thank-page-section {
    padding-top: 39% !important;
    height: auto !important;
    background-size: cover;
  }
  .land .subheading {
    padding-right: 15px !important;
  }
  .land .texts {
    text-align: center;
  }
  .specialist .howWeWorkGroup {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .contatab .last-child {
    height: auto !important;
    padding: 25px 0;
  }
  .contatab a.btn.btn-brown.right-arrow {
    margin-top: 8px;
  }
  .logout-section .btn.btn-brown.right-arrow {
    margin-right: 40px;
  }
  .blog-detail {
    width: 100%;
    margin: auto;
    float: inherit;
  }
  .blog-detail h1 {
    text-align: left !important;
    margin-bottom: 0;
  }
  .blog-detail .section p {
    margin-bottom: 6px;
  }
  .blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail h6 {
    font-size: 20px !important;
  }
  .bgblogs {
    height: 81px;
  }
  .blog-detail {
    padding-top: 50px;
  }
  .blog-detail .list-blog {
    margin-top: 0;
  }
  .blog-detail h1 {
    font-size: 20px;
    text-align: center;
  }
  .blog-detail .date-name .row {
    width: 100%;
  }
  .blog-detail .date-name .col-sm-6 {
    width: 50% !important;
  }
  .blog-detail .date-name .col-sm-6:last-child p {
    width: auto;
  }
  .download-ebook-wrap .img-wrap {
    text-align: center;
  }
  .download-ebook-wrap .img-wrap img {
    width: 43%;
    margin: auto;
  }
  .switching-wrap .text-wrap ul li h5 {
    text-align: left;
  }
  .howItWorksWrapper .worklist li .title h4 {
    text-align: left;
  }
  .uniqueSection .row {
    display: block;
  }
  .title-wrap:before {
    left: 0 !important;
    right: 0 !important;
  }
  .title-wrap h1,
.title-wrap h2,
.title-wrap h3,
.title-wrap h4,
.title-wrap h5,
.title-wrap h6 {
    text-align: center;
  }
  .breed-experts .text-wrap h3 {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .busssinetabs .businesstablist {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .busssinetabs .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 30px;
    width: 100%;
  }
  .businessicon .icons {
    width: 100%;
    margin-bottom: 20px;
  }
  .businessicon .icons img {
    width: 50px;
  }
  .mapsd .addreslocation {
    padding: 27px 20px;
    height: auto;
    right: inherit;
    width: 100%;
    position: relative;
    top: inherit;
    bottom: inherit;
    transform: inherit;
  }
  .mapsd .addreslocation h2 {
    font-size: 18px;
  }
  .mapsd .addreslocation p {
    font-size: 12px;
    margin-top: 4px;
  }
  .mapsd .addreslocation .icons {
    margin-top: 5px;
    padding-left: 26px;
  }
  .mapsd .addreslocation .icons p:first-child {
    font-size: 12px;
  }
  .mapsd .addreslocation .icons p:last-child {
    font-size: 13px;
  }
  .mapsd .addreslocation .icons p:last-child a {
    font-size: 13px;
  }
  .mapsd .addreslocation .icons p:nth-child(2) {
    line-height: 120%;
  }
  .mapsd .addreslocation .icons p:nth-child(2) a {
    font-size: 13px;
  }
  .inneserive .calltotext {
    padding-top: 0 !important;
  }
  body .servicecta .blue h4,
.inneserive .blue h4 {
    margin-bottom: 0 !important;
    font-size: 14px !important;
  }
  body .servicecta .blue .calltoheradinf,
.inneserive .blue .calltoheradinf {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
  }
  body .servicecta .blue .calltotext p,
.inneserive .blue .calltotext p {
    font-size: 24px;
    line-height: 77%;
  }
  .servicecta .blue {
    padding-bottom: 0px;
    padding-top: 0;
  }
  .tabs-wrap .tab-content .tab-pane .text-box p:last-child {
    margin-bottom: 26px;
  }
  .autite .dext .col-md-4 img {
    height: auto;
  }
  .acciunt {
    padding-top: 0 !important;
  }
  .acciunt .righttotop {
    padding-top: 0;
    padding-bottom: 0;
  }
  .acciunt .texts {
    padding-bottom: 0;
    padding-top: 0;
  }
  .twoquic .optionsd .col-md-6:last-child {
    margin-top: 50px;
  }
  .twoquic .optionsd .col-md-6 img {
    height: auto;
    padding-bottom: 20px;
  }
  .cash-bnt .bgblue .calltest p {
    padding-bottom: 0;
    text-align: left;
  }
  .cash-bnt .bgblue .calltest ul {
    display: block !important;
    padding-bottom: 50px;
  }
  .cash-bnt .bgblue .calltest ul li {
    width: 100%;
    font-size: 14px;
  }
  .cashthreer .dext .col-md-4:last-child {
    margin-top: 50px;
  }
  .cashthreer .dext .col-md-4 img {
    height: auto;
  }
  .dextferst .fertures {
    margin-top: 0px;
  }
  .dextferst .fertured h6 {
    padding-left: 0 !important;
  }
  .dextwork .dext .col-md-4 img {
    height: auto;
  }
  .dextwork .dext .col-md-4 h6 {
    line-height: 49px !important;
    padding: 0;
  }
  .recrumentscta .blue {
    padding-bottom: 73px !important;
  }
  .recru-lists .bookingd .container:nth-child(4) .innserlist p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .deploye p {
    font-size: 18px;
  }
  .customer .col-md-4 img {
    height: auto;
  }
  .customer .col-md-4 h6 {
    margin-bottom: 20px;
  }
  .specialistaccountant {
    padding-bottom: 0;
  }
  body .secrivess.servicecta {
    padding-top: 60px;
  }
  body .secrivess.servicecta .banner-buttons {
    margin-bottom: 0;
  }
  body .secrivess.servicecta .blue {
    padding-bottom: 0px;
  }
  body .secrivess.servicecta .calltoheradinf {
    padding-top: 20px !important;
  }
  .usertesti .nav-tabs {
    padding: 0;
  }
  .usertesti .icon {
    width: 25px;
  }
  .usertesti h6 {
    font-size: 12px;
  }
  .wrapper .nav-tabs li {
    flex-basis: 130px;
    min-width: 130px;
  }
  .wrapper span.left {
    left: 1px !important;
  }
  .wrapper span.right {
    right: 1px;
  }
  .suppior .left {
    padding: 49px;
    min-height: auto;
    text-align: center;
  }
  .suppior .right {
    min-height: auto;
    padding: 45px;
    text-align: center;
  }
  .officecallsss .whowehelpWrapper .tabs-wrap {
    margin-top: 10px;
  }
  .list-of-service .text-wrap {
    width: 100%;
    float: left;
  }
  .switching-wrap .right-col {
    width: 100%;
    float: left;
  }
  .homewho .servicesWrap {
    padding-top: 50px !important;
  }
  .servicdf .howWeWorkGroup {
    padding-top: 50px !important;
  }
  .bisunessfgd .business {
    min-height: auto;
  }
  .taxsec .vat-schemes {
    padding-bottom: 50px;
    padding-top: 11px;
  }
  .taxsec .vat-schemes .row {
    padding-top: 0;
  }
  .taxsec .vat-schemes .undefined {
    width: 100%;
  }
  .taxsec .vat-schemes .undefined .tablist {
    min-height: auto;
  }
  .taxsec .vat-schemes .undefined .tablist .ounder {
    width: 37%;
  }
  .visalist {
    padding-bottom: 50px;
  }
  .visalist .vat-schemes {
    padding-bottom: 50px;
  }
  .visalist .vat-schemes .row {
    padding-top: 0;
    margin-top: 0;
  }
  .visalist .vat-schemes .undefined {
    width: 100%;
  }
  .visalist .vat-schemes .undefined .tablist {
    min-height: 347px;
  }
  .visalist .vat-schemes .undefined .tablist .ounder {
    width: 37%;
  }
  .vat-schemes .undefined {
    width: 100%;
    text-align: center;
  }
  .vat-schemes .undefined .tablist {
    text-align: center;
    min-height: auto;
  }
  .vat-schemes .undefined .tablist .ounder {
    width: 30%;
    margin: auto;
  }
  .vat-schemes .undefined .tablist h5,
.vat-schemes .undefined .tablist p {
    text-align: center;
  }
  .specialist {
    padding-top: 0 !important;
  }
  .specialist div p.text-center {
    width: 100%;
    float: initial;
    margin: auto;
  }
  .officecallsss .text-center div {
    width: 100%;
    float: left;
    margin-top: 22px;
  }
  .officecallsss .text-center div p {
    width: 100%;
    float: initial;
    margin: auto;
  }
  .officecallsss ul#nav-tabs-wrapper {
    text-align: center;
  }
  .officecallsss .tabs-wrap .nav-tabs li.nav-item a {
    padding: 7px !important;
    height: 89px;
  }
  .acciunt {
    padding-bottom: 0px !important;
  }
  .acciunt img.officeimage {
    bottom: 0;
    position: relative;
    width: 100%;
  }
  .acciunt .leftcol {
    margin-bottom: 30px !important;
  }
  .officecall h4.callheading {
    font-size: 30px !important;
  }
  .slick-slider .slick-prev {
    left: -10px;
    top: 50%;
  }
  .slick-slider .slick-next {
    right: -16px !important;
    top: 43%;
  }
  .client-testi .row {
    width: 100%;
    margin: auto;
  }
  .lastcon .conlis {
    padding: 35px 14px;
  }
  .lastcon .conlis .conslidk {
    margin-top: 29px;
  }
  .lastcon .conlis .conslidk .listdg {
    width: 100%;
    padding: 21px;
    text-align: center;
    margin-bottom: 20px;
  }
  .lastcon .conlis .conslidk .listdg h2 {
    font-size: 18px;
  }
  .lastcon .conlis .conslidk .listdg p {
    padding-right: 0;
  }
  .lastcon .conlis .commenst {
    width: 94%;
  }
  .lastcon .conlis .commenst:before {
    left: 22px;
    width: 21px;
    height: 18px;
    background-size: cover;
  }
  .lastcon .conlis .commenst p {
    text-indent: 50px;
  }
  .tabsd-conat {
    padding-top: 42px;
  }
  .tabsd-conat .imagelisrt {
    width: 29.1%;
  }
  .tabsd-conat .imagelisrt h5 {
    padding-top: 10px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
  }
  .servicebanners .here-banner {
    padding-top: 119px;
    padding-bottom: 96px;
  }
  .secrivess {
    margin-bottom: 50px;
  }
  .specialist .tab-slider--body {
    margin-top: 0 !important;
  }
  .specialist .tab-slider--container {
    margin-top: 0px;
  }
  .specialist .tab-slider--container .tablist .img-wrap {
    min-height: auto;
    padding-bottom: 22px;
  }
  .breed-experts {
    padding-bottom: 50px;
  }
  .footer-2 {
    padding: 22px 0 0;
  }
  .servicesWrap .wrapper {
    margin-bottom: 50px;
  }
  .servicesWrap .col-md-3 {
    width: 100%;
  }
  .servicesWrap .tab-slider--container {
    padding: 0;
  }
  .servicesWrap .tab-slider--trigger {
    width: 155px !important;
  }
  .cookies h2 {
    font-size: 18px;
  }
  .detailsd h3 {
    font-size: 20px !important;
    min-height: auto !important;
  }
  .blodg {
    padding-top: 46px;
  }
  .blog-single .blig {
    padding-left: 29px;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-right: 29px;
  }
  .blog-single .blig .row {
    width: 100%;
  }
  .blog-single .blig .row .col-md-6 {
    width: 100%;
  }
  .blog-single .blig h3 {
    font-size: 18px;
  }
  .blog-single .blig .date-name {
    padding-bottom: 15px;
  }
  .blog-single .blig .date-name p.dates {
    padding-left: 27px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  .blog-single .blig .texts {
    width: 100%;
    float: left;
    padding-top: 10px;
  }
  .blog-single .blig p {
    margin-top: 5px;
  }
  .blog-single .tag span {
    font-size: 10px;
  }
  .blog-single .row .col-md-6 {
    width: 100%;
    padding: 0;
  }
  .b-list .blig .row {
    width: 100%;
  }
  .b-list .blig .row .col-md-6.col-sm-6.col-12 {
    width: 50%;
  }
  .b-list .blig .row .col-md-6.col-sm-6.col-12 .dates {
    width: auto;
  }
  .list-blog {
    margin-top: 0px;
  }
  .list-blog .tag span {
    font-size: 10px;
  }
  .list-blog .blig {
    height: auto;
  }
  .list-blog p.dates {
    padding-left: 21px;
    font-size: 13px;
    width: 100%;
    text-align: left;
  }
  .list-blog h3 {
    font-size: 16px !important;
    padding-bottom: 15px;
    min-height: auto;
  }
  .list-blog .date-name .col-sm-6 {
    width: 100%;
    float: left;
    padding: 0;
  }
  .list-blog .row .col-md-4 {
    width: 100%;
    float: left;
    padding: 0;
  }
  .bc-list {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .bc-list h2 {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
  }
  .bc-list h6 {
    font-size: 17px;
  }
  .ftab .title-wrap {
    margin-bottom: 63px;
  }
  .calls {
    padding: 46px 20px;
    margin-top: 29px;
  }
  .calls .left {
    width: 100%;
    min-height: auto;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .calls .right {
    text-align: center;
    width: 100%;
    padding: 20px;
  }
  .calls span.spanlleft {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .calls span.spanright {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .forma .left {
    width: 100%;
  }
  .forma .left img {
    width: 100%;
  }
  .forma .conatc-form .left {
    width: 100%;
    margin-right: 0px;
  }
  .forma .conatc-form .left input,
.forma .conatc-form .left select {
    height: 51px;
  }
  .forma .conatc-form textarea {
    height: 74px;
  }
  .forma .conatc-form .check label {
    font-size: 14px;
  }
  .forma .right {
    width: 100%;
    padding: 50px 10px;
  }
  .forma .right p {
    font-size: 17px;
  }
  .contaform {
    padding-top: 0 !important;
  }
  .meeting {
    padding: 50px 21px;
  }
  .meeting .meet .meetingtwo {
    width: 100%;
  }
  .meeting .meet .meetingtwo h5 {
    font-size: 14px;
  }
  .meeting .meet .meetingtwo .left {
    width: 100%;
    padding-bottom: 20px;
  }
  .meeting .meet .meetingtwo .right {
    width: 100%;
    margin-right: 0;
  }
  .re-traing p.section {
    margin-bottom: 31px;
  }
  .re-traing h2 {
    font-size: 30px;
    margin-top: 20px;
  }
  .re-traing p {
    margin-top: 0;
  }
  .re-traing h3 {
    margin-top: 30px;
    font-size: 20px;
  }
  .re-traing ul {
    padding-top: 0;
  }
  .re-traing ul li {
    margin: 7px 0;
  }
  .recru-lists .innserlist {
    padding: 45px 43px;
  }
  .recru-lists .who-needs-to .title-wrap {
    margin-bottom: 22px;
  }
  .recru-lists ul {
    padding-top: 0;
  }
  .recru-lists ul li {
    margin: 7px 0;
  }
  .recriment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recriment .title-wrap {
    margin-bottom: 3px;
  }
  .recurment .here-banner {
    height: 270px;
  }
  .recurment .here-banner .container .row {
    width: 100%;
    padding-top: 121px;
  }
  .software .blue h4 {
    font-size: 40px;
    width: 100%;
    margin-bottom: 16px !important;
  }
  .recru-list .who-needs-to .title-wrap {
    margin-bottom: 12px;
  }
  .recru-list .innserlist {
    padding: 29px 29px;
  }
  .retest .calltotext {
    font-size: 15px;
  }
  .multiwho {
    padding-bottom: 50px;
  }
  .multilan {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }
  .multilan .tabs-wrap {
    margin-top: 0;
  }
  .multilan .tabs-wrap .tab-content .tab-pane .img-box {
    width: 100%;
    float: left;
    margin-top: 33px !important;
  }
  .officecallsss .tabs-wrap {
    margin-top: 0px !important;
  }
  ul {
    padding-top: 18px;
  }
  .officehome .here-banner {
    height: 340px;
  }
  .officehome .here-banner .text-wrap {
    padding-top: 98px;
  }
  .officehome .here-banner p.text-left.p-0 {
    width: 100% !important;
  }
  .officehome h1.text-left {
    margin-bottom: 20px;
  }
  .officecallsss .img-box {
    min-height: auto !important;
  }
  .officesoft .software-partnerwrap {
    padding-top: 150px;
  }
  .acciunt {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .testimonial-box {
    margin-top: 40px;
  }
  .vat-schemes .row {
    padding-top: 33px;
  }
  .vat-schemes .row a.btn.btn-brown {
    font-size: 11px;
  }
  .vat-schemes .tablist h5 {
    font-size: 15px;
    text-align: left;
  }
  .vat-schemes .tablist p {
    text-align: left;
  }
  .e-books {
    padding-bottom: 30px;
  }
  .e-books p.etext {
    width: 100%;
  }
  .e-books .col-sm-6 {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0;
    float: left;
    padding-top: 24px;
  }
  .e-books .col-sm-6:first-child {
    padding-top: 0;
  }
  .e-books .col-sm-6:last-child {
    border-bottom: unset;
  }
  .lkjh {
    margin-top: 0;
  }
  .helps {
    background-position: top;
    padding-top: 15px;
  }
  .helps .calltoheradinf {
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .helps .title-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .helps .list {
    margin-top: 26px !important;
  }
  .helps .list .left {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .helps .list .left h5 {
    font-size: 15px;
    padding-top: 20px;
  }
  .whythis .pdgtb100 {
    padding: 0px 0;
  }
  .calltoheradinf {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .redfe {
    padding-bottom: 0px !important;
  }
  .abour .here-banner h1.text-left,
.abour .here-banner p.text-left.p-0 {
    width: 100%;
    margin: auto;
    float: left;
  }
  .abour .here-banner p.text-left.p-0 {
    padding-top: 20px !important;
  }
  .littel {
    padding-top: 20px;
    padding-bottom: 47px;
  }
  .client-testi .row {
    width: 100%;
  }
  ul li {
    font-size: 14px;
  }
  .office-list .list-off {
    width: 50%;
    height: 430px;
    background-size: cover;
  }
  .office-list .list-off .postheading h6 {
    font-size: 28px;
  }
  body .abutrd .leftcol img {
    padding-bottom: 30px !important;
  }
  body .abutrd .rightcol img {
    padding-top: 20px;
  }
  .customer .dext h6 {
    font-size: 20px;
  }
  .customer .dext p {
    margin-top: 0;
  }
  .customer .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
  }
  .customer .col-md-4:last-child {
    margin-bottom: 0;
  }
  .customer .col-md-4 .text-center {
    text-align: left !important;
  }
  .customer .col-md-4:last-child {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .howitr {
    padding-bottom: 50px !important;
  }
  .howitr .row {
    padding-top: 10px;
  }
  .howitr .col-sm-6 {
    width: 100%;
  }
  .king-benefits .rightcol img {
    margin-top: 50px;
  }
  .lowhpw .leftcol {
    padding-right: 50px;
  }
  .quilyfiy {
    padding: 25px;
  }
  .should .optionsd .thisd {
    background-image: inherit;
    padding-top: 0;
  }
  .should .optionsd .thisd .col-md-6 {
    padding: 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
  }
  .should .optionsd .thisd .col-md-6:last-child {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .lowthredf .dext .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
  }
  .lowthredf .dext .col-md-4:last-child {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .lowthredf .dext .col-md-4 .text-center {
    text-align: left !important;
  }
  .lowthredf .dext .col-md-4 h6 {
    font-size: 15px;
  }
  .kibslist .col-md-6 {
    padding: 0;
  }
  .cashbebi {
    padding-bottom: 0px !important;
  }
  .cashthreer h6 {
    font-size: 15px !important;
  }
  .cashthreer .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
  .cashthreer .col-md-4:last-child {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .fasq-cash .faqsWrapSection {
    padding-top: 0 !important;
  }
  .cash-bnt .banner-buttons {
    margin-bottom: 0;
  }
  .cash-bnt .banner-buttons a.btn.btn-brown {
    margin-bottom: 0;
  }
  .cash-bnt ul li {
    width: 100%;
    font-size: 14px !important;
  }
  .cash-bnt .calltest {
    padding-top: 10px;
  }
  .revolut {
    padding-top: 60px !important;
  }
  .revolut .leftcol {
    padding-right: 50px;
  }
  body .revoltab {
    padding-top: 80px !important;
  }
  body .revoltab .img-box {
    min-height: auto !important;
  }
  .joint img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ready .calltotext {
    padding-top: 0;
    font-family: "Graphik";
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 180%;
    margin-top: 0;
  }
  .ftrt {
    padding-bottom: 10px;
  }
  .futrliplugin .col-md-6 {
    width: 100%;
    float: left;
  }
  .futrliplugin .softtext {
    text-align: center;
    width: 100%;
    margin: auto;
    float: left;
  }
  .youtb .bookingd {
    padding-top: 0 !important;
  }
  .youtb .text-center {
    font-size: 14px;
  }
  .youtbvideo {
    padding-left: 0px;
    padding-right: 0px;
  }
  .youtbvideo .listvideo iframe {
    width: 100%;
    height: 216px;
    border-radius: unset;
    z-index: 999999;
  }
  .youtbvideo::after {
    right: 57px;
  }
  .fsthomcall .callheading {
    margin-bottom: 0 !important;
  }
  .fsthomcall .calltotext p {
    margin-top: 15px !important;
  }
  .fatmsection .leftcol,
.fatmsection .rightcol {
    margin-bottom: 10px !important;
  }
  .autoxero {
    padding-bottom: 50px;
  }
  .autoxero .topbanners {
    padding-bottom: 40px;
  }
  .autoxero .topbanners p {
    margin-top: 0;
  }
  .autoxero ul {
    padding-top: 10px;
  }
  .autornet .leftcol,
.autornet .rightcol {
    padding-bottom: 50px !important;
  }
  ul li {
    font-size: 14px !important;
  }
  .dext {
    padding-bottom: 50px !important;
  }
  .dext h6 {
    font-size: 15px !important;
    background-position: 16px 10px !important;
    padding-left: 72px !important;
    background-size: 41px !important;
  }
  .dext p {
    font-size: 14px;
    margin-top: 0;
  }
  .dext .col-md-4 {
    margin-bottom: 50px;
    float: left;
  }
  .dextwork h6 {
    font-size: 22px;
  }
  .dextwork .text-center p {
    margin-top: 10px;
    font-size: 14px;
  }
  .dextwork .col-md-4 {
    margin-bottom: 50px;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 34px;
  }
  .dextwork .col-md-4:last-child {
    border-bottom: unset;
    padding-bottom: 0px;
  }
  .dextwork .we-do-the {
    padding-bottom: 0;
  }
  .dextwork .topbanners {
    padding-bottom: 0 !important;
  }
  .faq-wrap {
    z-index: 99999;
  }
  .row {
    display: inline-block;
    max-width: 100%;
    margin: auto;
  }
  .calltoheradinf p {
    margin-top: 0px;
  }
  .callheading {
    margin-bottom: 0px;
  }
  .dextbenift {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }
  .dextbenift .img-box {
    min-height: auto !important;
  }
  .dextbenift .tabs-wrap {
    margin-top: 23px;
  }
  .dextbenift .img-box {
    padding-top: 20px;
  }
  .dexts {
    padding-top: 50px;
  }
  .container {
    width: 100%;
    padding: 0 24px;
    float: left;
  }
  #header {
    padding: 14px 25px;
  }
  .subheading .section h5 {
    padding-top: 0;
  }
  .title-wrap {
    margin-bottom: 30px;
  }
  .howWeWorkGroup .leftcol {
    padding-right: 15px;
  }
  .logo {
    width: 140px;
  }
  .pdgt100 {
    padding-top: 60px;
  }
  .header .header-right {
    margin-left: 0px;
    width: calc(100% - 170px);
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 18px;
  }
  .header .header-right .nav-main ul.menu li#menu-item-447 {
    display: block;
  }
  .header .header-right .right-menu.d-none {
    display: block !important;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li {
    margin-right: 15px;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li#menu-item-30 a {
    font-size: 0;
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 0;
    border: 1px solid #33a5d7;
    padding: 0;
    background-position: center;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li#menu-item-29 {
    display: none;
  }
  .header .header-right .right-menu .menu-right-menu-container ul li:last-child a {
    padding: 12px 15px 12px;
  }
  .main-wrapper {
    margin-top: 77px;
  }
  .hero-banner {
    height: 330px;
  }
  .hero-banner .banner-conn .col-md-5 {
    -ms-flex: 0 0 50.666667%;
    flex: 0 0 50.666667%;
    max-width: 50.666667%;
  }
  .hero-banner .banner-conn .banner-buttons {
    margin-top: 30px;
  }
  .hero-banner .banner-conn .banner-buttons a {
    font-size: 14px;
  }
  .btn-main,
input[type=submit] {
    padding: 15px 30px;
  }
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .pdgtb100 {
    padding: 60px 0;
  }
  .pdgt100 {
    padding-top: 60px;
  }
  .description-wrapper .right-con {
    padding-left: 15px;
  }
  .description-wrapper .right-con::before {
    display: none;
  }
  .description-wrapper .right-con p br {
    display: none;
  }
  h1 .green.grow {
    font-size: 64px;
  }
  h1 span.business {
    font-size: 24px;
    padding-left: 0;
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  .about-wrapper .col-sm-6 {
    align-self: center;
  }
  .about-wrapper .img-wrap {
    width: 78%;
  }
  .about-wrapper .img-wrap::after {
    width: 200px;
    height: 275px;
    bottom: 0;
  }
  .about-wrapper .img-wrap::before {
    width: 144px;
    height: 144px;
    top: -22px;
    left: -38px;
  }
  .about-wrapper .text-wrap {
    padding-left: 0px;
  }
  .about-wrapper .text-wrap .amiri-wrap p {
    font-size: 18px;
  }
  .about-wrapper .overlap-wrap {
    margin: -260px 50px 0;
    width: 290px;
  }
  .about-wrapper .text-bottom {
    margin-top: 30px;
  }
  .wrapper .nav-tabs li a h6 {
    font-size: 14px;
  }
  .services-wrapper ul {
    padding: 0;
  }
  .services-wrapper ul li {
    padding: 0 15px;
  }
  .services-wrapper ul li .service-box {
    padding: 20px;
  }
  .services-wrapper ul li .service-box h4 {
    font-size: 16px;
    padding-left: 20px;
  }
  .services-wrapper ul li .service-box .img-wrap {
    width: 60px;
  }
  .service-row .service-list {
    padding: 60px 0;
  }
  .service-row .service-list .left-con {
    align-self: center;
  }
  .service-row .service-list .left-con::before {
    bottom: -12px;
  }
  .service-row .service-list .left-con .img-wrap img {
    height: auto;
  }
  .service-row .service-list:nth-child(2n) .row .left-con {
    padding-left: 2%;
  }
  .visit-wrapper .text-wrap {
    padding: 3% 12% 0;
  }
  ul.products-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  ul.products-list li {
    padding: 0 15px;
    margin: 15px 0px;
    width: 33.33%;
  }
  ul.products-list li:first-child::before {
    top: -30px;
    left: -10px;
    width: 110px;
    height: 110px;
  }
  ul.products-list li:first-child::after {
    top: -45px;
    left: 65px;
    width: 64px;
    height: 64px;
  }
  ul.products-list li .product-box .img-wrap {
    min-height: 235px;
    padding: 0 10px;
  }
  ul.products-list li .product-box .text-wrap {
    padding: 20px 20px 20px;
  }
  ul.products-list li .product-box .text-wrap .btn-main {
    padding: 14px 24px;
    margin-top: 10px;
  }
  .products-wrapper h5,
.featured-categories h5 {
    font-size: 16px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap {
    padding: 30px 20px 40px;
  }
  .products-wrapper.parts ul.products-list li .product-box .text-wrap h5 {
    min-height: 112px;
  }
  .products-wrapper .products-row .left-con {
    padding: 0 15px 0 5px;
  }
  .products-wrapper.parts ul.products-list li {
    width: 50%;
  }
  .products-wrapper .side-bar {
    margin-top: 15px;
  }
  .products-wrapper .side-bar .recent-prod ul li .img-wrap {
    width: 50px;
    height: 50px;
  }
  .products-wrapper .side-bar .recent-prod ul li .text-wrap {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .product-wrapper .right-con,
.product-wrapper .left-con {
    padding: 0 20px 0 20px;
  }
  .product-wrapper .right-con {
    margin-top: 30px;
  }
  .product-wrapper .right-con .btn-blue {
    margin-top: 30px;
  }
  .product-wrapper .left-con .img-wrap img {
    max-height: 500px;
  }
  #getaquote .modal-dialog {
    max-width: 700px;
  }
  .featured-categories ul.products-list li .product-box .img-wrap {
    min-height: 215px;
  }
  .featured-categories ul.products-list li .product-box .text-wrap {
    padding: 20px;
  }
  .blog-wrapper .blog-inner {
    margin-left: 30px;
  }
  .blog-wrapper .blog-slider {
    padding-top: 20px;
  }
  .blog-wrapper .blog-slider .slick-arrow {
    left: 600px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .img-wrap {
    height: 140px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .number {
    font-size: 20px;
    width: 40px;
  }
  .blog-wrapper .blog-slider .slick-slide .blog-box .text-wrap .date-box {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .brands-wrapper ul.plus-wrapper li .img-wrap {
    padding: 30px 15px;
  }
  .blog-slider h4,
.blogs-wrap h4 {
    font-size: 16px;
  }
  .blog-detail-wrap .blog-right .blog-text h5 {
    font-size: 16px;
  }
  .blog-detail-wrap .text-wrap iframe {
    height: 265px;
  }
  span.icon-date {
    margin-top: 10px;
  }
  .cta-wrapper {
    background-size: 320px;
  }
  .cta-wrapper .text-wrap h2 {
    font-size: 38px;
  }
  #copyright {
    padding: 15px 0;
  }
  /*---------------------------*/
  .main-wrapper {
    margin-top: 72px;
  }
  /*---------------------------*/
  .single-products,
.single-parts h3 {
    font-size: 26px;
    margin: 20px 0;
  }
  .search-wrapper #ajaxsearchlite1 .probox {
    height: 60px;
  }
  .search-wrapper #ajaxsearchlite1 .probox .proinput input {
    height: 60px;
    font-size: 18px;
  }
  .equipment-wrapper .title-wrap h2 br {
    display: none;
  }
  .equipment-wrapper .solution-row {
    padding-bottom: 80px;
  }
  .equipment-wrapper .solution-row .left-con {
    padding-right: 20px;
  }
  .equipment-wrapper .solution-row .right-con .text-wrap p {
    font-size: 26px;
  }
  .equipment-wrapper .status-row .left-con {
    padding: 0px 80px 0 30px;
    align-self: center;
  }
  .reviews-wrapper .review-slider {
    padding: 20px 0px 0;
  }
  .reviews-wrapper .review-slider .slick-slide {
    padding: 0 10px 40px;
  }
  .cta-wrapper {
    background-size: 360px;
  }
  .inner-banner {
    margin-bottom: 60px;
  }
  .inner-banner h1 {
    font-size: 28px;
  }
  .inner-banner h1::before {
    display: none;
  }
  .inner-banner .inner {
    margin-bottom: -60px;
  }
  .inner-banner .inner .left-con {
    -ms-flex-item-align: start !important;
    align-self: start !important;
    padding-top: 30px;
  }
  .inner-banner .right-con::before {
    bottom: -25px;
    left: -15px;
    width: 84px;
    height: 84px;
  }
  .inner-banner .right-con .img-wrap {
    margin-top: 80px;
  }
  .inner-banner .right-con .img-wrap .circular-text {
    top: -65px;
    right: -50px;
    width: 118px;
    height: 117px;
  }
  .inner-banner .right-con .img-wrap iframe {
    height: 160px;
  }
  .service-wrapper .service-con {
    padding: 0 4% 4%;
  }
  .dimension-wrapper ul.plus-wrapper {
    padding: 0;
  }
  .dimension-wrapper ul.plus-wrapper li .service-box {
    padding: 20px 10px;
  }
  .main-wrapper .syllabus-wrapper:nth-child(3) {
    padding-bottom: 40px;
  }
  .syllabus-wrapper ul {
    margin-top: 20px;
  }
  .syllabus-wrapper ul li {
    width: 100%;
    padding: 5px 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .syllabus-wrapper ul li:last-child {
    border-bottom: none;
  }
  .syllabus-wrapper ul li .syllabus-box {
    padding: 15px;
  }
  .syllabus-wrapper ul li .syllabus-box .first-half,
.syllabus-wrapper ul li .syllabus-box .second-half {
    width: 50%;
  }
  .syllabus-wrapper ul li .syllabus-box .first-half p,
.syllabus-wrapper ul li .syllabus-box .second-half p {
    font-size: 16px;
  }
  .syllabus-wrapper ul li .syllabus-box h6 {
    margin: 20px 0;
  }
  .syllabus-wrapper ul li .syllabus-box .second-half {
    padding-left: 40px;
  }
  .syllabus-wrapper ul li .syllabus-box .first-half {
    padding-right: 20px;
    border-right: 1px solid #eee;
    min-height: auto;
  }
  .contactwrap .leftwrap br {
    display: none;
  }
  .contactwrap .leftwrap ul li {
    margin-top: 40px;
  }
  .contactwrap .rightwrap {
    margin-top: 80px;
    padding: 0 50px;
  }
  .contactwrap .rightwrap::after {
    width: 444px;
    height: 427px;
    left: -70%;
    z-index: -1;
  }
  .contactwrap .rightwrap .formwrap::before {
    width: 90px;
    height: 90px;
    top: -35px;
    left: -35px;
  }
  .contactwrap .rightwrap .formwrap .gform_wrapper {
    padding: 30px;
    width: auto;
  }
  .mapwrap .map iframe {
    height: 350px;
  }
  /*home page css */
  .banner-buttons .btn {
    padding: 15px 62px 15px 15px;
    font-size: 14px;
  }
  .banner-buttons .btn:before {
    width: 30px;
    height: 30px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 31px;
    border: 6px solid white;
    background-color: rgba(0, 0, 0, 0.28);
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .tabs-wrap {
    margin-top: 0 !important;
  }
  .tabs-wrap .nav-tabs {
    display: block;
    width: 100%;
    padding: 21px 0;
    overflow-y: scroll;
    white-space: nowrap;
  }
  .tabs-wrap .nav-tabs li.nav-item {
    width: auto;
    display: inline-block;
    float: none;
  }
  .tabs-wrap .nav-tabs li.nav-item a {
    display: grid;
    text-align: center;
    padding: 0 10px !important;
    height: 62px;
  }
  .tabs-wrap .nav-tabs li.nav-item a .icon {
    width: 100%;
    height: 100%;
  }
  .tabs-wrap .nav-tabs li.nav-item a .icon svg {
    width: 65%;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    padding-top: 5px;
    font-size: 14px;
  }
  .homewho .tabs-wrap ul#nav-tabs-wrapper,
.contaform .tabs-wrap ul#nav-tabs-wrapper {
    display: block !important;
  }
  .homewho .tabs-wrap ul#nav-tabs-wrapper li.nav-item,
.contaform .tabs-wrap ul#nav-tabs-wrapper li.nav-item {
    width: auto !important;
  }
  .homewho .tabs-wrap ul#nav-tabs-wrapper li.nav-item a,
.contaform .tabs-wrap ul#nav-tabs-wrapper li.nav-item a {
    height: 100%;
    padding: 8px 10px !important;
  }
  .homewho .tabs-wrap ul#nav-tabs-wrapper li.nav-item a h6,
.contaform .tabs-wrap ul#nav-tabs-wrapper li.nav-item a h6 {
    padding-top: 15px;
  }
  .testimonial-box {
    width: 100%;
    margin-top: 0;
  }
  .testimonial-box .img-wrap {
    width: 100%;
    height: auto;
  }
  .testimonial-box .text-wrap {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 20px;
  }
  .testimonial-box .text-wrap .name {
    font-size: 14px;
    padding: 0;
    margin-top: 20px;
    line-height: 21px;
  }
  .wrapper span.left {
    left: -18px;
    z-index: 99999;
  }
  .wrapper span.right {
    right: 0px;
  }
  .wrapper .tab-content {
    margin-top: 32px;
  }
  .wrapper .tab-content .tab-pane .text-box {
    padding-left: 8px;
    padding-top: 37px;
  }
  ul#nav-tabs-wrapper {
    align-items: flex-start;
    display: flex !important;
    flex-wrap: nowrap;
    list-style: none;
    margin: 1rem 0;
    overflow-x: scroll;
    padding: 0 0 0 1rem;
    width: 100%;
    background-color: transparent;
  }
  ul#nav-tabs-wrapper li.nav-item {
    width: 100%;
    margin: 16px 10px;
  }
  .tabs-wrap .tab-content {
    padding-top: 26px;
  }
  .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: auto;
    margin-bottom: 30px;
  }
  .tabs-wrap .tab-content .tab-pane .text-box {
    padding-right: 0;
  }
  .banner-wrap {
    min-height: inherit;
    margin-bottom: 0;
    margin-top: 0px;
    height: 100%;
  }
  .banner-wrap:before {
    background-size: contain;
    height: 611px;
  }
  .banner-wrap .banner-conn {
    margin-top: 0;
    position: relative;
    padding-top: 65px;
    transform: inherit;
    left: inherit;
    top: inherit;
  }
  .banner-wrap .banner-conn .text-wrap {
    padding-right: 0;
  }
  .banner-wrap .banner-conn .img-wrap {
    margin-left: 0;
    width: auto;
    margin-top: 39px;
  }
  .tabs-wrap .nav-tabs li.nav-item a h6 {
    font-size: 15px;
  }
  .btn.btn-brown,
input[type=submit].btn-brown {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .banner-buttons {
    margin-top: 19px;
  }
  .breed-experts .row {
    padding-bottom: 60px;
  }
  .img-wrap.text-center {
    width: 1300px;
    margin: auto;
    float: initial;
  }
  .howItWorksWrapper .worklist li .text-wrap {
    margin-top: 17px;
  }
  .howItWorksWrapper .worklist li .text-wrap p {
    color: #2b327a;
  }
  .howItWorksWrapper .worklist li .title h4 {
    font-size: 16px;
  }
  .download-ebook-wrap h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .download-ebook-wrap .text-wrap p {
    width: 100%;
    margin-top: 5px;
  }
  .switching-wrap .right-col {
    margin-top: 50px;
  }
  .uniqueSection .faq-wrap {
    padding-right: 0;
  }
  .breed-experts .row:nth-child(2) .left-col .img-wrap {
    width: auto;
  }
  .breed-experts .row:nth-child(3) .left-col .img-wrap {
    width: auto;
    margin-right: 0;
  }
  .breed-experts .row:nth-child(3) .right-col .text-wrap {
    padding-right: 0;
  }
  ul li {
    font-size: 15px;
  }
  p {
    font-size: 14px;
  }
  a.btn.btn-brown {
    padding: 15px 50px 15px 15px;
    margin-bottom: 0;
  }
  a.btn.btn-brown:before {
    width: 30px;
    height: 30px;
  }
  .uniqueSection .tabs-box {
    margin-top: 47px;
  }
  .software-partnerwrap .img-wrap {
    width: 100%;
    padding: 0 33px;
  }
  .software-partnerwrap .img-wrap img {
    width: 100%;
    padding-top: 100px;
  }
  .breed-experts .col-md-12 {
    margin-bottom: 30px;
  }
  .breed-experts .row {
    padding-bottom: 0;
  }
  .breed-experts .row:nth-child(2) .right-col .text-wrap {
    padding-left: 0;
  }
  .faq-wrap .card .card-header .faq-title {
    font-size: 14px;
    padding-right: 70px;
  }
  .faq-wrap .card .faq-box .card-body p {
    font-size: 14px;
  }
  .howItWorksWrapper {
    padding-bottom: 60px;
  }
  .howItWorksWrapper .worklist {
    display: block;
  }
  .howItWorksWrapper .worklist li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .howItWorksWrapper .worklist li .img-wrap {
    min-height: auto;
  }
  .switching-wrap .img-wrap .testimonial-wrap {
    width: 100%;
    margin-right: 0;
  }
  .switching-wrap .right-col {
    padding-left: 15px;
  }
  .nav-main {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -100%;
    padding-right: 0;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .nav-top.section {
    display: none !important;
  }
  .res_navigation {
    width: 30px;
    display: block;
    top: 5px !important;
  }
  .menu-item-has-children ul li p {
    font-size: 11px;
  }
  .faqsWrapSection .col-md-12 {
    z-index: 999999;
  }
  .footerWrap .footer-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footerWrap .footer-cta .text-wrap {
    padding: 0;
    padding-top: 34px;
  }
  .footerWrap .footer-cta a.btn.btn-brown {
    margin-bottom: 19px;
    margin-right: 0;
  }
  .footer-cols {
    padding-bottom: 19px;
  }
  .footer-cols .footer-col-1 {
    width: 100%;
  }
  .footer-cols li.footer-col-2 {
    display: none;
  }
  .footer-cols .footer-col-3,
.footer-cols .footer-col-4 {
    width: 100%;
  }
  .breed-experts .col-sm-6,
.uniqueSection .col-sm-6,
.switching-wrap .col-sm-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .faq-wrap {
    width: 100%;
  }
  .copyrights {
    display: block;
    text-align: center;
  }
  .copyrights p.text-end {
    text-align: center !important;
  }
  .align-self-center {
    padding-top: 50px;
  }
  .footer-cta .text-wrap .banner-buttons {
    margin-top: 21px;
    text-align: center;
  }
  .howWeWorkGroup .title-wrap,
.whythis .title-wrap {
    margin-bottom: 10px;
  }
  .tetsg p {
    width: 100%;
    float: initial;
    margin: auto;
  }
  .abutrd .title-wrap {
    margin-bottom: 10px !important;
  }
  .abutrd .righttotop {
    padding: 0;
  }
  .abutrd .righttotop .rightcol {
    margin-bottom: 30px !important;
  }
  .abutrd .row {
    padding-bottom: 20px;
  }
  .software-partnerwrap {
    padding-top: 50px !important;
    padding-bottom: 0;
    background-size: 100% 100%;
  }
  .righttotop .leftcol {
    order: 2;
    padding-bottom: 0 !important;
  }
  .righttotop .rightcol {
    order: 1;
    margin-bottom: 30px !important;
  }
  /* service page css*/
  .here-banner h1 {
    font-size: 30px;
  }
  .here-banner p {
    font-size: 14px;
    margin-top: 8px;
    padding-bottom: 20px !important;
  }
  .howobders {
    background-image: inherit;
  }
  .howWeWorkGroup .rightcol {
    padding-left: 15px;
  }
  .textetrs {
    width: 100%;
  }
  .howobders h3 {
    font-size: 20px;
  }
  .howobders .texts p {
    margin-top: 0;
  }
  .who-needs-to .row {
    padding-top: 42px;
  }
  .howWeWorkGroup {
    padding-bottom: 111px;
  }
  .software-partnerwrap {
    padding-top: 0px;
  }
  .software-partnerwrap::before {
    background: unset;
  }
  .software-partnerwrap img {
    padding-top: 0 !important;
  }
  .calltoheradinf .calltotext {
    padding-top: 20px;
  }
  .banner-buttons {
    margin-top: 28px;
  }
  .callheading {
    font-size: 20px !important;
  }
  .why-choose .icontext {
    padding-bottom: 33px;
  }
  .why-choose .title-wrap.left {
    margin-bottom: 46px;
  }
  .faqsWrapSection.bottom {
    margin-bottom: 128px;
    margin-top: 50px;
  }
  p {
    margin-top: 18px;
  }
  .calltoheradinf .calltotext {
    width: 100%;
  }
  .our-service {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .our-service .col-md-4 {
    display: none;
  }
  .our-service .col-md-8 {
    width: 100%;
    padding: 0;
  }
  .our-service .row .col-md-2 {
    width: 50%;
    float: left;
  }
  h6 {
    font-size: 14px;
  }
  .list-of-service {
    padding-top: 119px;
  }
  .we-do-the {
    padding-bottom: 100px;
  }
  .client-testi .col-md-3 {
    margin-bottom: 20px;
  }
  .vat-schemes .col-md-4 {
    width: 100% !important;
    text-align: center;
  }
  .vat-schemes .col-md-4 .ounder {
    margin: auto;
  }
  .tablist {
    min-height: auto !important;
  }
  .tablist h5,
.tablist p {
    text-align: center;
  }
  .tablist .ounder {
    margin: auto;
  }
  .tablist .ounder img {
    width: 75%;
  }
  .who-needs-to .row .leftcol {
    padding-right: 15px;
  }
  .who-needs-to .row .intext {
    font-size: 14px !important;
  }
  /*service page css end*/
  /*who we page css*/
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 {
    margin-right: 0px;
    width: 100%;
    padding-bottom: 54px;
  }
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 a.btn.btn-brown.right-arrow {
    font-size: 13px;
  }
  .businesstablist .col-md-6.col-sm-6.col-12.leftcol.mb-5 .col-md-6:first-child {
    text-align: left;
    margin-bottom: 10px;
  }
  .texts {
    font-size: 14px;
  }
  .howWeWorkGroup {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .blog-boix:before {
    height: 230px;
  }
  .blog-boix .innserd {
    padding: 14px;
  }
  .blog-boix .innserd h4 {
    font-size: 14px;
  }
  .specialist {
    padding-bottom: 0;
  }
  .who-needs-to .row {
    padding-top: 0;
  }
  .who-needs-to .col-md-3 {
    margin-top: 20px;
  }
  .who-needs-to .col-md-3 .blog-boix img {
    width: 100%;
  }
  body .blof .who-needs-to {
    padding-bottom: 70px !important;
  }
  .contractors {
    background-size: cover;
  }
  .contractors .who-needs-to {
    padding-top: 50px;
    padding-bottom: 0px !important;
  }
  .contractors .who-needs-to .row {
    padding-top: 0;
  }
  .contractors .who-needs-to .rowd {
    margin-top: 0 !important;
  }
  .contractors .who-needs-to .rowd .bokfh {
    width: 100%;
  }
  .contractors .who-needs-to .rowd .bokfh img {
    padding-right: 10px;
  }
  .contractors .who-needs-to .rowd .bokfh .business .bokfh {
    width: 100%;
    margin-bottom: 0;
    padding-top: 25px;
  }
  .contractors .bokfh:last-child {
    height: 164px;
  }
  .specialist .last-child a.btn.btn-brown.right-arrow.mt-0 {
    margin-bottom: 0;
  }
  .specialist .bookingd {
    padding-bottom: 80px !important;
  }
  .specialist .bookingd .leftcol {
    padding-bottom: 0;
  }
  .specialist .bookingd .leftcol img {
    width: 100%;
  }
  .specialist .bookingd .rightcol {
    padding-left: 15px;
  }
  .orders .howobders .leftcol {
    padding-right: 40px;
  }
  .orders .howWeWorkGroup {
    padding-top: 60px;
  }
  .etab .bokfh {
    width: 100%;
  }
  .etab .bokfh .business .bokfh {
    width: 100%;
  }
  .etab .rowd {
    margin-top: 0 !important;
  }
  .tposection .pdgtb100 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .howobders {
    margin-top: 30px;
  }
  .ecomaddni .leftcol {
    padding-bottom: 0;
  }
  .ecomaddni .rightcol {
    padding-left: 15px !important;
  }
  .qucicktab {
    padding-top: 0;
  }
  .qucicktab .tabs-wrap .nav-tabs li.nav-item {
    margin: 0 6px;
  }
  .qucicktab .tabs-wrap .nav-tabs li.nav-item a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .qucicktab .tabs-wrap {
    margin-top: 28px;
  }
  .qucicktab .tabs-wrap .tab-content .tab-pane .img-box {
    min-height: 250px;
  }
  .qucicktab ul#nav-tabs-wrapper {
    align-items: flex-start;
    display: flex !important;
    flex-wrap: nowrap;
    list-style: none;
    margin: 1rem 0;
    overflow-y: scroll;
    padding: 7px 0 26px 1rem;
    width: 100%;
    background-color: transparent;
  }
  .optionsd {
    padding: 74px 0;
  }
  .optionsd h3 {
    font-size: 20px;
  }
  .optionsd .thisd .leftcol {
    text-align: left;
  }
  .optionsd .thisd .rightcol {
    padding-left: 15px;
    padding-bottom: 50px;
  }
  .bookingd .text-center {
    padding-top: 0 !important;
    width: 100%;
  }
  .bookingd.bg-grey {
    padding-bottom: 50px;
  }
  .options img {
    width: auto;
    display: none;
  }
  .how-to-works.bookingd {
    padding-bottom: 0;
    padding-bottom: 50px;
  }
  .fertures {
    background-size: 100%;
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px;
    background-size: cover;
    position: relative;
  }
  .fertures:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7294117647);
    z-index: 1;
  }
  .fertures .container {
    width: 100%;
    padding: 0 15px;
    float: left;
  }
  .fertures .fertured {
    z-index: 99999999;
    position: relative;
  }
  .fertures .fertured .texts p {
    color: #fff;
  }
  .fertures .fertured h3 {
    color: #fff;
  }
  .fertures .tabmane {
    width: 100%;
    left: 0;
  }
  .fertures .tabmane ul#nav-tabs-wrapper {
    padding-left: 0;
    display: block !important;
  }
  .fertures .tabmane ul#nav-tabs-wrapper li {
    margin: 0 !important;
  }
  .fertures .tabmane ul#nav-tabs-wrapper li a.active {
    width: 100%;
    border-color: inherit;
    border: unset;
    border-bottom-left-radius: 0px;
  }
  .fertures .tabmane ul#nav-tabs-wrapper li a {
    padding: 10px;
    border-bottom: unset;
  }
  .fertures .tabmane ul#nav-tabs-wrapper li h6 {
    font-size: 12px;
  }
  .fertures .img-box {
    text-align: center;
    padding-top: 0 !important;
  }
  .fertures .img-box img {
    width: 100%;
  }
  .fertures .tab-content {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }
  /*who we page css end*/
  .thisd .leftcol {
    margin-bottom: 20px;
  }
  .bussiness-custom-call-section {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .tabs-wrap .tab-content .tab-pane .row {
    --bs-gutter-x: 0 !important;
  }
  .contractor-custom-call-section {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .login-form-wrap .login-form {
    padding: 20px;
  }
  .tabs-wrap .tab-content .tab-pane .text-box .btn.btn-brown {
    margin: 0px 0px 40px 0px !important;
  }
  .homewho.section .servicesWrap {
    padding-bottom: 0px !important;
  }
  .breed-experts .btn.btn-green {
    margin-bottom: 55px !important;
  }
  .section.who-needs-to {
    padding-bottom: 0;
  }
  .section.who-needs-to .row .leftcol.subheading {
    padding-bottom: 30px;
  }
  .section.who-needs-to .row .businessicon.section {
    padding: 0;
  }
  .section.who-needs-to .row ul li {
    margin-bottom: 15px;
    margin-bottom: 15px;
    background-size: 18px;
  }
  .servicdf.section.srvicetype {
    padding-bottom: 90px;
    margin-top: 25px;
  }
  .servicdf.section.srvicetype .howWeWorkGroup .row .col-md-6.col-sm-6.col-12 {
    width: 100%;
  }
  .why-choose.section {
    padding-bottom: 30px;
  }
  .why-choose.section .row .col-md-4.col-sm-6.col-12 {
    width: 100%;
  }
  .section.who-needs-to .row .col-md-6.col-sm-6.col-12 {
    width: 100%;
  }
  span.custom-arrow::before {
    top: 2px;
  }
  .visahow.sds.section .howWeWorkGroup.section {
    padding-top: 55px;
  }
  .section.vat-schemes.specialist {
    padding-top: 50px !important;
  }
  .visahow.sds.section .howWeWorkGroup.section .col-md-6.col-sm-6.col-12 {
    width: 100%;
  }
  .who-needs-to .row .subheading .intext h4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .visahow.section {
    padding-top: 55px;
  }
  .visahow.section .howWeWorkGroup .row .col-md-6.col-sm-6.col-12 {
    width: 100%;
  }
  .subheading ul li {
    background-size: 18px;
  }
  .visahow .howWeWorkGroup {
    padding-bottom: 0;
  }
  .section.who-needs-to .row .businessicon.section {
    margin-top: 30px;
  }
  .section.who-needs-to .row .businessicon.section .icons {
    margin-bottom: 25px;
  }
  .section.who-needs-to .row .businessicon.section .icons img {
    width: 30px;
    max-width: 30px;
  }
  .section.who-needs-to .row .businessicon.section:empty {
    display: none;
  }
  .srvicetype .howWeWorkGroup {
    padding-top: 50px;
  }
  .srvicetype.custom-software-integration-section {
    padding-bottom: 40px;
    background-size: contain;
  }
  .srvicetype.custom-software-integration-section .howWeWorkGroup.section {
    padding-bottom: 0;
  }
  .srvicetype.custom-software-integration-section .row .col-md-6.col-sm-6.col-12 {
    width: 100%;
  }
  .fsthomcall.servicecta.software-integration {
    margin-top: 45px;
    margin-bottom: 70px;
  }
  .software-partnerwrap .text-center {
    padding-top: 0 !important;
    padding-bottom: 25px;
  }
  .software-partnerwrap img {
    padding-bottom: 50px;
  }
  .blog-detail .wp-block-table {
    float: none;
    clear: both;
    overflow-x: auto;
  }
  .blog-detail .wp-block-table table thead tr th {
    padding: 8px 20px;
    font-size: 14px;
  }
  .blog-detail .wp-block-table table tbody tr td {
    padding: 10px 20px;
    font-size: 15px;
  }
  .blog-detail .wp-block-table table tbody tr td a {
    padding: 10px 20px;
    font-size: 15px;
  }
  .blog-detail .wp-block-table * {
    float: none;
    clear: both;
  }
  .blog-detail .section ul li {
    line-height: 30px;
    background-size: 20px;
  }
  .blog-detail .section ol li {
    line-height: 30px;
    background-size: 20px;
  }
  .blog-details-page + .client-testi {
    padding-top: 40px !important;
  }
  .footer-cta .img-wrap {
    text-align: center;
  }
  .custom-h2 {
    font-size: 25px;
  }
  .visahow.section .howWeWorkGroup.section .howobders {
    padding-bottom: 50px;
  }
  .visahow.section.srvicetype {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .visahow.section.srvicetype .howWeWorkGroup.section {
    padding-top: 60px;
  }
  .businegd .howWeWorkGroup .howobders div:nth-child(3) {
    margin-top: 15px;
  }
  .con-bg .howWeWorkGroup {
    padding-bottom: 0;
  }
  .land.orders .howWeWorkGroup .howobders > div:nth-child(3) {
    padding-top: 0px;
  }
  .landlord-custom-call-section {
    margin-top: 10px;
  }
  .section.orders.ecomerce-order-section {
    margin-top: 35px;
  }
  .ecomerce-ecomaddni.section {
    padding-bottom: 0;
  }
  .ecomerce-ecomaddni.section + .who-needs-to {
    padding-bottom: 60px;
  }
  .ecomerce-custom-call-section {
    margin-top: 0;
  }
  .section.orders.ecomerce-order-section .howobders .row > div {
    width: 100%;
  }
  body .section.quickhow {
    padding-top: 40px;
  }
  .section.twoquic {
    margin-bottom: 65px;
  }
  .how-to-works.bookingd.istrgat {
    margin-bottom: 70px;
  }
  body .section.quickhow .row .col-md-6.col-sm-6.col-12 {
    width: 100%;
    justify-content: center;
  }
  .bagdf.xero-tab-section {
    padding-top: 20px;
  }
  .twoquic .optionsd .col-md-6 h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .fertured .tabmane ul li a:hover {
    width: 100%;
  }
  .dext-blog-section {
    padding-bottom: 40px;
  }
  .tabsd.section.bagdf.dextbenift {
    margin-bottom: 50px;
  }
  .dextwork.section .we-do-the {
    padding-bottom: 10px !important;
  }
  .dext-blog-section .row > div {
    width: 100%;
  }
  .section.what-is-dext-section .row > div {
    width: 100%;
  }
  .autornet {
    padding-bottom: 30px;
  }
  .autornet .leftcol {
    padding-right: 0;
    padding-left: 0;
  }
  .auto-entry-quickhow-section .righttotop {
    padding-top: 20px;
  }
  .auto-entry-quickhow-section .righttotop .rightcol {
    margin-bottom: 0px !important;
  }
  .auto-entry-quickhow-section .autornet .rightcol {
    padding-bottom: 30px !important;
  }
  .auto-entry-integrate-section + .who-needs-to .row {
    padding-top: 40px;
  }
  .auto-entry-sage-section .row > div:last-child {
    padding-left: 0;
  }
  .auto-entry-xerox-section .righttotop {
    display: inherit;
    padding-bottom: 0;
  }
  .auto-entry-xerox-section .row > div {
    width: 100%;
  }
  .auto-entry-work-section .row > div {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 50px;
  }
  .auto-entry-work-section .row > div:first-child {
    padding-top: 0;
  }
  .bagdf.auto-entry-sage-section {
    padding-top: 0;
  }
  .bagdf.auto-entry-sage-section .row > div {
    width: 100%;
  }
  body .dextwork .col-md-4 {
    margin-bottom: 50px;
    float: none;
    border-bottom: 0;
    padding-bottom: 34px;
    clear: both;
    width: 100%;
  }
  .dext-blog-section .row .leftcol.subheading {
    padding-right: 0;
  }
  .hubdoc-dextwork-section .row > div {
    padding-top: 60px;
  }
  .hubdoc-dextwork-section .row > div:first-child {
    padding-top: 0;
  }
  .hubdoc-Features-section {
    margin-top: 50px;
  }
  .hubdoc-work-section .container > div:last-child {
    padding-top: 20px;
  }
  .faq-wrap .card .faq-box .card-body .text-wrap h3 {
    font-size: 17px;
  }
  .hubdoc-work-section .row > div {
    width: 100%;
  }
  .banner-wrap.section img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section.here-banner img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .switchingto-custom-call-section {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 !important;
  }
  .col-md-6.col-sm-6.col-12.subheading {
    width: 100%;
    padding: 0px 15px !important;
    margin: 30px 0px;
  }
  .auto-entry-xerox-section .how-to-works p {
    padding-bottom: 40px;
  }
  .fatmsection {
    padding-top: 10px;
  }
  .fathom-youtube-section {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .who-needs-to.how-to-works.bookingd {
    padding-bottom: 110px;
  }
  .king-benefits .row.righttotop .col-md-6.col-sm-6.col-12.subheading {
    margin-top: 0;
  }
  .dext .col-md-4:first-child h6::before {
    background-size: 50px;
    width: 55px;
    height: 54px;
  }
  .dext .col-md-4:nth-child(2) h6::before {
    background-size: 50px;
    width: 55px;
    height: 54px;
  }
  .dext .col-md-4:last-child h6::before {
    background-size: 50px;
    width: 55px;
    height: 54px;
  }
  .bg-grey.section.fsthomcall.servicecta {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .serviesft .software-partnerwrap {
    padding-top: 100px !important;
  }
  .section.fsthomcall.inneserive {
    margin-top: 50px;
  }
  .why-choose .iconsvg {
    padding: 12px;
  }
  .youtb.section.fathom-youtube-section .who-needs-to.how-to-works.bookingd {
    padding-bottom: 0;
  }
  .who-needs-to.how-to-works.bookingd.ftab {
    padding-bottom: 50px;
  }
  .section.futliers {
    padding-bottom: 20px;
  }
  .faq-wrap .subheading ul li {
    font-size: 15px;
    background-size: 18px;
  }
  .faq-wrap .subheading ol li {
    font-size: 15px;
    background-size: 18px;
  }
  .resources-custom-call-section {
    margin-top: 0 !important;
    margin-bottom: 70px !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.kibslist.iwoca-kibslist-section {
    padding-top: 0;
  }
  .custom_call-sec_back_none .calltoheradinf .calltotext {
    width: 100%;
  }
  .sheetsrevoults.custom_back_sheetsrevoults .who-needs-to {
    margin-top: 50px;
  }
  .section.kibslist {
    padding-top: 20px;
  }
  .ebook-input-btn-wrap {
    grid-template-columns: 1fr;
  }
  .ebooks .check label {
    font-size: 15px;
    padding-left: 8px;
  }
  .referral-help-section {
    background-size: cover;
  }
  .resblog.section {
    padding-bottom: 30px;
  }
  .download-ebook-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ebook-input-btn-wrap input.common-input-filed {
    height: 50px;
  }
  .ebook-input-btn-wrap .button.ebook-button {
    background-position: 87% 14px;
    height: 50px;
    line-height: 23px;
    font-size: 14px;
  }
  .ecomerce-ecomaddni.section .who-needs-to.how-to-works.bookingd {
    padding-bottom: 30px;
  }
  .resblog.section .row > div {
    width: 100%;
  }
  .recru-list .how-to-works.bookingd {
    padding-bottom: 0;
  }
  .officecallsss.section {
    padding-top: 50px;
  }
  .testimonial-box .text-wrap p {
    font-size: 14px;
  }
  .why-choose .iconsvg {
    display: flex;
    justify-content: center;
  }
  .recru-lists.section .how-to-works.bookingd {
    padding-bottom: 30px;
  }
  .recruitment-trainee-faq-section .faqsWrapSection {
    margin-top: 0;
  }
  .multilingualaccountants-officecallsss-section .row {
    display: block;
  }
  .multilingualaccountants-multiwho-section {
    padding-bottom: 0;
  }
  .cookies.section .how-to-works.bookingd {
    padding-bottom: 0;
  }
  .cookies.section .how-to-works.bookingd p:empty {
    display: none;
  }
  .cookies.section + .client-testi {
    padding-top: 50px !important;
  }
  .client-testi .tab-content .tabsd-conat.slick-slider {
    margin: 0;
  }
  .client-testi .tab-content .tabsd-conat.slick-slider .imagelisrt.slick-slide {
    margin: 0;
  }
  .services-specialistaccountant-section .specialist {
    padding-top: 50px !important;
  }
  .services-specialistaccountant-section .specialist ul.tab-slider--tabs li {
    width: 135px !important;
    padding: 13px 20px;
  }
  .services-why-choose-section .why-choose.section {
    padding-bottom: 0;
  }
  .services-banner.section .row {
    display: block;
  }
  .thank-page-section {
    padding-top: 100px;
  }
  .thank-banner-content h2 {
    font-size: 12px;
  }
  .thank-banner-content h2::before {
    top: 40px;
    width: 10px;
    height: 10px;
  }
  .client-testi .conslidk.section .listdg {
    margin-right: 0;
  }
  .client-testi .lastcon .conlis .commenst p::before {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background-size: 21px;
  }
  .conatc-form.custom-contact-form-section .custom-select::before {
    top: 16px;
  }
  .recruitment-form .form-filed-wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .recruitment-form .check {
    align-items: flex-start;
  }
  .recruitment-form .check input#check {
    top: 5px !important;
  }
  .recruitment-form .check label {
    font-size: 15px;
  }
  .common-recruitment-form.section.blue.bgblue {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 479px) {
  .blog-detail h1 {
    font-size: 16px;
  }
  .blog-detail .tag span {
    font-size: 9px;
  }
  h1 {
    font-size: 14px;
  }
  h1 .green.grow {
    font-size: 43px;
  }
  h1 span.business {
    font-size: 18px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  .btn {
    font-size: 11px !important;
  }
  .align-self-center {
    text-align: center;
  }
  a.btn {
    padding: 15px 50px 15px 15px;
    margin-bottom: 15px !important;
    margin-right: 15px !important;
  }
  a.btn:before {
    width: 30px;
    height: 30px;
  }
  .tab-slider--trigger {
    font-size: 13px;
    width: 137px;
  }
  .wrapper .nav-tabs li a h6 {
    font-size: 13px;
  }
  p {
    font-size: 13px;
    margin-top: 11px;
  }
  .breed-experts .breed-list li .breed-text p {
    font-size: 13px;
  }
  ul.arrow li {
    text-align: left;
  }
}
@media (max-width: 320px) {
  .our-service .row .col-md-2 a {
    height: auto;
  }
  .blog-detail .tag span {
    font-size: 9px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .blog-detail {
    padding-top: 50px;
  }
  .blog-detail .list-blog {
    margin-top: 0;
  }
  .blog-detail h1 {
    font-size: 20px;
  }
  .blog-detail .date-name .row {
    width: 100%;
  }
  .blog-detail .date-name .col-sm-6 {
    width: 100% !important;
  }
  .blog-detail .date-name .col-sm-6:last-child p {
    width: 100%;
  }
  body .servicecta .blue h4,
.inneserive .blue h4 {
    margin-bottom: 0 !important;
    font-size: 12px !important;
  }
  body .servicecta .blue .calltoheradinf,
.inneserive .blue .calltoheradinf {
    padding-top: 19px !important;
    padding-bottom: 0 !important;
  }
  body .servicecta .blue .calltotext p,
.inneserive .blue .calltotext p {
    font-size: 18px;
    line-height: 77%;
  }
  header#header .header .header-right .nav-main ul.menu li span {
    width: 37px !important;
    height: 37px !important;
  }
  .menu-item-has-children ul li p {
    font-size: 10px;
  }
  .our-service .row .col-md-2 {
    width: 100%;
  }
  .servicesWrap .tab-slider--trigger {
    width: 135px !important;
    text-align: left;
    font-size: 12px !important;
  }
}
@media (max-width: 1040px) {
  .header .header-right .nav-top {
    position: relative;
    left: -74px;
  }
  .whomnu ul {
    margin-top: 10px;
  }
  .whomnu ul li {
    height: auto !important;
    padding-bottom: 7px !important;
  }
  header#header .header .header-right .nav-main ul.menu {
    padding-top: 65px;
    padding-left: 16px;
    padding-right: 15px;
  }
  header#header .header .header-right .nav-main ul.menu li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding-right: 15px !important;
  }
  header#header .header .header-right .nav-main ul.menu li a {
    font-size: 14px !important;
    text-transform: capitalize;
  }
  header#header .header .header-right .nav-main ul.menu li span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -7px;
    width: 50px;
    height: 50px;
    z-index: 111;
    background: url("../images/ic-menu-dropdown-arrow-black.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    cursor: pointer;
    border: none;
    padding-bottom: 0;
  }
  header#header .header .header-right .nav-main ul.menu li.open span {
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header#header .header .header-right .nav-main ul.menu li.menu-item-has-children {
    background-image: unset;
  }
  header#header .header .header-right .nav-main ul.menu li.menu-item-has-children.busni li {
    width: 100%;
    padding: 0;
    height: 40px;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu {
    width: 100% !important;
    padding: 0px 0px 0 20px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    position: relative;
    box-shadow: none;
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
    top: 0;
    left: 0px !important;
    overflow-y: scroll;
    box-shadow: unset !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
    border-radius: 0 !important;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    border-bottom: unset;
    padding: 0;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu li span {
    -webkit-transform: inherit;
    transform: inherit;
    transition: inherit;
    background-image: inherit;
    position: relative;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu li span.numiore {
    display: flex !important;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu li .menus {
    width: 75% !important;
    float: left;
    height: auto;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu li:hover ul.sub-menu {
    display: inherit !important;
    transform-origin: top;
    transition: all 0.2s ease-out;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu .mainrow.section {
    padding-top: 10px;
    height: 400px;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu .mainrow.section h5 {
    padding-bottom: 11px;
    text-transform: capitalize;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu .mainrow.section li {
    width: 100%;
    height: 44px;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu .mainrow.section li a {
    border-bottom: unset;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu .mainrow.section .left {
    width: 100%;
    float: left;
    display: inline-block;
  }
  header#header .header .header-right .nav-main ul.menu li ul.sub-menu .mainrow.section .right {
    width: 100%;
    float: left;
    display: inline-block;
  }
  header#header .header .header-right .nav-main #about {
    width: 100% !important;
    left: inherit !important;
    right: 0;
  }
  header#header .header .header-main .res_navigation {
    width: 30px;
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    top: 12px;
  }
  header#header .header .header-main .nav-toggle {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 999999;
    padding: 5px 30px 13px 0;
    cursor: pointer;
  }
  header#header .header .header-main .nav-toggle span:nth-of-type(2) {
    top: 7px;
  }
  header#header .header .header-main .nav-toggle span:nth-of-type(3) {
    top: 16px;
  }
  header#header .header .header-main .nav-toggle span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all 0.55s ease;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  header#header .header .header-main .nav-toggle.active .top {
    -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
    -ms-transform: translateY(12px) translateX(0) rotate(45deg);
    transform: translateY(12px) translateX(0) rotate(45deg);
    top: -4px;
  }
  header#header .header .header-main .nav-toggle.active .middle {
    opacity: 0;
  }
  header#header .header .header-main .nav-toggle.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    top: 15px;
  }
}
@media (min-width: 1041px) {
  .menu-item-has-children {
    padding-right: 20px;
    background: url("../images/ic-menu-dropdown-arrow-black.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
  .menu-item-has-children:hover ul.sub-menu {
    display: block !important;
    transform-origin: top;
    transition: all 0.2s ease-out;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1660px) {
  .contractor-custom-call-section {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .mainrow {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .here-banner.list-of-service .row {
    display: flex;
    align-items: center;
  }
  .row.business {
    display: flex;
  }
  .businegd .howWeWorkGroup {
    padding-bottom: 0;
  }
  .businegd .howWeWorkGroup .row {
    display: flex;
  }
  .blof.section .who-needs-to .row > div {
    max-width: 50%;
    width: auto;
    margin: 30px auto;
  }
  .con-bg .howWeWorkGroup .row {
    display: flex;
  }
  .contractors .who-needs-to.how-to-works .row {
    display: flex;
  }
  .landlord-custom-call-section + .who-needs-to .row > div {
    width: auto;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .footerWrap.section ul.social-links li {
    width: auto;
  }
  .fsthomcall.servicecta.ecomerce-custom-call-section .we-do-the {
    padding-top: 0px;
  }
  .ecomaddni.section + .section.who-needs-to .row > div {
    width: auto;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .custom_call-sec_back_none .banner-buttons {
    margin-bottom: 0px;
  }
  .banner-wrap .banner-conn .row {
    display: flex;
  }
  .banner-wrap .banner-conn .row .banner-buttons.section .btn.btn-green {
    margin-top: 15px;
  }
  .footerWrap.section .banner-buttons.section .btn.btn-green {
    margin-left: 20px;
  }
  .footerWrap.section .banner-buttons.section .btn.btn-brown {
    margin-bottom: 0;
  }
  .section.fsthomcall.inneserive .we-do-the.section {
    padding-bottom: 50px;
  }
  .bg-grey.section.fsthomcall.servicecta {
    margin-bottom: 35px;
  }
  .visalist .vat-schemes .undefined .tablist .ounder img {
    max-width: 40%;
  }
  .ecomerce-tab .business.section .bokfh {
    width: 48%;
  }
  .auto-entry-work-section .row > div img {
    width: auto;
    max-width: 50%;
    display: table;
    margin: 0px auto;
  }
  .auto-entry-bg-grey-section a.btn.btn-brown {
    margin-bottom: 20px;
  }
  body .dextwork .dext .col-md-4 img {
    height: auto;
    width: auto;
    max-width: 50%;
    display: table;
    margin: 0px auto;
  }
  .col-md-6.col-sm-12.col-12.img-box img {
    width: auto;
    display: table;
    margin: 0px auto;
    max-width: 80%;
  }
  .img-wrap img {
    width: auto;
    display: table;
    margin: 0px auto;
    max-width: 80%;
  }
  .howItWorksWrapper .worklist li .img-wrap img {
    width: auto;
    display: table;
    margin: 0px auto;
    max-width: 80%;
  }
  .breed-experts .row:nth-child(3) .left-col .img-wrap img {
    width: auto;
    display: table;
    margin: 0px auto;
    max-width: 80%;
  }
  .howWeWorkGroup .col-md-6.col-sm-6.col-12 img {
    width: auto;
    display: table;
    margin: 0px auto;
    max-width: 80%;
  }
  .resblog.section .row {
    max-width: 70%;
    display: table;
  }
  .client-testi .tab-content .tabsd-conat.slick-slider .imagelisrt.slick-slide {
    margin: 0px 5px;
  }
}
@media (max-width: 1040px) {
  body .res_navigation {
    display: none !important;
  }
}
/*  Responsive End */

/*# sourceMappingURL=style.css.map */
