@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
:root {
  --white: #ffffff;
  --yellow: #fdc508;
  --light-blue: #1a9dae;

  --light-light-blue: #e0f9fc;
  --light-light-blue2: #f2feff;
  --black: #000000;
  --light-grey: #707070;

  --warning-orange: #fd8c08;
  --success-green: #1bae48;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
button:focus {
  outline: none;
}

.fade{
 display: none !important;
}
.show{
 display: flex !important;
}
.nav-link.show{
  display:inline-block !important;
}
a {
  text-decoration: none;
  color: var(--black);
}
main{
    display: block;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}

p {
  font-size: 12px;
}
ul li {
  list-style-type: none;
}
.font-regular {
  font-weight: 400;
}
.semi-bold {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #f5f5f5;
  font-size: 14px;
}
.header {
  height: 53px;
  /* padding: 0 160px; */
  display: flex;
  background-color: var(--white);
}
.header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.navigation-logo {
  height: 15px;
}
.header-portrait {
  height: 34px;
  border-radius: 50%;
}
.header-section {
  height: 81px;
}
.header-container-sec {
  padding-left: 18px;
  padding-right: 18px;
}
.header-sec-row {
  display: flex;
  justify-content: center;
}
.header-section {
  background-color: var(--white);
}
.main-wrapper {
  background-color: #f5f5f5;
}
.main-sec7-container {
  /*margin-top: 24px;*/
  padding: 18px;
}
.nav-btn {
  background-color: var(--white);
  font-size: 14px;
  border-radius: 25px;
  border: 0;
  height: 46px;
  /* min-width: 273px; */
  width: 100%;
}
.main-sec7-li {
  width: 100%;
}
.column-the-sixth-section {
  /* padding: 30px; */
  border-radius: 6px;
/*  padding: 0px 20px !important;*/
  /* max-width: 548px; */
  /* padding: 0px 15px; */
  /* padding-left: 20px;
  margin-right: 20px; */
}
.main-sec7-ul {
  row-gap: 12px;
  flex-direction: column;
}
.contact-sec {
  background-color: var(--white);
  /* max-width: 275px; */
  padding: 15px;
  border-radius: 6px;
}
.contact-img-sec img {
  margin-right: 12px;
}
.fee-sec-btn {
  border-radius: 10px;
  background-color: var(--yellow);
  border: 0;
  color: var(--black);
  width: 100%;
  text-decoration: none;
  height: 48px;
  font-weight: 500;
}
.fee-total {
  font-size: 13px !important;
}
.fees-structure-sec {
  background-color: var(--white);
  margin-top: 12px;
  padding: 15px;
  border-radius: 6px;
  /* max-width: 275px; */
}
.fees-structure-sec td {
  font-size: 12px;
}
.instruction-sec {
  background-color: var(--white);
  padding: 24px;
  margin-top: 11px;
  border-radius: 3px;
  /* max-width: 275px; */
}
.instruction-sec h5 {
  padding-bottom: 16px;
  font-size: 16px;
}
.instruction-sec-ul li p {
  padding-bottom: 10px;
}
.btn_arrow {
  padding-right: 16px;
}
.new-navigation .active {
  background-color: var(--light-blue);
  color: var(--white);
}
button.active {
  background-color: var(--light-blue);
  color: var(--white);
}
.column-the-sixth-section-select {
  height: 38px;
  padding: 0 20px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 6px;
  outline: none;
  margin-top: 33px;
  width: 100%;
  font-size: 12px;
}
.column-the-sixth-section-sub {
  /* padding: 30px; */
  margin: auto;
  padding: 30px 30px 0px 30px;
  /* max-width: 100%; */
}
.column-the-sixth-inner-sec {
  /* padding: 30px; */
  border-radius: 6px;
}
/* .column-the-sixth-section table {
  max-width: 488px;
  border-radius: 5px;
} */
/* .instruction-sec-ul li p:last-child{
  padding-bottom: 0;
} */
.choose-plan-sec-h5 {
  font-weight: 400;
  /* padding-left: 18.2px;
  padding-top: 20.3px;
  padding-bottom: 19.5px; */
}
.choose-plan-sec-div {
  /* max-width: 150px; */
  border-radius: 3px;
  border: 1px solid var(--black);
  position: relative;
}
.choose-plan-sec-div h5 {
  padding-left: 18.2px;
}

.choose-plan-sec-div h5 {
  padding-top: 20.3px;
  padding-bottom: 19.5px;
  padding-left: 18.2px;
}
.choose-plan-sec-div h6 {
  padding-bottom: 5px;
  padding-left: 18.2px;
}
.choose-plan-sec-div h6:last-child {
  padding-bottom: 22px;
}
.choose-plan-sec-main {
  display: flex;
  gap: 18px;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.choose-plan-sec-div.active {
  border: 1px solid var(--light-blue);
  background-color: var(--light-light-blue);
}
.choose-plan-title-sec {
  /* max-width: 488px; */
  padding-bottom: 10.4px;
  padding-top: 26px;
}
.choose-plan-bottom-sec {
  /* max-width: 488px; */
  padding-top: 17.7px;
}
.choose-plan-button {
  width: 488px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid var(--black);
  background-color: var(--white);
  margin-top: 28.5px;
  font-size: 12px;
}
.choose-plan-button-sec {
  /* max-width: 488px; */
  margin: auto;
  padding-bottom: 30px;
}
.choose-plan-top-msg-sec {
  background-color: var(--yellow);
  padding: 2px 8px 3px 4px;
  border-radius: 3px;
  position: absolute;
  max-width: 71.6px;
  top: -8px;
  left: 14.5px;
}
.table td {
  font-size: 12px;
}
/* .contact-sec-main {
  margin-left: 18px;
} */
.submit-document-main {
  padding: 20px;
  background-color: var(--light-light-blue2);
  border: 1px dotted var(--light-blue);
  margin: 0px 20px 20px 20px;
}
.submit-document-main img {
  padding-right: 14px;
}
.required-doc-end-buttons {
  gap: 12px;
  padding-bottom: 30px;
}
.required-doc-end-buttons .btn-back {
  padding: 13px 0;
  border: 1px solid var(--black);
  border-radius: 3px;
}
.required-doc-end-buttons .btn-submit {
  padding: 13px 0;
  border: 1px solid var(--black);
  border-radius: 3px;
}
.required-doc-end-buttons .btn-submit.btn-active {
  background-color: var(--yellow) !important;
  border: none;
}
.required-doc-end-buttons .btn-back.btn-active {
  background-color: var(--yellow) !important;
  border: none;
}
.document-view-sec {
  max-width: 303px;
  padding-bottom: 16px;
  padding-top: 14px;
}
.document-view-sec .view-sec1 img {
  padding-right: 8px;
}
.h5-color-grey {
  color: #aaaaaa;
}
/* page 85 overlay */
#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
.overlay-btn button {
  padding: 14px 49px;
  border: 1px solid var(--black);
  border-radius: 3px;
  background-color: var(--white);
}
.overlay-class-main {
  background-color: var(--white);
  max-width: 360px;
  padding: 48px 0;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 33.33%;

  border-radius: 12px;
}
.overlay-content h2 {
  padding-bottom: 14px;
}
.overlay-content h5 {
  padding-bottom: 20px;
}
.column-the-third {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.column-the-sixth {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
/*  margin-top: -68px;*/
}
.big-hidden {
  display: none;
}
.choose-plan {
  padding: 0 36px;
}
.btn-icon-wrapper,
.nav-btn img[src$=".svg"],
.flag-btn img[src$=".svg"] {
  margin: 0 10px 0 5px;
}
.the-3-plans {
  display: flex;
  justify-content: space-between;
}
.the-plans {
  padding: 12px;
  border: 1px solid var(--black);
  width: 30%;
  text-align: left;
  border-radius: 4px;
}
.the-plans-middle {
  padding: 12px;
  border: 1px solid var(--black);
  width: 100%;
  height: 100%;
  text-align: left;
  border-radius: 4px;
}
.the-plan-header {
  font-weight: 800;
  font-size: 12px;
  padding: 6px 0;
}
.recommended-container {
  width: 30%;
  position: relative;
}
.recommeded-label {
  background-color: var(--yellow);
  border-radius: 12px;
  font-size: 12px;
  width: fit-content;
  padding: 0 2px;
  position: absolute;
  left: 4px;
  transform: translate(0, -42%);
}
.the-plan-details {
  font-size: 12px;
  padding: 6px 0;
}
.no-of-days {
  color: #048b76;
  font-weight: 600;
}
.choose-plan-header {
  text-align: left;
  padding: 22px 0 12px 0;
}
.sorta-selected-plan {
  background-color: #e0f9fc;
  border: 1px solid var(--light-blue);
}
.estimated-completion {
  font-size: 12px;
  padding: 12px 60px;
}
.going-back-button-container {
  padding: 0 36px;
}
.going-back-button {
  width: 100%;
  height: 40px;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 4px;
}
img[src$=".png"].btn-icon {
  height: 70%;
}

.btn-icon-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.bg-dark {
  background-color: var(--black) !important;
}
.alert78 {
  position: fixed;
  background-color: var(--black);
  color: var(--white);
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 12px;
  max-width: 50%;
}
.alert78 img {
  height: 28px;
  width: 28px;
}
.alert78 span {
  font-size: 12px;
  margin: 0 12px;
  flex-grow: 1;
}
.alert78-btn-wrapper {
  width: 20px;
}
.alert78 button {
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  .big-hidden {
    display: initial;
  }
  /* .header {
    padding: 10px;
  } */
  .row {
    flex-direction: column;
    margin: 0;
  }
  .column-the-third {
    width: 100%;
    max-width: none;
    margin-bottom: 12px;
    margin-top: 4px;
  }
  .column-the-sixth {
    width: 100%;
    max-width: none;
    padding: 0 !important;
  }
  .small-hidden {
    display: none !important;
  }
  ul {
   /* background-color: var(--white); */
    padding: 0 20px;
  }
  .main-sec7-container {
    margin: 0;
    padding: 0;
  }
  /* .main-sec7 button img {
    height: 36px;
    width: 36px;
  } */
  .nav-btn {
    flex-grow: 1;
    height: fit-content;
    display: flex;
    justify-content: space-around;
  }
  .btn-icon {
    padding: 0;
  }
  .main-sec7-ul {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px 14px;
  }
  .main-sec7 {
    display: flex;
    justify-content: center;
  }
  main-sec7-li.active {
    background-color: var(--white) !important;
  }
  button.active .btn-icon-wrapper {
    border: 1px solid var(--light-blue);
    border-radius: 50%;
  }
  .column-the-sixth-section-sub {
    padding: 30px 14px 0 14px;
  }
  .diff-padding {
    padding: 30px 0 0 0;
  }
  .calendar-padding {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .down-rotate {
    height: 12px;
    width: 12px;
  }
  .main-sec7 button img[src$=".svg"].btn-icon {
    height: 30px;
    width: 30px;
  }
  .main-sec7 .nav-btn img[src$=".png"] {
    height: 90%;
    padding: 3px;
  }
  .main-sec7 .btn-icon-wrapper {
    height: 30px;
    width: 30px;
  }
  .nav-btn {
    width: 100%;
  }
  .btn-icon-wrapper,
  .nav-btn img[src$=".svg"] {
    margin: 0;
  }
  .main-sec7 .btn_arrow {
    height: unset;
    width: unset;
  }
  .flag-btn .btn-icon-wrapper {
    height: 36px;
    width: 36px;
  }
  .flag-btn img {
    height: unset;
    width: unset;
  }
  .btn_arrow {
    padding: 0 0 0 0;
  }
  .icon-bg {
    height: 10px;
    width: 10px;
  }
  .column-the-sixth-section-form-progres {
    width: 100%;
  }
  .this-is-the-main-title {
    font-size: 20px !important;
  }
  .this-is-the-main-title-back {
    font-size: 12px;
  }
  .back-to-application-btn {
    height: 16px;
    width: 16px;
  }
  .back-to-application-form {
    padding: 16px 16px 4px 16px;
  }
  .large-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .calendar-body {
    flex-direction: column;
  }
  .calendar-table {
    width: 100% !important;
  }
  .time-slots {
    width: 100% !important;
    display: flex;
  }
  .time-slots span {
    width: 100%;
    padding: 12px 0;
  }
  .time-slots .time-slot-button {
    width: 32%;
  }
  .contact-sec {
    margin-top: 20px;
  }
  .main-sec39-top-sec2 {
    display: none !important;
  }
  .the-id-itself {
    display: flex;
  }
  .new-mobile-id {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    width: 100%;
    padding: 14px 14px;
    margin-top: 16px;
  }
  .contact-img-mob {
    height: 10px;
    width: 10px;
  }
  .new-mobile-id .portrait-image-mob {
    margin: 0 14px 0 0;
    height: 78px;
    width: 78px;
  }
  .the-personal-details {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 12px;
  }
  .name-and-nationality-in-one {
    display: flex;
    align-items: center;
  }
  .the-warnings {
    background-color: var(--warning-orange);
    color: var(--white);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 12px;
    width: 100%;
  }
  .the-warnings.the-completed {
    background-color: var(--success-green) !important;
  }
  .identity-visa-type {
    display: block;
    padding: 0 0 4px 0;
    background-color: var(--white);
    width: 100%;
  }
  .tosearch-visa {
    width: 98%;
    background-color: var(--yellow);
    height: 40px;
    margin: 0 0 20px 0;
    border: none;
    border-radius: 4px;
  }
  .going-back-button-container {
    padding: 0 16px;
  }
  .choose-plan {
    padding: 0 16px;
  }
  .the-3-plans {
    flex-direction: column;
  }
  .the-plans,
  .recommended-container {
    width: 100%;
    margin: 12px 0;
  }
  .the-plans,
  .the-plans-middle {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .fees-structure-sec {
    padding: 0;
    margin: 0;
  }
  .fee-sec-btn {
    margin: 0 0 12px 0;
  }
  .estimated-completion {
    padding: 0;
  }
  button.active {
    background-color: var(--white);
    color: var(--black);
  }
  .fees-structure-sec {
    padding: 0 16px;
  }
  .name-and-nationality-in-one {
    padding-bottom: 16px;
  }
  .mail-details-mob {
    margin-top: 4px;
  }
  .one-more-nav-main {
    margin-top: 12px;
  }
  .alert78 {
    max-width: 98%;
  }
}


/* Custom Style */
.sorta-selected-plan .the-plans-middle {
    border: unset !important;
}

a.btn-search-visa.w-100.white-space {
    border: none;
    padding: 21px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #151d36 !important;
    cursor: pointer;
}
.input-label-container {
    position: relative;
    margin-bottom: 10px;
}

.input-label {
    position: absolute;
    top: -1px;
    left: 2px;
    background-color: #f5f5f5;
    padding: 0 5px;
    font-size: 12px;
    color: #333333;
}

.download-button {
    width: 30px;
    display: grid;
    background-color: var(--yellow);
    height: 25px;
    border-radius: 3px;
    text-align: center;
    align-items: center;
}

.basic_detail_phone .iti--allow-dropdown {
    width: 100%;
}

.font_figtree {
    font-family: 'Figtree', sans-serif !important;
}

.entry-type-header {
    font-size: 16px;
    color: #151D36;
    font-family: 'Figtree';
    font-weight: 500;
}

.font-16px {
    font-size: 16px !important;
}

.calendar .rd-month-label {
    text-align: center;
}

.paynow-table {
    font-size: 14px !important;
    font-family: 'Figtree' !important;
}



.instruction-sec p {
    font-size: 12px !important;
}
#cancel_and_refund table{
    border: 1px solid #048b76;
}
#cancel_and_refund table tr td:first-child, #cancel_and_refund table tr th:first-child {
    width: 30%;
    border-right: 1px solid #048b76 !important;
}
#cancel_and_refund table tr th {
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #048b76;
}
#cancel_and_refund table tr td {
    border-bottom: 1px solid #048b76 !important;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}
#ht_id div.flex-wrap {
    text-align: center;
}
.disabled_li {
    background: #a8e1d8;
    color: #048b76;
}
.accordion-item div.card-body p {
    font-size: 14px;
}
.accordion-item div.card-body {
    padding: 0 1.25rem;
    border-radius: 0 0 10px 10px;
}
.main_first_title {
    font-weight: 700;
    line-height: 4rem;
    font-size: 47px;
    padding-bottom: 25px;
}
.hw_it_work .head {
    font-size: 22px;
    font-weight: 500;
}
.hw_it_work .img-fluid {
    height: 200px;
}
.hw_it_work .card-title {
    font-size: 18px;
    font-weight: 700;
    padding-top: 30px;
}
.hw_it_work .card-text {
    font-size: 15px;
}
.visa_type .title{
    font-size:22px;
    font-weight: 400;
}
.visa_type .title span{
    font-weight: bold;
}
.visa_type .text-grey-color {
    color: #848c93;
    font-size:16px;
}
.visa_sub_type .child_title {
    font-size: 16px;
}
.visa_sub_type p.sm-text{
    font-size: 14px;
}
.faq .faq_title {
    font-weight: 500;
}
.why_hot .title {
    font-size:22px;
    font-weight: 400;
}
.why_hot .title a{
    font-weight: bold;
}
.popular_visa .head{
    font-weight: 500;
    font-size: 1rem;
}
/*.popular_visa .ten h2:before {
    background-color: #1fbbce;
    content: '';
    display: block;
    height: 0.10rem;
    width: 32px;
    margin-bottom: 1.25rem;
}*/
.popular_visa .ten head{
    font-size:22px;
    font-weight: 300;
}
.widgets_div {
    display: inline-flex;
}
.why_hot_sub div.widgets_div .icon_div span i {
    font-size: 55px;
    font-weight: 500;
}
.why_hot_sub .textnormal1 {
    font-size: 15px;
}
.why_hot_sub .sm-text {
    font-size: 13px;
}
.popular_visa .btn-moneydeal-Package1, .btn-moneydeal-Package1:hover, .btn-moneydeal-Package1:focus{
    text-decoration: none;
    background-color: #a3e8f2;
    color: #212f47;
    font-weight: 500;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: text;
}

.bg-image-visa {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url('../images/Dubai.jpg');
}
.bg-image-visa.text-white .divpadding h2 {
    color: #fff !important;
    font-size: 2rem;
    font-weight: 500;
}
#visaMainPage {
    padding: 0 0;
}
#visaMainPage div.container.pt-5 {
    padding-top: 5rem !important;
}

#visaMainPage .visa_search{
    color: black;
    padding-left: 36px;
    padding-top: 8px;
    font-weight: 500;
}
#visaMainPage .visa_search_selection {
    height: 62px;
    padding-top: 28px;
    margin-top: -36px;
    border-radius: 10px;
    cursor: pointer;
}
#business_Radios input[type=radio] { display: none; }
#business_Radios input[type=radio] + label { font-weight: 500; font-size: 14px; color:#151d36;}
#business_Radios input[type=radio] + label span
{
    display: inline-block;
    width: 18px; height: 18px; margin: -2px 10px 0 0; vertical-align: middle; cursor: pointer; -moz-border-radius: 50%; border-radius: 50%;
    border:3px solid #0ba7ba;box-shadow:  0px 0px 0px 1px #0ba7ba;
}

#business_Radios input[type=radio] + label span { background-color: #fff; }
#business_Radios input[type=radio]:checked + label { color: #151d36; }
#business_Radios input[type=radio]:checked + label span { background-color: #0ba7ba; border: 3px solid #ffffff; box-shadow:  0px 0px 0px 1px #0ba7ba; }
#business_Radios input[type=radio] + label span, input[type=radio]:checked + label span{
    border:1px solid #0ba7ba;
    -webkit-transition: background-color 0.24s linear; -o-transition: background-color 0.24s linear; -moz-transition: background-color 0.24s linear; transition: background-color 0.24s linear;
}



#student_Radios input[type=radio] { display: none; }
#student_Radios input[type=radio] + label { font-weight: 500; font-size: 14px; color:#151d36;}
#student_Radios input[type=radio] + label span
{
    display: inline-block;
    width: 18px; height: 18px; margin: -2px 10px 0 0; vertical-align: middle; cursor: pointer; -moz-border-radius: 50%; border-radius: 50%;
    border:3px solid #0ba7ba;box-shadow:  0px 0px 0px 1px #0ba7ba;
}

#student_Radios input[type=radio] + label span { background-color: #fff; }
#student_Radios input[type=radio]:checked + label { color: #151d36; }
#student_Radios input[type=radio]:checked + label span { background-color: #0ba7ba; border: 3px solid #ffffff; box-shadow:  0px 0px 0px 1px #0ba7ba; }
#student_Radios input[type=radio] + label span, input[type=radio]:checked + label span{
    border:1px solid #0ba7ba;
    -webkit-transition: background-color 0.24s linear; -o-transition: background-color 0.24s linear; -moz-transition: background-color 0.24s linear; transition: background-color 0.24s linear;
}


#transit_Radios input[type=radio] { display: none; }
#transit_Radios input[type=radio] + label { font-weight: 500; font-size: 14px; color:#151d36;}
#transit_Radios input[type=radio] + label span
{
    display: inline-block;
    width: 18px; height: 18px; margin: -2px 10px 0 0; vertical-align: middle; cursor: pointer; -moz-border-radius: 50%; border-radius: 50%;
    border:3px solid #0ba7ba;box-shadow:  0px 0px 0px 1px #0ba7ba;
}

#transit_Radios input[type=radio] + label span { background-color: #fff; }
#transit_Radios input[type=radio]:checked + label { color: #151d36; }
#transit_Radios input[type=radio]:checked + label span { background-color: #0ba7ba; border: 3px solid #ffffff; box-shadow:  0px 0px 0px 1px #0ba7ba; }
#transit_Radios input[type=radio] + label span, input[type=radio]:checked + label span{
    border:1px solid #0ba7ba;
    -webkit-transition: background-color 0.24s linear; -o-transition: background-color 0.24s linear; -moz-transition: background-color 0.24s linear; transition: background-color 0.24s linear;
}

.popular_visa .abc1 {
  padding:0 10px 0 0;
  display: inline-block;
}

.abc-list {
  list-style-type: none;
  padding:0;
}

.abc-list li {
  color:#151d36;
  padding:0;
}

.abc-list li:before {
  content: "\25ba\00a0";
  color: #048b76;
  font-size:18px;
}

.abc-list li span{
  display:block;
  margin-top:-22px;
  margin-left:25px;
  font-size: 13px;
}

.packagedetails .nav-item a {
  font-size: 14px;
}
.visa_details_template .frst_title h2 {
  font-weight:500;
}
.popular_visa .ps-1 {
  padding-left: .25rem !important;
}
