@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

*{
 font-family: 'Poppins', sans-serif;   
}
/******* Custom Color *********/

.card-custom {
    box-shadow: none;
    border: 0px;

}

.card-custom .card-header {
    padding: 0px !important;
    min-height: auto;
}

.card-custom .card-header a {
    padding: 10px 10px !important;
    border-bottom: 1px solid #485057;
}

.card-custom .card-options {
    margin-right: 0.5rem !important;
}

.page {
    background-color: #f1f3f4 !important;
}

.card-custom > .card-body {
    padding: 0.5rem !important;
}

.load-more-div {
    background: #ffffffbd;

}

.load-more-div:hover {
    background: #ffffff;
    cursor: pointer;
}

.card-clickable:hover,
.card-clickable:active {
    transition: background-color 0.5s ease;
    background: #ecedef;
    cursor: pointer;
}

.anchor-color-dark .card-options .fe {
    color: #485057 !important;
}

.h4 {
    font-size: 13px !important;
}

.h4new {
    font-size: 12px !important;
}

/*BarCode Scan Button*/
.fab-wrapper {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: 99;
}

.fab-wrapper input,
.fab-wrapper .fab {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: default;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.fab-wrapper input {
    opacity: 0;
    z-index: 100;
}

.fab-wrapper input:checked ~ .fab {
    border-bottom: 1px solid #e93f33;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

.fab-wrapper input:checked ~ .fab i {
    /*  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);*/
}

.fab-wrapper input:checked ~ .fab-element {
    opacity: 100;
}

.fab-wrapper input:checked ~ .fab-element#first-elem {
    -webkit-transform: translate3d(0, -53px, 0);
    transform: translate3d(0, -53px, 0);
}

.fab-wrapper input:checked ~ .fab-element#first-elem .fab-text {
    opacity: 100;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
}

.fab-wrapper input:checked ~ .fab-element#second-elem {
    -webkit-transform: translate3d(0, -104px, 0);
    transform: translate3d(0, -104px, 0);
}

.fab-wrapper input:checked ~ .fab-element#second-elem .fab-text {
    opacity: 100;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
}

.fab-wrapper input:hover ~ .fab {
    border-bottom: 1px solid #e93f33;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

.fab-wrapper .fab,
.fab-wrapper .fab-element {
    /* display: flex;*/
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.fab-wrapper .fab {
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fab-wrapper .fab i {
    font-size: 2em;
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fab-wrapper .fab-element {
    position: absolute;
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: default;
    opacity: 0;
    z-index: 50;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fab-wrapper .fab-element i {
    font-size: 1.2em;
}

.fab-wrapper .fab-element .fab-text {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding: 0.2em;
    background-color: whitesmoke;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #717171;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 0;
}

.fab-wrapper .fab-element#first-elem {
    background-color: red;
}

.fab-wrapper .fab-element#second-elem {
    background-color: blue;
}

.fab-wrapper .QR-Text {
  /*  display: none !important;*/
    width: auto;
    position: absolute;
    left: 0px;
   bottom: -36px;
    font-weight: bold;
}

.fab-wrapper .fas {
    margin-top: 11px;
    color: #fff;
}

.custom-send-icon{
        position: absolute;
    top: 0.8rem;
    right: 1.7rem;
    transform: rotate(42deg);
    
}
.or-text-div-wrapper{
    position: absolute; padding-left:10px; padding-right: 10px; background: #fff; width: auto;    margin-left: -20px;top:20px;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

 /* .slider {
            margin: 0px auto;
}

        .slick-slide {
            margin: 0px 20px;
}

        .slick-slide img {
            width: 100%;
}


        .slick-slide {
            transition: all ease-in-out .3s;
            opacity: .2;
}

        .slick-active {
            opacity: .5;
}

        .slick-current {
            opacity: 1;
}
    

        .slick-prev:before {
            background-image: url('../images/slider-back.png');
            background-size: 25px 25px;
            display: inline-block;
            margin-top: 250px;
            width: 25px;
            height: 25px;
            content: "";
}

        .slick-next:before {
            background-image: url('../images/slider-next.png');
            background-size: 25px 25px;
            display: inline-block;
            margin-top: 250px;
            width: 25px;
            height: 25px;

            content: "";
        }

        .slick-next {
            right: 0px;
            height: 100px;
        }

        .slick-prev {
            left: 0px;
             height: 100px;
        }
 */



body
{
    
    background:#EDF2F5;
}

.guip_card {
    height: 160px;
    width: 270px;
     border-radius: 10px;
    background-image: url(../images/Card.svg);
    background-repeat: no-repeat;
     background-size: cover;
 }

 .guip_card_new {
     height: 100px;
     width: 100%;
 /*    border-radius: 10px;*/
     background-image: url(../images/wallet_background.svg);
     background-repeat: no-repeat;
     background-size: cover;

 }

 .guip_card_merchant_lite {
      height: 100px;
      width: 100%;
  /*    border-radius: 10px;*/
      background-image: url(../images/wallet_background_merchant_lite.svg);
      background-repeat: no-repeat;
      background-size: cover;

  }

 .navbar_shadow {

     -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
     box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);

 }



.landingpage-cards

{
    -webkit-box-shadow: -7px 7px #FF1744;
    -moz-box-shadow: -7px 7px #FF1744;
    box-shadow: -7px 7px #FF1744;
}



/* Vinay Css */


.input_icon_password {
    background-image: url(../images/Password_icon.png);
    background-repeat: no-repeat;
    background-position: 12px 5px;
    background-size: 18px;
}

.input_icon {
    background-image: url(../images/Mobile_icon.png);
    background-repeat: no-repeat;
    background-position: 12px 3px;
    background-size: 18px;
}

.guip-logo{
    max-height: 38px;
    margin-left: 58px;
}
.drawer-body p {font-size: 0.8rem; font-weight: bold;    line-height: 1;}
.shadow_large{
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);

}

.profile_img{
width: 110px;
height:110px;
background-image: url(../images/Capturerd-Face.png);
background-position: center;
border-radius: 100px;
border: 3px solid #edf2f5;
background-size: 100px;
background-repeat: no-repeat;
margin:0px auto;
}
#taketoprofile{
    cursor: pointer;
}
.guipLandPgSend-money{
	background-image: url(../images/Send-money.png);
	 background-position: right;
}
.guipLandPgPay-of-invoices{
	background-image: url(../images/Pay-of-invoices.png);
	 background-position: right;
}
.guipLandPgLoad-your-mobile{
	background-image: url(../images/Load-your-mobile.png);
	 background-position: right;
}
.guipLandPgATM{
	background-image: url(../images/ATM.png);
	 background-position: right;
}
.guipLandPgShops{
	background-image: url(../images/Shops.png);
	 background-position: right;
}
.guipLandPgCoupons{
	background-image: url(../images/Coupons.png);
	 background-position: right;
}
.guipLandPgControl-Guip{
	background-image: url(../images/Control-Guip.png);
	 background-position: right;
}

.guipLandPgupgrade{
		background-image: url(../images/Level_up.png);
	 	background-position: right;
}

.guipLandPgAddacc{
		background-image: url(../images/Add_Bank_account.png);
	 	background-position: right;
}

.guipLandPgBnkwallt{
		background-image: url(../images/My_wallet.png);
	 	background-position: right;
}
.guipLandPgwallBank{
		background-image: url(../images/Add_Money.png);
	 	background-position: right;
}

.guip-box-container .card {
    width: 170px;
    height: 130px!important;
}

.guip-box-container .card-body{
    padding: 0.8rem!important;
}


.guip-box-container .card-body img{
    height: 75px!important;
    width: 85px!important;
}

.login-background-img {

    background-image: url(../images/background-img-1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    background-color: #EDF2F5;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {

    .coupan_back_img {
        background-image: url(../images/coupans_background.png);
        background-position: 0% 5%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;


    }

    .cupons_img_margin {
        margin-top: 150px;
    }

}


@media only screen and (min-width: 600px) {

    .cupons_img_margin {
        margin-top: 100px;
    }


}




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

    .onlinestore-background-img {

        background: url(../images/onlinestore_top_img.png), url(../images/onlinestore-bottom_img.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: left top, left bottom;
        background-size: 300px;
        background-color: #EDF2F5;
    }
}



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

    .saving-background-img-bottom {
        background: url(../images/saving_bottom_img.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        background-color: #EDF2F5;

    }

    .saving-img-margin {
        margin-top: 0px;

    }

}

@media only screen and (min-width: 600px) {

    .saving-img-margin {
        margin-top: 100px;

    }

}


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

    .store-background-img {
        background: url(../images/store_bottom_img.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        background-color: #EDF2F5;
    }


}




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

    .wallet-background-img {



        background: url(../images/wallet_background_1.png) bottom no-repeat,
            url(../images/wallet-back-top-img.png) center no-repeat;

        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right bottom, top left;
        background-size: 350px;
        background-color: #EDF2F5;

    }
}

@media only screen and (min-width: 600px) {

    .wallet_margin_bottom {

        margin-bottom: 100px;
    }


}

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

            .controller-top-background-img {
                background-image: url(../images/controller-top-background.png);
                background-position: top;
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: 100%;
                background-color: #EDF2F5;
            }
            
            
        #controller-bottom-background-img {
            position: fixed;
            right: 0;
            bottom: 0;
            margin: 0;
            margin-bottom: 63px;
            width: 100%;
            height: 70%;
            background: url(../images/controller_bottom_img.png) no-repeat right bottom;
            background-size: 100%;
        }

        }

.welcome-background-img {
    background-image: url(../images/background-img.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    background-color: #fff!important;
}
        
.tutorialpageStyle{
	margin: 0px;
	 padding: 0px;
	  box-sizing: border-box;
	   background: rgb(255, 255, 255) !important;
	
}        

.custom_footer {
            width: 100%;
            background: #6425bf !important;
            bottom: -2px;
            border-radius: 0px;
            right: 0px;
            z-index: 1;
            height: auto;
            border-top: 1px solid #ccc;

        }

        .custom_footer a {
            color: #fff !important;

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

            #contact-us {
                width: 120px;
                bottom: 0;
                z-index: 2;
                position: fixed;
            }
        }


        @media only screen and (min-width: 600px) {

            #contact-us {
                width: 130px;
                bottom: 0;
                z-index: 2;
                position: fixed;
            }
        }    
        
        
@media only screen and (max-width: 600px) {

    .support-background-img {
        background: url(../images/support-bottom-img.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        background-color: #EDF2F5;
    }
    
    .support-header
    {
    margin-top: 50px;
    margin-bottom: 100px;
        
    }
    
    

}

@media only screen and (max-width: 340px)  {
.guip-box-container .card{
   height: 120px!important;
}
.h4 {
   font-size: 0.8rem !important;
}
}
