*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* cursor: default; */
}
body {font-family: 'Open Sans', sans-serif !important; }
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
footer h5 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-weight: 700;
  font-size: 18px;
  width: fit-content;
}
footer a {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
ul li img {
  order: 1;
  margin-right: 10px;
  width: 20px;
  object-fit: contain;
}
ul {
  justify-content: center;
}
.inner-wrapper div ul li:not(:first-child) {
  padding: 5px;
}
ul li i {
  order: 1;
  margin-right: 15px;
}
li span:not(last-child) {
  order: 2;
  font-size: 14px;
}
.inner-wrapper div:nth-child(2) {
  border-right: 1px solid #d4dbe0;
  border-left: 1px solid #d4dbe0;
}
.small-heading-two {
  font-weight: 400;
  margin-top: 10px;
  height: 55px;
}
.list-title.list-subtitle.for-margin {
  margin: 10px 0;
  padding: 5px 10px;
}
a.btn,
button.btn {
  border-radius: 4px !important;
}
.navbar-collapse {
  border-radius: 25px;
  padding: 15px !important;
}
#ss-ppg-select-inside h1 {
  margin-left: 10px;
  margin-right: 15px;
}
@media (max-width: 500px) {
  #ss-ppg-select-inside {
    flex-direction: column !important;
  }
}
@media (max-width: 992px) {
  .ss-width-payment-pg {
    width: 100% !important;
  }
  .ss-width-img {
    min-width: 100% !important;
    margin-bottom: 75px;
  }
}
.ss-faq-style {
  width: 100%;
  padding: 10px 15px;
  max-width: 1072px;
}
.ss-faq-style a {
  width: 100% !important;
  padding: 15px 10px;
  text-align: left;
}
.ss-faq-style-inside {
  padding: 20px 10px;
}
.terms-pg-div {
  width: 80%;
  margin: 10px auto;
}
footer div div:nth-child(3) div a:nth-child(2) {
  display: none !important;
}
.navbar-nav {
  display: flex;
  visibility: visible;
}
/* #navcol-1 .nav-cta-btn::after {
  content: url(whatsapp-logo.png);
  width: 20px;
  height: 10px;
  transform: scale(0.03);
  margin-right: 9px;
  margin-top: -31px;
  margin-left: 2px;
} */
#navcol-1 .nav-cta-btn {
  overflow: hidden;
  max-height: 73px;
  display: flex !important;
  align-items: center;
  padding: 8px 12px !important;
}
@media (max-width: 768px) {
  .dropdown-menu.dropdown-menu .dropdown-submenu {
    display: block !important;
    position: static;
    left: 0;
    background: #f5f5f5;
    margin: 10px;
    border: none;
  }
  .hero-main-links {
    width: 100% !important;
  }
  #ss-fix-two-cols {
    max-width: 80.3%;
    margin: 0 auto !important;
    overflow: hidden;
  }
}
@media (max-width: 568px) {
  .above-fold-section-heading {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  #col-full-width-ss {
    flex-basis: 100%;
  }
  #ss-column-ns {
    flex-direction: column !important;
  }
  #ss-column-ns * {
    margin: 0 0 15px !important;
    min-width: 100% !important;
  }
  .above-fold-section-heading + p {
    font-size: 16px !important;
    padding-left: 3px !important;
  }
  .above-fold-section {
    padding-top: 100px !important;
  }
}
.nav-link[data-bs-toggle="dropdown"]:hover .dropdown-menu a {
  display: flex;
  opacity: 1;
  z-index: 99999999;
}
footer div a i {
  font-size: 25px !important;
  margin: 0 10px !important;
}
footer div a i + span {
  display: none;
}
.dmca-code {
  margin: 0 20px;
}
#no-border-ss::before {
  position: absolute;
  right: 0;
  font-size: 14px;
  background: #41c041;
  padding: 6px 8px 6px 26px;
  top: -37px;
  color: #fff;
  left: 0;
  outline: #41c041 solid 3px;
}
#no-border-ss {
  position: relative;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bolder;
}
img {
  vertical-align: middle;
  border-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.text-center {
  text-align: center !important;
}
p {
  padding: 0;
  margin: 0 0 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}
.carousel-indicators li {
  background-color: #000 !important;
}
.hero-main-links a {
  margin-right: 10px;
  color: inherit;
}
.nav-item {
  align-items: center;
  margin: 0 5px;
}
.nav-item.a a {
  font-size: 14px;
}
@media (min-width: 768px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .navbar-collapse {
    background-color: inherit !important;
  }
}
.contact-php-element,
form input,
select,
textarea {
  padding: 12px 10px !important;
  border: 1px solid #aaa !important;
  border-radius: 6px !important;
}
.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}
@media (min-width: 992px) {
  #big-display-row div:first-child {
    width: 40% !important;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .contact-clean form {
    padding: 30px;
    width: 40%;
  }
}
.contact-clean h2 {
  margin-top: 5px;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}
.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}
.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}
.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: 0 !important;
}
#carousel-t .carousel-control-next,
#carousel-t .carousel-control-prev,
.contact-clean form .btn:hover {
  opacity: 1;
}
.contact-clean form .btn:active {
  transform: translateY(1px);
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-primary:hover {
  color: #6385cd;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.features-boxed {
  color: #313437;
}
.features-boxed p {
  color: #7d8285;
}
.features-boxed h2 {
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.features-boxed .intro p {
  margin-bottom: 0;
}
.features-boxed .features {
  padding: 50px 0;
}
.features-boxed .item {
  text-align: center;
}
.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.features-boxed .item .icon {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 35px;
  color: green;
}
.features-boxed .item .name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit;
}
.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
h2 {
  line-height: 1.2;
  font-size: 38px;
}
h3 {
  font-weight: 400;
}
.social-icons {
  color: #313437;
  background-color: #fff;
  text-align: center;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .nav-cta-btn {
    color: #fff !important;
    border-color: #fff !important;
    margin: 0 !important;
  }
  .nav-item :not(.dropdown, .dropdown-menu) {
    margin-top: 21px !important;
  }
  .nav-item:nth-child(2) {
    width: calc(100% - 25px);
  }
  .contact-clean {
    padding: 20px 0;
  }
  .contact-clean form {
    padding: 30px;
  }
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
  .social-icons {
    padding: 50px 0;
  }
}
.social-icons i {
  display: inline-block;
  margin: 0 10px;
}
#carousel-t {
  background-color: #f5f5f5;
}
#carousel-t .testimonial-content {
  margin-top: 15px;
}
#carousel-t .carousel-control-next,
.carousel-control-prev {
  width: 13%;
}
#carousel-t .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #140000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.2;
  transition: opacity 0.6s;
  border-radius: 50%;
}
#carousel-t .carousel-indicators .active {
  opacity: 0.5;
}
#carousel-t .carousel-indicators {
  position: relative;
  padding-bottom: 10px;
}
#carousel-t .signature {
  font-size: 24px;
  font-style: normal;
  font-family: "Roboto Condensed", Arial, Sans;
  font-weight: 700;
  margin: 0;
}
#carousel-t .date {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}
#carousel-t p {
  font-size: 18px;
  font-family: "Roboto Condensed", Arial, Sans;
}
#carousel-t .rating {
  background-color: #2d80ff;
  width: 56px;
  display: block;
  margin: 15px auto;
  color: #fff;
  border-radius: 25px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon,
a.carousel-t {
  cursor: pointer !important;
}

#col-full-width-ss > div > a {
  border: 1px solid grey;
  height: 40px;
  width: 45px;
}

.cta-custom1 {
  background: chartreuse;
}

/* blog css */

.article-fixed-promotions-box {
  position: sticky;
  top: 100px;
}

#aside-promotion-article {
  flex-basis: 30%;
}
#article-main {
  flex-basis: 70%;
}
#article-body h2 {
  font-weight: 700;
}
#article-body p {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}
#article-body h2, #article p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* blog css */


/* nav style submenu dated: 01/11/23*/
.dropdown-menu li {
  position: relative;
  }
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
  
/* nav style submenu */