﻿body {
    font-family: "Roboto";
    background: #ffffff;
    color: #000000;
    margin: 0;
   /* min-width: 120vw;*/
}

li.nav-item {
    padding: 0 10px;
}

.active p {
    display: block;
    height: 4px;
    width: 15px;
    background-color: #000000;
    text-align: center;
    margin: auto;
    margin-top: -5px;
    border-radius: 20px;
}

.botton-sub-curve-div {
    width: 100%;
    height: 100px;
    background: #ffffff;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
}



#copyright-text {
    color: black;
    text-align: center;
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.img-fluid {
    width: 100%;
}

.CSSC-seventh-section {

}

.seventh-section-pTag {
    width: 70%;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    margin: 0 auto 70px auto;
    font-family: 'Roboto', sans-serif;
}

.card {
    align-items: center;
    max-width: 525px;
    /*min-height: 269px;*/
    background: #F7F7F7;
    border-image: linear-gradient(to left, #F0F0F0 0%, #50505000 100%) 2;
    border-width: 2px;
    /*padding: 20px 0;*/
    cursor: pointer;
    box-shadow: none
}

    .card:hover {
        /*border-image: linear-gradient(to right, #F0F0F0 0%, #000000 100%) 2;
        border-width: 2px;
        border-style: solid;*/
        background-color: #d3d3d3;
        cursor: pointer;
        box-shadow: 0px 0px 13px rgba(0,0,0,0.1);
        color: #000;
    }

        .card:hover .card-title {
            color: #000 !important;
        }

    .__demopagedivs {
        min-height: 269px;
    }

        .__demopagedivs:hover {
            background-color: #d3d3d3;
            cursor: pointer;
            box-shadow: 0px 0px 13px rgba(0,0,0,0.1);
            color: #000 !important
        }

    .__demopagedivs:hover ._Title {
        color: #000 !important;
    }

/*#workwithdata:hover img#workwithowndata {
    content: url('../img/SVGs/work-your-data-main-hover.svg');
}

#workwithsample:hover img#workwithsampledata {
    content: url('../img/SVGs/work-sample-data-main-hover.svg');
}*/

.card img {
    margin-top: 76px;
    width: 40px;
    height: 50px;
    object-fit: contain;
}

    .card h5 {
        font-weight: 400;
        font-size: 21px;
        /*margin-bottom: 49px;*/
        color: #000;
        font-family: 'Roboto', sans-serif;
    }

._datasetSelect {
    margin-bottom: 49px;
}

.belowText {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 49px;
    font-weight: normal !important;
    font-size: 16px !important;
}

.belowTextSample {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 79px;
    font-weight: normal !important;
    font-size: 16px !important;
}

.card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.card-body {
    padding-top: 0 !important;
}

.bottom-cards {
    height: 235px !important;
}

.dataset-cards {
    height: 160px !important;

}

.CSSC-seventh-section h2 {
    color: #000000;
    font-weight: 500;
    font-size: 41px;
    margin-top: 40px;
    margin-bottom: 38px;
    font-family: 'Roboto', sans-serif;
}

.__filetext {
    font-size: 12px;
}

#mainheader {
    margin-top: -3px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .card {
        width: auto !important;
/*        height: 435px !important;*/
    }

    .bottom-cards {
        height: 205px !important;
    }

    .dataset-cards {
        height: 200px !important;
        margin-left:0px !important;
    }
}

@media only screen and (max-width: 991px) {

  

    .CSSC-seventh-section {
        /* padding-top: 0 !important;
        padding-bottom: 0 !important;*/
    }

        .CSSC-seventh-section h2 {
            font-size: 35px;
            line-height: normal;
        }

        .CSSC-seventh-section p {
            font-size: 17px;
            width: 240px;
            /*margin-bottom: 0 !important;*/
        }

    .card {
        margin-top: 20px;
        width: auto !important;
     
    }
    .dataset-cards {
        margin-left: 0px !important;
    }
        .card img {
            width: 40px;
            height:40px;
            /*line-height: normal;*/
        }
        .card-body h5{
            font-size:14px;
        }
            .card p br {
                display: none;
            }

    .inner-cards {
        margin-top: 10px;
    }

    .__choosedataset h5 {
        font-size: 16px !important;
        font-weight: 500 !important
    }
    #closeBtn {
        width: 15px !important;
        height: 15px !important;
    }
    #sampledataset {
        margin-right: 8px !important;
    }

    #footers{
        font-size:13px;
    }
}




.__cardimage {
    align-content: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;
}

.__choosedataset h5 {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

#modal-header {
    border: none;
    display: unset;
    padding-bottom: 0px;
}

#modal-body {
    padding: 5px 25px !important;
    padding-top: 0px !important;
}

#sampledataset{
    margin-right:19px;
}

#choosedatasetModalLabel {
    vertical-align: middle;
    text-align: center;
}

#closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
/*#choosedatasetModal{
    background-color:#fff;
    border-radius:11px;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.3);
}*/
#dropdownMenuButtonCurrency .currency-name {
    display: inline;
}


@media (min-width:300px) and (max-width:500px) {
    .__mobilebtns {
        width: 100px;
        height: 40px;
        font-size:14px;
    }
    .__referencetext {
        display: unset !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        gap: 0px;
    }
    .__filetext {
        font-size: 12px;
    }

    .__demopagedivs {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        height:160px;
    }

    .card img {
        margin-top: 22px !important;
        width: 40px !important;
        height: 40px !important;
        object-fit: contain;
    }

    .seventh-section-pTag {
        width: 100% !important;
        font-weight: 400;
        margin-bottom:50px;
        font-size: 12px !important;
        line-height: 1.5;
        text-align: center; 
      
    }

    .CSSC-seventh-section h2 {
        font-size: 22px;
        line-height: normal;
        width: 100%;
        margin-bottom: 25px;
    }

    .__containerfluid{
        padding:unset !important;
    }

    .card{
        margin-top:0px !important;
    }

    .card h5{
        margin-bottom:-20px;
    }

    #fileError{
        font-size:13px;
        text-align:start !important;
    }

    .__format{
        margin-bottom:-5px;
    }

    .__sentiment {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .__mobilebtnsdataset {
        width: 90px;
        height: 40px;
        font-size: 13px;
    }

   #header{
       padding:0px !important;
   }

   #dropdownMenuButton{
       font-size:13px !important;
   }

    #dropdownMenuButtonCurrency {
        font-size: 12px !important;

    }

    #dropdownMenuButtonCurrency:hover {
        background-color: #F0F0F0;
    }

        #dropdownMenuButtonCurrency .currency-name {
            display: none;
        }

    ._costestimate{
        height:97px !important;
        width : 100% !important;
    }

    .__price{
        text-align:center !important;
    }

    .dropdown-toggle:hover{
        color:dimgray !important;
    }

    .btn.show{
        color:dimgrey !important;
        background-color:white !important;
    }

    .btn-outline-secondary {
        border: 1px dashed lightgray ;
    }

    .dropdown-menu {
        padding: unset !important;
        min-width: 100px !important;
    }

    /*.form-control {
        height: 45px !important;
    }*/

    .slider1:before{
        height:15px !important;
        width:14px !important;
    }

    .switch1{
        height:20px !important;
        width:40px !important;
    }

    #fileicon {
        margin-left: -10px !important;
        width: 30px !important;
    }

    #key-error-label{
        font-size:14px !important;
    }

    .buttongap {
        margin-left: -9px;
    }

    #__LoginBtn{
        font-size:13px !important;

    }

    .__cardsdiv {
        gap:30px;
        margin-top: 30px !important;
    }
    }