/* 
    blue - #2478bf
*/
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: "Arimo";
  font-size: 14px;
}

.logo {
  display: block;
  padding: 20px 0px;
}

.english_font {
  font-family: "Arimo";
}

@media only screen and (max-width: 400px) {
  .logo {
    width: 240px !important;
  }
}

.cnav_btn {
  padding: 0px;
  display: none;
}

.bg_blue {
  background-color: #304393;
}

.nl_custom {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.nl_custom:hover,
.active {
  color: #304393 !important;
  background-color: rgb(255, 206, 75) !important;
}

.nl_custom:active {
  color: #fff !important;
}

.midPage_container {
  background: #ebebeb;
  padding: 25px 0px;
}

.epaper_img_container {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}

.tagline {
  margin: 0px 0px 10px 70px;
  padding: 0px;
  font-weight: 600;
  color: #304393;
  font-family: "Mukta Vaani";
}

.ehead {
  font-family: "mukta vaani";
  font-size: 24px;
  font-weight: 600;
  color: #767676;
  margin: 15px 0px 0px 0px;
}

.edate {
  font-size: 18px;
  margin: 15px 0px 0px 0px;
  color: #6e6e6e;
  text-align: center;
  text-decoration: none;
}

.bec_link {
  display: block;
  text-decoration: none;
}

.bec {
  background: #333;
  padding: 10px;
  border-radius: 15px;
  margin: 25px 15px 0px;
}

.back_epaper {
  height: 280px;
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;
}

.logo_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 0px 10px;
}

@media only screen and (max-width: 991px) {
  .logo_container {
    justify-content: space-between;
  }

  .cnav_btn {
    display: block !important;
  }
  
  #div-gpt-ad-1701324930641-0 {
	  display:none!important;
  }
  
  #div-gpt-ad-1701325290701-0 {
	  display:block!important;
  }
}

  
  #div-gpt-ad-1701325290701-0 {
	  display:none;
  }

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

  .epaper_box_container {
    width: 100% !important;
    min-width: 360px !important;
  }
}

.epaper_table {
  width: 800px;
  margin: 0 auto;
}

.epaper_box_container {
  width: 800px;
  height: auto;
  margin: 0 auto;
}

.epaper_box_inner {
  position: relative;
  display: inline-block;
  margin: 0px auto;
}

.epaper_image {
  vertical-align: middle;
  max-width: 100%;
}

.parts {
  cursor: pointer;
}

.parts:active,
.parts:hover {
  background-color: rgba(0, 126, 255, 0.4);
}

.form_labels {
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}

.cborder {
  border: 1px solid #a3a3a3 !important;
  border-radius: 0px;
}

.rhead {
  font-size: 24px;
  margin: 0px 10px 20px 10px;
  text-align: center;
  padding-bottom: 10px;
  color: #373f90;
}

.rstitle {
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 10px;
  padding-bottom: 10px;
}

.rstitle a {
  text-decoration: none;
  color: #0d6efd;
}

.rstitle a:hover {
  text-decoration: underline;
}

.cbtn {
  color: #fff;
  background-color: #304393;
  border-color: #304393;
}

.cbtn:hover {
  color: #fff;
  background-color: #3c51a9;
  border-color: #3c51a9;
}

/*btn*/
.bbtn {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin: 0px auto;
  background: #304393;
  padding: 5px 5px 5px 5px;
}

.bbtn span {
  display: block;
  padding: 5px;
}

.bbtn::before,
.bbtn::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #00d0ff;
}

span::before,
span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #00d0ff;
}
.bbtn:hover::before,
.bbtn:hover::after {
  width: 100%;
}
.bbtn:hover span::before,
.bbtn:hover span::after {
  height: 100%;
}

/*----- button 6 -----*/
.btn-6::before {
  left: 50%;
  top: 0;
  transition-duration: 0.2s;
}
.btn-6::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.2s;
}
.btn-6 span::before {
  left: 0;
  top: 50%;
  transition-duration: 0.2s;
}
.btn-6 span::after {
  right: 0;
  top: 50%;
  transition-duration: 0.2s;
}
.btn-6:hover::before,
.btn-6:hover::after {
  left: 0;
}
.btn-6:hover span::before,
.btn-6:hover span::after {
  top: 0;
}
/*btn*/

.req {
  color: #eb0000 !important;
  display: inline-block;
  margin-left: 2px;
}

.custom_c {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /*justify-content: space-evenly;*/
  padding: 5px;
}

.bottom_nav {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .custom_c {
    flex-direction: column;
    align-items: flex-start;
  }
  .thumbnail_parent_container {
    flex-direction: row !important;
    order: 2;
    width: 100% !important;
    padding: 10px 0px !important;
  }

  .thumbnail a {
    width: 150px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 100%;
  }

  .rcol {
    order: 3;
    width: 100% !important;
  }
}

.navigation {
  background: #fcd259;
  border: none;
  padding: 8px 10px;
  color: #373f90;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.bn_page {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding: 5px;
}

.thumbnail_parent_container {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  max-height: 1200px;
  overflow-y: scroll;
  /*padding: 10px;*/
}

.thumbnail {
  padding: 10px 10px 15px 10px;
  background: #304393;
  margin: 10px 10px 20px 10px;
  text-align: center;
  border-radius: 10px;
}

.thumbnail a {
  display: block;
  text-decoration: none;
}

.thumbnail span {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: rgb(255, 206, 75) !important;
  color: #304393;
  font-weight: 600;
}

.thumbnail img {
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
}

.loglink {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  color: #0031ff;
}

.loglink:hover {
  text-decoration: underline;
}

footer {
  background: #414141;
  padding: 10px;
}

.ep_logos_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.icont {
  display: flex;
  flex-direction: column !important;
  height: 100%;
  justify-content: space-evenly;
}

.epaper_logos {
  display: block;
  margin: 25px 0px;
  width: 170px;
  position: relative;
}

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

.epaper_logos img {
  max-width: 100%;
}

.trust_image {
  width: 150px;
  margin-top: 40px;
}

.ksmall {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .kbig {
    display: none !important;
  }

  .ksmall {
    display: block !important;
  }
  .ep_logos_container {
    flex-direction: column;
  }

  .trust_image {
    margin-top: 0px !important;
  }

  .icont {
    width: 100%;
    align-items: center;
  }

  #col1 {
    order: 2;
  }
  #col3 {
    order: 1;
  }
  #col3 {
    order: 3;
  }

  .kavita {
    margin: 25px 0px;
  }
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -12px;
  top: 20px;
  transform: rotate(-45deg);
}

.checkout_table {
  width: 350px;
  margin: 0 auto;
}

.checkout_table td {
  padding: 10px;
}

.jv_title {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: 600;
  color: #304393;
  font-family: "Mukta Vaani";
  font-size: 28px;
  border-bottom: 1px solid #304393;
  display: block;
  text-align: center;
}

.success_link {
  background: #304393;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}

.success_link:hover {
  background-color: #3e5cd7;
}

.bottom {
  position: fixed !important;
  bottom: 0 !important;
  width: 100% !important;
}

.fp-span {
  color: #0d6efd;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0px 5px;
}

.fp-span:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.fp-span:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #0d6efd;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.otp_modal {
  margin-top: 50px;
}

.modal_close {
  color: #fff;
  background: none;
  border: none;
  font-size: 24px;
  padding: 0;
  margin: 0;
  display: flex;
}

.rds_container {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.rds_head {
  font-weight: 500;
  display: block;
  font-size: 14px;
  color: #373f90;
  margin-bottom: 3px;
}

.rds_input {
  border: 1px solid #a1a1a1;
  padding: 4px 5px;
  width: 100%;
  outline: none;
  border-radius: 0px;
}

.not {
  display: none !important;
}

.fp_c_btn {
  background-color: #02a2ff;
  color: #fff;
}

#loader_gif {
  width: 20px;
  margin-right: 10px;
}

.pr_sm {
  margin: 0 auto;
  display: flex;
  justify-items: center;
  align-items: flex-start;
  background: #def0d9;
  border: 1px solid #1d581d;
  padding: 10px 30px;
  margin-bottom: 20px;
}

.prsm_tick {
  color: green;
  width: auto;
  font-size: 21px;
  margin: 4px 10px 0px 0px;
}

.m_cheader {
  padding: 10px 15px;
  color: #fff;
}

.pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.ep_nb_container {
  width: 50px;
  height: 50px;
  margin: 0px 10px;
}

.ep_nb {
  border-radius: 50%;
  border: 0px solid #373f90;
  background: #fcd259;

  color: #373f90;
  font-size: 16px;
  text-align: center;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.ep_nb:hover {
  background: #373f90;
  color: #fcd259;
}

.ep_nb .icon {
  display: block;
  font-size: 34px;
}

.page_count_link {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #373f90;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50%;
  margin: 5px 5px 5px 0px;
  color: #fff;
}

.page_count_link:active,
.page_count_link:hover {
  background: #fcd259;
  color: #373f90;
}

.pgl_is_active {
  background: #fcd259;
  color: #373f90;
}

.ep_page_numbers {
  width: 800px;
  padding: 0px 10px 10px 10px;
  margin: 10px;
  text-align: center;
}

@media only screen and (max-width: 810px) {
	#zoomTool {
	display:none;}
  .ep_page_numbers {
    width: 100%;
  }

  .ep_nb_container {
    display: none !important;
  }

  .bottom_nav {
    background: #304393;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  .company_bottom_padding {
    padding-bottom: 50px !important;
  }
}

.rcol {
  width: 260px;
}

.rcol_spl_img {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.dcInfo {
  color: #cbcbcb !important;
}
.dcInfo a {
  color: #cbcbcb !important;
  text-decoration: none;
  font-weight: bold;
}
.dcInfo a:hover {
  text-decoration: underline;
}

.middleSection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.side_ad_unit {
  width: 300px;
  height: auto;
  position: absolute;
}

.long_footer {
  display: block;
  width: 100%;
}

.short_footer {
  display: none;
}

.in_between_mob {
  display: none;
}

@media only screen and (max-width: 768px) {
  .side_ad_unit {
    display: none !important;
  }

  .long_footer {
    display: none !important;
  }

  .short_footer {
    display: block !important;
    width: 100%;
  }

  .in_between_mob {
    display: block !important;
    width: 100%;
  }
}

.pr_heading {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: 600;
  color: #304393;
  font-family: "Mukta Vaani";
  text-align: center;
  display: block;
}

.bec2 {
  background: #333;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.cad {
	display:block; width: 300px; margin: 0 auto; border: 1px solid #444; border-radius: 20px;
}

@media only screen and (max-width: 992px) {
	.cad {
		width:100%!important;
	}
}
