﻿/*.top-blue-banner {
    width: 100%;
    height: 400px;
    background-color: #0f263a;
}*/
    /*.top-blue-banner .banner-heading{
        position : relative;
    }
        .top-blue-banner .banner-heading h1, .top-blue-banner .banner-heading h3 {
            color: #fff;
            font-family: "Poppins", sans-serif;
        }
        .top-blue-banner .banner-heading h1 {
            width : fit-content;
            padding: 15px 30px;
            font-size: 45px;
            font-weight: 600;
            border: 2px dotted white;
            border-radius: 15px;
        }
        .top-blue-banner .banner-heading  h3 {
            font-size: 35px;
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            padding: 15px;
            margin-top: 15px;
        }*/
.top-blue-banner .container{
    padding-top : 135px !important;
}
.top-blue-banner .container, .top-blue-banner .row {
    height: 100%;
}
.top-blue-banner .double-img {
    display: flex;
    align-items: center;
    justify-content: end;
}
    .top-blue-banner .double-img #first-sign, .top-blue-banner .double-img #second-sign {
        background-color: #fff;
        height: 30px;
        margin-top: 10px;
        line-height: 30px;
        border-radius: 27px;
        color: #000;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 18px;
        text-align : center;
    }
.top-blue-banner .img-box {
    max-width: 175px;
}
    .compatibility-answers {
        position: relative;
    }
.top-blue-banner .img-box img {
    min-width: 100px;
    width: 100%;
    border : 3px dotted #fff;
    border-radius : 50%;
}




@media (max-width: 450px) {
    .top-blue-banner .content {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .top-blue-banner .double-img #first-sign, .top-blue-banner .double-img #second-sign {
        font-size: 14px;
    }
}
@media(max-width : 768px){
   
    .top-blue-banner .double-img{
        justify-content : center;
    }
    .top-blue-banner .img-box img{
        width : 90%;
    }
    .top-blue-banner .double-img #first-sign, .top-blue-banner .double-img #second-sign{
        font-size : 16px;
    }
}
@media(max-width : 1291px){
    .top-blue-banner .container {
        padding-top: 0px !important;
    }
}

/*select option*/
#compatibilitypartialId{
    position : relative;
}
/*zodiac selection box*/
.zodiac-horoscope-selectionbox {
    padding: 13px 15px;
    max-width: 300px;
    width: 90%;
    background-color: #ff850b3d;
    border: 1px solid #FF850B;
    border-radius: 0px 10px 10px 0px;
    position: relative;
    margin-top: 0px;
}

    .zodiac-horoscope-selectionbox .title h3 {
        font-size: 21px;
        font-family: 'Poppins';
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
    }
    .zodiac-horoscope-selectionbox .inputbox{
        width : 49%;
        margin : 0px 2px;
    }
    .zodiac-horoscope-selectionbox label {
        color: #000;
        font-size: 14px;
    }
    @media(max-width : 991px) {
        .zodiac-horoscope-selectionbox {
        position: relative;
        top: 25px;
    }
}
#compatibility-search {
    width: 100%;
    padding: 3px 10px;
    background-color: #0f263a;
    color: #fff;
    font-weight: 600;
    border: 2px solid #0f263a;
    border-radius: 20px;
}
    #compatibility-search:hover {
        background-color: #fff;
        color: #0f263a;
    }

    .compatibility-answers .answers .card {
        border-bottom: 5px solid #FF850B;
        border-top: 5px solid #FF850B;
        box-shadow: 0 0 4px #a99e9e;
        border-radius: 10px;
        position: relative;
        cursor: pointer;
    }
        .compatibility-answers .answers .card .card-body{
            padding-left :25px;
            padding-right : 25px;
        }
            .compatibility-answers .answers .card .card-body .title {
                display : flex;
                align-items : center;
                justify-content : space-between;
                position : relative;
                height: 45px;
                text-align: left;
                padding: 10px 0px 10px;
            }
                .compatibility-answers .answers .card .card-body .title h2 {
            font-family: "Poppins", sans-serif;
            font-size: 22px;
            text-align: left;
            font-weight: 600;
        }
                .compatibility-answers .answers .card .card-body .title .score-percentage {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 66px;
                    height: 35px;
                    border-radius: 10px;
                    font-size: 16px;
                    background: #e9ecef;
                    color: #0f263a;
                    font-weight: 600;
                }
                .compatibility-answers .answers .card .card-body .score {
                    margin: 10px 0px 20px;
                }
            .compatibility-answers .answers .card .card-body .description p {
                word-spacing: 4px;
                font-size: 15px;
                text-align: justify;
                color: #545454;
                letter-spacing: .2px;
            }




/*            mix two page
*/
        .compatibility-answers .horoscope-item-name h3 {
            color: #0f263a;
            font-size: 22px;
            padding-top: 10px;
            font-weight: 600;
            font-family: 'Poppins';
        }
.compatibility-answers .score-response p {
    line-height: 1.5;
    font-size: 15px;
    text-align: justify;
    color: #4c4c4c;
    word-spacing: 4px;
    letter-spacing: .2px;
}
.compatibility-answers .bot-alert p {
    text-align: justify;
    margin: 0;
    font-size: 15px;
    letter-spacing: .2px;
    word-spacing: 5px;
}