.page-walkandtalk {     background-image: url(/assets/images/page-walktalk.jpg);     }
.page-walk\&talkfeatures {   background-image: url(/assets/images/page-walktalk.jpg);
}   


.info-ftool {
    background: #00A1EB;
    text-align: center; 
    padding: 35px 22px;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.info-ftool p {
    min-height: 50px;
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.info-ftool  h4 {
    margin: 22px 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.info-ftool.info-tl2 {
    background: #193773;
}

.info-ftool.info-tgr {
    background: #F2F3F5;
}

.info-ftool.info-tgr * {
    color: #000;
}

section.abt-walkf {
    background: url(/assets/images/faqbg.jpg) no-repeat scroll center center #F2F3F5; background-size: cover;
}

.heading span {
    color: #00A1EB;
    vertical-align: baseline;
}

.heading span i {
    color: #193773;
    vertical-align: baseline;
}

.abt-walkf .card {
    margin: 15px 0;
    border-radius: 30px;
    overflow: hidden;
    border-color: #fff;
}

.card-header {
    padding: 18px 15px 15px 35px;
    background: #fff;
    border: #fff;
}

.card-header a.btn-ac {
    color: #000000;
    font-size: 1.125rem;
    font-weight: 500;
}


    .card-header .btn-ac .arrow {
        background: url(/assets/images/minus.png) no-repeat center center; width:23px;
        height: 23px;
        transition: transform 0.3s ease;
        position: absolute;
        right: 30px;
        top: 20px;
        transform: rotate(0deg);
    }

    .card-header .btn-ac.collapsed .arrow {
        transform: rotate(180deg);
        background: url(/assets/images/plus.png) no-repeat center center;
    }

    .card-header .btn-ac[aria-expanded="true"] .arrow {
        transform: rotate(0deg);
        background: url(/assets/images/minus.png) no-repeat center center;
    }

.card-header img.arc-shape {
    position: absolute;
    right: 240px;
    bottom: -120px;
}   

.card-body {
    padding: 0 35px 20px;
}

section.pro-tips {
    background: url(/assets/images/line-bar.png) no-repeat scroll center bottom;
}

.spi-card {
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all ease-in-out  0.3s;
}

.spi-content {
    padding: 30px;
    width: 100%;
    position: relative;
}

img.spi-img {
    width: 100%;
}

.spi-content h3 {
    font-weight: bold;
    font-size: 1.6rem;
}

.spi-content  p {
    min-height: 150px;
    font-size: 15px;
    color: #000;
}

.spi-card a.btn {
    padding: 12px 26px;
    font-size: 15px !important;
    color: #fff !important;
    background-color: #00A1EB !important;
}

.spi-card:hover , .spi-card:active , .spi-card:focus {
    border-color: #193773;
    box-shadow: 0 10px 20px #00000029;
}

.spi-card:hover a.btn {
    background: #193773 !important;
}

.abt-sec3.blue-cta3 .heading.text-center p {
    width: auto;
}

section.abt-sec3.blue-cta3 {
    background-color: #000;
}

.blue-cta3  .btn.btn-transparent {
    background: transparent !important;
    color: #fff !important;
}

.blue-cta3 a.btn {
    border: 1px solid #00A1EB !important;
}
.pro-tips p i, .pro-tips p b {
    vertical-align: baseline;
    color: #193773;
}

.pro-tips p i {
    color: #00A1EB;
}

img.try-thumb {
    float: right;
}

.our-talk-ar p {
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
}

section.our-talk-ds:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 80%;
    background: url(/assets/images/bg-soft.jpg) no-repeat scroll center top #eee; top: 0;
    background-size: cover;
}

.our-talk-ds p {
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
}

.our-talk-ds .col-md-6 h4 {
    font-weight: 600;
}

.step-item {
    margin-top: 0;
    text-align: center;
    background: #fff;
    padding: 60px 40px 40px;
    border: 1px solid #00A1EB;
    border-radius: 10px;
    position: relative;
      transition: all 0.3s ease; 
}

.step-item span.step-bar {
    position: absolute;
    top: -18px;
    display: table;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #00A1EB;
    color: #fff;
    padding: 7px 18px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.step-item:hover span.step-bar  {
	background:#193773
}

.step-item span.step-bar i {
    color: #193773;
    font-weight: inherit;
}

.step-item:hover span.step-bar i
{
	color:#00A1EB;
}

.step-item p {
    font-size: 14px;
    margin: 0;
}

.step-item h4 {
    margin: 30px 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.step-item:hover , .step-item:active , .step-item:focus {border-color: #193773;box-shadow: 0 12px 15px #00000021;transform: translateY(-7px);}

.our-talk-ds .col-md-4 {
    margin-top: 100px;
}

section.our-talk-ds {
    padding-bottom: 50px;
}

.info-ope.info-ope3 {
    background: url(/assets/images/many-const.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
    justify-content: end;
    text-align: center;
}


.info-ope.info-ope3 h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.625rem;
}

.info-ope.info-ope3 h3 span {
    color: #2aa1e9;
}

section.our-operation {
    background: url(/assets/images/line-bar.png) no-repeat scroll center bottom;
}

img.whatwalk-scr {
    max-width: none;
    position: relative;
    right: 300px;
    margin-top: 50px;
}

section.try-walkf {
    text-align: center;
    background: url(/assets/images/bbg-soft.jpg) no-repeat scroll center bottom #F2F3F5; background-size: cover;
}

section.try-walkf h3 {
    margin-top: 70px;
    font-weight: bold;
    font-size: 2.2rem;
}

section.try-cta {
    background: url(/assets/images/try-cta1.jpg) no-repeat scroll center center #080e1e;
    background-size: cover;
    padding: 150px 0;
}

section.try-cta h2 {
    color: #fff;
    font-size: 5.5rem;
    line-height: 5.5rem;
}

.try-cta h4 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 40px 0 0;
}

.try-cta h4 span {
    color: #00A1EB;
}

.try-cta p {
    color: #fff;
    font-size: 1.375rem;
    margin: 30px 0 40px 0;
    font-weight: 500;
}

.try-cta p span {
    color: #00A1EB;
    vertical-align: baseline;
}

.trf-item {
    border: 1px solid #193773;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
	box-shadow: 0 0 0 rgba(0,0,0,0); 
}

.trf-item:hover {
	border-color:#fff;
	box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
	transform: translateY(-5px);
}

.trf-item:hover::before {
  content: "";
  position: absolute;
  /* inset: 0; */
  padding:1px;
  border-radius: 10px;
  background: linear-gradient(0deg, #00A1EB, #fff);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  width: 100.5%;
  left: -1px;
  top: 0;
  height: 101%;
}

.try-feature .col-md-6 {
    margin-top: 30px;
}

.trf-item p {
    margin: 0;
    color: #000;
}

.trf-text h4 {
    font-weight: bold;
}

.trf-item figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #193773;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #e9e9e9;
    margin: 0 25px 0 0;
    position: relative;
}

.trf-item:hover figure {
	background:#00A1EB
}

.trf-text {
    padding-left: 30px;
    position: relative;
    background: url(/assets/images/sep-line.png) no-repeat scroll left center; width: 80%;
}

.try-feature .heading {
    margin-bottom: 30px;
} 

.flip-box {
  background-color: transparent;
  width: 100%;
  min-height: 320px;
  height: auto;
  /* border: 1px solid #00A1EB; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  text-align: center;
  border-radius: 20px;
  margin: 20px 0;
  /* overflow: hidden; */
  /* padding: 5px; */
}


.flip-box .btn {
    padding: 10px 30px;
    font-size: 15px !important;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  min-height: 320px;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}


.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  z-index: 1;
}
 
.flip-box-back {
  transform: rotateY(180deg);
  background: linear-gradient(to bottom,  rgba(25,55,115,1) 0%,rgba(0,161,235,1) 100%);
  top: 0;
  /* position: relative; */
  padding: 60px 40px 40px;
  border-radius: 20px;
}
 
.flip-box-back .in-text h4 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}

.flip-box-back .in-text  p {
    color: #fff;
}

.flip-box-front {
    padding: 40px 30px;
    border: 1px solid #00A1EB;
    border-radius: 20px;
}


.flip-box-front  .in-text h4 {
    font-weight: 600;
    font-size: 1.3rem;
}

.flip-box-front  .in-text p {
    color: #000;
}

span.flp-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    background: #193773;
    height: 24px;
    border-radius: 50%;
}

span.flp-arrow.wh {
    background: #fff;
}

.fli-2 {
    margin-top: 60px;
    float: left;
    width: 100%;
}

.what-walk .col-md-5 p {
    color: #000;
}

section sub, section sup {
    font-size: .55em;
}

.btn.btn-video {
    /* font-size: 14px !important; */
    padding: 10px 30px 10px 10px;
    position: absolute;
    top: 43%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: table;
    background: #717171 !important;
    color: #fff !important;
}

.btn.btn-video span {
    margin-left: 0;
    margin-right: 10px;
    background: #193773;
}

.our-talk-ds .col-md-5 {
    position: relative;
}

.our-talk-ds video#video2 {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.our-talk-ds #video_container:first-child{
    margin-bottom: 0;
}

.step-item img.step-ico {
    filter: invert(1) brightness(0);
}

.step-item:hover img.step-ico {
    filter: none;
}