@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Noto Sans Gujarati" !important;
  font-size: 16px;
  background: #efefef;
}

.english_font {
  font-family: "Nunito" !important;
}

.base_font_color {
  color: #336eba !important;
}

.bg_white {
  background: #fff;
}

.nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 15px !important;
  display: inline-block;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.nav-link:focus,
.nav-link:hover {
  color: #fff;
  background: #133352;
}

.pg_title {
  text-align: center;
  font-size: 30px;
  display: block;
  font-weight: 600;
}

.style-two {
  border: 0;
  height: 2px;
  margin: 10px 0px 0px 0px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    #174b9d,
    rgba(0, 0, 0, 0)
  );
}

.parentContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

.box {
  width: 320px;
  min-width: 300px;
  margin: 0px 0px 20px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box {
    width: 300px;
    min-width: 300px;
  }

  .parentContainer {
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .parentContainer {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .box {
    width: 100%;
    min-width: 100%;
  }

  .parentContainer {
    justify-content: space-between;
  }
}

.sr_title {
  font-size: 20px;
  display: block;
  padding: 9px 5px 5px 5px;
  text-align: center;
  background: #336eba;
  color: #fff;
  font-weight: 600;
  margin: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sr_link_container {
  border: 1px solid #c6ced5;
}
.sr_link {
  display: block;
  text-decoration: none;
  padding: 10px;
}

.sr_link:hover > .sr_innerBox {
  background-color: #d5e7ff;
}

.sr_innerBox {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 5px;
  background: #f1f1f1;
  margin-bottom: 10px;
  transition: all 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.sr_text {
  padding: 5px;
  font-size: 18px;
  color: #444;
  font-weight: 500;
  display: block;
}

.sr_amt {
  color: #444;
  font-weight: 700;
  display: block;
  text-align: left;
  padding: 5px;
  font-size: 18px;
}

.bg_footer {
  background-color: #444;
}

.footer_text {
  color: #cfcfcf;
  font-family: "Nunito";
}

.footer_text_links {
  color: #cfcfcf;
  font-family: "Nunito";
  text-decoration: none;
  cursor: pointer;
}

.footer_text_links:hover {
  color: #fff;
}

.footer_text_divider {
  color: #ededed;
  display: inline-block;
}

@media only screen and (max-width: 360px) {
  .footer_text_links {
    display: block;
    margin-bottom: 5px;
  }

  .footer_text_divider {
    display: none;
  }
}

.pg_sub_title {
  font-size: 22px;
  text-align: center;
  margin: 10px;
  color: #263dad;

  padding-bottom: 5px;
}

.bb {
  border-bottom: 1px solid #bfbfbf;
}

.fcolor {
  color: #4a4a4a;
  font-size: 18px;
  letter-spacing: 0.6px;
}

.form_ele_container {
  margin: 10px;
  padding: 10px;
}

.form_headings {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 16px;
  color: #444;
}

.fe_input {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #9c9c9c;
  border-radius: 0px;
  outline: none;
}

.form_errors p {
  color: #dc3545;
  font-size: 15px;
  margin: 5px 0px;
}

.sub3_heading {
  font-size: 18px;
  display: block;
  padding: 10px;
  color: #0a4189;
  margin: 15px 0px;
  font-weight: 600;
  background: #ebebeb;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
}

.dd {
  display: inline-block;
  padding: 5px;
  border: 1px solid #9c9c9c;
  border-radius: 0px;
  outline: none;
  font-size: 16px;
  background: none;
}

textarea {
  height: 200px;
  resize: none;
}

.ktype_common {
  margin-left: 10px;
  padding: 7px;
  font-size: 14px;
}
