@import url("font-awesome.min.css");

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

#google_translate_element {
  height: 28px;
  /* display: flex; */
  align-items: center;
}

div.goog-te-gadget {
  color: transparent !important;
  height: 25px;
  margin-right: 10px;
  margin-top: 4px;
}

.goog-te-combo:nth-child(n + 2) {
  display: none;
}

.goog-te-combo:focus-visible {
  outline: none;
}

.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
}

.page {
  position: relative;
  z-index: 99999999;
}

.goog-logo-link {
  display: none;
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  border: 1px solid #eee;
  padding: 0px 0px;
  margin: 0 !important;
  font-size: 12px;
  width: 114px;
  height: 22px;
  background-color: #195c9f;
  color: #eee;
}

.englishDoc .undefined .has_js .has_tabjs .desktop .desktopDevice {
  top: 0px;
}

#bdMainSite {
  top: 0px !important;
}

body .uwy.userway_p6 .uai {
  top: 90% !important;
  transform: translateY(-50%) !important;
  left: 30px !important;
  right: auto !important;
  bottom: auto !important;
  display: none !important;
}

.goog-te-banner {
  display: none;
}

.time {
  text-align: right;
  float: right;
  margin-top: 10px;
}

.pagination {
  float: right;
}

.sticky {
  position: fixed;
  z-index: 11111;
  -webkit-box-shadow: 0 -23px 32px rgba(0, 0, 0, 0.25);
  -webkit-animation: slide 0.3s ease-out;
}

.logoAndSearchRow {
  background-image: none !important;
}

.img_box {
  margin-top: 50px;
}

.img_box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
}

/* Slider Start */
.modal_first,
.modal_sec,
.modal_third,
.modal_fourth {
  position: fixed;
  top: -120%;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.modal_first.active,
.modal_sec.active,
.modal_third.active,
.modal_fourth.active {
  top: 0;
}

.modal_first .image_slider,
.modal_sec .image_slider_sec,
.modal_third .image_slider_third,
.modal_fourth .image_slider_fourth {
  width: 50rem;
  background: #fff;
  margin: 2rem;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  position: relative;
}

.modal_first #modal_one_close,
.modal_sec #modal_sec_close,
.modal_third #modal_third_close,
.modal_fourth #modal_fourth_close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.modal_first .image_slider .first-carousel img,
.modal_sec .image_slider_sec .owl-carousel .screenshort-item img,
.modal_third .image_slider_third .owl-carousel .screenshort-item img,
.modal_fourth .image_slider_fourth .owl-carousel .screenshort-item img {
  height: 500px;
  width: 100%;
  border-radius: 10px;
}

.owl-carousel .owl-dots {
  padding: 0 15px;
  text-align: center;
  display: none;
}

.owl-carousel button.owl-dot {
  height: 5px;
  width: 24px;
  background: #dddddd !important;
  display: inline-block;
  margin: 0 4px;
  border-radius: 5px;
}

.owl-carousel button.owl-dot.active {
  background: red !important;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /* overflow: auto; Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#myModal {
  z-index: 99999999;

}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-header h4 {
  margin: 0;
}

/* Modal Content/Box */
 
.modal-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  width: 90% !important;
  height: 90% !important;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

/* The Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 22px !important;
  font-weight: bold;
  position: absolute;
  right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #00385f;
  top: 6px;
  border-radius: 50%;
}

.close:focus {
  color: rgb(255, 255, 255);
  /*text-decoration: none;*/
  cursor: pointer;
}

.popup2 {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999999;
  vertical-align: bottom;
  display: block;
}

.popup2 img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.popup2-close {
  /* background: url("images/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: 15%;
  text-align: center;
  top: -3px;
  z-index: 2;
  color: #222222;
}

.fliyers {
  display: flex;
  justify-content: space-between;
}

.fliyers1 {
  padding: 7px;
}

/* .specialBox1{
          width: 100%;
          top: 3%; 
        }*/
@media only screen and (max-width: 768px) {
  /*.specialBox1{
              width: 85%;
              top: 7%; 
          }
          */

  .fliyers {
    display: block;
    justify-content: space-between;
  }

  .fliyers1 {
    display: block;
    justify-content: space-between;
  }
}

/* @media (min-width: 576px) {
  .modal-dialog {
      max-width: 854px !important;
      margin: 1.75rem auto;
  }
} */
/* li {
        list-style: outside none none;    
    }   */
.contentkanan {
  font-size: 16px;
  color: #2a5683;
  font-weight: bold;
  float: left;
  width: 25%;
}

.colsBlock_test {
  width: 820px !important;
}

.colsBlock_test2 {
  float: right;

  width: 32%;
  padding: 35px 20px 30px 20px;
  background: #f0f0f0;
  position: relative;
  margin-top: 0;
}

@media only screen and (max-width: 479px) {
  .leftPartInner {
    padding-left: 100px;
  }

  .contentRight_3 {
    height: 400px !important;
  }

  .ministerDetails {
    padding-left: 30px;
  }

  img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;

    height: auto;
  }

  .ministerPhoto {
    width: auto !important;
  }

  .ministerBox {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0px solid #d1d1d1;
    margin-left: 0;
    padding-left: 0;
  }
}

.tabsAndImplinks1 {
  padding: 25px 0 0;
  overflow: hidden;
}

.tabsAndImplinks .contentRightBlock1 {
  float: right;
  margin-top: 10px;
}

.container1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}

.contentleftBlock1 {
  float: left;

  width: 63%;
  padding: 0px 40px 40px 0;
}

.meaInfoBlock .tabContainer1,
.noJS .meaInfoBlock .tabContainer1,
.noJS .meaInfoBlock .tabContent {
  height: 443px;
}

.tabsAndImplinks .contentRightBlock11 {
  float: right;
  margin-top: 10px;
}

.mar {
  color: black;
  /*text-decoration: none;*/
  font-weight: 500;
  font-size: 13px;
}

/* .marquee {
  width: 652px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  color: #071262;
  width: 100%;
  background-image: url(images/marqee-bg.jpg);
  background-repeat: repeat-x;
  height: 42px;
  line-height: 34px;
} */

.videoview {
  display: none;
}

.gal {
  background-color: #195c9f !important;
  color: white !important;
}

.videoBlockRow .tabList li.active {
  border-bottom: 1px solid #d7dfe7;
}

.imgnews {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: 100px !important;
}

.more {
  margin-right: 8px;
  float: right;
}

/* .footer{
        margin-top:30px;
    } */
b,
strong {
  /* color: #fff; */
  /* font-weight: bolder; */
  font-size: 15px;
}

.tpheading {
  color: #fff;
  font-weight: bolder;
}

#ahc {
  background-position-y: 34px !important;
  /* background: #f1f1f1 url(images/bg_malaacc.jpg) left 25px no-repeat; */
  background-size: 268px;
}

#bilateral,
#counsilar {
  background-position-y: 37px !important;
  /* background: #f1f1f1 url(images/bg_AboutHighCommision.jpg) left 25px no-repeat; */
  background-size: 268px;
}

#bilateral {
  /* background-image: url(images/Bilater_bg.jpg); */
}

#counsilar {
  /* background-image: url(images/consular_bg.jpg); */
}

.ulstyle {
  float: left;
  height: 772px;
}

.ulstyle ul {
  margin-top: 109px;
  color: #828283;
  margin-left: -17px;
}

.ulstyle ul li {
  /* list-style-image: url({{url('images/ryt-arw.png')}}); */
  list-style-image: url("images/ryt-arw.png");
  line-height: 13px;
  list-style-position: inside;
  list-style-type: disc;
}

.ulstyle ul li a {
  font-size: 14px;
  color: #828283;
  /*text-decoration: none;*/
}

a {
  line-height: 17px;
}

.ulstyle li {
  flex: 1;
  margin-right: 2%;
  padding: 5px 5px 10px 25px;
  border-bottom: 0px solid black;
  margin-top: 0px;
  margin-left: 12px;
}

p.para {
  margin-left: 11px;
  margin-top: -13px;
  margin-bottom: -5px;
  line-height: 24px;
}

p strong {
  /* color: #000; */
  font-weight: bold;
}

.ministerBox {
  margin-bottom: 0;
  padding-right: 28px;
}

/*.notification{
        
        height: 50px;
        margin-top: 10px;
      
    }*/
.noti {
  font-size: 14px !important;
  color: #866126de !important;
  vertical-align: -webkit-baseline-middle;
}

.notibold {
  color: #866126de;
}

#noti2 {
  margin-bottom: 25px;
}

.notification a {
  text-decoration: unset;
}

.bell {
  margin-right: 6px;
  padding: 3px;
}

.widget1 {
  width: 278px;
  position: relative;
  margin-right: 6px;
  float: left;
  margin-top: 0px;
  height: 130px;
  background-color: #fff;
}

.widget11 {
  width: 278px;
  position: relative;
  margin-right: 6px;
  float: left;
  margin-top: 0px;
  height: 221px;
  background-color: #fff;
}

.footer_img {
  position: absolute;
  top: 24%;
  left: 38%;
  width: 100%;
  margin: -15% 0 0 -25%;
}

.marquee_img {
  position: absolute;
  top: 46%;
  left: 38%;
  width: 100%;
  margin: -15% 0 0 -25%;
}

.widget_new {
  width: 278px;
  position: relative;
  margin-right: 6px;
  float: left;
  margin-top: 0px;
  height: 111px;
  background-color: #fff;
}

#small1 {
  position: absolute;
  top: 19%;
  left: 22%;
  margin: 7% 0 0 -21%;
}

#small2 {
  position: absolute;
  top: 19%;
  left: 22%;
  margin: 7% 0 0 -21%;
}

.imgwing {
  padding: 4px;
}

.rightPartShadow:after {
  background: none !important;
}

.celebgandhiji {
  float: left;
}

.footerpart {
  margin: 20px 0px;
  /*margin: 14px 31px;*/
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}

.footerImg {
  margin: 4px;
  display: flex;
}

.gandhijiIMG {
  width: 195px;
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.marquee_static {
  margin-top: 13px;
  margin-bottom: -17px;
  width: 100%;
  height: auto;
}

.popup {
  /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); */
  display: block;
  height: 215px;
  left: 0;
  position: fixed;
  top: 5%;
  width: 100%;
  z-index: 9999999;
  vertical-align: middle;
}

.popup-container {
  display: block;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  text-align: center;
}

.popup-content {
  /* border: 4px solid #777777; */
  /* border-radius: 10px; */
  /* padding: 5px 20px 5px 20px; */
  /* background-color: #fff; */
  text-align: left;
  display: inline-block;
  position: relative;
  min-width: 15%;
  max-width: 88%;
  min-height: 200px;
}

.popup {
  /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); */
  display: block;
  height: 215px;
  left: 0;
  position: fixed;
  top: 5%;
  width: 100%;
  z-index: 9999999;
  vertical-align: middle;
}

.popup-close {
  /* background: url(images/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: 0;
  z-index: 2;
  color: #222222;
  right: 9%;
}

.email a {
  font-size: 12px;
}

.VIpgJd-ZVi9od-ORHb img,
.VIpgJd-ZVi9od-LgbsSe button,
.VIpgJd-ZVi9od-ORHb-bN97Pc,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-LgbsSe div {
  display: none;
}

.flexrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.notifypart {
  margin: 4px 0;
  padding: 0;
  width: 48%;
}

.notifypart h3 {
  margin: 0;
  padding: 16px 29px;
  background: #175c9e;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.notifypart a {
  /*text-decoration: none;*/
}

.footerImg {
  padding-left: 1px;
  /*padding-right: 20px;*/
}

.flash {
  animation-name: flash;
  /* animation-duration: 0.2s; */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}

@keyframes flash {
  from {
    color: yellow;
  }

  to {
    color: white;
  }
}

#celbrate75 {
  margin-left: -33px;
}

.contentRight_3 {
  height: 404px;
  background: #f0f0f0;
}

img#demo_imgs {
  border-radius: 10px;
  width: 86%;
  margin-left: 20px;
}

li.demo_list {
  padding-top: 10px;
}

#third-img {
  margin-left: 23px;
}

.independance {
  margin-left: 16px;
}

.independanceGandhi {
  margin-left: 33px;
}

.yogaday {
  margin-left: 653px;
  margin-top: -123px;
}

@media (min-width: 1000px) and (max-width: 1100px) {
  #third-img {
    margin-left: 37px;
  }

  .yogaday {
    margin-left: -28px !important;
    margin-top: 10px;
  }
}

@media (min-width: 760px) and (max-width: 900px) {
  img#demo_imgs {
    width: 35%;
    margin-left: 260px;
  }

  #third-img {
    margin-left: 37px;
  }

  .yogaday {
    margin-left: -27px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  #celbrate75 {
    margin-left: 23px;
  }

  .indd {
    margin-left: -9px !important;
  }

  #india75 {
    width: 128px;
    margin-left: -15px;
  }

  .\37 5indoa {
    margin-left: -12px;
  }

  .independance {
    margin-left: -33px;
  }

  .yogaday {
    margin-left: -33px;
    margin-top: 10px;
  }

  img#demo_imgs {
    border-radius: 10px;
    width: 70%;
    margin-left: 15%;
  }

  .independanceGandhi {
    margin-left: -33px;
  }
}

@media only screen and (max-width: 425px) {
  .getRed {
    height: 91px !important;
  }
}

@media only screen and (max-width: 320px) {
  #indd {
    margin-left: -12px !important;
  }

  .getRed {
    height: 110px !important;
  }

  .footerpart {
    margin: 14px 31px;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
  }

  #footerRight {
    text-align: center;
  }
}

.footerRight p a {
  color: #fff;
  /*text-decoration: none;*/
}

.footerLeft,
.footerRight {
  vertical-align: middle;
}

.footer_copy {
  margin-top: 15px;
}

#footerRight {
  margin-top: 0px;
  width: 35%;
  float: right;
  text-align: right;
}

.footerLeft {
  width: 50%;
}

.map {
  width: 25%;
  float: left;
  margin-left: 0px;
  margin-top: 6px !important;
}

@media only screen and (max-width: 375px) {
  .map {
    margin-left: -18px !important;
  }
}

@media only screen and (max-width: 425px) {
  .map {
    /*margin-left: 9px !important;*/
  }
}

@media only screen and (max-width: 320px) {
  .map {
    margin-left: -1px !important;
  }
}

#footer1 {
  height: 250px;
  padding: 1.5%;
  font-size: 13px;
}

.footerCont {
  height: 250px;
}

#numbers td {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footerCont p {
  margin-bottom: -4px;
}

/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer2 {
    float: right;
  }

  .marquee {
    width: 1000px;
  }

  /* #contentStart,
  .respons-marquee {
    position: relative;
    z-index: -1;
  } */

  .mp-menu:after {
    background-color: unset;
  }

  #pressRelease .press-container {
    position: relative;
    z-index: 2;
  }

}

@media only screen and (max-width: 320px) {
  .footerRight {
    text-align: center;
  }
}

.popup-container {
  display: block;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  text-align: center;
}

.popup-content {
  border: 4px solid #777777;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
  background-color: #fff;
  text-align: left;
  display: inline-block;
  position: relative;
  min-width: 15%;
  max-width: 99%;
  /*min-height: 400px;*/
}

.popup {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  display: block;
  height: 215px;
  left: 0;
  position: fixed;
  top: 5%;
  width: 100%;
  z-index: 9999999;
  vertical-align: middle;
}

/*
        .popup-close {
        background: url(../public/assets/images/common_images/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: 0; 
        z-index: 2;
        color: #222222;
        }*/

.popbox {
  display: block;
  position: fixed;
  z-index: 20000;
  /*width: 100%;*/
  height: 0px;
  top: 20%;

  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.popup-close.js-popup-close.modal-close {
  /* left: 10%; */
  right: 3%;
  top: 1px;
}

.popupContent {
  display: block;
  position: fixed;
  z-index: 20000;
  width: 40%;
  top: 3%;
  left: 34%;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.getRed {
  text-align: center;
  font-weight: bold;
  border: 4px solid red;
  padding: 7px;
  height: 43px;
  cursor: pointer;
  font-size: 14px;
}

.getRed1 {
  text-align: center;
  font-weight: bold;
  border: 4px solid red;
  padding: 7px;
  height: 69px;
  cursor: pointer;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .mea_image {
    width: 100%;
  }

  .contentRight_3 {
    height: 376px;
  }

  .impBanners .cols4Block .colsBlock {
    width: 50%;
  }

  .impBanners {
    padding-bottom: 33px;
    padding: 0px;
  }

  .common_td {
    padding: 0px;
  }

  .covid_td {
    width: 34%;
  }

  .visa_class_td {
    width: 33%;
  }

  .vbm_td {
    width: 35%;
  }

  .footerLeft {
    width: 100% !important;
  }
}

@media only screen and (max-width: 778px) {
  .popupContent {
    width: 84%;
    top: 3%;
    left: 8%;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }

  .getRed {
    text-align: center;
    font-weight: bold;
    border: 4px solid red;
    padding: 7px;
    height: 88px;
    cursor: pointer;
    font-size: 14px;
  }

  .getRed1 {
    text-align: center;
    font-weight: bold;
    border: 4px solid red;
    padding: 7px;
    height: 197px;
    cursor: pointer;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1300px) {
  .getRed {
    height: 75px;
  }
}

.fro {
  display: none;
}

.web {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.web td {
  font-size: 13px;
  border: 1px solid #d9e9f4;
  padding: 3px 0px 3px 10px;
}

.searchBoxWrap {
  width: 293px;
  position: relative;
  float: right;
}

/*  style start for modification    */
.indexBanner .contentWidthSlider .sliderImg {
  background-position: center top;
  width: 100%;
  max-height: 500px;
  background-size: cover;
}

.logo-header-pd {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider-bottom-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

.slider-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: #e5a260bf;
  opacity: 1;
  /* height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.slider-nav-arrow-dis .owl-nav {
  display: none;
}

.arrow-icon-lft-rgt {
  width: 24px;
  height: 24px;
  fill: #fff;
}

/* .mapContainer {
  height: 363px;
} */

.press-container {
  height: 410px;
}

.hp-carousal-event .owl-prev {
  width: 35px;
  height: 35px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  border-radius: 50%;
  background-color: #195c9f;
}

.hp-carousal-event .owl-next {
  width: 35px;
  height: 35px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  border-radius: 50%;
  background-color: #195c9f;
}

.hp-carousal-event .owl-prev span {
  font-size: 32px !important;
  line-height: 32px;
  color: #fff;
}

fb-box-wd-hgt {
  width: 100%;
}

.hp-carousal-event .owl-next span {
  font-size: 32px !important;
  line-height: 32px;
  color: #fff;
}

.hp-carousal-event .owl-prev:focus,
.hp-carousal-event .owl-next:focus {
  outline: unset;
}

.hp-carousal-event .owl-nav {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  /* justify-content: space-between; */
  /* width: 108%; */
  transform: translate(-50%);
  bottom: -19%;
  left: 50%;
}

.owl-carousel button.owl-dot.active {
  background: #195c9f !important;
}

.owl-carousel button.owl-dot.active:focus {
  outline: unset;
}

.theme-blue-bg {
  background: #195c9f;
  margin-top: 35px;
}

.screenshort-item img {
  width: 270px;
  height: 220px;
}

.wg-box-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  min-height: 235px;
}

.wg-box-content .wg-box-content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay {
  opacity: 1;
}

.wg-box-content-image {
  width: 100%;
  min-height: 235px;
}

.wg-box-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.wg-box-content:hover .wg-box-content-details {
  top: 55%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay {
  opacity: 0;
}

.wg-box-content-details h3 {
  color: #195c9f;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.wg-box-content-details p {
  color: #fff;
  font-size: 0.8em;
}

.hp-link-icon-wd-hgt {
  width: 93px;
  height: 82px;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

.nested-accordion {
  margin-top: 0.5em;
  cursor: pointer;
}

.nested-accordion button {
  padding: 0 0.5em;
  width: 100%;
  background-color: #47beb745;
  border: none;
  outline: none;
  text-align: left;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  margin: 0px;
  transition: background-color 0.2s linear;
}

.nested-accordion .comment {
  line-height: 1.5;
  padding: 0.5em;
}

.nested-accordion button {
  /* color: #47a3da; */
  color: #000;
}

.nested-accordion button:after {
  font-family: FontAwesome;
  content: "\f107";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
  padding-right: 17px;
  cursor: pointer;
}

.nested-accordion button.selected {
  background: #47a3da;
  color: #fff;
}

.nested-accordion button.selected:after {
  content: "\f106";
}

.nested-accordion .comment {
  color: #768e9d;
  border: 0.063em solid #47a3da;
  border-top: none;
}

.nested-accordion a {
  /*text-decoration: none;*/
  color: #47a3da;
}

.nested-accordion button.selected a {
  /*text-decoration: none;*/
  color: #fff;
}

.sub-menu-header {
  position: relative;
  height: 220px;
  background-size: cover;
}

.sub-menu-header-hgt {
  height: 220px;
}

.bottom-0 {
  bottom: 0;
}

.breadcrumb {
  background-color: unset;
  margin-bottom: 5px;
}

.resTab.commonTabs.r-tabs {
  display: block !important;
}

.twiter-fb-box {
  width: 100%;
  height: 300px;
}

.dis-flex {
  display: flex;
}

.first-tab-box-hgt {
  min-height: 616px;
  /* min-height: 544px; */
}

@media (max-width: 768px) {
  .dis-flex {
    display: flex;
    flex-direction: column;
  }

  #toggle-button {
    left: 46%;
  }

  .register-stay-main {
    flex-direction: column;
  }

  .register-stay-main img {
    border-right: unset;
  }

  .modal-content {
    width: 95% !important;
  }

  .mea-main-box {
    min-height: 94px;
  }

  .marquee {
    width: 1000px;
  }

  .mea-para {
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
    margin-bottom: 0px;
  }

  .wg-box-content {
    position: relative;
    width: 100%;
    max-width: unset;
    margin: auto;
    overflow: hidden;
    height: 235px;
  }

  .resTab.commonTabs .tabContent {
    border-top: 0 none;
    padding: 10px 0px 30px !important;
  }

  .tabMoreLinks a {
    color: #000;
    font-size: 16px;
    /*text-decoration: none;*/
    font-weight: 600;
    line-height: 18px;

  }

  .fb-box-wd-hgt {
    width: 100% !important;
  }

  .theme-blue-bg {
    margin-top: 35px;
  }

  .hp-carousal-event .owl-nav {
    bottom: -18%;
  }

  #pressRelease .press-release-main {
    padding: 0;
  }

  .social_icon_top {
    display: block !important
  }

  .news_letter_section {
    padding-right: 0 !important;

  }

  .news_letter_monthly {
    width: 100%;
    min-height: 400px;
  }

  .hp-slider-bg-clr {
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    z-index: -1;
  }

  .map-bg-img {
    padding-right: 20px !important;
    background-image: none;
  }

  .custom_twitter {
    margin-top: 15px;
  }

  .custom_padd {
    padding-right: 10px !important;
  }

  .breadcrumb li {
    text-align: left !important;
  }

  .theme-link-text {
    font-size: 11px;
  }

  .sub-menu-header {
    height: 140px;
  }

  .sub-menu-header-hgt {
    height: 110px;
  }

}

@media (min-width: 769px) and (max-width: 920px) {
  .topStrip {
    padding: 10px;
    background: #195ca0;
  }

  .wg-box-content {
    position: relative;
    width: 100%;
    max-width: unset;
    margin: auto;
    overflow: hidden;
    height: 235px;
  }

  .mea-main-box {
    min-height: 94px;
  }

  .mea-para {
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
    margin-bottom: 0px;
  }

  .resTab.commonTabs .tabContent {
    border-top: 0 none;
    padding: 10px 0px 30px !important;
  }

  .tabMoreLinks a {
    color: #000;
    font-size: 16px;
    /*text-decoration: none;*/
    font-weight: 600;
    line-height: 18px;
  }
}

.uwaw {
  background: #195c9f !important;
}

.uwaw-btn_blue {
  background: #195c9f;
  border-color: #195c9f;
  color: #fff;
}

.uwaw-how-it-works .uwaw-btn__icon {
  background: #e1ad7b;
}

.owl-item img {
  max-height: 235px;
}

.hp-slider-bg-clr {
  background: #f7dead;
  /* background: -webkit-linear-gradient(top left, #f7dead, #ff9d64);
  background: -moz-linear-gradient(top left, #f7dead, #ff9d64); */
  background: linear-gradient(to bottom right, #f7dead, #ff9d64);
}

.hp-google-map-wd-hgt {
  width: 100%;
  height: 350px;
}

.fb-box-wd-hgt {
  width: 375px;
  /* width: 100%; */
  height: 460px;
  /* height: 455px; */
}

.timeline-Footer {
  display: none !important;
}

.tickerDivBlock {
  min-height: 350px;
  /* min-height: 424px; */
}

.nested-accordion {
  margin-top: 0.5em;
  cursor: pointer;
}

.nested-accordion button {
  padding: 0 0.5em;
  width: 100%;
  background-color: #ecf2fb;
  border: none;
  outline: none;
  text-align: left;
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  margin: 0px;
  transition: background-color 0.2s linear;
}

.nested-accordion .comment {
  line-height: 1.5;
  padding: 0.5em;
}

.nested-accordion button {
  /* color: #47a3da; */
  color: #000;
}

.nested-accordion button:after {
  font-family: FontAwesome;
  content: "\f107";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
  padding-right: 17px;
  cursor: pointer;
}

.nested-accordion button.selected {
  background: #195c9f;
  color: #fff;
}

.nested-accordion button.selected:after {
  content: "\f106";
}

.nested-accordion .comment {
  color: #768e9d;
  border: 0.063em solid #47a3da;
  border-top: none;
}

.nested-accordion a {
  /*text-decoration: none;*/
  color: #47a3da;
}

.nested-accordion button.selected a {
  /*text-decoration: none;*/
  color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 455px) {
  p {
    text-align: justify;
    color: #000;
  }

  #toggle-button {
    left: 46%;
  }

  .text-light-gry-bg {
    padding: 3px 2px;
    font-size: 14px;
    color: #195c9f;
    background: none;
  }

  .right-to-info-link a {
    font-size: 12px;
  }

  .pagination {
    float: none;
    overflow-x: auto;
  }

  .sm_page_title {
    line-height: 25px;
    font-size: 20px;
  }

  .theme-link-text {
    padding: 0;
    font-size: 11px;
  }

  ul li {
    text-align: justify;
    color: #000;
  }

  .inner_page_link_in_text {
    font-size: 12px;
  }

  .modal .modal_width_sm {
    width: 95%;
  }

  /* .mobNav {
    height: 100%;
  } */
}

@media only screen and (max-width: 256px) {
  .r-adyw6z {
    font-size: 15px;
  }

  .high-commis-head {
    font-size: 18px;
  }

  #toggle-button {
    left: 44%;
  }

  .register-stay-main {
    flex-direction: column;
  }

  .register-stay-main img {
    border-right: unset;
  }

  .press-release-main {
    padding: 5px 5px;
  }

  .first-tab-box-hgt {
    min-height: auto;
  }

  .azadi-main-box {
    grid-template-columns: repeat(1, 4fr);
  }

  .bn-ready-main-box {
    flex-direction: column;
  }

  .topStrip li:before {
    content: none;
  }

  .rightLinks .fontIn {
    gap: 5px;
    margin-right: 0;
    margin-left: 0;
  }

  .topStrip .container {
    padding: 0px;
  }

  .social_icon_top img {
    height: 13px;
  }

  .topStrip .leftLink {
    display: flex !important;
    flex-direction: column;
  }

  .page-ttl {
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 17px;
  }

  .register-stay-main p {
    line-height: 19px;
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 9px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .footer_links-light {
    font-size: 15px;
  }

  .ndfHFb-c4YZDc-EglORb-u0pjoe {
    min-width: 165px !important;
    left: 2px !important;
  }
}

/* a:focus-visible {
  outline: 3px solid black;
} */

.custom-tbl td,
.custom-tbl th {
  border: 1px solid #8b8989;
  border-collapse: collapse !important;
}

#pressRelease .press-container {
  height: 100%;
}

#pressRelease .press-release-main {
  border: none;
}

.meaInfoBlock .row:first-child {
  background-color: #fcfcfc;
  padding: 12px 0px;
}

.customDesign p {
  text-align: left !important;
  font-size: 12px;
}

.customDesign p strong {
  font-size: 12px;
}
#myModal .modal-content{
  height:500px;
}
