.loan-calculator {
  font-family: "Roboto", sans-serif;
  width: 600px;
  margin: 24px auto;
  background: #fff;
  box-shadow: 0 12px 50px -11px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #14213d;
  overflow: hidden;
}

.loan-calculator,
.loan-calculator * {
  box-sizing: border-box;
}

.loan-calculator .top {
  background: #01489b;
  color: #fff;
  padding: 32px;
}

.loan-calculator .top h2 {
  margin-top: 0;
}

.loan-calculator form {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.loan-calculator .title {
  margin-bottom: 16px;
  font-size: 17px !important;
}

.loan-calculator form input {
  font-size: 20px;
  padding: 8px 24px;
  width: 100%;
}

.loan-calculator .result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loan-calculator .result .left {
  width: 100%;
  padding: 8px 32px;
}

.loan-calculator .left h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.loan-calculator .result .value {
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(20, 33, 61, 0.2);
}

.loan-calculator .result .value::before {
  content: "₹";
  font-size: 24px;
  font-weight: 400;
  margin-right: 6px;
  opacity: 0.4;
}

.loan-calculator .calculate-btn {
  background: #01489b;
  color: #fff;
  border: none;
  padding: 8px 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  margin: 24px 0;
}

.loan-calculator .right {
  width: 50%;
  margin-bottom: 27px;
}

@media (max-width: 650px) {
  .loan-calculator {
    width: 90%;
    max-width: 500px;
  }

  .loan-calculator form {
    flex-direction: column;
    gap: 20px;
  }

  .loan-calculator .result {
    flex-direction: column;
    text-align: center;
  }
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------*/
/*
Theme Name: loanPlus | Loan Company HTML Template
Theme URI: http://thegenius.co
Author: Udayraj Khatri
Author URI: http://thegenius.co
Description: Loan Business, Loan Agency, Students Loan, Credit Card Business, Loan Advisor, Finance Manager, Banking, Loan Broker Websites, Loan provider company and any loan related website business.
Version: 1.0.0
*/


/**
 *** Table of Content ***
 * reset css * Topbar css
 * Menu Section
 * Search Box
 * Home Section
 * call to action css
 * Services Section
 * About Us Section
 * Team Section
 * CounterUp Section
 * Projects Section
 * Contact US Section
 * Footer Sectoin
 * Copyright Section
 * *** Other CSS ***
 * Content Slider CSS
 * Background Image CSS
 * Background Slider Parallax CSS
 * *** pages css ****
 * blog page css
 * single page css
 **/

@import url(fontawesome-all.min.html);
@import url(menumaker.html);
@import url(owl.carousel.min.html);
@import url(animate.html);
@import url(hover.html);
@import url(nice-select.html);
@import url(second-home.html);
@import url(third-home.html);
@import url(magnific-popup.html);
@import url(Pe-icon-7-stroke.html);




/*start topbar area*/

.topbar-area {
  background-color: #f1f1f1;
  padding: 10px 0;
}

.left-info p span {
  padding-right: 10px;
}

.right-info p span i {
  margin-right: 9px;
}

.right-info p span {
  padding-right: 20px;
}

.right-info a {
  color: #777777;
  display: inline-block;
  margin-left: 20px;
}

.right-info p span:last-child {
  padding-right: 0;
}



/*end of topbar area*/


/*start logo and right sidebar*/

.single-address .icon {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #24c8a6;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
  margin-right: 20px;
}

.single-address .content {
  padding-left: 70px;
}

.single-address {
  overflow: hidden;
  width: 50%;
  float: left;
}

.right-address {
  overflow: hidden;
}

.logo-right-address {
  padding: 40px 0;
}

.single-address .content span {
  display: block;
  color: #777;
  font-family: 'Nunito Sans', sans-serif;
}

.single-address .content p {
  display: block;
  color: #232323;
  font-family: 'Muli', sans-serif;
  margin-bottom: 0;
}

.single-address .button {
  margin-left: 36px;
}



.sitelogo {
  margin-top: 8px;
}

.btn.btn-primary {
  background: #6bbb0b;
  padding: 0px 15px 0px 15px;
}

/*end of logo and right sidebar*/

/* custom css */
ul.myul {
  margin-bottom: 10px;
}

ul.myul li {
  list-style-type: disc;
}

input#vehicle1 {
  width: 2% !important;
  height: 14px !important;
}

label {
  display: contents !important;
}

.gray-box {
  background-color: #eee;
  display: block;
  padding: 36px;
  color: #333;
  margin-bottom: 40px;
}

section.myclass-rate {
  padding: 50px 0px 50px 0px;
}

.customer-right {
  background: rgb(74, 53, 64);
  border-radius: 10px;
  padding: 25px 25px;
}

.approval-head {
  background-color: #F17B02;
  text-align: center;
  padding: 30px 0;
  font-size: 35px;
  color: #000;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.approval-with {
  background: #fff;
  border-radius: 10px;
  padding: 10px 23px;
  text-align: center;
  line-height: 50px !important;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.process-apr {
  background: #61ce70;
  color: #000;
  font-weight: bold;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  height: 99px;
  line-height: 25px;
}

.process-apr {
  background: #61ce70;
  color: #000;
  font-weight: bold;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  height: 99px;
  line-height: 25px;
}

.row.approval-process1 {
  margin-top: 23px;
}

td.dp a {
  display: block;
  margin: 0px auto;
  text-align: center;
  background-color: green;
  width: 32%;
  color: #fff;
  padding: 15px;
  border: none;
}

td.dp {
  border: none;
}

/* end custom css */

/*start menu area*/

.menu-area {
  background-color: #165105;
}

.menu-area #cssmenu.small-screen #menu-button {
  margin-bottom: 5px;
}

div#cssmenu {
  background: transparent;
}

#cssmenu ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

#cssmenu>ul>li>a {
  position: relative;
  overflow: hidden;
}

#cssmenu>ul>li>a:hover:after,
#cssmenu>ul>li.current-menu-item>a:after {
  top: 0;
}

#cssmenu>ul>li>a:after {
  position: absolute;
  width: calc(100% - 17px);
  height: 3px;
  background: #24c8a6;
  content: "";
  left: 8.5px;
  top: -3px;
  transition: .4s
}

#cssmenu ul ul li a {
  background: #165105;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff
}

#cssmenu ul ul li a:hover,
#cssmenu ul li a:hover {
  color: #24c8a6;
}

#cssmenu li:hover>ul>li {
  height: 44px;
}

#cssmenu>ul>li>a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.searchbtn a {
  width: 50px;
  display: inline-block;
  line-height: 63px;
  background: #1f2336;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}



/*end of menu area*/


/*start slider area*/

.main-slider-item {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

.main-slider-item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 41, 53, .7);
  content: "";
  left: 0;
  top: 0;
}

h2.main-title {
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  line-height: 75px;
}

h2.sub-title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;
}

h2.main-title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 50px;
}

h2.sub-title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;
}

.welcome-button a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  width: 160px;
  margin-right: 10px;
}

.main-slider-welcome-text {
  height: 650px;
  display: table;
  width: 100%;
}

.slider-cell {
  display: table-cell;
  vertical-align: middle;
}

.welcome-button a span {
  font-family: fontawesome
}

a.btn.btn-default.button-primary {
  background: #24c8a6;
  border: 2px solid #24c8a6;
}

a.button-secondary.btn.btn-default {
  background: transparent;
  border: 2px solid #fff;
}

a.button-secondary.btn.btn-default:hover {
  background: #24c8a6;
  border: 2px solid #24c8a6;
  color: #fff
}

a.btn.btn-default.button-primary:hover {
  background: #47dd3a;
  color: #fff;
  border-color: #47dd3a
}

.active-main-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  border: 1px solid #89cddf;
  border-radius: 50px;
  transition: .4s
}

.active-main-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  border: 1px solid #89cddf;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  transition: .4s
}

.active-main-slider .owl-nav div:hover {
  background: #24c8a6;
  color: #fff;
  border-color: #24c8a6
}

a.button.button-secondary.hvr-bounce-to-right:before {
  background: #24c8a6;
}

a.button.button-secondary.hvr-bounce-to-right:hover {
  border-color: #24c8a6;
}

a.button.hvr-bounce-to-right.button-primary:hover {
  border-color: #165105
}


/*animate*/

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;

  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate-out.sub-title,
.animate-out.main-title,
.animate-out.main-paraggrap,
.animate-out.welcome-button {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.animated.sub-title {
  animation-duration: 2s;
}

.animated.main-title {
  animation-duration: 2s;
  animation-delay: 1s
}

.animated.welcome-button {
  animation-duration: 2s;
  animation-delay: 1.2s
}


/*end of slider area*/


/*start header bottom section*/

.header-bottom-section {
  background-color: #47dd3a;
  padding: 50px 0;
}

.single-header-bottom {
  color: #fff;
}

.single-header-bottom .content p {
  margin-bottom: 5px;
}

.single-header-bottom .icon {
  float: left;
  margin-right: 20px;
  width: 35px;
}

.single-header-bottom .content {
  padding-left: 55px;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 600
}


/*search button*/

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  background: #4a8ae9;
  border: 0;
  color: #fff;
}

.search-box input::-webkit-input-placeholder {
  color: #fff
}

.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border: 0;
  background-color: #24c8a6;
  color: #fff;
  cursor: pointer;
}

.search-box:before {
  content: "\f041";
  position: absolute;
  font-family: fontawesome;
  top: 13px;
  left: 15px;
}


/*end of header bottom section*/


/*start section title*/

.section-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #232323;
}

.section-title {
  margin-bottom: 50px
}

.section-title p {
  color: #666666
}

/*end of section title*/


/*start featured section*/

section.featured-section.section-padding {
  padding-bottom: 70px;
}

.single-featured .icon {
  background-color: #f7f8fa;
  width: 85px;
  float: left;
  text-align: center;
  line-height: 180px;
  border-right: 1px solid #e9e9e9;
}

.single-featured .content h4 {
  color: #232323;
  font-weight: 600;
}

.single-featured {
  border: 1px solid #e9e9e9;
  overflow: hidden;
  margin-bottom: 30px
}

.single-featured .content {
  padding-left: 115px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  padding-right: 20px;
}

.single-featured .content p {
  margin-bottom: 15px;
}

.single-featured .content a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #47dd3a;
  transition: .4s;
}

.single-featured .content a:hover {
  color: #232323
}

/*end of featured section*/


/*start get consultation free section*/

section.get-consultation-section {
  position: relative;
  background-image: url(../img/get-bg.html);
  -webkit-background-size: cover;
  background-size: cover;
}

section.get-consultation-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 41, 52, .9);
}

.get-consultation-content h4 {
  font-size: 20px;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;
}

.get-consultation-content {
  color: #fff;
}

.get-consultation-content h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
}

.get-consultation-content a {
  display: inline-block;
  text-transform: uppercase;
}


/*end of get consultation free section*/


/*start why choose section*/

.single-why-choose {
  position: relative;
  overflow: hidden;
}

.choose-title {
  position: absolute;
  bottom: 0;
  background-color: rgba(58, 124, 221, .9);
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  transition: .4s
}

.choose-title h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
}

.choose-title img {
  margin-right: 10px;
}

.single-why-choose:hover .choose-img img {
  transform: scale(1.1);
}

.single-why-choose:hover .choose-title {
  background-color: rgba(36, 200, 166, .9);
}

.choose-img img {
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}


/*end of why choose section*/


/*start loan process section*/

section.loan-process-section {
  background-color: #f7f8fa;
  padding-bottom: 160px;
}

.proces-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background-color: #e8ebf2;
  margin-bottom: 20px;
  transition: .4s
}

.single-process .content h4 {
  color: #232323;
  font-weight: 600;
  font-size: 22px;
}

.single-process {
  color: #666666;
  font-size: 17px;
}

.process-list {
  counter-reset: section;
}

.process-list .process:before {
  position: absolute;
  counter-increment: section;
  content: counter(section);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  bottom: -60px;
  background-color: #444444;
  color: #fff;
  border-radius: 50px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  left: 50%;
  margin-left: -20px;
  transition: .4s
}

.process-list .process:after {
  width: 100%;
  content: "";
  height: 1px;
  border-bottom: 1px dashed #ddd;
  right: 0;
  bottom: -40px;
  position: absolute;
  z-index: -1;
}

.process-list .process {
  z-index: 1;
  cursor: pointer;
}

.process-list .process:first-child:after {
  width: 50%;
}

.process-list .process:last-child:after {
  width: 50%;
  right: auto;
  left: 0;
}

.process-list .process:hover:before {
  background-color: #47dd3a;
}

.process-list .process:hover .proces-icon {
  background-color: #47dd3a;
}

.hover-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: .4s
}

.single-process:hover span {
  color: #fff
}

.proces-icon span {
  font-size: 45px;
  line-height: 80px;
  color: #47dd3a;
}



/*end of process section*/


/*start team section*/

.single-team {
  margin-bottom: 30px;
}

section.team-section.section-padding {
  padding-bottom: 70px;
}

.team-content h4 {
  color: #232323;
  font-size: 20px;
  margin-bottom: 10px;
  transition: .4s
}

.single-team:hover h4 {
  color: #24c8a6;
}

.team-content {
  margin-top: 20px;
}

.team-content p {
  line-height: 17px;
  color: #666;
}

.team-thumb {
  position: relative;
  overflow: hidden;
}

.team-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  top: 50%;
  background: rgba(35, 41, 53, .85);
  transition: .4s;
  opacity: 0
}

.single-team:hover .team-hover {
  opacity: 1;
  top: 0;
}

.display-table {
  display: table;
  height: 100%;
}

.display-cell {
  display: table-cell;
  vertical-align: middle;
}

.team-link a {
  width: 40px;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #24c8a6;
  border-radius: 50px;
  transition: .4s;
}

.team-link a:hover {
  background-color: #24c8a6;
  color: #fff;
}

.team-link {
  margin-bottom: 15px;
}

.team-hover-content p {
  color: #cfd5e0;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

/*end of team section*/


/*start loan calculator*/

section.loan-calculator {
  position: relative;
  background-image: url(../img/calculate.html);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

section.loan-calculator:before {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #232935;
  content: "";
  height: 100%;
}

.calculator-form {
  padding-left: 50px;
  padding-right: 50px;
}

.form-title h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.form-title p {
  color: #9ea7ba;
  font-size: 17px
}

.form-title {
  margin-bottom: 40px;
  text-align: center;
}

.single-select label {
  width: 100%;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: 'Muli', sans-serif;
  margin-bottom: 10px;
}

.single-select input {
  width: 100%;
  height: 50px;
  background: #2e3441;
  color: #fff;
  padding-left: 10px;
  border: 1px solid #404755;
  border-radius: 4px;
  -webkit-appearance: none;
}

.single-select input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.single-input label {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 10px;
}

.single-select {
  margin-bottom: 20px;
}

.single-input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.single-input input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background-color: #2e3441;
  border: 1px solid #404755;
  border-radius: 4px;
  color: #fff;
}

.single-input {
  margin-bottom: 20px
}

.submitbtn {
  text-align: center;
}

input[type="submit"] {
  width: 150px;
  height: 50px;
  display: inline-block;
  background-color: #24c8a6;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 0;
  transition: .4s;
  margin-top: 20px;
}

input[type="submit"]:hover {
  background: #47dd3a;
  color: #fff
}


/*end  of calculate section*/


/*start testimonial section*/

.single-testimonial .testimonial-img {
  width: 130px;
  float: left;
  margin-right: 20px;
}

.testimonial-content {
  padding-left: 150px;
}

.single-testimonial {
  overflow: hidden;
}

.testimonial-content h4 {
  color: #232323;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-content h5 {
  color: #666666;
  font-size: 15px;
  font-style: italic;
}

.testimonial-slider .owl-dots div {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #d8d8d8;
  margin-right: 10px;
  border-radius: 50px;
}

.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.testimonial-slider .owl-dots div.active {
  background-color: #24c8a6
}

/*end of testimonial section*/


/*start world wide section*/

section.map-image-section {
  background-color: #f7f8fa;
}

section.map-image-section.section-padding {
  background-color: #f7f8fa;
}

.map-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #232323;
}


/*end of world wide section*/


/*start articale section*/

.single-article h2 {
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  line-height: 26px;
}

.article-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.article-date {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 20px;
  color: #fff;
  background: #24c8a6;
}

.article-date p {
  margin-bottom: 0;
}


.article-list-img {
  width: 110px;
  float: left;
  margin-right: 20px;
}

.single-article-list {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
}

.article-list-content {
  padding-left: 130px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.article-list-content h4 {
  font-size: 20px;
  color: #232323;
  line-height: 26px;
  margin-bottom: 5px
}

.article-list-content p {
  margin-bottom: 0;
}

.single-article .article-img a:before,
.article-list-img a:before {
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  opacity: 0;
  transform: scale(1.1);
  transition: .4s
}

.single-article:hover .article-img a:before,
.single-article-list:hover .article-list-img a:before {
  opacity: 1;
  transform: scale(1);
}

.article-list-img {
  overflow: hidden;
  position: relative;
}

.view-all-post a.button.hvr-bounce-to-right {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #47dd3a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  width: 100%;
  border-radius: 0
}


/*end of articale section*/


/*start brand section*/

section.brand-section {
  background: #24c8a6;
  padding: 50px 0;
}

.brand-slider .single-brand img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.brand-slider .single-brand {

  text-align: center;
}

.owl-carousel .owl-item .single-brand img {
  width: auto;
  max-width: 100%;
}



/*end of brand section*/


/*start footer section*/

section.footer-area {
  background-color: #273523;
}

section.footer-area.section-padding {
  padding: 70px 0;
}

.footer-widget p {
  color: #b7dfa1;
  font-weight: 300;
  margin-bottom: 20px;
}

.footer-title {
  margin-bottom: 20px;
}

.mail span {
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
}

.mail {
  color: #24c8a6;
  font-weight: 400
}

.pages-widget ul li a {
  color: #b7dfa1;
  padding-left: 20px;
  position: relative;
  line-height: 35px;
  transition: .4s
}

.pages-widget ul li a:hover {
  color: #fff
}

.pages-widget ul li a:before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: fontawesome;
}

.footer-title h4 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.footer-widget.recent-post ul li a {
  color: #e5e5e5;
  font-size: 17px;
}

.footer-widget.recent-post ul li a span {
  color: #b7dfa1;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.footer-widget.recent-post ul li {
  padding-bottom: 15px;
  margin-bottom: 15px
}

.footer-widget.recent-post ul li {
  border-bottom: 1px solid #393f4a;
}

.footer-widget.recent-post ul li:last-child {
  border-bottom: 0;
}

.newsletter input {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  color: #a5adbd
}

.newsletter {
  height: 50px;
  width: 100%;
  border: 1px solid #404755;
  background: #2e3441;
  position: relative;
  border-radius: 4px;
  color: #fff
}

.newsletter label {
  position: absolute;
  right: 15px;
  color: #a5adbd;
  top: 16px;
  cursor: pointer;
}

.newsletter input::-webkit-input-placeholder {
  color: #a5adbd;
}

.form-widget .btn.btn-default {
  height: 50px;
  background-color: #24c8a6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.form-widget .btn.btn-default:hover {
  background: #47dd3a;
  color: #fff
}

/*end of footer section/*/


/*start copyright section*/

.footer-link a {
  color: #b7dfa1;
  font-size: 18px;
  margin-left: 5px;
  display: inline-block;
}

.footer-nave a {
  color: #b7dfa1;
  font-size: 18px;
  margin-left: 9px;
}

.copy-right-section {
  padding: 15px 0;
  background: #232935;
  border-top: 1px solid #393f4a;
}

.copyright-text {
  color: #b7dfa1;
  font-size: 15px;
  font-weight: 300;
}


.copyright-text p {
  margin-bottom: 0;
}

.btn {
  white-space: inherit;
}


/*end of copyright section*/


/*end of first home page section*/

.gmap {
  width: 100%;
  height: 250px;
}



/*start of second home page section*/


/*start page header css*/

.page-header {
  position: relative;
  padding: 70px 0;
  background-image: url(../img/page-header.html);
}

.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(32, 54, 31, 0.8);
}

.page-header h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

ol.breadcrumb li a {
  color: #dfdfdf;
}

ol.breadcrumb li {
  color: #dfdfdf !important;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
}



/*end of page header css*/


/*start about shortcode*/

.about-content h2 {
  font-size: 40px;
  color: #232323;
  font-weight: 700;
}

.about-content p {
  margin-bottom: 15px;
}



/*end of about shortcode*/


/*vision shortcode*/

.single-vision .vision-img {
  float: left;
  width: 210px;
  margin-right: 25px;
}

.single-vision .vision-content {
  padding-left: 235px;
}

.single-vision .vision-content h4 {
  color: #232323;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.rowpadding-with-border {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px
}

.rowpadding-with-border:before {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  content: "";
  background: #ebebeb;
  height: 1px;
  bottom: 0;
}



/*end of vision shortcode*/


/*start brand section with border*/

.single-brand.round-border {
  border: 1px solid #eaeaea;
  height: 110px;
  text-align: center;
  line-height: 110px;
}

.single-brand.round-border img {
  display: inline-block;
}

/*end of brand section with border*/


/*start single blog design*/

.blog-thumb {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-thumb .date {
  position: absolute;
  padding: 5px 20px;
  bottom: 0;
  background: #24c8a6;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.blog-page-area .blog-thumb .date {
  display:
}

.blog-thumb:hover img {
  transform: scale(1.1);
}

.blog-thumb img {
  transition: .9s;
}

a.blog-title {
  font-size: 24px;
  color: #232323;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  transition: .4s
}

a.blog-title:hover {
  color: #24c8a6
}

.single-blog a.btn.btn-primary.btn-sm {
  margin-top: 20px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #47dd3a;
  color: #47dd3a;
  font-weight: 900;
  font-size: 13px;
  width: auto;
  padding: 15px 20px;
  line-height: 1.2;
}

.single-blog a.btn.btn-primary.btn-sm:hover {
  background: #24c8a6;
  color: #fff;
  border-color: #24c8a6
}

.single-blog p {
  font-size: 17px
}

.single-blog {
  margin-bottom: 50px;
}


/*end of single blog design*/


/*start sidebare*/

.sidebar-searchbox input {
  width: 100%;
  height: 50px;
  border: 0;
  padding-left: 15px;
  border-radius: 4px;
}

.sidebar-searchbox {
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.sidebar-searchbox button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 50px;
  background: transparent;
  color: #a5adbd;
  font-size: 13px;
}

.sidebar-searchbox input::-webkit-input-placeholder {
  color: #a5adbd
}

.single-sidebar {
  margin-bottom: 40px;
}

h4.sidebar-title {
  color: #232323;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}

.single-sidebar ul li a {
  color: #666666;
  padding-bottom: 5px;
  display: block;
  padding-left: 20px;
  position: relative;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 300;
  transition: .4s;
}

.single-sidebar:last-child {
  margin-bottom: 0
}

.single-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.single-sidebar ul li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  background: #3A7CDF;
  top: 16px;
}

.single-sidebar ul li a:hover {
  color: #3A7CDE;
}

ul.latest-post .post-img {
  float: left;
  margin-right: 15px;
  width: 70px;
}

ul.latest-post .post-content {
  padding-left: 85px;
}

ul.latest-post li a {
  padding-left: 0;
}

ul.latest-post li a:before {
  display: none !important;
}

ul.latest-post li a h5 {
  font-size: 17px;
  color: #232323;
  line-height: 24px;
  margin-bottom: 5px;
}

ul.latest-post li .post-content .date {
  color: #24c8a6;
}

ul.latest-post li {
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ededed;
}

ul.latest-post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.tagcloud a {
  padding: 5px 20px;
  border: 1px solid #e9e9e9;
  display: inline-block;
  color: #666666;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 4px;
  transition: .4s;
}

.tagcloud a:hover {
  background-color: #24c8a6;
  color: #fff;
}


/*end of sidebar area*/

ul.pagination li {
  display: inline-block;
  border: 1px solid #e9e9e9;
}

ul.pagination li a {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin-left: 0;
}

ul.pagination li a:hover {
  background: #47dd3a;
  color: #fff
}

nav .pagination {
  text-align: left;
}


/*start blog pagination*/


/*blouquote*/

.single-blog {
  font-size: 17px;
}

.single-blog p {
  margin-bottom: 20px;
}

blockquote {
  border: 5px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 20px;
}


blockquote a {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.tags a {
  color: #666666;
}

.share a {
  color: #aaa;
  margin-left: 10px;
}

.tags span,
.share span {
  color: #232323;
  font-size: 15px;
  font-weight: 400;
}

.single-blog.single-page {
  margin-bottom: 25;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e9e9
}

.related-articale {
  padding-top: 40px;
}

h2.related-post {
  font-size: 24px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 30px;
}

.comment-avater {
  font-size: 55px;
  float: left;
  width: 60px;
  margin-right: 20px;
  color: #aaaaaa
}

.single-comment .comment-text {
  padding-left: 80px;
}

.comment-text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 600;
}

.comment-text {
  color: #666666;
  font-size: 17px;
  font-weight: 300;
}

.reply a {
  font-size: 13px;
  font-weight: 900;
  color: #47dd3a;
}

.reply a i {
  margin-right: 5px;
}

.reply {
  margin-top: 10px;
}

h2.comments-count {
  font-size: 24px;
  color: #232323;
  margin-bottom: 30px;
  margin-top: 30px;
}

.single-comment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.single-comment.replay-comment {
  padding-left: 60px;
}

.single-comment:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

h2.leave-a-comment {
  font-size: 24px;
  color: #232323;
  font-weight: 600;
}

.comment-box input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.comment-box {
  margin-bottom: 30px
}

.comment-box textarea {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 10px;
}


/*end of single page*/


/*start loan page css*/

.single-nav h3 {
  font-size: 17px;
  color: #232323;
  font-weight: 600;
}

.single-nav h3 span {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.single-nav {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  transition: .4s
}

.single-nav:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #fbfbfb;
  z-index: -1;
  border: 1px solid #e9e9e9;
}

.single-nav:hover:before {
  background: #232935;
}

.loan-slider-box {
  background: #fbfbfb;
  padding: 50px;
  border: 1px solid #e9e9e9;
}

.single-nav:hover h3 {
  color: #fff
}

.single-loan-slider:last-child {
  margin-bottom: 0;
}

.single-loan-slider h4 {
  font-size: 20px;
  color: #232323;
  font-weight: 600;
}

.single-loan-slider {
  margin-bottom: 40px;
}

.ui-widget-header {
  background: #01489b!important;
  border: 0 !important;
}

.ui-widget-content {
  background: #e3e3e3 !important;
  border: 0 !important;
}

.ui-slider-horizontal {
  height: 7px !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em !important;
  margin-left: -.2em !important;
}

body .ui-slider .ui-slider-handle {
  width: 19px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #01489b!important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #01489b!important;
}

.single-loan-slider input {
  color: #aaaaaa;
  font-size: 16px;
  border: 0;
  margin-top: 10px;
}

.loan-emi {
  background-image: url('../images/abc_1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  color: #fff;
  padding: 30px;
}

.single-total h5 {
  font-size: 20px;
  font-weight: 600;
}

.single-total h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
}

.single-total h2.emi-price {
  font-size: 50px;
}

button.btn.applybtn.btn-default.btn-sm:hover {
  background: #232323;
  color: #fff;
}


/*end of loan page css*/


/*start services page*/

.services-details h2 {
  font-size: 24px;
  color: #232323;
  font-weight: 600;
}

.services-details p {
  margin-bottom: 20px;
  font-size: 17px
}

.services-details img {
  margin-bottom: 20px;
}

.services-thumb-lg {
  position: relative;
}

.services-thumb-lg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  top: 0;
  background: rgba(0, 0, 0, .1);
}

.services-details ul li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}

.services-details ul li:before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  background: #47dd3a;
  left: 0;
  top: 12px;
}

.services-details hr {
  background: #e9e9e9;
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-improvement .icon {
  width: 100px;
  height: 100px;
  line-height: 120px;
  display: inline-block;
  background: #eff1f5;
  border-radius: 50px;
  margin-bottom: 20px;
  transition: .5s;
  font-size: 50px;
  line-height: 100px;
  color: #47dd3a;
  border: 4px solid transparent;
}

.single-improvement h4 {
  font-size: 20px;
  color: #232323;
  font-weight: 600;
}

.single-improvement:hover .icon {
  background: #47dd3a;
  border: 4px solid #b0cbf1;
  color: #fff;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.single-improvement:hover .hover-icon {
  opacity: 1;
}

.nav-tabs .nav-link {
  border: 1px solid #e9e9e9;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: #f6f6f6;
  color: #232323;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin-right: 6px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid transparent;
}

.services-details ul.nav li {
  padding-left: 0;
}

.services-details ul.nav li:before {
  display: none;
}

.services-details .tab-pane {
  padding: 30px;
  border: 1px solid #e9e9e9;
  padding-bottom: 10px;
}

.services-details .tab-content {
  margin-top: -5px;
}

.services-thumb-lg img {
  margin-bottom: 0;
}

.services-thumb-lg {
  margin-bottom: 40px;
}

.single-sidebar .services ul li a:before {
  content: "\f30b";
  font-family: fontawesome;
  background: transparent;
  top: 8px;
  position: absolute;
  left: 20px;
  display: none;
}

.single-sidebar .services ul li a {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  color: #232323
}

.single-sidebar .services ul li a i {
  margin-right: 10px;
  color: #47dd3a
}

.single-sidebar .services ul li a:hover {
  background: #47dd3a;
  color: #fff;
}

.single-sidebar .services ul li a:hover i {
  color: #fff
}

.download-pdf a i {
  margin-right: 10px;
}

.download-pdf a {
  text-align: center;
  display: block;
  padding: 15px;
  margin-bottom: 5px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  color: #777777;
  font-size: 16px;
  transition: .4s
}

.download-pdf a:hover {
  background: #47dd3a;
  color: #fff
}

.sidebar-get-in-touch {
  padding: 30px 20px;
  background-image: url(../img/stouch.html);
  position: relative;
  color: #fff;
  z-index: 1;
  -webkit-background-size: cover;
  background-size: cover;
}

.sidebar-get-in-touch:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(32, 54, 31, 0.8);
  z-index: -1;
}

.sidebar-get-in-touch h4 {
  font-size: 20px;
  font-weight: 600;
}

.sidebar-get-in-touch {
  font-size: 16px;
}

.sidebar-get-in-touch p span {
  color: #24c8a6;
}

.sidebar-get-in-touch p {
  margin-bottom: 20px;
}

.sidebar-get-in-touch ul li {
  margin-bottom: 20px;
  font-size: 17px;
}

.sidebar-get-in-touch ul li:last-child {
  margin-bottom: 0;
}

.sidebar-get-in-touch ul li span {
  margin-right: 10px;
}

/*contact page*/

.single-get-touch input {
  width: 100%;
  height: 50px;
  border: 1px solid #e9e9e9;
  padding-left: 10px;
  border-radius: 4px;
}

.single-get-touch {
  margin-bottom: 10px;
}

.list-input div:last-child .single-get-touch {
  margin-bottom: 0
}

.single-get-touch textarea {
  width: 100%;
  height: 190px;
  padding: 10px;
  border: 1px solid #e9e9e9;
}

.mr0 {
  padding-right: 0 !important
}

.get-in-touch h2 {
  font-size: 40px;
  color: #232323;
  font-weight: 700;
}

.get-in-touch {
  margin-bottom: 30px;
}

.get-in-touch p {
  color: #666666;
  font-size: 17px;
}

.single-contact-info .icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  margin-top: 7px;
}

.single-contact-info .content {
  padding-left: 50px;
}

.contact-us-padding hr {
  margin-top: 50px;
  margin-bottom: 40px;
}


h2.faq-single-title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 50px;
}

.faq-question-area .second-accordion {
  margin-bottom: 80px;
}

.faq-question-area .second-accordion:last-child {
  margin-bottom: 0;
}


/*end of faq question*/


/*start gallery page*/

section.gallery-page.section-padding {
  padding-bottom: 70px;
}

.single-gallery {
  margin-bottom: 30px;
  position: relative;
}


ul.project-nav li {
  display: inline-block;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #232323;
  border-radius: 2px;
  padding-right: 30px;
  padding-left: 30px;
  transition: .4s;
  cursor: pointer;
}

ul.project-nav {
  margin-bottom: 50px;
  text-align: center;
}

ul.project-nav li:hover {
  background: #47dd3a;
  color: #fff
}

.provject-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(35, 41, 53, .85);
  opacity: 0;
  transition: .4s;
  visibility: hidden;
}

.single-gallery:hover .provject-link {
  opacity: 1;
  visibility: visible;
}

.provject-link a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  color: #fff;
  border-radius: 50px;
  font-size: 30px;
}





/*start services image pages*/

.services-thumb {
  margin-bottom: 30px;
  position: relative;
}

.services-thumb:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(35, 41, 53, .5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: .4s
}

.single-services-image:hover .services-thumb:before {
  opacity: 1;
}

.services-img-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #232323;
  text-transform: capitalize;
}

.services-img-content p {
  font-size: 17px;
  margin-bottom: 20px;
}

.services-img-content a {
  color: #232323;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.single-services-image {
  margin-bottom: 50px;
}

section.services-image-page.section-padding {
  padding-bottom: 50px;
}




/*end of services image pages*/


/*single testimonial page*/

.testimonial-page .single-testimonial {
  margin-bottom: 50px;
}

section.testimonial-page.section-padding {
  padding-bottom: 50px;
}



/*error page*/

.error-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #232323;
}

.error-content h2 {
  font-size: 150px;
  color: #232323;
  font-weight: 900;
}

.error-content h5 {
  font-size: 20px;
  color: #232323;
  font-weight: 600;
}

.error-content a.btn {
  text-transform: uppercase;
}





/*search box*/

.searchform {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 70px;
  background: #232323;
  padding-left: 200px;
  padding-right: 200px;
  width: 0;
  transition: 1s;
  opacity: 0;
}

.searchform.show {
  width: 100%;
  opacity: 1
}

.searchform input {
  background: transparent;
  border: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.searchform input::-webkit-input-placeholder {
  font-weight: 700;
  color: #fff;
}

.searchform button {
  position: absolute;
  right: 50px;
  top: 23px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.searchform button:focus {
  outline: none;
}


.single-loan-slider h6 {
  margin-top: 20px;
  display: inline-block;
}

/*end of single loan slider*/

/*start apply now page */
.single-get-touch select {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  color: #777;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 12px;
}

.single-get-touch input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

/*end of appyly now page*/


/*start how it work pages*/


.how-it-work-content h2 {
  font-weight: 700;
  color: #232323;
  font-size: 40px;
}

.how-it-work-content h4 {
  font-size: 20px;
  color: #232323;
  font-weight: 600;
}

.how-it-work-content p {
  margin-bottom: 20px
}

.how-it-work-backgrond {
  background: #24c8a6;
}

.how-it-work-backgrond .how-it-work-content * {
  color: #fff
}

.how-it-work-content {
  padding-top: 70px;
}

/*end of how it work pages*/


/*start css for check box*/

/* The container */
.radiobox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 16px;
}

/* Hide the browser's default radio button */
.radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobox input:checked~.checkmark {
  background-color: #47dd3a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobox .checkmark:after {
  top: 5px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

.single-get-check {
  margin-top: 20px;
  margin-bottom: 30px;
}

.left-info p,
.right-info p {
  margin-bottom: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}

.menu-area.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.second-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgb(22, 81, 5);
}

header.third-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #CCCCCC;
}

/*end of css for check box*/

.single-sidebar {
  padding: 25px;
  background: #f7f8fa;
  border: 1px solid #e9e9e9;
}


ul.postmeta li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #777;
  color: #777;
  line-height: normal;
}

ul.postmeta li:last-child {
  border-right: 0
}

ul.postmeta {
  margin-bottom: 20px;
}



ul.postmeta li a {
  color: #777;
  font-size: 15px;
}

ul.postmeta li span {
  margin-right: 5px;
  text-transform: capitalize;
}

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.html");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.html) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.html) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.html) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.html) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.html) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.html) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.html) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.html);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.html);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.html);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.html);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.html);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.html);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.html);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.html) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.html) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}