/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap"); */
/* added on 16-04-25 */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
  /* font-family: "Conv_Nexa Bold"; */
  font-family: "Lato", sans-serif;
  src: url("../fonts/Nexa Bold.eot");
  src: local("?"), url("../fonts/Nexa Bold.woff") format("woff"),
    url("../fonts/Nexa Bold.ttf") format("truetype"),
    url("fonts/Nexa Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.hide {
  display: none;
}

#hide {
  display: none;
}

/* =================================
   typography stylesheet
   ==================================  */
.header-txt {
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 3.75rem;
  font-family: "Conv_Nexa Bold";
}

h2 {
  font-size: 2.5rem;
  font-family: "Conv_Nexa Bold";
}

h3 {
  font-size: 1.833rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

p,
.text {
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.mb-sm-5 {
  margin-bottom: 4rem !important;
}

.newsletter-txt {
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.footer-txt {
  font-size: 1.125rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.text-uppercase {
  text-transform: uppercase;
}

.title {
  color: #1a366f;
  font: normal normal 600 21px/32px "Lato", sans-serif;
}

.thanks-body {
  background-color: #2c347d;
  height: 100vh;
  display: flex;
  justify-content: space-between;
}

#languageSelect {
  font-size: 12px;
}

.key-projects .title {
  color: #1a366f;
  font: normal normal 500 20px/32px "Lato", sans-serif;
}

/* =================================
   color stylesheet
   ==================================  */

.text-white,
.text-white a {
  color: #fff;
}

.text-blue,
.text-blue a {
  color: #112769;
}

.text-black,
.text-black a {
  color: #1a1818;
}

.text-red {
  color: #d4001c;
}

.text-shadow {
  text-shadow: 0px 5px 5px #00000029;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/* =================================
   typography stylesheet
   ==================================  */
.header-txt {
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 3.75rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 2.5rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
}

h3 {
  font-size: 1.833rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

p,
.text {
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.newsletter-txt {
  font-size: 1rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.grey {
  background: #f5f5f5;
}

.white_bg {
  background-color: #fff;
}

.footer-txt {
  font-size: 1.125rem;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.text-uppercase {
  text-transform: uppercase;
}

/* =================================
   color stylesheet
   ==================================  */

.text-white,
.text-white a {
  color: #fff;
}

.text-blue,
.text-blue a {
  color: #112769;
}

.text-black,
.text-black a {
  color: #1a1818;
}

.text-red {
  color: #d4001c;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.v-center {
  align-self: center;
}

button:hover,
button:focus {
  box-shadow: 0px 15px 40px #00000029 !important;
  outline: none !important;
}

input {
  padding: 10px;
  color: #3f3f41;
  font-size: 1rem;
  border: 1px solid #3f3f41;
  border-radius: 5px;
  background: transparent;
  outline: none;
}

input:hover,
input:focus,
select:hover,
select:focus {
  box-shadow: none !important;
}

.heading {
  font-size: 38px;
  line-height: 40px;
  color: #112769;
  text-align: center;
  text-transform: uppercase;
}

.offer-basera_img img {
  max-width: 600px;
  margin: 30px 0;
}

.underline {
  width: 105px;
  border-top: 2px solid #d4001c;
  margin-left: auto;
  margin-right: auto;
}

.underline-small {
  width: 70px;
  border-top: 2px solid #112769;
  margin-left: auto;
  margin-right: auto;
}

.blue-bg {
  background: transparent linear-gradient(180deg, #62578a 0%, #272460 100%) 0%
    0% no-repeat padding-box;
}

.red-bg {
  background: linear-gradient(180deg, #d4001c 0%, #6a000e 100%) 0% 0% no-repeat
    padding-box;
}

/*-------------------- slick slider css --------------------*/

.slick-prev:before {
  content: url("../images/mason/previous-icon.svg");
}

.slick-next:before {
  content: url("../images/mason/next-icon.svg");
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: #d4001c;
}

.test-txt-wrapper .slick-dots li button:before,
.stories_slider .slick-dots li button:before {
  color: #000;
}

.test-txt-wrapper .slick-dots li.slick-active button:before,
.stories_slider .slick-dots li.slick-active button:before {
  color: #d4001c;
}

.program-slider .slick-dots li button:before {
  color: #fff;
}

/*-------------------- /slick slider css --------------------*/

/*------------------- hero-bg ---------------------*/
.hero-bg::before {
  /*background-color: rgb(0 0 0 / 10%);
    content: '';*/
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.language-dropdown {
  width: 38%;
}

.hero-bg {
  width: 100%;
  min-height: 200px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* background-position: center !important;
   background-image: url(../images/banner-bg.png);*/
  position: relative;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bg h1 {
  color: #ffffff;
  margin-top: 0;
  position: relative;
  z-index: 2;
  bottom: 0px;
  font: normal normal 600 50px/70px "Lato", sans-serif;
  text-shadow: 2px 2px 2px #00000021;
}

.hero-bg img {
  padding-bottom: 0;
}

.hero-slider {
  text-align: left;
}

.hero-slider .slick-slide img {
  width: 100%;
}

.hero-slider .slick-slide {
  padding: 15px;
}

.hero-slider .name {
  font-size: 22px;
  color: #112769;
  margin-top: 15px;
  margin-bottom: 10px;
}

.hero-slider .content {
  color: #1a1818;
  line-height: 25px;
}

.hero-wrapper .bx-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-basera-wrapper .bx-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto !important;
}

.expert-hero-bg .hero-bg {
  height: auto;
}

@media screen and (max-width: 600px) {
  .hero-bg {
    width: 100%;
    min-height: 250px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /*background-position: 85% center !important;*/
    position: relative;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-end;
  }

  .home-bg-mobile {
    background-image: url(image/mobile-banner.jpg) !important;
  }

  .bgFull {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.5)
      ),
      url(image/Mobile-view.jpg) !important;
    background-size: contain !important;
    background-blend-mode: overlay !important;
    padding: 5px;
    background-repeat: no-repeat !important;
  }

  .language-dropdown {
    width: 100% !important;
    text-align: center !important;
  }

  .expert-hero-bg .hero-bg {
    height: calc(100vh - 300px);
  }

  .hero-bg h1 {
    color: #ffffff;
    z-index: 2;
    /* bottom: 50px; */
    font: normal normal 600 16px / 28px "Lato", sans-serif;
    position: relative;
    width: 100% !important;
  }

  /*.hero-bg::before {
        background-color: rgb(0 0 0 / 59%);
        content: '';
        display: block;
        height: calc(100vh - 300px);
        position: absolute;
        width: 100%;
    }*/

  .hero-wrapper .bx-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 300px) !important;
  }

  .hero-wrapper .bx-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 170px !important;
  }

  .hero-basera-wrapper .bx-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto !important;
  }
}

/*------------------- /hero-bg ---------------------*/

/*------------------ header css -----------------------*/

nav {
  background: transparent;
  padding: 30px 0px 0px;
  height: 100px;
  margin-bottom: 0px;
}

.sticky {
  position: sticky;
  top: 0;
  background: #f7f7f7;
  z-index: 9999;
  height: 80px;
  padding: 20px 0 0;
}

nav .v-center {
  align-self: center;
}

.logo {
  margin-top: 0px;
  float: left;
}

.nav-left {
  padding: 0;
}

.quote {
  padding-top: 15px;
  padding-left: 30px;
}

.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
  float: right;
}

.dropdown {
  display: inline-block;
  padding-right: 16px;
}

.dropdown a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.dropdown .dropdown-item {
  font-size: 14px;
  color: #1a1818;
  padding: 8px 24px;
  margin-bottom: 8px;
}

.dropdown .dropdown-item:hover {
  color: #ffffff;
  background-color: #0f3170;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.dropdown-toggle::after {
  content: url("../images/dropdown-arrow.svg");
  border: none;
  vertical-align: text-bottom;
}

.dropdown-menu {
  min-width: 265px;
  padding: 12px 0px 4px;
  margin-top: 38px;
  border-top: 4px solid #d4001c;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
}

.product-menu {
  min-width: 380px;
}

.product-menu .dropdown-item {
  display: inline-block;
  width: 50%;
  padding: 0;
  margin: 10px 0px 10px 24px;
}

.product-menu .dropdown-item > img {
  display: none;
  position: absolute;
  width: 180px;
  right: 0;
  top: 20px;
}

.product-menu .dropdown-item:nth-child(3) > img,
.product-menu .dropdown-item:nth-child(2) > img {
  width: 150px;
  top: 4px;
}

/* .product-menu .dropdown-item .default {
  display: block;
} */

.product-menu .dropdown-item:hover {
  background: none;
  box-shadow: none;
  color: #102a6b;
}

.product-menu .dropdown-item:hover span {
  border-bottom: 1px solid #d4001c;
}

.product-menu .dropdown-item:hover > img {
  display: block;
}

.buy-online {
  font-family: inherit;
  font-weight: 300;
  font-size: 11px;
  padding: 7px 15px;
  color: #fff;
  background-color: #0f3975;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  min-height: 41px;
}

button.buy-online img {
  position: relative;
  top: -1px;
  left: -3px;
}

.nav-right {
  text-align: left;
}

.search-btn {
  /*padding: 0px 15px 0px 30px;*/
  position: relative;
  top: 0px;
  right: 10px;
}

.search-btn img {
  width: 18px;
}

.hamburger-menu {
  display: inline;
}

.hamburger-menu .dropdown-toggle:after {
  content: none;
}

.mobile {
  display: none;
}

.mobile-search {
  display: none;
}

.hamburger-menu .dropdown-menu {
  transform: translate3d(60px, 45px, 0px) !important;
}

#modal_menu .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  margin: 0;
}

#modal_menu .modal-content {
  height: 100vh;
  background: linear-gradient(#ffffffe6, #ffffffcf),
    url(../images/nav-background.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
}

#modal_menu .modal-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  margin-top: -50px;
  width: 85%;
  margin: -50px auto 0 auto;
}

#modal_menu .modal-body ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
}

#modal_menu .modal-body ul li a {
  font-size: 22px;
  font-weight: 400;
  color: #1a1818;
  padding-bottom: 3px;
}

#modal_menu .modal-body ul li a:hover {
  color: #102a6b;
  border-bottom: 1px solid #d4001c;
}

#modal_menu .modal-header,
#modal_menu .modal-footer {
  border: none;
}

#modal_menu .modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
}

#modal_menu .modal-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#modal_menu .modal-footer ul li {
  display: inline-block;
}

.btn-nav {
  position: absolute;
  right: 0;
}

.home__slider .bx-controls-direction {
  display: block;
}

.inner-section .bx-controls-direction {
  display: none;
}

.img_logo {
  position: absolute;
  display: inline-block;
  width: 90px;
  top: 15px;
}

.img_logo1 {
  display: inline-block;
  width: 90px;
  top: -10px;
}

.img_logo_m {
  display: none;
}

@media screen and (max-width: 1400px) and (min-width: 1140px) {
  .menu {
    margin-left: -25px;
  }

  .search-btn {
    padding: 0px 15px;
    position: relative;
    top: 0px;
    right: 5px;
  }

  .dropdown a {
    color: #000000;
    font-size: 0.8rem;
    text-decoration: none;
  }
}

@media screen and (max-width: 992px) {
  nav {
    padding: 10px 0;
    background: #fff;
    height: auto;
  }

  .img_logo_m {
    display: block;
    width: 50px;
  }

  .img_logo {
    display: none;
  }

  .btn-nav {
    position: absolute;
    right: 0;
    display: inline;
  }

  .btn-nav {
    position: relative;
    right: 0;
  }

  nav .container {
    max-width: 100%;
  }

  nav .nav-left {
    width: 50%;
  }

  nav .nav-right {
    margin-top: 10px;
    width: 45%;
  }

  nav .nav-center {
    display: none;
  }

  nav .nav-right {
    text-align: right;
  }

  .hamburger-menu .dropdown-menu {
    transform: none;
  }

  nav .nav-right nav .nav-right .search-btn,
  nav .nav-right .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobile .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 0;
  }

  .mobile .dropdown {
    padding: 5px 15px;
  }

  .mobile .dropdown-toggle::after {
    content: url("../images/dropdown-arrow.svg");
    border: none;
    vertical-align: text-bottom;
  }

  .mobile .dropdown-menu {
    transform: translate3d(15px, 40px, 0px) !important;
  }
}

@media screen and (max-width: 600px) {
  nav .nav-right {
    margin-top: 10px;
    width: 100%;
  }

  /*.home__slider .bx-controls-direction {
        display: none;
    }*/

  .logo {
    width: 80px;
    margin-top: 2px;
    padding-bottom: 10px;
  }

  .img_logo_m {
    width: 55px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  nav {
    padding: 10px 0;
    background: #ffffff;
    height: auto;
  }

  nav .nav-left {
    width: 80%;
  }

  .btn-nav {
    position: relative;
    right: 0;
    display: block;
  }

  .quote {
    /* display: none; */
    width: 50%;
    margin-left: -10px;
  }

  .nav .nav-right {
    width: 20%;
  }

  nav .nav-right .buy-online,
  nav .nav-right .search-btn,
  nav .nav-right .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mob-section {
    position: absolute;
    top: 8px;
    right: -135px;
  }

  .mobile .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 5px;
  }

  .mobile .dropdown {
    padding: 5px 15px;
  }

  .mobile .dropdown-toggle::after {
    content: url("../images/dropdown-arrow.svg");
    border: none;
    vertical-align: text-bottom;
  }

  .mobile .dropdown-menu {
    position: relative !important;
    transform: none !important;
    margin-top: 0;
  }

  /* search for mobile */

  .mobile-search {
    display: block;
  }

  .mobile-search input {
    border-radius: 25px 0 0 25px;
    width: calc(100% - 55px);
    height: 40px;
    border: none;
    font-weight: normal;
  }

  .mobile-search .form-control,
  .mobile-search .btn {
    border: 1px solid #000;
  }

  .mobile-search button {
    margin-left: -1px;
    height: 40px;
    border-radius: 0 25px 25px 0;
    padding-left: 10px;
    border: none;
    color: red;
  }

  .mb-sm-5 {
    margin-bottom: 0rem !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .quote {
    /* display: none; */
    width: 30%;
    margin-left: -10px;
  }

  .mobile-search input {
    margin: 0 !important;
    width: calc(100% - 55px) !important;
  }

  .mobile-search .form-control,
  .mobile-search .btn {
    border: 1px solid #000;
  }
}

@media only screen and (width: 1024px) {
  .menu {
    margin-left: 0px;
  }

  .dropdown {
    padding-right: 1.6%;
  }

  .dropdown a {
    color: #000000;
    font-size: 0.7rem;
    text-decoration: none;
  }

  .buy-online {
    color: #fff;
    margin-left: -50px;
  }

  .search-btn {
    padding: 0px 20px;
    float: left;
    position: relative;
    top: 6px;
    right: 40px;
  }
}

/*------------------ /header css -----------------------*/
/*------------------ Home page css -----------------------*/

.text_banner {
  position: absolute;
  bottom: 35%;
}

.text_banner h3 {
  font-family: "Lobster Two", cursive;
  font: italic normal normal 72px/131px Lobster Two;
  color: #fff;
}

.text-blue {
  color: #0080c5;
}

.text_banner p {
  max-width: 600px;
  color: #fff;
  margin-left: 10px;
}

.subheading {
  text-align: left;
  font: normal normal 600 38px/57px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #292780;
  text-transform: uppercase;
  opacity: 1;
}

.section hr {
  width: 105px;
  border-top: 2px solid #d4001c;
  margin: 0;
}

.section {
  padding: 80px 0 0 0;
}

.st-wrapper {
  position: relative;
}

.st-wrapper::after {
  content: url(../images/bg-texure.png);
  position: absolute;
  bottom: -120px;
  left: -60px;
}

.section-last-child {
  padding-bottom: 80px;
}

.tata_st h3 {
  text-align: left;
  font: normal normal 500 18px/45px "Lato", sans-serif;
  letter-spacing: 0.72px;
  color: #292780;
  opacity: 1;
  margin-right: 35px;
  cursor: pointer;
}

.tata_st.active h3 {
  background: #292780 0% 0% no-repeat padding-box;
  border-radius: 25px;
  padding: 0 20px;
  color: #fff;
}

.st-main {
  float: left;
  width: 100%;
  margin: 0;
}

.st-section {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px #00000029;
  opacity: 1;
  width: 204px;
  height: 204px;
  border-radius: 50%;
  margin: 0 auto;
}

.sm-hr {
  border-right: 1px solid #707070;
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 auto;
}

.sm-circle {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 auto;
}

.st-main:hover > .st-section {
  background: #292780 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px #00000029;
}

.st-main:hover > .st-section .st-icon svg .a,
.st-main:hover > .st-section .st-icon svg .b,
.st-main:hover > .st-section .st-icon svg .d,
.st-main:hover > .st-section .st-icon svg .c,
.st-main:hover > .st-section .st-icon svg .h,
.st-main:hover > .st-section .st-icon svg .i,
.st-main:hover > .st-section .st-icon svg .j,
.st-main:hover > .st-section .st-icon svg .k {
  fill: #fff;
  stroke: #f7f7f7;
  stroke-width: 0px;
}

.st-main:hover > .sm-circle {
  background: #292780 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.tata_st:last-child {
  margin-right: 0;
}

.tata_b .st-content h4 {
  font: normal normal 600 19px/30px "Lato", sans-serif !important;
}

.st-content h4 {
  font: normal normal 500 19px/30px "Lato", sans-serif;
  color: #292780;
  opacity: 1;
  text-align: center;
}

.st-content p {
  font: normal normal 500 16px/28px "Lato", sans-serif;
  letter-spacing: 0.64px;
  color: #292780;
  text-align: center;
}

.st-content {
  float: left;
  width: 100%;
  margin-top: 16px;
}

.p-wrapper-bg {
  background: url(../images/product-bg.png);
  padding: 100px 0px;
}

.text_t {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 50px #00000029;
  border-radius: 24px;
  padding: 5px 20px;
  border: none;
  margin-right: 10px;
}

.p-qa h3 {
  font: normal normal 500 18px/40px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 35px;
  cursor: pointer;
}

h3 .p-qa.active {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 50px #00000029;
  border-radius: 24px;
  color: #0e3f79;
  padding: 0 20px;
}

.p-qa-desp h3 {
  font: normal normal normal 16px/26px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 675px;
  margin-top: 35px;
}

.p-qa-desp {
  font: normal normal normal 16px/26px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 675px;
  margin-top: 35px;
}

.p-na-wrapper {
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}

.p-na h3 {
  font: normal normal 500 16px/45px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 25px;
  cursor: pointer;
}

.p-na:last-child {
  margin: 0;
}

.p-na.active h3 {
  border-bottom: 1px solid #ffffff;
}

.product-info h4 {
  font: normal normal 600 22px/45px "Lato", sans-serif;
  color: #ffffff;
}

.product-info p {
  font: normal normal normal 16px/30px "Lato", sans-serif;
  color: #ffffff;
  max-width: calc(100% - 25px);
}

.btn-discover {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 50px #00000029;
  border-radius: 24px;
  width: 196px;
  height: 48px;
  font: normal normal 600 18px/46px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #0e3f79;
  opacity: 1;
  text-align: center;
}

.discover {
  background: #ffffff 0% 0% no-repeat padding-box;
  /*  box-shadow: 0px 1px 50px #00000029; */
  border-radius: 24px;
  padding: 10px 20px;
  font: normal normal 500 18px/20px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #0e3f79;
}

.story .discover,
.story .discover:hover {
  background: #292780 0% 0% no-repeat padding-box;
  border-radius: 24px;
  padding: 10px 20px;
  font: normal normal 500 16px/20px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #fff;
}

.discover:hover {
  box-shadow: 0px 15px 40px #00000029 !important;
}

.story .discover svg {
  position: relative;
  right: -2px;
}

.discover:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 50px #00000029;
  border-radius: 24px;
  padding: 10px 20px;
  font: normal normal 500 18px/20px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #0e3f79;
}

.stm-txt h3 {
  font: normal normal 500 20px/24px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #102668;
}

.stm-txt {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.knw-mr,
.knw-mr:hover {
  font: normal normal 500 18px/19px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #d4001c;
}

.img-key-project img {
  width: 100%;
}

.img-key-project {
  width: 100%;
  float: left;
}

.overlay,
.overlay-two {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background-image: url(../images/overlay.png);
  background-size: cover;
  opacity: 0;
}

.opacity {
  opacity: 1;
}

.overlay-two {
  background-image: url(../images/blue-overlay.svg);
}

.text_project {
  position: absolute;
  bottom: 0;
}

.text_project {
  padding: 50px;
}

.text_project h3 {
  font: normal normal 500 22px/24px "Lato", sans-serif;
  color: #fff;
}

.text_project p {
  font: normal normal 500 16px/30px "Lato", sans-serif;
  margin-top: 20px;
  color: #fff;
}

.text_project hr {
  width: 105px;
  border-top: 2px solid #fff;
  margin: 0;
}

a.read_more {
  font: normal normal 500 16px/16px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
}

.ash-wrapper {
  position: relative;
}

/* .ash-wrapper::after
{
    content: url(../images/bg-texure-two.png);
    position: absolute;
    bottom: -180px;
    right: 0px;
} */
/*.story .inner-section {
    position: relative;
    margin-left: auto;
    width: 70%;
    height: 587px;
    background: url("../images/ash-banner.png") no-repeat;
    background-size: cover;
}*/

.story .inner-section .text-div {
  position: absolute;
  top: 50%;
  left: -25%;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  transform: translateY(-50%);
}

.programm_section {
  background: #fff;
  box-shadow: 0 5px 5px #00000014;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  min-height: 235px;
  position: relative;
  margin-bottom: 0px;
}

.logo_img img {
  width: 120px !important;
  height: 55px;
}

.logo_img {
  margin-bottom: 10px;
}

.programm_section p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

a.read_more_programe {
  font: normal normal 500 16px/20px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #d4001c;
  margin-top: 13px;
  float: left;
  width: 100%;
}

.programm_section:hover > span.left-arrow svg .e {
  fill: #fff;
  stroke: #fff;
}

.program-slider .slick-slide {
  padding: 10px;
}

.pg-wrapper-bg {
  background: url(../images/bg-pg.png);
  padding: 50px 0px;
  background-size: cover;
}

.testi-img img {
  width: 100%;
}

.testi-main {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #00000029;
}

.testi-slider {
  max-width: 500px;
  margin: 0 auto;
}

.programm_section h5 {
  font-size: 14px;
  position: absolute;
  right: 20px;
}

.inner-section .title {
  font: normal normal 500 22px/32px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #1a366f;
}

.test-txt-wrapper h4 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
  font: normal normal 400 22px/25px "Lato", sans-serif;
}

@media screen and (max-width: 767px) {
  .st-main {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .tata_st {
    text-align: left;
    font: normal normal 500 16px/45px "Lato", sans-serif;
    letter-spacing: 0.72px;
    color: #292780;
    opacity: 1;
    margin-right: 20px;
  }

  .story .text-div,
  .about-tata-steel .text-div {
    max-width: 120%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .story .text-div,
  .about-tata-steel .text-div {
    max-width: 80%;
  }

  .sticky {
    position: relative;
    top: 0;
    background: #fff;
    z-index: 1;
    height: max-content;
    padding: 10px 0 0;
  }

  nav {
    padding: 10px 0;
    background: #ffffff;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .thanks-body {
    height: auto;
  }

  .text_banner h3 {
    font-family: "Lobster Two", cursive;
    font: italic normal normal 24px/44px Lobster Two;
    color: #fff;
  }

  .sticky {
    position: relative;
    top: 0;
    background: #fff;
    z-index: 1;
    height: max-content;
    padding: 10px 0 0;
  }

  nav {
    padding: 10px 0;
    background: #ffffff;
    height: auto;
  }

  .text_banner {
    position: absolute;
    bottom: 45px;
    padding: 0 15px 0 0;
  }

  .section {
    padding: 40px 0 0 0;
  }

  .subheading {
    text-align: left;
    font: normal normal 600 24px/38px "Lato", sans-serif;
    letter-spacing: 0px;
    color: #292780;
    text-transform: uppercase;
    opacity: 1;
  }

  /*.buy-online {
        font-family: inherit;
        font-weight: 300;
        font-size: 0.8rem;
        padding: 7px 15px;
        color: #fff;
        background-color: #0f3975;
        border-radius: 20px;
        border: 1px solid #ebebeb;
        outline: none;
        cursor: pointer;
        margin-right: 80px;
    }*/

  .buy-online {
    font-family: inherit;
    font-size: 8px;
    padding: 5px 10px;
    color: #fff;
    background-color: #0f3975;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    outline: none;
    cursor: pointer;
    margin-right: 90px;
    min-height: 20px;
  }

  button.buy-online img {
    position: relative;
    top: -1px;
    left: -3px;
    width: 15px;
  }

  .refer-friend {
    font-family: inherit;
    font-weight: 300;
    font-size: 8px;
    padding: 6px 10px;
    color: #fff;
    background-color: #0f3975;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    outline: none;
    cursor: pointer;
    margin-right: 15px;
    position: absolute;
    right: 170px;
    top: 2px;
  }

  .projects .d-media,
  .p-na-wrapper {
    align-items: center;
    max-width: 100%;
    overflow: scroll;
    white-space: nowrap;
    margin-bottom: 30px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .projects::-webkit-scrollbar,
  .d-media::-webkit-scrollbar,
  .p-na-wrapper::-webkit-scrollbar {
    display: none;
  }

  .product-info p {
    font: normal normal normal 16px/30px "Lato", sans-serif;
    color: #ffffff;
    max-width: 100%;
  }

  .st-section {
    background: #f7f7f7 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 10px #00000029;
    opacity: 1;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto;
  }

  .st-icon svg {
    width: 65px;
  }

  .st-content h4 {
    font: normal normal 600 18px "Lato", sans-serif;
    letter-spacing: 0;
    color: #292780;
    opacity: 1;
    text-align: center;
  }

  .p-qa {
    font: normal normal 500 16px/34px "Lato", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 20px;
  }

  .p-qa.active {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 50px #00000029;
    border-radius: 24px;
    color: #000;
    padding: 0 15px;
  }

  .p-wrapper-bg {
    background: url(../images/product-bg.png);
    padding: 50px 0px;
  }

  .programm_section {
    background: #fff;
    box-shadow: 0 5px 5px #00000014;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    min-height: 235px;
    margin-bottom: 20px;
  }

  .logo_img img {
    width: 100px !important;
    height: 55px;
  }

  .programm_section h5 {
    font-size: 16px;
    position: relative;
    right: -20px;
    top: 5px;
  }

  .testi-slider {
    max-width: 90%;
    margin: 0 auto;
    padding: 16px 0;
  }

  .stm-txt {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .overlayBlack {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    transition: 0.5s ease;
    background: rgb(212 0 28 / 71%);
    background-size: cover;
  }

  .overlayBlue {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    transition: 0.5s ease;
    background: rgb(17 39 105 / 75%);
    background-size: cover;
  }

  .wrapperKeyProject .mbversion div {
    float: left;
    width: 100%;
  }

  .img-key-project-mbversion {
    background-size: cover !important;
    width: 100%;
    float: left;
    height: 600px;
    background-position: center !important;
  }

  .product-slider .slick-dots {
    position: relative;
    bottom: -10px;
  }

  .inner-section-mb .text-div,
  .about-tata-steel-mb .text-div {
    padding: 20px;
  }

  .st-wrapper::after {
    content: url(../images/bg-texure.png);
    position: absolute;
    left: -60px;
    bottom: auto;
  }

  .test-txt-wrapper h4 {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 0px;
    font: normal normal 400 22px/25px "Lato", sans-serif;
    padding: 20px 0 0px 20px;
  }

  /*.ash-wrapper::after {
    content: url(../images/bg-texure-two.png);
    position: absolute;
    bottom: 0;
    right: 0px;
}*/
}

/*------------------ / Home page css -----------------------*/

/*------------------ mason/dealer css --------------------*/

.mason-hero-bg,
.distributor-hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mason-hero-bg h1 {
  font-size: 50px;
  line-height: 70px;
}

.mason-hero-bg section {
  padding: 30px 0px 60px;
}

.v-center {
  align-self: center;
}

button:hover,
button:focus {
  box-shadow: 0px 15px 40px #00000029 !important;
}

input {
  padding: 10px;
  color: #3f3f41;
  font-size: 1rem;
  border: 1px solid #3f3f41;
  border-radius: 5px;
  background: transparent;
  outline: none;
}

input:hover,
input:focus,
select:hover,
select:focus {
  box-shadow: none !important;
}

.heading {
  font-size: 38px;
  line-height: 40px;
  color: #112769;
  text-align: center;
  text-transform: uppercase;
}

.sub-heading {
  color: #1a1818;
}

.underline-left {
  width: 105px;
  border-top: 2px solid #d4001c;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.apart-section .underline-left {
  border-top: 2px solid #fff;
}

.line {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #1a1818;
}

.content-section {
  padding: 60px 0px;
  text-align: center;
}

/*----------------------- from ---------------------*/

.form-group {
  position: relative;
}

@media screen and (max-width: 767px) {
  .d-product {
    display: block;
    align-items: center;
    margin: 30px 0;
    justify-content: center;
  }

  .text_t_product.active_product_name {
    border-bottom: 2px solid #d4001c;
    opacity: 1;
    color: #d4001c;
    line-height: 32px;
    display: block;
    font-weight: 600;
  }

  .wrapperOurStories,
  .wrapperTisconProduct,
  .wrapperPrograme,
  .wrapperTestimonial,
  .wrapperBlogStories {
    width: 100%;
    padding: 30px 0;
  }

  .img-key .text h3 {
    font-family: "Conv_Nexa Bold";
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
  }

  .img-key .text p {
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
  }

  .tiscon_story {
    padding: 150px 0;
  }

  .tsc-he-one,
  .tsc-sc-hed {
    text-align: center;
    letter-spacing: 1.28px;
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;
    font-family: "Conv_Nexa Bold";
  }

  .dsversion {
    display: none;
  }

  .mbversion {
    display: block;
  }

  .text_project {
    color: white;
    font-size: 20px;
    position: relative;
    top: 35%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, 0%);
    text-align: left;
    width: 100%;
    padding: 20px;
    z-index: 999;
  }

  .text_project .read_more {
    text-align: left;
  }
}

/*------------------- /home css ------------------------*/

/*------------------ mason/dealer css --------------------*/

.mason-hero-bg,
.distributor-hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mason-hero-bg h1 {
  font-size: 50px;
  line-height: 70px;
}

.mason-hero-bg section {
  padding: 30px 0px 60px;
}

.mason-hero-bg section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.v-center {
  align-self: center;
}

button:hover,
button:focus {
  box-shadow: 0px 15px 40px #00000029 !important;
}

input {
  padding: 10px;
  color: #3f3f41;
  font-size: 1rem;
  border: 1px solid #3f3f41;
  border-radius: 5px;
  background: transparent;
  outline: none;
}

input:hover,
input:focus,
select:hover,
select:focus {
  box-shadow: none !important;
}

.heading {
  font-size: 38px;
  line-height: 40px;
  color: #112769;
  text-align: center;
  text-transform: uppercase;
}

.sub-heading {
  color: #1a1818;
}

.underline {
  width: 105px;
  border-top: 2px solid #d4001c;
  margin-left: auto;
  margin-right: auto;
}

.line {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #1a1818;
}

.content-section {
  padding: 60px 0px;
  text-align: center;
}

/*----------------------- from ---------------------*/

.form-group {
  position: relative;
}

form label {
  font-size: 1rem;
  font-weight: 600;
  color: #112769;
}

.form-control {
  border: 1px solid #3f3f41;
  border-radius: 5px;
  padding: 7px;
  min-height: 40px;
  font-size: 1rem !important;
}

.form-control ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c4c4 !important;
  font-weight: 300;
  opacity: 0.5;
  /* Firefox */
}

.form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c4c4c4 !important;
  font-weight: 300;
  opacity: 0.5;
}

.form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c4c4c4 !important;
  font-weight: 300;
  opacity: 0.5;
}

.error {
  /* margin: 10px 0 0 5px; */
  /* position: absolute; */
  /* font-size: 0.625rem; */
  font-size: 0.75rem;
  line-height: 1rem;
  color: #ff0000;
}

/*----------------------- /from ---------------------*/

/*---------------------- button css ------------------*/
.btn {
  font-family: inherit;
  font-weight: 300;
  font-size: 1rem;
  padding: 7px 15px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  outline: none;
  cursor: pointer;
}

.btn svg {
  fill: #000000;
  stroke: #000000;
}

.btn:hover {
  background-color: #f5f5f5;
}

.btn-white {
  outline: none;
  border: 1px solid #112769;
  border-radius: 24px;
  font: normal normal 600 16px/20px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #112769;
}

.btn-white-invert {
  outline: none;
  border: 1px solid #112769;
  border-radius: 24px;
  font: normal normal 600 16px/20px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  background-color: #112769;
}

.invert:hover {
  color: #ffffff;
  background-color: #112769;
  border: 1px solid #112769;
  fill: #fff;
}

.btn-blue {
  color: #2c347f;
  background-color: #fdcd09;
  border: 1px solid #fdcd09;
  fill: #fff;
  font-weight: 400;
}

.btn-blue svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.btn-blue:hover {
  color: #000000;
  background-color: #ffffff;
  fill: #000;
}

.btn-blue:hover svg {
  fill: #000000;
  stroke: #000000;
}

.btn-blue-inverse {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #112769;
}

.btn-blue-inverse svg {
  fill: #000000;
  stroke: #000000;
}

.btn-blue-inverse:hover {
  color: #ffffff;
  background-color: #112769;
}

.btn-blue-inverse:hover svg {
  fill: #000000;
  stroke: #000000;
}

/*---------------------- /button css ------------------*/

/*--------------------- feature-list -----------------------*/

.feature-list {
  list-style-type: none;
  padding: 0;
  margin: 50px 0px 0px;
}

.feature-list li {
  display: inline-block;
  width: 210px;
  vertical-align: top;
}

.feature-list li p {
  color: #1a1818;
  margin: 15px 0px;
  line-height: 24px;
  font-weight: 300;
}

.feature-list li div {
  display: flex;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 50%;
  webkit-box-shadow: 5px 5px 5px -6px rgba(245, 245, 245, 1);
  -moz-box-shadow: 5px 5px 5px -6px rgba(245, 245, 245, 1);
  box-shadow: 5px 5px 5px -6px rgba(245, 245, 245, 1);
  transition: all 0.2s ease-in-out;
}

.feature-list li div:hover {
  background-color: #112769;
  webkit-box-shadow: 5px 5px 5px -6px rgba(17, 39, 105, 1);
  -moz-box-shadow: 5px 5px 5px -6px rgba(17, 39, 105, 1);
  box-shadow: 5px 5px 5px -6px rgba(17, 39, 105, 1);
}

.mason-features .st-icon svg {
  width: 170px;
  margin: auto;
  fill: #d4001c;
}

.mason-features .st-main:hover svg {
  fill: #ffffff;
}

.feature-list li div:hover + p {
  color: #112769;
}

/*-------------------- /feature-list --------------------*/

/*------------------ mason/dealer css --------------------*/

.mason-hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mason-hero-bg h1 {
  font-size: 50px;
  line-height: 70px;
}

.mason-hero-bg section {
  padding: 30px 0px 60px;
}

.mason-features,
.mason-form,
.testimonial {
  padding: 60px 0px;
  text-align: center;
}

.mason-features h2,
.mason-form h2,
.testimonial h2 {
  font-size: 38px;
  line-height: 40px;
  color: #112769;
  text-transform: uppercase;
}

.mason-features hr,
.mason-form hr,
.testimonial hr {
  width: 105px;
  border-top: 2px solid #d4001c;
  margin-left: auto;
  margin-right: auto;
}

.mason-features p {
  color: #1a1818;
}

.mason-form section {
  border-radius: 5px;
  border-top: 5px solid #16338a;
  margin-top: 60px;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(235, 235, 235, 1);
  -moz-box-shadow: -1px 1px 5px 0px rgba(235, 235, 235, 1);
  box-shadow: -1px 1px 5px 0px rgba(235, 235, 235, 1);
}

.mason-form section img {
  width: 100%;
}

.mason-form section form {
  padding: 68px;
}

.mason-form section form h3 {
  font-size: 22px;
  color: #1a1818;
  margin-bottom: 15px;
}

.view_more_button {
  cursor: pointer;
}

.mason-form section form p {
  color: #cd2121;
  margin-bottom: 24px;
}

.mason-form section form .form-group {
  text-align: left;
  margin-bottom: 30px;
}

.mason-form section form .form-group label {
  color: #112769;
  font-weight: 600;
}

.mason-form section form button {
  width: 45%;
}

.mason-form section form button:first-of-type {
  float: left;
}

.mason-form section form button:first-of-type:hover {
  background-color: #16338a;
  color: #ffffff;
}

.mason-form section form button:last-of-type {
  float: left;
}

.locator-results {
  margin: 60px 0px;
}

.locator-results section {
  position: relative;
  border-radius: 5px;
  text-align: left;
  padding: 18px;
  margin-bottom: 90px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 1);
  box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 1);
}

.locator-results section .map-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  fill: #112769;
}

.locator-results section:hover .map-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  fill: #ffffff;
}

.locator-results section .view-more-svg {
  margin-left: 8px;
  fill: #d4001c;
}

.locator-results section:hover {
  background: rgb(17, 39, 105);
  background: transparent linear-gradient(180deg, #62578a 0%, #272460 100%) 0%
    0% no-repeat padding-box;
}

.locator-results section:hover p,
.locator-results section:hover a,
.locator-results section:hover .name span,
.locator-results section:hover .mobile-number span {
  color: #ffffff !important;
}

.locator-results section:hover .view-more-svg {
  fill: #ffffff;
}

.locator-results section .person {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  margin-top: -45px;
}

.locator-results section p {
  margin-bottom: 8px;
}

.locator-results section .result-type {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 400;
  color: #112769;
}

.locator-results section .name span,
.locator-results section .name .title,
.locator-results section .mobile-number span {
  font-size: 16px;
  font-weight: 500;
  color: #1a1818;
}

.locator-results section a {
  display: block;
  color: #d4001c;
  font-weight: 500;
  margin-top: 16px;
  text-align: right;
}

.locator-results section .certified {
  width: 70px;
  height: 35px;
  background-color: #d4001c;
  position: absolute;
  top: 0;
  right: 10px;
}

.locator-results section .certified p {
  color: #ffffff;
  font-size: 9px;
  line-height: 15px;
  padding-top: 12px;
  padding-bottom: 0px;
  text-align: center;
}

.locator-results section .certified .down-arrow {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 12px solid #d4001c;
}

.locator-results section:hover .certified,
.locator-results section:hover .certified p {
  color: #112769 !important;
  background-color: #ffffff;
}

.locator-results section:hover .certified .down-arrow {
  border-top: 12px solid #ffffff;
}

.testimonial {
  background-color: #f5f5f5;
}

.testimonial-slider {
  margin-top: 60px;
  text-align: left;
}

.testimonial-slider .slick-slide {
  padding: 15px;
  outline: none;
}

.testimonial-slider .name {
  font-size: 22px;
  color: #112769;
  margin-top: 15px;
  margin-bottom: 10px;
}

.testimonial-slider .content {
  color: #1a1818;
  line-height: 25px;
}

@media screen and (max-width: 992px) {
  .mason-hero-bg h1 {
    transform: translateY(-40px);
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mason-hero-bg h1 {
    transform: translateY(-40px);
  }

  .mason-hero-bg section {
    padding: 0;
  }

  .mason-features h2 {
    line-height: 48px;
  }

  .mason-form section form {
    padding: 30px;
  }

  .mason-form section form h3 {
    font-size: 18px;
  }

  .mason-form section img {
    margin-top: 30px;
  }
}

/* modal */

.modal {
  background: #ffffff75;
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-content {
  background: rgb(17, 39, 105);
  background: linear-gradient(
    180deg,
    rgba(17, 39, 105, 1) 20%,
    rgba(8, 126, 165, 1) 80%
  );
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 5px;
  border: none;
}

.modal-body .close {
  color: white;
  font-size: 24px;
  font-weight: 200;
  opacity: 1;
}

.modal .modal-body .info-div .d-table {
  margin-bottom: 4px;
}

.modal .modal-body .info-div .d-table .head {
  width: 115px;
  font-weight: 500;
}

.modal .modal-body .info-div .d-table .return {
  font-weight: 400;
}

/* modal tabs */
#modalTab {
  text-align: center;
  display: flex;
  justify-content: center;
}

#modalTab .nav-link {
  height: 48px;
  margin-right: 16px;
  border: 1px solid #ffffff;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
}

#modalTab .nav-link svg {
  margin-right: 6px;
  fill: #ffffff;
}

#modalTab .nav-link.active {
  color: #112769;
  border-color: none;
}

#modalTab .nav-link.active svg {
  fill: #112769;
}

.tab-content {
  padding-top: 24px;
}

.tab-content form .row,
.tab-content form .button-col {
  display: flex;
  justify-content: center;
}

.tab-content form input {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff !important;
}

.tab-content form input:focus,
.tab-content form input:hover {
  background-color: transparent;
}

.tab-content form input::placeholder {
  color: #ffffff75;
}

.tab-content form .button-col {
  margin-top: 16px;
}

.tab-content form .button-col button {
  height: 48px;
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #112769;
}

/*------------------ / mason/dealer css --------------------*/

/*------------------------ Tata Ashiyana Wrapper -------------*/
.ashiyanaWrapper {
  padding: 60px 0;
  float: left;
  width: 100%;
}

.ashiyanaWrapper h2 {
  font-size: 38px;
  line-height: 40px;
  color: #112769;
  text-transform: uppercase;
}

.ashiyanaWrapper hr {
  width: 105px;
  border-top: 2px solid #d4001c;
  margin-left: auto;
  margin-right: auto;
}

.ashiyanaWrapper-bg {
  background-image: url(../images/tata-shiyana-img.png);
  background-size: cover;
  float: left;
  width: 100%;
  padding: 60px 0;
}

.ashiyanaWrapper-image {
  float: left;
  width: 100%;
}

.btn-blue-buy-online {
  display: inline-block;
  padding: 10px 20px;
  width: 150px;
  margin-top: 40px;
  font-weight: 400;
  border-radius: 24px;
  text-align: center;
}

.img_ashiyana {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .ashiyanaWrapper h2 {
    font-size: 20px;
    line-height: 40px;
    color: #112769;
    text-transform: uppercase;
  }

  .ashiyanaWrapper {
    padding: 30px 0;
    float: left;
    width: 100%;
  }
}

/*------------------------ / Tata Ashiyana Wrapper -------------*/
/*------------------ ask-expert css --------------------*/

.expert-hero-bg section {
  padding-bottom: 0;
}

.thank-you-block {
  background-color: #ffffff;
  padding: 20px;
  webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  border-top: 6px solid #112769;
  margin: 130px 10px;
}

.expert-hero-bg .expert-form {
  background-color: #ffffff;
  padding: 20px;
  webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  top: 50px;
  border-top: 6px solid #112769;
}

.expert-hero-bg .expert-form h3 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #1a1818;
  text-align: center;
  padding: 0;
  margin: 10px 0px 30px;
}

.expert-hero-bg .expert-form .form-group {
  margin-bottom: 1.5rem;
}

.expert-hero-bg .expert-form .btn {
  width: 100%;
  font-weight: 600;
  padding: 10px 15px;
}

.expert-hero-bg .expert-form .send-btn {
  cursor: pointer;
  width: max-content;
}

.expert-hero-bg .expert-form .btn-primary {
  background: #ccc;
  width: 54%;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 10px 15px;
  color: #000;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.expert-testimonials {
  background-color: #f5f5f5;
}

@media screen and (max-width: 992px) {
  .expert-hero-bg .expert-form {
    margin: 15px 0px;
  }
}

/*------------------ / ask-expert css --------------------*/

/*---------------------- footer css ------------------------*/

.footer_wrapper {
  float: left;
  width: 100%;
  background: #000;
  /* margin-top: 40px; */
}

.footer-links ul {
  color: #fff;
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 24px;
}

.connect {
  margin-top: 24px;
}

.footer-info {
  float: left;
  width: 100%;
}

.social-links a {
  border-radius: 50%;
  color: #000;
}

.social-links {
  float: left;
  width: 100%;
}

.social-links a {
  margin: 0 10px 0 0;
}

.footer-wrpper-sec {
  float: right;
}

.newsletter {
  margin-top: 100px;
}

input.newsletter_input {
  border: 2px solid #fff;
  margin-top: 20px;
  width: calc(100% - 55px);
  border-radius: 10px 0 0 10px;
  height: 46px;
}

.footer-second {
  background: #1a1818 0% 0% no-repeat padding-box;
  float: left;
  width: 100%;
  padding: 10px 0;
}

.copyright {
  letter-spacing: 0.64px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.newsletter_button {
  border: 2px solid #fff;
  height: 46px;
  position: relative;
  top: 20px;
  left: -10px;
  width: 50px;
  float: right;
  border-radius: 0 10px 10px 0;
  border-left: none;
  background: no-repeat;
}

.newsletter_button:hover,
.newsletter_button:focus {
  outline: none;
}

.newsletter_input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.newsletter_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.newsletter_input {
  color: #ffffff;
  opacity: 1;
}

.newsletter_input::placeholder {
  color: #fff;
  opacity: 0.7;
}

.mtr {
  margin-top: 0px;
}

.tata_tiscon_logo {
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 992px) {
  .footer-wrpper-sec {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .footer-txt {
    font-size: 1rem;
  }

  .mtr {
    margin-top: 30px;
  }
  .tata_tiscon_logo_top {
    position: relative;
  }

  .tata_tiscon_logo {
    position: relative;
    bottom: 0;
  }

  .footer-links ul li {
    margin-bottom: 16px;
  }

  .connect {
    margin-top: 16px;
  }

  .connect h3 {
    margin-top: -8px;
    font-size: 0.875rem;
  }

  .footer-wrpper-sec {
    margin-top: 16px;
    float: left;
  }

  input.newsletter_input {
    width: calc(100% - 120px);
  }

  .expert-hero-bg .expert-form {
    background-color: #ffffff;
    padding: 20px;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 0px;
    border-top: none;
  }

  .newsletter_button {
    left: -72px;
  }

  .newsletter_input::placeholder {
    color: #fff;
    font-size: 12px;
  }
}

/*---------------------- /footer css ------------------------*/

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/* home building css */

.mason-features .feature-list li div .stroke-svg {
  stroke: #112769;
}

.mason-features .feature-list li div:hover .stroke-svg {
  stroke: #ffffff;
}

.step-block {
  position: relative;
  padding: 60px 0;
}

.step-block::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  height: 100%;
  border-right: 3px solid transparent;
  border-image: url(../images/home-building/path3050@2x.png) 50 stretch;
  transform: translateX(-50%);
}

.step-block-1::after {
  top: 12.8%;
  height: 87.2%;
}

.step-block-3::before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #112769;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.step-block .grid-row .col-sm-6 {
  margin-top: 80px;
}

.step-block .grid-row .text-col,
.step-block .grid-row .img-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-block .grid-row .number-title {
  position: relative;
  margin-bottom: 16px;
  margin-left: 40px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
  color: #1a1818;
}

.step-block .grid-row .number-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  width: 27px;
  border-top: 2px solid #d4001c;
  transform: translateY(-50%);
}

.step-block .grid-row .title {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1a366f;
}

.step-block .grid-row .order-sm-2 .title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -36%;
  width: 30%;
  border-top: 2px solid #1a366f;
  border-right: 10px;
  transform: translateY(-50%);
}

.step-block .grid-row .order-sm-2 .title::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #1a366f;
  border-radius: 100%;
  top: 50%;
  left: -145px;
  transform: translateY(-50%);
  z-index: 2;
}

.step-block .grid-row .left-text-1 .title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -56%;
  width: 35%;
  border-top: 2px solid #1a366f;
  border-right: 10px;
  transform: translateY(-50%);
}

.step-block .grid-row .left-text-1 .title::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #1a366f;
  border-radius: 100%;
  top: 50%;
  right: -60.2%;
  transform: translateY(-50%);
  z-index: 2;
}

.step-block .grid-row .left-text-2 .title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -42%;
  width: 35%;
  border-top: 2px solid #1a366f;
  border-right: 10px;
  transform: translateY(-50%);
}

.step-block .grid-row .left-text-2 .title::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #1a366f;
  border-radius: 100%;
  top: 50%;
  right: -46.5%;
  transform: translateY(-50%);
  z-index: 2;
}

.quote-block {
  padding: 60px 0;
  text-align: center;
  min-height: 150px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-block-1 {
  background: transparent linear-gradient(180deg, #62578a 0%, #272460 100%) 0%
    0% no-repeat padding-box;
}

.quote-block-2 {
  background: transparent linear-gradient(180deg, #62578a 0%, #272460 100%) 0%
    0% no-repeat padding-box;
}

.quote-block .quote {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .mason-hero-bg h1 br {
    display: none;
  }

  .step-block .grid-row .text-col {
    margin-top: 40px;
  }

  .mason-hero-bg img {
    padding-bottom: 15px;
  }

  .feature-list li {
    margin-bottom: 20px;
  }

  .mason-features h2,
  .mason-form h2,
  .testimonial h2 {
    line-height: 45px;
  }

  .mason-features,
  .mason-form,
  .testimonial {
    padding: 30px 0px;
  }

  .locator-results {
    margin: 30px 0px;
  }

  .locator-results section {
    margin-bottom: 40px;
  }

  #modalTab .nav-link {
    padding: 5px;
    margin-right: 5px;
  }

  .step-block .grid-row .text-col {
    margin-top: 40px;
  }

  .step-block .grid-row .text-col br {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .mason-hero-bg h1 br {
    display: none;
  }

  .step-block .grid-row .text-col br {
    display: none;
  }

  .step-block::after,
  .step-block-3::before {
    content: none;
  }

  .step-block .grid-row .order-sm-2 .title::before,
  .step-block .grid-row .order-sm-2 .title::after {
    content: none;
  }

  .step-block .grid-row .left-text-1 .title::after,
  .step-block .grid-row .left-text-1 .title::before,
  .step-block .grid-row .left-text-2 .title::after,
  .step-block .grid-row .left-text-2 .title::before {
    content: none;
  }
}

@media screen and (max-width: 1024px) {
  .step-block .grid-row .order-sm-2 .title::after {
    width: 10%;
    left: -12%;
  }

  .step-block .grid-row .order-sm-2 .title::before {
    left: -17%;
  }

  .step-block .grid-row .left-text-1 .title::after {
    width: 10%;
    right: -26.5%;
  }

  .step-block .grid-row .left-text-1 .title::before {
    right: -33%;
  }

  .step-block .grid-row .left-text-2 .title::after {
    width: 10%;
    right: -16.5%;
  }

  .step-block .grid-row .left-text-2 .title::before {
    right: -22%;
  }
}

/* /home building css */

/* product-sd-rebars */

.about-us {
  padding: 60px 0;
}

.dis_wrapper {
  background: #fff;
}

.about-us .grid-row {
  padding-top: 60px;
}

.about-us .grid-row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us .grid-row .title {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1a366f;
}

.about-us .grid-row .img-col {
  position: relative;
}

.about-us .grid-row .img-col .img-1 {
  float: right;
}

.about-us .grid-row .img-col .img-2 {
  margin-top: -300px;
}

.unbeatable-strength {
  padding: 60px 0;
  background: #ffffff;
}

.unbeatable-strength .grid-row {
  padding-top: 60px;
}

.unbeatable-strength .grid-row .img-col img {
  width: 95%;
  box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;
}

.unbeatable-strength .grid-row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.unbeatable-strength .grid-row .text-col .title {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1a366f;
}

.unbeatable-strength .grid-row .text-col .icon-row {
  margin-top: 12px;
}

.unbeatable-strength .grid-row .text-col .icon-row svg .c {
  stroke: #212529;
}

.unbeatable-strength .grid-row .text-col .icon-row .col-sm-3 {
  text-align: center;
}

.unbeatable-strength .grid-row .text-col .icon-row .col-sm-3 .icon-para {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.35rem;
}

.unbeatable-strength .grid-row .text-col .download-link {
  color: #d4001c;
  font-weight: 600;
  margin-top: 26px;
}

.unbeatable-strength .grid-row .text-col .download-link img {
  margin-right: 6px;
}

.apart-section {
  padding: 60px 0;
  background: transparent linear-gradient(180deg, #62578a 0%, #272460 100%) 0%
    0% no-repeat padding-box;
}

.apart-section .underline {
  border-top: 2px solid #ffffff;
}

.apart-section .grid-row {
  padding-top: 60px;
}

.apart-section .grid-row .title {
  margin: 16px 0 12px 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.apart-section .grid-row p {
  color: #ffffff;
}

.architectural-application {
  padding: 60px 0 48px 0;
}

.architectural-application .grid-row {
  padding-top: 60px;
}

.architectural-application .grid-row .col-sm-4 {
  margin-bottom: 12px;
}

.architectural-application .grid-row .title {
  margin-top: 12px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1a366f;
}

.sd-rebars {
  padding: 60px 0;
  background: rgb(245 245 245 / 0.5);
}

.sd-rebars .nav-tabs {
  margin-top: 20px;
  justify-content: left;
  border: none;
}

.sd-rebars .nav-tabs .nav-item {
  padding: 0px 15px;
}

.sd-rebars .nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: #1a1818;
  opacity: 0.5;
  border: none;
  transition: all 0.2s ease-in-out;
  padding: 6px 0px;
}

.sd-rebars .nav-item .active {
  background: initial;
  color: #d4001c;
  opacity: 1;
  border-bottom: 3px solid #d4001c;
  width: fit-content;
}

.sd-rebars .tab-content .tab-pane .img-div {
  position: relative;
  display: inline-block;
}

.sd-rebars .tab-content .tab-pane img {
  margin-top: 20px;
}

.sd-rebars .tab-content .img-div .click-div {
  position: absolute;
  padding-top: 2px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  color: #ffffff;
  background: #112769;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 5px #1127695e;
}

.sd-rebars .tab-content .img-div .click-div-1 {
  top: 28%;
  left: 18%;
}

.sd-rebars .tab-content .img-div .click-div-1:after {
  position: absolute;
  bottom: 12px;
  left: -100px;
  content: "";
  height: 50px;
  width: 100px;
  border-left: 2px dashed #112769;
  border-bottom: 2px dashed #112769;
}

.sd-rebars .tab-content .img-div .click-div-1:before {
  position: absolute;
  min-width: 200px;
  bottom: 65px;
  left: -100px;
  content: url("../images/product-sd-rebars/stress-absorbtion-small.svg")
    " Stress Absorption";
  padding: 8px 16px;
  background: #ffffff;
  font-size: 14px;
  color: #1a1818;
  box-shadow: 0px 5px 16px #00000029;
  border-radius: 5px;
  transform: translateX(-50%);
}

.sd-rebars .btn-div .btn-blue {
  margin-right: 10px;
}

.sd-rebars .modal {
  background: #ffffffe0;
}

.sd-rebars .modal-dialog {
  max-width: 1190px;
}

.sd-rebars .modal .modal-content {
  background: transparent;
  box-shadow: none;
}

.sd-rebars .modal .modal-content table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.sd-rebars .modal .modal-content thead {
  background: #d4001c;
}

.sd-rebars .modal .modal-content thead th {
  border-right: 1px solid white;
  border-left: 1px solid white;
  font-weight: 500;
  box-shadow: 0px 5px 10px #00000029;
}

.sd-rebars .modal .modal-content thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: none;
}

.sd-rebars .modal .modal-content thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}

.sd-rebars .modal .modal-content tbody tr {
  box-shadow: 0px 5px 10px #00000029;
}

.sd-rebars .modal .modal-content tbody td {
  border-right: 1px solid #d4001c;
  border-left: 1px solid #d4001c;
  height: 60px;
}

.sd-rebars .modal .modal-content tbody td .d-flex div {
  width: 50%;
}

.sd-rebars .modal .modal-content tbody td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: none;
}

.sd-rebars .modal .modal-content tbody td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}

.bg-grey {
  background: #f5f5f5;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #112769;
}

.bg-white {
  background: #ffffff;
  font-weight: normal;
}

.plus-container {
  position: relative;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.plus-container section {
  position: absolute;
}

.plus-desc {
  position: absolute;
  display: inline-block;
  padding: 10px;
  line-height: 10px;
  background-color: #112768;
  color: #ffffff;
  border-radius: 16px;
}

.plus-desc:hover {
  color: #ffffff !important;
}

.plus-info {
  position: absolute;
  display: none;
  width: 80px;
  height: 80px;
  border-right: 2px dashed #112769;
  border-bottom: 2px dashed #112769;
  top: -64px;
}

.plus-info span {
  position: absolute;
  display: inline-block;
  top: -44px;
  width: 200px;
  padding: 8px 12px;
  margin-left: -48px;
  height: 42px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 5px 16px #00000029;
  text-align: center;
}

.activated {
  display: inline-block;
}

#plus-sign-one {
  top: 70px;
  left: 163px;
}

#plus-sign-two {
  top: 95px;
  left: 60px;
}

#plus-sign-three {
  bottom: 85px;
  right: 135px;
}

#plus-sign-four {
  right: 30px;
}

#plus-info-three {
  top: 121px;
  right: 159px;
  border-right: none;
  border-left: 2px dashed #112769;
  height: 20px;
  width: 200px;
}

#plus-info-one {
  top: 5px;
  left: 186px;
}

#plus-info-two {
  border-right: none;
  border-left: 2px dashed #112769;
  top: 32px;
  left: -20px;
  border-right: none;
  border-left: 2px dashed #112769;
}

#plus-info-two span {
  left: -50px;
}

#plus-info-three span {
  margin-left: 0;
  left: -100px;
}

#plus-info-four {
  top: -26px;
  right: -42px;
}

.sd-rebars .plus-desc {
  display: block;
}

.rcp-btn-d {
  display: block;
}

.rcp-btn-m {
  display: none;
  margin: 0 auto;
  text-align: center;
}

#rebarsTabs {
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .about-us .grid-row .text-col br {
    display: none;
  }

  .about-us .grid-row .img-col .img-1 {
    width: 80%;
  }

  .about-us .grid-row .img-col .img-2 {
    margin-top: -200px;
    width: 60%;
  }

  .unbeatable-strength .grid-row .img-col img {
    width: 100%;
  }

  .unbeatable-strength .grid-row .text-col br {
    display: none;
  }

  .sd-rebars .tab-content br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .about-us .grid-row .img-col .img-1 {
    width: 70%;
  }

  .about-us .grid-row .img-col .img-2 {
    margin-top: -200px;
    width: 50%;
  }

  .unbeatable-strength .grid-row .text-col {
    margin-top: 60px;
  }

  .sd-rebars .btn-blue {
    margin-bottom: 16px;
  }

  .sd-rebars .modal .modal-content {
    overflow-x: scroll;
  }

  .sd-rebars .nav-tabs .nav-item {
    width: auto;
    margin-bottom: 20px;
  }

  .tab-content {
    padding-top: 15px;
  }

  .sd-rebars .btn-div button {
    width: 300px;
    margin-right: 0;
  }

  .plus-container {
    width: 100%;
  }

  #plus-sign-one {
    top: 29%;
    left: 47%;
  }

  #plus-sign-two {
    top: 27%;
    left: 23%;
  }

  #plus-sign-three {
    bottom: 29%;
    right: 33%;
  }

  #plus-sign-four {
    bottom: 19%;
    right: 14%;
  }

  #plus-info-one {
    top: 19%;
    left: 55.5%;
    height: 40px;
    width: 40px;
  }

  #plus-info-one span {
    margin-left: -76px;
  }

  #plus-info-two {
    top: 15%;
    left: 27%;
    height: 30px;
    width: 0px;
  }

  #plus-info-three {
    top: 62%;
    right: 41%;
    height: 8px;
    width: 108px;
  }

  #plus-info-four {
    top: 21%;
    right: 18%;
    height: 111px;
    width: 0px;
  }

  #plus-info-four span {
    margin-left: -127px;
  }
}

@media only screen and (max-width: 520px) {
  .sd-rebars .plus-desc,
  .sd-rebars .plus-info {
    display: none !important;
  }

  .rcp-btn-d {
    display: none;
  }

  .rcp-btn-m {
    display: block;
  }

  .about-us .grid-row {
    padding-top: 30px;
  }

  .sd-rebars {
    padding: 30px 0;
  }

  .unbeatable-strength {
    padding: 30px 0;
    background: #ffffff;
  }

  .unbeatable-strength .grid-row {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .unbeatable-strength .img-col {
    text-align: center;
  }

  #plus-sign-one {
    top: 26%;
    left: 39%;
  }

  #plus-sign-two {
    top: 27%;
    left: 23%;
  }

  #plus-sign-three {
    bottom: 29%;
    right: 33%;
  }

  #plus-sign-four {
    bottom: 19%;
    right: 14%;
  }

  #plus-info-one {
    top: 19%;
    left: 44.5%;
    height: 40px;
    width: 40px;
  }

  #plus-info-one span {
    margin-left: -76px;
  }

  #plus-info-two {
    top: 7%;
    left: 6%;
    height: 86px;
    width: 91px;
  }

  #plus-info-three {
    top: 55%;
    right: 38%;
    height: 41px;
    width: 254px;
  }

  #plus-info-four {
    top: 41%;
    right: 16.5%;
    height: 111px;
    width: 0px;
  }

  #plus-info-four span {
    margin-left: -104px;
  }
}

/* /product-sd-rebars */

/* GFX coated superlinks */

.superlinks .plus-container {
  position: relative;
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.superlinks .plus-container section {
  position: absolute;
}

.superlinks .plus-desc {
  position: absolute;
  display: inline-block;
  padding: 10px;
  line-height: 10px;
  background-color: #112768;
  color: #ffffff;
  border-radius: 16px;
}

.superlinks .plus-info {
  position: absolute;
  display: none;
  width: 80px;
  height: 80px;
  border-right: 2px dashed #112769;
  border-bottom: 2px dashed #112769;
  top: -64px;
}

.superlinks .plus-info span {
  position: absolute;
  display: inline-block;
  top: -44px;
  width: 200px;
  padding: 8px 12px;
  margin-left: -48px;
  height: 42px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 5px 16px #00000029;
  text-align: center;
}

.superlinks .activated {
  display: inline-block;
}

.superlinks #plus-sign-one {
  top: 120px;
  left: 250px;
}

.superlinks #plus-sign-two {
  top: 59px;
  left: 31px;
}

.superlinks #plus-sign-three {
  bottom: 100px;
  right: 190px;
}

.superlinks #plus-sign-four {
  bottom: 43px;
  right: 35px;
}

.superlinks #plus-info-three {
  top: 198px;
  right: 221px;
  border-right: none;
  border-left: 2px dashed #112769;
  height: 20px;
  width: 207px;
}

.superlinks #plus-info-one {
  top: 54px;
  left: 281px;
}

.superlinks #plus-info-one span {
  width: 218px;
  margin-left: -66px;
  text-align: center;
}

.superlinks #plus-info-two {
  top: 19px;
  left: -82px;
  height: 54px;
  width: 111px;
}

.superlinks #plus-info-two span {
  left: -75px;
  width: 245px;
}

.superlinks #plus-info-three span {
  margin-left: 0;
  left: -100px;
}

.superlinks #plus-info-four {
  top: 194px;
  right: -57px;
  width: 90px;
}

.superlinks #plus-info-four span {
  width: 225px;
}

@media only screen and (max-width: 767px) {
  .superlinks #plus-info-one {
    top: 34px;
    left: 263px;
    height: 89px;
    width: 0px;
  }

  .superlinks #plus-info-one span {
    width: 210px;
    margin-left: -123px;
  }

  .superlinks #plus-info-two {
    top: 24px;
    left: 18px;
    height: 51px;
    width: 13px;
  }

  .superlinks #plus-info-two span {
    left: 19px;
    width: 245px;
  }

  .superlinks #plus-info-three {
    top: 21px;
    right: 204px;
    border-right: none;
    border-left: 2px dashed #112769;
    height: 176px;
    width: 0px;
  }

  .superlinks #plus-info-three span {
    margin-left: 0;
    left: -100px;
  }

  .superlinks #plus-info-four {
    top: 29px;
    right: 7px;
    height: 243px;
    width: 28px;
  }

  .superlinks #plus-info-four span {
    margin-left: -195px;
  }
}

.superlinks #plus-info-four {
  top: 176px;
  right: -64px;
  height: 98px;
  width: 97px;
}

.superlinks #plus-info-four span {
  margin-left: -84px;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .superlinks #plus-info-one {
    top: 34px;
    left: 281px;
    height: 101px;
    width: 97px;
  }

  .superlinks #plus-info-one span {
    width: 210px;
    margin-left: -61px;
  }

  .superlinks #plus-info-two {
    top: 24px;
    left: -44px;
    height: 51px;
    width: 73px;
  }

  .superlinks #plus-info-two span {
    left: -65px;
    width: 245px;
  }

  .superlinks #plus-info-three {
    top: 165px;
    right: 220px;
    border-right: none;
    border-left: 2px dashed #112769;
    height: 53px;
    width: 186px;
  }

  .superlinks #plus-info-three span {
    margin-left: 0;
    left: -100px;
  }

  .superlinks #plus-info-four {
    top: 176px;
    right: -64px;
    height: 98px;
    width: 97px;
  }

  .superlinks #plus-info-four span {
    margin-left: -60px;
  }
}

/* /GFX coated superlinks */

/* discovery */

.discovery-series {
  overflow: hidden;
}

.discovery-series .discovery-slider div {
  padding: 0 10px;
  margin-bottom: 10px;
}

.discovery-series .discovery-slider div img {
  width: 590px;
  transition: all 0.2s ease-in-out;
}

.discovery-series .slick-slide {
  margin: 50px 0 !important;
  transition: all 0.2s ease-in-out;
}

.discovery-series .slick-center:hover {
  transform: scale(1.3);
}

.discovery-series .slick-center:hover img {
  box-shadow: 0px 5px 5px #00000029;
}

.programmes {
  padding: 60px 0;
}

.programmes .logo-container {
  padding-left: 27px;
  display: flex;
  justify-content: center;
}

.programmes .logo-container div {
  margin-right: 27px;
  padding: 20px;
  box-shadow: 0px 5px 5px #00000029;
  border-radius: 5px;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}

/*.programmes .logo-container div:hover {
    background: linear-gradient(180deg,
        rgba(17, 39, 105, 1) 20%,
        rgba(8, 126, 165, 1) 80%);
}*/

.programmes .logo-container img {
  width: 160px;
}

.programmes .container .col-md-5 {
  margin-top: 60px;
}

.programmes .container .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.connect-section {
  margin-bottom: 60px;
  padding: 60px 0;
  background: #f5f5f5;
}

.connect-section .form input[type="submit"] {
  margin-top: 30px;
}

.gallery {
  padding: 60px 0;
}

.gallery .gallery-img img {
  cursor: pointer;
}

#image-lightbox {
  background: #ffffff75;
  transition: all 0.2s ease-in-out;
}

#image-lightbox .modal-dialog .modal-content .modal-body img {
  width: 100%;
}

#image-lightbox .modal-dialog .modal-content .modal-body .img-list {
  margin: 10px 30px;
}

.slick-slide:focus {
  outline: none;
}

#image-lightbox .modal-dialog .modal-content .modal-body .img-list div img {
  padding: 10px;
  cursor: pointer;
}

.testiminial .slick-dots,
.testimonial-slider-mitra .slick-dots {
  display: none !important;
}

.testimonial-slider-mitra.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .discovery-series .para br {
    display: none;
  }

  .discovery-series .discovery-slider div img {
    width: 100vw;
  }

  .discovery-series .slick-center:hover {
    transform: scale(1);
  }

  .programmes .para br {
    display: none;
  }

  .programmes .logo-container {
    padding-left: 5px;
  }

  .programmes .logo-container div {
    padding: 10px 5px;
    margin-right: 5px;
  }

  .programmes .container .row .text-col br {
    display: none;
  }

  .programmes .container .row .img-col {
    margin-top: 0;
  }

  .programmes .container .row .text-col br {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .discovery-series .discovery-slider div img {
    width: 90vw;
  }

  .discovery-series .slick-center:hover img {
    width: 90vw;
    box-shadow: none;
  }

  .programmes .container .row .text-col br {
    display: none;
  }
}

/* /discovery */

/* Basera */
.new-world {
  padding: 0px 0 0 0;
  overflow: hidden;
}

.new-world-banner {
  background: url("../images/tata-basera/banner-2.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}

.new-world-banner .container {
  position: relative;
  max-width: 1100px;
}

.new-world-banner-logo {
  width: 150px !important;
  display: inline-block !important;
}

.bubble {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.bubble::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  transform: translate(-50%, -50%);
}

.bubble-1 {
  top: 34px;
  left: 130px;
}

.bubble-1::after {
  content: "6 Brands";
}

.bubble-2 {
  top: 148px;
  left: 144px;
}

.bubble-2::after {
  content: "Benefits Upto Rs 68,600";
}

.bubble-3 {
  top: 35px;
  left: 150px;
}

.bubble-3::after {
  content: "Exclusive Offers";
}

.navbar {
  margin: 0;
  height: 90px;
  background: #ffffff !important;
  box-shadow: 0px 3px 6px #00000029;
}

.navbar .navbar-collapse {
  margin-left: -140px;
}

.navbar .navbar-nav .nav-item {
  margin-right: 20px;
}

.path-div {
  /* height: 200px; */
  float: left;
  width: 100%;
  /*  margin-top: 6rem !important; */
}

p.cap_txt {
  position: absolute;
  bottom: -100px;
  width: 150px;
  text-align: center;
  color: #1a366f !important;
}

p.cap_txt_bt {
  position: absolute;
  top: 0px;
  width: 200px;
  /*  text-align: center; */
  color: #1a366f !important;
  right: -220px;
  display: none;
}

.navbar .navbar-nav .active > .nav-link {
  color: #d4001c;
  border-bottom: 1px solid #d4001c;
}

.overview {
  padding: 60px 0 0 0;
  background: #ffffff;
}

.overview .row .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.journey .path-div .carousel-indicators {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 0;
  margin: 0;
  list-style: none;
  bottom: 0;
  flex-direction: column;
  margin-bottom: 0;
}

.journey .path-div .carousel-indicators .path {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #1a1818;
  border: 1px solid #1a1818;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-indent: 0;
  margin-bottom: 5px;
}

.journey .path-div .path:hover {
  background: #112769;
  color: #ffffff;
}

/* .journey .path-div .carousel-indicators .path:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -105%;
    border-top: 1px dashed #1a1818;
    width: 100%;
    transform: translateY(-50%);
}
 */
.journey .path-div .carousel-indicators .active {
  background: #112769;
  color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}

.journey .carousel-div {
  position: relative;
}

.journey .carousel-div .left-arrow {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: -30px;
  cursor: pointer;
}

.journey .carousel-div .right-arrow {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: -30px;
  cursor: pointer;
}

.journey .carousel .carousel-inner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 5px #00000029;
  background: #ffff;
}

.journey .carousel .caption {
  padding: 24px;
  background: #fff;
  height: 200px;
}

.journey .carousel .caption .title,
.journey .carousel .caption .para {
  margin: 0;
}

.banner-section {
  height: 600px;
  background: url("../images/tata-basera/basera-banner.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

/*.banner-section .container {
    max-width: 1000px;
} */

.banner-section .container .banner-heading {
  font-size: 32px;
  font-weight: bold;
  color: #1a366f;
}

.benefits {
  padding: 60px 0;
  background: #ffffff;
}

.benefits .container {
  max-width: 1000px;
}

.benefits .card {
  border: 1px solid #707070;
  box-shadow: 0px 10px 20px #00000029;
}

.benefits .card .card-header {
  box-shadow: 0px 10px 20px #00000029;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits .card .card-header .img-div {
  margin-top: -70px;
  height: 108px;
  width: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0px 5px 5px #00000029;
}

.offers {
  padding: 60px 0;
}

/*.offers .container {
    max-width: 1000px;
}
*/
.offers .nav-tabs {
  justify-content: center;
  border-bottom: none;
}

.offers .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 100% !important;
  display: flex;
  align-items: center;
  border-bottom: none;
  cursor: pointer;
}

.offers .nav-tabs .nav-link.active {
  background: #f5f5f5;
  border-bottom: 3px solid #d4001c;
}

.offers .tab-content {
  padding: 0 30px;
}

.offers .tab-pane {
  position: relative;
  padding: 30px;
  /* background: #1D79DC 0% 0% no-repeat padding-box; */
  box-shadow: 0px 3px 40px #00000029;
  box-shadow: -19px 19px 0px #1d79dc;
  border-radius: 13px;
  margin-top: 30px;
  opacity: 1;
}

.offers .tab-content .card {
  /* box-shadow: 2px -11px 2px #00000029; */
  /* border: 1px solid #707070; */
  height: 100%;
  border: none;
  background: none !important;
  /* background-color: #d9d9d9; */
  /* background-image: url(../images/tata-basera/bg-image.svg); */
  /* box-shadow: none !important; */
  /* background-position: 12% 106%; */
  /* background-repeat: no-repeat; */
}

/*

.offers .tab-content .card::after {
    content: url(../images/tata-basera/img-offer-after.svg);
    text-align: center;
    float: left;
    width: 100%;
}
 */
.offers .tab-content .card .card-header {
  border-bottom: none;
  text-align: center;
  background: none;
}

.offers .tab-content .card .card-header .title {
  margin: 0;
}

.offers .tab-content .card .card-body {
  padding: 20px 0;
  /* background-color: #d9d9d9; */
  /* background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 74%); */
  /* box-shadow: 0px -2px 2px #cccc; */
}

.offers .tab-content .card .card-body ul {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }

  .new-world-banner {
    height: 80vh;
  }

  .bubble {
    transform: scale(0.5);
  }

  .bubble-1 {
    top: 0%;
    left: -8%;
  }

  .bubble-2 {
    top: 2%;
    left: -11%;
  }

  .bubble-3 {
    top: 3%;
    left: 36%;
  }

  .journey .path-div .carousel-indicators .path {
    width: 30px;
    height: 30px;
  }

  .journey .carousel-div .left-arrow {
    left: -2%;
  }

  .journey .carousel-div .right-arrow {
    right: -6%;
  }

  .banner-section {
    background-size: 800px 100%;
    background-position-x: right;
    background: none;
    height: auto;
  }

  .benefits .card-row {
    margin-top: -20px !important;
  }

  .benefits .card {
    margin-top: 100px;
  }

  .offers .nav-tabs .nav-link {
    border: none;
    min-height: 80px;
  }

  .offers .tab-content {
    padding: 0px;
  }

  .offers .tab-content .card {
    height: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .bubble {
    transform: scale(0.5);
  }

  .bubble-1 {
    top: 4%;
    left: 22%;
  }

  .bubble-2 {
    top: 2%;
    left: -11%;
  }

  .bubble-3 {
    top: 5%;
    left: 56%;
    margin-top: 23px;
  }

  .journey .path-div .path {
    width: 54px;
    height: 54px;
  }

  .journey .carousel-div .left-arrow {
    left: -2%;
  }

  .journey .carousel-div .right-arrow {
    right: -2%;
  }
}

@media screen and (max-width: 768px) {
  .path-div {
    height: auto;
    float: left;
    width: 100%;
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  br {
    display: none;
  }

  .banner-section {
    background-position-x: right;
  }

  .bubble-1 {
    top: 34px;
    left: 39px;
  }

  .bubble-2 {
    top: 148px;
    left: -15px;
  }

  .bubble-3 {
    top: -8px;
    left: 536px;
  }

  .navbar .navbar-collapse {
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
    background: #ffffff;
  }

  .navbar .navbar-nav .active > .nav-link {
    border-bottom: none;
  }

  .journey .carousel-div .left-arrow {
    left: -2%;
  }

  .journey .carousel-div .right-arrow {
    right: -2%;
  }

  .benefits .card {
    height: 100%;
  }

  .journey .path-div .carousel-indicators .path:not(:last-child):after {
    content: none;
  }
}

@media screen and (width: 1024px) {
  .banner-section {
    background-position-x: right;
  }

  .navbar .navbar-collapse {
    margin-left: 0;
  }

  .journey .carousel-div .left-arrow {
    left: -2%;
  }

  .journey .carousel-div .right-arrow {
    right: -2%;
  }
}

/* /Basera */

/* contact us */

.map-section .container {
  max-width: 1000px;
  padding: 60px 0;
  background: #ffffff;
}

.map-section .container {
  max-width: 1000px;
}

.map-section .map-col #map {
  width: 100%;
  height: 400px;
}

.map-section .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map-section .text-col ul {
  padding: 0 0 0 30px;
}

.map-section .text-col ul li {
  position: relative;
  margin-bottom: 24px;
  list-style: none;
}

.map-section .text-col ul li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: -30px;
}

.map-section .text-col ul li:first-child::before {
  content: url("../images/contact-us/address.svg");
}

.map-section .text-col ul li:last-child::before {
  content: url("../images/contact-us/phone.svg");
}

.sales-office {
  padding-top: 60px;
}

.sales-office .inner-section {
  padding: 60px 0;
}

.sales-office .inner-section .container {
  max-width: 1000px;
}

.sales-office .inner-section .container .img-col .map-container {
  width: 100% !important;
}

.sales-office .inner-section .container .img-col .map-container img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.sales-office .inner-section .container .img-col .map-container .plus-desc {
  position: absolute;
  display: inline-block;
  padding: 0;
  line-height: 10px;
  background-color: transparent;
  background: url("../images/contact-us/map-point-blue.svg") no-repeat;
  background-position: center;
  width: 40px;
  height: 45px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sales-office .inner-section .container .img-col .map-container .active {
  position: absolute;
  display: inline-block;
  padding: 0;
  line-height: 10px;
  background-color: transparent;
  background: url("../images/contact-us/map-point-red.svg") no-repeat;
  background-position: center;
  width: 40px;
  height: 45px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sales-office .inner-section .container .img-col .map-container .plus-info {
  width: 80px;
  height: 80px;
  border-right: 2px dashed #ffffff;
  border-bottom: 2px dashed #ffffff;
  z-index: 1;
}

.sales-office .inner-section .container .img-col .map-container #plus-info-two {
  border-right: none;
  border-left: 2px dashed #ffffff;
  top: 40px;
  left: 73px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 1;
}

.sales-office
  .inner-section
  .container
  .img-col
  .map-container
  .plus-info
  span {
  position: absolute;
  display: inline-block;
  top: -44px;
  width: auto;
  padding: 4px 12px;
  margin-left: -48px;
  height: 30px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 5px 16px #00000029;
  transform: translateX(50%);
  z-index: 1;
}

.sales-office .inner-section #plus-sign-one {
  top: 165px;
  left: unset;
  right: 35px;
}

.sales-office .inner-section #plus-info-one {
  top: 107px;
  left: unset;
  right: -8px;
}

.sales-office .inner-section #plus-info-one span {
  top: -32px;
  right: 0px;
}

.sales-office .inner-section #plus-sign-two {
  top: 100px;
  left: 154px;
  right: unset;
}

.sales-office .inner-section #plus-info-two {
  top: 39px;
  left: 60px;
  right: unset;
}

.sales-office .inner-section #plus-info-two span {
  left: -70px;
  top: -32px;
}

.sales-office .inner-section #plus-sign-three {
  top: 106px;
  left: 140px;
  right: unset;
}

.sales-office .inner-section #plus-info-three {
  top: 39px;
  left: 38px;
  right: unset;
  height: 87px;
  width: 101px;
  border-left: 2px dashed #ffffff;
}

.sales-office .inner-section #plus-info-three span {
  top: -32px;
}

.sales-office .inner-section #plus-sign-four {
  top: 136px;
  left: 165px;
  right: unset;
}

.sales-office .inner-section #plus-info-four {
  top: 60px;
  left: 38px;
  right: unset;
  height: 96px;
  width: 126px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-four span {
  top: -32px;
  left: -16px;
}

.sales-office .inner-section #plus-sign-five {
  top: 176px;
  left: 144px;
  right: unset;
}

.sales-office .inner-section #plus-info-five {
  top: 99px;
  left: 28px;
  right: unset;
  height: 96px;
  width: 126px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-five span {
  top: -32px;
  left: -25px;
}

.sales-office .inner-section #plus-sign-six {
  top: 184px;
  left: unset;
  right: 240px;
}

.sales-office .inner-section #plus-sign-twenty-two {
  top: 115px;
  left: unset;
  right: 260px;
}

.sales-office .inner-section #plus-info-six {
  top: 124px;
  left: unset;
  right: 217px;
  z-index: 0;
}

.sales-office .inner-section #plus-info-twenty-two {
  top: 35px;
  left: unset;
  right: 240px;
  z-index: 0;
}

.sales-office .inner-section #plus-info-six span {
  top: -32px;
  right: -3px;
}

.sales-office .inner-section #plus-info-twenty-two span {
  top: -32px;
  right: -3px;
}

.sales-office .inner-section #plus-sign-seven {
  top: 202px;
  left: unset;
  right: 169px;
}

.sales-office .inner-section #plus-info-seven {
  top: 143px;
  left: unset;
  right: 131px;
  z-index: 0;
}

.sales-office .inner-section #plus-info-seven span {
  top: -32px;
  right: -3px;
}

.sales-office .inner-section #plus-sign-eight {
  top: 236px;
  left: 92px;
  right: unset;
}

.sales-office .inner-section #plus-info-eight {
  top: 159px;
  left: -35px;
  right: unset;
  height: 96px;
  width: 126px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-eight span {
  top: -32px;
  left: -76px;
}

.sales-office .inner-section #plus-sign-nine {
  top: 253px;
  left: 147px;
  right: unset;
}

.sales-office .inner-section #plus-info-nine {
  top: 203px;
  left: -35px;
  right: unset;
  height: 66px;
  width: 182px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-nine span {
  top: -32px;
  left: -27px;
}

.sales-office .inner-section #plus-sign-ten {
  top: 244px;
  right: 153px;
  left: unset;
}

.sales-office .inner-section #plus-info-ten {
  top: 208px;
  right: -15px;
  left: unset;
  height: 56px;
  width: 208px;
  border-left: none;
  border-right: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-ten span {
  top: -32px;
  right: -4px;
}

.sales-office .inner-section #plus-sign-eleven {
  top: 252px;
  right: 122px;
  left: unset;
}

.sales-office .inner-section #plus-info-eleven {
  top: 240px;
  right: -15px;
  left: unset;
  height: 33px;
  width: 178px;
  border-left: none;
  border-right: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-eleven span {
  top: -32px;
  right: -4px;
}

.sales-office .inner-section #plus-sign-twelve {
  top: 264px;
  right: 215px;
  left: unset;
}

.sales-office .inner-section #plus-info-twelve {
  top: 249px;
  right: 19px;
  left: unset;
  height: 35px;
  width: 236px;
  border-left: none;
  border-right: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-twelve span {
  top: -32px;
  right: -4px;
}

.sales-office .inner-section #plus-sign-thirteen {
  top: 270px;
  right: 275px;
  left: unset;
}

.sales-office .inner-section #plus-info-thirteen {
  top: 272px;
  right: 27px;
  left: unset;
  height: 18px;
  width: 299px;
  border-left: none;
  border-right: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-thirteen span {
  top: -32px;
  right: -4px;
}

.sales-office .inner-section #plus-sign-fourteen {
  top: 300px;
  right: 172px;
  left: unset;
}

.sales-office .inner-section #plus-info-fourteen {
  top: 294px;
  right: 63px;
  left: unset;
  height: 24px;
  width: 150px;
  border-left: none;
  border-right: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-fourteen span {
  top: -32px;
  right: -4px;
}

.sales-office .inner-section #plus-sign-fifteen {
  top: 308px;
  left: 92px;
  right: unset;
}

.sales-office .inner-section #plus-info-fifteen {
  top: 310px;
  left: -6px;
  right: unset;
  height: 18px;
  width: 98px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-fifteen span {
  top: -32px;
  left: -41px;
}

.sales-office .inner-section #plus-sign-sixteen {
  top: 322px;
  left: 114px;
  right: unset;
}

.sales-office .inner-section #plus-info-sixteen {
  top: 340px;
  left: 15px;
  right: unset;
  height: 4px;
  width: 98px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-sixteen span {
  top: -32px;
  left: -18px;
}

.sales-office .inner-section #plus-sign-seventeen {
  top: 333px;
  right: 270px;
  left: unset;
}

.sales-office .inner-section #plus-info-seventeen {
  top: 322px;
  right: 92px;
  left: unset;
  height: 31px;
  width: 229px;
  border-left: none;
  border-right: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-seventeen span {
  top: -32px;
  right: -3px;
}

.sales-office .inner-section #plus-sign-eighteen {
  top: 401px;
  right: 249px;
  left: unset;
}

.sales-office .inner-section #plus-info-eighteen {
  top: 389px;
  right: 144px;
  left: unset;
  height: 32px;
  width: 146px;
  border-left: none;
  border-right: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-eighteen span {
  top: -32px;
  right: -3px;
}

.sales-office .inner-section #plus-sign-nineteen {
  top: 406px;
  left: 157px;
  right: unset;
}

.sales-office .inner-section #plus-info-nineteen {
  top: 394px;
  left: 10px;
  right: unset;
  height: 32px;
  width: 146px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-nineteen span {
  top: -32px;
  left: -60px;
}

.sales-office .inner-section #plus-sign-twenty {
  top: 454px;
  left: 153px;
  right: unset;
}

.sales-office .inner-section #plus-sign-twenty-one {
  top: 488px;
  left: 153px;
  right: unset;
}

.sales-office .inner-section #plus-info-twenty {
  top: 442px;
  left: 6px;
  right: unset;
  height: 32px;
  width: 146px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-twenty-one {
  top: 460px;
  left: 6px;
  right: unset;
  height: 32px;
  width: 146px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-twenty span {
  top: -32px;
  left: -74px;
}

.sales-office .inner-section .container .tab-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sales-office .inner-section .container .tab-col ul {
  padding: 0 0 0 40px;
}

.sales-office .inner-section .container .tab-col ul li {
  position: relative;
  margin-bottom: 24px;
  list-style: none;
}

.sales-office .inner-section .container .tab-col ul li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: -40px;
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(1)::before {
  content: url("../images/contact-us/avatar-white.svg");
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(2)::before {
  content: url("../images/contact-us/address-white.svg");
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(3)::before {
  content: url("../images/contact-us/phone-white.svg");
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(4)::before {
  content: url("../images/contact-us/email-white.svg");
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(5)::before {
  content: url("../images/contact-us/distributor-white.svg");
}

.feedback {
  padding: 60px 0;
  background: #ffffff;
}

.feedback .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  .map-section .text-col {
    margin-top: 20px;
  }

  .map-section .text-col br {
    display: block;
  }

  .sales-office .inner-section .container .tab-col {
    margin-top: 20px;
  }

  .sales-office .inner-section #plus-sign-one {
    top: 32% !important;
    left: unset !important;
    right: 7% !important;
  }

  .sales-office .inner-section #plus-info-one {
    top: 20% !important;
    left: unset !important;
    right: 13% !important;
    width: 19px !important;
    height: 73px;
  }

  .sales-office .inner-section #plus-sign-two {
    top: 19% !important;
    left: 31% !important;
    right: unset !important;
  }

  .sales-office .inner-section #plus-info-two {
    top: 0% !important;
    left: 18% !important;
    right: unset;
    width: 45px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-three {
    top: 21%;
    left: 28%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-three {
    top: 3.5%;
    left: 17%;
    right: unset;
    width: 45px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-four {
    top: 26%;
    left: 33%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nine {
    top: 203px;
    left: -35px;
    right: unset;
    width: 76px;
    height: 76px;
  }

  .sales-office .inner-section #plus-sign-six {
    top: 35%;
    left: unset;
    right: 45%;
  }

  .sales-office .inner-section #plus-info-six {
    top: 23%;
    left: unset;
    right: 42%;
    width: 53px;
    height: 66px;
  }

  .sales-office .inner-section #plus-sign-seven {
    top: 37%;
    left: unset;
    right: 31%;
  }

  .sales-office .inner-section #plus-info-seven {
    top: 25%;
    left: unset;
    right: 28%;
    width: 53px;
    height: 66px;
  }

  .sales-office .inner-section #plus-sign-eight {
    top: 45%;
    left: 19%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-eight {
    top: 0%;
    left: 14%;
    right: unset;
    height: 189px;
    width: 16px;
  }

  .sales-office .inner-section #plus-info-eight span {
    top: -32px;
    left: -65px;
  }

  .sales-office .inner-section #plus-sign-nine {
    top: 48%;
    left: 30%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nine {
    top: 23%;
    left: 3%;
    right: unset;
    height: 114px;
    width: 101px;
    border-right: none;
    border-left: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-nine span {
    top: -32px;
    left: 2px;
  }

  .sales-office .inner-section #plus-sign-ten {
    top: 46%;
    right: 28%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-ten {
    top: 23%;
    right: 3%;
    left: unset;
    height: 106px;
    width: 135px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-ten span {
    top: -32px;
    right: 51px;
  }

  .sales-office .inner-section #plus-info-nine span {
    top: -32px;
    left: -27px;
  }

  .sales-office .inner-section #plus-sign-ten {
    top: 244px;
    right: 153px;
    left: unset;
    height: 124px;
    width: 184px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-twelve span {
    top: -32px;
    right: 31px;
  }

  .sales-office .inner-section #plus-info-ten {
    top: 208px;
    right: -15px;
    left: unset;
    height: 56px;
    width: 208px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-fourteen span {
    top: -32px;
    right: 65px;
  }

  .sales-office .inner-section #plus-sign-fifteen {
    top: 59%;
    left: 19%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-fifteen {
    top: 22%;
    left: 2%;
    right: unset;
    height: 161px;
    width: 62px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-ten span {
    top: -32px;
    right: -4px;
  }

  .sales-office .inner-section #plus-sign-eleven {
    top: 252px;
    right: 122px;
    left: unset;
  }

  .sales-office .inner-section #plus-sign-nineteen {
    top: 78%;
    left: 30%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nineteen {
    top: 74%;
    right: 27%;
    left: unset;
    height: 34px;
    width: 162px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-nineteen span {
    top: -32px;
    left: 101px;
  }

  .sales-office .inner-section #plus-sign-twenty {
    top: 87%;
    left: 31%;
    right: unset;
  }

  .sales-office .inner-section #plus-sign-twenty-one {
    top: 95%;
    left: 31%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-twenty {
    top: 83%;
    right: 26%;
    left: unset;
    height: 33px;
    width: 178px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-twenty span {
    top: -32px;
    left: 101px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .sales-office .inner-section #plus-sign-one {
    top: 33% !important;
    left: unset;
    right: 10% !important;
  }

  .sales-office .inner-section #plus-info-one {
    top: 25% !important;
    left: unset;
    right: 11.5% !important;
    width: 30px !important;
    height: 88px !important;
  }

  .sales-office .inner-section #plus-sign-two {
    top: 20% !important;
  }

  .sales-office .inner-section #plus-info-two {
    top: 9% !important;
    left: 13% !important;
    right: unset;
    width: 118px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-three {
    top: 21%;
    left: 28%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-three {
    top: 11%;
    left: 15%;
    right: unset;
    width: 94px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-four {
    top: 27%;
    left: 32.5%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-four {
    top: 18%;
    left: 11%;
    right: unset;
    width: 142px;
    height: 81px;
  }

  .sales-office .inner-section #plus-sign-five {
    top: 36%;
    left: 28%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-five {
    top: 25%;
    left: 10%;
    right: unset;
    width: 144px;
    height: 108px;
  }

  .sales-office .inner-section #plus-sign-six {
    top: 37%;
    left: unset;
    right: 51%;
  }

  .sales-office .inner-section #plus-info-six {
    top: 30%;
    left: unset;
    right: 45%;
    width: 84px;
    height: 73px;
  }

  .sales-office .inner-section #plus-sign-seven {
    top: 40%;
    left: unset;
    right: 36%;
  }

  .sales-office .inner-section #plus-info-seven {
    top: 29%;
    left: unset;
    right: 35%;
    width: 47px;
    height: 97px;
  }

  .sales-office .inner-section #plus-info-eleven span {
    top: -32px;
    left: -79px;
  }

  .sales-office .inner-section #plus-sign-nine {
    top: 50%;
    left: 29%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nine {
    top: 29%;
    left: 2%;
    right: unset;
    height: 166px;
    width: 179px;
    border-right: none;
    border-left: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-sign-twelve {
    top: 264px;
    right: 215px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-twelve {
    top: 249px;
    right: 19px;
    left: unset;
    height: 35px;
    width: 236px;
    border-left: none;
    border-right: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-twelve span {
    top: -32px;
    right: -4px;
  }

  .sales-office .inner-section #plus-sign-thirteen {
    top: 270px;
    right: 275px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-thirteen {
    top: 272px;
    right: 27px;
    left: unset;
    height: 18px;
    width: 299px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-fourteen span {
    top: -32px;
    right: 0;
  }

  .sales-office .inner-section #plus-sign-fifteen {
    top: 60%;
    left: 18%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-fifteen {
    top: 60%;
    left: 9%;
    right: unset;
    height: 20px;
    width: 61px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-fifteen span {
    top: -28px;
    left: -45px;
  }

  .sales-office .inner-section #plus-sign-sixteen {
    top: 62%;
    left: 23%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-sixteen {
    top: 62%;
    left: 9%;
    right: unset;
    height: 20px;
    width: 92px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-sixteen span {
    top: -28px;
    left: -17px;
  }

  .sales-office .inner-section #plus-sign-seventeen {
    top: 65%;
    right: 57%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-seventeen {
    top: 59%;
    right: 14%;
    left: unset;
    height: 67px;
    width: 357px;
  }

  .sales-office .inner-section #plus-info-seventeen span {
    top: -32px;
    right: 0px;
  }

  .sales-office .inner-section #plus-sign-eighteen {
    top: 78%;
    right: 52%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-eighteen {
    top: 76%;
    right: 36%;
    left: unset;
    height: 32px;
    width: 146px;
  }

  .sales-office .inner-section #plus-sign-nineteen {
    top: 80%;
    left: 29%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nineteen {
    top: 78%;
    right: 42%;
    left: unset;
    height: 34px;
    width: 195px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-nineteen span {
    top: -32px;
    left: 135px;
  }

  .sales-office .inner-section #plus-sign-twenty {
    top: 88%;
    left: 30.5%;
    right: unset;
  }

  .sales-office .inner-section #plus-sign-twenty-one {
    top: 95%;
    left: 31%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-twenty {
    top: 86%;
    right: 45%;
    left: unset;
    height: 34px;
    width: 162px;
  }
}

/* -------------------------------- */
/* 
  .sales-office .inner-section #plus-info-thirteen span {
    top: -32px;
    right: -4px;
  }

  .sales-office .inner-section #plus-sign-seven {
    top: 148px;
    left: unset;
    right: 120px;
  }
  .sales-office .inner-section #plus-info-seven {
    top: 88px;
    left: unset;
    right: 83px;
    z-index: 0;
  }

  .sales-office .inner-section #plus-sign-eight {
    top: 174px;
    left: 71px;
    right: unset;
  }
  .sales-office .inner-section #plus-info-eight {
    top: -7px;
    left: 54px;
    right: unset;
    height: 201px;
    width: 16px;
  }
  .sales-office .inner-section #plus-info-eight span {
    top: -32px;
    left: -65px;
  }

  .sales-office .inner-section #plus-sign-nine {
    top: 188px;
    left: 115px;
    right: unset;
  }
  .sales-office .inner-section #plus-info-nine {
    top: 93px;
    left: 12px;
    right: unset;
    height: 114px;
    width: 102px;
    border-right: none;
  }
  .sales-office .inner-section #plus-info-nine span {
    top: -32px;
    left: 1px;
  }

  .sales-office .inner-section #plus-info-fourteen {
    top: 294px;
    right: 63px;
    left: unset;
    height: 24px;
    width: 150px;
    border-left: none;
    border-right: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-fourteen span {
    top: -32px;
    right: -4px;
  }

  .sales-office .inner-section #plus-sign-fifteen {
    top: 308px;
    left: 92px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-fifteen {
    top: 310px;
    left: -6px;
    right: unset;
    height: 18px;
    width: 98px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-fifteen span {
    top: -32px;
    left: -41px;
  }

  .sales-office .inner-section #plus-sign-sixteen {
    top: 322px;
    left: 114px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-sixteen {
    top: 340px;
    left: 15px;
    right: unset;
    height: 4px;
    width: 98px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-sixteen span {
    top: -32px;
    left: -18px;
  }

  .sales-office .inner-section #plus-sign-seventeen {
    top: 333px;
    right: 270px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-seventeen {
    top: 322px;
    right: 92px;
    left: unset;
    height: 31px;
    width: 229px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }
  .sales-office .inner-section #plus-info-nineteen span {
    top: -32px;
    right: -3px;
  }

  .sales-office .inner-section #plus-sign-eighteen {
    top: 401px;
    right: 249px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-eighteen {
    top: 389px;
    right: 144px;
    left: unset;
    height: 32px;
    width: 146px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }
  .sales-office .inner-section #plus-info-twenty span {
    top: -32px;
    left: 86px;
  }


.sales-office .inner-section #plus-sign-nineteen {
  top: 406px;
  left: 157px;
  right: unset;
}

.sales-office .inner-section #plus-info-nineteen {
  top: 394px;
  left: 10px;
  right: unset;
  height: 32px;
  width: 146px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 0;
}

.sales-office .inner-section #plus-info-nineteen span {
  top: -32px;
  left: -60px;
}

.sales-office .inner-section #plus-sign-twenty {
  top: 454px;
  left: 153px;
  right: unset;
}

.sales-office .inner-section #plus-info-twenty {
  top: 442px;
  left: 6px;
  right: unset;
  height: 32px;
  width: 146px;
  border-right: none;
  border-left: 2px dashed #ffffff;
  z-index: 2;
}

.sales-office .inner-section #plus-info-twenty span {
  top: -32px;
  left: -74px;
} */

.sales-office .inner-section .container .tab-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sales-office .inner-section .container .tab-col ul {
  padding: 0 0 0 40px;
}

.sales-office .inner-section .container .tab-col ul li {
  position: relative;
  margin-bottom: 24px;
  list-style: none;
}

.sales-office .inner-section .container .tab-col ul li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: -40px;
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(1)::before {
  content: url("../images/contact-us/avatar-white.svg");
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(2)::before {
  content: url("../images/contact-us/address-white.svg");
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(3)::before {
  content: url("../images/contact-us/phone-white.svg");
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(4)::before {
  content: url("../images/contact-us/email-white.svg");
}

.sales-office .inner-section .container .tab-col ul li:nth-of-type(5)::before {
  content: url("../images/contact-us/distributor-white.svg");
}

.feedback {
  padding: 60px 0;
  background: #ffffff;
}

.feedback .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  .map-section .text-col {
    margin-top: 20px;
  }

  .map-section .text-col br {
    display: block;
  }

  .sales-office .inner-section .container .tab-col {
    margin-top: 20px;
  }

  .sales-office .inner-section #plus-sign-one {
    top: 32% !important;
    left: unset !important;
    right: 7% !important;
  }

  .sales-office .inner-section #plus-info-one {
    top: 20% !important;
    left: unset !important;
    right: 13% !important;
    width: 19px !important;
    height: 73px;
  }

  .sales-office .inner-section #plus-sign-two {
    top: 19% !important;
    left: 31% !important;
    right: unset !important;
  }

  .sales-office .inner-section #plus-info-two {
    top: 0% !important;
    left: 18% !important;
    right: unset;
    width: 45px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-three {
    top: 21%;
    left: 28%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-three {
    top: 3.5%;
    left: 17%;
    right: unset;
    width: 45px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-four {
    top: 26%;
    left: 33%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-four {
    top: 6%;
    left: 11%;
    right: unset;
    width: 93px;
    height: 95px;
  }

  .sales-office .inner-section #plus-info-four span {
    margin-left: 0;
    left: -67px;
  }

  .sales-office .inner-section #plus-sign-five {
    top: 34%;
    left: 29%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-five {
    top: 19%;
    left: 11%;
    right: unset;
    width: 76px;
    height: 76px;
  }

  .sales-office .inner-section #plus-sign-six {
    top: 35%;
    left: unset;
    right: 45%;
  }

  .sales-office .inner-section #plus-info-six {
    top: 23%;
    left: unset;
    right: 42%;
    width: 53px;
    height: 66px;
  }

  .sales-office .inner-section #plus-sign-seven {
    top: 37%;
    left: unset;
    right: 31%;
  }

  .sales-office .inner-section #plus-info-seven {
    top: 25%;
    left: unset;
    right: 28%;
    width: 53px;
    height: 66px;
  }

  .sales-office .inner-section #plus-sign-eight {
    top: 45%;
    left: 19%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-eight {
    top: 0%;
    left: 14%;
    right: unset;
    height: 189px;
    width: 16px;
  }

  .sales-office .inner-section #plus-info-eight span {
    top: -32px;
    left: -65px;
  }

  .sales-office .inner-section #plus-sign-nine {
    top: 48%;
    left: 30%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nine {
    top: 23%;
    left: 3%;
    right: unset;
    height: 114px;
    width: 101px;
    border-right: none;
    border-left: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-nine span {
    top: -32px;
    left: 2px;
  }

  .sales-office .inner-section #plus-sign-ten {
    top: 46%;
    right: 28%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-ten {
    top: 23%;
    right: 3%;
    left: unset;
    height: 106px;
    width: 135px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-ten span {
    top: -32px;
    right: 51px;
  }

  .sales-office .inner-section #plus-sign-eleven {
    top: 47%;
    right: 22%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-eleven {
    top: 23%;
    right: 2%;
    left: unset;
    height: 112px;
    width: 116px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-eleven span {
    top: -32px;
    right: 34px;
  }

  .sales-office .inner-section #plus-sign-twelve {
    top: 50%;
    right: 40%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-twelve {
    top: 22%;
    right: 2%;
    left: unset;
    height: 124px;
    width: 184px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-twelve span {
    top: -32px;
    right: 31px;
  }

  .sales-office .inner-section #plus-sign-thirteen {
    top: 52%;
    right: 52%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-thirteen {
    top: 56%;
    right: 15%;
    left: unset;
    height: 5px;
    width: 179px;
    border-left: none;
  }

  .sales-office .inner-section #plus-sign-fourteen {
    top: 57%;
    right: 32%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-fourteen {
    top: 23%;
    right: 2%;
    left: unset;
    height: 148px;
    width: 153px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-fourteen span {
    top: -32px;
    right: 65px;
  }

  .sales-office .inner-section #plus-sign-fifteen {
    top: 59%;
    left: 19%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-fifteen {
    top: 22%;
    left: 2%;
    right: unset;
    height: 161px;
    width: 62px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-fifteen span {
    top: -28px;
    left: -5px;
  }

  .sales-office .inner-section #plus-sign-sixteen {
    top: 61%;
    left: 24%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-sixteen {
    top: 27%;
    left: 4%;
    right: unset;
    height: 149px;
    width: 62px;
    border-right: none;
  }

  .sales-office .inner-section #plus-info-sixteen span {
    top: -28px;
    left: 1px;
  }

  .sales-office .inner-section #plus-sign-seventeen {
    top: 64%;
    right: 51%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-seventeen {
    top: 22%;
    right: 2%;
    left: unset;
    height: 179px;
    width: 225px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-seventeen span {
    top: -32px;
    right: 65px;
  }

  .sales-office .inner-section #plus-sign-eighteen {
    top: 77%;
    right: 47%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-eighteen {
    top: 74%;
    right: 19%;
    left: unset;
    height: 32px;
    width: 146px;
  }

  .sales-office .inner-section #plus-sign-nineteen {
    top: 78%;
    left: 30%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nineteen {
    top: 74%;
    right: 27%;
    left: unset;
    height: 34px;
    width: 162px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-nineteen span {
    top: -32px;
    left: 101px;
  }

  .sales-office .inner-section #plus-sign-twenty {
    top: 87%;
    left: 31%;
    right: unset;
  }

  .sales-office .inner-section #plus-sign-twenty-one {
    top: 95%;
    left: 31%;
    right: unset;
  }

  .sales-office .inner-section #plus-sign-twenty-two {
    top: 37%;
    left: 52%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-twenty {
    top: 83%;
    right: 26%;
    left: unset;
    height: 34px;
    width: 162px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-twenty-one {
    top: 90%;
    right: 26%;
    left: unset;
    height: 34px;
    width: 162px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-twenty-two {
    top: 22%;
    left: unset;
    right: 47%;
    width: 53px;
    height: 66px;
  }

  .sales-office .inner-section #plus-info-twenty span {
    top: -32px;
    left: 140px;
  }

  .sales-office .inner-section #plus-info-twenty-one span {
    top: -32px;
    left: 101px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .sales-office .inner-section #plus-sign-one {
    top: 33% !important;
    left: unset;
    right: 10% !important;
  }

  .sales-office .inner-section #plus-info-one {
    top: 25% !important;
    left: unset;
    right: 11.5% !important;
    width: 30px !important;
    height: 88px !important;
  }

  .sales-office .inner-section #plus-sign-two {
    top: 20% !important;
  }

  .sales-office .inner-section #plus-info-two {
    top: 9% !important;
    left: 13% !important;
    right: unset;
    width: 118px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-three {
    top: 21%;
    left: 28%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-three {
    top: 11%;
    left: 15%;
    right: unset;
    width: 94px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-four {
    top: 27%;
    left: 32.5%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-four {
    top: 18%;
    left: 11%;
    right: unset;
    width: 142px;
    height: 81px;
  }

  .sales-office .inner-section #plus-sign-five {
    top: 36%;
    left: 28%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-five {
    top: 25%;
    left: 10%;
    right: unset;
    width: 144px;
    height: 108px;
  }

  .sales-office .inner-section #plus-sign-six {
    top: 37%;
    left: unset;
    right: 51%;
  }

  .sales-office .inner-section #plus-info-six {
    top: 30%;
    left: unset;
    right: 45%;
    width: 84px;
    height: 73px;
  }

  .sales-office .inner-section #plus-sign-seven {
    top: 40%;
    left: unset;
    right: 36%;
  }

  .sales-office .inner-section #plus-info-seven {
    top: 29%;
    left: unset;
    right: 35%;
    width: 47px;
    height: 97px;
  }

  .sales-office .inner-section #plus-sign-eight {
    top: 47%;
    left: 18%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-eight {
    top: 20%;
    left: 14%;
    right: unset;
    height: 209px;
    width: 25px;
  }

  .sales-office .inner-section #plus-info-eight span {
    top: -32px;
    left: -79px;
  }

  .sales-office .inner-section #plus-sign-nine {
    top: 50%;
    left: 29%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nine {
    top: 29%;
    left: 2%;
    right: unset;
    height: 166px;
    width: 179px;
    border-right: none;
    border-left: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-sign-ten {
    top: 48%;
    right: 33%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-ten {
    top: 23%;
    right: 2%;
    left: unset;
    height: 195px;
    width: 247px;
    border-left: none;
  }

  .sales-office .inner-section #plus-sign-eleven {
    top: 49%;
    right: 26%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-eleven {
    top: 49%;
    right: 8%;
    left: unset;
    height: 21px;
    width: 162px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-eleven span {
    top: -32px;
    right: 0;
  }

  .sales-office .inner-section #plus-sign-twelve {
    top: 52%;
    right: 46%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-twelve {
    top: 52%;
    right: 7%;
    left: unset;
    height: 19px;
    width: 300px;
  }

  .sales-office .inner-section #plus-info-twelve span {
    top: -32px;
    right: 0;
  }

  .sales-office .inner-section #plus-sign-thirteen {
    top: 53%;
    right: 57%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-thirteen {
    top: 55%;
    right: 21%;
    left: unset;
    height: 6px;
    width: 280px;
    border-left: none;
    z-index: 2;
  }

  .sales-office .inner-section #plus-sign-fourteen {
    top: 59%;
    right: 36%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-fourteen {
    top: 59%;
    right: 22%;
    left: unset;
    height: 21px;
    width: 133px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-fourteen span {
    top: -32px;
    right: 0;
  }

  .sales-office .inner-section #plus-sign-fifteen {
    top: 60%;
    left: 18%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-fifteen {
    top: 60%;
    left: 9%;
    right: unset;
    height: 20px;
    width: 61px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-fifteen span {
    top: -28px;
    left: -45px;
  }

  .sales-office .inner-section #plus-sign-sixteen {
    top: 62%;
    left: 23%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-sixteen {
    top: 62%;
    left: 9%;
    right: unset;
    height: 20px;
    width: 92px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-sixteen span {
    top: -28px;
    left: -17px;
  }

  .sales-office .inner-section #plus-sign-seventeen {
    top: 65%;
    right: 57%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-seventeen {
    top: 59%;
    right: 14%;
    left: unset;
    height: 67px;
    width: 357px;
  }

  .sales-office .inner-section #plus-info-seventeen span {
    top: -32px;
    right: 0px;
  }

  .sales-office .inner-section #plus-sign-eighteen {
    top: 78%;
    right: 52%;
    left: unset;
  }

  .sales-office .inner-section #plus-info-eighteen {
    top: 76%;
    right: 36%;
    left: unset;
    height: 32px;
    width: 146px;
  }

  .sales-office .inner-section #plus-sign-nineteen {
    top: 80%;
    left: 29%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nineteen {
    top: 78%;
    right: 42%;
    left: unset;
    height: 34px;
    width: 195px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-nineteen span {
    top: -32px;
    left: 135px;
  }

  .sales-office .inner-section #plus-sign-twenty {
    top: 88%;
    left: 30.5%;
    right: unset;
  }

  .sales-office .inner-section #plus-info-twenty {
    top: 86%;
    right: 45%;
    left: unset;
    height: 34px;
    width: 162px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .map-section .text-col br {
    display: block;
  }

  .sales-office .inner-section #plus-sign-one {
    top: 123px;
    left: unset;
    right: 29px;
  }

  .sales-office .inner-section #plus-info-one {
    top: 64px;
    left: unset;
    right: 39px;
    width: 30px;
  }

  .sales-office .inner-section #plus-sign-two {
    top: 71px;
    left: 117px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-two {
    top: -4px !important;
    left: 60px !important;
    right: unset;
    width: 55px;
    height: 95px;
  }

  .sales-office .inner-section #plus-sign-three {
    top: 77px;
    left: 107px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-three {
    top: 24px;
    left: 54px;
    right: unset;
    height: 74px;
    width: 53px;
  }

  .sales-office .inner-section #plus-sign-four {
    top: 99px;
    left: 128px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-four {
    top: 21px;
    left: 38px;
    right: unset;
    height: 96px;
    width: 89px;
  }

  .sales-office .inner-section #plus-sign-five {
    top: 133px;
    left: 110px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-five {
    top: 50px;
    left: 40px;
    right: unset;
    height: 96px;
    width: 38px;
    border-right: none;
    z-index: 0;
  }

  .sales-office .inner-section #plus-info-five span {
    top: -32px;
    left: -25px;
  }

  .sales-office .inner-section #plus-sign-six {
    top: 135px;
    left: unset;
    right: 174px;
  }

  .sales-office .inner-section #plus-info-six {
    top: 75px;
    left: unset;
    right: 162px;
    width: 52px;
    z-index: 0;
  }

  .sales-office .inner-section #plus-sign-seven {
    top: 148px;
    left: unset;
    right: 120px;
  }

  .sales-office .inner-section #plus-info-seven {
    top: 88px;
    left: unset;
    right: 83px;
    z-index: 0;
  }

  .sales-office .inner-section #plus-sign-eight {
    top: 174px;
    left: 71px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-eight {
    top: -7px;
    left: 54px;
    right: unset;
    height: 201px;
    width: 16px;
  }

  .sales-office .inner-section #plus-info-eight span {
    top: -32px;
    left: -65px;
  }

  .sales-office .inner-section #plus-sign-nine {
    top: 188px;
    left: 115px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nine {
    top: 93px;
    left: 12px;
    right: unset;
    height: 114px;
    width: 102px;
    border-right: none;
  }

  .sales-office .inner-section #plus-info-nine span {
    top: -32px;
    left: 1px;
  }

  .sales-office .inner-section #plus-sign-ten {
    top: 182px;
    right: 111px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-ten {
    top: 88px;
    right: 1px;
    left: unset;
    height: 113px;
    width: 150px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-ten span {
    top: -32px;
    right: 50px;
  }

  .sales-office .inner-section #plus-sign-eleven {
    top: 186px;
    right: 86px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-eleven {
    top: 88px;
    right: 1px;
    left: unset;
    height: 113px;
    width: 150px;
    border-left: none;
  }

  .sales-office .inner-section #plus-info-eleven span {
    top: -32px;
    right: 27px;
  }

  .sales-office .inner-section #plus-sign-twelve {
    top: 194px;
    right: 159px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-twelve {
    top: 203px;
    right: 19px;
    left: unset;
    height: 11px;
    width: 181px;
    border-left: none;
  }

  .sales-office .inner-section #plus-sign-thirteen {
    top: 200px;
    right: 201px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-thirteen {
    top: 213px;
    right: 27px;
    left: unset;
    height: 7px;
    width: 215px;
    border-left: none;
  }

  .sales-office .inner-section #plus-sign-fourteen {
    top: 223px;
    right: 124px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-fourteen {
    top: 240px;
    right: 63px;
    left: unset;
    height: 4px;
    width: 102px;
    border-left: none;
  }

  .sales-office .inner-section #plus-sign-fifteen {
    top: 227px;
    left: 74px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-fifteen {
    top: 99px;
    left: 10px;
    right: unset;
    height: 148px;
    width: 63px;
    border-right: none;
  }

  .sales-office .inner-section #plus-info-fifteen span {
    top: -32px;
    left: -7px;
  }

  .sales-office .inner-section #plus-sign-sixteen {
    top: 236px;
    left: 94px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-sixteen {
    top: 114px;
    left: 11px;
    right: unset;
    height: 142px;
    width: 82px;
  }

  .sales-office .inner-section #plus-info-sixteen span {
    top: -32px;
    left: 5px;
  }

  .sales-office .inner-section #plus-sign-seventeen {
    top: 246px;
    right: 197px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-seventeen {
    top: 254px;
    right: 63px;
    left: unset;
    height: 12px;
    width: 175px;
    border-left: none;
  }

  .sales-office .inner-section #plus-sign-eighteen {
    top: 298px;
    right: 181px;
    left: unset;
  }

  .sales-office .inner-section #plus-info-eighteen {
    top: 286px;
    right: 77px;
    left: unset;
    height: 32px;
    width: 146px;
  }

  .sales-office .inner-section #plus-sign-nineteen {
    top: 305px;
    left: 119px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-nineteen {
    top: 293px;
    right: 113px;
    left: unset;
    height: 32px;
    width: 146px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-nineteen span {
    top: -32px;
    left: 86px;
  }

  .sales-office .inner-section #plus-sign-twenty {
    top: 341px;
    left: 119px;
    right: unset;
  }

  .sales-office .inner-section #plus-info-twenty {
    top: 330px;
    right: 120px;
    left: unset;
    height: 32px;
    width: 146px;
    border-left: none;
    border-right: 2px dashed #ffffff;
  }

  .sales-office .inner-section #plus-info-twenty span {
    top: -32px;
    left: 86px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .sales-office .inner-section #plus-info-eight {
    top: 108px;
    left: 54px;
    right: unset;
    height: 148px;
    width: 37px;
  }

  .sales-office .inner-section #plus-info-nine {
    top: 150px;
    left: 10px;
    right: unset;
    height: 123px;
    width: 136px;
  }

  .sales-office .inner-section #plus-info-nine span {
    top: -32px;
    left: -10px;
  }

  .sales-office .inner-section #plus-info-fifteen span {
    top: -32px;
    left: -4px;
  }

  .sales-office .inner-section #plus-info-sixteen {
    top: 340px;
    left: 26px;
    right: unset;
    height: 4px;
    width: 87px;
    border-right: none;
    border-left: 2px dashed #ffffff;
    z-index: 2;
  }

  .sales-office .inner-section #plus-info-nineteen span {
    top: -32px;
    left: -28px;
  }

  .sales-office .inner-section #plus-info-twenty span {
    top: -32px;
    left: -28px;
  }
}

/* /contact us */

/* about us */

.story {
  padding: 60px 0;
  background: #ffffff;
}

.bg-inner-section {
  height: 587px;
  width: 100%;
  background-size: cover;
}

.story .inner-section {
  position: relative;
  margin-left: auto;
  width: 73%;
  height: 587px;
  /* background: url("../images/tata-ashiyana-banner.png") no-repeat; */
  background-size: cover;
}

.story .inner-section .text-div {
  position: absolute;
  top: 50%;
  left: -25%;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  transform: translateY(-50%);
  z-index: 999;
}

.number-grid {
  width: 100%;
  min-height: 500px;
  background: url("../images/about/The-TATA-Tiscon-SD-Story.jpg") no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.number-grid .grid {
  padding: 0 40px;
  margin: 20px 0;
}

.number-grid .grid p {
  margin: 0;
}

.number-grid .grid:not(:last-child) {
  border-right: 2px solid #ffffff;
}

.about-tata-steel {
  position: relative;
  margin: 60px 0;
  width: 73%;
  background: url("../images/about/5.jpg") no-repeat;
  background-size: cover;
  height: 587px;
}

.about-tata-steel .text-div {
  position: absolute;
  top: 50%;
  padding: 24px;
  right: -25%;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  transform: translateY(-50%);
}

.projects {
  padding: 100px 0 0 0;
  background: rgb(245 245 245 / 50%);
}

/*.projects .container {
    max-width: 1000px;
}
*/
.projects .container .col-md-6 {
  margin-bottom: 80px;
}

.projects .img-col .carousel {
  display: flex;
  align-items: center;
}

.projects .img-col .carousel .carousel-inner {
  margin: 0 10px;
}

.projects .img-col .carousel .arrow {
  cursor: pointer;
}

.projects .text-col {
  display: flex;
  align-items: center;
}

.key-projects {
  padding: 60px 0;
  background: #ffffff;
}

.key-projects .discovery-series .discovery-slider div img {
  width: 100%;
}

.key-projects .discovery-series .title {
  margin: 10px 0 0 0;
  z-index: -1;
}

.key-projects .discovery-series .para {
  margin: 0;
  margin-right: auto;
  z-index: -1;
}

.story .st-section,
.mason-features .st-section {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px #00000029;
  opacity: 1;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
}

.director_msg {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #00000029;
  opacity: 0.96;
  padding-bottom: 40px;
}

.director_msg .para::before {
  font: normal normal 600 101px/86px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #112769;
  text-transform: uppercase;
  opacity: 1;
  content: '"';
  position: absolute;
  top: 16px;
}

.director_msg .para::after {
  font: normal normal 600 101px/86px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #112769;
  text-transform: uppercase;
  opacity: 1;
  content: '"';
  position: absolute;
  right: 15px;
  bottom: -60px;
}

.director_img {
  width: 236px;
  height: 236px;
  background: #484848 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50%;
  margin: 0 auto;
}

.d-media {
  display: flex;
  align-items: center;
  margin: 30px 0;
  justify-content: left;
  padding: 0;
}

.text_t_product.active_media {
  border-bottom: 2px solid #d4001c;
  opacity: 1;
  color: #d4001c;
  line-height: 32px;
  font-weight: 600;
  cursor: pointer;
}

.text_t_product {
  margin: 0 15px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 400;
  display: block;
  cursor: pointer;
}

.projects h4 {
  text-align: left;
  font: 500 22px/32px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #1a366f;
  opacity: 1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .story .text-div,
  .about-tata-steel .text-div {
    max-width: 120%;
  }

  .number-grid .grid:not(:last-child) {
    border-right: none;
  }

  .story .text-div,
  .about-tata-steel .text-div {
    max-width: 120%;
  }

  .number-grid .grid:not(:last-child) {
    border-right: none;
  }

  .projects .container .img-col {
    margin-bottom: 20px;
  }

  .key-projects .discovery-series .discovery-slider div {
    width: 100vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .story .text-div,
  .about-tata-steel .text-div {
    max-width: 80%;
  }

  .number-grid {
    min-height: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .number-grid {
    min-height: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .story .st-section,
  .mason-features .st-section {
    background: #f7f7f7 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 10px #00000029;
    opacity: 1;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto;
  }

  .heading {
    font-size: 24px;
    line-height: 40px;
    color: #112769;
    text-align: center;
    text-transform: uppercase;
  }

  .mason-features h2,
  .mason-form h2,
  .testimonial h2 {
    font-size: 24px;
    line-height: 40px;
    color: #112769;
    text-transform: uppercase;
  }
}

/* /about us */

/* tata ashiyana */

.ashiyana-title {
  padding: 60px 0;
}

.ashiyana {
  margin-bottom: 80px;
  padding: 80px 0;
  background: linear-gradient(#ffffffb3, #ffffffb3),
    url("../images/tata-ashiyana-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ashiyana .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ashiyana .container button {
  margin-top: 50px;
}

.ashiyana .container button svg .a {
  fill: #ffffff;
  stroke: #ffffff;
}

.ashiyana .container button:hover svg .a {
  fill: #1a1818;
  stroke: #1a1818;
}

/* /tata ashiyana */

/*------------------ rcp -----------------*/
.btn-blue-rcp {
  display: inline-block;
  padding: 10px 20px;
  width: 150px;
  margin-top: 40px;
  font-weight: 400;
  border-radius: 24px;
  text-align: center;
}

.btn-blue-rcp-view {
  display: inline-block;
  padding: 10px 20px;
  width: 150px;
  margin-top: 16px;
  font-weight: 400;
  border-radius: 24px;
  text-align: center;
}

.result_wrapper {
  width: 100%;
  margin-top: 60px;
}

.section_wrapper {
  float: left;
  width: 100%;
  background: transparent linear-gradient(180deg, #62578a 0%, #272460 100%) 0%
    0% no-repeat padding-box;
  background-repeat: no-repeat;
  border-right: 2px solid #fff;
}

.rcp_wrapper {
  float: left;
  width: 100%;
  background: transparent linear-gradient(180deg, #62578a 0%, #272460 100%) 0%
    0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
}

span.left-arrow img {
  height: 13px;
  width: 7px;
  position: relative;
  left: 0px;
}

.section_headline h2::after {
  width: 75px;
  bottom: -16px;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #f71735;
  display: block;
  position: relative;
}

.section_wrapper .circle-img img {
  position: relative;
  top: 35px;
  left: 45px;
}

.rcp_wrapper .circle-img img {
  position: relative;
  top: 35px;
  left: 30px;
}

.circle-img {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #fefefe;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 36%;
  display: none !important;
}

.section_wrapper h3 {
  float: left;
  width: 100%;
  margin-top: 100px;
  font-size: 1.375rem;
}

.section_wrapper p,
.rcp_wrapper p {
  text-align: center;
  color: #fff;
}

.service_wrapper {
  margin-bottom: 0px;
}

.result_wrapper .section_wrapper h3,
.result_wrapper .rcp_wrapper h3 {
  font-size: 18px;
  float: left !important;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100% !important;
  height: 50px;
  border-bottom: 2px solid #fff;
}

.result_wrapper .section_wrapper p span:hover,
.result_wrapper .section_wrapper p.active span,
.result_wrapper .rcp_wrapper p span:hover,
.result_wrapper .rcp_wrapper p.active span {
  cursor: pointer;
  background-color: #fff;
  color: #0f3371;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 15px;
}

.result_wrapper .result-content {
  padding: 40px 0px;
  background-color: #f5f5f5;
}

.result_wrapper .result-content p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #1a1818;
}

.result-content ul {
  padding-left: 20px;
}

.result-content ul li {
  font-weight: 300;
  margin-bottom: 24px;
}

.result-content ul li:last-child {
  margin-bottom: 0;
}

.unbeatable-strength a {
  color: #1a366f;
}

.unbeatable-strength a {
  color: #1a366f;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 500;
  padding-bottom: 10px;
}

.unbeatable-strength a:hover {
  color: #000000;
}

/* footer */

footer {
  padding: 20px 0 0 0;
  background: #1a1818;
  color: #ffffff;
  overflow: hidden;
}

footer .footer-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

footer .list {
  margin-bottom: 50px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  opacity: 0.8;
  list-style: none;
}

footer .list li {
  margin-bottom: 16px;
  line-height: 1.7;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}

footer .list li:hover {
  opacity: 1;
}

footer .number {
  opacity: 1;
}

footer .social-link-div {
  position: relative;
  float: right;
}

footer .social-link-div a {
  margin-left: 8px;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

footer .social-link-div a:hover {
  opacity: 1;
}

footer .footer-base {
  padding: 10px 0;
  margin-top: 10px;
  background: #282626;
}

footer .footer-base .footer-base-line {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  footer .row .col-12 {
    padding: 0 !important;
  }

  footer .social-link-div a {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .social-link-div {
    left: 0px;
  }
}

/* /footer */

/* Media Wrapper */

.media-wrapper {
  padding: 60px 0px;
  text-align: center;
}

.media-section {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.media-content {
  float: left;
  width: 100%;
  text-align: left;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 0px 0px 9px 9px;
  opacity: 1;
  padding: 16px;
  min-height: 115px;
}

.media-content:hover {
  background: url(../images/programe-bg.png);
  float: left;
  width: 100%;
  text-align: left;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 0px 0px 9px 9px;
  opacity: 1;
  padding: 16px;
  color: #fff;
  fill: #fff;
  min-height: 115px;
  background-size: cover;
  background-repeat: no-repeat;
}

.media-content:hover .read_more_programe {
  color: #fff;
  fill: #fff;
}

.media-content .read_more {
  margin-bottom: 0px;
}

.media-content p,
.media-content h4 {
  margin-bottom: 5px;
}

.media-img {
  height: 175px;
  width: 100%;
  float: left;
  border: 1px solid #000;
  border-bottom: navajowhite;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.media-img img {
  width: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Mitra Page */

.channel-partners {
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  color: #1a366f;
  float: left;
  border-right: 2px solid #d4001c;
  padding: 0 20px;
  text-align: center;
}

.channel-partners:last-child {
  border-right: none;
}

.loyalty-program {
  padding: 60px 0;
  background: #fff;
}

.icon-lp {
  margin-bottom: 24px;
}

.text-lp {
  line-height: 30px;
  font-size: 16px;
}

.mitr-program {
  background-image: url(../images/mitra/banner-lp.png);
  background-size: cover;
}

.mitr-program-insurance {
  background-image: url(../images/mitra/banner-insurance.png);
  background-size: cover;
}

.lp-info {
  background-color: #fff;
  float: right;
  width: 100%;
  margin: 50px 0;
  padding: 30px;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 5px;
  max-width: 500px;
}

.mitr-program h4,
.mitr-program-insurance h4 {
  font-size: 2rem;
  font-weight: 500;
  text-shadow: 0px 10px 20px #00000029;
  text-transform: uppercase;
  position: absolute;
  left: 35px;
}

.lp-info h3 {
  font-size: 22px;
  font-weight: 500;
  color: #1a366f;
}

.verification-process {
  padding: 60px 0;
  background: #f5f5f5;
}

.unique-benefits-program {
  padding: 60px 0;
}

.ubp-icon {
  text-align: center;
  position: relative;
  z-index: 99;
}

.ubp-text {
  background: #fff;
  box-shadow: 0px 10px 20px #00000029;
  height: 200px;
  position: relative;
  top: -50px;
  line-height: 30px;
}

.ubp-text ul {
  padding-top: 50px;
}

.star-benefits,
.mediclaim-policy {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.rewards-point,
.per-accid-policy {
  padding: 60px 0;
  background: #fff;
}

.rewards-benefits {
  background: transparent;
  box-shadow: none;
}

.rewards-benefits table {
  border-collapse: separate;
  border-spacing: 0 15px;
  text-align: center;
}

.rewards-benefits thead {
  background: #d4001c;
}

.rewards-benefits thead th {
  border-right: 1px solid white;
  border-left: 1px solid white;
  font-weight: 500;
  box-shadow: 0px 5px 10px #00000029;
  padding: 20px;
  text-align: center;
}

.rewards-benefits thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: none;
}

.rewards-benefits thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}

.rewards-benefits tbody tr {
  box-shadow: 0px 5px 10px #00000029;
}

.rewards-benefits tbody td {
  border-right: 1px solid #d4001c;
  border-left: 1px solid #d4001c;
  height: 60px;
}

.rewards-benefits tbody td .d-flex div {
  width: 50%;
}

.rewards-benefits tbody td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: none;
}

.rewards-benefits tbody td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}

.bg-grey td:first-child,
.bg-white td:first-child {
  font-size: inherit;
}

.rewards-benefits .bg-grey td,
.rewards-benefits .bg-white td {
  font-size: 28px;
}

.membership-segretion {
  padding: 60px 0;
  background: #fff;
}

.membership-segretion .text-lp h4 {
  font-size: 22px;
  color: #1a366f;
}

.mitr-insurance {
  padding: 60px 0;
  background: #fff;
}

.per-accid-policy .text-lp {
  margin: 0px;
}

.per-accid-policy .text-lp p {
  margin: 0px;
  box-shadow: 0px 10px 10px #00000029;
  border-radius: 5px;
  padding: 5px 10px;
}

.per-accid-policy .text-lp {
  border-left: 5px solid #1a366f;
  border-radius: 3px 0px 0px 3px;
}

@media screen and (orientation: landscape) and (max-width: 960px) {
  .img_logo {
    position: absolute;
    display: inline-block;
    width: 90px;
    top: -10px;
  }

  .text_banner {
    position: absolute;
    bottom: 35%;
  }
}

@media screen and (max-width: 520px) {
  .channel-partners {
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    color: #1a366f;
    float: left;
    border-right: 2px solid #d4001c;
    padding: 0 5px;
    text-align: center;
    float: left;
  }

  .mitr-program h4 {
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: 0px 10px 20px #00000029;
    text-transform: uppercase;
    position: relative;
    left: 0px;
    color: #000 !important;
    text-align: center;
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .new-world-banner {
    height: auto !important;
  }

  .sales-office {
    padding-top: 0px;
  }

  .web-hide {
    display: none;
  }

  footer .list {
    margin-bottom: 30px;
  }

  footer .social-link-div {
    top: -55px;
    z-index: 1;
  }
}

.mason-form section form {
  background: #fff;
}

.locator-results {
  margin: 0px;
}

.btn {
  border-radius: 50px;
}

.modal .modal-content {
  background: #474077;
  margin-top: 10%;
}

.right-arrow-icon {
  width: 12px;
  margin-right: 10px;
}

.result-content ul {
  list-style: none;
}

.active-link-menu {
  color: #d4001c !important;
}

li.dropdown a:hover {
  color: #d4001c;
}

.locator-results section {
  background: white;
}

.referral-btn {
  padding: 7.5px 30px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ff000000 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f7f7f700 !important;
  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;
}

/* Page Not Found */

.page-not-found {
  padding: 20vh 0;
}

.page-not-found_text {
  text-align: center;
  float: left;
  width: 100%;
}

.page-not-found_text h2 {
  font-size: 4rem;
}

#offersTab img {
  width: 94px;
}

/* Page Not Found */

.register-btn-basera {
  position: fixed;
  right: -115px;
  color: #fff;
  top: 50%;
  font-weight: 600;
  background: #474077;
  transform: rotate(90deg);
}

.text-basera-register {
  font-weight: 500;
  margin-bottom: 35px;
}

h3.text-white.text-basera-register:after {
  content: " ";
  border: 1px solid #fff;
  display: block;
  width: 175px;
  position: relative;
  top: 13px;
}

.text-decoration-underline {
  text-decoration: underline;
}

.carousel-img-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 10px 10px;
}

/* basera additional css */

.buy-btn-tiscon {
  text-align: center;
  font: normal normal 500 26px/30px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  position: fixed;
  right: -91px;
  top: 50%;
  background: #0f3975;
  transform: rotate(90deg);
  padding: 15px;
  border: none;
  border-radius: 4px;
}

.bg-green {
  /*  height: 600px; */
  background: url("../images/tata-basera/bg-green-basera.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 0;
}

.lets-connect {
  height: 600px;
}

.register-section,
.bg-blue {
  background: url(../images/tata-basera/bg-blue-basera.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding: 70px 0;
}

.bg-blue section {
  border-radius: none;
  border-top: none;
  box-shadow: none;
}

.contact-image {
  position: absolute;
  right: 0;
  top: 50px;
  width: 565px;
}

.hero-wrapper-basera .hero-bg {
  background-image: none !important;
  height: 100% !important;
}

.hero-wrapper-basera .bx-viewport {
  max-height: 100% !important;
}

.register-section h2 {
  font: normal normal 600 40px/32px "Lato", sans-serif;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #0e3f79;
  opacity: 1;
}

.register-btn {
  background: #0e3f79 0% 0% no-repeat padding-box;
  border-radius: 8px;
  font: normal normal 500 18px/38px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  cursor: pointer;
}

.journey .path-div .carousel-indicators .active p {
  display: block !important;
}

@media screen and (max-width: 520px) {
  .lets-connect {
    height: auto;
    background: url("../images/tata-basera/bg-green-basera.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .journey .path-div .carousel-indicators {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 0;
    margin: 0;
    list-style: none;
    bottom: 0;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .journey .path-div .carousel-indicators .active p {
    display: none !important;
  }

  .tilt-border:after {
    position: relative;
    top: 0;
    right: 0;
    border: none !important;
  }
}

.tilt-border:after {
  content: "";
  border-right: 5px solid #3e79dc;
  display: inline-block;
  position: absolute;
  right: -79px;
  height: 100%;
  top: -15px;
  transform: rotate(20deg);
}

.terms-text {
  text-align: left;
  letter-spacing: 0px;
  color: #1a1818;
  font-weight: 600;
  font-size: 17px;
}

.shadow-image {
  /*  box-shadow: -15px 15px 0px #1d79dc; */
  margin: 30px 0;
  padding: 20p;
}

@media screen and (max-width: 767px) {
  .buy-btn-tiscon {
    text-align: center;
    font: normal normal 500 20px/15px "Lato", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    position: fixed;
    right: -72px;
    top: 50%;
    background: #0f3975;
    transform: rotate(90deg);
    padding: 10px;
    border: none;
    border-radius: 4px;
  }

  .journey .carousel .caption {
    padding: 24px;
    background: #fff;
    height: 300px;
  }

  .w-150 {
    width: 150px;
  }

  .bg-green {
    padding: 0;
  }

  .register-section h2 {
    font-size: 24px;
  }

  .register-section,
  .bg-blue {
    padding: 50px 0;
  }

  .pd-50 {
    padding: 50px 0 !important;
  }

  .carousel-item .w-100 {
    /* height: 300px; */
    object-fit: cover;
  }

  .journey .carousel-div .left-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: -5px;
    cursor: pointer;
  }

  .mbb-50 {
    margin-bottom: 50px !important;
  }

  .register-btn {
    background: #0e3f79 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal 500 24px/38px "Lato", sans-serif;
    letter-spacing: 0px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    text-align: center;
    width: 70%;
    margin: 20px auto;
    padding: 7px;
  }

  .w-280 {
    width: 300px !important;
  }

  .footer-left-line {
    position: inherit;
    opacity: 0.8;
    /* bottom: 49px !important; */
    font-size: 12px;
    float: none !important;
  }
  .terms {
    text-align: center !important;
  }
}

.footer-left-line {
  position: inherit;
  right: 99px;
  opacity: 0.8;
  bottom: 5px;
  font-size: 12px;
  float: right;
}

/* / basera additional css */

.modal .modal-title {
  color: #ffffff;
}

.modal .modal-body {
  background: #ffffff;
}

#modal_disclaimer .modal-dialog {
  max-width: 800px;
}

#modal_disclaimer .modal-header {
  background: #474077;
  color: #fff;
}

#modal_disclaimer .modal-body {
  padding: 20px;
}

#modal_disclaimer .modal-content::before {
  display: none;
}

#modal_disclaimer .modal-content::after {
  display: none;
}

.modal .close {
  color: #fff !important;
  font-size: 32px;
}

.modal-link {
  color: #d4001c;
}

@media only screen and (min-device-width: 480px) {
}

.bg-blue-new {
  background: #0f3975 !important;
}

p.regtxt {
  font-size: 18px !important;
  padding: 0 20px;
}

.regtxt #register-btn-basera-new {
  color: #0e3f79;
  text-decoration: underline;
  cursor: pointer;
}
.bgFull {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url(image/tata.jpg);
  background-size: cover;
  background-blend-mode: overlay;
  padding: 5px;
}

.dropdown-menu {
  display: none;
}

.dropdown-menu {
  min-width: 265px;
  padding: 12px 0px 4px;
  margin-top: 28px;
  border-top: 4px solid #d4001c;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.16);
}

.dropdown-menu.show {
  display: block;
}

.full_Width_Dc {
  max-width: 95% !important;
}

.product-menu {
  min-width: 380px;
}
