/*Developer CSS*/
.jtop_menu {
    background-color: #FFF;/*#B8E2F2*/
}
.site-name a{color: #000 !important;}
.journal_menu_second{background: #f2f2f2;}
.journal_3_menu input[type="search"] {
    background-color: #FFF;
    width: 100%;
}
.journal_3_menu {
    background-color: #3B5990;
    padding: 4px 0;
}
.journal_head .form-group {
    width: 45%;
}
.journal_head form {
    width: 100%;
}
.journal_3_menu form {
    margin: 0px;
}
.hspi_main_logo{width:230px; padding-top:5px;}
#navigationUser{padding-top:0.8%;}
.navbar-nav>li>a{padding-top:12px; padding-bottom:12px;}
.footer-widgets-part{border-bottom: 1px solid #000;}
.footer-widgets-part .list-item a{color: #000; text-decoration: underline;}
.footer-widgets-part .list-item a:hover{color: red;font-weight: bold;}
footer{padding-bottom:0 !important; margin-bottom: 0px !important;}
.footer_heading{font-weight: bold; color:#000;}
ul.social-icons {
    margin: 0;
    padding: 0;
}
ul.social-icons li {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 4px;
}
ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 36px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #333333;
    color: #666666;
    font-size: 20px;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
ul.social-icons li a .fa,.fab{margin-right: 0;}
ul.social-icons li a:hover{color: red;}
.footer-last-line{padding-top:10px;}
nav.footer-nav {
    text-align: right;
}
nav.footer-nav ul li {
    margin-left: 0;
    display:inline-block;
    padding: 10px;
}
.header_view .dropdown-menu a, .navbar .dropdown-menu a{font-size: 14px;}
.footer-content{margin:0;}

.editor-container {
  display: flex;
  flex-wrap: wrap;
 }
 .editor-container h5 {
    font-weight: 800;
    padding-bottom: 8px;
    font-family: Roboto;
    border-bottom: 1px solid #3B5990;
}
.editor{
    display: flex;
    flex-direction: column;
    flex: 1 0 20%;
    height: fit-content;
    background-color: #fff;
    border: 1px solid #3B5990;
    color: #000;
    padding: 15px;
    margin: 10px 20px;
    border-radius: 5px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.editor .e_img{
  text-align: center;
}
.editor img{
  text-align: center;
  display: inline-flex;
  height: 100px;
  width: 100px;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 5px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.editor .card-title{
  margin-top: 5px;
  color: #3B5990;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.editor .card-text{
  text-align: left;
  font-size: 14px;
}
.editor .e_buttons,
.editor .e_buttons .phone,
.editor .e_buttons .email{
  padding: 0;
  margin: 0;
  text-align: center;
}
.editor .e_buttons .email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  padding-right: 6px;
  color: #b8bbc1;
}
.editor .e_buttons .phone:before {
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  padding-right: 6px;
  color: #b8bbc1;
}
.editor .card-text:before {
  content: "\f19c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  padding-right: 6px;
  color: #b8bbc1;
}
.pt-30{padding-top: 30px;}

/*Developer-2 start*/
.editor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.editor-container h5 {
    font-weight: 800;
    padding-bottom: 8px;
    font-family: Roboto;
    border-bottom: 1px solid #3B5990;
}
.editor{
    display: flex;
    flex-direction: column;
    flex: 1 0 20%;
    height: fit-content;
    background-color: #fff;
    border: 1px solid #3B5990;
    color: #000;
    padding: 15px;
    margin: 10px 20px;
    border-radius: 5px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.editor .e_img{
    text-align: center;
}
.editor img{
    text-align: center;
    display: inline-flex;
    height: 100px;
    width: 100px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 5px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.editor .card-title{
    margin-top: 5px;
    color: #3B5990;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.editor .card-text{
    text-align: left;
    font-size: 14px;
}
.editor .e_buttons,
.editor .e_buttons .phone,
.editor .e_buttons .email{
    padding: 0;
    margin: 0;
    text-align: center;
}
.editor .e_buttons .email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    padding-right: 6px;
    color: #b8bbc1;
}
.editor .e_buttons .phone:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    padding-right: 6px;
    color: #b8bbc1;
}
.editor .card-text:before {
    content: "\f19c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    padding-right: 6px;
    color: #b8bbc1;
  }
  .pt-30{padding-top: 30px;}
  .p-1 { padding: 4px; }
  .p-2 { padding: 8px; }
  .p-3 { padding: 16px; }
  .p-4 { padding: 32px; }
  .p-5 { padding: 64px; }
  .text-small {font-size: 1.2rem;}
  .height-50{height: 50px;}
  .height-50 a{font-weight:bold;}
/*Developer-2 End*/



/* new page design */
.page_privacy h1{
    color: #01156B;
    font-size: 36px;
    margin-bottom: 10px;
}
.page_privacy ol{padding-left: 0 !important;}
.page_privacy ol li{margin-bottom: 6px;}
.page_privacy ul li{list-style-type: circle !important;}

.page_privacy ol li strong{
    font-size: 24px;
    color: #01156B;
}
.page_submissions h1{
    color: #01156B;
}
.page_submissions h2{
    color: #01156B;
    font-size: 24px;
    font-weight: 600;
}
.page_about h1{
    color: #01156B;
}
.page_about h2{
    color: #01156B;
    font-size: 24px;
    font-weight: 500;
}
.page_about h3{
    color: #01156B;
    font-size: 24px;
}
.page_about ul li{list-style-type: circle !important;}
.page_about ol li{list-style-type: decimal !important;}

.contact-section {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.contact-column{padding: 6px 15px;}
.contact-column h3 {
    font-size: 20px;
    font-weight: bold;
    color: #01156b;
    margin-bottom: 5px;
}
.underline {
    width: 100%;
    height: 3px;
    background-color: #ea4822;
    margin: 14px 0;
}
.contact-column a {
    color: #033c73;
    text-decoration: underline;
    margin: 2px 0;
}
.contact-column a:hover {
    color: #0467c8;
}
.txt-dcr-non{text-decoration: none !important;}