html {
  font-size: 100.01%;
}

/*
	font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;
*/

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
  color: #3f3d56;
}

.container {
  max-width: 1280px;
  width: 100%;
}

.container-md {
  max-width: 1100px;
}

:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a,
.btn,
button,
.nav-link:after,
.nav-link img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a {
  color: #3f3d56;
  text-decoration: none !important;
}

a:hover {
  color: #5dbcd2;
}

p a:hover,
li a:hover,
p a:focus,
p a:active,
.icon:hover {
  color: #5dbcd2 !important;
}

p {
  margin: 0 0 15px;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 65%;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: calc(26px + 1.4vw);
  margin-bottom: 0.6em;
  font-weight: 700;
}

h2 span,
h3 span {
  color: #5dbcd2;
  display: inline-block;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: calc(18px + 1.05vw);
  margin-bottom: 0.6em;
  font-weight: 700;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.bg-secondary {
  background-color: #3f3d56 !important;
  color: #fff;
}

.bg-primary {
  background: #5dbcd2 !important;
}

.bg-primary-light {
  background: #eef8fb;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.btn-white {
  background-color: #fff;
  color: #5dbcd2;
}

.btn-secondary {
  background-color: #3f3d56 !important;
}

.btn-outline-light {
  border: 1px #fff solid !important;
  color: #fff;
}

.btn-outline-primary {
  border: 1px #5dbcd2 solid !important;
  color: #5dbcd2;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  background-color: #5dbcd2;
  color: #fff;
}

.btn-primary,
.btn-primary:focus {
  background: #5dbcd2;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active {
  background: #3f3d56 !important;
}

.btn-learn {
  border: 0;
  height: 35px;
  padding: 0 20px;
  line-height: 35px;
}

.btn-reset {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.btn-flag img {
  max-width: 35px;
}

.btn-user {
  color: #3f3d56;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #eef8fb;
  font-family: "Poppins", sans-serif;
}

.btn-user span {
  color: #5dbcd2;
}

.dropdown-toggle::after {
  width: 10px;
  height: 10px;
  border-width: 0;
  vertical-align: baseline;
  background: transparent url("../images/arrow_down.svg") no-repeat center /
    contain;
}

.text-dark {
  color: #3f3d56 !important;
}

.header {
  left: 0;
  top: 30px;
  z-index: 8;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-brand img {
  height: 50px;
}

.navbar-nav > li + li {
  margin-left: 35px;
}

.dropdown-menu {
  font-size: 0.95em;
  border-width: 0;
  -webkit-box-shadow: 0px 3px 6px 2px rgb(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px 2px rgb(0, 0, 0, 0.05);
}

.dropdown-menu a {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #5dbcd2;
  color: #fff !important;
}

.dropdown-menu a img {
  max-width: 25px;
  margin-right: 5px;
}

.dropdown-noarrow:after {
  display: none;
}

.home_banner {
  padding: 180px 0 80px;
  background: #fff url("../images/home_banner_shape.png") no-repeat top -190px right -30% /
    58%;
}

.home_banner p {
  max-width: 440px;
  width: 100%;
}

.home_banner .d-flex {
  padding-top: 10px;
}

.banner_item {
  background-color: #5dbcd2;
  border-radius: 18px;
  text-align: center;
  margin-right: 18px;
  font-size: 11px;
  padding: 10px;
  width: 125px;
  color: #fff;
}

.banner_item h4 {
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 3px;
  padding: 0 15px;
}

.banner_item_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
  height: 45px;
}

.banner_item_item img {
  max-width: 32px;
  margin: auto;
}

.info-content {
  z-index: 5;
  padding: 7% 10%;
  background: #fff;
  min-height: 400px;
  position: relative;
}

.info-content p {
  max-width: 450px;
  width: 100%;
}

.info-image {
  margin-top: -27%;
}

.support_boxes {
  padding: 0 25px;
}

.support_item {
  height: 100%;
  padding: 18% 15%;
  background-color: #eef8fb;
}

.support_item_icon img {
  max-height: 50px;
}

.support_item_icon {
  margin-bottom: 20px;
}

.support_item h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.support_item p {
  margin-bottom: 0px;
  line-height: 1.5;
  font-size: 15px;
}

.support_boxes .support_item {
  position: relative;
  top: 15%;
}

.support_boxes .col-md-3:nth-child(2) .support_item {
  top: 30%;
  background-color: #def2f6;
}

.support_boxes .col-md-3:nth-child(3) .support_item {
  top: 45%;
  background-color: #ceebf1;
}

.support_boxes .col-md-3:nth-child(4) .support_item {
  top: 60%;
  background-color: #bee4ed;
}

.testimonial_area {
  padding: 10% 0px;
}

.testimonial_text h3 {
  margin-bottom: 0;
}

.testimonial_text:before,
.testimonial_text:after {
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
}

.testimonial_text:before {
  top: 0;
  left: -30px;
  background: #fff url("../images/quote_open.svg") no-repeat center / contain;
}

.testimonial_text:after {
  bottom: 5px;
  right: -45px;
  background: #fff url("../images/quote_close.svg") no-repeat center / contain;
}

.mb_image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 320px;
  height: 100%;
}

.mb_content {
  padding: 6% 7%;
}

.mb_content h2 {
  max-width: 90%;
}

.mb_content p {
  max-width: 80%;
}

.mb_content ol,
.mb_content ul,
.info-content ol,
.info-content ul {
  padding-left: 18px;
}

.mb_content ol li,
.mb_content ul li,
.info-content ol li,
.info-content ul li {
  margin-bottom: 2px;
}

.current_features li {
  color: #3f3d56;
  font-size: 18px;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 6px !important;
  background: #fff url("../images/check-mark.svg") no-repeat center left / 18px;
}

li.cf_not_available {
  color: #b1b0bb;
  background-image: url("../images/time-left.svg");
}

.our_service_box {
  padding: 3% 5.5%;
}

.review_area {
  margin-top: 50px;
}

.reviewer_pic {
  margin: auto;
  height: 100px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  width: 100px !important;
  object-position: center;
  border: 6px solid #5dbcd2;
}

.review_starts {
  margin-top: 15px;
  color: #ffc43b;
}

.review_left {
  margin-right: 25px;
  min-width: 115px;
}

.review_right {
  padding: 4.5% 5%;
  border-radius: 24px;
}

.review_right p:last-child {
  margin-bottom: 0;
}

.review_right h3 {
  font-size: 20px;
}

.review_right h3 span {
  font-weight: 400;
  margin-left: 3px;
  font-size: 0.85em;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #3f3d56;
  opacity: 0.2;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3f3d56;
  opacity: 1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}

.ca_section_text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
}

.footer {
  font-size: 16px;
  color: #fff;
  background-color: #3f3d56;
}

.contact_info {
  word-break: break-all;
}

.footer_content {
  padding: 85px 0 45px;
}

.footer_content h4 {
  margin-bottom: 18px;
  font-style: italic;
  font-weight: 200;
  font-size: 20px;
  color: #5dbcd2;
}

.footer_content ul {
  margin-bottom: 5px;
  list-style: none;
  padding: 0;
}

.footer_content ul a {
  font-weight: 300;
  color: #fff;
}

.footer_content ul li {
  padding-left: 15px;
  margin-bottom: 12px;
  background: transparent url("../images/play_icon.png") no-repeat top 6px left /
    7px;
}

.footer_details {
  width: 100%;
  padding: 2% 3%;
  display: block;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  max-width: 920px;
  border-radius: 24px;
  margin: 40px auto 20px;
  border: 1px rgba(255, 255, 255, 0.2) solid;
}

.footer_details p {
  margin-bottom: 0;
}

.footer_details .row > div:first-child {
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
}

.footer_copyright {
  padding: 20px 0;
  border-top: 1px rgba(255, 255, 255, 2) solid;
}

.footer_copyright p,
.footer_copyright ul {
  margin-bottom: 0;
}

.footer_copyright {
  font-weight: 300;
  font-size: 14px;
}

.footer_copyright .container {
  max-width: 1024px;
}

.footer_copyright p,
.footer_copyright a {
  color: #fff;
}

.footer_copyright ul li {
  margin-left: 25px;
}

.transxand_box {
  border-radius: 20px;
  padding: 12% 10%;
}

.transxand_logo {
  margin-bottom: 35px;
}

.transxand_logo img {
  max-width: 75%;
}

.transxand_info {
  background: #ffd866;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 15px;
  font-weight: 300;
  font-size: 15px;
}

.transxand_info p {
  margin: 0;
}

.transxand_info a {
  color: #5dbcd2;
  text-decoration: underline !important;
}

.transxand_menu li {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.transxand_menu li img {
  max-width: 15px;
  margin-right: 5px;
  vertical-align: -1px;
  display: inline-block;
}

.transxand_menu li a {
  color: #5dbcd2;
}

.transxand_menu li a:hover {
  opacity: 0.5;
}

.breadcrumb_items {
  color: #3f3d56;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.breadcrumb_items span:before {
  color: #ccc;
  content: "/";
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inner_header {
  margin-bottom: 35px;
}

.card {
  border-radius: 15px;
}

.card-body {
  font-weight: 300;
  padding: 25px 30px;
  border-radius: inherit;
}

.card-body .row {
  margin-left: -8px;
  margin-right: -8px;
}

.card-body .row > div {
  padding-left: 8px;
  padding-right: 8px;
}

.card-body h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.card-body .form-group {
  margin-bottom: 25px;
}

.card-body .form-control,
.card-body button.btn {
  height: 44px;
}

.card-body .form-control {
  font-family: "Open Sans", sans-serif;
  color: rgba(63, 61, 86, 0.8);
  border-radius: 20px;
  padding-right: 15px;
  min-width: 150px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  border: none;
}

.card-body .form-control::-webkit-input-placeholder {
  color: rgba(63, 61, 86, 0.4);
}

.card-body .form-control:-ms-input-placeholder {
  color: rgba(63, 61, 86, 0.4);
}

.card-body .form-control::placeholder {
  color: rgba(63, 61, 86, 0.4);
}

.card-body select.form-control {
  background: #fff url("../images/arrow_down.svg") no-repeat center right 12px /
    11px;
  padding-right: 25px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-group .form-control + .form-control {
  max-width: 85px;
  min-width: 85px;
  border-left: 1px rgba(63, 61, 86, 0.2) solid;
}

.owl-single {
  height: 100vh !important;
  min-height: 380px;
  top: 0;
}

.owl-single.h-100 .owl-stage-outer,
.owl-single.h-100 .owl-stage,
.owl-single.h-100 .owl-item {
  height: 100%;
}

.owl-single.h-100 .item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.owl-single .item_text h2 span {
  display: inline;
}

.owl-single .item_text h2 {
  line-height: 1.2;
  width: 100%;
}

.owl-single .item_text {
  min-height: 260px;
  width: 100%;
  padding: 20px 35px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.owl-single .owl-dots {
  position: absolute;
  padding-left: 35px;
  text-align: left;
  margin-top: 0;
  bottom: 30px;
  z-index: 88;
  width: 100%;
}

.owl-single .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 0.4;
}

.owl-single .owl-dots .owl-dot.active span,
.owl-single .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.tabs_outter {
  width: 100%;
  margin: auto;
  display: block;
  max-width: 760px;
  padding: 35px 25px;
}

.tabs_header {
  margin-bottom: 25px;
  padding-left: 35px;
}

.tb-logo img {
  max-height: 30px;
}

.nav-tabs {
  margin-bottom: 40px;
}

.nav-tabs li {
  padding: 0 8px;
  margin-bottom: 8px !important;
}

.nav-tabs a {
  text-transform: uppercase;
  color: #5dbcd2 !important;
  border-radius: 30px !important;
  padding: 0.6rem 1.4rem !important;
  border: 1px #5dbcd2 solid !important;
}

.nav-tabs a.active {
  background: #5dbcd2 !important;
  color: #fff !important;
}

.nav-tabs a.active img {
  filter: brightness(5);
}

.nav-tabs a img {
  max-height: 20px;
  margin-right: 5px;
  vertical-align: -4px;
  display: inline-block;
}

.bg-secondary a:not(.btn) {
  color: #5dbcd2;
}

.alert-message,
.terms-conditions {
  padding: 20px 10px;
  margin: 30px 0;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  border-radius: 15px;
  border: 1px rgba(255, 255, 255, 0.2) solid;
}

.terms-conditions .custom-control {
  margin-left: 5px;
}

.terms-conditions .custom-control + .custom-control {
  margin-top: 10px;
}

.bg-primary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #3f3d56;
  background-color: #3f3d56;
}

.bg-primary .form-control.border {
  border-width: 2px !important;
  border-color: #fff !important;
}

.card-body label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

p.text-dark {
  font-weight: 500;
}

/* inner content */
.inner-content {
  padding-top: 150px;
  padding-bottom: 50px;
}

.error-msg {
  color: red;
  font-size: 14px;
}

.hide-errormsg {
  display: none;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5) url("ajax-loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

.text-center {
  text-align: center !important;
}

.img-resp {
  width: 100%;
  height: auto;
}

.intl-tel-input {
  width: 100%;
}

.iti {
  width: 100%;
}

.pcard_section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.box-icon {
  border: 2px solid #27bdad;
  border-radius: 18px;
  text-align: center;
  margin-right: 18px;
  font-size: 11px;
  padding: 10px;
  width: 125px;
  color: #fff;
}

.pay_bg {
  width: 80%;
  margin: 0 auto;
  height: 317px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.pcard {
  width: 21%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h5 span,
h3 span {
  color: #5dbcd2;
  display: inline-block;
}

.text-bold {
  font-weight: bold;
}
