@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body
{
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'Open Sans', sans-serif;
}

.img-tag-div{
    position: relative;
    background: #000;
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tags{
    z-index: 999;
    color: #fff;
    font-size: 18px;
    padding: 0 28px;
    text-align: center;
}
.tags a{
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.bg-image
{
    background: linear-gradient(rgba(69,95,175, 0.82),rgba(71,71,71, 0.82)), url("https://d2s3n99uw51hng.cloudfront.net/static/53583fe63079d8a.jpg");
    background-size: cover;
    background-position: center;
    padding: 25px 0;
}
.bg-image .col-md-12
{
padding: 25px 0;
}
.bg-image h1
{
    margin-top: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
}
.filter
{
    background: #f5f5f5;
    padding-top: 12px;
}
.filter .col-md-3
{
padding: 0;
}
.filter .col-md-3 .form-group
{
margin: 0;
}
.filter .col-md-3 select
{
border-radius: 0;
outline: none;
box-shadow: none;
margin-bottom: 12px;
}
.as-box
{
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    padding: 2px;
    margin-bottom: 20px;
    border: 2px solid #f5f5f5;
}
.as-box h2
{
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    min-height: 35px;
}
.as-box h2:hover
{
    color: #337ab7;
    text-decoration: underline;
}
.as-box h3
{
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.as-box h3:hover
{
    color: #337ab7;
    text-decoration: underline;
}
.as-box h5
{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.as-box .col-md-6
{
margin: 10px 0;
}
.as-box .col-md-6 p
{
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    min-height: 34px;
}
.as-box hr
{
    margin: 7px 0;
    border-color: #21419c;
    border-width: 2px;
}
.as-box-p
{
    background: #5aaafa;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #fff;
    padding: 8px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    border: 1px solid #f5f5f5;
    margin: 0;
    min-height: 118px;
}
.as-main-area
{
padding-top: 50px;
}
.as-main-area .col-md-4
{
max-height: unset;
min-height: unset;
}

.as-details-area
{
background: #f7f8f9;
}
.as-details-area .as-first-container
{
    background: #fff;
    border: 2px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    padding: 12px;
    margin-top: -75px;
    margin-bottom: 20px;
}
.as-details-area .as-second-container
{
    background: #fff;
    border: 2px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    padding: 12px;
    margin-bottom: 20px;
}
.as-details-area .as-first-container h2, .as-details-area .as-first-container h1
{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}
.as-details-area .as-first-container h4, .as-details-area .as-first-container h2
{
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}
.as-details-area .as-first-container p
{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
    text-align: center;
}
.as-details-area .as-first-container .as-main-p
{
    color: green;
    font-size: 14px;
    margin: 18px 0;
    letter-spacing: 0.4px;
    text-align: center;
}
.clear
{
clear: both;
}
.as-details-area .as-second-container p
{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 14px;
    letter-spacing: 0.4px;
}
.as-details-area .as-first-container button
{
border-radius: 0px;outline: none;box-shadow: none;margin: 10px 0;background: #f14045;border-color: #f14045;
}

.tab-heading {
    font-family: open sans;
    border-top: .3rem solid #1f409b;
    margin-bottom: 35px;
    color: #fdfdfd;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    position: relative;
    font-size: 20px;
}

.tab-heading:after, .tab-heading:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    transform: rotateZ(270deg);
    margin: 0 0 0 1rem;
}

.tab-heading .text {
    display: block;
    background-color: #1f409b;
    padding: .2rem 1rem .5rem;
    border-color: #1f409b;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    position: relative;
    box-shadow: 0.1rem 0.4rem 0.5rem -3px rgba(0,0,0,.56);
    margin-top: -1px;
}

.tab-heading .text:after {
    top: -.7rem;
    right: .65rem;
    transform: rotate(20deg);
    content: '(';
    color: transparent;
    font-size: 1.7rem;
    font-weight: 900;
}

.tab-heading:after, .tab-heading:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    transform: rotateZ(270deg);
}

.social-share {
    margin: 10px 0;
}
.social-share a {
    font-size: 18px;
    padding-left: 15px;
    cursor: pointer;
}
.tooltip {
    position: relative !important;
    display: inline-block !important;
    opacity: 1 !important;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #1f409b;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 2px 0;
    position: absolute;
    z-index: 1;
    top: 128%;
    left: 75%;
    margin-left: -60px;
    font-size: 12px;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1f409b;
}
.social-share a:first-child {
    color: #3b5998;
}
.social-share a:nth-child(2) {
    color: #0077B5;
}
.social-share a:nth-child(3) {
    color: #da2e7a;
}

.socialInDetail
{
    position: absolute;
    right: 38px;
    top: 0;
}

.another-sec h2{
    margin: 50px 0 30px 0;color: #1f409b;font-weight: 600;text-align: center;font-size: 25px;letter-spacing: 0.5px;
}
.another-sec p{
    text-align: center;font-size: 20px;color: #4a4a4a;font-weight: 600;margin-bottom: 20px;
}
.another-sec button{
    border-radius: 0;font-size: 16px;padding: 8px 20px;
}
.another-sec button a{
    color: #fff;text-decoration: none;
}
.another-sec .another-sec-inner-div{
    border: 1px solid #cacad3;
    box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
    padding: 20px;
    margin-bottom: 30px;
    background: #f7b604;
}
.another-sec .another-sec-inner-div img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.another-sec .another-sec-inner-div h3{
    font-size: 22px;
    text-align: center;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.another-sec .another-sec-inner-div h3 a{
    color: #000;
}
.another-sec .another-sec-inner-div ul{
    margin-bottom: 20px;
    list-style-type: none;
    padding-left: 12px;
}
.another-sec .another-sec-inner-div li{
    line-height: 1.8;
    font-size: 16px;
    color: #000;
}
.another-sec .another-sec-inner-div li i{
    width: 20px;
    height: 16px;
    text-align: center;
    margin-right: 5px;
}

@media only screen and (max-width: 693px) {
   .as-box .text-right{
    text-align: center !important;
   }
   .as-box .social-share{
    float: none !important;
    text-align: center !important;
   }
   .socialInDetail{
    top: -42px;
   }
  .as-details-area .as-first-container button{
    float: none;
  }
  .as-details-area .as-first-container .dropdown{
    width: 100% !important;
  }
  .as-details-area .as-first-container .as-main-p{
    float: none;
    text-align: center;
  }
  .as-details-area .as-first-container h2{
    text-align: center;
    margin-top: 30px;
  }
  .as-details-area .as-first-container h4{
    text-align: center;
  }
  .as-details-area .as-first-container p{
    text-align: center;
  }
  .extra_about_content{
    padding: 0 30px !important;
  }
}
.as-box-p p
{
    margin-bottom: 5px;	
}
.filter .col-md-2
{
padding: 0;
}
.filter .col-md-2 select {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    margin-bottom: 12px;
    min-height: 42px;
}
.filter .col-md-3 input, .filter .col-md-2 input {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    margin-bottom: 12px;
    min-height: 38px;
}
select{
    min-height: 38px;
}
.predictor
{
position: relative;
}
.predictor div
{
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid #000;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    padding-top: 8px;
    top: 125px;
    left: 35%;
}
.count {
    font-size: 14px;
}
.as-box h3 {
    padding: 10px 0 !important;
    margin: 0 !important;
    position: relative !important;
    background: #fff !important;
}

.resAlerts{
    padding: 14px;
    box-shadow: 0 1px 2px 1px hsl(0deg 0% 43% / 14%);
    background: #f7b604;
    color: #000;
    display: none;
}

@media only screen and (max-width: 600px) {
    
    .filter .col-md-3 .form-group{
        margin-bottom: 10px;
    }
    .filter .col-md-6{
        padding-left: 15px !important;
    }
    .details-ul{
        margin: 5px 0 25px 0 !important;
        text-align: left;
    }
    .details-ul li{
        margin-bottom: 12px !important;
    }
    .details-ul span{
        min-height: auto !important;
        display: inline !important;
        float: none !important;
        width: auto !important;
        margin-left: 0px !important;
    }
    .ab-box-predictor{
        margin-bottom: 18px;
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 10px;
    }
    .ab-box-details .left-area .dropdown{
        margin: 18px 0 !important;
    }
    .ab-box-details .left-area .dropdown button{
        white-space: initial !important;
    }
    .ab-box-details .right-area .dropdown{
        margin-bottom: 12px !important;
    }
    .ab-box-btn{
        margin-top: 12px !important;
    }
    #as-modal .modal-body>div, #as-modal1 .modal-body>div{
        margin: 0 !important;
    }
    #benefitsModal .modal-dialog{
        width: auto !important;
    }
    .right-area>p{
        display: flex !important;
    }
    .right-area .dropdown{
        width: 100%;
    }
    .right-area .dropdown button{
        min-width: auto !important;
        max-width: initial !important;
        width: 100%;
    }
    .ab-bottom-box{
        display: none;
    }
    .resAlerts{
        display: block;
    }

}