/*
Theme Name: Reliant Funding Theme
Author: Reliant Funding
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap');
/*font-family: 'Poppins', sans-serif;*/

/*
-------------------------------------------
css-index
-------------------------------------------

*/

/*
    1. header
    2. banner
*/

html {
    scroll-behavior: smooth;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

body.offline {
    filter: grayscale(100%);
}

p {
    margin: 0 0 22px 0;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
}

p:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    padding: 0;
}

h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #353535;
}

h3 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    color: #333333;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #353535;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #283772;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #353535;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #353535;
}

::-moz-placeholder {
    opacity: 1;
    color: #353535;
}

:-moz-placeholder {
    opacity: 1;
    color: #353535;
}

img {
     max-width: 150%;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid #b8b8b8;
    height: 48px;
    padding: 0 16px;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b8b8b8;
    padding: 12px 16px;
}

select {
    border: 1px solid #b8b8b8;
    width: 100%;
    padding: 0 11px;
    background: url(images/arrow_bottom.html) no-repeat calc(100% - 16px) center;
    background-color: #fff;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.form-control {
    border-radius: 0;
    border: 1px solid #b8b8b8;
    padding: 12px 16px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .form-control {
    padding: 5px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 3px solid #FF9F45;
    border-radius: 0;
    width: 50%;
	margin: auto;
}

input:focus {
    border: 1px solid #000;
}

input[type="submit"]:hover {
    background: #feb620;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
}

.navsocial {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navsocial li {
    display: inline-block;
    margin: 0 8px;
}

.navsocial li img {
    width: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navsocial li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.donation_cart {
    margin-left: 34px;
    display: inline-block;
    font-size: 7.08px;
    color: #00bce4;
    position: relative;
    padding-right: 8px;
}

.donation_cart img {
    width: 46px;
}

.donation_cart span {
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d2232a;
    font-size: 11.22px;
}

.main_head .navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.main_head .navbar-nav>li {
    margin: 0 15px;
    padding: 22px 0;
    position: relative;
    transition: 0.3s;
}

.main_head .navbar-nav>li:before {
    display: none;
}

.main_head .navbar-nav>li:last-child {
    margin-right: 0;
}

.main_head .navbar-nav>li:first-child {
    margin-left: 0;
}

.main_head .navbar-nav>li>a {
    font-size: 15px;
    color: #0f487e;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

/* .main_head .navbar-nav>li>a:before {
    position: absolute;
    bottom: -10px;
    width: 6px;
    height: 6px;
    background: #fff;
    content: "";
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
    transform: scale(0);
} */

/* .main_head .navbar-nav>li>a:hover:before {
    transform: scale(1);
} */

.main_head .navbar-nav>li.current-menu-item>a:before {
    transform: scale(1);
}

/* .main_head .navbar-nav>li>a:hover {
    color: #283772 !important;
} */

.main_head .navbar-nav>li:hover>a {
    color: #f17300 !important;
}

.main_head .navbar-nav>li>.sub-menu {
    background: #0f487e;
    position: absolute;
    top: 160%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 250px;
    padding: 0;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    padding: 15px 0 0;
}

.navbar-nav .clickD {
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 25px;
    width: 20px;
    height: 20px;
    background: url(images/caret-down.svg) center center no-repeat;
    cursor: pointer;
    display: block;
    background-size: 10px;
}

.navbar-nav>li.menu-item-has-children {
    padding-right: 20px !important;
}

.main_head .navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
    padding-top: 15px;
}

.main_head .navbar-nav>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 14px;
}

.main_head .navbar-nav>li>.sub-menu>li {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.main_head .navbar-nav>li>.sub-menu>li>a:hover {
    background: #fff;
    color: #0f487e;
}

.navbar-nav>li.menu-item-has-children:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

button:focus {
    outline: 0px;
}

.navbar-toggler span {
    width: 34px;
    height: 3px;
    background: #005088;
    display: block;
    margin: 8px 0;
    position: relative;
    transition: 0.3s;
}

.navbar-toggler span:first-child {
    margin-top: 0px;
}

.navbar-toggler span:nth-child(3) {
    margin-bottom: 0px;
}

/* .navbar-toggler span:nth-child(2) {
    width: 25px;
    margin-left: 15px;
} */

.navbar-toggler.navbar-animate span:nth-child(2) {
    margin-left: 0px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding: 0;
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}

/* ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #2fd4f2;
    position: absolute;
    top: 9px;
    left: 0;
} */

ul.no-bullet li {
    padding-left: 0px;
}

ul.no-bullet li::before {
    display: none;
}

/*checkbox open*/

.check-pro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.check-pro:hover input~.checkmark {
    background-color: #ccc;
}

.check-pro input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-pro input:checked~.checkmark:after {
    display: block;
}

.check-pro .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*checkbox end*/

/*radio open*/

.radio-pro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-pro .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-pro:hover input~.checkmark {
    background-color: #ccc;
}

.radio-pro input:checked~.checkmark {
    background-color: #2196F3;
}

.radio-pro input:checked~.checkmark:after {
    display: block;
}

.radio-pro .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*radio end*/

/*file upload open*/

.customfile_input {
    height: 31px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}

.customfile_label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    padding-left: 215px;
    line-height: 25px;
}

.customfile_label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 197px;
    background: none;
    border: 2px solid #e9c04a;
    display: block;
    content: 'Choose File';
    height: 100%;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    font-size: 16px;
    color: #e9c04a;
    text-transform: uppercase;
}

.customfile_inputin:hover+.customfile_label::after {
    background: #e9c04a;
    color: #2a597f;
}

.customfile_inputin {
    position: relative;
    z-index: 2;
    width: auto;
    margin: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

.imageupload_inp {
    padding-top: 10px;
    width: 100%;
}

/*file upload end*/

.back-to-top-area {
    width: 50px;
    height: 50px;
    background: #f17300;
    position: fixed;
    bottom: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 999;
}

.back-to-top-area img {
    width: 23px;
    height: 26px;
}

.back-to-top-area.active-backTop {
    bottom: 5%;
    opacity: .5;
    visibility: visible;
}

.back-to-top-area:hover {
    opacity: 1;
}

.navbar-toggler:hover span:nth-child(2) {
    margin-left: 0;
}

/*--------------------------------------------
1. header
----------------------------------------------*/

.header-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.overlay-block .header-overlay {
    visibility: visible;
    opacity: 1;
    display: block;
}

.nav-mobile-header {
    display: none !important;
}

.logo {
    max-width: 250px;
}

.main_head {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    z-index: 999;
}

.main_head.fixed-header .navbar-nav>li {
    padding: 22px 0;
}

.main_head.fixed-header {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.7);
}

.main_head.fixed-header .navbar-nav .clickD {
    top: 25px;
}



.topbar {
    background: #0f487e;
    padding: 10px 0;
}

.topbar_link li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

.topbar_link li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #fff;
}

.topbar_right {
    text-align: right;
}

.topbar_right li {
    display: inline-block;
    margin: 0 0 0 0;
    border-left: 2px solid #fff;
    padding: 0 10px;
    line-height: 1;
}

.topbar_right li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.topbar_right li:first-child {
    padding-left: 0;
    border-left: 0px;
}

.topbar_right li:first-child a {
    border-bottom: 1px solid #fff;
}

.logo {
    max-width: 250px;
}

.cmn_btn {
    display: inline-block;
    background-color: #f17300;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
    color: #fff;
    text-transform: uppercase;
    padding: 13px 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: url(images/arrow-orange.png) no-repeat calc(100% - 4px) center;
    background-color: #f17300;
    background-size: 27px;
    border-radius: 10px;
    padding-right: 45px !important;
}

.cmn_btn:hover {
    background-color: #0f487e;
    color: #fff;
}

.main_head .cmn_btn {
    margin-left: 40px;
}

.banner_area {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    padding-top: 18%;
    z-index: 9;
    background-attachment: fixed !important;
    z-index: 9;
}

.circle {
    position: absolute;
    bottom: -32%;
    z-index: -1;
    left: 0;
    width: 48vw;
}
.banner_area>.banner {
    width: 100%;
}

/* .banner_area .container {
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 99;
} */

.banner-cont {
    max-width: 540px;
    padding-left: 60px;
    padding-bottom: 30px;
    overflow: hidden;
}

.banner-cont h1 {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.58);
}

.banner-cont p {
    font-size: 20px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.48);
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
}

.banner-cont .cmn_btn {
    padding: 14px 60px 14px 35px !important;
    font-size: 18px;
    text-align: center;
    background: url(images/arrow-blue.png) no-repeat calc(100% - 4px) center;
    background-color: #f17300;
    background-size: 38px;
    border-radius: 25px;
}

.sec_gap {
    padding: 55px 0;
}

.rating img {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
    height: 18px;
}

.rating {
    margin-bottom: 25px;
}

.title_para {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.funding_area {
    background-attachment: fixed !important;
    text-align: center;
}

.title {
    margin-bottom: 30px;
    text-align: center;
}

.title h2 {
    margin-bottom: 10px;
    color: #0f487e;
}

.title p {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}

.single_serv {
    text-align: center;
}

.single_serv img {
    height: 80px;
    margin-bottom: 20px;
}

.single_serv h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 19px;
}

.single_serv a {
    font-weight: 300;
    font-style: italic;
    border-bottom: 1px solid #000;
}

.single_serv a:hover {
    color: #f17300;
    border-bottom: 1px solid #f17300;
}

.total_fund_area.sec_gap {
    background: #0f487e;
    padding: 35px 0;
    text-align: center;
}

.total_fund_area h2 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
}

.total_fund_area h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.word_area {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    /*background-attachment: fixed !important;*/
    padding: 70px 0;
    background-position: top center !important;
}
.word_area.trust_area {padding: 8vw 0;}

.word_area .container {
    position: relative;
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    z-index: 9;
    max-width: 100%;
    width: 100%;
}

.word_cont {
    margin-left: auto;
    max-width: 535px;
    text-align: center;
    padding-right: 3vw;
}

.word_area>img {
    width: 100%;
}

.word_cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.48);
    font-style: italic;
}

.word_cont h3 {
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.58);
}

.word_cont .video img {
    width: 55px;
    margin-bottom: 25px;
}

.word_cont span {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.48);
    font-weight: 400;
}

.word-circle {
    max-width:590px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.step_area .title p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.single_step h4 {
    text-transform: uppercase;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.single_step {
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 155px;
    padding-right: 60px;
    text-align: center;
}

.single_step img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.funding_area {
    background: #cfdbe6;
    background-size: cover !important;
}
.busines_carousel .new_apply_now_wrapper {
    margin-top: 0;
}
.busines_carousel .gform_heading * {
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.58);
	font-size: 36px !important;
	line-height: 1.2;
	font-weight: 600 !important;
	padding: 40px 0 !important;
	margin-top: 0!important;
}
.busines_carousel form.new_apply_now {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 5px 43px 0px rgba(0, 0, 0, 0.59);
    padding: 25px;
}
.busines_carousel .slick-slide{
    padding: 0 15px;
}
.business_area h3 {
    font-weight: 400;
    margin-bottom: 25px;
}

.ingle_business {
    position: relative;
    height: 100%;
    z-index: 2;
}

.ingle_business img {
    width: 100%;
}

.ingle_business p {
    font-size: 15px;
    font-weight: 600;
    color: #0f487e;
    margin-top: 10px;
}

.business_area .row {
    max-width: 700px;
    margin: 0 auto;
    align-items: flex-end;
}

.business_area .col-lg-3:first-child .ingle_business img {
    transform: translateY(13px);
}

.ingle_business::before {
    background: #ededed;
    position: absolute;
    bottom: -7px;
    height: 150px;
    content: "";
    width: 100%;
    border-radius: 20px;
    z-index: -1;
    transition: 0.3s;
    cursor: pointer;
    left: 0;
    right: 0;
}

.ingle_business:hover:before {
    background: #ccc;
}

.foot_left li {
    margin-bottom: 0;
}

.footer_area {
    padding: 60px 0;
}

.social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #b0b0b0;
    display: block;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}

.social {
    margin-top: 30px;
}

.social li {
    display: inline-block;
    margin-right: 5px;
}

/*.social li:first-child a {
    background: #585858;
}

.social li:nth-child(3) a {
    background: #868686;
}

.social li:nth-child(4) a {
    background: #878787;
}*/

.social li a:hover {
    background: #f17300;
}

.partner {
    text-align: center;
}

.partner span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.partner ul li {
    display: inline-block;
}

.partner ul li img {
    width: 140px;
    margin: 0 22px 0 0;
}
.partner ul li:last-child img {margin-right: 0;}

.foot_right {
    text-align: right;
}

.foot_right ul li {
    display: inline-block;
    border-left: 1px solid #000;
    line-height: 1;
    padding: 0 5px;
    margin-bottom: 0;
}

.foot_right ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.pro_bar {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    margin-bottom: 25px;
}

.pro_bar span {
    background: #0f487e;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 10px solid #fff;
    position: relative;
}

.pro_bar span::before {
    position: absolute;
    content: "";
    left: -15px;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #0f487e;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.73);
    top: -15px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: -1;
}

.pro_bar span:first-child:before {
    visibility: visible;
    opacity: 1;
}

.pro_bar::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #0f487e;
    width: 99%;
    height: 7px;
    z-index: -1;
    top: 11px;
}

.banner-cont .cmn_btn:hover {
    background-color: #0f487e;
}

.getstartted_area {
    background-size: cover !important;
    background-attachment: fixed !important;
    padding-top: 100px;
}

.getstartted_area .title h2 {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.58);
}

.main {
    padding-top: 42px;
}

.banner-cont.marchant_banner_cont p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.48);
    font-style: italic;
    text-align: center;
}

.banner-cont.marchant_banner_cont span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.48);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 25px;
}

.banner-cont.marchant_banner_cont {
    text-align: center;
}
.banner-cont.marchant_banner_cont .video {
    display: block;
}
.video img {
    width: 50px;
    margin-bottom: 25px;
}

.banner-cont.marchant_banner_cont {
    padding-bottom: 90px;
}

.banner_btm_text {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.58);
    margin: 0;
    position: absolute;
    left: 49px;
    bottom: 0px;
    z-index: 99;
    line-height: 0.7;
    /*opacity: 0.7 !important;*/
    /* font-size: 5.3vw; */
    font-size: 6vw;
}

.data_table {
    border: 2px solid #00467f;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 75%;
    table-layout: fixed;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 45px;
}

.data_table h4 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    color: #00467f;
}

table tbody tr:nth-child(odd) {
    background-color: #d9e3ec;
    border: 1px solid #d9e3ec;
}

table th, table td {
    padding: 10px 25px;
    text-align: center;
}

table th {
    font-size: 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: 600;
}
.sky-bg{
    background: #dde5ed;
}
.trust_cont {
    max-width: 650px;
    margin-left: auto;
    text-align: center;
}
.trust_cont .single_rating p {
    color: #fff;
    text-align: left;
}
.trust_cont .single_rating{
    margin-bottom: 30px;
}
.trust_cont h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.58);
}
.trust_cont h4 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.58);
}
.trust_area .word-circle {
    max-width: 45vw;
}
.serv_area .btn_area{
    margin-top: 40px;
}
.marchant_step .btn_area{
    margin-top: 40px;
}
.marchant_step .title h2 {
    font-size: 28px;
    color: #333;
    text-transform: uppercase;
}
.single_cont h3 {
    text-transform: uppercase;
}
.single_cont > a {
    font-weight: 600;
    text-transform: uppercase;
    color: #f17300;
    font-size: 19px;
    border-bottom: 1px solid #f17300;
}
.single_cont > a:hover {
    color: #0f487e;
    border-bottom: 1px solid #0f487e;
}
.single_cont ul{
    margin-left: 25px;
}
.card.single-accordian .card-body ul li{
    padding-left: 20px;
    margin-bottom: 8px;
}
.card.single-accordian .card-body ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    top: 9px;
    left: 0;
}
.mobile_top_bar{
    display: none;
}
.mobile_top_bar li a {
    display: block;
    width: 100%;
    padding: 15px 5px;
    font-size: 13px;
}
.mobile_top_bar ul{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#185288+0,3977ab+50,3e7db1+100 */
background: #185288; /* Old browsers */
background: -moz-linear-gradient(top,  #185288 0%, #3977ab 50%, #3e7db1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #185288 0%,#3977ab 50%,#3e7db1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #185288 0%,#3977ab 50%,#3e7db1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185288', endColorstr='#3e7db1',GradientType=0 ); /* IE6-9 */

}
.mobile_top_bar li{
    border-right: 1px solid #fff;
}
.mobile_top_bar li:last-child{
    border-right: 0px solid #fff;
}
.mobile_top_bar li {
    width: 33.3333%;
    text-align: center;
    margin-bottom: 0;
}
.mobile_top_bar li a {
    display: block;
    width: 100%;
    padding: 15px 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.mobile_top_bar li a i{
    margin-right: 5px;
}
.mobile_top_btn img {
    width: 23px;
    margin-left: 5px;
}
.mobile_top_btn {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #f17300;
    padding: 10px;
}
.word-circle-mobile{
    display: none;
}
.faq-area .btn.btn-link.collapsed .minus {
    display: none;
}

.faq-area .btn.btn-link.collapsed .plus {
    display: block;
}

.faq-area .btn.btn-link .plus {
    display: none;
}

.faq-area .card-header {
    background: #fff;
    border: 0px solid #000;
    border-radius: 0;
    padding: 0;
}

.faq-area .card-header .btn-link {
    padding: 15px 15px;
    width: 100%;
    text-align: left;
    position: relative;
    color: #0f487e;
    white-space: normal;
    padding-right: 40px;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-weight: 600;
    background: #fff;
    /* font-family: 'Playfair Display', serif; */
    font-size: 16px;
    text-transform: uppercase;
}

.faq-area .card {
    border-radius: 0;
    border: 0;
}

.faq-area .card-header .btn-link:hover {
    text-decoration: none;
}

.faq-area .btn span {
    position: absolute;
    top: 17px;
    right: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    padding-left: 2px;
}

.faq-area .card-header .btn-link:active, .faq-area .card-header .btn-link:hover, .faq-area .card-header .btn-link:focus {
    text-decoration: none !important;
}

/* .faq-area .btn.btn-link.collapsed span {
    top: 22px;
} */

.icon i {
    font-size: 19px;
    color: #0f487e;
    line-height: 1;
}

.single-accordian .card-body {
    padding: 10px 15px;
}

.faq-area .card.single-accordian {
    margin-bottom: 0px;
}
.card.single-accordian:nth-child(odd) .card-header .btn {
    background: #d9e3ec;
}
.faq_header {
    padding: 20px 10px;
    background: #0f487e;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.faq-area {
    border: 1px solid #0f487e;
}
.single_rating p {
    margin-bottom: 10px;
}
.single_rating span {
    text-align: left;
    color: #fff;
    display: block;
}
.card-body span {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.rating_area .single_rating span{
    color: #000;
}
/* header.main_head .container {
    max-width: 1600px;
} */
 .main_head .container, .footer_area .container {
    max-width: 1800px;
}
#banVideo{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    object-fit: cover;
    z-index: -1;
}
.play-vid {
    display: block;
}
.onhover-img{
    display: none;
}
.play-vid:hover .unhover-img{
    display: none;
}
.play-vid:hover .onhover-img{
    display: inline-block;
}
.video-modal .modal-dialog{
    max-width: 700px;
}
.video-modal .modal-body{
    width: 100%;
}
.video-modal .modal-body iframe{
    width: 100%;
    height: 400px;
    border: 0;
}
#exampleModalLongTitle {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.banner_area.inner_banner.blog_banner {
    padding-bottom: 50px;
    min-height: 500px;
}
.single_blog {
    text-align: center;
    margin-bottom: 75px;
}
.single_blog img {
    margin-bottom: 0;
    /*max-width: 70%;*/
}
.single_blog p {
    font-size: 17px;
}
.single_blog a {
    color: #f17300;
    text-transform: uppercase;
    border-bottom: 1px solid #f17300;
    display: inline-block;
    line-height: 1;
    padding-bottom: 4px;
}
.blog_area.sec_gap {
    padding-bottom: 0;
}
.single_blog img {
    margin-bottom: 0;
    /*max-width: 70%;*/
    width: auto;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}
.single_blog a:hover{
    color: #000;
    border-bottom: 1px solid #000;
}
.investment_area.sec_gap {
    padding-bottom: 70px;
}
.single_blog figure {
    margin: 0;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_details_content h1 {
	font-size: 50px!important;
	line-height: .8;
}

@media only screen and ( max-width: 980px ){
	.blog_details_content h1 {
		font-size: 28px!important;
	}
}

/* .blog_inside_banner {
	display: flex;
	justify-content: center;
	align-items: center;
} */

.blog_page_area .blog_details_content > h1 {
	display: none;
}

/* blog-page */
.banner_btm_text {
    bottom: auto;
    right: 0;
    top: 100px;
    left: auto;
    right: 2vw;
}
.blog_page_banner {
    padding: 150px 0 70px 0;
    position: relative;
    min-height: 600px;
}
.blog_banner_content {
    background: #fff;
    max-width: 500px;
    margin-left: 5vw;
    padding: 30px 30px 55px 30px;
    position: relative;
}
.blog_banner_content span {
    display: block;
    margin-bottom: 10px;
}
.blog_banner_content h2 {
    color: #0f487e;
    margin-bottom: 10px;
}
.blog_banner_content a {
    background: #f17300;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px;
}
.blog_banner_content a:hover {
    background: #0f487e;
}
.single_blog_box {
    margin-bottom: 50px;
}
.single_blog_box figure img {
    width: 100%;
}
.single_blog_box h4 {
    color: #0f487e;
    margin-bottom: 10px;
}
.single_blog_box span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.single_blog_box p {
    margin-bottom: 15px;
}
.single_blog_box a {
    display: inline-block;
    text-transform: uppercase;
    color: #f17300;
    border-bottom: 1px solid #f17300;
}
.single_blog_box a:hover{
    color: #0f487e;
    border-bottom: 1px solid #0f487e;
}
/* .load_more_btn {
    width: 220px;
    margin: 0 auto;
    text-align: center;
    display: block;
    background: #f17300;
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.load_more_btn i {
    margin-left: 10px;
}
.load_more_btn:hover{
    background: #0f487e;
    color: #fff;
} */

.pagination {
	display: flex;
	justify-content: space-between;
}

.prev-post a, .next-post a {
	text-transform: uppercase;
    color: #f17300;
}

.prev-post {
	margin-right: 20px;
}

.blog_details_content h2 {
    color: #0f487e;
    margin-bottom: 15px;
}
.blog_details_content span {
    display: inline-block;
    font-weight: 600;
    margin: 0 30px 25px 0;
}
.share {
    display: inline-block;
}
.share p {
    display: inline-block;
    margin: 0 15px 0 0;
}
.share ul {
    margin: 0;
    display: inline-block;
}
.share ul li {
    display: inline-block;
    margin-right: 15px;
}
.share ul li a {
    display: block;
    width: 35px;
    height: 32px;
    background: #f17300;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.blog_details_box {
    margin-top: 60px;
}
.blog_details_box h4 {
    color: #0f487e;
    margin-bottom: 15px;
}
.blog_details_box span {
    margin: 0 5px 0 0;
}
.blog_right {
    background: #f1f4f6;
    padding: 45px 25px;
}
.cmn_btn.apply_btn {
    background: url(images/arrow-blue.png) no-repeat calc(100% - 10px) center;
    background-size: 27px;
    background-color: #f17300;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
    margin:0 auto 25px auto;
    max-width: 300px;
}
.recent_post h4 {
    color: #fff;
    background: #0f487e;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 15px;
}
.single_recent_post {
    padding: 0 5px;
    padding-bottom: 30px;
}
.single_recent_post figure {
    width: 40%;
    margin-bottom: 0;
}
.single_recent_post figure img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.single_recent_post p {
    width: 60%;
    color: #0f487e;
    padding-left: 10px;
    line-height: 1.4;
    font-size: 14px;
    padding-right: 5px;
}
.recent_post {
    background: #fff;
}
.blog_review {
    margin-top: 25px;
}
.blog_review h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}
.blog_review .single_rating {
    margin-bottom: 25px;
}
.blog_review .single_rating .rating {
    margin-bottom: 10px;
}
.blog_review .single_rating span {
    color: #000;
}
.blog_review .cmn_btn {
    max-width: 220px;
    margin: 0 auto;
    display: block;
}
.single_recent_post:hover p{
    color: #000;
}

#review_1 {
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
.share span {margin-right: 0;}

nav.navigation.pagination h2 {
    display: none;
}
nav.navigation.pagination {
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.nav-links {display: inline-block; width: 100%;}
a.page-numbers {
    display: inline-block;
    background: #f17300;
    padding: 7px 15px;
    vertical-align: top;
    color: #fff;
}
span.page-numbers.current {
    display: inline-block;
    background: #0f487e;
    padding: 7px 15px;
    vertical-align: top;
    color: #fff;
} 
span.nav-next-text {
    /* margin-top: -2px; */
    vertical-align: top;
    /* padding-top: 11px; */
}
a.next.page-numbers {line-height: 1.4;}

.banner_btm_text.banner_title {
    top: auto;
    bottom: 0;
    right: 0;
    left: 2vw;
}
.load_mr_col {display: none;}
.pagi_nav {width: 100%;}
.pagi_nav ul {width: 100%; display: flex; justify-content: center;}
.pagi_nav ul li {margin: 0 5px 20px;}
.prv a {display: inline-block;
    background: #0f487e;
    padding: 7px 15px;
    vertical-align: top;
    color: #fff;
    float: left;}
.nxt a {display: inline-block;
    background: #0f487e;
    padding: 7px 15px;
    vertical-align: top;
    color: #fff;
    float: right;}    

.blog_right .tp-widget-wrapper .wrapper-left {
    display: none;
}    
.hm-mob-bnnr {display: none;}

.page-id-19886 .banner_btm_text.mid_title {margin-left: 110px;}
.mob_view {display: none;}

/*SG 29-06-21*/
.banner_btm_text.sml_bus {
    bottom: 0px;
    top: auto;
    left: 2%;
}
.investment_area.sml_bus1 h3{
    margin-top: 50px;
}
.sml_bus1 h3 {
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.img_arr{
    position: relative;
    margin-bottom: 15px;
    height: 174px;
}
.img_arr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_txt {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding: 0 20px;
}
.top_txt h4 {
    margin-bottom: 0;
}
.ovly::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.6s;
}
/*.img_arr.ovly:hover .top_txt {
    opacity: 0;
}*/
.img_arr.ovly:hover::before {
    background: rgba(15,72,126,0.7);
}
.box-strue{
    margin-top:-55px;
    margin-bottom:-55px;
}
.box-strue > div{
    padding-top:55px;
    padding-bottom:55px;
}
.bx_st_inn p a {
    text-transform: uppercase;
    /*color: #000000;*/
    color: #0f487e;
    text-decoration: underline !important;
}
.bx_st_inn p a:hover {
    color: #000;
}
.sml_bus_2{
    background-color: #e7e5e5;
}
.btn_top{
    margin-top: 30px;
}
.industries{
    background-color: #dde6ed;
}
.industries .row p {
    margin-bottom: 8px;
}
.industries h3{
    text-align: center;
}


/****** pk 30-6-2021 ***********/
.innr-title {
    padding-top: 30px;
}
.innr-title h3 {
    text-transform: uppercase;
}
.blw-back {
    background: #dee7ee;
}
.mng-outr .single_serv h4 {
    margin-bottom: 10px;
}
.mr-top {
    margin-top: 30px;
}
.funding_mang_area.sec_gap {
    padding: 255px 0;
    background-attachment: fixed!important;
    background-size: cover !important;
}
.funding_mang_area {
    position: relative;
    z-index: 1;
}
.funding_mang_area:after {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.funding_mang_outr {
    text-align: center;
}
.funding_mang_outr h3 {
    color: #fff;
    line-height: 40px;
    font-weight: 500;
}
.fun_perks_area p {
    margin: 0 0 14px 0;
}
.lrn {
    text-transform: uppercase;
    color: #f17300;
    border-bottom: 1px solid #f17300;
    font-weight: 400;
}

.cmn_btn.blw {
    background-color: #0f487e;
    background-image: url(images/arrow-blue.png);
}
.cmn_btn.blw:hover {
    background-color: #f17300;
    background-image: url(images/arrow-orange.png);
}
.btn_btm {
    margin-bottom: 30px;
}
.corpo-outr .lrn {
    color: #000000;
    border-color: #000000;
}
.corpo-outr .lrn:hover {
    color: #00467f;
}
.word_area.prtnr_area .word_cont h3 {
    font-size: 26px;
    text-transform: uppercase;
}
.word_area.prtnr_area .word_cont h3 em {
    display: block;
    font-weight: 300;
    font-style: normal;
    text-shadow: none;
}
.word_area.prtnr_area .word_cont p {
    font-weight: 400;
    width: 70%;
    margin: auto;
}
.word_area.prtnr_area {
    padding: 100px 0;
}
.join_our_area {
    background: #00467f;
    padding: 40px 0;
}
.title.wh h2 {
    color: #fff;
}
.join_our_area .title {
    text-transform: uppercase;
}
input[type="submit"].sbt-innr {
    background-color: #000000;
    background-image: url('images/arrow-rg.html');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 14px center;
    border-radius: 15px;
    border: 1px solid #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    line-height: 0.8;
    padding: 0 25px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
    text-align: left;
} 
input[type="submit"].sbt-innr:hover {
    background-color: #f17300;
}
.join_our_area .col-md-5 {
    -ms-flex: 0 0 43%;
    -webkit-box-flex: 0;
            flex: 0 0 43%;
    max-width: 43%;
}
.join_our_area .col-md-2 {
    -ms-flex: 0 0 14%;
    -webkit-box-flex: 0;
            flex: 0 0 14%;
    max-width: 14%;
}
.frm-otr {
    margin: -10px
}
.frm-innr {
    padding: 10px;
}

.join_our_area .form-control::-webkit-input-placeholder {
    color: #000;
}

.join_our_area .form-control::-moz-placeholder {
    color: #000;
}

.join_our_area .form-control:-ms-input-placeholder {
    color: #000;
}

.join_our_area .form-control::-ms-input-placeholder {
    color: #000;
}

.join_our_area .form-control::placeholder {
    color: #000;
}
.banner_area.inner_banner .circle.prtn-circle {
    bottom: -90%;
}
.team-dtl-outr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.team-dtl-outr figure {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
}
.team-dtl-outr figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.top-space {
    margin-top: 70px;
}
.team-sec {
    background: #dee9ef;
    padding: 30px 0;
}
.team-dtl-outr h1 {
    text-transform: uppercase;
    color: #0f487e;
    font-weight: 700;
    margin-bottom: 10px;
}
.team-dtl-outr h3 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}
.team-dtl-outr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.team-dtl-outr ul li {
    margin-right: 28px;
}
.team-dtl-outr ul li:last-child {
    margin-right: 0;
}
.team-dtl-outr ul li a {
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-size: 25px;
    border-bottom: 1px solid #000;
}
.team-dtl-outr ul li a:hover {
    color: #0f487e;
    border-color: #0f487e;
}
.team-dtls-sec ul {
    margin-bottom: 45px;
}
.team-dtls-sec .cmn_btn {
    background-image: url('images/arrow-blue.png');
}
.lead-outr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -35px -15px;
    text-align: center;
}
.lead-innr {
    width: calc(100% / 5);
    padding: 30px 15px;
}
.lead-innr h4 {
    text-transform: uppercase;
    margin-bottom: 7px;
}
.lead-innr p {
    text-transform: uppercase;
    margin: 0;
}
.lead-innr figure {
    height: 186px;
    width: 186px;
    border-radius: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.lead-innr figure:before{
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    margin: auto auto;
    content: '';
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 0.8s;
    opacity: 0;
}
.lead-innr figure:after{
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    margin: auto auto;
    content: '';
    border-radius: 100%;
    background: rgba(0,0,0,0.2);
    border: 1px solid #fff;
    transition: all 0.8s;
    opacity: 0;
}
.lead-innr figure:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.lead-innr figure:hover:after {
    width: 90%;
    height: 90%;
    opacity: 1;
}
.lead-innr figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-bt {
    margin-bottom: 40px;
}
.notable-pic figure {
    height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
}
.notable-innr {
    padding: 20px 50px;
}
.notable-outr {
    margin: -20px -50px;
}
.fun_perks_area .innr-title {
    padding: 0;
}
.notable-sec .innr-title {
    margin-bottom: 30px;
    padding: 0;
}

/* 2-7-2021*/
.faq-innr-sec.sec_gap {
    padding-bottom: 0;
}
.faq-area.faq-in-outr {
    border: 0;
}
.faq-area.faq-in-outr .card.single-accordian .card-header .btn{
    background: #d9e3ec;
    color: #0f487e;
    border: 0;
    font-size: 23px;
    font-weight: 700;
}
.faq-area.faq-in-outr .card.single-accordian .card-header .btn.collapsed{
    background: #0f487e;
    color: #fff;
}
.faq-area.faq-in-outr .single-accordian {
    margin-bottom: 30px;
}
.faq-area.faq-in-outr .single-accordian:last-child {
    margin-bottom: 0;
}
.faq-area.faq-in-outr .card.single-accordian .card-header .btn.collapsed .icon i {
    color: #fff;
}
.faq-area.faq-in-outr .btn span {
    top: 23px;
    right: auto;
    margin-left: 6px;
}
.innr-title.mr-tp {
    padding-top: 0;
}
.frm-otr.cont-frm-inn .form-control {
    border-color: #b8b8b8;
}
.frm-otr.cont-frm-inn .form-control:focus {
    box-shadow: none;
    border-color: #0f487e;
}
.frm-otr.cont-frm-inn select.form-control  {
    height: 48px;
    color: #6c757d;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right 20px;
}
.frm-otr.cont-frm-inn textarea {
    height: 120px;
    padding-top: 15px;
}
.apply-submit {
    margin-top: 30px;
}
.apply-submit .cmn_btn {
    transition: all 0.6s;
    cursor: pointer;
}
.apply-submit .cmn_btn:hover {
    background: url(images/arrow-orange.png) no-repeat calc(100% - 4px) center;
    background-color: #0f487e;
    background-size: 27px;
}
.contact-form-box {
    width: 80%;
    margin: auto;
}
.banner_area.inner_banner.bn-sp {
    padding-top: 23%;
}
.crnt-opn img {
    width: 100%;
}
.opening-sec.sec_gap {
    padding-bottom: 0;
}

/*5-7-2021*/
.main {
    overflow: hidden;
}
/*-----------*/

/*---edit---*/
.wpcf7-form.invalid .frm-otr .wpcf7-not-valid-tip {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 11px;
}
.frm-otr span.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form.invalid .frm-otr .wpcf7-not-valid {
    border-color: #f00 !important;
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.3);
}
.frm-otr .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.join_our_area .wpcf7-response-output {color: #fff;}

.sjb-page .btn-primary {background-color: #21497e;}
.sjb-page .list-data .v1 .job-type, .sjb-page .list-data .v1 .job-location, .sjb-page .list-data .v1 .job-date {color: #21497e;}
.banner_area.inner_banner .circle.creer-circle {
    bottom: -75%;
}
ul.ban-bull {margin: 0; padding: 0;}
ul.ban-bull li {display: inline; margin: 0 15px 0 0; color: #fff; font-size: 17px; font-style: italic;}



/* start 8-7-2021*/
.busines_carousel .gform_legacy_markup_wrapper label.gfield_label {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 25px;
    color: #333;
}
.busines_carousel .gform_legacy_markup_wrapper .gform_page_fields {
    text-align: center;
}
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75%!important;
    margin: auto;
}
.busines_carousel .gform_legacy_markup_wrapper .button {
    display: inline-block;
    background-color: #f17300;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
    color: #fff;
    text-transform: uppercase;
    padding: 13px 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: url(images/arrow-orange.png) no-repeat calc(100% - 4px) center;
    background-color: #f17300;
    background-size: 27px;
    border-radius: 10px;
    padding-right: 45px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 150px!important;
}
.busines_carousel .gform_legacy_markup_wrapper .button.gform_previous_button {
    padding-left: 45px;
    padding-right: 25px;
    background-image: url(images/prev-arrow-orange.png);
    background-position: left 4px center;
    background-repeat: no-repeat;
}
.busines_carousel .gform_legacy_markup_wrapper .button:hover {
    background-color: #0f487e;
}
.busines_carousel .gform_page_footer.top_label {
    text-align: center;
}
.busines_carousel .gform_legacy_markup_wrapper .gform_page_footer {
    border: 0;
}
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 15px!important;
    width: 20%;
}
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio li label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #0f487e;
    margin-top: 10px;
    height: 100%;
    z-index: 2;
    position: relative;
    max-width: 100%;
    padding: 10px 5px;
    background: #ededed;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
}

.busines_carousel .gform_legacy_markup_wrapper .first-step .gfield_radio li label {
    height: 162px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio li label img {
    width: 100%;
    margin-bottom: 6px;
}
.busines_carousel .gform_legacy_markup_wrapper .gform_body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.busines_carousel .gform_legacy_markup_wrapper .gf_progressbar_wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
    text-align: center;
}
.busines_carousel .gform_legacy_markup_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.busines_carousel .gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
    background-color: #0f487e;
}
.busines_carousel .gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    color: #000;
    font-size: 14px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.busines_carousel .gform_legacy_markup_wrapper [type="radio"]:checked,
.busines_carousel .gform_legacy_markup_wrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.busines_carousel .gform_legacy_markup_wrapper [type="radio"]:checked + label
{
    background: #ccc;
}
.busines_carousel .gform_legacy_markup_wrapper .ginput_container input {
    border: 1px solid #000;
    padding: 0 15px!important;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
    margin: 0 10px;!important
}
.industries.vision-inn p,.fun-list p {
    position: relative;
    padding-left: 17px;
}
.industries.vision-inn h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.industries.vision-inn p:after{
    position: absolute;
    content: '-';
    /*background: #0f487e;
    width: 8px;
    height: 8px;
    border-radius: 100%;*/
    left: 0;
    top: 0;
}
.fun-list p:after{
    position: absolute;
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 0;
    left: 0;
    top: 11px;
}
/* end 8-7-2021*/
.cultr-hdng .banner_btm_text.banner_title {left: 7vw;}
.wpcf7-form.invalid .frm-otr .wpcf7-not-valid-tip {
    position: static;
    font-size: 13px;
    padding-top: 10px;
}
body , html {
    overflow-x: hidden;
}
.blog-posts .single_blog_box h4 {
    min-height: 56px;
}
.single_blog p {
    font-size: 16px;
    min-height: 60px;
}
.main_head .navbar-nav > li > .sub-menu > li > a {
    font-size: 16px;
}
p {
    line-height: 2;
}
.faq-area.faq-in-outr .sub-accrd .single-accordian {
    margin-bottom: 0;
}
.faq-area.faq-in-outr .single-accordian .card-body {
    padding: 0;
}
.faq-area.faq-in-outr .sub-accrd {
    border: 1px solid #000;
}
.faq-area.faq-in-outr .single-accordian .card-body .card-body  {
    padding: 10px 15px;
}
.faq-area.faq-in-outr .card.single-accordian .card-header .btn {
    background: #0f487e;
    color: #fff;
}
.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card-header .btn.collapsed ,.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card-header .btn{
    background: #fff;
    color: #0f487e;
    font-weight: 600;
    font-size: 16px;
}
.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card:nth-child(2n) .card-header .btn.collapsed,.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card:nth-child(2n) .card-header .btn  {
    background: #0f487e;
    color: #fff;
}
.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card:nth-child(2n) .card-header .btn.collapsed .icon i,
.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card:nth-child(2n) .card-header .btn .icon i {
    color: #fff;
}
.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card:nth-child(2n+1) .card-header .btn.collapsed,.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card:nth-child(2n+1) .card-header .btn  {
    background: #d9e3ec;
    color: #0f487e;
}
.faq-area.faq-in-outr .card.single-accordian .sub-accrd .card-header .btn.collapsed .icon i {
    color: #0f487e;
}
.faq-area.faq-in-outr .sub-accrd .btn span {
    top: 17px;
    right: 15px;
    margin-left: 0;
}
.faq-area.faq-in-outr .icon i {
    color: #fff;
}
.single_step.stp-1 {padding-left: 90px;}

/*-----------*/
.blog-posts .single_blog_box h4 a {color: #0f487e; border-bottom: 0;}
.blog-posts .single_blog_box figure a {border-bottom: 0;}
.blog_inside_banner {padding: 80px 0 40px; position: relative; min-height: 65vh;}
.single_step.who_3_step {
    padding-left: 110px;
    padding-right: 33px;
}    
.step_area .col-md-4:first-child .single_step {padding-left: 95px;}
.news_col {display: none;}

#gform_3 {position: relative;}
#gform_3 .gform_footer.top_label {
    position: absolute;
    right: 0;
    top: 38px;
    width: 15%;
}
#gform_3 .gform_footer.top_label input[type="submit"] {
    background-color: #f17300;
    background-image: url(images/arrow-rg.html);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 14px center;
    border-radius: 15px;
    border: 1px solid #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    line-height: 0.8;
    padding: 0 25px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
    text-align: left;
}

#gform_4 input[type="text"], #gform_4 textarea {border-color: #b8b8b8;}
#gform_4 select {
    height: 48px;
    color: #484848;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right 20px;
}
#gform_4 input[type="submit"] {
    display: inline-block;
    background-color: #f17300;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 32%);
    color: #fff;
    text-transform: uppercase;
    padding: 13px 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: url(images/arrow-orange.png) no-repeat calc(100% - 4px) center;
    background-color: #f17300;
    background-size: 27px;
    border-radius: 10px;
    padding-right: 45px !important;
    cursor: pointer;
}
#gform_4 .gform_footer.top_label {text-align: center;}
div#gform_confirmation_message_4, div#gform_confirmation_message_3 {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #dff0ba;
    border: 1px solid #0c950c;
}
/****** Edit On Clinet's Renewal Page (10.10) ********/
#gform_wrapper_9 {
    width: 95%;
	max-width: 600px;
	margin: 0 auto;
	
}
#gform_9 .gform_footer.top_label input[type="submit"] {
    background-color: #f17300;
    background-image: url(images/arrow-rg.html);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 14px center;
    border-radius: 15px;
    border: 1px solid #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    line-height: 0.8;
    padding: 0 25px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
    text-align: left;
}
/****** Edit On RSVP Page (10.15) ********/
#gform_wrapper_11 {
    width: 95%;
	max-width: 600px;
	margin: 0 auto;
}

#gform_11 .gform_footer.top_label input[type="submit"] {
    background-color: #f17300;
    background-image: url(images/arrow-rg.html);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 14px center;
    border-radius: 15px;
    border: 1px solid #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    line-height: 0.8;
    padding: 0 25px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
    text-align: left;
}

input#input_11_7, input#input_11_8, input#input_11_2 {
    border: 1px solid #0e487e;
}
/****** Edit On Clinet's QA (19.07) ********/
.trust-mob {display: none;}
.card.single-accordian:nth-child(even) .card-header .btn {background: #0f487e; color: #fff; border: 0;}
.faq-area .card.single-accordian:nth-child(even) .card-header .btn span i {color: #fff;}
.single-accordian .card-body a { color: #f17300; text-decoration: underline !important;}
p.to-qualify {margin-bottom: 10px;}
.card-body ul {padding-left: 20px;}
.srvc-list-row h4 {color: #0f487e;}
h1.banner_btm_text.blog_banner_txt {top: auto;  bottom: 0;}
.info_row .col-md-4:first-child {background: #d9e3ec; padding: 20px;}
.info_row .col-md-4:nth-child(2) {background: #fff; padding: 20px;}
.info_row .col-md-4:last-child {background: #d9e3ec; padding: 20px;}

#join:before { content: ''; display: block; position: relative; width: 0; height: 118px; margin-top: -118px }
.info_row a {color: #0f487e;}
.single_step p {
        font-size: 14px;
    }
/*******************/
img.circle.merchant-circle {
    top: -135px !important;
    left: 0;
	margin-top: -20px;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    padding-bottom: 120px;
    max-width: 760px;
    padding-left: 2%;
    padding-right: 0;
	margin-bottom: 50px;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    max-width: 42vw;
    padding-left: 5vw;
}
.banner_area.inner_banner.banr-mrchnt-desk { padding-top: 14%;}    
 .banner_area.prtnr-bnr-desk p {font-style: normal;}

.prtnr-bnr-desk.banner_area.inner_banner .circle.prtn-circle {bottom: initial !important; top: 10px !important; }
.banner_area.prtnr-bnr-desk {
    padding-top: 25%;
}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {
    max-width: 34vw;
    padding-left: 7vw;
    padding-right: 0;
}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont p.cntct-bnr-txt {font-size: 24px;}

.circle.home_cirle {top: 30px; bottom: initial;}
.banner_area.hm-desk-bnnr {
    padding-top: 22%;
}

/* .learn-bnnr .banner_area {background-size: 100% !important; background-position: bottom center !important;} */
.sjb-page .sjb-detail .list-data .v1 .job-detail h3 {font-size: 36px;}
.sjb-page .list-data .v1 .company-logo img {padding: 5px;}
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {margin: 0;}
.sjb-page .list-data .v1 .job-info h4 {font-size: 20px; color: #21497e; font-weight: 700;}
.sjb-page .list-data .v1 .job-type, .sjb-page .list-data .v1 .job-location, .sjb-page .list-data .v1 .job-date {font-family: 'Poppins', sans-serif; font-size: 15px;
color: #000;}
.job-description {font-family: 'Poppins', sans-serif; font-size: 15px; color: #000; line-height: 1.6;}
.sjb-page .sjb-detail .list-data .v1 ul li::before, .sjb-page .sjb-detail .list-data .v2 ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #f17401;
    top: 9px;
}
.job-features table td {border: 1px solid #ddd; background: transparent; text-align: left; font-family: 'Poppins', sans-serif; font-size: 15px; color: #000;
padding: 10px !important;}
.job-features table tbody tr:nth-child(odd) {background: transparent;}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form {border: 1px solid #ddd; padding: 15px;}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file {border-radius: 0; width: 70%;}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label {line-height: 46px;}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div {background: #f17401;}
.container.sjb-container {padding-bottom: 60px;}
.sjb-page .list-data article, .sjb-page .list-data footer, .sjb-page .list-data header, .sjb-page .list-data section  {border-bottom: 1px solid #ddd; padding-bottom: 8px; 
margin-bottom: 20px;}
.sjb-page .row {align-items: center;}
.sjb-page .list-data .v1 .job-type i, .sjb-page .list-data .v1 .job-location i, .sjb-page .list-data .v1 .job-date i {color: #f17401;}
.sjb-page .list-data .v1 .job-info h4 a {color: #21497e;}

.single_cont p {margin: 0; line-height: 1.7;}
.single_cont > a {padding-top: 15px; display: inline-block;}
.home_title .title_para {
    margin-bottom: 50px;
}
.foot_right {margin-bottom: 30px;}

.main_head {transition: top 0.2s ease-in-out; top: 0;}
.nav-up {
    top: -153px;
}
.getstartted_area .busines_carousel {padding: 0;}
.search-sec {padding-top: 120px;}
input.search-field {
    background: #eee;
    border: 1px solid #ddd;
    height: 45px;
}
input.search-submit {
    background: #f17301;
    border: 0;
    height: 45px;
    padding: 0 20px;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.8s;
}
input.search-submit:hover {background: #0f487e;}

.search.search-results .post, .search.search-results .page.type-page {padding: 10px; border: 1px solid #ddd; margin-bottom: 20px; }
.search.search-results .screen-reader-text, .search.search-results .link-more, .search.search-results .entry-footer {display: none;}
.search.search-results img.attachment-post-thumbnail {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border: 5px solid #ddd;
}
.search.search-results .entry-title {
    font-size: 22px;
    padding: 0;
    margin: 0 0 10px;
}

.banner_area.inner_banner.news_banner {min-height: 580px;}
.search-area {
    width: 100%;
    margin: 0 auto 25px;
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 1110px;
    display: table;
}
.search-area span {width: 12%; font-size: 25px; color: #000; font-weight: 600; float: left;}
.search-area .search-form {width: 87%; float: left; margin: 0;}
.search-area .search-form label {width: 88%;}

.step_area .col-md-4:first-child .single_step img {width: 95.6%;}

.banner_area.inner_banner.banner_inside_pg {
    min-height: 400px;
}

.privacy-policy-sec {text-align: left;}
.privacy-policy-sec ul {padding: 0 0 0 20px;}
.privacy-policy-sec ul li {list-style: square outside;}
h2.section-header {
    color: #0f487e;
    font-size: 2em;
}
h3.paragraph-header {
    font-size: 1.5em;
}
.privacy-policy-sec a {color: #f17301;}
.getstartted_area .gf_progressbar_percentage.percentbar_blue.percentbar_100 {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.getstartted_area .gform_confirmation_message_1.gform_confirmation_message {
color: white;
font-size: 22px;
font-weight: 600;
}

#choice_1_35_1 {
    margin-top: 0;
}
#label_1_35_1 {
    font-size: 16px;
}
#label_1_35_1 a {text-decoration: underline !important;}

input[type="submit"].disabled, input[type="submit"].button-disabled, input[type="submit"]:disabled {background: black !important;}
#gform_submit_button_1.screen-reader-text {
    display: block !important;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    clip: auto;
    clip-path: inherit;
    background: url(images/arrow-orange.png) no-repeat calc(100% - 4px) center !important;
    background-color: #f17300 !important;
    background-size: 27px !important;
    display: inline-block !important;
    opacity: 0.5;
    font-style: italic;
}
.partner ul li:first-child img {max-height: 82px;
    object-fit: contain;
    width: auto;}

/*----- Responsive -------*/
@media only screen and (max-width: 1499px) and (min-width: 1350px) {



.page-id-20298 .circle.prtn-circle {
    bottom: auto;
    top: 17px;} 
.page-id-20298 .banner_area {padding-top: 26%;}   
.page-id-19886 .banner_area {padding-top: 14%;} 

.prtnr-bnr-desk.banner_area.inner_banner .circle.prtn-circle {bottom: initial !important; top: 10px !important; width: 46vw;}
.banner_area.prtnr-bnr-desk {
    padding-top: 23%;
}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {
    max-width: 34vw;
    padding-left: 7vw;
    padding-right: 0;
}
.prtnr-bnr-desk .banner-cont.career_cont {max-width: 32vw;}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont p {font-size: 20px;}

.banner_area.hm-desk-bnnr .banner-cont {margin-left: -50px;}

.footer_area p {font-size: 13px;}
.foot_left li, .menu-footer-menu-container ul li {font-size: 13px;}

}
@media only screen and (max-width: 1698px) and (min-width: 1500px) {

/*----- 22.07.21----*/
.container {max-width: 1366px;}
.single_step {padding-left: 145px; }
.busines_carousel .gform_legacy_markup_wrapper .first-step .gfield_radio li label { height: 194px;}
.img_arr {height: 210px;}
.banner_area.inner_banner .circle.prtn-circle { bottom: -75%;}
.banner-cont.marchant_banner_cont {padding-left: 0; padding-right: 105px;}
/*.banner_area {
    background-attachment: scroll !important;
}*/



.page-id-20298 .circle.prtn-circle {
    bottom: auto;
    top: 17px;} 
.page-id-20298 .banner_area {padding-top: 26%;}
/*******************/
img.circle.merchant-circle {
    top: -175px !important;
    left: 0;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    padding-bottom: 120px;
    max-width: 760px;
    padding-left: 2%;
    padding-right: 0;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    max-width: 43vw;
    padding-left: 3vw;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont p {font-size: 25px;}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont span {font-size: 20px;}
.banner_area.inner_banner.banr-mrchnt-desk { padding-top: 14%;}
.circle.home_cirle {top: 33px; bottom: initial !important;}
.banner_area.hm-desk-bnnr {
    padding-top: 23%;
}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {
    padding-bottom: 120px;
    max-width: 760px;
    padding-left: 2%;
    padding-right: 0;
}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {
    max-width: 40vw;
    padding-left: 2vw;
}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont p {font-size: 30px;}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont p.cntct-bnr-txt {
    font-size: 40px;
}
/* .learn-bnnr .banner_area {background-size: 100% !important; background-position: top center !important;} */
.banner_area.inner_banner.news_banner {min-height: 700px;}
.banner_area.hm-desk-bnnr .banner-cont {margin-left: -30px;}

}


@media(min-width:1699px) {
    .banner-cont p {
        font-size: 24px;
    }
    h1 {
        font-size: 65px;
        line-height: 1.1;
    }
    .word_cont h3 {
        font-size: 55px;
    }
    .word_cont {
        padding-right: 0;
    }
    .banner-cont {
        max-width: 645px;
        padding-left: 0px;
    }
    .banner-cont.marchant_banner_cont {
        padding-bottom: 120px;
        max-width: 590px;
    }
    .container {
        max-width: 1600px;
    }
    .pro_bar {
    max-width: 1100px;
    margin: 50px auto 0 auto;
}
.circle {
    bottom: -55%;
    width: 46vw;
}
.word-circle {
    max-width: 670px;
    right: -32px;
}
.trust_area .word-circle {
    max-width: 43vw;
}
.partner ul li img {
    width: 130px;
    margin: 0 15px;
}
p {
    font-size: 18px;
}
/****** pk 30-6-2021 ***********/
    
.lead-innr figure {
    height: 256px;
    width: 256px;
}
/****** Edit On Clinet's QA (19.07) ********/
.img_arr img {height: auto;}
.img_arr {height: auto;}
.step_area .col-md-4:first-child .single_step {padding-left: 130px;}
.step_area .col-md-4:last-child .single_step {padding-left: 175px;}
.step_area .title p {font-size: 18px;}
.step_area .cmn_btn {margin-top: 25px;}
/*.banner_area.inner_banner .circle.prtn-circle { bottom: -80%;}*/
.circle {bottom: -34%;}
.word_area.trust_area {padding: 11vw 0;}
.word_area {padding: 8vw 0;}
.investment_area.sec_gap.sec_gap_sml.text-center {padding-bottom: 50px;}
.innr-title {margin-bottom: 50px;}
.word_area.prtnr_area {padding: 8vw 0;}
.word_area.prtnr_area .word-circle {max-width: 43vw;}
.word_area.prtnr_area .word_cont {max-width: 35vw;}
.busines_carousel .gform_legacy_markup_wrapper .first-step .gfield_radio li label {height: 230px;}
.single_step p {
    font-size: 18px;
}

 

.page-id-20298 .circle.prtn-circle {
    bottom: auto;
    top: 17px;} 
.page-id-20298 .banner_area {padding-top: 26%;}   
.page-id-19886 .banner_area {padding-top: 14%;}

/*******************/
img.circle.merchant-circle {
    top: -175px !important;
    left: 0;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    padding-bottom: 120px;
    max-width: 760px;
    padding-left: 2%;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    max-width: 43vw;
    padding-left: 3vw;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont p {font-size: 30px;}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont span {font-size: 25px;}
.banner_area.inner_banner.banr-mrchnt-desk { padding-top: 14%;}

.circle.home_cirle {top: 33px; bottom: initial !important;}
.banner_area.hm-desk-bnnr {
    padding-top: 24%;
}
.prtnr-bnr-desk.banner_area.inner_banner .circle.prtn-circle {bottom: initial !important; top: 0px !important;}
.banner_area.prtnr-bnr-desk {
    padding-top: 25%;
}
.banner_area.prtnr-bnr-desk p {font-size: 30px; font-style: normal;}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {
    padding-bottom: 120px;
    max-width: 760px;
    padding-left: 2%;
    padding-right: 0;
}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {
    max-width: 40vw;
    padding-left: 2vw;
}
.prtnr-bnr-desk  .banner-cont.marchant_banner_cont.cntct-bnr-cntnt {
    max-width: 37vw;
    padding-left: 5vw;
}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont p {font-size: 30px;}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont p.cntct-bnr-txt {
    font-size: 40px;
}

.banner_area.inner_banner.news_banner {min-height: 810px;}
.banner_area.hm-desk-bnnr .banner-cont {margin-left: -10px;}



}
@media(min-width:2000px) {
    .banner-cont {
        max-width: 745px;
    }
    .container {
        max-width: 2200px;
    }
    h1 {
        font-size: 66px;
    }
    .banner-cont p {
        font-size: 28px;
    }
    p {
        font-size: 18px;
    }
    h2 {
        font-size: 45px;
        line-height: 1.2;
    }
    .title p {
        font-size: 24px;
    }
    h4 {
        font-size: 24px;
        line-height: 1.2;
    }
    .word_cont h3 {
        font-size: 65px;
    }
    .single_step {
        min-height: 600px;
    }
    .total_fund_area h4 {
        font-size: 40px;
        line-height: 1;
    }
    .total_fund_area h2 {
        font-size: 40px;
    }
    .banner-cont .cmn_btn {
        font-size: 20px;
    }
    .sec_gap {
        padding: 100px 0;
    }
    /* .word_area {
        padding: 9% 0;
    } */
    .banner-cont.marchant_banner_cont {
        padding-bottom: 150px;
        max-width: 700px;
    }
    .banner-cont.marchant_banner_cont p {
        font-size: 29px;
    }
    .banner_area.inner_banner{
        padding-top: 30%;
    }
    .single_step {
        padding-left: 210px;
    }
    .faq-area .card-header .btn-link{
        font-size: 20px;
    }
    .trust_area .word-circle {
        max-width: 1400px;
    }
    .data_table h4 {
        font-size: 20px;
    }
    .banner-cont {
        padding-left: 70px;
    }
    .business_area .row {
        max-width: 1450px;
    }
    .ingle_business::before {
        height: 290px;
    }
    .word_cont {
        max-width: 635px;
    }
    .word-circle {
        max-width: 770px;
    }

    .circle.home_cirle {top: 0; bottom: initial !important;}
    .banner_area.hm-desk-bnnr { padding-top: 24%;}
    .banner_area.hm-desk-bnnr .banner-cont h1 { margin-bottom: 10px;}
    .banner_area.hm-desk-bnnr .banner-cont { padding-left: 3%; max-width: 790px;}

    .banner_area.inner_banner.news_banner {min-height: 900px;}

}
@media(min-width:992px) {
    .main_head .navbar-nav>li>.sub-menu {
        display: block !important;
    }
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end !important;
    }
}
@media(max-width:1499px) {

}
@media(max-width:1499px) {
    .single_step {
        padding-left: 125px;
        min-height: 370px;
    }
    h4 {
        font-size: 16px;
    }
    /* .word-circle {
        max-width: 57.5vw;
    } */
    .trust_area .word-circle {
        max-width:56vw;
    }
    .banner-cont {
        max-width: 365px;
        padding-left: 0;
    }
    h1 {
        font-size: 35px;
        line-height: 44px;
    }
    .banner-cont p {
        font-size: 16px;
        line-height: 1.5;
    }
    .banner-cont h1{
        margin-bottom: 15px;
    }
    .banner_btm_text {
        /* font-size: 4vw; */
        font-size: 6vw;
    }
    .banner_btm_text.mid_title {
        font-size: 5vw;
    }
    /* .banner-cont.marchant_banner_cont {
        padding-bottom: 45px;
    } */
    .banner_area.inner_banner .circle {
        left: 0;
        width: 49vw;
        /*bottom: -14%;*/
    }
    .partner ul li img {
        width: 140px;
    }
    .circle {
        width: 41vw;
        bottom: -35%;
    }
    .word_cont {
        padding-right: 0;
    }
    .main_head .navbar-nav>li {
        margin: 0 8px;
    }
    .main_head .cmn_btn {
        margin-left: 25px;
    }
    .banner-cont.marchant_banner_cont p {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .banner-cont.marchant_banner_cont span {
        font-size: 16px;
        margin-bottom: 12px;
    }    
    .trust-mob {display: none;}
    .trust-desk {display: block;}
    #review_1 {padding: 10px 0;}


}
@media(max-width:1299px) {
    .circle {
        width: 45vw;
    }
    .banner-cont {
        max-width: 420px;
        padding-left: 22px;
    }
    .banner_area.inner_banner .circle {
        left: -2%;
        width: 51vw;
    }
    .banner_area, .funding_mang_area.sec_gap {background-attachment: scroll !important;}
}
@media(max-width:1199px) {
    .cms-img-area {
        padding-left: 15px;
    }
    .cms-img-area img:nth-child(5) {
        right: 25px;
    }
    .navbar-nav li:last-child {
        margin-left: 30px;
    }
    body {
        font-size: 14px;
        line-height: 1.6;
    }
    .logo {
        max-width: 180px;
    }
    .main_head .navbar-nav>li {
        margin: 0 15px;
    }
    .main_head .navbar-nav > li > a {
        font-size: 14px;
    }
    .main_head .cmn_btn {
        margin-left: 20px;
    }
    h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .banner-cont p {
        font-size: 16px;
    }
    .banner-cont .cmn_btn {
        padding: 12px 40px 12px 16px !important;
        font-size: 15px;
        background-size: 26px;
    }
    .title_para {
        font-size: 17px;
    }
    p{
        font-size: 14px;
        line-height: 1.4;
    }
    h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .title p {
        font-size: 17px;
    }
    .word_cont h3 {
        font-size: 28px;
    }
    .word_cont {
        max-width: 435px;
    }
    h3 {
        font-size: 25px;
    }
    .partner ul li img {
        width: 75px;
    }
    .banner-cont {
        max-width: 365px;
    }
    .title p br, .title_para br{
        display: none;
    }
    .trust_cont {
        max-width: 490px;
    }
    .banner-cont.marchant_banner_cont .video img {
        width: 50px;
        margin-bottom: 12px;
    }
    .banner-cont.marchant_banner_cont p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .banner-cont.marchant_banner_cont span {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .banner-cont.marchant_banner_cont {
        padding-bottom: 50px;
    }
    .marchant_step .title h2 {
        font-size: 26px;
    }
    .word_area,.funding_area {
        background-attachment: inherit !important;
    }
    .single_step {
        padding-left: 95px;
    }
    .single_step h4 {
        font-size: 14px;
    }
    .business_area h3 {
        margin-bottom: 20px;
    }
    .trust-mob {display: block;}
    .trust-desk {display: none;}

    .page-id-19886 .banner_btm_text.mid_title {margin-left: 105px;}

    /****** pk 30-6-2021 ***********/
    
    .lead-innr figure {
        height: 160px;
        width: 160px;
    } 
    .notable-pic figure {
        height: 196px;
    }
    .team-dtl-outr figure {
        width: 250px;
        height: 250px;
    }    
    .funding_mang_area.sec_gap {
        padding: 200px 0;
        }
    /* 2-7-2021*/
    .faq-area.faq-in-outr .card.single-accordian .card-header .btn{
        font-size: 20px;
    }    
    .faq-area.faq-in-outr .btn span {
        top: 21px;
        }
    .banner_area.inner_banner.bn-sp {
        padding-top: 28%;
    }  
/*8-7-2021*/
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio {
    width: 90% !important;
}
.industries.vision-inn p::after {
    top: 0;
}
.fun-list p:after {top: 9px;}
.blog-posts .single_blog_box h4 {
    min-height: 64px;
}
.single_blog p {
    font-size: 15px;
    min-height: 112px;
}
.main_head .navbar-nav > li > .sub-menu > li:last-child {
    margin-left: 0;
}
p {
    line-height: 1.8;
}
.word_area .container {max-width: 93%;}
.trust_area .word-circle {max-width: 62vw;}
.home-review {max-width: 519px; margin: 0 auto;}
.step_area .col-md-4:first-child .single_step {padding-left: 79px;}
.single_step p {font-size: 12px;}
.industries .row p { width: 100%; font-size: 13px;}
.single_step.who_3_step {
    padding-left: 95px;
    padding-right: 35px;}
.single_step {padding-right: 45px;}  

.circle.home_cirle {
    top: 65px;
}
.banner_area.hm-desk-bnnr {
    padding-top: 28%;
}

.sjb-page .list-data .v1 .job-type, .sjb-page .list-data .v1 .job-location, .sjb-page .list-data .v1 .job-date {display: none;}



}

/* start 5-7-2021*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
.banner_area,.funding_mang_area.sec_gap {
    background-attachment: scroll!important;
}

}

/* end 5-7-2021*/

@media(max-width:991px) {
    h3 {
        font-size: 19px;
    }
    .faq-area .card-header .btn-link {
        font-size: 14px;
    }
    .main_head .navbar-nav>li>.sub-menu {background: #fff;}
    .main_head .navbar-nav>li>.sub-menu>li>a {color: #000; font-weight: 400;}
    .main_head .navbar-nav>li>.sub-menu.show {
        display: block;
        visibility: visible !important;
        opacity: 1 !important;
        top: 0 !important;
        position: relative !important;
        width: 100% !important;
        box-shadow: none;
        border: 0px;
    }
    .main_head .navbar-nav > li {
        margin: 0 0 14px 0 !important;
        padding: 6px 12px !important;
        border-radius: 4px;
        /* transform: translateX(-40px); */
        transition: 0.5s;
    }
    .main_head .navbar-nav>li>.sub-menu>li>a {font-size: 13px; padding: 5px 0; border-bottom: 1px solid #ddd;}
    .main_head .navbar-nav> li > .sub-menu > li:last-child {margin-left: 0;}
    .main_head .navbar-collapse.collapse.show .navbar-nav > li{
        /* transform: translateX(0px); */
    }
    .navbar-nav .clickD {
        top: 8px !important;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        background: #fff;
        right: 0;
        width: 250px;
        bottom: 0;
        transform: translateX(105%);
        display: block;
        transition: 0.5s;
        box-shadow: 0 2px 22px 0 rgba(0,0,0,.2),0 2px 30px 0 rgba(230, 230, 230, 0.35);
        z-index: 999;
        height: 100vh;
        overflow: scroll;
    }
    .navbar-collapse.collapse.show, .navbar-collapse.collapsing{
        transform: translateX(0);
    }
    
    .nav-mobile-header {
        margin: 0;
        padding: 30px 20px;
        display: flex !important;
    }
    .nav-mobile-header h4{
        margin-bottom: 0;
    }
    .close-menu img {
        width: 18px;
    }
    .close-menu{
        cursor: pointer;
    }
    .navbar-nav {
        padding: 0 10px;
        height: 100%;
       min-height: 500px;
    }
    /* .current-menu-item {
        background: #6200ee;
    } */
    .main_head .navbar-nav > li.current-menu-item > a {
        color: rgb(94, 91, 91) !important;
    }
    /* .body-overlay {
        top: 0;
        width: 100%;
        bottom: 0;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.5);
        z-index: 9;
        overflow: hidden;
        display: none;
    } */
    /* body.overlay-block .main{
        filter:blur(5px);
    } */
    .overlay-block {
        overflow: hidden;
    }
    .overlay-block .main{
        filter: blur(4px);
    }
    .main_head .navbar-nav > li > a {
        color: #283772 !important;
    }
    .main_head .navbar-nav > li > a.signin_btn {
        color: #fff !important;
        display: block;
        background: #283772 !important;
        text-align: center;
    }

   
    
    .main_head .navbar-nav > li > a::before {
        display: none;
    }
    .main_head .cmn_btn {
        margin-left: 0;
        position: absolute;
        right: 75px;
    }
    .bootombar {
        padding: 10px 0;
    }
    .ingle_business::before {
        height: 140px;
    }
    .word-circle {
        max-width: 62vw;
        right: -6%;
    }
    .word_cont h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .word_cont .video img {
        width: 35px;
        margin-bottom: 15px;
    }
    .word_cont p {
        font-size: 16px;
    }
    .partner ul li img {
        width: 55px;
    }
    .total_fund_area h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .total_fund_area h4 {
        font-size: 25px;
    }
    .single_step {
        padding-left: 65px;
        padding-right: 25px;
        min-height: 200px;
    }
    .single_step h4 {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.2;
    }
    .single_step p {
        font-size: 11px;
        line-height: 1.4;
    }
    .banner-cont h1 {
        margin-bottom: 10px;
    }
    .banner-cont {
        max-width: 325px;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .word_cont {
        max-width: 350px;
    }
    .getstartted_area {
        padding-top: 30px;
    }
    .topbar_link li a, .topbar_right li a {
        font-size: 11px;
    }
    .topbar_link li {
        margin-right: 5px;
    }
    .inner_banner.banner_area .circle {
        left: -30px;
        width: 450px;
    }
    table th {
        font-size: 18px;
    }
    .data_table h4 {
        font-size: 15px;
    }
    .trust_area .word-circle {
        max-width: 600px;
    }
    .single_serv h4 {
        margin-bottom: 15px;
        font-size: 17px;
    }
    .business_area h3 {
        font-size: 18px;
    }
    .blog_page_banner {
        min-height: 350px;
    }

    .page-id-19886 .banner_btm_text.mid_title {margin-left: 0;}

    /*-------------*/
    img.circle.inner_cirlce { display: none; }
    /*.banner-cont.marchant_banner_cont {background: rgba(32,52,92,0.5); padding: 15px; max-width: 400px; margin-bottom: 35px;}*/

    /****** pk 30-6-2021 ***********/
  
    .lead-innr  {
        width: calc(100% / 3);
    } 
    .notable-outr {
         -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .team-dtl-outr figure {
        width: 200px;
        height: 200px;
    }   
    .team-dtl-outr ul li a {
        font-size: 19px;
    }
    .single_blog p {
        font-size: 15px;
    }
    .single_blog {
        margin-bottom: 60px;
    }
    .banner_area.inner_banner.blog_banner {
        min-height: 380px;
    }    
    .funding_mang_area.sec_gap {
        padding: 140px 0;
    }
    .banner_area.culture-banner {
        background-position: right !important;
    }
    .word_area.prtnr_area .word_cont p {
        width: 90%;
    }
    input[type="submit"].sbt-innr {
        font-size: 20px;
        background-size: 15px;
        padding: 0 15px;
    }
    .mng-outr {
        margin: -25px -15px;
    }
    .mng-outr .col-md-6 {
        padding: 25px 15px;
    }
    .box-strue {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .box-strue > div {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* 2-7-2021*/
    .faq-area.faq-in-outr .card.single-accordian .card-header .btn{
        font-size: 16px;
    }    
    .faq-area.faq-in-outr .btn span {
        top: 19px;
        }
    .faq-area.faq-in-outr .single-accordian {
        margin-bottom: 20px;
    }
    .contact-form-box {
        width: 100%;
    }
    .banner_area.inner_banner.bn-sp {
        padding-top: 32%;
    }
/*5-7-2021*/
.industries .row p {
    width: 100%;
}
/*8-7-2021*/
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio {
    width: 100% !important;
}
.busines_carousel {
    padding: 25px;
}
img.circle.inner_cirlce {
    display: block;
}
.inner_banner.banner_area .circle {
    width: 58%;
}
.funding_mang_area.sec_gap {
    background-attachment: scroll!important;
}

.blog-posts .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-posts .single_blog_box p {
    min-height: 76px;
}
.single_blog p {
    min-height: 105px;
}
.single_blog p {
    min-height: 138px;
}
.single_step.who_3_step {
    padding-left: 65px;
    padding-right: 33px;}

.banner_area .container {max-width: 100%;}    
.banner-cont {max-width: 45%;}
.step_area .col-md-4:first-child .single_step { padding-left: 58px;}
.trust_area .word-circle {max-width: 710px;}
.single_step p {font-size: 10px;}
.single_step h4 {font-size: 11px;}
.inner_banner.banner_area .circle {bottom: auto; top: 50px;}
.banner_area.inner_banner .circle.prtn-circle {bottom: auto; top: -70px;}
.circle.home_cirle {top: -70px; bottom: auto; width: 55vw;}
.home-review {max-width: 519px; margin: 0 auto;}
.info_row a {word-wrap: break-word;}

/**************/
img.circle.merchant-circle {
    top: -90px !important;
        width: 62% !important;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    max-width: 52vw;
    padding-left: 5vw;
}  
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {max-width: 43vw; padding-left: 3vw;}
.banner_area.prtnr-bnr-desk {padding-top: 30%;}
.circle.home_cirle {
    top: 65px;
}
.banner_area.hm-desk-bnnr {
    padding-top: 34%;
}
.partner ul li:first-child img {
    max-height: 49px;
}

}



@media (max-width: 767px) {
    .alignright, .alignleft, .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin: 0 0 22px 0;
        max-width: 100%;
    }
    .main_head .navbar-nav>li>.sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
    }
    .main_head .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    .topbar{
        display: none;
    }
    .mobile_top_bar{
        display: block;
    }
    .main_head {
        background: #fff;
    }
    .main_head .cmn_btn{
        display: none;
    }
    .main_head.fixed-header {
        background: #fff;
    }
    /* .main_head {
        position: relative;
    } */
    .main {
        padding-top: 155px;
    }
    .banner_area {
        background-attachment: inherit !important;
    }
    .single_rating {
        margin-bottom: 30px;
    }
    .rating_area.sec_gap {
        padding-bottom: 25px;
    }
    .cmn_btn {
        padding: 9px 25px;
    }
    .single_serv {
        margin-bottom: 40px;
    }
    .serv_area.sec_gap {
        padding-bottom: 15px;
    }
    .word-circle {
        max-width: 70vw;
    }
    .pro_bar span {
        width: 30px;
        height: 30px;
        border: 10px solid #fff;
    }
    .ingle_business p {
        font-size: 12px;
    }
    .pro_bar::before {
        height: 6px;
    }
    .pro_bar {
        margin-top: 30px;
    }
    .pro_bar span::before {
        left: -13px;
        width: 35px;
        height: 35px;
        top: -12px;
    }
    .col-md-3.foote_left {
        text-align: center;
        margin: 25px 0;
        order: 1;
    }
    .col-md-3.foote_left {
        order: 2;
    }
    .col-md-3.foot-right {
        order: 3;
    }
    .foot_right {
        text-align: center;
    }
    .footer_area {
        padding: 30px 0;
    }
    .partner span {
        padding-bottom: 3px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .single_step {
        min-height: 300px;
        width: 300px;
        margin: 0 auto;
    }
    /* .business_area {
        padding: 40px 30px;
    } */
    .step_area .col-md-4:last-child .single_step {
        padding-left: 105px;
    }
    .circle {
        width: 53vw;
    }
    .banner-cont a.cmn_btn {
        display: none;
    }
    .banner-cont p{
        margin-bottom: 0;
    }
    .word-circle{
        display: none;
    }
    .word-circle-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        max-width:60vw;
        transform: translateY(-50%);
    }
    .word_cont {
        max-width: 300px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    .busines_carousel {
        padding: 25px 15px;
    }
    .marchant_step .title h2 {
        font-size: 20px;
    }
    .faq-area {
        margin-bottom: 30px;
    }
    .serv_area .btn_area, .marchant_step .btn_area {
        margin-top: 10px;
    }
    .serv_area.sec_gap.sky-bg {
        padding-bottom: 50px;
    }
    .word_area.trust_area .word-circle {
        display: block;
    }
    .banner-cont {
        max-width: 285px;
    }
    h1 {
        font-size: 26px;
    }
    .ingle_business::before {
        height: 112px;
    }
    .banner_btm_text{
        left: 20px;
    }

    .investment_area {
        text-align: center;
    }
    .banner_area.inner_banner.blog_banner {
        min-height: 180px;
    }
    .single_blog {
        margin-bottom: 40px;
    }
    .single_blog img {
        margin-bottom: 25px;
        height: inherit;
    }
    .blog_page_area .col-lg-4{
        /*order: 1;*/
        margin-bottom: 50px;
    }
    .blog_page_area .col-lg-8{
        /*order: 2;*/
    }
    .blog_details_content span {
        margin: 0 0 15px 0;
        display: block;
    }
    .blog_page_banner {
        min-height: 250px;
    }
    .banner_btm_text {
        right: 0;
        top: 30px;
        left: auto !important;
        right: 2vw;
    }
    
    .banner_btm_text.mid_title {font-size: 6vw;}
    .banner_btm_text.banner_title {left: 2vw !important; right: auto; margin-bottom: 0;}

    /****** pk 30-6-2021 ***********/
  
    .lead-innr  {
        width: calc(100% / 2);
        padding: 20px 15px;
    }    
    .lead-outr {
        margin: -20px -15px;
    }    
    .notable-innr {
        padding: 20px 30px;
    }
    .notable-outr {
        margin: -20px -30px;
    }    
    .notable-pic figure {
        height: 169px;
    }
    .top-space {
        margin-top: 0;
    }
    .team-dtl-outr figure {
        width: 150px;
        height: 150px;
    }
    .funding_mang_outr h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .funding_mang_area.sec_gap {
        padding: 100px 0;
    }
    .fun_perks_area .col-md-6 {
        margin-bottom: 30px;
    }
    .fun_perks_area .col-md-6:last-child {
        margin-bottom: 0;
    }
    .join_our_area .col-md-5,.join_our_area .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    input[type="submit"].sbt-innr {
        width: 88px;
    }
    .word_area.prtnr_area {
        padding: 50px 0;
        position: relative;
        z-index: 1;
    }
    .word_area.prtnr_area:after {
        position: absolute;
        content: '';
        background: rgba(0,0,0,0.3);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height:100%;
        z-index: -1;
    }
    .mng-outr {
        margin: -15px;
    }
    .mng-outr .col-md-6 {
        padding: 15px;
    }
    .mr-top {
        margin-top: 0;
    }
    .industries.vision-inn {
        text-align: center;
    }
    .industries.vision-inn .col-md-4 {
        margin-bottom: 30px;
    }
    .industries.vision-inn .col-md-4:last-child {
        margin-bottom: 0;
    }
    .img_arr{
        height: 320px;
    }
    /* 2-7-2021*/
    .faq-area.faq-in-outr {
        margin: 0;
    }    
    .form-control::placeholder,.frm-otr.cont-frm-inn select.form-control {
        font-size: 14px;
    }

    /*5-7-2021*/
    .industries .row p {
        width: 100%;
    }
    .bootombar {
        background-color: #fff;
    }
/*8-7-2021*/
.busines_carousel .gform_legacy_markup_wrapper label.gfield_label {
    font-size: 18px;
}
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio li {
    padding: 10px 15px!important;
    margin: 0!important;
    width: 50%;
}
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio {
    flex-wrap: wrap;
}
.busines_carousel .gform_legacy_markup_wrapper .first-step .gfield_radio li label {
    height: 217px;
    }
    
/* start 9-7-2021 */
.mobile_top_bar #myDIV ul {
    padding: 10px 0;
}
.mobile_top_bar #myDIV li {
    width: 100%;
    color: #fff;
    padding: 6px 0;
    border: 0;
}
.mobile_top_bar #myDIV li a {
    color: #fff;
    padding: 0;
}
.mobile_top_bar #myDIV li a:hover {
    color: #f17300;
}
.mobile_top_bar #myDIV {
    width: 100% !important;
    opacity: 1 !important;
}
.inner_banner.banner_area .circle {
    width: 66%;
}
.industries.vision-inn p{
    text-align: left;
}
.industries.vision-inn .col-md-4 {
    margin-bottom: 0;
}
.industries.vision-inn .row {
    margin-bottom: 20px;
}
/* end 9-7-2021 */   
/*
.trustpilot-widget.trust-mob iframe {
    height: 340px!important;
}
*/
.trust-mob #tp-widget-reviews-filter-label{
    font-size: 12px!important;
    line-height: 0.8!important;
}
.card.single-accordian .card-body ul li::before {
    top: 7px;
}
.blog_page_area .col-lg-4 {
    margin-bottom: 0;
    margin-top: 30px;
}
.single_serv {
    margin-bottom: 30px;
}
.blog-posts .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.blog-posts .single_blog_box p,.blog-posts .single_blog_box h4 {
    min-height: auto;
}
.single_blog p {
    min-height: auto;
}
.single_step h4 {
    font-size: 14px;
}
.single_step p {font-size: 13px;}
.step_area .col-md-4:first-child .single_step {
    padding-left: 72px;
}
.single_step {
    padding-left: 85px;
    padding-right: 26px;
}
/*.data_table img {width: 12px;
}*/
.industries.vision-inn h4 {text-align: left;}
/**************/
img.circle.merchant-circle {
    top: -131px !important;
    width: 64% !important;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    max-width: 54vw;
    padding-left: 3vw;
    padding-bottom: 30px;
} 

.prtnr-bnr-desk .banner-cont.marchant_banner_cont p.cntct-bnr-txt {font-size: 16px;}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {max-width: 46vw;}
.banner_area.prtnr-bnr-desk {
    padding-top: 32%;
}
.banner_area.inner_banner.bn-sp {
    padding-top: 32%;
}
.circle.home_cirle {
    top: 0;
}
.banner_area.hm-desk-bnnr {
    padding-top: 30%;
}

.sjb-page .list-data .v1 .job-type, .sjb-page .list-data .v1 .job-location, .sjb-page .list-data .v1 .job-date {display: none;}
.sjb-page .sjb-detail .list-data .v1 .job-detail h3 { font-size: 28px;}

.search-area {
    width: 100%;
    display: inline-block;
}
.search-area span {width: 100%;}
.search-area .search-form {width: 100%;}
.search-area .search-form label {width: 100%;}
    
}

@media (max-width:640px) {

    #gform_3 .gform_footer.top_label {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;}

}

@media (max-width:575px) {
    table {
        border: 0;
      }
    
      table caption {
        font-size: 1.3em;
      }
      
/*
      table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      
      
      table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
      }
      
      table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
      }
      
*/
      table td:last-child {
        border-bottom: 0;
      }
      .banner_area {
        padding-top: 135px;
    }
    .circle {
        width: 308px;
        bottom: -35%;
    }
    .banner-cont {
        max-width: 250px;
        padding-bottom: 10px;
        padding-left: 6px;
    }
    h1 {
        font-size: 24px;
    }
    .banner-cont p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .banner_area {
        padding-top: 271px;
    }
    /* .word_area > img {
        width: inherit !important;
        height: inherit;
        max-width: 100% !important;
        right: -45vw;
    } */
    .word_cont {
        max-width: 248px;
    }
    .word_cont span {
        font-size: 13px;
    }
    .cmn_btn {
        padding: 9px 15px;
        font-size: 12px;
    }
    .ingle_business {
        margin-top: 40px;
    }
    .ingle_business::before {
        height: 120px;
    }
    .total_fund_area h2 {
        font-size: 20px;
    }
    .total_fund_area h4 {
        font-size: 20px;
    }
    .pro_bar span {
        width: 15px;
        height: 15px;
        border: 4px solid #fff;
    }
    .pro_bar::before {
        height: 4px;
        top: 6px;
    }
    .pro_bar span::before {
        left: -10px;
        width: 27px;
        height: 27px;
        top: -10px;
    }
    .business_area h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .trust_cont {
        background: rgba(15,72,126,0.7);
        padding: 25px 15px;
    }
    .word_area.trust_area .word-circle {
        display: none;
    }
    .word_area.trust_area {
        padding: 50px 0;
    }
    .trust_cont {
        max-width: 490px;
        margin:0 auto;
    }
    .banner-cont.marchant_banner_cont {
        padding-bottom: 20px;
    }
    .inner_banner.banner_area .circle {
        left: -30px;
        width: 480px;
        bottom: -25%;
    }
    .banner_area.inner_banner {
        padding-top: 120px;
    }
    .word-circle-mobile {
        max-width:320px;
    }
    .busines_carousel {
        padding: 35px;
    }
    .video-modal .modal-body iframe {
        height: 300px;
    }
    .mobile_top_bar li a{
        font-size: 13px;
    }
    .mobile_top_bar li a i {
        margin-right: 5px;
        font-size: 16px;
        position: relative;
        top: 2px;
    }
    .mobile_top_bar li:first-child a i {
        font-size: 21px;
        top: 1px;
    }
    .banner_area .circle {
        width: 308px;
        bottom: -30%;
        /*display: none;*/
        top: auto;
    }
    /*.banner_area.inner_banner .circle{
        display: block;
    }*/
    .single_step {
        padding-left: 95px;
        padding-right: 30px;
    }
    .single_step h4 {
        font-size: 15px;
    }
    .single_step p {
        font-size: 13px;
    }
    .step_area .col-md-4:first-child .single_step {
        padding-left: 65px;
    }
    .banner_area.inner_banner {
        padding-bottom: 10px;
    }
    /* .banner_btm_text {
        bottom: 15px;
    } */
    .blog_right {
        padding: 30px 15px;
    }
    .share p {
        display: block;
        margin: 0 0px 10px 0;
    }
    .blog_banner_content {
        max-width: 100%;
        margin: 0 15px;
    }
    .banner_area.inner_banner.blog_page_banner {
        padding: 90px 0 40px 0;
    }
    .banner_area.hm-mob-bnnr {
        /*background-position: bottom center !important;*/
        background-attachment: scroll !important;
    }

    /****** pk 30-6-2021 ***********/
  
    .notable-pic figure {
        height: 214px;
    }
    .team-dtl-outr {
        text-align: center;
    }
    .team-dtl-outr figure {
        margin: auto;
        margin-bottom: 30px;
    }
    .team-dtl-outr ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .team-dtl-outr h1 {
        font-size: 19px;
    }
    .team-dtl-outr h3 {
        font-size: 16px;
    }
    .team-dtl-outr ul li a {
        font-size: 15px;
    }
    .word_area.prtnr_area .word_cont h3 {
        font-size: 19px;
    }
    .word_area.prtnr_area .word_cont p {
        width: 100%;
    }
/*8-7-2021*/
.gform_legacy_markup_wrapper ul.gfield_radio li label {
    width: 100%!important;
}
.busines_carousel .gform_legacy_markup_wrapper .button {
   line-height: 0.8 !important;
}
.data_table {
    width: 100%;
}
table th {
    font-size: 15px;
}
.data_table h4 {
    font-size: 14px;
}
.word_area.prtnr_area .word_cont {
    max-width: 300px;
    margin: auto;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table td:first-child {
    width: 40%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table td {
    width: 60%;
}
.investment_area.sec_gap {
    padding-bottom: 55px;
}
/**************/
img.circle.merchant-circle {
    top: -110px !important;
    width: 75% !important;
}
.banr-mrchnt-desk .banner-cont.marchant_banner_cont {
    max-width: 63vw;
    padding-left: 3vw;
    padding-bottom: 30px;
} 

.prtnr-bnr-desk.banner_area.inner_banner .circle.prtn-circle {width: 66%;}
.banner_area.prtnr-bnr-desk {padding-top: 32%;}
.prtnr-bnr-desk .banner-cont.marchant_banner_cont {max-width: 48vw; padding-left: 3vw;}

}
@media (max-width:480px){
   
    .inner_banner.banner_area .circle {
        left: -43px;
        width: 375px
    }
    .funding_area{
        background-position: right center !important;
    }
    .hm-mob-bnnr {display: block;}
    .hm-desk-bnnr {display: none;}
    .banner_area .circle.home_cirle {left: 0; right: 0; margin: 0 auto; bottom: -65%; width: 100%; top: auto;}
    .banner_area.hm-mob-bnnr .banner-cont {margin: 0 auto; text-align: center;}
    .hm-mob-bnnr.banner_area .banner-cont h1 {line-height: 1;}
    .inner_banner.banner_area .circle {display: none;}
    .banner_area.inner_banner {padding-top: 0; padding-bottom: 0;}
    .mob_view {display: block;}
    .desk_view {display: none;}
    .banner_area.inner_banner .banner_btm_text.banner_title {display: none;}
    .singular .banner_area.inner_banner .banner_btm_text.banner_title {display: block;}
    .banner-cont.marchant_banner_cont {margin-bottom: 0; max-width: 50%;}
/*    .banner-cont.marchant_banner_cont p, .banner-cont.marchant_banner_cont span {text-align: left;}*/
/*
    .banner-cont.marchant_banner_cont {
    background: url("images/circle-half.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: cover;
    background-position: top right;
max-width: 50%;
padding-right: 31px;
padding-top: 16px;
padding-bottom: 0;}
*/
.inner_banner.banner_area .circle {
    display: block;
}
.banner_area.inner_banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

/****** pk 30-6-2021 ***********/
  
.lead-innr {
    width: 100%;
}
.notable-pic figure {
    height: 184px;
}
.img_arr{
    height: 280px;
}
.box-strue > div {
    padding-top: 20px;
    padding-bottom: 20px;
}
.box-strue {
    margin-top: -20px;
    margin-bottom: -20px;
}
    /* 2-7-2021*/
    .faq-area.faq-in-outr .card.single-accordian .card-header .btn{
        font-size: 14px;
    }    
    .faq-area.faq-in-outr .btn span {
        top: 17px;
        }
    .faq-area.faq-in-outr .single-accordian {
        margin-bottom: 20px;
    }
    .inner_banner.banner_area.ban-cr .circle {
        /*width: 280px;*/
    }
    .inner_banner.banner_area.ban-cr .banner-cont.marchant_banner_cont p {
        width: 78%;
    }
    .banner_area.inner_banner.bn-sp {
        padding-top: 0;
    }
.banner_area.inner_banner.bn-sp {
    padding-top: 30px;
}
.banner-cont.marchant_banner_cont {
    text-align: left;
    padding-left: 20px;
}
.banner-cont.marchant_banner_cont p, .banner-cont.marchant_banner_cont span {
    text-align: left;
}
.inner_banner.banner_area .circle {
    left: -11%;
    bottom: -16%;
    top: auto;
}
.banner-cont.marchant_banner_cont .video img {
    width: 34px;
    }
.banner_area.inner_banner {
    min-height: 292px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/*.banner_area.inner_banner .circle.prtn-circle {
    bottom: -16%;
    top: auto;
}*/

.banner-cont.marchant_banner_cont.pddng_rght {padding-right: 10px;}
h1.banner_btm_text.blog_banner_txt {left: 2vw !important; right: auto; font-size: 6vw;}

.page-id-19886 .inner_banner.banner_area .circle {width: 400px;  top: -122px;}
.inner_banner.banner_area .circle {
    left: -22%;
}
.page-id-20247 .banner_area.inner_banner .circle.prtn-circle {
    top: -120px;
}
.page-id-19892 .banner_area.inner_banner {background-position: top right !important;}

.sjb-page .sjb-detail .list-data .v1 .job-detail h3 {font-size: 22px;}
.sjb-page .list-data .v1 .job-info h4 {margin-bottom: 15px;}
.job-description, .sjb-page .sjb-detail .list-data .v1 ul li {font-size: 14px;}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file {width: 100%;}

.busines_carousel .gform_heading * {font-size: 30px !important;}

h2.section-header {
    font-size: 1.5em;
}
h3.paragraph-header {
    font-size: 1.2em;
}

}
@media (max-width:479px){
    .mobile_top_bar li a{
        font-size: 11px;
    }

    .page-id-19886 .banner_btm_text.mid_title {margin-left: 0; width: 100%; text-align: center;}
/* 8-7-2021 */
.busines_carousel .gform_legacy_markup_wrapper .first-step .gfield_radio li label {
    height: 100px; font-size: 12px;
    }
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio li label img {max-height: 60px; width: auto;} 
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio li {padding: 5px !important;} 
.busines_carousel .gform_legacy_markup_wrapper .gfield_radio li label {font-size: 12px;}  

.word_area .container {
    max-width: 100%;
}
.page-id-19886 .banner_btm_text.mid_title {text-align: left;}

}

@media only screen and (max-width: 480px) and (min-width: 376px) {
    .banner_area .circle.home_cirle {
    bottom: initial;
    top: 100px;
}
    .inner_banner.banner_area .circle, .banner_area.inner_banner .circle.prtn-circle { left: -120px; width: 335px; top: -109px; bottom: initial !important;}
    .banner-cont.marchant_banner_cont p {font-size: 14px;}
    .banner-cont.marchant_banner_cont {padding-left: 10px; max-width: 180px;}
    .page-id-19886 .banner-cont.marchant_banner_cont {max-width: 215px;}
    .banner-cont.marchant_banner_cont span {
    font-size: 12px;
    margin-bottom: 5px;}
}

@media (max-width:375px){
    .busines_carousel {
        padding: 20px;
    }
    .mobile_top_bar li a i {
        font-size: 13px;
        top: 2px;
    }
    .banner_area .circle.home_cirle {bottom: -40%;}
    .banner-cont.marchant_banner_cont span {font-size: 12px;}
    .banner-cont.marchant_banner_cont p {font-size: 12px;}
    .banner-cont.marchant_banner_cont {max-width: 50%;}
  .banner-cont.marchant_banner_cont {
    max-width: 55%;
}  
.inner_banner.banner_area .circle {
    left: -30%;
}

.page-id-19886 .inner_banner.banner_area .circle {width: 365px; bottom: -7%;}
.inner_banner.banner_area .circle {
        left: -114px;
        width: 340px;
    }
.banner_area.inner_banner .circle.prtn-circle {top: -120px;}
.banner_area.inner_banner .circle.prtn-circle {
    left: -155px;
}    
.prtnr-mob-view .banner-cont.marchant_banner_cont {width: 180px; padding-left: 10px;}

.busines_carousel .gform_heading * {font-size: 22px !important; padding: 15px 0 !important;}
}

@media (max-width:360px){
    .mobile_top_bar li a {
        font-size: 10px;
    }
    .mobile_top_bar li:first-child a i {
        font-size: 15px;
        top: 1px;
    }    
    .hm-mob-bnnr.banner_area .banner-cont h1 {line-height: 1;}

    /****** pk 30-6-2021 ***********/
    .notable-pic figure {
        height: 75px;
    }
    .img_arr{
        height: 220px;
    }
    /* 2-7-2021*/
    .faq-area.faq-in-outr .card.single-accordian .card-header .btn{
        font-size: 12px;
    }
    /*--------*/
    .notable-pic figure img {max-height: 75px;}
  .banner-cont.marchant_banner_cont {
    max-width: 54%;
    padding-left: 10px;
} 
table th, table td {
    padding: 10px 12px;
    }
 .inner_banner.banner_area .circle {left: -35%;}

 .banner_area .circle.home_cirle {bottom: -32%;}

 .page-id-19886 .inner_banner.banner_area .circle {
    width: 365px;
    bottom: initial !important;
    top: -116px;
}
.page-id-19886 .banner-cont.marchant_banner_cont {width: 52%;}
   .page-id-19886 .inner_banner.banner_area .circle {
    width: 365px;
    bottom: initial !important;
    top: -116px;
}
}
@media (max-width:359px){
	.page-id-19886 .inner_banner.banner_area .circle {
    top: -85px;
}
.prtnr-mob-view .banner-cont.marchant_banner_cont {width: 160px; padding-left: 10px;}
.mob_view.prtnr-mob-view p {
    font-size: 15px !important;
}
.prtnr-mob-view .banner-cont.marchant_banner_cont {
    width: 140px;
}

}

/*.circle {
    top: 0 !important;
    bottom: initial !important;
}*/

/*********** Updates OCT 26, 2021 ************/
.busines_carousel .gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
	display: none !important;
}

/***************** BUSINESS NETWORK CSS ****************/

.nav-container {
    background-color: #0f487e;
}
.nav-container .nav-business {
    height: 50px;
    max-width: 1080px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.nav-container .nav-business a {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
    padding: 8px 30px;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.2s;
}
.nav-container .nav-business a:hover {
    background-color: var(--orange);
    opacity: 0.9;
}
.nav-container .nav-business .active {
    background-color: var(--orange);
}
.nav-container .nav-business-mini {
    cursor: pointer;
    display: none;
    height: 50px;
    padding: 0 15px;
    align-items: center;
    margin: 0 auto;
}
.nav-container .nav-business-mini .menu-select {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}
.nav-container .nav-business-mini .menu-select .menu-actual {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
.nav-container .nav-business-mini .menu-select .btn-select {
cursor: pointer;
    position: absolute;
    right: 10px;
}

.arrow {
  border: solid #f2f2f2;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nav-container .nav-business-mini-options {
    display: none;
    position: absolute;
    margin-top: 50px;
    width: 100%;
}
.nav-container .nav-business-mini-options a {
    display: block;
    text-align: start;
    padding: 7px 15px;
    height: 32px;
    color: #fff;
    background: #0f487e;
    text-decoration: none;
    font-weight: bold;
}
.nav-container .nav-business-mini-options a.active {
    color: var(--orange);
}
@media (max-width: 924px) {
    .nav-container .nav-business {
        display: none;
   }
    .nav-container .nav-business-mini {
        display: flex;
        flex-direction: column;
   }
}
.show {
    display: block;
}
.hide {
    display: none;
}
.home .save-container {
    background: #fff;
}
.home .save-content {
    font-family: "Poppins", sans-serif;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 15px 80px;
}
.home .save-content h3 {
    font-size: 32px;
    color: #3e7db1;
    font-weight: bold;
}
.home .save-list {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    grid-gap: 30px;
}
@media (max-width: 640px) {
    .home .save-list {
        grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
   }
}
.home .save-list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 185px;
    padding: 15px 30px;
    background: #e8e8e8;
    border: 1px solid #b3b3b3;
}
@media (max-width: 640px) {
    .home .save-list-item {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
   }
}
.home .save-list-item .thumb {
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (min-width: 525px) {
    .home .save-list-item .thumb {
        margin-bottom: 0;
   }
}
.home .save-list-item .thumb span {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-image: url("imgs/pages/business-networks/business-networks55cc.html?v=20201211.01");
    background-repeat: no-repeat;
    border: 2px solid #b3b3b3;
    display: block;
}
@media (min-width: 525px) {
    .home .save-list-item .thumb span {
        margin: 0;
   }
}

.home .save-list-item-content {
    padding: 15px 0 15px 15px;
    text-align: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media (max-width: 640px) {
    .home .save-list-item-content {
        padding-top: 15px;
        text-align: center;
   }
}
.home .save-list-item-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #000;
}
.home .save-list-item-content p {
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 0.5px;
    flex: 1;
}
.home .save-list-item-content a {
    color: #00467f;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-decoration: underline;
    display: flex;
    place-content: center;
}
.home .discount-container {
    background: #e8e8e8;
}
.home .discount-content {
    font-family: "Poppins", sans-serif;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px 30px;
}
.home .discount-content h3 {
    font-size: 32px;
    color: #3e7db1;
    font-weight: bold;
}
.home .discount-list {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    grid-gap: 30px;
}
@media (max-width: 640px) {
    .home .discount-list {
        grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
   }
}
.home .discount-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 30px;
    min-height: 265px;
    background: #fff;
    border: 1px solid var(--light);
	border-radius: 10px;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
	text-align: center;
}
.home .discount-list-item header {
    width: 100%;
    border-bottom: 2px solid var(--orange);
	    display: flex;
    align-items: center;
    justify-content: center;
}
.home .discount-list-item header img {
    width: auto !important;
    height: 46px !important;
    margin-bottom: 15px;
}
.home .discount-list-item-content {
    padding: 15px 0;
    width: 100%;
	height: 100%;
}
.home .discount-list-item-content p {
    font-size: 18px;
    font-weight: bold;
    color: #00467f;
    margin-bottom: 10px !important;
}
.home .discount-list-item-content strong {
    font-size: 16px;
    font-weight: normal;
    color: #00467f;
}
.home .discount-list-item a {
	display: inline-block;
    background-color: #f17300;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 32%);
    color: #fff;
    text-transform: uppercase;
    padding: 13px 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #f17300;
    background-size: 27px;
    border-radius: 10px;  
}

.home .discount-list-item a:hover {
    transform: scale(1.1);
    opacity: 0.8;
}
.home .blog-container {
    width: 100%;
    background: #fff;
}
.home .blog-content {
    font-family: "Poppins", sans-serif;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 30px;
}
.home .blog-content h3 {
    font-size: 32px;
    color: #3e7db1;
    font-weight: bold;
}
.home .blog-content h2 {
    margin: 100px 0 20px 0;
    border-top: 2px solid #00467f;
}
.home .blog-content h2 span {
    margin-top: -9px;
    padding: 0 15px;
    position: relative;
    top: -28px;
    background-color: #fff;
}
@media (max-width: 640px) {
    .home .blog-content h2 span {
        top: -20px;
   }
}
.home .blog-content .redirect {
    font-family: "Poppins", sans-serif;
    color: #00467f;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    width: 100%;
}
@media (max-width: 640px) {
    .home .blog-content .redirect {
        flex-direction: column;
   }
}
.home .blog-content .redirect h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
}
.home .blog-content .redirect a {
    margin-left: 7px;
    font-weight: 400;
    color: #00467f;
    font-size: 28px;
}
.home .blog-list {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    grid-gap: 10px;
}
@media (max-width: 640px) {
    .home .blog-list {
        grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
   }
}
.home .blog-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 15px 30px;
}
@media (max-width: 640px) {
    .home .blog-list-item {
        padding: 0 !important;
   }
}
.home .blog-list-item img {
    width: 100%;
    margin-bottom: 10px;
}
.home .blog-list-item a {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #00467f;
    text-decoration: none;
    margin-bottom: 10px;
}
.home .blog-list-item a:hover {
    text-decoration: underline;
}
.home .blog-list-item strong {
    margin-bottom: 15px;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 12px;
    color: #949494;
    letter-spacing: 0.3px;
    font-weight: normal;
}
.home .blog-list-item p {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.home .blog-list-item .read_more {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 14px;
    color: var(--orange);
    font-weight: bold;
    text-decoration: none;
}
.services .save-container {
    padding-bottom: 45px;
    background: #fff;
}
.services .save-content {
    font-family: "Poppins", sans-serif;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px 30px;
}
.services .save-content h3 {
    font-size: 32px;
    color: #3e7db1;
    font-weight: bold;
}
.services .save-list {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(31.25rem,1fr));
    grid-gap: 30px;
}

.services .save-list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 185px;
    padding: 15px 30px;
    background: #e8e8e8;
    border: 1px solid #b3b3b3;
}
@media (max-width: 640px) {
    .services .save-list-item {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
   }
}
.services .save-list .thumb {
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: center;
	width: 120px;
}
@media (min-width: 525px) {
    .services .save-list .thumb {
        margin-bottom: 0;
   }
}
.services .save-list .thumb span {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  
    border: 2px solid #b3b3b3;
    display: block;
}
@media (min-width: 525px) {
    .services .save-list-item .thumb span {
        margin: 0;
   }
}

.services .save-list-item-content {
    padding: 15px 0 15px 15px;
    text-align: left;
    width: 100%;
/*     height: 100%; */
    display: flex;
    flex-direction: column;
}
@media (max-width: 640px) {
    .services .save-list-item-content {
        padding-top: 15px;
        text-align: center;
   }
}
.services .save-list-item-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #000;
}
.services .save-list-item-content p {
    font-size: 14px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 0.5px;
    flex: 1;
}
.services .save-list-item-content a {
    color: #00467f;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-decoration: underline;
}
.services .discount-container {
    background: #e8e8e8;
}
.services .discount-content {
    font-family: "Poppins", sans-serif;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 30px;
}
.services .discount-content h3 {
    font-size: 32px;
    color: #3e7db1;
    font-weight: bold;
}
.services .discount-list {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    grid-gap: 30px;
}
@media (max-width: 640px) {
    .services .discount-list {
        grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
   }
}
.services .discount-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid var(--light);
    min-height: 265px;
	border-radius: 10px;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
	text-align: center;
}
.services .discount-list-item header {
    width: 100%;
    border-bottom: 2px solid var(--orange);
}
.services .discount-list-item header img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
}
.services .discount-list-item-content {
    padding: 15px 0;
	height: 100%;
}
.services .discount-list-item-content p {
    font-size: 18px;
    font-weight: bold;
    color: #00467f;
    margin-bottom: 10px !important;
}
.services .discount-list-item-content strong {
    font-size: 16px;
    font-weight: normal;
    color: #00467f;
}
.services .discount-list-item a {
    display: inline-block;
    background-color: #f17300;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 32%);
    color: #fff;
    text-transform: uppercase;
    padding: 13px 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #f17300;
    background-size: 27px;
    border-radius: 10px;
}
.services .discount-list-item a:hover {
    transform: scale(1.1);
    opacity: 0.8;
}
.form-container {
    margin-top: -20px;
    background: #e8e8e8;
}
.form-content {
    background-color: #e8e8e8;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    margin-bottom: -80px;
}
.form-content .cta-section {
    padding: 10px;
    margin-top: 20px;
}
.form-content .cta-section h3 {
    padding-top: 40px !important;
    font-family: "Poppins", sans-serif !important;
}
.form-content .cta-section .cta-section-form-wrapper .cta-embedded-form {
    background-color: #e8e8e8;
}
.form-content .cta-section .step-form-slide-v2 form input.back {
    background-color: #e8e8e8 !important;
}


/* TICKET */


div.save-ticket {
  background: #e8e8e8;
  height: 180px;
  position: relative;
  width: 31.25rem;
  
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  overflow: hidden !important;
}


@media (max-width: 1024px) {
		.services .save-list {
			    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(30rem,1fr));
		transform: scale(0.9);
			}
}

@media (max-width: 900px) {
	
    .services .save-list {
		    margin-top: 0;
		    place-items: center;
        grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
   }
}

@media (max-width: 640px) {
	
	.save-content h3 {
		    margin-bottom: -6em;
	}
	.services .save-list {
		transform: scale(0.9);
        grid-template-columns: repeat(auto-fill,minmax(100%,1fr));

	}
}

@media (max-width: 480px) {
	.services .save-list {
		transform: scale(0.8);
	}
}

@media (max-width: 375px) {
		.services .save-list {
		transform: scale(0.7);
	}
}


 .round {
  position: absolute;
  width: 150px;
  height: 150px;

  background: var(--orange);
  border-radius: 50%;
  margin: 180px 170px;

  z-index: 1000 !important;
  transition: all ease-in-out 0.2s;
}

.save-ticket:hover .round {

  opacity: 1;
  margin: 80px 170px;
  
}


.save-ticket:hover .save-getoffer{
  opacity: 1;
	
}

.save-getoffer {
   transition: all ease-in-out 0.2s;
  opacity: 0;
    display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 100%;
	    text-align: center;
}


.save-getoffer a {
  margin-top:-30px;
  font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #f2f2f2;
}


div.save-ticket:before {
  background: #fff;
  border-radius: 50%;
  box-shadow: 
    31.25rem 0 0 0 #fff, 
    0 180px 0 0 #fff, 
    31.25rem 180px 0 0 #fff,
    0 40px 0 -20px #fff,
    0 60px 0 -20px #fff,
    0 80px 0 -20px #fff,
    0 100px 0 -20px #fff,
    0 120px 0 -20px #fff,
    0 140px 0 -20px #fff,
    31.25rem 40px 0 -20px #fff,
    31.25rem 60px 0 -20px #fff,
    31.25rem 80px 0 -20px #fff,
    31.25rem 100px 0 -20px #fff,
    31.25rem 120px 0 -20px #fff,
    31.25rem 140px 0 -20px #fff;
  content: "";
  display: block;
  height: 50px;
  left: -25px;
  position: absolute;
  top: -25px;
  width: 50px;
}

div.save-ticket .save-wrapper {
  border-radius: 20px;
  border: 2px solid #aaa;
  color: #333;
  display: inline-block;
  font-size: 12px;
    width: 440px;
    height: 140px;
  left: 0;
  left: 50%;
  line-height: 1.5;
  padding: 0 20px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}

div.save-ticket .save-wrapper section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
	height: 100%;
  transition: transform ease-in-out 0.2s;
}

div.save-ticket .save-wrapper:before,
div.save-ticket .save-wrapper:after {
  background: #e8e8e8;
  color: #aaa;
  display: inline-block;
  font-size: 16px;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  transition: all ease-in-out 0.2s;
	    text-align: center;
}

div.save-ticket .save-wrapper:before {
  content: "Save";
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 0;
  text-align: center;
  max-width: 190px;
}

div.save-ticket .save-wrapper:after {
  bottom: 0;
  content: attr(data-title);
  -webkit-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}

h2.rating_area_title span{
	margin-top: -29px;
    padding: 0 15px;
    position: relative;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
