*{
    margin:0px;
    padding:0px;
}
body{
    font-family: 'Inter', sans-serif !important;
}
a, a:hover {text-decoration: none !important ;}
li{list-style-type: none;}

.btn-style{
    color: #fff;
    background-color: #54CFED !important;
    border: solid 1px #54CFED !important;
    padding: 6px 18px !important;
}
.primary-clr{color: #00B9E9 !important;}
.light-bgc{background-color: #f9f9fb;}

/* Header CSS Starts*/

.hd-sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 120px;
}
.left-opt {
    display: flex;
    align-items: center;
}
img.src-logo {
    width: 150px;
    margin-right: 23px;
}
ul.header-menu {
    margin-bottom: 0px;
}
ul.header-menu li {
    list-style-type: none;
    display: inline-block;
}
ul.header-menu li a {
    font-family: 'Inter', sans-serif;
    margin-left: 20px;
    text-decoration: none;
    color: #454545;
    font-weight: 400;
}


/* Header CSS Ends*/

/* Banner Section CSS Starts*/
.row.bnr-align {
    align-items: center;
}
.col-lg-6.img-align {
    text-align: right;
}
section.banner-section {
    height: 100vh;
    display: flex;
}
h1.tx-clr{color: #00B9E9 !important;}
p.bnr-p {
    color: #454545 !important;
    font-weight: 400 !important;
}

/* Banner Section CSS Ends*/

/* Section-one CSS Starts*/

.ft-snippet {
    background-color: #f3fdff;
    padding: 30px 37px;
    margin-left: 20px;
    border-radius: 10px;
}
.row1{margin-bottom: 20px;}
section.head-one {
    position: relative;
    margin-top: 8%;
}
.background-bg{background-color: rgb(84 207 237 / 20%);padding-bottom: 80px;
    padding-top: 80px;}

.img-left {
    position: absolute;
    left: 0;
    bottom: 6%;
}




/* Section-one CSS Ends*/

/* Section-two CSS Starts*/

section.head-two, section.head-three, footer.ftr-sec, section.abt-head-one {
    padding-bottom: 80px;
    padding-top: 80px;
}
h2.sec-head {
    color: #2d2d2d;
    padding-left: 10px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 40px;
}
.featurelist {
    padding: 30px 50px;
    border: solid 1px #54cfed;
    border-radius: 3px;
    margin: 0 12px;
}
.ft-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}
h4.ft-head {
    font-size: 24px;
    line-height: 1.5;
    color: #454545;
    letter-spacing: .2px;
    font-weight: 600;
}
img.ft-icon {
    height: 60px;
    margin-bottom: 20px;
}
p.ft-para {
    font-size: 17px;
    color: #686868;
    line-height: 1.6;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Section-two CSS Ends*/

/* Section-three CSS Starts*/

section.head-three .container {
    background-color: rgb(84 207 237 / 58%);
    border-radius: 10px;
}
.content-spc {
    padding: 100px 50px;
}
h1.ct-head {
    font-size: 50px;
    color: #00586D;
    font-weight: 700;
    line-height: 1.4;
    width: 90%;
}
p.ct-para {
    font-size: 21px;
    color: #00586DC4;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: .1px;
    padding-top: 15px;
}
.btn-white {
    color: #00586d !important;
    background-color: transparent !important;
    border: solid 1.5px #00586d !important;
    margin-top: 15px;
}
.btn-white:hover{
    color: #fff !important;
    background-color: #00586d !important;
    border: solid 1.5px #00586d !important;
}

/* Section-three CSS Ends*/

/* Footer CSS Starts*/

p.ftr-paragraph {
    width: 80%;
    font-size: 16px;
    color: #31333a;
    line-height: 1.9;
}
ul.quicklinks li a {
    font-size: 16px;
    color: #31333a;
}
ul.quicklinks li {
    line-height: 2.3;
}

/* Footer CSS Ends*/


/*About-us Page CSS Starts*/

.time-img {
    padding: 50px 20px;
}
p.abt-p {
    color: #454545;
    font-size: 20px;
    width: 75%;
    letter-spacing: .2px;
    line-height: 1.8;
    font-weight: 500;
    margin: 0 auto;
}
.banner-sub {
    background-image: url(images/about-banner.jpg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.join_wrap {
    background: #f7f7f7;
    padding: 90px 80px;
    margin-right: -80px;
}
.join_img {
    z-index: -1;
    position: relative;
}
h3.abt-head {
    font-size: 30px;
    color: #454545;
    letter-spacing: .2px;
    font-weight: 600;
    padding-bottom: 10px;
}
p.abt-para {
    font-size: 17px;
    color: #686868;
    line-height: 1.8;
}
.row.mn-abt {
    margin: 0;
    align-items: center;
    padding-top: 50px;
}

ul.int-dev li i.far.fa-check-circle {
    font-size: 20px;
    padding-right: 12px;
    color: #00b9e9;
}
ul.int-dev {
    padding-left: 0;
}
ul.int-dev li {
    font-size: 20px;
    color: #686868;
    line-height: 2.6;
}
.tp-integ {
    padding-top: 30px;
}
h2.dev-head {
    color: #2d2d2d;
    padding-bottom: 18px;
    font-weight: 600;
    font-size: 32px;
}

/*About-us Page CSS Ends*/

/*Contact-us Page CSS Starts*/

.frm-com {
    margin: 0px auto 20px auto;
}
.tb-1 {
    padding-right: 10px;
}
.tb-2{
    padding-left: 10px;
}
input.editform {
    padding: 15px 18px;
    border: none;
    border-radius: 0;
    border-bottom: solid 1.5px #d0d0d0;
    outline: none !important;
}

textarea.editform {
    border: none;
    border-radius: 0;
    border-bottom: solid 1.5px #d0d0d0;
    outline: none !important;
    padding: 12px 18px;
}
form.cbw-frm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.subt-btn {
    margin-top: 45px;
}
.banner-sub-cont{
    background-image: url(images/contact-banner.jpg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Contact-us Page CSS Ends*/

/*Merchant Page CSS Starts*/

.banner-sub-merch{
    background-image: url(images/merchant-bnr.jpg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Merchant Page CSS Ends*/

/*ISO Page CSS Starts*/

p.iso-para {
    width: 85%;
    margin: 0 auto;
    font-size: 20px;
    color: #686868;
    line-height: 2;
}
.tools-tab {
    margin-right: 10px;
    border: solid 1.5px #e2e2e2;
    padding: 30px 20px;
    border-radius: 5px;
    margin-left: 10px;
}
.tools-tab img {
    width: 110px;
    height: 110px;
}
h5.tab-name {
    font-size: 18px;
    color: #686868;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 0;
}
.ic-tab {
    padding-top: 60px;
}
.tools-tab:hover {
    background-color: #fff;
    border: solid 1.5px #fff;
    box-shadow: 0 20px 73px 0 rgb(25 25 25 / 10%);
}
h3.suc-quote {
    font-size: 40px;
    color: #383838;
    padding-bottom: 32px;
}
section.sucs-bg{
    background-image: url(images/texture-bg.jpg);
    background-size: contain;
}
.banner-sub-iso{
    background-image: url(images/iso-banner.jpg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
}

/*ISO Page CSS Ends*/

/*Agents Page CSS Starts*/

ul.ag-list {
    padding-left: 0;
}
ul.ag-list li {
    color: #686868;
    font-size: 17px;
    line-height: 2.2;
}
ul.ag-list li i {
    font-size: 20px;
    padding-right: 10px;
    color: #00b9e9;
}
h3.off-quote {
    font-size: 32px;
    line-height: 1.6;
    color: #383838;
}
.off-st {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.banner-sub-agent {
    background-image: url(images/agent-bnr.jpg);
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Agents Page CSS Ends*/

@media (max-width: 1024px) and (min-width: 768px){

h3.abt-head{font-size: 24px;}
p.abt-para {font-size: 14px;}
.join_wrap {
    padding: 45px 40px;
}

}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .nv-search {
    border: none;
    padding: 8px 15px;
    margin-right: 10px;
}
form.form-inline {
    position: relative;
}
.srch-cls {
    position: absolute;
    right: 5px;
    top: 3px;
}
.srch-cls i {
    color: #454545;
    font-size: 18px;
}
.nav-act {
    display: inline-flex !important;
}
.nav-space {
    justify-content: space-between;
}
.main-nav {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.br-logo{padding-top: 0 !important; padding-bottom: 0 !important;}
.nav-space ul li a.nav-link {
    font-weight: 400;
    color: rgb(69 69 69 / 80%) !important;
}
.dropdown-item:active {
    background-color: #54cfed !important;
}