body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#header {
  width: 100%;
  display: block;
  padding: 5px 0px;
  border-top: solid 5px #ebebeb;
  position: sticky;
    z-index: 10;background: #f7f7f7;
    top: 0;
}

#mdl {
  width: 100%;
  display: block; z-index: 1;
}

#footer {
  width: 100%;
  display: block;
  background: #18191a;
  font-size: 16px;

  line-height: 30px;
  color: #c9c9c9;
  z-index: 10;
  padding-top: 5em;
}
.footer-bt {
  background: #333333;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff60;
  width: 100%;
}

.footer-bt a {
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
  display: inline-block;
}

.container {
  width: 1200px;
}
.navbar-toggler-icon {
  background: url(../images/menu.png) no-repeat left top;
  background-size: 30px 30px;
}

.nav-link {
  color: #282828;
  margin: 10px 8px 0px 8px;
  font-weight: 700;
  font-size: 17px;
}
.nav-link:hover {
  color: #13499f;
}

.active-link {
  color: #13499f;
}

.m-navigation {
  position: relative;
  
}




/* New css */
.top-section {
  width: 100%;
  font-size: 14px;
  color: #282828;
  text-align: right;
  margin-top: -10px;
}

.em-links {
  color: #282828;
  text-decoration: none;
  padding: 8px 10px;
  display: inline-block;
}

.top-section i {
  margin-right: 6px;
  font-size: 17px;
  
}

a:hover {
  text-decoration: none;
}

.callus {
  background: #13499f;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  margin-right: 41px;
}

.callus:hover {
  color: #fff;
}
.sr-bt {
  background: #eea905;
  height: 41px;
  width: 41px;
  margin-top: -2px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  z-index: 1000;
  position: absolute;
  right: 0;
}

.searchbar {
  width: 200px;
  height: 41px;
  position: absolute;
  right: 0; 
  z-index: 1000;
  top: 0;
  display: none;
}

.sr-bt i {
  margin-right: 0px;
}
.navbar {
  margin-top: -25px;
}

.dr {
  background: url(../images/dr.png) no-repeat right 65%;
}

.ab-section {
  padding: 3.5em 0 2em 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #282828;
  width: 100%;
}

.heading {
  font-size: 35px;
  color: #13499f;
  font-weight: 800;
  margin-bottom: 30px;
}
.cat-box {
  position: relative;
  width: 100%;
  margin-top: 2.5em;
}

.cat-box img {
  max-width: 100%;
  
}
.cat-title {
  position: absolute;
  top: 70%;
  left: 15px;
  width: 292px;
  height: 57px;
  font-size: 21px;
  color: #fff;
  text-align: left;
  line-height: 57px;
  padding-left: 30px;
  background: url(../images/cat-name.png) no-repeat left top;
}

.pr-sec {
  padding: 4.5em 0;
  width: 100%;
  background: #f3f3f3;
  text-align: center;
}

.pr-bx {
  background: #fff;
  border-bottom: 5px solid #13499f;
  border-radius: 3px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 19px;
  color: #000;
  font-weight: 800;
  padding: 40px 25px;
  cursor: pointer;
  transition: 0.5s;
  min-height: 317.68px;
}

.pr-bx:hover {
  box-shadow: 1px 1px 20px #00000020;
}

.pr-bx img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.bt-sec {
  width: 100%;
  padding: 3em 0 0 0;
}

.bottom-cont {
  background: url(../images/bt-section.jpg) no-repeat center center;
  font-size: 16px;
  color: #000;
  padding: 40px 30px;
  line-height: 24px;
  border-radius: 4px;
  margin-bottom: -80px;
  z-index: 100;
}

.bottom-cont h3 {
  font-size: 33px;
  color: #000;
  font-weight: 800;
  margin-bottom: 20px;
}

.con-bt {
  background: #eea905;
  color: #000;
  font-weight: 800;
  padding: 14px 35px;
  border-radius: 6px;
  float: right;
  margin-top: 22%;
}

.con-bt:hover {
  color: #000;
}
.fr-title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.fr-links {
  text-decoration: none;
  color: #c9c9c9;
}

.fr-links:hover {
  color: #c9c9c9;
}
.social-links {
  font-size: 28px;
  color: #fff;
}

.social-links a {
  margin-right: 20px;
  display: inline-block;
  color: #fff;
}
.bt-col {
  padding-bottom: 4em;
}
.inner-content {
  width: 100%;
  padding: 4em 0 3em 0;
  font-size: 16px;
  color: #232323;
  line-height: 22px;
}

.inner-note {
  padding: 20px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  border-radius: 8px;
  background: #dce7fa;
  width: 100%;
  margin-bottom: 15px;
}

.inner-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.table-area {
  width: 100%;
  padding: 2em 0;
}

.table-area-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.m-table {
  font-size: 14px;
}
.m-table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
   border-left: solid 1px #ccc;
  padding: 8px 10px;
  transition: 0.5s;
}

.m-table td:hover {
  background: #edf3fd;
}

.m-table th {
  background: #dce7fa;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 10px;
  border-bottom: solid 2px #b3c3dc;
  border-top: solid 2px #b3c3dc;
}

.m-table tr:nth-child(even) {background-color: #f2f2f2;}
.pdf-link {
  margin: 15px 10px 15px 0;
  font-size: 16px;
  font-weight: 600;
  background: #eea905;
  padding: 8px 17px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
}

.pdf-link:hover {
  color: #fff;
}
.gal-sec {
  text-align: left;
  padding: 4em 0 3em 0;
}

.gal-sec img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 25px;
  transition: 0.3s;
} 

.gal-sec img:hover {
  box-shadow: 1px 1px 20px #00000035;
  border: solid 3px #fff;
}
.faq .heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
  display: block;
  margin-top: 20px;
}
.faq-header {
  background: #fff;
  border: none;
  box-shadow: 1px 1px 10px #00000030;
  margin-bottom: 15px;
  margin-top: 15px;
  
}

.faq-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  padding: 10px 8px;
  
}
/* New css End */


@media only screen and (max-width: 768px) {
  .container {
    width: 96%;
  }

  .navbar-nav {
    background: #ededed;
  }
 
  .dr {
    background-position: 95% center;
  }


   /* New css */


  .callus {
    padding: 8px ;
  }
  .sr-bt {
    display: none;
  }
  .navbar {
    margin-top: 10px;
  }

  .bottom-cont {
    background-size: cover;
  }
  .con-bt {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .footer-bt a {
    display: none;
  }

  .bt-col {
  padding-bottom: 1.5em;
}
.table-area {
  overflow-x: auto;
  padding: 2em 0 0.5em 0;
}

.m-table td {
  min-width: 180px;
  font-size: 13px;
}
}


