/*styles*/

:root {
  --radiusColor: #f1f1f1;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #575760;
}

body.active {
    overflow-y: hidden;
}

.container {
    max-width: 1600px;
    position: relative;
    height: 100%;
}

.container.sml {
    max-width: 1100px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 9;
}

.icon {
    background: transparent;
}

.heading h1, .heading h2, .heading h3 {
  font-weight: inherit !important;
  text-transform: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
  margin: inherit !important;
}

.heading h1, .heading h2, .heading h3, .location h3, .title h1, .title h2 {
  font-size: inherit !important;
  font-weight: inherit !important;
  margin: inherit !important;
  text-transform: inherit !important;
}

a {
  color: #4aab3d;
}

.font2 {
  font-family: 'Ephesis', cursive;
}

.font3 {
  font-family: 'Merriweather', serif;
}

.sub {
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
}

.banner-holder {
  position: relative;
/*  background: #f7f7f7;*/
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
}

.banner-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  backdrop-filter: saturate(180%) blur(10px);
}

.banner-holder .ideal-banner {
  position: relative;
  background: white;
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-holder .ideal-banner .image-holder {
  position: relative;
  padding: 20px;
}

.banner-holder .ideal-banner .text-bit {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}

.banner-holder .ideal-banner img {
  max-height: 300px;
}

/*Questionaire*/

.mm-dynamic-input.number {
    position: relative;
}

.mm-dynamic-number input {
    padding-left: 20px; /* Adjust the padding as needed to accommodate the £ symbol */
}

.mm-dynamic-input.number::before {
    content: "£";
    position: absolute;
    left: 5px; /* Adjust the position as needed */
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #333; /* Adjust the color as needed */
}

.question-tabs .tab {
    display: none;
}

.question-tabs .tab.active {
    display: block;
}

#questionnaire-popup {
  position: relative;
  padding: 80px 0;
  text-align: center;
}

.mm-survey {
  margin-top: 75px;
  margin-bottom: 50px;
}

.mm-survey-container {
  width: 100%;
  min-height: 600px;
  background: #fafafa;
}

.mm-survey-results-container {
  width: 100%;
  min-height: 600px;
  background: #fafafa;
  padding: 5px 0px 15px;
}

.mm-survey-page {
  display: none;
  font-family: 'Raleway';
  font-weight: 100;
  padding: 40px;
}

.mm-survey-page.active {
  display: block;
}

.mm-survey-controller {
  position: relative;
    height: 60px;
    background: #333;
    padding: 12px 14px;
}

.mm-survey-results-controller {
  position: relative;
    height: 60px;
    background: #333;
    padding: 12px 14px;
}

.mm-back-btn {
  display: inline-block;
    position: relative;
    float: left;
}

.mm-prev-btn {
  display: inline-block;
    position: relative;
    float: left;
}

.mm-next-btn {
  display: inline-block;
    position: relative;
    float: right;
}

.mm-finish-btn {
  display: none;
    position: relative;
    float: right;
}

.mm-finish-btn button {
  background: #3DD2AF !important;
    color: #fff;
}

.mm-survey-controller button {
  background: #fff;
    border: none;
    padding: 8px 18px;
    font-family: 'Raleway';
    font-weight: 300;
    border-radius: 4px;
}

.mm-survey-results-controller button {
  background: #fff;
  border: none;
  padding: 8px 18px;
}

.mm-survey-progress {
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  overflow: hidden;
}

.mm-progress {
  transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
  height: 30px;
    width: 0%;
    background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}

.mm-survey-q {
  list-style-type: none;
  padding: 0px;
}

.mm-survey-q li {
  display: block;
  /*padding: 20px 0px;*/
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
}

.mm-survey-q li input {
  width: 100%;
}

.mm-survery-content label {
  width: 100%;
  padding: 10px 10px;
  margin: 0px !important;
}

.mm-survery-content label:hover {
  cursor: pointer;
}

.mm-survey-question {
  min-height: 100px;
}

.mm-survey-question p {
  font-size: 22px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 40px;
}

.mm-survery-content label p {
  display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    margin: 0px;
}

.mm-dynamic-input input, .mm-dynamic-form input, .mm-dynamic-datetime input {
  width: 100%;
    height: 52px;
    border: none;
    text-indent: 15px;
    font-size: 18px;
}

.mm-dynamic-input input:focus, .mm-dynamic-form input:focus, .mm-dynamic-datetime input:focus {
  outline: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  color: #292321;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 16px;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"] + label span {
  background-color: #333;
}

input[type="radio"]:checked + label span {
  border: 2px solid #3DD2AF;
  background: transparent;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.20s ease-in-out;
  -o-transition: background-color 0.20s ease-in-out;
  -moz-transition: background-color 0.20s ease-in-out;
  transition: background-color 0.20s ease-in-out;
}

.mm-survey-item {
  background: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(33,33,33,0.15);
    border-radius: 0px 0px 4px 4px;
}

.mm-prev-btn button:focus, .mm-next-btn button:focus, .mm-finish-btn button:focus {
  outline: none;
  border: none;
}

.mm-survey.okay .mm-next-btn {
  display: inline-block;  
}

.mm-next-btn button {
  opacity: 0.25;
}

.mm-next-btn button.ready {
  background: linear-gradient(to left, #4CB8C4, #3CD3AD);
  color: #fff;
  opacity: 1;
}

.mm-finish-btn.active {
  display: inline-block;
}

.mm-survey-results {
  display: none;
}

.mm-survey-results-score {
    /* display: none; */
    margin: 0px;
    padding: 20px 0px;
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
    text-align: center;
    font-size: 16px;
    /* font-weight: 600; */
    /* letter-spacing: -6px; */
}

.mm-survey-results-list {
  list-style-type: none;
  padding: 0px 15px;
    margin: 0px;
}

.mm-survey-results-item {
  color: #fff;
    margin-top: 10px;
    padding: 15px 15px 15px 0px;
    font-weight: 300;
}

.mm-survey-results-item.correct {
  background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}

.mm-survey-results-item.incorrect {
  background: linear-gradient(to left, #d33c62, #dc1144);
}

.mm-item-number {
  height: 40px;
  position: relative;
  padding: 17px;
  background: #333;
  color: #fff;
}

.mm-item-info {
  float: right;
}

/* Header */

.header {
  position: relative;
/*  padding-top: 120px;*/
}

.header.stuck .topper-header {
  padding-bottom: 120px;
}

.header.stuck .top-header {
  position: fixed;
  left: 0;
  top: 0;
}

.header .topper-header {
  position: relative;
  padding: 10px 0;
  background: #222;
  color: white;
}

.header .top-header {
  position: relative;
  width: 100%;
  background: white;
/*  padding: 8px 40px;*/
  background: white;
  transition: all .5s ease;
  z-index: 999;
}

.header .top-header .logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 40px;
}

.header .top-header .logo img {
  max-height: 100px;
}

.header .top-header .menu-hold {
  position: relative;
  height: 100%;
}

.header .top-header .menu-hold ul.menu {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
  padding-left: 0;
  margin-bottom: 0;
}

.header .top-header .menu-hold ul.menu li {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin: 0 10px;
}

.header .top-header .menu-hold ul.menu li a {
  padding: 5px;
  color: #222222;
  font-size: 15px;
}

.header .top-header .menu-hold ul.menu li ul.dropdown {
  position: absolute !important;
  right: 0;
  top: 50px;
  transition: all 0.5s ease;
  display: block !important;
  opacity: 0;
  border-radius: 0;
  line-height: 45px;
  padding: 14px 28px;
  height: auto;
  font-size: 15px;
  visibility: hidden;
  background: #222;
  color: white;
  border-top: 3px solid #4aab3d;
  z-index: 2;
  transform: translateY(0);
  columns: 2;
}

.header .top-header .menu-hold ul.menu li:hover > ul.dropdown {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.header .top-header .menu-hold ul.menu li ul.dropdown::before {
  position: absolute;
  content: "";
  left: 0;
  top: -40px;
  width: 100%;
  height: 40px;
  background: transparent;
  z-index: 1;
}

.header .top-header .menu-hold ul.menu li ul.dropdown li {
  float: none;
  width: 100%;
}

.header .top-header .menu-hold ul.menu li ul.dropdown li a {
  color: white;
  white-space: nowrap;
}

.header .top-header .menu-hold ul.menu li ul.dropdown li a:hover {
  color: white;
  text-decoration: none;
}

.header .top-header .menu-hold ul.menu li ul.dropdown li a::before {
  display: none;
}

.header .top-header .phone-block {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header .top-header .phone-block i {
  margin-right: 10px;
  color: #4aab3d;
}

.header .top-header a.btn {
  color: white;
  background: #4aab3d;
  text-transform: uppercase;
  padding: 20px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.header .bottom-header {
  position: relative;
  background: #363636;
  padding: 10px;
  color: white;
}

.header .bottom-header .trust-hold {
  text-align: center;
  display: block;
  color: white;
}

.header .bottom-header .trust-hold img {
  max-height: 45px;
  margin-right: 10px;
}

.scroll-button {
  padding: 5px;
  position: fixed;
  right: 40px;
  bottom: -100px;
  z-index: 99;
  color: #4aab3d !important;
  border-radius: 10%;
  transition: all 0.4s ease;
  background: white;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.header .material-icons {
  vertical-align: middle;
  font-size: 32px;
}

select {
  padding: 8px 15px;
  border-radius: 0;
  border: 1px solid #4aab3d;
  background: white;
  margin: 0 5px;
}

.location-page .block-inner {
  margin-bottom: 0;
}

.location-page .block-holder {
  margin-bottom: 30px;
}

.location-page .side-image {
  height: 100%;
}

.breadcrumb {
    background: white;
    border-radius: 0;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #222;
    margin-bottom: 0;
}

.breadcrumb a {
  color: #4aab3d;
}

th, td {
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  width: auto;
  text-transform: uppercase;
}

/*Home*/

.hero {
  position: relative;
/*  min-height: 50vh;*/
/*  height: auto;*/
  background-position: center;
  background-size: cover;
  z-index: 9;
  padding: 120px 80px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border: 1px solid #f7f7f760;
}

.hero .overlay {
  position: relative;
  text-align: center;
  z-index: 99;
}

.hero .overlay .main {
  font-size: 55px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.hero .overlay .main h1 {
  font-size: inherit;
  line-height: inherit;
}

.about {
  padding: 120px 0;
/*  background: #f8f8f8;*/
}

.about .hold {
  height: 100%;
  position: relative;
}

.about .hold .side-image1 {
  height: 90%;
  width: 80%;
  background-position: center;
  background-size: cover;
}

.about .hold .side-image2 {
  position: absolute;
  height: 50%;
  width: 40%;
  right: 10%;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.icon-text {
  position: relative;
}

.icon-text .icon-hold {
  float: left;
  margin-right: 40px;
  height: 100px;
}

.icon-text .icon-hold i {
  font-size: 54px;
}

.why {
  position: relative;
/*  padding: 80px 0;*/
  background-color: #222;
  color: white;
}

.why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-image: url(../img/bg-pattern.png);
}

.why .text-hold {
  padding: 120px 0;
  padding-left: 35%;
}

.why .side-hold {
  position: relative;
  height: 80%;
  width: 100%;
}

.why .side-hold .row,
.why .side-hold .row div {
  height: 100%;
}

.why .side-hold .slim {
  height: 100%;
  background: #4aab3d;
  color: white;
  display: flex;
  align-content: baseline;
  flex-wrap: wrap-reverse;
  padding: 20px;
}

.why .side-hold .slim p {
  margin-bottom: 0;
}

.why .side-hold .side-image {
  height: 100%;
  background-position: center;
  background-size: cover;
}

.why i {
  color: #4aab3d;
}

.banner {
  position: relative;
  padding: 40px;
  text-align: center;
  background-position: center;
  background-size: cover;
  z-index: 9;
  color: white;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  z-index: -1;
}

.banner::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border: 1px solid #f7f7f760;
  z-index: -1;
}

.banner .overlay {
  padding: 80px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
}

.services {
  position: relative;
  padding: 120px 0;
  z-index: 9;
}

.services .row {
  justify-content: center;
}

.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f7f7f7;
  z-index: -1;
}

.services .service {
  padding: 20px;
  border: 1px solid #aeaeae;
  background: white;
  margin: 15px 0;
}

.services .service .image {
  position: relative;
  height: 250px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.services .service .image .icon {
  position: absolute;
  bottom: 0;
  right: 10%;
  padding: 10px 20px;
  background: #4aab3d;
  color: white;
  display: inline-block;
  font-size: 42px;
}

.services .service .title {
  min-height: 75px;
}

.services .service .content-hold {
/*  display: flex;*/
}

.services .service .content-hold .content {
/*  flex-basis: 100%;*/
}

.services .service p {
  min-height: 100px;
}

.projects {
  padding: 120px 0;
}

.projects .project {
  position: relative;
  height: 450px;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: all .5s ease;
}

.projects .project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: all .5s ease;
}

.projects .project:hover::before {
  opacity: 0.6;
}

.projects .project .overlay {
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 40px;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}

.projects .project:hover .overlay {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.projects .project .overlay .title {
  color: white;
  margin-bottom: 5px;
}

.projects .project .overlay {
  color: #4aab3d;
  text-transform: uppercase;
}

.contact-block {
  position: relative;
}

.contact-block .form-hold,
.contact-block .faq-hold {
  position: relative;
  padding: 120px 0;
}

.contact-block .form-hold {
  padding-left: 35%;
  padding-right: 10%;
  background-position: center;
  background-size: cover;
}

.contact-block .form-hold::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.9;
}

.contact-block .form-hold .form-inner {
  padding: 40px;
  background: #222;
  z-index: 9;
  position: relative;
  display: block;
  color: white;
  border-top: 5px solid #4aab3d;
}

.contact-block .faq-hold {
  padding-left: 80px;
  padding-right: 80px;
}

.accreds {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.accreds img {
  max-height: 120px;
}

/*Defaults*/

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0;
}

.accordion .panel.first {
  display: block;
}

.accordion:focus {
  outline: unset; 
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel {
  padding: 20px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.form-control {
  border-radius: 0;
  padding: 5px;
  background: transparent;
  border: 1px solid #aeaeae60;
}

.table-section {
  padding: 80px 0;
  background: #f1f1f1;
}

table {
  text-align: center;
}

table th,
table tr {
  padding: 20px;
}

table th {
  background: #222;
  color: white;
  border-color: #222;
  text-transform: unset;
}

table tr td:first-child {
  background: #4aab3d;
  border-color: #4aab3d;
  color: white;
}

table tr td {
  border-color: #b2b2be;
  border-width: 1px;
}

.thin-banner {
  height: 60px;
}

.text_only {
  padding: 80px 0;
  text-align: center;
}

.default-text ul {
  padding-left: 0;
}

.default-text ul li:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #4aab3d;
  margin-right: 1rem;
  font-size: 22px;
}

.default-text ul li {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 1rem;
}

.default-text ul {
  margin-left: 0;
  list-style-type: none;
}

.default-block {
  padding: 40px 0;
}

.default-block.bb {
  border-bottom: 3px solid #f1f1f1;
}

.default-block i {
  font-size: 20px;
  color: white;
  background: #4aab3d;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-block img {
  margin: 10px 0;
}

.default-block h4 {
  margin: 20px 0;
}

.default-text ul {
  padding-left: 0;
}

.default-text ul li:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #4aab3d;
  margin-right: 1rem;
}

.default-text ul li {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 1rem;
}

.default-text ul {
  margin-left: 0;
  list-style-type: none;
}

.btn {
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 0;
  background-color: #4aab3d;
  color: #fff;
  font-weight: 700;
}

.btn.white {
  background-color: white;
  color: #4aab3d;
}

.sub {
  font-size: 16px;
  text-transform: uppercase;
  color: #4aab3d;
}

.heading,
h1,h2,h3 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2em;
  text-transform: none;
}

.heading,
h1,h2,h3,h4,h5 {
  font-weight: 700;

}

.heading.alt {
  color: #4aab3d;
}

.title {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 700;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 5px;
    content: "";
    background: white;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}

.slick-dots li button::before {
  opacity: .4;
  color: #fff;
}

.slick-dots li.slick-active button::before {
  opacity: .9;
  color: #fff;
  height: 10px;
}

.slick-next, .slick-prev {
    width: 42px;
    height: 55px;
}

.slick-next::before, .slick-prev::before {
  display: none;
}

p.notice {
  padding: 10px;
  border: 1px solid #ececec;
}

p.notice .material-icons {
  width: 23px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #4aab3d;
  font-size: 23px;
}

/*Footer*/

.footer {
  position: relative;
  border-top: 5px solid #4aab3d;
  color: white;
}

.footer .top-footer {
  padding: 40px 0;
  background: #222;
}

.footer .footer-heading {
  font-weight: 700;
  color: #4aab3d;
  font-size: 20px;
  margin-bottom: 12px;
}

.footer a {
  color: white;
}

.footer ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer ul li {
  list-style: none;
}

.footer ul.partner-ul {
  columns: 3;
}

.footer ul.contact li {
  margin: 15px 0;
}

.footer ul.contact li i {
  color: #4aab3d;
}

.footer ul.social {
  display: flex;
  justify-content: left;
}

.footer ul.social li {
  margin: 0 10px;
}

.footer ul.social li a {
  margin: 0 10px;
}

.footer ul.social li a .icon-hold {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4aab3d;
  color: white;
  font-size: 20px;
}

.footer .bottom-footer {
  background: #111;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

.footer .bottom-footer a {
  color: #4aab3d;
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    ul {
        padding-left: 0;
    }

    .top-header .logo {
      display: none;
    }

    .top-header {
        display: none;
    }

    .header .bottom-header {
        position: fixed;
        z-index: 99999;
        width: 100%;
        background: #222222;
        top: 0;
    }

    .header .logo {
        text-align: left !important;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #b99531;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .bottom-header ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
        text-align: center;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        text-align: center;
    }
    
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
  .banner-holder {
        padding: 20px;
    }

    .banner-holder .ideal-banner .text-bit {
        display: block;
    }

    .banner-holder .text-bit .hold {
        padding: 20px 10px;
    }
}

@media (max-width: 400px) {

}
