body{
    font-family:raleway;
}

.popover {
    font-family:raleway;
    max-width:1100px;
    margin-bottom:20px;
    border: 2px solid #1dd2c9!important;
    z-index: 29;
}
.poplist li{
    font-size:20px!important;
    border-right:2px solid black;
}
.popover-title{
    padding:20px 14px;
    font-size:30px;
    font-weight:bold;
    background-color:white!important;
}
.popover.bottom>.arrow{
    border-bottom-color: #1dd2c9!important;
}
.popover11{
    top:45px!important;
    right:0%!important;
   //left:100px!important;

}
.popover11 .arrow{
    left:37%!important;
}

.popover22 .arrow{
    //left:55%!important;
    left:59%!important;
}
.popover22{
    top:45px!important;
    left: -217.050079345703px!important;
    right:0%!important;
}


.popover33{
    top:45px!important;
    left: -217.050079345703px!important;
    right:0%!important;
}
.popover33 .arrow{
    //left:72%!important;
    left:76%!important;
}


main{
    padding-top:20px;
    padding-bottom:20px;

}
.profileimg{
    width:80px!important;
    padding:10px 0px;
    float:left;
}
.profileimg img{
    width:80px!important;
    height:80px!important;
    border-radius:4px;
    border:4px solid #1dd2c9;
}
.mainsection{
    padding-top:10px;
    padding-bottom:20px;
}
.mainsection p>strong{
    font-size:22px!important;
    color:black!important;
}

.mainsection p{
    margin-bottom:2px!important;
    color:#d3d3d3;
    font-size:18px!important;
}

.reviews a>i{
    color:#1dd2c9;
    font-size:20px;
}
.comments{
    padding-top:10px;
}

.border{
    border-bottom: 1px solid #ebebeb;
}


.list-inline_popover{
    padding:10px!important;
}

.list-inline_popover li{
    font-size:16px;
    border-right:2px solid black;

}

.list-inline_popover li:last-child{
    border-right:none;
}

.list-inline_popover li>a{
    color:#1dd2c9!important;
}

.list-inline_popover li>a:hover,.list-inline li>a:focus{
    padding-top:10px;
    color:#1dd2c9!important;
    text-decoration: none!important;
    //border-bottom:2px solid #1dd2c9;;
}

/*media queries*/
@media screen and (max-width: 1280px) {
    .popover11{
        top:45px!important;
        /*left:75px!important;*/
    }
    .popover11 .arrow {
/*        left: 29.6854%!important;*/
    }

}
@media screen and (max-width: 1024px) {
    .popover11{
        top:45px!important;
        left:75px!important;
    }
    .popover11 .arrow {
        left: 27.6854%!important;
    }
    .list-inline_popover li{
        font-size:18px;
    }
    .mainsection{
        padding-left:22px!important;
    }
}
@media screen and (max-width: 768px) {
    .popover11{
        left:16px!important;
        top:45px!important;
    }
    .list-inline_popover li{
        font-size:17px;
    }
}
@media screen and (max-width: 320px) {
    .mainsection{
        padding-left:22px!important;
    }
    .list-inline_popover li{
        border-right:none!important;
    }
    .popover11,.popover22{
        top:32px!important;
    }


}