 /*   
 * Template Name: Easystep codeigniter
 * Version: 1.0
 * Author: Php Lime
 * Website: http://easystep.thinkncode.net/
*/

 /*
  default css
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    font-family: 'Montserrat';
}
html,
body {
  font-family: 'Montserrat';
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
a:hover { text-decoration: none;outline: none; }
a:focus { text-decoration: none;outline: none; }
p{
  padding: 0;
  margin: 0;
}
img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.pr-5{
    padding-right: 5px!important;
}
.pl-5{
    padding-left: 5px !important;
}
 a, button{
    cursor: pointer;
    outline: none;
 }
 .pointer{
  cursor: pointer;
 }
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.none{
    display: none!important;
}
/*  default css
================================================== */
span.error{
    color: red;
}
.tab {
  display: none;
}
.pt-50{
  padding-top: 50px;
}
.easy_step_wapper.default {
    padding-bottom: 20px;
}
.heading {
    text-align: center;
    padding: 25px 0 5px;
}
.heading h4 {
    font-size: calc(15px + .45vw);
    padding: 2px 0;
}
.single_top_user {
    padding: 25px 0;
}
.easy_form_content_area{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form-control.invalid{
  border-color: red!important;
}
label i {
    margin-right: 6px;
}
.button_area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_area button:focus{
    outline: none;
    box-shadow: none!important;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.submitBtn{
    background: rgba(41, 199, 172, 1);
    border-color: rgba(41, 199, 172, 1);
    color: #fff;
}
.submitBtn:hover{
    background: rgba(41, 199, 172, 1);
    border-color: rgba(41, 199, 172, 1);
    color: #fff;
}

/*  start circle counter
================================================== */
ul.easy_step_progressbar.circle li::before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 20px;
    background: #fff;
    color: #000;
    margin: 0 auto 5px auto;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.easy_step_progressbar.circle li:after {
    content: '';
    width: 100%;
    height: 6px;
    background: white;
    position: absolute;
    left: -50%;
    top: 33%;
    z-index: -1;
    transition: all .5s ease-in-out;
    transform: translateY(0);
}

.theme_2 ul.easy_step_progressbar li.active:before,  .theme_2 ul.easy_step_progressbar li.active:after{
    background: #27AE60;
    color: white;
    transition: all .5s ease-in-out;
}

.theme_2 ul.easy_step_progressbar li.finish:before,  .theme_2 ul.easy_step_progressbar li.finish:after{
    background: #27AE60;
    color: white;
    transition: all .5s ease-in-out;
}

/*  end circle counter
================================================== */



/*  layout 1 square steps
================================================== */
ul.easy_step_progressbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    counter-reset: step;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    transition: all .5s ease-in-out;
}

ul.easy_step_progressbar li {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}
ul.easy_step_progressbar li p{
    font-size: 9px;
}

ul.easy_step_progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 20px;
    display: block;
    background: #fff;
    color: #000;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

ul.easy_step_progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
    transition: all .5s ease-in-out;
}

/*progressbar connectors*/

ul.easy_step_progressbar li:first-child:after {
    content: none; 
}
ul.easy_step_progressbar li.active:before,  ul.easy_step_progressbar li.active:after{
    background: rgba(41, 199, 172, 1)!important;
    color: white;
    transition: all .5s ease-in-out;
}

ul.easy_step_progressbar li.finish:before,  ul.easy_step_progressbar li.finish:after{
    background: rgba(41, 199, 172, 1)!important;
    color: white;
}
.theme_1 ul.easy_step_progressbar li p{
    color: #000;
}
.theme_1 .tab_area.easy_step_tab {
    background: #f2f2f2;
    padding: 15px;
}

.theme_1 .easy_step_content {
    margin-bottom: 25px;
}
.tab input.form-control:focus,
.tab select.form-control:focus,
.tab textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(41, 199, 172, 1)!important;
    outline-width: 0!important;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;

}


  input.form-control,
  select.form-control{
  height: 47px;
  border-radius: 0;
}
.theme_1 .heading {
    text-align: center;
    padding: 10px 0 28px;
    color: #222;
}
.button_area button {
    padding: 8px 25px;
    margin: 0 7px;
}
li.indicator.step.active{
  transition: all .5s ease-in-out;
}

.theme_1 ul.easy_step_progressbar li::before {
    background: #f2f2f2;
    transition: all .5s ease-in-out;
    color: #000;
}
.theme_1 ul.easy_step_progressbar li:after {
    background: #f2f2f2;
    transition: all .5s ease-in-out;
}


.theme_1 ul.easy_step_progressbar li.active:before,  .theme_1 ul.easy_step_progressbar li.active:after{
    background: #27AE60;
    color: white;
    transition: all .5s ease-in-out;
}

.theme_1 ul.easy_step_progressbar li.finish:before,  .theme_1 ul.easy_step_progressbar li.finish:after{
    background: #27AE60;
    color: white;
    transition: all .5s ease-in-out;
}
.tab.tab_active{
  display: block;
  transition: all 1s ease-in-out;
}
/*  layout 1
================================================== */


/*  theme 2
================================================== */
.theme_2 .tab_area.easy_step_tab {
    background-image: linear-gradient(to right top, #f2f2f2, #f0f0f1, #ededf1, #ebebf0, #e8e9f0);;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
}
.theme_2 ul.easy_step_progressbar li{
  color: #000;
  font-size: 14px;
}
.theme_2 .heading {
    padding: 25px 0 5px;
}

/* end theme 2
================================================== */




/*  theme 3
================================================== */

/*line color*/
.theme_3 ul.easy_step_progressbar.circle li.active:after, .theme_3 ul.easy_step_progressbar.circle li.finish:after{
    background: rgba(41, 199, 172, 1);
    color: white;
    transition: all .5s ease-in-out;
}



/*circle color*/
.theme_3 ul.easy_step_progressbar li.active:before,  .theme_2 ul.easy_step_progressbar li.active:after{
    background: rgba(41, 199, 172, 1);
    color: white;
    transition: all .5s ease-in-out;
}


/*circle color*/
.theme_3 ul.easy_step_progressbar li.finish:before,  .theme_2 ul.easy_step_progressbar li.finish:after{
    background: rgba(41, 199, 172, 1);
    color: white;
    transition: all .5s ease-in-out;
}



.theme_3 ul.easy_step_progressbar li:before,  .theme_2 ul.easy_step_progressbar li:after{
    background: #eee;
    color: #000;
    transition: all .5s ease-in-out;
}
.theme_3 ul.easy_step_progressbar li:after{
    background: #eee;
}

.theme_3 .easy_step_progressbar{
    color: #000;
}
.theme_3 .tab_area.easy_step_tab {
    padding: 15px;
    box-shadow: 0 0 3px 1px #fff;
}

.easy_form_content_area.theme_3 {
    background: #fcf9f9;
}
.right_img {
    height: 500px;
    width: 100%;
    position: relative; 
    left: auto;
    right: 0;
    top: 0;
    overflow: hidden;
}
.right_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0/30%);
}
.imgSection {
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme_3 ul.easy_step_progressbar li p {
    font-size: 11px;
}
a.playbtn i {
    position: absolute;
    right: 45px;
    bottom: 45px;
    font-size: calc(35px + 1vw);
    background: rgba(41, 199, 172, .9);
    display: flex;
    height: calc(70px + 1.5vw);
    width: calc(70px + 1.5vw);
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    z-index: 5;
    padding-left: 8px;
}
.round-shape {
    height: 50%;
    width: calc(250px + 2vw);
    background: rgba(41, 199, 172, .35);
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 100% 0 0 0;
}
/*  theme 3
================================================== 




/*----------------------------------------------
Loan form start
----------------------------------------------*/
.loanText {
    text-align: center;
    color: #fff;
    padding: 20px 5px;
    position: relative;
}




/*----------------------------------------------
Dark
----------------------------------------------*/

.bg_dark {
    background: #1b262c!important;
    color: #fff!important;
}
.bg_dark input.form-control,
.bg_dark select.form-control {
    height: 47px;
    background: #1b262c;
}

.bg_dark .form-control{
    border-radius: 0;
    background: #1b262c;
    color: #fff;
    border-color: #30475e;
}

.bg_dark .form-control::placeholder{
    color: #fff;
}
.bg_dark .tab_area.easy_step_tab {
    box-shadow: 0 0 3px 1px #30475e;
}
.bg_dark.theme_3 ul.easy_step_progressbar li:before, .easy_form_content_area.bg_dark.theme_2 ul.easy_step_progressbar li:after {
    background: #30475e;
    color: #fff;
    transition: all .5s ease-in-out;
}
.bg_dark.theme_3 ul.easy_step_progressbar li:after {
    background: #30475e;
}






.recaptchaV2 {
    margin-bottom: 10px;
}



/*----------------------------------------------
Form submit loader
----------------------------------------------*/

.user_login_form, form, .submit_form{
    position: relative;
  }
  
  .submit_form::before {
    content: "";
    position: absolute;
    background: rgba(255,255,255,.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  
  span.ajax_submit {
      margin-top: 30px;
      border: solid #000 2px;
      width: 156px;
      height: 20px;
      border-radius: 7px;
      position: absolute;
      top: 17%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 99;
  }
  span.ajax_submit::before {
      content: '';
      position: absolute;
      width: 146px;
      height: 12px;
      top: 2px;
      left: 2px;
      background-color: #000;
      border-radius: 4px;
      animation: animation7submiting_after 2s linear infinite;
  }
  span.ajax_submit::after {
      content: 'Submiting...';
      position: absolute;
      width: 150px;
      color: #000;
      top: -28px;
      font-family: Marvel;
      font-size: 14pt;
      text-align: center;
      animation: animation7submiting 2s linear infinite;
      left: 0;
  }
  @keyframes animation7submiting_after {
    0% { width: 0% }
    15% { width: 0% }
    85% { width: 146px }
    100% { width: 146px }
  }
  @keyframes animation7submiting {
    0% { content: 'Submiting' }
    25% { content: 'Submiting.' }
    50% { content: 'Submiting..' }
    75% { content: 'Submiting...' }
    100% { content: 'Submiting...' }
  }


/*----------------------------------------------
End form submit loader
----------------------------------------------*/



/*----------------------------------------------
Start contact css
----------------------------------------------*/
.contactSection {
    min-height: 100vh;
} 
input.form-control:focus,
select.form-control:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #27AE60!important;
    outline-width: 0!important;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;

}

.img{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

.contactBanner.img {
    height: 450px;
    position: relative;
    overflow: hidden;
}
.contactBanner::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.contactWrapper {
    margin-top: calc(-100px - 100px);
    background: #fff;
    padding: calc(10px + 1vw);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    border-radius: 5px;
}
.contactBtn_area {
    margin-top: 30px;
}

.custom_btn {
    padding: 10px 30px;
}
.contactHeading {
    padding: 10px 0 40px;
}

.contactHeader {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-top: calc(50px + 7%);
    flex-direction: column;
}

.contactHeader h4 {
    font-size: calc(25px + 1.5vw);
    font-weight: bold;
}
.contactFooter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.contactFooter ul li {
    width: 100%;
}

.contactFooter ul li a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
}

.contactFooter ul li a i {
    height: 60px;
    width: 60px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.contactFooterSection {
    padding: 40px 0 60px;
}
.contactSection .custom_btn{
    background: rgba(236, 47, 126, 1);
    border-color: rgba(236, 47, 126, 1);
}
.contactSection .custom_btn:hover{
    background: rgba(236, 47, 126, .85);
    border-color: rgba(236, 47, 126, 1);
}

/* Dark */
.bg_dark .contactWrapper{
    background: #30475e;
}
.bg_dark .contactFooter ul li a{
    color: #fff;
}
.bg_dark .contactFooter ul li a i{
    border-color: #30475e;
    color: #fff;
}

.bg_dark.contactSection .form-control{
    background: #263849;
}

.bg_dark .heading, .bg_dark .easy_step_progressbar p{
    color: #fff!important;
}

/*----------------------------------------------
End contact css
----------------------------------------------*/





/*----------------------------------------------
Start Home css
----------------------------------------------*/

/*--Dark home----*/
.easy_form_content_area.theme_1.bg_dark .easy_step_tab {
    background: #30475e;
}
.easy_form_content_area.theme_1.bg_dark .easy_step_tab .form-control{
    background: #263849;
}

.bg_dark .heading, .bg_dark .easy_step_progressbar p{
    color: #fff!important;
}

/*----Dark home 2--*/
.easy_form_content_area.theme_2.bg_dark .easy_step_tab {
    background: #30475e;
}
.easy_form_content_area.theme_2.bg_dark .easy_step_tab .form-control{
    background: #263849;
}

.bg_dark .heading, .bg_dark .easy_step_progressbar p{
    color: #fff!important;
}
.bg_dark.theme_2 ul.easy_step_progressbar li:before, .easy_form_content_area.bg_dark.theme_2 ul.easy_step_progressbar li:after {
    background: #263849;
    color: #fff;
    transition: all .5s ease-in-out;
}
.bg_dark.theme_2 ul.easy_step_progressbar.circle li:after {
    background: #263849;
}



/*----------------------------------------------
End Home css
----------------------------------------------*/



/*----------------------------------------------
Start Loan form css
----------------------------------------------*/

.fullImg.img {
    height: 100vh;
    overflow: hidden;
}

.fullpage .easy_step_wapper{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.fullImg.img {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.black_before{
    position: relative;
}
.black_before::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0/30%);
}
.fullpagePadding {
    padding: 0 calc(0px + 9.9vw);
}

.fullpage .round-shape {
    width: calc(123px + 15vw);
}
.fullpage a.playbtn i {
    right: 125px;
    bottom: 85px;
}

.fullpage .loanText {
    padding: 20px;
}

/*----------------------------------------------
End Loan form css
----------------------------------------------*/



/*----------------------------------------------
Start Reservation css
----------------------------------------------*/
.reservation_days ul {
    display: flex;
    flex-direction: column;
}
.reservation_days ul li {
    display: block;
    padding: 9px;
}

.reservation_days ul li i {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    margin-right: 15px;
    font-size: 23px;
    display: inline-block;
}
.available{
    background:  rgba(33, 191, 115, .1);
    color:  rgba(33, 191, 115, 1);
}
.not_available{
    background: rgba(236, 47, 126, 0.1);
    color: #ec2f7e; 
}

.ap_info{
    margin-bottom: 5px;
    color: #777;
}


/*----------------------------------------------
End Reservation css
----------------------------------------------*/







/* rgba(31,41,55,1);rgba(17,24,39) */

/*----------------------------------------------
Sidebar this section in optional
----------------------------------------------*/
.sidebarWrapper {
    width: 250px;
    height: 100vh;
    position: fixed;
    background: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    z-index: 9;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    overflow-y: scroll;
}

.sidebarWrapper.hideSidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    background: #fff;
    display: flex;
    flex-direction: column;
    z-index: 9;
    left: -300px;
    transition: all .3s ease-in-out;
}

.sidebarHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #000;
}
.sidebarHeader a{
    display: block;
    padding: 10px;
}
.sidebarHeader a i{
    color: red;
}
a.showSidebar {
    position: fixed;
    left:-50px;
    top: 20px;
    z-index: 10;
    background: #fff;
    padding: 5px 10px;
    font-size: 20px;
    box-shadow: 0 0 5px #ddd;
    transition: all .3s ease-in-out;
}
a.showSidebar.active{
    left: 11px;
    transition: all .3s ease-in-out;
    color: #000;
}

ul.leftSidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
}

ul.leftSidebar li {
    width: 100%;
}

ul.leftSidebar li a {
    padding: 7px 10px;
    color: #000;
    width: 100%;
    margin: 2px 0;
    font-size: 14px;
    display: block;
}

ul.leftSidebar li a:hover {
    background: #eee;
}
h4.listHeading {
    font-size: 18px;
    padding: 0 10px 6px;
    border-bottom: 1px solid #eee;
}
.sidebarList {
    margin-bottom: 25px;
}
ul.leftSidebar.theme li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}

ul.leftSidebar.theme li p {
    display: flex;
    align-items: center;
}
ul.leftSidebar.theme li a {
    border: 1px solid #ddd;
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.theme-color.active, .step-shape.active{
    background: #1b262c;
    color:#fff!important;
    border-color: #263849;
}

.bg_dark .intl-tel-input .country-list, .bg_dark .selected-flag{
    background: #263849;
}
.bg_dark .selected-flag{
    box-shadow: none!important;
}
ul.leftSidebar li.active a {
    background: #eee;
    color: rgba(41, 199, 172, 1);
}


/*----------------------------------------------
End sidebar
----------------------------------------------*/




