* {
    margin: 0px;
    padding: 0px;
}
:root {
    font-size: 16px;
}
a,button,input[type="button"],a:focus,button:focus,input[type="button"]:focus {
	outline:none;
	cursor:pointer;
	border: none;
	text-decoration: none;
	box-shadow: none;
}
.imcv3 h1,.imcv3 h2,.imcv3 h3,.imcv3 h4,.imcv3 h5,.imcv3 h6,.imcv3 p,.imcv3 a, button {
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.imcv3 h1 {
	font-size:3.75rem;
	font-weight:300;
	text-align:center;
}
.imcv3 h1 span {
	font-weight:700;
	color:#ffc500;
}
.imcv3 h2 {
	font-size:2.5rem;
	font-weight:400;
	text-align:center;
	line-height:2.75rem;
	color:#171717;
}
.imcv3 h2 span {
	font-weight:700;
	color:#00429b;
}
.imcv3 p {
	text-align:left;
}
header.imcv3 {
	position:relative;
	width:100%;
	float:left;
	background:#ffffff;
	box-shadow:0px 2px 8px rgba(0,0,0,0.2);
	z-index:3;
}
section,footer,.bx {
	position:relative;
	width:100%;
	float:left;
}
section {
	padding:70px 0px;
}
.trending-wrapper {
	display: none;
}
.trending-wrapper {
	text-align: center;
	background: #171717;
	/*border-bottom: solid 1px #d9d9d9;*/
}
.trending-wrapper a {
	display: inline-block;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.875rem;
	color: #ffffff !important;
	padding: 0px 12px;
}
.trending-wrapper a svg {
	display:inline-block;
	line-height:1.875rem;
}
.switch-language {
    float: left;
    padding: 22px 0px;
}
.lanugage-wrapper {
    position: relative;
    display: block;
    width: auto;
    border-radius: 5px;
}
.lanugage-wrapper > button {
    display: block;
    float: left;
    background: #ffffff;
    padding: 5px 15px 5px 8px;
    border: solid 1px rgba(155,201,255,0.4);
    border-radius: 5px;
}
.lanugage-wrapper > button:hover {
	background:rgba(155,201,255,0.2);
	/*border: solid 1px rgba(155,201,255,0.8);*/
}
.lanugage-wrapper > button:before {
	position: absolute;
	font-family: FontAwesome;
	content: '\f0d7';
	line-height:3em;
	top:0px;
	right:8px;
	transition: all 0.3s;
}
.active-drop-down:before {
	transform: rotate(180deg);
	transition: all 0.4s;
}
.current-language svg {
    display: block;
    width: 30px;
    height: auto;
    float: left;
    margin: 0px 5px 0px 0px;
}
.lanugage-options button {
    width: 100%;
	text-align: left;
	font-size: 0.9375rem;
	line-height: 2rem;
	background:#f5f5f5;
	border-bottom: solid 1px #d9d9d9;
    padding: 0px 8px 0px 25px;
}
.lanugage-wrapper button span {
	line-height: 1.875rem;
	padding: 0px 10px;
}
.switch-language span, .lanugage-wrapper {
    float: left;
}
.lanugage-wrapper button span.caret {
    position: absolute;
    top: 20px;
    right: 8px;
}
.lanugage-options {
    display: none;
    position: absolute;
    width: 100%;
    top: 42px;
    left: 0px;
	z-index:2;
}
.active-lanugage-options {
	display:block;
}
.imc-call-area {
	display:block;
	width:205px;
	float:right;
	padding:16px 0px;
}
.imc-call-area img {
	width:100%;
	height:auto;
	float:left;
}
.navbar-brand {
	display:inline-block;
	height:auto;
}
#navbarNavDropdown {
	float:left;
}
.main-nav {
	width:100%;
	border:none;
	padding:0px 90px;
	border:none;
	margin:0px;
}
.main-nav .navbar-nav {
	width:100%;
	margin:0px;
}
.main-nav .navbar-nav li {
	width:auto;
}
.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
	font-size: 1.125rem;
	color: #606060;
	padding: 35px 25px;
}
.main-nav .dropdown > a:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 3px;
	left: 0px;
	bottom: 0px;
	background: #0062d4;
	transition: all 0.3s;
}
.main-nav .dropdown > a::after {
	position:absolute;
	display:inline-block;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size:0.75rem;
	line-height:5.625rem;
	top:0px;
	right:5px;
	transition: all 0.3s;
}
.main-nav .open > a::after {
	transform: rotate(180deg);
	transition: all 0.4s;
}
.main-nav .dropdown > a:hover {
	color: #0062d4;
	background:#ffffff;
}
.main-nav .dropdown > a:hover:before {
	width: 100%;
	transition: all 0.4s;
}
.main-nav .dropdown-menu {
	min-width:250px;
	padding: 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	z-index:2;
}
.dropdown-item {
	display:block;
	width:100%;
	font-size: 0.9375rem;
	padding: 8px 20px;
	border-bottom: solid 1px #f5f5f5;
}
.main-nav .dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
}
.dropdown-item:hover {
	color: #ffffff;
	background:#0062d4;
}
/* .dropdown:hover .dropdown-menu {
  display: block;
} */
.product-banner {
	background:url(../images/hero-banner-img.jpg)no-repeat top left;
	background-size: 100%;
}
.product-banner:before, .product-banner::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background:#00409a;
	opacity: 0.9;
	top:0px;
	left: 0px;
	z-index: 0;
}
.banner-txt {
	z-index: 1;
}
.product-nav-wrapper {
	text-align:center;
}
.product-nav {
	display:inline-block;
	width:160px;
	text-align:center;
	margin:10px;
}
.product-nav .product-ico {
	display:inline-block;
	width:120px;
	height:120px;
	background: url(../images/financial-product-icons.png?t=1) no-repeat #ffffff;
	background-size: 980%;
	border-radius:50%;
	box-shadow:0px 2px 8px rgba(0,0,0,0.18);
}
.product-nav .business-loan {
	background-position: 0% 0%;
}
.product-nav .child-insurance {
	background-position: 10.9% 0%;
}
.product-nav .credit-card {
	background-position: 21.9% 0%;
}
.product-nav .debit-fund {
	background-position: 32.9% 0%;
}
.product-nav .education-loan {
	background-position: 43.9% 0%;
}
.product-nav .endowment-plan {
	background-position: 55.5% 0%;
}
.product-nav .health-insurance {
	background-position: 66.6% 0%;
}
.product-nav .home-loan {
	background-position: 77.9% 0%;
}
.product-nav .home-insurance {
	background-position: 88.9% 0%;
}
.product-nav .loan-against-property {
	background-position: 99.9% 0%;
}
.product-nav .loan-against-security {
	background-position: 0% 11%;
}
.product-nav .motor-insurance {
	background-position: 10.9% 11%;
}
.product-nav .mutual-funds {
	background-position: 21.9% 11%;
}
.product-nav .personal-loan {
	background-position: 32.9% 11%;
}
.product-nav .retirement-plan {
	background-position: 43.9% 11%;
}
.product-nav .tax-planning {
	background-position: 55.5% 11%;
}
.product-nav .term-insurance, .product-nav .group-insurance {
	background-position: 66.6% 11%;
}
.product-nav .ulip {
	background-position: 77.9% 11%;
}
.product-nav .accidental-insurance {
	background-position: 88.9% 11%;
}
.product-nav .business-insurance {
	background-position: 99.9% 11%;
}
.product-nav .life-insurance {
	background-position: -0.2% 22%;
}
.product-nav .travel-insurance {
	background-position: 10.9% 22%;
}
.product-nav .current-account {
	background-position: 22% 22%;
}
.product-nav .fixed-deposit {
	background-position: 32.9% 22%;
}
.product-nav .infrastructure-bonds {
	background-position: 44.3% 22%;
}
.product-nav .ppf {
	background-position: 55.5% 22%;
}
.product-nav .recurring-deposit {
	background-position: 66.6% 22%;
}
.product-nav .sb-account {
	background-position: 77.9% 22%;
}
.product-nav .nps {
	background-position: 88.9% 22%;
}
#fin-product-wrapper .carousel-control, #our-story .carousel-control {
	display:inline-block;
	position:absolute;
	width:48px;
	height:48px;
	top:60%;
	background:rgba(0,0,0,0.7);
	border-radius:50%;
	z-index:2;
}
#fin-product-wrapper .carousel-indicators li {
	width:8px;
	height:8px;
	background:#ffffff;
	opacity:0.5;
	border:none;
	margin:2px 3px;
}
#fin-product-wrapper .carousel-indicators li.active {
	width:12px;
	height:12px;
	margin:0px 3px;
	opacity:1;
}
#fin-product-wrapper .item {
	text-align:center;
	margin:50px 0px 50px 0px;
}
#fin-product-wrapper .left {
	left:-50px;
}
#fin-product-wrapper .right {
	right:-50px;
}
#fin-product-wrapper .left::before  {
	content:'\f053';
}
#fin-product-wrapper .right::before {
	content:'\f054';
}
#fin-product-wrapper .left::before,#fin-product-wrapper .right::before {
	position:absolute;
	width:100%;
	font-family: FontAwesome;
	font-size:1rem;
	font-weight:400;
	line-height:3rem;
	top:0px;
	left:0px;
}
#fin-product-wrapper .carousel-indicators {
	bottom:0px;
}
.carousel-inner .left::before, .carousel-inner .right::before {
	display:none;
}
.imc-recent-videos .container {
	position:relative;
}
.product-nav span {
	display:block;
	width:100%;
	float:left;
	font-size:1.125rem;
	font-weight:400;
	text-align:center;
	line-height:1.375rem;
	color:#ffffff;
	margin:10px 0px 0px 0px;
}
.product-offer-wrapper {
	position:absolute;
	width:100%;
	top:-125px;
	text-align:center;
	background:#ffc500;
	padding:35px 40px;
	border-radius:0.9375rem;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.18);
}
.product-offer {
	display: inline-block;
	width: 100%;
}
.product-offer .heading {
	display: inline-block;
	font-weight: 300;
	background: url(../images/gti-ico.svg) no-repeat left center;
	background-size: 7%;
	padding: 5px 0px 5px 70px;
}
.product-offer .heading span {
	color: #00409a;
}
.nav-pills {
	text-align:center;
	justify-content:center;
	margin:0px 0px 20px 0px;
}
.nav-pills .nav-item {
	display:inline-block;
	min-width:130px;
	float:none;
	margin:0px 15px;
}
.nav-pills .nav-link {
	width:100%;
	font-size:1.375rem;
	text-align:center;
	color:#171717;
	background:#e0e0e0;
	border-radius:1.5rem;
	padding:3px 0px;
}
.nav-pills li.active a {
	color:#ffffff;
	background:#00429b;
}
.tab-content {
	width:100%;
	margin:40px 0px 0px 0px;
}
.video-thumb, #play_selected_video {
	position:relative;
	width:100%;
	float:left;
	padding:0% 0% 56.25% 0%;
	overflow:hidden;
	border-radius:0.9375rem;
	cursor:pointer;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.18);
	margin:0px 0px 20px 0px;
}
.video-thumb:before, .video-thumb::before {
	position:absolute;
	width:60px;
	height:60px;
	font-family: FontAwesome;
	font-size:1.25rem;
	text-align:center;
	line-height:3.75rem;
	content:'\f04b';
	color:#ffffff;
	background:rgba(0,0,0,0.7);
	top:34%;
	left:43%;
	border-radius:50%;
	z-index:1;
}
.lg-video-thumb:before, .lg-video-thumb::before {
	width:80px;
	height:80px;
	font-size:1.75rem;
	top:39.975%;
	left:44.37%;
	line-height:5rem;
}
.video-thumb img, .video-thumb iframe, #play_selected_video iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.sm-video-a {
	margin: 0px 0px 20px 0px;
}
.fin-quote {
	padding: 30px 0px;
}
.fin-quote h2 {
	margin: 100px 0px 0px 0px;
}
.basic-form .form-group {
	width:100%;
	float:left;
	padding:8px 0px;
}
.basic-form input[type="text"], .basic-form select {
	width:100%;
	float:left;
	font-size:1rem;
	font-weight:400;
	text-align:left;
	line-height:4rem;
	color:#171717;
	background:#eeeeee;
	border-radius:0.625rem;
	padding:0px 20px;
	border:none;
}
.basic-form select {
	height:64px;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background:url(../images/dd-arrow.png) no-repeat right 15px center #eeeeee;
	background-size: 7%;
}
.get-book {
	padding:40px 0px;
}
.get-book-wrapper {
	position:relative;
	float:left;
}
.book-img {
	position:absolute;
	width:auto;
	top:-100px;
	left:0px;
}
.download-app-wrapper {
	background:url(../images/app-download-bg-pattern.jpg) repeat-x left bottom #00429b;
}
#our-story .carousel-control {
	width:48px;
	height:48px;
	background:#ffffff;
	border:solid 2px rgba(0,0,0,0.7);
	top:40%;
}
#our-story .item {
	padding:30px 0px;
}
#our-story .item::before {
	display:none;
}
#our-story .left {
	left:0px;
}
#our-story .right {
	right:0px;
}
#our-story .left::before  {
	content:'\f053';
}
#our-story .right::before {
	content:'\f054';
}
#our-story .left::before,#our-story .right::before {
	position:relative;
	width:100%;
	font-family: FontAwesome;
	font-size:1rem;
	font-weight:400;
	line-height:3rem;
	color:#000000;
	text-shadow:none;
	top:0px;
	left:0px;
}
#our-story .carousel-indicators {
	bottom:-35px;
	 z-index:2;
}
#our-story .carousel-indicators li {
	background:rgba(0,66,155,0.5);
	border:none;
}
#our-story .carousel-indicators li.active {
	background:rgba(0,66,155,1);
	border:none;
}
#our-story img {
	width: 70%;
	height: auto;
	margin: 0% 15%;
}
#our-story p {
	min-height: 100px;
	text-align:center;
}
.app-feature {
	display:inline-block;
	width:120px;
	text-align:center;
	margin:0px 8px;
}
.app-feature .ico {
	display:inline-block;
	width:100px;
	height:100px;
	border-radius:50%;
	background:url('../images/app-feature-icons.png') no-repeat left top #00429b;
	background-position: 0% 0%;
	background-size:415%;
	border:solid 2px #ffffff;
}
.app-feature .pay-bills-ico {
	background-position: -4% 40%;
}
.app-feature .world-wide-news-ico {
	background-position: 23% 40%;
}
.app-feature .ai-ico {
	background-position: 51% 40%;
}
.app-feature .daily-tips-ico {
	background-position: 76% 40%;
}
.app-feature .free-credit-score-ico {
	background-position: 102.5% 40%;
}
.app-feature .txt {
	width:100%;
	float:left;
	font-size:0.9375rem;
	font-weight:400;
	line-height: 1.25rem;
	color:#ffffff;
	margin:10px 0px 0px 0px;
}
.app-download-cta {
	display:inline-block;
	min-width:165px;
	background:#000000;
	border-radius:0.625rem;
	padding:8px 20px;
	margin: 0px 10px 0px 0px;
}
.app-download-cta .ico {
	display:inline-block;
	width:48px;
	height:48px;
	float: left;
	background:url('../images/app-store-icons.png') no-repeat left top;
	background-size: 200%;
}
.app-download-cta .android-ico {
	background-position: 2% 45%;
}
.app-download-cta .apple-ico {
	background-position: 102% 45%;
}
.app-download-cta .txt {
	display:inline-block;
	color:#ffffff;
	line-height:1.125rem;
	padding: 5px 0px;
}
.app-mockup {
	position: absolute;
	width: 38%;
	right: -45px;
	bottom: -70px;
}
.app-mockup:before, .app-mockup::before {
	content: '';
	position: absolute;
	width: 102px;
	height: 306px;
	background:url('../images/lady-using-app.png') no-repeat right bottom;
	background-size: 65%;
	bottom: 5px;
	left: -65px;
}
.media-coverage-wrapper {
	width:100%;
	float:left;
	background:#ffffff;
	border-radius:0.625rem;
	overflow:hidden;
	box-shadow:0px 5px 20px rgba(0,97,212,0.2);
	margin:0px 0px 30px 0px;
	transition:all 0.3s;
}
.media-coverage-wrapper .img-area {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	background:#000000;
	padding:0% 0% 56.25% 0%;
	overflow:hidden;
}
.media-coverage-wrapper .img-area img {
	position:absolute;
	width:100%;
	height:auto;
	top:0%;
	left:0%;
	right:0%;
	transition:all 0.3s;
}
.media-coverage-wrapper .description {
	height:118px;
	float:left;
	font-size:1.25rem;
	line-height:1.625rem;
	color:#202020;
	padding:20px 25px;
	overflow:hidden;
}
.media-coverage-wrapper:hover {
	box-shadow:0px 2px 8px rgba(0,97,212,0.5);
	transition:all 0.4s;
}
.media-coverage-wrapper:hover .img-area img {
	width:120%;
	transition:all 0.4s;
}
.article-thumb-wrapper {
	width:100%;
	float:left;
	background:#f0f0f0;
	border-radius:0.625rem;
	overflow:hidden;
	box-shadow:0px 8px 18px rgba(0,0,0,0.3);
}
.article-img {
	position: relative;
	width: 100%;
	float: left;
	padding: 0% 0% 56.25% 0%;
	overflow: hidden;
}
.article-img img {
	position: absolute;
	width:100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.article-thumb-wrapper .article-cont {
	float:left;
	padding:20px;
}
.article-thumb-wrapper .article-cont time, .article-thumb-wrapper .article-cont date {
	font-size:0.875rem;
	font-weight:400;
	color:#696969;
}
.article-thumb-wrapper .article-cont h3 {
	height:48px;
	font-size:1.375rem;
	font-weight:700;
	line-height:1.55rem;
	color:#171717;
	word-break:break-all;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
.article-thumb-wrapper .article-cont p {
	font-weight:300;
	color:#171717;
	margin:0px 0px 10px 0px;
}
.article-thumb-wrapper .article-cont a {
	float:left;
	font-size:1.125rem;
	color:#171717;
	padding:10px 20px;
	border:solid 1px #171717;
	border-radius:2rem;
}
.posted-info .ico {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 2.25rem;
	background:url('../images/article-info-icons-grey.png') no-repeat left top;
	background-size: 200%;
}
.posted-info .calendar-ico {
	background-position: 102% 0%;
}
.lg-square-bx-article .article-cont time, .lg-square-bx-article .article-cont date {
	font-size:0.875rem;
	color: #ffffff;
}
.lg-square-bx-article .posted-info .ico {
	background:url('../images/article-info-icons-white.png') no-repeat left top;
	background-size: 200%;
}
.lg-square-bx-article .posted-info .calendar-ico {
	background-position: 102% 0%;
}
.lg-square-bx-article {
	width:100%;
	float:left;
	overflow:hidden;
	background:#69757a;
	border-radius:1.5rem;
}
.lg-square-bx-article .img-area {
	position:relative;
	width:100%;
	float:left;
	padding:0% 0% 50% 0%;
	overflow:hidden;
}
.lg-square-bx-article .img-area:before, .lg-square-bx-article .img-area::before {
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	top:0px;
	left:0px;
	background:linear-gradient(0deg,rgba(105,117,122,1),rgba(105,117,122,0));
	z-index:1;
}
.lg-square-bx-article .img-area img {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.lg-square-bx-article .article-cont {
	float:left;
	padding:15px 25px;
}
.lg-square-bx-article .article-cont h3 {
	font-size:1.75rem;
	font-weight:700;
	line-height:2rem;
}
.lg-square-bx-article .article-cont p {
	font-weight:300;
}
.square-bx-article {
	position:relative;
	width:100%;
	float:left;
	border-radius:1.5rem;
	overflow:hidden;
	margin:0px 0px 20px 0px;
}
.square-bx-article:before, .square-bx-article::before {
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	top:0px;
	left:0px;
	background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,1));
	z-index:1;
}
.square-bx-article .img {
	position:relative;
	width:100%;
	padding:0% 0% 100% 0%;
	overflow:hidden;
}
.square-bx-article .img img {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.square-bx-article .info {
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	padding:0px 15px 10px 15px;
	z-index:2;
}
.square-bx-article .info h3 {
	font-size:1.25rem;
	font-weight:400;
	text-align:left;
	line-height:1.5rem;
	color:#ffffff;
}
.ffw-strip {
	margin:-120px 0px 0px 0px;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0px 2px 15px rgba(0,0,0,0.3);
}
.cta-wrapper {
	text-align:center;
}
.cta-a, .cta-a:focus {
	font-size:1.375rem;
	font-weight:400;
	color:#ffffff;
	background:#00429b;
	border-radius:2rem;
	padding:8px 30px;
}
.cta-a:hover {
	color: #ffffff;
	background:#0049ab;
}
.cta-a-yellow {
	font-size:1.375rem;
	font-weight:700;
	color:#171717;
	background:#ffc500;
	border-radius:2rem;
	padding:8px 30px;
}
.cta-a-yellow:hover {
	background:#e0ac00;
}
.cta-a, .cta-a-yellow {
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.cta-a:hover, .cta-a-yellow:hover {
	box-shadow: 0px 2px 12px rgba(0,0,0,0.7);
}
.promo-nav-wrapper {
	float: left;
	padding: 20px 0px;
}
.promo-nav-wrapper a {
	position: relative;
	display: block;
	float: left;
	line-height:2.5rem;
	color: #ffffff;
	padding: 0px 8px;
	margin: 0px 25px;
	box-shadow: 0px 6px 16px rgba(0,97,212,0.26);
	transition: all 0.3s;
}
.credit-score-btn {
	background: #0062d4;	
	border-radius: 0.625rem;
}
.credit-score-btn::before {
	position: absolute;
	content: '';
	background: url('../images/free-badge.gif') no-repeat left top;
	width: 40px;
	height: 40px;
	top: -5px;
	left: -5px;
}
.youtube-btn {	
	background: #ff0000;
	border-radius: 0.625rem;
}
.promotional-icons {
	display:inline-block;
	width:30px;
	height:auto;
	line-height:2.25rem;
	background:url(../images/promotional-icons.png) no-repeat;
	background-size:250%;
}
.promo-cibil-ico {
	background-position:8% 0%;
}
.promo-yt-ico {
	background-position:90% 0%;
}
.promo-nav-wrapper a:hover {
	text-decoration: none;
	box-shadow: 0px 6px 12px rgba(0,97,212,0.4);
	transition: all 0.4s;
}
.credit-score-btn svg, .youtube-btn svg {
	width: 24px;
	height: 24px;
	margin: 0px 10px 0px 0px;
}
.promo-nav-wrapper a .tag, .lanugage-wrapper .tag {
	position: absolute;
	display: block;
	font-size: 0.70rem;
	line-height:0.875rem;
	top:-12px;
	left: -10px;
	padding: 0px 5px;
}
.free-tag {
	color: #ffffff;
	background: #ff0000;
}
.trending-tag {
	color: #171717;
	background: #ffc500;
}
.blog-tag {
	color: #ffffff;
	background: #36b100;
	z-index: 2;
}
.promo-nav-wrapper a .tag:before, .promo-nav-wrapper a .tag::before,  .lanugage-wrapper .tag:before, .lanugage-wrapper .tag::before {
	content: '';
	position: absolute;
	left: 40%;
	bottom: -10px;
	border-right:solid 5px transparent;
	border-bottom:solid 5px transparent;
	border-left:solid 5px transparent;
}
.free-tag:before, .free-tag::before {
	border-top:solid 5px #ff0000;
}
.trending-tag:before, .trending-tag::before {
	border-top:solid 5px #ffc500;
}
.blog-tag:before, .blog-tag::before {
	border-top:solid 5px #36b100;
}
.h-align h2, .h-align h4 {
	text-align: left;
}
.h-align .cta-wrapper {
	text-align: left;
}
.navbar-toggler {
	display:none;
	width:24px;
	height:30px;
	float:left;
	background:none;
	margin:2px 0px;
	border:none;
}
.navbar-toggler span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #0093dd;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  	top: 6px;
}
.navbar-toggler span:nth-child(2) {
  	top: 14px;
}
.navbar-toggler span:nth-child(3) {
  	top: 22px;
}
.navbar-toggler.open span:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.navbar-toggler.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.navbar-toggler.open span:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.navbar-toggler.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navbar-toggler.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.navbar-toggler.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.navbar-collapse {
	background: #ffffff;
	z-index: 2;
}
.autocomplete-wrapper {
	position: relative;
	z-index: 2;
}
.autocomplete {
	position: absolute;
	width: 100%;
	top: 72px;
	left: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.18);
}
.autocomplete ul {
	margin: 0px;
}
.autocomplete ul li {
	display: block;
	padding: 8px 10px;
	border-bottom: solid 1px #f5f5f5;
	cursor: pointer;
}
.autocomplete ul li:hover {
	color: #ffffff;
	background: #0062d4;
}
footer {
	width: 100%;
	background: #000f24;
}
footer h4, footer h5 {
    width: 100%;
    line-height: 18px;
    color: #fff;
}
.footer h4 {
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    background-size: 25px 1px;
    margin: 0;
    padding: 0 0 10px;
}
.footer h5 {
	float: left;
    font-size: 0.875rem;
    margin: 0 0 5px;
}
footer ul, footer ul li {
    width: 100%;
    height: auto;
	float: left;
	list-style: none inside;
}
.footer ul li {
    font-size: 0.8125rem;
    line-height: 1.5rem;
}
.footer ul li a {
	color: #f5f5f5;
}
.f_logo {
	width: 60%;
	height: auto;
}
.social_ico {
    width: 100%;
}
.social_ico a {
    width: 11.2%;
    height: auto;
    float: left;
    margin: 0 3px 0 0;
}
.social_ico a svg {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 5px;
    shape-rendering: geometricPrecision;
}
.bottom_bar {
    width: 100%;
    border-top: solid 1px #0d1b2f;
    padding: 30px 0;
}
.bottom_bar p {
    font-size: 0.75rem;
    color: #a3a6aa;
    margin: 0;
}
.bottom_bar p a {
    color: #a3a6aa;
}
.heart {
    color: red;
}
.gmaps {
	width: 100%;
}
.cibil-top-banner {
	display:none;
}
.normal-video-playback {
	width:100%;
	float:left;
	padding:0% 0% 56.25% 0%;
	overflow:hidden;
}
.normal-video-playback img, .normal-video-playback iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}
.min-viewport {
	height:620px;
}
.gti-banner h2 {
	font-size:1.5rem;
	color:#ffffff;
}
.gti-banner h2 span {
	color:#ffc500;
}
.imc-disclaimer {
	width:100%;
	float:left;
	background:#ae0000;
}
.imcv3 .txt-a-c {
	text-align:center;
}
.txt-a-l {
	text-align:left;
}
.imcv3 .txt-white {
	color:#ffffff;
}
.imcv3 .txt-yellow, .txt-yellow {
	color:#ffc500;
}
a.txt-yellow:hover {
	color: #ffde00;
	text-decoration: none;
}
.product-nav:hover .product-ico {
	background-color:#ffe27f;
}
.product-nav:hover span {
	color:#ffc500;
}
.imcv3 .txt-white span {
	color:#ffc500;
}
.blue-bg {
	background:#00429b;
}
.grey-bg {
	background:#f0f0f0;
}
.special-area {
	background:#0057a0;
}
.info_area>.info .card .back,
.info_area>.info .card .foreground,
.info_area>.info .card .front {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 20px;
    box-sizing: border-box
}
.info_area>.info {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    position: relative;
    min-height: 197px;
	margin:0px 0px 10px 0px;
}
.info_area>.info .card,
.info_area>.info .card .back,
.info_area>.info .card .foreground,
.info_area>.info .card .front {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100.1%
}
.info_area>.info .card {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.info_area>.info .card .front {
    background: #edf4fc;
    cursor: pointer
}

.info_area>.info .card .back {
    background: #e0ecfa;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.info_area>.info .card .back p,
.info_area>.info .card .foreground p,
.info_area>.info .card .front p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #003d5b
}

.info_area>.info .card .back p b,
.info_area>.info .card .foreground p b,
.info_area>.info .card .front p b {
    font-weight: 700
}

.info_area>.info .card .back p .special_title,
.info_area>.info .card .foreground p .special_title,
.info_area>.info .card .front p .special_title {
    font-size: 13px;
    font-style: italic
}

.info_area>.info .card .back img,
.info_area>.info .card .back svg,
.info_area>.info .card .foreground img,
.info_area>.info .card .foreground svg,
.info_area>.info .card .front img,
.info_area>.info .card .front svg {
    display: block;
    width: 30%;
    height: auto;
    float: left;
    margin: 0 35% 3%
}

.info_area>.edu {
    background: #edf4fc;
	padding:0px 10px;
}

.info_area>.edu p {
    color: #000
}


@keyframes flip {
    0%,
    37.5% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0)
    }
    50%,
    87.5% {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg)
    }
    100% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0)
    }
}
@-webkit-keyframes flip {
    0%,
    37.5% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0)
    }
    50%,
    87.5% {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg)
    }
    100% {
        transform: rotateY(0);
        -webkit-transform: rotateY(0)
    }
}
.google-search-wrapper {
	display:none;
	position:fixed;
	width:100%;
	height:100vh;
	background:#ffffff;
	top:0px;
	left:0px;
	padding:50px 0px;
	overflow-y:scroll;
	z-index:15;
}
.google-search-wrapper .search-heading {
	font-size:2rem;
	font-weight:700;
	text-align:left;
	padding:0px 15px;
}
.google-search-wrapper .search-heading span {
	display:block;
}
.x-google-search {
	position:absolute;
	width:48px;
	height:48px;
	top:0px;
	right:0px;
	color:#f5f5f5;
	background:#202020;
}
.active-google-search-wrapper {
	display:block;
}
.space1,.space2,.space3,.space4,.space5,.space6,.space7,.space8,.space9,.space10 {
	width:100%;
	float:left;
}
.space1 {
	height:10px;
}
.space2 {
	height:20px;
}
.space3 {
	height:30px;
}
.space4 {
	height:40px;
}
.space5 {
	height:50px;
}
.space6 {
	height:60px;
}
.space7 {
	height:70px;
}
.space8 {
	height:80px;
}
.space9 {
	height:90px;
}
.space10 {
	height:100px;
}
.x-m-p {
	margin:0px;
	padding:0px;
}
@media (min-width:320px) and (max-width:479px){
	.imcv3 h1 {
		font-size: 1.4rem;
		line-height:1.8rem;
		margin:0px 0px 10px 0px;
	}
	.imcv3 h2 {
		font-size: 1.3rem;
		line-height:1.5rem;
	}
	.imcv3 h3 {
		font-size: 1.125rem;
	}
	.imcv3 h4 {
		font-size: 1rem;
		line-height:1.25rem;
	}
	.trending-wrapper {
		display: block;
	}
	.switch-language,.lanugage-wrapper,.lanugage-wrapper > button {
		width:100%;
		padding: 0px;
	}
	.lanugage-wrapper > button {
		padding: 10px 20px 10px 20px;
		border: none;
	}
	.lanugage-options {
		position:relative;
		width: 100%;
		float:left;
		top:0px;
		right:0px;
		left: auto;
	}
	.promo-nav-wrapper a .tag, .lanugage-wrapper .tag {
		top:-10px;
		left:5px;
	}
	.lanugage-wrapper > button::before {
		line-height:3.125rem;
		right:20px;
	}
	.navbar {
		justify-content: center;
	}
	.navbar-toggler {
		display: block;
	}
	.main-nav {
		text-align:center;
		padding: 12px 10px;
	}
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		font-size:0.875rem;
		text-align:left;
		line-height:3rem;
		padding:0px 20px;
		border-bottom:solid 1px #f5f5f5;
	}
	.main-nav .dropdown > a::after {
		line-height:3rem;
		right:20px;
	}
	.main-nav .dropdown-menu {
		box-shadow: none;
	}
	.navbar-brand {
		width: 38%;
		float:left;
		padding: 0px;
		margin:5px;
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		float: left;
	}
	.imc-call-area {
		width:140px;
		padding:0px;
	}
	.main-nav .nav-item {
		border-bottom: solid 1px #f5f5f5;
	}
	.navbar-collapse {
		position: absolute;
		width: 100%;
		background: #ffffff;
		top:58px;
		left: 0px;
		padding:0px;
		box-shadow: 0px 12px 12px rgba(0,0,0,0.3);
		z-index: 2;
	}
	.promo-nav-wrapper {
		display: none;
	}
	.product-nav {
		width: 70px;
	}
	.product-nav .product-ico {
		width: 70px;
		height: 70px;
	}
	.product-nav span {
		min-height: 50px;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.product-offer-wrapper {
		width: 80%;
		left: 10%;
		padding: 15px 20px;
	}
	.product-offer .heading {
		font-size: 1.25rem;
		line-height:1.5rem;
		background: url(../images/gti-ico.svg) no-repeat left center;
		background-size: 15%;
		padding: 5px 0px 5px 50px;
	}
	.product-banner {
		background-size: 420%;
		background-position: 50% 0%;
		padding:30px 0px;
	}
	#fin-product-wrapper .carousel-control, #our-story .carousel-control {
		width:40px;
		height:40px;
	}
	#fin-product-wrapper .left::before, #fin-product-wrapper .right::before {
		font-size:0.6rem;
		line-height:2.5rem;
	}
	#fin-product-wrapper .carousel-control {
		top:auto;
		bottom:0px;
	}
	#fin-product-wrapper .left {
		left:10%;
	}
	#fin-product-wrapper .right {
		right:10%;
	}
	#fin-product-wrapper .carousel-indicators {
		bottom:10px;
	}
	.nav-pills .nav-item {
		min-width: 100px;
		margin: 8px 5px;
	}
	.nav-pills .nav-link {
		font-size: 0.875rem;
		padding: 8px 0px;
	}
	.video-thumb {
		border-radius: 0.3125rem;
	}
	.video-thumb::before, .video-thumb::before {
		width: 36px;
		height: 36px;
		font-size: 0.825rem;
		line-height: 2.25rem;
	}
	.lg-video-thumb::before, .lg-video-thumb::before {
		width: 48px;
		height: 48px;
		font-size: 0.825rem;
		line-height: 3rem;
	}
	.tab-pane .lg-video-thumb {
		margin: 0px 0px 15px 0px;
	}
	.sm-video-a, .sm-video-b {
		width: 95%;
	}
	.sm-video-a {
		float: left;
		margin: 0px;
	}
	.sm-video-b {
		float: right;
	}
	.fin-quote {
		padding: 50px 0px;
	}
	.fin-quote h2 {
		margin: 10px 0px 0px 0px;
	}
	.features {
		text-align: center;
	}
	.app-feature {
		width: 65px;
	}
	.app-feature .ico {
		width: 75px;
		height: 75px;
	}
	.app-feature .txt {
		font-size: 0.75rem;
		line-height: 1rem;
		margin: 5px 0px 20px 0px;
	}
	.app-download {
		text-align: center;
	}
	.app-download-cta {
		min-width:120px;
		padding: 8px;
		margin: 0px 2px;
	}
	.app-download-cta .ico {		
		width:36px;
	}
	.app-mockup {
		position: relative;
		width: 85%;
		right: 0px;
		bottom: -70px;
		float: right;
	}
	.article-thumb-wrapper {
		margin: 0px 0px 20px 0px;
	}
	.article-thumb-wrapper .article-cont a {
		font-size: 0.875rem;
	}
	.lg-square-bx-article {
		margin: 0px 0px 20px 0px;
	}
	.get-book-wrapper {
		padding: 0px;
	}
	.book-img {
		position: relative;
		width: 85px;
		height: auto;
		float: left;
		top:auto;
		margin: 0px 20px 0px 0px; 
	}
	#our-story .carousel-control {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		top:70px;
	}
	#our-story .left::before, #our-story .right::before {
		font-size:0.75rem;
		line-height:2.25rem;
	}
	.cta-a, .cta-a-yellow {
		font-size: 0.9375rem;
	}
	.h-align h2, .h-align h4 {
		text-align: center;
	}
	.h-align .cta-wrapper  {
		text-align: center;
	}
	.imc-disclaimer h3, .imc-disclaimer p {
		text-align:center;
	}
	.gti-banner h2 {
		font-size:1rem;
	}
	.article-thumb-wrapper .article-cont h3 {
		height:auto;
	}
	.media-coverage-wrapper .description {
		height:auto;
		font-size:1rem;
		line-height:1.25rem;
	}
}
@media (min-width:480px) and (max-width:611px){
	.imcv3 h1 {
		font-size: 2.25rem;
	}
	.imcv3 h2 {
		font-size: 1.5rem;
		line-height:1.75rem;
	}
	.imcv3 h3 {
		font-size: 1.25rem;
	}
	.imcv3 h4 {
		font-size: 1rem;
		line-height:1.25rem;
	}
	.trending-wrapper {
		display: block;
	}
	.navbar {
		justify-content: center;
	}
	.navbar-toggler {
		display: block;
		margin:5px 10px 0px 0px;
	}
	.main-nav {
		text-align:center;
		padding: 15px 10px;
	}
	.navbar-brand {
		width: 40%;
		float:left;
		padding: 0px;
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		float: left;
	}
	.imc-call-area {
		width: 175px;
		padding: 0px 0px;
	}
	.main-nav .nav-item {
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav .dropdown-menu {
		box-shadow: none;
	}
	.navbar-collapse {
		position: absolute;
		width: 100%;
		background: #ffffff;
		top:72px;
		left: 0px;
		padding:0px;
		box-shadow: 0px 12px 12px rgba(0,0,0,0.3);
		z-index: 2;
	}
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		font-size:1rem;
		text-align:left;
		line-height:3rem;
		padding:0px 20px;
		border-bottom:solid 1px #f5f5f5;
	}
	.main-nav .dropdown > a::after {
		line-height:3rem;
		right:20px;
	}
	.switch-language,.lanugage-wrapper,.lanugage-wrapper > button {
		width:100%;
		padding: 0px;
	}
	.lanugage-wrapper > button {
		padding: 10px 20px 10px 20px;
		border: none;
	}
	.lanugage-options {
		position:relative;
		width: 100%;
		float:left;
		top:0px;
		right:0px;
		left: auto;
	}
	.promo-nav-wrapper a .tag, .lanugage-wrapper .tag {
		top:-10px;
		left:5px;
	}
	.lanugage-wrapper > button::before {
		line-height:3.125rem;
		right:20px;
	}
	.promo-nav-wrapper {
		display: none;
	}
	#fin-product-wrapper .carousel-control, #our-story .carousel-control {
		width:40px;
		height:40px;
	}
	#fin-product-wrapper .left::before, #fin-product-wrapper .right::before {
		font-size:0.6rem;
		line-height:2.5rem;
	}
	#fin-product-wrapper .carousel-control {
		top:auto;
		bottom:0px;
	}
	#fin-product-wrapper .left {
		left:15%;
	}
	#fin-product-wrapper .right {
		right:15%;
	}
	#fin-product-wrapper .carousel-indicators {
		bottom:10px;
	}
	.product-nav {
		width: 125px;
	}
	.product-nav .product-ico {
		width: 80px;
		height: 80px;
	}
	.product-nav span {
		font-size: 0.875rem;
		line-height: 1rem;
	}
	.product-offer-wrapper {
		width: 80%;
		left: 10%;
		padding: 15px 20px;
	}
	.product-offer .heading {
		font-size: 1.5rem;
		background-size: 15%;
		padding: 5px 0px 5px 50px;
	}
	.product-banner {
		background-size: 335%;
		background-position: 50% 0%;
	}
	.nav-pills .nav-item {
		min-width: 100px;
		margin: 8px 12px;
	}
	.nav-pills .nav-link {
		font-size: 0.9375rem;
		padding: 5px 0px;
	}
	.video-thumb {
		border-radius: 0.3125rem;
	}
	.lg-video-thumb::before, .lg-video-thumb::before {
		width: 48px;
		height: 48px;
		font-size: 0.825rem;
		line-height: 3rem;
	}
	.video-thumb::before, .video-thumb::before {
		width: 48px;
		height: 48px;
		font-size: 0.825rem;
		line-height: 3rem;
		top:32%;
		left: 40%;
	}
	.tab-pane .lg-video-thumb {
		margin: 0px 0px 15px 0px;
	}
	.sm-video-a, .sm-video-b {
		width: 95%;
	}
	.sm-video-a {
		float: left;
		margin: 0px;
	}
	.sm-video-b {
		float: right;
	}
	.fin-quote {
		padding: 50px 0px;
	}
	.fin-quote h2 {
		margin: 10px 0px 0px 0px;
	}
	.features {
		text-align: center;
	}
	.app-feature {
		width: 90px;
		margin: 0px 15px;
	}
	.app-feature .ico {
		width: 90px;
		height: 90px;
	}
	.app-feature .txt {
		font-size: 0.875rem;
		line-height: 1rem;
		margin: 5px 0px 20px 0px;
	}
	.app-download {
		text-align: center;
	}
	.app-download-cta {
		min-width: 152px;
		padding: 8px;
		margin: 0px 2px;
	}
	.app-mockup {
		position: relative;
		width: 85%;
		right: 0px;
		bottom: -70px;
		float: right;
	}
	.article-thumb-wrapper {
		margin: 0px 0px 20px 0px;
	}
	.article-thumb-wrapper .article-cont a {
		font-size: 0.875rem;
	}
	.lg-square-bx-article {
		margin: 0px 0px 20px 0px;
	}
	.get-book-wrapper {
		padding: 0px;
	}
	.book-img {
		position: relative;
		width: 85px;
		height: auto;
		float: left;
		top:auto;
		margin: 0px 20px 0px 0px;
	}
	#our-story .carousel-control {
		top:70px;
	}
	#our-story .left::before, #our-story .right::before {
		font-size:0.75rem;
		line-height:3rem;
	}
	.article-thumb-wrapper .article-cont h3 {
		line-height:1.35rem;
	}
	.cta-a, .cta-a-yellow {
		font-size: 1rem;
	}
	.h-align h2, .h-align h4 {
		text-align: center;
	}
	.h-align .cta-wrapper {
		text-align: center;
	}
	.imc-disclaimer h3, .imc-disclaimer p {
		text-align:center;
	}
	.gti-banner h2 {
		font-size:1rem;
	}
	.article-thumb-wrapper .article-cont h3 {
		height:auto;
	}
	.media-coverage-wrapper .description {
		height:auto;
		font-size:1rem;
		line-height:1.25rem;
	}
}
@media (min-width:612px) and (max-width:767px){
	.imcv3 h1 {
		font-size: 2.5rem;
	}
	.imcv3 h2 {
		font-size: 2rem;
	}
	.imcv3 h3 {
		font-size: 1.5rem;
	}
	.imcv3 h4 {
		font-size: 1rem;
	}
	.trending-wrapper {
		display: block;
	}
	.navbar {
		justify-content: center;
	}
	.navbar-toggler {
		display: block;
		margin:5px 10px 0px 0px;
	}
	.main-nav {
		text-align:center;
		padding: 15px 20px;
	}
	.main-nav .dropdown-menu {
		box-shadow: none;
	}
	.navbar-brand {
		width: 35%;
		float:left;
		padding: 0px;
	}
	.imc-call-area {
		width: 170px;
		padding:0px;
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		float: left;
	}
	.main-nav .nav-item {
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		font-size:1rem;
		line-height:3.25rem;
		padding:0px 20px;
		text-align:left;
		border-bottom:solid 1px #f5f5f5;
	}
	.main-nav .dropdown > a::after {
		line-height:3.25rem;
		right:20px;
	}
	.navbar-collapse {
		position: absolute;
		width: 100%;
		top:73px;
		left: 0px;
		padding:0px;
		box-shadow: 0px 10px 12px rgba(0,0,0,0.3);
	}
	.promo-nav-wrapper {
		display: none;
	}
	.switch-language,.lanugage-wrapper,.lanugage-wrapper > button {
		width:100%;
		padding: 0px;
	}
	.lanugage-wrapper > button {
		padding: 10px 20px 10px 20px;
		border: none;
	}
	.lanugage-options {
		position:relative;
		width: 100%;
		float:left;
		top:0px;
		right:0px;
		left: auto;
	}
	.promo-nav-wrapper a .tag, .lanugage-wrapper .tag {
		top:-10px;
		left:5px;
	}
	.lanugage-wrapper > button::before {
		line-height:3.125rem;
		right:20px;
	}
	#fin-product-wrapper .carousel-control, #our-story .carousel-control {
		width:40px;
		height:40px;
	}
	#fin-product-wrapper .left::before, #fin-product-wrapper .right::before {
		font-size:0.6rem;
		line-height:2.5rem;
	}
	#fin-product-wrapper .carousel-control {
		top:auto;
		bottom:0px;
	}
	#fin-product-wrapper .left {
		left:15%;
	}
	#fin-product-wrapper .right {
		right:15%;
	}
	#fin-product-wrapper .carousel-indicators {
		bottom:10px;
	}
	.product-nav {
		width: 135px;
	}
	.product-nav .product-ico {
		width: 100px;
		height: 100px;
	}
	.product-nav span {
		font-size: 0.9375rem;
		line-height: 1.125rem;
	}
	.product-offer-wrapper {
		width: 80%;
		left: 10%;
		padding: 20px 30px;
	}
	.product-offer .heading {
		font-size: 1.75rem;
		background-size: 15%;
		padding: 5px 0px 5px 80px;
	}
	.product-banner {
		background-size: 335%;
		background-position: 50% 0%;
		padding: 70px 0px 100px 0px;
	}
	.nav-pills .nav-item {
		min-width: 130px;
		margin: 8px 12px;
	}
	.nav-pills .nav-link {
		font-size: 0.9375rem;
		padding: 10px 0px;
	}
	.video-thumb {
		border-radius: 0.3125rem;
	}
	.video-thumb::before, .video-thumb::before {
		width: 48px;
		height: 48px;
		font-size: 1rem;
		line-height: 3rem;
		top:36%;
		left: 43%;
	}
	.lg-video-thumb::before, .lg-video-thumb::before {
		width: 60px;
		height: 60px;
		font-size: 1rem;
		line-height: 3.75rem;
	}
	.tab-pane .lg-video-thumb {
		margin: 0px 0px 15px 0px;
	}
	.sm-video-a, .sm-video-b {
		width: 95%;
	}
	.sm-video-a {
		float: left;
		margin: 0px;
	}
	.sm-video-b {
		float: right;
	}
	.fin-quote {
		padding: 50px 0px;
	}
	.fin-quote h2 {
		margin: 10px 0px 0px 0px;
	}
	.features {
		text-align: center;
	}
	.app-feature {
		width: 110px;
		margin: 0px 20px;
	}
	.app-feature .ico {
		width: 90px;
		height: 90px;
	}
	.app-feature .txt {
		font-size: 0.9375rem;
		line-height: 1.125rem;
		margin: 5px 0px 20px 0px;
	}
	.app-download {
		text-align: center;
	}
	.app-download-cta {
		min-width: 152px;
		padding: 8px;
		margin: 0px 10px;
	}
	.app-mockup {
		position: relative;
		width: 85%;
		right: 0px;
		bottom: -70px;
		float: right;
	}
	.article-thumb-wrapper {
		margin: 0px 0px 20px 0px;
	}
	.article-thumb-wrapper .article-cont a {
		font-size: 0.875rem;
	}
	.lg-square-bx-article {
		margin: 0px 0px 20px 0px;
	}
	.get-book-wrapper {
		padding: 0px;
	}
	.book-img {
		position: relative;
		width: 85px;
		height: auto;
		float: left;
		top:auto;
		margin: 0px 20px 0px 0px;
	}
	#our-story .carousel-control {
		top:120px;
	}
	#our-story .left::before, #our-story .right::before {
		font-size:0.75rem;
		line-height:3rem;
	}
	.cta-a, .cta-a-yellow {
		font-size: 1.125rem;
		padding: 12px 30px;
	}
	.h-align h2, .h-align h4 {
		text-align: center;
	}
	.h-align .cta-wrapper {
		text-align: center;
	}
	.imc-disclaimer h3, .imc-disclaimer p {
		text-align:center;
	}
	.ffw-strip {
		margin:-120px 30px 0px 30px;
	}
	.gti-banner h2 {
		font-size:1.25rem;
	}
	.article-thumb-wrapper .article-cont h3 {
		height:auto;
	}
}
@media (min-width:768px) and (max-width:991px){
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.imcv3 h1 {
		font-size: 3rem;
	}
	.imcv3 h2 {
		font-size: 2.25rem;
	}
	.imcv3 h3 {
		font-size: 1.5rem;
	}
	.imcv3 h4 {
		font-size: 1rem;
	}
	#navbarNavDropdown {
		padding:0px;
	}
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		text-align:left;
		line-height:3rem;
		padding:0px 35px;
		border-bottom:solid 1px #f5f5f5;
	}
	.main-nav .dropdown > a::after {
		line-height:3rem;
		right:25px;
	}
	.navbar-nav > li > .dropdown-menu {
		position:relative;
		width:100%;
		float:left;
	}
	.dropdown-item {
		padding:12px 25px;
	}
	.trending-wrapper {
		display: block;
	}
	.navbar {
		justify-content: center;
	}
	.navbar-toggler {
		display: block;
		margin:5px 10px 0px 0px;
	}
	.main-nav {
		text-align:center;
		padding: 15px 20px;
	}
	.main-nav .dropdown-menu {
		box-shadow: none;
	}
	.navbar-brand {
		width: 25%;
		float:left;
		padding: 0px;
	}
	.imc-call-area {
		width: 180px;
		padding:0px;
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		float: left;
	}
	.main-nav .nav-item {
		border-bottom: solid 1px #f5f5f5;
	}
	.navbar-collapse {
		position: absolute;
		width: 100%;
		top:61px;
		left: 0px;
		box-shadow: 0px 12px 12px rgba(0,0,0,0.3);
	}
	.promo-nav-wrapper {
		display: none;
	}
	.switch-language,.lanugage-wrapper,.lanugage-wrapper > button {
		width:100%;
		padding: 0px;
	}
	.lanugage-wrapper > button {
		padding: 10px 20px 10px 20px;
		border: none;
	}
	.lanugage-options {
		position:relative;
		width: 100%;
		float:left;
		top:0px;
		right:0px;
		left: auto;
	}
	.promo-nav-wrapper a .tag, .lanugage-wrapper .tag {
		top:-10px;
		left:5px;
	}
	.lanugage-wrapper > button::before {
		line-height:3.125rem;
		right:20px;
	}
	#fin-product-wrapper .carousel-control {
		top:auto;
		bottom:-35px;
	}
	#fin-product-wrapper .left {
		left:40%;
	}
	#fin-product-wrapper .right {
		right:40%;
	}
	#fin-product-wrapper .carousel-indicators {
		bottom:25px;
	}
	.product-nav {
		width: 90px;
	}
	.product-nav .product-ico {
		width: 90px;
		height: 90px;
	}
	.product-nav span {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
	.product-offer-wrapper {
		width: 80%;
		left: 10%;
		padding: 20px 40px;
	}
	.product-offer .heading {
		font-size: 2rem;
		background-size: 15%;
		padding: 5px 0px 5px 110px;
	}
	.product-banner {
		background-size: 335%;
		background-position: 50% 0%;
		padding: 70px 0px 100px 0px;
	}
	.nav-pills .nav-item {
		min-width: 150px;
		margin: 12px;
	}
	.nav-pills .nav-link {
		font-size: 1.125rem;
		padding: 10px 0px;
	}
	.video-thumb {
		border-radius: 0.3125rem;
	}
	.video-thumb::before, .video-thumb::before {
		width: 48px;
		height: 48px;
		font-size: 1rem;
		line-height: 3rem;
		top:36%;
		left: 43%;
	}
	.lg-video-thumb::before, .lg-video-thumb::before {
		width: 60px;
		height: 60px;
		font-size: 1rem;
		line-height: 3.75rem;
	}
	.tab-pane .lg-video-thumb {
		margin: 0px 0px 15px 0px;
	}
	.sm-video-a, .sm-video-b {
		width: 95%;
	}
	.sm-video-a {
		float: left;
		margin: 0px 0px 18px 0px !important;
	}
	.sm-video-b {
		float: left;
	}
	.fin-quote {
		padding: 50px 0px;
	}
	.fin-quote h2 {
		margin: 10px 0px 0px 0px;
	}
	.features {
		text-align: left;
	}
	.app-feature {
		width: 90px;
		margin: 0px 15px;
	}
	.app-feature .ico {
		width: 90px;
		height: 90px;
	}
	.app-feature .txt {
		font-size: 0.9375rem;
		line-height: 1.125rem;
		margin: 5px 0px 20px 0px;
	}
	.app-download {
		text-align: left;
	}
	.app-download-cta {
		min-width: 152px;
		padding: 8px;
		margin: 0px 5px;
	}
	.app-mockup {
		position: absolute;
		width: 50%;
		right: -30px;
		bottom: -70px;
		float: right;
	}
	.article-thumb-wrapper {
		margin: 0px 0px 20px 0px;
	}
	.article-thumb-wrapper .article-cont a {
		font-size: 0.875rem;
	}
	.lg-square-bx-article {
		margin: 0px 0px 20px 0px;
	}
	.get-book-wrapper {
		padding: 0px;
	}
	.book-img {
		position: relative;
		width: 100px;
		height: auto;
		float: left;
		top:auto;
		margin: 0px 20px 0px 0px;
	}
	.lg-square-bx-article .article-cont h3 {
		font-size: 2rem;
		line-height: 2.125rem;
	}
	#our-story .carousel-control-prev, #our-story .carousel-control-next {
		top:15%;
	}
	#our-story .carousel-control-prev {
		left: 0px;	
	}
	#our-story .carousel-control-next {
		left: auto;
		right: 0px;
	}
	.cta-a, .cta-a-yellow {
		font-size: 1.125rem;
		padding: 12px 30px;
	}
	.h-align h2, .h-align h4 {
		text-align: left;
	}
	.h-align .cta-wrapper {
		text-align: left;
	}
	.imc-disclaimer h3, .imc-disclaimer p {
		text-align:center;
	}
	.gti-banner h2 {
		font-size:1.5rem;
	}
	.media-coverage-wrapper .description {
		max-height:auto;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.imcv3 h1 {
		font-size: 3rem;
	}
	.imcv3 h2 {
		font-size: 2.25rem;
	}
	.imcv3 h3 {
		font-size: 1.5rem;
	}
	.imcv3 h4 {
		font-size: 1rem;
	}
	.main-nav {
		padding: 0px 20px;
	}
	.navbar-brand {
		width: 15%;
		padding: 12px 0px;
	}
	.imc-call-area {
		width: 152px;
		padding: 10px 0px;
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		float: left;
	}
	/*.main-nav .nav-item {
		border-bottom: solid 1px #f5f5f5;
	}*/
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		font-size:0.875rem;
		line-height:3.5rem;
		padding:0px 15px;
	}
	.main-nav .dropdown > a::after {
		line-height:3.5rem;
		right:0px;
	}
	.navbar-collapse {
		position: relative;
		background: #ffffff;
		top:auto;
		left: 0px;
		z-index: 2;
	}
	.promo-nav-wrapper {
		padding: 5px 0px;
	}
	.promo-nav-wrapper a {
		font-size: 0.75rem;
		line-height:2rem;
		margin: 5px;
		padding: 0px 8px;
	}
	.promo-nav-wrapper a .tag, .lanugage-wrapper .tag {
		font-size:0.65rem;
		top:-8px;
	}
	.promotional-icons {
		display:none;
	}
	.switch-language {
		padding: 0px;
		margin:5px 0px 0px 0px;
	}
	.lanugage-wrapper {
		z-index:2;
	}
	.lanugage-wrapper > button {
		padding:5px 15px 5px 8px;
	}
	.lanugage-wrapper button span {
		display: none;
	}
	.lanugage-options {
		width: 125px;
		top:42px;
		right:0px;
		left: auto;
	}
	.credit-score-btn svg, .youtube-btn svg {
		display: none;
	}
	#fin-product-wrapper .carousel-control {
		top:57%;
	}
	#fin-product-wrapper .left {
		left:0px;
	}
	#fin-product-wrapper .right {
		right:0px;
	}
	.product-nav {
		width: 110px;
		margin: 10px 12px;
	}
	.product-nav .product-ico {
		width: 100px;
		height: 100px;
	}
	.product-nav span {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
	.product-offer-wrapper {
		width: 80%;
		left: 10%;
		padding: 20px 40px;
	}
	.product-offer .heading {
		font-size: 2rem;
		background-size: 7%;
		padding: 5px 0px 5px 50px;
	}
	.product-banner {
		background-size: 335%;
		background-position: 50% 0%;
	}
	.nav-pills .nav-item {
		min-width: 150px;
		margin: 12px;
	}
	.nav-pills .nav-link {
		font-size: 1.125rem;
		padding: 10px 0px;
	}
	.video-thumb {
		border-radius: 0.3125rem;
	}
	.video-thumb::before, .video-thumb::before {
		width: 48px;
		height: 48px;
		font-size: 1rem;
		line-height: 3rem;
		top:36%;
		left: 43%;
	}
	.lg-video-thumb::before, .lg-video-thumb::before {
		width: 60px;
		height: 60px;
		font-size: 1rem;
		line-height: 3.75rem;
		top:40%;
		left: 45%;
	}
	.tab-pane .lg-video-thumb {
		margin: 0px 0px 15px 0px;
	}
	.sm-video-a, .sm-video-b {
		width: 95%;
	}
	.sm-video-a {
		float: left;
		margin: 0px 0px 18px 0px !important;
	}
	.sm-video-b {
		float: left;
	}
	.fin-quote {
		padding: 50px 0px;
	}
	.fin-quote h2 {
		margin: 10px 0px 0px 0px;
	}
	.features {
		text-align: left;
	}
	.app-feature {
		width: 70px;
		margin: 0px 15px;
	}
	.app-feature .ico {
		width: 70px;
		height: 70px;
	}
	.app-feature .txt {
		font-size: 0.875rem;
		line-height: 1.125rem;
		margin: 5px 0px 20px 0px;
	}
	.app-download {
		text-align: left;
	}
	.app-download-cta {
		min-width: 152px;
		padding: 8px;
		margin: 0px 5px;
	}
	.app-mockup {
		position: absolute;
		width: 40%;
		right: -30px;
		bottom: -70px;
		float: right;
	}
	.article-thumb-wrapper {
		margin: 0px 0px 20px 0px;
	}
	.article-thumb-wrapper .article-cont a {
		font-size: 0.875rem;
	}
	.lg-square-bx-article {
		margin: 0px 0px 20px 0px;
	}
	.get-book-wrapper {
		padding: 0px;
	}
	.book-img {
		position: relative;
		width: 100px;
		height: auto;
		float: left;
		top:auto;
		margin: 0px 20px 0px 0px;
	}
	.article-thumb-wrapper .article-cont h3 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.lg-square-bx-article .article-cont h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	#our-story .carousel-control-prev, #our-story .carousel-control-next {
		top:25%;
	}
	#our-story .carousel-control-prev {
		left: 0px;	
	}
	#our-story .carousel-control-next {
		left: auto;
		right: 0px;
	}
	.cta-a, .cta-a-yellow {
		font-size: 1.125rem;
		padding: 12px 30px;
	}
	.h-align h2, .h-align h4 {
		text-align: left;
	}
	.h-align .cta-wrapper {
		text-align: left;
	}
	.gti-banner h2 {
		font-size:1.25rem;
	}
	.media-coverage-wrapper .description {
		max-height:150px;
	}
}
@media (min-width:1200px) and (max-width:1359px){
	.imcv3 h3 {
		font-size: 1.5rem;
	}
	.imcv3 h4 {
		font-size: 1rem;
	}
	.main-nav {
		padding: 0px 20px;
	}
	.navbar-brand {
		width: 15%;
		padding: 14px 0px;
	}
	.imc-call-area {
		width: 175px;
		padding: 10px 0px;
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		float: left;
	}
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		font-size:0.9375rem;
		line-height:4rem;
		padding:0px 15px;
	}
	.main-nav .dropdown > a::after {
		line-height:4rem;
	}
	.main-nav .nav-item {
		border-bottom: solid 1px #f5f5f5;
	}
	.navbar-collapse {
		position: relative;
		background: #ffffff;
		top:auto;
		left: 0px;
		z-index: 2;
	}
	#fin-product-wrapper {
		width:84%;
		left:8%;
	}
	#fin-product-wrapper .carousel-control {
		top:60%;
	}
	#fin-product-wrapper .left {
		left:0px;
	}
	#fin-product-wrapper .right {
		right:0px;
	}
	.promo-nav-wrapper {
		padding: 10px 0px;
	}
	.promo-nav-wrapper a {
		font-size: 0.75rem;
		line-height:2rem;
		margin: 5px;
		padding: 0px 12px;
	}
	.product-nav {
		width: 110px;
		margin: 10px 12px;
	}
	.promotional-icons {
		width:24px;
		background-size:275%;
	}
	.product-nav .product-ico {
		width: 100px;
		height: 100px;
	}
	.product-nav span {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
	.product-offer-wrapper {
		width: 80%;
		left: 10%;
		padding: 20px 40px;
	}
	.product-offer .heading {
		font-size: 2rem;
		background-size: 7%;
		padding: 5px 0px 5px 50px;
	}
	.app-mockup {
		right:0px;
	}
	.switch-language {
		padding:10px 0px;
	}
	.promo-nav-wrapper a .tag {
		font-size:0.65rem;
		top:-10px;
	}
	.lanugage-wrapper .tag {
		top:-5px;
	}
	.lanugage-wrapper > button {
		padding:5px 15px 5px 8px;
	}
	.square-bx-article .info h3 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.lg-square-bx-article .article-cont h3 {
		font-size: 1.75rem;
		line-height: 1.875rem;
	}
}
@media (min-width:1360px) and (max-width:1439px){
	.imcv3 h3 {
		font-size: 1.5rem;
	}
	.imcv3 h4 {
		font-size: 1rem;
	}
	.main-nav {
		padding: 0px 20px;
	}
	.navbar-brand {
		width: 15%;
		padding:15px 0px;
	}
	.imc-call-area {
		width: 200px;
		padding: 12px 0px;
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		float: left;
	}
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		font-size:1rem;
		line-height:4.5rem;
		padding:0px 20px;
	}
	.main-nav .dropdown > a::after {
		line-height:4.5rem;
	}
	.navbar-collapse {
		position: relative;
		background: #ffffff;
		top:auto;
		left: 0px;
		z-index: 2;
	}
	#fin-product-wrapper {
		width:84%;
		left:8%;
	}
	#fin-product-wrapper .carousel-control {
		top:60%;
	}
	#fin-product-wrapper .left {
		left:0px;
	}
	#fin-product-wrapper .right {
		right:0px;
	}
	.promo-nav-wrapper {
		padding: 9px 0px;
	}
	.promo-nav-wrapper a {
		font-size: 0.875rem;
		margin: 8px;
		padding: 0px 10px 0px 7px;
	}
	.switch-language {
		padding:15px 0px;
	}
	.promo-nav-wrapper a .tag {
		top:-10px;
	}
	.lanugage-wrapper > button {
		padding: 5px 15px 5px 8px;
	}
	.lanugage-wrapper .tag {
		top:-8px;
	}
	.promo-nav-wrapper a .tag, .lanugage-wrapper .tag {
		font-size:0.70rem;
	}
	.promotional-icons {
		background-size:240%;
	}
	.product-nav {
		width: 110px;
		margin: 10px 12px;
	}
	.product-nav .product-ico {
		width: 100px;
		height: 100px;
	}
	.product-nav span {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
	.product-offer-wrapper {
		width: 60%;
		left: 20%;
		padding: 20px 40px;
	}
	.product-offer .heading {
		font-size: 2rem;
		background-size: 7%;
		padding: 5px 0px 5px 50px;
	}
	.square-bx-article .info h3 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.lg-square-bx-article .article-cont h3 {
		font-size: 1.75rem;
		line-height: 1.875rem;
	}
}
@media (min-width:1440px) and (max-width:1599px) {
	.main-nav {
		padding: 0px 20px;
	}
	.navbar-brand {
		width: 15%;
		padding:20px 0px;
	}
	.navbar-brand img {
		width: 100%;
		height: auto;
		float: left;
	}
	.main-nav .nav-item {
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		font-size:1rem;
		line-height:5rem;
		padding:0px 25px;
	}
	.main-nav .dropdown > a::after {
		line-height:5rem;
		right:5px;
	}
	#fin-product-wrapper .carousel-control {
		top:60%;
	}
	#fin-product-wrapper .left {
		left:0px;
	}
	#fin-product-wrapper .right {
		right:0px;
	}
	.product-nav {
		width:150px;
	}
	.promo-nav-wrapper a {
		margin:0px 15px;
	}
	.lanugage-wrapper > button {
		padding:5px 15px 5px 8px;
	}
	.navbar-collapse {
		position: relative;
		background: #ffffff;
		top:auto;
		left: 0px;
		z-index: 2;
	}
	.product-offer-wrapper {
		width: 70%;
		left: 15%;
	}
}
@media (min-width:1600px) and (max-width:1919px) {
	.navbar-brand {
		padding:15px 0px;
	}
	.main-nav .dropdown > a, .main-nav .navbar-nav li > a {
		font-size:1rem;
		line-height:5.25rem;
		padding:0px 25px;
	}
	.main-nav .dropdown > a::after {
		line-height:5.25rem;
		right:5px;
	}
	.promo-nav-wrapper a {
		margin:0px 15px;
	}
	.lanugage-wrapper > button {
		padding:5px 15px 5px 10px;
	}
}