/* Header */

header {
  padding: 11px 0;
  background: linear-gradient(184.38deg, #1A67C2 19.51%, #062A8E 69.25%, #F07527 109.92%);
}
.dropdown-list ul{
  background: #1353B6;
}
/* Terms of Service Section */

.termsSec {
  padding: 129px 0 0;
}
.termsWrapper{
  position: relative;
  padding: 36px 0 0;
}
.termsWrapper::before {
  content: "Terms of Service";
  font-size: 140px;
  font-weight: 700;
  line-height: 182px;
  -webkit-text-stroke: 1.57px #ffefe4;
  position: absolute;
  color: #ffffff;
  left: -73px;
  top: -70px;
  z-index: -1;
}

.termsWrapper h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  color: #08080f;
}

/* Breadcrumb Section */

.breadcrumbSec {
  display:none;
  padding: 33px 0 40px 0;
}

.breadcrumbWrapper ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.breadcrumbWrapper ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.breadcrumbWrapper ul li a {
  color: #626060;
}

.breadcrumbWrapper ul li img {
  max-width: 10px;
  width: 100%;
  max-height: 10px;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(60%) sepia(49%) saturate(4084%)
    hue-rotate(346deg) brightness(99%) contrast(91%);
}

.breadcrumbWrapper ul li:last-child {
  color: #06447e;
}

/* Terms of Service Content Section */

.termsContentSec {
  padding: 0 0 70px 0;
}

.termsContentWrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid #eeeeee;
  box-shadow: -2px -2px 23px 0px #e5e5e580;
  background-color: #ffffff;
  padding: 65px 40px 45px 40px;
  position: relative;
  margin-top:43px;
}

.termsContentWrapper::after {
    content: "";
    background-image: url(../images/ladder.webp);
    max-width: 94px;
    width: 100%;
    max-height: 291px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    right: -56px;
    top: 497px;
    z-index: -1;
}

.termsContentHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.termsContentHead h2 {
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  color: #08080f;
  position: relative;
}

.termsContentHead h2::before {
  content: "";
  max-width: 63px;
  width: 100%;
  max-height: 5px;
  height: 100%;
  position: absolute;
  top: -10px;
  background-color: #f07527;
}

.termsContentHead h2 span {
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
  color: #f07527;
}

.termsContentHead p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #64748b;
  position: relative;
}

.termsContentHead p::before {
  content: "";
  background-image: url(../images/contentHeadCalender.webp);
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 6px;
  background-repeat: no-repeat;
}

.termsContentHead p span {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #64748b;
}

.termsContentPara {
    counter-reset: p-counter;
}

.termsContentPara h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #08080f;
  margin-bottom: 10px;
  counter-increment: p-counter;
}

.termsContentPara h3::before {
    content: counter(p-counter)". ";
    position: relative;
    color: #758097;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #08080f;
}

.termsContentPara h3:nth-child(n + 7) {
  margin-top: 35px;
}

.termsContentPara p {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  color: #08080f;
  margin-bottom: 35px;
}

.termsContentPara p:first-child {
  margin: 41px 0 20px 0;
}

.termsContentPara ul {
  list-style: none;
}

.termsContentPara ul li {  margin-top: 5px;  font-size: 16px;  font-weight: 300;  line-height: 29px;  color: #08080f;  padding-left: 23px;  position: relative;}.termsContentPara ul li a{  color:#075595;}.termsContentPara ul li a:hover{  color:#075595;  text-decoration: underline;}.termsContentPara ul li::before {  content: "";  background-image: url(../images/contentParaBullet.webp);  width: 15px;  height: 15px;  left: 0;  position:absolute;  background-repeat: no-repeat;  top: 7px;}

/* Media Query 1199px */
@media (max-width: 1199px) {
  /* Success Stories Section */

  .termsWrapper::before {
    left: -42px;
  }
}
/* Media Query 1169px */

@media (max-width: 1169px) {
  /* Success Stories Section */
  .termsWrapper::before{
    font-size: 124px   
}
}

/* Media Query 991px */

@media (max-width: 991px) {
  /* Terms of Service Content Section */
  .termsWrapper::before{
    top: -86px;
    left: -35px;
    font-size: 95px;
    line-height: 199px;
  }
  .termsWrapper h1 {
    margin-top: -21px;   
  } 
   /* Privacy Content Section */

   .termsContentHead {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 13px;
  }
}

/* Media Query 767px */

@media (max-width: 767px) {
  /* Terms of Service Section */
  .termsWrapper::before{
    font-size: 70px;
    top: -68px;
    left: -30px;
    line-height: 150px;
  }
  .termsWrapper h1 {
    font-size: 40px;   
    margin-top: -35px;
  } 

  .termsContentWrapper::after {
    display: none;
  }
}

/* Media Query 575px */

@media (max-width: 575px) {
  /* Terms of Service Section */

  .termsWrapper h1 {
    font-size: 30px;
    line-height: 39px;
    margin-top: -57px;
  }

   .termsWrapper::before{
    font-size: 46px;
    top: -56px;
    left: -29px;
    line-height: 64px;
  }

  /* Terms of Service Content Section */

  .termsContentSec {
    padding: 0 0 50px 0;
  }

  .termsContentWrapper {
    padding: 52px 20px 31px 20px;
    border-radius: 10px;
    margin-top:0px;
  }
   .breadcrumbSec {
  display:block;
}

  .termsContentHead h2 {
    font-size: 22px;
    line-height: 33px;
  }

  .termsContentHead h2 span {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
  }

  .termsContentHead p {
    font-size: 14px;
    line-height: 18px;
  }

  .termsContentHead p span {
    font-size: 14px;
    line-height: 18px;
  }

  .termsContentPara h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .termsContentPara h3:nth-child(n+7) {
    margin-top: 30px;
  }

  .termsContentPara p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .termsContentPara p:first-child {
    margin: 31px 0 16px 0;
  }

  .termsContentPara ul li {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
}
