body {
  /* color: #797a79; */
  margin: 0 auto;
} 

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Prompt';
}
#hedbtn {
  border: none;
  width: 150px;
  min-height: 45px;
  background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/priceimg/btnbg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  color: white;
  border-radius: 5px;
  border: 1px solid  #f1f3f5;
  font-size: 14px;
  padding-top: 2px ;
  margin-top: 1rem;
  line-height: 1;
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
.fwb {
  font-weight: 600;
}
.fwl {
  font-weight: 300;
}
.site-header {
  margin: 0;
  width: 100%;
  min-height: 76px;
  height: 76px;
  overflow: visible;
  background-color:#ffff;
  /* background-color: transparent; */
  color: white;
  position: fixed;
  /* position: relative; */
  /* z-index: 10000; */
  /* z-index: -1; */
  /* box-shadow: 0 3px 2px rgba(245, 217, 217, 0.37); */
  z-index: 10;
}
.site-header .wrapper {
  max-width: 1200px;
  background-color:#ffff;
}
.site-header .strip {
  width: 100%;
  max-width: 100%;
}
.site-header .branding {
  float: left;
  display: inline-block;
  margin: 20px 0 0 20px;
  font-size: 26px;
  padding-left: 5%;
}
.site-header nav {
  max-width: 1200px;
  height: auto;
  position: static;
  float: left;
  width: 100%;
  background-color: #ffff;
  /* background-color: transparent; */
  font-weight: 400;
  font-size: 16px;
  margin-left: 0%;
}
@media screen and (min-width: 1024px) {
  .site-header nav {
    float: none;
    margin-left: 6%;
  }
  
}
.site-header nav ul {
  float: none;
  margin-top: 0;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  
}
@media (max-width: 1300px) and (min-width: 1024px){
  .site-header nav ul {
    margin-right: 100px!important;
  }
}
@media screen and (min-width: 1024px) {
  .site-header nav ul {
    float: right;
    margin-right: 10px;
    display: block;
    width: auto;
  }
}
.site-header nav ul li {
  position: relative;
  float: left;
  display: block;
  text-align: left;
  text-indent: 10px;
  width: 100%;
  margin-left: 0;
  font-size: 1.2em;
  background-color: transparent;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .site-header nav ul li {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    padding: 0 20px;
    height: 76px;
    width: auto;
    margin: 0;
    text-indent: 0;
  }
}
.site-header nav ul li.submenu {
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .site-header nav ul li.submenu {
    padding-right: 20px;
  }
}
.site-header nav ul li.submenu:after {
  font-family: "FontAwesome";
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 8px;
  color: black;
}
@media screen and (min-width: 1024px) {
  .site-header nav ul li.submenu:after {
    right: 2px;
    top: 25px;
    display: none;
  }
}
.site-header nav ul li:hover {
    background-color:#ffff;
}
.site-header nav ul li a {
  padding: 10px;
  line-height: 16px;
  width: 100%;
  display: block;
  color: #001345;
  font-size: 16px;
  font-weight: 500;
}
.site-header nav ul li a.active,
.site-header nav ul li a.active:hover {
  border-bottom: 4px solid #00A1FC;
  color:#00A1FC;
  /* color:#055eff; */
/* text-decoration: underline; */
}

@media screen and (min-width: 1024px) {
  .site-header nav ul li a {
    line-height: 76px;
    padding: 0;
    margin: 0;
    text-indent: 0;
  }
}

@media screen and (max-width: 768px) {
  .site-header nav ul li a {
    line-height: 70px;
    padding: 0;
    margin: 0;
    text-indent: 0;
    width: 40%;
    margin-left: 4%;
  }
}
.site-header nav ul li > ul {
  left: 0;
  margin: 0;
  display: none;
  margin-top: -20px;
  padding: 0;
  border-radius:25px 10px;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.1);
  width: 100%;
  min-width: 200px;
  position: static;
}
@media screen and (min-width: 1024px) {
  .site-header nav ul li > ul {
    position: absolute;
  }
}
.site-header nav ul li > ul > li {
  margin: 0;
  height: auto;
  background-color:#ffff;
  text-indent: 10px;
  line-height: 20px;
  padding-left: 0;
  width: 100%;
  text-indent: 40px;
}
@media screen and (min-width: 1024px) {
  .site-header nav ul li > ul > li {
    padding: 10px 0;
  }
}
/* .site-header nav ul li > ul > li:hover, .site-header nav ul li > ul > li.active {
    background-color:#ffff;
   
} */
.site-header nav ul li > ul > li:last-child {
  margin-bottom: 8px;
}
.site-header nav ul li > ul > li a {
  padding-left: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  color: #001345;
}

.site-header nav ul li>ul>li a:hover {
  padding-left: 20px;
  color: #008BE2;
}

@media screen and (min-width: 1024px) {
  .site-header nav ul li > ul > li a {
    padding-left: 20px;
    line-height: 20px;
    text-align: left;
  }
}
.site-header a#drop:after {
  /* content: ""; */
  color: black;
}
.site-header a#drop {
  /* background-color:#ffff; */
  padding: 10px 15px;
  float: right;
  margin: 15px;
  color: black;
  display: block;
}
@media screen and (min-width: 1024px) {
  .site-header a#drop {
    display: none;
  }
}
.site-header #drop:hover {
    background-color:none;
}
.site-header a#dropi {
  float: right;
  /* font-size: 24px; */
}
.site-header a#drop.active {
    /* background-color:#ffff; */
  color: #de6362;
}

@media screen and (max-width: 1024px) {
  .site-header .branding {
    float: left;
    display: inline-block;
    margin: 20px 0 0 20px;
    font-size: 26px;
    padding-left: 0%;
  }
  .site-header nav ul li.submenu {
    padding-right: 0;
    display: none;
  }
}
.contactLink:hover{
  text-decoration: none;
  box-shadow: 0px 0px 66px rgb(0 0 0 / 8%);
}
.site-header nav ul li a:hover{
  color: #5A637B;
}
/* for large screen sizes */
@media(max-width:1700px) and (min-width:1500px) {
  .site-header nav {
    max-width: 1200px;
    height: auto;
    width: 100%;
    background-color: #ffff;
    font-weight: 400;
    font-size: 16px;
    margin-left: 0%;
    position:relative;
    left:20%;
  }
}
@media(max-width:1900px) and (min-width:1700px) {
  .site-header nav {
    max-width: 1200px;
      height: auto;
      width: 100%;
      background-color: #ffff;
      /* background-color: transparent; */
      font-weight: 400;
      font-size: 16px;
      margin-left: 0%;
    position: relative;
    left: 30%;
  }
}
@media(max-width:2100px) and (min-width:1900px) {
  .site-header nav {
    max-width: 1200px;
    height: auto;
    width: 100%;
    background-color: #ffff;
    font-weight: 400;
    font-size: 16px;
    margin-left: 0%;
    position: relative;
    left: 40%;
  }
}
@media(max-width:992px){
  .site-header{
    border: 1px solid #DCDFE8;
  }
}