@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root{
    --theme_text_clr :#2870C5;
}

body,html {
	font-family: 'HelveticaNeue';
	min-height: 100%;
    height: auto;
    background: #fff;
}
/* theme listing styling */
ul{
	list-style: none;
	padding: 0;
	margin:0;
}
img{
    max-width: 100%;
}



header .container-fluid {
    padding: 0 135px;
    position: relative;
    z-index: 999;
}
header .nav-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    width: 100%;
    position: relative;
    min-height: 90px;
}
.regulation_authority{
    margin-left: 30px;
}
header{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 9;
}   
.secure_logo{
    margin-left: auto;
    background: #2ee087;
    color: #fff;
    border-radius: 50px;
    padding: 0 20px 0 0;
    font-size: 19px;
}
.secure_logo img{
    background: #136a3e;
    padding: 8px;
    border-radius: 50px;
}
.secure_logo span{
    margin-left: 5px;
}
.banner{
    position: relative;
    background: #dfecfd;
    padding-bottom: 118px;
}
.banner .img_wrap{
    position: absolute;
    right: 0;
    top: 0;
    width: 670px;
}
.banner_content{
    padding-top: 120px;
}
.banner_content h1{
    font-size: 50px;
    font-family: 'Helvetica Neue';
    margin-bottom: 10px;
    color: #15389d;
    text-transform: uppercase;
}
.banner_content p{
    font-family: 'Poppins';
    font-size: 20px;
    margin: 30px 0 0 0;
}
.banner_content p b{
    color: #15389d;
}
.banner_content p+p{
    margin: 0;
}
.theme_btn{
    color: #fff;
    font-size: 22px;
    border-radius: 12px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 30px;
    transition: all .3s;
    text-decoration: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.44);
    font-family: 'Poppins';
    font-weight: 500;
    background-image: linear-gradient(to right, rgb(21 56 157) 0%, rgb(21 56 157) 40%, rgb(31, 162, 255) 100%);
    background-size: 100% auto;
    text-transform: uppercase;
}
.theme_btn:hover{
    background-size: 200% auto;
    text-decoration: none;
    color: #fff;
}
.our_stroy{
    padding-top: 50px;
}
.our_stroy .head_area{
    margin-bottom: 40px;
}
.our_stroy .img_wrap{
    position: absolute;
    bottom: 0;
    padding-right: 20px;
}
.our_stroy .content_box p{
    font-family: 'Poppins';
    font-size: 18px;
    position: relative;
    padding-left: 25px;
}
.our_stroy .content_box p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: 4px solid #15389d;
}
.our_stroy .content_box{
    padding-bottom: 50px;
}
.theme_heading{
    font-size: 40px;
    font-family: 'Helvetica Neue';
    margin-bottom: 10px;
    color: #15389d;
    text-transform: uppercase;
    text-align: center;
}
.theme_para{
    font-family: 'Poppins';
    font-size: 16px;
    text-align: center;
}
.heading_after{
    display: block;
    margin: 0 auto 10px auto;
}
.section_bg{
    background: #dfecfd;
}
.sec_pad{padding: 50px 0;}
.find_out .img_wrap{
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.find_out [class*=col-]{
    text-align: center;
}
.find_out .head_area{
    margin-bottom: 40px;
}
.find_out .conteant_box h3{
    font-size: 21px;
    font-family: 'Helvetica Neue';
    margin-bottom: 10px;
    color: #15389d;
}
.find_out .conteant_box p{
    font-family: 'Poppins';
    font-size: 16px;
}
.testimonial{
    text-align: center;
}
.testimonial .owl-carousel button.owl-dot {
    height: 20px;
    width: 20px;
    background: #bcb7b7;
    border-radius: 50px;
    margin: 0 5px;
}
.testimonial .owl-carousel button.owl-dot.active{
    background: #15389d;
}
.testimonial .img_wrap{
    margin: 20px 0 30px 0;
}
.testimonial .owl-carousel .item h4{
    font-size: 26px;
    font-family: 'Helvetica Neue';
    color: #15389d;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.testimonial .owl-carousel .item p{
    font-family: 'Poppins';
    font-size: 18px;
    margin-bottom: 20px;
}
.testimonial .owl-carousel{
    padding: 0 60px;
}
.testimonial .owl-carousel .owl-nav button.owl-next, .testimonial .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    height: 35px;
    width: 35px;
    background: white;
    border: 2px solid #15389d;
    background: #15389d;
    border-radius: 50px;
    left: 0;
    transform: translateY(-100%);
    opacity: 0.7;
}
.testimonial .owl-carousel .owl-nav button.owl-next:hover, .testimonial .owl-carousel .owl-nav button.owl-prev:hover{
    opacity: 1;
}
.testimonial .owl-carousel .owl-nav button.owl-next img, .testimonial .owl-carousel .owl-nav button.owl-prev img{
    width: 20px;
}
.testimonial .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 0;
}
.faqs-sec{
    background-image: url('../images/faq-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-color: #dfecfd;
    background-attachment: fixed;
}
.faq-accordion .card{
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
}

.faq-accordion .card-header {
    padding: 0;
    border: none;
}
.faq-accordion .btn-link.collapsed{
    background: rgb(21, 56, 157, 61%);
}
.faq-accordion .btn-link.collapsed svg {
    transform: rotate(0);
}
.faq-accordion .btn-link svg {
    width: 25px;
    flex: 0 0 25px;
    margin-top: 0;
    align-self: center;
    transform: rotate(180deg);
    transition: all .3s;
}
.faq-accordion .btn-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    transition: all .3s;
    color: #fff;
    padding: 20px 20px;
    background: rgb(21 56 157);
    border: none;
}
.faq-accordion .card-body {
    border: none;
    border-left: 3px solid #15389d;
    margin-left: 20px;
    font-family: 'Poppins';
    font-size: 17px;
}
.site_footer{
    background: #4ba4d8;
    position: relative;
    overflow: hidden;
    padding: 100px 0 90px 0;
}
.site_footer p{
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 25px;
}
footer.site_footer:before {
    content: "";
    position: absolute;
    left: -30px;
    right: 0;
    top: -114px;
    height: 150px;
    width: 130%;
    z-index: 99;
    background: #3989b8;
    transform: rotate(-3deg);
}
footer.site_footer:after {
    content: "";
    position: absolute;
    left: -30px;
    right: 0;
    bottom: -89px;
    height: 150px;
    width: 130%;
    z-index: 99;
    background: #3989b8;
    transform: rotate(-3deg);
}
.footer_links{
    margin-top: 50px;
    text-align: center;
}
.footer_links a {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    position: relative;
    padding-right: 15px;
}
.footer_links a:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 2px;
    width: 1px;
    height: 20px;
    background: white;
}
.footer_links a:last-child{
    padding-right: 0;
}
.footer_links a:last-child:after{
    display: none;
}
#backTotop {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: none;
  }

  #backTotop img{
    height: 30px;
    width: 30px;
  }  
  #backTotop:hover {
    cursor: pointer;
    background-color: #333;
  }
  #backTotop.show {
    opacity: 1;
    visibility: visible;
  }
  ul li{
    list-style-type:none;
}
.privacy-policy {
    background: #f4f4f4;
    padding: 40px 0px;
}

.landingPage_content   {
 text-align: center;
}
.privacy-policy .landingPage_heading {
      font-size: 36px;
   color: #15389d;
   margin-bottom: 0px;
   display: inline-block;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   letter-spacing: 1px;
}

.privacy-policy .mini-heading {
    margin: 30px 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}
.privacy-policy .sub-heading
{
      margin: 20px 0 20px 0;
   font-size: 17px;
    
}

.privacy-policy .landingPage_content p, 
.privacy-policy .landingPage_content ul li {
    font-size: 19px;
    text-align: justify;
}

.custom-list li{
   position: relative;
   padding-left: 15px;
   
}
.custom-list li:after{
       position: absolute;
   content: "";
   top: 14px;
   left: 0;
   width: 7px;
   height: 3px;
   background: black;
} 
.mt-top{
   margin-top: 20px;
}
.pl-left{
   padding-left: 25px;
}
.otp-wraper{
   padding: 40px 0px;
}
.form-opt h4{
font-size: 30px;
   font-family: 'Helvetica Neue';
   margin-bottom: 10px;
   color: #15389d;
   text-transform: uppercase;
   text-align: center;
}
.form-opt{
     min-height: 420px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   background: #4ba4d81f !important;
   border-radius: 10px;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   padding: 20px;
}
.form-opt p{
   text-align: center !important;
   font-size: 16px !important;
}
.form-opt .email-wraper{
   position: relative;
}
.form-opt .email-icon{
       position: absolute;
   top: 9px;
   left: 11px;
   width: 31px;

}
.form-opt .form-control {
   border: 1px solid #15389d;
    height: 50px;
    padding: .375rem 3rem;

}  

.what_IVA_boxWrap{
    display: flex;
}
.what_IVA_boxWrap li{
    text-align: center;
    flex: 0 0 20%;
}
.what_IVA_boxWrap li h4{
    font-family: 'Poppins';
    font-size: 16px;
    margin: 15px 0 0 0;
}
.debts_type li{
    font-size: 16px;
    color: #000;
    padding: 5px 10px 5px 2.7em;
    position: relative;
    border: 1px dashed #CCC;
    margin: 0 auto 20px;
    border-radius: 30px;
    max-width: 950px;
    text-align: center;
    font-family: 'Poppins';
}
.debts_type li:nth-of-type(2n+1) {
    background: #f3f8ff;
}
.debts_type li:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url(../images/arrow-list.png) no-repeat center;
}
.heading_title{
    position: relative;
    margin-bottom: 30px;
    font-family: 'Poppins';
}
.heading_title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 130px;
    height: 1px;
    background: #15389d;
}
.heading_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 90px;
    height: 1px;
    background: #15389d;
}
.list_style li {
    font-family: 'Poppins';
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.list_style li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #15389d;
}
.custom_theme_tabs_inner{
    max-width: 950px;
    margin: 0 auto;
    padding: 40px 0;
}
.custom_theme_tabs_inner .nav-tabs{
    border-bottom: none;
}
.custom_theme_tabs_inner .nav-tabs .nav-item {
    width: calc(25% - 19px);
    margin-left: 15px;
}
.custom_theme_tabs_inner .nav-tabs .nav-link {
    border: 1px solid #dfecfd;
    text-align: center;
    color: #9fc8ff;
    font-family: 'Poppins';
    font-weight: 500;
}
.custom_theme_tabs_inner .nav-tabs .nav-link.active {
    color: #15389d;
    border-color: #dfecfd;
    background: #dfecfd;
}
.custom_theme_tabs_inner .tab-pane{
    padding: 30px;
    border: 1px solid #dfecfd;
    border-radius: 10px;
    background: #f6faff;
}

