        *
        {
            margin: 0;
            padding: 0;
        }
        *
        {
            box-sizing: border-box;
        }

        *::before, *::after
        {
            box-sizing: border-box;
        }
        *::before, *::after
        {
            box-sizing: border-box;
        }
        .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
   }
  .whitebg{
      background: #fff;
  }
  .ash{
    border: 1px solid #e1e1e1;
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 0 0 25px 0;
  }
  .marr .name {
    width: 94%;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    height: 45px;
}
.marr .control-label {
    text-align: left;
    margin: 0px 0 7px 15px;
    font-weight: bold;
}
.marr .dated {
    width: 30.5%;
    display: inline-block;
    height: 45px;
    border-radius: 0;
}
.marr .marlr{
    margin: 0  2px;
}
.marr .groomcountry,
.marr .country {
    margin: 0 auto;
    border-radius: 0;
    height: 45px !important;
    width: 94% !important;
    max-width: auto  !important;
}
.marr .searchplace {
    margin: 0 auto;
    display: block;
    width: 94%;
}
.martb {
    height: 45px !important;
}
.section4{
    padding: 30px 0;
}
.table {
    background: #fff;
    font-size: 15px;
}
.table tbody tr>td{
    padding-left: 20px;
}
.section4 .headtitle {
    text-align: center;
    color: #930c0c;
    padding-bottom: 25px;
}
.section2 {
    padding: 25px 0;
    background: #fff;
}
.section2 .headtitle {
    text-align: center;
    padding: 10px 0 35px 0;
    color:#930c0c;
}
.ash h2 {
    background: #123983;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    margin: 0;
    margin-bottom: 15px;
}
.col-md-6.nowrap {
    padding: 0 35px 35px 35px;
}


@media screen and (max-width:414px){
    .col-md-6.nowrap{
        padding: 0;
    }
    .ash.bri {
        margin: 20px 0;
    }
    tbody tr td p{
        padding: 0;
    }
    .autowidth{max-width: auto !important;}
    .festival-inner{padding-bottom: 0 !important;}
    .section2{padding-top: 0;}
}
@media screen and (max-width:640px){
    .result-table td:first-child{
        text-align: left !important;
    }
}
@media screen and (min-width:415px) and (max-width:768px){
    .marr .control-label{
        margin: 0px 0 0 70px;
    }
}
table tr:nth-child(odd) {
    background: #ebebeb;
}
table tr:first-child,
table tr:first-child:hover {
    background: #123474;
    color: #fff;
}
.tblwid{
    width: 20%;
}
.red-result{
    background: url(https://cdn.astroved.com/images/astropedia/bad.png) no-repeat center;
}
.gre-result{
    background: url(https://cdn.astroved.com/images/astropedia/good.png) no-repeat center;
}
.avg-result{
    background: url(https://cdn.astroved.com/images/astropedia/average.png) no-repeat center;
}
/*test*/
@media screen and (min-width: 980px){
    .red-result:hover {
        background: #b71616;
        padding-top: 30px;
        padding-left: 55px;
    }
    .red-result:hover:after {
        content: "Bad";
        color: #fff;
        font-weight: bold;
    }
    .gre-result:hover::after{
        content: "Good";
        color: #fff;
        font-weight: bold;
    }
    .gre-result:hover{
        background: green;
        padding-top: 25px;
        padding-left: 55px;
    }
    .avg-result:hover::after{
        content: "Avg";
        color: #000;
        font-weight: bold;
    }
    .avg-result:hover{
        background: #f7cc1a;
        padding-top: 25px;
        padding-left: 55px;
    }
}
.horo-match-result {
    margin: 35px auto 0;
    text-align: center;
    background: #f7f7f7;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #e1e9f6;
    background: #f2f7fe;
}
h3.horo-match-txt {
    color: #930c0c;
    top: 30px;
    position: relative;
    font-size: 25px;
}
.horo-match-number {
    background: #fff;
    font-size: 21px;
    font-weight: 600;
    padding-left: 10px;
}
.horo-match-number span {
    font-size: 41px;
}
.horo-match-result p {
    font-weight: 600;
    font-size: 1.1em;
    position: relative;
    top: 30px;
}
.avg-color{ color:#930c0c;margin-left: 15px;}
.red-color{ color:#b71616}
.green-color{ color:#008000}
/*horo result*/
.hororesult{
    background: #f9db97;
    padding: 20px 0;
    margin: 20px;
}
.horo-result-width{
    width: 150px;
}
.horo-result-marrage {
    color: #123474;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}
.horo-result-tit {
    top: 20px;
    position: relative;
    color: #930c0c;
    font-weight: 600;
}
@media screen and (max-width: 980px){
    .org{
        min-height: 50px;
    }
    h3.horo-match-txt{
        line-height: 35px;
        top: 20px;
    }
    .horo-match-result p{
        top: 7px;
    }
    .right-img{float: none;}
}
@media screen and (max-width: 768px){
    .horo-result-tit{
        top: 0;
    }
    .horo-result-marrage{
        margin-top: 0;
    }
    .horo-match-number{
        text-align: center;
    }
}
.org-blue p {
    display: inline-block;
    position: relative;
}
.org-blue {
    background: #123474 url(https://cdn.astroved.com/images/astropedia/email-bg.png) repeat center bottom;
    text-align: center;
    padding: 40px 0px;
    margin: 0px auto;
    color: #fff;
}
@media (min-width: 1200px)
.container {
    width: 1170px;
}
.org-blue p {
    display: inline-block;
    position: relative;
}
.emailsend {
    text-align: center;
}
#freetoolsmail {
    border-radius: 3px;
}
input {
    border: 1px solid #ccc;
    color: #888;
    font-size: 16px;
    margin: 5px 0;
    padding: 8px 7px;
    width: 350px;
}
.org-blue input.emailsubmit {
    width: auto;
    height: auto !important;
    padding: 6px 25px;
    margin: 0px;
}
input[type="submit"] {
    background: #ea4a25;
}
@media screen and (min-width: 640px)
{
    input.emailsubmit {
        margin-left: 5px !important;
    }
}
img.right-img.effects-img {
    border-radius: 20px;
    box-shadow: 14px 15px 0px 0px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    width: 150px;
    height: 150px;
    border-radius: 50%;  
    float: none;
    margin: auto;
    position: relative;
    margin-top: 20px;
}
.calc-per {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    position: absolute;
    top: 40%;
    left: 20%;
    background: transparent !important;
}
.calc-per sup{
    top: -8px;
}
.modal-content {
    border: 1px solid #000;
    padding: 0 20px 20px;
    border-radius: 10px;
}