@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rufina:400,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #131252;
  background-color: #fff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 27px;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  
  outline: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700;
  color: #3d3d8b;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 50px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .nopadd-ltf {
    padding-left: 0;
  }
  .nopadd-rth {
    padding-right: 0;
  }
  
  

  .nopadd {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Common CSS */
.bg-lightred {
  background-color: #f1fff1;
}
.bg-theme-green {
  background-color: rgba(0,81,1,255);
}

.btn:disabled {
  background-color: #4a4e52;
  border-color: #4a4e52;
  cursor: not-allowed;
}
.btn-round {
  border-radius: 50px;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.icon-left i {
  font-size: 20px;
  line-height: .8;
  margin-right: 10px;
}

.btn-success {
  color: #020202;
  background-color: #fffafa;
  border-color: #f7f8f7;
}

.btn-danger{
  color: #000;
  background-color: #d319008f;
  border-color: #d319008f;
}

.video-btn {
  color: #5dff6b;
  font-size: 25px;
  font-weight: 900;
}

.video-btn:hover {
  color: #ff817e;
}

.video-btn i {
  border-radius: 50%;
  background-color: #4b4bd0;
  color: #ffffff;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  margin-right: 10px;
  height: 44px;
  width: 44px;
  font-weight: bold;
}

.sec-heading {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.sec-heading img {
  max-width: 84px;
  margin: 0 auto 20px;
}

.sec-heading .tagline {
  color: #888;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: .8;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.sec-heading .sec-title {
  color: #1e2528;
  font-size: 42px;
  margin-bottom: 10px;
}
/* enquiry */
#chat-circle {
  position: fixed;
  bottom: 50px;
  left: 50px;
  background: #110b21;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  font-size: 35px;
  padding: 4px 12px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 43%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  z-index: 999
}
.loadon {
  position: absolute;
  top: 50%;
  left: 40%;
  color: #000;
}
.opacity-25 {
  opacity: 0.3;
}
#chat-circle:hover {
  opacity: 0.8;
}
.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  left: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  box-shadow: 0px 5px 35px 9px #ccc;
  z-index: 9999;
}

.chat-box-toggle {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.chat-box-toggle i{
  font-size: 30px;
}
.chat-box-toggle i:hover{
  opacity: 0.8;
}
.chat-box-header {
  background: #110b21;
  height: 65px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  text-align: center;
  font-size: 30px;
  padding-top: 17px;
  font-weight: 400;
}

/* enquity */
@media screen and (max-width: 767px) {
  .sec-heading .sec-title {
    font-size: 33px;
  }
}

.sec-heading p {
  margin-bottom: 0;
  font-size: 1.5em;
  color: #111010;
}

.office-certificates img{
  width: 84px !important;
}

.header {
  position: relative;
}

.header.abs-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.fix-menu {
  position: fixed;
  top: 50%;
  right: 0;
  width: 47px;
  z-index: 999;
  gap: 12px;
}
.fix-menu span{
  display: block;
  color: rgba(0,81,1,255);
  font-size: 32px;
}

.fix-menu span:hover{
  color: rgba(0,81,1,255) !important;
  scale: 1.1;
}
.logo {
  display: block;
  max-width: 109px;
}

.primary-menu, .footer .foo-nav {
  position: relative;
  color: #3b349d;
}

.primary-menu .mobile-menu, .footer .foo-nav .mobile-menu {
  display: none;
}
.banner .col-lg-6.col-md-9 {
  margin-top: 300px;
  margin-left: -70px;
}
.heading-h2 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: rgba(0,81,1,255);
  font-weight: 900;
}
.counter-v1 .number-wrap .number {
  font-size: 69px;
  font-weight: 900;
  font-family: "Arimo", sans-serif;
  color: #8eae03;
}
.counter-v1 .counter-label {
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 11px;
  font-weight: 900;
}
#formID{
  position: absolute;
  top: 15.75em;
  flex-direction: column;
  background: #fff;
  left: 36.5rem;
  z-index: 999;
  box-shadow: 1px 1px 15px #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .primary-menu .mobile-menu, .footer .foo-nav .mobile-menu {
    color: #ff817e;
    display: block;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: -96px;
  }
  .logo h2{
    font-size: 18px;
  }
  .counter-v1 .number-wrap .number {
    font-size: 30px;
  }
  .unslate_co--section.section-counter .row{
    align-items: center;
    padding-top: 0 !important;
  }
  .unslate_co--section.section-counter .col-6.col-sm-6.mb-5.mb-lg-0.col-md-6.col-lg-3{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  #formID {
    top: 321px;
    left: 40% !important;
  }
  #heading{
    font-size: 25px;
    white-space: nowrap;
  }
  #dobheading{
    margin: 0px 0px 2px 3px !important;
  }
  #chat-circle{
    bottom: 80px;
    left: 20px;
  }
  .chat-box{
    bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .primary-menu li, .footer .foo-nav li {
    display: inline-block;
  }
}

.primary-menu li a, .footer .foo-nav li a {
  color: #131252;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 20px;
}

.primary-menu li a:hover, .footer .foo-nav li a:hover {
  color: #ff817e;
}
@media screen and (max-width: 1111px) {
  .banner .col-lg-6.col-md-9 {
    margin-top: 230px;
    margin-left: -55px;
  }
}
@media screen and (max-width: 767px) {
  .primary-menu ul, .footer .foo-nav ul {
    background-color: #fcf5ee;
    display: none;
    text-align: center;
    padding: 10px 0;
    margin-top: -68px;
  }
  .primary-menu li a, .footer .foo-nav li a {
    padding: 10px 15px;
  }
  .banner .col-lg-6.col-md-9 {
    margin-top: 250px;
    margin-left: 0;
  }
}
.container-new {
  max-width: 1415px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.banner {
  background: url(../images/softwaresol.jpg) no-repeat left center/100%;
  height: 100%;
  width: 100%;
  padding: 7% 0%;
  margin: auto;
  max-width: 1415px;
  margin-top: 190px;
  border-radius: 5px;
}

@media screen and (max-width: 1199px) {
  .logo{
    width: 100px;
  }
  .logo h2{font-size: 26px;}
  .banner {
    padding: 4% 0;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 40% 0 1% 0 !important;
    margin-top: 20px;
  }
}

.banner span, .pdesign p {
  display: block;
  font-family: "Rufina", serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: none;
  color: #fff;
  animation: color-change 1s 2s infinite;
}
@-webkit-keyframes color-change {
  0% {
    text-shadow: -2px 0px 5px rgb(24 151 227 / 98%), 2px 3px 5px #1baaff,
      3px 0px 5px #1baaff, -3px -2px 5px #1baaff;
  }
  50% {
    text-shadow: -2px 0px 5px rgb(50 153 54), 2px 3px 5px #22c629,
      3px 0px 5px #25d92c, -3px -2px 5px #07ea10;
  }
  100% {
    text-shadow: -2px 0px 5px rgb(208 66 56), 2px 3px 5px #da271a,
      3px 0px 5px #e11c0e, -3px -2px 5px #fc1504;
  }
}
@-ms-keyframes color-change {
  0% {
    text-shadow: -2px 0px 5px rgb(24 151 227 / 98%), 2px 3px 5px #1baaff,
      3px 0px 5px #1baaff, -3px -2px 5px #1baaff;
  }
  50% {
    text-shadow: -2px 0px 5px rgb(50 153 54), 2px 3px 5px #22c629,
      3px 0px 5px #25d92c, -3px -2px 5px #07ea10;
  }
  100% {
    text-shadow: -2px 0px 5px rgb(208 66 56), 2px 3px 5px #da271a,
      3px 0px 5px #e11c0e, -3px -2px 5px #fc1504;
  }
}
@keyframes color-change {
  0% {
    text-shadow: -2px 0px 5px rgb(24 151 227 / 98%), 2px 3px 5px #1baaff,
      3px 0px 5px #1baaff, -3px -2px 5px #1baaff;
  }
  50% {
    text-shadow: -2px 0px 5px rgb(50 153 54), 2px 3px 5px #22c629,
      3px 0px 5px #25d92c, -3px -2px 5px #07ea10;
  }
  100% {
    text-shadow: -2px 0px 5px rgb(208 66 56), 2px 3px 5px #da271a,
      3px 0px 5px #e11c0e, -3px -2px 5px #fc1504;
  }
}

.banner h2 {
  color: #1e2528;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 25px;
}
.banner .h2-1 {
  margin-bottom: 1px;
  line-height: 50px;
}
.banner .h2-2 {
  margin-left: 150px;
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .banner h2 {
    font-size: 49px;
    line-height: 60px;
  }
  .banner .h2-2 {
    margin-left: 50px;
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .banner h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .banner .h2-2 {
    margin-left: 50px;
    font-size: 28px;
  }
}

.banner p {
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .banner .video-btn {
    margin-left: -40px;
  }
}

@media screen and (max-width: 479px) {
  
  .banner .video-btn {
    display: block;
    margin-bottom: 5px;
    margin-left: -22px;
  }

  .testimonial .single-tst img {
    width: 100%;
    height: 120px !important;
  }
}

.banner .spa-img {
  width: 43.4%;
  position: absolute;
  right: 80px;
  top: 200px;
}
a.email-a:hover{
  color: #8aff96 !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .banner .spa-img {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0.2;
    top: 0;
  }
  .ph_row {
    flex-wrap: nowrap;
  }
  .primary-menu {
    position: absolute;
    left: 0;
    right: 15px;
    top: 80px;
  }
  .banner p{
    margin-bottom: 0;
    text-align: center;
    font-weight: bolder;
    color: #000;
  }
  .banner .h2-2{
    margin-bottom: 10px;
  }
  .spa-img img{
    height: 410px;
  }
  .d-block.text-dark{
    color: #000 !important;
    font-weight: 400;
  }
  .fix-menu{
    flex-direction: row !important;
    bottom: 0;
    width: 100%;
    gap: 0;
    top: 93%;
    align-items: center;
  }
  .fix-menu a{justify-content: center;width: 50%;gap: 10px;padding: 1rem !important;}
  .pay-link{background: rgb(125, 15, 15);}
  .wa-link{background: #00c206;}
  .fix-menu .d-none{display: block !important; font-size: 20px;}
  .fix-menu span {
    color: #ffffff !important;
    font-weight: 900;
    font-size: 20px;
}
  .footer {padding: 3px 0 86px !important;}
}

.about {
  text-align: center;
}

.about [class|=flower] {
  position: absolute;
}

.about .flower-1 {
  left: 16%;
  top: 0;
  max-width: 160px;
}

.about .flower-2 {
  right: 135px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 88px;
}

@media screen and (max-width: 991px) {
  .about .flower-2 {
    display: none;
  }
}

.service .service-caro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service .single-service {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  position: relative;
}

.service .single-service .service-hover {
  background-color: rgba(255, 129, 126, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
}

.service .single-service .service-hover img {
  margin: 0 auto 20px;
  width: 47px;
}

.service .single-service .service-hover span {
  color: #fff;
  display: block;
  font-family: "Rufina", serif;
  font-weight: 700;
}

.service .single-service:hover .service-hover {
  opacity: 1;
  visibility: visible;
}

.procedures {
  position: relative;
}

.blog {
  padding-bottom: 20px;
}

.post {
  border: 1px solid #e3e6ea;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.post img {
  margin-bottom: 35px;
  height: 12em;
}

.post h4 {
  margin-bottom: 22px;
}

.post h4, .post h4 a {
  color: #263a41;
  font-size: 22px;
}

.post p {
  margin-bottom: 39px;
}

.post .btn {
  background-color: #30383b;
  margin-bottom: 30px;
  padding: 15px;
}

.post:hover {
  -webkit-box-shadow: 0 5px 20px #f0f0f0;
  box-shadow: 0 5px 20px #f0f0f0;
}

.post:hover .btn {
  background-color: #ff817e;
  color: #fff;
}

.testimonial .single-tst {
  position: relative;
  text-align: center;
}

.testimonial .single-tst img {
  width: 100%;
  height: 250px;
}

.testimonial .single-tst p {
  color: #263a41;
  font-family: "Rufina", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 43px;
}

.testimonial .single-tst .client-info .thumb {
  border-radius: 50%;
  margin-bottom: 22px;
  height: 76px;
  width: 76px;
}

.testimonial .single-tst .client-info p {
  font-size: 22px;
  margin-bottom: 0;
}

.testimonial .single-tst .client-info p span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.testimonial .owl-dots {
  text-align: center;
}

.testimonial .owl-dots span {
  background-color: #7a8401;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  height: 8px;
  width: 8px;
}
.owl-carousel button.owl-dot {
  outline: none;
}
.testimonial .owl-dots .active span {
  background-color: #000000;
}

.appointment .v2 {
  padding-bottom: 0;
  border-bottom: 1px solid #fdd5d5;
}

.appointment .appointment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment .appointment-wrap figure {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

@media screen and (max-width: 1300px) {
  .appointment .appointment-wrap figure {
    display: none;
  }
  #formID {
    left: 53%;
}
}

.appointment .appointment-wrap .appointment-form {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding-left: 100px;
}

@media screen and (max-width: 1300px) {
  .appointment .appointment-wrap .appointment-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px 15px;
  }
}

.appointment .appointment-wrap .appointment-form form {
  max-width: 650px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1300px) {
  .appointment .appointment-wrap .appointment-form form {
    margin: 0 auto;
  }
}

.appointment-form {
  background-color: #f1fff1;
}

.appointment-form .form-field {
  position: relative;
  width: 100%;
}

.appointment-form .form-field input, .appointment-form .form-field textarea, .appointment-form .form-field select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d4d3d3;
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 30px;
  width: 100%;
}

.appointment-form .form-field input::-webkit-input-placeholder, .appointment-form .form-field textarea::-webkit-input-placeholder, .appointment-form .form-field select::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}

.appointment-form .form-field input:-ms-input-placeholder, .appointment-form .form-field textarea:-ms-input-placeholder, .appointment-form .form-field select:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}

.appointment-form .form-field input::-ms-input-placeholder, .appointment-form .form-field textarea::-ms-input-placeholder, .appointment-form .form-field select::-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}

.appointment-form .form-field input::placeholder, .appointment-form .form-field textarea::placeholder, .appointment-form .form-field select::placeholder {
  opacity: 1;
  text-transform: uppercase;
}

.appointment-form .form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
}

.appointment-form .form-field .select-field {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .appointment-form .form-field.half-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .appointment-form .form-field.half-width input,
  .appointment-form .form-field.half-width .select-field {
    width: 49%;
  }
}

.team .single-memb {
  position: relative;
  width: 100%;
}
.team .single-memb img{
  border-radius: 2%;
}

@media screen and (max-width: 767px) {
  .team .single-memb {
    margin-bottom: 30px;
  }
}

.contact address {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  padding-left: 80px;
  position: relative;
}

.contact address a {
  color: #888;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.contact address a:hover {
  color: #ff817e;
}

.contact address span {
  background-color: #ff817e;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
}

.contact .contact-form {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact .contact-form {
    margin-top: 40px;
  }
}

.contact .contact-form input, .contact .contact-form textarea {
  border: 1px solid #e3e6ea;
  display: block;
  padding: 10px 20px;
  margin-bottom: 25px;
  width: 100%;
}

.contact .contact-form textarea {
  resize: none;
}

@media screen and (max-width: 767px) {
  .map {
    padding-top: 0;
  }
}

#map {
  position: relative;
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #map {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  #map {
    height: 250px;
  }
}

.blog-details-sec .post-featImg {
  margin-bottom: 50px;
}

.blog-details-sec .blog-single-post blockquote {
  background-color: #fff9f8;
  padding: 37px 50px;
  margin: 30px 0 40px;
}

.comment-title {
  border-bottom: 2px solid #1e2528;
  color: #1e2528;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.comments {
  margin-bottom: 50px;
}

.comments .reply {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  color: #e57d80;
  letter-spacing: 2.8px;
}

.comments ul {
  list-style: none;
}

.comments ul li {
  position: relative;
  margin-bottom: 34px;
  padding-left: 40px;
}

@media screen and (max-width: 479px) {
  .comments ul li {
    padding-left: 30px;
  }
}

.comments ul li h4 {
  color: #1e2528;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.comments ul li p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}

.comments ul li a, .comments ul li span {
  color: #6c6c6f;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .comments ul li a, .comments ul li span {
    padding: 0 5px;
  }
}

.comments ul li a:hover {
  color: #ff817e;
}

.comments ul li a:first-of-type {
  padding-left: 0;
}

.comments ul li span i {
  color: #1e2528;
  font-size: 13px;
  margin-right: 3px;
  vertical-align: middle;
}

.comments ul li ul li:first-child {
  margin-top: 35px;
}

.comments .single-comment {
  border: 1px solid #e3e6ea;
  border-radius: 5px;
  padding: 25px 60px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .comments .single-comment {
    padding-right: 15px;
  }
  .logo{
    max-width: 90px;
  }
  #succ_rply h1{
    font-size: 26px;
  }
  .banner {
    padding: 130px 0 1% 0 !important;
  }
  .logo h2 {
    font-size: 18px !important;
}
#formID {
  top: 250px;
  left: 115px !important;
}
}

@media screen and (max-width: 479px) {
  .comments .single-comment {
    padding-left: 40px;
  }
}

.comments .user-thumb {
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80px;
  overflow: hidden;
  width: 80px;
}

@media screen and (max-width: 479px) {
  .comments .user-thumb {
    height: 65px;
    width: 65px;
  }
}

.comment-form form {
  width: 100%;
  display: block;
  position: relative;
}

.comment-form form .input-field {
  display: block;
  margin-bottom: 25px;
  width: 100%;
}

.comment-form form .input-field label {
  color: #1e2528;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.comment-form input, .comment-form textarea {
  background: transparent;
  border-radius: 3px;
  border: 1px solid #e3e6ea;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  width: 100%;
}

.comment-form textarea {
  height: 200px;
}

.comment-form button {
  background-color: #ff817e;
  text-transform: uppercase;
  padding: 15px 30px;
}

.footer {
  background-color: #f1fff1;
  padding: 50px 0 40px;
}

.footer .foo-logo {
  margin: 0 auto;
}

.footer .foo-nav {
  margin: 30px 0;
}

.footer .foo-social {
  margin-bottom: 30px;
}

.footer .foo-social a {
  border-right: 1px solid #b1b4bb;
  color: #3a414e;
  display: inline-block;
  font-size: 14px;
  line-height: .8;
  padding: 0 10px;
}

.footer .foo-social a:hover {
  color: #ff817e;
}

.footer .copyright {
  color: #888;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer .copyright a {
  color: #ff817e;
}