@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: 400;
  /* src: url(fonts/Montserrat-Medium.ttf) format('truetype'); */
  src: url(https://mgis3d.mapmyindia.in/mGIS_Lib/fonts/Montserrat-Medium.ttf)
    format("truetype");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  /* src: url(fonts/Montserrat-SemiBold.ttf) format('truetype'); */

  src: url(https://mgis3d.mapmyindia.in/mGIS_Lib/fonts/Montserrat-SemiBold.ttf)
    format("truetype");
}

@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 700;
  /* src: url(fonts/Montserrat-Bold.ttf) format('truetype'); */
  src: url(https://mgis3d.mapmyindia.in/mGIS_Lib/fonts/Montserrat-Bold.ttf)
    format("truetype");
}

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

body {
  margin: 0;
  font-family: "Montserrat-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat-SemiBold';
} */

.padTB60 {
  padding: 60px 0;
}

.generalIcon {
  background: url(../img/generalicon.svg) 0 0 no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.genApp {
  background-position: 0 0;
}

.genHelp {
  background-position: 0 -24px;
}

.genNot {
  background-position: 0 -48px;
}

.genSearchTrig {
  background-position: 0 -96px;
}

a:hover i.genApp {
  background-position: -24px 0;
}

a:hover i.genHelp {
  background-position: -24px -24px;
}

a:hover i.genNot {
  background-position: -24px -48px;
}

/*main css*/

.header {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  height: 56px;
  position: fixed;
  z-index: 1;
}

/* .headerLt .headMenu {
    color: #212121;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.headerLt .headMenu i {
    vertical-align: middle;
} */

.headerLt .logo {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #212121;
}

.headerLt .logo span {
  font-size: 14px;
  color: #757575;
  font-weight: 400;
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
  margin-left: 5px;
}

.headerUl {
  float: right;
}

.headerUl li {
  display: inline-block;
  margin-left: 5px;
}

.headerUl li.mobSearch {
  display: none;
}

.headerUl li.profileSec {
  width: 36px;
  height: 36px;
}

.headerUl li.profileSec.dropdown .btn {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.headerUl li.profileSec.dropdown .dropdown-toggle::after {
  display: none;
}

.headerUl li.profileSec.dropdown .dropdown-menu {
  padding: 0;
  border-color: #e6e6e6;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.headerUl li.profileSec a {
  border-radius: 0;
  font-size: 12px;
  padding: 7px 10px;
}

.headerUl li a {
  display: block;
  color: #212121;
  padding: 5px;
  border-radius: 50%;
}

.headerUl li a.curNone:hover {
  background-color: #fff;
  border-color: #e6e6e6;
  color: #212121;
  cursor: default;
}

.headerUl li a:hover {
  background-color: #edeff3;
  border-color: #edeff3;
  color: #50658e;
}

.headerSearch {
  float: right;
  width: 300px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: relative;
}

.headerSearch i {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #757575;
  background-position: 0 -72px !important;
}

/* .headerSearch input {
    width: 100%;
    height: 34px;
    padding-left: 40px;
    padding-right: 10px;
    border: 0;
    color: #212121;
    background: transparent;
} */

.headerSearch input {
  width: 100%;
  height: 34px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  color: #212121;
  background: transparent;
}

.mainContainer {
  height: calc(100vh - 56px);
  position: fixed;
  top: 56px;
  width: 100%;
}

.headerNavSec {
  margin-left: 50px;
}

.headerNavSec .navbar {
  padding: 0;
}

.headerNavSec .navbar .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #212121;
  border-bottom: 2px solid transparent;
}

.headerNavSec .navbar .navbar-nav .nav-item.active .nav-link {
  color: #50658e;
  border-color: #50658e;
}

.headerNavSec .navbar-toggler {
  padding: 0;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #212121;
  border-color: transparent;
  position: fixed;
  left: 10px;
  top: 15px;
}

.bannerSec {
  background: url(../img/banner_bg.png) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 56px);
  padding: 13% 30px 0;
}

.bannerLft {
  float: left;
  color: #fff;
  width: 45%;
}

.bannerLft h2 {
  font-size: 48px;
}

.bannerLft p {
  font-size: 32px;
  opacity: 0.87;
  margin: 20px 0;
}

.btn-banner.tryFree {
  background-color: #212121;
  color: #fff;
}

.btn-banner {
  background-color: transparent;
  border: 2px solid #212121;
  min-width: 160px;
  color: #212121;
  padding: 10px;
  margin-right: 10px;
}

.bannerRht {
  width: 45%;
  float: right;
  margin-top: -20px;
  text-align: right;
}

.bannerSecSingup .bannerLft {
  float: right;
  margin-top: 70px;
}

.bannerSecSingup .bannerLft h2 {
  font-size: 44px;
}

.bannerSecSingup .bannerRht {
  float: left;
  text-align: left;
  margin-top: -30px;
}

.bannerSecSingup .bannerRht p {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.makeMapText {
  margin-top: 30px;
}

.makeMapText h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.makeMapList {
  color: #797979;
  font-size: 14px;
}

.makeMapList li {
  margin-bottom: 10px;
}

.cardMapItem {
  background: #fff;
  text-align: center;
  padding: 60px 30px;
  border-radius: 4px;
}

.cardMapItem:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cardMapItem .cardMapImg {
  background-color: #9cd1e5;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
}

.cardMapItem h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.cardMapItem p {
  color: #797979;
  font-size: 12px;
  min-height: 36px;
}

.cardMapItem a {
  color: #212121;
  font-size: 12px;
}

.cardMapItem:hover a {
  color: #119995;
}

.example-handle {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #000;
  cursor: move;
  width: 24px;
  height: 24px;
  opacity: 50%;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 10px;
  }
  .headerLt .logo {
    font-size: 20px;
    margin-left: 0;
  }
  .headerNavSec {
    position: fixed;
    left: 0;
    top: 56px;
    margin: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    display: none;
  }
  .headerSearch {
    display: none;
    position: fixed;
    left: 0;
    top: 56px;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .headerSearch input {
    height: 44px;
  }
  .headerSearch i {
    top: 11px;
  }
  .headerLt .logo span {
    font-size: 12px;
    padding-left: 5px;
    margin-left: 0;
  }
  .headerUl li {
    margin-left: 7px;
  }
  .headerUl li.mobHide {
    display: none;
  }
  .headerUl li.mobSearch {
    display: inline-block;
  }
  .bannerSec {
    padding: 10px;
  }
  .bannerLft {
    width: 100%;
  }
  .bannerRht {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .bannerLft h2 {
    font-size: 32px;
  }
  .bannerLft p {
    font-size: 24px;
  }
  .btn-banner {
    min-width: 140px;
  }
  .bannerSecSingup .bannerLft {
    margin-top: 30px;
  }
  .bannerSecSingup .bannerLft h2 {
    font-size: 32px;
  }
  .bannerSecSingup .bannerRht {
    margin-top: 30px;
  }
  .makeMapText {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .cardMapItem {
    margin-bottom: 20px;
  }
}
