@font-face {
  font-family: "Calibri Bold";
  src: url(../fonts/calibri-bold.TTF);
}

@font-face {
  font-family: "Calibri Regular";
  src: url(../fonts/calibri-regular.ttf);
}

body {
  line-height: 1.25;
  scroll-behavior: smooth;
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.container {
  width: 1100px !important;
  padding-top: 5px;
}

.home_top_content .t14 a{
  FONT-FAMILY: "Times New Roman"!important;
  COLOR: black;
  FONT-SIZE: 14pt!important;
  FONT-WEIGHT: normal;
}

/* font family */

.t24 {
  FONT-FAMILY: "Times New Roman";
  COLOR: purple;
  FONT-SIZE: 24pt;
  FONT-WEIGHT: normal
}

.t24em {
  FONT-FAMILY: "Times New Roman";
  COLOR: purple;
  FONT-SIZE: 24pt;
  FONT-WEIGHT: normal;
  font-style: italic;
}

.t18 {
  FONT-FAMILY: "Times New Roman";
  COLOR: black;
  FONT-SIZE: 18pt !important;
  FONT-WEIGHT: normal
}

.t14 {
  FONT-FAMILY: "Times New Roman"!important;
  COLOR: black;
  FONT-SIZE: 14pt!important;
  FONT-WEIGHT: normal;
}

.a10b {
  FONT-FAMILY: Arial!important;
  COLOR: black;
  FONT-SIZE: 10pt!important;
  FONT-WEIGHT: bold
}

.NormalText {
  FONT-FAMILY: Arial;
  COLOR: black;
  FONT-SIZE: 10pt;
  FONT-WEIGHT: normal
}

.a10 {
  FONT-FAMILY: Arial!important;
  COLOR: black;
  FONT-SIZE: 10pt!important;
  FONT-WEIGHT: normal
}

.a11 {
  FONT-FAMILY: Arial!important;
  COLOR: black;
  FONT-SIZE: 11pt!important;
  FONT-WEIGHT: normal
}

.T18i {
  FONT-FAMILY: Times New Roman;
  COLOR: black;
  FONT-SIZE: 18px;
  font-style: italic;
  FONT-WEIGHT: normal
}

.a14 {
  FONT-FAMILY: Arial;
  COLOR: black;
  FONT-SIZE: 14pt;
  FONT-WEIGHT: normal
}


.arial-font {
  font-family: Arial, Helvetica, sans-serif !important;
}

.calibri-font {
  font-family: Calibri, Trebuchet MS, Arial, Verdana !important;
}

.times-font {
  font-family: Times New Roman !important;
}

/* font Size */

.f-8 {
  font-size: 8pt !important;
}

.f-9 {
  font-size: 9pt !important;
}

.f-10 {
  font-size: 10pt !important;
}

.f-11 {
  font-size: 11pt !important;
}

.f-12 {
  font-size: 12pt !important;
}

.f-14 {
  font-size: 14pt !important;
}

.f-15 {
  font-size: 15pt !important;
}

.f-16 {
  font-size: 16pt !important;
}

.f-18 {
  font-size: 18pt !important;
}


/* font Size End*/

a {
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #000066 !important;
}

a:hover {
  color: #ff0000 !important;
}

ul {
  list-style: none;
}

.l-height20 {
  line-height: 20px;
}


.p-left10 {
  padding-left: 10px;
}

.p-left0 {
  padding-left: 0px;
}

.p-left5 {
  padding-left: 5px;
}

/* li:hover
{
    color: #ff0000!important;
} */
p {
  line-height: 1.25;
  font-family: Arial, Helvetica, sans-serif;
}

.right_panel {
  /* padding-left: 0px !important; */
  padding-bottom: 10px;
  padding-top: 0px;
  /* padding-right: 0px !important; */
}

.navbar {
  background-color: #dee0b5;
  border-radius: 5px;
  margin-top: 10px;
  width: 100%;
  padding: 6px 10px 9px 10px !important;
}

.navbar-collapse {
  margin-bottom: -3px;
}

.navbar-brand {
  display: none;
}

.navbar span {
  font-weight: bold;
}

.navbar-collapse ul {
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}

.navbar-collapse a {
  color: #333 !important;
  font-weight: bold;
  font-size: 10pt;
  text-transform: capitalize;
  font-family: Arial;
  position: relative;
  margin: 0px;
}

.navbar-collapse li {
  position: relative;
}



.navbar-collapse a:hover {
  color: #fff !important;
}

.navbar-collapse p::before {
  content: "";
  position: absolute;
  border: none;
}

.sub_menu {
  padding-bottom: 5px;
  background-color: #dee0b5;
  border-radius: 0px;
  margin-top: 10px;
}

.sub_menu a {
  color: #000066;
  font-weight: 600;
  font-size: 10pt;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
}

.nav {
  padding: 0px !important;
}

.sub_menu .navbar-collapse span {
  position: relative;
}

.sub_menu .navbar-collapse span::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
  height: 95%;
  margin-left: 10px;
  border-right: 2px solid #000066;
}

.sub_menu .navbar-collapse li {
  padding-left: 10px;
  padding-right: 10px;
}

.date {
  font-size: 10pt;
  font-weight: 800;
  text-align: left;
  margin-bottom: 5px;
  padding: 2px 0px;
  font-family: Arial, Helvetica, sans-serif;
  width: 93%;
}

.leftpanel_250 {
  border-right: 1px solid #ccc;
  /* border-radius: 5px; */
  /* background-color: #ebedc8; */
  height: 99.9%;
  transition: all 0.5s;
  padding-right: 10px;
}

.rightpanel_250 {
  border-left: 1px solid #ccc;
  height: 100%;
  transition: all 0.5s;
  padding-right: 10px;
}

.lp_title {
  background-image: linear-gradient(to bottom,
      rgba(255, 208, 0, 0.952),
      #f6941e);
  font-size: 10pt;
  font-weight: bold;
  border-radius: 5px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.leftpanel_250 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.leftpanel_250 li {
  padding-left: 30px;
  line-height: 1.25;
}

.leftpanel_250 li a {
  color: #000066;
  font-size: 10pt;
}

.lp_sub_title {
  background-color: #fff;
  /* text-transform: capitalize; */
  padding-left: 0px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  margin: 0px 0px;
  /* box-shadow: 0 0 5px #d0d2b4; */
  margin-top: 7px;
}

.lp_sub_title a {
  color: #000 !important;
  font-weight: 600;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.right_title {
  color: purple;
  /* text-transform: capitalize; */
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 24pt;
  letter-spacing: 0.8px;
}

.right_link_title {
  font-family: "Times New Roman";
  color: #000066;
  font-size: 18pt !important;
  font-weight: normal;
  font-style: italic;
}

.right_f_para {
  color: #000;
  font-family: "Times New Roman";
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  padding: 20px 0px;
}

.right_panel p {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14pt;
}


.right_panel p a{
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14pt;
}

.right_panel a {
  color: #000066;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.right_panel a:hover span {
  color: #000 !important;
}

.right_panel li:hover span {
  color: #000 !important;
}

.right_sec .row {
  border-bottom: 2px solid #c8c8c8;
}

.footer_link {
  background-color: #f7f7f7;
  padding: 15px 10px 15px 15px;
  border: solid 1px #e5e5e5;
}

.footer_link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer_link li {
  width: 16.66%;
  float: left;
  line-height: 1.25;
  padding-left: 8px;
}

.footer_link a {
  color: #888888 !important;
  font-size: 11px;
  font-family: Calibri, Trebuchet MS, Arial, Verdana;
  font-weight: bold;
  line-height: 23px;
}

/* Header Link */
.header_link ul {
  padding-left: 0;
  margin: 10px 0px;
}

.header_link li {
  float: left;
  line-height: 1;
  padding-left: 19px;
  position: relative;
}

.header_link li a {
  color: #888888 !important;
  font-size: 8pt;
  font-size: 11px;
  font-family: Calibri, Trebuchet MS, Arial, Verdana;
  font-weight: bold;
  line-height: 16px;
  position: relative;
  z-index: 9999;
}

.header_link li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 23%;
  left: 13%;
  border-right: 1px solid #888;
}

.cr_box1 ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cr_box1 .all_right {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  padding-top: 4px;
}

.cr_box1 li a {
  color: #000;
  font-weight: 600;
  font-size: 0.8rem;
  padding-top: 10px;
}

.cr_box3 ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: end;
}

.cr_box3 li .footer_a {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.cr_box3 li {
  padding-left: 5px;
}

.cr_box3 li .footer_a::before {
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
  width: 100%;
  height: 70%;
  border-right: 1px solid #888888 !important;
  margin-left: -2px;
}

.cr_box3 li a {
  color: #888888 !important;
  font-size: 11px;
  padding-right: 8px;
  font-family: "Arial, Helvetica, sans-serif";
}

.cr_box3 li a:hover {
  color: #f7941d !important;
}

.cr_box4 p {
  color: #888888 !important;
  font-size: 12px;
  font-family: "Arial, Helvetica, sans-serif";
  margin-bottom: 0px;
}

.cr_box4 a {
  color: #888888 !important;
  font-size: 12px;
  font-family: "Arial, Helvetica, sans-serif";
}

.copy_right .f_row {
  padding: 5px 6px;
}

.clannel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.clannel li {
  font-size: 10pt;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.sc_rightpanel {
  background-color: transparent;
  border-left: 1px solid #ccc;
  margin-top: 22px;
  border-right: none;
}

.offcanvas {
  display: none;
}

.form-control-sm {
  min-height: calc(0.5em + 0.5rem + 2px);
  padding: 0rem 0.5rem;
}

.searh_box {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
}

.searchbtn {
  padding: 0px 5px;
  font-size: 0.9rem;
  font-weight: 500;
}
.gray_btn
{
  background-color: #dee0b5;
  border: none;
  padding: 3px 30px;
  display: block;
  margin: auto;
  margin-top: 10px;
}
.searh_box .date {
  padding: 2px 55px;
  margin-left: 16%;
  margin-top: 10px;
}

.searh_box .row {
  padding: 10px;
}

.header_url ul {
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.header_url li {
  padding: 0px 5px;
}

.header_url a {
  font-size: 0.7rem;
  padding-right: 10px;
  border-right: 1px solid #888888;
  color: #888888;
  font-weight: 700;
}

.home_box1_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.article_title {
  font-family: Arial Bold !important;
  color: #000066;
  font-size: 0.9rem !important;
  margin-bottom: 0px;
}

.article_title2 {
  float: right;
}

.write_by {
  font-family: "Times New Roman" !important;
  color: #000066;
  font-style: italic !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

.write_by a {
  font-size: 1.1rem !important;
  font-family: "Times New Roman" !important;
  color: #000066;
  font-style: italic !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.5px;
}

.addthis_button {
  float: right;
}

.article_date {
  font-family: "Times New Roman" !important;
  font-style: italic;
  font-size: 14pt;
}

.article_b_title {
  font-family: "Times New Roman" !important;
  font-size: 14pt;
  margin-bottom: 1.2rem;
}

.article_b_title a {
  font-family: "Times New Roman" !important;
  font-size: 14pt;
}

.article_views {
  margin-top: 20px;
}

.article_views ul {
  display: flex;
  justify-content: end;
  margin: 0;
}

.article_views li {
  margin-right: 10px;
  font-size: 11px;
  color: #888888;
  font-family: Arial !important;
}

.article_views hr {
  margin: 5px 0px;
}

.accordion {
  background-color: #ebedc8;
  color: #444;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10pt;
  font-weight: bold;
  transition: 0.4s;
  font-family: Arial !important;
  border-radius: 5px;
}

.article_views .active {
  background-color: #dadcba;
}

.active,
.accordion:hover {
  background-color: #e2e2e2;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  display: none;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 100vh;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.article_btn {
  background-color: #efa000 !important;
  color: #fff !important;
  margin-top: 0px;
  padding: 5px 25px !important;
  font-size: 0.9rem !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.article_btn:hover {
  background-color: #000 !important;
}

.btn-success {
  background-color: #efa000 !important;
  border: 1px solid #efa000 !important;
  padding: 2px 14px !important;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
}

.btn-success:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;

}

.panel p {
  font-family: Arial !important;
  font-size: 10pt;
}

.panel ul {
  display: block;
}

.panel li {
  text-align: right;
  color: rgb(155, 155, 155);
  font-size: 11px;
  font-family: Arial !important;
  margin-bottom: 2px;
}

.panel .form-control {
  margin-bottom: 10px;
}

.hr_container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cr_box1 li {
  padding: 0px 10px;
}

.cr_txt2 {
  text-align: end;
}

.hr_cont {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.article_title {
  font-size: 10pt !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}

.lp_250 {
  width: 250px !important;
}

.rp_850 {
  width: 850px !important;
}

.lp_sub_title:first-child {
  margin: 0px;
}

.f_row hr {
  margin: 0;
  /* padding: 0px 20px; */
  width: 99%;
  margin-left: 4px;
  margin-top: 5px;
}

.cp_txt {
  padding-top: 5px;
  padding-bottom: 5px;
}

.label {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

label {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

.top_btn a {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-top: 50px;
}

.capture_txt {
  font-family: Calibri, Trebuchet MS, Arial, Verdana;
  font-size: 11px;
  color: #888888;
}

.varification_code {
  padding: 50px 0px;
}

.footer_link li a:hover {
  color: #f7941d !important;
}

.cr_txt2 a:hover {
  color: #f7941d !important;
}

.shair {
  margin-right: 14px;
  font-weight: bold;
  font-family: arial;
  vertical-align: middle;
  padding-top: 7px;
  float: right;
}

.black_bold {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  padding: 0;
  font-size: 15pt;
  margin-top: 10px;
}

.writer_para {
  padding-right: 5px !important;
}

.writer_name ul {
  list-style: none;
  display: flex;
}

.writer_name li {
  padding: 0px 8px;
}

.writer_name a {
  font-family: "Times New Roman", Times, serif;
  color: #000066;
  font-weight: 600;
  font-size: 12pt;
  position: relative;
  text-decoration: none !important;
}

.writer_name a::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 30%;
  width: 100%;
  height: 70%;
  border-right: 2px solid #000;
}

.f-18 {
  font-family: "Times New Roman";
  color: black;
  font-size: 18pt !important;
  font-weight: normal;
}

.f-1rem {
  font-size: 1rem !important;
  color: #000066;
}

.contribute_contact {
  padding-left: 0px !important;
  padding-bottom: 0px;
  margin-bottom: 10px !important;
}

.f-16 {
  font-size: 16pt !important;
}

.search_input {
  width: 40%;
  display: block;
  margin: auto;
}

.search_input input {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.search_inp {
  margin-left: 10px;
  border-radius: 5px !important;
  padding: 6px 16px !important;
  background-color: rgb(233, 233, 233) !important;
  border: 1px solid #333 !important;
}

.search_row {
  margin-top: 100px !important;
}

.yellow_search_inp {
  margin-left: 10px;
  border-radius: 5px !important;
  padding: 6px 36px !important;
  background-color: #efa000 !important;
  border: 1px solid transparent !important;
}

.search_input2 {
  display: block;
  margin: auto;
  width: 50%;
}

.contact_img {
  display: flex;
  justify-content: end;
}

.login_form {
  width: 70%;
  background-color: #f7f7f7;
  padding: 30px 30px;
}

.login_form .yellow_search_inp {
  display: block;
  margin: auto;
  font-size: 10pt;
  padding: 3px 20px !important;
  color: #fff;
}

.login_form .yellow_search_inp:hover {
  background-color: #000 !important;
  color: #fff;
}

.login_form #email {
  margin-left: 50px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.login_form #pwd {
  margin-left: 20px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.forgot li {
  margin-left: 25px;
}

.forgot_a {
  position: relative;
  left: 10%;
}

.forgot_a::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 8%;
  width: 100%;
  height: 70%;
  border-right: 2px solid #000;
}

.login_txt {
  display: flex;
  justify-content: end;
  align-items: center;
}

.login_txt p {
  text-align: center;
}

.reg_img {
  display: flex;
  justify-content: end;
  padding-right: 0 !important;
}

.m_name {
  width: 13%;
}

.reg_form {
  background-color: #f7f7f7;
  padding: 30px 20px;
}

.register_form {
  display: flex;
}

/* .register_form form
{
    margin-left: 20px;
} */
.reg_lable {
  font-family: Calibri, Trebuchet MS, Arial, Verdana;
  font-size: 11px;
  color: #888888;
}

.reg_form .yellow_search_inp:hover {
  background-color: #000 !important;
  color: #fff;
}

.f-time {
  font-family: 'Times New Roman' !important;
  font-size: 14pt !important;
}

.b_list {
  list-style-type: disc !important;
  margin-left: 30px !important;
}

.b_list li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt !important;
}

.b_title {
  display: flex;
  margin-bottom: 10px !important;
}

.b_title li:nth-child(2) {
  padding-left: 20px;
}

.b_title .recent_blog {
  position: relative;
  font-weight: 600;
  font-size: 12pt;
}

.b_title .recent_blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 10%;
  height: 2vh;
  border-right: 2px solid #000;
}

.b_title a {
  font-weight: 600;
  font-size: 12pt;
}

.blog_encore {
  position: relative;
  font-weight: 600;
  font-size: 12pt;
}

.navbar-collapse2 li {
  padding: 0px 2px !important;
}

.navbar-collapse2 a {
  position: relative;
  margin: 0;
}

.navbar-collapse2 a::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 45%;
  width: 100%;
  height: 70%;
  border-right: none;
}

.navbar-collapse2 ul {
  padding: 0px 17px;
}

.navbar-collapse2 ul a {
  color: #000066 !important;
}

.navbar2 {
  background-color: #EBEDC8;
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  padding: 7px !important;
}

.navbar2 a:hover {
  color: #ff0000 !important;
}

.navbar2 p {
  margin-bottom: 0px;
}

/* .poet_writer img
{
  width: 100%;
} */

.poet_writer ul {
  display: flex;
}

.poet_writer a {
  font-weight: 600;
  font-size: 10pt;
  font-style: italic;
  text-align: center;
}

.poet_writer ul {
  display: flex;
  justify-content: center;
}

.poet_writer li {
  display: flex;
  align-items: center;
}

.poet_img {
  width: 10%;
}

.poet_writer .navbar-collapse2 a {
  font-weight: 600;
  font-style: normal;
  font-size: 10pt;
}

.black_txt {
  font-weight: 600 !important;
  font-style: normal;
  font-size: 11pt !important;
  color: #000;
  font-family: Arial, Helvetica, sans-serif !important;
}

.reg_image {
  padding-top: 50px;
}

.site_heading {
  background-color: #DADCBA;
  text-align: center;
  padding: 2px 0px;
}

.sile_table {
  border-right: 1px solid #fff;
}

.sile_table ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  align-items: center;
  padding: 0;
}

.sile_table span {
  text-align: center;
}

.sile_table li a {
  font-family: 'Times New Roman' !important;
  color: #000066 !important;
  font-size: 14pt;
  font-style: italic;
}

.site_form .form-control {
  padding: 0rem 0.75rem !important;
}

.site_form .search_inp {
  padding: 0px 16px !important;
}

.writer_table {
  border-right: 1px solid #fff;
}

.writer_table ul {
  display: flex;
  justify-content: flex-start !important;
  flex-direction: column;
  list-style: none;
  align-items: baseline !important;
  padding: 0;
}

.writer_table a {
  color: #000066;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

.reg_title {
  padding: 20px 0px;
}

.reg_link {
  margin-top: -2px !important;
}

.reg_link a {
  position: relative;
}

.reg_link a::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 30%;
  width: 100%;
  height: 70%;
  border-right: none;
}

footer {
  margin-top: 20px;
}

.small_text {
  font-size: 13px;
  color: #888888;
  font-family: Arial !important;
}

.article_views p {
  margin-right: 10px;
  font-size: 11px;
  color: #888888;
  font-family: Arial !important;
  margin-bottom: 0px;
}

.dohas_comments_date {
  text-align: right;
  color: rgb(155, 155, 155);
  font-size: 12px !important;
  font-family: Arial !important;
  margin-bottom: 0px !important;
  font-weight: 600;
}

.text-gray {
  color: #838282 !important;
}


.registration-form label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.red-star {
  font-size: 1rem;
  color: red;
}

.login_text {
  font-size: 18px;
  font-family: Times New Roman;
  font-style: italic;
}

.login_text a {
  color: #000066;
}

.height4 {
  height: 4vh;
}

.search_btn {
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif !important;
  padding: 1px 10px;
  margin-left: 10px;
}

.homesearch_btn {
  border: 1px solid #333;
  border-radius: 2px;
  margin: 0;
  padding: 0px 10px;
}

.yellow_search_btn {
  background-color: #efa000 !important;
  color: #000 !important;
  margin-top: 0px;
  padding: 3px 23px !important;
  font-size: 0.8rem !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.yellow_search_btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.gray_box {
  background-color: #f7f7f7;
  padding: 30px;
}

.wid-50 {
  width: 50%;
}

.wid-33 {
  width: 33%;
}

.float-left {
  float: left;
}
.w-13 {
  width: 13% !important;
}
.w-17 {
  width: 17% !important;
}
.w-30 {
  width: 30% !important;
}
.w-50 {
  width: 50% !important;
}

.w-93 {
  width: 93% !important;
}

.red_star {
  color: #ff0000;
  font-size: 0.9rem;
}

.m-left20 {
  margin-left: 20px;
}

.mar-left-30 {
  margin-left: -30px !important;
}

.p-10 {
  padding: 10px;
}

.blue_bold_text {
  color: #000066;
  font-size: 0.8rem;
  font-weight: 800;
}

.theme_list a {
  color: #000066;
}

.text-blue {
  color: #000066;
}

.des-p-0
{
  padding: 0px!important;
}
.m-p-0 {
  padding: 0px;
}

.rss_list li {
  margin-left: 10px;
  line-height: 13px;
}


.love_list li {
  line-height: 1.25;
}

.l-height20 li {
  line-height: 20px;
}

.love_list a {
  font-size: 10pt;
}

.arial_div p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  margin-top: 15px;
}

.input_bg {
  background-image: none !important;
  border: 1px solid #888;
}

.themelist {
  padding-left: 0px;
}

.themelist li {
  width: 33.33%;
  float: left;
  line-height: 18px;
}

.login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  margin-right: 30px;
}

.lh-15 {
  line-height: 15px;
}

.lh-18 {
  line-height: 18px;
}

.list-dot {
  list-style: disc;
}

.poet_list {
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 18px !important;
}

.d-pad-left0 {
  padding-left: 0px !important;
}

.btn-success:focus {
  outline: none !important;
  box-shadow: none !important;
}

.article_btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.yelow_box {
  background-color: #efe0ab;
  padding: 20px;
}

.f-bold {
  font-weight: bold;
}

.text-inherit {
  text-transform: inherit !important;
}

.header_date {
  font-size: 10pt;
  font-weight: 800;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  /* background-image: linear-gradient( to bottom, rgba(255, 208, 0, 0.952), #f6941e ); */
  background-color: #ffcc66;
  padding: 2px 60px;
  margin-bottom: 0;
  margin-top: 10px;
}

.desk-d-flex {
  display: flex;
}

.d-m-top2 {
  margin-top: 0px !important;
}

/* img
{
    width: auto!important;
    height: auto!important;
} */

.wid-100 {
  width: 100%;
}

.wid-250 {
  width: 250px !important;
}

.content p {
  line-height: 15px;
}

.home_content img {
  width: 100px !important;
}

.home_content .t14 a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14pt;
}

.height20 {
  clear: both;
  height: 10px;
}

.height10 {
  height: 10px;
}

/* .article_comtent img
{
  width: 100%!important;
} */

.article_comtent ul
{
  list-style: disc!important;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.article_comtent ul li
{
  line-height: 1.25!important;
    font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;

}
.article_comtent ol
{
  list-style: disc!important;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.article_comtent ol li
{
  line-height: 1.25!important;
    font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;

}
.blog_dataul ul
{
  list-style: disc!important;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.blog_dataul ul li
{
  line-height: 1.25!important;
    font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;

}

.blog_dataul ol
{
  list-style: disc!important;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.blog_dataul ol li
{
  line-height: 1.25!important;
    font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;

}
.kabir_data ul
{
  list-style: disc!important;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.blog_dataul ul li
{
  line-height: 1.25!important;
    font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;

}

.kabir_data ol
{
  list-style: disc!important;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.blog_dataul ol li
{
  line-height: 1.25!important;
    font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;

}
.content_data ul
{
  list-style: disc!important;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.content_data ul li
{
  line-height: 1.25!important;
    font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;

}
.content_data ol
{
  list-style: disc!important;
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.content_data ol li
{
  line-height: 1.25!important;
    font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;

}
.home_sec  a
{
  font-family: Arial, Helvetica, sans-serif!important;
  font-size: 10pt!important;
  line-height:1;
}
.home_sec  p
{
  font-family: Arial, Helvetica, sans-serif!important;
  font-size: 10pt!important;
  line-height:1.25;
}
.home_sec h1  a
{
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.home_sec h2  a
{
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.home_sec h3  a
{
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.home_sec h4  a
{
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.home_sec h5  a
{
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.home_sec h6  a
{
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.home_sec h1, h2, h3, h4, h5, h6 
{
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 14pt!important;
}
.home_sec ul {
  list-style: disc!important;
  padding-left: 15px;
}
.home_sec ul li
{
margin-bottom: 0px;
line-height: 1.25;
}

.home_sec table{
  border: none;
}
.home_sec table td{
  padding: 20px 0px;
}

.FooterLink1 {
  color: #888888;
  font-size: 11px;
}

.NewTimesNewRoman14 p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14pt;
  line-height: 1.25;
}

.NewTimesNewRoman14 font {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14pt !important;
}

.NewTimesNewRoman14 a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14pt ;
}

.p-left20 {
  padding-left: 0px;
}

.word-break {
  word-break: break-all;
}

.article_data blockquote {
  padding-left: 30px;
}

.categories_table .col-sm-12
{
  padding-right: 0px!important;
  padding-left: 0px!important;
}

.ed_right_box img
{
  width: 100%;
}



.d-pr-0{
  padding-right: 0px!important;
}

.article_right p{
  line-height: 1.25;
  font-size: 10pt;
  color: #212529;
  font-family: Arial, Helvetica, sans-serif;
}

.viwe-profile .FooterLink1{
  font-family: "Times New Roman", Times, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14pt;
    color: #212529;
}

#Captcha{
  height: auto!important;
  width: 60%!important;
} 

.form-control:disabled{
  width: auto !important;
}
.poem-data p{
  margin-bottom: 0px;
}

.st-center{
  display: flex !important;
}