
.visa-documents-section {padding: 65px 0px;}
.application-process-section{padding: 65px 0px; background: #f0eee5;}
.application-process-section .common-heading { text-align: center; }

.application-process-contents {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.application-process-row {
    background: #fff;
    margin-bottom: 30px;
    width: 32%;
}
.process-col-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.process-col-left figure{
    border-width: 20px;
    border-radius: 9999px;
    border-top-left-radius: 0px;
    background: #1abbab;
    border: 20px solid #f0eee5;
    width: 146px;
    height: 146px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.process-col-right {
    width: 100%;
    padding: 30px;
}
.process-col-right h4 {
    padding: 0px;
    font-size: 26px;
}
.process-col-right p {
    line-height: 26px;
}
.process-col-left img {
    filter: invert(1);
}
.approach-number {
    width: 105px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.approach-number svg {
    height: 50px;
    width: 65px;
    display: flex;
    align-items: center;
}
.approach-number svg text.number {
    stroke: #09196b;
    stroke-width: 1px;
    stroke-dasharray: 2px, 2px;
    stroke-linejoin: round;
    stroke-linecap: round;
    font-size: 50px;
    fill: none;
}

.documents-visatype-section{
  padding: 65px 0px;
}
.documents-visatype-section .common-heading {
    text-align: center;
    margin-bottom: 55px;
}
.documents-visatype-col {
    width: 32.33%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}
.documents-visatype-col::before {
    content: "";
    background-color: rgb(26, 187, 170, 0.89);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.documents-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.documents-visatype-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 35px;
}
.documents-heading h4 {
    background: #fff;
    color: #000;
    font-size: 24px;
    padding: 10px 26px;
    margin: 0px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    min-width: 223px;
    text-align: center;
}
.documents-visatype-info{
  padding: 50px 40px;
  position: relative;
}
.documents-visatype-info ul li {
    color: #fff;
}

.documents-visatype-faq{
  padding: 65px 0px;
  background: #cdece9;
}

/*=======  Book Express  css start =========*/
.book-expressinner {position: relative; padding: 65px 0px 65px;}
.book-express-inner {width: 100%;display: flex;flex-direction: row;flex-wrap: nowrap; border-radius: 10px;background: #fff;filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, .18));overflow: hidden;}
.book-express-left {width: 670px;padding: 30px 0px 24px;transform: translateX(65px);}
:is(.book-left-title) :is(h1, h2, h3, h4, h5, h6) {font-size: 48px;color: #000; font-family: 'Mulish Bold';padding-top: 0;line-height: 1.1;margin-bottom: 15px;}
.book-express-left p {color: rgb(17, 17, 17); font-family: 'Mulish Medium';font-size: 17px; line-height: 24px;margin-bottom: 25px;}
.book-express-left p strong {display: block;color: rgb(26, 187, 170);font-size: 24px; font-family: 'Mulish Bold';margin-bottom: 5px;}
.book-express-left .btn {min-width: 231px;}
.book-express-right {width:750px;}
.book-express-img {-webkit-mask-image: url(../images/book-express-backgroung.png); mask-image: url(../images/book-express-backgroung.png); mask-mode: alpha; mask-repeat: no-repeat; width: 100%; height: 100%; object-fit: cover;object-position: left; }
/*=======  Book Express  css end =========*/
