﻿* {
    margin: 0;
    padding: 0;
    line-height: 1.55;
    font-family: "montserrat", sans-serif;
    /*font-family: "Raleway", Helvetica, Arial, sans-serif;*/
    font-weight: 401;
}
.col-md-12{
    padding:1%;
    
}
.validaterror{
    border-color:red;
}
.btnreply {
    background-color: #0d2c71;
    color: white;
    width: 40%;
    height: 120px;
    display: inline-block;
    font-size: 70px;
    text-align: center;
}
.testimonials {
    padding: 40px 0;
    background: #f1f1f1;
    color: #434343;
    text-align: center;
}

.testimonial-inner {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

.border {
    width: 32%;
    height: 5px;
    background: #6ab04c;
    margin: 1px auto;
}
.btnback {
    margin-left: 58%;
    background-color: #0d2c71;
    color: white;
    width: 40%;
    height: 120px;
    display: inline-block;
	font-size: 70px;
    text-align: center
}
    /*width: 160px;
    height: 5px;
    background: #6ab04c;
    margin: 26px auto;
}*/
    .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col {
    flex: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
}

.testimonial {
    background: #fff;
    padding: 30px;
}
.offerimg {
    width: 820px !important;
    height: 1000px !important;
    /*border-radius: 0% !important;*/
}
.testimonial img {
    width: 100px;
        height: 100px;
    /*border-radius: 50%;*/
}

.name {
    font-size: 100px;
    text-transform: uppercase;
    margin: 20px 0;
}

.stars {
    color: #f0932b;
    margin-bottom: 20px;
}
.offer {
    justify-content: center;
}

@media screen and (max-width: 960px) {
    .col {
        flex: 100%;
        max-width: 80%;
    }
}
