section#content {
    min-height: 400px;
    padding-top: 40px;
    text-align: left;
    background: #f5f5f5;
}

.container-toggle {
    background: #fff
}

.container-toggle .panel {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    position: relative
}

.container-toggle .panel:last-child {
    border: none
}

.container-toggle .panel .panel-title {
    padding: 0;
    color: #2d3e52;
    font-size: 1.1667em;
    position: relative
}

.container-toggle .panel .panel-title a {
    white-space: normal;
    display: block;
    padding: 15px
}

.container-toggle .panel h1.panel-title {
    font-size: 2em
}

.container-toggle .panel h2.panel-title {
    font-size: 1.6667em
}

.container-toggle .panel h3.panel-title {
    font-size: 1.5em
}

.container-toggle .panel h4.panel-title {
    font-size: 1.3333em
}

.container-toggle .panel h5.panel-title {
    font-size: 1.1667em
}

.container-toggle .panel h6.panel-title {
    font-size: 1em
}

.container-toggle .panel.style1 .panel-title>a {
    line-height: 24px
}

.container-toggle .panel.style1 .panel-title>a:before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 16px;
    line-height: 24px;
    font-size: 10px;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #f5f5f5;
     background: #0ba29b;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%
}

.container-toggle .panel.style1 .panel-title>a.collapsed:before {
    content: "\f067";
    color: #fff;
    background: #0ba29b
}

.container-toggle .panel.style1 .panel-content {
    padding: 10px 15px 15px 55px
}

.container-toggle .panel.style1.arrow-right .panel-title {
    position: relative
}

.container-toggle .panel.style1.arrow-right .panel-title>a {
    padding-right: 36px
}

.container-toggle .panel.style1.arrow-right .panel-title>a:before {
    float: none;
    position: absolute;
    right: 0;
    height: 16px;
    line-height: 17px;
    width: 16px;
    font-size: 9px;
    border: none;
    margin-top: -8px;
    top: 50%
} 

.container-toggle .panel.style1.arrow-right .panel-content {
    padding: 10px 15px
}

.contact-form-m {
  background-color: #0ba29b;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #696b6d);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form-m:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #0ba29b;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.m-form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.m-title{
    color: #fafafa;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contanct_btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #0ba29b;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.contanct_btn:hover {
  background-color: #283d50;
  color: #fff;
}

.input-container i {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container i:before,
.input-container i:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #0ba29b;
  top: 50%;
  transform: translateY(-50%);
}

.input-container i:before {
  left: 50%;
}

.input-container i:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus i:before,
.input-container.focus i:after {
  width: 50%;
  opacity: 1;
}
.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}
.contact-info .m-title {
  color: #0ba29b;
}
.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #0ba29b;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  
  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form-m:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .m-title {
    font-size: 1.15rem;
  }

  
  .input {
    padding: 0.45rem 1.2rem;
  }
 
  }
  .contact-form-m textarea{

  }
   .sticky_contact_form {
    position: absolute !important;
    top: -183px;
    }
    
    .input-container span{
      top: 50px;
      left: 15px;
      color: white !important;
    }

    .testimonial{
        border-right: 4px solid #2A3D7D;
        box-shadow: 7px 7px 10px rgb(0 0 0 / 40%);
        padding: 30px 30px 30px 135px;
        margin: 0 10px 30px 10px;
        overflow: hidden;
        position: relative;
        /*background-color: #0ba29b47;*/
        border: 1px solid #0ba29b;
        min-height: 300px;
    }
    .testimonial:before{
        content: "";
        position: absolute;
        bottom: -4px;
        left: -17px;
        border-top: 25px solid #0ba29b;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(45deg);
    }
    .testimonial:after{
        content: "";
        position: absolute;
        top: -4px;
        left: -17px;
        border-top: 25px solid #0ba29b;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(135deg);
    }
    .testimonial .pic{
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 100px;
        left: 25px;
    }
    .testimonial .pic img{
        width: 100%;
        height: auto;
    }
    .testimonial .description{
        font-size: 14px;
        letter-spacing: 1px;
        color: #6f6f6f;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .testimonial .title{
        display: inline-block;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #0ba29b;
        margin: 15px 0px;
    }
    .testimonial .post{
        display: inline-block;
        font-size: 17px;
        color: #29D18B;
        font-style:italic;
    }
    .owl-theme .owl-controls .owl-page span{
        border: 2px solid #2A3D7D;
        background: #fff !important;
      border-radius:0 !important;
        opacity: 1;
    }
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls .owl-page:hover span{
        background: #29D18B !important;
      border-color:#29D18B;
    }
    @media only screen and (max-width: 767px){
        .testimonial{
            padding: 20px;
            text-align: center;
        }
        .testimonial .pic{
            display: block;
            position: static;
            margin: 0 auto 15px;
        }
    }
    .owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
    }

    .owl-carousel .owl-prev {
      position: absolute;
      left: 0px; /* Adjust as needed */
      bottom: 10px;
    }
    .owl-carousel .owl-prev>i,.owl-carousel .owl-next>i {
        padding: 20px 10px;
        background-color:#0ba29b;
        color:#fafafa; 
    }
    .owl-carousel .owl-next {
        bottom: 10px;
        position: absolute;
        right: 0px;
    }