html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
h1{
    font-size: 22px;
    color: #30619d !important;

}
h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px !important;
}
#head{
    line-height: 30px;
}
td{
    font-size: 16px;
}
p{
    font-size: 16px;
    text-align: left;
}
.jathagam_head{
    text-align: center;
    margin-bottom: 30px;
}
.row_horo{
    margin-top: 20px;
}
.row_botm{
    margin: 20px 0px;
}


.jathagam_form {
    box-shadow:
    0 1.8px 1.2px rgba(0, 0, 0, 0.034),
    0 5.7px 4.3px rgba(0, 0, 0, 0.048),
    0 10.5px 9px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072);
    background: white;
    border-radius: 10px;
    padding: 20px;
  }
.loc{
    width: 100%;
    height: 38px;
}
.submit-h{
    background-color: #123474 !important;
    border: 1px solid #123474 !important;
    width:220px;
    height: 38px;
    padding: 20px;
}
input#birthlocation {
    font-size: 14px;
    border: 1px solid #dedcdc;
}

.birth-date{
    margin-bottom: 10px;
}
table{
    margin: 30px 0px 50px;
    width: 100%;
}
.tr-1{
    background-color: #f7f7f7;
}
.rasi{
    margin-bottom: 20px;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    table { 
		width: 100%; 
    }
    .chart{
        margin: 20px 0px;
    }
    .birthreport{
        display: block !important;
    }
    .birth-table{
        width: 100% !important;
    }
}
.birth-table{
    width: 50%;
    background: #fffee0;
}
.rasi-birth{
    border: 2px solid #bd6f1d !important;
    width: 110px;
    height: 110px;
}
.rasi-birth:hover{
    background-color: #e4eefe;
}

.birthreport{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rasi-chart{
    position: absolute;
    top: 40%;
    left: 30%;
    font-size: 20px;
    font-weight: 600;
    color: #bd6f1d;
}
@media 
only screen and (max-width: 500px){
    .rasi-chart{
        position: absolute;
        top: 35%;
        left: 20%;
    } 
    .form-row{
        padding: 0px 10px;
    }
    .space{
        margin: 20px 0px;
        padding: 0px 3px;
    }
}
.chart-birth{
    position: relative;
}
.sub-btn{
    text-align: center;
}
input[type=password], input[type=text], select, .input, .select, textarea{
    font-size: 14px;
}
@media only screen and (min-width: 515px) and (max-width: 980px){
.right-img {
    display: block;
    margin: 10px auto;
    float: none;
}
.top-img{
    display: none;
}
}
.section3{
    background: #f7faff;
    padding: 20px !important;
}
.section2{
    margin-bottom: 20px;
}
.leaf1 {
    list-style-image: url(https://www.astroved.com/tamil/wp-content/uploads/sites/5/2021/04/shape1.png);
    line-height: 50px;
    margin-bottom: 20px;
}
.li-p {
    font-size: 16px;
    text-align: left;
    line-height: 35px;
    padding: 7px 10px;  
}
.top-img{
    display: block;
    margin: auto;
}
.loader {
    display: block;
    margin: 30px auto;
    width: auto;
    height: auto;
    -webkit-animation: spin 25s linear infinite; 
    animation: spin 25s linear infinite;
  }
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .top-section{
      margin-bottom: 30px;
  }
.section4
{
    padding: 30px 0px 0px !important;
    margin-bottom: 20px !important;
    background-color: #e4eefe;
}
.naks-table{
    text-align: center;
}
.naks-table span{
    color: #bd6f1d;
    font-weight: 600;
}
/*captcha code--*/
.jathagam_form .captcha-wrap {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.jathagam_form .captcha-box {
    padding-top: 11px;
}
.jathagam_form input#captcha {
    background: #f2f2f2;
    border: 1px solid #dedcdc;
    width: 100px;
    color: #000;
}
.row.top-section .jathagam_form .captcha-wrap {
    padding-top: 10px;
}
#captchaerror {
    color: #fc0000;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}