/*
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500&family=Poppins:ital,wght@0,600;1,400&family=Rajdhani:wght@400;500&display=swap');
*/


@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500&family=Overpass:wght@300;400&family=Poppins:ital,wght@0,600;1,400&display=swap');



/*@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500&family=Overpass:wght@300;400&family=Poppins:ital,wght@0,600;1,400&family=Varela+Round&display=swap');*/


@import url("font-awesome.min.css");
body {
  font-family: "Poppins", sans-serif;
/* font-family: 'Varela Round', sans-serif;*/
  color: #464646;
  word-spacing: 1px;
  background-color: #ffffff;
  /*letter-spacing: 0.2px;*/
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  position: relative;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 24px;
    color: #071a52;
    font-family: emoji;
    text-shadow: 2px 2px #b9b9b9;
}

.heading_container h2::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #c3002a;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .hero_bg_box::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to right, rgb(30 30 30 / 45%), rgb(0 0 0 / 35%));
}

.sub_page .header_section {
  border: none;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_bg_box .img-box {
  width: 100%;
}

.hero_bg_box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /*background: linear-gradient(to right, rgb(54 57 58 / 33%), rgb(1 183 242 / 0%));*/
 /*background: linear-gradient(to right, rgb(78 78 78 / 33%), rgb(1 183 242 / 0%));*/
 background: linear-gradient(to right, rgb(0 38 50 / 41%), rgb(255 255 255 / 0%));
}


}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #ffffff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #01b7f2;
  padding: 5px 0px 0px 0px;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  line-height: 38px;
  
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #f90f41;
  margin-right: 5px;
}

.header_bottom {
  padding: 0px 0;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_nav-container {
/*  z-index: 99999;*/
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding: 10px 15px;
    color: #06536c;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 14px !important;
    font-weight: 600;
    font-family: emoji;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #8eec69;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #8eec69;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #8eec69;
  color: #8eec69;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #8eec69;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box img {
  width: 75px;
}

.service_section .box:hover {
  background-color: #01b7f2;
  color: #ffffff;
  -webkit-box-shadow: 15px 15px 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 0 1px rgba(0, 0, 0, 0.2);
}

.service_section .box:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .detail-box {
  margin-left: 25px;
}

.service_section .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #c3002a;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .detail-box a:hover {
  background-color: #fff;
  border-color: #c3002a;
  color: #000;
}

.about_section {
  background-color: #00a9df;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img_container .img-box img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  position: relative;
  margin-left: -45px;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%),
   0 6.7px 5.3px rgb(0 0 0 / 5%), 
   0 12.5px 10px rgb(0 0 0 / 6%),
    0 22.3px 17.9px rgb(0 0 0 / 7%),
     0 41.8px 33.4px rgb(0 0 0 / 9%), 
     0 100px 80px rgb(0 0 0 / 12%);

}

.about_section .detail-box p {
  margin-top: 5px;
  font-family: ui-rounded;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #c3002a;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: #fff;
  border-color: #c3002a;
  color: #000;
}

.country_section .box {
  display: block;
  position: relative;
  margin-top: 45px;
  overflow: hidden;
  border-radius: 5px;
}

.country_section .box img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.country_section .box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.country_section .detail-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.country_section .detail-box h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 21px;
  display: none;
  font-family: emoji;
}
.country_section .detail-box:hover h3 {
  display: block;
}
.country_section .detail-box:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: rgb(0 0 0 / 65%);
}

.client_section .client_container {
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
  position: relative;
}

.client_section .box .img-box {
  position: relative;
  width: 105px;
  margin-bottom: -45px;
  margin-left: 25px;
  position: relative;
  z-index: 3;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.client_section .box .detail-box {
  background-color: #071a52;
  color: #ffffff;
  border: 1px solid #dddddd;
  padding: 60px 25px 25px 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.client_section .box .detail-box h5 {
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.client_section .box .detail-box h6 {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;

}

.client_section .box .detail-box p {
  margin: 0;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.client_section .box .detail-box::before {
  content: "\f10e";
  font-family: fontAwesome;
  position: absolute;
  right: 10px;
  bottom: -10px;
  font-size: 8rem;
  z-index: 1;
  opacity: .1;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.client_section .carousel-wrap .active + .active .box {
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 10px 0 0;
  outline: none;
  background-color: #8eec69;
  color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #071a52;
}

/* contact section */
.contact_section {
  position: relative;
  background-color: #9ab9c3;
}

.contact_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border-radius: 5px;
  background-color: #ffffff;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input::placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #c3002a;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.contact_section .form_container button:hover {
  background-color: #fff;
  border-color: #c3002a;
  color: #000;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
}

/* end contact section */
.info_section {
  background-color: #034c64;
  color: #ffffff;
  padding: 75px 0 10px 0;
}

.info_section .row > div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 22px;
  font-family: emoji;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
  font-family: ui-rounded;
}
.info_section .info_logo p{
  font-size: 13px !important;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
  font-size: 13px;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 13px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #c3002a;
  border-radius: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #003d50;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
  font-family: ui-rounded;
}

.footer_section p a {
  color: inherit;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */


.full-width{
  width: 100%;
  padding: 6px;
}
.visa-applicatio-heading{
  margin-bottom: 35px;
  color: #071a52;
   font-family: emoji;
}

.bottom-padding-op{
  padding-bottom: 75px;
}

.layout_padding-visa-op{
  padding: 55px 0px 85px 0px;
  background-color: #b1cbd3;
}
.heading_left-op{
  padding-bottom: 25px;
  font-size: 21px !important;
}
.single-widget-search-input-title{
  padding: 8px 0px 8px 0px;
  font-size: 15px;
  color: #1c1c1c;
}
.opmrg{
  margin-top: 10px;
}
.visa-form-border{
  border: 1px solid #d7d7d7;
  padding: 12px 12px 20px 12px;
  background-color: #739ca9;
}
.visaimg-part{
   border: 1px solid #d7d7d7;
   padding: 12px 12px 20px 12px;
}
.visaimg-part img{
  width: 100%;
  height: 210px;
}
.visaimg-part h6{
  font-weight: 600; 
  padding-bottom: 10px;
  color: #071a52;
  font-size: 18px;
}
.btn-box-op{
  margin-top: 20px;
}
.login-page{
  margin-left: 45px;
}
.layout_padding-op{
  padding: 45px 0px 65px 0px;
}
.layout_padding-oppp{
  padding: 5px 0px 65px 0px;
}
.layout_padding-op4{
  padding: 45px 0px 5px 0px;
}
.visa-all-headingop h4{
 font-weight: 800;
 font-size: 29px;
  font-family: emoji;
}
.visa-all-headingop h5{
 font-weight: 600;
 font-size: 25px;
 font-family: emoji;
 text-shadow: 2px 2px #b9b9b9;
}
.checkbox-inline-om{
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 500;

}
.checkbox-inline-op{
  margin-right: 5px;
 
}
.full-width-mrgtop{
  font-size: 13px;
  width: 100%;
  height: 43px;
  margin-bottom: 19px;
  color: #071a52;
}
.visa-optionop{
  font-size: 14px;
  font-weight: 700;
  color: #000c30;
}
.full-body-bg-color{
  background-color: #f5f5f5;
}
.visa-option-border{
  border: 1px solid #bfbebe;
  padding: 10px;
  background-color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .layout_padding-op{
    padding: 25px 0px 5px 0px;
  }
  .visa-border img {
   height: auto !important;
  }
.slider-all-img img{
  width: 100%;
  height: 280px !important;
}
.slider-heading h3{
 position: absolute;
    top: -401% !important;
    left: 7%;
    text-align: center !important;
    font-size: 15px !important;
}
.slider-heading p{
    position: absolute;
    top: -280% !important;
    left: 7%;
    font-size: 13px !important;
}
.slider-heading span{
 position: absolute;
    top: -139% !important;
    left: 7%;
    border: 1px solid #fff;
    background-color: #0cc16d;
    padding: 5px;
    font-family: emoji;
    
}
.contact_link2 i{
  display: none;
}
.contact_link3 i{
  display: none;
}
.logo-visa{
  width: 80% !important;
  padding: 0px;
}


}

.visa-option-border2{
  border: 1px solid #bfbebe;
  padding: 10px;
  background-color: #fff;
}
.visa-call1{
  font-size: 18px;
  font-weight: 600;
  color: #021650;
}
.visa-call2{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #df0534;
}
.border-dotted{
  border: 1px dashed #bfbfbf;
}
.visa-option-border2 p{
  text-align: center;
}
.visa-apply-op2 .clock-op1{
  font-size: 25px;
  color: #f75555;
  margin-right: 3px;
}
.visa-apply-op2 .clock-op2{
  font-size: 24px;
  color: #15ff8e;
  margin-right: 3px;
}
.visa-apply-op2 .clock-op3{
  font-size: 24px;
  color: #c3002a;
  margin-right: 3px;
}
.visa-apply-op2 .clock-op4{
  font-size: 24px;
  color: #d83aff;
  margin-right: 3px;
}
.visa-applicatio-heading i{
 font-size: 30px;
  color: #009bcd;
  margin-right: 1px;

}

.btn-primary-bookom{
    padding: 8px 35px;
    background-color: #c3002a;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 10px;

}
.btn-primary-bookom:hover{
    color: #fff;
    background-color: #8f0623;
}
.visa-apply-op3{
  color: #071a50;
}
.visa-optionop-price .full-width-mrgtop{
   color: #000;
}

.btn-primary-bookom1{
    padding: 8px 35px;
    background-color: #009ed1;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 10px;
}
.btn-primary-bookom1:hover{
    background-color: #071a52;
    color: #ffffff;   
}
.btn-primary-bookom2:hover{
    background-color: #04914c;
    color: #ffffff;   
}
.btn-primary-bookom2{
    padding: 8px 35px;
    background-color: #03bd63;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 10px;
}
.heading_left3 p{
  text-align: justify;
}

.qustion-pp i{
  color: #d50531;
  padding: 5px;  
}

.qustion-pp {
  padding: 2px;
  font-size: 14px;
  text-align: justify;
}

.heading_left3 ul li{
  text-align: justify;
  padding: 5px 0px 5px 0px;
  font-size: 15px;
}

.heading_left3 h5{
  padding: 10px 0px 10px 0px;
  font-size: 22px;
  font-weight: 600;
  color: #071a52;
}
.heading_left3 h6{
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #c3002a;
}

.btn-primary-bookom5{
 border: 1px solid #fff;
 background-color: #16aae3;
 color: #fff;
}
.btn-primary-bookom5:hover{
 border: 1px solid #fff;
 background-color: #00459b;
 color: #fff;
}
.pay-note{
  font-size: 12px;
}
.pay-borderpp{
  border: 1px solid #8b8b8b;
  padding: 10px;
}
.Credit-opp{
  font-size: 22px;
  text-align: center;
  font-weight: 800;
  padding-top: 15px;
  color: #071a52;
}
.Credit-oppp{
  font-size: 18px;
  padding-top: 15px;
  color: #071a52;
  font-weight: 600;
}
.pay-imgg img{
 width: 100%;
 height: 45px;
} 
.not-refound{
  color: .visa-call2.visa-call2#df0534;
}
.visa-call3{
   color: #071a52;
   font-size: 20px;
   font-weight: 600;
}
.not-refound1 td{
  color: #004c85;
  font-size: 16px;
}
.box-oopp p{
 padding-top: 20px;
 text-align: justify;
}

.login-form-bg-color{
  margin-top: 25px;
  background-color: #e3e2e2;
}
.form-control-pp{
   width: 100%;
    height: 40px;
    border: 1px solid #bdbdbd;
    font-size: 13px;
}
.visa-border{
  border: 1px solid #bdbdbd;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.visa-border:hover{
  border: 1px solid #bdbdbd;
  width: 100%;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%),
   0 6.7px 5.3px rgb(0 0 0 / 5%),
    0 12.5px 10px rgb(0 0 0 / 6%), 
    0 22.3px 17.9px rgb(0 0 0 / 7%),
     0 41.8px 33.4px rgb(0 0 0 / 9%), 
     0 100px 80px rgb(0 0 0 / 12%);

}
.visa-border img{
  width: 100%;
  height: 157px;
}
.visa-border h3{
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
  color: #07143a;
  font-weight: 500;
  margin-bottom: 20px !important;

}
.btn-primary-bookom55{
    padding: 0px 13px;
    background-color: #8f0623;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 15px;
    height: 31px;
    margin: 0 auto;
    display: block;
    margin-bottom: ;
    line-height: 17px;
    font-size: 13px;
    margin-bottom: 7px;

}
.btn-primary-bookom55:hover{
    color: #fff;
    background-color: #8d1a00;
}
.logo-visa{
  width: 193px;
  padding: 5px;
}
.about-sectionn{
  background-color: #fff !important;
}
.hero-area-pp {
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.visa-apply-op2{
  border: 1px solid #ccc;
  padding: 10px;
  color: #f5f5f5;
  background-color: #0482ab;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%),
   0 6.7px 5.3px rgb(0 0 0 / 5%), 
   0 12.5px 10px rgb(0 0 0 / 6%),
   0 22.3px 17.9px rgb(0 0 0 / 7%),
   0 41.8px 33.4px rgb(0 0 0 / 9%), 
   0 100px 80px rgb(0 0 0 / 12%);
    font-family: emoji;
}
.sign-upp{
  margin-left: 25px; 
}
.signinn span{
  border: 1px solid #ccc;
  padding: 5px 10px 5px 10px;
  background-color: #c3002a;
}
.signinn span:hover{
  background-color: #0d7397;
}
.dropdown-menu-style{
  padding: 10px 15px;
    color: #06536c;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 14px;
    font-weight: 600;
     font-family: emoji;
}

.dropdown-menu-stylepp a{
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 10px 10px;
}
.dropdown-menu-stylepp a:hover{
  background-color: #01b7f2;
  color: #fff;
}
.dropdown-menu-stylepp{
  width: 190px;
}


.slider-heading h3{
 position: absolute;
    top: -568%;
    left: 1%;
    text-transform: uppercase;
    font-size: 43px;
    color: #ffffff;
    font-weight: 800;
    font-family: emoji;
    text-shadow: 2px 2px #00c1ff;


}
.slider-heading p{
 position: absolute;
    top: -420%;
    left: 1%;
    text-transform: uppercase;
    font-size: 17px;
}
.slider-heading span{
 position: absolute;
    top: -278%;
    left: 1%;
    border: 1px solid #fff;
    background-color: #00a7dd;
    padding: 5px;
    width: 122px;
}
.slider-heading a{
 color: #fff;
}
.slider-all-img img{
  width: 100%;
  height: auto;
}
.modol-popuppp{
  z-index: 999999999999999999 !important;
}
.lable-mrtop{
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
}
.redio--button-style{
  margin-top: 15px;
}
.modol-headerp5{
   background-color: #09b5ebbd;
}
.modol-headerp6{
 font-size: 25px;
 font-weight: 600;
 color: #fff;
}
.resetbtttn{
  width: 105px;
}
.modal-footerpp{
  background-color: #09b5ebbd;

}
.modal-bodypp{
  border: 2px solid #0fbbf1;
  background-color: azure;
}


.modol-headerp55{
   background-color: #00a2d5;
}
.modol-headerp66{
 font-size: 25px;
 font-weight: 600;
 color: #fff;
}
.modal-footerpp2{
  background-color: #00a2d5;
}

.modal-bodypp2{
  border: 2px solid #00a2d5;
  background-color: honeydew;
}

.dubai-eligibility p{
 padding-top: 20px;
}
.dubai-eligibility img{
 width: 100%;
 height: 320px;
}
.dubai-eligibility{
  border: 1px solid #e3e0e0;
  padding: 10px;
 /* box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);*/

}

.dubai-eligibility2{
  margin-top: 45px;
}
.heading_center-left h2{
 font-size: 18px;
}

.heading_center-left h5{
 font-size: 25px;
 color: #071a52;
 padding: 15px 0px 15px 0px;
} 

.dubai-eligibility2 h5{
  font-size: 24px;
 color: #071a52;
 padding: 15px 0px 15px 0px;
 font-weight: 500;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-size: 12px;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    font-size: 12px; 
}

.dubai-tours-package{
  border-bottom: 2px solid #c5c5c5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dubai-tours-package:hover{
 box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%),
    0 6.7px 5.3px rgb(0 0 0 / 5%), 
    0 12.5px 10px rgb(0 0 0 / 6%),
     0 22.3px 17.9px rgb(0 0 0 / 7%),
      0 41.8px 33.4px rgb(0 0 0 / 9%),
       0 100px 80px rgb(0 0 0 / 12%);
}


.dubai-tours-package h4{
  padding: 12px 0px 5px 0px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: emoji;
  color: #071a52;
}
.dubai-tours-package p{
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  font-family: system-ui;
  color: #181a20;

}
.layout_padding-opp{
  padding-bottom: 75px;
}
.layout_padding-oppp1{
  padding-bottom: 75px;
  padding-top: 25px !important;
}
.img-box-content h4{
  font-size: 23px;
  font-weight: 500;
  color: #dc3545;
  font-weight: 700;
  font-family: cursive;
}
.img-box-content1 h4{
    font-size: 15px;
    font-weight: 500;
    /* padding-top: 32px; */
    color: #303030;
    /* padding-bottom: 55px; */
    border: 1px solid #dee0e1;
    margin-top: 36px;
    margin-bottom: 45px;
    padding: 3px;


}
.enqiry-btnn{
 background-color: #0ab0e7;
 padding: 5px;
 border: 1px solid #9d9d9d;
 color: #fff;
 text-align: center;
 font-size: 18px;
 margin-bottom: 25px;
 margin-top: 35px;

}
.package-contentt{
  padding-top: 5px;
  border: 1px solid #ccc;
}
.package-contentt h4{
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #004156;
}
.package-contentt h5{
  padding: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #dc3545;
}
.package-contentt ul li{
  font-size: 15px !important;
  text-align: justify;
  padding: 5px 10px 5px 10px;
}
.package-imgg{
 padding: 10px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #dbdbdb;
}

.package-imgg h4{
  padding: 10px;
  font-size: 21px !important;
  font-weight: 600;
  color: #dc3545;
  font-family: cursive !important;

}
.package-imgg h1{
  padding: 10px;
  font-size: 18px !important;
  font-weight: 600;
  color: #fff;
  

}

.package-imgg h6{
  padding: 10px;
  font-size: 22px !important;
  font-weight: 600;
  color: #000;
  
}
.package-imgg h5{
  padding: 10px;
  font-size: 19px !important;
  font-weight: 600;
  color: #000;
  
}
.package-imgg p{
  font-size: 13px !important;
  text-align: justify;
  padding: 5px 10px 5px 10px;
}
.package-imgg h3{
  padding: 10px;
  font-size: 22px !important;
  font-weight: 800;
  font-family: monospace;
}

.hotel-imgn img{
 width: 100%;
 height: 85px;
}
.img-box-content1 img{
  width: 25px;
  height: 25px;
}
.visa-option-border-imgg{
  border: 1px solid #ccc;
  padding: 5px;
  
}

.visa-option-border-imgg img{
  width: 100%;
  height: 150px;
}
.visa-option-border-imgg h4{
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
  color: #df0d22;
  font-family: emoji;
}
.visa-option-border-imgg h5{
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 10px;
}
.visa-option-border-imgg p{
  padding: 0px;
  margin: 7px;
  font-size: 14px;
  font-family: ui-rounded;
}

.visa-option-border-imgg h3{
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
.visaapply-btnn{
  margin: 0 auto;
  display: block;
}

.visa-option-border-imgg i{
    color: #009acb;
    font-size: 15px;
    margin-right: 4px !important;
    
}
.sigle-entery{
  font-size: 13px !important;
  color: #071a52;
}
.omp55{
  padding-bottom: 45px;
}

.layout_padding-op44{
  padding-top: 25px;
}

hr{
  border-bottom: 1px dashed #afafaf;  
}
.hero-area-pp-eligibity {
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.hero-area-pp-contact {
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.hero-area-pp-dubai-package {
    min-height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.visa-apply-heading{
  padding-top: 20px;
}
.ompp45 ul li{
 font-size: 14px;
 padding: 5px 0px 5px 0px;
}
.visa-book-price{
  font-size: 20px;
  font-weight: 600;
}
.font-size-op{
  font-size: 14px;
}

.dubai-tour-img-border{
  border: 1px solid #ccc;
  padding: 5px;
}
.visaimg-part45 img{
  width: 100%;
  height: 110px;
  margin: 10px 0px 10px 0px;
}

.text-primary-dubai-op{
  font-size: 55px;
  font-weight: 700;
  color: #00c4ff !important;
  font-family: ui-rounded;
  text-shadow: 3px 2px #b9b9b9;
}

.text-primary-dubai-op:hover{
  color: #01a1d1 !important;
}

.text-primary-dubai-op span{
  font-size: 40px;
  font-weight: 700;
  color: #e93702 !important;
}
.heading-padding-opp{
  padding-top: 25px !important;
  font-family: ui-rounded;
}
.dubai-hotel-opp img{
 width: 100%;
 height: 210px;
}
.package-contentt p{
  padding: 10px;
  text-align: justify;
  font-size: 15px;
}

.dubai-tour-address p{
    font-size: 17px;
    color: #242944;
    font-weight: 500;
}
.dubai-tour-address{
  background-color: #fff;
  border: 1px soldi #000;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.form_container{
  margin-top: 56px !important;
}
.call-whatsapp-btn-width{
  width: 120px;
  height: 35px;
}
.call-whatsapp-btn-width-mail{
  
}
.heading_center-left33{
  margin-top: 35px;
}
.heading_center-left33 h2{
  margin-bottom: 30px;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 30px;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    /* font-size: inherit; */
    line-height: inherit;
    font-size: 14px;
}
.contact-headingoopp{
  font-family: cursive !important;
  font-size: 26px !important;
}
.deals-imggpp img{
  width: 100%;
  border: 14px solid #fff;
}
.opo{
  margin-top: 8px !important;
}
.opop{
  margin-bottom: 20px !important;
}
.btn-primaryopo{
  background-color: #1ac6ff;
  width: 110px;
  height: 40px;
  line-height: 8px;
  color: #fff;
}
.oommpp{
  padding: 20px;
}
.thank-style h1 {
    font-size: 45px;
    color: #393a39;
    text-align: center;
    font-weight: 700;
}

.travel-date-po{
  color: #fff;
}
.call-iconoop{
    font-size: 45px !important;
    margin-top: 10px;
}
