.txttitle{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    h3{
        text-transform: none;
    }
}

.container-wrap{
    width: 100%;
    height: 100%;
    min-height: 630px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #efffff !important;
    
}

.container-wrap .container{
    max-width: 80% !important;
}
.container .btns{
    width: 100%;
    height: auto;
    display: flex;
    max-width: 644px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    
}

.container .btns img{
    width: 100%;
    display: block;
}

.container-wrap .container .col-sm-10{
    padding:0px !important;
}


@media (max-width: 991.98px) {
  .article-content .container-wrap {
    background-image:url('../images/doc_main_bg.jpg') !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .container-wrap .container{
        max-width: 97% !important;
    }
}
