@font-face {
  font-family: "Mosk-Bold";
  src: url("../font/MoskBold700.ttf") format("ttf"),
    url("../font/MoskBold700.woff") format("woff");
  /* url("../font/Fontspring-DEMO-theseasons.ttf") format("truetype"); */
  font-style: normal;
}

@font-face {
  font-family: "Mosk";
  src: url("../font/MoskNormal400.ttf") format("ttf"),
    url("../font/MoskNormal400.woff") format("woff");
  /* url("../font/Fontspring-DEMO-theseasons.ttf") format("truetype"); */
  font-style: normal;
}

html,
body {
  font-family: "Mosk";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

img {
  border: 0;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
}

input {
  outline: none;
}

.clear,
header,
footer {
  clear: both;
}

html,
body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
header,
footer {
  margin: 0;
  padding: 0;
}

.my_row,
.row {
  margin: 0 !important;
  padding: 0 !important;
}

strong {
  font-weight: 800;
}

nav .sidenav-trigger {
  float: right;
  margin: 0;
}

nav i.material-icons {
  font-size: 40px;
  color: #0094a4;
}

.submit-btn {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  width: 193px;
  height: 53px;
  display: inline-block;
  line-height: 53px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body {
  min-height: 100%;
}

.container {
  width: 100%;
  max-width: 1740px;
}

.warehouse-img img {
  width: 100%;
  max-width: 668px;
}

a.brand-logo img {
    max-width: 140px;
}
nav ul a{
  color: #000000;
}

.preloader-section {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.preloader-wrapper.pre-loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
}
.warehouse-img {
  text-align: center;
}

.error_divison {
  background: #f9edbe;
  border: 1px solid #f0c36d;
  color: #000000;
  padding: 8px 15px;
  margin: 10px auto;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  width: 300px;
  z-index: 1103;
  box-shadow: 1px 1px 2px 1px #ccc;
  line-height: 15px;
  text-align: center;
  display: none;
  border-radius: 2px;
  font-size: 14px;
}

.global_ajax_loader {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}

form.prebook-form .row:first-child {
  padding-bottom: 40px !important;
}

.global_ajax_loader .preloader-wrapper.pre-ang-loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
}

.global_ajax_loader .spinner-ang,
.global_ajax_loader .spinner-ang-only {
  border-color: #ff425f;
}

.preloader-section {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.preloader-wrapper.pre-loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
}

.email-mobile-number span.blue-color {
  border-right: 1px solid #cccccc;
  height: 22px;
  margin: 0 10px;
}

.soap-main-section {
  padding: 50px 0;
  max-width: 688px;
}

.soap-main-section .soap-desc {
  padding-bottom: 30px;
}

.email-mobile-number span img {
  padding-right: 10px;
}

.email-mobile-number span {
  display: inline-flex;
  align-items: center;
}
/* 
.gray-bg-section {
  background: linear-gradient(to bottom right, #00485c, #00001c, #00001c) fixed;
  height: 100vh;
  max-height: 1000px;
} */

.banner-left-section {
  padding-top: 60px;
}


.details-section {
  max-width: 1920px;
  margin: 0 auto;
}

.details-section>div.row {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.innerbanner-title{
  font-size: 34px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0094a4;
    height: 200px;
    width: 100%;
    font-weight: 900;
    letter-spacing: 1px;
}

.banner-image {
  background: url(../images/banner-image.png) no-repeat;
  height: 500px;
  background-position: center center;
  background-size: cover;
}
.inner-banner-image{
    background: url(../images/inner-banner-image.jpg) no-repeat;
  height: 200px;
  background-position: center center;
  background-size: cover;
}
.gray-bg-section .container {
  position: relative;
}

header {
  /* position: absolute;
  width: 100%; */
  /*position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;*/
}
nav ul a:hover {
    background-color: transparent;

}

nav {
  background-color: transparent;
  box-shadow: none;
  padding: 30px 20px;
}

.header-flex {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  justify-content: space-between;
}


.lifestyle-text {
  font-family: "Mosk-Bold";
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 96px;
  font-weight: 800;
  line-height: normal;
}

.patiencepays-desc {
  color: #fff;
  font-family: Mosk;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.lifestyle-text span {
  color: #126fdf;
}

.arrobot-head {
  color: #000000;
  font-family: 'Mosk-Bold';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  padding-bottom: 10px;
}


.warehouse-text .arrobot-desc {
    padding-bottom: 20px;
} 
.arrobot-desc ol {
    padding-left: 18px;
}
 .arrobot-desc ol li {
    padding-bottom: 10px;
}

.warehouse-section {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  margin: 50px 0;
}

.arrobot-head span {
  color: #0094a4;
  display: inline-block;
  font-size: 20px;
}
.disabled-sidebar {
 display: none;
}
.warehouse-text {
    text-align: left;
}

.warehouse-section .row {
  display: inline-flex;
  align-items: center;
}

.journey-section {
  text-align: center;
}
.journey-section .container:hover .arrobot-head, .journey-section .container:hover .arrobot-head span{
  color: #ffffff!important;
}
.journey-section .container:hover,.journey-section .container:hover::after {
  background-color: #126fdf;
  color: #ffffff;
}

.journey-content {
  max-width: 840px;
  text-align: center;
  margin: 0 auto;
}

.journey-section {
  position: relative;
}

.journey-section .container {
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 70px 20px;
}

.journey-section .container::after {
  background-color: #f0f0f0;
  position: absolute;
  content: "";
  right: 0;
  width: 20%;
  height: 100%;
  top: 0;
}

.ev-grid-section.row {
  padding-top: 30px !important;
  width: 100%;
}
.ev-grid-content .ev-desc {
  max-width: 330px;
  margin: 0 auto;
}
.ev-grid-content .ev-head {
  max-width: 270px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.amplify-cta.arbtn a {
  border: 1px solid #126FDF;
  padding: 30px 40px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  color: #126FDF;
  font-family: Mosk;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.amplify-cta.arbtn a:hover {
  color: #ffffff;
  background-color: #126FDF;
}

.ev-grid-section {
  padding-bottom: 100px !important;
  display: inline-block;
}

.amplify-cta.arbtn a::after {
  content: url(../images/btn-corner.svg);
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 1;
  height: 40px;
  width: 40px;
}

.amplify-cta.arbtn a:hover::after {
  content: url(../images/btn-corner-hover.svg);
}

.amplify-cta.arbtn {
  display: inline-block;
  text-align: center;
  width: 100%;
}


.tabs {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  width: 550px;
  background-color: transparent;
  margin: 0 auto;
  white-space: initial;
  text-align: right;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 88px;
  height: 88px;
  padding: 0 20px;
  margin: 32px 0;
  text-transform: uppercase;
}

.tabs .indicator {
  display: none;
}

.tabs .tab a {
  display: inline-flex;
  align-items: center;
  justify-content: right;
  color: #FFF;
  text-align: right;
  font-family: Mosk;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  width: 520px;
  height: 120px;
  gap: 70px;
}


.tab-wrap-section {
  display: inline-flex;
  align-items: flex-start;
  gap: 26px;
}

.tab-main-content {
  padding-top: 30px;
  display: inline-block;
}

.industry-main-sect {
  border-radius: 50px;
  background: url(../images/industry-image.png) no-repeat;
  height: 934px;
  margin-top: 70px;
}

.industry-right-sect {
  float: right;
}

.tab-content-section {
  max-width: 620px;
}

.tabs .tab img {
  width: 62px;
  margin-left: 70px;
}

.tab-heading {
  color: #126FDF;
  font-family: Mosk;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.tab-sub-head {
  color: #000;
  font-family: Mosk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
  padding-top: 12px;
}

.tab-content-section ul {
  padding-left: 40px;
  list-style-type: disc;
}

.tab-content-section ul li {
  list-style-type: disc;
  padding-bottom: 30px;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  font-size: 36px;
  color: #ffffff;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
  border: 2px solid #126FDF;
  border-radius: 50px;
  padding: 0 20px;
  position: relative;
  overflow: visible;
  gap: 70px;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: transparent;
  outline: none;
}

.tabs .tab a:hover::after,
.tabs .tab a.active::after {
  content: url(../images/industry-corner.svg);
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 1;
  height: 40px;
  width: 40px;
}

.adicons {
  height: 62px;
  width: 62px;
}

.form-section {
  background-color: #E6E6E6;
  width: 100%;
  display: inline-block;
  padding: 80px 50px;
  border-radius: 50px 0 0 50px
}

.input-field>div {
  font-size: 24px;
}

::placeholder {
  color: #A0A0A0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.mail-phone a {
  color: #000000;
    font-size: 18px;
  font-style: normal;
}
.mail-phone img {
    width: 18px;
}

.submit-btn::after {
  content: url(../images/btn-corner.svg);
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 1;
  height: 40px;
  width: 40px;
}

.submit-btn {
  letter-spacing: 2px;
  border: 1px solid #126FDF;
  padding: 0px 30px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  color: #126FDF;
  font-family: Mosk;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  width: 340px;
  text-align: center;
  background-color: #ffffff;
  text-transform: capitalize;
  height: 80px;
  line-height: 80px;
}

.submit-btn:hover {
  color: #ffffff;
  background-color: #126FDF;
}

.submit-btn:hover::after {
  content: url(../images/btn-corner-hover.svg);
}

.know-more-button {
  margin-left: 20px;
}

.Contact-section {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  display: inline-block;
}

footer {
  background-color: #fbfbfb;
  width: 100%;
  padding: 20px 0;
}
.footer-logo img {
    max-width: 110px;
}
.mail-phone {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 14px 0 0 0;
  gap: 14px;
}
.sidenav li > a:hover {
  background-color: #00001c;
  color: #ffffff;
}
footer .arrobot-desc {
  color: #000000;
    font-family: Mosk;
    font-size: 18px;
    line-height: 24px;
  font-weight: 300;
  padding-bottom: 10px;
}

.contact-image img {
  width: 100%;
}

[type="checkbox"]+span:not(.lever) {
  height: auto;
  color: #000000;
}


.collapsible-header {
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
    font-weight: 600;
}
.active .collapsible-header span {
  font-size: 22px;
  color: #126FDF;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
.tab-collapsible{
  display: none;
}


/*


.gray-bg-section .row .col:first-child {
  display: inline-flex;
  align-items: center;
  height: 400px;
}*/

.patiencepays-desc>div {
  padding-bottom: 20px;
}

.prebook-section-content {
  width: 100%;
  max-width: 1372px;
  margin: 0 auto;
  text-align: center;
}

.soap-img {
  text-align: center;
  width: 100%;
}

.soap-img img {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
}

.soap-img-sec {
  margin-top: -80px;
}

.experience-values {
  text-align: center;
  /* max-width: 1074px; */
/*  margin: 50px auto;*/
  width: 100%;
/*  padding: 50px 0;*/
}

.experience-values .psheading {
  padding-bottom: 60px;
}

.ev-grid .ev-image {
  height: 170px;
  display: inline-flex;
  align-items: center;
  margin: 20px 0;
}

.ev-head {
  color: #0094a4;
    text-align: center;
    font-family: Mosk;
    font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}

.contact-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 30px !important;
  margin-bottom: 10px !important;
}
.footer-logo {
    padding-bottom: 18px;
}

.copyright-section, .copyright-section a {
  padding: 16px 0;
  text-align: center;
  color: #000000;
    font-size: 14px;
}


.social-icons {
  float: right;
}

.social-icons a {
  margin: 0 10px;
}

.contact-details span {
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #cccccc;
  padding: 0 20px;
}

.contact-details span img {
  padding-right: 20px;
}

.contact-details span p a {
  color: #000000;
}

.contact-details span:last-child {
  border-right: none;
}

.prebook-section .psheading {
  padding-bottom: 20px;
}

.psheading {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  font-family: "FONTSPRING DEMO - The Seasons";
}

.soap-section {
  background-color: #feeae5;
  margin: 50px 0 0;
}

.prebook-section {
  margin: 50px 0;
  padding: 50px 0;
  display: inline-block;
  width: 100%;
}

.services-table table,.services-table th,.services-table td {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  font-size: 16px;
  padding: 8px 8px;
  line-height: 20px;
    font-family: 'Mosk';
    font-weight: 400;
  }
  .services-table{
    padding: 20px 0;
  }
  .service-section{
    display: inline-block;
    padding: 30px 0;
    width: 100%;
  }
  .service-section table tr th{
background-color: #0094a4;
padding: 10px 8px;
font-weight: 600;
color: #ffffff;
  }
  .contact-section .mail-phone{
    justify-content: center;
    padding: 0;
    padding-top:10px!important;
  }
  .contact-section .arrobot-head, .contact-section .arrobot-desc{
    padding-bottom: 0;
    padding-top: 10px;
  }
  .warehouse-section.team-page{
    padding: 50px 0 20px;
    margin: 50px 0 20px;
  }