@font-face {
  font-family: "Tahoma";
  src: url("../fonts/Tahoma.eot");
  src: url("../fonts/Tahoma.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Tahoma.woff2") format("woff2"),
    url("../fonts/Tahoma.woff") format("woff"),
    url("../fonts/Tahoma.ttf") format("truetype"),
    url("../fonts/Tahoma.svg#Tahoma") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahoma";
  src: url("../fonts/Tahoma-Bold.eot");
  src: url("../fonts/Tahoma-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Tahoma-Bold.woff2") format("woff2"),
    url("../fonts/Tahoma-Bold.woff") format("woff"),
    url("../fonts/Tahoma-Bold.ttf") format("truetype"),
    url("../fonts/Tahoma-Bold.svg#Tahoma-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham Medium Regular.eot");
  src: url("../fonts/Gotham Medium Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Gotham Medium Regular.woff2") format("woff2"),
    url("../fonts/Gotham Medium Regular.woff") format("woff"),
    url("../fonts/Gotham Medium Regular.ttf") format("truetype"),
    url("../fonts/Gotham Medium Regular.svg#Gotham Medium Regular")
      format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book_1.eot");
  src: url("../fonts/Gotham-Book_1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book_1.woff2") format("woff2"),
    url("../fonts/Gotham-Book_1.woff") format("woff"),
    url("../fonts/Gotham-Book_1.ttf") format("truetype"),
    url("../fonts/Gotham-Book_1.svg#Gotham-Book_1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/Gotham-Light.ttf") format("truetype"),
    url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamBlack.woff2") format("woff2"),
    url("../fonts/GothamBlack.woff") format("woff"),
    url("../fonts/GothamBlack.ttf") format("truetype"),
    url("../fonts/GothamBlack.svg#GothamBlack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GrandHotel-Regular";
  src: url("../fonts/GrandHotel-Regular.eot");
  src: url("../fonts/GrandHotel-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GrandHotel-Regular.woff2") format("woff2"),
    url("../fonts/GrandHotel-Regular.woff") format("woff"),
    url("../fonts/GrandHotel-Regular.ttf") format("truetype"),
    url("../fonts/GrandHotel-Regular.svg#GrandHotel-Regular") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}
input[type="file"] {
  cursor: pointer;
}
input::-moz-focus-inner {
  border: 0;
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  outline: none;
}
select::-moz-focus-inner {
  border: 0;
  outline: none;
}
option::-moz-focus-inner {
  border: 0;
  outline: none;
}
a::-moz-focus-inner {
  border: 0;
  outline: none;
}
button,
a {
  border: 0;
  outline: none;
}
button:focus,
select:focus,
option:focus,
button:active,
select:active,
option:active,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner {
  outline: none;
  border: none;
}
html body {
  padding: 0;
  margin: 0;
  /* background: #fff url(../images/bodyBg.jpg) repeat-x left top;*/
  font-size: 12px;
  font-family: Tahoma;
  color: #000000;
  background: #fff;
}
html {
  overflow-x: hidden;
}
*::-moz-selection {
  color: #fff;
  background: #3b3de9;
}
*::-webkit-selection {
  color: #fff;
  background: #3b3de9;
}
*::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}
*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body a {
  outline: none;
  color: #333;
  text-decoration: none !important;
}
body a:hover {
  color: #1d8629;
}
body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}
body .clearfix {
  height: auto;
}
* {
  outline: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clr::after,
ul::after,
.clearfix::after,
li::after,
.grve-container::after {
  clear: both;
  display: block;
  content: "";
}
div input,
div select,
div textarea,
div button {
  font-family: "Tahoma";
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: "Tahoma";
  line-height: 120%;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
}
body h1 {
  font-size: 24px;
}
body h2 {
  font-size: 22px;
}
body h3 {
  font-size: 18px;
}
body h4 {
  font-size: 16px;
}
body h5 {
  font-size: 14px;
}
body h6 {
  font-size: 12px;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
}
div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div select option {
  font-size: 13px;
  color: #333;
  padding: 2px 5px;
  font-family: "Tahoma";
}
img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
body p {
  font-size: 12px;
  font-family: Tahoma;
  color: #000000;
  line-height: 120%;
  margin: 0 0px;
  padding: 0;
  text-align: initial;
  letter-spacing: 0;
}
body p:empty {
  margin: 0;
  line-height: 0;
}
body p:last-child {
  margin-bottom: 0;
}
p strong {
  font-weight: bold;
}
.color-white p {
  color: #fff;
}
.a-left p {
  text-align: left;
}
.a-right p {
  text-align: right;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.a-center {
  text-align: center;
}
.a-center p {
  text-align: center;
}
label em,
label .required {
  color: #ff0000;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  margin-left: 5px;
}
.hidden {
  display: none !important;
}
iframe {
  display: block;
  width: 100%;
}
.gm-style img {
  max-height: inherit;
  max-width: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: transparent;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}
body .container,
body .grve-container {
  width: 100%;
  max-width: 954px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  float: none;
}
body .container .container {
  padding-left: 0;
  padding-right: 0;
}
/*scroll Hide*/
html.menu-open,
html.video-popup-open,
html.no-scroll {
  overflow: hidden;
}
html.menu-open body,
html.video-popup-open body,
html.no-scroll body {
  overflow: hidden;
}
html.video-popup-open {
  height: 100%;
}
/*Default-CSS close*/
/*wpadminbar*/
html[lang] {
  margin-top: 0 !important;
}
body #wpadminbar {
  display: none;
}
/*wpadminbar*/
/*Home page*/
body .wpb_content_element,
body .grve-element {
  margin-bottom: 0px;
}
html .fancybox-nav span {
  display: none;
}
html .fancybox-nav {
  background: #d71e26;
  border: 0;
  bottom: 0;
  color: #fff;
  font-size: 36px;
  height: 46px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  line-height: 46px;
  margin: auto -85px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}
html .fancybox-nav:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
html .fancybox-nav::before {
  content: "";
  display: block;
  font-family: FontAwesome;
}
html .fancybox-nav::after {
  display: none;
}
html .fancybox-nav.fancybox-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 40px;
}
html .fancybox-close {
  background: #d71e26;
  border-radius: 50%;
  box-shadow: 0 0 10px -3px #333;
  color: #fff;
  font-size: 36px;
  height: 36px;
  line-height: 35px;
  margin: -15px;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 36px;
}
html .fancybox-close::before {
  content: "×";
  display: block;
}
html .fancybox-close::after {
  display: none;
}
html .fancybox-close:hover {
  color: #fff;
  background: #000;
}
.owl-carousel {
  list-style: none;
  margin: 0;
}
html .owl-carousel .owl-item img {
  width: auto;
}
html body .owl-nav.disabled {
  display: block !important;
}
html .owl-carousel .owl-nav button {
  bottom: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 40px;
  margin: auto -70px;
  position: absolute;
  top: 0;
  width: 40px;
  background: #fff !important;
  transition: 0.5s all !important;
  border: 1px solid #ddd !important;
  border-radius: 100%;
  font-family: fontawesome !important;
  color: #222 !important;
  font-size: 22px !important;
  text-decoration: none !important;
}
html .owl-carousel .owl-nav button::before {
  content: "\f104";
}
html .owl-carousel .owl-nav button > span {
  display: none;
}
html .owl-carousel .owl-nav button:hover {
  background: #d51d25 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #d51d25 !important;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.owl-carousel .owl-nav div:hover {
  background: #000;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]),
.wpcf7-form select,
.wpcf7-form textarea {
  border: 1px solid #000000;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0 20px;
  resize: none;
  width: 100%;
  background: #fff;
  font-family: "Gotham";
}
.wpcf7-form
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"])::-webkit-input-placeholder,
.wpcf7-form select::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.wpcf7-form
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"])::-moz-placeholder,
.wpcf7-form select::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.wpcf7-form
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"])::-ms-input-placeholder,
.wpcf7-form select::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.wpcf7-form
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"])::-o-input-placeholder,
.wpcf7-form select::-o-input-placeholder,
.wpcf7-form textarea::-o-input-placeholder {
  color: #666;
  opacity: 1;
}
.wpcf7-form
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]),
.wpcf7-form select {
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}
.wpcf7-form
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]) {
  line-height: normal;
}
.wpcf7-form select {
  line-height: 50px;
}
html .wpcf7-form textarea {
  height: 110px;
  line-height: 140%;
  padding: 10px 20px 10px 20px;
  resize: none;
  color: #000;
}
.wpcf7-form
  input.wpcf7-not-valid:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]),
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #ff0000 !important;
}
body .wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: left;
  color: red;
}
body .wpcf7-response-output {
  clear: both;
  margin: 20px 0 0;
  width: 100%;
  border: 2px solid #333;
  text-align: center;
  background: #fff;
  color: #333;
  line-height: 120%;
  font-size: 15px;
  padding: 5px 10px;
}
body .wpcf7-response-output.wpcf7-validation-errors,
body .wpcf7-response-output.wpcf7-mail-sent-ng,
body .wpcf7-response-output.wpcf7-spam-blocked {
  border-color: #ff0000;
  color: #ff0000;
}
body .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid green;
  color: #008000;
  /* text-transform: capitalize; */
  padding: 5px 10px;
}
body div.wpcf7 .ajax-loader {
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 4px -1px #333;
  display: inline-block;
  height: 20px;
  margin: 16px -30px 0 10px;
  padding: 2px;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.wpcf7-submit {
  background: #fd1902;
  border: 0 none;
  border-radius: 50px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  font-family: "Rubik";
  font-size: 24px !important;
  font-weight: 500;
  height: 50px;
  letter-spacing: normal;
  line-height: normal;
  padding: 0 35px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  vertical-align: top;
}
.wpcf7-submit:hover {
  background: #000;
  color: #fff;
}
.g-recaptcha > div {
  margin: 0 auto;
}
.g-recaptcha.error > div {
  border: 1px solid #ff0000;
}
.submit-btn-wrap {
  text-align: center;
}
/*CMS page close*/
/*404 page*/
html .error404 #site-content {
  padding: 60px 0;
}
.section-inner.thin.error404-content {
  max-width: 540px;
  width: 100%;
}
html .error404 .main-title {
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
  text-transform: capitalize;
}
.error-404.not-found .grve-subtitle {
  font-size: 18px;
  color: #666 !important;
  text-align: center;
}
.error-404.not-found .content-element.main_btn,
html .error404 .content-element.read-more {
  text-align: center;
}
.content-element.read-more .button {
  text-decoration: none !important;
  padding: 0 40px !important;
  font-weight: normal;
}
.error-404.not-found .main-title h2 {
  margin: 0 0 15px !important;
}
html .error404 section.content-area {
  padding-bottom: 300px;
}
/*404 page close*/
/***top to bottom*/
html .top-btn {
  display: inline-block;
  position: fixed;
  right: 15px;
  bottom: 60px;
  background: #fa58bc;
  border: 3px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 2px #ffffff inset;
  font-weight: bold;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transition-duration: 0.5s;
  width: 46px;
  height: 46px;
  line-height: 40px;
  cursor: pointer;
  z-index: 99;
  border-radius: 100%;
  font-size: 0;
  color: #fff !important;
  text-decoration: none !important;
}
html .top-btn::before {
  content: "\f106";
  font-family: fontawesome;
  font-size: 30px;
}
html .top-btn:hover {
  background: #056f44;
}
/***top to bottom*/
.section-gapping {
  padding-top: 50px;
  padding-bottom: 50px;
}
html .container .vc_column-inner {
  padding: 0;
}
html .container .vc_column-inner .vc_row {
  margin: 0;
}
/************homepage start**************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  margin: 0;
  line-height: normal;
}
html .widget-area {
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: block;
}
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content
  > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
[class*="inner-container"]
  > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
  margin-top: 0;
  margin-bottom: 0;
}
.site-main > article > :first-child,
.site-main > .not-found > :first-child,
.entry-content > :first-child,
[class*="inner-container"] > :first-child,
.wp-block-template-part > :first-child {
  margin-top: 0;
  margin: 0;
}
html body.home main section.vc_section:first-child {
  padding: 0;
}
html #main {
  padding: 0;
}
html header.site-header {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  display: block;
  max-width: 100%;
  float: none;
  background: url("../images/header-menu-bg.png") repeat-x left top #fff;
}
.mainheader-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 11px;
}
.header-wrap ul li.login {
  margin-top: 20px;
}
.header-wrap-all li.login a,
.header-wrap-all li.login a:focus {
  background: url("../images/login.jpg") no-repeat;
  font-size: 0;
  width: 125px;
  height: 52px;
  display: block;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.site-logo {
  margin: 0 !important;
}
nav.primary-navigation .primary-menu-container > ul > .menu-item > a {
  font-size: 16px;
  font-weight: normal;
  color: #e2f1fc;
  display: block;
  background: url("../images/navright.jpg") no-repeat right top;
  height: 37px;
  padding: 10px 14px 0;
  display: block !important;
  cursor: pointer;
  font-family: "Tahoma";
  transition: none !important;
}
nav.primary-navigation .primary-menu-container > ul > .menu-item {
  background: url("../images/navLeft.jpg") no-repeat left top;
  text-decoration: none;
  float: left;
  margin: 0 5px;
  display: block;
}
nav.primary-navigation .primary-menu-container > ul > .menu-item:hover,
nav.primary-navigation
  .primary-menu-container
  > ul
  > .menu-item.current_page_item {
  background: url("../images/navLeftHover.jpg") no-repeat left top;
}
nav.primary-navigation .primary-menu-container > ul > .menu-item:hover > a,
nav.primary-navigation
  .primary-menu-container
  > ul
  > .menu-item.current_page_item
  > a {
  background: url("../images/navrightHover.jpg") no-repeat right top;
}
nav.primary-navigation .primary-menu-container {
  margin-right: 0;
  margin-left: 0;
}
header.entry-header.alignwide {
  padding: 0;
  border: 0;
}
.entry-content {
  margin: 0 !important;
}
.vc_row {
  max-width: initial !important;
}
.wpb_single_image.vc_align_left {
  text-align: center !important;
}
.site-main .entry-content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.site-main .search-btn-wrap {
  padding: 40px 0 23px;
}
.search-btn-wrap .search-form {
  background: url("../images/search_bg.jpg") top left no-repeat;
  height: 88px;
  padding: 22px 0 0 188px;
  vertical-align: top;
  max-width: 100%;
  background-size: 100% 100%;
}
.search-btn-wrap .search-form .search-field {
  background: url("../images/search_textbox.jpg") top left no-repeat;
  width: 350px;
  height: 42px;
  padding: 5px 0 0 40px;
  border: 1px solid transparent;
  font-family: Tahoma;
  font-size: 28px;
  color: #666666;
  flex-grow: initial;
  margin: 0;
  box-shadow: none;
}
.search-btn-wrap .search-form .search-submit {
  background: url("../images/search_button.png") center center no-repeat;
  border: none;
  height: 26px;
  width: 79px;
  padding: 0px;
  font-size: 0px;
  margin: 9px 11px;
}
.site-main .blueText {
  font-size: 23px;
  color: #098ce2;
  padding: 35px 0 15px 15px;
  font-weight: normal;
}
.site-main .pindex {
  padding-bottom: 20px;
  padding-left: 15px;
}
.site-main p.blackText {
  font-size: 17px;
  color: #333;
  line-height: 25px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.site-main .blueText2,
.img-content-wrap .text-wrap p.blueText2 {
  color: #098ce2;
  font-size: 21px;
}
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none;
  text-decoration: none;
  text-decoration-skip-ink: none;
  background: initial;
}
.img-content-wrap .text-wrap p {
  font-size: 14px;
  line-height: 130%;
}
.popup-img-wrap .our-item {
  width: 33.33%;
  float: left;
  margin-top: 10px;
}
.popup-img-wrap .container > .vc_column-inner {
  padding-left: 1px;
}
.popup-img-wrap p.blueText {
  font-size: 26px;
  color: #098ce2;
  position: relative;
  padding: 10px 0 8px 74px;
  margin-top: 2px;
}
.popup-img-wrap p.blueText::before {
  content: "";
  background: url("../images/img8.png") no-repeat scroll 0 0 transparent;
  position: absolute;
  top: 10px;
  left: 21px;
  height: 32px;
  width: 32px;
}
.popup-img-wrap .container {
  background: url("../images/footer.jpg") no-repeat center top;
  border-radius: 0 0px 20px 20px;
  padding-bottom: 17px;
  /*background-size: 100% auto;*/
}
body footer#colophon {
  margin: -244px auto 0;
  background: url("../images/footerBg.jpg") repeat-x left bottom;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding: 244px 0 0 0;
  width: 100%;
  max-width: 100%;
}
footer .footer-details {
  display: flex;
  padding: 18px 0 37px 40px;
}
body footer.site-footer > *,
body footer .widget-area > * {
  margin-top: 0;
  margin-bottom: 0;
}
footer #menu-footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #menu-footer-menu li > a {
  color: #fff;
  font-size: 12px;
  font-family: "Tahoma";
  text-decoration: none;
}
footer #menu-footer-menu li > a:hover {
  text-decoration: underline !important;
}
footer #menu-footer-menu > li {
  position: relative;
  margin: 0 10px;
  min-height: auto;
  line-height: 100%;
}
footer #menu-footer-menu > li::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 7px;
  right: -10px;
}
footer #menu-footer-menu > li:last-child::before {
  display: none;
}
footer .site-info .footer-copyright p,
footer .contect-details-box4 p {
  font-size: 11px;
  font-family: Arial;
  color: #098ce2;
}
footer .site-info .footer-copyright p a,
footer .contect-details-box4 p a {
  color: #098ce2 !important;
}
footer .site-info .footer-copyright p a:hover,
footer .contect-details-box2 p > a:hover,
footer .contect-details-box4 p a:hover {
  text-decoration: underline !important;
}
footer .contect-details-box2 {
  display: flex;
  padding: 14px 0 0 120px;
}
footer .contect-details-box2 .widget_text {
  padding: 14px 0;
  margin-left: -50px;
}
footer .contect-details-box2 p {
  font-size: 18px;
  color: #45b0f8;
  margin: 0 0 6px;
}
footer .contect-details-box2 p > a {
  color: #fff !important;
}
.bottom-footer .contect-details-box4 {
  float: right;
}
.bottom-footer .footer-copyright {
  float: left;
}
.bottom-footer {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 26px;
  padding-top: 10px;
}
footer.site-footer > .site-info {
  padding: 0;
  border: none;
  font-family: "Tahoma";
  color: #fff;
  font-size: 14px;
  line-height: 100%;
}
.img-content-wrap .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
}
body .site-main .img-content-wrap.container {
  max-width: 924px !important;
  background: url("../images/blueBg.jpg") repeat-x left top;
  border-radius: 15px 15px 0 0;
  margin-top: 0px;
}
.img-content-wrap.container > .vc_row-fluid > .vc_col-sm-6:first-child {
  width: 71.5%;
  padding: 15px 20px 1px;
}
.img-content-wrap.container .mobile-img-wrap {
  width: 26%;
}
.img-content-wrap.container .price-sms > .vc_column_container {
  background: url("../images/pricesms_bg.png") no-repeat right top;
  width: 508px;
  height: 89px;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: right;
}
.img-content-wrap.container .price-sms p {
  color: #78b224;
  font-size: 40px;
  font-family: Verdana;
  font-weight: bold;
  margin: 0 140px 0 0;
  padding: 0;
  text-align: right;
}
.img-content-wrap.container .content-wrap p:first-child {
  color: #f27e0a;
  font-size: 21px;
}
.img-content-wrap .images-wrap,
.img-content-wrap .image-wrap.vc_col-sm-6 {
  width: 22.6%;
}
.img-content-wrap.container .text-wrap,
.img-content-wrap.container .content-wrap {
  width: 77.4%;
  padding-top: 7px;
}
.img-content-wrap .images-wrap .wpb_single_image.vc_align_left {
  text-align: left !important;
}
body.fancybox-active,
body.compensate-for-scrollbar {
  overflow: hidden;
  pointer-events: none;
}
.fancybox-container .fancybox-inner {
  max-height: initial;
  width: 100%;
  margin: auto;
  z-index: 9;
  text-align: center;
  background: #fff;
  max-width: 813px;
  border: 1px solid black;
  top: 5%;
  left: 20%;
  right: auto;
  padding: 0 30px 80px;
  height: auto;
  overflow: visible;
  bottom: auto;
}
.fancybox-image,
.fancybox-spaceball {
  width: 92%;
}
.fancybox-container .fancybox-slide--image .fancybox-content {
  right: auto;
  margin: auto !important;
  top: auto;
  transform: none !important;
  bottom: auto;
  height: auto !important;
  width: auto !important;
  overflow: auto;
  pointer-events: auto;
  position: relative;
  transform-origin: initial !important;
}
.fancybox-container .fancybox-image {
  margin: auto;
  width: 100%;
  min-width: initial;
  height: initial;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.fancybox-container .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}
.fancybox-infobar,
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-toolbar .fancybox-button--close {
  display: block !important;
  top: 0;
  right: 0;
  background: url("../images/close_icon.png") no-repeat scroll 0 0 transparent;
  color: #fff;
  border: none;
  pointer-events: visible;
  padding: 0;
  height: 36px;
  width: 36px;
}
.fancybox-toolbar .fancybox-button--close:hover {
  opacity: 0.8;
}
.fancybox-toolbar .fancybox-button--close svg {
  display: none;
}
.fancybox-container .fancybox-toolbar {
  right: 30px;
  top: auto;
  bottom: 30px;
}
.img-content-wrap.container
  > .vc_row-fluid
  > .vc_col-sm-6:first-child
  .vc_row-fluid {
  padding-top: 15px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #333;
}
.img-content-wrap.container
  > .vc_row-fluid
  > .vc_col-sm-6:first-child
  .vc_row-fluid:last-child {
  border-bottom: none;
}
.img-content-wrap.container .text-wrap p:first-child {
  color: #098ce2;
  font-size: 21px;
}
.img-content-wrap.container
  > .vc_row-fluid
  > .vc_col-sm-6:first-child
  .vc_row-fluid:last-child
  p:first-child {
  color: #f27e0a;
  font-size: 21px;
  padding: 0 0 0px;
  margin-top: 4px;
}
.img-content-wrap.container
  > .vc_row-fluid
  > .vc_col-sm-6:first-child
  .vc_row-fluid:last-child
  p:last-child {
  font-size: 12px;
}
body .site-main .img-content-wrap.container::before {
  content: "";
  position: absolute;
  width: calc(100% - 47px);
  border-bottom: 1px dotted #333;
  height: 1px;
  bottom: 0;
  left: 15px;
}
.content-wrap .wpb_content_element p:nth-child(3) {
  padding-bottom: 34px;
}
.img-content-wrap.container .mobile-img-wrap .wpb_single_image.vc_align_left {
  text-align: left !important;
  margin-top: 0px;
  margin-left: 34px;
}
body .site-main .img-content-wrap.container > .vc_row-fluid {
  background: url("../images/blueTop.jpg") no-repeat left top;
}
body:not(.home) footer#colophon {
  margin: 0px 0 0;
  padding: 0;
  background: url("../images/footerBg2.jpg") repeat-x left bottom;
}
.error-404 .smart-btn {
  text-align: center;
  padding-bottom: 20px;
}
.error-404 h1.page-title {
  font-size: 120px;
  font-weight: bold;
  font-family: "Tahoma";
}
.error-404 .smart-btn a,
.error-404 .smart-btn a:focus {
  background: #f27e0a !important;
  color: #fff;
  border: 1px solid #f27e0a;
  border-radius: 10px;
  padding: 11px 30px;
  font-family: "Tahoma";
  font-size: 16px;
  font-weight: bold;
}
.error-404 .smart-btn a:hover {
  background: #000 !important;
  border-color: #000;
}
body .site-footer > *,
body .widget-area > * {
  margin-top: 0;
  margin-bottom: 0;
}
.site-main header.page-header.alignwide {
  display: none;
}
.site-main .error-404.not-found {
  margin: 0 auto;
  padding: 60px 15px 0;
  text-align: center;
  max-width: 954px;
}
.site-main .error-404.not-found p {
  text-align: center;
  margin: 25px auto;
  padding: 0;
}
.site-main .error-404.not-found .page-content p:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
}
.site-main .error-404.not-found .page-content p:nth-child(3) {
  font-size: 20px;
}
body .banner-img-wrap {
  background: url("../images/top-banner-bg.png") repeat-x left top transparent;
}
/* body .banner-img-wrap::before {
    content: "";
    background: url("../images/main-content-bg.png") repeat-x left top transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    height: 201px;
    width: 100%;
} */
footer .contect-details-box2 {
  position: relative;
}
footer .contect-details-box2::before {
  content: "";
  background: url("../images/footer-shadow.png") repeat-x left top transparent;
  position: absolute;
  left: -21px;
  top: -18px;
  height: 152px;
  width: 90px;
  z-index: 1;
}
div#custom-footer-menu-widget-page2 {
  position: relative;
  z-index: 5;
}
.fancybox-container .fancybox-slide--image {
  overflow: visible;
  padding: 0;
  left: auto;
  height: auto;
  position: relative;
  bottom: auto;
  top: auto;
}
.fancybox-container .fancybox-stage {
  overflow: visible;
  transform: none;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}
body .fancybox-is-open .fancybox-bg {
  display: none;
}
.popup::before {
  opacity: 0.5;
  visibility: visible;
}
html::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 9999;
}
body .fancybox-container {
  position: absolute;
}
body.fancybox-active,
body.compensate-for-scrollbar {
  overflow: auto;
  pointer-events: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .search-btn-wrap .search-form .search-field {
      line-height: 42px;
      padding: 0 0 0 40px;
    }
    footer .contect-details-box2 .widget_text {
      margin-left: 0;
    }
  }
}
/*1-4-2021*/
/*.error404 .innerpage-banner.container {
    max-width: 100%;
    padding: 0;
}*/
html.popup {
  /*overflow: hidden;*/
}
.error404 .error404-banner-wrap {
  background: url("../images/top-banner-bg.png");
}
/* ----21-04-2021------ */
/* ------how-booking-system-works-------- */
.booking-system-warp {
  padding-top: 20px;
  padding-bottom: 50px;
}
.booking-system-warp .blueText {
  padding: 3px 0 5px 2px;
}
.booking-system-warp p {
  padding: 10px 0px 10px 0px;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
}
.booking-system-warp p:first-child,
.booking-system-warp p:nth-child(4),
.booking-system-warp p:nth-child(8) {
  color: #4b0082;
  font-size: 16px;
  font-weight: bold;
}
/* --------cost-page------- */
.cost-section-warp {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cost-section-warp .blueText {
  padding: 5px 0 5px 0px;
}
.cost-section-warp p {
  padding: 2px 0px 5px 0px;
  font-size: 13px;
  line-height: 150%;
  text-align: justify;
}
.cost-section-warp p:first-child,
.cost-section-warp p:nth-child(3) {
  font-size: 16px;
  font-weight: bold;
}
/* ------how-mot-reminder-works-page----- */
.how-mot-reminder-works-warp {
  padding-top: 50px;
  padding-bottom: 50px;
}
.how-mot-reminder-works-warp .blueText {
  padding: 5px 0 5px 0px;
}
.how-mot-reminder-works-warp p {
  padding: 10px 0px 10px 0px;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
}
.how-mot-reminder-works-warp p:first-child {
  color: #4b0082;
  font-weight: bold;
  font-size: 15px;
}
/* ------about-us-page-------- */
.about-us-warp {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-us-warp .blueText {
  padding: 5px 0 5px 0px;
}
.about-us-warp p {
  padding: 10px 0px 10px 0px;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
}
/* ----contact-us-page----- */
.contact-us-warp {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-us-warp .blueText {
  padding: 5px 0 5px 0px;
}
.contact-us-warp .fom-content span {
  color: #4b0082;
}
.contact-us-warp .fom-content span {
  color: #4b0082;
  font-weight: bold;
  font-size: 15px;
  font-family: "Tahoma";
  padding-bottom: 20px;
  display: block;
}
.contact-us-warp .full-filed {
  padding-top: 5px;
  padding-bottom: 20px;
}
.contact-us-warp > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.5);
  padding: 25px 25px;
  border-radius: 10px;
}
.contact-us-warp .full-filed label {
  color: #666;
  margin: 0;
  padding-bottom: 11px;
  display: block;
  padding-left: 10px;
}
.contact-us-warp .full-filed br {
  display: none;
}
.contact-us-warp .full-filed input,
.contact-us-warp .full-filed select,
.contact-us-warp .full-filed textarea {
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
}
.contact-us-warp .full-filed textarea.wpcf7-not-valid {
  border: 1px solid red !important;
}
.contact-us-warp .full-filed select.wpcf7-not-valid {
  border: 1px solid red !important;
}
.contact-us-warp .recaptcha {
  display: table;
  margin: 0px auto;
}
.contact-us-warp .submit-btn {
  text-align: center;
  margin-top: 20px;
}
.contact-us-warp .submit-btn input {
  height: 100%;
  width: auto;
  padding: 10px 30px;
  border-radius: 10px;
  color: white;
  background: #e67613;
  border: none;
  font-size: 20px !important;
  font-family: "Tahoma";
  font-weight: bold;
}
.contact-us-warp .submit-btn input:hover,
.contact-us-warp .submit-btn input:focus {
  background: #0d517e !important;
  color: white !important;
}
.mot-booking-form-section form .main-date-calender,
body .site .table-wrap-blue {
  border: 5px solid #81aecb;
  border-radius: 10px;
  background: #286a95;
  padding: 30px 8px;
  margin: 0 auto 18px !important;
  max-width: 500px;
}
.mot-booking-form-section form > div {
  margin-bottom: 6px;
  position: relative;
}
.mot-booking-form-section form input:not([type="submit"]),
.mot-booking-form-section form select,
.mot-booking-form-section form textarea {
  height: auto;
  width: 100%;
  line-height: 38px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #fff;
  font-family: "Tahoma";
  font-weight: normal;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 20px;
}
.mot-booking-form-section form input:not([type="submit"]):focus {
  outline: 1px solid #fff;
}
body table,
body .wp-block-table {
  min-width: initial;
}
.mot-booking-form-section form table {
  color: #fff;
  font-family: "Tahoma";
  font-size: 13px;
}
.mot-booking-form-section form label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Tahoma";
  color: #fff;
  display: block;
  text-align: left;
}
.mot-booking-form-section form table td,
.mot-booking-form-section form table th,
.mot-booking-form-section form.wp-block-table td,
.mot-booking-form-section form .wp-block-table th {
  padding: 0px;
  border: none;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  font-family: "Tahoma";
}
.mot-booking-form-section form input[type="radio"] {
  height: 15px;
  width: 15px;
  border: initial;
  padding: 0;
  border-radius: 100%;
  line-height: initial;
  margin-left: 0;
  margin-bottom: 0px;
  vertical-align: middle;
  background: #fff;
  margin-right: 5px;
  cursor: pointer;
}
.mot-booking-form-section form input[type="radio"]::after {
  left: 0px;
  top: 0;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0px;
  margin: auto;
  background: rgb(247, 158, 70);
  background: -moz-linear-gradient(
    top,
    rgba(247, 158, 70, 1) 0%,
    rgba(210, 102, 15, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(247, 158, 70, 1) 0%,
    rgba(210, 102, 15, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(247, 158, 70, 1) 0%,
    rgba(210, 102, 15, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79e46', endColorstr='#d2660f', GradientType=0);
}
/*.mot-booking-form-section form select {
    border: none;
    line-height: 40px;
    padding: 0 25px 0 8px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 5px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}*/
.mot-booking-form-section form input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border: initial;
  padding: 0;
  line-height: initial;
  margin-left: 0;
  margin-bottom: 0px;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}
.mot-booking-form-section form input[type="checkbox"]::after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: 3px solid var(--form--color-text);
  border-top: 0;
  border-top-width: 0px;
  border-left: 0px;
  border-left-width: 0px;
  transform: rotate(42deg);
}
body .mot-booking-form-section form a:hover,
body .mot-booking-form-section form a {
  color: #fff;
}
.site-main .main-label-calender {
  font-size: 26px;
  color: #098ce2;
  padding: 5px 0px;
  margin: 0 0 15px;
  text-align: center !important;
  font-family: "Tahoma";
  font-weight: normal;
}
#customerDDContainer > div:first-child,
#carDDContainer > div:first-child {
  clear: both;
  width: 250px;
  padding: 1px 0px;
  background: #63b6ea;
  color: #ffffff;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
}
div#customer_details,
#loadcar_details {
  position: relative;
}
div#customerDDContainer,
#carDDContainer {
  position: absolute;
  top: 30px;
  background: #fff;
  width: 250px;
  min-height: 140px;
  right: 114px;
  z-index: 9;
}
#customerDD,
#carDD {
  padding: 5px 0 0 0;
  height: 82px;
  overflow: scroll;
  overflow-x: hidden;
}
#customerDD p,
#carDD p {
  padding-left: 10px;
  cursor: pointer;
  line-height: 20px;
  font-weight: normal;
}
#customerDDContainer > div:last-child,
#carDDContainer > div:last-child {
  color: #000;
  font-weight: normal;
  text-align: center;
  clear: both;
  padding: 5px 0;
  border-top: 1px dashed #63b6ea;
}
#customerDDContainer > div:last-child > div,
#carDDContainer > div:last-child > div {
  display: inline-block;
  vertical-align: middle;
}
#customerDDContainer > div:last-child a,
#carDDContainer > div:last-child a {
  color: #333;
  text-decoration: underline !important;
  margin-left: 10px;
}
html.trade_box {
    overflow: hidden;
}
.mot-booking-form-section #box {
    display: none;
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.mot-booking-form-section #box > table {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 470px;
    height: auto;
    padding: 30px;
    border: 1px solid black;
    background-color: white;
    z-index: 101;
    margin: auto;
    overflow-y: auto;
    transform: translate(-50%, -50%);
}

.mot-booking-form-section #box table tbody tr td {
    display: inline-flex;
    width: auto;
    padding: 0 20px;
}

.mot-booking-form-section #box table tbody tr {
    display: inline-flex;
    gap: 10px;
}

.mot-booking-form-section form #box .inner-content td[width="40%"] {
    width: 130px;
    flex: none;
}

.mot-booking-form-section #box table tbody tr td b {
    color: #000;
    font-size: 18px;
    margin-right: 10px;
}
.mot-booking-form-section #box h1 {
  font-size: 23px;
  color: #098ce2;
  font-weight: normal;
  margin: 20px 0 10px 0;
}
.mot-booking-form-section form #box input.search-textbox1 {
  background: url(../images/search_textbox1.jpg) top left no-repeat;
  width: 282px;
  height: 30px;
  padding: 2px 0 2px 10px;
  border: 0px;
  font-family: Tahoma;
  font-size: 18px;
  color: #666666;
  margin-bottom: 6px;
}
.mot-booking-form-section form #box label {
  color: #000;
}
.mot-booking-form-section form #box input.search-textbox2 {
  background: url(../images/search_textbox2.jpg) top left no-repeat;
  width: 170px;
  height: 30px;
  padding: 2px 0 2px 10px;
  border: 0px;
  font-family: Tahoma;
  font-size: 18px;
  color: #666666;
  margin-bottom: 6px;
}
.mot-booking-form-section form #box .inner-content td {
  padding: 4px 2px;
}
.mot-booking-form-section form input[type="submit"] {
  text-transform: capitalize;
}
.mot-booking-form-section form input[type="submit"]:focus {
  color: #fff;
}
.mot-booking-form-section form input[type="submit"],
.mot-booking-form-section form #box .btn_save,
.mot-booking-form-section form #box .reset,
.mot-booking-form-section form #box .close_trade_box,
body .site form input.button,
body .site .button {
  background: #f27e0a !important;
  color: #fff !important;
  border: 1px solid #f27e0a;
  border-radius: 7px;
  padding: 2px 8px 3px;
  font-family: "Tahoma";
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
  height: auto;
  width: auto;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
body .site .button.green_btn {
  background: #80bb25 !important;
  border-color: #80bb25;
}
body .site .button.green_btn:hover {
  background: #000 !important;
  border-color: #000;
}
.mot-booking-form-section form input[type="submit"]:hover,
.mot-booking-form-section form #box .btn_save:hover,
.mot-booking-form-section form #box .reset:hover,
.mot-booking-form-section form #box .close_trade_box:hover,
body .site .button:hover,
body .site form input[type="button"]:hover {
  background: #000 !important;
  border-color: #000;
}
.mot-booking-form-section form td > label {
  /*max-width: 100px;*/
  /*display: inherit;*/
}
.site .mot-booking-form-section form textarea {
  border: initial;
  /* border-radius: 0; */
  color: #fff;
  line-height: 120%;
  /* padding: 4px; */
  /* margin: 0 2px; */
  margin-bottom: 6px;
  resize: none;
  padding-top: 10px;
  height: 90px;
}
body .site .entry-content form .edit-booking-form img {
  max-width: initial;
  display: initial;
  /* margin: 0 0 5px; */
  top: auto !important;
}
.mot-booking-form-section form .customer_info_wrap input[type="checkbox"] {
  /* float: right; */
  /* margin-top: 0; */
  margin-right: 12px;
  margin-bottom: -5px;
}
.mot-booking-form-section form .customer_info_wrap {
  max-width: 130px;
  display: block;
  text-align: left;
  font-weight: bold;
  font-family: "Tahoma";
}
/*.mot-booking-form-section form td.extra_work_main {
    color: #05f705;
}*/
/*body .success-message {
    font-family: 'Tahoma';
    font-size: 14px;
    border: 1px solid green;
    color: green;
    background: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    display: block;
}*/
body .success-message {
  font-family: "Tahoma";
  font-size: 16px;
  border: 2px solid #008000;
  color: #008000;
  background: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 5.6px 20px;
  display: block;
  border-radius: 5px;
  line-height: 140%;
}
/*14-05-2021*/
.set_moot_booked_icon > p {
  text-align: center;
  font-size: 16px;
  margin: 5px 0 13px !important;
  color: #333;
}
.main-booking-form
  table
  tbody
  > tr:nth-child(3)
  > td
  > table
  > tbody
  > tr:nth-child(2)
  #activeblock {
  position: absolute;
  top: 21%;
  left: 0%;
  width: 470px;
  height: auto;
  padding: 20px !important;
  padding-top: 30px;
  margin: 0;
  border: 1px solid black;
  background-color: white;
  z-index: 101;
  overflow: none;
  padding-top: 0px;
  right: 0;
  margin: auto;
  max-width: 80vw;
}
.main-booking-form
  table
  tbody
  > tr:nth-child(3)
  > td
  > table
  > tbody
  > tr:nth-child(2)
  input[type="radio"] {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 2px;
}
.main-booking-form
  table
  tbody
  > tr:nth-child(3)
  > td
  > table
  > tbody
  > tr:nth-child(2)
  input[type="radio"] {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 2px;
  background: transparent;
  border: 1px solid #333;
}
.main-booking-form
  table
  tbody
  > tr:nth-child(3)
  > td
  > table
  > tbody
  > tr:nth-child(2)
  input[type="radio"]::after {
  left: 1px;
  top: 1px;
}
.main-booking-form
  table
  tbody
  > tr:nth-child(3)
  > td
  > table
  > tbody
  > tr:nth-child(2)
  strong {
  color: #333;
}
span.required_asterisk {
  color: red;
}
body.page-id-104 .main_div_wrap {
  margin: 50px auto;
  box-shadow: 0 0 12px 0px rgb(0 0 0 / 50%);
  padding: 25px 25px;
  border-radius: 10px;
}
form.post-password-form label.post-password-form__label {
  color: #666;
  margin: 0;
  display: block;
}
form.post-password-form input.post-password-form__input {
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0 20px;
  resize: none;
  background: #fff;
  font-family: "Gotham";
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  width: 100%;
}
form.post-password-form input.post-password-form__submit {
  height: 100%;
  width: auto;
  padding: 10px 30px;
  border-radius: 10px;
  color: white;
  background: #e67613;
  border: none;
  font-size: 16px !important;
  font-family: "Tahoma";
  font-weight: bold;
  margin-left: 0;
}
form.post-password-form input.post-password-form__submit:hover {
  background: #0d517e !important;
  color: white !important;
}
.main_div_wrap p.post-password-message {
  color: #4b0082;
  font-weight: bold;
  font-size: 15px;
  font-family: "Tahoma";
  padding-bottom: 20px;
  display: block;
}
body #primary section.sms-reminder-page-content {
  max-width: 980px;
  padding: 50px 30px 34px;
}
.sms-reminder-page-content .sms-reminder.table-content {
  margin: 0 -25px;
  position: relative;
  padding-bottom: 16px;
}
.sms-reminder.heading-content p > strong {
  padding: 0px 0 15px 0px;
  font-size: 23px;
  color: #098ce2;
  font-weight: normal;
  display: block;
}
.sms-reminder.heading-content p > br {
  display: none;
}
.sms-reminder.heading-content p {
  padding: 0px 0px 15px;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
  border-bottom: 1px dashed #afafaf;
  margin-bottom: 25px !important;
}
.sms-reminder.heading-content .sms-btn.main-button {
  display: none;
}
.sms-reminder.table-content .vc_col-sm-3 > .vc_column-inner {
  padding: 0 8px;
}
.table-content p {
  background: #a4d7f4;
  text-align: center;
  font-size: 16px;
  font-family: "Tahoma";
  line-height: 40px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #fff;
}
.sms-reminder table th {
  background: #dddddd;
  border-color: #dddddd;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-family: "Tahoma";
  padding: 12px 10px;
  line-height: 120%;
}
.sms-reminder table tr td {
  font-size: 14px;
  color: #000;
  font-family: "Tahoma";
  text-align: center;
  border-width: 0;
  border-bottom: 1px dashed #afafaf;
  padding: 6px 10px;
  line-height: 130%;
}
.sms-reminder.table-content .vc_col-sm-3:nth-child(3) {
  width: 19%;
}
.sms-reminder.table-content .vc_col-sm-3:nth-child(4) {
  width: 32.3%;
}
.sms-reminder.table-content .vc_col-sm-3 {
  width: 24.3%;
}
.sms-reminder.table-content .vc_col-sm-3:nth-child(4) p {
  background: transparent;
  border: none;
  line-height: 120%;
  font-size: 14px;
  margin: 0 auto !important;
  max-width: 200px;
  padding-bottom: 10px;
}
.sms-reminder.table-content .vc_col-sm-3:nth-child(4) .mobilebg_text {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 31%;
  line-height: 150%;
}
.sms-reminder .vc_col-sm-3:nth-child(3) table tr:last-child td {
  font-weight: bold;
  border: none;
}
.printing-invoice-content .print-btn.main-button {
  margin: 0;
}
.sms-reminder-page-content .printing-invoice-content {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
  display: none;
}
.printing-invoice-content
  .print-btn.main-button
  .vc_btn3-style-modern.vc_btn3-color-grey,
.printing-invoice-content
  .print-btn.main-button
  .vc_btn3-style-modern.vc_btn3-color-grey:focus {
  background: url("../images/view_print_invoices.png") no-repeat scroll 0 0
    transparent;
  border: none;
  font-size: 0px;
  min-width: 166px;
  height: 30px;
  padding: 0;
}
.printing-invoice-content
  .print-btn.main-button
  .vc_btn3-style-modern.vc_btn3-color-grey:hover {
  opacity: 0.8;
}
.table-content p strong {
  font-weight: normal;
}
.sms-reminder.table-content .vc_col-sm-3:nth-child(4) p > strong {
  font-weight: bold;
}
#mot_booking .main-date-calender {
  border: 5px solid #81aecb;
  padding: 24px 24px 27px;
  max-width: 550px;
}
#mot_booking .main-date-calender .date-picker-main,
#mot_booking .main-date-calender .timer-picker-main {
  position: relative;
  display: block;
  margin-bottom: 18px;
}
body .site div.table-wrap-blue {
  border: 5px solid #81aecb;
  padding: 20px 20px;
}
/*29-6-2021*/
.mot-booking-form-section form table tbody,
.mot-booking-form-section form table tbody tr,
.mot-booking-form-section form table tbody tr td {
  display: block;
  width: 100%;
}
.mot-booking-form-section form table .center-btn {
  margin: 14px auto 0;
}
.site .mot-booking-form-section .button {
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 8px;
  font-size: 16px;
  color: #fff !important;
}
.mot-booking-form-section .edit-booking-form.table-wrap-blue {
  margin-top: 18px !important;
}
.book-btn-wrap {
  padding: 3px 0 14px !important;
  font-size: 0 !important;
}
.mot-booking-form-section
  .edit-booking-form.table-wrap-blue
  .update_new-slot_timing_tr {
  margin-bottom: 18px;
}
.book-btn-wrap #delete_booking {
  margin-right: 10px;
}
.mot-booking-form-section
  form
  input[type="radio"]:first-child
  + input[type="radio"] {
  margin-left: 25px;
}
.mot-booking-form-section form .frm-checkbox label {
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  padding-left: 11px;
  margin-bottom: 0;
}
.mot-booking-form-section .frm-checkbox {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
}
.mot-booking-form-section .frm-checkbox .customer_info_wrap {
  font-weight: normal;
}
div#customer_details table tbody > tr,
#loadcar_details table tbody > tr,
.mot-booking-form-section form table tbody tr.tr-gapping {
  margin-bottom: 15px;
}
.mot-booking-form-section .frm-checkbox #entercardetailetter {
  margin-right: 11px;
}
.edit-main-booking-form .booking-form #confirm-booking {
  margin-bottom: 18px;
  line-height: 19px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff !important;
  padding-left: 9px;
}
.mot-booking-form-section form .frm-dropdown {
  position: relative;
}
.mot-booking-form-section form .frm-dropdown select {
  padding-right: 30px;
  cursor: pointer;
}
.mot-booking-form-section form .frm-dropdown::before {
  content: "";
  position: absolute;
  background: url("../images/mot-booking-sprite.png") no-repeat;
  height: 7px;
  width: 12px;
  background-position: 0 0;
  top: 18px;
  right: 18px;
  left: auto;
  bottom: auto;
  pointer-events: none;
}
#mot_booking .timer-picker-main.frm-dropdown::before {
  top: 50px;
}
.mot-booking-form-section .mot-desc td {
  padding: 0 !important;
}
.mot-booking-form-section .mot-desc p {
  font-size: 15px !important;
  color: #dc8a4b !important;
  line-height: 140%;
  padding: 0 0 15px 0;
}
/*loader css*/
body::before {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  z-index: 9999;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
html.ajax_loader body:before,
html.ajax_loader body:after {
  opacity: 1;
  visibility: visible;
}
body::after {
  border: 7px solid #d2660f;
  border-radius: 50%;
  border-top: 7px solid transparent;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: fixed;
  z-index: 10;
  left: 0;
  content: "";
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%);
  z-index: 9999;
}
html.ajax_loader {
  overflow: hidden;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*loader css*/
.mot-booking-form-section .tr-heading {
  margin: 15px 0 14px;
}
.mot-booking-form-section .mot_pass_fail_tr {
  margin: 0 0 14px 0;
}
.mot-booking-form-section .enter_expiry_date td:last-of-type {
  position: relative;
  font-size: 0;
}
.mot-booking-form-section .enter_expiry_date #txtExpiryDate {
  padding-right: 40px;
}
body
  .site
  .entry-content
  .mot-booking-form-section
  .enter_expiry_date
  td:last-of-type
  img {
  height: 19px;
  width: 18px;
  position: absolute !important;
  top: 10px !important;
  bottom: auto;
  right: 16px;
  left: auto;
}
.mot-booking-form-section form .frm-radio .mootbooking_status {
  margin-left: 9px;
}
.mot-booking-form-section tr.customer_detail_tr td strong {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Tahoma";
  margin-bottom: 18px;
  display: block;
  margin-top: 18px;
}
.mot-booking-form-section .booking_for-trader strong {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Tahoma";
  margin-bottom: 12px;
  display: block;
}
.mot-booking-form-section .booking_for-trader td {
  font-size: 0;
}
.mot-booking-form-section .enter-car-detail .frm-checkbox {
  margin-bottom: 5px;
}
.mot-booking-form-section .tr-heading.send-reminder {
  margin-top: 0;
}
.mot-booking-form-section .mark_as_holiday {
  margin-top: 10px;
  margin-bottom: 13px;
  display: block;
}
.mot-booking-form-section .select-treder {
  margin: 12px 0 5px 0;
}
.mot-booking-form-section .set_moot_booked_icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.mot-booking-form-section .set_moot_booked_icon .mot-icon-wrap {
  margin-right: 15px;
}
.mot-booking-form-section .set_moot_booked_icon .mot-icon-wrap p {
  font-size: 17px;
  padding-top: 5px;
  line-height: 120%;
}
/*data table page css*/
.search-api-wrapper table {
  border-collapse: collapse !important;
}
.search-api-wrapper {
  padding: 60px 15px;
}
.search-api-wrapper .sms_search_wrap {
  margin: 0 0 20px 0;
  border: 5px solid #81aecb;
  padding: 24px 24px 15px;
  border-radius: 10px;
  background: #286a95;
}
.search-api-wrapper .sms_search_wrap .sms_search_form_wrap {
  display: flex;
  flex-flow: row wrap;
}
.search-api-wrapper .sms_search_wrap .sms_search_form_wrap .search_label {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Tahoma";
  color: #fff;
  display: block;
  text-align: left;
  line-height: 120%;
  /* min-width: 80px; */
  padding-right: 5px;
}
.search-api-wrapper input:not([type="submit"]),
.search-api-wrapper select,
.search-api-wrapper textarea {
  height: 40px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #fff !important;
  font-family: "Tahoma";
  font-weight: normal;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 15px;
}
.search-api-wrapper .sms_search_form_wrap > .sms_search_field_wrap {
  width: 49%;
  margin: 0 2% 15px 0;
  /* flex: 0 0 auto; */
  display: flex;
  align-items: center;
}
.search-api-wrapper
  .sms_search_form_wrap
  > .sms_search_field_wrap:nth-child(2n + 2) {
  margin-right: 0;
}
.search-api-wrapper
  .sms_search_form_wrap
  > .sms_search_field_wrap
  .mot_date_filed-wrap {
  display: flex;
}
.search-api-wrapper
  .sms_search_form_wrap
  > .sms_search_field_wrap
  .mot_date_filed-wrap
  .sms_search_field_wrap:not(:last-child) {
  padding-right: 10px;
}
.search-api-wrapper
  .sms_search_form_wrap
  > .sms_search_field_wrap
  .mot_date_filed-wrap
  .sms_search_field_wrap {
  display: inline-flex;
  align-items: center;
}
.search-api-wrapper
  .sms_search_form_wrap
  > .sms_search_field_wrap:nth-child(4) {
  width: 32%;
  padding-right: 15px;
}
.search-api-wrapper .table-data-wrapper {
  overflow: auto;
}
.search-api-wrapper table {
  width: 100% !important;
  margin-bottom: 20px;
}
.search-api-wrapper thead th {
  background: #286a95;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.32px;
  line-height: 200%;
  font-family: "Gotham Rounded";
  padding: 9px 15px 9px 0;
  text-align: left;
  border-bottom: 1px solid #ccc !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #286a95;
  color: #286a95 !important;
  font-size: 14px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  border: 1px solid #81aecb;
  background: #81aecb;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #286a95 !important;
  background: #fff;
  opacity: 0.5;
  pointer-events: none;
}
/*.search-api-wrapper  thead th:first-of-type,
.search-api-wrapper  tbody tr td:first-of-type {
    padding-left: 28px;
}
.search-api-wrapper  thead th:last-of-type,
.search-api-wrapper  tbody tr td:last-of-type {
    padding-right: 30px;
}*/
.search-api-wrapper tbody tr td,
.search-api-wrapper tbody tr td a {
  font-size: 14px;
  color: #06304c;
  line-height: 170%;
  letter-spacing: 0.32px;
  font-family: "Tahoma";
}
.search-api-wrapper table.dataTable.display tbody tr.even > .sorting_1,
.search-api-wrapper
  table.dataTable.order-column.stripe
  tbody
  tr.even
  > .sorting_1 {
  background-color: #ecf6fb;
}
.search-api-wrapper tbody tr td a:hover {
  color: #42a5dc;
}
body .search-api-wrapper tbody tr td {
  padding: 7px 15px 6px;
  border: 1px solid #ccc !important;
}
.search-api-wrapper tbody tr:nth-child(2n) {
  background: #ecf6fb !important;
}
.search-api-wrapper tbody tr td.table-action-td {
  min-width: 150px;
}
.search-api-wrapper .table-data-wrapper #sms_list_tbl_wrapper {
  padding: 0 5px;
}
.search-api-wrapper .dataTables_length label,
.search-api-wrapper .dataTables_filter label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Tahoma";
}
.search-api-wrapper .dataTables_length,
.search-api-wrapper .dataTables_filter {
  width: 35%;
}
.search-api-wrapper .dataTables_length label select,
.search-api-wrapper .dataTables_filter label input {
  margin: 0 9px;
  border: 1px solid #ddd;
  color: #333 !important;
}
.search-api-wrapper #sms_list_tbl_info {
  font-size: 16px;
  padding: 0;
  font-family: "Tahoma";
  line-height: 120%;
  color: #286a95;
}
.dataTables_wrapper .dataTables_paginate {
  padding: 0;
}
body table.dataTable.display tbody tr.odd > .sorting_1,
body table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #fff;
}
.search-api-wrapper .dataTables_filter label input {
  margin-right: 0;
}
/*data table page css*/
/*29-6-2021*/
/*30-6-2021*/
/*login opage css*/
.login-warp .vc_column-inner .wpb_text_column {
  border: 5px solid #81aecb;
  border-radius: 10px;
  background: #286a95;
  padding: 24px 24px 27px;
  margin: 0 auto 40px !important;
  max-width: 550px;
  width: 100%;
  display: block;
}
.login-warp label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Tahoma";
  color: #fff;
  display: block;
  text-align: left;
}
.login-warp input:not([type="submit"]) {
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #fff !important;
  font-family: "Tahoma";
  font-weight: normal;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 20px;
}
.login-warp .form-row.form-row-wide {
  margin-bottom: 18px;
}
.login-warp .blueText {
  font-size: 26px;
  color: #098ce2;
  margin: 0 0 15px;
  text-align: center !important;
  font-family: "Tahoma";
  font-weight: normal;
  padding-bottom: 0;
}
body .site .login-warp form input[type="submit"] {
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 8px;
  font-size: 16px;
  color: #fff !important;
}
.login-warp .form-row.form-btn-wrap {
  text-align: center;
}
.login-warp input:not([type="submit"]).has-error {
  border: 1px solid red;
}
.login-warp .woocommerce-error li {
  font-size: 15px;
  color: red;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid red;
  background: #fff;
  margin: 18px 0 0 0;
}
.login-warp .woocommerce-error {
  padding: 0;
}
.logout a {
  height: 35px;
  width: 90px;
  font-size: 0;
  display: block;
  background: url("../images/logout_button.jpg") no-repeat !important;
  margin-top: 0;
}
.tech-warp .wpb_wrapper p {
  margin: 10px;
  font-family: "Tahoma";
  font-size: 12px;
  line-height: 1.6em;
  padding-left: 15px;
}
.tech-warp .wpb_wrapper p a {
  color: rgb(0, 0, 238);
}
.tech-warp {
  padding-bottom: 40px;
}
/*login opage css*/
/*30-6-2021*/
/*7-1-2021*/
.mot-booking-form-section .mark_as_holiday img {
  margin: 0;
}
.mot-booking-form-section form table.success-after-detail td {
  line-height: 120%;
  font-size: 15px;
}
.mot-booking-form-section .success-after-detail tbody tr:not(:last-child) {
  margin-bottom: 15px;
}
#mot_booking .main-date-calender span.success-message-data.success-message {
  margin-bottom: 17px;
}
.sms-reminder-page-content .sms-reminder.table-content::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 7px;
  border-bottom: 1px dashed #ccc;
  display: block;
  width: calc(100% - 326.3px);
}
#main footer.entry-footer.default-max-width {
  display: none;
}
body
  .customer-address-wrapper
  .sms_search_form_wrap
  > .sms_search_field_wrap:nth-child(4) {
  width: 49%;
  padding-right: 0;
}
.customer-address-wrapper .sms_search_form_wrap .sms_search_btn_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.customer-address-wrapper
  .sms_search_form_wrap
  .sms_search_btn_wrap
  input[type="button"]:not(:last-child) {
  margin-right: 18px;
}
.customer-address-wrapper .pl_tbl_wrapper .table-data-wrapper {
  margin: 19px 0;
}
.search-api-wrapper input[type="checkbox"],
.search-api-wrapper input[type="radio"] {
  height: 20px;
  padding: 0 5px;
  width: 20px !important;
  min-width: 20px !important;
}
.search-api-wrapper td > input[type="checkbox"] {
  background: #5388aa;
}
.search-api-wrapper td {
  text-align: center;
}
.search-api-wrapper input[type="checkbox"]::after {
  border-color: #fff;
}
.customer-address-wrapper.search-api-wrapper tbody tr td,
.customer-address-wrapper.search-api-wrapper tbody tr td a {
  font-size: 13px;
}
.search-api-wrapper tbody tr td a.view_user,
.search-api-wrapper tbody tr td a.edit_user {
  position: relative;
  height: 23px;
  width: 23px;
  font-size: 0 !important;
  display: block;
  margin: 0 auto;
  background: url("../images/view.gif") no-repeat !important;
}
.search-api-wrapper tbody tr td a.edit_user {
  background: url("../images/edit.gif") no-repeat !important;
}
/*2-7-2021*/
.customer-address-wrapper thead th.sorting {
  font-size: 12px;
}
body .search-api-wrapper.customer-address-wrapper tbody tr td,
body .search-api-wrapper.customer-traders-wrapper tbody tr td {
  padding: 7px 10px 6px;
}
.search-api-wrapper .popup_wrapper .pp_frm_wrapper {
  position: relative;
  max-width: 650px;
  border: 5px solid #81aecb;
  border-radius: 10px;
  background: #286a95;
}
.customer-address-wrapper .sms_search_form_wrap input[type="button"] {
  cursor: pointer;
}
/*.customer-address-wrapper .popup_wrapper .pp_frm_wrapper .close_popup {*/
.search-api-wrapper .popup_wrapper .pp_frm_wrapper .close_popup {
  position: absolute;
  height: 35px;
  width: 35px;
  color: #fff;
  line-height: 35px;
  background: #f27e0a !important;
  text-align: center;
  border-radius: 50px;
  top: -15px;
  right: -15px;
  left: auto;
  bottom: auto;
  font-size: 17px;
  transition: 0.5s all;
}
.search-api-wrapper .popup_wrapper .pp_frm_wrapper .close_popup:hover {
  background: #000 !important;
}
.search-api-wrapper .popup_wrapper .form-row {
  font-size: 0;
}
.customer-address-wrapper .popup_wrapper .user_info_wrap .form-row label,
body
  .search-api-wrapper.customer-traders-wrapper
  .popup_wrapper
  .user_info_wrap
  .form-row
  label {
  font-size: 15px;
  line-height: 140%;
  display: inline-block;
  min-width: 170px;
  border: 1px solid #81aecb;
  padding: 7px 10px;
  margin: 0;
  color: #fff;
}
.customer-address-wrapper .popup_wrapper .form-row span,
body
  .search-api-wrapper.customer-traders-wrapper
  .popup_wrapper
  .form-row
  span {
  font-size: 15px;
  line-height: 140%;
  margin-left: 0;
  display: inline-block;
  min-width: 170px;
  border: 1px solid #81aecb;
  padding: 7px 10px;
  border-left: 0;
  width: calc(100% - 170px);
  color: #fff;
}
/*.customer-address-wrapper .user_info_wrap {*/
body .search-api-wrapper .user_info_wrap {
  border: 1px solid #81aecb;
  padding: 20px 15px;
}
body .search-api-wrapper .popup_wrapper .user_info_wrap .form-row .button {
  max-width: 260px;
  margin: 20px auto 0;
  display: block;
}
/*.customer-address-wrapper .popup_wrapper .form-row:not(:nth-last-child(2)) * {*/
body
  .search-api-wrapper
  .popup_wrapper
  .user_info_wrap
  .form-row:not(:nth-last-child(2))
  *,
body
  .search-api-wrapper.customer-traders-wrapper
  .popup_wrapper
  .user_info_wrap
  .form-row:not(:nth-last-child(2))
  * {
  border-bottom: 0;
}
.popup_open .table-data-wrapper {
  overflow: hidden;
}
/*.popup_open {
    overflow: hidden;
}*/
.customer-address-wrapper .popup_wrapper form .form-row * {
  border: 0;
}
.customer-address-wrapper .popup_wrapper form .form-row .required {
  min-width: auto;
  padding: 0;
}
.search-api-wrapper
  .popup_wrapper
  form
  .form-row
  input:not([type="submit"]):not([type="button"]):not([type="reset"]) {
  width: calc(100% - 170px);
  background: #5388aa;
  margin-bottom: 15px;
}
.search-api-wrapper .popup_wrapper form .form-row.form-btn-wrap {
  display: flex;
  justify-content: center;
}
.search-api-wrapper
  .popup_wrapper
  form
  .form-row.form-btn-wrap
  input[type="button"],
.search-api-wrapper
  .popup_wrapper
  form
  .form-row.form-btn-wrap
  input[type="submit"],
.search-api-wrapper
  .popup_wrapper
  form
  .form-row.form-btn-wrap
  input[type="reset"] {
  margin: 10px 10px 0;
  width: auto !important;
  min-width: auto;
}
.search-api-wrapper .popup_wrapper form .form-row label,
.search-api-wrapper .popup_wrapper form .form-row label span,
body
  .search-api-wrapper.customer-traders-wrapper
  .popup_wrapper
  .form-row
  label {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 15px;
  min-width: 170px;
  padding: 7px 10px 7px 0;
  margin: 0;
  line-height: 140%;
  color: #fff;
}
body
  .search-api-wrapper.customer-traders-wrapper
  .popup_wrapper
  .form-row
  label {
  border: 0;
}
body
  .search-api-wrapper.customer-traders-wrapper
  .popup_wrapper
  .form-row
  label
  span {
  min-width: 0;
  border: 0;
  padding: 0;
  color: red !important;
}
.search-api-wrapper .vc_custom_heading.blueText {
  padding: 0 0 15px 0;
  margin: 0;
}
#sms_list_tbl_processing {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  max-width: 1000%;
  margin: auto;
  z-index: 9;
  font-size: 0;
  padding: 0;
}
#sms_list_tbl_processing::before {
  content: "";
  position: absolute;
  border: 5px solid #d2660f;
  border-top-color: rgb(210, 102, 15);
  border-top-style: solid;
  border-top-width: 5px;
  border-radius: 50%;
  border-top: 5px solid transparent;
  width: 30px;
  /* opacity: 0; */
  /* visibility: hidden; */
  height: 30px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 10;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%);
  z-index: 9999;
}
.search-api-wrapper .temp-header-wrap > p {
  padding: 0px 0px 15px;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
}
.search-api-wrapper .contact_add_btn_wrap {
  text-align: right;
}
.search-api-wrapper.customer-traders-wrapper .contact_add_btn_wrap {
  margin-bottom: 15px;
  text-align: right;
}
.search-api-wrapper .pl_tbl_wrapper .contact_add_btn_wrap {
  margin: 15px 0 0 0;
  text-align: left;
}
.search-api-wrapper
  .popup_wrapper
  form
  .form-row
  input:not([type="submit"]):not([type="button"]):not([type="reset"]).has-error {
  border: 1px solid red;
}
.msg_wrap .success,
.msg_wrap .error {
  display: block;
  color: green;
  text-align: center;
  font-size: 15px;
  border: 1px solid green;
  padding: 5px 15px;
  margin: 0 0 16px 0;
}
.msg_wrap .error {
  color: red;
  border-color: red;
}
.close_hld_pp {
  position: absolute;
  height: 35px;
  width: 35px;
  color: #fff;
  line-height: 35px;
  background: #f27e0a !important;
  text-align: center;
  border-radius: 50px;
  top: -15px;
  right: -15px;
  left: auto;
  bottom: auto;
  font-size: 17px;
  transition: 0.5s all;
}
.close_hld_pp:hover {
  background: #000 !important;
}

.booking-form input.has-error {
  border: 1px solid red !important;
}
/*2-7-2021*/
/*customer address book*/
/*7-1-2021*/
/*5-7-2021*/
/*calander section*/
.calendar-section {
  padding: 60px 0;
}
.calendar-section .vc_row .vc_col-sm-12 .wpb_wrapper {
  display: flex;
  flex-flow: row-reverse wrap;
}
.calendar-section .book-section {
  width: 69.2%;
  max-width: 69.2%;
  flex: 0 0 69.2%;
  min-width: 69.2%;
}
.calendar-section .month-wrap {
  width: 30.8%;
  max-width: 30.8%;
  flex: 0 0 30.8%;
  padding-left: 17px;
  display: flex;
  flex-flow: row wrap;
  min-width: 30.8%;
}
.calendar-section .month-wrap div.month {
  width: 50%;
}
.calendar-section .month-wrap .month ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.calendar-section .month-wrap .month .month-name a {
  position: relative;
  background: #286a95 !important;
  display: block;
  color: #fff;
  padding: 4px 5px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 120%;
  font-family: "Gotham Rounded";
  text-align: center;
}
.calendar-section .month-wrap .month .calendar-row {
  display: flex;
  flex-flow: row nowrap;
}
.calendar-section .month-wrap .month .calendar-row li {
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  background: #ddd;
  color: #286a95;
  border-right: 1px solid #286a95;
  border-bottom: 1px solid #286a95;
  /*min-width: 18.5px;*/
}
.calendar-section .month-wrap .month .calendar-row li:first-of-type {
  border-left: 1px solid #286a95;
}
.calendar-section .month-wrap .calender-date {
  display: flex;
  flex-flow: row wrap;
}
.calendar-section .month-wrap .calender-date > li {
  height: 18px;
  width: 18px;
  border-right: 1px solid #286a95;
  border-bottom: 1px solid #286a95;
  flex: 1 1 auto;
  word-break: break-word;
  /* min-width: 18.4px; */
  text-align: center;
}
.calendar-section .month-wrap .calender-date > li:first-of-type {
  border-left: 1px solid #286a95;
}
.calendar-section .month-wrap div.month {
  width: 46.4%;
  margin: 0 4px;
  margin-bottom: 20px;
}
/*.calendar-section .month-wrap div.month:nth-child(2n+2) {
    margin-right: 0;
}*/
.calendar-section .month-wrap div.month.active .month-name {
  border: 2px solid red;
  border-bottom: 0;
}
.calendar-section .month-wrap div.month.active .calendar-row > li:first-of-type,
.calendar-section
  .month-wrap
  div.month.active
  .calender-date
  > li:first-of-type {
  border-left: 2px solid red;
}
.calendar-section .month-wrap div.month.active .calendar-row > li:last-of-type,
.calendar-section .month-wrap div.month.active .calender-date > li:last-child {
  border-right: 2px solid red;
}
.calendar-section .month-wrap div.month.active ul.calender-date:last-child li {
  border-bottom: 2px solid red;
}
.calendar-section .upcoming_mots_wrapper {
  width: 100%;
  margin: 0 0 15px 0;
}
.upcoming-wrap .mot_show_wrapper {
  width: 100%;
  border: 1px solid #286a95;
}
.upcoming-wrap .mot_show_wrapper .current_date_wrap .dtime {
  display: block;
  color: #fff;
  background: #286a95;
  padding: 6px 15px;
  font-size: 15px;
}
.upcoming-wrap .mot_data_show .mot_show_data_wrap {
  padding: 10px 15px 15px 15px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #286a95;
}

/***/
.calendar-section .book-wrap .book > button.btn {
  position: relative;
  background: #286a95;
  display: block;
  color: #fff;
  padding: 5px 18px;
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 200%;
  font-family: "Gotham Rounded";
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.calendar-section .book-section .book-wrap ul {
  padding: 0;
}
.calendar-section .book-section .book-wrap ul > ul[class*="calender-row"] {
  display: flex;
  flex-flow: row nowrap;
  background: #286a95;
}
.calendar-section .book-section .book-wrap ul > ul[class*="calender-row"] li {
  color: #ffff;
  font-family: "Gotham Rounded";
  font-size: 10px;
  padding: 11px 2.5px;
  border-right: 1px solid #ccc;
  min-width: 36.7px;
  text-align: center;
}
.calendar-section
  .book-section
  .book-wrap
  ul
  > ul[class*="calender-row"]
  li.month.common {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 83px;
  text-align: center;
}
.calendar-section
  .book-section
  .book-wrap
  ul
  > ul[class*="calender-row"]
  li:last-child {
  border-right: 0;
}
.calendar-section .book-wrap ul > .calender-wrap {
  display: flex;
  flex-flow: row nowrap;
}
.calendar-section .book-wrap ul > .calender-wrap li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-width: 36.2px;
  position: relative;
}
.calendar-section .book-wrap ul > .calender-wrap li,
.calendar-section .book-wrap ul > .calender-wrap li a {
  font-size: 12px;
  color: #06304c;
  line-height: 170%;
  font-family: "Tahoma";
}
.calendar-section .book-wrap ul > .calender-wrap li.date-list {
  padding: 0 5px;
  min-width: 83px;
  text-align: center;
}
.calendar-section .book-wrap ul > .calender-wrap li.days {
  min-width: 42px;
  text-align: center;
}
.calendar-section .book-wrap ul > .calender-wrap li:first-of-type {
  border-left: 1px solid #ccc;
}
.calendar-section .book-wrap ul > .calender-wrap li a.booking {
  border: 2px solid transparent;
  display: block;
}
.upcoming-wrap .mot_data_show .mot_show_data_wrap:last-child {
  border-bottom: 0;
}
.calendar-section .book-wrap ul > .calender-wrap li:hover > a.booking,
.calendar-section .book-wrap ul > .calender-wrap li.select > a.booking {
  border-color: red;
}
.calendar-section .month-wrap .month-wrap1 {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -4px;
}
.upcoming-wrap .mot_data_show .mot_show_data_wrap .mot_show_title {
  font-size: 17px;
  margin: 0;
  padding: 0 0 10px;
  color: #286a95;
  line-height: 120%;
}
.upcoming-wrap .mot-show-data ul {
  padding: 0;
}
.upcoming-wrap .mot-show-data ul li {
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 6px 15px;
}
.upcoming-wrap .mot-show-data ul li:last-child {
  border-bottom: 1px solid #286a95;
}
.upcoming-wrap .mot-show-data ul li label {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
  min-width: 140px;
  display: inline-block;
  vertical-align: top;
}
.upcoming-wrap .mot-show-data ul li span {
  color: #666;
}
.upcoming-wrap .mot-show-data ul li:nth-child(2n) {
  background: #ecf6fb;
}
.calendar-section .book-section .book-wrap ul.calender {
  margin-bottom: 25px;
  /*overflow-x: auto;*/
}
/*calander section*/
/*5-7-2021*/
/*6-7-2021*/
.calendar-section .upcoming_mots_wrapper .mot_show_wrapper {
  border: 5px solid #81aecb;
  background: #286a95;
  padding: 14px 10px;
  border-radius: 10px;
}
.calendar-section .upcoming_mots_wrapper .mot_show_wrapper .mot_show_title {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.calendar-section .upcoming_mots_wrapper .mot-show-data ul {
  padding: 0 10px 10px;
  margin: 0 0 10px 0;
  border-bottom: 3px solid #eb843f;
}
.calendar-section .mot_show_wrapper .mot_show_data_wrap:last-child ul {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.calendar-section .upcoming_mots_wrapper .mot_show_wrapper * {
  color: #fff;
  font-size: 12px;
}
.calendar-section .upcoming_mots_wrapper .mot-show-data ul li label {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 0;
}
.calendar-section .upcoming_mots_wrapper .mot-show-data ul li span {
  display: inline-block;
  vertical-align: top;
}
.calendar-section .upcoming_mots_wrapper .current_date_wrap .dtime {
  display: block;
  text-align: center;
  font-size: 34px;
  color: #03f;
  font-weight: bold;
  line-height: 120%;
}
.calendar-section .month-wrap .new-year-wrap {
  width: 100%;
  text-align: center;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 6px 0 0 0;
  border-top: 2px solid gray;
}
.calendar-section .book-btn button {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 4.7px 10px 8.7px 53px;
  position: relative;
  background: rgb(228, 228, 228);
  background: -moz-linear-gradient(
    top,
    rgba(228, 228, 228, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(228, 228, 228, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(228, 228, 228, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 );
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  font-size: 23px;
  color: #7fb925;
  margin-bottom: 13px;
}
.calendar-section .book-btn button::before {
  content: "";
  position: absolute;
  background: url("../images/inner_heddingicon_hover.png") no-repeat;
  top: 4px;
  left: 13px;
  right: auto;
  bottom: 0;
  height: 32px;
  width: 32px;
  transition: 0.5s all;
}
.calendar-section .book-btn button:hover::before,
.calendar-section .book-btn button.close-calender::before {
  transform: rotate(90deg);
}
.calendar-section .book-sign-info-wrap > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
  margin-bottom: 9px;
}
.calendar-section .book-sign-info-wrap > ul .sign-wrap {
  display: inline-flex;
  align-items: center;
}
.calendar-section .book-sign-info-wrap > ul > li:not(:last-child) {
  margin-right: 10px;
}
.calendar-section .book-sign-info-wrap > ul .sign-wrap span {
  padding-left: 5px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.car-book a {
  background: url("../images/car-sprite.png") no-repeat;
  background-position: -1px -2px;
  height: 24px;
  width: 33px;
  margin: 2px auto 0;
}
.calendar-section .book-wrap ul > .calender-wrap > li.free-slot a {
  background-position: -1px -2px;
}
.calendar-section .book-wrap ul > .calender-wrap li .box {
  position: absolute;
  top: 17px;
  right: 0;
  left: 26px;
  background: #65adcf;
  z-index: 9;
  min-width: 240px;
  max-width: 240px;
  color: #fff;
  border: 2px solid #cccccc;
  padding: 3px;
  font-size: 13px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.mot-holiday a {
  background-position: -2px -316p;
}
.calendar-section .book-wrap ul > .calender-wrap > li.mot-fail a {
  background-position: -1px -238px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.mot-pass a {
  background-position: -2px -168px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.mot-booked a {
  background-position: -1px -89px;
}
.calendar-section .book-section .book.open .book-btn > button {
  pointer-events: none;
}
.calendar-section .book-section .book.open .book-btn > button.open_calender {
  display: none;
}
.calendar-section .book-section .book.open .book-btn > button.close-calender {
  display: block !important;
}
.calendar-section .month-wrap .download-wrap {
  display: block;
  width: 100%;
}
.calendar-section .month-wrap .download-wrap a {
  display: block;
  text-align: center;
  line-height: 30px;
  background: rgb(159, 225, 73) !important;
  background: -moz-linear-gradient(
    top,
    rgba(159, 225, 73, 1) 0%,
    rgba(127, 186, 37, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    top,
    rgba(159, 225, 73, 1) 0%,
    rgba(127, 186, 37, 1) 100%
  ) !important;
  background: linear-gradient(
    to bottom,
    rgba(159, 225, 73, 1) 0%,
    rgba(127, 186, 37, 1) 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9fe149', endColorstr='#7fba25',GradientType=0 );
  color: #fff;
  border-radius: 10px;
  border: 2px solid #93d139;
  margin-bottom: 15px;
  transition: 0.52s all;
}
.calendar-section .month-wrap .download-wrap a:hover {
  background: rgb(127, 186, 37);
  background: -moz-linear-gradient(
    top,
    rgba(127, 186, 37, 1) 0%,
    rgba(159, 225, 73, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    top,
    rgba(127, 186, 37, 1) 0%,
    rgba(159, 225, 73, 1) 100%
  ) !important;
  background: linear-gradient(
    to bottom,
    rgba(127, 186, 37, 1) 0%,
    rgba(159, 225, 73, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fba25', endColorstr='#9fe149',GradientType=0 ) !important;
}
/*6-7-2021*/
body.logged-in
  nav.primary-navigation
  .primary-menu-container
  > ul
  > .menu-item
  > a {
  font-size: 14px;
}

/*14-7-2021*/

.calendar-section .heading-wrap {
  background: url(../images/hr_backline.jpg) bottom repeat-x;
  margin-bottom: 50px;
  padding-bottom: 15px;
  flex: 0 0 100%;
}
.calendar-section .heading-wrap > div:first-child {
  font-size: 26px;
  color: #098ce2;
  font-family: "Tahoma";
  font-weight: normal;
  margin: 0px 0 10px 0;
  line-height: 100%;
}
.calendar-section .heading-wrap .heading2 {
  font-size: 16px;
}
.calendar-section .vc_row .vc_col-sm-12 .wpb_wrapper .mot-booking-wrap {
  flex: 0 0 30.77%;
  max-width: 30.77%;
  padding-left: 10px;
}
#main
  .calendar-section
  .vc_row
  .vc_col-sm-12
  .wpb_wrapper
  .mot-booking-wrap.mot-booking-form-section
  .main-date-calender {
  padding: 0;
  border: 0;
  background: none;
  max-width: 100%;
}
.mot-booking-wrap.mot-booking-form-section .booking_for-trader strong,
.mot-booking-wrap.mot-booking-form-section form label {
  font-size: 13px;
}
.mot-booking-wrap.mot-booking-form-section
  #mot_booking
  .main-date-calender
  .date-picker-main,
.mot-booking-wrap.mot-booking-form-section
  #mot_booking
  .main-date-calender
  .timer-picker-main {
  margin: 0;
}
.mot-booking-wrap.mot-booking-form-section
  #mot_booking
  .timer-picker-main::before {
  display: none;
}
.mot-booking-wrap.mot-booking-form-section .main-booking-form label {
  text-align: center;
  font-size: 14px;
}
.mot-booking-wrap.mot-booking-form-section
  .main-booking-form
  table
  td
  table
  td
  a.mark_as_holiday {
  text-align: center;
  display: table;
  margin: 10px auto 15px;
}
.mot-booking-wrap.mot-booking-form-section form input:not([type="submit"]),
.mot-booking-wrap.mot-booking-form-section form select {
  padding: 0 10px;
}
.mot-booking-wrap.mot-booking-form-section form textarea {
  padding: 10px;
}
.mot-booking-wrap.mot-booking-form-section form input[type="radio"] {
  height: 16px;
  width: 16px;
  padding: 0;
}
.mot-booking-wrap.mot-booking-form-section form td.frm-radio {
  padding-bottom: 10px;
}
.mot-booking-wrap.mot-booking-form-section form .car-details td,
.mot-booking-wrap.mot-booking-form-section form td.cus-details {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.mot-booking-wrap.mot-booking-form-section form .enter-car-detail {
  text-align: center;
}
.mot-booking-wrap.mot-booking-form-section form .enter-car-detail td {
  font-weight: normal;
}
.mot-booking-wrap.mot-booking-form-section .enter-car-detail .frm-checkbox {
  margin-bottom: 5px;
  display: inline-block;
  width: auto;
}
.mot-booking-wrap.mot-booking-form-section .frm-checkbox #entercardetailetter {
  margin-left: 5px;
  float: right;
}
.calendar-section .book-wrap ul > .calender-wrap li.active {
  font-weight: bold;
  /* padding: 0px 4px; */
  line-height: 26px;
}
.book-section .success {
  margin-bottom: 15px;
}
.mot-booking-wrap.mot-booking-form-section form .booking-for label {
  text-align: center;
}
.mot-booking-wrap.mot-booking-form-section form td.book-btn-wrap input {
  margin: 0 auto 10px !important;
  display: table;
}
.mot-booking-wrap.mot-booking-form-section
  form
  td.book-btn-wrap
  input#change_date_time_id {
  margin-bottom: 0 !important;
}
.mot-booking-wrap.mot-booking-form-section .tr-heading span {
  font-size: 14px !important;
  text-align: center;
  display: block;
  font-family: "Tahoma";
  color: #dc8a4b;
  font-weight: bold;
}
.mot-booking-wrap.mot-booking-form-section tr.mot-desc td p {
  font-size: 10px !important;
}
.mot-booking-wrap.mot-booking-form-section .edit-booking-form.table-wrap-blue {
  margin-top: 0px !important;
}

.mot-booking-wrap.mot-booking-form-section form .pass-booking-form table tr {
  margin-bottom: 10px;
}
.mot-booking-wrap.mot-booking-form-section form .pass-booking-form table td {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.mot-booking-wrap.mot-booking-form-section
  form
  .pass-booking-form
  table
  td
  label {
  margin: 0;
  padding-right: 5px;
}
.mot-booking-wrap.mot-booking-form-section
  form
  .pass-booking-form
  table
  td.car-details,
.mot-booking-wrap.mot-booking-form-section
  form
  .pass-booking-form
  table
  td.cust-details1 {
  text-align: center;
  display: block;
  padding: 10px 0 5px;
  font-weight: bold;
}
.mot-booking-wrap.mot-booking-form-section
  form
  .pass-booking-form
  table
  td.cust-details1 {
  padding: 0px 0 5px;
}

/*
.calendar-section .main-date-calender table td:first-child {
    padding-bottom: 5px;
}
.calendar-section .main-date-calender table td {
    border: 0;
    padding: 0 0 15px;
    color: #FFF;
    display: block;
    line-height: 150%;
}
.calendar-section .main-date-calender table td label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Tahoma';
    color: #fff;
    display: block;
    text-align: left;
}
*/

/*7-7-2021*/
/*.calendar-section .book-wrap ul > .calender-wrap > li:nth-last-child(-n+7) .box {
    right: 29px;
    left: auto;
}
.calendar-section .book-wrap ul > .calender-wrap:nth-last-child(-n+5) > li .box {
    top: auto;
    bottom: 20px;
}*/
/*7-7-2021*/

/*17-07-2021*/
.calendar-section .book-wrap ul > .calender-wrap li.mot-holiday > a.booking {
  background-position: -2px -316px;
}
.mot-booking-form-section .main-date-calender .cus-details {
  padding-bottom: 8px;
}
.sms-reminder-page-content .sms-reminder.table-content tbody tr td {
  text-transform: capitalize;
  -moz-text-transform: capitalize;
  -webkit-text-transform: capitalize;
  -ms-text-transform: capitalize;
  -o-text-transform: capitalize;
}
.mot-booking-form-12 .main-date-calender .full_day_holiday td.center-btn {
  padding: 0 !important;
}
.mot-booking-form-12 .main-date-calender .full_day_holiday .center-btn {
  margin-top: 7px;
  margin-bottom: 25px;
}
.calendar-section .mot-booking-wrap .main-date-calender table.full_day_holiday {
  background-color: #286a95;
  border: 5px solid #81aecb;
  border-radius: 10px;
  text-align: center;
}
.calendar-section
  .mot-booking-wrap
  .main-date-calender
  table.full_day_holiday
  table
  table
  tbody
  tr
  td:first-child
  label {
  text-align: center;
  font-size: 12px;
  font-family: Tahoma;
  margin-bottom: 0;
}
.calendar-section
  .mot-booking-wrap
  .main-date-calender
  table.full_day_holiday
  table
  table
  tbody
  tr
  td:first-child {
  padding-top: 16px !important;
  padding-bottom: 0 !important;
}
.calendar-section
  .mot-booking-wrap
  .main-date-calender
  table.full_day_holiday
  table
  table
  tbody
  tr
  td.center-btn {
  margin: 0 auto 25px;
  width: 100% !important;
}
.mot-booking-form-12 .book-details.book-details-success {
  margin-bottom: 18px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.car-book.mot-extra a {
  background-position: -2px -415px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.mot-fail a {
  background-position: -3px -492px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.mot-moc-booked a {
  background-position: -2px -551px;
}
/*17-07-2021*/

/*26-07-2021*/
img.marke-as-workingday.mark-workingslot-calander {
  margin-top: 9px;
}
img.marke-as-workingday {
  margin-top: 9px;
}

/*26-07-2021*/
/*12-8-2021*/
.calendar-section .book-wrap ul > .calender-wrap > li.mot-did-not-show a {
  background-position: -2px -704px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.mot-new-customer a {
  background-position: -3px -632px;
}
.calendar-section .book-sign-info-wrap > ul > li {
  margin-bottom: 8px;
}
.calendar-section .book-sign-info-wrap > ul > li.second-line {
  margin-right: 25px;
}
.calendar-section .book-sign-info-wrap > ul > li.second-line + .second-line {
  margin-right: 5px;
}
.calendar-section .book-sign-info-wrap > ul > li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.calendar-section .month-wrap div.month.active .month-name a {
  margin-left: -1px;
}
.calendar-section .book-section .set_moot_booked_icon {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0 17px;
}
.calendar-section
  .book-section
  .set_moot_booked_icon
  > .mot-icon-wrap:not(:last-child) {
  margin-right: 15px;
}
.calendar-section .book-section .set_moot_booked_icon > .mot-icon-wrap p {
  font-size: 17px;
  padding-top: 5px;
  line-height: 120%;
}
.calendar-section .book-section .set_moot_booked_icon > .mot-icon-wrap {
  margin-bottom: 10px;
}
/*12-8-2021*/

/*29-11-2021
.calendar-section .book-wrap ul > .calender-wrap > li.mot-new-customer a {
  background-position: center center;
  background-image: url("https://yoursmarthost.net/~motbooki/wp-content/uploads/2021/08/new.jpg");
}*/
/*
.calendar-section .book-wrap ul > .calender-wrap li .box {
	z-index: 7;
}
div#customerDDContainer div#customerDD p, div#customerDDContainer div#customerDD {
	position: relative;
	z-index: 99;
} */
.mot-booking-wrap #mot_booking {
  position: relative;
  z-index: 9;
}
div#customerDDContainer,
#carDDContainer {
  z-index: 99;
}

/*29-11-2021*/

.search-api-wrapper input[type="button"] {
  cursor: pointer;
}
/*03-02-2022*/
.sms-reminder-page-content .sms-reminder.table-content select.year_list {
  border: 1px solid #ccc;
  display: block;
  padding: 2px 30px 2px 10px;
  cursor: pointer;
  max-width: 90px;
  min-width: 90px;
  width: 90px;
}

body .site div.table-wrap-blue div#customerDDContainer,
body .site div.table-wrap-blue #carDDContainer {
  right: 230px;
}
body .site div.table-wrap-blue #customerDDContainer > div:first-child,
body .site div.table-wrap-blue #carDDContainer > div:first-child {
  width: 100%;
}

/* body .site .mot-booking-form-12 div.table-wrap-blue div#customerDDContainer,
body .site div.table-wrap-blue #carDDContainer {
  right: 450px;
} */
body .site .mot-booking-form-12 div.table-wrap-blue div#customerDDContainer {
  right: 450px;
}
.site div.table-wrap-blue #carDDContainer {
  right: 230px;
}
.calendar-section .book-wrap ul > .calender-wrap > li.mot-pass-fail a {
	background-position: -3px -238px;
}
/* font-family: 'Tahoma';
font-family: 'Gotham';
font-family: 'GrandHotel-Regular'; */


/*===================04-08-2023==========================*/

#customerDD, #carDD {
  height: 124px;
}
/************22-09-2023**************/
.mot-booking-form-section form table.success-after-detail  td.email {
  word-break: break-word;
}
.mot-booking-form-section form table.success-after-detail td.notes {
  word-break: break-all;
}
/***************07-11-2023********************/
body.logged-in nav.primary-navigation .primary-menu-container > ul > .menu-item > a {
    font-size: 13px;
}
body .site div.table-wrap-blue div#customer_details div#customerDDContainer {
  width: auto;
}
body .site div.table-wrap-blue div#customer_details div#customerDDContainer p {
  white-space: pre;
}
nav.primary-navigation .primary-menu-container > ul > .menu-item > a {
  padding: 10px 10px 0;
}
.mot-booking-form-section form table td.name_detail_wrap {
	display: inline;
}
.mot-booking-form-section form table td.name_detail_wrap label {
	display: inline;
}  
.mot-booking-form-section form table td.name_detail_wrap .up_detail_wrap {
	display: inline;
}
.mot-booking-form-section form table td.name_detail_wrap .up_detail_wrap {
	display: inline;
	padding-left: 15px;
}

/* Start CSS 16-08-2024 */
body .site div.table-wrap-blue div#customer_details div#customerDDContainer {
	left: auto;
	min-width: 230px;
}
/* End CSS 16-08-2024 */
/* start *** 18-11-2024 */
.calendar-section .mot-booking-wrap .main-date-calender .mot_pass_fail_tr .frm-radio {
	display: flex;
	align-items: center;
}
/* end *** 18-11-2024 */
/* start *** 21-11-2024 */
html.prev_loader .sms_table_tbody:before,
html.next_loader .next_sms_table:before,
html.mots_loader .mots_sms_table_tbody:before{
  display: block;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   content: "";
   background-color: #000;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   opacity: 0.6;
}
html.prev_loader .sms_table_tbody:after,
html.next_loader .next_sms_table:after,
html.mots_loader .mots_sms_table_tbody:after{
 border: 3px solid #fff;
 border-radius: 50%;
 width: 40px;
 height: 40px;
 -webkit-animation: spin 1s linear infinite;
 animation: spin 1s linear infinite;
 position: absolute;
 left: 0;
 right: 0;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 top: 0;
 bottom: 0;
 margin: auto;
 content: "";
 display: block;
 border-top: 3px dotted #104f7b;
 border-left: 3px solid #104f7b;
}
html.prev_loader .sms_table_tbody,
html.next_loader .next_sms_table,
html.mots_loader .mots_sms_table_tbody {
 position: relative;
}
/* end *** 21-11-2024 */

/* start *** 27-11-2024 */
.page-template-reports .sms_search_field_wrap.date_mot_wrap {
	width: 100%;
	margin-right: 0;
}
.page-template-reports .date_mot_wrap #mot_dropdown_search {
	max-width: 125px;
	margin-right: 1%;
}
.page-template-reports .date_mot_wrap .search_mot_wrap {
	display: flex;
	align-items: center;
	margin-left: 1%;
}
/* end *** 27-11-2024 */
/* start *** 24-06-2025 */
#content .wpcf7 form .g-recaptcha.wpcf7-not-valid > div {
    border: 1px solid red;
}
#content .wpcf7 form.sent .wpcf7-response-output, #content .wpcf7 form.invalid .wpcf7-response-output, #content .wpcf7 form.unaccepted .wpcf7-response-output, #content .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    margin: 20px 0 0;
    border-width: 1px;
    font-size: 16px;
    font-family: "Poppins";
    line-height: 100%;
    font-weight: 400;
    color: red;
    padding: 0.7em;
    text-align: center;
}
#content .wpcf7 form.sent .wpcf7-response-output {
    color: green;
    border-color: green;
}
/* end *** 24-06-205 */

/* start *** 17-06-2026 */
.sms_search_btn_wrap {
    display: flex;
    gap: 5px;
}
/* end *** 17-06-2026 */