@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body
{
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}
strong{
    font-weight: 500 !important;
}
.left-area .box
{
    margin-top: 0;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 8px;
    padding: 16px;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease 180ms ease-in-out 0s;
    -o-transition: border-color .5s ease 180ms ease-in-out 0s;
    transition: border-color .5s ease 180ms ease-in-out 0s;
    padding-top: 16px;
}
.left-area .question-part h1
{
    font-weight: bold;
    line-height: 1.3;
    color: #333;
    font-size: 23px;
    margin: 10px 0;
}
.left-area .question-part .span, .span
{
    margin-right: 4px;
    font-size: 13px;
    margin-bottom: 8px;
    user-select: none;
    padding: 4px 6px;
    background: #f7f7f7;
    border-radius: 4px;
    text-transform: uppercase;
    color: #666;
    display: inline-block;
}
.left-area .question-part .span a, .span a{
    color: #666;
}
.question-part .options .answer
{
    /*padding: 7px 12px;*/
    color: #666;
    font-weight: 600;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
}
.question-part .options .answer i
{
    color: #2b6dad;
}
/*.options .answer:hover
{
    background-color: rgba(0,0,0,0.02)!important;
}*/
.question-part .options
{
    margin-bottom: 18px;
    float: left;
}
.left-area .question-part h4
{
    margin: 16px 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.left-area .question-part h4 a
{
    color: #333;
}
.answers{
    box-shadow: 0 10px 12px 7px rgba(0,0,0,.08);
    padding: 20px;
}
.answers .row
{
    margin-bottom: 8px;
}
.answers .col-md-1 img
{
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
}
.answers .col-md-11
{
    padding-left: 10px;
}
.answers .col-md-11 h4
{
    margin: 0;
    line-height: 1.2em;
    margin-bottom: 2px;
    font-size: 15px;
}
.answers .col-md-11 span, .answers .col-md-11 span a
{
    font-size: 13px;
    color: #949494;
}
.answers p
{
    display: block;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.answers img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}
.answers li{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
}
.view_all_bottom
{
    font-weight: 600;
    letter-spacing: 0.2px;
}
.left-area hr
{
    width: 100%;
    border-color: #e2e2e2;
}
.ask_question
{
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin: 10px 0;
    background-color: #fff;    
}
.left-area .ask_question{
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 10px 12px 7px rgba(0,0,0,.08);
}
.ask_question .col-md-1
{
    padding-right: 0;
}
.ask_question .col-md-9
{
    padding-left: 8px;
}
.ask_question .col-md-1 i
{
    font-size: 38px;
}
.ask_question .col-md-9 h5,.ask_question .col-md-10 h5
{
    margin: 0;
    font-size: 20px;
}
.ask_question .col-md-9 p
{
    margin: 0;
    font-size: 14px;
    color: #949494;
}
.left-area .ask_question .col-md-9 h5, .left-area .ask_question .col-md-10 h5, 
.left-area .ask_question .col-md-1 i, .left-area .ask_question .col-md-9 p{
    color: #22419c !important;
}
.ask_question .col-md-2 button
{
    border-radius: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.google_button
{
    background-color: #fff;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dadada;
    padding: 6px 7px;
    position: relative;
    bottom: 1px;
    width: 100%;
    outline: none;
}
.google_button img
{
    max-width: 24px;
    display: inline;
}
.google_button span
{
    font-size: 14px;
}
.question-part .description p {
    display: block;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.4;
}
.social-share {
    margin: 0px 0;
    float: right;
}
.social-share a {
    font-size: 18px;
    padding-left: 15px;
    cursor: pointer;
}
.social-share a:first-child,.social-share a:nth-child(2) {
    color: #3b5998;
}
.social-share a:nth-child(3) {
    color: #0077B5;
}
.tooltip {
    position: relative !important;
    display: inline-block !important;
    opacity: 1 !important;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.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;
}
.clear{
    clear: both;
}
.right-area .ask_question .col-md-1 i{
    margin-top: 12px;
    margin-left: 6px;
}
.right-area .ask_question .col-md-10 .form-group{
    margin: 7px 0 0 0;
}
.right-area .ask_question .col-md-10 .form-group input{
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.right-area h6{
    color: #333;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
}
.right-area ul{
    padding-left: 0;
    list-style-type: none;
}
.right-area ul li{
    font-size: 14px;
    margin: 8px 0 16px 0;
}
.right-area ul li a{

}
.user_data p{
    margin: 7px 0 0 0;
    font-size: 15px;
}
.user_data h5 a, .user_data p a{
    color: #333;
}
.user_data h5 a:hover, .user_data p a:hover{
    color: #22419c !important;
}

.index-top-heading h1{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 30px 0 0px 0;
}
.index-top-heading h2{
    font-size: 24px;
    text-align: center;
    margin: 10px 0 30px 0;
}

.all_groups{
    padding: 15px 12px !important;
    text-align: center;
}
.all_groups p{
    margin-bottom: 2px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.all_groups p a{
    color: #1f409b;
}
.all_groups p span{
    color: #5a5959;
    font-size: 14px;
}
.tooltip{
    z-index: 9 !important;
}
.modal-backdrop{
    z-index: 99 !important;
}

#show_more_main{
    margin: 20px 0;
}

.reply{
    border-style: solid;
    border-width: 1px;
    border-color: #dee0e1;
}
.reply>.row{
    margin-bottom: 0;
    padding: 10px;
    background-color: #f7f7f8;
    margin: 0;
}
.reply .row{
    padding: 10px;
    margin: 0;
}
.reply .row .form-group{
    margin-bottom: 0;
}
.reply .row .col-md-2{
    padding: 0;
}
.reply span.rBox{
    border-style: solid;
    border-width: 1px;
    border-color: #dee0e1 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 25px;
    color: #282829;
    background: #fff;
    padding: 10px 20px;
    font-size: 15px;
    width: 100%;
    display: block;
}
.reply span.rBox[placeholder]:empty:before {
    content: attr(placeholder);
    color: #949494; 
}
.reply button{
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #22419c;
    box-shadow: none;
    outline: none;
    border-radius: 25px;
    color: #fff !important;
    background: #22419c;
    height: 40px;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
}
.view_m_r{
    padding: 5px 15px;
    box-shadow: rgba(99, 100, 102, 0.2) 0px 0px 0px 1px;
    margin: 12px 28px 28px;
    border-radius: 1000px;
    text-align: center;
    font-size: 14px !important;
    background-color: #f7f7f8;
    cursor: pointer;
    color: #616161;
    font-weight: 600;
}

/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
.spinner {
  
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-left: 5px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner1 > div{
    background-color: #616161 !important;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.left-side-banner {
    background: #fff;
    padding: 10px;
    border: 1px solid #cacad3;
    box-shadow: 0 10px 12px 7px rgba(0,0,0,.08);
    margin: 25px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
.content-box {
    text-align: center;
    padding: 12px;
}
.content-box h5 {
    line-height: normal;
    font-weight: 600;
    color: #484848;
    margin-top: 18px;
    font-size: 18px;
    text-align: center;
}
.content-box h5 a {
    color: #484848;
}

@media screen and (max-width: 992px) {
  .social-share {
    margin: 10px 0;
    float: none;
  }
  .social-share a:first-child{
    padding-left: 0px;
  }
  .span{
    display: inline-block;
    /*width: 100%;*/
  }
  #optionsDiv .col-md-5{
    padding: 0 10px !important;
    margin-left: 0 !important;
  }
  #optionsDiv .col-md-1{
    float: none !important;
    width: 100% !important;
  }
  #optionsDiv .col-md-1 p{
    margin-left: 0px !important;
    text-align: center !important;
  }
  .res-profile-header{
    text-align: center;
  }
  .res-profile-header img{
    display: inline;
  }
  .ask_question .col-xs-3{
    margin-top: 10px;
  }
  .answers .col-md-11 span{
    display: block;
  }
  .answers .ex-feature{
    float: none !important;
    margin-top: 5px !important;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
    .left-area, .right-area{
        padding: 0 !important;
    }
    .reply span.rBox{
        margin-bottom: 10px;
    }
    .ask_question .col-xs-12{
        text-align: center;
        margin-top: 15px;
    }
    .question-part .options{
        float: none;
    }
    .ask_question .col-md-2 button{
        border-radius: 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.4px;
        width: 100px;
    }
}