
/*blockquote*/
blockquote {
  padding-left: 15px;
  border-left: 5px solid #033c56;
  margin-bottom: 15px;
  padding: 0px 17px;
}
blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
/*blockquote*/
.th-page-wrap{
  position: relative;
  padding: 10px 0;
}
.th-page-wrap img{
  margin-bottom: 20px;
  width: 100%;
}
.th-page-wrap a {
    font-weight: 700;
}
.th-page-wrap a:hover {
    color:#000;
}
.th-page-wrap ul,
.th-page-wrap ol{
  margin-bottom: 30px;
}
.th-page-wrap ul li, .th-page-wrap ol li{
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.th-page-wrap ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #033c56;
  border-radius: 50px;
  left: 0;
  top: 10px;
}
.th-page-wrap ol li{
  padding-left: 0;
}
.th-page-wrap ol{
  margin-left: 19px;
}
/*th-sidebar*/
.th-sidebar {
  padding-left: 15px;
}
.th-sidebar ul li {
  margin-bottom: 15px!important;
  padding: 0;
}
.th-sidebar ul li::before {
  display: none;
}
.th-features-area {
  padding: 5px;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.36);
  background-color: #ffffff;
}
.th-features-image img {
  height: 184px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0;
}
.th-features-area h6 {
  margin-bottom: 1px;
}
.th-features-content {
  padding: 8px 10px 7px;
  text-align: center;
}
.th-features-area p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

@media only screen and (max-width:1200px){
.th-page-wrap {
  padding: 80px 0;
}
.th-sidebar {
  padding-left: 0;
}
}
@media only screen and (max-width:1100px){
.th-features-image img {
  height: 165px;
}
}
@media only screen and (max-width:991px){
.th-page-wrap {
  padding: 50px 0 25px;
}
.th-page-wrap .col-md-9,
.th-page-wrap .col-md-3 {
  width:100%;
}
.th-sidebar {
  padding-left: 0;
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}
.th-features-image img {
  height: 184px;
}
}
@media only screen and (max-width:767px){
.th-page-wrap {
  padding: 40px 0 20px;
}
.th-page-wrap ul, .th-page-wrap ol {
  margin-bottom: 25px;
}
.th-page-wrap ul li::before {
  width: 5px;
  height: 5px;
  top: 11px;
}
}
@media only screen and (max-width:500px){
.th-page-wrap {
  padding: 30px 0 20px;
}
.th-page-wrap ul li, .th-page-wrap ol li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 6px;
}
.th-page-wrap ul li::before {
  top: 10px;
}
.th-page-wrap ol{
  margin-left: 14px;
}
.th-page-wrap ul, .th-page-wrap ol {
  margin-bottom: 20px;
}
}
@media only screen and (max-width:400px){
}