@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --primary-color: #000000;
  --secondary-color: #1e90ff;
  --theme-color: #0c4b8a;
  --light-bg: #eeeeee;
  --dark-bg: #000000;
  --primary-bg: #000000;
  --secondary-bg: #1e90ff;
  --btn-primary: #0c4b8a;
  --btn-secondary: #1e90ff;
  --text-dark: #000000;
  --text-light: #555555;
  --text-white: #ffffff;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: var(--primary-color);
  font-size: 16px;
  background-color: #fff;
  color: var(--text-light);
  line-height: 1.6;
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 500;
}
h5,
.h5 {
  font-size: 20px;
}
.bg-primary {
  background-color: var(--theme-color) !important;
}
.btn {
  border-radius: 6px;
  padding: 0.8rem 1.5rem;
}
.btn-primary {
  color: #fff;
  background-color: var(--btn-primary);
  border-color: var(--btn-primary);
}
.wpcf7-form .btn-primary {
	background-color: var(--btn-primary) !important;
  border-color: var(--btn-primary) !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #043669;
  border-color: #043669;
}
.btn-secondary {
  color: #fff;
  background-color: var(--dark-bg) !important;
  border-color: var(--dark-bg) !important;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
img {
  max-width: 100%;
}

.text-bold {
  font-weight: 600;
}
.main-navbar {
  transition: all ease-in 0.2s;
  top:0;
  height: 110px;
}
.main-navbar.sticky {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  max-width:100%;
  padding:8px 0;
  animation:slide-down 0.2s;
  -moz-animation:slide-down 0.2s;
  -webkit-animation:slide-down 0.2s;
  -o-animation:slide-down 0.2s;
  -ms-animation:slide-down 0.2s;
  border-radius:0;
  z-index:3;
  background-color: #fff;
  border-bottom: 2px solid #eee;
}
@keyframes slide-down{
	0%{opacity:0;transform:translateY(-100%);}
	100%{opacity:0.9;transform:translateY(0);}
}
.navbar-brand {
  max-width: 200px;
}
.navbar-brand img {
  max-width: 100%;
}
.rightside-navbar a {
  font-size: 16px;
  font-weight: 500;
  padding:8px 15px;
  border:1px solid #000;
  border-radius:5px;
  position: relative;
  color: var(--text-dark);
}
.rightside-navbar a:before, .rightside-navbar a.hub:before{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  width: 0;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all ease 0.3s;
}
.rightside-navbar a:hover {
  color: var(--text-white);
  font-weight: 500;
}
.rightside-navbar a:hover:before{
  width: 100%;
}
.rightside-navbar a.hub{background: var(--theme-color);color:#fff;}
.rightside-navbar a.hub:hover{background: #fff;color:#000;}
.fw-700 {font-weight: 600;}
div#custom_html-2 {margin: 0 auto;padding: 0;display: inline-block;}
/* .anchor {display: inline-block;padding: 10px;} */
#showmore {color: #000;font-size: 16px;font-weight: 500;padding: 8px 15px;border: 1px solid #000;border-radius: 5px;margin-top:20px;display:inline-block;}
#showmore:hover {color: #fff;background: var(--theme-color);}
.linecontent{height:190px;overflow:hidden;position:relative;}
.linecontent:after{height:100px;width:100%;
    content: "";
    background: linear-gradient(rgba(255,255,255,0),rgb(255,255,255));
    position: absolute;
    left: 0;
    bottom: 0;
}
.showcontent{height:auto;}
.linecontent.showcontent:after{content:none;}
.hero-banner {
  position: relative;
  background: url(../images/global-connections1.jpg) no-repeat left bottom;
  background-size: cover;
  background-attachment: fixed;
  /* border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; */
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}
.hero-banner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  background: #0c4b8a;
  background: -moz-linear-gradient(left, #0c4b8a 0%, #101a5e 72%, #101a5e 100%);
  background: -webkit-linear-gradient(left, #0c4b8a 0%, #101a5e 72%, #101a5e 100%);
  background: linear-gradient(to right, #0c4b8a 0%, #101a5e 72%, #101a5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4b8a', endColorstr='#101a5e', GradientType=1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hero-banner .display-5 {
  color: var(--text-white);
  font-size: 50px;
  font-weight: 600;
}
.hero-banner p {
  color: var(--text-white);
  margin-top: 30px;
  margin-bottom: 40px;
  display: block;
}
.hero-banner .btn {
  background: none;
  border: 2px solid #fff;
  display: block;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}
.hero-banner .btn:before {
  content:'';
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  width: 0;
  background-color: #fff;
  z-index: -1;
  transition: all ease 0.3s;
}
.hero-banner .btn:hover {
  color: #043669;
  font-weight: 500;
}
.hero-banner .btn:hover:before {
  width: 100%;
}
.head-block small {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: var(--btn-secondary);
  font-weight: 500;
  color: var(--text-white);
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 6px;
  display: inline-block;
  line-height: 1.1;
}
.head-block .h2 {
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--theme-color);
}
.about-content .h5 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.about-img-seo,
.about-img-hubspot {
  position: relative;
}
.about-img-seo:before,
.about-img-hubspot:before {
  content: '';
  position: absolute;
  border: 1px dashed #555;
  border-radius: 20px;
  background-color: #f9f9f9;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.about-img-seo img,
.about-img-hubspot img {
  border-radius: 20px;
}
.about-img-seo:before {
  right: 20px;
  top: 20px;
}
.about-img-hubspot:before {
  left: 20px;
  top: 20px;
}
.our-services {
  margin-top: 80px;
  margin-bottom: 80px;
  background: #0c4b8a;
  background: -moz-linear-gradient(top, #0c4b8a 29%, #101a5e 84%, #101a5e 100%);
  background: -webkit-linear-gradient(top, #0c4b8a 29%, #101a5e 84%, #101a5e 100%);
  background: linear-gradient(to bottom, #0c4b8a 29%, #101a5e 84%, #101a5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4b8a', endColorstr='#101a5e', GradientType=0);
  padding: 60px 0;
}
.card-body.service-box {
  padding: 30px 16px;
  position: relative;
  transition: all ease-in 0.2s;
}
.card-body.service-box:hover {
  background-color: var(--theme-color);
}
.our-services .card {
  background: none;
  border: 1px dashed #fff;
}
.our-services .head-block small {
  background: #fff;
  color: var(--theme-color);
}
.our-services .head-block .h2 {
  color: #fff;
}
.service-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  border: 1px dashed #fff;
  line-height: 100px;
}
.service-icon img {
  width: 60px;
}
.service-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.wrapper {
  border: 2px solid var(--theme-color);
  height: 100%;
  border-radius: 20px;
  padding:30px 30px 10px;
}
.swiper .content-wrapper .content {
  padding: 16px 70px 16px;
  text-align: center;
  display: grid;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  color: #000;
}
.swiper .content-wrapper .content .swiper-avatar {
  width: 100%;
  max-width: 90px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 50%;
}
.swiper .content-wrapper .content .swiper-avatar img {
  border-radius: 500px;
  border:5px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.swiper .swiper-slide {
  transition: all 0.5s ease-in-out;
}
.swiper-wrapper .h5 {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 16px;
}
.swiper .swiper-nav-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}
.swiper .swiper-nav-wrapper .swiper-button-next,
.swiper .swiper-nav-wrapper .swiper-button-prev {
  top: 0;
  top: auto;
  left: auto;
  right: auto;
  position: relative !important;
}
.swiper .swiper-nav-wrapper .swiper-button-next:after,
.swiper .swiper-nav-wrapper .swiper-button-prev:after {
  display: none;
}
.swiper .swiper-nav-wrapper .swiper-button-next,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  color:#fff;
  font-size: 26px;
  border-radius: 50%;
  background: var(--theme-color);
  opacity: 0.2;
}
.swiper .swiper-nav-wrapper .swiper-button-prev,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  color:#fff;
  font-size: 26px;
  border-radius: 50%;
  background: var(--theme-color);
  opacity: 0.2;
}
.swiper-pagination {
  margin: 0;
  padding: 0;
  width: auto;
  position: relative !important;
  display: block;
  width: auto;
}
.swiper-pagination .swiper-pagination-bullets {
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background: var(--theme-color) !important;
}
.swiper-pagination-bullet {
  background: var(--theme-color) !important;
  transition: all 0.2s ease-in-out;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
  bottom: 0;
  width: auto;
  padding: 0 1.5em;
}
.swiper-pagination-bullet-active {
  transform: scale(1.5);
}
.more-details .star-rating {
  margin-bottom: 10px;
  display: block;
}
.more-details .star-rating {
  color: var(--theme-color);
}
.more-details .star-rating span {
  color: #000;
  font-weight: 600;
}
.more-details .testi-date {
  font-size: 14px;
  font-weight: 500;
}
.trusted-by {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #eee;
  padding: 40px 0 50px;
}
.company-logo {
  padding:15px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.company-logo img {
  height: 40px;
}
.faq-block .accordion-item {
  border:none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.faq-block .accordion-item:first-of-type .accordion-button {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.faq-block .accordion-button {
  padding:20px 0;
  font-size: 20px;
  font-weight: 500;
}
.faq-block .accordion-button:not(.collapsed) {
  background: none;
  color: var(--theme-color);
}
.faq-block .accordion-body {
  padding:1rem 0 0 0;
  line-height: 1.8;
}
.faq-block .accordion-button:focus {
  border:none;
  box-shadow: none;
}
footer {
  padding:50px;
  background: #000;
  color:#fff;
  margin-top:60px;
}
footer .h4 {
  color: #fff;
  margin-bottom: 10px;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
textarea.form-control {
  height: auto !important;
}
.form-floating > label {
  left: inherit;
}
.modal-header {
  justify-content: center;
  background-color: var(--btn-primary);
  border-radius: 0;
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: var(--text-white);
}
.modal-body {
  padding:1.5rem;
}
.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.form-floating  .form-control, .form-floating  .form-select {
  font-size: 14px;
  color: #333;
}
#contactUs .card-body {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 60px;
}
#contactUs .card-body .h6, #contactUs .card-body a, #contactUs .card-body address {
  color: #fff;
}
#contactUs .card-body i {
  position: absolute;
  left: 16px;
  font-size: 22px;
  top: 50%;
  margin-top: -15px;
}
#media_image-2 {
  max-width: 200px;
}
.form-floating {
  position: relative;
}
.form-floating .form-control {
  padding: 1rem .75rem;
}
.form-floating .form-control, .form-floating .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating  .form-control, .form-floating  .form-select {
  font-size: 14px;
  color: #333;
}
.form-floating  label {
  left: inherit;
}
.wpcf7-form-control-wrap {
  position: static !important;
}
.wpcf7-spinner {
	display:none !important;
}
.wpcf7-not-valid-tip {
	font-size:12px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  line-height: 1.1;
  border-radius: 5px;
}
input[type="date"] {
	text-transform:uppercase;
}
.result-table .table {
  background-color: #fff;
  font-weight: 500;
  text-align: center;
}
.result-table .table thead {
  background-color: #0c4b8a;
  font-weight: 600;
  color: #fff;
}
.result-table .table thead tr, .result-table .table thead tr td {
  border-color: #03305c;
}
.result-table .table thead tr td:first-child, .result-table .table tbody tr td:first-child {
  text-align: left;
}
.result-table .table thead .text-dark small a{
  font-weight: 400;
  font-size: 14px;
  color:#03305c;
}
.nav-tabs {
	background:#f1f1f1;
	border:none;
	border-radius:4px;
}
.nav-pills .nav-link {
	padding:1rem 2rem;
	border-right: 2px solid #fff;
	color:#000;
}
/*.nav-pills .nav-link:last-child {
	border:none;
}*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background:var(--theme-color);
}
.why-creedonconsulting {
	margin-top:5rem;
	margin-bottom:5rem; 
}
.why-creedonconsulting h3 {
	font-size:22px;
	margin-bottom:5px;
}
.why-creedonconsulting p {
	margin-bottom:0;
}
.why-creedonconsulting:after {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:36%; 
	height:100%;
	background: #0c4b8a;
	background: -moz-linear-gradient(top, #0c4b8a 29%, #101a5e 84%, #101a5e 100%);
	background: -webkit-linear-gradient(top, #0c4b8a 29%, #101a5e 84%, #101a5e 100%);
	background: linear-gradient(to bottom, #0c4b8a 29%, #101a5e 84%, #101a5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4b8a', endColorstr='#101a5e', GradientType=0);
	z-index:-1;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}
.why-creedonconsulting-content img {
	width:55px;
}
img.rounded-20 {
	border-radius:20px;
}
img.smIcon {width:50px;}
.key-feature-content p span {font-weight:600;color:var(--theme-color);}
.table-slider {position:absolute;left:0;top:50%;margin-top:-25px;width:100%;justify-content: space-between;}
#carouselExampleControls  .result-table {margin:0 60px;}
.table-slider .carousel-control-next, .table-slider .carousel-control-prev {position:relative;width:50px;
	height:50px;border-radius:50%;background:rgba(255, 255, 255, 0.5);}
.bootstrap-select,.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:100%;}
.bootstrap-select .dropdown-toggle{    background: transparent;
    border-color: #ced4da;padding:1rem 1.5rem;
    outline: none !important;}
	.bootstrap-select .dropdown-toggle:focus{outline: none !important;}
.bootstrap-select .dropdown-toggle:after{border:none;content:'\F282';font-family:'bootstrap-icons'}
.bootstrap-select .dropdown-menu{padding:0;}
.bootstrap-select .bs-ok-default:after{content:'\F272';border:none;font-family:'bootstrap-icons';transform:none;}
#contactUs .bootstrap-select .dropdown-menu.show{display:flex;flex-wrap:wrap;}
#contactUs .bootstrap-select .dropdown-menu li{width:50%;}
#contact-form .dropdown-menu  {
	font-size:0.9rem
}
#contact-form .dropdown-item {
	padding:.25rem 0.5rem;
}
#contact-form .bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right:0;
} 
.result-table .table thead .text-dark small a:before {
	content:'(';
	color:#000;
	margin-right:2px;
}
.result-table .table thead .text-dark small a:after {
	content:')';
	color:#000;
	margin-left:2px;
}
.blog-card {
	border-radius:1rem;
	overflow:hidden;
	border:none;
	box-shadow:0px 15px 15px rgba(0, 0, 0, 0.1);
}
.blog-card .card-body {
	padding:1.3rem;
}
.blog-card h5, .blog-details h5 {
	color: var(--theme-color);	
	font-size:22px;
	font-weight:600;
}
.blog-details h5 {
	font-size:36px;
	font-weight:600;
}
.blog-card h5 small {
	display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 1rem;
	color:#000;
}
.blog-card .btn {
	font-size: 16px;
    padding: 0.5rem 1.2rem;
	background:var(--theme-color);
	color:#ffffff;
	border:none;
}
.blog-card .card-text {
	color:#000;
	margin-bottom:1.8rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card .btn:hover {
	background:var(--bs-primary);
}
.blog-lg-img img {
	border-radius:1.5rem;
	margin:1.5rem;
	width:100%;
}
.blog-link {
	text-decoration: none;
    padding: 0.4rem 2rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    margin-top: 0px;
    display: inline-block;
}
iframe{
  background: #515252;
}
@media only screen and (max-width: 1200px) {
  .hero-banner .display-5 {
    font-size: 40px; 
  }
  .hero-banner .btn {
    padding:10px 16px; 
  }
  .card-body.service-box {
    padding: 30px 6px; 
  }
  .service-title {
    font-size: 16px;
  }
  .hero-banner p {
    font-size: 16px;
  }
  .nav-pills .nav-link {
	  padding:1rem;
  }
  #media_image-2 {
	  max-width: 170px;
	}
	#contactUs .bootstrap-select .dropdown-menu li {
	  width: 50%;
	}
.rightside-navbar a {
	font-size:14px;
	padding:8px;
}
.rightside-navbar a.me-3 {
	margin-right:1px !important;
}
#contactUs .bootstrap-select .dropdown-menu li {
	margin-bottom:0.7rem;
}
#contactUs .bootstrap-select .dropdown-menu li .dropdown-item {
	white-space:break-spaces;
	line-height:1.1;
}
}
@media only screen and (max-width: 991.99px) {
  .navbar-brand {
    max-width: 180px;
  }
  .rightside-navbar a {
    font-size: 14px;
    padding:8px 7px
  }
  .hero-banner .display-5 {
    font-size: 30px;
  }
  .hero-banner p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hero-banner .btn {
    padding: 8px 16px;
    font-size: 16px;
    border: 1px solid;
  }
  .our-services .card {
    height: 100%;
  }
  .card-body.service-box {
    padding: 16px 6px;
  }
  .company-logo {
    padding: 10px 16px;
  }
  .company-logo img {
    height: 30px;
  }
  .our-services.ranking-overview .container {
      max-width:100%;
      width:100%;
  }
  .our-services.ranking-overview {
    padding:20px 0;
}
.nav-pills .nav-link {
	  height:100%;
  }
  #media_image-2 {
    max-width: 140px;
  }
	.rightside-navbar a {
		font-size:13px;
		padding:7px 4px;
	}
	.rightside-navbar a.me-3 {
		margin-right:2px !important;
	}
}
@media only screen and (max-width: 766.99px) {
  .main-navbar {
    height: auto;
  }
  .hero-banner {
    text-align: center;
  }
  .owner-img {
    display: block;
    text-align: center;
  }
  .owner-img img {
    max-width: 220px;
    margin: 30px auto 0;
    display: inline-block;
  }
  .hero-banner .btn {
    padding:12px 16px;
    font-size: 18px;
  }
  .about-img-seo::before, .about-img-hubspot::before { 
    display: none;
  }
  .our-services {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .company-logo img {
    height: 20px;
  }
  #contact-form  {
    margin-top: 1.5rem;
  }
  .head-block .h2 {
	  font-size:26px;
  }
  #media_image-2 {
	  margin:0 auto;
  }
  .result-table .table {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }
  .head-block .h2 {
    font-size: 26px;
  }
  footer {
    padding:30px 6px;
  }
  .why-creedonconsulting::after { 
	display:none;
  }
  .table-slider {
	  position:relative;
	  margin-top:1rem;
	  justify-content:center;
  }
  #carouselExampleControls .result-table {
	  margin:0;
  }
  .table-slider .carousel-control-next, .table-slider .carousel-control-prev {
	  margin:0 5px;
	  width:38px;
	  height:38px;
  }
  .table-slider .carousel-control-next-icon, .table-slider .carousel-control-prev-icon {
	  width: 1.2rem;
	height: 1.2rem;
  }
}
@media only screen and (max-width: 574.99px) {
	.wrapper {
		padding-left:5px;
		padding-right:5px;
	}
	.swiper .content-wrapper .content {
		padding-left:10px;
		padding-right:10px;
	}
	.swiper .swiper-nav-wrapper .swiper-button-next, .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev,
.swiper .swiper-nav-wrapper .swiper-button-prev, .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next	{
		width:30px;
		height:30px;
		font-size:16px;
	}
	.nav-pills .nav-link {
		border-right:none;
		border-bottom:2px solid #fff;
	}
}
@media only screen and (max-width: 374px) {
  .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}













