@font-face {
    font-family: theseason;
    src: url(/fonts/Demo-The-Seasons/Demo_Fonts/Fontspring-DEMO-theseasons-reg.otf);
}
@font-face {
    font-family: Roboto-Thin;
    src: url(/fonts/Roboto/Roboto-Thin.ttf);
    }
    @font-face {
        font-family: Roboto-Light;
        src: url(/fonts/Roboto/Roboto-Light.ttf);
        }
    
.testimonial-box-container{
    width: 100%;
    display: flex;
}
.testimonial_cards{
    /* padding: 0rem 4rem 1rem 3rem; */
    margin-left: 5%;
}
.testimonial_card-row{
    display: flex;
}
.header-testimonial{
    margin-left: 7%;
    margin-top: 2rem;
    padding-top: 1rem;
}
.header-testimonial .Breadcrumbs{
    margin-bottom: 1rem !important;
}
/* Modal CSS */

    .modal-body .modal-container-clienttestimonial{
        padding: 1rem 2rem;
    }

/* Modal CSS End */
.testimonial-fst-row{
    display: grid;
    border: 2px solid black !important;
    padding: 2rem;
    width: 35%;
    margin: 2rem;
}
.testimonial-fst-row:hover{
    border: 2px solid #0a1a3b;
}
.testimonial_card-row div .client-testim{
    display: flex;
}
.testimonials_form {
    position: absolute;
    background-color: #ddd8d3;
    width: 25rem;
    margin-right: 0;
    right: 0;
    padding: 4rem 2rem 4rem 2rem;
    top: 10.6rem;
    
    color: #0a1a3b;
}
/* .height_loadmore_testimonial{
    height: 280vh;
}
.height_loadmore_testimonial_add{
    height: 160%;
} */
.client-testim div h2{
    font-size: 18px;
    font-weight: 600;
}
.client-testim div{
    margin: 1rem;
    /* width: 17%; */
}
.client-testim div img{
    width: 100%;
}
.client-testim div h3{
    font-size: 16px;
    font-weight: 500;
}
.testimonial-learn-btn{
    margin: auto;
}
.testimonial-learn-btn button{
    width:15rem;
    padding: 10px 20px 10px 20px;
    border: 2px solid #e0b261;
    font-size: 14px;
    margin-top: 2rem;
    text-transform: uppercase;
    color: #e0b261;
    background-color: white;
}
.testimonial-fst-row:hover .testimonial-learn-btn button{
    border: 2px solid #0a1a3b;
    color: #0a1a3b;
    background-color: white;
}
.testimonial-fst-row .testimonial-learn-btn button:hover{
    border: 1px solid #e0b261;
    color: #0a1a3b;
    background-color: #e0b261;
    scale: 1.05;
    transition: 0.8s all;
}
.sec-testi-form form{
    color:#766558;
}
.testimonial-form-btn-content{
    text-align: center;
}
.testimonial-form-btn-content a button{
    border: 1px solid #e0b261;
    text-transform: uppercase;
    letter-spacing: 4px;
    width: 15rem;
    color: #e0b261;
    padding: 10px 25px 10px 25px;
    margin-bottom: 4rem;
}
.testimonial-form-btn-content a:hover button{
    border: 1px solid white;
    color: white;
    background-color: #e0b261;
    scale: 1.1;
    transition: 0.8s all;
}
.modal-content {
    top: 4rem;
}
.modal-body{
    padding: 0rem 4rem;
    line-height: 2;
}
.modal-container-clienttestimonial-box div{
    margin-top: 2rem;
}
.modal-container-clienttestimonial-img{
    text-align: center;
}
.modal-container-clienttestimonial-img img{
    width: 35%;
}
.modal-container-clienttestimonial-heading-content h2{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-family: "Roboto-Thin" !important;
    color: #0a1a3b;
}
.modal-container-clienttestimonial-heading-content h3{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-family: "Roboto-Light" !important;
    color: black;
}
.modal-container-clienttestimonial-heading-content h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.6px;
    color: black;
    font-family: "Roboto-Light" !important;
    margin-left: 0rem !important;
    margin-top: 2rem;
}
.modal-container-clienttestimonial-only-content p {
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
    letter-spacing: 0.6px;
    font-family: "Roboto-Thin" !important;
    color: black;
    margin-top: 1.2rem;
}
.engage-testim-form p a{
    color: #0a1a3b !important;
}
.modal-container-clienttestimonial-only-content li{
    font-size: 16px !important;
    font-weight: 700 !important;
    color: black !important;
    list-style: none;
    font-family: "Roboto-Thin" !important;
}
.modal-footer {
  justify-content: center !important;
}
.testimonials_form h2{
    font-size: 30px !important;
    font-weight:800;
    font-family: 'theseason' !important;
}
.sec-testi-form form input{
    width: 20rem;
    height: 2.5rem;
    padding-left: 10px;
    border: 2px solid #766558;
}
.sec-testi-form form textarea{
    width: 20rem;   
    border: 2px solid #766558;
    padding-left: 10px;
}
.sec-testi-form form label{
    color:#766558;
    font-size: 16px;
    margin-top: 1rem;
}
.engage-testim-form h2{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 1.5rem;   
}
.engage-testim-form p a{
    font-size: 18px;
    font-weight: 500; 
    color: #0a1a3b;  
}
.loadmore-btn-testim a button{
    position: relative;
    /* text-align: center; */
    left: 30%;
}
.loadmore-btn-testim a button{
    padding: 10px 50px 10px 50px;
    text-transform: uppercase;
    font-size: 24px;
    border: 2px solid #e0b261;
    background-color: white;
    color: #e0b261;
}
.loadmore-btn-testim a button:hover{
    border: 2px solid white;
    background-color: #e0b261;
    color: white;
    scale: 1.06;
    transition: 0.8s all;
}
.client-testim div img{
    width: 4.5rem;
    height: 4.5rem;
}
@media (min-width:2000px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 35%;
        margin: 2rem;
    } 
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        border: 2px solid #766558;
        font-size: 25px;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 31rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 10.6rem;
        color: #0a1a3b;
    }
    .testimonial-form-btn-content a button {
        font-size: 24px;
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        color: #e0b261;
        padding: 10px 25px 10px 25px;
        margin-bottom: 4rem;
    }
    .engage-testim-form h2 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }
    .engage-testim-form p a {
        font-size: 26px;
        font-weight: 500;
        color: #0a1a3b;
    }
    .testimonials_form h2 {
        font-size: 36px;
        font-weight: 500;
    }
    .client-testim div h2 {
        font-size: 25px;
        font-weight: 600;
    }
    .client-testim div h3 {
        font-size: 23px;
        font-weight: 500;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 22px;
        margin-top: 1rem;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
}
@media (max-width:1999px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 35%;
        margin: 2rem;
    } 
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        border: 2px solid #766558;
        font-size: 25px;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 31rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 10.6rem;
        color: #0a1a3b;
    }
    .testimonial-form-btn-content a button {
        font-size: 24px;
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        color: #e0b261;
        padding: 10px 25px 10px 25px;
        margin-bottom: 4rem;
    }
    .engage-testim-form h2 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }
    .engage-testim-form p a {
        font-size: 26px;
        font-weight: 500;
        color: #0a1a3b;
    }
    .testimonials_form h2 {
        font-size: 36px;
        font-weight: 500;
    }
    .client-testim div h2 {
        font-size: 25px;
        font-weight: 600;
    }
    .client-testim div h3 {
        font-size: 23px;
        font-weight: 500;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 22px;
        margin-top: 1rem;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
}
@media (max-width:1950px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 35%;
        margin: 2rem;
    } 
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        border: 2px solid #766558;
        font-size: 25px;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 31rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 10.6rem;
        color: #0a1a3b;
    }
    .testimonial-form-btn-content a button {
        font-size: 24px;
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        color: #e0b261;
        padding: 10px 25px 10px 25px;
        margin-bottom: 4rem;
    }
    .engage-testim-form h2 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }
    .engage-testim-form p a {
        font-size: 26px;
        font-weight: 500;
        color: #0a1a3b;
    }
    .testimonials_form h2 {
        font-size: 36px;
        font-weight: 500;
    }
    .client-testim div h2 {
        font-size: 25px;
        font-weight: 600;
    }
    .client-testim div h3 {
        font-size: 23px;
        font-weight: 500;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 22px;
        margin-top: 1rem;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
}
@media (max-width:1900px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 35%;
        margin: 2rem;
    } 
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        border: 2px solid #766558;
        font-size: 25px;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 31rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 10.6rem;
        color: #0a1a3b;
    }
    .testimonial-form-btn-content a button {
        font-size: 24px;
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        color: #e0b261;
        padding: 10px 25px 10px 25px;
        margin-bottom: 4rem;
    }
    .engage-testim-form h2 {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }
    .engage-testim-form p a {
        font-size: 26px;
        font-weight: 500;
        color: #0a1a3b;
    }
    .testimonials_form h2 {
        font-size: 36px;
        font-weight: 500;
    }
    .client-testim div h2 {
        font-size: 25px;
        font-weight: 600;
    }
    .client-testim div h3 {
        font-size: 23px;
        font-weight: 500;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 22px;
        margin-top: 1rem;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
}
@media (max-width:1850px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 35%;
        margin: 2rem;
    } 
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        border: 2px solid #766558;
        font-size: 25px;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 22px;
        margin-top: 1rem;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 31rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 10.6rem;
        color: #0a1a3b;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
    .client-testim div h3 {
        font-size: 20px;
        font-weight: 500;
    }
}
@media (max-width:1800px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 47%;
        margin: 2rem;
    } 
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        border: 2px solid #766558;
        font-size: 25px;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 31rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 10.6rem;
        color: #0a1a3b;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
}
@media (max-width:1750px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 46%;
        margin: 2rem;
    } 
    .client-testim div h3 {
        font-size: 18px;
        font-weight: 500;
    }
    .client-testim div h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        border: 2px solid #766558;
        font-size: 25px;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 29rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 10.6rem;
        color: #0a1a3b;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
}
@media (max-width:1700px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 44%;
        margin: 2rem;
    } 
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        font-size: 24px;
        border: 2px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
}
@media (max-width:1650px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 42%;
        margin: 2rem;
    } 
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 27rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 12.6rem;
        color: #0a1a3b;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 2.5rem;
        font-size: 22px;
        border: 2px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
    .testimonial-form-btn-content a button {
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        color: #e0b261;
        font-size: 20px;
        padding: 10px 25px 10px 25px;
        margin-bottom: 4rem;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 20px;
        margin-top: 1rem;
    }
    .testimonials_form h2 {
        font-size: 30px;
        font-weight: 500;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 3.5rem;
        border: 2px solid #766558;
    }
}
@media (max-width:1600px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 40%;
        margin: 2rem;
    } 
    .sec-testi-form form input {
        width: 100%;
        height: 2.5rem;
        font-size: 21px;
        border: 2px solid #766558;
    }
}
@media (max-width:1550px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 39%;
        margin: 2rem;
    } 
}
@media (max-width:1500px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 37%;
        margin: 2rem;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 14px;
        margin-top: 1rem;
    }
    .testimonials_form h2 {
        font-size: 26px;
        font-weight: 500;
    }
    .engage-testim-form p a {
        font-size: 20px;
        font-weight: 500;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 2.5rem;
        font-size: 20px;
        border: 2px solid #766558;
    }
}
@media (max-width:1450px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 2rem;
        width: 38%;
        margin: 2rem;
    } 
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 22rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 10.6rem;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 2.5rem;
        font-size: 18px;
        border: 2px solid #766558;
    }
}
@media (max-width:1400px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 40%;
        margin: 2rem;
    }
    .testimonial-learn-btn button {
        width: 10rem;
        padding: 10px 20px 10px 16px;
        border: 2px solid #e0b261;
        font-size: 14px;
        margin-top: 2rem;
        text-transform: uppercase;
        color: #e0b261;
        background-color: white;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 20rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 16rem;
        height: 2.5rem;
        border: 2px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 16rem;
        border: 2px solid #766558;
    }
}
@media (max-width:1350px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 33%;
        margin: 2rem;
    } 
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 23rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 18rem;
        height: 2.5rem;
        border: 2px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 18rem;
        border: 2px solid #766558;
    }
}
@media (max-width:1300px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 32%;
        margin: 2rem;
    }
}
@media (max-width:1250px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 35%;
        margin: 1rem;
    }
    .client-testim div img {
        width: 3.5rem;
        height: 3.5rem;
    }
}
@media (max-width:1200px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 34%;
        margin: 1rem;
    }

}
@media (max-width:1170px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 35%;
        margin: 1rem;
    }
    .testimonial-learn-btn button {
        width: 7rem;
        padding: 10px 20px 10px 20px;
        border: 2px solid #e0b261;
        font-size: 14px;
        margin-top: 0rem;
        text-transform: uppercase;
        color: #e0b261;
        background-color: white;
    }
    .client-testim div h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .client-testim div img {
        width: 3.5rem;
        height: 3.5rem;
    }
    .sec-testi-form form textarea {
        width: 14rem;
        border: 2px solid #766558;
    }
    .sec-testi-form form input {
        width: 14rem;
        height: 2.5rem;
        border: 2px solid #766558;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 18rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    /* .testimonial_card-row div .client-testim {
        display: flow-root;
    } */
}
@media (max-width:1100px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 35%;
        margin: 1rem;
    }
    .testimonials_form h2 {
        font-size: 22px !important;
        font-weight: 800;
        font-family: 'theseason' !important;
    }
    .header-testimonial{
        margin-left: 3rem;
        padding-top: 1rem;
    }
    .testimonial_cards {
        padding: 2rem 4rem 1rem 2rem;
    }
}
@media (max-width: 1000px){
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 33%;
        margin: 1rem;
    }
}
@media (max-width: 920px){
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 31%;
        margin: 1rem;
    }
}
@media (max-width:900px) {
    .testimonial-learn-btn button {
        width: 100%;
        padding: 10px 30px 10px 30px;
        border: 2px solid #e0b261;
        font-size: 14px;
        margin-top: 2rem;
        text-transform: uppercase;
        color: #e0b261;
    }
    .testimonial_cards {
        padding: 2rem 4rem 1rem 2rem;
    }
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem;
        width: 28%;
        margin: 1rem;
    }
    .testimonials_form {
        position: absolute;
        background-color: #ddd8d3;
        width: 24rem;
        margin-right: 0;
        right: 0;
        padding: 4rem 2rem 4rem 2rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 19rem;
        height: 2.5rem;
        border: 2px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 19rem;
        border: 2px solid #766558;
    }
    .testimonial-learn-btn button {
        width: 100%;
        padding: 10px 30px 10px 30px;
        border: 2px solid #e0b261;
        font-size: 12px;
        margin-top: 2rem;
        text-transform: uppercase;
        color: #e0b261;
    }
    .client-testim div h3 {
        font-size: 12px;
        font-weight: 500;
    }
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem 0rem;
        width: 32%;
        margin: 1rem;
    }
}
@media (max-width:860px) {
    .testimonial-learn-btn button {
        width: 100%;
        padding: 10px 30px 10px 30px;
        border: 2px solid #e0b261;
        font-size: 14px;
        margin-top: 2rem;
        text-transform: uppercase;
        color: #e0b261;
    }
    .testimonial_card-row {
        display: block;
    }
    .testimonial_card-row div .client-testim {
        display: flex;
    }

    .testimonial_cards {
        padding: 2rem 4rem 1rem 2rem;
    }
    .testimonial-learn-btn button {
        width: 100%;
        padding: 10px 30px 10px 30px;
        border: 2px solid #e0b261;
        font-size: 12px;
        margin-top: 2rem;
        text-transform: uppercase;
        color: #e0b261;
    }
    .client-testim div h3 {
        font-size: 12px;
        font-weight: 500;
    }
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem 0rem;
        width: 75%;
        margin: 1rem;
    }
}
@media (max-width:800px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem 0rem;
        width: 74%;
        margin: 2rem;
    }
    .testimonial_cards {
        padding: 2rem 1rem 1rem 1rem;
    }
    .client-testim div h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .client-testim div {
        margin: 2rem;
        /* width: 17%; */
    }
    .client-testim div h3 {
        font-size: 18px;
        font-weight: 500;
    }
    .testimonials_form {
        position: static;
        background-color: #ddd8d3;
        width: 16rem;
        margin-right: 0;
        right: 0;
        margin-top: -119px;
        /* height: 288%; */
        padding: 4rem 2rem 4rem 2rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 100%;
        font-size: 12px;
        height: 2rem;
        border: 1px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 100%;
        font-size: 12px;
        border: 2px solid #766558;
    }
    .testimonial-form-btn-content a button {
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        color: #e0b261;
        font-size: 12px;
        padding: 10px 25px 10px 25px;
        margin-bottom: 4rem;
    }
}

@media (max-width:768px) {
    .testimonials_form {
        position: static;
        background-color: #ddd8d3;
        width: 18rem;
        margin-right: 0;
        right: 0;
        margin-top: -150px;
        /* height: 288%; */
        padding: 4rem 2rem 4rem 2rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 2.5rem;
        border: 2px solid #766558;
    }
    .testimonials_form h2 {
        font-size: 24px !important;
        font-weight: 500;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 14px;
        margin-top: 1rem;
    }
    .engage-testim-form p a {
        font-size: 18px;
        font-weight: 500;
        color: #0a1a3b;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
    .testimonial-form-btn-content a button {
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 12px;
        width: 100%;
        color: #e0b261;
        padding: 10px 25px 10px 25px;
        margin-bottom: 4rem;
    }
}
@media (max-width:620px) {
    .testimonial_cards {
        padding: 2rem 0rem 1rem 0rem;
    }
}
@media (max-width:600px) {
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem 0rem;
        width: 88%;
        margin: 1rem;
    }
    .client-testim div {
        margin: 1rem;
        /* width: 17%; */
    }
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem 1rem;
        width: 87%;
        margin: 1rem;
    }
}
@media (max-width:570px) {
    .testimonials_form h2 {
        font-size: 18px;
        font-weight: 500;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 12px;
        font-weight: 600;
        margin-top: 1rem;
    }
    .testimonial-form-btn-content a button {
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        font-size: 12px;
        color: #e0b261;
        padding: 10px 25px 10px 25px;
        margin-bottom: 1.5rem;
    }
    .engage-testim-form p a {
        font-size: 14px;
        font-weight: 500;
        color: #0a1a3b;
    }
    .client-testim div h2 {
        font-size: 16px;
        font-weight: 600;
    }
    .client-testim div h3 {
        font-size: 14px;
        font-weight: 500;
    }
}
@media (max-width:510px) {
    .testimonial_cards {
        padding: 0rem 0rem 1rem 0rem;
    }
    .client-testim div {
        margin: 1rem;
        /* width: 50%; */
    }
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem 1rem;
        width: 82%;
        margin: 1rem 0rem 1rem 1rem;
    }
}
@media (max-width:490px) {
    .client-testim div h2 {
        font-size: 12px;
        font-weight: 600;
    }
    .testimonial-learn-btn button {
        width: 100%;
        padding: 6px 40px 6px 40px;
        border: 2px solid #e0b261;
        font-size: 12px;
        margin-top: 0rem;
        text-transform: uppercase;
        color: #e0b261;
    }
    .testimonial-form-btn-content a button {
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 3px;
        width: 100%;
        font-size: 12px;
        color: #e0b261;
        padding: 10px 14px 10px 14px;
        margin-bottom: 1.5rem;
    }
    .testimonials_form {
        position: static;
        background-color: #ddd8d3;
        width: 13rem;
        margin-right: 0;
        right: 0;
        margin-top: -118px;
        /* height: 288%; */
        padding: 2rem 1rem 3rem 1rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .header-testimonial {
        margin-left: 1.5rem;
        padding-top: 1rem;
    }
    .testimonial-fst-row {
        display: grid;
        border: 2px solid #e0b261;
        padding: 1rem 1rem;
        width: 82%;
        margin: 1rem 0rem 1rem 1.5rem;
    }
    .testimonials_form h2 {
        font-size: 16px !important;
        font-weight: 500;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 2rem;
        border: 2px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 2px solid #766558;
    }
    .client-testim div h3 {
        font-size: 10px;
        font-weight: 500;
    }
    .client-testim div {
        margin: 1rem 0rem 1rem 1rem;
        /* width: 50%; */
    }
}
@media (max-width:400px) {
    .testimonial-learn-btn button {
        width: 100%;
        padding: 6px 15px 6px 15px;
        border: 2px solid #e0b261;
        font-size: 10px;
        margin-top: 0rem;
        text-transform: uppercase;
        color: #e0b261;
    }
    .sec-testi-form form {
        color: #766558;
        margin-top: -30px;
    }
    .sec-testi-form form label {
        color: #766558;
        font-size: 10px;
        font-weight: 600;
        margin-top: 1rem;
    }
    .engage-testim-form p a {
        font-size: 12px;
        font-weight: 500;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 2rem;
        border: 1px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 1px solid #766558;
    }
    .testimonials_form {
        position: static;
        background-color: #ddd8d3;
        width: 9rem;
        margin-right: 0;
        right: 0;
        margin-top: -118px;
        /* height: 288%; */
        padding: 2rem 1rem 3rem 1rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .testimonial-learn-btn button {
        width: 100%;
        padding: 6px 15px 6px 15px;
        border: 1px solid #e0b261;
        font-size: 10px;
        margin-top: 0rem;
        text-transform: uppercase;
        color: #e0b261;
    }
    .testimonial-form-btn-content a button {
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 100%;
        font-size: 9px;
        color: #e0b261;
        padding: 10px 14px 10px 14px;
        margin-bottom: 1.5rem;
    }
    .testimonial_card-row {
        display: block;
        margin-top: -34px;
    }
    .testimonial_cards {
        padding: 1rem 0rem 1rem 0rem;
    }
    .client-testim .text-ct{
        margin: 1rem 0rem 1rem 0rem;
        width: 70%;
    }
    .client-testim .img-ct{
        margin: 1rem 0rem 1rem 0rem;
        width: 30%;
    }
    .testimonials_form h2 {
        font-size: 12px !important;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
}
@media (max-width:375px) {
    .client-testim div img {
        width: 3rem;
        height: 3rem;
        margin: 5px;
    }
    .client-testim div h2 {
        font-size: 10px;
        font-weight: 600;
    }
    .testimonials_form h2 {
        font-size: 14px;
        font-weight: 500;
    }
    .client-testim div {
        margin: 1rem 0rem 1rem 0rem;
        width: 50%;
    }
    .client-testim div img {
        width: 80%;
        height: 80%;
        margin: 8px;
    }
    .client-testim .text-ct {
        margin: 1rem 0rem 1rem 0rem;
        width: 60%;
    }
    .client-testim .img-ct{
        margin: 0.4rem 0rem 1rem 0rem;
        width: 40%;
    }
    .Breadcrumbs li a {
        color: black;
        font-size: 10px;
        font-weight: 500;
        transition: color .4s ease;
    }
    .Breadcrumbs li {
        display: inline-block;
        margin-left: 0;
        font-size: 10px;
        font-weight: 500;
    }
    .testimonials_form {
        position: static;
        background-color: #ddd8d3;
        width: 8rem;
        margin-right: 0;
        right: 0;
        margin-top: -118px;
        /* height: 288%; */
        padding: 2rem 1rem 3rem 1rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .sec-testi-form form input {
        width: 100%;
        height: 1.5rem;
        border: 1px solid #766558;
    }
    .sec-testi-form form textarea {
        width: 100%;
        border: 1px solid #766558;
    }
    .Breadcrumbs li:not(:last-child):after {
        content: "";
        display: inline-block;
        background-size: cover;
        background-position: center;
        width: 6px;
        height: 9px;
        background-image: url(../Css/icon-chevron.svg);
        margin: 0 5px -1px;
    }
}

@media (max-width:340px) {
    .testimonials_form h2 {
        font-size: 12px;
        font-weight: 500;
    }
    .Breadcrumbs li a {
        color: black;
        font-size: 9px;
        font-weight: 500;
        transition: color .4s ease;
    }
    .Breadcrumbs li {
        display: inline-block;
        margin-left: 0;
        font-size: 9px;
        font-weight: 500;
    }
    .header-testimonial {
        margin-left: 1.5rem;
        padding-top: 0rem;
    }
    .testimonials_form {
        position: static;
        background-color: #ddd8d3;
        width: 8rem;
        margin-right: 0;
        right: 0;
        margin-top: -115px;
        /* height: 288%; */
        padding: 4rem 1rem 3rem 1rem;
        top: 11.3rem;
        color: #0a1a3b;
    }
    .testimonial-form-btn-content a button {
        border: 1px solid #e0b261;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 100%;
        font-size: 9px;
        color: #e0b261;
        padding: 10px 14px 10px 14px;
        margin-bottom: 1.5rem;
    }
}
