*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline-style: none;
	font-family: 'Open+Sans', sans-serif;
}
li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}
body {
    overflow-x: hidden;
}

/*Font family*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;900&display=swap');

/*header_wrap*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}
label{
    margin-right: .5rem;
}
header.whiteheader {
    background-color: #ffffff;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 10%);
}
#header_wrap.whiteheader nav.navbar {
    border-bottom: none;
}
header.whiteheader #navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link {
    color: #2e2e3f;
}
header.whiteheader ul.navbar-nav li.nav-item.dropdown a:after {
    background-image: url(../images/drop_arrow-2.png);
}
header.whiteheader #navbarSupportedContent ul.navbar-nav li.nav-item:last-child select {
    color: #000000;
    border: 1px solid #000000;
}
#header_wrap nav.navbar a img:nth-child(2), #header_wrap.whiteheader nav.navbar a img:first-child {
    display: none;
}
#header_wrap.whiteheader nav.navbar a img:nth-child(2), #header_wrap nav.navbar a img:first-child {
    display: block;
}
#header_wrap nav.navbar {
    border-bottom: 1px solid #ffffff8f;
    padding: 0;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link {
    color: #2e2e3f;
    font-weight: 700; 
    margin: 0 20px 0;
}
.footer_logo img{
    width: 50px;
}
.btn-primary{
    background-color: #5b0879;
    border-color: #5b0879;
}
body .overlay{
    display: none;
} 
body.show-overlay{
    overflow: hidden;
}
body.show-overlay .overlay{
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    text-align: center;
    z-index: 9;
    padding-top: 0vh;
}
.question.card .fa-check-circle-o,
.question.card .fa-times-circle-o{
    position: absolute;
    color: #1B5E20;
    right: 0;
    /* bottom: 75px; */
    padding: 10px;
    font-size: 45px;
    top: -16px;
}
.question.card .fa-times-circle-o{
    color: #c62828;
}

body.show-overlay .overlay i{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: white;
}

.card{
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.btn-primary:hover{
    background-color: #358ab7;
    border-color: #358ab7;
}

header #navbarSupportedContent ul.navbar-nav li.nav-item:last-child {
    /*display: flex;*/

    align-items: center;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item:last-child select {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item option {
    color: #000000;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item.active a.nav-link {
    position: relative;
    padding: 16px 10px;
    
}
header #navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link{
    border-bottom: 0px solid #ffffff;
    padding: 16px 10px;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link:hover{
    border-bottom: 3px solid #1d9cc5;
    color: #1d9cc5;

}
header #navbarSupportedContent ul.navbar-nav li.nav-item.active a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
}
ul.navbar-nav li.nav-item.dropdown a {
    position: relative;
}
ul.navbar-nav li.nav-item.dropdown a:after {
    background-image: url(../images/drop_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 15px;
    width: 15px;
    background-size: 10px;
    content: "";
    border: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.form-control{
    width: auto;
    display: inline-block;
}

/*banner_wrap*/
section.intro-site{
    margin-top: 108px;
    font-size: 17px;
    line-height: 2;
    /*padding: 40px 0;*/
}
section.questionare  .image-wrap{
    text-align: center;
    margin-bottom: 30px;
}
section.questionare  .image-wrap img{
    width: 100%;
}
section.questionare .question{
    padding: 30px 100px;
}
section#banner_wrap {
    background-image: url(../images/slider1.jpg);
    height: 936px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.option-available{
    padding: 20px;
}
.questionare-message{
    padding: 30px;
    text-align: center;
    background-image: linear-gradient(to right, #00b2d6 , #5b0879);
}
.questionare-message label{
    color: white;
    font-size: 22px;
}
.ask-question {
    /* line-height: 60px; */
    background-color: #f6f8ff;
    padding: 18px;
    border-radius: 30px;
}
.ask-question > i{
    color: #435ea3;
    font-size: 34px;
    vertical-align: middle;
}
.ask-question > span{
    color: #358ab7;
    font-size: 20px;
    display: inline-block;
    line-height: inherit;
}
.banner_text {
    position: absolute;
    top: 70%;
    transform: translateY(70%);
    left: 0;
}
.banner_text h1 {
    font-size: 55px;
    font-weight: bold;
}
.border_left {
    border: 3px solid #00b14f;
    position: absolute;
    top: 0;
    height: 100%;
    left: 15px;
}
h1.heading:before {
    content: "";
    border: 3px solid #358ab7;
    position: absolute;
    top: 0;
    height: 100%;
    left: 15px;
}
h1.heading .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

/*platform_wrap*/

.platform_content h2 {
    font-size: 38px;
    font-weight: bold;
}
.platform_content {
    padding: 100px 0 40px;
}
.platform_content .border_bottom {
    border-bottom: 5px solid #00b14f;
    width: 15%;
    padding: 10px;
    margin-bottom: 65px;
}
.platform_content .box {
    background-color: #ccefdc;
    border-radius: 50px;
    padding: 55px 5px 15px;
    width: 321px;
    height: 290px;
}
.platform_content .box img {
    margin: 0 auto;
    display: block;
}
.platform_content a h5 {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    padding-top: 35px;
}
.platform_content a label {
    font-size: 14px;
    color: #474747;
    margin-bottom: 60px;
}
.platform_content:before {
    content: "";
    background-image: url(../images/vector_bg.png);
    height: 1215px;
    width: 1435px;
    position: absolute;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    top: 34%;
}

/*about_wrap*/

section#about_wrap {
    background-image: url(../images/app-section.png);
    height: 856px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}
.about_content {
	padding-top: 220px; 
}
.about_content .social img:first-child {
    margin-right: 18px;
}
.about_content h2 {
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 40px;
}
.about_content .left_inner .social img:first-child {
    padding-right: 18px;
}
.about_content .social img {
    width: 150px;
}

/*Footer*/

footer {
    background-color: black;
    padding: 3% 0 0;
    margin-top: 30px;
}
.company_about p {
    color: #e1e3e7;
    font-size: 14px;
    line-height: 25px;
    padding: 20px 0 0;
}
.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy_right h6 {
    margin: 0;
    color: #e1e3e7;
    font-size: 12px;
    font-weight: 400;
}
.copy_right ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.copy_right ul li a {
    color: #e1e3e7;
    font-size: 12px;
}
.copy_right ul li {
    margin: 0 0 0 10px;
}
.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #707983;
    padding: 15px 0;
    margin: 15px 0 0;
}
.social_link .right_footer_sec:last-child .footer_title .border_bottom {
    border-bottom: 5px solid transparent;
    width: 25%;
    padding: 2px 0;
    margin-bottom: 15px
}
.footer_title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.company_links ul li {
    padding: 0 0 10px;
}
.company_links ul li a {
    color: #e1e3e7;
    background-size: 5px;
    background-position: left;
    background-repeat: no-repeat;
    font-size: 14px;
}
.social_link ul li a {
    background-color: #ffffff;
    padding: 5px 7px;
    margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 20px;
}
.social_link .right_footer_sec ul.contact_info li span {
    color: #ffc513;
    font-weight: 500;
}
.social_link .right_footer_sec ul.contact_info li a {
    padding: 0;
    background-color: transparent;
    color: #b3bac6;
}
.social_link .right_footer_sec ul.contact_info li {
    color: #b3bac6;
    font-size: 14px;
}
.footer_title .border_bottom {
    border-bottom: 5px solid #358ab7 !important;
    width: 25%;
    padding: 2px 0;
    margin-bottom: 15px;
}
.drop.mobile.view.only {
    display: none;
}

/*merchants section*/

.tabs_inner {
    border-bottom: 1px solid #000000;
    width: 100%;
}
.tabs_wrap ul.nav {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
    border-radius: 36px;
    width: 70%;
}
.tabs_wrap ul.nav-pills li a.active {
    background-color: #101820;
    border-radius: 36px;
    padding: 20px 20px;
    height: 72px;
    width: 308px;
}
.tabs_wrap ul.nav-pills li a {
    height: 72px;
    width: 308px;
    border-radius: 36px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 500;
    color: #101820;
}
.tabs_content .right {
    padding: 8px 0px 0 30px;
}
.tabs_content .right h4, .tab-content h4 {
    font-size: 22px;
    font-weight: 600;
}
.tabs_content .righ label {
    font-size: 16px;
    color: #474747;
}
.tabs_inner {
    padding: 0px 0 40px;
}
.tabs_content {
    border-bottom: 1px solid #000000;
    width: 53%;
    padding: 40px 0;
}
.tab-content ul li:last-child .tabs_content {
    border: none;
}
.vector-img_wrap img {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.platform_content.submerchant {
    padding: 100px 0 0;
}
.platform_content.submerchant:before {
    top: 26%;
}
header#header_wrap a.navbar-brand img {
    width: 50px;
}
/*Be our Driver Partner*/

.tab-content ul li .tabs_content.car {
    border: none;
    padding-bottom: 0;
}

/*Animations*/

h1.heading {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}
h1.heading .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
h1.heading .letter {
  display: inline-block;
  line-height: 1em;
}

/*Responsive*/

@media only screen and (min-width: 1500px) {
.banner_text h1 {
    font-size: 55px;
}
.banner_text {
    top: 50%;
    transform: translateY(50%);
}
.platform_content .box {
    border-radius: 30px;
}
.platform_content a h5 {
    font-size: 18px;
    padding-top: 20px;
}
.platform_content h2 {
    font-size: 45px;
}
.about_content h2 {
    font-size: 45px;
    padding-bottom: 20px;
}
.about_content .social img {
    width: 150px;
}
.container {
    max-width: 1352px;
    width: 100%;
}
}
@media only screen and (max-width: 1499px) {
.tabs_wrap ul.nav-pills li a.active, .tabs_wrap ul.nav-pills li a {
    width: 314px;
}
.tabs_wrap ul.nav {
    width: 85%;
}
.tabs_content {
    width: 70%;
}
section#banner_wrap {
    height: 616px;
}
.banner_text {
    transform: translateY(0%);
}
}
@media only screen and (max-width: 1199px) {
.banner_text h1 {
    font-size: 40px;
}
.platform_content .box img {
    width: 80%;
}
.platform_content .box {
    width: auto;
    height: 260px;
}
.platform_content a h5 {
    font-size: 18px;
}
.tabs_wrap ul.nav {
    width: 70%;
}
.tabs_wrap ul.nav li {
    margin: 0 auto;
    display: block;
}
.tabs_wrap ul.nav li a {
    margin: 10px 0;
    height: 60px;
    font-size: 16px;
}
section#banner_wrap {
    height: 486px;
}
.banner_text {
    transform: translateY(-15%);
}
}
@media only screen and (max-width: 991px) {
.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
    outline: none;
}
.navbar-collapse {
    background-color: #358ab74f;
    padding: 0;
}
.navbar-light .navbar-toggler img {
    background-color: #358ab7;
}
.navbar-light .navbar-toggler img {
    width: 27px;
    padding: 6px;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link {
    color: #000000;
    padding: 15px 0;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item:last-child select {
    color: #000000;
    border: none;
    margin: 0 20px 0;
    padding: 15px 0;
}
.footer_title h5 {
    font-size: 14px;
}
header#header_wrap li.nav-item {
    width: 100%;
}
header#header_wrap ul.navbar-nav li.nav-item a.nav-link,
ul.navbar-nav li.nav-item.dropdown a {
    position: relative;
    font-size: 14px;
}
header#header_wrap ul.navbar-nav li.nav-item a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000000;
    left: 0;
    right: 0;
    bottom: 0;
}
header#header_wrap ul.navbar-nav li.nav-item:last-child a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    display: none;
    /*height: 1px;*/
    background-color: #000000;
    left: 0;
    right: 0;
    bottom: 0;
}
#header_wrap nav.navbar {
    border-bottom: none;
}
.navbar-nav .dropdown-menu {
    margin: 15px 20px 0;
    border: none;
}
header.whiteheader #navbarSupportedContent ul.navbar-nav li.nav-item:last-child select {
    color: #000000;
    border: none;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item.active a.nav-link:before {
    /*background-color: #000000;*/
}
ul.navbar-nav li.nav-item.dropdown a:after {
    background-image: url(../images/drop_arrow-2.png);
}
.drop.mobile.view.only {
    padding: 10px 0px;
    display: block;
}
.nav_wrap .drop.mobile.view.only li.nav-item select {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.tabs_content {
    width: 100%;
    display: block !important;
}
.tabs_content .right {
    padding: 20px 0px 0 0px;
}
}
@media only screen and (max-width: 767px) {

.special-data label{
    display: block;
}
.join-content{
    display: block !important;
}
.platform_content .box img {
    width: 80%;
}
.platform_content .box {
    width: 80%;
    height: auto;
}
.banner_text h1, .platform_content h2,
.about_content h2 {
    font-size: 16px;
}
.border_left {
    border: 2px solid #358ab7;
}
.platform_content .border_bottom, .footer_title .border_bottom {
    border-bottom: 3px solid #358ab7;
    width: 10%;
}
.banner_text h1 {
    padding-left: 35px !important;
}
section#banner_wrap {
    height: 300px;
    background-position: inherit;
}
.platform_content a label {
    font-size: 14px;
    margin-bottom: 10px;
}
.about_content .social img {
    width: 100px;
}
section#about_wrap {
    height: 200px;
}
.about_content h2 {
    padding-bottom: 15px;
}
footer {
    padding: 15% 0px 0 0;
}
.footer_title h5 {
    font-size: 16px;
    margin: 0 0 12px;
}
.about_content {
    padding-top: 50px;
}
.platform_content {
	padding: 50px 0;
}
.box_inner {
    margin: 0 !important;
    padding-top: 10px !important;
}
.platform_content a h5 {
    font-size: 16px;
    padding-top: 20px;
}
.platform_content .border_bottom {
    width: 15%;
    padding: 5px;
    margin-bottom: 25px;
}
.banner_text:after {
    border: 2px solid #00b14f;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
    padding: 16px 10px;
}
header #navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link:hover{
    border-bottom: 0px solid #1d9cc5;
    color: #1d9cc5;
}
header#header_wrap a.navbar-brand img {
    width: 50px;
}
.banner_text {
    margin-top: 0x;
}
.company_about p {
    padding: 15px 0px 15px;
}
.tabs_wrap ul.nav {
    width: 70%;
}
.tabs_content .right h4, .tab-content h4 {
    font-size: 16px;
}
.tabs_content .right label {
    font-size: 14px;
}
.tabs_wrap ul.nav-pills li a.active,
.tabs_wrap ul.nav-pills li a {
    padding: 10px 10px;
    font-size: 14px;
}
.tabs_wrap ul.nav {
    width: 100%;
}
.tabs_wrap ul.nav-pills li a.active, .tabs_wrap ul.nav-pills li a {
    width: 272px;
    height: 50px;
}
section.questionare .question{
    padding: 10px;
}
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #358ab7;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px grey inset;
}
input[type='radio']:hover {
    box-shadow:0 0 5px 0px orange inset;
}
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
}
input[type='radio']:checked:before {
    background:#358ab7;
}
