body {
  margin: 0;
  /* overflow: auto; */
}
#hedbtn {
  padding-bottom : 0px;
  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: #ffff;
  border-radius: 5px;
  /* border: 1px solid #f1f3f5; */
display: block;
  font-size: 14px;
  padding-top: 2px;
  margin-top: 1rem;
  line-height: 1;
  text-decoration: none;
}
/* h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
} */
.fwb1 {
  font-weight: 600;
}
.site-header.is-scrolling {
  width: 100%;
  background-color: white;
  z-index: 10000;
  position: fixed;
  transition: all 0.25s ease-in;
}
.site-header {
  margin: 0;
  width: 100%;
  min-height: 76px;
  height: 76px;
  overflow: visible;
  background-color: transparent;
  /* color: white; */
  position: fixed;
  z-index: 1;
  transition: all 0.25s ease-in;
  /* box-shadow: 0 0px 0px rgba(145, 117, 117, 0.37); */
}
.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: 8%;
}
.site-header nav {
  max-width: 1200px;
  height: auto;
  position: static;
  width: 100%;
  margin-left: 0%;
  /* background-color: transparent; */
  font-weight: 400;
  font-size: 16px;
  position: relative;
  left: 15%;
}
.customModal.modal-dialog{
  margin:0;
}
.customModal.modal-content {
  height: 100vh;
  width:100vw;
}
.customModalHead .modal-title{
  padding: 0.5rem;
}
.customModalBody {
  margin: 2.5rem 0.5rem;
}
.headderModalUrlsLinks {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 1.25rem;
}
.headderModalUrls {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #DDE0EC;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  color:black
}
.headderModalUrls:last-child{
  border-bottom: 0;
}
.headderModalUrls:hover {
  color: black;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .site-header .branding {
    float: left;
    display: inline-block;
    margin: 20px 0 0 20px;
    font-size: 26px;
    padding-left: 10%;
  }

  .site-header nav ul li.submenu {
    padding-right: 0;
    display: none;
  }
  .site-header nav   {

    background-color: #ffff;
    /* height: 1000px; */
  }
}
@media screen and (max-width: 1400px) {
  .site-header nav {
    left: 10%;
  }
}
@media screen and (max-width: 1300px) {
  .site-header nav {
    left: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .site-header nav {
    left: -1%;
  }
}
.site-header nav ul {
  float: none;
  margin-top: 0;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .site-header nav ul {
    float: right;
    
    display: block;
    width: auto;
  }
}
.site-header nav ul li {
  color: white;
  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: 34px;
  }
}
.site-header nav ul li.submenu:after {
  font-family: "FontAwesome";
  content: "";
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
}
@media screen and (min-width:1024px) {
  .site-header nav ul li.submenu:after {
    right: 16px;
    top: 25px;
  }
}
.site-header nav ul li a {
  padding: 10px;
  line-height: 26px;
  width: 100%;
  display: block;
  color: #0D0031;;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  text-decoration: none;
}
/* .site-header nav ul li a:hover,.site-header nav ul li a.active:hover,.site-header nav ul li a.active{
  background-color: red;
} */
/* .site-header nav ul li a.active,
.site-header nav ul li a.active:hover {
border-bottom: 3px solid red;
padding-top:4px;
} */
.site-header .dropdwon1 nav ul li a {
  padding: 10px;
  line-height: 26px;
  width: 100%;
  display: block;
  /* color: white; */
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .site-header  nav ul li a {
    text-decoration: none;
    line-height: 76px;
    padding: 0;
    margin: 0;
    text-indent: 0;
  }
}
.site-header nav ul li>ul {
  left: 0;
  margin: 0;
  display: none;
  margin-top: -20px;
  /* padding: 10px; */
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #ffff;
  width: 100%;
  min-width: 200px;
  position: static;
  border-radius:25px;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.1);
}
@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;
  display: block;
  width: 100%;
  text-indent: 40px;
  border-radius:25px;
}
@media screen and (min-width: 1024px) {
  .site-header nav ul li>ul>li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
   .site-header nav ul li>ul>li   {
    display: none;
  }
  .site-header nav ul li>ul {
    display: none;
  }
}
/* .site-header nav ul li>ul>li:hover,
.site-header nav ul li>ul>li.active {
  color: #0D0031;
} */
.site-header nav ul li>ul>li:last-child {
  margin-bottom: 8px;
}
.site-header nav ul li>ul>li a {
  /* margin-top:20px;
  margin-bottom:20px; */
  padding-left: 20px;
  color: #001345;
  font-weight: 500;
}
.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: white;
  display: block;
}
@media screen and (min-width:1024px) {
  .site-header a#drop {
    display: none;
  }
}
/* .site-header #drop:hover {
  background-color:none;
} */
.site-header a#drop {
  float: right;
  /* font-size: 24px; */
}
.site-header a#drop.active {
  /* background-color: #ffff; */
  color: #de6362;
}
li .active{
  color: #FFF;
}
@media (max-width: 768px){
  .site-header.is-scrolling {
    background-color: white;
    width: 100%;
    z-index: 10000;
    position: fixed;
  }
}
@media(max-width: 768px) {
 #hedbtn {
  display: none;
  }
}
.contactLink:hover {
  text-decoration: none;
  box-shadow: 0px 0px 66px rgb(0 0 0 / 8%);
}

.site-header nav ul li.submenu:after{
  display:none;
}
/* for large screen sizes */
@media(max-width:1700px) and (min-width:1500px){
  .site-header nav {
    max-width: 1200px;
    height: auto;
    position: static;
    width: 100%;
    margin-left: 0%;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    left: 25%;
  }
}
@media(max-width:1900px) and (min-width:1700px) {
  .site-header nav {
    max-width: 1200px;
    height: auto;
    position: static;
    width: 100%;
    margin-left: 0%;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    left: 40%;
  }
}
@media(max-width:2100px) and (min-width:1900px) {
  .site-header nav {
    max-width: 1200px;
    height: auto;
    position: static;
    width: 100%;
    margin-left: 0%;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    left: 55%;
  }
}