body{
  font-family: 'DM Sans', sans-serif;
  /* font-family: 'DM Serif Display', serif; */
}

main p {
    color: #686868;
    font-size: 17px;
    font-weight: normal;
    font-family: 'DM Sans', sans-serif;
}

.client {
	padding: 60px 50px;
}
.client .figure{
	height : 30px;
  margin: 1rem 40px 1rem;
}

.client .figure img{
	height : auto;
}
.client h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 35px;
	color: #25a8e0;
  font-family: 'DM Sans';
}

/*---choose section start---*/
.choose{
	background: #f1f5fd;
}
.media {
	background: transparent;
	padding: 20px;
}

.media.active,
.media:hover {
	background: #fff;
	box-shadow: 0px 2px 2px 2px #ccc;
	padding: 20px;
	transition: all 0.5s linear;
	margin: 0px 0px 30px 0px;
}
.media img{
	width: 50px;
}
.media-body h5{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}
.media-body-2 h5{
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 0;
}
.media-body p{
	line-height: normal;
  font-size: 17px;
  font-weight: normal;
}
.choose h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
  color: #25a8e0;
  font-family: 'DM Sans';
	text-transform: uppercase;
}

.choose h3 {
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 40px;
	color: #4e4e4e;
  font-weight: normal;
  font-family: 'DM Serif Display', serif;
}
.choose ul li {
	   color: #686868;
     font-family: 'DM Sans';
}
.choose ul li i {
	   color: #27a8e1;
}
.easy-use {
	flex-direction: row-reverse;
}
/*---choose section end---*/
/*--- happy customer section start---*/
.happy-customer h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	color: #25a8e0;
	text-transform: uppercase;
  font-family: 'DM Sans';
}
.happy-customer h3 {
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 40px;
	color: #4e4e4e;
  font-weight: normal;
  font-family: 'DM Serif Display', serif;
}

.gtco-testimonials {
  position: relative; 
}
.ratings {
    display: inline-block;
    position: relative;
    width: 13rem;
    height: 0.8rem;
}
.ratings:before {
    color: rgba(38,43,50,.1);
}
.ratings:after, .ratings:before {
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    color: #fcc032;
    content: "\2605\2605\2605\2605\2605";
    overflow: hidden;
}



@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
  background-color:black;
  padding:10px 5px;
  font-family: 'DM Sans';
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: block;
}
.gtco-testimonials .owl-dots {
  text-align: center;
  display: none;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
/* .gtco-testimonials .item .card-body {
	height: 350px;
	overflow: auto;
} */
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .blockquote-details {
	justify-content: flex-start;
	align-items: center;
}
.gtco-testimonials .card .card-img-top {
  max-width: 75px;
  border-radius: 50%;
  margin: 0px 15px 15px 0px;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 75px;
  height: 75px;
}
.gtco-testimonials .card h5 {
  color: #525252;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 5px;
}
.gtco-testimonials .card .blockquote-info p {
	margin: 0px;
	font-size: 16px;
}
/*.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}*/
.gtco-testimonials .card p {
  font-size: 16px;
  color: #555;
  padding-bottom: 15px;
  font-weight: normal;
}
.gtco-testimonials .active {
 /* opacity: 0.5;*/
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 20px;
}
.gtco-testimonials .card .center .blockquote-info p {
	margin: 0px;
	font-size: 16px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 75px;
  width: 75px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: none !important;
	color: #000 !important;
}
.owl-theme .owl-nav [class*=owl-] {
	font-size: 45px !important;
}
/*--- happy customer section end---*/
/*--- WORKS section start---*/
.works {
	background: #f1f5fd;
}
.works h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	color: #25a8e0;
	text-transform: uppercase;
  font-family: 'DM Sans';
}
.works h3 {
	font-size: 3.5rem;
  font-family: 'DM Serif Display', serif;
  font-weight: normal;
}
/*.works-row {
	flex-direction: row-reverse;
}*/
/*.works-row-p {
	font-size: 35px;
	font-weight: 500;
	line-height: 33px;
}*/
.bg-soft-primary {
    background-color: #f1f5fd!important;
}
.fig {
	height: 450px;
}
.fig {
	object-fit: cover;
}
/*--- WORKS section end---*/

/*--- price section start---*/
.pricing {
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
  margin-top: 55px;
}
.pricing h3 {
	font-size: 3.5rem;
  font-family: 'DM Serif Display', serif;
  font-weight: normal;
}
.price .card {
	border: none;
	box-shadow: 0px 3px 3px 3px rgba(30,34,40,.07);
}
.price .card-header {
    padding: 10px 0;
    margin: 0;
    line-height: 1;
    background: 0 0;
    font-weight: 400;
    position: relative;
    height: 7rem;
    border: none;
}
 .prices {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-family: 'DM Sans';
}
 .prices .price-currency {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    padding-right: 0.2rem;
    padding-top: 0;
    position: relative;
    top: -10px;
}
 .prices .price-value {
    font-size: 6rem;
    color: #47536c;
}
 .prices .price-duration {
    font-size: 1.5rem;
    font-weight: 500;
    color: #60697b;
    margin-top: auto;
    margin-bottom: 0.25rem;
}
.prices .price-duration:before {
    content: "/";
    padding-right: 0.25rem;
    padding-left: 0.1rem;
}
.price .card-body{
	display: flex;
	flex-direction: column;
}
.card-title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}
.price ul {
	text-align: left;
	margin: 0 auto;
}
.price ul li {
margin: 5px 0px;
}
.price ul li i{
	font-size: 18px;
	color:#26a7e0;
}
.price ul li span{
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
  font-family: 'DM Sans', sans-serif;
}
.price h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    color: #25a8e0;
    text-transform: uppercase;
     font-family: 'DM Sans';
}
.top {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-end;
  font-family: 'DM Sans';
}
.top .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.top .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.top .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #47536c;
  -webkit-transition: 0.4s;

  /* box-shadow: 2px 6px 25px #1e2321; */
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.top .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top input:checked + .slider {
  background-color: #286efb;
}

/* .top input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
} */

.top input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.top .slider.round {
  border-radius: 34px;
}

.top .slider.round:before {
  border-radius: 50%;
}

.price-section {
  background: #f1f5fd;
}
.price-page .row-1 {
  margin-top: -23%;
}
@media only screen and (min-width: 1500px) {
  .price-page .row-1 {
    margin-top: -13%;
}
}
.price-page .figure img {
  width: 50px;
}
.price-page .figure h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
}
.price-page .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  justify-content: center;
  font-family: 'DM Sans';}


/*--- price section end---*/
/*--- faq section start---*/
.faq {
  background: #f1f5fd;
}
.faq h2 {
  font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    color: #25a8e0;
    text-transform: uppercase;
    font-family: 'DM Sans';
}

.faq h3 {
	text-align: center;
	margin-bottom: 30px;
  font-size: 3.5rem;
  font-family: 'DM Serif Display', serif;
  text-align: center;
  margin-bottom: 40px;
  color: #4e4e4e;
  font-weight: normal;
}
.faq .btn-link {
	font-size: 20px; 
	font-weight: 500;
	color: #000;
}
.accordion-wrapper .card  {
  background: #fff;
  border: none;
  box-shadow: 0px 2px 2px 2px #f1f5fd;
}
.accordion-wrapper .card-header {
  background: #fff;
  border: none;
}
.accordion-wrapper .card-body {
  font-weight: normal;
}
.accordion-wrapper .card-header button.collapsed:before {
    content: "\f0dd";
    margin-top: 5px;
}
.accordion-wrapper .card-header button:before {
    font-family: Custom;
    position: absolute;
    left: 1.3rem;
    content: "\f0de";
  font-size: 20px; 
  font-weight: 500;
    width: 1rem;
    margin-top: 10px;
    margin-left: -0.3rem;
    display: inline-block;
    color: #3f78e0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.accordion-wrapper .card-header button:hover {
    color: #3f78e0;
    white-space: normal;
}
.accordion-wrapper .card-header button.collapsed {
    color: #343f52;
    white-space: normal;
}
.accordion-wrapper .card-header button:hover.collapsed {
  color: #3f78e0;
  white-space: normal;

}
.accordion-wrapper .card-header button {
    cursor: pointer;
    width: 100%;
    padding: 0 0 0 1rem;
    text-align: left;
    margin: 0;
    border: 0;
    font-size: 18px; 
    font-weight: 500;
    color: #3f78e0;
    transition: all 150ms ease-in-out;
    background: 0 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 2.25rem;
}
/*--- faq section end---*/
/*--- feature secti on start---*/
.feature-details {
  position: relative;
  right: 16%;
  background: rgb(255, 255, 255);
  padding: 25px;
  box-shadow: 0 0 1.25rem rgba(30,34,40,.04)!important;

}
.flex-lg-row-reverse .feature-details {
  left: 20%;
}
.feature-spacer {
  margin-bottom: 150px;
}
.feature-spacer img{
  width: auto;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.feature-details .title {
  margin-top: 0px !important;
  font-size: 28px;
  text-transform: capitalize;
  color: #343f52;
  font-weight: 600;
  
}
.feature-details p {
  font-size: 16px;
  font-weight: 400;
}

/*--- feature section end---*/


/*--- pricing-table secti on start---*/
.icon {
  background: #286efb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.icon i {
  padding: 10px 12px;
    font-size: 20px;
    color: #fff;
}
.detail .btn-sm {
  background: none;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
}
.detail .btn-sm:hover {
  background: none;
  text-decoration: underline;
  color: #286efb !important;
}
.accordion-wrapper .card {
  margin-bottom: 30px;
}
.comunity {
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 80px;

}
.comunity h2 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
	color: #212529;
	text-transform: uppercase;
  font-family: 'DM Sans';
}
.comunity h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
	color: #4e4e4e;
  font-weight: normal;
}
/*--- pricing-table secti on end --*/
/*--- contact-us page  start --*/
.contact-details .h1-contact {
  font-size: 33px;
  font-weight: 600;
  text-align: left;
  font-family: 'DM Sans', sans-serif;
}
.contact-details .media-body {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 10px;
}
.contact-details .media-body p {
  margin-top: 0px;
}
.contact-details .left-side i {
  font-size: 25px;
  color: #286efb;
  
}
.media-body-2 {
  background: #e0e9fa;
  padding: 30px 20px;
  box-shadow: 0px 2px 2px 2px #e0e9fa;
  margin-bottom: 25px;
}

.contact-section {

  background: #f1f5fd;
  clip-path: polygon(50% 0%, 100% 0, 100% 73%, 0 97%, 0 0);

}
.contact-us {
  background: #fff;
}
.faqs .accordion-container ol li h2 {
  margin-bottom: 0px !important;
  font-family: 'DM Sans';
}
.faqs .accordion-container ol li h2 span {
  font-size: 30px !important;
  position: relative !important;
  top: -18px !important;
  font-weight: 600 !important;
}
.faqs .accordion-container ol li p {
  font-weight: normal !important;
}
/*--- contact-us page  end --*/

/*--- about-us page  start --*/
.about {
  background: #f9fbfc;
}
.about h1 {
  font-size: 50px;
  color: #2a3449;
  font-family: 'DM Sans';
}
.about p {
  font-size: 20px;
  font-weight: normal;
}
.about-2 {
  margin-top: -18%;
}
@media only screen and (min-width: 1500px) {
.about-2 {
  margin-top: -10%;
}
}
.about-2-row {
  flex-direction: row-reverse;
}
.about-2 h2 {
  font-size: 32px;
  font-weight: 500;
  color: #2a3449;
  font-family: 'DM Sans';
}
.about-2 .figure-caption p {
  font-size: 17px;
  font-weight: normal;
  font-family: 'DM Sans';
}
.about-work {
  background: #f9fbfc;
}
.about-client {
    background: #f9fbfc;
}
.about-work h3 {
color: #286efb;
font-size: 18px;
}
.about-work h2 {
  font-size: 33px;
  font-weight: 600;
  color: #2a3449;
  font-family: 'DM Sans';
}
.about-choose h3 {
  color: #286efb;
  font-size: 18px;
  }
  .about-choose h2 {
    font-size: 32px;
    font-weight: 500;
    color: #2a3449;
    font-family: 'DM Sans';
  }
  .about-choose {
    background: #fff;
  }
  .about-team {
    background: #f9fbfc;
  }
  .about-team h3 {
    color: #286efb;
    font-size: 18px;
    }
    .about-team h2 {
      font-size: 32px;
      font-weight: 500;
      color: #2a3449;
      font-family: 'DM Sans';
    }
    .about-team p {
      font-size: 17px;
      font-weight: normal;
    }
    .about-team h6 {
      font-size: 14px;
      font-weight: 500;
      color: #83868c;
    }
  .about-team .figure{
    display: inline-block;
    margin: 0 20px 0px 0px;
}
.about-team .figure .figure-caption .list-unstyled li i {
  font-size: 20px;

}
.fa-facebook {
  color: #286efb;
}
.fa-youtube-play {
 color: #c8312b;
}
.fa-linkedin,
.fa-twitter{
  color: #3393c1;
}
.fa-instagram {
  color: red;
}
.fa-dribbble {
  color: #ff00ff;
}

.carousel-item .blockquote p{
  font-size: 18px;
  font-weight: 400;
}
.carousel-item .blockquote h6 {
  font-size: 14px;
  font-weight: 500;
  color: #83868c;
}
.carousel-control-next, .carousel-control-prev {
  top: auto;
  bottom: auto;
  display: flex;
  width: 3%;
  opacity: .8;
  background: #286efb;
  border: none;
  padding-left: 4px;
  position: relative;
  margin: 25px 10px;
}
.carousel-footer {
  justify-content: center;
}
.about-touch {
  background: #fff;
}
.about-touch h3 {
  color: #286efb;
  font-size: 25px;
  }
  .about-touch h2 {
    font-size: 33px;
    font-weight: 600;
    color: #2a3449;
    font-family: 'DM Sans';
  }
  .team-row {
    flex-direction: row-reverse;
  }
/*--- about-us page  end --*/
.footeritem ul li p a{
  color: #fff!important;
  text-decoration: none;
}
.footer-subscribe .form-control {
  height: 48px;
  font-size: 16px;
  background: transparent;
  color: white;
}
.footer-subscribe .btn {
  height: 46.5px;
  border-radius: 0px !important;
  font-size: 16px;
  margin-top: 1px;
}
.footer p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer h3{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.footer {
  background: #2f3645;
}
.footeritem {
  color: #fff;
  font-weight: 400;
}
.first-section {
  background: #f1f5fd;
}

.agency {
  font-size: 55px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 15px;
}
.first-section p{
  font-size: 22px;
}
.first-section-row {
  flex-direction: row-reverse;
}
.content-1 {
  /* position: absolute;
  top: 55%;
  left: 18%; */
  /* transform: translate(-50%, -50%); */
  height: auto;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  font-size: 45px;
  line-height: 55px;
  color: #286efb;
  text-transform: capitalize;
  white-space: nowrap;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 55px;
  /* padding: 0 40px; */
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  /* padding-left: 110px; */
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 55px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
.breadcrumb {
  background: none;
}
.breadcrumb li a  {
  text-decoration: none;
  font-weight: 500;
}

/* register paGE start */

.register-section {
  background: #212529;
  color: #fff;
}
.register-section h2{
color: #fff;
}
.registration {
  margin-top: -250px !important;
}
.register-section .breadcrumb-item.active {
  color: #fff;
}
/* register paGE end*/
/*blog page start*/
.blog-head {
  background: #f1f5fd;
  font-family: 'DM Sans', sans-serif;
}
.blog-head .heading-blog h1 {
  font-size: 45px;
  font-family: 'DM Sans', sans-serif;
}
.icon-li li {
  margin: 0px 15px 0px 0px;
}
.icon-li li i {
font-size: 25px;
}
.popular-post .media{
 padding: 0px;
 margin-bottom: 20px;
 font-family: 'DM Sans', sans-serif;
}
.popular-post .media .media-body h5{
font-size: 17px;
margin-bottom: 10px;
font-weight: 500;
 font-family: 'DM Sans', sans-serif;
}
.popular-post .media img {
    width: 75px;
    border-radius: 6px;
}
.post-meta li{
  margin: 0px 15px 0px 0px;
}
.post-meta li p{
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
}
.category-post {
font-family: 'DM Sans', sans-serif;
}
.category-post ul li {
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 8px;
  font-size: 17px;
}
.category-post ul li i {
  color: #286efb;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.Tags {
   font-family: 'DM Sans';
}
.Tags-list {
  /*column-count: 2;*/
/*  grid-gap: 15px;*/
}
.Tags-list li {
  margin: 10px 5px 20px 5px;
  display: inline-block;
}
.Tags-list li a{
  text-decoration: none;
  padding: 10px 12px;
  background: #eceef3;
  border-radius: 50px;
  font-size: 15px;
  color: #2b3244;
}
.Tags-list li a:hover {
  box-shadow: 0px 2px 2px 2px #eceef3;
}
.archive-post {
font-family: 'DM Sans', sans-serif;
}
.archive-post ul li {
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}
.archive-post ul li i {
  color: #286efb;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.archive-post ul li a {
  text-decoration: none;
  color: #2b3244;
  font-size: 17px;
}
.blog-main-row {
  flex-direction: row-reverse;
}
/*blog page end*/

/*Terms and Conditions page start*/
.terms-section {
  font-family: 'DM Sans';
  background: #f1f5fd;
}
/*.Terms-condition-col-3 {
  position: fixed;

}*/

.Terms-condition-col-3 .terms-ul {
  display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
}
.Terms-condition-col-9 {
  position: relative;
}
.Terms-condition-col-3 .terms-ul li{
  margin-bottom: 15px;
}
.Terms-condition-col-3 .terms-ul li a{
  text-decoration: none;
  font-size: 18px;
  color: #2b3244;
  padding-left: 8px;
  font-weight: normal;
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6{
  /*box-shadow: 0px 2px 2px 2px #ccc;*/
  padding: 50px 50px;
  margin-bottom: 100px;
      box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
}
.section-1 h3,
.section-2 h3,
.section-3 h3,
.section-4 h3,
.section-5 h3,
.section-6 h3{
 color: #2e394e;
 font-family: 'DM Sans', sans-serif;
}
.section-1 ul li,
.section-2 ul li,
.section-3 ul li,
.section-4 ul li,
.section-5 ul li,
.section-6 ul li{
/* color: #2e394e;*/
 font-family: 'DM Sans', sans-serif;
 font-weight: normal;
 font-size: 17px;
}
.section-1 ul li i,
.section-2 ul li i,
.section-3 ul li i,
.section-4 ul li i,
.section-5 ul li i,
.section-6 ul li i{
 color: #dce7f9;
 font-weight: normal;
 font-size: 17px;
}
/*Terms and Conditions page end*/
@media only screen and (max-width: 600px) {
  .content-1 {
    /* top: 60%;
      left: 25%;
      right: auto; */
      font-size: 35px;
  }
  .section {
    position: relative;
    /* padding-top: 30px;
    padding-bottom: 30px; */
    padding: 40px 0px;
    z-index: 0;
}
	.client .figure {
		
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fig {
	height: auto;
}
.client .figure img {
  height: auto;
}
.choose  .easy-use img {
  width: 100%;
  object-fit: cover;
}
.accordion-wrapper .card-header button {
  font-size: 15px;
}
.accordion-wrapper .card-body {
  font-size: 14px;
  font-weight: normal;
}
.gtco-testimonials .item .card-body {
  height: auto;
}
.accordion-wrapper .card-header button:before {
  margin-top: 7px;
}
.accordion-wrapper .card-header button.collapsed:before {
  margin-top: 3px;
}
.feature-details {
  right: 0;
  padding: 15px;

}
.flex-lg-row-reverse .feature-details {
  left: 0;
}
.agency {
  font-size: 42px;
  margin-top: 50px !important;
}
.client .figure{
	height : 30px;
  margin: 0rem 0px 1rem;
}
.price-page .row-1 {
  margin-top: -75%;
}
/* .monthly_row {
  display: block !important;
}
.monthly_row td {
  padding: 0px 10px !important;
  font-size: 13px;
}
.pricing-table--s4 td:first-child, .pricing-table--s4 th:first-child {
  width: 23%;
  min-width: auto;
}
.thead tr{
display: block !important;
}
.thead tr th:first-child{
  display: none;
}
.thead tr th{
  padding: 0px 10px !important;
}
.price_year ,.price_month {
font-size: 30px;
}
.thead .header .title {
  font-size: 25px;
} */
.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6{
  padding: 20px 20px;
}
.Terms-condition-col-3 {
  margin-bottom: 30px;
  }
}
