section.story-sec {
  background-color: #F1F7FE;
}

.story_main_heading {
  padding-top: 41px;
}

.story-one {
  padding-top: 66px;
}

.all-story-media {
  display: flex;
  justify-content: space-between;
  width: 46%;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 24px;
}

.date svg {
  margin-right: 7px;
}

.date {
  display: flex;
  align-items: center;
}

.blue-box-story {
  background-color: #0362A8;
  padding: 20px 32px;
  border-top-left-radius: 9px;
  border-top-right-radius: 11px;
}

.blue-box-story p {
  color: #F5F5F5;
}

.blue-story {
  padding-top: 12px;
}

.all-story-ones {
  padding-top: 30px;
}


.story-one p {
  color: #1F3550;
  font-size: 15px;
}

.blue-box-story-two {
  display: flex;
  background: #0362A8;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
  margin-top: 42px;
}

.blue-storys {
  width: 70%;
  color: #FFFFFF;
}

.blue-storys p {
  font-size: 13px;
}

.all-story-twos {
  padding-top: 29px;
}

.true-btn-one {
  background-color: #EFF1FC;
  color: #0362A8 !important;
  font-size: 13px;
  padding: 10px 26px;
}

/* reply sec start here */

.replies-section {
  background-color: #F1F7FE;
}

.for-total-replis-heading {
  margin-bottom: 20px;
  padding-top: 110px;
}

.for-total-replis-heading h2 {
  font-size: 26px;
}

.replies-heading {
  color: #000000;
  font-size: 28px;
}

.total-replies {
  margin: 0 -15px;
}

.customer-reply {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 29px;
  padding-bottom: 40px;
}

.reply-img {
  border-radius: 50%;
  width: 150px;
}

.name-of-reply-person span {
  color: #272727;
  font-size: 16px;
}

span.date-spn {
  font-size: 12px;
  color: #818181;
  display: block;
  font-family: "GTWalsheimPro-Regular";
}

.reply-on-date span {
  color: #909090;
  font-family: 'Poppins-Regular';
  font-size: 14px;
}

.the-reply {
  margin-top: 7px;
}

.the-reply p {
  color: #1F3550;
  font-size: 13px;
  line-height: 2.0;
}

.reply-complete {
  border-bottom: none !important;
}

.reply-this-reply input {
  width: 100%;
  border: 0px;
  height: 35px;
  border-bottom: 1px solid #70707075;
  background-color: #F1F7FE;
}

.reply-this-reply input::placeholder {
  color: #242424;
  font-size: 13px;
  padding: 10px auto;
  opacity: 4;
  font-family: "GTWalsheimPro-Medium";
}

/* reply sec end here */
/* comment sec start here */
section.comment-section {
  background-color: #F1F7FE;
  padding-bottom: 80px;
}
.leave-a-comment {
  padding-top: 40px;
}

.leave-a-comment-heading {
  margin-bottom: 30px;
}

.form-groups1 {
  margin-bottom: 11px;
  margin-top: 20px;
}

.form-groups1 input#exampleInput {
  background: #EFEFEF;

}

.form-groups1 input#exampleInput {
  background: #FFFFFF;
  padding: 25px 4px 26px 10px;
  border-color: #A7BAD1;
}

.form-groups1 input#exampleInput::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #717171;
  font-family: "GTWalsheimPro-Medium";
}

.form-groups1 textarea#exampleFormControlTextarea1 {
  background: #ffff;
  border-color: #A7BAD1;
  resize: none;
  height: 154px;
}

.form-groups1 textarea#exampleFormControlTextarea1::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #717171;
  font-family: "GTWalsheimPro-Medium";
}

.submit-your-comment .btn {
  padding: 13px 37px;
  background: #0362A8;
}
.blue-story-name .btn {
  font-size: 12px;
  width: 117px;
  padding: 10px 20px;
}
.blue-story-name .btn:hover {
  color: #0362A8 !important;
  background-color: #EFF1FC !important;
}
.submit-your-comment {
  padding-top: 34px;
}
.for-total-replis-heading .main_heading h2 {
  color: #001524;
  font-family: "GTWalsheimPro-Bold";
  font-size: 28px;
}
/* new css */
section.detail-img-sec {
  padding-top: 68px;
  padding-bottom: 100px;
  background-color: #F1F7FE;
}

.deial-story-img {
  margin-bottom: 30px;
}
.story_main_heading h2 {
  text-transform: uppercase;
  font-size: 28px;
}
.story_main_heading h2 {
  text-transform: uppercase;
  font-size: 28px;
}


/* comment sec end here */
@media (max-width:580px) {
  .all-story-media {
    width: 100%;
  }

  .blue-storys {
    width: 100%;
    text-align: center;
  }

  .blue-box-story-two {
    justify-content: center;
    flex-wrap: wrap;
  }

  h2 {
    font-size: 20px;
  }

  .for-total-replis-heading h2 {
    font-size: 20px;
  }
}

/* our-blog css */

.img-date-media {
  margin: 0 6px;
}

.img-date {
  margin-right: 17px;
}
section.testimonial-section {
  background-color: #F1F7FE;
}
.testimonial{
  padding: 42px 15px;
}
.testomonial-inner {
  background-color: #FFFFFF;
  border-radius: 40px;
  position: relative;
  border: 1px solid #0362A8;
}
.for-testonomial-left-boder {
  top: 25%;
  height: 48%;
  /* background: aquamarine; */
  width: 11px;
  /* border: 4px solid; */
  background-image: linear-gradient(to right, #008cca, #0081c2, #0076ba, #006cb2, #0061a9, #0065ad, #006ab1, #006eb5, #0082c6, #0097d4, #00abe1, #00c0ed);
  position: absolute;
  /* border-style: solid; */
  /* border-radius: 3px 3px 3px 3px; */
  border-top-right-radius: 62px;
  border-bottom-right-radius: 74px;
  /* border-radius: 44px; */
}
.for-testomonial-top-icon{
  position: absolute;
  top: 38px;
  left: 34px;
}
.for-testinominal-inside-para{
  padding: 40px 107px 58px 107px; 
  margin: 36px 0px ;
}

.testimonial-para{
  width: 100%;
  height: 146px;
  /* height: 78px; */
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.testimonial-para::-webkit-scrollbar {
  display: none; 
}
.testimonial-para p{
  text-align: center;
  color:#58668A;
  font-size: 16px;
  font-weight: 6;
}
.for-testinominal-end-icon{
  position: absolute;
  right: 34px;
  bottom: 43px;
}

@media (max-width:1024px) {
  .all-story-media {
    width: 60%;
}
}
@media (max-width:768px) {
  .all-story-media {
    width: 71%;
}
}
@media (max-width:580px) {
  .for-testinominal-inside-para {
    padding: 43px 18px 57px 35px;
    margin: 36px 0px;
  }
  .all-story-media {
    width: 100%;
  }
  .date{
    border: 0 !important;
  }
  }
  .story-img img {
    width: 100%;
    height: 382px;
    object-fit: fill;
}

.deial-story-img img {
    width: 100%;
    height: 339px;
    object-fit: fill;
}
.profile_img.text-center img {
	width: 100%;
	height: 164px;
	object-fit: contain;
	border-radius: 50%;
}