/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Assistant');
@import url('https://fonts.googleapis.com/css?family=Lora');

/*==========================================================================
  General
  ========================================================================== */
  body, html {
    height: 100%;
    margin: 0;
    font-family: 'Assistant', sans-serif;
    font-weight: normal;;
    color:#34495e !important;
  }
  html {
    overflow-x: hidden;
  }
  body{
    overflow-x:hidden;
  }
  h1,h2,h3,h4,h5,h6{
    color : #34495e !important;
    font-family: 'Nunito', sans-serif;
    font-style: Regular !important;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: none;
    font-family: 'Nunito', sans-serif;
    font-style: Regular !important;

  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    background-color: #ffffff;
    border: none !important;
  } 
  nav .navbar-brand img{
    margin-top: -27px !important;
  }
  .navbar-nav  li a {
    color: #34495e !important;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    font-style: Regular !important;
    font-weight: 600;
  }
  .navbar-nav  li a:hover {
   color: blue !important;
 }
 .navbar-nav > .open > a{
  background-color: #ffffff !important;
}

ul .dropdown-menu{
  padding:5px !important;
}

/*dropdown submenu*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
/*end menu*/


/*banner image*/
.banner-image {
  background-image: url("img/h_banner.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-image .container{

  margin-top: 50px;

}
.banner-image .color_p{
  color: #F7941D !important;
}
/*end banner*/

/*banner image*/
.banner-image_a{
  background-image: url("img/account.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/*end banner*/

/*banner image*/
.banner-image_l{
  background-image: url("img/loan.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/*end banner*/
/*banner image*/
.banner-image_c{
  background-image: url("img/cards.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/*end banner*/

/*banner image*/
.banner-image_i{
  background-image: url("img/insurance.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/*end banner*/

/*banner image*/
.banner-image_blog{
  background-image: url("img/blog_banner.png");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/*end banner*/


.btn0{
  margin:0px !important;
  padding:10px 0px!important;
  background-color: #f3f3f3 !important;
  text-align: center !important;
}

.btn1,.btn2{
  margin: 40px 70px !important;
}

.btn1 h3 , .btn2 h3 {
 color:#1c476e!important;
 font-weight: 600;
 margin-bottom:30px !important;
}

.btn1 .custom_p,.btn2 .custom_p{

  margin: 30px 0px !important;
  font-size: 17px;
  font-weight: 500;
}
.btn1 .btn, .btn2 .btn {
  border: none;
  background:#F7941D !important;
  color:white !important ;
}

/* bank logo */
.bank img {
 opacity: 0.4;
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
}

.bank img:hover {
 opacity: 1;
 -webkit-filter: grayscale(0%);
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
}
.bank_logo{
 padding:30px 80px;
}
.bank_logo h3{
  margin-bottom: 50px !important;
  font-weight: 600;
  color:#8E8D8D!important;
}
.bank_logo .first_row,.second_row,.third_row{

  margin-bottom: 17px;

}
/*end bank logo*/

/*newletter form*/
.newsletter form{
  padding:0px !important;
}
.newsletter .form-group input:focus,
.newsletter .form-group input:active,
.newsletter .form-group input:hover{
  border-color: #F7941D !important;
}
.newsletter_h{
 text-align: center;
 font-weight: 600;
 letter-spacing: .1em;
}
.newsletter .btn{
  background-color: #F7941D;
  color: white!important;
}
.newsletter{
  background-color: #f7f7f7;
  padding:30px 0;
}
.newsletter_h{

  padding:10px 0;
  margin-bottom: 20px;
}

/*end newletter*/

/*footer*/
footer .f1{

  margin : 0px 70px;
  padding:0px 15px;
}

.f_addr{
  padding-right: 0px!important;
}
.f_follow{
  padding-left: 25px!important;
}

footer{
  padding:50px 0 0px 0 ;
  background-color: #484848;
  color: #fff;
  font-size: .875em;
}
/*end footer*/

/*pre footer*/


.widget .fa {
  padding: 5px;
  font-size: 20px;
  width: 35px;
  text-align: center;
  text-decoration: none !important;
  margin: 5px 2px;
  color: white !important;
}
.widget .fa:hover {
  opacity: 0.7;
}
.widget .fa-facebook {
  background: #3B5998;
}
.widget .fa-instagram {
  background: #125688;
}
.widget .fa-linkedin {
  background: #007bb5;
}

.f1 li{
  list-style-type: none;
}

.f1 .link-list{
  padding-left:0px;
  color:red !important;
}

.f1 .link-list li a{
  color:#fff !important;
  font-size: 14px !important;
}

.f1 .link-list li a:hover{
  text-decoration-color: #F7941D !important;
}

.widget h5{
  font-weight:600 !important;
  color:silver !important;
  line-height: 18.2px !important;
}

#sub-footer{
  padding-top:30px !important;
  padding-bottom: 20px !important;
  margin-left:73px !important;
}

/*end prefooter*/
/*for filter row*/
.filters-result-head{
  margin: 50px 0 10px 0;
}
.filters-result-title {
  float: left;
  margin-left: 15px;
}
.filters-result-title h4 {
  font-weight: 600;
  margin: 15px 0 5px;
  font-size: 21px;
  line-height: 25px;
}

.filters-result-title h5 {
  font-size: 12px;
  color: #cddb2a !important;
  margin: 0;
  line-height: 17px;
}
.filter-select .col-md-12 {
  text-align: right;
  padding-right:35px;
}
.filter-select .filter-select-label {
  padding-right: 15px;
  display: inline-block;
  font-weight: bold;
}
#select-bank{
  width:175px;
  float:right;
  vertical-align: middle;
  font-weight: bold ;
  border-radius: none !important;

}
.filter-select {
 margin-top: 10px;
}

.package-head{
  float:left ;
}

.channel-icon{
  float:left;
  margin-left: -12px;
}
.channel-icon img{
  width:60px;
  height: auto;
  margin: 0 auto;
}

.filters-result-info .all-results-loaded {
  font-weight: normal;
  margin-right: 8px;
}
.filters-result-info, .filter-select-label {
  text-align: right;
  padding-top: 5px;
  margin-right: 25px;
}

/*table*/
.table-responsive{
  margin-top:50px;
  margin-bottom:50px;
  text-align:center;
  overflow-x: hidden !important; 
}
.table-responsive table{
  margin-bottom: 0px !important;
  border-bottom: none !important;

}
.table-responsive h5{
  font-weight: 700;
  font-size: 17px;

}
.table-responsive th{
  text-align:center;
}

.filter-grid{
  margin: 100px;
}
.table > tbody > tr > td{
  padding: 0px !important;
  border-bottom: 1px solid #ddd;
  border-top: none !important; 
}
.table > tbody > tr > .custom_border_b{
  border-bottom: 2px solid #F7941D;

}
.table .row{
  margin-left:0px !important;
  margin-bottom: 20px;
  margin-top: 20px;
}
.bank_fd h4{
  color: #1c476e !important;
  font-size: 18px;
  line-height: 20px;
  margin: 20px 10px;
  text-align: left;
  font-weight: 600;
}
.bank_fd .init_d{
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color:#34495e !important;
}
.custom_btn .btn-info{
 background: #F7941D;
 border-color: #F7941D;
 width: 170px !important;

}
.custom_btn .btn-info:active{
 background: #F7941D !important;
 border-color: #F7941D !important;
}

.bank_fd .bank_detail{
  margin-top: 30px;
}
.bank_fd .rate{
  font-size: 25px !important;
  font-weight: 600px;
  line-height: 14px;
  vertical-align: center;
  margin-top:100px;
}
.bank_detail img{
  vertical-align: center;
}
.bank_detail p{
  color:#9B9B9B;
}
.bank_detail h4{
  text-align: center;
  margin:5px;
}
/*more details*/
.bank_fd .btn-default
{ 
  line-height: 19px;
  font-size: 12px;
  font-weight: 400;
  line-height: 27px;
  height: 29px;
  border-bottom:none;
  padding: 0 10px;
  border-radius: 2px !important;
  border-top: 1px solid #F7941D;
  border-left: 1px solid #F7941D;
  border-right: 1px solid #F7941D;
  background: white !important;
}
.btn[aria-expanded="true"]{
  line-height: 19px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  height: 29px !important;
  border-bottom:0px !important;
  border-radius: 2px !important;
  border-top: 1px solid #F7941D !important;
  border-left: 1px solid #F7941D !important;
  border-right: 1px solid #F7941D !important;
}
#kbz_info p{
  /*float:left;*/
  margin:20px 10px;
}
.desc-box
{
  text-align: left;
  margin-top: 50px;
  margin-left: 30px;
}
.desc-box h4
{
  line-height: 28px;
  font-weight: 700;
  color: #34495E;
  font-size: 16px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: #ecf0f1 solid 1px;
}
.desc-box i{
  margin-right: 10px;
}

.l-desc-box{
  text-align: left !important;
  margin-top: 50px !important;
  margin-left: 30px !important;
}
.l-desc-box i{
  margin-right: 10px;
}
.l-desc-box h4
{
  line-height: 28px;
  font-weight: 700;
  color: #34495E;
  font-size: 16px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: #ecf0f1 solid 1px;
}
.fa{
 color:#F7941D !important; 
}

/*end more detail*/

/*breadcrump*/
.b_img2 {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
}
.b_img2 h3{
  color:#34495e !important;
  font-weight: 700;
}
.b_img2 p{
  font-size: 18px !important;
}
.b_img2 > .container {
  position: relative;
}

.b_img .breadcrumb {
  padding: 15px 15px 15px 0;
  border-radius: 0;
  background-color: transparent;

}
.b_img .breadcrumb li a {
  font-size: 15px;
  color: #000;
}
/*end breadcrup*/

/*ul list in fixed deposit*/
.fixed_d_list li{
  list-style-type:none !important;
}

/*icon row in header*/
.btn0 .iconrow a{
  color:#2e2e2e!important;
  padding: 20px 4px 14px;
  text-decoration: none;
  vertical-align: top;
}
.btn0 .iconrow a p{
  margin-top: 10px!important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #000000 !important;
}

.btn0 .iconrow p:hover{
  color:#F7941D!important;
  font-weight: 900 !important;
}

.iconrow{
  margin-top: 10px;
  margin-bottom: -60px !important;
}

/*table in insurance*/
.table-sm{
  width: 60%;
}
.borderless td, .borderless tr {
  border: none !important;
  text-align: center !important;
}
/*scroll bottom to top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #F7941D;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:none;
}

#myBtn:hover {
  background-color: #555;
}
/*for flex box*/


.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex a{
  text-decoration: none !important;
}

[class*="col-"] {
  margin-bottom: 30px;
}

.content {
  height: 100%;
  padding: 20px 15px;
  
}

.colour-1 {
  background: #FF7600;
}

.colour-2 {
  background: #FEB400;
}

.colour-3 {
  background: #4d9900;
}

.colour-4 {
  background: #008080;
}
.colour-5 {
  background: #DFBEDE;
}
.colour-6 {
  background: #E3C08C;
}
.colour-7 {
  background: #F9DA9E;
}
.colour-8 {
  background: #A92B77;
}
.colour-9 {
  background: #B396D9;
}
.colour-10 {
  background: #483C46;
}
.colour-11{
  background: #004d4d;
}

.colour-12{
  background: #ff3300;
}

.colour-13{
  background: #000080;
}
.colour-14{
  background:#511515;
}
.colour-15{
  background:#ff8f66;
}
.colour-16{
  background: #916a08;
}
.colour-17{
  background: #b1a94e;
}
.colour-18{
  background: #5F9EA0;
}
.colour-19{
  background: #4682B4;
}
.colour-20{
  bakground:#708090;
}

.colour-21{
  background:#000080;
}

.colour-22{
  background:#8B008B;
}

.colour-23{
  background:#FF69B4;
}

.content h4 {
  margin-top: 0px;
  font-weight: 300;
  color: #ffff !important;
  text-align: center;
}

h4.flex_h{
  color: #1c476e !important;
  font-size: 18px;
  line-height: 20px;
  margin:30px;
  text-align: center;
  font-weight: 600;
}


/*terms page*/

.terms_div {
  margin-top: 30px;
  margin-bottom: 50px;
}

.contact_div{
  margin-top: 10px;
  margin-bottom: 20px;
}


h2.terms{
  color: white !important;
  background: #F7941D;
  padding: 10px;
  font-weight: 300;
  margin-bottom: 30px;
}

.term_p {
  font-size: 16px!important;
}

/*contact form*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus
{
  border-color:#F7941D !important;
  outline: 0 none !important;
}



form{
  background-color: #f8f8ff;
  padding: 50px;
}
.contact_btn{
  text-align: center !important;
}

.contact_btn .btn{
  width: 50% !important;
}

.contact_p{
  margin-top:23%;
  text-align: justify;

}

.contact_div{
  font-size:18px !important;
  color: #1c476e !important;
}

.contact_div p:first-child:first-letter {
  color: #F7941D;
  font-size: 75px;
  float:left;
  line-height: 50px;
  padding-right: 3px;
}
.contact_div .btn-primary{
  color: #fff;
  background-color: #F7941D !important;
  border-color: #F7941D !important;
}

.policy_p{
  line-height: 1.6;
}

.policy_p h3{
  color:#F7941D !important;
}

/*for mobile responsive media*/

@media only screen and (min-width: 320px) and (max-width: 568px){

  .filter-select .filter-select-label{
    display:none;
  }

  .bank_fd img{
    margin-bottom: 20px;
  }

  .table-responsive>.table>tbody>tr>td{
    white-space: normal;
  }

  #myBtn{
    right:30px;
  }

  div.desc-box{
    margin-left:10px !important;
    margin-right:10px !important;
    padding-right: 30px !important;
    text-align: justify !important;
  }

  .col-sm-6, .col-xs-6 .col-sm-12, .col-xs-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  ul.fixed_d_list{
    padding-left:15px !important;
  }

  .img-responsive{
    text-align: center !important;
  }
  .l-desc-box{
    margin-top:10px !important;
    margin-bottom:10px !important;
  }
  .custom_btn{
    padding-left: 0px !important;
  }
  .col-md-3{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-xs-4,.col-sm-4 {
    padding: 10px !important;
  }
  .btn0 .iconrow a p{
    font-size: 12px !important;
  }
  .btn1 .custom_p, .btn2 .custom_p{
    display: none !important;
  }

  .bank_logo{
    display: none !important;
  }

  .form-group{
    margin-left: 10px !important;
    margin-right: 10px !important;

  }
  div.filter-select select{
    margin-right:40px !important;
  } 

  div .col-xs-4,.col-sm-4 {
    padding: 0px !important;
  }
  .row-flex div.col-md-3, div.col-sm-6{
    padding-left: 0px !important;
    padding-right: 10px !important;
  }

  td .col-sm-6 , td .col-xs-6{
    padding-right: 20px !important;
  }

  .b_img p{
    padding-bottom: 30px!important;
  }


}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display:block !important;
  }
  .navbar-header {
    float:none;
  }
  .navbar-right {
    float: left !important;
    margin-top: 10px !important;

  }

  .b_img p{
    padding-bottom: 30px!important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

    .desc-box{
      margin-left: 0px !important;
    }
    .col-sm-6, .col-xs-6 .col-sm-12, .col-xs-12 {
      padding-right: 0px !important;
    }
    ul.fixed_d_list {
      padding-left:20px !important;
    }
    .l-desc-box{
      margin-top:10px !important;
      margin-bottom:10px !important;
    }
    .custom_btn{
      padding-left: 0px !important;
    }
    .col-md-3{
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .col-xs-4,.col-sm-4 {
      padding-left: 10px !important;
    }
    .btn0 .iconrow a p{
      font-size: 14px !important;
    }

    .btn1 .custom_p , .btn2 .custom_p{
      display: none !important;
    }
    .bank_logo{
      display: none !important;
    }
    .form-group{
      margin-left: 10px !important;
      margin-right: 10px !important;

    }
    div.filter-select select{
      margin-right:40px !important;
    } 
    .row-flex div.col-md-3, div.col-sm-6{
      padding-left: 0px !important;
      padding-right: 10px !important;
    }
    td .col-sm-6 ,td .col-xs-6{
      padding-right: 20px !important;
    }
    .b_img p{
      padding-bottom: 30px!important;
    }
   
}

@media only screen and (max-width: 900px)
{
/*blog post */

#show_more_main74 {
width: auto !important;
}

.img-responsive.blog_pic_small {
    width: auto !important;
    height: auto!important;
}

.blog_sidebar {
    padding-left: 10px !important;
}

.img-responsive.blog_pic_medium {
   width: auto !important; 
   height: auto !important; 
}
  
}