.hr1 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f2f2f2, #d8d8d8, #f2f2f2);
	background-image: -moz-linear-gradient(left, #f2f2f2, #d8d8d8, #f2f2f2);
	background-image: -ms-linear-gradient(left, #f2f2f2, #d8d8d8, #f2f2f2);
	background-image: -o-linear-gradient(left, #f2f2f2, #d8d8d8, #f2f2f2);
}
.hr2 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

#all-inputs input {
	margin-top: 30px;
	width: 100%;
}

#all-inputs textarea {
	width: 100%;
}

#all-inputs form div.right {
	width: 49%;
	margin-left: 2px;
	display: inline-grid;
}
#all-inputs form div.left {
	width: 49%;
	display: inline-grid;
}
#all-inputs form div.full {
	width: 99%;
}

body .open-notification {
	overflow: hidden;
}

.required-visa {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	outline: 0;
	display: none;
	background-color: #000000a6;
}

.form-group.has-error .help-block {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-message_req {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	padding: 20px;
	z-index: 8000;
	font-weight: bold;
}

.company__info__icon {
	width: 27px;
	height: 27px;
	margin-right: 2px;
	border-radius: 100%;
	object-fit: cover;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.go__detail__agent {
	position: absolute;
	bottom: 10px;
	left: 45%;
	right: 50%;
}

.btn__detail__agent {
	background: #4285f3;
	border-radius: 50px;
	width: 220px;
	height: 40px;
	font-size: 17px !important;
}

.swal2-title {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	color: gray;
}

.swal2-content {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.swal2-actions button {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.preloader-pay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
	z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

.wrapper-note {
	margin-right: 10px;
	background: #dadada47;
	padding: 10px;
	border-radius: 10px;
	color: #000;
}

.wrapper-note p {
	font-weight: 600;
}

.modal-backdrop {
	z-index: 2000;
}

.text-message-req {
	font-size: 24px;
}

.img-customer-note {
	width: 30px;
	display: block;
	margin: 0 auto;
}

.img-customer-block {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.passport-expire.opacity-inner {
	opacity: 0.2;
}

.d-flex {
	display: flex;
}

.note-customer {
	font-style: italic;
	font-size: 13px;
	color: gray;
	font-weight: 500;
	letter-spacing: 1px;
}

.travelo-signup-box,
.travelo-login-box {
	text-align: justify;
}

.justify-content-center {
	justify-content: center;
	align-items: center;
}

.action-signup {
	padding-bottom: 10px;
	margin-top: 10px;
}

.booking-section {
	margin-top: -20px;
}

.booking-section label {
	font-size: 10px;
}

.borderless > tbody > tr > td,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > td,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > thead > tr > th {
	border-top: none;
	border: none;
}

.image-error {
	display: block;
	margin: 0 auto;
	width: 190px;
	padding: 20px;
}

.error-note {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.information-title-mention {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px !important;
}

button:focus {
	outline: 0;
}

.close-icon-message {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	background-image: url("../images/close.svg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	height: 30px;
	width: 30px;
	padding: 5px 10px;
	font-size: 8px;
	letter-spacing: 1px;
	z-index: 1000;
	font-weight: bold;
	text-transform: uppercase;
}

.wrapper__input__tracking {
	display: flex;
	justify-content: center;
}

.tracking__wrapper {
	margin-top: 30px;
}

.tracking__wrapper button {
	width: 100%;
}

.title__tracking__number {
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2;
}

.agent-border {
	background: #ff705b;
	height: 2px;
}

.agent_li {
	display: flex;
	flex-direction: row;
	border-radius: 4px;
	width: 100%;
	background: #fff;
	position: relative;
	margin-bottom: 40px;
	border: 2px solid #dadada;
}

.agent_empty {
	border: 2px solid #dadada;
	display: block;
	/* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; */
	border-radius: 10px;
	background: #fff;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.agent-logo {
	position: relative;
	width: 30%;
	display: flex;
	padding-bottom: 10px;
	justify-content: center;
	flex-direction: column;
}

.agent-image {
	border-radius: 10%;
	width: 150px;
	height: 150px;
	object-fit: cover;
	padding: 5px;
	display: block;
	margin: auto;
}

.agent-information {
	padding: 5px;
	width: 100%;
}

.agent-service {
	padding: 5px;
	display: grid;
}

.dox-do {
	width: 50%;
	position: relative;
	display: flex;
	justify-content: center;
}

.dox-loadmore {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}

.wrapper-info {
	text-align: center;
	align-items: center;
}

/* responsive */
@media (max-width: 800px) {
	.agent_li {
		flex-direction: column;
	}
	.agent-logo {
		width: auto;
		margin: 0 auto;
		padding: 21px;
	}
	.agent-information td {
		font-size: 12px;
	}
	.note-customer {
		font-size: 10px;
	}
	.agent-service td {
		font-size: 12px;
	}
	.agent-service {
		margin-bottom: 20px;
	}
	.Agent-array {
		padding-left: 0;
		padding-right: 0;
	}
}

.swal2-title {
	font-size: 18px !important;
	font-weight: 600 !important;
}

.card-information h2 {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.purpose-label {
	background: #04b7f1;
	font-size: 11px;
	padding: 5px 15px;
	white-space: nowrap;
	color: #fff;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 600;
}

.close-modal {
	position: relative;
	cursor: pointer;
}

.close-icon {
	position: absolute;
	width: 40px;
	z-index: 9999;
	height: 40px;
	right: 10px;
	top: 10px;
	padding: 10px;
	cursor: pointer;
}

.modal-content {
	border: none !important;
	border-radius: none !important;
}

#loader-pre svg {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}

.btn-price-check {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 80%;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info-agent {
	background: #16a803;
	color: #fff;
}

.agent-title {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}

.nowrap-label {
	font-weight: 600;
	white-space: nowrap;
}

.payment-apply-visa .nowrap-label {
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
}

.shop__evisax {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.shop__evisax .modal-content {
	height: auto !important;
	min-height: 100% !important;
	border-radius: 0 !important;
}

.modal {
	padding-right: 0px !important;
}

.wrapper-loading {
	width: 120px;
	margin: 0 auto;
}

.visa___request {
	width: 42%;
	height: auto;
	/* background: #00000078; */
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 8px;
	display: none;
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
}

.visa__status {
	width: 320px;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 10px;
	background: #fff;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.visa__status.vr-bckgr {
	background-color: #e0503a;
	color: #fff;
	padding: 10px;
}

.visa__status.voa-bckgr {
	/* background-color: #3266b1; */
	background-color: #4285f3;
	color: #fff;
	/* color: #89bcef; */
	padding: 10px;
}

.visa__status.vf-bckgr {
	padding: 10px;
	background-color: #2c883b;
	color: #9c6;
}

.visa__status.eta-bckgr {
	padding: 10px;
	background-color: #db9601;
	color: #e2e27c;
}

.visa___request___action {
	text-align: center;
	display: none;
	padding: 5px;
	position: relative;
}

.visa__divider {
	border-bottom: 2px solid #dadada;
}

.visa__request__action {
	padding: 15px;
}

.note__virtualized {
	padding: 15px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	background: #ff705b;
	color: #fff;
	border-radius: 5px;
}

.wrapper-evisax-destination {
	margin: 0 auto;
	border-radius: 10px;
	border: 2px solid #e1e5e6;
	margin-top: 50px;
	margin-bottom: 20px;
}

.wrapper-evisax-information {
	margin: 0 auto;
	border-radius: 10px;
	border: 2px solid #e1e5e6;
	padding: 10px;
	margin-bottom: 20px;
}

.wrapper-info-title {
	display: flex;
	align-items: center;
  margin-bottom: 10px;
}

.wrapper-agent-information {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 50%;
}

.wrapper-agent-information .wrapper-information {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
}

.label-visa-info {
	white-space: nowrap;
	margin-right: 5px;
}

.label-visa-value {
	margin-left: 5px;
}

.evisax-title {
	font-size: 17px;
	color: #8c8b8b;
	letter-spacing: 1px;
	margin-top: 10px;
}

.divider-title {
	border-bottom: 4px solid #dadada;
	width: 200px;
}

.wrapper-agent-detail {
	margin: 0 auto;
	border-radius: 10px;
	border: 2px solid #e1e5e6;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
}

.wrapper-agent-img {
	width: 50%;
	height: auto;
	margin: auto;
	display: block;
}

.wrapper-evisax-destination .citizen {
	font-weight: 600;
	font-size: 14px;
	color: #9e9e9e;
	letter-spacing: 1px;
	padding: 10px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.wrapper-evisax-destination .destination {
	font-weight: 600;
	font-size: 14px;
	color: #9e9e9e;
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.wrapper-evisax-destination .living_in {
	font-weight: 600;
	font-size: 14px;
	color: #9e9e9e;
	letter-spacing: 1px;
	padding: 10px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.wrapper-evisax-destination .wrapper__label {
	padding: 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	color: #a9a8a8;
}

.wrapper-destination {
	padding: 40px;
	width: 80%;
	margin: 0 auto;
}

.divider {
	flex-grow: 1;
	border-bottom: 3px solid #8c8b8b;
	margin: 5px;
}

.wrapper-destination .citizen {
	font-weight: 600;
	font-size: 16px;
	color: #9e9e9e;
	letter-spacing: 1px;
	padding: 10px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.wrapper-destination .destination {
	font-weight: 600;
	font-size: 16px;
	color: #9e9e9e;
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.wrapper-destination .living_in {
	font-weight: 600;
	font-size: 16px;
	color: #9e9e9e;
	letter-spacing: 1px;
	padding: 10px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.wrapper-destination .wrapper__label {
	padding: 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	color: #ff705b;
}

.wrapper-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px;
}

.wrapper-title > div {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrapper-title .wrapper__label {
	font-weight: 600;
	text-transform: uppercase;
}

.button-submit-visa {
	height: 45px;
	font-weight: 900;
	background: #4285f3;
	border-radius: 50px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #4286f4;
}

.select2-container .select2-selection--single {
	height: 34px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 34px;
	text-transform: uppercase;
	display: block;
	font-size: 0.9167em;
	letter-spacing: 0.07272727em;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #999;
	hyphens: auto;
	word-break: break-word;
	word-wrap: break-word;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 32px;
	right: 2px;
}

.wrapper-phonecode {
	display: flex;
	width: 150px;
	align-items: center;
}

.wrapper-phonecode img {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	object-fit: contain;
	padding: 0px;
}

.payments-invoice-information {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.payment-wrapper-title {
	display: flex;
	align-items: center;
}

.payment-wrapper-title img {
	width: 50px;
	height: 60px;
	margin-right: 12px;
}

.payments-wrapper-information .payments-labels-info {
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
}

.payments-wrapper-information .payments-labels-values {
	margin-top: 10px;
	font-weight: 600;
	font-size: 17px;
	text-align: right;
	color: #00b7f1;
}

.payments-divider {
	border-bottom: 2px solid #dadada;
	padding: 20px;
}

.visa-payments-divider {
  border-bottom: 2px solid #dadada;
	padding: 20px;
  margin: 10px;
}

.visa-payments-divider:last-child {
  border: none;
	padding: 20px;
  margin: 10px;
}

.visa-payments-divider .payments-labels-values {
  text-align: right;
  font-weight: 600;
}

.visa-payments-divider .payments-labels-info {
  font-weight: 600;
  text-transform: capitalize;
}

.md-radio input[type="radio"] {
	position: relative;
}

.md-radio label > .check {
	background: #4285f3;
}

.md-checkbox {
	margin-bottom: 20px;
}

.travelo-box .icon_citizen {
	width: 30px;
	height: 40px;
}

.travelo-box .icon_destination {
	width: 30px;
	height: 40px;
}

.travelo-box .icon_living_in {
	width: 30px;
	height: 40px;
}

.travelo-box .wrapper-evisax-destination {
	margin-top: 0px;
	margin-bottom: 10px;
}

.travelo-box .wrapper-evisax-destination div {
	color: #838383;
}

.travelo-box .wrapper-evisax-destination .wrapper__label {
	color: #838383;
}

.travelo-box .divider {
	border-bottom: 3px solid #000;
}

.apply-information .wrapper-evisax-destination {
	border: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.apply-information .wrapper-evisax-information {
	border: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

span.select2-selection.select2-selection--single {
	outline: none;
}

.wrapper-phonecode span {
	width: 100%;
	white-space: nowrap;
}

.verification-wrapper {
	margin-top: 120px;
	margin-bottom: 120px;
	height: auto;
}

.wrapper-verification-confirm {
	width: 60%;
	border-radius: 10px;
	/* box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%); */
	margin: 0 auto;
	display: block;
	padding: 20px;
}

.wrapper-verification-confirm h4 {
	font-weight: 600;
	letter-spacing: 1px;
	font-family: "Google sans", sans-serif;
	font-size: 28px;
	color: #8c8b8b;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.wrapper-verification-confirm .text-small {
	font-size: 21px;
	text-transform: none;
}

.wrapper-verification-img {
	margin-top: 20px;
}

.wrapper-verification-confirm p {
	font-weight: 500;
	font-size: 18px;
	color: #8c8b8b;
	text-align: center;
	margin-bottom: 20px;
}

.verification-wrapper-action {
	padding: 10px;
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: center;
}

.wrapper-verification-confirm img {
	width: 220px;
	height: auto;
	margin: auto;
	display: block;
	margin-bottom: 20px;
}

.profile-inner-avatar {
	position: relative;
	width: 140px;
	margin: auto;
}

.profile-change-photo {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 10px;
	background: #ffffff;
	padding: 5px;
	border: 2px solid;
	border-radius: 20px;
	cursor: pointer;
}

.empty-visa-list {
	text-align: center;
	margin-top: 40px;
}

.btn-submit-profile {
	height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 4px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn-create-billing {
	height: 35px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 2px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn-change-billing-save {
	height: 35px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 2px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn-withdrawal-request {
	height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 8px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn-billing-show {
	height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 8px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}
.btn-billing-save {
	height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 8px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn-withdrawal {
	height: 35px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 2px 30px;
	white-space: nowrap;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
}

.btn-setting-profile {
	height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 8px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn-setting-phone-profile {
  height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 8px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn-setting-2fa-profile {
  height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 4px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.btn-submit-tracking {
	height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 4px 50px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.wrapper-information-visa {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 10px;
}

.verified-ok-btn {
	height: 45px;
	font-weight: 600;
	background: #4285f3;
	border-radius: 50px;
	font-size: 0.9167em;
	text-transform: uppercase !important;
	padding: 8px 70px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	border: none;
}

.withdrawal-save-action {
	margin-top: 50px;
}

.profile-image {
	display: flex;
	align-items: center;
	margin-top: -5px !important;
	color: #fff;
}

.profile-image:hover {
	color: #fff;
}

.special-img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	object-fit: cover;
	background-color: #fff;
}

#txtname {
	text-transform: uppercase;
	margin-right: 10px;
}

.profile-menu.dropdown-menu > li > a {
	padding: 2px 18px;
	margin-right: 20px;
}

.wrapper-profile {
	padding-bottom: 120px;
	height: 100%;
	position: relative;
}

.wrapper-content-setting {
  display: flex;
  justify-content: center;
}

.wrapper-profile .wrapper-info-title {
  margin-bottom: 10px;
}

.wrapper-profile-title {
  text-align: center;
  margin-bottom: 20px;
}

.inner-profile {
	padding-top: 120px;
}

.wrapper--profile-inner-information {
	text-align: center;
}

.wrapper--profile-inner-information h4 {
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

#profileFormPhoto {
	width: 220px;
	margin: auto;
	display: block;
}

.profile-menu .divider {
	border-bottom: 1px solid #dadada;
}

.profile-inner-wrapper {
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 120px;
}

.profile-inner-information {
	margin-left: 25px;
	width: 100%;
	position: relative;
}

.profile-name {
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
}

.profile-inner-information small {
	font-style: italic;
	font-weight: 500;
	color: #fff;
	background: #00b7f1;
	padding: 2px 20px;
	border-radius: 10px;
	margin-top: 5px;
}

.profile-inner-tabmenu {
	padding: 10px;
}

.profile-inner-tabmenu .nav-tabs {
	display: -webkit-inline-box;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.profile-inner-tabmenu .nav-tabs::-webkit-scrollbar {
	display: none;
}

.profile-inner-tabmenu .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid #00b7f1;
}

.profile-tab-menu .nav-tabs > li > a {
	text-transform: uppercase !important;
	letter-spacing: 1px;
}

.profile-tab-menu .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 20px 10px 0px;
}

.profile-wrapper-tabs {
	padding: 10px;
}

.tracking-number-field {
	width: 420px;
	margin: 0 auto;
}

.profile-inner-banner {
	padding: 20px;
	background: #ededed;
	display: flex;
	justify-content: space-between;
	border-radius: 15px;
}

.profile-inner-apply {
	display: flex;
	width: 80px;
}

.turn-off {
	width: 30px;
	height: 30px;
	margin-left: 20px;
}

.profile-photos {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 50%;
  border: 2px solid #f5f5f5;
	background-color: #fff;
}

.customer-nationality span {
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 5px;
}

.profile-wrapper-content label {
	font-weight: 600;
	text-transform: capitalize;
}

.form-control {
	border: none;
}

#change-profile-modal .wrapper-info-title {
	margin-bottom: 10px;
}

.justify-align-center {
	display: flex;
	justify-content: center;
}

.paypal-button-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.wrapper-view-visa-details {
	text-align: right;
}

.btn-visa-view-details {
	height: 45px;
	font-weight: 600;
	background: transparent;
	border: 2px solid #4284f2;
	text-transform: lowercase;
	border-radius: 50px;
	font-size: 0.9167em;
	padding: 2px 50px;
	white-space: nowrap;
	color: #4284f2;
	cursor: pointer;
}

.btn-visa-view-details:hover {
	background: #4284f2;
	color: #fff;
}

.profile-wrapper-content .form-control {
	height: 45px;
	border-radius: 50px;
	background: #fff !important;
	border: 2px solid #dadada;
}

.profile-wrapper-content
	.select2-container--default
	.select2-selection--single {
	height: 45px;
	border-radius: 30px;
	background: #fff !important;
	border: 2px solid #dadada;
}

.profile-wrapper-content
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 42px;
	text-transform: capitalize;
}

.profile-wrapper-content
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 42px;
	right: 10px;
}

.profile-save-action {
	margin-top: 40px;
	margin-bottom: 40px;
}

.photoImgFile {
	display: none !important;
}

.help-block p {
	font-weight: 600;
	text-transform: uppercase;
	font-size: smaller;
	letter-spacing: 1px;
	color: red;
}

.err.text-danger {
  font-weight: 600;
	text-transform: uppercase;
	font-size: smaller;
	letter-spacing: 1px;
	color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-logout {
	position: relative;
	border-radius: 10px;
	border: 2px solid #ea4335;
	color: #ea4335;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	width: 130px;
	align-items: center;
	justify-content: space-between;
}

.button-logout:hover {
	color: #ea4335;
}

.md-radio-list {
	padding-bottom: 10px;
}

.empty-visa-list h4 {
	padding: 10px;
	text-transform: uppercase;
	font-weight: 600;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.mt-5 {
	margin-top :20px;
}

.wrapper-payment-method {
	margin-top: 30px;
}

.apply-visa-wrapper {
	display: flex;
	justify-content: space-between;
	border: 2px solid #dadada;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrapper-visa-destination {
	width: 50%;
	border-left: 2px solid #dadada;
}

.wrapper-application-status {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}

.wrapper-application-status .wrapper-information {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

.wrapper-application-status .application-status-process {
	padding: 4px 10px;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background: #db9601;
	color: #fff;
}

.wrapper-application-status .application-status-complete {
	padding: 4px 10px;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background: #16a803;
	color: #fff;
}

.wrapper-application-status .application-status-pending {
	padding: 4px 10px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background: #e73d4a;
	color: #fff;
}

.wrapper-application-status .application-status-canceled {
	padding: 4px 10px;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	background: #e73d4a;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.wrapper-setting {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.wrapper-email-settings {
	display: flex;
	flex-direction: row;
	background: #ededed;
	border-radius: 10px;
	padding: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.wrapper-password-settings {
	display: flex;
	flex-direction: row;
	background: #ededed;
	border-radius: 10px;
	padding: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.wrapper-phone-settings {
	display: flex;
	flex-direction: row;
	background: #ededed;
	border-radius: 10px;
	padding: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.information-settings {
	display: flex;
	flex-direction: column;
}

.information-label-title {
	padding: 10px;
	font-size: 21px;
	margin-left: 10px;
	font-weight: 600;
}

.information-label-subtitle {
	padding: 10px;
	font-size: 14px;
	margin-left: 10px;
	font-weight: 500;
}

.information-label-values {
	padding: 4px 20px;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	margin-left: 15px;
	background: #00b7f1;
	color: #ffffff;
	display: flex;
	border-radius: 20px;
}

.icon-img {
	width: 120px;
	height: 120px;
}

.icon-img-change {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.icon-settings-change {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.travelo-signup-box,
.travelo-login-box {
	width: 480px;
}

.swal2-container {
	z-index: 100000000000 !important;
}

.card-wrapper-wallet {
	border-radius: 20px;
	background: #ffffff;
	padding: 20px;
	border: 2px solid #dadada;
}

.card-wrapper-wallet .wrapper-info-title {
	margin-bottom: 5px;
}

.card-wrapper-wallet.blue-one {
	border: none;
	background: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.wrapper-billing-account {
	padding: 10px;
	border-radius: 10px;
	border: 2px dotted #dadada;
	margin-top: 20px;
}

.wrapper-billing-account {
	text-align: center;
}

.balance-information {
	margin-top: 10px;
}
.billing-information {
	margin-top: 10px;
	margin-bottom: 20px;
}

.currency-icon {
	font-size: 31px;
	font-weight: 600;
}

.currency-value {
	font-size: 60px;
	font-weight: 600;
}

.billing-icon {
	font-size: 31px;
	font-weight: 600;
}

.billing-value {
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
}

.wrapper-transaction {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wrapper-icon-transaction img {
	width: 30px;
	height: 30px;
}

.wrapper-info-transaction {
	padding: 3px 20px;
	width: 100%;
}

.wrapper-empty-transaction {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	flex-direction: column;
}

.empty-transaction-img {
	width: 120px;
	height: 120px;
}

.empty-title-transaction {
	margin-top: 20px;
	font-size: 17px;
	font-weight: 600;
}

.transaction-info {
	font-weight: 600;
}

.transaction-info.add-balance {
	color: #16a803;
}
.transaction-info.minus-balance {
	color: #fa0000;
}

.transaction-currency-icon {
	font-size: 17px;
	font-weight: 600;
}

.transaction-currency-value {
	font-size: 21px;
}

.wrapper-detail-transaction {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	width: 160px;
}

.transaction-status {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}

.divider-transaction {
	border-bottom: 2px solid #dadada;
}

#request-withdrawal .wrapper-info-title {
	margin-bottom: 10px;
}

.add-amount {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.add-amount img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.add-amount input {
	height: 55px;
	width: 120px;
	margin: 10px;
	text-align: center;
	font-size: 30px;
}

.wrapper-input {
	margin-top: 40px;
}

.wrapper-input label {
	font-weight: 600;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.wrapper-billing-list {
	display: flex;
	flex-direction: row;
	padding: 10px;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.billing-list-information {
	padding: 3px 30px;
	width: 50%;
}

.billing-title {
	font-weight: 600;
	font-size: 14px;
	word-wrap: break-word;
}

.billing-img {
	width: 140px;
	height: auto;
}

.wrapper-billing-form {
	margin-top: 40px;
}

.wrapper-billing-form .form-control {
	height: 45px;
	border-radius: 50px;
	background: #fff !important;
	border: 2px solid #dadada;
}

.wrapper-billing-form .select2-container--default .select2-selection--single {
	height: 45px;
	border-radius: 30px;
	background: #fff !important;
	border: 2px solid #dadada;
}

.wrapper-billing-form
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 42px;
	text-transform: capitalize;
}

.wrapper-billing-form
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 42px;
	right: 10px;
}

.wrapper-billing-list.wrapper-billing-choosen {
	border-radius: 10px;
	border: 2px solid #dadada;
	cursor: pointer;
	height: 90px;
}

.wrapper-billing-list.wrapper-billing-choosen:hover {
	background-color: aliceblue;
}

.currency-title {
	font-style: italic;
	font-size: 14px;
}

.billing-list-action {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	width: 320px;
}

.btn-action-billing {
	border: 2px solid #dadada;
	margin: 5px;
	height: 45px;
	background: transparent;
}

.btn-action-billing:hover {
	background: #ededed;
}

.img-action {
	width: 20px;
	height: 20px;
}

.profile-action-logout {
	display: flex;
	justify-content: flex-end;
}

.apply-refund {
	background: #ff705b;
	border-radius: 50px;
	height: 35px !important;
}

.info-transaction-number {
	color: #ff705b;
}

.apply-information.hide {
	display: none;
}

.apply-information.show {
	display: block;
}

/* profile menu */

.profile-menu {
	width: 220px;
}

.wrapper-profile-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.profile-menu-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px;
	margin-top: 0px !important;
}

.profile--menu--icon {
	margin-right: 10px;
}

.profile--menu {
	font-weight: 700;
	text-transform: initial;
}

.wrapper-login {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu--img--icon {
	width: 25px;
	height: 25px;
}

.wrapper-menu-login {
	list-style: none;
	margin-left: 25px;
}

.wrapper--logout {
	color: #fff;
}

.wrapper--logout:hover {
	color: #fff;
}

.wrapper--logout:focus {
	color: #fff;
}

.wrapper--logout--icon {
	width: 23px;
	height: 23px;
  margin-right: 10px;
}

.profile-wrapper-page {
  border: 2px solid #dadada;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
}

.profile-wrapper-page .nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-wrapper-page .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #4284f2;
}

.personal--form {
  display: flex;
  justify-content: center;
}

.profile-wrapper-page .nav-tabs>li>a {
  padding: 10px 50px;
}

.form--contactus .form-control {
  height: 50px;
}

.contact-details .contact-phone {
  font-weight: 600;
  font-family: 'Google Sans', sans-serif;
}

.google-recaptcha-login {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.google-recaptcha-footer {
  padding-top: 40px;
  display: flex;
  justify-content: flex-start;
}

.google-recaptcha {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.submit-forgot-pass {
  flex-direction: column;
}

.error-captcha {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.caption-sparator {
  text-align: center;
}

.field-subscriber {
  justify-content: flex-start;
  align-items: baseline;
  width: 420px;
}

.field-subscriber .form-control {
  background-color: #fff !important;
  border-radius: 0;
}

.field-subscriber button {
  width: 200px; 
  margin-top:30px; 
  padding-left:5px;
}

.owl-stage {
  display: flex;
  align-items: center;
}

.owl-prev {
  display: none;
}

.partner-wrapper {
  position: relative;
}

.company--continue {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 65px;
  z-index: 1200;
  right: 80px;
  cursor: pointer;
}

.preview-company-img {
  width: 50px;
  height: 40px;
  margin-right: 6px;
}

.wrapper--company--information {
  margin-top: 10px;
}

.wrapper--company--image {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
} 

.wrapper--company--img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.wrapper--company--info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.wrapper--company--address--info {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
}

.wrapper-company-address--info .wrapper--cp--value {
  text-align: justify;
}

.wrapper--cp--lb {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

.wrapper--cp--value {
  font-weight: 500;
  letter-spacing: 1px;
}

.wrapper--inner-co-info {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wrapper--cp-p--value {
  display: flex;
  justify-content: flex-start;
}

.wrapper--cp--phone {
  display: flex;
  margin-right: 10px;
}

.company--map-wrapper {
  margin-top: 10px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
  .profile-wrapper-page .nav-tabs>li>a {
    padding: 10px 10px;
  }
	.profile-inner-tabmenu .nav-tabs {
		width: 290px;
	}
	.card-wrapper-wallet {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.profile-name {
		font-size: 14px;
	}
	.profile-photos {
		margin: 0 auto;
		display: block;
	}
	.profile-inner-banner {
		height: 310px;
	}
	.apply-visa-wrapper {
		flex-direction: column;
	}
	.wrapper-visa-destination {
		border-left: 0px;
	}
	.wrapper-agent-information {
		width: 100%;
		margin-left: 0px;
	}
	.wrapper-visa-destination {
		width: 100%;
	}
	.wrapper-email-settings {
		flex-direction: column;
	}
	.wrapper-phone-settings {
		flex-direction: column;
	}
	.information-label-title {
		margin-left: 0px;
	}
	.information-label-subtitle {
		margin-left: 0px;
	}
	.information-label-values {
		margin-left: 0px;
	}
	.wrapper-setting {
		padding: 0px;
	}
	.tracking-number-field {
		width: 100%;
	}
	.travelo-signup-box,
	.travelo-login-box {
		width: 100%;
		margin-top: 40px;
	}
	.billing-list-action {
		flex-direction: column;
	}
  .billing-list-information {
    display: none;
  }
  .visa___request {
    width: 100%;
    top: 0;
    position: relative;
    background: #00000078;
  }
  .wrapper-destination {
    width: 100%;
    padding: 0px;
  }
  .wrapper-title {
    flex-direction: column;
  }
  .go__detail__agent {
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
  }
  .company--continue {
    right: 20px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
	/* Styles */
	.card-wrapper-wallet {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* Styles */
	.card-wrapper-wallet {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/* Styles */
	.card-wrapper-wallet {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	/* Styles */
	.card-wrapper-wallet {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	/* Styles */
	.card-wrapper-wallet {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
	/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
	/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	/* Styles */
	.card-wrapper-wallet {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
  .visa___request {
    width: 100%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
  .visa___request {
    width: 100%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
  .visa___request {
    width: 100%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
  .visa___request {
    width: 100%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
  .visa___request {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
  .visa___request {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
  .visa___request {
    width: 100%;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
	.profile-inner-banner {
		flex-direction: column;
	}
}
