.intro-text-wrap {
    color: #fff;
    text-align: center;
    margin-top: 55px;
}
::before {
    box-sizing: border-box;
}
.landing-page-title {
    color: #113f6d;
    font-size: 42px;
    padding-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.feature-list-point {
    margin-bottom: 30px;
}
.check-circle li {
    padding-left: 0px;
    margin-left: 65px;
    margin-right: 65px;
    line-height: 3;
    text-align: left;
    text-transform: capitalize;
    color: #0b2b4c;
    /*text-shadow: 2px 2px #fff;*/
	font-weight: 500;
}
.listnone {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.check-circle li:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 50px;
    font-size: 17px;
    color: #0b2b4c;
    content: '\f058';
    font-weight: 300;
    margin-top: -5px;
}
.tabulation {
    width: 100%;
    float: left;
    margin-top: -2em;
    background: rgba(255, 255, 255, 0.95);
}
.tabulation label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.tabulation input[type="text"],.tabulation input[type="number"] {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #333333 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mt {
    margin-bottom: 10px;
}
.btn.btn-primary {
    background: #f17326;
    color: #fff;
    border: none !important;
    font-size: 20px;
    border: 2px solid transparent !important;
    text-shadow: none;
}
p {
    font-size: 16px;
    color: #848484;
}

.single_process .process_icon::after {
    border-color: #dae1e7 transparent #dae1e7 transparent;
}
.single_process .process_number {
    font-size: 13px;
    font-weight: 700;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -25px;
    z-index: 10;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background: #28303d;
    color: #FFFFFF;
}
.process_icon i {
    font-size: 40px;
    color: #29345c;
    margin-top: 25px;
}
.single_process .process_icon::before, .single_process .process_icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 0.2s linear;
    border: 1px dashed transparent;
    border-color: transparent #dae1e7 transparent #dae1e7;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.single_process .process_icon {
    height: 100px;
    width: 100px;
    line-height: 104px;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    display: inline-block;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}
.process-box {
    text-align: center;
    margin-top: 30px;
}
.elementor-widget {
    position: relative;
}
.icon-024-document:before {
    content: '\e811';
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.single_process_inner {
    padding: 30px 35px;
}
.single_process_inner h4 {
    margin-bottom: 20px;
}
.single_process .work-process-divider {
    position: absolute;
    top: 75px;
    left: 70%;
    width: calc(100% - 155px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
    z-index:9;
}

.single_process .work-process-divider2 {
    position: absolute;
    top: 50px;
    left: 75%;
    width: calc(100% - 155px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
    z-index:9;
}

@media (max-width: 768px) {
    .single_process .work-process-divider {
        display:none !important;
    }

    .single_process .work-process-divider2 {
        display:none !important;
    }
}

.single_process .work-process-divider:after {
    content: '';
    font-family: 'Flaticon';
    position: absolute;
    right: -30px;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}
.flag-medium {
    width: 80px;
    height: 80px;
}
.country-name {
    font-size: 20px;
    color: #1c1e20;
    margin: 0px 0px 20px 0px;
    font-weight: 400;
}

.card__info{
    border: none;
    text-align: center;
    padding: 10px;
    min-height: 155px;
}

.img-border{
    border-radius: 5px 5px 0px 0px;
    max-height: 215px;
}

.section-intro-visa {
    background-color: #f7f7f7;
    padding-top: 15px;
    background-image: url(../images/bg/visa/visa_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 560px;
}

.visa-title{
    padding-bottom: 10px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-title{
    border: none !important;background: #000 !important;color: #fff !important;padding: 10px;text-align: center;font-size: 20px;font-weight: bold;
}