@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@font-face {
    font-family: 'Avenir_Next_Bold';
    src: url('../fonts/Avenir\ Next\ Bold/Avenir Next Bold.eot');
    src: url('../fonts/Avenir\ Next\ Bold/Avenir Next Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir\ Next\ Bold/Avenir Next Bold.woff') format('woff'), url('../fonts/Avenir\ Next\ Bold/Avenir Next Bold.svg#EuclidCircularBTrialSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir_Next_Medium';
    src: url('../fonts/Avenir\ Next\ Medium/ Avenir Next Medium.eot');
    src: url('../fonts/Avenir\ Next\ Medium/Avenir Next Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir\ Next\ Medium/Avenir Next Medium.woff') format('woff'), url('../fonts/Avenir\ Next\ Medium/Avenir Next Medium.ttf') format('truetype'), url('../fonts/Avenir\ Next\ Medium/Avenir Next Medium.svg#Avenir_Next_Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir_Next_Regular';
    src: url('../fonts/AvenirNext-Regular/Avenir Next Regular.eot');
    src: url('../fonts/AvenirNext-Regular/Avenir Next Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext-Regular/Avenir Next Regular.woff') format('woff'), url('../fonts/AvenirNext-Regular/Avenir Next Regular.ttf') format('truetype'), url('../fonts/AvenirNext-Regular/Avenir Next Regular.svg#EuclidCircularBTrialSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Avenir_Next_Regular';
    outline: none;
}

*:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-brand {
    max-width: 193px;
    width: 100%;
}

.container {
    max-width: 1152px;
}

.header-section {
    background: url(../image/banner-png-img.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
}

.header-section>.container {
    max-width: 1151px;
}

.header-section .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding-right: 40px;
}

.top-menu {
    padding-top: 60px;
}

.banner-section {
    margin-bottom: 234px;
}

.banner-text {
    margin-top: 190px;
}

.banner-text h1 {
    font-size: 52px;
    font-family: 'Avenir_Next_Bold';
    color: #ffffff;
}

.banner-text-block {
    padding: 0px;
}

.image-block,
.banner-row,
.header-section>.container>.row,
.header-section>.container>.row>.col-md-12 {
    position: static;
}

.image-block .banner-imahe-block img {
    position: absolute;
    bottom: 0;
    right: 36px;
    height: 675px;
}

.app-icon img {
    max-width: 200px;
    width: 100%;
}

.banner-btn {
    margin-top: 40px;
}

.banner-text p {
    font-size: 28px;
    line-height: normal;
    color: #ffffff;
    padding-top: 15px;
}

.banner-btn a {
    display: inline-block;
    width: 226px;
    background: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 24px;
    padding: 7px;
    text-decoration: none;
    font-family: 'Avenir_Next_Medium';
    line-height: normal;
    color: #027ab6;
    border: 2px solid #fff;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

.banner-btn a:hover {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.banner-text .app-icon {
    margin-top: 35px;
}

.app-icon a:first-child {
    padding-right: 30px;
    margin: 0px;
}

.banner-imahe-block {
    margin-top: 90px;
    text-align: center;
}

.image-video img {
    width: 100%;
    height: auto;
}


/* 
.custom-navbar .navbar-nav {
    padding-left: 225px;
} */

.bottom-section p,
.social-icon p {
    font-size: 22px;
    color: #027ab6;
    font-family: 'Avenir_Next_Bold';
}

.bottom-section ul {
    padding: 0;
    list-style: none;
}

.bottom-section ul li a {
    color: #8c8e9e;
    font-size: 18px;
}

.fotter-section {
    background: #f9f9f9;
    padding: 75px 0 80px;
}

.bottom-section i {
    color: #027ab6;
    font-size: 20px;
    margin-right: 7px;
}

.fotter-section ul li {
    margin-bottom: 5px;
}

.fotter-section .social-icon ul {
    line-height: normal;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0px;
}

.social-icon {
    padding-left: 50px;
}

.social-icon ul li a {
    color: #fff;
    background: #8c8e9e;
    font-size: 20px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin-right: 15px;
}

.fotter-section form .btn-primary {
    background: #027ab6;
    color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 36px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.fotter-section form .btn-primary i {
    color: #fff;
    margin: 0;
}

.fotter-section form .btn-primary:hover {
    background: transparent;
}

.fotter-section form .btn-primary:hover i {
    color: #007bff
}

.footer-form {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    width: 450px;
    padding: 5px;
}

.footer-form input {
    background: transparent;
    border: none;
    max-width: 500px;
    width: 100%;
    height: 44px;
}

.form-inline .form-control {
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
}

.form-control:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.footer-bottom {
    line-height: 60px;
    background: #027ab6;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.footer-bottom p {
    margin: 0px;
}

.testimonial-section {
    display: none;
}

.form-section {
    padding-left: 75px;
}

.form-section p {
    padding-left: 35px;
}

.terms-and-conditions {
    padding: 80px 0;
}

.terms-and-conditions-header {
    margin: 0 auto;
}

.terms-and-conditions-body-text {
    padding: 50px 0 0;
}

.terms-and-conditions-body-text h3 {
    font-size: 23.08px;
    color: #027ab6;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.section-text ul li {
    padding-bottom: 7px;
}

.terms-and-conditions-body-text ul li ul {
    padding-top: 10px;
    list-style: square;
}

.note-text {
    font-style: italic;
    font-size: 16px !important;
    color: rgb(85, 85, 85) !important;
}

.terms-and-conditions-body-text ul {
    padding-left: 35px;
}

.terms-and-conditions-page .header-section {
    box-shadow: 1px 1px 5px rgba(147, 145, 145, 0.18);
}

.terms-and-conditions-page .top-menu {
    padding: 20px 0;
}


/* Style New */

.top-menu .navbar-nav .nav-item:last-child a {
    background: #027ab6;
    text-align: center;
    padding: 9px 42px;
    max-width: 179px;
    width: 100%;
    display: inline-block;
    border-radius: 25px;
    margin-left: 72px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
    -ms-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.top-menu .navbar-nav .nav-item:last-child a:hover {
    background: transparent;
    color: #027ab6;
}

.fotter-section h3 {
    font-size: 32px;
    color: #8c8e9e;
    font-family: 'Avenir_Next_Bold';
    margin-bottom: 20px;
}

.location-block ul li {
    display: flex;
    align-items: center;
}

.location-block ul li img {
    display: block;
    margin-right: 15px;
}

.tow-coluum-heading h2 {
    font-size: 36px;
    color: #027ab6;
    font-family: 'Avenir_Next_Medium';
    margin-bottom: 30px;
}

.tow-coluum-text ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
}

.tow-coluum-text ul li {
    border-bottom: 1px solid rgba(206, 206, 206, 0.42);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tow-coluum-text ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tow-coluum-text-inner {
    max-width: 393px;
    width: 100%;
}

.top-line {
    display: inline-block;
    width: 55px;
    height: 4px;
    background: #2fb78b;
    margin-bottom: 30px;
}

.tow-coluum-wrapp {
    max-width: 1121px;
    margin-bottom: 150px;
}

.tow-coluum-wrapp:last-child {
    margin-bottom: 0;
}

.tow-coluum-section {
    padding: 190px 0 90px;
}

.customer-block-heading h2 {
    font-size: 36px;
    color: #027ab6;
    font-family: 'Avenir_Next_Bold';
}

.box-image {
    width: 170px;
    height: 170px;
    background: #fff;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-content: center;
    margin: 0 18px;
    margin-bottom: 28px;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    padding: 15px;
    overflow: hidden;
}

.box-image img {
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

.box-image:hover {
    /* box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.17); */
    transform: rotate(180deg);
}

.box-image:hover img {
    /* box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.17); */
    transform: rotate(-180deg);
}

.customers-box-block {
    max-width: 830px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.customer-section {
    padding: 90px 0 125px;
}

.customer-block-heading {
    padding-bottom: 60px;
}

.box-image img {
    width: 100%;
    height: auto;
}


/* Responsive CSS */

@media(max-width:1850px) {
    .header-section .navbar-nav .nav-link {
        font-size: 18px;
        padding-right: 45px;
    }
    .navbar-brand {
        max-width: 165px;
    }
    .top-menu {
        padding-top: 35px;
    }
    .banner-text {
        margin-top: 150px;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    .banner-text p {
        font-size: 26.08px;
    }
    .banner-imahe-block {
        margin-top: 60px;
    }
    .banner-section {
        margin-bottom: 100px;
    }
    .image-block .banner-imahe-block img {
        max-height: 500px;
    }
    .header-section {
        background-position: center center;
    }
}

@media(max-width:1480px) {
    .banner-text h1 {
        font-size: 30px;
    }
    .banner-text p {
        font-size: 24.08px;
    }
    .app-icon a img {
        max-width: 200px;
    }
    .transaction-visibility-center-block img {
        width: 100%;
        margin-top: 18px;
        min-width: 170px;
        text-align: center;
    }
    .footer-form {
        width: 100%;
        max-width: 360px;
        margin: 0 !important;
    }
    .form-section {
        padding-left: 0;
    }
}

@media(max-width:1080px) {
    .banner-text h1 {
        font-size: 35.17px;
    }
    .banner-text p {
        font-size: 20.08px;
    }
    .banner-text .app-icon {
        margin-top: 30px;
    }
    .banner-text {
        margin-top: 100px;
    }
}

@media(max-width:1250px) {
    .bottom-section ul li a {
        font-size: 17px;
    }
    .social-icon ul li a {
        width: 30px;
        height: 30px;
        margin-right: 7px;
        font-size: 17px;
        line-height: 30px;
    }
    .bottom-section i {
        font-size: 17px;
        margin-right: 4px;
    }
    .bottom-section p,
    .social-icon p {
        font-size: 18px;
    }
}

@media(max-width:1199px) {
    .banner-text {
        margin-top: 100px;
    }
    .social-icon {
        padding-left: 0;
    }
    .bottom-section ul li a {
        font-size: 14px;
    }
    .bottom-section i {
        font-size: 13px;
        margin-right: 3px;
    }
    .image-block .banner-imahe-block img {
        max-height: 405px;
    }
    .tow-coluum-heading h2 {
        font-size: 32px;
    }
    .tow-coluum-text ul {
        font-size: 17px;
    }
    .tow-coluum-text ul li {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .tow-coluum-section {
        padding: 120px 0 60px;
    }
    .tow-coluum-wrapp {
        margin-bottom: 100px;
    }
    .customer-section {
        padding: 80px 0 100px;
    }
    .fotter-section form .btn-primary {
        line-height: 32px;
    }
}

@media (min-width: 991px) and (max-width: 1080px) {
    .banner-text {
        margin-right: 40px;
    }
}

@media(max-width:991px) {
    .header-section .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 24px;
    }
    .navbar-brand {
        max-width: 160px;
    }
    .banner-text h1 {
        font-size: 31.17px;
    }
    .banner-text p {
        font-size: 18.08px;
    }
    .app-icon a img {
        max-width: 160px;
    }
    .app-icon a:first-child {
        padding-right: 12px;
    }
    .banner-section {
        margin-bottom: 50px;
    }
    .form-section {
        padding-left: 15px;
    }
    .fotter-section {
        padding: 50px 0;
    }
    .social-icon {
        padding-left: 15px;
    }
    .image-block .banner-imahe-block img {
        max-height: 350px;
    }
    .banner-btn a {
        font-size: 22px;
    }
    .banner-btn {
        margin-top: 25px;
    }
    .tow-coluum-text ul {
        font-size: 16px;
    }
    .tow-coluum-section {
        padding: 100px 0 50px;
    }
    .tow-coluum-wrapp {
        margin-bottom: 90px;
    }
    .customer-block-heading h2 {
        font-size: 32px;
    }
    .customer-block-heading {
        padding-bottom: 40px;
    }
    .customer-section {
        padding: 50px 0 80px;
    }
}

@media(max-width:880px) {
    .banner-text h1 {
        font-size: 28.17px;
    }
    .banner-text p {
        font-size: 17.08px;
        padding-top: 10px;
    }
    .banner-text .app-icon {
        margin-top: 20px;
    }
    .app-icon a img {
        max-width: 140px;
    }
    .banner-imahe-block {
        margin-top: 40px;
    }
    .banner-text {
        margin-top: 62PX;
    }
    .top-menu {
        padding-top: 20px;
    }
    .image-block .banner-imahe-block img {
        max-height: 290px;
    }
    .top-menu .navbar-nav .nav-item:last-child a {
        margin-left: 0;
    }
    .header-section .navbar-nav .nav-link {
        font-size: 15px;
    }
}

@media(max-width:767px) {
    .header-section .navbar-nav .nav-link {
        color: rgb(6, 118, 169);
        border-bottom: 1px solid rgba(255, 255, 255, 0.61);
        padding: 9px 0;
        font-size: 16px;
    }
    .navbar-dark .navbar-toggler {
        background: #fff;
        border-radius: 0px !important;
    }
    .navbar-nav {
        margin-top: 30px;
    }
    .header-section .navbar-nav .nav-link:hover {
        color: #f5f5f5;
    }
    .services-section .service-box .header-box h3,
    .features-section .header-box h3 {
        font-size: 22.08px;
        padding-left: 15px;
    }
    .services-section .header-box img,
    .features-box .header-box img {
        max-width: 25px;
    }
    .services-section .section-text {
        margin-top: 15px;
    }
    .section-text p,
    .section-text ul li {
        color: #8c8e9e;
        font-size: 16.07px;
    }
    .services-section,
    .count-down-section {
        padding: 40px 0 30px;
    }
    .section-title h2 {
        font-size: 28.11px;
        padding-bottom: 15px;
    }
    .features-section-title.section-text p,
    .testimonial-header.section-text p {
        margin: 15px auto;
    }
    .features-section-title {
        margin-bottom: 30px;
    }
    .features-box .section-text {
        padding-left: 0;
        margin-top: 14px;
    }
    .features-box:first-child {
        margin-bottom: 0;
    }
    .features-box {
        margin-bottom: 20px;
    }
    .features-center-image img {
        max-width: 190px;
    }
    .features-section {
        padding: 40px 0;
    }
    .count-down-section .count-down p span {
        font-size: 32.2px;
    }
    .count-down-section .count-down p {
        margin: 0 0 20px;
        font-size: 25.11px;
    }
    .transaction-visibility .banner-text h1 {
        font-size: 22.77px;
    }
    .transaction-visibility .banner-text p {
        font-size: 16.86px;
    }
    .saller-top-block img {
        max-width: 60px;
        width: 100%;
    }
    .saller-top-block p {
        font-size: 18.91px;
    }
    .seller-bottome-block img {
        max-width: 219px;
    }
    .transaction-visibility-center-block {
        display: none;
    }
    .transaction-visibility-imag-block .seller-image-block {
        width: 100%;
    }
    .video-title h2 {
        font-size: 28.77px;
        padding-top: 20px;
        text-align: center;
    }
    .video-section {
        padding: 40px 0;
        background-size: contain;
    }
    iframe {
        width: 100%;
        height: 250px;
    }
    .testimonial-slider-container .persion-info p {
        font-size: 16.91px;
    }
    .testimonial-slider-container .persion-info h4 {
        font-size: 20.9px;
    }
    .persion-info {
        margin-top: 40px;
    }
    .persion-info img {
        max-width: 120px;
        margin-bottom: 15px
    }
    .slick-prev {
        left: 0 !important;
    }
    .slick-next {
        right: 0px !important;
    }
    .bottom-section ul li a {
        font-size: 16.75px;
    }
    .fotter-section ul li {
        margin-bottom: 0;
    }
    .bottom-section p,
    .social-icon p {
        font-size: 18px;
    }
    .bottom-section i {
        font-size: 16px;
        margin-right: 5px;
    }
    .fotter-section form .btn-primary {
        height: 45px;
        width: 45px;
    }
    .footer-form {
        display: flex;
        margin: 0 !important;
    }
    .form-inline .form-control {
        width: calc(100% - 45px);
    }
    .footer-bottom {
        font-size: 15px;
    }
    .slick-prev,
    .slick-next {
        z-index: 9
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .banner-section.transaction-visibility {
        margin: 40px 0;
    }
    .testimonial-section {
        padding: 40px 0;
    }
    .testimonial-slider-container .slider-block {
        margin: 35px auto;
        text-align: center;
    }
    .social-icon {
        padding-left: 15px;
    }
    .bottom-section,
    .social-icon {
        margin-bottom: 20px;
    }
    .bottom-section p,
    .social-icon p {
        margin-bottom: 5px;
    }
    .form-section p {
        padding-left: 0;
    }
    .fotter-section {
        padding: 40px 0 10px;
    }
    .terms-and-conditions-body-text {
        padding: 30px 0 0;
    }
    .terms-and-conditions {
        padding: 40px 0;
    }
    .terms-and-conditions-body-text h3 {
        font-size: 20.08px;
        margin-top: 15px;
    }
    .top-menu .navbar-nav .nav-item:last-child a {
        margin-left: 0;
    }
    .top-menu .navbar-nav .nav-item:last-child a {
        background: transparent;
        text-align: left;
        padding: 0;
        max-width: none;
        width: auto;
        display: inline-block;
        border-radius: 0;
        margin-left: 0;
        box-shadow: none;
        border: none;
        margin-top: 7px;
    }
    .header-section .navbar-nav .nav-link {
        color: #fff;
    }
    .banner-section {
        margin-bottom: 0;
    }
    .image-block .banner-imahe-block img {
        position: static;
    }
    .image-block .banner-imahe-block img {
        max-height: none;
        width: 100%;
        height: auto;
        max-width: 460px;
    }
    .banner-imahe-block {
        margin-top: 0;
    }
    .banner-btn a {
        font-size: 20px;
        width: 200px;
    }
    .banner-btn {
        margin-top: 20px;
    }
    .tow-coluum-text-inner {
        max-width: 100%;
        width: 100%;
    }
    .tow-coluum-image {
        text-align: center;
        margin-top: 25px;
    }
    .tow-coluum-section {
        padding: 60px 0;
    }
    .top-line {
        margin-bottom: 25px;
    }
    .tow-coluum-heading h2 {
        font-size: 28px;
    }
    .tow-coluum-wrapp {
        margin-bottom: 60px;
    }
    .customer-section {
        padding: 50px 0 50px;
    }
    .customer-block-heading h2 {
        font-size: 28px;
        text-align: center;
    }
}

@media(max-width:567px) {
    .transaction-visibility-imag-block.transaction-visibility-imag-block {
        flex-direction: column;
    }
}

@media(max-width:480px) {
    .transaction-visibility .banner-text h1 {
        font-size: 22.77px;
    }
    .section-title h2 {
        font-size: 22.11px;
        padding-bottom: 10px;
    }
    .services-section .service-box .header-box h3,
    .features-section .header-box h3 {
        font-size: 18.08px;
        padding-left: 15px;
    }
    .banner-text h1 {
        font-size: 24.17px;
    }
    .terms-and-conditions-body-text h3 {
        font-size: 18.08px;
    }
    .terms-and-conditions-body-text ul {
        padding-left: 26px;
    }
    .terms-and-conditions-body-text {
        padding: 15px 0 0;
    }
    .tow-coluum-section {
        padding: 40px 0;
    }
    .tow-coluum-heading h2 {
        margin-bottom: 20px;
    }
    .top-line {
        margin-bottom: 15px;
    }
    .tow-coluum-wrapp {
        margin-bottom: 40px;
    }
    .customer-section {
        padding: 40px 0;
    }
    .customer-block-heading {
        padding-bottom: 25px;
    }
    .tow-coluum-heading h2 {
        font-size: 24px;
    }
}