*{
    padding: 0;
margin: 0;
border:none;
outline: none;
box-sizing: border-box;
text-decoration: none;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
/*------------body start--------*/
body{
    color: #000;
    background: #efefef;   
}
/*------------start header--------*/
header{
    width: 100%;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
    background: #fff;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.5s;
    position: fixed;
    top: 0;
    z-index: 10000;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0px auto;
    padding: 10px;
}
.logo img{
height: 50px;
width: 50px;

}
nav ul li{
    display: inline;
    list-style:none;
    position: relative;
}
nav ul li a{
    color: rgb(143, 143, 143);;
    font-size: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
}
nav ul li a:hover{
    color: #4e4b4b;
}

/* Shared ad container styles */

#adsterra-banner-container {
  width: 728px;
  height: 90px;
  margin: 10px auto;
  text-align: center;
}

/*----------this is mobile screen---------*/
.menu{
    border: 2px solid #f7a935;
    border-radius: 5px;
    padding: 7px 10px;
z-index: 1000;
cursor: pointer;
display: none;
}
.menu i{
    font-size: 17px;
    color: rgb(143, 143, 143);
}
/*------------header end--------*/
/*---------top to bottom scrollbar------------*/
.to-top{
    position: fixed;
    height: 40px;
    width: 40px;
    background:#f7a935;
    bottom:20px;
    right:32px;
    border-radius: 10px;
    z-index: 1000;
    font-size: 25px;
    color:#fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    }
    .to-top:hover{
        color: rgb(143, 143, 143);
    }
    .to-top-active{
        opacity: 1;
    pointer-events: auto;
    }
    /*-----------start-hero-area--------*/
.main{
    background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/website\ banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
   margin-top: px;
}
.hero-text{
   padding-top: 100px;
    width: 100%;
}
.hero-text h1{
    font-size: 50px;
    color: #f7a935;
    font-weight: 700;
    text-shadow: 7px 7px 7px #000;
    margin-top: -50px;
}
.hero-text p{
    padding-top: 20px;
    line-height: 1.7em;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}
.btn{
    margin-left: -15px;
}
.btn a{
text-decoration: none;
font-size: 17px;
color: #fff;
border: 2px solid #f7a935;
border-radius: 5px;
margin-right: 15px;
padding: 7px 15px;
transition: 0.5s;
}
.btn a:hover{
    background: #f7a935;
}

/*-------------Online calculator age------------*/
.age-calculator-bg{
    background: #fff;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    position: absolute;
    top: 120px;
    right: 60px;
padding: 10px 60px 20 20px;
}
.date-text{
    font-size: 17px;
    font-weight: 600;
    color: #4e4b4b;
    padding-bottom: 10px;
}
#month1{
    font-size: 14px;
    color: #626262;
}
.month2{
    font-size: 14px;
    color: #626262;
}
#days1{
    font-size: 14px;
    color: #626262;
}
.days2{
    font-size: 14px;
    color: #626262;
}
#year1{
    font-size: 14px;
    color: #626262;
}
.year2{
    font-size: 14px;
    color: #626262;
}
.btn-calculate{
    padding-top: 10px;
    padding-left: 15px;
}
.age-result{
    font-size: 17px;
    color: #4e4b4b;
    padding-top: 10px;
    font-weight: 600;
}
.calc{
    font-size: 15px;
    color: #4e4b4b;
    padding-top: 5px;
    font-weight: 600;
}
.year input{
    width: 130px;
    margin-left: 20px;
}
.date-piker input{
    width: 20px;
}
.year{
    position: relative;
}
.date-piker{
    position: absolute;
top: 40px;
right: 20px;
}
input[type="date"]{
    width: 170px;
    height: 50px;
    background: url(images/calendar\ icon.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 103%;
  color: #221f1f;
  font-style: none;
    border: none;
    outline: none;
    font-size: 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator{
opacity: 0;
}
.year-date{
    position: relative;
}
.date-piker1{
    position: absolute;
top: 126px;
right: 20px;
}
input[type="date"]{
    width: 170px;
    height: 50px;
    background: url(images/calendar\ icon.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 103%;
  color: #221f1f;
  font-style: none;
    border: none;
    outline: none;
    font-size: 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator{
opacity: 0;
}




/*----------calculate-text-------*/
.calculate-text{
    padding-top: 10px;
}
.calculate-text p{
font-size: 16px;
color: #626262;
line-height: 1.7em;
text-align: justify;
font-weight: 400;
}
.calculate-text h2{
    font-size: 30px;
    font-weight: 600;
    color: #4e4b4b;
    padding-top: 10px;
}
/*------------footer--------*/
.footer{
    height: 70px;
    width: 100%;
    background: #fff;
}
.footer-link{
    text-align: center;
    padding-top: 25px;
}
.footer-link ul li{
    display: inline;
    list-style:none;
    background: #f7a935;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
}
.footer-link ul li a{
    font-size: 14px;
    color: #fff;
}
/*------------footer-last-------*/
.footer-last{
    height: 50px;
    width: 100%;
    background: #000;
}
.footer-last-link{
    padding-top: 15px;
    text-align: center;
}
.footer-last-link ul li{
    display: inline;
    list-style:none;
}
.footer-last-link ul li a{
    font-size: 14px;
    color: #fff;
   text-decoration: none;
   font-size: 12px;
}
.footer-last-link ul li span{
    color: #fff;
    font-size: 12px;
}





/*------------this is for mobile screen-------*/
@media only screen and (max-width: 771px){
	 #adsterra-banner-container {
    max-width: auto; /* Small ad size for mobile */
    height: auto;
  }
    .menu{
        display: block;
        font-size: 30px;
        color: #000;
    }
    .logo img{
        height: 40px;
        width: 40px;
    }
    .main{
        margin-top: 60px;
    }
    #listmenu{
        position: absolute;
        height: 100vh;
        width: 100%;
        top: 60px;
        left: 0;
        background: #fff;
        box-shadow: 0 0 10px 10px rgba(87, 85, 85, 0.1);
        overflow: hidden;
        max-height: 0;
        transition: 0.5s;
    }
#listmenu li{
    display: block;
}
#listmenu li a{
    color: #000;
    line-height: 3em;
    color: #626262;
    font-size: 1rem;
}
#listmenu i{
    display: none;
}
.hero-text h1{
    font-size: 30px;
    margin-top: -40px;
}
.hero-text p{
    width: 100%;
    font-size: 12px;
    margin: -20px;
    margin-left: 5px;
}
.btn{
margin-top: 30px;
    margin-left: -21px;
}
.btn a{
    font-size: 12px;
    padding: 3px 7px;
    transition: 0.5s;
    margin-right: 10px;
    }
    .age-calculator-bg{
        margin-top: 500px;
        position: absolute;
        left: 20px;
        height: 500px;
        width: 90%;
    }
.calculate-text{
    margin-top: 500px;
}
.hero-text h1{
    font-size: 25px;
    width: 100%;
}
.calculate-text h2{
    font-size: 25px;
}
.date-piker{
    position: absolute;
top: 50px;
right: 10px;
}
input[type="date"]{
    width: 150px;
    height: 30px;
    background: url(images/calendar\ icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 103%;
  color: #221f1f;
  font-style: none;
    border: none;
    outline: none;
    font-size: 20px;
}
.date-piker1{
    position: absolute;
top: 137px;
right: 10px;
}
input[type="date"]{
    width: 150px;
    height: 30px;
    background: url(images/calendar\ icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 103%;
  color: #221f1f;
  font-style: none;
    border: none;
    outline: none;
    font-size: 20px;
}


}