:root {
  font-size: 16px;
}

* {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.9rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2.7rem;
}

h3 {
  font-size: 1.8em;
  margin-top: 10px;
  margin-bottom: 40px;
}

.t-input {
  border-radius: 3px;
  height: 4.6rem;
  margin-right: 2rem;
  font-size: 16px;
  font-weight: 300;
}

p {
  font-size: 1.5em;
  line-height: 1.7;
  margin: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: start;
}

#top {
  background: linear-gradient(45deg, #ffaa3f, #fdcd26, #fdaa3c);
  width: 100%;
  align-items: center;
  padding-right: 0;
  /* padding-left: 0; */
  padding-bottom: 5px;
}

#top-agent {
  /* background: linear-gradient(45deg, #419bf9, #419af9fc, #0dcfda); */
  background-image: linear-gradient(to bottom, #22a9fc, #0f70f7);
  width: 100%;
  align-items: center;
  padding-bottom: 15px;
  padding: 20px 20px 15px;
}

.bttn {
  height: 4.6rem;
  border-radius: 0.3rem;
  background-color: #33cc99;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ffffff;
  /* display: block; */
  border: none;
  outline: none;
}

.bttn-wht {
  height: 4.6rem;
  border-radius: 0.3rem;
  background-color: white;
  font-weight: 500;
  font-size: 1.6rem;
  color: #419bf9;
  /* display: block; */
  border: none;
  outline: none;
}

.login {
  display: flex;
  margin-top: 1.5rem;
}

#loginbtn {
  /* width: 70px; */
  /* height: 46px; */

  border-radius: 0.3rem;
  background-color: #33cc99;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 3em;
  padding: 2px 15px;

  display: block;
  border: none;
  outline: none;
}

#loginbtn:hover {
  background-color: #2db88a;
}

#loginbtn-wht {
  border-radius: 0.3rem;
  background-color: white;
  color: #419bf9;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 3em;
  padding: 2px 15px;

  display: block;
  border: none;
  outline: none;
}

#loginbtn-wht:hover {
  background-color: #2b82dd;
  color: white;
}

#top .bttn {
  margin-top: 2.8rem;
  width: 25rem;
}

#top .bttn:hover {
  background-color: #30b488;
}

#text-top-left {
  text-align: left;
  width: 100%;
  /* flex-grow: 1; */
  padding: 1.5em 2em 1em 3em;
  margin: 0.1em 0.1em;
  color: white;
  margin-top: 10px;
}

#image-top-right {
  display: block;
  width: 100%;
  position: relative;
  padding-top: calc(100% / 1.618);
}

.bgImg {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -70px;
}

.responsive {
  width: 100%;
  height: auto;
}

.mid {
  width: 100%;
  margin-left: 0;
  margin-bottom: 3rem;
}

.custom {
  display: flex;
  margin-top: 5rem;
  align-items: center;
  margin-bottom: 3rem;
}

.icons {
  height: 9.1rem;
  width: 9.3rem;
  margin-right: 1.9rem;
}

.icon-desc {
  padding-right: 1rem;
}

.mid button {
  background-color: #33cc99;
}

.mid button:hover {
  background-color: #2bba86;
}

.mid h1 {
  margin-top: 4.4rem;
  margin-bottom: 10px;
}

.mid h2 {
  margin-bottom: 2px;
}

.mid h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.71;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.mid p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.31;
}

.start {
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;

  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.start .bttn {
  margin-left: 2rem;
  width: 25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.start h4 {
  font-size: 2.4rem;
  font-weight: 400;
}

.content2 {
  margin-left: 2.7rem;
  margin-right: 6.9em;
}

#text-mid-left {
  text-align: left;
  width: 100%;
  flex-grow: 1;
  padding: 3em;
  margin: 0.1em 0.1em;
  color: black;
}

#image-mid-right {
  padding-top: 2em;
  margin-left: 20px;
  height: 100%;
  width: 100%;
  text-align: right;
}

#text-mid-right {
  text-align: left;
  width: 100%;
  flex-grow: 1;
  padding: 3em;
  margin: 0.1em 0.1em;
  color: black;
}

#image-mid-left {
  height: 100%;
  width: 100%;
  text-align: left;
}

.trodlyPro-logo {
  border-bottom: 4px solid white;
  display: flex;
  align-items: center;
}

.trodlyPro-logo p {
  color: white;
  margin-left: 20px;
  border-left: 1px solid white;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 0px;
}

#trodlyLogo {
  margin-top: 10px;
  /* margin-left: 40px; */
  padding-bottom: 1em;
  /* border-bottom: 0.3em solid white; */
}

#footer {
  /* padding-left: 0;
  padding-right: 0;
  display: block; */
  background-color: #13151e;
  width: 100%;
  /* text-align: center; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
}

#footer p {
  font-size: 0.75rem;
  color: white;
  margin: 0;
  font-weight: 400;
}

#footer button {
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1rem;
}

.call h2 {
  color: white;
  display: inline;
  font-size: 1.5em;
  font-weight: 400;
}

.call {
  text-align: center;
  color: white;
  padding-bottom: 10px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1.5rem;
  background-color: black;
}

.images {
  display: block;
  width: 100%;
}

.mobile {
  display: none;
}

#top .col-md-6 {
  padding-right: 0;
  padding-left: 0;
}

/* MODAL */

.modal-title {
  color: white;
  font-weight: 500;
}

.modal-header {
  background: linear-gradient(120deg, rgb(0, 153, 169), rgb(51, 204, 153), rgb(0, 212, 114));
}

.modal-body .row {
  /* margin-left: 15px;
  margin-bottom: 10px; */
}

body {
  padding-right: 0px !important;
}

/* FAQS */
#faqContainer {
  background-color: #f5f5f5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

#faq {
  padding-right: 20px;
  padding-left: 42px;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

#faq .col-lg-6 {
  padding-right: 35px;
}

.ques {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.89;
  margin-top: 15px;
  margin-bottom: 0;
}

.ans {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.31;
  margin-bottom: 35px;
  /* margin-top: 10px; */
}

/* FOR MOBILE SCREEN */

@media screen and (max-width: 991px) {
  .mobile {
    display: block;
  }

  .content2 {
    margin-left: 0;
    margin-right: 0;
  }

  .custom {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  #text-top-left {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 0;
    margin-top: 10px;
  }

  #text-mid-right {
    padding-top: 15px;
    padding: 15px;
    padding-left: 0;
    padding-right: 15px;
  }

  #text-mid-left {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  #image-mid-right img {
    height: 100%;
  }

  #trodlyLogo {
    margin-left: 0;
    margin-top: 0;
    width: 60%;
  }

  .trodlyPro-logo {
    margin-left: 0;
  }

  #loginbtn {
    margin-right: 10px;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .mid h3 {
    line-height: 1.1;
  }

  p {
    font-size: 1em;
  }

  .buttons {
    text-align: center;
  }

  #image-mid-right {
    padding: 0;
    margin-left: 0;
  }

  .bttn {
    padding: 0.5em;
    width: 13em;
    font-size: 1.5em;
  }

  #footer h2 {
    font-size: 1.2em;
    padding: 5px 8px;
  }

  #faq {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .ques {
    line-height: 1.1;
  }
}

/* New Styles by MAK */
.header {
  align-items: flex-start;
}

.trodlyPro-logo {
  display: block;
  border: none;
}

#trodlyLogo {
  width: 7rem;
  border-bottom: 3px solid #fff;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}

.trodlyPro-logo p {
  margin: 0;
  border: none;
  font-size: 1rem;
  padding: 0;
  line-height: 21px;
}

.login {
  margin: 0;
}

.login a {
  border-radius: 14px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #1685f8;
  padding: 0 1rem;
  height: 28px;
  text-decoration: none;
}

#text-top-left {
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}

#text-top-left h1 {
  font-size: 2.625rem;
  line-height: calc(1em * 1.3125);
  margin: 0 0 0.5rem;
  font-weight: 500;
}

#text-top-left h2 {
  font-size: 1.625rem;
  line-height: calc(1em * 1.3125);
  margin: 0 0 2rem;
}

#text-top-left p {
  font-size: 1.25rem;
  line-height: calc(1em * 1.3125);
  margin: 0 0 1.125rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#text-top-left img {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
#text-top-left p svg {
  margin-right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
}

#text-top-left p span {
  display: block;
  width: 100%;
}

.join__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  text-align: center;
}

.join__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #0f71f7;
  padding: 0 1rem;
  text-decoration: none;
}

a.link--button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #0f71f7;
  padding: 0 1rem;
  text-decoration: none;
}

a.link--button.invert {
  color: #fff;
  background-color: #0f71f7;
}

.join__button p {
  display: block;
  font-size: 1.25rem;
  line-height: calc(1em * 1.3125);
  margin: 1rem 0;
  font-weight: 500;
  color: #fff;
}

.join__button p span {
  display: inline;
  font-weight: 400;
  font-size: 1.25rem;
}

.strike-through {
  text-decoration: line-through;
}

.offer--points {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.offer--points p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
  color: #484848;
  line-height: calc(1em * 1.3125);
  margin: 0.5rem 0;
  font-weight: 400;
}

.offer--points p svg {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}

.features {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 1.5rem;
}

.features h4 {
  font-size: 1.625rem;
  color: #484848;
  font-weight: bold;
  line-height: calc(1em * 1.3125);
  margin: 0 0 10px;
}

.features p {
  font-size: 1rem;
  line-height: 1.31;
  color: #484848;
  font-weight: 400;
  margin: 0;
}

.dest-category-container {
  margin: 2rem 0 0;
}

.dest-category-container div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}

.dest-category-container div svg {
  height: 4rem;
  width: 4rem;
  margin-right: 1rem;
}

.dest-category-container div p {
  font-size: 2rem;
  color: #484848;
  line-height: calc(1em * 1.3125);
  margin: 0;
  font-weight: 400;
}

.dest-category-container div p span {
  font-weight: bold;
}

.dest-category-container div p {
  font-size: 1.5rem;
}

.reseller__benefits h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3.125rem;
}

.reseller__benefits h2 {
  font-size: 1.25rem;
}

.reseller__benefits {
  text-align: center;
}

.reseller__benefits svg {
  height: 5rem;
  width: 5rem;
}

.reseller__benefits h3 {
  font-size: 1.25rem;
  color: #484848;
  margin: 0 0 0.5rem;
  font-weight: bold;
  line-height: calc(1em * 1.3125);
}

.reseller__benefits p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.31;
  color: #484848;
}

#faqContainer h2 {
  font-size: 1.625rem;
  color: #484848;
  font-weight: bold;
  line-height: calc(1em * 1.3125);
  margin: 0 0 1rem;
}

#faqContainer p {
  font-size: 1rem;
  color: #484848;
  line-height: calc(1em * 1.3125);
  margin: 0 0 0.5rem;
}

#faqContainer p.ques {
  font-weight: bold;
}

#faqContainer p.ans {
  margin: 0.625rem 0 2rem;
}

#footer {
  background-color: #484848;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

#footer .col-xs-12 {
  /* margin-bottom: 1rem; */
}

.mid__click__to__action h4 {
  font-size: 1.25rem;
  color: #484848;
  font-weight: 400;
  line-height: calc(1em * 1.3125);
  margin: 0 0 0.75rem;
}

@media only screen and (min-width: 700px) {
  #trodlyLogo {
    width: 10rem;
  }

  #top-agent {
    padding: 20px 70px 15px;
  }

  .join__button {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .join__button a {
    min-width: 10rem;
    margin-right: 1rem;
  }

  .offer--points p {
    justify-content: center;
  }

  .dest-category-container div {
    justify-content: center;
  }

  #footer {
    text-align: right;
  }

  #footer div.col-xs-12:first-child {
    text-align: left;
  }

  .mid__click__to__action {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mid__click__to__action h4 {
    margin: 0;
  }

  #faqContainer {
    padding-left: 70px;
    padding-right: 70px;
  }
}
