/*
Theme Name:

*/

body {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	background: #fff;
	position: relative; 
}
button, a, a:hover, a:active, a:focus {
	outline: 0 !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;                  
	-moz-transition: all 0.3s ease-in-out;                 
	-o-transition: all 0.3s ease-in-out;   
	-ms-transition: all 0.3s ease-in-out;          
	transition: all 0.3s ease-in-out;
}
textarea {
	resize: vertical;
}
::-moz-selection {
    color: #fff;
    background: #9d94f6;
}
::selection {
    color: #fff; 
    background: #9d94f6;
}
:focus {
	outline: none !important;
}
button {
	border: none;
	background: #ddd;
}
ul {
	list-style: none;
	padding: 0;
}
h2 {
	font-size: 46px;
	font-weight: 500;
	letter-spacing: -2px;
	position: relative;
}
.Mesdac {
	overflow: hidden;
}

/* Menu */

.main-menu {
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
	padding: 10px 0;
}
.main-menu .navbar-default {
	border: none;
	border-radius: 0;
	min-height: auto;
	margin-bottom: 0;
	background: transparent;
}
.main-menu .navbar-default .navbar-nav>li {
	padding: 20px 20px;
}
.main-menu .navbar-default .navbar-nav>li>a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0;
	color: #d93f3d;
	position: relative;
}
.main-menu .navbar-default .navbar-nav>li.active>a {
	background: transparent;
}
.main-menu .navbar-default .navbar-nav>li>a:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 0%;
	margin: 0 auto;
	border-bottom: 2px solid transparent;
	-webkit-transition: bottom 0.2s ease-in-out;                  
	-moz-transition: bottom 0.2s ease-in-out;                 
	-o-transition: bottom 0.2s ease-in-out;   
	-ms-transition: bottom 0.2s ease-in-out;          
	transition: bottom 0.2s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;                  
	-moz-transition: width 0.3s ease-in-out;                 
	-o-transition: width 0.3s ease-in-out;   
	-ms-transition: width 0.3s ease-in-out;          
	transition: width 0.3s ease-in-out;
}
.main-menu .navbar-default .navbar-nav>li.active>a:after,
.main-menu .navbar-default .navbar-nav>li>a:hover:after {
	width: 100%;
	bottom: -5px;
	border-bottom: 2px solid #d93f3d;
}
.main-menu .navbar-default .navbar-nav>li:last-child a:after {
	display: none;
}
.main-menu .navbar-brand {
    padding: 15px 0;
    height: auto;
}
.main-menu .navbar-brand img {
	max-width: 160px;
}
.main-phone {
	float: left;
	font-size: 16px;
	color: #ea2a36;
	margin: 39px 0 0 20px;
	font-weight: 600;
}
.main-menu .navbar-nav {
	padding: 14px 0 0 0;
}
.fixed-menu {
	position: fixed;
	background: #fff;
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	padding: 0;
}
.fixed-menu .navbar-default .navbar-nav>li>a {
	color: #141313 !important;
}
.fixed-menu .logo-white {
	display: none;
}
.main-menu .logo-color {
	display: none;
}
.fixed-menu .logo-color {
	display: block;
}
.fixed-menu .navbar-brand img {
    max-width: 60px;
}

/* Banner */

.banner {
	position: relative;
	height: 504px;
	width: 100%;
	background: url(../images/banner.jpg) right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner .banner-text {
	position: absolute;
	z-index: 199;
	text-align: left;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform:: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.banner h1 {
	font-size: 60px;
	color: #2a2828;
	margin: 0 0 10px;
	letter-spacing: -2px;
	font-weight: 600;
}
.banner a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: 2px solid #fea702;
	padding: 14px 30px;
	display: inline-block;
}
.banner a:hover {
	color: #fea702;
}

.navbar-toggle.collapsed .icon-bar:nth-child(4),
.navbar-toggle.collapsed .icon-bar:nth-child(3),
.navbar-toggle.collapsed .icon-bar:nth-child(2),
.navbar-toggle.collapsed .icon-bar {
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
	position: relative;
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;                  
	-moz-transition: all 0.3s ease-in-out;                 
	-o-transition: all 0.3s ease-in-out;   
	-ms-transition: all 0.3s ease-in-out;          
	transition: all 0.3s ease-in-out;
}
.navbar-toggle .icon-bar:nth-child(4),
.navbar-toggle .icon-bar:nth-child(3),
.navbar-toggle .icon-bar:nth-child(2) {
	-webkit-transition: all 0.3s ease-in-out;                  
	-moz-transition: all 0.3s ease-in-out;                 
	-o-transition: all 0.3s ease-in-out;   
	-ms-transition: all 0.3s ease-in-out;          
	transition: all 0.3s ease-in-out;
	position: relative;
}
.navbar-toggle .icon-bar:nth-child(2) {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	top: 6px;
}
.navbar-toggle .icon-bar:nth-child(3) {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
.navbar-toggle .icon-bar:nth-child(4) {
	opacity: 0;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ea2a36;
	border-radius: 1px;
	width: 35px;
	margin-bottom: 7px;
}



.intro {
	background: url(../images/intro-bg.png) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.intro h2 {
	color: #d93f3d;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 90px;
}
.intro p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px;
}

.our-eligibility {
	background: #fff;
	padding: 140px 0;
}
.common-list {
	padding: 0;
	margin: 80px 0 0;
}
.common-list li {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 7px 0;
	display: flex;
}
.common-list li:before {
	content: url('../images/ellipse.png');
	margin-right: 10px;
}
.common-list li.head {
	font-size: 21px;
	padding-bottom: 20px;
	font-weight: 600;
}
.common-list li.head:before {
	display: none;
}
.our-eligibility h2 {
	color: #d93f3d;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 15px;
	line-height: 1;
}
.our-eligibility img {
	margin-left: -26px;
}


.our-offers {
	background: #fff;
	padding: 0px 0px 50px;
}
.our-offers h2 {
	color: #d93f3d;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 35px;
	line-height: 1;
	text-align: center;
}
.our-offers .circle {
	text-align: center;
	margin: 0 0 30px 0;
}
.our-offers .color-circle {
	height: 270px;
	width: 270px;
	border-radius: 50%;
	background: #ddd;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.our-offers .circle:nth-child(1) .color-circle {
	background: #00aeef;
}
.our-offers .circle:nth-child(2) .color-circle {
	background: #fbbe1a;
}
.our-offers .circle:nth-child(3) .color-circle {
	background: #7f62a2;
}
.our-offers .circle:nth-child(4) .color-circle {
	background: #cb487f;
}
.our-offers .circle:nth-child(5) .color-circle {
	background: #fbbe1a;
}
.our-offers .circle:nth-child(6) .color-circle {
	background: #00aeef;
}
.our-offers .color-circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.our-offers p {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
.our-offers .color-circle + img {
	margin: 15px 0 25px;
}
.our-offers .text-left {
	text-align: left !important;
	margin: 0 0 30px;
}
.next-step {
	padding: 6% 0 0;
	max-width: 1000px;
}
.next-step p {
	margin-bottom: 20px;
}
.next-step p b {
	font-size: 24px;
}

/* Footer */

.footer {
	background: #111111;
	color: #ababab;
	padding: 100px 0;
}
.footer h2 {
	color: #d93f3d;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 35px;
	line-height: 1;
}
.footer p,
.footer h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.5;
}
.footer p {
	text-transform: none;
	margin-bottom: 20px;
}
.footer p a {
	display: inline-block;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.footer p a:hover {
	border-bottom: 2px solid transparent;
}
.footer p.copy-right {
	margin: 5% 0 0;
	font-size: 13px;
	color: #919191;
	text-align: center;
}
.footer .canvas {
	width: 100%;
}
.footer label {
	font-size: 14px;
	color: #ababab;
	font-weight: 600;
}
.footer .form-control {
	background: #2b2b2b;
	border-radius: 0;
	border: 0;
	height: 42px;
}
.footer .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}
.form-group {
    margin-bottom: 30px;
}
textarea.form-control {
	min-height: 236px;
}
.btn-send {
	background: #d93f3d;
	text-align: center;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
}
.btn-send:hover {
	background: #ad1c1a;
}
.footer {
	color: #525252;
}
.footer img {
	margin: 20px 0 0;
}
hr {
	border-color: #303030;
}
.footer ul {
	font-size: 12px;
	width: 100%;
	text-align: center;
}
.footer ul li {
	display: inline-block;
	color: #525252;
}
.footer ul li a {
	color: #525252;
}


/* New */

.offer-table {
	padding: 80px 0 0;
}
.offer-table span {
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.table>tbody>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}
.title-red {
	background: #ea2a36;
    color: #fff;
    padding: 10px;
}



.section-1 {
	padding: 10px 0 10px 0;
	background: #efeded;
}
.section-1 h2 {
	color: #d93f3d;
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 35px;
    line-height: 1;
}
.section-1 p {
    line-height: 24px;
	font-size: 16px;
    margin: 0 0 15px 0;
}
.section-1 h3 {
	font-size: 16px;
    color: #d93f3d;
    margin: 25px 0 10px 0;
    font-weight: 700; 
}
.section-1 ul {
	margin: 0;
}
.section-1 ul li {
	font-size: 16px;
	margin: 0 0 4px 0;
	padding: 0 0 0 15px;
	line-height: 24px;
	position: relative;
}
.section-1 ul li::after {
	width: 5px;
	height: 5px;
	background: #d93f3d;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.section-2 {
	padding: 100px 0 60px 0;
	background: #fff;
}
.section-2 h2 {
	color: #0c63a0;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 35px;
    line-height: 1;
}
.section-2 h2 sub {
	display: block;
	line-height: normal;
	bottom: 0;
	font-size: 30px;
	color: #000;
	font-weight: 300;
}
.section-2 h2 span {
	font-size: 25px;
	color: #000;
	font-weight: 700;
	position: relative;
	top: -8px;
}
.section-2 .cell.style-1 {
	background: #0c63a0;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	padding: 25px;
}
.section-2 .cell.style-1 span {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	display: block;
	margin: 0 0 10px 0;
}
.section-2 .cell.style-1 ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	list-style: none;
}
.section-2 .cell.style-1 ul li {
	padding: 0 0 0 15px;
	line-height: normal;
	margin: 0 0 5px 0;
	position: relative;
}
.section-2 .cell.style-1 ul li::after {
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
}
.section-2 .cell.style-2 {
	background: #0c63a0;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	padding: 63px 25px;
	text-align: center;
}
.section-2 .cell.style-2 p {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 0;
}
@media screen and (max-width:1199px) {
	.section-2 .cell.style-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}	
}
@media screen and (max-width:991px) {
	.section-2 .cell.style-2 {
		padding-top: 26px;
		padding-bottom: 26px;
	}
}
@media screen and (max-width:767px) {
	.section-1 ul {
		margin-bottom: 15px;
	}
	.section-2 .cell.style-1 {
		margin-bottom: 10px;
	}
	.section-2 h2 span {
    	font-size: 15px;
    	top: -4px;
	}
}


.dds-section {
	padding: 0 0 80px 0;
}
.dds-section h2 {
	color: #d93f3d;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 35px;
    line-height: 1;
}
.dds-section p {
	font-size: 16px;
	margin: 0 0 15px 0;
	line-height: 24px;
}
.dds-section h3 {
	font-size: 16px;
	color: #d93f3d;
	margin: 25px 0 10px 0;
	font-weight: 700;
}
.dds-section ul {
	margin: 0;
}
.dds-section ul li {
	font-size: 16px;
	margin: 0 0 4px 0;
	padding: 0 0 0 15px;
	line-height: 24px;
	position: relative;
}
.dds-section ul li::after {
	width: 5px;
	height: 5px;
	background: #d93f3d;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.call-text a{
	color: #000;
}
.call-text a:hover{
	color: #ea2a36;
}
.offer--col-wraper {
    font-size: 0;
    text-align: center;
}
.offer--col {
    float: none;
    display: inline-block;
}



/*Blue light offer accordion start*/
.bl-ofr-box .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}
.th-save{
    color: #e7252d;
}
.bl-ofr-box .table td, .bl-ofr-box .table th{
    line-height: 1.1;
    vertical-align: middle;
}
.bl-ofr-box .table-bordered {
    border: 1px solid #dee2e6;
}
.acco-main-section-new .accordion{
    width: 100%;
}
.acco-main-section-new.bg-white .accordion{
    background: #f8f9fa;
    padding: 30px;
}
.acco-main-section-new .card {
   margin-bottom: 10px;
   border: 0;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
}

.acco-main-section-new .card:last-child {
   margin-bottom: 0;
}

.acco-main-section-new .card .card-header {
   border: 0;
   border-radius: 2px;
   padding: 0;
}

.acco-main-section-new .card .card-header .btn-header-link {
   display: flex;
   align-items: center;
   justify-content: space-between;
   text-align: left;
   background: #ffffff;
   color: #000;
   padding: 20px 40px 20px 20px;
   font-weight: 700;
   font-size: 17px;
   line-height: 1;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   position: relative;
}

.acco-main-section-new .card .card-header .btn-header-link span {
   padding-right: 10px;
}

.acco-main-section-new .card .card-header .btn-header-link.collapsed:after {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}

.acco-main-section-new .card .card-header .btn-header-link::after {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
   -webkit-transition-duration: 500ms;
   transition-duration: 500ms;
   content: "\f106";
   font-family: "FontAwesome";
   font-weight: 900;
   float: right;
   color: #000;
   position: absolute;
   right: 15px;
}

.acco-main-section-new .card .collapsing {
   background: #fff;
}

.acco-main-section-new .card .collapse {
   border: 0;
}

.acco-main-section-new .card .collapse.show {
   background: #fff;
   color: #222;
}

.acco-main-section-new {
   width: 100%;
   padding-top: 30px;
}

.acco-main-section-new p:last-child {
   margin-bottom: 0;
}

.acco-main-section-new .card-body {
	background-color: #ffffff;
   border-top: 1px solid #efefef;
   padding: 20px 20px;
}
.acco-main-section-new .card-body table {
	font-size: 13px;
}
.acco-main-section-new .card-body table th {
	text-align: center;
}
.acco-main-section-new .bl-ofr-logo img {
	display: inline-block;
}
.acco-main-section-new .bl-img img {
	display: inline-block;
}
.acco-main-section-new .amsn-title {
	color: #d93f3d;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0px;
    line-height: 1;
}
@media screen and (max-width: 1199px){
	.acco-main-section-new  .bl-ofr-col {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 575px){
	.acco-main-section-new.bg-white .accordion{
		padding: 30px 15px;
	}
}

/*Blue light offer accordion end*/

/*Floating button start*/
.right--btn {
    position: fixed;
    z-index: 99;
    right: 0;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #d93f3d;
    writing-mode: vertical-lr;
    white-space: nowrap;
    padding: 20px 10px;
    letter-spacing: .9px;
    margin: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

.right--btn:hover {
    color: #fff;
    background-color: #0c63a0;
}
.right--btn span{
	transform: rotate(-180deg);
	display: block;
}
