/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/

/*================================================
[  Table of contents  ]
================================================== 
:: general css Style
   :: google font
   :: basic style     
   :: headings
   :: button style
   :: helper classes 
   :: section title
   :: box border
   :: custome class 
:: scrollbar CSS
:: back to top CSS
:: loader CSS
:: animations 
==================================================
[ End table content ]
================================================*/

@charset "UTF-8";
/*================================================
    :: general css Style
==================================================*/

/* :: google font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* :: basic style  */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #6e6e6e;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #6e6e6e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
    color: inherit;
}


ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none;
    outline: 0;
}

iframe {
    width: 100%;
    border: 0px;
}

/* :: Form */
textarea {
    resize: none;
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

::-moz-selection {
    background: #007ccc;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #007ccc;
    color: #ffffff;
    text-shadow: none;
}

/* :: headings */

/* :: Font h1 */
h1 {
    font-size: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 42px;
    }
}

/* :: Font h2 */
h2 {
    font-size: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
}

/* :: Font h3 */
h3 {
    font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 26;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 26;
    }
}

/* :: Font h4 */
h4 {
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

/* :: Font h5 */
h5 {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 22px;
    }
}

/* :: Font h6 */
h6 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 18px;
    }
}

.owl-dots {
    text-align: center;
}
.owl-dots button {
    height: 12px;
    width: 12px;
    background: #dcdcdc !important;
    display: inline-block;
    margin: 0 4px;
    border-radius: 15px;
}
.owl-dots button.active{
    background: #007ccc !important;
}


/* :: button style */
.button-style {
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    border-radius: 30px;
    border: 1px solid #b5d44a;
    background: #b5d44a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    overflow: hidden; 
} 

.button-style:hover {
    background: #8ba52b;
    color: #ffffff;
    border-color: transparent;
}

.button-style:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

/* :: helper */
.text-gray {
    color: #757575 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.text-color {
    color: #007ccc !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-color {
    background: linear-gradient(to right top, #b53563, #c4406a, #d24b70, #e15777, #f0627d);
}

.bg-01 {
    background-color: #202020 !important;
}

.bg-02 {
    background-color: #f1f1f1 !important;
}
.bg-gradient{
    background: linear-gradient(to right, #ffe8e3, #ffede2, #fff2e3, #fff7e5, #fffde8);
}
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem;
}

/* :: form */
.form-control {
    height: 46px;
}

.form-control:focus {
    background-color: transparent;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: #888888;
    height: 185px;
    background: transparent;
    color: #ffffff;
    resize: none;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

label.error {
    display: block;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}

input.error,
select.error,
textarea.error {
    border-color: #ff0000 !important;
}

/*-------------------------------------------------
:: scrollbar CSS 
-------------------------------------------------*/

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #f5f3f1;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f3f1;
}

*::-webkit-scrollbar-button {
    background-color: #007ccc;
}

*::-webkit-scrollbar-thumb {
    background-color: #007ccc;
}

/*================================================
:: back to top CSS
==================================================*/
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 10px 6px;
    background: #007ccc;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}
  .scrollToTop i {
    -webkit-animation: scroll-down 2s infinite;
    -moz-animation: scroll-down 2s infinite;
    -o-animation: scroll-down 2s infinite;
    animation: scroll-down 2s infinite;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .scrollToTop span {
    display: block;
    color: #ffffff;
  }
  
  .scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
  } 
  
  .scrollToTop:hover, .scrollToTop:focus {
    color: #ffffff;
  }

/*================================================
:: loader CSS
==================================================*/
.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh; 
    z-index: 99999;
} 

.loader-round {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 7px solid #EDF1F2;
    border-top: 7px solid #335B60;
    animation: rotate 2s infinite ease;
} 

/*================================================
:: animations
==================================================*/
@keyframes bounce {
    0%,
    50%,
    100% {
        transform: scaleY(1);
        border-radius: 50%;
    }
    25%,
    75% {
        transform: translateY(-100px) rotateY(360deg) scaleX(0.66) scaleY(1.25);
        border-radius: 50%;
    }
    15%,
    40%,
    65%,
    90% {
        transform: translateY(10px) scaleX(1.25) scaleY(0.5);
        border-bottom-left-radius: 25%;
        border-bottom-right-radius: 25%;
    }
}
@keyframes scroll-down {
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(0px);
    }
}
@keyframes rotate{
    0%{transform: none;}
    100%{transform: rotate(1turn)};     
}


/*================================================
:: Home Page
==================================================*/ 
.m-banner{
    display: none !important;
}


.brands-grid-list-flip > a {
    background-color: transparent;
    width: auto;
    height: 300px;
    perspective: 1000px;
    display: block;
    max-width: 300px;
    max-height: 300px;
    text-align: center;
    margin: 0 auto;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 30%);
    border-radius: 15px;
}
  
  .brands-grid-list:focus {
      outline: 0;
  }
  
  .brands-grid-list:hover .flip-card-inner,
  .brands-grid-list:focus .flip-card-inner{
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background: #ffffff;
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px; 
  }
  
  .flip-card-back {
    background: linear-gradient(to right top, #cbf2ff, #d4f0ff, #deefff, #e7edff, #f0ecff);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 15px; 
}
  .flip-card-back p {
    font-size: 20px;
    color: #676767;
}
.menu .dropdown .dropdown-menu li{
    width: 100%;
}

.menu .dropdown .dropdown-menu-dark .dropdown-item.active, .menu .dropdown .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #1e2125;
}

.slicknav_nav .dropdown .dropdown-menu.show { 
    transform: translate3d(0px, 49px, 0px) !important;
    width: 100%;
    background: transparent;
}

.slicknav_nav .dropdown .dropdown-menu.show li{
    border: transparent;
}


/*-------------------------------------------
            footer 
-------------------------------------------*/
footer {
    position: relative;
}
.footer-link ul li a {
    color: #fff;
    position: relative;
    margin: 0 15px;
}
.footer-link ul li a:hover {
    text-decoration: underline;
}
.footer-link ul li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ffffff;
    right: -20px;
    margin: auto;
    top: 1px;
}
.footer-link ul li:nth-last-child(1) a:after {
    display: none;
}


/*-------------------------------------------
            Login 
-------------------------------------------*/

.white-bg {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
.login-area {
    min-height: calc(100vh - 80px);
    height: auto;
}

.l_claim{
    padding: 50px 100px;
}
.bg-background {
    background: url(../../assets/images/login_bg.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
}

/* input effect */
.input-container {
    position: relative;
    border: 2px solid #ddd;
    border-radius: 3px !important; 
}

.input-error {
    border: 2px solid red;
}

.input {
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    height: 50px !important;
    outline: 0;
    padding: 12px 17px 12px 17px;
    width: 100%;
    border: none !important;
    border-radius: 3px !important;
    background: transparent;
}

textarea.input {
    height: 100px !important;
}

.input-error-text {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.placeholder {
    color: #007ccc;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 18px;
    margin: 0;
    background-color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
}

.input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
    transform: translateY(-26px) translateX(-20px) scale(0.75);
    padding: 0 10px;
    left: 30px;
    background: #fff;
    font-size: 18px;
}

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type="file"] + label {
    background: #007ccc;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 10px 30px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

[type="file"] + label:hover {
background-color: #6a46a5;
}


.lpb_claim{
    padding: 30px 80px;
}
.login-gird-list:first-child {
    grid-column: 1 / -1;
}

.login-gird-list .form-group {
    display: flex;
    align-content: center;
    align-items: flex-start;
}
.login-gird-list .form-group input{
    margin-right: 10px;
    top: 5px;
    position: relative;
}





.box-Voucher{margin-bottom: 30px}
.box-Voucher {box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07); padding: 15px; display: inline-block; width: 100%; transition: all 0.25s ease; color: #62707C; border-radius: 15px; }
.box-Voucher:hover{color: #233747; transform: translateY(-4px) scale(1.02); box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2); z-index: 999; }
.Voucherimage {height: 150px; overflow: hidden; width: 100%; display: inline-block; position: relative; }
.Voucherimage img {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: auto; width: auto; }
.button-eff {background: #eeeeee; padding: 10px 0; }
.box-button { position: relative;transform: translate(00px, -20px);}
.box-view {box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07); padding: 15px; display: inline-block; width: 100%; transition: all 0.25s ease; }

.box-Voucher:hover .button-eff {
    background: #007ccc; 
    color: #fff; 
}
.box-Voucher:hover .button-eff p{
    color: #ffffff;
}
.box-Voucher:hover .hovertext{color: #03b303;}


.select2-container .select2-selection--single {
    font-size: 18px;
    height: 50px !important;
    outline: 0;
    padding: 12px 17px 12px 8px;
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #007ccc; 
}


.claim-thume {
    background: #f7f8fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.hide-class{
    display: none;
}
 