.popup {
  display: block;
  height: 215px;
  left: 0;
  position: fixed;
  top: 10%;
  width: 100%;
  z-index: 9999999;
  vertical-align: middle;
}

.links_container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.articlevideo {
  background-color: #ffffff !important;
  color: white !important;
  /* padding: 25px 20px 25px 20px; */
  width: 100%;
  height: auto !important;
}

#tabNav1 {
  background: #ffffff !important;
  margin-bottom: 0.5%;
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.consular {
  border-radius: 4px 4px 0px 0px;
}

.single_links_container1 {
  background: #162e6a;
  /* margin-right: 10px; */
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  /* width: 33.33%; */
  width: 49%;
  border-radius: 4px;
  color: white;
}

.container1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  padding: 10px 0 10px 10px;
  background-color: white;
}

.single_links_container1 a {
  text-decoration: none;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.single_links_container1 a i {
  font-size: 40px;
  margin: 10px 0 15px;
}

.consular_sub {
  height: 218px;
  border-radius: 0px 0px 4px 4px;
  text-align: center;
}

.Notice_block1 {
  overflow: hidden;
}

.resTab .tabNav {
  background: none;
}

.resTab.commonTabs .tabNav .r-tabs-state-active a {
  background: #ffffff;
  border: 0 none;
  color: #162e6a;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  border-radius: 5px;
  padding: 12px 18px;
  border-bottom: 4px solid #162e6a;
}

.poi-img2 {
  padding: 13.5px 0;
}

.d-flexs {
  display: flex;
  justify-content: space-around;
}

.d-flex1 {
  display: flex;
  justify-content: end;
}

.socialemb {
  justify-content: space-around !important;
  text-align: center;
  margin-top: 2%;
}

.contentPart h2 {
  margin: 0;
  font-weight: normal;
  font-size: 1.67em;
}

.marques_con {
  padding: 10px;
  width: 100%;
}

#marquees {
  display: inline-flex;
  margin: 8px 0px;
  /* margin: 8px 78px -2px; */
  /* background-color: black; */
  /* border-bottom: 1px solid #add8e669; */
}

.mar_up {
  padding: 10px;
  background: red;
  color: white;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.fa-regular,
.far {
  font-weight: 100;
  padding-right: 5%;
}

.service-sec:hover {
  transform: scale(1.04);
}

.info:hover {
  transform: scale(1.02);
}

#homepageTopServicesList li:hover {
  transform: scale(1.05);
}

.popup-container {
  display: block;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  text-align: center;
}

.popup-content {
  text-align: left;
  display: inline-block;
  position: relative;
  min-width: 15%;
  max-width: 99%;
}

.popup {
  display: block;
  height: 215px;
  left: 0;
  position: fixed;
  top: 5%;
  width: 100%;
  z-index: 9999999;
  vertical-align: middle;
}

.popup-close {
  background: url("{{ Config::get('constants.IMG_PATH') }}fancybox_close.png")
    no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-size: 208%;
  line-height: 1.33333em;
  width: 1.3333em;
  height: 1.3333em;
  line-height: 130%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
  z-index: 2;
  color: #222222;
}

.marqueediv {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  background-repeat: repeat-x;
  height: 42px;
  line-height: 34px;
  margin-top: 10px;
}

#specialBox1 {
  display: block;
  position: fixed;
  z-index: 20000;
  width: 85%;
  height: 0px;
  top: 74px;
  padding-left: auto;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

#overlay1 {
  display: block;
  z-index: 20000;
  background: #000f1a;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  opacity: 0.8;
}

.appoinmenticon {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 75px;
}

.linkrow {
  margin-top: 25px;
}

.blink {
  text-decoration: blink;
  font-size: 15px;
  color: #ff0000;
  font-weight: bold;
  font-family: sans-serif;
}
.popup_wraper.active,
.home-popup-wraper1.active {
  opacity: 1;
  z-index: 99999;
  display: block;
}

.popup_wraper,
.home-popup-wraper1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  display: none;
}

.close_large_image {
  top: -20px;
  left: 490px;
  bottom: 0px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 9;
}

.text-center {
  padding-bottom: 0px;
  padding-top: 3px;
  /* padding-bottom:5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding-top: 35px; */
}

.close_large_image img {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  background-color: #777777;
  margin-top: 0px;
  border-radius: 100%;
}

.job_description_view {
  position: relative;
  z-index: 95;
  height: auto;
  text-align: center;
  background: #ffffff;
  max-width: 990px;
  width: 80%;
  padding-left: 10px;
  margin: 0 auto;
  top: 36%;
  transform: translateY(-50%);
  text-align: center;
}

.popup_wraper .banner-area > div {
  height: auto;
}

.popup_wraper .banner-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%);
  flex: 0 0 calc(100%);
  max-width: calc(100%);
  max-width: 100% !important;
}

.flexslider {
  margin: 0;
  border: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flexslider .slides {
  zoom: 1;
}

.popup_wraper .banner-left .flexslider .slides > li {
  position: relative;
  height: auto;
  background-size: cover;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

ol.flex-control-nav.flex-control-paging {
  display: none;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner-left .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
  width: 46px;
  height: 46px;
  opacity: 0.5;
  background-color: #fff;
}

.banner-area .flex-direction-nav a {
  background-image: url(../public_files/assets/images/down-arrow.svg);
  color: transparent;
  background-repeat: no-repeat;
  font-size: 0;
  background-size: 22px 22px;
  background-position: center;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-left .flexslider .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
  width: 46px;
  height: 46px;
  opacity: 0.5;
  background-color: #fff;
}

.banner-area .flex-direction-nav .flex-nav-next a {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banner-area .flex-direction-nav .flex-nav-prev a {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banner-left .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
  width: 46px;
  height: 46px;
  opacity: 0.5;
  background-color: #fff;
}

@keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }

  100% {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .indexBanner .contentWidthSlider .sliderText {
    height: 90px;
  }
}
.sliderControlLinks {
  bottom: 30px !important;
}
.articlevideo {
  border-radius: 0px 0px 5px 5px;
}
