   /*Your Guide To Our Products */
   
   .approvals {
       position: relative;
       padding: 30px;
       padding-left: 120px;
       padding-right: 80px;
       /* min-height: 480px; */
   }
   
   .approvals-left,
   .approvals-right {
       position: relative;
       z-index: 1;
   }
   
   .approvals-left {
       padding-top: 60px;
   }
   
   .approvals-left h3 span {
    padding-left: 110px;
        padding-top: 5px;
}
   
   .approvals-left h3 {
       color: #141d38;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 4em;
       line-height: 64px;
   }
   
   .approvals-left h2 {
       color: #111357;
       font-weight: 700;
       font-size: 4em;
       margin-top: -9px;
       line-height: 1.25;
   }
   
   .approvals-left,
   .approvals-right {
       position: relative;
       z-index: 1;
   }
   
   .approvals-right {
       padding-top: 20px;
   }
   
   .product-carousal .item {
       position: relative;
       box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
   }
   
   .fullLink {
       position: absolute;
       width: 100%;
       height: 100%;
       left: 0;
       top: 0;
   }
   
   .product-img {
       width: 166px;
       height: 166px;
       margin: 0 auto;
       border-radius: 100%;
       background: linear-gradient(to bottom, #050764 0%, #050764ba 100%);
       display: flex;
       align-items: center;
       justify-content: center;
   }
   
   .product-img-in {
       width: 146px;
       height: 146px;
       background: linear-gradient(to bottom, #fdfefe 0%, #ceced0 100%);
       border-radius: 100%;
       display: flex;
       align-items: center;
       justify-content: center;
   }
   
   .approvals-right .owl-carousel .owl-item img {
       width: 100px;
       margin: 0 auto;
   }
   
   .product-txt {
       text-align: center;
       padding-top: 25px;
   }
   
   .boxes {
       background: #f0f5fb;
       padding: 7px 10px;
       border-radius: 10px;
       margin-right: 38px;
       font-size: 0.9rem;
       text-align: justify;
   }
   
   .boxes p {
       padding-top: 0px;
       font-weight: bold;
       padding: 2px 0;
       color: #080808;
       font-size: 0.9rem;
   }
   
   .approvals-right .owl-carousel .owl-nav.disabled,
   .owl-carousel .owl-dots.disabled {
       display: block !important;
   }
   
   .product-carousal .owl-nav button.owl-prev {
       right: inherit;
       left: -30px;
       transform: rotate(180deg);
   }
   
   .product-carousal .owl-nav button {
       width: 21px;
       height: 38px;
       background: url(../img/next.png) no-repeat !important;
       position: absolute;
       right: 3px;
       top: 65px;
   }
   
   .product-txt a {
       width: 270px;
       border-radius: 10px;
   }
   
   .th-btn:before {
       -webkit-transform: scaleY(0);
       -ms-transform: scaleY(0);
       transform: scaleY(0);
   }
   
   .th-btn:before,
   .th-btn:after {
       content: "";
       position: absolute;
       height: 100%;
       top: 0;
       left: 0;
       width: 100%;
       background-color: #141d38;
       z-index: -1;
       -webkit-transition: all 0.4s ease-out;
       transition: all 0.4s ease-out;
       border-radius: 99px;
       -webkit-transform: scaleY(1.1);
       -ms-transform: scaleY(1.1);
       transform: scaleY(1.1);
   }
   
   .th-btn {
       position: relative;
       z-index: 2;
       overflow: hidden;
       vertical-align: middle;
       display: inline-block;
       border: none;
       text-transform: none;
       text-align: center;
       background-color: #0e1170;
       color: #fff;
       font-size: 16px;
       font-weight: 500;
       line-height: 1;
       padding: 15px 20px;
       min-width: 144px;
       border-radius: 4px;
   }
   
   .th-btn:after {
       -webkit-transform: scaleY(0);
       -ms-transform: scaleY(0);
       transform: scaleY(0);
   }
   
   .th-btn:before,
   .th-btn:after {
       content: "";
       position: absolute;
       height: 100%;
       top: 0;
       left: 0;
       width: 100%;
       background-color: #141d38;
       z-index: -1;
       -webkit-transition: all 0.4s ease-out;
       transition: all 0.4s ease-out;
       border-radius: 99px;
       -webkit-transform: scaleY(1.1);
       -ms-transform: scaleY(1.1);
       transform: scaleY(1.1);
   }
   
   .th-btn.style3:hover {
       color: #141d38;
   }
   
   .th-btn.style3:hover:before,
   .th-btn.style3:hover:after {
       background-color: #ffffff;
   }
   
   .th-btn:hover::before,
   .th-btn:hover:after,
   .th-btn.active::before,
   .th-btn.active:after {
       border-radius: 0;
       -webkit-transform: scale(1);
       -ms-transform: scale(1);
       transform: scale(1);
   }
   
   .th-btn.style3:hover:before,
   .th-btn.style3:hover:after {
       background-color: #ffffff;
   }
   
   .th-btn:hover::before,
   .th-btn:hover:after,
   .th-btn.active::before,
   .th-btn.active:after {
       border-radius: 0;
       -webkit-transform: scale(1);
       -ms-transform: scale(1);
       transform: scale(1);
   }
   
   .approvals-right .btn-one {
       padding: 10px 20px!important;
   }
   
   .approvals::after {
       content: '';
       position: absolute;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background: url(../img/locator.webp) top center no-repeat;
       background-size: cover;
   }
   /*Your Guide To Our Products */
   /*about css */
   
   .heading {
       font-size: 20px !important;
       font-weight: 600 !important;
       color: #fff;
   }
   
   .list-group-links a {
       border: 1px solid #ffffff;
       border-radius: 4px;
       color: #fff;
       display: inline-block;
       margin-bottom: 12px;
       padding: 10px 20px;
       font-size: 14px;
       transition: 0.4s all linear;
       position: relative;
   }
   
   .list-group-links a:before {
       content: "";
       border: solid #fff;
       border-width: 0 2px 2px 0;
       display: inline-block;
       padding: 0;
       transform: rotate(-45deg) translateY(-50%);
       margin-right: 0;
       position: absolute;
       top: 47%;
       right: 15px;
       width: 9px;
       height: 9px;
       transition: 0.4s all linear;
   }
   
   .list-group-links a:hover {
       background-color: #fff;
       color: #9a1f24 !important;
   }
   
   .list-group-links a:hover:before {
       border-color: #9a1f24;
   }
   
   .txt-of-3 {
       overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
   }
   /*about css */
   /*news and slider */
   
   .home-section-2 {
       padding: 60px 0px;
       background: rgb(255 255 255);
   }
   
   .whatsnew {
       display: inline-block;
       width: 100%;
       height: 100%;
       background: rgb(255 255 255);
       padding: 35px;
       border-radius: 20px;
       padding-top: 12px;
       box-shadow: 0 10px 50px #efeded;
   }
   
   .whatsnew .heading2 {
       margin-bottom: 10px;
   }
   
   .whatsnew .heading2 {
       color: rgb(42 37 36);
       font-size: 25px;
   }
   
   .whatsnew .playpausebtn {
       position: absolute;
       right: 38px;
       top: 39px;
       cursor: pointer;
       color: rgb(255, 255, 255);
       background: transparent;
       border-width: 0px;
       border-style: initial;
       border-color: initial;
       border-image: initial;
       padding: 0px;
       margin: 0px;
   }
   
   .whatsnew ul {
       padding: 0px;
       margin: 20px 0px 0px;
   }
   
   .whatsnew ul li {
       color: #000;
       margin-bottom: 25px;
       font-size: 16px;
       list-style: none;
   }
   
   .whatsnew ul li strong span {
       font-size: 11px;
       color:#fff;
       text-transform: uppercase;
       margin-left: 8px;
       background: #373983;
       padding: 1px 10px;
       border-radius: 21px;
   }
   
   .whatsnew ul li p {
       margin: 5px 0px 0px;
   }
   
   .whatsnew ul li p a {
       font-size: 14px;
       color: #000;
       line-height: 20px;
       display: inline-block;
       width: 100%;
   }
   
   .home-offer-section .large-12 {
       height: calc(100% - 100px);
   }
   
   .home-offer-section .large-12 .carusel-fullbox {
       height: calc(100% - 30px);
   }
   
   .home-offer-section .carusel-fullbox {
       border-radius: 25px;
       background: transparent;
   }
   
   .carusel-fullbox {
       box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
       display: inline-block;
       width: calc(100% - 30px);
       cursor: pointer;
       margin: 15px;
       background: rgb(255, 255, 255);
       border-radius: 10px 10px 10px 10px;
       overflow: hidden;
       transition: 0.5s;
       height: 334px;
   }
   
   
   @media only screen and (max-width: 576px) {
    .carusel-fullbox {
       border-radius: 10px 10px 10px 10px;
       height: 187px;
   }
  }
  
     @media only screen and (max-width: 768px) {
    .carusel-fullbox {
       border-radius: 10px 10px 10px 10px;
       height: 187px;
   }
  }
   
   .home-offer-section .large-12 .carusel-fullbox a {
       display: inline-block;
       width: 100%;
       height: 100%;
   }
   
   .commonCaruselbtn {
       text-align: center;
   }
   
   .commonCaruselbtn a {
        color: #373983;
       font-size: 20px;
       margin: 0px 3px;
   }
  
   /*news and slider */
   /*Financial Strength */
   
   .counter-facts {
       background: linear-gradient(#012245c9, #012245c9), url(../img/testimonial-bg-1.jpg);
       background-size: cover;
       background-attachment: fixed;
       background-position: center center;
       background-repeat: no-repeat;
   }
   
   .counter-facts .counter {
       position: relative;
       text-align: center;
       width: 200px;
       min-height: 215px;
       padding: 10px 15px;
       margin: 0 auto;
       border-radius: 100px;
       box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
       background: #fff;
   }
   
   .counter-facts .counter:before {
       content: "";
       position: absolute;
       height: 105px;
       width: 100%;
       left: 0;
       top: 0;
       border-radius: 10px 10px 0 0;
       background-color: #050764;
   }
   
   .counter-facts .counter .counter-icon {
       position: relative;
       width: 120px;
       height: 100px;
       margin: 0 auto 10px;
       border-radius: 10px 10px 0 0;
       transform: translateY(-20px);
       font-size: 50px;
       line-height: 90px;
       color: #ffffff;
       background: rgb(73 75 142);
       clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
   }
   
   .counter-facts .counter .counter-icon:before {
       content: "";
       position: absolute;
       width: 120px;
       height: 90px;
       top: 0;
       left: 50%;
       transform: translateX(-50%);
       border-radius: 10px 10px 0 0;
       background: rgb(54 56 131);
       z-index: -1;
       clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
   }
   
   .counter-facts .counter h3 {
       color: #000 !important;
       font-size: 17px;
       font-weight: 600;
       letter-spacing: 1px;
       text-transform: uppercase;
       margin: 10px 0 10px;
   }
   
   .counter-facts .counter .counter-value {
       font-size: 30px;
       font-weight: 700;
       display: block;
       color: #494a8e;
   }
   
   .counter-facts .counter h3 {
       color: #000 !important;
       font-size: 17px;
       font-weight: 600;
       letter-spacing: 1px;
       text-transform: uppercase;
       margin: 10px 0 10px;
   }
   /*Financial Strength */
   /*slider menu*/
   
   .fixed-social-icon-div {
       top: 60%;
       top: auto;
       bottom: 30%;
   }
   
   .fixed-social-icon-div {
       position: fixed;
       right: 15px;
       z-index: 8;
   }
   
   #floatingIconsList {
       list-style: none;
   }
   
   .fixed-social-icon-div ul li a {
       box-shadow: 0 15px 15px #efeded2e;
       width: 43px;
       height: 43px;
       border-top-left-radius: 15px;
       border-bottom-right-radius: 15px;
       display: flex;
       justify-content: center;
       align-items: center;
       margin: 10px 0;
       position: relative;
       transition: 0.25s linear;
   }
   
   .fixed-social-icon-div ul li a {
       background: linear-gradient(90deg, #363782 0, #494b8e 100%) no-repeat padding-box;
       color: #fff;
   }
   
   .fixed-social-icon-div ul li a:hover {
       background: #fff;
       color: #363882;
       transition: 0.25s linear;
   }
   
   .fixed-social-icon-div ul li a i {
       font-size: 17px;
   }
   
   .chat-adi {
       animation: zoomEffect 3s infinite;
   }
   
   @keyframes zoomEffect {
       0% {
           transform-origin: bottom;
       }
       50% {
           transform: scale(1.3);
       }
       100% {
           transform-origin: bottom;
       }
   }
   
   .fixed-social-icon-div .icon-tooltip {
       position: relative;
   }
   
   .fixed-social-icon-div .icon-tooltip small {
       position: absolute;
       top: 50%;
       text-align: center;
       transform: translateY(-50%);
       /* color: #162b75; */
       color: #fff;
       font: normal normal bold 0.75rem / 0.875rem Arial;
       width: 100px;
       right: 55px;
       background: transparent linear-gradient(90deg, #373883 0%, #494a8e 100%) 0% 0% no-repeat padding-box;
       padding: 10px;
       border-radius: 5px;
       z-index: 10;
       display: none;
   }
   
   .fixed-social-icon-div .icon-tooltip small::before {
       content: '';
       position: absolute;
       top: 50%;
       right: -9px;
       transform: translateY(-50%);
       width: 3px;
       height: 3px;
       border-top: 5px solid transparent;
       border-bottom: 5px solid transparent;
       border-left: 10px solid #373983;
   }
   
   .fixed-social-icon-div ul li a:hover small {
       display: block;
   }
   /*slider menu*/
   /*page top navbar*/
   
   .page-title {
       position: relative;
       padding: 90px 0px 90px;
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center center;
   }
   
   .page-title:before {
       position: absolute;
       left: 0px;
       top: 0px;
       content: '';
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.75);
   }
   
   .page-title .content {
       position: relative;
       padding-left: 20px;
       /* border-left: 4px solid #303ffa; */
   }
   
   .page-title .content h1 {
       position: relative;
       color: #ffffff;
       font-size: 60px;
       font-weight: 700;
       line-height: 1.2em;
       margin-bottom: 15px;
       text-transform: capitalize;
   }
   
   .page-title .page-breadcrumb {
       position: relative;
   }
   
   .page-title .page-breadcrumb li {
       position: relative;
       display: inline-block;
       margin-right: 10px;
       padding-right: 10px;
       color: #ffffff;
       font-size: 14px;
       font-weight: 400;
   }
   
   .page-title .page-breadcrumb li a {
       position: relative;
       color: #ffffff;
       font-size: 16px;
       font-weight: 300;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       transition: all 300ms ease;
   }
   
   .page-title .page-breadcrumb .page-home:after {
       position: absolute;
       content: "\f105";
       right: -4px;
       top: 1px;
       color: #ffffff;
       font-family: 'FontAwesome';
   }
   
   .auto-container {
       position: static;
       max-width: 1200px;
       padding: 0px 15px;
       margin: 0 auto;
   }
   /*page top navbar*/
   
/*Your Guide To Our Products*/

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
    
    .approvals-left h3 span {
    padding-left: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
}

}

@media (max-width: 767px) {
    .link-section, .approvals, .banking, .exclusive, .branch-locator, .awarness, .footerLink {
        padding-left: 15px;
        padding-right: 15px;
        clear: both;
    }
}
@media (max-width: 1199px) {
    .approvals {
        padding-left: 40px;
        padding-right: 40px;
        min-height: 10px;
    }
}
@media (max-width: 767px) {
    .approvals-left {
        text-align: center;
    }
}
@media (max-width: 1023px) {
    .approvals-left {
        padding-top: 0;
    }
}
@media (max-width: 1023px) {
    .approvals-left h3 {
        line-height: normal;
    }
}
@media (max-width: 1199px) {
    .approvals-left h3 {
        font-size: 2em;
        line-height: 30px;
    }
}
@media (max-width: 1023px) {
    .approvals-left h3 span {
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    .approvals-left h2 {
        font-size: 2.2em;
    }
}

/*Your Guide To Our Products*/

 /*About area start here */

    .txt-of-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
    .about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.about-img-wrap .mask-img-wrap {
    -webkit-mask-image: url(../img/mask_img.png);
    mask-image: url(../img/mask_img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 472px;
    width: 417px;
    margin: 0 auto;
}
.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
     object-fit: cover; 
    /*object-fit: fill;*/
}
.about-img-wrap .shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.experience-year {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050764;
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.experience-year .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #f0f5fb;
    color: #ffffff;
    line-height: 0;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
/* ider-mobile-img {
    height: 360px !important;
    width: 180px !important;
    border-radius: 6px 6px 6px 6px;
} */
.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    /*color: var(--theme-color);*/
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.experience-year .content .circle span {
    position: absolute;
    top: -64px;
    display: inline-block;
    transform-origin: 0 64px;
    color:#fff;
}
@media (max-width: 991.98px) {
    .about-img-wrap {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .about-img-wrap .mask-img-wrap {
        height: 370px;
        width: 320px;
    }
}
@media (max-width: 767.98px) {
    .about-img-wrap .shape img {
        display: none;
    }
}


.home-page-containt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

 /*About area start here */
 
 
 @media only screen and (max-width: 576px) {
        .boxes {
        margin-right: 0px!important; 
        font-size: 16px;
        padding: 7px 32px;
    }
  }
  
   @media only screen and (max-width: 768px) {
        .boxes {
        margin-right: 0px!important; 
        font-size: 16px;
        padding: 7px 32px;
    }
  }
  
  
  .header-social a {
    color: #383a84;
}

.phone-email-icon{
     color: #383a84;
}

.phone-email-icon a{
     color: #383a84;
}

.social-title{
       color: #383a84; 
}

@media only screen and (max-width: 576px) {
.page-title .content h1 {
    font-size: 30px!important;
}
  }
  
  @media only screen and (max-width: 768px) {
.page-title .content h1 {
    font-size: 30px!important;
}
  }