@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;
	color:#000;
}
/*------------------navigation-------------------*/

.navbar-toggle{
	border: 1px solid #1ABC9C;
	margin-top:25px;
}
.navbar-toggle .icon-bar {
    background-color: #1ABC9C;
}
.navbar-nav > li > a{
	padding-top: 35px;
}

.navbar-nav > li > a{
	color:#5d5d5d;
	font-weight:bold;
}
.navbar-nav > li > a:hover{
	color:#0bc0ad;
	font-weight:bold;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
explore button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.explore{  
    color: #fff;
    font-size: 20px;
    background-color: #edb400;
    padding: 4px;
    border-radius: 5px;
    width: 190px;
    text-align: center;
    margin-top: 20px;
	border:none;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu a.logo{
	  width:80%;
	  margin:0px;
	  padding:0px;
  }
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
	display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 25px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;    
    
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}
/*------------------navigation end-------------------*/

.footer_section{
	background-color:#1abc9c;
	color:#fff;
}
.footer_section h4{
	font-weight:400;
	border-bottom:1px solid #d0e9e6;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footer-sub ul{
	padding:0px;
	line-height:25px;
}
.footer-sub ul li{
	list-style: none;
	margin-bottom: 5px;
}
.footer-sub ul li a{
	color:#fff;
	text-decoration:none;
}
.social ul li{
	display:table-cell;
}
.social img{
	width:100%;
	max-width:50px;
}
.fot_Disc{
	border-top:1px solid #d0e9e6;
	margin-top: 30px;
	padding-top: 20px;
	margin-bottom:50px;
}
.fot_menu{
	margin-top:40px;
	float:left;
}
@media screen and (max-width:640px){
	.fot{
		float:none;
	}
}

/*----------------banner section*-------------*/

.banner_section{
	margin:0px 0px 50px 0px;
	border-top:1px solid #D6D6D6;
	padding: 50px 0px 0px 0px;
}
.banner{
	background-color: #F2F0F0;
}
.left_section h2{
	font-weight:bold;
	text-align:center;
	color:#000;
	padding: 0px 0px 10px 0px;
} 
.left_section h3{
	font-weight:bold;
	text-align:left;
	color:#000;
	padding: 10px 30px 10px 30px;
	line-height: 33px;
}

.left_section ul{
	list-style:url(../image/ckeckbox.png);
	font-size:18px;
	color:#000;
	padding: 20px 0px 25px 55px;
	line-height: 28px;
} 
.left_section ul li{
	padding: 0px 0px 16px 0px
}

.left_section ul li img{
	width: 100%;
	max-width: 20px;
	
}  

.arrow{
	text-align:center;
}
.right_section h3{
	color:#2BC1AE;
	font-weight:700;
	text-align:center;
	padding: 14px 21px 10px 21px;
	line-height: 35px;
	font-size: 27px;
}
.right_section h1{
	color:#FFF;
	font-weight:700;
	text-align:center;
	line-height: 50px;
	padding: 5px 40px;
}
.right_section img{
	width: 100%;
	max-width: 550px;
}
.debt_lm_submit_button{
	background-color: #ebd400;
	color: #fff;
	font-weight: bold;
	margin: 13px 28px 5px 28px;
	padding: 15px 35px 15px 35px;
	text-align: center;
	font-size: 26px;
	border:none;
}
.right_section a{
	text-decoration:none;
	
}
.row.right_section {
    text-align: center;
}
.debt_lm_submit_button:hover {
	background-color: #1abc9c;
}
@media screen and (max-width:480px) {
	.right_section h3{
		font-size: 18px;
		line-height: 27px;
	}
	.right_section h1{
		line-height: 41px;
		padding: 5px 5px;
		font-size: 27px;
	}
	.right_section p {
    	font-size: 22px;
    	padding: 25px 5px 20px 5px
	}
	.debt_lm_submit_button {
		padding: 15px 5px 15px 5px;
		font-size: 18px;
		margin: 10px 0px 0px 0px;
	}
	.right_section{
		margin: 35px 0px 35px 0px;
	}
	
}
@media screen and (min-width:480px) and (max-width:1280px) {
	.right_section{
		margin: 35px 0px 35px 0px;
	}
}

/*---------------thankyou page--------------*/
.banner_contant h1{
	color:#333;
	text-align:center;
	font-weight:700;
	font-size: 65px;
	padding: 50px 5px 25px 5px;
}
.banner_contant h3{
	color:#333;
	text-align:center;
	font-weight:700;
	padding: 30px 5px 60px 5px;
}
.banner_contant hr{
	text-align:center;
	border:none;
	background-color:#EDB400;
	height:2px;
	max-width:10%;
}
.back{
	
	margin:0px;
	padding:0px;
}
.back p{
	text-align:center;
	color:#333;	
	font-size:26px;
	padding: 0px 5px 30px 5px;
	font-weight:600;
}
.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	background-color:#fff;
	margin-bottom: 20px;
}
.widget{
	padding:36px 5px;
	text-align:center;
}
.widget img{
	width:100%;
	max-width:320px;
	text-align:center;
}
.widget h4{
	color:#333;
	text-align:left;
	font-weight:600;
	font-size: 21px;
	line-height:28px;
	padding: 25px 0px 10px 0px;
}
.widget p{
	color:#000;
	text-align:left;
	font-size:16px;
	margin:0px;
	padding:0px;
	padding: 0px 0px 40px 0px;
	font-weight:normal;
}
.blog_button{
	background-color: #ebd400;
	color: #fff;
	font-weight: bold;
	margin: 0px 25px 55px 25px;
	padding: 16px;
	text-align: center;
	font-size: 30px;
}
.blog_button:hover {
	background-color: #1abc9c;
}
.blog a {
	text-decoration:none;
	
}


/* -------------------------------- 

Popup Design

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

/* -------------------------------- 

Main components 

-------------------------------- */


.cd-popup-trigger {

}
@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
  }
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  overflow: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  min-height: 250px;
  margin: 4em auto;
  background: #FFF;
  /* border-radius: .25em .25em .4em .4em; */
  text-align: center;
  /* overflow-y: auto; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 5px;
  right: -7px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 1px;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cd-popup-head{
     background-color: rgb(11, 191, 173);
     border-color: rgb(11, 191, 173);
     background-size: cover;
     padding: 30px 20px 28px 20px;
     background-position: center center;
     background-repeat: no-repeat;
     position: relative;
     margin-bottom: 20px;
}
.cd-popup-head h3{
    font-size: 20px;
    color: #fff;
    /* padding: 30px 20px 30px 20px; */
}
.cd-popup-head::before {
    border-top-color: inherit !important;
    border-width: 18px 30px 0 !important;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
[class*='cd-popup-head']::before {
     border: solid transparent;
    border-color: transparent;
    content: '';
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 1;
}
.cd-popup-body{
    padding: 20px 10% 20px;
}
.cd-popup-body h5{
    margin-bottom: 40px;
}
.cd-popup-body form{
    text-align:left;
}
.cd-popup-body form label{
    display: block;
}
.cd-popup-body form .lp_input_text{
    width: 100%;
    height: 50px;
    color: #333333;
    padding: 12px 10px;
    border-radius: 0px;
    font-size: 15px;
    outline: none !important;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.cd-popup-body form .lp_input_submit{
    width: 100%;
    outline: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#edb400), to(#d0a10c));
    background: linear-gradient(180deg, #edb400, #d0a10c);
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    -webkit-box-shadow: none;
    padding: 14px 20px 12px;
    font-size: 22px;
    margin-bottom: 26px;
    box-shadow: none;
    border-radius: 4px;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    transition: all .2s ease-in-out;
    /* margin-top: 90px; */
    color: #fff;
    display: inline-block;
    overflow: hidden;
}
.cd-popup-body form .lp_input_submit:hover{
    background: linear-gradient(180deg, #d0a10c, #edb400);
}

.cbx {
  position: relative;
  top: 1px;
  width: 24px;
  height: 22px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
  display: inline-block;
  vertical-align: super;
  margin-right: 10px;
}
.cbx:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.lbl {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  width: 90%;
  /* float: right; */
}
#cbx:checked ~ .cbx {
  border-color: transparent;
  background: #0bbfad;
  animation: jelly 0.6s ease;
  margin-right: 10px;
  vertical-align: super;
  /* float: left; */
}
#cbx:checked ~ .cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.cntr {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 0; */
  width: 100%;
  text-align: left;
}
.hidden-xs-up {
    display: none!important;
}
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}



.input.email.lp_input_text {
    padding: 20px 210px 20px 16px;
    margin-left: 30px;
    border: solid 1px #1abc9c;
}
input:focus {
   /* background-color: #1abc9c;*/
    /*border: solid 1px #edb400;*/
    color:#292929;
    font-weight: 600;
   /* letter-spacing: 2px;*/
}
input:active{
  border:solid 5px #1abc9c;
}
input::placeholder{
  font-weight: 800;
}
.debt_lm_submit_button input{
  background:transparent;
  border: none;
}
.left_section p {    
    margin-left: 0px;
    font-size: 10px;
    text-align: center;
    width: 61%;
    line-height: 12px;
    margin-left: 56px;

}
a {
    text-decoration: none !important;
}