html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'poppinsbold';
  src: url('/assets/fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('/assets/fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsextralight';
  src: url('/assets/fonts/poppins-extralight-webfont.eot');
  src: url('/assets/fonts/poppins-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-extralight-webfont.woff2') format('woff2'), url('../fonts/poppins-extralight-webfont.woff') format('woff'), url('../fonts/poppins-extralight-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heaters';
  src: url('/assets/fonts/Heaters.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'edosz';
  src: url('/assets/fonts/edosz.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'poppinsregular';
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #383636;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
span,
a {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'poppinsmedium';
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 16px;
  margin: 0px 0px;
}
.wrapImageRight {
  float: right;
  width: 30%;
  margin: 20px 0px 10px 20px ;
}
.wrapImageLeft {
  float: right;
  width: 30%;
  margin-right: 20px;
}
section {
  padding: 50px 0px;
}
section ul {
  padding: 0;
  margin-top: 20px;
}
section ul li {
  margin-bottom: 15px;
  font-size: 16px;
  list-style-type: none;
}
section ul li:before {
  /* font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; */
}
section ul li b {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 16px;
}
section ul li b i {
  font-size: 14px;
}
section ul li p {
  margin: 0 0 0 16px;
}
section ul li:last-child {
  margin-bottom: 0px;
}
.btn {
  border-radius: 4px;
  padding: 8px 15px;
  transition: 0.5s;
  border: 0px;
}
button:focus {
  outline: none;
}
.primaryBtn {
  border-radius: 4px;
  padding: 8px 15px;
  transition: 0.5s;
  border: 0px;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd1f26+0,fcce0b+100 */
  background: #dd1f26;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dd1f26 0%, #fcce0b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #dd1f26 0%, #fcce0b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #dd1f26 0%, #fcce0b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd1f26', endColorstr='#fcce0b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  display: block;
}
.primaryBtn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcce0b+0,dd1f26+100 */
  background: #fcce0b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fcce0b 0%, #dd1f26 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fcce0b 0%, #dd1f26 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fcce0b 0%, #dd1f26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcce0b', endColorstr='#dd1f26', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: 0.5s;
  display: block !important;
  color: #ffffff;
}
.secondaryBtn {
  border-radius: 4px;
  padding: 8px 15px;
  transition: 0.5s;
  border: 0px;
  background: transparent;
  color: #DD1F26;
  margin: 20px 0px;
}
.secondaryBtn:hover {
  background: #DD1F26;
  color: #161616;
}
@media only screen and (max-device-width: 767px) {
}
.textGradient {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.lightBg {
  background: #f5f2f266;
}
.center {
  text-align: center;
}
.border {
  border: 1px solid #353142;
}
header {
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-image: url('../images/nsdhoneandcompany-banner-home.png');
  background-repeat: no-repeat;
  background-size: cover;
}
 
.navbar.pageScrolled {
  background: #000000;
}
.navbar.pageScrolled .logoIcon {
  width: 68px;
}
header .banner {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
header .banner h1 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
header .primaryBtn {
  margin: 20px auto 0px auto;
  padding: 10px 30px;
  font-size: 18px;
}
header h3 {
  color: #ffffff;
  margin-top: 20px;
}
header .container-fluid {
  height: 100%;
}
header .container-fluid .row {
  height: 100%;
}
header .container-fluid .row .slide .carousel-inner {
  height: 100%;
}
header .container-fluid .row .slide .carousel-inner .item {
  height: 100%;
}
header .container-fluid .row .slide .carousel-inner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .container-fluid .row .slide .carousel-inner .item .carousel-caption {
  bottom: 25%;
}
header .container-fluid .row .slide .carousel-inner .item .carousel-caption h1,
header .container-fluid .row .slide .carousel-inner .item .carousel-caption h3 {
  color: #ffffff;
}
.imgBorder, .img-thumbnail {
  background: #dd1f26;
  background: -moz-linear-gradient(-45deg, #dd1f26 0%, #fcce0b 100%);
  background: -webkit-linear-gradient(-45deg, #dd1f26 0%, #fcce0b 100%);
  background: linear-gradient(135deg, #dd1f26 0%, #fcce0b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-toggle{
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dropdown-toggle.active{
  background: #DD1F26;
    background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.hdraboutUs {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-home.png');
}
.hdrcontactUs {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-home.png');
}
.hdrgrill {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-grill.jpg');
}
.hdrearthingPowder {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-earthing.jpg');
}
.hdrbabyWarmthCharcoal {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-baby.jpg');
}
.hdrnaturalHookahCoal {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-hookah.jpg');
}
.hdrcowdung {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-home.png');
}
.hdrfirewood {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-baby.jpg');
}
.hdrfirewoodhookah {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-baby.jpg');
}
.hdrfireStarter {
  background-image: url('../images/Banner/nsdhoneandcompany-banner-home.png');
}
.slide,
.inside-slide {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.inside-slide {
  height: 450px;
}
#aboutUs .productDetails {
  margin-bottom: 20px;
}
#aboutUs .productDetails h3 {
  font-size: 20px;
}
.card {
  box-shadow: 0px 2px 4px 1px rgba(42, 48, 60, .1);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
}
#contactPage #ourHappyClients {
  display: none;
}
#contactPage #contactUs .card .cardTitle {
  font-size: 20px;
  color: #383636;
  margin: 0px 0px 10px 0px;
}
#contactPage #contactUs .card p {
  display: flex;
  margin: 5px 0;
}
#contactPage #contactUs .social {
  margin: 0;
}
#contactPage #contactUs .map {
  padding: 0;
  height: 100%;
}
#contactPage #contactUs .map iframe {
  width: 98%;
  height: 98%;
  border: 0;
}
section:nth-child(odd) {
  background: #ebe5e566;
}
.flex {
  display: flex;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexVCenter {
  align-items: center;
  display: flex;
}
.flexHCenter {
  display: flex;
  justify-content: center;
}
.margin0 {
  margin: 0;
}
.heading,
.subheading {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 35px;
  font-family: 'poppinssemibold';
  margin-bottom: 20px;
  line-height: 36px;
}
.subheading {
  color: #383636;
  margin: 5px 0px 10px 0px;
  -webkit-text-fill-color: #383636;
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 20px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #DD1F26;
}
#howWeStarted1 .generationCycle {
  padding-top: 20px;
}
#howWeStarted1 .generationCycle .generationContent .name {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 20px;
  font-size: 16px;
  margin: 5px 0px;
}
#howWeStarted1 .generationCycle .generationContent .year {
  font-size: 12px;
  color: #49494ec7;
}
#howWeStarted1 .generationCycle .generationContent p {
  font-size: 14px;
}
#howWeStarted1 .generationCycle .imgBorder {
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: linear-gradient(135deg, #dd1f26 0%, #fcce0b 100%);
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
#howWeStarted1 .generationCycle .imgBorder img {
  border-radius: 4px;
  margin: 4px;
  width: 157px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
#howWeStarted1 .generationCycle .generation1 img,
#howWeStarted1 .generationCycle .generation2 img {
  filter: grayscale(100%);
}
#howWeStarted1 .generationCycle .generation3 img {
  filter: grayscale(50%);
}
#howWeStarted1 .generationCycle .imgBorderVStyle {
  border-bottom: 2px dashed #fcce0b;
  position: absolute;
  width: 100%;
  top: 28%;
  left: 136px;
  top: 50%;
  left: 71%;
}
#howWeStarted1 .generationCycle .last .imgBorderVStyle {
  border: 0;
}
#howWeStarted1 .generationCycle .imgBorder.last {
  margin-bottom: 0;
}
#howWeStarted1 .generationCycle .imgBorder.last .imgBorderVStyle {
  border: 0;
}
#howWeStarted .generationCycle {
  padding-top: 20px;
}
#howWeStarted .generationCycle .generationContent {
  padding-left: 50px;
}
#howWeStarted .generationCycle .generationContent .name {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 5px;
}
#howWeStarted .generationCycle .generationContent .year {
  font-size: 14px;
  color: #49494ec7;
  margin-bottom: 5px;
}
#howWeStarted .generationCycle .generationContent p {
  font-size: 14px;
}
#howWeStarted .generationCycle .imgBorder {
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: linear-gradient(135deg, #dd1f26 0%, #fcce0b 100%);
  margin-bottom: 50px;
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
#howWeStarted .generationCycle .imgBorder img {
  border-radius: 4px;
  margin: 4px;
  width: 157px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
#howWeStarted .generationCycle .generation1 img,
#howWeStarted .generationCycle .generation2 img {
  filter: grayscale(100%);
}
#howWeStarted .generationCycle .generation3 img {
  filter: grayscale(50%);
}
#howWeStarted .generationCycle .imgBorderVStyle {
  border-left: 2px dashed #fcce0b;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 120px;
}
#howWeStarted .generationCycle .imgBorder.last {
  margin-bottom: 0;
}
#howWeStarted .generationCycle .imgBorder.last .imgBorderVStyle {
  border: 0;
}
#ourProducts {
  background-image: url('../images/products.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
}
#ourProducts h2 {
  margin-bottom: 20px;
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#ourProducts section {
  background-color: #1c1c1fcc;
  padding-bottom: 30px;
}
#ourProducts section .productDetails {
  padding: 20px 0px;
}
#ourProducts section .productDetails .inline {
  align-items: center;
}
#ourProducts section .productDetails h3 {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 20px;
}
#ourProducts section .productDetails img {
  margin-right: 15px;
  width: 30px;
  height: auto;
}
#ourProducts section .productDetails a:hover {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#ourProducts section .productDetails .primaryBtn {
  font-size: 12px;
    margin: 15px 7px 20px 0px;
    width: max-content;
    padding: 5px 10px;
    float: right;
}
#ourProducts section .productDetails .primaryBtn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcce0b+0,dd1f26+100 */
  background: #fcce0b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fcce0b 0%, #dd1f26 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fcce0b 0%, #dd1f26 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fcce0b 0%, #dd1f26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcce0b', endColorstr='#dd1f26', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: 0.5s;
  -webkit-text-fill-color: #ffffff;
  text-decoration: none;
}
#ourProducts section .productDetails p {
  color: #ffffff;
  font-size: 14px;
  margin-left: 47px;
}
#contactUs .fa-phone,
footer .fa-phone {
  transform: rotate(100deg);
}
#contactUs i,
footer i {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 5px;
}

footer .fa-envelope{
  margin-right: 12px;
}
#contactUs .social,
footer .social {
  margin: 10px 0px 0px 12px;
}
#contactUs .social i,
footer .social i {
  font-size: 20px;
  margin: 0px 15px 0px 0px;
}
footer {
  background: #000000;
  padding: 20px 0px;
}
footer p,
footer a {
  margin: 0;
  color: #ffffff;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
footer p {
  display: flex;
}
footer a {
  margin-bottom: 5px;
}
footer a:hover {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
footer h2 {
  font-size: 20px;
  margin-bottom: 10px;
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
footer .logo {
  width: 20%;
  margin-bottom: 20px;
}
.bottomFooter {
  background: #000000f2;
  text-align: center;
  border-top: 1px solid;
}
.bottomFooter p,
.bottomFooter a {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomFooter a {
  margin-left: 4px;
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.slick-dots {
  display: none !important;
}
.slick-arrow::before {
  content: "";
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.slick-prev {
  left: -30px;
}
.slick-prev::before {
  background-image: url('../images/left-arrow.png');
  left: -30px;
}
.slick-next {
  right: -30px;
}
.slick-next::before {
  right: -30px;
  background-image: url('../images/right-arrow.png');
}
.slider .slick-list {
  text-align: center;
}
.slider .card {
  margin: 10px;
  padding-top: 0px;
  background: #ffffff;
}
.slider .card .imgBorder {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin: 50px auto 0px auto;
}
.slider .card .imgBorder img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}
.slider .card h1 {
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 18px;
  margin: 10px 0px;
}
.slider .card p {
  margin: 0;
  font-size: 14px;
}
.borderRightLight {
  border-right: 1px solid #ffffff26;
}
.borderBottomLight {
  border-bottom: 1px solid #ffffff26;
}
.inline {
  display: inline-flex;
  width: 100%;
}

.navbar .logo .logoIcon { 
  width: 90px;
  position: relative;
  z-index: 1;
}

.navbar .logo {
  display: block;
  padding: 0px;
  margin: 0;
  position: absolute;
}

.navbar-default{
  background-color: transparent;
  border: 0;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.navbar-toggle .icon-bar{
  background: linear-gradient(135deg, #dd1f26 0%, #fcce0b 100%);
}

.navbar-default .navbar-toggle {
  border-color: #f68d22;
  margin: 0;
}

.navbar-header{
  padding: 10px 20px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: #000000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border: 0;
  /* background-color: #000000; 
  border-color: transparent;
  border: 0; */
}

section.banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}

section.banner .tagline{
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}

.navbar-default li a{
  color: #ffffff !important;
  font-size: 16px;
  font-family: 'poppinsregular';
  display: flex;
  align-items: center;
  display: inline-block;
  padding: 10px 20px;
}

.navbar-default li.active a{
  background: #DD1F26 !important;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block !important;
  background: transparent;
  font-family: 'poppinsmedium';
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  /* background: transparent;
  background-color: #e7e7e7; */
}

.navbar-nav>li>.dropdown-menu{
  border: 0;
  padding: 0;
  margin: 0;
  background: #000000;
  text-align: right;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background: #DD1F26;
  background: linear-gradient(to right, #DD1F26 0%, #FCCE0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.mob{
  display: none !important;   
}

.desk{
  display: block !important;
  /* border: 1px solid greenyellow; */
}

@media only screen and (max-device-width: 767px) {
  .descImg{
    margin-top: 30px;
  }

  .heading, .subheading{
    font-size: 30px;
  }

  .wrapImageRight {
    float: none;
    width: inherit;
    margin: 20px 0px;
}

  #contactPage #contactUs .map {
    margin-top: 30px;
    height: 310px;
  }

  footer h2{
    margin-top: 20px;
  }

  footer .logo{
    margin-bottom: 0px;
  }

  #contactPage #contactUs .map iframe {
      height: 300px;
  }

  .flex{
    display: block !important;
  }

  .mob{
    display: inline-flex !important;
    /* border: 1px solid green; */
    width: 100%;
  }
  
  .desk{
    display: none !important;   
  }

  #howWeStarted .generationCycle .imgBorder{
    width: 70px;
    height: 70px;
  }

  #howWeStarted .generationCycle .imgBorder img{
    width: 60px;
    height: 60px;
  }

  #howWeStarted .generationCycle .generationContent .name{
    font-size: 16px;
    margin: 0 0 5px 0px;
  }

  #howWeStarted .generationCycle .generationContent .year{
    margin: 0 0 5px 0px;
  }
  
  #howWeStarted .generationCycle .generationContent p{
    font-size: 12px;
    margin-bottom: 24px;
  }

  #howWeStarted .generationCycle .imgBorderVStyle{
    top: 87px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background-color: #000000;
    border-color: transparent;
    border: 0;
    text-align: right;
  }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    /* background: transparent; */
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{
    padding: 5px 20px 5px 25px;
  }

  .navbar-default .navbar-collapse ul li{
    border-bottom: 1px solid #ffffff3b;
  }

  .navbar-default .navbar-collapse ul.dropdown-menu li{
    border-bottom: 0px solid #ffffff3b;
  }
   
  .navbar-default .navbar-collapse ul li:last-child{
    border-bottom: 0;
  }
}

.nsdhonelogo{
  width: 145px; height: 145px;
}

.connectwithus{
  width: max-content; margin: 20px auto 0px auto;
}


