
.intl-tel-input.allow-dropdown .selected-flag {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.intl-tel-input .country-list .country {
  text-align: right;
}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
  margin-left: 0px;
}

.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.iti-flag{
  right: 5px;
}
.input-group .intl-tel-input .form-control {
  border-top-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.content_checklist .header {
  background: #F7F9FC;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  align-items: center;
}
.content_checklist ul {
  margin-top: 20px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 30px;
  margin-top: 30px;
}
.content_checklist ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content_checklist ul li::before {
  content: url('../img/checkmark.svg');
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 15px;
}
.content_checklist ul li p {
  margin: 0px;
  padding: 0px;
}
.usps {
  padding: 90px 0px;
}
.usps .content_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials {
  color: #FFFFFF;
  background: #373636;
  background: -moz-linear-gradient(-164deg, #373636 0%, black 100%);
  background: -webkit-linear-gradient(-164deg, #373636 0%, black 100%);
  background: linear-gradient(-164deg, #373636 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#373636", endColorstr="#000000", GradientType=1);
  padding: 60px 0px;
}
.testimonials .about_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonials .about_wrapper .about {
  flex-grow: 1;
  padding-bottom: 50px;
}
.testimonials .about_wrapper .qoute {
  position: relative;
  padding: 50px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.testimonials .about_wrapper .qoute::after {
  content: url('../img/qoute.svg');
  position: absolute;
  top: 15px;
  right: 15px;
}
.testimonials .tes .tes_slider .slider_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.testimonials .tes .tes_slider .slider_header .buttons {
  display: flex;
  gap: 15px;
}
.testimonials .tes .tes_slider .slider_header .buttons .inner_button[aria-disabled="false"] svg circle {
  fill-opacity: 1;
}
.testimonials .tes .tes_slider .slider_header .buttons .inner_button[aria-disabled="false"] svg path {
  fill: #c49942;
}
/*.testimonials .tes .tes_slider .swiper-slide {
  padding: 20px;
}*/
.testimonials .tes .tes_slider .swiper-slide p{
  padding: 10px 20px;
}
.testimonials .tes .video a {
  padding: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.testimonials .tes .video .icon {
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .content_checklist .header {
    margin-top: 30px;
  }
}
.about_wrapper .about h2{
  margin-top: 20px;
}
