/*
Template Name: 
Template URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
Text Domain: 
*/
/*
///// CSS Index \\
1. Reset CSS Start
2. General CSS
3. Home Page CSS
*/


/* Reset CSS Start */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');


html, body {
    width: 100%;
    height: 100%;
}
.body_color,
h3,
h4,
h5,
h6,
body {
    color: #3F3F44;
}

.slicknav_btn,
.email-submit-btn {
    background: #107CF4;
}


.current-menu-item.slicknav_parent.slicknav_collapsed:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav li:hover,
.current-menu-item.slicknav_parent.slicknav_collapsed a:hover,
.slicknav_nav li a:hover,
.slicknav_nav .sub-menu a:hover, input[type="submit"] {
    background: #000;
}


.main-menu li a {
    color: #3F3F44;
}
body {
    background: initial;
}

/* Reset CSS Start */
* {
    padding: 0;
    margin: 0;
    outline: none;
}

.container {
    max-width: 1400px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 768px;
    }
}

a,
span {
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

a:focus,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 36px;
}

h1,
h2 {
    color: #3F3F44;
    font-weight: 700;
}

h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin-bottom: 10px;
    font-family: 'Work Sans', sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    overflow-x: hidden;
}

/*******************
***** 1. General CSS
********************/
/* default css Start */
.section-padding {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .section-padding2 {
        padding: 120px 0 90px;
    }
}

/* default css End */

/* Header-area Start */
/* Header-menu-area Start */

.f_Wd_pad{
    padding-left: 2%;
    padding-right: 2%;
    height: 100%;
}

.header-area {
    overflow: visible;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 30px;
}
.header-area .container {
    padding-left: 50px;
}

.site-logo {
    line-height: 60px;
    padding-left: 30px;
}
nav.main-menu {
    text-align: right;
}

.main-menu {
    display: block;
}

.main-menu li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 8px;
}

.main-menu li a {
    color: #1C1B1D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 25px 13px;
}

.main-menu li a:hover {
    color: #037AFA;
}
.main-menu li ul li {
    margin: 0;
}

.main-menu li ul li a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 13px;
    width: 100%;
}

.sub-menu {
    border: 1px solid #dddddd;
    box-shadow: 0 0 50px -6px rgba(0, 0, 0, 0.15);
    opacity: 0;
    position: absolute;
    transform: rotateY(0deg);
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 180px;
    text-align: left;
    background: #fff;
}

.sub-menu li {
    border-bottom: 1px solid #cccccc;
    display: block;
    transition: all 1s ease 0s;
}

.current-menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu li:last-child {
    border-bottom: medium none;
}

.sub-menu li:nth-child(1) {
    transition: all 0.3s ease 0s;
}

.sub-menu li:nth-child(2) {
    transition: all 0.6s ease 0s;
}

.sub-menu li:nth-child(3) {
    transition: all 0.5s ease 0s;
}

.sub-menu li:nth-child(4) {
    transition: all 0.6s ease 0s;
}

.sub-menu li:nth-child(5) {
    transition: all 0.7s ease 0s;
}

.sub-menu li:nth-child(6) {
    transition: all 0.8s ease 0s;
}

/* ===========================================
            Dropdown Menu Start 
============================================== */
/* ===========================================
            Dropdown Menu End 
============================================== */
/* Header-menu-area End */
.slicknav_menu {
    display: none;
}
.slicknav_nav, .slicknav_nav ul {
    overflow: visible;
}
.slicknav_btn {
    right: 15px;
    position: absolute;
    top: -50px;
    z-index: 1;
    padding-left: 3px;
}
.slicknav_nav ul {
    margin: 0 0 0 0;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_nav {
    background: rgba(0, 0, 0, .9) none repeat scroll 0 0;
    position: relative;
    z-index: 1;
}

.slicknav_menu .sub-menu li {
    background: #000;
    border: medium none;
    border-radius: 3px;
}

.slicknav_menu .sub-menu a {
    background: #000;
    margin: 0 0 1px;
    padding-left: 19px;
}

.slicknav_menu .sub-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
li.current-menu-item.slicknav_parent.slicknav_open {
    min-height: 245px;
}
.slicknav_nav .sub-menu a:hover {
    border-radius: 3px;
}

/* Header-menu-area End */

/* Header-area End */

.login-area {
    position: relative;
    padding-bottom: 30px;
}

.custom-control-group {
    margin-bottom: 180px;
}

.login-title {
    margin-bottom: 40px;
    padding-right: 60px;
}

.login-title h2 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 300;
    color: #3F3F44;
}

span.blue-text {
    font-weight: 600;
    color: #037AFA;
}

.login-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #3F3F44;
}

.custom-control-group li {
    padding: 22px;
    margin-bottom: 24px;
    border: 1px solid #107CF4;
    border-radius: 18px;
}

.signup-button input {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #107CF4;
    background: #107CF4;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 40px;
    transition: .4s;
}

.signup-button input:hover {
    background: #3F3F44;
}



.form-icon .icon {
    font-size: 16px;
    color: rgba(63, 63, 68, 0.5);
}

.login-area .ni {
    font-family: "fontawesome" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.login-area .ni-eye:before {
    content: "\f070";
}

.form-control-wrap .form-icon.passcode-switch {
    position: absolute;
    right: 0;
    line-height: 1;
    top: 6px
}

.form-control-wrap {
    position: relative;
    margin-bottom: 20px;
}


.login-details {
    padding-top: 120px;
    padding-left: 60px;
}
.login-img-box {
    height: 100%;
    position: relative;
}

.login-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    /* padding-top: 150px; */
}

.login-img-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 80%;
    height: 100%;
    background: #037AFA;
    border-radius: 20px;
    z-index: -1;
}

.login-img-box-text {
    padding-left: 40px;
    padding-right: 170px;
    padding-top: 20px;
}

.login-img-box-text h5 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 19px;
}

.login-img-box-text p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.pattern-img {
    position: absolute;
    top: 85px;
    width: 100%;
    z-index: -1;
    left: 0;
}

.pattern-img img {
    width: 100%;
}
.scroll-icon {
    display: inline-block;
    position: absolute;
    right: 180px;
    bottom: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #000;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.scroll-icon:before {
    position: absolute;
    content: "";
    left: 13px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}


/* Signup Form style start */

.signup-form-content .custom-control.custom-control-sm.custom-checkbox.custom-control-pro {
    display: flex;
    justify-content: space-between;
}

.signup-form-content span.user-avatar.sq {
    padding: 10px;
    border: 1px solid #B1B3B7;
    border-radius: 10px;
    margin-right: 15px;
    background: none;
    height: 56px;
    width: 56px;
}

.login-area .custom-control-pro .custom-control-label {
    padding: 0;
    border: none;
}

.login-area .custom-control-pro.custom-control-sm .custom-control-label::before, .login-area .custom-control-pro.custom-control-sm .custom-control-label::after {
    display: none;
}

.login-area .user-avatar-sm, .login-area .user-avatar.sm {
    background: none;
}
.login-area .user-avatar, .login-area [class^=user-avatar]:not([class*=-group]) {
    height: auto;
    width: auto;
}

.login-area .user-avatar {
    background: none !important;
}

.signup-form-content span.user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signup-form-content span.user-card {
    display: flex;
}

.signup-form-content span.lead-text {
    font-size: 16px;
    line-height: 1.5;
    color: #3F3F44;
    font-weight: 700;
    margin-bottom: 7px;
}

.signup-form-content span.sub-text {
    font-size: 14px;
    font-weight: 400;
    color: #3F3F44;
    line-height: 1.5;
}

.custom-control-group li .custom-control-label {
    padding: 18px !important;
}

.custom-control-group li .custom-control-input {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #B1B3B7;
    position: initial;
    opacity: 1;
    margin-top: 17px;
    margin-right: 15px;
}
.custom-control-group.lipad-o li {
    padding: 0.375rem !important;
}


span.checkForLogin {
    position: absolute;
    right: -24px;
    top: 17px;
    background: #107CF4;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    text-align: center;
    padding-top: 1px;
    padding-left: 1px;
    /* transition: .3s; */
    opacity: 0;
    visibility: hidden;
}

.checked span.checkForLogin {
    visibility: visible;
    opacity: 1;
}

.login-area .custom-control-pro .custom-control-label > span {
    white-space: initial;
}

/* Hero-area End */

/* Signup Individual Step1 Start */
.form-group {
    margin-bottom: 0px;
}

.form-label {
    color: #3F3F44;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.form-control-wrap input {
    border-radius: 8px;
    background: #F6F6F6;
    height: 56px;
    color: rgba(63, 63, 68, 1);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #F6F6F6;
    width: 100%;
}

.form-control-wrap input::placeholder{
    color: rgba(63, 63, 68, 0.30);
}

.hideBeforeAfter:after, 
.hideBeforeAfter:before{
    display: none;
}

/* nice select css start */
.form-control-select select {
    border-radius: 8px;
    background: #F6F6F6;
    height: 56px;
    width: 100%;
}

.nice-select.form-control {
    border-radius: 8px;
    background: #F6F6F6;
    height: 56px;
    width: 100%;
    border: 1px solid #F6F6F6;
    margin-bottom: 20px;
    line-height: 40px;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option {
    padding: 0 10px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #F6F6F6;
}
.nice-select.form-control .current {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.nice-select:after {
    height: 8px;
    width: 8px;
}


.signup-button-pagination {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.signup-button {
    width: 100%;
}
.signup-button-pagination .signup-button {
    width: 86%;
}

.signup-button button{
        width: 100%;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #107CF4;
    background: #107CF4;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 40px;
    transition: .4s;
}

/* form file upload css start  */
    
.form-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 56px;
    margin-bottom: 0;
  }
  
  .form-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.125rem + 2px);
    margin: 0;
    opacity: 0;
  }

  .form-file-input:focus ~ .form-file-label {
    border-color: #854fff;
    box-shadow: 0 0 0 3px rgba(133, 79, 255, 0.1);
  }

  .form-file-input[disabled] ~ .form-file-label, .form-file-input:disabled ~ .form-file-label {
    background-color: #f5f6fa;
  }

  .form-file-input:lang(en) ~ .form-file-label::after {
    content: "Browse";
  }

  .form-file-input ~ .form-file-label[data-browse]::after {
    content: attr(data-browse);
  }
  
  .form-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 56px;
    padding: 0.4375rem 1rem;
    font-weight: 400;
    line-height: 39px !important;
    color: rgba(63, 63, 68, 0.60);
    background-color: #fff;
    border: 1px dashed #107CF4;
    border-radius: 4px;
  }

  .form-file-label::after {
    position: absolute;
    content: "\f093";
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    height: 56px;
    padding: 0.4375rem 1rem;
    line-height: 40px;
    color: #107CF4;
    background-color: transparent;
    border: none;
    border-radius: 0 4px 4px 0;
  }

  .input-group > .form-file {
    display: flex;
    align-items: center;
  }

  .input-group > .form-file:not(:last-child) .form-file-label, .input-group > .form-file:not(:last-child) .form-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .input-group > .form-file:not(:first-child) .form-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group-prepend,
  .input-group-append {
    display: flex;
  }

/* login page "Or" option css start */

  .overline-title-sap {
    position: relative;
    margin-bottom: 0;
    padding-left: 0.35rem;
    padding-right: 0.25rem;
    color: #677489;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    display: block;
  }
  .overline-title-sap:before, .overline-title-sap:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 29%;
    height: 1px;
    content: "";
    background: #C6C6C6;
  }
  .overline-title-sap:before {
    left: 0;
  }
  .overline-title-sap:after {
    right: 0;
    left: auto;
  }
  .text-black {
    font-weight: 600;
    color: #3F3F44;
  }
  .custom-control.custom-control-xs{
    text-align: right;
  }
  .custom-control-label a {
    text-decoration: underline;
    color: #3F3F44;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
  }
  .margin-50 .custom-control-group {
    margin-bottom: 20px;
  }

  .login-text p {
    font-size: 16px;
    color: #3F3F44;
}

.login-text p a {
    color: #107CF4;
    text-decoration: underline;
}

  /* dual button css start */
  .dual-btns-box {
    margin: 20px 0 40px;
  }
  .dual-btns-box ul {
    justify-content: space-between;
  }

  .dual-btns-box ul li a {
    border-radius: 8px;
    border: 1px solid #C6C6C6;
    height: 56px;
    text-align: center;
    position: relative;
  }

  .dual-btns-box ul li a.nav-link {
    padding: 0;
    height: 56px;
    line-height: 56px;
    color: #20293A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    text-align: center;
    display: block;
}

.dual-btns-box ul {
    margin: 0;
    display: grid !important;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
}

.dual-btns-box ul li a.nav-link img {
    position: absolute;
    left: 15px;
    top: 16px;
    height: 22px;
}

/* pagination css start */
.pagination-box {
    display: inline-block;
}

li.page-item a.page-link {
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 8px !important;
    border: 1px solid #107CF4;
}

li.page-item a.page-link i {
    color: #107CF4;
    text-align: center;
    font-family: Font Awesome 6 Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

.bg-lighter, .dual-listbox .dual-listbox__item:hover {
    --bs-bg-opacity: inherit;
    background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important;
}

/* ===================================
    @@ Forget Password Page start
====================================== */
.forget-page {
    height: 100%;
}

.forget-page .container {
    height: 100%;
}

.forget-page .row {
    height: 100%;
}

.nice-select .list li::before {
    display: none;
}
/* ===================================
    @@ Forget Password Page end
====================================== */

.step{
    display: none;
}
.step.active{
    display: block;
}

.scroll-icon-box {
    text-align: right;
    width: 76%;
    position: absolute;
    left: 0;
    bottom: 15px;
}

/* New css Date: Nov-23-2023 */
@media only screen and (max-width: 767px){
    section.login-area.loginPage .login-img-box {
        display: none;
    }
    
    section.login-area.loginPage {
        padding-top: 100px;
    }
    
    .site-logo {
        padding-left: 0;
    }
}

/* Login slider css */
.loginPageSlider .login-img {
    max-height: 55%;
    padding-top: 25%;
}

.loginPageSlider .login-img-box-text {
    margin-top: -100px;
}

.loginPageSlider .login-img-box {
    height: 100vh;
}
section.login-area.loginPageSlider.loginPage {
    padding-bottom: 0;
}
.loginPageSlider .loginCarousel .login-img-box:before {
    top: 2%;
    height: 96%;
    display: none;
}

.loginPageSlider .login-details, 
.hideScrollCss .login-details {
    padding-top: 100px;
    padding-left: 20px;
}

.loginPageSlider .dual-btns-box, 
.hideScrollCss .dual-btns-box {
    margin: 10px 0 20px;
}

.loginPageSlider .signup-button input, 
.hideScrollCss .signup-button input {
    margin-bottom: 10px;
}

.loginPageSlider .login-title, 
.hideScrollCss .login-title {
    margin-bottom: 10px;
}

.loginPageSlider .form-label, 
.hideScrollCss .form-label {
    margin-bottom: 0;
}

.loginPageSlider .form-group, 
.hideScrollCss .form-group {
    padding: 5px 0px;
}

.loginPageSlider .margin-50 .custom-control-group, 
.hideScrollCss .margin-50 .custom-control-group {
    margin-bottom: 12px;
}

.loginPageSlider .loginCarousel:before {
    position: absolute;
    content: "";
    left: 0;
    width: 80%;
    background: #037AFA;
    border-radius: 20px;
    z-index: -1;
    top: 2%;
    height: 96%;
}

.loginPageSlider .owl-nav div {
    position: absolute;
    right: 32%;
    bottom: 5%;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.loginPageSlider .owl-nav div.owl-next {
    right: 25%;
    left: auto;
}

.loginPageSlider .owl-nav div:hover {
    background: #3F3F44;
    color: #fff;
}


section.hideScrollCss {
    padding-bottom: 0;
}

.hideScrollCss .login-img-box:before {
    position: absolute;
    content: "";
    left: 0;
    width: 80%;
    background: #037AFA;
    border-radius: 20px;
    z-index: -1;
    top: 2%;
    height: 96%;
}

.scroll-icon-box {
    bottom: 30px;
}
.hideScrollCss .pattern-img {
    top: 0;
    height: 96vh;
}
.hideScrollCss .scroll-icon-box {
    width: 75%;
}

section.hideScrollCss .form-control-wrap {
    margin-bottom: 0;
}

section.hideScrollCss .nice-select.form-control {
    margin-bottom: 0;
}
section.hideScrollCss .login-img-box {
    height: 100vh;
}

section.hideScrollCss .custom-control-group {
    margin-bottom: 58px;
}

@media only screen and (max-width: 767px){
    
    .dual-btns-box ul{display: block !important;}

    .loginCarousel {
        display: none !important;
    }

    .dual-btns-box ul li a.nav-link img{left: 11px;}

    .dual-btns-box ul li a.nav-link{ margin-bottom: 13px;}

    .dealer_margin{margin-top: 38px;}

    .loginPageSlider .login-details, 
    .hideScrollCss .login-details {
        padding-left: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .loginPageSlider .login-title, 
    .hideScrollCss .login-title {
        margin-bottom: 40px;
    }
    
    .loginPageSlider .margin-50 .custom-control-group, 
    .hideScrollCss .margin-50 .custom-control-group {
        margin-bottom: 20px;
    }
    
    .loginPageSlider .form-label, 
    .hideScrollCss .form-label {
        margin-bottom: 12px;
    }
    
    .loginPageSlider .signup-button input, 
    .hideScrollCss .signup-button input {
        margin-bottom: 40px;
    }
    section.hideScrollCss .login-img-box {
        height: 100%;
    }
    section.hideScrollCss .custom-control-group {
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 768px){

    .loginCarousel {
        display: none !important;
    }

    .loginPageSlider .login-details, .hideScrollCss .login-details {
     padding-left: 40px;
    /* padding-top: 0px; */
    padding-bottom: 40px;
    padding-right: 40px;
    }
}