@charset "UTF-8";

/*
Theme Name: lrochester
Author: WTS
*/

/* fonts end */

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Light.woff2') format('woff2'), url('fonts/SofiaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Bold.woff2') format('woff2'), url('fonts/SofiaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Black.woff2') format('woff2'), url('fonts/SofiaPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Medium.woff2') format('woff2'), url('fonts/SofiaPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-SemiBold.woff2') format('woff2'), url('fonts/SofiaPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-UltraLight.woff2') format('woff2'), url('fonts/SofiaPro-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro.woff2') format('woff2'), url('fonts/SofiaPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* fonts end */


/* body,
html {
    overflow-x: hidden;
} */

body,
html {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Sofia Pro';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--lgrey);
    font-size: 17px;
    line-height: 1.5;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 55px;
    color: #111E2C;
    line-height: 1.2;
    text-transform: capitalize;
}

h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.2;
    color: #111E2C;
    text-transform: capitalize;
}

h2 span {
    color: #eab71e;
}

h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--lgrey);
    line-height: 1.2;
    text-transform: capitalize;
}

h4 {
    font-size: 28px;
    line-height: 1.2;
    text-transform: capitalize;
}

h5 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
}

h6 {
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #0078FE;
    -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: #07EAA1;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
    background-color: transparent;
    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 rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/select-icon.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 10px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--lb);
    color: var(--wht);
    height: 60px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--lb);
}

input[type="submit"]:hover {
    border-color: var(--lg);
    color: var(--lg);
    background-color: transparent;
}

 ::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 ::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

.form-group {
    margin-bottom: 28px;
}

.labeltxt {
    font-weight: 300;
    margin-bottom: 10px;
}


/* images alignment for wordpress content pages */

.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;
    clear: both;
}


/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */


/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: var(--lg);
    display: none;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    line-height: auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    /*-webkit-transform: translateY(0);
    transform: translateY(0);*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scroll:hover {
    background: var(--lb);
   /* -webkit-transform: translateY(-6px);
    transform: translateY(-6px);*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scroll i {
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -webkit-transform: translateY(0);
    transform: translateY(0); */
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -webkit-transform: translateY(-6px);
    transform: translateY(-6px); */
}


/* navbar*/

.navbar {
    justify-content: space-between;
}

.navbar-brand {
    padding: 0 0 5px 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.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;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 25px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0078FE;
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #0078FE;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}


/* 2nd level submenu */

.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */

.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}


/* for push-menu end*/

.header-dfl-btn {
    background-color: #E9EDF8;
    font-weight: 500;
    font-size: 16px;
    padding: 13px 18px;
    border-radius: 0;
    border: 2px solid #E9EDF8;
    display: inline-block;
}

.header-dfl-btn:hover {
    background-color: transparent;
    color: #07EAA1;
    border-color: #07EAA1;
}

.header-btn-group a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}


/* .header-btn-group a:first-of-type {
    color: #0078FE;
} */

.header-btn-group a:last-of-type {
    margin-left: 15px;
}

.sensex-sec {
    background: #E9EDF8;
    border-top: 1px solid #E1E3EB;
    border-bottom: 1px solid #E1E3EB;
    padding: 3px 10px;
}


/* main banner */

:root {
    --lg: #07EAA1;
    --lb: #0078FE;
    --lgrey: #111E2C;
    --lightergrey: #3F3F3F;
    --wht: #ffffff;
    --rblk: 0, 0, 0;
}

.main-banner {
    padding-top: 65px;
    background: #FBF9FF;
}

.main-banner .row {
    align-items: center;
}

.main-banner h1 {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.main-banner h1 span {
    font-weight: 600;
    text-transform: capitalize;
}

.dfl-btn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 18px 28px;
    background: var(--lb);
    border-radius: 0;
    line-height: normal;
    display: inline-block;
    border: 2px solid var(--lb);
    text-transform: uppercase;
}

.dfl-btn:hover {
    color: var(--lg);
    border-color: var(--lg);
    background: transparent;
}

.dfl-btn.green {
    color: var(--lg);
    border-color: var(--lg);
    background: transparent;
}

.dfl-btn.green:hover {
    background: var(--lb);
    color: var(--wht);
    border-color: var(--lb);
}

.dfl-btn.green-fld {
    color: var(--wht);
    border-color: var(--lg);
    background: var(--lg);
}

.dfl-btn.green-fld:hover {
    background: var(--lb);
    color: var(--wht);
    border-color: var(--lb);
}

.dfl-btn-small {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    background: var(--lb);
    border-radius: 0;
    line-height: normal;
    display: inline-block;
    border: 2px solid var(--lb);
    text-transform: uppercase;
}

.dfl-btn-small:hover {
    color: var(--wht);
    border-color: var(--lg);
    background: var(--lg);
}

.main-banner .row [class*="col-"],
.main-banner .row {
    position: relative;
}

.main-banner .row [class*="col-"]:first-of-type {
    z-index: 3;
}

.banner-right {
    width: 792px;
    max-width: 792px;
    margin-left: -7vw;
    z-index: -1;
}

.banner-right img {
    width: 100%;
}

.main-banner {
    min-height: 614px;
}

.main-banner ul {
    padding-left: 23px;
    margin: 0 0 40px;
}

.main-banner ul li {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 500;
}

.main-banner .btn-broup a {
    margin: 0 15px 0 0;
}

.partner-section {
    background: #FBF9FF;
    padding: 30px 0 20px;
}

.partner-section h5 {
    font-size: 18px;
    font-weight: 400;
    color: #A4ACB7;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.partner-slider-outer {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.partner-slider-outer .partner-slider .each-part-loog {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    filter: grayscale(100%) opacity(50%);
}

.cmn-small-gap {
    padding: 90px 0;
}

.cmn-gap {
    padding: 100px 0;
}

.how-it-work-sec h2 {
    font-family: 'Rubik', sans-serif;
    margin: 0 0 20px;
    text-align: center;
}

.how-work-panel {
    background: #FBF9FF;
    border: 1px solid #E9EDF8;
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    padding: 40px 30px 55px;
}

.how-work-panel .each-how-work-wpr {
    text-align: center;
}

.how-work-panel .each-how-work-wpr .icon {
    width: 100px;
    height: 100px;
    background: var(--wht);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.how-work-panel .each-how-work-wpr h5 {
    font-weight: 500;
    color: var(--lgrey);
    margin: 0 0 15px;
}

.how-work-panel .each-how-work-wpr p {
    color: var(--lightergrey);
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    font-weight: normal;
}

.video-wpr {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.video-wpr .video-panel {
    width: 100%;
    padding: 0 80px 80px;
    position: relative;
}

.video-wpr .video-panel::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 46%;
    /* height: 318px; */
    background-color: var(--lg);
    left: 0;
    z-index: -1;
}

.video-panel video {
    width: 100%;
}

.video-panel .video__wpr {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.video-panel .video__wpr #play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-panel .video__wpr .video-thumb img {
    width: 100%;
}

.video-panel .video__wpr #video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.video-panel .video__wpr.hide #video {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.video-panel .video__wpr.hide .video-thumb {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.video-panel .video__wpr.hide #play {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.cmn-header {
    margin: 0 0 30px;
}

.video-wpr .cmn-header {
    max-width: 830px;
    margin: 0 auto 55px;
    text-align: center;
}

.video-wpr .cmn-header p {
    font-weight: 300;
}

.video-wpr .cmn-header h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.credit-sec {
    background: #FBF9FF;
}

.credit-left-img {
    max-width: 393px;
    min-height: 309px;
    background-color: #E9EDF8;
    border-radius: 15px;
    box-shadow: 10px 10px 0 #0078FE;
}

.credit-left-img img {
    margin-top: -20px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.credit-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.credit-right {
    width: calc(100% - 413px);
    padding-left: 30px;
}

.credit-right .cmn-header {
    margin: 0 0 30px;
}

.credit-right .cmn-header h2 {
    font-size: 44px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.credit-right .input-fld {
    padding: 0 10px;
}

.credit-right .input-fld:first-of-type {
    padding-left: 0;
}

.credit-right .input-fld label {
    font-size: 16px;
    margin: 0 0 15px;
}

.credit-right .input-fld select {
    height: 60px;
    background: url(images/select-icon.svg) no-repeat calc(100% - 16px) center #fff;
    background-size: 10px;
    padding: 0 40px 0 20px;
    border: 1px solid #E9EDF8;
    font-size: 16px;
    color: var(--lgrey);
    box-shadow: none;
}

.credit-right .submit-fld input[type="submit"] {
    max-width: 224px;
    min-width: 224px;
    margin-top: 40px;
}

.credit-right .submit-fld {
    padding-left: 10px;
}

.input-fld-head {
    display: flex;
    align-items: center;
    width: calc(100% - 234px);
}

.input-fld-head .input-fld {
    width: 50%;
}

.credit-btn {
    display: inline-block;
    margin: 10px 0 0;
}

.help-sec .cmn-header {
    text-align: center;
}

.help-sec .cmn-header h2 {
    margin: 0 0 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.help-sec .cmn-header p {
    max-width: 830px;
    margin: 0 auto;
}

.help-sec .each-healp-panel {
    margin: 0 0 20px;
}

.help-sec .each-healp-panel .row {
    align-items: center;
}

.help-sec .each-healp-panel:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.each-healp-panel .help-left h3 {
    margin: 0 0 20px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
}

.each-healp-panel .help-left p {
    font-size: 24px;
    font-weight: 500;
    color: var(--lightergrey);
    line-height: 1.5;
    margin: 0 0 20px;
}

.each-healp-panel .help-left ul {
    padding-left: 23px;
    margin: 0;
}

.each-healp-panel .help-left ul li {
    font-size: 20px;
    font-weight: 400;
    color: var(--lgrey);
    margin: 0 0 10px;
    line-height: 1.3;
}

.each-healp-panel .help-left {
    max-width: 610px;
}

.help-sec .each-healp-panel:nth-child(odd) .help-left {
    margin-left: auto;
}

.help-sec .each-healp-panel .partner-logo-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.help-sec .each-healp-panel .partner-logo-row .partner-logo {
    width: 50%;
    margin: 0 0 20px;
}

.help-sec .each-healp-panel .partner-logo-row .partner-logo:nth-child(even) {
    text-align: right;
}

.help-sec .each-healp-panel:last-of-type .help-left {
    max-width: 680px;
}


/* finder-sec start */

.finder-sec {
    padding: 100px 0 200px;
    background: #E9EDF8;
}

.finder-sec .cmn-header h2 {
    margin: 0 0 15px;
}

.finder-sec .each-fnd-wpr .each-fnd-wpr--in {
    background: var(--wht);
    border: 1px solid var(--lg);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px;
}

.finder-sec .each-fnd-wpr {
    padding: 0 15px;
}

.finder-sec-slider {
    margin: 0 -15px;
    /* margin: 0 -30px; */
}

.finder-sec-slider .slick-list {
    padding: 0;
}

.each-fnd-wpr .fnd-img {
    margin: 0 0 20px;
    min-height: 32px;
}

.each-fnd-wpr .dfl-btn.green-fld {
    padding: 13px 28px;
    min-width: 186px;
    text-align: center;
}

.each-fnd-wpr .code-form form {
    position: relative;
}

.each-fnd-wpr .code-form form input[type="text"],
.each-fnd-wpr .code-form form #code-fld {
    max-width: 186px;
    height: 51px;
    border: 1px dashed var(--lg);
    padding: 0 10px;
    color: var(--lg);
}

.each-fnd-wpr .code-form .dfl-btn.green-fld i {
    opacity: 0;
    visibility: hidden;
    display: none;
    -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;
}

.each-fnd-wpr .code-form .dfl-btn.green-fld {
    position: absolute;
    top: 0;
    right: 15px;
    height: 51px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.each-fnd-wpr .code-form .dfl-btn.green-fld span {
    /* display: table-row; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}

.each-fnd-wpr .code-form.show-fld .dfl-btn.green-fld.showCode {
    min-width: 50px;
    padding: 13px 18px;
    /* transform: translateX(185px); */
    right: 0;
    -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;
}

.each-fnd-wpr .code-form.show-fld .dfl-btn.green-fld.showCode span {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.each-fnd-wpr .code-form.show-fld .dfl-btn.green-fld.showCode i {
    opacity: 1;
    visibility: visible;
    -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;
    display: block;
}

.home-wrk-sec {
    margin-top: -6%;
}

.home-wrk-wpr {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    background-color: var(--lb);
    padding: 50px;
    text-align: center;
    color: var(--wht);
}

.home-wrk-wpr h3 {
    color: var(--wht);
    margin: 0 0 20px;
}

.home-wrk-wpr p:nth-child(1) {
    margin: 0 0 20px;
}


/* .finder-sec .row {
    margin-bottom: 100px;
} */


/* finder-sec end */


/* news start */

.news-sec .cmn-header {
    margin: 0 0 40px;
}

.news-sec .cmn-header h2 {
    margin: 0 0 15px;
}

.news-sec .cmn-header p {
    max-width: 700px;
    text-transform: capitalize;
}

.news-featured-post-wpr {
    max-width: 545px;
    position: relative;
}

.news-wpr {
    position: relative;
}

.news-wpr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: rgba(var(--rblk), 20%);
    z-index: -1;
    margin: 0 auto;
}

.each-featured-post {
    border-bottom: 1px solid rgba(var(--rblk), 20%);
    padding: 0 0 30px;
    margin: 0 0 20px;
}

.each-featured-post:last-of-type {
    border: 0;
    margin: 0;
    padding: 0;
}

.category-wpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
}

.category-wpr p {
    margin: 0;
}

.each-featured-post .post-img {
    margin: 0 0 15px;
}

.each-featured-post h6 {
    font-size: 22px;
    color: var(--lgrey);
    font-weight: 500;
}

.each-featured-post h6 a {
    color: var(--lgrey);
}

.each-featured-post h6 a:hover {
    color: var(--lb);
}

.latest-post {
    max-width: 545px;
    margin-left: auto;
}

.each-latest-post .latest-post-details {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.each-latest-post .latest-post-details .post-details-head {
    max-width: 320px;
}

.each-latest-post .latest-post-details .post-details-head h6 {
    font-weight: 500;
    font-size: 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;
}

.latest-post .each-latest-post {
    padding: 20px 0 30px;
    border-bottom: 1px solid rgba(var(--rblk), 20%);
}

.latest-post .each-latest-post:first-of-type {
    padding-top: 0;
}

.latest-post .each-latest-post:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.each-latest-post .latest-post-details .lts-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.each-latest-post .latest-post-details:hover .post-details-head h6 {
    color: var(--lg);
    -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;
}


/* news end */


/* testimonials start */

.testimonials-sec {
    background: #FBF9FF;
}

.testimonials-sec .cmn-header {
    text-align: center;
    margin: 0 0 50px;
}

.testimonials-sec .cmn-header h2 {
    margin: 0 0 20px;
}

.testimonials-sec .cmn-header p {
    max-width: 750px;
    margin: 0 auto;
}

.testimonial--sliders .slick-list {
    margin: 0 -40px;
}

.testimonial--sliders .slick-track {
    margin: 0;
}

.testimonial--sliders .slick-list .testimonial-slider .testimonial-in {
    padding: 0 40px;
}

.testimonial-in .author-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}

.testimonial-in .author-wpr .author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--lg);
    margin: 0 20px 0 0;
}

.testimonial-in .author-wpr .author-info {
    width: calc(100% - 100px);
}

.testimonial-in .author-wpr .author-info strong,
.testimonial-in .author-wpr .author-info span {
    display: block;
    font-family: 'Rubik', sans-serif;
    line-height: 1.4;
}

.testimonial-in .author-wpr .author-info strong {
    font-weight: 500;
    font-size: 18px;
}

.testimonial-in .author-wpr .author-info span {
    font-size: 16px;
    font-weight: 400;
}

.testimonial-in .testimonial-info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}


/* testimonials end */


/* faq start */

.c-accordion-module__single {
    background: #FBF9FF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-bottom: 20px;
}

.c-accordion-module__single h4 {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    /* text-transform: uppercase; */
    padding: 20px 60px 20px 24px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.c-accordion-module__single h4:before {
    content: "+";
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: var(--lg);
    border-radius: 100%;
    position: absolute;
    color: #FFF;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 600;
    top: 18px;
    right: 30px;
}

.c-accordion-module__single h4.active:before {
    content: "-"
}

.c-accordion-module__body {
    padding: 10px 20px 20px;
    display: none;
}

.c-accordion-module__single p {
    color: var(--font-color);
    font-size: 16px;
    margin: 0;
}

.faq-sec .cmn-header {
    text-align: center;
    margin: 0 0 40px;
}

.faq-sec .cmn-header h2 {
    margin: 0;
}


/* faq end */


/* trade start */

.tread-sec .each-tread-wpr {
    background: #FFFFFF;
    border: 1px solid var(--lg);
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(var(--rblk), 10%);
    border-radius: 10px;
    padding: 45px 60px 50px;
    text-align: center;
}

.tread-sec .each-tread-wpr ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.tread-sec .each-tread-wpr ul li {
    margin: 0 0 10px;
}

.tread-sec .each-tread-wpr ul li a {
    font-size: 20px;
    font-weight: 400;
    color: var(--lb);
    display: inline-block;
    text-decoration: underline !important;
}

.tread-sec .each-tread-wpr ul li a:hover {
    color: var(--lg);
}

.tread-sec .each-tread-wpr .tread-icon {
    /* margin: 0 0 30px; */
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.tread-sec .each-tread-wpr h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 40px;
}

.tread-sec .row [class*="col-"] {
    padding: 0 15px;
}

.tread-sec .each-tread-wpr .dfl-btn.green-fld {
    padding: 13px 20px;
    min-width: 294px;
}


/* trade end */


/* open-account start */

section.open-account {
    margin-bottom: -8.5%;
    z-index: 4;
    position: relative;
}

.open-account .open-acc-in {
    background: var(--wht);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* width: 880px; */
    margin: 0 0 70px;
    padding: 55px;
    text-align: center;
}

.open-account .open-acc-in h3 {
    text-transform: capitalize;
    margin: 0 0 30px;
}

.open-account .open-acc-wpr p {
    text-align: center;
    color: var(--wht);
    font-size: 20px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.open-account .open-acc-wpr {
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
}


/* open-account end */


/* footer start */

.main-footer .footer--shape {
    width: 100%;
    margin: 0;
}

.main-footer .main-footer-in {
    background: #04162C;
    padding: 30px 0;
}

.main-footer {
    color: var(--wht);
}

.main-footer .footer-top {
    padding-bottom: 40px;
}

.footer-top .footer-right h5 {
    color: var(--wht);
    margin: 0 0 10px;
    font-weight: 500;
}

.newsletter-form-wpr form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}

.newsletter-form-wpr input[type="text"] {
    width: calc(100% - 241px);
    background-color: var(--wht);
    color: var(--lgrey);
    padding: 0 20px;
}

.newsletter-form-wpr input[type="submit"] {
    min-width: 224px;
}

.newsletter-form-wpr p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.newsletter-form-wpr p a {
    color: var(--wht);
    /* text-decoration: underline !important; */
    position: relative;
}

.newsletter-form-wpr p a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--wht);
    left: 0;
    bottom: 2px;
    -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;
}

.newsletter-form-wpr p a:hover {
    color: var(--lb);
}

.newsletter-form-wpr p a:hover::after {
    background-color: var(--lb);
    -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;
}

.main-footer .footer-bottom {
    border-top: 1px solid var(--wht);
    padding: 30px 0 0;
}

.footer-bottom .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}

.footer-nav .footer-nav-wpr ul,
.footer-nav .footer-social-wpr ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.footer-nav .footer-nav-wpr ul li {
    margin: 0 25px;
}

.footer-nav .footer-nav-wpr ul li:first-of-type,
.footer-nav .footer-social-wpr ul li:first-of-type {
    margin-left: 0;
}

.footer-nav .footer-nav-wpr ul li:last-of-type,
.footer-nav .footer-social-wpr ul li:last-of-type {
    margin-right: 0;
}

.footer-nav .footer-nav-wpr ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--wht);
    text-transform: uppercase;
}

.footer-nav .footer-nav-wpr ul li.active a,
.footer-nav .footer-nav-wpr ul li.current-menu-item a,
.footer-nav .footer-nav-wpr ul li a:hover {
    color: var(--lb);
}

.footer-nav .footer-social-wpr ul li {
    margin: 0 11px;
}

.footer-nav .footer-social-wpr ul li a {
    color: var(--wht);
    font-size: 20px;
}

.footer-nav .footer-social-wpr ul li a:hover {
    color: var(--lb);
}

.footer-bottom p {
    font-size: 15px;
    font-weight: 300;
    color: var(--wht);
    line-height: 1.4;
    margin: 0 0 20px;
}

.footer-bottom .copyright-wpr {
    margin: 50px 0 0;
}

.footer-bottom .copyright-wpr p {
    font-size: 16px;
    color: var(--wht);
    line-height: 1.5;
    margin: 0 0 5px;
}

.footer-bottom .copyright-wpr p:last-of-type {
    margin: 0;
}

.footer-bottom .copyright-wpr p a {
    color: var(--wht);
}

.footer-bottom .copyright-wpr p a:hover {
    color: var(--lb);
}


/* footer end */


/* ====INNER PAGE=====(23/02/2022) */

.compare-form-sec {
    padding: 80px 0 92px;
    background-color: #fbf9ff;
}

.compare-form-sec .cmn-header {
    text-align: center;
    margin-bottom: 50px;
    min-height: 140px;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
}

p.sub-heading {
    font-size: 24px;
    font-weight: 500;
    color: #3f3f3f;
    /* font-family: "Sofia Pro"; */
    text-transform: capitalize;
}

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

.custom-form-radio input[type="radio"] {
    display: none;
    visibility: hidden;
}

.custom-form-radio label {
    flex: 0 0 auto;
    width: 100%;
    max-width: 260px;
    height: 295px;
    margin: 0 15px;
    display: flex;
    align-items: center;
}

.custom-form-radio label>span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #07eaa1;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* padding: 70px 25px 0; */
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.custom-form-radio label>span:hover {
    background-color: #0078fe;
}

.custom-form-radio label span strong {
    font-weight: 500;
    margin-top: 30px;
    color: #111e2c;
    font-size: 26px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-family: 'Rubik', sans-serif;
}

.custom-form-radio label span:hover strong {
    color: #fff;
}

.custom-form-radio strong span {
    display: block;
    font-weight: 400;
    font-family: "Sofia Pro";
    font-size: 16px;
    margin-top: 3px;
}

.custom-form-radio label>span img {
    max-width: 100px;
    transition: all 0.3s ease-in-out;
}

.custom-form-radio label>span:hover img {
    filter: brightness(0) invert(1);
}

.custom-form-radio label input[type="radio"]+span::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 14px;
    height: 14px;
    border: 1px solid #07eaa1;
    border-radius: 100%;
    /* background: #fff; */
}

.custom-form-radio label input[type="radio"]+span::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #07eaa1;
    position: absolute;
    top: 23px;
    left: 23px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-form-radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-form-radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.compare-step-form {
    position: relative;
}

.each-compare-form-body {
    display: none;
    position: absolute;
    width: 100%;
}

.each-compare-form-body.active {
    display: block;
    position: relative;
}

.custom-form-radio.step2 {
    margin-bottom: 70px;
}

.custom-form-radio.step2 label {
    max-width: 342px;
    height: 214px;
}

.custom-form-radio.step2 h5 {
    margin-top: 0;
}

.custom-form-radio.step2 h5 span {
    margin-top: 15px;
}


/* --------- */

:root {
    --max-width: 1288px;
}

.step-point {
    width: 100%;
    max-width: var(--max-width);
    margin: 40px auto 0;
}

.step-point ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.step-point ul li {
    list-style: none;
    color: #b8b5b5;
    font-size: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    width: 120px;
}

.step-point ul li:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: calc(50% - 15px);
    width: calc(var(--max-width) / 3 - 70px);
    height: 3px;
    transform: translateX(-100%);
    background-color: #b8b5b5;
    z-index: -1;
}

.step-point ul li:first-child:before {
    display: none;
}

.step-point ul li.glow:before {
    background-color: #07eaa1;
}

.step-point ul li.glow {
    color: #07eaa1;
}

.step-point li span.point {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 3px solid #b8b5b5;
    border-radius: 50%;
    display: block;
    position: relative;
}

.step-point li.glow span.point {
    border: 3px solid #07eaa1;
    background-color: #fff;
}

.step-point li span.point::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #b8b5b5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-point li.glow span.point::after {
    background-color: #07eaa1;
}

.review-slider-sec {
    padding: 135px 0 100px;
}

.review-slider-sec .cmn-header {
    text-align: center;
    margin-bottom: 53px;
}

.review-slider {
    padding: 0 150px;
}

.review-slider .each-slide {
    text-align: center;
}

.review-slider .each-slide h3 {
    font-size: 36px;
    color: #0078fe;
    margin-bottom: 25px;
}

.review-slider .each-slide p {
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #3f3f3f;
}

.star-icon-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 30px;
}

.star-icon-list ul li {
    list-style: none;
}

.star-icon-list ul li img {
    max-width: 27px;
}

.review-slider .each-slide p.reviewer {
    font-size: 18px;
}

.slick-arrow {
    background-color: rgba(7, 234, 162, 0.4);
    font-size: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 11;
    opacity: 0.5;
}

.slick-arrow:hover {
    margin-top: -5px;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.slick-arrow.slick-prev {
    background-image: url(images/left-arrow.png);
    left: 0;
}

.slick-arrow.slick-next {
    background-image: url(images/right-arrow.png);
    right: 0;
}


/* -------- */

.counter-sec {
    margin-bottom: 135px;
}

.counter-inner-sec {
    padding: 39px 15px;
    background: #fbf9ff;
    border: 1px solid #e9edf8;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.counter-card-row .each-counter-card-wrp {
    border-right: 2px dashed #000000;
}

.counter-card-row .each-counter-card-wrp:last-child {
    border-right: 0;
}

.each-counter-card {
    text-align: center;
    padding: 25px 0 17px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.each-counter-card .img-wpr {
    margin: auto 0;
}

.each-counter-card h3 {
    font-size: 72px;
    color: #0078fe;
    margin: 30px 0 15px;
    font-weight: 700;
}

.each-counter-card p {
    font-weight: 600;
    font-size: 24px;
    color: #263238;
}

.info-form {
    max-width: 1020px;
    margin: 0 auto;
}

.info-form input[type="text"],
.info-form input[type="tel"],
.info-form input[type="email"],
.info-form input[type="number"],
select {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.info-form .next-btn {
    display: inline-block;
    min-width: 185px;
    padding: 18px 20px 14px;
    background-color: #07eaa1;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "Sofia Pro";
}

.info-form .next-btn:hover {
    background-color: #0078fe;
}

.info-form label {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.info-form .input-grp {
    display: flex;
}

.info-form .input-grp input:first-child {
    margin-right: 20px;
}

.info-form.step3 {
    margin-bottom: 70px;
}

.info-form input[type="text"].location-input {
    background-image: url(images/location-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: top 53% right 20px;
}

.info-form input[type="submit"] {
    padding: 0 30px;
    padding-top: 5px;
}

.inner-page-banner {
    background-color: #fbf9ff;
}


/* --------- */

.plan-card-sec .cmn-header h2 {
    margin-bottom: 12px;
}

.plan-card-row-wpr {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.plan-card-wpr {
    width: 33%;
    max-width: 400px;
    flex: 0 0 auto;
    padding: 40px 0;
}

.plan-card-wpr:nth-child(2) {
    width: 34%;
    max-width: 460px;
    padding: 0;
}

.plan-card {
    background-color: #ffffff;
    border: 1px solid rgba(7, 234, 161, 0.31);
    border-radius: 10px;
    padding: 20px 34px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.plan-card .card-logo {
    max-width: 136px;
    margin: 0 auto 10px;
}

.plan-card-wpr:nth-child(2) .plan-card .card-logo {
    max-width: 155px;
}

.plan-card .card-rating {
    margin: 0 auto 32px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.plan-card .card-rating img {
    max-width: 130px;
}

.plan-card-wpr:nth-child(2) .plan-card .card-rating img {
    max-width: 150px;
}

.plan-card .card-rating div {
    margin-bottom: -5px;
    margin-left: 5px;
    font-weight: 500;
    font-size: 16px;
}

.plan-card .card-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    flex-grow: 1;
}

.plan-card .card-top span {
    font-weight: 600;
    display: inline-block;
    background-color: rgba(219, 219, 219, 0.5);
    padding: 3px 5px 1px;
}

.card-top ul {
    padding: 0;
    margin: 0;
    column-count: 2;
    margin-top: 8px;
    margin-bottom: 50px;
}

.card-top ul li {
    font-weight: 600;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    list-style: none;
    margin-bottom: 12px;
}

.card-top ul li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-image: url(images/check-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.plan-card .card-bottom {
    padding-top: 34px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.plan-card .card-bottom ul {
    margin: auto 0 13px;
    padding: 0;
}

.plan-card .card-bottom ul li {
    list-style: none;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left;
}

.plan-card .card-bottom li span {
    margin-left: auto;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.plan-card .card-bottom li:first-child span {
    margin-right: 20px;
}

.plan-card .card-bottom li a {
    display: block;
    margin-left: 5px;
}

.plan-card .card-bottom li a img.info-icon {
    max-width: 14px;
}

.plan-card .card-bottom .dfl-btn {
    font-size: 16px;
    padding: 14px 28px;
    margin: auto auto 0;
}


/* ====END INNER PAGE=====(23/02/2022) */

.testimonials-sec.white {
    background-color: #fff;
    padding-top: 0;
}

.open-account.top-gap {
    padding-top: 60px;
}


/* blog */

.blog-inner-body {
    padding: 60px 0 200px;
}

.blog-inner-body p {
    font-size: 16px;
}

.blog-right-panel {
    max-width: 440px;
    margin-left: auto;
    height: 100%;
}

.blog-right-panel-in {
    position: sticky;
    top: 20px;
}

.blog-right-panel .cmn-heading {
    margin: 0 0 30px;
}

.blog-right-panel .cmn-heading h2 {
    font-weight: 400;
    font-size: 36px;
}

.each-trading-wpr {
    padding: 20px 0;
    border-bottom: 1px solid rgba(var(--rblk), 20%);
}

.catagory-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
}

.catagory-in span {
    font-size: 16px;
    font-weight: 400;
    color: var(--lgrey);
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
}

.catagory-in span:first-of-type {
    margin: 0 30px 0 0;
}

.each-trading-wpr h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.each-trading-wpr h6 a {
    color: var(--lgrey);
}

.each-trading-wpr h6 a:hover {
    color: var(--lb);
}

.blog-left-panel {
    max-width: 720px;
    margin-right: auto;
}

.blog-left-panel .each-blog-wpr {
    padding: 20px 0 40px;
    border-bottom: 1px solid rgba(var(--rblk), 20%);
}

.blog-left-panel .each-blog-wpr h3 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 30px;
}

.blog-left-panel .each-blog-wpr h3 a {
    color: var(--lgrey);
}

.blog-left-panel .each-blog-wpr h3 a:hover {
    color: var(--lb);
}

.blog-content {
    display: flex;
    justify-content: space-between;
}

.blog-content .blog-img {
    width: 44%;
    margin: 0;
}

.blog-content .blog-img img {
    width: 100%;
}

.blog-content .blog-cont-icfo {
    width: 56%;
    padding-left: 26px;
}

.blog-content .blog-cont-icfo p {
    line-height: 1.5;
    margin: 0 0 20px;
}

.blog-content .catagory-in {
    margin: 0 0 10px;
}

.blog-left-panel .each-blog-wpr:last-of-type,
.blog-right-panel .each-trading-wpr:last-of-type {
    border-bottom: 0;
}


/* slick dot */

.testimonial--sliders .slick-dots,
.finder-sec-slider .slick-dots,
.partner-slider .slick-dots {
    /* position: absolute;
    bottom: -105px; */
    text-align: center;
    margin: 20px 0 0;
    width: 100%;
    padding: 0;
}

.testimonial--sliders .slick-dots li,
.finder-sec-slider .slick-dots li,
.partner-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0;
    margin: 0 7px;
}

.testimonial--sliders .slick-dots li button,
.finder-sec-slider .slick-dots li button,
.partner-slider .slick-dots li button {
    background-color: #C4C4C4;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    outline: none;
    padding: 0;
    font-size: 0;
    color: transparent;
    border: 0;
}

.testimonial--sliders .slick-dots li.slick-active button,
.finder-sec-slider .slick-dots li.slick-active button,
.partner-slider .slick-dots li.slick-active button {
    background: #37474F;
}


/* 24-02 start */

.bg-white {
    background: #fff;
}

.newsbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.newsbox .form-group {
    margin: 0;
    width: calc(100% - 180px);
    padding-right: 20px;
}

.newsbox .form-group input {
    border: 1px solid #E9EDF8;
}

.newsbox input[type="submit"] {
    width: 180px;
}

.newsbox .form-group input {
    border: 1px solid #E9EDF8;
}

.check-pro {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -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: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #7e8081;
}


/* .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: 5px;
    top: -1px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*checkbox end*/

.slick-dots {
    padding: 0;
    margin: 0 0 0;
    text-align: center;
}

.slick-dots li {
    list-style: none;
    line-height: 1;
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: #C4C4C4;
}

.slick-dots li.slick-active button {
    background: #37474F;
}

.news-testimonial--sliders .testimonial-slider {
    margin: 0 12px;
}

.news-testimonial--sliders .testimonial-in {
    box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
    padding: 25px;
    margin: 25px 0;
}

.news-btm {
    text-align: center;
    max-width: 550px;
    margin: 80px auto 0 auto;
}

.news-btm p {
    font-size: 20px;
    color: #37474F;
}

.news-btm p a {
    text-transform: capitalize;
    color: #37474F;
    border-bottom: 1px solid #37474F;
}

.news-btm p a:hover {
    color: #0078FE;
    border-bottom: 1px solid #0078FE;
}

.news-testimonial-sec {
    padding-bottom: 60px;
}

.news_right>p {
    font-size: 22px;
    color: #3F3F3F;
}

.news_right .check-pro {
    color: #3F3F3F;
}


/* 24-02 end */

.top-result-sec {
    background-color: #fbf9ff;
    padding: 85px 0;
}

.top-result-sec .cmn-header h2 {
    margin-bottom: 12px;
}

.each-result-card {
    display: none;
}

.each-result-card .each-result-card-in {
    display: flex;
    align-items: center;
    padding: 25px;
    background: #ffffff;
    border: 1px solid rgba(7, 234, 161, 0.31);
    border-radius: 10px;
    position: relative;
    margin-bottom: 34px;
}

.each-result-card:last-child {
    margin-bottom: 0;
}

.each-result-card .card-left {
    padding: 0 20px;
    width: 200px;
}

.each-result-card .card-right {
    padding: 0 20px;
    width: calc(100% - 200px);
}

.each-result-card .card-right .card-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.each-result-card .card-rating h3 {
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.each-result-card .card-rating img {
    max-width: 150px;
    margin-left: 20px;
}

.each-result-card .card-rating span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -8px;
    margin-left: 5px;
}

.each-result-card .mid-sec {
    display: flex;
    margin-bottom: 20px;
}

.each-result-card .mid-sec span {
    font-weight: 600;
    display: inline-block;
    background-color: rgba(219, 219, 219, 0.5);
    padding: 3px 5px 1px;
    margin-right: 32px;
}

.each-result-card .mid-sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-self: center;
}

.each-result-card .mid-sec li {
    font-weight: 600;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    list-style: none;
    margin-right: 32px;
}

.each-result-card .mid-sec li:last-child {
    margin-right: 0;
}

.each-result-card .mid-sec li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-image: url(images/check-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.each-result-card .bottom-sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-self: center;
}

.each-result-card .bottom-sec ul li {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    margin-right: 50px;
}

.each-result-card .bottom-sec ul li:last-child {
    margin-right: 0;
}

.each-result-card .bottom-sec li span {
    margin-left: auto;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 12px;
}

.each-result-card .bottom-sec li span img {
    width: 15px;
}

.each-result-card .bottom-sec .dfl-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 15px;
}

.load-more-btn {
    text-align: center;
    margin-top: 70px;
}

.load-more-btn a {
    font-weight: 500;
    color: #0078fe;
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: underline !important;
}

.load-more-btn a:hover {
    color: #07eaa1;
}


/* font-family: 'Rubik', sans-serif; */




/*07-03-22 SG*/
.help-sec .each-healp-panel:last-child {
    margin-bottom: -20px;
}
.cmn-small-gap-bottom2{
    padding-bottom: 90px !important;
}
.step-point li p {
    text-transform: capitalize;
}
.main-footer .main-footer-in {
    margin-top: -1px;
}
.main-footer .main-footer-in .container {
    padding-top: 1px;
}

/*21-04-22 SG*/
.bannr_trd_bx label > a > span img {
    max-width: 50px;
}
.bannr_trd_bx {
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bannr_trd_bx label > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #07eaa1;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.bannr_trd_bx label {
    width: 24%;
    height: 140px;
}
.bannr_trd_bx label > a > input {
    opacity: 0;
    display: none;
    visibility: hidden;
}
.bannr_trd_bx label > a > span {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.bannr_trd_bx label > a > span strong {
    font-size: 10px;
    line-height: 1;
    margin-top: 10px;
}
.bannr_trd_bx label > a > span strong br{
    display: none;
}
.bannr_trd_bx label > a > span::after {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    border: 1px solid #07eaa1;
    background-color: transparent;
    content: "";
    border-radius: 100%;
}
.bannr_trd_bx label > a:hover{
    border-color: #0078FE;
}

/**/


/* 28.04.22  */


.compare-step-form .bck_btn {
    color: #0078FE;
    padding-left: 15px;
    background: url(images/left-arrw.svg) left center no-repeat;
    background-size: 7px;
    cursor: pointer;
    margin-left: 15px;
}
.compare-step-form .bck_btn:hover {
    color: #0078FE;
    padding-left: 25px;
}

.main-banner ul li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 100%;
  vertical-align: top;
  margin-top: 11px;
  margin-right: 9px;
}

.main-banner ul {
  padding-left: 0;
  list-style:none;
}




/* ========== responsive css =========== */

@media(min-width:1025px) {
    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1920px) {}

@media(max-width:1680px) {
    .main-footer .main-footer-in {
        padding: 60px 0 30px;
    }
    section.open-account {
        margin-bottom: -10.5%;
    }
    .finder-sec-slider {
        margin: 0 -15px;
    }
}

@media(max-width:1600px) {
    .banner-right {
        width: 700px;
    }
}

@media(max-width:1536px) {}

@media(max-width:1440px) {
    .banner-right {
        width: 660px;
    }
    h1 {
        font-size: 44px;
    }
    .main-banner ul li {
        font-size: 22px;
    }
    .dfl-btn {
        font-size: 16px;
        padding: 15px 28px;
    }
    .main-banner {
        min-height: 550px;
    }
    h2 {
        font-size: 34px;
    }
    h5 {
        font-size: 20px;
    }
    .how-work-panel .each-how-work-wpr p {
        font-size: 16px;
    }
    body {
        font-size: 16px;
    }
    .credit-right .cmn-header h2 {
        font-size: 38px;
    }
    .credit-left-img {
        max-width: 320px;
        min-height: 244px;
    }
    .credit-right {
        width: calc(100% - 340px);
    }
    .each-healp-panel .help-left p {
        font-size: 20px;
    }
    .each-healp-panel .help-left ul li {
        font-size: 18px;
    }
    .each-healp-panel .help-left {
        max-width: 520px;
    }
    .help-sec .each-healp-panel:last-of-type .help-left {
        max-width: 530px;
    }
    /* .finder-sec .each-fnd-wpr {
        padding: 30px;
        height: 100%;
    } */
    .each-fnd-wpr .code-form form {
        max-width: 200px;
    }
    .each-fnd-wpr .code-form button.dfl-btn.green-fld {
        right: 11px;
        min-width: 124px;
    }
    .latest-post,
    .news-featured-post-wpr {
        max-width: 490px;
    }
    .each-latest-post .latest-post-details .post-details-head {
        max-width: 290px;
    }
    .each-featured-post h6,
    .each-latest-post .latest-post-details .post-details-head h6 {
        font-size: 20px;
    }
    .tread-sec .each-tread-wpr h3 {
        font-size: 24px;
        margin: 0 0 30px;
    }
    .tread-sec .each-tread-wpr ul li a {
        font-size: 18px;
    }
    .tread-sec .each-tread-wpr {
        padding: 45px 30px 50px;
        height: 100%;
    }
    .tread-sec .each-tread-wpr .dfl-btn.green-fld {
        padding: 11px 20px;
        min-width: auto;
        display: block;
    }
    .tread-sec .each-tread-wpr .tread-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 30px;
    }
    .open-account .open-acc-in {
        margin: 0 0 40px;
    }
    .main-footer .main-footer-in {
        padding: 100px 0 30px;
    }
    section.open-account {
        margin-bottom: -12.5%;
    }
    .newsletter-form-wpr p {
        font-size: 18px;
    }
    
    .custom-form-radio label {
        max-width: 240px;
        height: 270px;
    }
    .custom-form-radio label>span img {
        max-width: 80px;
    }
    .custom-form-radio label span strong {
        margin-top: 20px;
        font-size: 20px;
    }
    .review-slider {
        padding: 0 75px;
    }
    .each-counter-card h3 {
        font-size: 56px;
    }
    .each-counter-card .img-wpr img {
        max-width: 66px;
    }
    .each-counter-card-wpr:nth-child(2) .each-counter-card .img-wpr img {
        max-width: 85px;
    }
    
    .blog-right-panel .cmn-heading h2 {
        font-size: 30px;
    }
    .blog-left-panel .each-blog-wpr h3 {
        font-size: 30px;
    }
    .blog-left-panel {
        max-width: 100%;
        padding-right: 30px;
    }
    .blog-right-panel {
        max-width: 100%;
        padding-left: 30px;
    }
}

@media(max-width:1399px) {
    .finder-sec .each-fnd-wpr .each-fnd-wpr--in {
        padding: 30px;
    } :root {
        --max-width: calc(100% + 120px);
    }
    .step-point ul li:before {
        /* width: calc(var(--max-width) / 3 - 25px); */
        width: 300px;
    }
}

@media(max-width:1366px) {
    .banner-right {
        width: 630px;
    }
    .each-healp-panel .help-right img {
        max-width: 80%;
    }
    .help-sec .each-healp-panel:nth-child(even) .row .help-right img {
        margin-left: auto;
    }
    .help-sec .each-healp-panel:nth-child(even) .row .help-right {
        text-align: right;
    }
    /*  */
    .each-result-card .each-result-card-in {
        padding: 25px 20px;
    }
    .each-result-card .card-left {
        padding: 0 10px;
        width: 170px;
    }
    .each-result-card .card-right {
        padding: 0 15px;
        width: calc(100% - 170px);
    }
    .each-result-card .bottom-sec ul li {
        font-size: 14px;
    }
    .each-result-card .bottom-sec li span {
        font-size: 16px;
        margin-top: 10px;
    }
    .load-more-btn a {
        font-size: 22px;
    }
    p.sub-heading {
        font-size: 20px;
    }
}

@media(max-width:1340px) {
    .banner-right {
        width: 600px;
    }
}

@media(max-width:1280px) {
    .banner-right {
        width: 550px;
    }
    h3 {
        font-size: 26px;
    }
    .each-healp-panel .help-left p {
        font-size: 18px;
    }
    .help-sec .each-healp-panel:last-of-type .help-left {
        max-width: 440px;
    }
    .credit-right .cmn-header h2 {
        font-size: 30px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 32px;
    }
    .credit-left-img {
        max-width: 260px;
        min-height: 196px;
    }
    .credit-right {
        width: calc(100% - 280px);
    }
    .credit-right .submit-fld input[type="submit"] {
        max-width: 160px;
        min-width: 160px;
        margin-top: 40px;
        height: 50px;
        font-size: 16px;
    }
    .input-fld-head {
        width: calc(100% - 170px);
    }
    .credit-right .input-fld select {
        height: 52px;
        padding: 0 40px 0 15px;
        font-size: 14px;
    }
    .main-banner {
        min-height: 460px;
    }
    .tread-sec .each-tread-wpr h3 {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .tread-sec .each-tread-wpr ul li a {
        font-size: 16px;
    }
    .tread-sec .each-tread-wpr ul {
        margin: 0 0 30px;
    }
    section.open-account {
        margin-bottom: -15.5%;
    }
    .testimonial--sliders .slick-list {
        margin: 0 -30px;
    }
    .testimonial--sliders .slick-track {
        margin: 0;
    }
    .testimonial--sliders .slick-list .testimonial-slider .testimonial-in {
        padding: 0 15px;
    }
    .navbar-nav>li {
        margin: 0 12px;
    }
    .navbar-nav>li>a {
        font-size: 15px;
    }
    p.sub-heading {
        font-size: 20px;
    }
}

@media(max-width:1199px) {
    .banner-right {
        width: 500px;
    }
    /* .finder-sec .each-fnd-wpr {
        padding: 30px 15px;
    } */
    .finder-sec .each-fnd-wpr p {
        font-size: 15px;
    }
    .each-fnd-wpr .dfl-btn.green-fld {
        padding: 10px 28px;
        min-width: 155px;
    }
    .each-fnd-wpr .code-form form input[type="text"],
    .each-fnd-wpr .code-form form #code-fld {
        max-width: 155px;
        height: 44px;
    }
    .each-fnd-wpr .code-form button.dfl-btn.green-fld {
        padding: 10px 28px;
        height: 44px;
    }
    .tread-sec .each-tread-wpr {
        padding: 35px 20px 40px;
    }
    .tread-sec .each-tread-wpr .dfl-btn.green-fld {
        padding: 10px 20px;
        font-size: 14px;
    }
    .home-wrk-wpr {
        padding: 50px 30px;
    }
    .finder-sec {
        padding: 100px 0 150px;
    }
    .help-sec .each-healp-panel .partner-logo-row .partner-logo img {
        max-width: 80%;
    }
    p.sub-heading {
        font-size: 18px;
    }
    .finder-sec .each-fnd-wpr .each-fnd-wpr--in {
        padding: 20px;
        min-height: 230px;
    }
    /*  */
    .plan-card {
        padding: 20px 15px 25px;
    }
    .card-top ul {
        column-gap: 20px;
    }
    .plan-card .card-bottom ul li {
        font-size: 15px;
    }
    .plan-card .card-bottom li span {
        font-size: 15px;
        min-width: 47px;
        text-align: right;
    }
    .plan-card .card-bottom .dfl-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
    .each-result-card .mid-sec span {
        margin-right: 25px;
        font-size: 15px;
    }
    .each-result-card .mid-sec li {
        font-size: 15px;
    }
    .top-result-sec {
        padding: 65px 0;
    }
    .load-more-btn {
        margin-top: 55px;
    }
    .load-more-btn a {
        font-size: 20px;
    }
    .custom-form-radio label {
        max-width: 210px;
        min-height: 245px;
    }
    .custom-form-radio label>span img {
        max-width: 70px;
    }
    .step-point ul li:before {
        width: 240px;
    }
    .custom-form-radio.step2 label {
        max-width: 290px;
        min-height: 200px;
    }
    .compare-form-sec .cmn-header {
        margin-bottom: 40px;
        min-height: 95px;
    }
    .each-counter-card .img-wpr img {
        max-width: 55px;
    }
    .each-counter-card-wrp:nth-child(2) .each-counter-card .img-wpr img {
        max-width: 90px;
    }
    .each-counter-card h3 {
        font-size: 46px;
    }
    .each-counter-card p {
        font-size: 16px;
    }
    .review-slider-sec .cmn-header {
        margin-bottom: 42px;
    }
    .review-slider .each-slide h3 {
        font-size: 30px;
    }
    .review-slider .each-slide p {
        font-size: 17px;
    }
    .review-slider .each-slide p.reviewer {
        font-size: 16px;
    }
    .counter-sec {
        margin-bottom: 90px;
    }
    .info-form label {
        font-size: 18px;
    }
    .counter-inner-sec {
        padding: 30px 15px;
    }
    .compare-form-sec {
        padding: 60px 0 65px;
    }
    .cmn-small-gap {
        padding: 80px 0;
    }
    .testimonial--sliders .slick-list {
        margin: 0;
    }


    /*07-03-22 SG*/
    .cmn-small-gap-bottom2{
        padding-bottom: 60px !important;
    }


    /* 28.04.22  */

    .compare-step-form .bck_btn {
        margin-left: 0;
    }
}

@media(max-width:1099px) {
    .banner-right {
        width: 400px;
    }
    .main-banner {
        min-height: 410px;
    }
}

@media(max-width:1024px) {
    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }
    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }
    .sub-menu.show {
        display: block;
    }
    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }
    /* navbar end*/
    .header-dfl-btn {
        font-size: 15px;
        padding: 8px 18px;
    }
    .header-btn-group a {
        font-size: 15px;
    }

    .footer-top .brand-name {
        margin-top: 45px !important;
    }
}

@media (max-width: 991px) {
    /* navbar*/
    .main-head {
        padding: 10px 0;
    }
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--lb);
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }
    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }
    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }
    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }
    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }
    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }
    .navbar-nav>li>a {
        padding: 14px 20px;
        display: inline-block;
        width: 100%;
    }
    .sub-menu>li>a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }
    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }
    .navbar-nav>li>a:after {
        bottom: 0;
    }
    /* navbar end*/
    /* push nav */
    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: -100%;
        margin: 0;
        display: block !important;
        /* -webkit-transform: translateX(100%);
        transform: translateX(100%); */
        -webkit-transition: all 0.2s ease-in-out !important;
        transition: all 0.2s ease-in-out !important;
        z-index: 100;
    }
    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        /* -webkit-transform: translateX(0);
        transform: translateX(0); */
        -webkit-transition: all 0.2s ease-in-out !important;
        transition: all 0.2s ease-in-out !important;
        right: 0;
    }
    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 40px 0;
    }
    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }
    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }
    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }
    /* push nav end */
    .cmn-gap {
        padding: 60px 0;
    }
    .header-dfl-btn {
        font-size: 13px;
        padding: 9px 13px;
    }
    .navbar-brand {
        width: 85px;
    }
    .navbar-brand img {
        width: 100%;
    }
    .header-btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-btn-group .hamburger-menu {
        height: 30px;
        margin-top: -5px;
    }
    .header-btn-group a:last-of-type {
        margin: 0 15px;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        height: 100%;
    }
    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li>a:hover,
    .navbar-nav>li.menu-item-has-children:hover>a {
        color: #fff;
    }
    .navbar-nav>li>a:after {
        z-index: -1;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    p.sub-heading {
        font-size: 16px;
    }
    .inner-page-banner .cmn-header {
        margin: 0;
    }
    .inner-page-banner .cmn-header h1 {
        margin: 0 0 20px;
    }
    .blog-left-panel {
        padding-right: 0;
    }
    .blog-right-panel {
        padding-left: 0;
    }
    .blog-inner-body {
        padding: 40px 0 100px;
    }
    .blog-right-panel .cmn-heading h2,
    .blog-left-panel .each-blog-wpr h3 {
        font-size: 26px;
    }
    .footer-top .brand-name {
        margin: 0 0 30px;
        display: inline-block;
    }
    .footer-nav .footer-nav-wpr ul li a {
        font-size: 16px;
    }
    .footer-nav .footer-nav-wpr ul li {
        margin: 0 15px;
    }
    .footer-bottom .copyright-wpr {
        margin: 30px 0 0;
    }
    .newsletter-form-wpr p {
        font-size: 16px;
    }
    .main-banner .banner-left {
        max-width: 460px;
        margin: 0 auto;
    }
    .main-banner .banner-right {
        width: 100%;
        margin: 0 auto;
        max-width: 520px;
    }
    .main-banner .row {
        flex-direction: column-reverse;
    }
    .main-banner {
        padding-top: 0;
    }
    .main-banner .row [class*="col-"]:last-of-type {
        margin: 0 0 30px;
    }
    .how-work-panel .row [class*="col-"]:first-of-type,
    .how-work-panel .row [class*="col-"]:nth-child(2) {
        margin-bottom: 20px;
    }
    .cmn-small-gap {
        padding: 60px 0;
    }
    .video-wpr .video-panel {
        padding: 0 40px 40px;
    }
    .video-wpr .video-panel::after {
        height: 40%;
    }
    .video-panel .video__wpr #play {
        width: 70px;
        height: 70px;
    }
    .credit-wpr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .credit-right {
        width: 100%;
        padding: 30px 0 0;
    }
    .each-healp-panel .help-right img {
        max-width: 380px;
    }
    .help-sec .each-healp-panel:last-of-type .help-left,
    .each-healp-panel .help-left {
        max-width: 100%;
    }
    .help-sec .each-healp-panel .row,
    .help-sec .each-healp-panel:nth-child(odd) .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    /* .help-sec .each-healp-panel:nth-child(odd) .row {
        flex-direction: row-reverse;
    } */
    .help-sec .each-healp-panel .row .help-right,
    .help-sec .each-healp-panel:nth-child(even) .row .help-right {
        text-align: center;
    }
    .help-sec .each-healp-panel .row [class*="col-"] {
        margin-bottom: 30px;
    }
    .help-sec .each-healp-panel .partner-logo-row .partner-logo:nth-child(odd) {
        text-align: left;
    }
    .help-sec .each-healp-panel:last-of-type .row .col-lg-7 {
        margin-bottom: 0;
    }
    .each-healp-panel .help-left ul li {
        font-size: 16px;
    }
    .each-healp-panel .help-left p {
        font-size: 16px;
    }
    .each-fnd-wpr .code-form form {
        width: 185px;
    }
    .finder-sec {
        padding: 60px 0 100px;
    }
    .home-wrk-wpr {
        padding: 30px 20px;
    }
    .latest-post,
    .news-featured-post-wpr {
        max-width: 100%;
        /* max-width: 490px; */
    }
    .news-wpr:before {
        display: none;
    }
    .each-featured-post .post-img img {
        width: 100%;
    }
    .news-wpr .news-featured-post-wpr {
        padding-bottom: 60px;
    }
    .each-featured-post:last-of-type {
        border-bottom: 1px solid rgba(var(--rblk), 20%);
        padding: 0 0 30px;
        margin: 0 0 20px;
    }
    .latest-post .each-latest-post {
        padding: 15px 0;
    }
    .tread-sec .each-tread-wpr {
        max-width: 420px;
        margin: 0 auto;
    }
    .tread-sec .row [class*="col-"] {
        margin-bottom: 30px;
    }
    .tread-sec .row [class*="col-"]:last-of-type {
        margin-bottom: 0;
    }
    .partner-section h5 {
        font-size: 16px;
    }
    .news_lft {
        text-align: center;
        margin-bottom: 60px;
    }
    .news-testimonial-sec {
        padding-bottom: 0;
    }
    .news_right>p {
        font-size: 20px;
    }
    .custom-form-radio {
        flex-wrap: wrap;
    }
    .custom-form-radio label {
        max-width: inherit;
        width: 38%;
        margin: 0 8px 15px;
        height: 90px;
        min-height: 100%;
    }
    .custom-form-radio label>span {
        padding: 30px 15px 20px;
        flex-direction: revert;
        /* justify-content: flex-start; */
    }
    .custom-form-radio label>span img {
        max-width: 48px;
    }
    .custom-form-radio label span strong {
        margin-top: 0;
        margin-left: 20px;
        text-align: left;
        font-size: 14px;
    }
    .step-point ul li:before {
        width: 160px;
    }
    .counter-card-row .each-counter-card-wrp {
        border-bottom: 2px dashed #000000;
    }
    .counter-card-row .each-counter-card-wrp:last-child {
        border-right: 2px dashed #000000;
    }
    .counter-card-row .each-counter-card-wrp:last-child,
    .counter-card-row .each-counter-card-wrp:nth-last-child(2):nth-child(odd) {
        border-bottom: 0;
    }
    .counter-card-row .each-counter-card-wrp:nth-child(even) {
        border-right: 0;
    }
    .counter-inner-sec {
        padding: 20px 15px;
    }
    .each-counter-card {
        padding: 35px 0;
    }
    .each-counter-card h3 {
        font-size: 40px;
        margin: 24px 0 15px;
    }
    .star-icon-list ul li img {
        max-width: 22px;
    }
    .review-slider .each-slide p {
        font-size: 16px;
    }
    .review-slider .each-slide p.reviewer {
        font-size: 15px;
    }
    .star-icon-list ul {
        margin-bottom: 10px;
    }
    .custom-form-radio.step2 label {
        width: 42%;
        height: 120px;
        min-height: auto;
    }
    .custom-form-radio.step2 label span h5 {
        margin-left: 0;
    }
    h5 {
        font-size: 18px;
    }
    .custom-form-radio strong span {
        font-size: 14px;
    }
    .plan-card-row-wpr {
        flex-wrap: wrap;
    }
    .plan-card-wpr {
        width: 100%;
        padding: 15px 0;
    }
    .plan-card-wpr:nth-child(2) {
        width: 100%;
    }
    .each-result-card .each-result-card {
        display: block;
    }
    .each-result-card .card-left {
        padding: 0;
        width: 100%;
        max-width: 170px;
        margin: 0 auto 20px;
    }
    .each-result-card .card-right {
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .each-result-card .card-right .card-rating {
        width: 100%;
        justify-content: center;
    }
    .each-result-card .mid-sec {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 27px;
    }
    .each-result-card .mid-sec span {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .each-result-card .mid-sec ul {
        justify-content: center;
    }
    .each-result-card .mid-sec li {
        margin-right: 40px;
    }
    .testimonial-in .author-wpr {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .testimonial-in .author-wpr .author-info {
        width: auto;
    }
    section.open-account {
        margin-bottom: -19.5%;
    }
    .main-footer .main-footer-in {
        padding: 110px 0 30px;
    }
    .plan-card-wpr {
        max-width: 460px;
    }
    .each-result-card .each-result-card-in{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }



    .help-sec .each-healp-panel .partner-logo-row .partner-logo {
        text-align: center !important;
    }
}

@media (max-width: 900px) {}

@media (max-width: 820px) {}

@media (max-width: 768px) {
    .cmn-gap {
        padding: 40px 0;
    }
    .open-account .open-acc-in {
        margin: 0 0 15px;
    }
}

@media (max-width: 767px) {
    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }
    h1 {
        font-size: 25px;
    }
    .blog-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-content .blog-img,
    .blog-content .blog-cont-icfo {
        width: 100%;
    }
    .blog-content .blog-cont-icfo {
        padding: 20px 0 0;
    }
    section.open-account {
        margin-bottom: -17.5%;
    }
    .open-account .open-acc-wpr p {
        font-size: 16px;
    }
    .dfl-btn {
        font-size: 15px;
        padding: 12px 20px;
    }
    .blog-inner-body {
        padding: 30px 0 60px;
    }
    .footer-top .brand-name {
        width: 120px;
    }
    .footer-top .brand-name {
        margin-top: 60px !important;
    }
    .newsletter-form-wpr input[type="submit"] {
        min-width: 165px;
        font-size: 16px;
    }
    .newsletter-form-wpr input[type="text"] {
        width: calc(100% - 185px);
    }
    .footer-bottom .footer-nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bottom .footer-nav-wpr {
        margin: 0 0 20px;
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .video-wpr .video-panel {
        padding: 0 20px 20px;
    }
    .video-panel .video__wpr {
        border-radius: 10px;
    }
    .main-banner ul li {
        font-size: 18px;
    }
    .cmn-small-gap {
        padding: 40px 0;
    }
    .video-wpr .cmn-header {
        margin: 0 auto 30px;
    }
    .credit-right .cmn-header h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .credit-right .cmn-header {
        margin: 0 0 20px;
    }
    .form-row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .input-fld-head {
        width: 100%;
    }
    .credit-right .submit-fld {
        padding-left: 0;
    }
    .credit-right .submit-fld input[type="submit"] {
        margin-top: 20px;
    }
    h3 {
        font-size: 24px;
    }
    h2 {
        font-size: 26px;
    }
    .news-sec .cmn-header {
        margin: 0 0 30px;
    }
    body,
    html {
        overflow-x: hidden;
    }
    .partner-section h5 {
        font-size: 15px;
    }
    .finder-sec {
        padding: 40px 0 80px;
    }
    .c-accordion-module__single h4 {
        font-size: 16px;
    }
    .faq-sec .cmn-header {
        margin: 0 0 30px;
    }
    .testimonials-sec .cmn-header {
        margin: 0 0 40px;
    }
    .news_right>p {
        font-size: 18px;
    }
    .news-btm {
        margin: 40px auto 0 auto;
    }
    .news-btm p {
        font-size: 18px;
    }
    /*  */
    /* .custom-form-radio label {
        max-width: 205px;
        width: 46%;
        min-height: 200px;
        margin: 0 10px 17px;
    } */
    .custom-form-radio label {
        width: 46%;
    }
    /* .custom-form-radio label>span img {
        max-width: 58px;
    } */
    .custom-form-radio.step2 label span {
        padding: 30px 15px 20px 30px;
    }
    .custom-form-radio.step2 label span strong span {
        padding: 0;
        margin-top: 5px;
    }
    .custom-form-radio.step2 label span strong span br {
        display: none;
    }
    .step-point ul li {
        width: auto;
    }
    .step-point ul li {
        width: auto;
    }
    .step-point ul li:nth-child(1) {
        z-index: 5;
    }
    .step-point ul li:nth-child(2) {
        z-index: 4;
    }
    .step-point ul li:nth-child(3) {
        z-index: 3;
    }
    .step-point ul li:nth-child(4) {
        z-index: 2;
    }
    .step-point ul li:nth-child(5) {
        z-index: 1;
    }
    .step-point ul {
        overflow: hidden;
    }
    h2 {
        font-size: 28px;
    }
    .review-slider .each-slide h3 {
        font-size: 26px;
    }
    .review-slider {
        padding: 0px;
    }
    .slick-arrow {
        top: calc(100% + 25px);
        transform: translateY(0);
    }
    .slick-arrow.slick-prev {
        left: 50%;
        transform: translateX(calc(-100% - 4px));
    }
    .slick-arrow.slick-next {
        right: 50%;
        transform: translateX(calc(100% + 4px));
    }
    .review-slider-wpr {
        padding-bottom: 70px;
    }
    .review-slider .each-slide p br {
        display: none;
    }
    .each-counter-card h3 {
        font-size: 34px;
    }
    .each-counter-card .img-wpr img {
        max-width: 45px;
    }
    .each-counter-card-wrp:nth-child(2) .each-counter-card .img-wpr img {
        max-width: 75px;
    }
    .custom-form-radio.step2 label {
        width: 46%;
    }
    .info-form label {
        font-size: 16px;
    }
    .info-form .next-btn {
        min-width: 138px;
        padding: 12px 15px 9px;
        font-size: 16px;
    }
    .info-form .input-grp {
        display: block;
    }
    .info-form .input-grp input {
        margin-bottom: 20px;
    }
    .info-form .input-grp input:first-child {
        margin-right: 0;
    }
    .info-form .input-grp input:last-child {
        margin-bottom: 0;
    }
    .info-form input[type="submit"] {
        padding: 0 13px;
        font-size: 15px;
        padding-top: 5px;
        height: 50px;
    }
    .info-form.step3 {
        margin-bottom: 50px;
    }
    .each-result-card .card-left {
        max-width: 145px;
        margin: 0 auto 13px;
    }
    h3 {
        font-size: 24px;
    }
    .each-result-card .card-rating img {
        max-width: 130px;
        margin-left: 13px;
    }
    .each-result-card .card-rating span {
        font-size: 14px;
        margin-bottom: -5px;
    }
    .each-result-card .card-right .card-rating {
        margin-bottom: 27px;
    }
    .each-result-card .mid-sec {
        display: block;
        text-align: left;
        width: 100%;
        /*width: 32%;*/
        margin-bottom: 0;
    }
    .each-result-card .mid-sec ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 8px 0 30px 0;
    }
    .each-result-card .mid-sec li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 50%;
    }
    .each-result-card .mid-sec li:last-child {
        margin-bottom: 0;
    }
    .each-result-card .card-right .bottom-sec {
        /*width: 68%;
        padding-left: 25px;
        border-left: 1px solid rgba(0, 0, 0, 0.08);*/
        padding-top: 34px;
        text-align: center;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0px;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
    .each-result-card .bottom-sec ul {
        display: block;
        text-align: left;
        width: 100%;
    }
    .each-result-card .bottom-sec ul li {
        /*display: flex;
        margin-right: 0;
        margin-bottom: 11px;*/
        display: flex;
        font-weight: 500;
        font-size: 15px;
        margin: 0 0 8px;
        text-align: left;

    }
    .each-result-card .bottom-sec ul li:last-child {
        margin-bottom: 15px;
    }
    .each-result-card .bottom-sec li span {
        margin-left: auto;
        margin-top: 0;
        min-width: 65px;
        text-align: right;
    }
    .each-result-card .bottom-sec li:first-of-type span {
        margin-right: 20px;
    }
    /*.each-result-card .bottom-sec .dfl-btn {
        font-size: 13px;
        padding: 8px 10px;
    }*/
    .each-result-card .bottom-sec .dfl-btn {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 30px;
    }
    .each-result-card .bottom-sec .dfl-btn {
        font-size: 14px;
        padding: 10px 20px;
        margin: auto auto 0;
    }
    .load-more-btn {
        margin-top: 50px;
    }
    .load-more-btn a {
        font-size: 18px;
    }
    section.open-account {
        margin-bottom: -27.5%;
    }
    .main-footer .main-footer-in {
        padding: 120px 0 30px;
    }
    .cmn-small-gap {
        padding: 55px 0;
    }
    .compare-form-sec {
        padding: 40px 0;
    }
    .compare-form-sec .cmn-header {
        margin-bottom: 20px;
    }


        /*07-03-22 SG*/
        .cmn-small-gap-bottom2{
            padding-bottom: 30px !important;
        }
        .footer-top .brand-name {
            margin-top: 40px !important;
        }

        .main-banner ul li::before{
            margin-top: 8px;
        }
}

@media (max-width: 720px) {}

@media (max-width: 620px) {}

@media (max-width: 600px) {}

@media (max-width: 575px) {
    .header-btn-group a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px;
    }
    .header-dfl-btn {
        padding: 5px 7px;
    }
    .navbar-brand {
        width: 60px;
    }
    p.sub-heading {
        font-size: 14px;
    }
    .each-trading-wpr h6 {
        font-size: 18px;
    }
    .blog-inner-body p {
        font-size: 15px;
    }
    .catagory-in span {
        font-size: 15px;
    }
    .blog-right-panel .cmn-heading {
        margin: 0 0 15px;
    }
    .blog-right-panel {
        padding-top: 20px;
    }
    .blog-right-panel .cmn-heading h2,
    .blog-left-panel .each-blog-wpr h3 {
        font-size: 22px;
    }
    .blog-left-panel .each-blog-wpr h3 {
        margin: 0 0 20px;
    }
    .blog-left-panel .each-blog-wpr {
        padding: 20px 0 21px;
    }
    .open-account .open-acc-in {
        padding: 30px;
    }
    section.open-account {
        margin-bottom: -23.5%;
    }
    .newsletter-form-wpr p {
        font-size: 15px;
    }
    .newsletter-form-wpr p br {
        display: none;
    }
    .footer-nav .footer-nav-wpr ul li a {
        font-size: 14px;
    }
    .open-account .open-acc-wpr p {
        font-size: 14px;
    }
    .blog-inner-body {
        padding: 30px 0 40px;
    }
    .finder-sec .each-fnd-wpr p br {
        display: none;
    }
    .home-wrk-wpr h3 {
        font-size: 20px;
        line-height: 1.3;
    }
    .home-wrk-wpr p {
        font-size: 15px;
    }
    .main-banner h1 {
        margin: 0 0 15px;
    }
    .main-banner ul li {
        font-size: 16px;
        margin: 0 0 5px;
    }
    .main-banner ul {
        padding-left: 23px;
        margin: 0 0 20px;
    }
    h5 {
        font-size: 18px;
    }
    h2 {
        font-size: 22px;
    }
    body {
        font-size: 15px;
    }
    .how-work-panel .each-how-work-wpr p {
        font-size: 15px;
    }
    .video-wpr .video-panel {
        padding: 0 15px 20px;
    }
    .credit-right .cmn-header h2 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .credit-right {
        text-align: center;
    }
    .input-fld-head .input-fld {
        text-align: left;
    }
    .credit-right .cmn-header {
        margin: 0 0 15px;
        text-align: center;
    }
    .credit-right .input-fld label {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .input-fld-head .input-fld {
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }
    .credit-right .input-fld-head {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .credit-right .submit-fld input[type="submit"] {
        margin-top: 0px;
    }
    .credit-right .submit-fld {
        width: 100%;
    }
    .credit-right .submit-fld input[type="submit"] {
        width: 100%;
        min-width: 100%;
    }
    .finder-sec {
        padding: 30px 0 60px;
    }
    .home-wrk-sec {
        margin-top: -9%;
    }
    .finder-sec .each-fnd-wpr .each-fnd-wpr--in {
        padding: 15px;
        min-height: 190px;
    }
    .cmn-header {
        margin: 0 0 20px;
    }
    .each-featured-post h6,
    .each-latest-post .latest-post-details .post-details-head h6 {
        font-size: 16px;
        line-height: 1.3;
    }
    .testimonial--sliders .slick-list {
        margin: 0 0px;
    }
    .testimonial--sliders .slick-list .testimonial-slider .testimonial-in {
        padding: 0 10px;
    }
    .testimonial-in .author-wpr .author-info span {
        font-size: 14px;
    }
    .faq-sec .cmn-header {
        margin: 0 0 20px;
    }
    .c-accordion-module__single p {
        font-size: 15px;
    }
    .c-accordion-module__single h4 {
        font-size: 14px;
        padding: 15px 30px 15px 15px;
    }
    .testimonial-in .testimonial-info p {
        font-size: 14px;
    }
    .testimonial-in .author-wpr .author-info strong {
        font-size: 16px;
    }
    .c-accordion-module__single h4:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        top: 16px;
        right: 3px;
    }
    .tread-sec .each-tread-wpr h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .tread-sec .each-tread-wpr .tread-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }
    .tread-sec .each-tread-wpr ul li a {
        font-size: 15px;
    }
    .tread-sec .each-tread-wpr ul {
        margin: 0 0 20px;
    }
    .open-account .open-acc-in h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    h3 {
        font-size: 20px;
    }
    .testimonials-sec .cmn-header {
        margin: 0 0 30px;
    }
    .each-healp-panel .help-right img {
        max-width: 100%;
    }
    .dfl-btn {
        font-size: 14px;
        padding: 11px 15px;
    }
    .main-banner .btn-broup {
        display: flex;
        flex-direction: row;
    }
    .how-work-panel .row [class*="col-"]:first-of-type,
    .how-work-panel .row [class*="col-"]:nth-child(2),
    .how-work-panel .row [class*="col-"]:nth-child(3) {
        margin-bottom: 30px;
    }
    .video-panel .video__wpr #play {
        width: 40px;
        height: 40px;
    }
    .help-sec .each-healp-panel {
        margin: 0 0 35px;
    }
    .each-healp-panel .help-left ul {
        margin: 20px 0 0;
    }
    .each-healp-panel .help-left ul li {
        font-size: 14px;
    }
    .news-wpr .news-featured-post-wpr {
        padding-bottom: 20px;
    }
    .partner-slider .each-part-loog img {
        width: 100%;
    }
    .newsbox {
        flex-wrap: wrap;
    }
    .newsbox .form-group {
        margin: 0 0 20px 0;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .newsbox input[type="submit"] {
        width: 100%;
    }
    .news-btm p {
        font-size: 16px;
    }
    .news_right>p {
        font-size: 16px;
    }
    .news_right h2 {
        margin: 0 0 20px;
    }
    .inner-page-banner .cmn-header h1 {
        margin: 0 0 10px;
    }
    .news-btm {
        margin: 30px auto 0 auto;
    }
    .open-account.top-gap {
        padding-top: 30px;
    }
    .each-latest-post .latest-post-details .post-details-head {
        max-width: 250px;
        padding-right: 10px;
    }
    /*  */
    .step-point {
        margin: 40px auto 0;
    }
    .step-point li span.point {
        width: 28px;
        height: 28px;
    }
    .step-point li span.point::after {
        width: 11px;
        height: 11px;
    }
    .step-point ul li:before {
        bottom: 11px;
        left: calc(50% - 14px);
    }
    .cmn-gap {
        padding: 55px 0;
    }
    h2 {
        font-size: 26px;
    }
    .review-slider-sec .cmn-header {
        margin-bottom: 24px;
    }
    .review-slider .each-slide h3 {
        font-size: 23px;
    }
    .review-slider .each-slide p {
        font-size: 15px;
    }
    .review-slider .each-slide p.reviewer {
        font-size: 14px;
    }
    .star-icon-list ul li img {
        max-width: 18px;
    }
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .counter-inner-sec {
        padding: 10px;
    }
    .counter-card-row .each-counter-card-wrp {
        width: 50%;
    }
    .each-counter-card h3 {
        font-size: 30px;
    }
    .each-counter-card p {
        font-size: 15px;
    }
    .custom-form-radio.step2 label {
        width: 100%;
        min-height: 100px;
        max-width: 100%;
        height: 100px;
    }
    .custom-form-radio.step2 label span {
        padding: 20px 15px 20px 40px;
    }
    .custom-form-radio label input[type="radio"]+span::before {
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .custom-form-radio label input[type="radio"]+span::after {
        top: 46%;
        left: 15px;
        transform: translateY(-50%);
    }
    .custom-form-radio label>span,
    .custom-form-radio.step2 label span {
        justify-content: flex-start;
    }
    .custom-form-radio label>span {
        padding: 20px 15px 20px 40px;
    }
    h5 {
        font-size: 17px;
    }
    .custom-form-radio.step2 {
        margin-bottom: 40px;
    }
    .compare-form-sec .cmn-header {
        min-height: 70px;
    }
    .text-mobile-center {
        text-align: center;
    }
    .each-result-card .mid-sec {
        width: 100%;
        /*margin-bottom: 20px;*/
    }
/*    .each-result-card .mid-sec ul {
        column-count: 3;
        column-gap: 35px;
    }*/
    .each-result-card .mid-sec li {
        margin-bottom: 12px;
    }
    .each-result-card .mid-sec span {
        margin-bottom: 15px;
    }
    .each-result-card .card-right .bottom-sec {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
    .each-result-card .bottom-sec {
        text-align: center;
    }
    .each-result-card .bottom-sec .dfl-btn {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 30px;
    }
    h3 {
        font-size: 22px;
    }
    .each-result-card .card-rating img {
        max-width: 108px;
    }
    .open-account .open-acc-in {
        padding: 45px 20px;
    }
    section.open-account {
        margin-bottom: -33.5%;
    }
    .main-footer .main-footer-in {
        padding: 145px 0 30px;
    }
    .dfl-btn {
        font-size: 15px;
        padding: 14px 20px;
    }
    .open-account .open-acc-wpr p {
        font-size: 18px;
    }
    .load-more-btn {
        margin-top: 30px;
    }


    .bannr_trd_bx {
        flex-wrap: wrap;
    }
    .bannr_trd_bx label > a > span img {
        max-width: 25px;
    }
    .bannr_trd_bx label {
        width: 49%;
        height: 85px;
        margin-bottom: 5px;
    }
    .bannr_trd_bx label > a > span img {
        max-width: 40px;
    }
}

@media (max-width: 540px) {}

@media (max-width: 520px) {
    .custom-form-radio label {
        width: 100%;
        height: 70px;
    }
    .custom-form-radio label>span img {
        max-width: 38px;
    }
}

@media (max-width: 479px) {
    .newsletter-form-wpr input[type="text"] {
        width: 100%;
    }
    .newsletter-form-wpr input[type="submit"] {
        min-width: 100%;
    }
    .newsletter-form-wpr form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 50px;
        font-size: 14px;
    }
    .newsletter-form-wpr input[type="submit"] {
        margin-top: 10px;
    }
    input[type="submit"] {
        height: 50px;
    }
    .footer-nav .footer-nav-wpr ul {
        flex-wrap: wrap;
    }
    .footer-nav .footer-nav-wpr ul li {
        margin: 5px 20px 0 0;
    }
    .main-footer .footer-bottom {
        padding: 15px 0 0;
    }
    .footer-bottom p {
        font-size: 13px;
    }
    .blog-left-panel .each-blog-wpr h3 a br,
    .each-trading-wpr h6 a br {
        display: none;
    }
    .help-sec .each-healp-panel .partner-logo-row .partner-logo img {
        max-width: 75%;
    }
    .each-healp-panel .help-left h3 br {
        display: none;
    }
    .each-healp-panel .help-left p {
        font-size: 14px;
        margin: 0;
    }
    .each-healp-panel .help-left h3 {
        margin: 0 0 10px;
    }
    .help-sec .each-healp-panel .partner-logo-row .partner-logo {
        margin: 0 0 12px;
    }
    .testimonials-sec .cmn-header {
        margin: 0 0 20px;
    }
    .main-banner .btn-broup a {
        margin: 0 10px 0 0;
    }
    .main-banner .btn-broup a:last-of-type {
        margin: 0;
    }
    #scroll {
        width: 30px;
        height: 30px;
    }
    #scroll i {
        font-size: 18px;
    }
    /*  */
    /* .custom-form-radio label {
        max-width: inherit;
        width: 46%;
        min-height: 160px;
        margin: 0 6px 10px;
    }
    .custom-form-radio label>span img {
        max-width: 47px;
    }
    .custom-form-radio label span h5 {
        margin-top: 13px;
    } */
    h5 {
        font-size: 16px;
    }
    h1 {
        font-size: 26px;
    }
    p.sub-heading {
        font-size: 15px;
    }
    .compare-form-sec .cmn-header {
        min-height: 0;
    }
    h2 {
        font-size: 22px;
    }
    .review-slider .each-slide h3 {
        font-size: 21px;
    }
    .review-slider .each-slide p {
        font-size: 14px;
    }
    .counter-card-row .each-counter-card-wrp {
        width: 100%;
        border-right: 0;
        border-bottom: 2px dashed rgba(0, 0, 0, 0.4);
    }
    .counter-card-row .each-counter-card-wrp:nth-last-child(2):nth-child(odd) {
        border-bottom: 2px dashed rgba(0, 0, 0, 0.4);
    }
    .step-point ul li {
        width: 33%;
        margin-bottom: 25px;
    }
    /* .step-point ul {
        flex-wrap: wrap;
        justify-content: center;
    } */
    .step-point ul li.glow {
        align-items: flex-start;
        justify-content: center;
        display: flex;
    }
    .step-point ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        margin: 0;
    }
    .step-point ul li p {
        font-size: 9px;
    }
    /* .step-point ul li:nth-child(4)::before {
        display: none;
    } */
    .step-point ul li p {
        margin-bottom: 10px;
        margin-left: -14px;
    }
    .step-point ul li:first-of-type p{
        margin-left: 0;
    }
    .step-point ul li:before {
        bottom: 11px;
        left: calc(50% - 14px);
        width: 100%;
    }
    .step-point ul li:nth-child(2)::before {
        left: calc(50% - 20px);
    }
    .step-point ul li:nth-child(3)::before {
        left: calc(50% - 16px);
        width: 118%;
    }
    .step-point li.glow span.point,
    .step-point li span.point {
        background-color: #fff;
    }
    .compare-form-sec {
        padding: 60px 0 30px;
    }
    .custom-form-radio.step2 label {
        width: 100%;
    }
    .each-counter-card .img-wpr img {
        max-width: 62px;
    }
    .each-counter-card-wrp:nth-child(2) .each-counter-card .img-wpr img {
        max-width: 85px;
    }
    h3 {
        font-size: 20px;
    }
    section.open-account {
        margin-bottom: -39.5%;
    }
    .open-account .open-acc-in h3 {
        margin: 0 0 20px;
    }
    .open-account .open-acc-in {
        padding: 30px 15px;
    }
    .open-account .open-acc-wpr p {
        font-size: 16px;
    }
    .each-result-card .mid-sec ul {
        column-count: 2;
       
    }
    .each-result-card .mid-sec ul li{
         width: 50%;
    }
    /*.each-result-card .bottom-sec ul li:first-of-type span {
        padding-right: 18px;
    }*/
    .each-result-card .bottom-sec .dfl-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
    .card-top ul {
        margin-bottom: 30px;
    }
    .footer-nav .footer-nav-wpr ul li a {
        font-size: 13px;
    }
    .dfl-btn {
        font-size: 15px;
        padding: 10px 17px;
    }
}

@media (max-width: 420px) {
    .btn-broup .dfl-btn {
        font-size: 14px;
    }
    .footer-top .brand-name {
        margin-top: 30px !important;
    }
}

@media (max-width: 375px) {
    .header-btn-group a {
        font-size: 12px;
    }
    .header-dfl-btn {
        padding: 5px 5px;
    }
    .header-btn-group .hamburger-menu {
        margin-top: -6px;
    }
    .dfl-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    .open-account .open-acc-in {
        padding: 20px 15px;
    }
    .open-account .open-acc-in h3 {
        font-size: 18px;
        margin: 0 0 20px;
    }
    section.open-account {
        margin-bottom: -32.5%;
    }
    .news-wpr .news-featured-post-wpr {
        padding-bottom: 20px;
    }
    .main-banner .btn-broup a {
        font-size: 12px;
        padding: 10px 15px;
    }
    .each-featured-post h6,
    .each-latest-post .latest-post-details .post-details-head h6 {
        font-size: 16px;
    }
    .tread-sec .each-tread-wpr {
        padding: 15px 15px 20px;
    }
    .category-wpr p,
    .catagory-in span {
        font-size: 14px;
    }
    .cmn-gap {
        padding: 40px 0;
    }
    .main-footer .main-footer-in {
        padding: 110px 0 30px;
    }

    .step-point ul li p {
        /* width: 30px; */
        font-size: 9px;
        width: 80px;
        line-height: 1;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .navbar-brand {
        width: 55px;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 24px;
    }
    .navbar-toggler {
        width: 24px;
    }
    .header-btn-group a:last-of-type {
        margin: 0 11px;
    }
    /*  */
    /* .custom-form-radio label {
        min-height: 145px;
    } */
    .custom-form-radio label>span img {
        max-width: 39px;
    }
    h5 {
        font-size: 15px;
    }
    .custom-form-radio label span strong {
        font-size: 15px;
    }
    .custom-form-radio strong span {
        font-size: 13px;
    }
    /* .step-point ul li:before {
        width: 135px;
    } */
    .review-slider .each-slide h3 {
        font-size: 20px;
    }
    .step-point ul li {
        width: 47%;
    }
    /* .step-point ul li:nth-child(odd)::before {
        display: none;
    } */
    .step-point ul li:nth-child(4)::before {
        display: block;
    }
    .info-form label {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .open-account .open-acc-wpr p {
        font-size: 15px;
    }
    .step-point ul li,
    .step-point ul li.glow {
        align-items: flex-start;
        justify-content: flex-end;
        display: flex;
        height: 65px;
        min-height: 65px;
    }
    .header-btn-group a {
        font-size: 10px;
    }
    .step-point ul li p {
        text-align: left;
    }
}

@media (max-width: 340px) {
    h1 {
        font-size: 23px;
    }
    .main-banner .btn-broup {
        flex-direction: column;
        text-align: center;
    }
    .main-banner .btn-broup a {
        font-size: 12px;
        padding: 10px 15px;
        min-width: 165px;
        width: 165px;
    }
    .main-banner .btn-broup a:last-of-type {
        margin: 10px 0 0;
    }
    .main-banner .row [class*="col-"]:last-of-type {
        margin: 0 0 20px;
    }
    .each-result-card .each-result-card-in {
        padding: 25px 15px;
    }
    .each-result-card .bottom-sec li span {
        font-size: 15px;
    }
    .each-result-card .bottom-sec ul li {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    /* .custom-form-radio label {
        width: 100%;
        min-height: 160px;
    }
    .custom-form-radio label>span img {
        max-width: 70px;
    }
    .custom-form-radio label span h5 {
        margin-top: 16px;
        font-size: 18px;
    } */
    h2 {
        font-size: 20px;
    }
    .review-slider .each-slide h3 {
        font-size: 19px;
    }
    .each-counter-card h3 {
        font-size: 28px;
    }
    section.open-account {
        margin-bottom: -53.5%;
    }
    .main-footer .main-footer-in {
        padding: 170px 0 30px;
    }
}