body {
  top: 0;
  overflow-x: hidden;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1424px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #4980db;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

/*align*/
.alignright {
  float: right;
  margin-left: 35px !important;
  margin-bottom: 38px;
  margin-top: 6px;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 35px !important;
  margin-bottom: 18px;
  margin-top: 6px;
  max-width: 100%;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 18px;
  margin-top: 10px;
}

.alignnone {
  float: none;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  max-width: 100%;
}

/*align*/

ol,
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin-bottom: 15px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  line-height: 54px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 2.2px;
  margin-bottom: 15px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 1.25px;
  margin-bottom: 15px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1.05px;
  margin-bottom: 15px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}

/* btns */
.th-feedback-btn {
  font-family: "Montserrat", sans-serif;
  position: fixed;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff !important;
  background-color: #4980db;
  width: 227px;
  height: 55px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  transition: ease-in-out 0.2s;
  z-index: 1;
  left: -86px;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  z-index: 10;
}

.th-feedback-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  z-index: -1;
  transition: ease-in-out 0.4s;
}

.th-feedback-btn:hover::before {
  width: 100%;
}

.th-view-more-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000000 !important;
  letter-spacing: 0.9px;
  width: 152px;
  height: 61px;
  display: block;
  padding: 15px;
  border: 2px solid #000000;
  text-align: center;
  margin-top: 45px;
  position: relative;
  z-index: 1;
  transition: ease-in-out 0.2s;
}

.th-view-more-btn:hover {
  border: 2px solid #4980db;
}

.th-view-more-btn::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 12px;
  background-image: url(../images/green-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -29px;
  top: 50%;
  transform: translate(0, -50%);
  transition: ease-in-out 0.2s;
}

.th-view-more-btn:hover::after {
  right: -45px;
}

.th-view-more-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4980db;
  z-index: -1;
  transition: ease-in-out 0.4s;
}

.th-view-more-btn:hover:before {
  width: 100%;
}

.th-common-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  color: #000000 !important;
  letter-spacing: 1.05px;
  width: 250px;
  height: 61px;
  display: block;
  padding: 15px;
  border: 2px solid #000000;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: ease-in-out 0.2s;
  outline: none;
  background-color: transparent;
  margin: 0 auto;
  margin-top: 33px;
}

.th-common-btn:hover {
  border: 2px solid #4980db;
}

.th-common-btn::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 12px;
  background-image: url(../images/header-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -39px;
  top: 50%;
  transform: translate(0, -50%);
  transition: ease-in-out 0.2s;
}

.th-common-btn:hover::after {
  right: -45px;
}

.th-common-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4980db;
  z-index: -1;
  transition: ease-in-out 0.4s;
}

.th-common-btn:hover:before {
  width: 100%;
}

/* btns */

/* header */
.th-header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
  padding: 30px 0;
  z-index: 100;
}

.th-logo-wrap {
  padding-top: 0px;
}

.th-logo-wrap img {
  height: auto;
  width: auto;
}

.th-outer-menu .navbar {
  padding: 0;
}

.th-outer-menu {
  padding-top: 21px;
}

.th-outer-menu ul li {
  position: relative;
  margin-right: 60px;
}

.th-outer-menu ul li:last-child {
  margin-right: 0;
}

.th-outer-menu ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.35px;
}

.th-outer-menu ul li a:hover,
.th-outer-menu ul li.th-active a {
  color: #4875d9;
}

.th-header-btn .th-login-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  width: 77px;
  height: 70px;
  color: #000000;
  background-color: #4875d9;
  padding: 12px 5px;
  border: 2px solid #ffffff;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  transition: ease-in-out 0.2s;
  z-index: 1;
  letter-spacing: 1.2px;
}

.th-header-btn .th-login-btn::after {
  position: relative;
  content: "";
  width: 62px;
  height: 12px;
  background-image: url(../images/header-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  margin-top: -1px;
}

.th-header-btn .th-login-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
}

.th-header-btn .th-login-btn:hover::before {
  width: 100%;
  transition: ease-in-out 0.2s;
}

/* header */

/* footer form */
.th-footer-form-wrap {
  position: relative;
  padding: 148px 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
}

/* .th-footer-form-wrap::after{
    position: absolute;
    content: '';
    background-color: #4980db;
    width: 36.7%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.th-footer-form-wrap::before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 63.3%;
    height: 100%;
    background-image: url(../images/footer-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
} */
.th-footer-form {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 50px 51px 52px 41px;
  border-radius: 25px;
}

.th-footer-form h2 {
  margin-bottom: 26px;
}

.th-footer-form ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 69px;
  width: 47.08%;
  margin-bottom: 42px;
}

.th-footer-form ul li:nth-child(2n) {
  margin-right: 0;
}

.th-footer-form ul li.th-country-code {
  width: 19%;
  margin-right: 47px;
}

.th-footer-form ul li.th-phone-number {
  margin-right: 0;
  width: 24.2%;
}

.th-footer-form ul li:nth-last-child(2) {
  margin-right: 0;
  width: 100%;
}

.th-footer-form ul li:last-child {
  margin-right: 0;
  width: 100%;
  margin-bottom: 0;
}

.th-footer-form input,
.th-footer-form textarea,
.th-footer-form select {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  width: 100%;
  height: 48px;
  background-color: transparent;
  outline: none;
  padding: 1px 10px 1px 0;
  border: none;
  border-bottom: 2px solid #000000;
  letter-spacing: 1.05px;
  border-radius: 0;
}

.th-footer-form textarea {
  height: 111px;
}

.th-footer-form input::placeholder,
.th-footer-form textarea::placeholder,
.th-footer-form select::placeholder {
  opacity: 1;
  color: #000000;
}

.th-submit-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  color: #000000 !important;
  letter-spacing: 1.05px;
  width: 250px;
  height: 61px;
  display: block;
  padding: 15px;
  border: 2px solid #000000;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: ease-in-out 0.2s;
  outline: none;
  background-color: transparent;
}

.th-submit-btn:hover {
  border: 2px solid #4980db;
}

.th-submit-btn::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 12px;
  background-image: url(../images/header-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -34px;
  top: 50%;
  transform: translate(0, -50%);
  transition: ease-in-out 0.2s;
}

.th-submit-btn:hover::after {
  right: -45px;
}

.th-submit-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #4980db;
  z-index: -1;
  transition: ease-in-out 0.4s;
}

.th-submit-btn:hover:before {
  width: 100%;
}

/* footer form */

/* footer */
.th-footer-wrap {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
  padding: 28px 0;
  z-index: 1;
}

.th-footer-wrap p {
  margin-bottom: 0;
}

.th-developed-by {
  text-align: right;
}

.th-footer-wrap p a:hover {
  color: #000000;
}

/* footer */

/* inner banner */
.th-inner-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  text-align: left;
  padding: 244px 0 80px;
}

.th-inner-banner .th-banner-content {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.43);
  padding: 39px 38px 42px;
}

.th-inner-banner h1 {
  color: #ffffff;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.35);
  margin-bottom: 0;
}

/* inner banner */

/* pagination */
.th-pagination {
  padding: 30px 0;
  text-align: center;
}

.th-pagination ul li {
  display: inline-block !important;
  vertical-align: top;
  width: auto !important;
  margin: 0 10px !important;
}

.th-pagination ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  display: block;
  color: #000000;
  padding: 5px;
  transition: 0.4s;
}

.th-pagination ul li a:hover,
.th-pagination ul li a.active {
  border: 1px solid #4980db;
  background-color: #4980db;
  color: #ffffff;
}

/* pagination */

@media only screen and (max-width: 1500px) {
  .th-outer-menu ul li {
    margin-right: 55px;
  }

  /* footer form */
  .th-footer-form ul li.th-country-code {
    margin-right: 45px;
  }

  /* footer form */
}

@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 56px;
    line-height: 56px;
  }

  h2 {
    font-size: 46px;
    line-height: 52px;
  }

  /* header */
  .th-outer-menu ul li {
    margin-right: 47px;
  }

  /* header */

  /* footer form */
  .th-footer-form ul li {
    margin-right: 63px;
  }

  .th-footer-form ul li.th-country-code {
    margin-right: 41px;
  }

  /* footer form */
}

@media only screen and (max-width: 1300px) {

  /* header */
  .th-outer-menu ul li {
    margin-right: 35px;
  }

  /* header */

  /* footer form */
  .th-footer-form {
    padding: 50px 30px 52px;
  }

  .th-footer-form ul li {
    margin-right: 59px;
  }

  .th-footer-form ul li.th-country-code {
    margin-right: 38px;
  }

  /* footer form */
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 52px;
    line-height: 52px;
  }

  h2 {
    font-size: 42px;
    line-height: 48px;
  }

  h3 {
    font-size: 40px;
    line-height: 46px;
  }

  p {
    font-size: 17px;
    line-height: 34px;
  }

  .th-view-more-btn {
    margin-top: 30px;
    font-size: 17px;
    line-height: 23px;
    width: 150px;
    height: 55px;
  }

  .th-common-btn {
    font-size: 20px;
    line-height: 22px;
    width: 245px;
    height: 56px;
  }

  /* header */
  .th-logo-wrap {
    padding-top: 2px;
  }

  .th-outer-menu .navbar-nav {
    margin: 0 0 0 auto;
  }

  .th-outer-menu ul li a {
    font-size: 16px;
  }

  .th-outer-menu ul li {
    margin-right: 27px;
  }

  .th-header-wrap .col-md-1 {
    width: 9.33333333%;
  }

  .th-header-wrap .col-md-9 {
    width: 74%;
  }

  /* header */

  /* footer form */
  .th-footer-form-wrap {
    padding: 120px 0;
  }

  .th-footer-form ul li {
    margin-right: 34px;
    width: 48%;
  }

  .th-footer-form ul li.th-country-code {
    margin-right: 30px;
    width: 20.5%;
  }

  .th-footer-form input,
  .th-footer-form textarea,
  .th-footer-form select {
    font-size: 20px;
  }

  .th-submit-btn {
    font-size: 20px;
    width: 225px;
    height: 56px;
  }

  /* footer form */

  /* inner banner */
  .th-inner-banner {
    min-height: 453px;
    padding: 225px 0 80px;
  }

  /* inner banner */
}

@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  /* header */
  .th-logo-wrap img {
    height: auto;
  }

  .th-header-wrap {
    padding: 25px 0;
  }

  .th-outer-menu ul li {
    margin-right: 15px;
  }

  .th-outer-menu ul li a {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .th-outer-menu {
    padding-top: 22px;
  }

  .th-logo-wrap {
    padding-top: 8px;
  }

  .th-header-wrap .col-md-1 {
    width: 10.33333333%;
  }

  .th-header-wrap .col-md-9 {
    width: 73%;
  }

  /* header */

  /* footer form */
  .th-footer-form ul li {
    margin-right: 31px;
  }

  .th-footer-form ul li.th-country-code {
    margin-right: 25px;
  }

  .th-footer-form input,
  .th-footer-form textarea,
  .th-footer-form select {
    font-size: 19px;
  }

  .th-footer-form-wrap {
    padding: 100px 0;
  }

  /* footer form */
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 44px;
  }

  h2 {
    font-size: 38px;
    line-height: 44px;
  }

  h3 {
    font-size: 36px;
    line-height: 42px;
  }

  h4 {
    font-size: 32px;
    line-height: 38px;
  }

  h5 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
  }

  .th-feedback-btn {
    font-size: 19px;
    line-height: 29px;
    width: 210px;
    height: 50px;
    padding: 10px;
    left: -80px;
  }

  /* pagination */
  .th-pagination {
    padding: 20px 0;
  }

  .th-pagination ul li {
    margin: 0 6px !important;
  }

  /* pagination */

  /* header */
  .th-header-wrap {
    padding: 30px 0;
    position: relative;
    background-color: #000000;
  }

  .th-header-wrap .col-md-2 {
    width: 100%;
    order: 1;
  }

  .th-header-wrap .col-md-1 {
    width: 100%;
    order: 2;
  }

  .th-header-wrap .col-md-9 {
    width: 100%;
    order: 3;
  }

  .th-logo-wrap img {
    height: auto;
    z-index: 1;
    position: relative;
  }

  .th-logo-wrap {
    padding-top: 0;
  }

  .th-outer-menu .navbar-nav {
    margin: 0;
  }

  .th-outer-menu {
    padding-top: 0;
  }

  .th-outer-menu .navbar-toggler {
    /* border: none !important; */
    outline: none !important;
    background-color: #4875d9;
    box-shadow: none;
    border-radius: 0;
    margin: -75px 0 0 auto;
    padding: 0;
    width: 70px;
    height: 60px;
    border: 2px solid #ffffff;
    margin-bottom: -15px;
  }

  .th-outer-menu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    font-size: 20px;
  }

  .th-header-btn {
    padding-right: 85px;
    margin-top: -60px;
    margin-bottom: -15px;
  }

  .th-header-btn .th-login-btn {
    line-height: 23px;
    height: 60px;
  }

  .th-outer-menu ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .th-outer-menu .navbar-nav {
    padding-top: 30px;
    text-align: center;
  }

  /* header */

  /* footer form */
  .th-footer-form {
    padding: 42px 20px 50px;
  }

  .th-footer-form-wrap {
    padding: 65px 0;
  }

  .th-footer-form ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .th-footer-form h2 {
    margin-bottom: 20px;
  }

  .th-footer-form ul li.th-country-code {
    width: 30%;
  }

  .th-footer-form ul li.th-phone-number {
    width: 66%;
    float: right;
  }

  /* footer form */

  /* footer */
  .th-footer-wrap .col-md-6 {
    width: 100%;
  }

  .th-footer-wrap {
    text-align: center;
    padding: 25px 0;
  }

  .th-developed-by {
    text-align: center;
    padding-top: 5px;
  }

  /* footer */

  /* inner banner */
  .th-inner-banner {
    min-height: auto;
    padding: 100px 0 100px;
  }

  .th-inner-banner .th-banner-content {
    padding: 30px 30px 30px;
  }

  /* inner banner */
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1.4px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1.2px;
  }

  h4 {
    font-size: 30px;
    line-height: 36px;
  }

  p {
    font-size: 16px;
    line-height: 30px;
  }

  .th-common-btn {
    font-size: 19px;
    line-height: 19px;
    width: 240px;
    height: 52px;
  }

  .th-common-btn::after {
    width: 52px;
    background-size: 100%;
    right: -31px;
  }

  .th-common-btn:hover::after {
    right: -40px;
  }

  .th-view-more-btn {
    margin-top: 20px;
    font-size: 17px;
    line-height: 19px;
    width: 145px;
    height: 52px;
  }

  .th-view-more-btn::after {
    width: 52px;
    background-size: 100%;
  }

  .th-view-more-btn:hover::after {
    right: -36px;
  }

  /* header */
  .th-header-wrap {
    padding: 20px 0;
  }

  /* header */
  /* pagination */
  .th-pagination ul li a {
    font-size: 17px;
    line-height: 23px;
    width: 35px;
    height: 35px;
  }

  .th-pagination ul li {
    margin: 0 5px !important;
  }

  /* pagination */

  /* footer form */
  .th-footer-form-wrap {
    padding: 55px 0;
  }

  .th-footer-form {
    padding: 42px 15px 50px;
  }

  .th-footer-form h2 {
    margin-bottom: 15px;
  }

  .th-submit-btn {
    font-size: 19px;
    width: 220px;
    height: 52px;
    line-height: 19px;
  }

  .th-submit-btn::after {
    background-size: 100%;
  }

  .th-submit-btn::after {
    background-size: 100%;
    right: -26px;
    width: 52px;
  }

  .th-submit-btn:hover::after {
    right: -35px;
  }

  .th-footer-form input,
  .th-footer-form textarea,
  .th-footer-form select {
    font-size: 18px;
  }

  .th-footer-form ul li.th-country-code {
    margin-right: 18px;
  }

  /* footer form */

  /* inner banner */
  .th-inner-banner {
    padding: 90px 0 90px;
  }

  .th-inner-banner .th-banner-content {
    padding: 25px 25px 25px;
  }

  /* inner banner */
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }

  .th-feedback-btn {
    font-size: 17px;
    line-height: 20px;
    width: 170px;
    height: 40px;
    left: -65px;
  }

  /* header */
  .th-logo-wrap img {
    height: auto;
  }

  .th-header-btn .th-login-btn {
    font-size: 15px;
    line-height: 23px;
    height: 60px;
    width: 65px;
    letter-spacing: 0.5px;
  }

  .th-header-btn .th-login-btn::after {
    width: 50px;
  }

  .th-outer-menu .navbar-toggler {
    height: 60px;
    width: 65px;
    margin: -75px 0 -15px auto;
  }

  .th-header-wrap {
    padding: 20px 0;
  }

  .th-header-btn {
    padding-right: 76px;
    margin-top: -60px;
  }

  /* header */

  /* footer form */
  .th-footer-form ul li.th-phone-number {
    width: 61%;
    float: right;
  }

  .th-footer-form ul li.th-country-code {
    margin-right: 14px;
    width: 35%;
  }

  .th-footer-form input,
  .th-footer-form textarea,
  .th-footer-form select {
    font-size: 17px;
  }

  /* footer form */
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .th-view-more-btn {
    font-size: 16px;
    line-height: 27px;
    width: 140px;
    height: 50px;
    padding: 10px;
  }

  .th-view-more-btn::after {
    width: 50px;
  }

  .th-common-btn {
    font-size: 17px;
    line-height: 17px;
    width: 215px;
    height: 50px;
  }

  .th-common-btn::after {
    width: 48px;
    right: -28px;
  }

  .th-common-btn:hover::after {
    right: -34px;
  }

  /* pagination */
  .th-pagination ul li {
    margin: 0 3px !important;
  }

  .th-pagination ul li a {
    font-size: 16px;
    line-height: 18px;
    width: 30px;
    height: 30px;
  }

  /* pagination */

  /* footer form */
  .th-footer-form-wrap {
    padding: 45px 0;
    background-attachment: unset;
  }

  .th-footer-form {
    padding: 34px 12px 40px;
  }

  .th-footer-form h2 {
    margin-bottom: 10px;
  }

  .th-footer-form ul li {
    margin-bottom: 20px;
  }

  .th-footer-form input,
  .th-footer-form textarea,
  .th-footer-form select {
    font-size: 15px;
    letter-spacing: 0.6px;
    padding: 1px 5px 1px 0;
  }

  .th-footer-form ul li.th-country-code {
    margin-right: 13px;
    width: 37%;
  }

  .th-footer-form ul li.th-phone-number {
    width: 59%;
  }

  .th-submit-btn {
    font-size: 18px;
    width: 200px;
    height: 50px;
    line-height: 15px;
    margin-top: 10px;
  }

  /* footer form */

  /* footer */
  .th-footer-wrap {
    padding: 20px 0;
  }

  /* footer */

  /* inner banner */
  .th-inner-banner {
    padding: 70px 0px 70px;
  }

  .th-inner-banner .th-banner-content {
    padding: 20px 20px 20px;
  }

  /* inner banner */
}

@media only screen and (max-width: 400px) {

  /* footer form */
  .th-footer-form ul li.th-country-code {
    margin-right: 10px;
    width: 44%;
  }

  .th-footer-form ul li.th-phone-number {
    width: 50%;
  }

  .th-footer-form input,
  .th-footer-form textarea,
  .th-footer-form select {
    font-size: 15px;
    letter-spacing: 0.1px;
    padding: 1px 1px 1px 0;
  }

  /* footer form */
}

@media only screen and (max-width: 350px) {

  /* header */
  .th-logo-wrap img {
    max-width: 151px;
  }

  .th-outer-menu .navbar-toggler {
    margin: -65px 0 -15px auto;
  }

  .th-header-btn {
    margin-top: -55px;
  }

  /* header */
}