/*
Theme Name:         G5Plus Hebes Child Theme
Theme URI:          https://hebes.g5plus.net/
Description:        G5Plus Hebes Child Theme
Version:            1.0
Author:             DigiPanda Consulting 
Author URI:         http://g5plus.net/
Template:           g5plus-hebes

License:            GNU General Public License v2 or later 
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags:               two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        g5plus-hebes 
*/ 
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
@font-face {
    font-family: 'Gilroy';
    src:url('fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src:url('fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
html, body {
    overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
  background: transparent;
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
body, body p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy' !important;
 
}
body, body p {
color: #58595b;
}
a {
  transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
header.main-header .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

header.main-header.header-1.gf-skin.light {
    background: #f9e1d6 !important;
}
.logo-header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
}
.logo-header img {
    width: 105px;
    height: auto;
    max-height: initial;
        padding-top: 0px;
    padding-bottom: 0px
}
ul#main-menu.main-menu {
    justify-content: flex-end;
}
.main-menu > .menu-item + .menu-item {
    margin-left: 35px;
}
.main-menu > .menu-item > a {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 20px;
    margin: 0 0;
    padding: 15px 0;
}
.main-menu > .menu-item > a:hover {
    color: #f99664;
}
.main-menu > .menu-item > a::before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 29px;
  background: #f99664;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.main-menu > .menu-item > a:hover::before{
  transform: scale3d(1,1,1);
      left: 0;
    right: auto;
    bottom: 15px;

}
.main-menu > .menu-item > a::before{
  background: #f99664;
  transform-origin: 100% 50%;
      left: 0;
    right: auto;
    bottom: 15px;

}
.main-menu > .menu-item > a:hover::before{
  transform-origin: 0 50%;
      left: 0;
    right: auto;
    bottom: 15px;
}

.main-menu ul.sub-menu {
    min-width: 250px;
    border: none;
    background-image: linear-gradient(#f38953, #df5d18);
    border-radius: 0.25rem;
    top: auto;
    padding: 0;
}
.main-menu ul.sub-menu .menu-item > a {
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
    white-space: inherit;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 9px 20px;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
    display: block;
    font-weight: 300;
}
.main-menu ul.sub-menu .menu-item:hover > a{
    color: #fff;
}
.main-menu ul.sub-menu .menu-item > a:hover{
   color: #ffc1a2;
}
.main-menu ul.sub-menu ul.sub-menu {
  margin-left: 0;
}
.main-menu ul.sub-menu .menu-item.current-menu-ancestor:not(.menu-item-type-taxonomy) > a, 
.main-menu ul.sub-menu .menu-item.current-menu-parent:not(.menu-item-type-taxonomy) > a, 
.main-menu ul.sub-menu .menu-item.current-menu-item > a, 
.main-menu ul.sub-menu .menu-item.menu-current > a, 
.main-menu ul.sub-menu .menu-item:hover > a, .main-menu ul.sub-menu .menu-item:focus > a {
     color: #fff;
}











ul.header-customize-right > li .btn-box,
.customize-custom-html  .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}
ul.header-customize-right > li .btn-box .contact-btn i,
.customize-custom-html  .btn-box .contact-btn i {
  font-size: 21px;
  color: #333;
  padding: 0 20px;
  height: 30px;
  display: flex;
  align-items: center;
}
ul.header-customize-right > li .btn-box .contact-btn.bdr-r i,
.customize-custom-html  .btn-box .contact-btn.bdr-r i {
  border-right: 1px solid rgba(0,0,0,0.6);
  border-left: 1px solid rgba(0,0,0,0.6);
}
ul.header-customize-right > li .btn-box .theme-btn,
.customize-custom-html  .btn-box .theme-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  background: #f78042;
  color: #fff;
  padding: 10px 28px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
  letter-spacing: 1px;
  text-transform: uppercase;
}
ul.header-customize-right > li .btn-box .theme-btn:before,
.customize-custom-html  .btn-box .theme-btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
ul.header-customize-right > li .btn-box .theme-btn:after, 
.customize-custom-html  .btn-box .theme-btn:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

ul.header-customize-right > li .btn-box .theme-btn:hover::before,
.customize-custom-html  .btn-box  .theme-btn:hover::before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul.header-customize-right > li .btn-box .theme-btn:hover::after,
.customize-custom-html  .btn-box  .theme-btn:hover::after{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
rs-layer#slider-1-slide-1-layer-0,
rs-layer#slider-1-slide-2-layer-0 {
    color: #fff !important;
    font-size: 62px !important;
    text-transform: uppercase !important;
    line-height: 76px !important;
    font-weight: 800 !important;
    font-family: 'Gilroy' !important;
}
#rev_slider_1_1_wrapper .custom.tparrows {
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 55% !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}
#rev_slider_1_1_wrapper .custom.tparrows:before {
    font-family: 'revicons' !important;
    font-size: 22px !important;
    color: #fff !important;
    display: block !important;
    line-height: 50px !important;
    text-align: center !important;
}
#rev_slider_1_1_wrapper .custom.tparrows:hover{
background-color: #f99664 !important;
}
#rev_slider_1_1_wrapper rs-slide:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 43%), rgb(0 0 0 / 6%));
}
div#homerk2 {
    padding-top: 75px;
    padding-bottom: 75px;
}
div#homerk2 .container {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
    max-width: 100%;
}
body h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 62px;
    letter-spacing: 1px;
    text-transform: capitalize;
        font-family: 'Gilroy';
}
#homerk2 h2 {
        text-align: center;
    margin: 0 0 15px 0;
}
#homerk2 .Offer-box {
  text-align: center;
}
#homerk2 .owl-carousel .project-block {
  text-align: center;
  box-shadow: inset 0 0 0 1px #ec6219;
  border-radius: 20px;
  height: 210px;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  margin: auto;
}
#homerk2 .owl-carousel .project-block:hover {
  background: #ffe4d7;
}
#homerk2 .owl-carousel .owl-item img{
  width: 52px;
  margin: auto;
}
.Offer-box h2 {
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 10px;
}
.Offer-box h2 a {
  margin-bottom: 0px;
  transition: all 500ms ease;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #222 !important;
  text-transform: capitalize;
  position: relative;
}
#homerk2 .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  display: block !important;
}
#homerk2 .owl-carousel .owl-prev{
    background-color: rgb(249 150 100) !important;
    border-radius: 55%;
    position: absolute;
    left: -15px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-size: 20% !important;
    outline: none;
    font-size: 0px;
}
#homerk2 .owl-carousel .owl-next{
    background-color: rgb(249 150 100) !important;
    border-radius: 55%;
    position: absolute;
    right: -15px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-size: 20% !important;
    outline: none;
    font-size: 0px;
}
#homerk2 .lower-content h2 {
    margin-bottom: 0;
    margin-top:15px;
}


div#homerk3 {
/*    padding-top: 75px;*/
    padding-bottom: 75px;
}
div#homerk3 .container {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
    max-width: 100%;
}
#homerk3 h2 {
        text-align: center;
    margin: 0 0 15px 0;
}
.feature-block .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.feature-block .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.feature-block .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block .inner-box:hover .image-box::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.feature-block .inner-box .image-box img{
  width: 100%;
}

.feature-block .inner-box .lower-content{
  position: relative;
}

.feature-block .inner-box .lower-content .inner{
  position: absolute;
  display: block;
  overflow: hidden;
  top: -55px;
  width: calc(100% - 30px);
  left: 15px;
  background: #fff;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  z-index: 2;
}

.feature-block .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.feature-block .inner-box:hover .lower-content .inner:before{
  height: 100%;
}
.feature-block .inner-box .lower-content .inner:before {
    background: #f99664;
}

.feature-block .inner-box .lower-content .inner h3{
  margin-bottom: 0px;
  transition: all 500ms ease;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  color: #222;
  position: relative;
  margin-top: 0;
}

.feature-block .inner-box:hover .lower-content .inner h3{
  color: #fff;
}
#homerk3 .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  display: block !important;
}
#homerk3 .owl-carousel .owl-prev{
    background-color: rgb(249 150 100) !important;
    border-radius: 55%;
    position: absolute;
    left: -15px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-size: 20% !important;
    outline: none;
    font-size: 0px;
}
#homerk3 .owl-carousel .owl-next{
    background-color: rgb(249 150 100) !important;
    border-radius: 55%;
    position: absolute;
    right: -15px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background-size: 20% !important;
    outline: none;
    font-size: 0px;
}

div#homerk4 {
    background: #efebff;
    padding-top: 75px;
    padding-bottom: 75px;
}
#homerk4 .container {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
    max-width: 100%;
}
div#homerk4 h2 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
}
#homerk4 .testimonial-item {
    background: #fff;
    padding: 35px 25px 35px;
    position: relative;
    transition: all .3s ease-in-out;
    border-radius: 20px;
}
#homerk4 p.author-bio {
    font-size: 14px;
    color: #888;
    min-height: 120px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 24px;
     font-family: 'Gilroy';
}
#homerk4 h6.author-name {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Gilroy';
        display: block;
}
#homerk4 span.author-job {
    font-size: 14px;
    color: #b7b7b7;
    letter-spacing: 0;
    display: block;
}
div#milestones1 {
    padding-top: 50px;
     
}
#milestones1 h2 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
}
#milestones1 .container {
    padding-right: 0rem!important;
    padding-left: 0rem!important;
    max-width: 100%;
}
#milestones1 .vc_row.wpb_row.vc_inner {
    display: flex;
    flex-wrap: wrap;
}
#milestones1 .vc_col-sm-2 {
    padding: 35px 0px;
    color: #222;
    border-right: 1px solid rgb(0 0 0 / 15%);
    border-top: 1px solid rgb(0 0 0 / 15%);
}
#milestones1 h4.counterup {
    font-size: 46px !important;
    font-weight: 700;
    color: #f78042 !important;
    font-family: 'Gilroy';
}
#milestones1 .gsf-counter .ct-content .counter-title {
    font-size: 15px !important;
    line-height: 22px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    font-family: 'Gilroy';
}
#milestones1 .gsf-counter.suffix1 h4.counterup:after {
    content: 'st';
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    margin-top: 9px;
}
#milestones1 .gsf-counter.hiderk1 h4.counterup {
    opacity: 0;
}
section#footerdigi {
    background: #0a1c2d;
    
}
#footerdigi #footerrk{
  padding: 90px 0 70px;
}
section#footerdigi .container{
     padding-right: 2rem!important;
    padding-left: 2rem!important;
    max-width: 100%;
}
#footerdigi .gsf-info-box .info-box-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#footerdigi .info-box-des p, #footerdigi .info-box-des a {
    color: #fff;
    font-size: 17px;
}
#footerdigi .gsf-info-box.type-image .ib-icon {
    margin-right: 15px;
}
#footerdigi .gsf-info-box {
    margin-bottom: 20px;
}
#footerdigi .gsf-info-box:last-child .info-box-des {
    margin-left: -50px;
    margin-top: 30px;
    max-width: 300px;
}
#footerdigi .gsf-info-box:last-child  .ib-icon {
      margin-top: -10px;
}
#footerdigi  #footlogo1 {
   text-align: center;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
}
#footerdigi  #footlogo1 .wpb_single_image.footerimg1 {
    display: inline-block;
    margin: 0 2px;
}
#footerdigi  #footlogo1 .footerimg1 img {
    width: 100%;
    height: 80px;
}



#footerdigi h2.widgettitle {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
#footerdigi .menu li {
    margin: 0;
}
#footerdigi .menu a {
    color: #a7a7a7;
    line-height: 28px;
    font-size: 16px;
    text-transform: none;
    font-weight: 300;
    font-family: 'Gilroy';
    padding: 7px 0;
}

#footerdigi .menu a:hover{
color: #f99664;
}
div#copyright1 {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 9%);
}
#copyright1 p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #979797;
}
.back-to-top {
  display: none;
}
div#main-banner-rk {
    height: 40vh;
    border-bottom: 1px solid #eee;
    position: relative;
}
div#main-banner-rk:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 28 45 / 34%);
}
div#depositsrk1 {
    padding-top: 60px;
    padding-bottom: 70px;
}
div#depositsrk1 h2 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}
div#depositsrk1 h2:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 3px;
    width: 90px;
    background: #f78042;
    border-radius: 50px;
    margin: auto;
}

#depositsrk1 .wpb_single_image img {
    width: 50px;
}
#depositsrk1 h3 {
    margin: 15px 0;
    transition: all 500ms ease;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #3d3d3d;
    text-transform: capitalize;
}
#depositsrk1 a.more-btn {
    border: 2px solid #f78042;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    color: #f78042;
}
#depositsrk1 a.more-btn:hover{
    background: #f78042;
  color: #fff;
}
#depositsrk1 .vc_row.wpb_row.vc_inner {
    display: flex;
    flex-wrap: wrap;
}
#depositsrk1 .vc_inner .depositg1 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}

#depositsrk1 .vc_inner .depositg1 > .vc_column-inner {
     position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 20px rgb(0 0 0 / 4%);
  height: 100%; 
    
}
#depositsrk1 .vc_inner .depositg1:hover > .vc_column-inner {
  background: rgb(10 28 45 / 5%);
}
/*#depositsrk1 .vc_inner .depositg1 > .vc_column-inner > .wpb_wrapper {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 20px rgb(0 0 0 / 4%);
    height: 100%;
    margin-bottom: 35px;
}
#depositsrk1 .vc_inner .depositg1:hover > .vc_column-inner > .wpb_wrapper {
  background: rgb(10 28 45 / 5%);
}*/
#depositsrk1 h4 {
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    padding-bottom: 50px;
        color: #58595b;
    line-height: 32px;
}
#depositsrk1 ul {
    color: #58595b;
    }
body .gf-container-fluid {
      padding-right: 3rem!important;
    padding-left: 3rem!important;
}
.txtheight1 p{
  min-height: 120px;
}

div#depositsrk1.savingspage1 {
    padding-bottom: 75px;
}
.savingspage1 h4 {
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    padding-bottom: 50px;
}
.colorbg1 {
    background: #f4f4f5;
    }
  .colorbg2 {
    background: #f3ebe6;
  }
 .vc_row.wpb_row.vc_inner.savings2 {
    display: flex;
    flex-wrap: wrap;
} 
.savings2 .rkg1 > .vc_column-inner > .wpb_wrapper {
    padding: 35px 20px;
}
.savings2 .rkg1:hover {
 background: #fff;
}
.savings2 p {
     font-size: 14px;
     font-weight: 500;
    color: #58595b;
}
.savings2 ul {
    list-style: outside none none;
    padding-left: 15px;
    margin: 0;
}
.savings2 ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
    position: relative;
    font-weight: 500;
    color: #58595b;
}
.savings2 ul li:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 10px;
    background: #555;
    width: 6px;
    height: 6px;
    border-radius: 50px;
}
.savings2 ul li .color-orange {
  color: #f78042;
    font-weight: 700;
  }
.savings3 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.savings3 h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 45px;
}
.savings3 p {
    text-align: center;
}
.savings3 a.theme-btn.more-btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 50px;
    border: 2px solid #f78042;
    display: inline-block;
    border-radius: 5px;
    background: #f78042;
    color: #fff;
    line-height: 30px;
    transition: all 500ms ease;

}
.savings3 a.theme-btn.more-btn:hover{
  background: #222;
}
.flexListing li{
  display: flex;
  justify-content: space-between;
}
ul.flexListing li span {
  font-weight: 400;
  color: #58595b;
  width: 100%;
  padding: 0 20px 5px 0;
  border-bottom: 1px solid #ede0d8;
  vertical-align: middle;
}
.rd2 h5 {
    text-align: center;
    color: #fff;
    margin: 30px 0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
}
.rd2 a.theme-btn.more-btn {
    display: inline-block;
    margin: 0px 15px 15px 15px;
}

.savings3 .theme-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  background: #f78042;
  color: #fff;
  padding: 10px 28px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.savings3 .theme-btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.savings3 .theme-btn:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.savings3 .theme-btn:hover::before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.savings3 .theme-btn:hover::after{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.housingloan1 .rkg1 {
    width: 31%;
    margin: 0px 13px 30px 13px;
    border-radius: 10px;
}
body .rkg-btn1 {
      position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    background: #f78042;
    color: #fff !important;
    padding: 10px 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #f78042;
}
body .rkg-btn1:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
body .rkg-btn1:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

body .rkg-btn1:hover::before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

body .rkg-btn1:hover::after{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
div#applybtn1 {
    text-align: center;
    padding-bottom: 75px;
}
#retailloan1 .txtheight1 p {
    min-height: 170px;
}
.terms1 h5 {
    margin: 45px 0 10px 0;
    font-size: 16px;
    font-weight: 700;
}
.terms1 p {
    font-size: 12px;
    line-height: 20px;
}
body .table>:not(:first-child) {
  border-top: 0px solid currentColor;
}
body .table>thead {
  vertical-align: bottom;
  background: #f78042;
}
body .table>thead tr th {
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  padding: 15px 10px;
  border: 1px solid #ffd7c2;
      background: #f78042 !important;
}
body .table>tbody tr td {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  border: 1px solid #d9d9d9 !important;
  color: #555;
}
body .table>tbody tr td span{
  color: #f78042;
}
body .table>tbody tr th{
  border: 1px solid #d9d9d9;
  color: #212529;
}
body .table tr.font-normal-s {
  background: #fff8f4;
}
body .table tr.font-normal-s td{
  font-weight: 400;
  font-size: 14px;
}
tfoot tr td{
  text-align: center;
  font-weight: 600;
  padding: 20px !important;
}
body .table>tbody tr td p{
  font-weight: 500;
  margin-bottom: 0;
  padding: 10px 0;
}
#depositsrk1 .titlerk1 h3 {
    text-align: center;
    line-height: 62px;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px 0;
}
div#main-banner-rk.aboutpage1 {
    height: 60vh;
    display: flex;
    align-items: center;
    background-position: top !important;
}
#main-banner-rk.aboutpage1 h1 {
    font-size: 52px;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0;
}
#main-banner-rk.aboutpage1:after {
opacity: 0;
}
div#WhoWeAre .vc_row.wpb_row.vc_inner {
    max-width: 950px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div#WhoWeAre {
    padding-top: 75px;
    padding-bottom: 75px;
}
#WhoWeAre h2 {
    margin: 0 0 20px 0;
}
#WhoWeAre p {
    font-weight: 500;
}
div#aboutpage2 {
    background: #f8f9fa;
    padding-top: 75px;
    padding-bottom: 95px;
}
div#aboutpage2 h2 {
    text-align: center;
    margin: 0 0 20px 0;
}
#aboutpage2 .wpb_single_image .vc_single_image-wrapper {
    background: #f78042;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
#aboutpage2 .wpb_single_image .vc_single_image-wrapper img {
    width: 50px;
}
#aboutpage2 h4 {
    text-align: center;
    margin: 0 0 10px 0;
    color: #333;
    font-weight: 700;
}
#aboutpage2 p {
    text-align: center;
    font-weight: 500;
}
.aboutpage3 h4 {
    text-align: center;
    color: #333;
    font-size: 21px;
    margin: 25px 0px 50px !important;
    font-weight: 700;
}
.aboutpage3 h2 {
    text-align: center;
    margin: 0;
}
.aboutpage3 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aboutpage3 .wpb_single_image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    margin-bottom: 20px !important;
    background: #eee;
}
.aboutpage3 .wpb_single_image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.aboutpage3 .vc_col-sm-3 .wpb_text_column {
    text-align: center;
    margin-top: -150px;
}
.aboutpage3 h3 {
    margin: 0;
    color: #222;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.aboutpage3 h6 {
    display: block;
    font-size: 13px;
    margin-top: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.aboutpage3 h6:after {
    content: "";
    border-bottom: 2px solid #f78042;
    width: 15%;
    display: block;
    margin: 15px auto;
}
.aboutpage3 p {
    font-size: 14px;
    color: #58595b;
    font-weight: 500;
}
.aboutpage3 .vc_row.wpb_row.vc_inner {
    display: flex;
    flex-wrap: wrap;
}
.aboutpage3 .vc_col-sm-3 {
    border-right: 1px #d9d9d9 solid;
}
.aboutpage3 .vc_col-sm-3 {
    border-right: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
}
.aboutpage3 .vc_col-sm-3:last-child {
     border-right: 0px #d9d9d9 solid;
}
.aboutpage3 .vc_col-sm-3 > .vc_column-inner {
    padding-top: 35px;
    padding-bottom: 45px;
    padding-left: 25px;
    padding-right: 25px;
}
.aboutpage3 .wpb_raw_html {
    position: relative;
    top: -170px;
    left: 0px;
    width: 150px;
    height: 150px;
    border-radius: 55%;
    background: rgb(10 28 45 / 67%);
    transition: all 0.30s ease 0s;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.aboutpage3 .vc_col-sm-3:hover .wpb_raw_html{
    opacity: 1;
    display: flex;
}
.aboutpage3 ul.social-link {
    margin: 40px 0 0 0 ;
    padding: 0;
    position: relative;
    list-style: none;
    transition: all 0.50s ease 0s;
}
.aboutpage3 .vc_col-sm-3:hover ul.social-link{
    margin: 0;
}
.aboutpage3 ul.social-link li {
    display: inline-block;
    margin-right: 5px;
}
.aboutpage3 .social-link li a {
    width: 30px;
    height: 30px;
    color: #f78042;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transform: translateY(0px);
    transition: all 0.40s linear 0s;
}
.aboutpage3 .social-link li a:hover{
    transform: translateY(-13px);
    text-decoration:none;
}
.aboutpage3 .social-link li a.fa-facebook:hover{
    color:#5d82d1;
}
.aboutpage3 .social-link li a.fa-google:hover{
    color:#eb5e4c;
}
.aboutpage3 .social-link li a.fa-twitter:hover{
    color:#40bff5;
}
.aboutpage3 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.aboutpage3 .digip1 .vc_col-sm-3 {
    border-bottom: 0px #d9d9d9 solid;
}
.aboutpage4 {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}
.aboutpage4 h3 {
    text-align: center;
    margin: 0 0 25px 0 !important;
    font-size: 28px;
    color: #000;
}
.aboutpage4 h4 {
    text-align: center;
    margin: 25px 0 25px 0 !important;
    font-size: 28px;
    color: #333;
}
.aboutpage4 p, .aboutpage4 .text-more {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
     color: #58595b;
}
.aboutpage4 ul{
       font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #58595b;
    text-align: left;
}
.aboutpage4   a  {
    border: 2px solid #f78042;
    padding: 6px 15px;
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    color: #f78042;
}
.aboutpage4  a:hover, .aboutpage4  a:focus{
    border: 2px solid #000;
    color: #fff;
    background: #f78042;
}
.aboutpage4 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    padding: 0px 45px;
}
.aboutpage4:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #eee;
    width: 1px;
    height: 100%;
    margin: auto;
}
.moretext {
  display: none;
}
.moretext1 {
  display: none;
}
.aboutpage4 p.view1 {
/*    min-height: 250px;*/
}
.EmiCalculatorBox{
  background: #f78042;
  border-radius: 10px;
  padding: 30px;
}

.EmiCalculatorBox .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #f7d042;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius:2rem;
}
.EmiCalculatorBox input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 4px;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.1);
}

.EmiCalculatorBox input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  height: 1.5rem;
  border-radius: 2rem;
}

.EmiCalculatorBox input[type=range]::-moz-range-progress {
  background: #FF7000;
  height: 1.5rem;
  border-radius: 2rem;
}

.EmiCalculatorBox input[type=range]::-ms-track {
  -webkit-appearance: none;
  height: 1.5rem;
  border-radius: 2rem;
  border: 0;
}

.EmiCalculatorBox input[type=range]::-ms-fill-lower {
  background: #FF7000;
  border-radius: 2rem;
}


.EmiCalculatorBox input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 2rem;
  background: #ffffff;
  cursor: pointer;
  margin-top: -8px;
}

.EmiCalculatorBox input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 3.5rem;
  width: 3.5rem;
  border:none;
  border-radius: 2rem;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px;
  border:1px solid;
}

.EmiCalculatorBox input[type=range]::-ms-thumb {
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px;
}

.EmiCalculatorBox .visually-hidden { 
  position: absolute !important;
  height: 1px; 
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
.EmiCalculatorBox h6 {
  color: #fff;
  font-weight: 600;
      margin: 0;
    font-size: 16px;
}
.EmiCalculatorBox label {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}
.EmiCalculatorBox span{
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  display: block;
  padding-bottom: 8px;
}
.slidecontainer{
  display: flex;
  width: 100%;
}
.slidecontainer div{
  width: 100%;
  margin: 15px;
}
.EmiCalculatorBox p {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}
.EmiCalculatorBox p span{
  display: block;
}
.paybleAmount {
  background: #cf6c38;
  border-radius: 10px;
  padding: 15px 0px;
  max-width: 350px;
  display: flex;
  margin:20px 20px 0;
}
.paybleAmount p{
  margin: 0 15px;
}
.paybleAmount span#totals{
  font-weight: 500;
}
.ApplyForLoand{
  text-align: right;
  margin-top: 25px;
}

.ApplyForLoand a.theme-btn.style-one {
  background: #cb4b08;
    border-radius: 50px;
    padding: 14px 35px;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.ApplyForLoand a.theme-btn.style-one:hover{
    background: #000;  
}
span#loanAmount, span#total, span#totals{
  position: relative;
}
span#loanAmount:before, span#total:before, span#totals:before{
  content: "₹";
  font-family: 'FontAwesome';
}
.loanspage1 h3 {
    text-align: center;
}
.loanspage1 h3 a {
    color: #3d3d3d;
}
.loanspage1 h3 a:hover{
    color:#f78042;
}
.tableScrollY {
    max-height: 600px;
    overflow-y: scroll;
}
.tableScrollY::-webkit-scrollbar {
  width: 6px;
  border-radius: 20px;
}
 
.tableScrollY::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
  background: transparent;
}
 
.tableScrollY::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
.satark1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.satark1 h2 {
    margin: 15px 0 15px 0 !important;
    font-size: 32px;
}
.satark1 h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 15px 0;
}
.satark1 ul {
    font-weight: 500;
    list-style: disc;
    color: #58595b;
}
.satark1 ul li {
    margin-bottom: 5px;
}
.satark1 p {
    color: #58595b;
    font-weight: 500;
}
.satark1 a {
    color: #f78042;
}
.insurance2 h6 {
    color: #f78042;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    margin: 30px 0 0 0;
}
#depositsrk1 #insurance1 .vc_column-inner {
    padding: 0;
}
#depositsrk1 #insurance1 .imagehover1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    }
#depositsrk1 #insurance1 .imagehover1 img {
    width: 100%;
        -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#depositsrk1 #insurance1 .vc_col-sm-6:hover .imagehover1 img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#depositsrk1 #insurance1 .imagehover1:after {
    content: '';
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(0 0 0 / 70%) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#depositsrk1 #insurance1 .bgtxt1 {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 40px;
}
#depositsrk1 #insurance1 .bgtxt1 h3 {
    transition: all 500ms ease;
    font-size: 32px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#depositsrk1 #insurance1 .bgtxt1 p {
    color: #fff;
    font-size: 15px;
}
#depositsrk1 #insurance1 .bgtxt1 h6 {
    color: #f78042;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    margin: 0;
}
div#depositsrk1.insure1 {
    padding-bottom: 0;
}
.privacy2 h5 {
    margin: 10px 0 5px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.regulatory1 a,
#depositsrk1.ombuds1 a{
    color: #f78042;
}
.regulatory1 a:hover,
#depositsrk1.ombuds1 a:hover {
    color: #222 !important;
}
#depositsrk1.ombuds1 h3 {
    font-size: 33px;
    text-align: center;
    color: #000;
    font-weight: 700; 
    margin-bottom: 35px;
}
#depositsrk1.ombuds1 table.table.table-sm.table-bordered {
    margin: 20px 0;
}
.gallery1 .gf-gallery-inner.default-effect.entry-thumbnail {
    border-radius: 8px;
}
.gallery1 .gf-gallery-inner .placeholder-image {
    height: 220px;
}
#complaint1 {
    padding: 30px;
    background: #f3f5f9;
    box-shadow: inset 0 0 20px rgb(0 0 0 / 9%);
    border-radius: 10px;
    max-width: 95%;
    margin: 15px auto 0 auto;
}
#complaint1 form.wpcf7-form .vc_col-sm-5 {
    text-align: right;
}
#complaint1 form.wpcf7-form .vc_row {
    margin: 20px 0;
}
#complaint1 form.wpcf7-form p {
    font-size: 14px;
    color: #111;
}
#complaint1 form.wpcf7-form input, 
#complaint1 form.wpcf7-form select,
#complaint1 form.wpcf7-form textarea {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #0a0a0a;
    border-radius: 7px;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
#complaint1 form.wpcf7-form textarea {
    height: 120px;
}
#complaint1 form.wpcf7-form input[type="radio"] {
    width: auto;
    padding: 6px;
    border-radius: 55%;
        -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

#complaint1 form.wpcf7-form input[type="checkbox"] {
    width: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
#complaint1 form.wpcf7-form input#Submit {
    background: #f78042;
    border: none;
    color: #fff;
    padding: 13px 54px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    margin-top: 15px;
    letter-spacing: 1px;
    width: auto;
}
#complaint1 form.wpcf7-form input#Submit:hover{
        background: #323232;
    color: #fff;
}
div#doctors1 .vc_col-sm-6 {
    border-radius: 8px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 35px;
}
#doctors1 a:hover{
    color: #f78042;
}
.digip11 h6 {
    margin: 10px 0 0px 0;
    font-weight: 500;
}
div#WhoWeAre.msgfromchairman1 h3 {
    font-size: 28px;
    color: #333;
    margin: 25px 0 15px;
}
div#WhoWeAre.msgfromchairman1 p {
    font-size: 17px;
    line-height: 29px;
}
div#WhoWeAre.msgfromchairman1 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#WhoWeAre.msgfromchairman1 ul li {
    font-size: 17px;
    line-height: 29px;
    padding: 5px 0;
    font-weight: 600;
    color: #58595b;
}
div#main-banner-rk.privacy1 h2 {
    color: #fff;
    position: relative;
    z-index: 12;
}






























.page-id-98 div#milestones1,
.page-id-156 div#milestones1,
.page-id-218 div#milestones1,
.page-id-220 div#milestones1,
.page-id-222 div#milestones1,
.page-id-224 div#milestones1,
.page-id-231 div#milestones1,
.page-id-235 div#milestones1,
.page-id-243 div#milestones1,
.page-id-252 div#milestones1,
.page-id-258 div#milestones1,
.page-id-270 div#milestones1,
.page-id-336 div#milestones1,
.page-id-340 div#milestones1,
.page-id-342 div#milestones1,
.page-id-344 div#milestones1,
.page-id-358 div#milestones1,
.page-id-362 div#milestones1,
.page-id-366 div#milestones1,
.page-id-375 div#milestones1,
.page-id-379 div#milestones1,
.page-id-389 div#milestones1,
.page-id-394 div#milestones1,
.page-id-401 div#milestones1,
.page-id-406 div#milestones1,
.page-id-416 div#milestones1,
.page-id-577 div#milestones1,
.page-id-578 div#milestones1
 {
    background-color: #f8f9fa;
}






/*****************************************************************************************/
@media screen and (min-width:1200px) {
b.menu-caret {
display: none;
}
.savings3 {
background-attachment: fixed;
}
#recurring1 .rkg1:nth-child(2), 
#recurring1 .rkg1:nth-child(3) {
    width: 17%;
}
#recurring1 .rkg1:first-child, 
#recurring1 .rkg1:last-child {
    width: 33%;
}
div#doctors1 .vc_col-sm-6 {
    width: 46%;
    margin: 0 2%;
}



}







/*****************************************************************************************/
@media screen and (max-width:1199px) {
header.mobile-header {
    background: #f9e1d6 !important;
}
.mobile-logo-header {
    height: auto;
}
.mobile-logo-header img {
    max-height: max-content;
    width: 105px;
    padding-top: 5px;
    padding-bottom: 5px;
}
body.off-canvas-right.off-canvas-in #gf-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.canvas-overlay {
  background-color: rgb(0 0 0 / 0%);
  display: none;
}
.gf-menu-icon:hover, .gf-menu-icon:focus, .gf-menu-icon:active
 {
  color: #000;
}
.gf-menu-icon:hover > span, .gf-menu-icon:hover > span:before, .gf-menu-icon:hover > span:after {
background-color:#000;
}
div#mobile-navigation-wrapper {
    background: #fff;
    position: absolute;
    top: 114px !important;
    bottom: auto;
}
.mobile-navigation-wrapper .search-form {
  display: none;
}
.mobile-navigation-wrapper .mobile-menu li {
    border: 0;
    border-bottom: 1px dotted #ccc;
    margin-left: 10px;
}
.gf-menu-vertical a {
    color: rgb(0 0 0);
    font-weight: 600;
    padding: 12px 12px;
    margin: 0;
    border: 0;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.gf-menu-vertical a:hover,
.gf-menu-vertical li.current-menu-ancestor > a{
   color: #f99664;
}
.gf-menu-vertical ul.sub-menu,
.gf-menu-vertical ul.sub-menu ul.sub-menu{
    background-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu:before {
  display: none;
}
.gf-menu-vertical ul.sub-menu li + li,
.gf-menu-vertical ul.sub-menu ul.sub-menu li + li {
    border-color: #ffffff00;
}
.gf-menu-vertical ul.sub-menu li {
    margin-left: 0;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu a {
    color: rgb(0 0 0);
    font-weight: 600;
    padding: 12px 12px;
    margin: 0;
    border: 0;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu a:hover{
  color: #f99664;
}
rs-layer#slider-1-slide-1-layer-0, rs-layer#slider-1-slide-2-layer-0 {
      font-size: 42px !important;
    line-height: 60px !important;
    white-space: inherit !important;
    text-align: center !important;
    width: 400px !important;
}
#footerdigi #footerrk .vc_col-sm-4 {
    width: 100%;
}
#footerdigi #footerrk .vc_col-sm-8 {
    width: 100%;
    margin-top: 40px;
}
body .gf-container-fluid {
    padding-right: 0rem!important;
    padding-left: 0rem!important;
}
.txtheight1 p {
    min-height: 240px;
}
div#main-banner-rk {
    background-position: 80% !important;
}
 #depositsrk1 #insurance1 .txtheight1 p {
    min-height: auto;
}

}














/*****************************************************************************************/
@media screen and (min-width:768px) and (max-width:1023px) {
#depositsrk1 .vc_inner .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
  padding: 35px 15px;
}
 .savings2 .rkg1 {
    width: 50%;
}
.retailloan2 .txtheight1 p {
    min-height: 290px;
}
#retailloan1 .txtheight1 p {
    min-height: 270px;
}
.housingloan1 .rkg1 {
    width: 30%;
    margin: 0px 12px 30px 12px;
  }
.aboutpage3 .vc_col-sm-3 > .vc_column-inner {
        padding-left: 10px;
    padding-right: 10px;
}
.aboutpage4 .vc_col-sm-6 {
    width: 100%;
    margin-bottom: 45px;
}
.aboutpage4:after {
    opacity: 0;
}
#depositsrk1 #insurance1 .bgtxt1 {
    position: relative;
    bottom: 0;
    padding: 0 10px;
}
#depositsrk1 #insurance1 .bgtxt1 h3 {
color: #000000;
    margin-top: 30px;
}
#depositsrk1 #insurance1 .bgtxt1 p {
    color: #000;
}
#depositsrk1 #insurance1 .vc_col-sm-6 {
    width: 100%;
    margin-bottom: 45px;
}
#depositsrk1 #insurance1 .txtheight1 p {
    min-height: auto;
}





}




/*****************************************************************************************/
@media screen and (max-width:767px) {
.txtheight1 p,
 #retailloan1 .txtheight1 p  {
    min-height: auto;
}
 .housingloan1 .rkg1 {
    width: 100%;
    margin: 0px 12px 30px 12px;
  }
#aboutpage2 .vc_col-sm-4 {
    margin-bottom: 35px;
}
.aboutpage3 .digip1 .vc_col-sm-3:nth-child(2) {
    border-top: 1px #d9d9d9 solid;
}
.aboutpage4:after {
    opacity: 0;
}
.aboutpage4 .vc_col-sm-6 {
    margin-bottom: 45px;
}
#depositsrk1 #insurance1 .bgtxt1 {
    position: relative;
    bottom: 0;
    padding: 0 10px;
}
#depositsrk1 #insurance1 .bgtxt1 h3 {
color: #000000;
    margin-top: 30px;
}
#depositsrk1 #insurance1 .bgtxt1 p {
    color: #000;
}
#complaint1 form.wpcf7-form .vc_col-sm-5 {
    text-align: left;
    margin-bottom: 5px;
}
#complaint1 {
    padding: 30px 0;
    }







}








/*****************************************************************************************/
@media screen and (max-width:480px) {

.customize-custom-html .btn-box a.contact-btn {
    display: none;
}
.customize-custom-html .btn-box .theme-btn span.m-none {
    display: none;
}
.customize-custom-html .btn-box .theme-btn {
    padding: 2px 10px;
}
#rev_slider_1_1_wrapper .custom.tparrows {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    top: 85% !important;
}
#rev_slider_1_1_wrapper .custom.tparrows:before {
  line-height: 35px !important;
}
#rev_slider_1_1_wrapper rs-arrow.tp-leftarrow.tparrows.custom {
    left: 30% !important;
}
#rev_slider_1_1_wrapper rs-arrow.tp-rightarrow.tparrows.custom {
    left: 70% !important;
}
section#footerdigi .container {
    padding-right: 0rem!important;
    padding-left: 0rem!important;
  }








}





