@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);

#responseMessage {
  color: #ffff;
}

input,
textarea {
  outline: none;
}

.demoHtml {
  padding: 60px 0 100px !important;
}

#bespoke-sec h2,
#faqsec .head,
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager,
.heading,
.imgd {
  text-align: center;
}

.btn-blogcont,
.btn-blogcont:hover,
.btn-connect,
a,
button {
  transition: 0.2s ease-in-out;
}
#address-sec .adrsecbox .icondiv1 {
    /* background-color: #002d48; */
    /* padding: 5px; */
    /* margin-right: 10px; */
    width: 100%;
    /* height: 40px; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* color: #fff; */
    /* font-size: 20px; */
}
#address-sec .adrsecbox h3 {
    margin: 0 0 16px;
    line-height: normal;
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    font-size: 22px;
    font-weight: 500;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* width: 100%; */
    /* letter-spacing: normal; */
}
#content-page li,
#content-page p,
#content-page ul li {
  color: #667085;
  padding-top: 0;
  line-height: 22px;
  font-size: 16px;
}

.modal,
body {
  overflow-x: hidden;
}

#contact-page .form-control,
body,
button {
  font-family: "Work Sans", sans-serif;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-building-o:before {
  content: "\f1ad";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-phone:before {
  content: "\f095";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.bx-wrapper {
  position: relative;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

#banner .banner-divider::before,
.bx-wrapper .bx-prev,
.sellglobally-border::before {
  left: 0;
}

.bx-wrapper .bx-next::before,
.bx-wrapper .bx-prev::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 5px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.bx-wrapper .bx-prev::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next,
.sellglobally-border::after {
  right: 0;
}

.bx-wrapper .bx-next::before {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  text-indent: -9999px;
  width: 50px;
  background: #000;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 111;
  opacity: 0.5;
  transition: opacity 0.15s;
}

.bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.9;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

article,
aside,
div,
footer,
header,
li,
nav,
section,
span,
ul {
  padding: 0;
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
}

body {
  margin: 0;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

a {
  color: inherit;
}

button {
  cursor: pointer;
}

header {
  float: left;
  width: 100%;
  padding: 18px 0;
}

.address-main,
.banner-slide-main,
.benefits-content,
.bespoke-content,
.blog-content,
.concierge-Service-main,
.content-row,
.footer-content,
.header-content,
.videosec-content {
  display: flex;
  flex-wrap: wrap;
}

.bespoke-content,
.content-row,
.header-content,
.videosec-content {
  align-items: center;
}

.header-content {
  justify-content: space-between;
}

.logo {
  float: left;
  width: 100%;
  max-width: 190px;
  padding: 0.3125rem 0;
}

#shortmenu,
#shortmenu ul,
.logo a,
.logo a img {
  float: left;
  width: auto;
}

.navigation {
  float: right;
  width: auto;
}

#shortmenu ul li {
  float: left;
  width: auto;
  list-style: none;
}

#shortmenu ul.op1 li.active a {
  font-weight: 600;
}

#shortmenu ul li a {
  color: #002d48;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

#shortmenu ul.op1 li a {
  color: #002d48;
  padding: 40px 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

#shortmenu ul.op1 li a::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #002d48;
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
}

#shortmenu ul.op1 li a::after {
  width: 8px;
  height: 1px;
  border-radius: 50%;
  background: #002d48;
  content: "";
  position: absolute;
  left: 6px;
  top: 48px;
}

/* ------------------------------------------------- */
#shortmenu ul.op2 li a {
  color: #002d48;
  padding: 5px 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}



#shortmenu ul.op2 li a::after {
  font: normal normal normal 14px / 1 FontAwesome;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "\f105";
  position: absolute;
  right: -11px;
  top: 6px;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}


#shortmenu ul.op2 li:last-child a::after {
  display: none;
}

/* submenu*/
.dropdown-content{
  margin-top:37px; 
}
.dropdown-content li a:before, .dropdown-content li a:after{display: none}
.dropdown-content li  {
  width: 100% !important;
}
.dropdown-content li a {
  background-color:#002d48;
  padding: 15px 10px !important;
  color: #fff!important;
}
.dropdown-content li a:hover {
  background-color: #fff;
  color: #002d48!important;
}
.dropbtn {
  background-color: #fff;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  top: 24px;
  /*padding: 10px 10px 10px 10px;*/
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 285px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}


/* Added The Below Css for Pipe between the menu items*/
/* #shortmenu ul li:not(:last-child) a:after {
  content: "|";
  position: absolute;
  right: -3px;
  top: 7px;
} */

.login-btn {
  border: 1px solid #000;
  background: #fff;
  padding: 5px 7px;
  color: #002d48;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler {
  cursor: pointer;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.65);
  background: 0 0;
  border-radius: 0.375rem;
  outline: 0;
  border: #ffdead;
  float: right;
  display: none;
}

#banner,
.banner-btn {
  display: inline-block;
}

#banner {
  width: 100%;
  float: left;
}

#banner img {
  width: 100%;
  height: auto;
}

#banner .bannerContent {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
}

#banner .bannerContent .row {
  height: 100%;
}

.m-0 {
  margin: 0 !important;
}

#banner .bannerContent .colone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#banner .bannerContent .col-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner .bannerContent .coltwo {
  /*display: flex;
  align-items: center;
  justify-content: flex-start;*/
}
.bannerhome{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeheading1{
  color: #fff;text-align: center;font-weight: normal;padding-bottom: 10px;line-height: 28px;
}
.homeheading2{
  color: #fff;text-align: center;margin-bottom: 20px
}
.banner-btn1{
  display: table;background-color: #fff;font-weight: bold;color: #002c44 !important;
    margin: 0 auto;margin-top: 20px;
}
.column-left,
.column-right {
  float: left;
  width: 46%;
  padding: 0 12px;
}
.column-right{display: flex;align-items: center;}

.column-center {
  float: left;
  width: 16%;
  padding: 0 12px;
}

#banner .bannerContent .lbl {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#banner .banner-divider {
  height: 2px;
  background: #fff;
  width: 100%;
  position: relative;
}

#banner .banner-divider::after,
#banner .banner-divider::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -7px;
}

.banner-divider::after {
  background: #002e46 !important;
  right: 0;
  left: auto;
}

#banner .banner-divider span {
  width: 50%;
  background: #002e46;
  position: absolute;
  height: 2px;
  right: 0;
  z-index: 1;
}

#banner .bannerContent .bntcont img {
  max-width: 80px;
  margin-bottom: 10px;
}

#banner .bannerContent .bntcont {
  color: #fff;
  max-width: 500px;
  margin: 20px;
}

#banner .bannerContent .bntcont p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  min-height: 60px;
}

.banner-btn {
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 0px;
  padding: 6px 12px;
}

.desk,
.desk-1440,
.min-desk,
.mob {
  display: none !important;
}

.btn-blogcont,
.btn-connect,
.quote,
.sellglobally-border {
  display: inline-block;
}

#videosec {
  float: left;
  width: 100%;
  background: #f5f5f5;
  position: relative;
  transform: perspective(1px) translateZ(0);
  padding: 25px 0;
  
}

#videosec:after,
#videosec:before {
  content: "";
  position: absolute;
  background: url(../images/circle-texture.png) 0 0 / cover no-repeat;
  width: 16%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}

#videosec:after {
  transform: rotate(180deg);
  left: 0;
}

.content-left,
.video-left {
  float: left;
  width: 50%;
  padding: 0 12px;
}

.content-right,
.video-right {
  float: right;
  width: 50%;
  padding: 0 12px;
}

#inner-banner,
.top-service {
  padding-top: 32px;
}

.quote {
  width: 40px;
  height: 24px;
  background: url(../images/quote.png) top left/contain no-repeat;
}

#accept-cookies,
.btn-connect,
.sellglobally-border,
footer {
  background: #002d48;
}

.video-right h2 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #002d48;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.connect-block p,
.video-right p {
  color: #101828;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.sellglobally-border {
  width: 170px;
  height: 2px;
  margin: 10px auto;
  position: relative;
  opacity: 0.5;
}

#bespoke-sec,
#blog,
#blog-detail,
#blog-page,
#content-page,
.connect-block,
.connect-extra-para {
  width: 100%;
  float: left;
}

.sellglobally-border::after,
.sellglobally-border::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #002d48;
  border-radius: 100%;
  position: absolute;
  top: -4px;
}

.bottom-service {
  padding-bottom: 32px;
}

.connect-block h2 {
  margin: 0 0 6px;
  color: #002d48;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
}

#bespoke-sec h2,
.blogcont h3,
section#bespoke-sec h3 {
  letter-spacing: normal;
  font-weight: 600;
}

.connect-block p {
  margin-bottom: 16px;
}

.btn-connect {
  border-radius: 0;
  color: #fff;
  border: 0;
  padding: 8px 12px;
}

#bespoke-sec {
  background: #f5f5f5;
  padding: 32px 0;
}

#video-tutorial,
.heading {
  background-color: #002d48;
}

#bespoke-sec .column {
  float: left;
  width: 25%;
}

#bespoke-sec h2 {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: normal;
  color: #002d48;
}

section#bespoke-sec h3 {
  font-size: 18px;
  line-height: normal;
  color: #002d48;
  text-align: center;
  margin: 16px 0;
}

.heading {
  padding: 32px 0 40px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.blog-content {
  margin-top: -16px;
}

.address-column,
.blog-column,
.conciergeService-column {
  float: left;
  width: 33.33%;
  padding: 0 12px;
}

.blogcont {
  padding: 20px;
}

.blogbox {
  background-color: #fff;
  border: 1px solid rgba(0, 45, 72, 0.2);
  height: 100%;
}

.blogcont h3 {
  margin: 0 0 0px;
  line-height: normal;
  white-space: normal;
  overflow: visible;
  text-overflow: inherit;
  font-size: 19px;
  flex: auto;
  color: #1d2939;
  cursor: pointer;
}

.btn-blogcont {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #000;
  background: #b7e0e4;
  padding: 3px;
}

.btn-blogcont:hover {
  margin-left: 20px;
}

.slider-1 {
  display: flex;
  overflow: hidden;
  display: flex;
  width: 100%;
}

.logos {
  white-space: nowrap;
}

.logos img {
  height: 40px;
  margin: 24px 12px 24px 24px !important;
  vertical-align: middle;
}

.logos span {
  font-size: 16px;
  line-height: 26px;
  color: #343434;
}

footer {
  float: left;
  width: 100%;
  padding: 32px 0;
}

.footer-column {
  float: left;
  width: 25%;
  padding: 0 12px;
  position: relative;
}

.other-link-column {
  width: 16.66%;
}

.subscribe-column {
  width: 33.33%;
}

footer .footer-logo img {
  max-width: 180px;
  height: auto;
}

.follow-up,
.footer-legal {
  position: absolute;
  bottom: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

footer .footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 0;
  position: relative;
  display: block;
  line-height: 26px;
}

footer .follow-up .list-inline {
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0 0;
  padding-left: 0;
  list-style: none;
}

footer .follow-up .list-inline li {
  margin-right: 5px;
}

footer .follow-up .list-inline li a {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  width: 38px;
}

footer .follow-up .list-inline li a:hover {
  background: #094266;
}

footer .quick-links ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

footer .quick-links ul li {
  display: block;
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: normal;
}

footer .quick-links ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 7px;
}

footer .quick-links ul li a {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-decoration: none;
}

footer .top-part .subscribewrp {
  margin-bottom: 15px;
  position: relative;
}

.get-touch .gettouchwrp .input-group,
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

#blog-banner,
#blog-banner h3,
#blog-banner p,
#cookie-popup,
#inner-banner,
#inner-banner h3,
#inner-banner p,
.content-box {
  text-align: center;
}

footer .subscribewrp .form-control {
  border-radius: 0;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  position: relative;
  flex: 1 1 auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
}

footer .subscribewrp .input-group .btn {
  background: #fff;
  color: #002d48;
  border-radius: 0;
  cursor: pointer;
  margin-left: -1px;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 13px;
  font-family: "Work Sans", sans-serif;
}

footer .subscribewrp .form-control::placeholder {
  color: #fff;
}

.footer-legal li {
  display: inline-block !important;
  list-style: none;
  position: relative;
  padding-right: 15px;
  line-height: 9px;
}

.footer-legal li a {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.legal::after {
  display: inline-block;
  color: #7691ad;
  position: absolute;
  content: "|";
  top: 15%;
  right: 3%;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}

#video-tutorial {
  float: left;
  width: 100%;
  padding: 60px 0 32px;
}

.video-sec-content {
  float: left;
  width: 100%;
  padding: 10px;
  background: #fff;
}

.video-sec-left {
  float: left;
  width: 67%;
}

.video-sec-right {
  float: right;
  width: 33%;
}

.video-left iframe,
.main-video-content iframe {
  border: none;
}

.video-list-content {
  height: 418px;
  overflow-y: scroll;
}

.video-list-content .list .list-video {
  width: 100px;
  border-radius: 5px;
}

.sideblog-title a,
.video-list-content .list.video-active .list-title {
  color: #101828;
}

.video-list-content .list .list-title {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #101828;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.video-list-content .list a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
}

.video-title {
  margin: 10px 0 6px 10px;
  color: #002d48;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 30px;
}

.video-list-content .list a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#cookie-popup {
  position: fixed;
  bottom: 0;
  z-index: 11111;
  left: 0;
  background: #fff;
  padding: 20px;
  box-shadow: 0 -2px 20px #002d4847;
}

.popup-content button {
  background: 0 0;
  border: 1px solid #002d48;
  color: #002d48;
  border-radius: 5px;
  font-size: 16px;
  padding: 9px 19px;
}

#accept-cookies {
  color: #fff;
  margin: 10px 5px;
  padding: 9px 21px;
}

.popup-content h3 {
  font-size: 20px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.popup-content p {
  font-size: 14px;
  margin-bottom: 1rem;
  color: #343434;
  line-height: 26px;
}

#inner-banner {
  float: left;
  width: 100%;
  border-top: 1px solid #f2f4f7;
}

.description {
  margin-top: 16px;
  padding-bottom: 32px;
}

.bnr-btn-primary,
.bnr-btn-secondary {
  margin: 0 5px;
  padding: 10px 24px;
  line-height: 1.5;
}

#inner-banner span {
  color: #101828;
  font-size: 18px;
  text-align: left;
  display: block;
  margin-bottom: 20px;
  line-height: 26px;
}

#content-page .pagename,
#inner-banner h3,
.globaly-manufacturing h2 {
  font-size: 30px;
  line-height: normal;
}

#inner-banner span small {
  color: #93b8bb;
}

#inner-banner h3 {
  font-weight: 700;
  color: #002d48;
  margin: 0 auto 16px;
  letter-spacing: 0.5px;
  max-width: 800px;
}

#inner-banner p {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 28px;
}

#inner-banner .btnrow {
  display: flex;
  margin-top: 32px;
  justify-content: center;
}

.bnr-btn-secondary {
  background: #fff;
  border-radius: 0;
  color: #344054;
  border: 1px solid #d0d5dd;
  font-size: 18px;
}

.bnr-btn-primary,
.bnr-btn-secondary:hover {
  background: #002d48;
  color: #fff;
}

.bnr-btn-primary {
  border-radius: 0;
  border: 0;
  font-size: 18px;
}

.bnr-btn-primary:hover {
  background: #02385a;
}

.faq-bnr-btn {
  margin-top: 1rem;
  display: inline-block;
}

.inner-connect-sec {
  padding: 10px 0;
}

.concierge-Service .conbox ul,
.connect-block ul {
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
  flex: auto;
}

.blog-page,
.sideblog {
  justify-content: space-between;
}

.concierge-Service .conbox ul li,
.connect-block ul li {
  color: #002d48;
  font-size: 0.9rem;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding-left: 32px;
  background: url(../images/true.svg) left center/20px no-repeat;
  text-align: left;
}

.connect-block .btnorow {
  display: flex;
  padding-top: 16px;
}

.connect-block .btnorow a {
  margin: 0 10px 0 0;
}

#address-sec,
#faqsec,
.concierge-Service,
.globaly-manufacturing,
.sell-globaly-bottom {
  float: left;
  width: 100%;
  padding: 32px 0;
}

.globaly-manufacturing h2 {
  font-weight: 600;
  color: #002d48;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

.globaly-manufacturing p,
.sell-globaly-bottom p {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
  line-height: 26px;
}

.globaly-manufacturing .row,
.sell-globaly-bottom .row {
  padding: 0 12px;
}

.benefits-manufacturing {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.benefits-column {
  float: left;
  width: 50%;
  padding: 10px;
}

.content-box {
  border: 2px solid #e7eaeb;
  padding: 30px;
  position: relative;
  height: 100%;
}

.content-box img {
  width: 150px;
}

.content-box p {
  color: #101828;
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 26px;
}

#blog-detail h4,
.content-box h4 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.content-box h4 {
  color: #002d48;
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}

.content-box::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #11333a;
  border-width: 2px 0 0 2px;
  top: -2px;
  left: -2px;
}

.bottom_corners::before,
.content-box::after {
  border: 2px solid #11333a;
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
}

.content-box::after {
  top: -2px;
  right: -2px;
  border-width: 2px 2px 0 0;
}

.bottom_corners::before {
  bottom: -2px;
  left: -2px;
  border-width: 0 0 2px 2px;
}

.bottom_corners::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 30px;
  height: 30px;
  border: 2px solid #11333a;
  border-width: 0 2px 2px 0;
}

.connect-bottom {
  margin-top: 0.5rem;
  padding: 0 12px;
}

.bottom-content {
  margin: 15px 0 0;
}

#blog-banner {
  float: left;
  width: 100%;
  padding: 64px 0;
  background: #002d48;
}

#blog-banner p {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

#blog-banner h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

#blog-page .blogbox {
  border-radius: 5px;
  box-shadow: 0 0 10px 4px rgba(16, 24, 40, 0.12);
  border: 0;
  overflow: hidden;
}

#blog-page .blog-column {
  padding-bottom: 24px;
}

.blogimg img {
  max-width: 100%;
  width: 100%;
  display: block;
}

#content-page .pagename {
  margin: 0;
  color: #002d48;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

#contact-page .form-control,
.get-touch .gettouchwrp .form-control {
  line-height: 1.5;
  background: 0 0;
  padding: 0.375rem 0.75rem;
  display: block;
}

#content-page .pagename h3 {
  color: #002d48;
  letter-spacing: normal;
  font-size: 30px !important;
  line-height: 30px;
  text-align: left;
  background-color: #fff !important;
  font-weight: 600;
  max-width: 100%;
  padding: 0 0 10px !important;
}

#content-page li,
#content-page p {
  letter-spacing: normal;
  margin-bottom: 16px;
  text-align: left;
  font-weight: 400;
}

#blog-detail h2,
#content-page h3 {
  font-weight: 600;
  color: #002d48;
  letter-spacing: normal;
}

#content-page p a:hover {
  color: #002d48;
}

#content-page h3 {
  margin: 16px 0 5px;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  background-color: #f5f5f5;
  padding: 10px 20px;
  max-width: 100%;
}

#content-page ol,
#content-page ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

#content-page ul {
  margin: 0 0 16px 24px;
  padding: 0;
}

#content-page ul li {
  margin-bottom: 5px;
  letter-spacing: normal;
  list-style: none;
  background: url(../images/true.svg) left top/20px no-repeat;
  padding-left: 32px;
  text-align: left;
}

.expiry {
  font-style: italic;
  text-decoration: underline;
}

.blog-page {
  display: flex;
  flex-wrap: wrap;
}

#blog-detail .blogcontainer {
  width: 66%;
}

#blog-detail .backbtn {
  color: #002d48;
  display: block;
  text-align: right;
  font-weight: 500;
}

#blog-detail h2 {
  font-size: 2rem;
  line-height: normal;
  margin: 0 0 16px;
}

#blog-detail img {
  margin-bottom: 16px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#blog-detail p {
  color: #101828;
  font-size: 0.9rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

#blog-detail h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

.sidebar {
  width: 32%;
  margin-top: 32px;
  background-color: #f5f5f5;
  height: fit-content;
}

.block-title {
  font-family: Roboto, sans-serif;
  font-size: 14px !important;
  line-height: 1.6 !important;
  border-bottom: 2px solid #222;
  margin: 16px 12px !important;
  font-weight: 500 !important;
}

#blog-detail .nextprevwrap a .fa,
.title {
  font-size: 14px;
}

.sidebar span {
  line-height: 17px;
  padding: 4px 12px;
  background-color: #222;
  color: #fff;
}

.sideblog {
  display: flex;
  padding: 0 12px;
  align-items: center;
}

.sideblog-img {
  width: 36%;
}

.sideblog-title {
  width: 62%;
}

.title {
  line-height: 18px;
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 1px;
}

.concierge-Service h2,
.concierge-heading,
.subheading {
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 700;
}

#blog-detail .nextprevwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 20px;
}

#blog-detail .nextprevwrap a {
  font-size: 1rem;
  color: #101828;
  line-height: 26px;
}

.concierge-heading {
  margin: 0 0 16px;
  color: #002d48;
  font-size: 30px;
  text-align: left;
}

.concierge-Service .subtxt {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: left;
  line-height: 26px;
}

.concierge-Service h2 {
  margin: 30px 0;
  color: #002d48;
  font-size: 30px;
  display: block;
  width: 100%;
}

.concierge-Service .conbox {
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.concierge-Service .conbox .imgd {
  margin-bottom: 32px;
  margin-top: 16px;
}

.concierge-Service .conbox h5 {
  color: #002d48;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
  font-weight: 600;
}

.concierge-Service .conbox p {
  flex: auto;
  color: #002d48;
  font-size: 0.9rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.concierge-Service .conbox .btn-primary {
  background: #002d48;
  border-radius: 0;
  color: #fff;
  border: 0;
  padding: 13px 24px;
  font-size: 18px;
  cursor: pointer;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  outline: 0;
}

.tab,
.tabs {
  overflow: hidden;
}

.open-popup {
  display: block;
}

.modal-content {
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: padding-box #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.5rem;
  outline: 0;
}

.form-three-column,
.form-two-column {
  margin-bottom: 20px;
  margin-right: 10px;
}

.closeModal {
  position: absolute;
  font-size: 40px;
  border-radius: 30px;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #bdbdbd;
  cursor: pointer;
}

.modal .modal-content h2 {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
}

.form-two-column {
  width: 40%;
  display: inline-block;
}

.form-three-column label,
.form-two-column label {
  color: #9a9a9a;
  display: inline-block;
}

.form-three-column input,
.form-three-column textarea,
.form-two-column input,
.form-two-column textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #000;
  padding: 10px;
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
}

.form-three-column {
  width: 31%;
  display: inline-block;
}

#contact-page,
.form-textarea,
.get-touch,
.tab {
  width: 100%;
}

label[for][data-required]:after {
  content: " *";
  color: red;
}

.modal-content p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
}

.get-touch h3,
.get-touch p,
.stillqa h3,
.tab-content p,
.tab-content ul li {
  line-height: normal;
}

label a {
  color: #0d6efd;
}

.modal-content .submitBtn {
  text-align: end;
}

.modal-content .btn-primary {
  background: #002d48;
  border-radius: 0;
  color: #fff;
  border: 0;
  padding: 13px 24px;
  font-size: 18px;
  margin-top: 10px;
}

.subheading {
  color: #002d48;
  font-size: 30px;
  margin: 16px 0;
  text-align: center;
}

.contact-banner .subheading {
  text-align: left;
}

.contact-para {
  text-align: left !important;
}

#contact-page {
  float: left;
  padding-top: 32px;
}

#contact-page .contactform {
  max-width: 672px;
  text-align: left;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

#contact-page .form-control {
  border: 0;
  border-bottom: 1px solid #101828;
  border-radius: 0;
  color: #000;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  appearance: none;
}

textarea.form-control {
  min-height: 72px;
}

#contact-page .btn-primary {
  background: #002d48;
  border-radius: 0;
  color: #fff;
  border: 0;
  padding: 13px 24px;
  font-size: 18px;
  margin: 0 5px;
}

#address-sec .adrsecbox {
  /*background-color: #ccd5da;*/
  padding: 20px;
  height: 100%;
  /*border-radius: 15px;*/
}

#address-sec .adrsecbox .icondiv {
  background-color: #002d48;
  padding: 5px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

#address-sec .adrsecbox h3 {
  margin: 0 0 16px;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: normal;
}

#address-sec .adrsecbox h6,
#address-sec .adrsecbox p {
  color: #101828;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin: 0 0 10px;
}

#address-sec .adrsecbox h6 {
  font-size: 18px;
}

#address-sec .adrsecbox p {
  font-size: 16px;
}

#faqsec .head h3,
.get-touch h3,
.get-touch p {
  color: #002d48;
  text-align: center;
}

.marq-bottom {
  border-top: 1px solid #f5f5f5;
}

.get-touch {
  float: left;
  padding: 32px 0;
  background: #f9fafb;
  margin-top: 20px;
  text-align: center;
}

.get-touch h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
}

.get-touch p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto;
}

.stillqa h3,
.tab-label {
  font-weight: 500;
  letter-spacing: normal;
}

.get-touch .gettouchwrp {
  position: relative;
  max-width: 410px;
  margin: 16px auto 0;
}

.get-touch .gettouchwrp .form-control {
  border-radius: 0;
  border: 1px solid #d0d5dd;
  color: #667085;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

.get-touch .gettouchwrp .input-group .btn {
  background: #002d48;
  border-radius: 0;
  color: #fff;
  border: 0;
  margin-left: 10px;
  position: relative;
  z-index: 2;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-control:focus {
  box-shadow: none;
}

#faqsec .head h3 {
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 600;
}

#faqsec .head p {
  color: #343434;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
}

.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab {
  color: #fff;
  border-bottom: 1px solid #dee2e6;
  line-height: 46px;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 5px 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  align-items: center;
}

.tab-label::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/plus.svg) 0 0/16px no-repeat;
}

.tab-content {
  max-height: 0;
  color: #2c3e50;
  background: #fff;
  transition: 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #1a252f;
}

input:checked+.tab-label::after {
  transform: none;
  background: url(../images/minus.svg) 0 0/16px no-repeat;
}

input:checked~.tab-content {
  max-height: 100vh;
}

.tab-content p {
  padding: 0 0 16px;
  color: #667085;
  font-size: 16px;
  letter-spacing: normal;
}

.tab-content ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.stillqa h3,
.stillqa p {
  font-size: 16px;
  margin: 0 0 16px;
}

.tab-content ul li {
  text-align: left;
  color: #667085;
  font-size: 16px;
  letter-spacing: normal;
}

.stillqa {
  float: left;
  width: 100%;
  padding: 32px 0;
  background: #f9fafb;
  text-align: center;
}

.stillqa .qaimg {
  width: 100%;
  margin-bottom: 16px;
  height: auto;
}

.stillqa h3 {
  color: #101828;
}

.stillqa p {
  color: #667085;
}

.stillqa .btn-primary {
  background: #002d48;
  border-radius: 0;
  color: #fff;
  border: 0;
  margin: 0 10px 0 0;
  padding: 13px 24px;
  font-size: 18px;
  display: inline-block;
}

@media only screen and (max-width: 1600px) {
  .min-desk {
    display: block !important;
  }

  .xldesk {
    display: none !important;
  }

  #banner .bannerContent .lbl {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  .min-desk {
    display: none !important;
  }

  .desk-1440 {
    display: block !important;
  }
}

@media screen and (max-width: 1400px) {
.homeheading1 {font-size: 16px;}
.homeheading2 {font-size: 16px;}
 #banner .bannerContent .bntcont img {
  max-width: 70px;
  margin-bottom: 10px;
}
 .column-left{width: 37%;} 
 .column-right{width: 60%;}

  .desk-1440,
  .min-desk {
    display: none !important;
  }

  .xldesk {
    display: block !important;
  }
}

@media only screen and (max-width: 1366px) {
 .homeheading1{font-size: 14px;padding-bottom: 5px;
  line-height: 20px;}
 .homeheading2{font-size: 14px;margin-bottom: 0px;}
 
 #banner .bannerContent .bntcont img {
  max-width: 60px;
  margin-bottom: 5px;
}
 .column-left{width: 45%;} 
 .column-right{width: 50%;}

  .xldesk {
    display: none !important;
  }

  .desk {
    display: block !important;
  }

  #banner .bannerContent .lbl {
    font-size: 22px;
  }

  #banner .bannerContent .bntcont p {
    font-size: 14px;
    min-height: auto;
    margin-bottom: 5px;
  }

  .video-list-content {
    height: 420px;
  }

  #video-tutorial {
    padding: 40px 12px 12px;
  }

  #videosec {
    padding: 26px 0;
  }
}

@media only screen and (max-width: 1280px) {
  header {
    padding: 12px 0;
  }

  .logo {
    max-width: 170px;
  }

  .desk {
    display: none !important;
  }

  .xldesk {
    display: block !important;
  }

  #videosec {
    padding: 22px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .homeheading1{font-size: 14px;padding-bottom: 5px;
  line-height: 20px;}
 .homeheading2{font-size: 14px;margin-bottom: 0px;}
 
 #banner .bannerContent .bntcont img {
  max-width: 50px;
  margin-bottom: 5px;
}
#banner .bannerContent .bntcont p{
  font-size: 11px;
}
.banner-btn{
  font-size: 12px;
}
  .logo {
    max-width: 140px;
  }

  #shortmenu ul li a {
    padding: 5px 10px;
    font-size: 14px;
  }

  .login-btn {
    padding: 5px 8px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1100px) {
  header {
    padding: 18px 0;
  }

  .video-list-content {
    height: 353px;
  }

  .main-video-content iframe {
    width: 100%;
    height: 353px;
  }
  .homeheading1{font-size: 15px;line-height: 22px;}
 .homeheading2{font-size: 15px;margin-bottom: 0px;}
}

@media only screen and (max-width: 1024px) {
.homeheading1{font-size: 13px;margin-bottom: 0px;}
 .homeheading2{font-size: 13px;margin-bottom: 0px;}
 .column-left{width: 37%;} 
 .column-right{width: 60%;}

  #banner .bannerContent .bntcont p,
  .banner-btn {
    font-size: 12px;
  }

  .banner-btn {
    margin-top: 5px;
  }

  #banner .bannerContent .bntcont img {
    max-width: 60px;
    margin-bottom: 0px;
  }

  #shortmenu ul.op1 li a {
    padding-right: 14px;
  }


}

@media only screen and (max-width: 900px) {
  #banner .bannerContent .bntcont img {
    max-width: 40px;
    margin-bottom: 0px;
  }
  .homeheading1{font-size: 13px;line-height: 19px;}
 .homeheading2{font-size: 13px;margin-bottom: 0px;}
  #shortmenu ul li:not(:last-child) a:after {
    display: none;
  }

  #shortmenu ul.op1 li a::before, #shortmenu ul.op1 li a::after {
    display: none;
  }

  .login-btn {
    margin-right: 10px;
  }

  .connect-block p {
    margin-bottom: 10px;
  }

  #bespoke-sec .column,
  .footer-column {
    width: 33.33%;
  }

  .subscribe-column {
    width: 50%;
    float: none;
    display: table;
    margin: 20px auto 0;
    text-align: center;
  }

  .footer-legal {
    position: static;
    display: table;
    margin: 0 auto;
  }

  #shortmenu ul li a,
  .login-btn,
  .navbar-toggler {
    display: inline-block;
  }

  #blog-detail h2 {
    font-size: 24px;
  }

  .video-title {
    font-size: 18px;
    line-height: 24px;
  }

  .main-video-content iframe,
  .video-list-content {
    height: 229px;
  }

  .video-sec-left {
    width: 58%;
  }

  .video-sec-right {
    width: 42%;
  }

  #bespoke-sec .column:first-child {
    width: 100%;
    padding-bottom: 32px;
  }

  #shortmenu {
    display: none;
    background: #fff;
    border: 1px solid #f1f1f1;
    margin: 0;
    max-width: 300px;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 76px !important;
    z-index: 9;
  }

  .active-menu {
    display: block !important;
  }

  #shortmenu ul li a:hover,
  header #shortmenu li.active a {
    background: #002d48;
    color: #fff;
  }

  #shortmenu ul li {
    width: 100%;
  }

  #shortmenu ul li a {
    padding: 16px !important;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  #shortmenu ul li:last-child a {
    border-bottom: none;
  }
}

@media screen and (max-width: 800px) {

  #banner .bannerContent .bntcont img {
    max-width: 35px;
    margin-bottom: 0px;
  }
  .homeheading1{font-size: 11px;line-height: 15px;margin-bottom: 0px;}
 .homeheading2{font-size: 11px;margin-bottom: 0px;}
 #banner .bannerContent .bntcont p{
  font-size: 9px;line-height: 15px;
 }
  .banner-btn {
    font-size: 9px;
  }

  .connect-block p,
  .connect-block ul li,
  .content-box p,
  .globaly-manufacturing p,
  .sell-globaly-bottom p {
    font-size: 14px;
    line-height: 24px;
  }

  #blog-detail .nextprevwrap {
    margin-top: 12px;
  }

  .address-column {
    width: 40%;
  }

  #videosec .video-right h2 {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .quote {
    width: 19px;
    height: 17px;
  }

  .video-right p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {

  #blog-banner h3,
  #inner-banner h3,
  .connect-block h2,
  .globaly-manufacturing h2 {
    font-size: 26px;
  }

  #content-page .pagename h3 {
    font-size: 26px !important;
    padding: 0 !important;
  }

  #blog-banner h3 {
    font-size: 28px;
  }

  #blog-banner {
    padding: 44px 0;
  }

  .blogcont h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .modal .modal-content h2 {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .modal-content p {
    font-size: 12px;
    line-height: normal;
  }

  #banner .bannerContent .lbl {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .xldesk {
    display: none !important;
  }

  #banner .banner-divider span {
    height: 50%;
    width: 2px;
    bottom: 0;
  }

  .videosec .videocontent {
    font-size: 22px;
    padding: 32px 0;
  }

  .mob {
    display: block !important;
    height: 666px !important;
  }

  .blogimg img {
    width: 100%;
    margin: auto;
  }

  #banner .bannerContent .bntcont img {
    display: table;
    margin: 0 auto 5px;
  }

  #banner .bannerContent .bntcont p br {
    display: none;
  }

  #banner .bannerContent .col-center {
    height: 20%;
    width: 100%;
  }

  #banner .bannerContent .colone {
    height: 40%;
    justify-content: center;
    align-items: flex-end;
  }

  #banner .bannerContent .coltwo {
    height: 40%;
    justify-content: center;
    align-items: flex-start;
  }

  .column-center,
  .column-left,
  .column-right,
  .video-left,
  .video-right {
    width: 100%;
  }

  #banner .banner-divider {
    height: 100%;
    width: 2px;
  }

  #banner .banner-divider::before {
    left: -7px;
    top: 0;
  }

  #banner .banner-divider::after {
    right: -7px;
    top: auto;
    bottom: 0;
  }

  #banner .bannerContent .bntcont {
    text-align: center;
    padding-top: 15px;
    width: 100%;
  }

  #bntcont span {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: normal;
    color: #fff;
  }

  #banner .bannerContent .bntcont h3 {
    font-size: 22px;
    line-height: 40px;
  }

  #banner .bannerContent .bntcont .btn-primary {
    margin-top: 10px;
  }

  #banner .bannerContent .lbl {
    padding: 6px 16px;
    font-size: 20px;
    margin-bottom: 25px;
  }

  .videosec-content {
    max-width: 512px;
    width: 100%;
    display: table;
    margin: 0 auto;
  }

  .video-left iframe {
    height: 250px;
    width: 100%;
    margin-bottom: 20px !important;
  }

  .video-right,
  .video-right p {
    text-align: center;
  }

  .connect-block h2,
  .get-touch h3,
  .concierge-heading,
  .concierge-Service h2,
  .contact-banner .subheading,
  #faqsec .head h3 {
    font-size: 22px;
  }

  .address-column,
  .blog-column,
  .conciergeService-column {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 680px) {
  header {
    padding: 9px 0;
  }

  .logo {
    max-width: 150px;
  }

  .content-box {
    padding: 20px;
  }

  .content-box h4 {
    padding-top: 20px;
  }

  .logos span {
    font-size: 14px;
    line-height: 24px;
  }

  #blog-detail .blogcontainer,
  .video-sec-left,
  .video-sec-right {
    width: 100%;
  }

  .sidebar {
    width: 450px;
    margin-top: 12px;
  }

  .address-column {
    width: 44%;
  }

  .video-sec-content {
    max-width: 480px;
    float: none;
    margin: 0 auto;
    display: table;
  }
}

@media screen and (max-width: 580px) {
  #inner-banner {
    padding: 12px 0;
  }

  #blog-banner p,
  #inner-banner span {
    font-size: 15px;
    text-align: center;
  }

  .globaly-manufacturing,
  .globaly-manufacturing h2,
  .sell-globaly-bottom {
    padding: 22px 0;
  }

  .connect-block .image-part img {
    max-width: 300px;
  }

  .benefits-column,
  .content-left,
  .content-right,
  .footer-column,
  .video-left,
  .video-right {
    width: 100%;
  }

  #blog-detail .blogcontainer,
  #content-page .pagename h3,
  #content-page h3,
  #content-page li,
  #content-page p,
  .connect-block h2,
  .connect-block p,
  .content-box p,
  .globaly-manufacturing p,
  .image-part,
  .sell-globaly-bottom p {
    text-align: center;
  }

  .connect-block .btnorow,
  footer .follow-up .list-inline {
    justify-content: center;
  }

  footer {
    padding: 20px 0 15px;
  }

  .footer-column {
    text-align: center;
    margin-bottom: 30px;
  }

  .blog-column:last-child,
  .subscribe-column {
    margin-bottom: 0;
  }

  .follow-up,
  .footer-legal {
    position: static;
    margin-top: 15px;
  }

  #content-page ol,
  #content-page ul,
  footer .quick-links ul li {
    padding-left: 0;
  }

  footer .quick-links ul li:before {
    display: none;
  }

  .sellglobally-border {
    display: table;
  }

  .connect-block .rowreverse {
    flex-direction: column-reverse;
  }

  #content-page ul li,
  .connect-block ul li {
    background: 0 0;
    padding-left: 0;
    text-align: center;
    margin-bottom: 4px;
  }

  .connect-block p {
    margin-bottom: 20px;
  }

  .description {
    padding-bottom: 12px !important;
  }

  .connect-block .btnorow {
    padding-top: 6px;
  }

  #blog-detail .backbtn {
    margin-bottom: 10px;
  }

  #blog-detail p strong {
    display: block;
  }

  .btn-connect,
  .sidebar {
    display: table;
    margin: 0 auto;
  }

  #content-page ul {
    margin-left: 0;
  }

  #content-page li {
    list-style: none;
  }

  #content-page h3 {
    line-height: 26px;
  }

  .address-column {
    width: 50%;
  }

  .connect-block {
    padding: 10px 0;
  }

  .blog-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .banner-btn {
    padding: 3px 8px;
  }

  .login-btn {
    margin-left: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {

  #inner-banner h3,
  .connect-block h2,
  .globaly-manufacturing h2 {
    font-size: 20px;
    line-height: 22px;
  }

  #content-page .pagename h3 {
    font-size: 20px !important;
    line-height: 22px;
  }

  #blog-banner h3 {
    font-size: 24px;
    line-height: 22px;
  }

  #inner-banner p {
    font-size: 15px;
    line-height: 25px;
  }

  .bnr-btn-primary,
  .bnr-btn-secondary {
    font-size: 16px;
  }

  #inner-banner .btnrow {
    margin-top: 22px;
  }

  .content-box h4 {
    font-size: 18px;
  }

  .content-box img {
    width: 100px;
  }

  #bespoke-sec .column:last-child,
  .address-column:last-child,
  .content-box p {
    margin-bottom: 0;
  }

  #blog-banner {
    padding: 34px 0;
  }

  .sidebar {
    width: 100%;
  }

  #blog-detail .nextprevwrap {
    margin: 18px 0;
  }

  .address-column {
    width: 100%;
    margin-bottom: 20px;
  }

  #banner img.mob {
    height: auto !important;
  }

  #bespoke-sec h3 {
    margin: 6px 0;
  }

  #bespoke-sec .column {
    width: 100%;
    margin-bottom: 30px;
  }

  #banner .bannerContent .bntcont {
    padding-top: 0px;
  }

  .navigation {
    float: right;
    width: 100%;
  }
}