/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress Child Theme
Template:     onepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  onepresschild
*/


/* custom css of theme */
  
 .site-footer, .site-header {
	display: none;
}
.custom-nav-menu a {
    color: #fff;
}

/* homepage css */

body, html {
    height: 100%;    
}
#main {
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}
p, ul, li {
    font-size: 16px;
    color: #4c455b;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(http://zebb.com/wp-content/uploads/2021/05/loader-2.gif) center no-repeat #000;
    background-size: 10rem;
    background-color: #502e94;
}
#dot-nav{    
    position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	z-index: 999;
}

#dot-nav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#dot-nav li {
	position: relative;
	border:2px solid #b7a0e4;
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
	padding: 5px;
	height: 10px;
	margin: 10px 10px 0px 0px;
	width: 10px;
	vertical-align:bottom;
}
#dot-nav li.active, #dot-nav li:hover {
	background-color: #b7a0e4;
}

#dot-nav a {
	outline: 0;
	vertical-align:top;
	margin: 0px 0px 0px 25px;
	position: relative;
	top:-5px;
}
.awesome-tooltip + .tooltip > .tooltip-inner {
    /*background-color: #8e44ad;*/ 
    color: #f5f5f5; 
    border: 1px solid #8e44ad; 
}
.awesome-tooltip + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #8e44ad;
}
.logo {
    padding: 30px 0;
}
.section {
    padding: 100px 0;
    /* height: 100%; */
}
.banner {
    background-color: #502e94;
    position: relative;
    padding: 0 0 10%;
}
.banner_info {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.banner_info h1 {
    font-size: 40.5px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 600;
}
.banner_info p {
    color: #e5dbf9;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 450px;
}
.banner_img {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.banner_img img {
    width: 80%;
    height: auto;
}
.enter_no {
    position: relative;
    width: 435px;
    display: none;
}
.sign_btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 30px;
    color: #502e94;
    background-color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 14px 20px;
    border: none;
    font-weight: 500;
}
.sign_btn:focus {
    outline: none;
}
.enter_no input.form-control {
    width: 100%;
    display: inline-block;
    border: 1px solid #9c7ae1;
    font-size: 16px;
    border-radius: 30px;
    padding: 5px 0 5px 30px;
    outline: 0;
    height: 56px;
    box-shadow: none;
    background: transparent;
    color: #fff;
}
.enter_no input.form-control:focus {
	border: 1px solid #9c7ae1 !important;
}
.enter_no input.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.form-msg {
    margin-left: 30px;
}
.download-img {
    margin: 3.5% 0;
}
.ios-btn {
    margin-right: 15px;
}
.android-btn {
    margin-left: 15px;
}
.banner-bottom {
    padding: 10px;
    background-color: #49288a;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner-bottom h1 {
    font-size: 40.5px;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    font-weight: 600;
}
.highlight {
    color: #f17948;
}
.right-line {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
}
.sip-intro {
    background-color: #fff;
    position: relative;
}
.left-line {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 50%;
}
.sip_info {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    margin: 0 5%;
    max-width: 400px;
}
.sip_info h1 {
    font-size: 40.5px;
    color: #502e94;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
}
.sip_info h1::after {
    content: "";
    display: block;
    height: 15px;
    background-image: url("/assets/short\ line.png");
    background-repeat: no-repeat;
    background-position-y: 10px;
}
.sip_info h2 {
    font-size: 28px;
    line-height: 1.5;
    width: 100%;
    font-weight: 600;
    margin-top: 3%;
    color: #393247;
}
.sip_info ul {
    margin-left: 20px;
    list-style-image: url('/assets/bullet\ point.png');
    /* font-size: 14px; */
}
.sip_info ul li::marker {
    font-size: 150%;
    color: #502e94;
  }
.sip_img {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 5%;
}
.sip_img img {
    width: 80%;
    height: auto;
}
.calc-sec {
    background-color: #f6f4fb;
    position: relative;
}
.right-white {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}
.why-zebb {
    background-color: #fff;
    position: relative;
}
.why_info {
    padding: 5% 10%;
}
.why-text  {
    padding-left: 25%;
    display: block;
}
.value-sec {
    background-color: #f6f4fb;
    position: relative;
}
.value-sec .why_info{
    padding: 2% 10%;
}
.value-sec .why-text {
    padding-left: 10%;
}
.value_info {
    width: 100%;
    padding: 2% 5%;
}
.value-heading {
    padding-bottom: 20px;
}
.value-heading h1 {
    font-size: 40.5px;
    color: #502e94;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.value-heading h1::after {
    content: "";
    display: block;
    height: 15px;
    background-image: url("/assets/below title.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-position-y: 10px;
}
.value-heading p {
    text-align: center;
    padding: 0 10%;
}
.why-img {
    display: inline;
    float: left;
}
.value_info h2 {
    font-size: 28px;
    line-height: 1.5;
    width: 100%;
    font-weight: 600;
    margin-top: 3%;
    color: #393247;
}
.value_info p {
    color: #60596e;
    /* display: inline; */
    padding-left: 90px;
    padding-top: 5px;
}
.value_img {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.value_img img {
    width: 90%;
    height: auto;
    margin-top: 3%;
}
.about-ceo {
    position: absolute;
    top: 55%;
    text-align: center;
    margin: 0 auto;
    max-width: 330px;
}
.about-ceo h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
    width: 100%;
    color: #393247;
}
.about-ceo h3 {
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    font-weight: 400;
    color: #60596e;
}
.about-ceo p {
    color: #60596e;
}
.left-orange {
    position: absolute;
    bottom: -3.8rem;
    left: 0;
    width: 75%;
}
.get-started {
    color: #e5dbf9;
    text-align: center;
    background-color: #502e94;
    position: relative;
    padding: 100px 0 20px;
}
.get-started p {
    color: #e5dbf9;
}
.started-heading {
    padding-bottom: 20px;
}
.started-heading h1{
    font-size: 40.5px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.started-heading h1::after {
    content: "";
    display: block;
    height: 15px;
    background-image: url("/assets/below title.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-position-y: 10px;
}
.started-heading p {
    text-align: center;
    color: #fff;
}
.sign-up, .kyc, .bitcoin {
    margin: 10% 7%;
}
.sign-up h2, .kyc h2, .bitcoin h2{
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    width: 100%;
    font-weight: 600;
    margin: 5% auto;
}
.footer {
	width: 100%;
    align-items: center;
}

.footer img, .footer p {
    display: inline-block;
}
.calc-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #4c455b;
}
.calc-form .form-group {
    margin-bottom: 25px;
}
.calc-form .input-group {
    position: relative;
}
.calc-form .input-group__prepend {
    position: absolute;
    padding: 8px 15px;
    color: #20232D;
    top: 0;
    left: 0;
    width: 32px;
    pointer-events: none;
    text-align: center;
    /* z-index: 999; */
}
.calc-form .input-group input {
    padding-left: 37px !important;
    width: 100%;
}
.calc-form .form-control {
    border-radius: 40px !important;
    background: transparent;
    border: 1px solid #b2aebb;
}
.calc-form .form-control:focus {
    box-shadow: none;
}
.calc-form .form-select {
    background-image: url(/assets/arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -ms-expand: none;

}
.input-container {
    position: relative;
}
.input-container img {
    position: absolute;
    right: 10px;
    top: 9px;
}
#repeat::after {
    margin-left: 10px;
}
.calculate-btn {
    border-radius: 40px;
    background-color: #502e94;
    color: #fff;
    border-color: #502e94;
    font-family: 'Poppins';
    font-weight: 500;
}
.calculate-btn:hover {
    border-radius: 40px;
    background-color: #502e94;
    color: #fff;
    border-color: #502e94;
}
.calculate-btn:active, .calculate-btn:focus {
    border-radius: 40px;
    background-color: #502e94 !important;
    color: #fff;
    border-color: #502e94 !important;
}
.calculate-btn:focus {
    outline: none;
    box-shadow: none;
}
.mt-20 {
    margin-top: 20px;
}
.result {
    background: #FAFBFF;
    box-sizing: border-box;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.result-lable {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
    color: #4c455b;
    text-align: center;
}
.result-value {
    color: #393247;
    font-size: 30px;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.result-return {
    box-shadow: 0px 5px 10px 0px rgb(229 224 240);
    background-color: transparent;
}
.error {
    color: red;
    font-size: 12px;
    margin: 5px 10px;
}
.left-dotted {
    position: absolute;
    top: 3em;
    left: 14em;
    width: 80%;
}
.right-dotted {
    position: absolute;
    top: 3em;
    right: 14em;
    width: 80%;
}
.highlight a {
    color: #f17948;
    text-decoration: underline;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: none;
}
.rupee {
	max-width: none;
}
.copyright {
	float: left;
}
.social-icons {
	float: right;
}
.footer-row {
	align-items: center;
}
/* 
 .calc-sec {
		display:none;
}
 .signup-img::before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: url(/assets/dotted\ line.png);
} */

/* Media Queries */
  @media screen and (max-width: 2100px) and (min-width: 1500px) {
    .banner {
        height: 100vh;
    	display: flex;
    	align-items: center;
    }
    .banner_img img {
    	width: 100%;
	}
    .sip_img img {
    	width: 100%;
    }
    .section {
    	height: 100vh;
        display: flex;
    	align-items: center;
    }
  }
  @media screen and (max-width: 1024px) {
    .left-dotted {
        left: 11.5em;
    }
    .right-dotted {
        right: 11.5em;
    }
    .sign-up, .kyc, .bitcoin {
        margin: 5%;
    }
  }
  @media screen and (max-width: 800px) {
    .left-dotted {
        left: 8.5em !important;
    }
    .right-dotted {
        right: 8.5em !important;
    }
    .download-img img {
        width: 140px;
    }
  }
  @media screen and (max-width: 767px) {
  	.logo {
    	text-align: center;
    }
    .banner-bottom {
    	position: inherit;
    }
    .banner_img img {
      margin: 10% 0;
    }
    .banner_info h1, .sip_info h1, .value-heading h1, .started-heading h1 {
        font-size: 35px;
    }
    .sip_img img {
        margin-bottom: 30px;
    }
    .about-ceo {
        margin: 0 20px;
    }
    .left-dotted {
        display: none;
    }
    .right-dotted {
        display: none;
    }
    .download-img {
        padding-bottom: 5rem;
    }
    .banner {
        padding: 20px 0 0px;
    }
    .value-sec .why-text {
    	padding-left: 30%;
	}
    .why-text {
    	padding-left: 35%;
	}
    .mobile-col-reverse {
    	flex-direction: column-reverse;
    }
    .copyright {
		float: none;
	}
	.social-icons {
		float: none;
	}
  }
  /*Notice Pop Up*/
  .notice-popup .modal-title {
  	color: #502e94;
  }
  .notice-popup .modal-body a {
  	color: #502e94;
  }
  .notice-popup .btn {
  	background-color: #502e94;
  }
  .notice-popup .btn-secondary:hover {
  	background-color: #8774ad;
  }
  .notice-popup .close {
  	color: #502e94;
    opacity: 1;
  }
  .notice-popup .close:hover {
    opacity: 1;
    color: #8774ad;
    border-color: #8774ad;
  }
  
  .top-notice {
  	background-color: #f17948;
  }
  .top-notice a {
  	color: #fff;
  }