@charset "UTF-8";
@font-face {
  font-family: 'Georgia';
  src: url('../font/Georgia.eot');
  src: url('../font/Georgia.eot?#iefix') format('embedded-opentype'),
      url('../font/Georgia.woff2') format('woff2'),
      url('../font/Georgia.woff') format('woff'),
      url('../font/Georgia.ttf') format('truetype'),
      url('../font/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Nunito", sans-serif;
  color: #1B365D;
  font-size: 16px;
}
a{
    color: #1F2937;
}
h1, h2, h3, h4, h5, h6, p, label {
  margin: 0;
}
a{
  text-decoration: none;
}
a:hover{
  color:#1B365D;
}
img{
  max-width: 100%;
}
.custom-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn-login {
  background-color: #F4A261;
  border-radius: 50px;
  padding: 8px 32px ;
  font-size: 16px;
  color: #1B365D ;
  font-weight: 700;
}
.btn-login:hover{
  background-color: #F29449;
}
header {
  padding: 20px 0;
  position: absolute  ;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

section {
    overflow-x: hidden;
}
.nav-link {
  font-size: 16px;
  color: #1B365D !important;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover
 {
    color: #1B365D !important;
    font-weight: 700;
    border-bottom: 1px solid #1B365D;
}
.navbar-nav .nav-link {
  padding-bottom: 5px;
}
.heading {
  font-family: 'Georgia';
  font-size: 48px;
  color: #1B365D;
  line-height: 60.35px;
  letter-spacing: -1.7px;
}
.heading-md {
  font-size: 28px;
  font-family: 'Georgia';
}
.heading-lg {
  font-size: 34px;
  font-family: 'Georgia';
}
.pera{
  font-size: 22px;
  line-height: 27px;
}
.pera-md{
  font-size: 18px;
  line-height: 27px;
}
.hero{
  /* background: linear-gradient(180deg, rgba(27, 54, 93, 0.2) 14.25%, rgba(255, 255, 255, 0) 100%); */
  padding: 140px 0 100px;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: cover !important;
}
.section_padding{
  padding: 100px 0;
}
.banner-btn {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  position: relative;
  border-radius: 50px;
  color: #1B365D;
  font-weight: 500;
  border: none;
  display: inline-block;
  text-align: center;
}
.btn-lg{
  padding: 20px 32px;
}
.btn-md{
  padding: 16px 32px;
}
.btn-sm{
  padding: 12px 24px;
  font-size: 16px;
}
.btn_primary {
    background-color: #F4A261;
}

.btn_primary:hover {
  color: #1B365D;
    background-color: #F29449;
    border-color: #F29449;
}
.btn_secondary{
  background-color: #80EFD9;
}
.btn_secondary:hover {
  color: #1B365D;
    background-color: #36E0BF;
    border-color: #36E0BF;
}
.banner-btn img
 {
margin-left: 24px;
}


.subheading{
  /* font-family: "Inter", sans-serif; */
      color: #373D40;
      font-size: 28px;
      line-height: 36px;
      font-weight: 600;
}
.trusted_section{
  padding: 50px 0;
}
.client-slide{
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.services_card {
  padding: 24px;
  border-radius: 22px;
  background-color: white;
  min-height: 230px;
  box-shadow: 0px 13px 100px 0px #C7C7C740;
}
.services_card label {
  background-color: #F4A261;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 16px;

}
 h5
 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.services__banner {
  background-image: url('../images/services-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 22px;
  height: 100%;
  position: relative;
  padding: 50px;
  box-shadow: 0px 13px 100px 0px #C7C7C740;
  overflow: hidden;
  z-index: 1;
}
.services__banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ad;
  z-index: -1;
}
.services__banner .heading{
  color: #fff;
}
.services__banner .banner-btn {
  position: absolute;
  right: 50px;
  bottom: 40px;
}
.journey__section {
  background-color: #F3EDE6;
  padding-bottom: 230px;
  position: relative;
  overflow-x: inherit;
}
.success_div {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #9CA3AF;
}
.success_card p {
    font-size: 20px;
    margin-top: 16px;
}
.success_card {
    padding: 55px 100px;
    border-right: 1px solid #9CA3AF;
}
.success_div h3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
}
.success_main {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -120px;
}
.business_card label {
  text-align: center;
  background-color: #80EFD9;
  /* height: 100%; */
  padding: 24px 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.business_main {
    height: 600px;
    overflow-y: scroll;
}
.business_card {
  background-color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
}
.business_card_img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.business_card_img .banner-btn{
  position: absolute;
  right: 20px;
  bottom: 30px;
}
h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 10px;
  letter-spacing: -0.85px;
}

.mb-100{
  margin-bottom: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.shade_img {
  position: absolute;
  right: 100px;
  top: 0;
  z-index: -1;
}
header.scrolled {
  background-color: #c9cfd8;
}
.business_section .carousel-control-prev:hover, .business_section .carousel-control-next:hover {
    background-color: #80EFD9;
}
.business_section button.carousel-control-prev {
    bottom: -100px !important;
    top: auto;
    left: 82%;
}
.business_section button.carousel-control-next {
    bottom: -100px !important;
    top: auto;
    right: 0;
}
.client_section .carousel-item{
  padding: 0 10px;
}


.client_section .cien_slider {
  box-shadow: 0px 1px 1px 0px #0000001F;
  background-color: #E0E7ED;
  border-radius: 24px;
    padding: 40px;
        /* min-height: 500px; */
}
.client_image{
  border-radius: 16px;
}
.client_section .cien_slider p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #1F1F1F;
  margin-bottom: 50px;
}
.client_section .cien_slider label {
  font-size: 19.8px;
  line-height: 32px;
  font-weight: 500;
  color: #1F1F1F;
}
.client_logo{
  max-width: 240px;
}
.carousel-control-next, .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background-color: white;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 0px #00000014;
  box-shadow: 0px 1px 4px 0px #0000001F;
}
.carousel-control-prev {
  left: -20px;
}
.carousel-control-next {
  right: -20px;
}
.carousel-control-prev-icon {
  background-image: url('../images/left-arrow.png');
  background-size: 7px;
}
.carousel-control-next-icon{
  background-image: url('../images/right-arrow.png');
  background-size: 8px;
}
p.copy_footer {
  font-size: 10px;
  background-color: #1F2937;
  color: #6F6D66;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
p.copy_footer span:last-child a {
    font-size: 14px;
    color: #6F6D66;
    position: relative;
}
p.copy_footer span:last-child a:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #6F6D66;
}
footer {
  background-color: #1F2937;
  padding: 60px 0;
}
footer h6 {
  font-size: 10px;
  color: #F4A261;
  text-transform: uppercase;
  margin-bottom: 13px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  font-size: 14px;
  line-height: 140%;
  color: white;
}
footer ul li a:hover{
  color: #F29449;
}
.subscribe_div {
  background-color: #1B365D;
  border-radius: 12px;
  max-width: 400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px;
}
.subscribe_div h2{
  color: #CFCDBE;
}
.subscribe_div input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D0D0C8;
  padding: 8px 20px 0 0;
  width: 100%;
  color: #D0D0C8;
}
.subscribe_div input::placeholder {
  color: #D0D0C8;
}
.subscribe_div input:focus-visible{
  outline: none;
}
.subscribe_div button {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe_div img{
  visibility: visible;
}

.closebtn {
  display: none;
}
.hamburgar{
  display: none;
}
.yellow-bg{
  background-color: #F3EDE6;
}
.gray-bg{
  background-color: #F7F8FA;
}
.gray-bg-2{
  background-color: #E5E7EB !important;
}
.citizenship__card {
    padding: 24px;
    border-radius: 12px;
    height: 100%;
}
.work_card img {
    width: 50px;
}
.orange-bg{
  background-color: #F4A261 !important;
}
.card_main {
    box-shadow: 0px 3px 20px 0px #0000001A;
    background-color: #fff;
    border-radius: 22px;
    padding: 16px 30px 16px 16px;
        height: 100%;
}
.card_main p{
  line-height: 28px;
}
img.banner__img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.label_text {
    font-size: 18px;
    font-weight: 700;
    background-color: #80EFD9;
    padding: 8px 16px;
    border-radius: 50px;
    line-height: 18px;
}
.price_card {
    border: 1px solid #E5E7EB;
    padding: 24px 35px;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
}
.price_card:hover {
  border-color: #E76F51;
}

.price_card h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
}
.green-bg{
  background-color: #80EFD9 !important;
}
.work_card {
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #E5E7EB;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 25px;
        min-height: 265px;
}
.work_step {
    width: 100%;
    height: 24px;
    background-color: #1B365D;
    max-width: 24px;
    color: #fff;
    text-align: center;
    margin: 0 auto 40px;
    border-radius: 50%;
}
.work_main{
    display: -webkit-box;
    overflow-x: scroll;
    padding-bottom: 10px;
    position: relative;
}

.work_main::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.work_main::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.work_main::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
.work_main::-webkit-scrollbar-thumb:hover {
  background: #1B365D;
}
.work_div {
    width: 22%;
      margin-right: 24px;
          z-index: 2;
    position: relative;
}
.accordion-item
 {
    border: none !important;
}


.accordion-item {
    background-color: transparent;
    border: 1px solid #E5E7EB;
    margin-bottom: 16px;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: none;
   border: 1px solid #E5E7EB;
}
.accordion-button:not(.collapsed) {
       color: #1B365D;
}
.accordion-button {
    color: #1B365D;
    background-color: transparent;
    box-shadow: none;
   border: 1px solid #E5E7EB;
    border-radius: 8px !important;
    font-size: 18px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #c1c2c3;
    outline: 0;
    box-shadow: none;
}
.accordion-button::after {
    background-image: url('../images/add.svg');
        width: 1rem;
    height: 1rem;
    background-size: 1rem;

}
a.up-arrow {
    height: 88px;
    width: 88px;
    border: 1px solid #4C4B47;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.social_icons a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #4C4B47;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.btn-width{
    max-width: 220px !important;
    text-align: center;
}
.search_div{
  width: 100%;
    max-width: 500px;
    margin: auto;
}
.search_div input {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    padding: 12px 12px 12px 40px;
    border: 1px solid #E5E7EB;
    color: #1B365D;
}
.search_div input:focus-visible {
  outline-color: #1B365D;
}
.search_div img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.section_padding_48{
  padding: 50px 0;
}
.blog_category_card {
    padding: 24px;
    background-color: #fff;
    border-radius: 22px;
}
small {
    color: #4B5563;
}
#blog_category .slick-slide {
  margin: 0 15px;
}
/* #blog_category .slick-track {
  margin-left: -15px;
  margin-right: -15px;
} */
.slick-next, .slick-prev {
    width: 32px !important;
    height: 34px;
    border: 1px solid #E5E7EB;
    background-color: transparent !important;
    border-radius: 8px;
}
.slick-prev:before {
    background-image: url(../images/slide-left.png);
    background-size: 15px;
    color: transparent;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center center;
}
.slick-next:before {
    background-image: url(../images/slide-right.png);
    background-size: 15px;
    color: transparent;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: center center;
}
.slick-prev.slick-arrow
 {
    position: absolute;
    top: -40px;
    right: 40px;
    left: auto;
}
.slick-next.slick-arrow
 {
    position: absolute;
    top: -40px;
    right: 0px;
    left: auto;
}
.blog_card {
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    overflow: hidden;
}
.blog_content {
    padding: 24px 16px 100px;
}
.blog_content h5{
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -0.85px;
}
.blog_content a{
  color: #1B365D;
}
.blog-img {
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog_label {
    font-size: 14px;
    color: #1B365D;
    padding: 4px 12px;
    background-color: #F4A261;
    border: 1px solid #E5E7EB;
    border-radius: 50px;
    display: inline-block;
        width: auto;
}
.dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #4B5563;
    display: inline-block;
    margin: 0 6px;
}
.blog_content p{
  color: #4B5563;
  min-height: 70px
}
#latest-articles .slick-slide {
  margin: 0 15px;
}
.blog_footer {
    padding: 24px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.blog_footer small:first-child{
  color: #1F2937;
}
.hero .shade_img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}






/*start tabs*/
.blog_tab input[type="radio"]{
  display: none;
}
.blog_tab .tabs .all{
  display: none;
  transform-origin: 10% 50%;
}

.blog_tab .tabs label:not(:first-of-type){
  margin-left: -4px;
}
.blog_tab input[id="all"]:checked ~ .content .all{
  display: block;
  animation: animateTabe 1s;
}
.blog_tab input[id="passportRenewal"]:checked ~ .content .passportRenewal{
  display: block;
  animation: animateTabe 1s;
}
.blog_tab input[id="Citizenship"]:checked ~ .content .Citizenship{
  display: block;
  animation: animateTabe 1s;
}
.blog_tab input[id="greenCard"]:checked ~ .content .greenCard{
  display: block;
  animation: animateTabe 1s;
}
.blog_tab input[id="visaUpdate"]:checked ~ .content .visaUpdate{
  display: block;
  animation: animateTabe 1s;
}
.blog_tab input[id="successStories"]:checked ~ .content .successStories{
  display: block;
  animation: animateTabe 1s;
}
.blog_tab input[id="immigrationNews"]:checked ~ .content .immigrationNews{
  display: block;
  animation: animateTabe 1s;
}
.blog_tab input[type="radio"]:checked + label{
 background-color: #F4A261;
    cursor: default;
    border: 1px solid #E5E7EB;
}
@keyframes animateTabe{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.classic-list{
  list-style-type: none;
}
.blog_tab_label {
    padding: 10px 16px;
    background-color: #F3F4F6;
    border: 1px solid #E5E7EB;
    margin-right: 16px;
    margin-bottom: 10px;
    border-radius: 50px;
    cursor: pointer;
    color: #1F2937;
}
.blog_hero{
  background-size: contain;
}
.trusted_section button.slick-prev.slick-arrow, .trusted_section button.slick-next.slick-arrow {
    display: none !important;
}
.table_conntent {
    box-shadow: 0px 13px 100px 0px #C7C7C740;
    background: #FFFFFF;
    padding: 24px;
    border-radius: 22px;
}
.heading-xs {
    font-size: 18px;
    font-weight: 800;
}
.apply_div {
    background-color: #94EFDE;
    border-radius: 12px;
    padding: 16px;
}
.btn-tirtary {
    border: 2px solid #1B365D;
    background-color: transparent;
    border-radius: 50px;
    color: #1B365D;
}
.btn-tirtary:hover img {
    margin-left: 24px;
    filter: brightness(12);
}
.btn-tirtary:hover {
  background-color: #1B365D;
  color: #fff;

}
.table_conntent label {
    padding: 10px 16px;
    border-radius: 50px;
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    margin-bottom: 16px;
    margin-right: 8px;
}
.table_conntent label.active {
    background-color: #F4A261;
}
.blog_details_main .blog_img img
 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-user {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.mb-16{
  margin-bottom: 16px;
}
.mt-40{
margin-top: 32px;
}
.mb-40{
  margin-bottom: 32px;
}
.blog_details_main .blog_img {
    height: 550px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
        margin-bottom: 40px;
}
.blog_details_main .blog_right {
 position: sticky;
    top: 20px;
}
.blog_details_main  .blog-social-btn {
    padding: 12px 25px;
    border: 1px solid #EAEAEA;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px #00000014;

}
.blog_details_main  a.blog-social-btn.twitter {
    border-left: none;
    margin-left: -4px;
}
.blog_details_main  .blog-social-btn2{
 width: 49%;
    display: inline-block;
    padding: 20px;
    text-align: center;
}
.blog_details_main  ul.blog_ul {
    list-style: none;
}
.blog_details_main  .blog_ul li::after {
    content: '';
    background-image: url(../images/blog/check.svg);
    height: 15px;
    width: 15px;
    position: absolute;
    left: -30px;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blog_details_main  .blog_ul li {
    margin-bottom: 16px;
    position: relative;
}
.blog_details_main  .importantNote {
    background: #E5E7EB;
    padding: 24px 16px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}
.blog_details_main  .importantNote h6 {
  font-weight: 600;
}
.blog_details_main .dot-border-top {
  border: none;
    border-top: dotted #00000087;
    padding-top: 30px;

}
.mx-250{
  max-width: 250px !important;
}
/* contact css  */
.contact_div {
    text-align: center;
    box-shadow: 0px 4px 12px 0px #0000000D;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.heading-md-2{
  font-size: 34px;
  line-height: 48px;
  font-family: 'Georgia';

}
input.form-control {
    border: 1px solid #E5E7EB !important;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
}
input.form-control:focus {
    box-shadow: none;
}
textarea.form-control {
    border: 1px solid #E5E7EB !important;
    border-radius: 8px;
    font-size: 16px;
}
textarea.form-control:focus {
    box-shadow: none;
}
.form-label {
    margin-bottom: .5rem;
    font-size: 14px;
    color: #1F2937;
}
.attachment_div {
    border: 2px #D1D5DB;
    border-style: dotted;
    padding: 26px;
    border-radius: 8px;
}
.attachment_div input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
.contact_form button {
    max-width: 100% !important;
}
/* terms page */
.terms_box {
    background-color: #fff;
    padding: 32px;
    border-radius: 24px;
}
.terms_hero{
  background-size: contain !important;
}
.red-text{
  color: #FF0004;
}
.help_box {
    padding: 24px;
    border-radius: 12px;
}
.help_box p{
  color: #4B5563;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.accordion-body {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    margin-top: 30px;
}
.accordion-body h6 {
    font-size: 18px;
}


/* mega menu css */
header .nav-item.me-lg-5{
    height: 60px;
    display: flex;
    align-items: center;
}
.mega-menu{
    box-shadow: 0px 4px 24.2px 0px #1B365D33;
    border: 1px solid #FFFFFF99;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 12px 24px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 90%;
    display: none;
}
li.nav-item:hover .mega-menu{
  display: block;
}
.mega-menu .nav-link {
    font-size: 18px;
    color: #9CA3AF !important;
    font-weight: 600;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
}
.mega-menu .nav-link.active {
  background-color: transparent !important;
  color: #1B365D !important;
  border-bottom: 2px solid #E5E7EB !important;
}
.mega-menu .nav-pills {
    border-bottom: 1px solid #E5E7EB;
}
.menu_box {
    padding: 24px;
    border-radius: 16px;
}
.menu_icon {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-right: 16px;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 12px;
    font-weight: 700;
    padding: 5px;
    text-align: center;
}
.mega_text {
    width: 80%;
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1F2937;
}
.mega_menu_right{
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background-image: url('../images/services-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mega_menu_right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000040;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.megamenu_box {
    padding: 12px;
    border-radius: 12px;
}
.megamenu_box.active {
     background-color: #fff;
}
.megamenu_box:hover {
  background-color: #fff;
}
/* mega menu css end */

/* about css */
.trusted_section2 h2 {
    font-family: Nunito;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1B365D;
}
.whatwedo-box {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #0000000D;
}
.revolutionizing_box {
    box-shadow: 0px 4px 6px 0px #0000001A;
    border: 1px solid #F3F4F6;
    padding: 24px;
    border-radius: 12px;
}
.border-b-heading {
    border-bottom: 1px solid #F4A261;
    display: inline-block;
    padding: 0 10px 5px;
}
.team_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_box {
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s;
}
.team_text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1B365DCC;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
        opacity: 0;
}
.team_box:hover .team_text{
  opacity: 1;
}
.team_text .social_icons a img {
    width: 15px;
    height: 15px;
    filter: brightness(18);
}
.team_text .social_icons a{
  border-color: #fff;
}

/* 404 page */
.re-direct {
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
}
.text-404{
  font-size: 100px;
  line-height: 120px;
}
.custom-container-left2{
  position: relative;
}
.custom-container-left2::after {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #E5E7EB;
        position: absolute;
        top: 11px;
        z-index: 1;
    }
    .wpcf7-submit {
  background-image: url(https://thedyingart.in/letsgetvisa/wp-content/themes/letsgetvisa/assets/images/arrow.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 70px;
  background-position: right 20px center;
}
.business_section .carousel-inner{
      min-height: 528px;
}
.blog-content p {
    margin-bottom: 20px;
}
.blog_details_main .wp-block-list {
    list-style: none;
    margin-bottom: 20px;
}
.blog_details_main .wp-block-list li {
    margin-bottom: 16px;
    position: relative;
}
.blog_details_main .wp-block-list li::after {
    content: '';
    background-image: url(../images/blog/check.svg);
    height: 15px;
    width: 15px;
    position: absolute;
    left: -30px;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-content h5 {
    margin-bottom: 10px;
}

.green-bg2{
  background-color: #EBF7ED;
}

.font-18 {
    font-size: 18px;
    font-weight: 700;
}
.green-bg2{
  background-color: #EBF7ED;
}
.modal-body {
    background: #E5E7EB;
    border-radius: 44px;
    padding: 30px 40px;
}
.modal-content {
    border-radius: 44px;
}
button.btn-close {
    position: absolute;
       right: 40px;
    top: 30px;
}

.terms_box h5 {
    margin-bottom: 15px;
}
.terms_box p {
    margin-bottom: 15px;
}
.terms_box h5 {
    margin-top: 40px;
}

.terms_box h5:first-child {
    margin-top: 0px;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px;
    }
  }
    @media (max-width:1366px){
.work_card {
    padding: 15px;
}
    }

  @media (max-width:767px){
    .modal-body {
    border-radius: 20px;
    padding: 20px;
}
button.btn-close {
    position: absolute;
    right: 20px;
    top: 30px;
}
    .work_card {
        min-height: 230px;
    }
.success_div {
    border-radius: 1px;
}
  }

 /* service list css  */

  .serviceslist_card {
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 32px;
    padding: 32px 32px 75px;
    height: 100%;
    position: relative;
}
.serviceslist_card a {
    position: absolute;
    bottom: 32px;
    right: 8px;
}
.serviceslist_card h5 {
    font-size: 18px;
    line-height: 28px;
}
.serviceslist_card label {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 50px
}
.serviceslist_card a {
    padding: 16px 24px 0px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}.serviceslist_card p {
    font-size: 18px;
    font-weight: 30px;
}
.lightgreen-bg{
  background-color:#EBF7ED99;
}
.heading-sm {
    font-size: 28px;
    line-height: 38px;
}
.need_help{
  background-color: #F3EDE6;
  padding: 40px;
  border-radius: 16px;
}
.serviceslist_card2{
  background-color: transparent;
  border: none;
  text-align: center;
  padding:0;
}