/*-- Custom Styles --*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

body{
	padding: 0;
	margin: 0 auto;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
}
a{
	text-decoration: none;
	font-size: 18px;
	outline: none;
}
a:hover,
a:active,
a:focus{
	outline: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
}
li{
	list-style-type: none;
}
p{
	font-size: 18px;
}
button{
	font-size: 18px;
	vertical-align: middle;
}

/*================================== For Home Page =======================================*/

.question-box .cc_bgcrl {
    height: 575px;
    width: 550px;
    display: initial;
    position: absolute;
    right: 0px;
    z-index: -430;
    background: #e5f1ff;
}
.question-box .cc_bgcrl:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -55px;
    display: block;
    width: 175px;
    background: #e5f1ff;
    -webkit-transform: skew(170deg);
    -ms-transform: skew(170deg);
    transform: skew(170deg);
}
.p_loan_form_apply {
    padding: 20px 0px 0px 00px;
}
.p_loan_form_apply h3 {
    color: #484c65;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 00px;
}
.p_loan_form_apply h5 {
    color: #7d7d7d;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 15px 15px 0;
    line-height:30px;
}
.p_loan_form_apply h2 {
    color: #373a4d;
    font-size: 24px;
    margin: 0px;
    font-weight: 100;
    line-height: 34px;
}
.blue
{
	color: #004a8f;
}
.p_loan_form_apply .select_city {
    width: 100%;
    margin: 30px 0px 10px;
    display: inline-block;
    text-align: center;
}
.p_loan_form_apply .select_city label.city_icon {
    height: 115px;
    display: inline-block;
    margin: 0px 0px;
    text-decoration: none;
    text-align: center;
    margin-right: 18px !important;
    outline: none;
    cursor: pointer;
    float: left;
}
.p_loan_form_apply .select_city label.city_icon .city_icon_img {
    width: 63px;
    height: 65px;
}
.p_loan_form_apply .select_city label.city_icon .city_icon_img .delhi {
    display: block;
    background: url(../images/cities/city_icon.html) 2px 0px no-repeat;
    height: 65px;
}
.p_loan_form_apply .select_city label.city_icon .city_icon_img .bangalore {
    display: block;
    background: url(../images/cities/city_icon.html) -70px 0px no-repeat;
    height: 65px;
}
.p_loan_form_apply .select_city label.city_icon .city_icon_img .chennai {
    display: block;
    background: url(../images/cities/city_icon.html) -143px 0px no-repeat;
    height: 65px;
}
.p_loan_form_apply .select_city label.city_icon .city_icon_img .mumbai {
    display: block;
    background: url(../images/cities/city_icon.html) -217px 0px no-repeat;
    height: 65px;
}
.p_loan_form_apply .select_city label.city_icon .city_icon_img .hyderabad {
    display: block;
    background: url(../images/cities/city_icon.html) -291px 0px no-repeat;
    height: 65px;
}
.p_loan_form_apply .select_city label.city_icon .city_radio {
    text-align: center;
    width: 100%;
}
.p_loan_form_apply .select_city label.city_icon .city_radio .radio {
    display: inline;
}
.p_loan_form_apply .select_city label.city_icon .city_name {
    color: #4b5358;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.p_loan_form_apply .lead_fields {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.select-city-mob {
    display: none;
}
.p_loan_form_apply .lead_fields .textbox{width:100%; border:2px solid #c1cbd6; padding:10px 10px; font-size:14px;color:#3950cc;-webkit-transition : border 500ms ease-out;-moz-transition : border 500ms ease-out;-o-transition : border 500ms ease-out;transition : border 500ms ease-out;outline:none; margin: 0px 0px 20px;}
.p_loan_form_apply .lead_fields .textbox::-webkit-input-placeholder {color: #b4becb; font-weight:300}
.p_loan_form_apply .lead_fields .textbox::-moz-placeholder {color: #b4becb; font-weight:300}
.p_loan_form_apply .lead_fields .textbox::-ms-input-placeholder {color: #b4becb; font-weight:300}
.p_loan_form_apply .lead_fields .textbox::-moz-placeholder {color: #b4becb; font-weight:300}
.p_loan_form_apply .lead_fields .textbox:hover{border:2px solid #3f51b5;   font-size:14px; color:#3f51b5; outline:none}
.p_loan_form_apply .lead_fields .textbox:focus{border:2px solid #3f51b5;   font-size:14px; color:#3f51b5; outline:none}
.p_loan_form_apply .lead_fields .submit_btn{
	background: -moz-linear-gradient(to bottom, #1875cc 0%,#004a8f 100%);
	background: -webkit-linear-gradient(to bottom, #1875cc 0%,#004a8f 100%);
	background:linear-gradient(to bottom, #1875cc 0%,#004a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1875cc', endColorstr='#004a8f',GradientType=0 );
	color: #fff; 
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 10px 20px;
	width: 100%; 
	border-radius:0px;
}
.p_loan_form_apply .lead_fields .submit_btn:hover{
	background: -moz-linear-gradient(top, #004a8f 0%, #1875cc 99%);
	background: -webkit-linear-gradient(top, #004a8f 0%,#1875cc 99%);
	background: linear-gradient(to bottom, #004a8f 0%,#1875cc 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a8f', endColorstr='#1875cc',GradientType=0 );
}
/*.p_loan_form_apply .lead_fields .submit_btn {
    background: #4250b6;
    background: -moz-linear-gradient(top, #4250b6 0%, #7c38cb 100%);
    background: -webkit-linear-gradient(top, #4250b6 0%,#7c38cb 100%);
    background: linear-gradient(to bottom, #4250b6 0%,#7c38cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4250b6', endColorstr='#7c38cb',GradientType=0 );
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0px;
}*/

/*------------ Get a credit card ---------------------*/

.get-card{
	width: 100%;
	height: auto;
	display: inline-block;
	clear: both;
	background-color: #f3f1f2;
	padding: 60px 0px 100px;
	margin-top: -10px;
}
.get-card .card{
	text-align: center;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
}
.get-card img{
	margin: 20px 0px;
}
.get-app{
	color: #ffffff !important;
	background-color: #004a8f;
    /*background: linear-gradient(#0b4bec, #071d68) !important;
    background: -moz-linear-gradient(#0b4bec, #071d68) !important;
    background: -webkit-linear-gradient(#0b4bec, #071d68) !important;
    background: -o-linear-gradient(#0b4bec, #071d68) !important;*/
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.get-app h5{
	color: #ffffff !important;
}
.get-app p{
	color: #ffffff !important;
}

/*------------------ Benifits of credit card -------------------*/

.benifit-card{
	width: 100%;
	height: auto;
	display: inline-block;
}
.benifit-card-right{
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 70px 0px;
}
.cb-heading{
	width: 100%;
	height: auto;
	display: inline-block;
	clear: both;
	color: #808080;
	text-transform: uppercase;
	text-align: left;
	font-size: 24px;
	margin-bottom: 40px;
}
.cb-heading span{
	font-weight: bold;
	color: #000000;
	width: 100%;
	font-weight: bold;
	font-size: 30px !important;
	display: block;
}
.benifit-point{
	width: 75%;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 24px;
}
.benifit-point h5{
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}
.benifit-point p{
	color: #808080;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
}
.blue-btn{
	width: auto;
	height: auto;
	float: left;
	border: none;
	background-color: #004a8f;
	color: #ffffff;
	margin-top: 24px;
	margin-left: 24px;
}
.blue-btn:hover,
.blue-btn:focus{
	background-color: #004a8f;
	color: #ffffff;
	text-decoration: none;
}
.common-heading{
	width: 100%;
	height: auto;
	display: inline-block;
	clear: both;
	color: #808080;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
}
.common-heading span{
	font-weight: bold;
	color: #000000;
	width: 100%;
	font-weight: bold;
	font-size: 30px !important;
	display: block;
}

/*----------- For testimonials -------------*/

.testimonials{
	width: 100%;
	height: auto;
	display: inline-block;
	clear: both;
	padding: 70px 0px 0;
}

.categories-heading{
	display: inline-block;
    height: auto;
    margin-bottom: 20px;
}
.categories-heading h1{
	text-align: left;
    font-size: 2.25rem;
    color: #111111;
    font-weight: 600;
}
.js-mover {
  position: relative;
  width: 9999px;
}
.tab-text
{
	padding: 60px 0;
}
.figure {
  background-color: #ffffff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.16);
  border: none;
}
.figcaption{
	background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));
    padding: 10px;
    width: 2.6%;
    height: 160px;
    position: absolute;
    border-radius: 0.6rem;
}
.figcaption p{
	margin-top: 110px;
	color: #ffffff;
	font-weight: 600;
}

.ct-mover-next{
	width: auto;
    height: auto;
    float: right;
    margin-left: 1rem;
    padding: 1rem 1.6rem;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 30px;
    margin-right: 480px;
    background: url(../images/next.html) no-repeat center center
}
.ct-mover-previous{
	width: auto;
    height: auto;
    float: left;
    margin-left: 1rem;
    padding: 1rem 1.6rem;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 450px;
    background: url(../images/previous.html) no-repeat center center;
}
.ct-mover-next:focus,
.ct-mover-next:hover{
	border: none;
	outline: none;
	box-shadow: none;
}
.ct-mover-previous:focus,
.ct-mover-previous:hover{
	border: none;
	outline: none;
	box-shadow: none;
}
[disabler="disabled"] {
  pointer-events: none;
  opacity: .5;
}
.btn-controller{
	width: 100%;
	height: auto;
	display: block;
	clear: both;
}
.card-height{
	height: 655px;
	padding: 20px;
}
.card-button{
	background-color: #004a8f!important;
	color: #ffffff;
	transition: ease-in 0.3s;
	outline: none;
	border: none;
	    font-size: 14px;
}
.card-button:hover{
	background-color: #0d3677;
	text-decoration: none;
	transition: ease-out 0.3s;
	color: #ffffff;
}


/*----------------- Feature and benifits --------------------*/

.feature-benifit{
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 60px 0px;
	text-align: center;
}
.feature-benifit p{
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}


/*------------- Card feature and details --------------*/

.feature-details{
	width: 100%;
	height: auto;
	display: inline-block;
	padding-bottom: 100px;
	padding-top: 19px;
}
.featured-header{
	width: 100%;
	background-color: #333333;
}
.tab-head
{
	font-size: 24px;
	margin-bottom: 25px;
	text-align: center;
}

/*------------- Card Feature List ----------------*/

ul.card-features{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
ul.card-features li {
    margin: 3px 0 5px 0;
    padding-left: 25px;
    color: #808080;
	font-size: 14px;
	font-weight: 400;
    list-style: none;
    background: url(../images/tick.png) left top 3px no-repeat;
    background-size: 17px;
}

/*ul.card-features li i{
	color: #004a8f;
	margin-right: 10px;
}*/
.card-details{
	height: 250px;
    overflow-y: scroll;
    margin: 20px 0;
    text-align: left;
}
.card-details a{
	font-size: 14px;
	text-decoration: underline;
}
.overflow-tab::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #fff;
}

.overflow-tab::-webkit-scrollbar
{
	width: 7px;
	background-color: #fff;
}

.overflow-tab::-webkit-scrollbar-thumb
{
	background:rgba(0,98,168,0.6);
	opacity: 0.2s;
}
#pills-contact .figure
{
	display: block!important;
}
#pills-contact .card
{
	flex-direction: inherit!important;
}
#pills-contact .card-body
{
	text-align: left;
}
#pills-contact .card-details
{
	height: auto;
	margin: 10px 0 20px;
	    overflow-y: auto;
}
#pills-contact .card-height
{
	height: auto;
}
/****/
#pills-profile .card-details
{
	height: auto;
	overflow: auto;
}
#pills-profile .card-height
{
	height: 620px;
}
/***/
#pills-professional .figure
{
	display: block!important;
}
#pills-professional .card
{
	flex-direction: inherit!important;
}
#pills-professional .card-body
{
	text-align: left;
}
#pills-professional .card-details
{
	height: auto;
	margin: 10px 0 20px;
	    overflow-y: auto;
}
#pills-professional .card-height
{
	height: auto;
}

/* Custom Scroll */

.card-details::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #fff;
}

.card-details::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

.card-details::-webkit-scrollbar-thumb
{
	background:rgba(0,98,168,0.6);
	opacity: 0.2s;
}

.section-head
{
    background: linear-gradient(to right, #004a8f, #1875cc);
    color: #fff;
    padding: 8px 15px;
    display: block;
    margin-bottom: 0;
}
.card-section
{
    margin-bottom: 30px;
    padding: 25px;
}

.quick_enquiry {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9;
    height: auto;
    cursor: pointer;
    color: #fff;
    z-index: 999;
    width:10;
}
.content-hide {
    height: 0;
    text-indent: -9999px;
}
/*-------------- Footer -----------------*/

footer{
	width: 100%;
	height: auto;
	display: inline-block;
	background-color: #004a8f;
	padding: 14px 0px 0px 0px;
	margin-bottom: 0px;
}
footer p{
	color: #ffffff;
	line-height: 28px;
	font-size: 18px;
    margin-top: 10px
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
footer a:hover{
    color:#f85a2f;
}
ul.quick-links{
	width: auto;
	height: auto;
}
ul.quick-links h5{
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}
ul.quick-links li{
	margin-bottom: 10px;
}
ul.quick-links li a{
	color: #ffffff;
	font-size: 16px;
	transition: ease-in 0.3s;
}
ul.quick-links li a:hover{
	color: #000000;
	transition: ease-in 0.3s;
}
ul.social{
	width: auto;
	height: auto;
}
ul.social h5{
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}
ul.social li{
	margin-bottom: 10px;
}
ul.social li a{
	color: #ffffff;
	font-size: 16px;
	transition: ease-in 0.3s;
}
ul.social li a:hover{
	color: #f9f9f9;
	transition: ease-out 0.3s;
}
ul.social li a i{
	font-size: 18px;
	padding: 4px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}
.footer-bottom{
	width: 100%;
	height: auto;
	padding: 14px;
	background-color: #0d3677;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.footer-bottom a{
	color: #ffffff;
	transition: ease-in 0.3s;
	font-size: 14px;
	margin-left: 4px;
}
.footer-bottom a:hover{
	color: #ffffff;
	transition: ease-in 0.3s;
	text-decoration: underline;
}

/*----------- For quick chat -----------------*/

.live-chat-galaxie {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 0.8em;
  text-transform: uppercase;
}

.live-chat-transition {
  transition:all 0.5s ease;
}

#live-chat {
  background: #ededed;
  bottom: -244px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 280px;
  margin: 0 auto;
  right: 20px;
    z-index: 99;
  position: fixed;
  text-align: center;
  width: 300px;
  border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#live-chat.open-chat {
  bottom: -1px;
}

#chat-label {
  background: #dc3545;
  height: 42px;
  cursor: pointer;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#chat-label h4 {
	color: #ffffff;
  height: 17px;
  left: 16px;
  margin: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 270px;
}

.live-chat-arrow {
  padding-left: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.live-chat-down-arrow {
  opacity: 0;
  transform: rotate(180deg) translateY(-50%);
}

.hide-up-arrow {
  opacity: 0;
  padding: 0;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: center;
}

.show-down-arrow {
  opacity: 1;
  padding: 0;
  transform: rotate(0deg) translateY(-50%);
  transform-origin: center;
  color: #ffffff;
}

/*#chat-label.open-chat-label {
  background: #13a610;
}*/

#chat-label.open-chat-label h4 {
  color: #ffffff;
}

#live-chat p {
  color: #262526;
  font-family: arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 17px;
  margin: 20px auto;
  width: 135px;
}

#chat-button {
  background: #008fb0;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 12px 0 11px 0;
  text-decoration: none;
  width: 140px;
}

#chat-button:hover {
  background: #06748e;
}
.fa, .fab, .fal, .far, .fas {
	line-height: 0px;
}
.live-chat-fields{
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 10px;
	font-size: 16px;
}
.live-chat-fields input{
	font-size: 14px;
}
.qc-btn{
	width: auto;
	height: auto;
	float: left;
	border: none;
	background-color: #004a8f;
	color: #ffffff;
	margin-top: 16px;
	border-radius: none;
	font-size: 16px;
	padding: 7px 20px;
	margin-left: 25%;
	transition: ease-in 0.3s;
}
.qc-btn:hover,
.qc-btn:focus{
	background-color: #f9f9f9;
	color: #666666;
	text-decoration: none;
	transition: ease-out 0.3s;
}

/*------------- Extra Classes -------------------*/

.no-padding{
	padding: 0 !important;
}
.no-padding-left{
	padding-left: 0px !important;
}
.no-padding-right{
	padding-right: 0px !important;
}
.no-padding-top{
	padding-top: 0px !important;
}
.no-padding-bottom{
	padding-bottom: 0px !important;
}
.no-margin{
	margin: 0 !important;
}
.no-margin-left{
	margin-left: 0px !important;
}
.no-margin-right{
	margin-right: 0px !important;
}
.no-margin-top{
	margin-top: 0px !important;
}
.no-margin-bottom{
	margin-bottom: 0px !important;
}
.no-border{
	border: none !important;
}
.no-back-image{
	background-image: none !important;
}
.no-overflow{
	overflow: hidden;
}
.display-block{
	display: inline-block;
}
.maroon-back{
	background-color: #004a8f;
}
.dark-grey{
	background-color: #333333 !important;
}
.h-80{
	height: 80px;
	margin-top: 10px;
}

.xyz{
    flex-direction: column-reverse;
}
.margin-left-18{
    margin-left:18px !important;
    display:block !important;
    clear:both !important;
    width:100% !important;
}

/*------------- For video section --------------------*/

.videoSection{
    height: 480px;
    padding: 0;
    position: relative;
    width:50%;
}
#videoWrap1{
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#myVideo1{
    object-fit:cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.vidContent {
    bottom: 0;
    height: 277px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.vidContent h2 {
    color: #fff;
    font-family: "againtsregular";
    font-size: 200px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
#playVideos {
    border: 2px solid #7ab55c;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    line-height: 0.8;
    padding: 23px;
    width: 80px;
}
#playVideos i {
    color: #7ab55c;
    font-size: 37px;
    font-weight: 900;
    line-height: 0.8;
    text-align: center;
}
#playVideos.active i{
    color: #fff ;
}
#playVideos.active{
    border-color: #fff;
}
.white-text{
    color:#ffffff !important;
}
.disclaimer{
    color:#ffffff;
    text-align:center;
    display:block;
}


/*------------------ Responsive CSS --------------------*/

@media only screen and (min-width : 320px) and (max-width : 559px){
    
    .white-text{
        font-size:1.4rem;
    }
    .p_loan_form_apply{
        margin-top:0px !important;
    }
    .get-card .card{
        margin-bottom:60px;
        margin-top: 0;
    }
    .get-card{
        padding:30px 0px;
    }
    .figure{
        margin-bottom:20px;
    }
    .testimonials{
        padding:60px 0px;
    }
}
