#div_comments {
    position: relative;
    background-size: cover;
    padding: 30px 120px;
    background-position: center;
    /* margin-bottom: 40px; */
}


#div_comments h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    color: #155144;
}

#div_comments h2::before{
    width: 25%;
    right: 15%;
    left: auto;
}

#div_comments h3{
    font-size: 25px;
    font-family: 'gotham';
    color: #155144;
    text-align: start;
    margin: 10px 0px;
}

#div_comments p{
   
    color: #155144;
    text-align: justify;
}

#div_comments p.name{
    
    color: #155144;
    text-align: end;
    margin: 10px 0px;
    font-weight: bold;
}


#div_comments .comment{
    background-color: #FBEEE6;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 255px;
    margin-top: 100px;
}

#div_comments .com_1 {
    margin-top: 0;
}

#div_comments .comment:nth-of-type(odd) {
    margin-top: 50px;
}

#div_comments .bx-wrapper{
    /* height: 385px; */
    margin-bottom: 0;
}


#contact {
    padding: 10px 35px;
    background: #f7f7f7;
    max-width: 700px;
    margin: auto;
}

.tcenter {
    text-align: center;
}

#contact .head {
    text-align: center;
    padding: 5px 0px;
    color: #1A5FAF;
    text-transform: uppercase;
    font-weight: bold;
}

.line_group {
    display: flex;
}

.form-group{
    text-align: left;
    width: 80%;
    margin: 10px auto 0 auto;
}

#div_comments .btn{
    margin-top: 0;
    position: absolute;
    bottom: 95px;
    left: 25%;
}

#div_comments label{
    color: #155144;
    font-family: 'gotham';
    font-size: 16px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#div_comments form{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    background-color: #FBEEE6;
    padding: 30px 0;
}

#div_comments input{
    border-color: #155144;
    margin-top: 10px;
}


#div_comments textarea{
    border-color: #155144;
    margin-top: 10px;
}

#div_comments input[type="submit"] {
    background-color: #D86018;
    color: #fff;
    width: 300px;
    margin: 30px auto;
    border:none;
}

#send_book{
    margin-top: 60px;
}

#div_comments .bx-wrapper .bx-pager{
    position: relative;
}

#div_comments .tcenter.py-2{
    position: relative;
    left: -300px;
    top: -80px;
}

#div_comments .bx-wrapper .bx-pager {
    bottom: 45px;
}

#div_comments .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #FBEEE6;
    width: 14px;
    height: 14px;
    border-radius: 7px;
}

#div_comments .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #D86018;
}

@media screen and (max-width: 1150px) {

    #div_comments .tcenter.py-2{
        left: -200px;
    }
}

@media screen and (max-width: 950px) {

    #div_comments .tcenter.py-2{
        left: -150px;
    }
    
    #div_comments .tcenter.py-2{
        position: relative;
    }
}

@media screen and (max-width: 900px) {
    #div_comments{
        padding: 55px 60px;
    }
}

@media screen and (max-width: 600px) {
    #div_comments{
        padding: 10px 30px;
    }
}