html {
  --bgColor: #eaeaea;
  --textColor: #3f3f3f;
  --blueColor: #195c9f;
  --whiteColor: #ffffff;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}
/*.img-fluid{*/
/*    width:100% !important;*/
/*}*/
/* Track */
*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px !important;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.img_card .single_img_card img{
    height:140px;
    
}


.overflow_y,
.whats_new_container {
  overflow-y: scroll;
  scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin;
  border-radius: 10px !important;
}
@media screen and (max-width: 550px) {
  *::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .chat iframe{
      height:337px;
      width:100%;
  }
  .chat #i1ycj{
      height:337px!important;
      width:100%!important;
  }
}
.chat #i1ycj{
    width: 500px; 
    height: 400px;
    position: fixed;
    z-index:99999999;
    right: 0px;
    bottom: 100px;
    display: none;
}
p {
  margin-bottom: 0;
}
a,
a:focus {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
    font-family: "Open Sans", sans-serif !important;
}
.form-control,
.form-select,
button {
  box-shadow: none !important;
}
/*input,*/
/*select,*/
/*button {*/
/*  border-radius: 30px !important;*/
/*}*/
textarea {
  border-radius: 15px !important;
}
.form-control:focus,
.form-select:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

body.bigTxt p,
body.bigTxt a,
body.bigTxt h4 {
  font-size: 20px !important;
}
body.smallTxt p,
body.smallTxt a,
body.smallTxt h4 {
  font-size: 12px !important;
}

/* css reset clsoe here */
body {
  width: 100%;
  background-color: var(--bgColor);
  font-family: "Open Sans", sans-serif !important;
}
main {
  position: relative;
  height: 100%;
  padding-top: 10px;
  overflow-x: hidden;
  padding-top: 15px;
}
main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: url(../imgs/flagStripe.jpg);
}
.header {
  background-color: var(--blueColor);
  padding: 6px 15px !important;
  color: var(--whiteColor);
  font-size: 14px;
}
.top_links {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}
.top_links li a {
  position: relative;
  color: #ffffff !important;
  margin-right: 16px;
  text-transform: capitalize;
  font-size: 12px;
}
.top_links li:not(:last-child) a::after {
  position: absolute;
  content: "|";
  height: 50%;
  right: -9px;
  top: -1px;
}

.utility_container a {
  margin-right: 5px !important;
}
.utility_container a.light_theme {
  border: 1px solid #ffffff;
  padding: 2px 8px;
}
.utility_container a.dark_theme {
  border: 1px solid #3f3f3f;
  background-color: #3f3f3f;
  padding: 2px 8px;
}
.utility_container a.text_big {
  font-size: 16px;
}
.utility_container a.text_small {
  font-size: 11px !important;
}

.logo_section {
  position: relative;
  background-color: #ffffff;
  padding: 4px 15px;
  background-image: url(https://www.eoibeijing.gov.in/public_files/assets/images/back_ground_image.jpg);
  background-size: cover;
}

.logo_section .logo_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo_section .logo_container img {
  margin-right: 20px;
}
.logo_section .logo_container h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  color: #232323;
}
.logo_section .logo_container h6 {
  font-size: 20px;
  font-weight: 400;
  color: #525252;
}

/*.search_language_container {*/
/*  display: flex;*/
/*  width: 100%;*/
/*  justify-content: space-between;*/
/*}*/

.search_language_container {
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  gap:20px;
  justify-content: end;
}

.search_language_container .search_input {
  width: 45%;
  /*width: 73%;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin: 0 8px;
      position: relative;
}
.search_language_container .search_input i {
  min-width: 38px;
  height: 38px;
  background: #f1891f;
  color: #fff;
  border-radius: 50px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  margin-left: 8px;
}
.search_language_container .search_input input {
  transform: translateX(120%);
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.socialIcons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socialIcons a {
  width: 38px;
  height: 38px;
  background: var(--bgColor);
  color: var(--textColor);
  border-radius: 50px;
  margin-right: 8px;
  line-height: 38px;
  text-align: center;
}
.socialIcons a:nth-child(1) {
    background:#1974ec;
    color:#fff;
}
.socialIcons a:nth-child(2) {
    background:#1c96e8;
    color:#fff;
}
.socialIcons a:nth-child(3) {
    background:linear-gradient(45deg, #eb00c1, #f98e00);
    color:#fff;
}
.socialIcons a:nth-child(4) {
    background:#f70000;
    color:#fff;
}



.search_language_container .search_input input.active {
  transform: translateX(0);
}
.navigation_section {
  position: relative;
  background-color: var(--blueColor);
  border-top: 0 !important;
  padding: 0;
}
.nav-link {
  text-transform: uppercase !important;
}
.fixedShow {
  position: fixed;
  display: none;
  width: 250px;
  /*background: #fff;*/
  z-index: 2;
  top: 150px;
right: -10px;
}
.fixedShow::before {
  position: absolute;
  content: "";
  top: -19px;
  left: -19px;
  background-color: #fff;
  width: 51.5px;
  height: 51.5px;
  transform: rotate(55deg);
  z-index: -1;
  opacity:0;
}
.nav-link:hover + .fixedShow::before {
  background-color: #ffff;
}
.fixedShow ul {
  display: flex;
  justify-content: space-between;
  align-items: end;
  list-style: none;
  margin: 0;
  padding: 0 30px 0 0;
  height: 42.5px;
  z-index: 3;
 flex-direction: column;
gap: 9px;
}
.fixedShow ul li a i {
  color: #fff;
  
}
.fixedShow ul li {
  /*background: var(--blueColor);*/
  width: 35px;
  height: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.fixedShow ul li:nth-child(2) {
    background:#1c96e8;
}
.fixedShow ul li:nth-child(3) {
    background:linear-gradient(45deg, #eb00c1, #f98e00);
}
.fixedShow ul li:nth-child(4) {
    background:#f70000;
}

.navigation_section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 100vw;
  z-index: 9;
  transition: 1s all ease-in-out;
  animation: 0.5s ease-in-out fadeInDown;
}
.navigation_section.fixed .fixedShow {
  display: inline-block;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.navigation_section .navbar-toggler span {
  color: #ffffff;
}
.navigation_section .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation_section .nav-item .nav-link {
  color: #ffffff;
  font-size: 15px !important;
  font-weight: 400;
  padding: 10px 19px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 0 !important;
}
.navigation_section .nav-item .nav-link.active {
  background-color: var(--textColor);
  color: var(--whiteColor);
  font-weight: 700;
}
/*.navigation_section .nav-item .nav-link:hover,*/
/*.navigation_section .nav-item .nav-link.activeLink {*/
/*  background-color: var(--bgColor);*/
/*  color: var(--textColor);*/
/*}*/
.navigation_section .nav-item .nav-link:not(:last-child) {
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .navigation_section
    .nav-item
    .nav-link.dropdown-toggle:hover
    + .dropdown-menu {
    display: block;
  }
}
.dropdown-menu {
  background-color: var(--whiteColor);
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-width: 240px;
  width: 240px;
  font-size: 14px;
  border-bottom: 10px solid var(--blueColor);
}
.dropdown-menu:hover {
  display: block;
}
.dropdown-menu li {
  display: flex;
}
.navigation_section .nav-item .dropdown-toggle::after {
  opacity: 0;
}
.dropdown-menu .dropdown-item {
  padding: 8px 10px;
  color: var(--textColor);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: pre-wrap;
}
.dropdown-menu .dropdown-item:hover {
  color: var(--textColor);
  background: var(--bgColor);
}
.dropdown-item a.dropdown_link i {
  position: relative;
}
.dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid var(--bgColor);
}
.sub_dropdown {
  position: absolute;
  min-width: 100%;
  width: 100%;
  right: -100%;
  border-left: 1px solid var(--bgColor);
  background-color: var(--whiteColor);
  padding: 10px 0px !important;
  margin: 0;
  list-style: none;
  display: none;
  border-bottom: 10px solid var(--blueColor);
}
.sub_dropdown:hover {
  display: block;
}
.sub_dropdown li {
  padding: 8px 10px !important;
  background-color: var(--whiteColor);
  transition: 0.3s ease-in-out;
}
.sub_dropdown li:hover {
  background: var(--bgColor);
}
.sub_dropdown li a {
  color: var(--textColor);
  position: relative;
  width: 100%;
  display: block;
}

.sub_dropdown li:not(:last-child) {
  border-bottom: 1px solid var(--bgColor);
}
.sub_dropdown li:not(:last-child) {
  border-bottom: 1px solid var(--bgColor);
}
.dropdown-menu li a.dropdown_link:hover + .sub_dropdown,
.dropdown-menu li a.dropdown_link:focus + .sub_dropdown {
  display: block!important;
}
.dropdown-menu li .sub_dropdown li{
    padding: 0!important;
}
.dropdown-menu li .sub_dropdown li a{
    padding : 8px 10px;
}
.dropdown-menu li .sub_dropdown .dropdown_link:hover + .sub_dropdown{
  display: block!important;
}
.main_slider {
  position: relative;
  padding: 0;
}

.main_slider .item .slider_img {
  position: relative;
  height: 57vh !important;
  width: 100%;
  background-color: var(--whiteColor);
}
.main_slider .item .slider_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main_slider .item .slider_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--blueColor);
  width: 100%;
  padding: 10px 10px;
  text-align: center;
}
.main_slider .item .slider_caption p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin:0;
  margin-right:5px;
}
.main_slider .owl-nav {
  position: absolute;
  bottom: 60px;
  width: 100%;
}
.main_slider .owl-nav .owl-prev span,
.main_slider .owl-nav .owl-next span {
  color: #ffffff;
  font-size: 40px;
  line-height:55px;
}
.main_slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  background: transparent !important;
}
.main_slider .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  background: transparent !important;
}

.profile_post_section {
  position: relative;
  padding: 20px 15px;
    background: #195c9f;
  color: var(--textColor);
  margin-top: 10px;
}
.newprofile {
  
    background: #fff;
  
}

/*.profile_post_section .profile_container {*/
/*  background: var(--bgColor);*/
/*  padding: 10px 15px 0px 15px;*/
/*  margin-bottom: 15px;*/
/*}*/
.profile_post_section .profile_container {
    background: var(--bgColor);
    padding: 10px 15px 0px 15px;
    margin-bottom: 15px;
    height: 491px;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.profile_container.national_registration{
    height:343px;
}
.profile_container.national_registration .ambassdon_style{
    padding:10px 0;
}

.profile_post_section .profile_container:not(:last-child){
  margin-bottom: 15px;
}
.profile_post_section .profile_container .heading {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
}
.profile_post_section .important_annoucment_container {
  height: 200px;
  overflow: hidden;
}

.profile_post_section .important_annoucment_container .single_annoucement a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--textColor);
  display: block;
  width: 100%;
  padding: 10px 40px 10px 0;
  border-bottom: 1px dotted var(--textColor);
}
.profile_post_section
  .important_annoucment_container
  .single_annoucement
  a[type="new"]::after {
  position: absolute;
  content: "new";
  background: #ff0000;
  color: #ffffff;
  right: 0;
  top: 10px;
  font-size: 12px;
  padding: 2px 5px;
  text-transform: capitalize;
}

/*registration*/
.profile_registration_container {
    background: #eaeaea;
    padding: 18px 2px;
}
.profile_registration_container ul li {
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
}
.profile_registration_container ul li a {
        text-decoration: underline;
}
.profile_registration_container ul li .left_icon {
    padding-left:5px;
    display:none;
}
.profile_registration_container ul li .left_icon i {
    color: #195c9f;
    padding-right: 7px;
}




/*.profile_post_section .profile_container .profile_details {*/
/*  display: flex;*/
/*  justify-content: flex-start;*/
/*  flex-direction: column;   */
/*}*/
.profile_post_section .profile_container .profile_details {
      display: flex;
    justify-content: flex-start;
     align-items: center; 
    flex-direction: column;
    gap: 15px;  
    /*margin-bottom: 104px;*/
}
.profile_post_section .profile_container .profile_details .profile_picture img {
  width: 98% !important;
    height: 220px;
  object-fit: contain;
}

.profile_post_section .profile_container .profile_details .profile_content {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.profile_post_section .profile_container .profile_details .profile_content h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}

.profile_post_section .profile_container .profile_details .profile_content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #3a589b;
}
.profile_post_section .profile_container .profile_details .profile_content a {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--textColor);
  font-size: 14px;
}
.profile_post_section .profile_container .profile_details .profile_content a i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--blueColor);
  margin-right: 10px;
  color: #ffffff;
}

.profile_post_section .posts_container {
  min-height: 450px;
  height: 491px;
  overflow: hidden;
  padding: 20px 20px;
  background: var(--bgColor);
  margin-bottom: 15px;
}

.profile_post_section .posts_container ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--whiteColor);
  padding: 3px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.profile_post_section .posts_container ul li button {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--textColor);
  transition: 0.3s ease-in-out;
}
.profile_post_section .posts_container ul li a {
     font-size: 15px;
    letter-spacing: 0.5px;
    color: var(--textColor);
    transition: 0.3s ease-in-out;
    text-transform: capitalize !important;
    font-weight: 500;
    font-family: sans-serif;
    /*border-bottom: 1px solid #195c9f;*/
}
.profile_post_section .posts_container ul li button.active {
  background: var(--blueColor);
  color: var(--whiteColor);
  font-weight: 600;
  border-radius: 5px !important;
}
.profile_post_section .posts_container ul li button:hover {
  /*background: var(--bgColor);*/
  /*color: var(--textColor);*/
  border-radius: 5px !important;
}
.profile_post_section .press_container,
.profile_post_section .whats_new_container {
  overflow-y: scroll;
  height: 350px;
}
.profile_post_section .press_container .single_press {
  position: relative;
  padding: 10px 10px 5px 10px;
  width: 98%;
  display: block;
}
.profile_post_section .press_container .single_press:not(:last-child) {
  border-bottom: 1px dotted var(--textColor);
}
.profile_post_section .press_container .single_press h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--textColor);
}
.profile_post_section .press_container .single_press  {
  font-size: 15px;
  font-weight: 600;
  color: var(--textColor);
}
.profile_post_section .press_container .single_press h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--textColor);
}

.profile_post_section .whats_new_container .single_whats_new {
  width: 98%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  gap:10px
}
.profile_post_section .whats_new_container .single_whats_new .img {
  width: 25%;
}

.profile_post_section .whats_new_container .single_whats_new .img img {
  width: 100%;
}
.profile_post_section .whats_new_container .single_whats_new .content {
  width: 75%;
}
.profile_post_section .whats_new_container .single_whats_new .content h4 {
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 5px;
  color: var(--textColor);
}
.profile_post_section .whats_new_container .single_whats_new .content h6 {
  font-size: 13px;
  text-align:end;
  margin-left: 10px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--textColor);
}
.profile_post_section .twitter_container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.profile_post_section .twitter_container .single_twitter {
  width: 49%;
  overflow-y: scroll;
  height: 350px;
}
.profile_post_section .twitter_container .single_twitter .twitter-timeline {
  width: 98% !important;
}
.profile_post_section .twitter_container .single_twitter:not(:last-child) {
  margin-right: 1%;
}

.performance_img {
  position: relative;
  background: var(--whiteColor);
  margin-top: 10px;
  padding: 15px 15px;
}

.event_gallery_contact {
  position: relative;
  padding: 15px 15px;
  background: var(--blueColor);
  margin-top: 10px;
}

.profile_post_section .posts_container ul li button {
  font-size: 14px;
}

.importantLinks_contact {
  position: relative;
  padding: 15px 15px;
  margin-top: 10px;
  background: var(--blueColor);
}

.importantLinks_contact .importantLinks_container {
  position: relative;
  padding: 20px 20px;
  height:491px;
  background: var(--whiteColor);
  margin-bottom: 15px;
}

.importantLinks_contact .importantLinks_container h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0 15px 0;
  text-transform: uppercase;
  color: var(--textColor);
}
.importantLinks_contact .importantLinks_container .links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.importantLinks_contact .importantLinks_container .links li {
  margin-bottom: 10px;
  padding: 0 10px 5px 0;
  border-bottom: 1px dotted var(--textColor);
}
.importantLinks_contact .importantLinks_container .links li a {
  position: relative;
  width: 100%;
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--textColor);
}
.importantLinks_contact .importantLinks_container .links li a::before {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  left: 0;
  font-size: 20px;
}
.importantLinks_contact .importantLinks_container .links li a::after {
  position: absolute;
  content: "\f08e";
  font-family: fontAwesome;
  right: 0;
  font-size: 12px;
  color: #ff0000;
}

.importantLinks_contact .contact_container {
  position: relative;
  padding: 20px 20px;
  background: var(--whiteColor);
  max-height: 394px;
  min-height: 560px;
  overflow: hidden;
}

.importantLinks_contact .contact_container .tab-content {
  /*max-height: 295px;*/
  /*min-height: 295px;*/
  
    max-height: 394px;
  min-height: 560px;
  
  overflow-y: scroll;
}
.importantLinks_contact .contact_container .tab-content .map_container,
.importantLinks_contact .contact_container .tab-content .map_container iframe {
  /*max-height: 295px;*/
  /*min-height: 295px;*/
  /*min-height: 295px;*/
  /*min-height: 458px;*/
      max-height: 550px;
    min-height: 443px;
  width: 100%;
}
.importantLinks_contact .contact_container ul {
  background: var(--bgColor);
  padding: 5px;
  justify-content: center;

}
.importantLinks_contact .contact_container ul li button {
  color: var(--textColor);
}
.importantLinks_contact .contact_container ul li button.active {
  /*background: var(--blueColor);*/
  /*border-radius: 30px !important;*/
    background: #eaeaea;
    border-radius: -22px !important;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.contact_details_container .single_details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  border-bottom: 1px dotted var(--textColor);
  padding-bottom: 10px;
}
.contact_details_container .single_details p {
  font-size: 15px;
}
.contact_details_container .single_details p:not(:last-child) {
  width: 180px !important;
  min-width: 180px;
}

.inner_heading h2 {
  color: #fff;
  margin-top: 15px;
}

.inner_img {
  text-align: right;
}
.inner_img img {
  width: 23%;
  opacity: 0.8;
}

.about_box {
  position: relative;
  background: var(--whiteColor);
  color: var(--textColor);
  border-radius: 0;
  padding: 20px;
  overflow-x: hidden;
}
.tableContainer {
  overflow-x: scroll;
}

.about_sidebar {
  background: var(--whiteColor);
  border-radius: 0;
  padding: 20px;
  color: var(--textColor);
}

.ambassador {
  margin-top: 10px;
  margin-bottom: 15px;
}

.about_heading {
  font-size: 22px;
  font-weight: 600;
  color: var(--textColor);
}

.about_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about_box ul li {
  margin: 20px 0;
}

.about_sidebar {
  position: sticky;
  top: 45px;
}

.profile_img {
  background: var(--whiteColor);
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-top: -70px;
  border-radius: 50%;
  text-align: center;
  background: var(--blueColor);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  padding: 8px;
}

.profile_img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid #fff;
}

.about_sidebar ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.about_sidebar ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin: 10px 0;
}

.about_sidebar ul li a {
  color: var(--textColor);
  display: block;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  display: flex;
}
.about_sidebar ul li:hover a {
  color: var(--blueColor);
  transform: translateX(5px);
}

.copyright {
  background: var(--blueColor);
  padding: 10px;
  margin-top: 10px;
}
.copyright p {
  color: #fff;
  font-size: 14px;
  line-height:18px;
  margin-bottom:15px;
}
.copyright p a {
  color: #ffffff;
  font-size: 13px;
}

.logo_list ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0;
  align-items: center;
}
.logo_list {
  background-color: #ffffff;
}
.logo_list img {
  position: relative;
  background: #ffffff;
  height: 100px;
  min-width: 180px;
  line-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  object-fit: contain;
}
.logo_list .item::after {
  position: absolute;
  content: "\f08e";
  color: #ff0000;
  text-align: center;
  font-family: fontAwesome;
  bottom: 10px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  font-size: 13px;
}

.img_card {
  position: relative;
  background-color: var(--whiteColor);
  margin-top: 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.img_card .single_img_card {
  width: 16.25%;
  background-color: var(--blueColor);
  padding: 2px;
}
@media screen and (max-width: 600px) {
  .img_card .single_img_card {
    width: 48%;
    margin-bottom: 5px;
  }
  .single_cardImg {
    padding: 5px !important;
    margin-bottom: 3px !important;
  }
  .single_cardImg_left {
    height: 100%;
  }
  .paddingRightNone {
    padding-right: 0;
  }
  .paddingLeftNone {
    padding-left: 0;
  }
  .profile_post_section .posts_container ul {
    overflow-x: scroll;
  }
  .profile_post_section .twitter_container .single_twitter:not(:last-child),
  .mobileNone {
    display: none;
  }
  .profile_post_section .twitter_container .single_twitter {
    width: 100%;
  }
  .importantLinks_contact .contact_container ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .contact_details_container .single_details {
    flex-direction: column;
  }
  .copyright {
    text-align: center;
  }
  .copyright p {
    margin-bottom: 10px;
  }
  .copyright p a {
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
  }
   .chat #i1ycj{
      height:337px!important;
      width:100%!important;
  }
}
.img_card .single_img_card:not(:last-child) {
  margin-right: 5px;
}
.single_cardImg {
  position: relative;
  background: var(--bgColor);
  padding: 15px;
  margin-bottom: 2px;
}

.single_cardImg_left img {
  height: 100%;
  object-fit: cover;
}
.overflow_y {
  height: 350px;
  overflow-y: scroll;
}
section.topLinksSection {
  position: relative;
  background: var(--whiteColor);
  margin: 0px;
  padding: 10px 0px 10px;
}
.links_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_links_container {
  background: var(--blueColor);
  margin-right: 0;
  padding: 20px 10px;
  text-align: center;
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
.single_links_container h5 {
    margin: 0;
}
.single_links_container i {
    font-size: 30px;
    margin-bottom: 5px;
}
.about_box img, .mobileViewChange img{
  width: 100%;
    object-fit: contain;
}
.single_links_container a {
  text-decoration: none;
  color: var(--whiteColor) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.single_links_container a i {
    font-size: 40px;
    margin: 10px 0 15px;
}
.whats_new_containers {
  height: 350px;
}
.whats_new_containers .single_whats_new {
  width: 98%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.whats_new_containers .single_whats_new a {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.whats_new_containers .single_whats_new h4 {
  position: relative;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px;
  color: var(--textColor);
  margin-bottom: 0;
  font-weight: 600;
}
.whats_new_containers .single_whats_new h4::before {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  font-size: 16px;
  font-weight: 300;
  color: var(--blueColor);
  left: 10px;
  top: 2px;
  opacity: 1;
}
.single_details th {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--textColor);
}
.single_details td {
  max-width: 200px;
  word-break: break-word;
  font-size: 14px;
  font-weight: 500;
  color: var(--textColor);
}
.single_details p {
  color: var(--textColor);
}

.about_sidebar ul li a i {
  margin-right: 10px;
  margin-top: 3px;
}
.inner_slider {
  background-image: url(../imgs/about_bg.png);
  padding: 20px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newsAlertMarquee .single_marquee {
  display: flex;
}
.newsAlertMarquee .single_marquee a {
  position: relative;
  margin-right: 20px;
  color: var(--textColor);
  font-weight: 600;
}
.newsAlertMarquee .single_marquee a::after {
  position: absolute;
  content: "|";
  font-size: 20px;
  top: -5px;
  right: -12px;
}
.single_list_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_list_container:not(:last-child) {
  border-bottom: 1px solid var(--textColor);
}
.listContainer {
  position: relative;
  border: 1px solid var(--textColor);
}
.list_left {
  width: 30%;
  border-right: 1px solid var(--textColor);
  padding: 10px 10px;
}
.list_right {
  width: 70%;
  text-align: left;
  padding-left: 10px;
}
.breadcrumb li a,
.breadcrumb li.active {
  color: #fff;
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

th {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
td {
  font-size: 14px;
}
.about_box p {
  margin-bottom: 8px;
  font-size: 15px;
}
.about_box img {
  margin-bottom: 20px;
}

.newsContainer .single_press {
  border-bottom: 1px dotted var(--textColor);
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.newsContainer .single_press h4 {
  font-size: 16px;
  color: var(--textColor);
}
.newsContainer .single_press h6 {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--textColor);
  font-weight: 600;
  font-style: italic;
}
.pagination .page-item {
  margin: 0;
}
.page-item.active {
  background-color: var(--blueColor);
}
.searchContainer {
  background: var(--whiteColor);
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 10px 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 6;
}
select {
  cursor: pointer;
}
.searchContainer form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.searchContainer form select {
  width: fit-content;
  margin-right: 10px;
}
.btnSubmit {
  background: #3a589b;
  color: #fff;
  border-radius: 30px !important;
}

.latestNewsDetails li a {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

.latestNewsDetails li a span {
  font-size: 12px;
}

.list_style_bullet {
  list-style: disc !important;
  padding-left: 20px !important;
}
.list_style_bullet li,
.list_style_number li {
  margin: 5px 0 !important ;
}
.list_style_number {
  padding-left: 20px !important;
  list-style: decimal !important;
}
.text-red {
  color: #f00 !important;
}
.text-blue{
    color:#195c9f!important
}
.about_box p {
  text-align: justify;
}
.listContainer2 {
  border: 1px solid var(--textColor);
}
.listContainer2 .single_list_container {
  justify-content: flex-start;
  padding: 0;
}
.listContainer2 .single_list_container p:nth-child(2) {
  margin-bottom: 0;
  border-left: 1px solid var(--textColor);
  padding: 10px 10px;
}
.listContainer2 .single_list_container p.icon {
  width: 40px;
  min-width: 40px;
  margin-bottom: 0;
  text-align: center;
  color: #f00;
}
.listContainer2 .single_list_container p a {
  color: var(--textColor);
}

.formFlex {
  display: flex;
}
.formFlex select:not(:last-child) {
  margin-right: 10px;
}
.about_box .row {
  margin-bottom: 20px;
}
.about_box .row label {
  font-size: 13px;
  font-weight: 600;
}
input,
select,
textarea {
  background-color: var(--bgColor) !important;
  border-color: var(--bgColor) !important;
  color: var(--textColor) !important;
}
.form-check-input {
  color: #195c9f !important;
  background-color: #fff !important;
  border-color: #195c9f !important;
}
input[type="radio"]:checked {
  background-color: #195c9f !important;
}
.capchaImg {
  width: 150px;
  margin-left: 10px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 0 !important;
}
.mainBtn {
  background: var(--blueColor);
  color: var(--whiteColor) !important;
  padding: 9px 20px;
  border-radius: 30px !important;
}
.about_box table th,
td {
  border: 1px solid var(--textColor);
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--blueColor) !important;
  border-color: var(--blueColor) !important;
}
.eventGallery .single_whats_new {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 2px solid var(--bgColor);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.eventGallery .single_whats_new .img {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.eventGallery .single_whats_new .img img {
  margin-bottom: 0 !important;
}

.eventGallery .single_whats_new .content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 10px;
  color: var(--textColor);
}
.eventGallery .single_whats_new .content h6 {
  font-size: 14px;
  margin-left: 10px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--textColor);
}
.closeBtn i {
  position: fixed;
  display: none;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: #c00;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .closeBtn i {
    display: block;
  }
  body {
      top:0px!important;
    overflow-x: hidden;
  }
  .main_slider .item .slider_img {
    height: fit-content!important;
  }
  .main_slider .item .slider_img img {
    object-fit: scale-down;
  }
  .main_slider .item .slider_caption {
    position: relative;
    display:block !important;
    padding: 15px 10px;
  }
  .main_slider .owl-nav .owl-prev span, .main_slider .owl-nav .owl-next span{
      line-height:25px;
  }
  .main_slider .item .slider_caption p {
    font-size: 14px;
  }
  .links_container {
    flex-direction: column;
    margin-bottom: 0;
  }
  .single_links_container {
    margin-right: 0 !important;
    margin-bottom: 10px;
    width: 100%;
    position:relative;
  }
  .single_links_container a i {
    margin: 5px 0;
  }
  .navigation_section,
  .navigation_section.fixed {
    left: 0;
  }
  .fixedShow {
    width: 220px;
  }
  .fixedShow ul {
    padding: 0 15px 0 0;
  }
  .navbar-collapse.collapse.show {
    min-height: 100vh;
    max-height: 100vh;
  }
  .navigation_section .navbar-nav {
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    padding: 30px 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
  .navigation_section .navbar-nav li {
    margin-bottom: 5px;
  }
  .navigation_section .navbar-nav li,
  .navigation_section .navbar-nav li a {
    width: 100%;
    text-align: left !important;
  }
  .navigation_section .navbar-nav li .dropdown-menu {
    width: 100% !important;
    min-height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 60px;
  }
  .sub_dropdown {
    position: fixed;
    min-width: 100%;
    width: 100%;
    right: 0;
    min-height: 100vh;
    top: 0;
    padding-top: 60px !important;
  }
  .close {
    display: none !important;
  }
  .navigation_section .nav-item .dropdown-toggle::after {
    opacity: 1;
    right: 15px;
    top: 50%;
    position: absolute;
  }
  .navigation_section .nav-item .nav-link {
    padding: 10px 15px;
  }
  .top_links {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .search_language_container {
    flex-wrap: wrap;
  }
  .search_language_container .search_input {
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .search_language_container .w-25 {
    width: 36% !important;
  }
  .search_language_container .search_input input {
    transform: translateX(0);
  }
  .about_sidebar {
    margin-bottom: 20px;
  }
  .inner_slider {
    padding: 0 20px;
  }
  .inner_img {
    display: none;
  }
  .searchContainer form {
    flex-direction: column;
  }
  .searchContainer {
    top: 0;
  }
  .searchContainer form select {
    width: 100%;
    margin-bottom: 5px;
  }
  .searchContainer form .btnSubmit {
    width: 100%;
  }
  .about_box p a {
    display: block;
    text-align: left;
  }
  .eventGallery .single_whats_new .img {
    width: 60%;
    height: 52px;
  }
  .eventGallery .single_whats_new .img img {
    object-fit: cover;
    height: 100%;
  }
  .eventGallery .single_whats_new .content h4 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .mainBtn {
    width: 100%;
    margin-bottom: 5px;
  }
  .copyright p {
    font-size: 12px;
  }
   .chat #i1ycj{
      height:337px!important;
      width:100%!important;
  }
}
.mainBtn[type="reset"] {
  background: #ff4848;
}


.main_menu_style{margin-left: 16px!important;}
.main_menu_style li,.menuSubUl{list-style: disc;}
.menuSubUl{padding-left: 22px!important}
.main_menu_style li a{color: #000;font-size: 14px;transition: 0.9s;}
.main_menu_style li a:hover{color: #195c9f;font-size: 15px;font-weight: 500;padding-left: 5px;transition: 0.9s;}



.search_language_container form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin: 0 8px;
}



/*header search*/
.search_btn{
    display:none;
}
.search_language_container .search_input input.active + .search_btn{
    display: flex;
    min-width: 38px;
    height: 38px;
    background: #195c9f;
    color: #ffffff;
    border-radius: 50px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
  border-style:none;
    z-index: 2;
    justify-content: center;
    position: absolute;
    right: 54px;
}

/*end of header search*/


.single_links_container .bg_tab {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px);
    top: 15px;
    -webkit-filter: blur(3px);
    height: 134px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.single_links_container .bg_tab.first {
    background-image: url('http://182.76.237.238/~eoimanilagov/docs/1636450190_1.jpg');
}


#innerContent a{
    color: #25578c;
    text-decoration: none;
}

.list_style_number li {
    margin-bottom: 10px!important;
    color: #333;
}
.list_style_number li ul {
    margin-left: 15px;
    margin-top: 10px;
}

.profile_post_section .posts_container .newPress ul{
    background:transparent;
    display:block;
}

.profile_post_section .posts_container .newPress ul li a ,
.profile_post_section .posts_container .newPress ul li span{
    background:transparent!important;
    font-size:14px;
}

.profile_post_section .posts_container .newPress ul li{
    margin:6px 0px;
}

.newNav{
        padding: 0px 25px;
    border-right: 1px solid #fff;
}

.newNav:hover{
    background-color: var(--bgColor);
    color: var(--textColor);
}



.newNav:hover a{
     color: var(--textColor)!important;
}
.newNav:last-child{
    border-right:none;
}

.newPressSection{
    background:#fff;
}
.newPressSection .homeTabView{
    background:transparent!important;
}

.newPressSection{
    overflow-y: scroll;
    height: 350px;
        margin: 15px 0px;
}

.newImage img{
    /*min-width:200px;*/
    /*height:110px;*/
        width: 100%;
    height: 100%;
    object-fit: contain;
}

.newImage{
    border: 2px solid #bdbdbd;
    height: 178px;
    padding: 10px;
    margin: 3px 0;
}

.footerLogo{
    /*margin:15px 0px;*/
    background:white;
    padding:1rem;
}

.newfooterImage{
    height:120px;
}

#navbarSupportedContent ul.dropdown-menu{
    position: absolute;
    top: 44px;
    left: 0;
}

.profile_post_section .profile_container .profile_style {
    text-align: center;
    padding: 7px 0;
    color: #000;
    font-weight:600;
}




@media only screen and (min-width: 1600px) and (max-width:1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
       max-width:1550px;
       
    }
}


/*.marqueeAnimation {*/
/*  height: 25px;*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/

/*.marqueeAnimation div {*/
  
/*  animation: marquee 5s linear infinite;*/
/*}*/

/*.marqueeAnimation .newfooterImage {*/
/*  float: left;*/
/*  width: 50%;*/
/*}*/

/*@keyframes marquee {*/
/*  0% { left: 0; }*/
/*  100% { left: -100%; }*/
/*}*/

.marqueeAnimation img{
    padding-left:40px;
   /*width:150px;*/
       width: 240px;
    height: 150px;
    object-fit: contain;
    
}

.footerImageDisplay{
    justify-content:space-between;
    width:100%;
}

.countriesTimingSection{
        display: flex;
    align-items: center;
    gap: 5px;
}

.countriesTimingSection img{
    vertical-align: baseline;
}

.homemarque1{
        padding: 0px;
}
.headerMarque{
           margin: 8px 0px;
    background-color: white;
    border-bottom: 3px solid #195c9f;
    padding: 5px 0px;
    color:red;
}

.headerMarque a{
    color:red;
    font-weight:600;
    padding:0px 3px;
    border-right: 2px solid red;
}
.headerMarque a:last-child{
    border-right: none;
}

.newIcons a{
    background:transparent !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display:none;
}
body{
    top:0!important;
}

 html[lang="tl"] .navigation_section .nav-item .nav-link{
     font-size:12px!important;
 }

.newSubmenu{
    display:none;
}

.newSubmenu.show{
    display:block;
}

.consularmenus.show{
    display:block;
}
.profile_post_section .posts_container ul{
    align-items: baseline;
    border-radius: 0px;
}

.profile_post_section .posts_container.newposts_container{
    overflow-y:scroll;
}

.consularNav:hover .newSubmenu{
    /*display:block;*/
}

.newSubmenu .dropdown-menu{
    display:flex;
    flex-direction:column;
    
}

.new_submenu .dropdown_style{
    padding:10px 15px !important;
} 

.profile_container .important_info{
    padding-bottom:5px;
}

.newNav.nav_width.manilaMenu{
    width:100%;
}

.newNav.nav_width.myactive{
        background-color: var(--bgColor);
    color: var(--textColor);
}

.importantDiv{
        display: flex;
    flex-direction: column;
    gap: 15px;
}

.eoiaccordion{
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom:10px;
    /*background-color: blue;*/
}

.eoiaccordion .accordion-button{
        background-color: #195c9f;
        color:#fff;
        font-weight:600;
}

.eoiaccordion .accordion-button:after{
        filter: invert(1);

}
.important-information-wrapper{
    overflow:scroll;
}
.important-information-links ul{
    padding:0;
}
.important-information-links ul li{
    list-style:none;
}
.important-information-links ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #195c9f;
    color: #fff;
    justify-content: space-between;
    font-weight: 600;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    padding: 0.7rem 1.25rem;
    margin-bottom: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.important-information-links ul li a:after {
    float: right;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    filter: invert(1);
    content: "";
   background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
        transform: rotate(270deg);
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.profile_registration_container  .newregistration li{
        padding: 3px 1rem;
    background-color: #195c9f;
    color: white;
    text-align:center;
    margin-bottom: 15px;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.profile_registration_container  .newregistration li:hover{
    box-shadow:none;
}

.profile_registration_container  .newregistration{
    padding: 0px 1rem;
}

.newRegistrationContainer.profile_registration_container{
        padding: 11px 2px 1px;
}

.profile_registration_container.newRegistrationContainer ul li .left_icon i{
        color: #fff;
}

.profile_registration_container.newRegistrationContainer ul li a{
    color:white;
    text-decoration:none;
}


.consularMenu .dropdown-toggle::after{
    display:none;
}


.consularMenu .consularmenus .dropdown-toggle::after{
    /*display: inline-block;*/
    /*margin-left: .255em;*/
    /*vertical-align: .255em;*/
    /*content: "";*/
    /*border-top: .3em solid;*/
    /*border-right: .3em solid transparent;*/
    /*border-bottom: 0;*/
    /*border-left: .3em solid transparent;*/
    
        display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-color: #195c9f;
    float: right;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.newMap{
            padding: 0.7rem;
    /*border: 1px solid #195c9f00;*/
    border-radius: 10px;
    background-color: #195c9f00;
    box-shadow: rgb(255 255 255 / 54%) 0px 0px 15px;
}

.footer_section .holidays:hover{
    box-shadow:none!important;
}

.sliderBtn{
     text-decoration: none;
    border-bottom: 1px solid #fff;
    margin-left: 12px;
    font-weight: 600;
    padding: 0;
    border-radius: 0;
}

/*.sliderBtn:hover{*/
/*    background-color:#fff;*/
/*    color:#195c9f!important;*/
/*}*/
.footer-copyright-text{
    position:absolute;
    bottom:5px;
}

.consularHead{
        white-space: break-spaces;
}
.important-information-links ul li a .info-content{
    width:100%;
}
.important-information-links ul li a .info-content img {
    width: 50px;
    margin-right:20px;
    border-radius: 5px;
}
#myModalHome{
        text-align:Center;
    }

 #myModalHome .top_flex{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    }
    #myModalHome .form-check{
        margin: 15px 0 10px 0;
        padding:0;
    }
    

.yougaFormsInfo label{
    width:100%;
    margin: 0;
}
.yougaFormsInfo .radio_flex{
    display: flex;
    gap: 5px;
}
.yougaFormsInfo .marginStyle{
    margin: 8px 0;
    
}
.closebutton {
    position: absolute;
    right: -10px;
    top: -10px;
        background: #ffffff;
    border: 2px solid #195c9f;
    padding: 5px;
    border-radius: 100%;
}
.closebutton button {
    opacity: 1 !important;
}

@media(max-width:1400px){
    .navigation_section .nav-item .nav-link{
        font-size:11px !important;
    }
    .footer-copyright-text{
        position:static;
        margin-top:10px;
    }
    .main_slider .item .slider_caption p{
        font-size:11px;
    }
    .sliderBtn{
         font-size:11px;
    }
    .important-information-links ul li a{
        font-size:12px;
    }
    .important-information-links ul li a .info-content img {
        margin-right:10px;
    }
}

@media(max-width:480px){
    .newimg_card{
        justify-content:center;
    }
    .navigation_section .nav-item .nav-link{
        font-size:16px !important;
    }
    .profile_post_section .whats_new_container .single_whats_new .content h4{
        font-size:10px;
    }
    
    .profile_post_section .whats_new_container .single_whats_new .img{
            width: 40%;
    }
    .profile_post_section .whats_new_container .single_whats_new .content h6{
            font-size: 11px;
    }
    
    .sliderBtn{
        font-size:10px;
    }
    .main_slider .item .slider_caption p{
        font-size:11px;
    }
    .footer-copyright-text{
        position:static;
        margin-top:10px;
    }
}







































