/*
Theme Name: FreeSamplesProUsa
*/
html {
  scroll-behavior: smooth;
  min-height: 100% !important;
  position: relative;
  height: initial;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.blog-content ul li, .blog-content ol li {
color: #445566;
}
@-ms-viewport { width: device-width; }
body {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 70px;
  height: auto;
}

img {
  vertical-align: bottom;
}
.arrow-down {
  background-color: #f2faf5;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 270px;
  z-index: 0;
}
.arrow-down:after {
  content: '';
  background: url('images/down-arrow-bg.png') no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: -168px;
}
.dp-parent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  z-index: 1;
}

.dp-parent-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dp-child {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.dp-child-50 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dp-parent-col {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dp-parent-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dp-parent-ver-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.dp-child-ver-center {
  -webkit-align-self: center;
  align-self: center;
}
.dp-child-ver-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.dp-child-hor-center {
  -webkit-justify-self: center;
  justify-self: center;
}

.dp-parent-hor-center {
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.dp-parent-ver-end {
  justify-content: flex-end;
}

.dp-parent-hor-space-between {
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.dp-parent-hor-space-around {
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.dp-child-no-grow {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-wrap {
  flex-wrap: wrap;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.dp-child-2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dp-child-flex-end {
  justify-content: flex-end;
}
.mar-l {
  margin-left: 40px;
}
.mar-r {
  margin-right: 40px;
}

.wrapper {
  width: 100%;
  height: auto;
}
.main-container {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
}
.header-container{padding: 0;}
.header-bg-top {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2faf5;
  left: 0;
  top:0;
  height: 80px;
}
.inner-section {
  height: auto;
  margin: 0 auto;
}
.head-height {
  height: 80px;
}

.header-section {
  position: relative;
  background-color: #f2faf5;
}
.logo {
  height: 80px;
  padding: 0px;
  margin-left: 30px;
}

.logo img {
  max-width: 251px;
  vertical-align: middle;
}

.logo a {
  text-decoration: none;
}
#navigation img {
  display: none;
}
.home-top-section {
  margin: 40px auto 60px;
  padding: 0 15px;
  max-width: 1153px
}
.home-top-left {
  flex-basis: 63.5%;
  margin-right: 1.5%;
}
.home-top-right {
  flex-basis: 17%;
}
.home-top-left img {
  /* border-radius: 10px; */
  width: 100%;
}
.home-top-left-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-top-left-box-text {
  position: absolute;
  bottom: 39px;
  left: 6%;
  right: 6%;
  z-index: 0;
}

.home-top-left-box-text h1 {
  width: 64%;
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 50px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.home-top-left-box-text a {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.75px;
  line-height: 28px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 40px;
  padding: 13px 39px;
  position: absolute;
  right: 0;
}
.home-top-left-box-text a:hover {
  color: #000;
  background-color: #fff;
}
.home-top-right img {
  width: 100%;height: 100%;
  /* border-radius: 10px; */
}
.home-top-right-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-top-right-box:nth-child(2) {
  margin: 6.4% 0;
}
.home-top-right-box-text {
  position: absolute;
  bottom: 22px;
  left: 10%;
  right: 9%;
}
.img-overlay {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+1,0.5+100 */
  /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%); 
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 41.98%, #000000 98.29%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); */
}
.home-top-right-box-text p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}
.home-midle-section {
  background-color: #112233;
  padding-bottom: 60px;
}

.home-top-read {
  flex-basis: 65%;
  margin-right: 50px;
}
.new-tag-read{display: none;}
.home-top-read .new-tag-read{display: block;}
.sidebar {
  flex-basis: 30%;
}
.blank-sapce {
  height: 90px;
}
.top-read-title {
  padding: 48px 0 38px;
}

.top-read-title h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  margin-left: 20px;
}
.top-reads-box {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.top-reads-box a {
  display: flex;
}

.read-box-img {
  width: 260px;
  display: flex;
  position: relative;
}
.read-box-img img {
  width: 100%;
}

.new-tag-read {
  width: 55px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 0 0 8px;
  background-color: #f53c52;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 70px;
}
.read-box-text {
  padding: 30px 30px 30px 30px;
  width: 63%;
}

.read-box-text h3 {
  color: #112233;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.read-box-text p {
  color: #445566;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 15px;
}

.sidebar h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  padding: 52px 0 30px;
}

.sidebar-post-box {
  margin-bottom: 20px;
}
.sidebar-post-box a {
  display: flex;
}

.sidebar-post-img {
  width: 130px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 80px;
}
.sidebar-post-img img {
  width: 100%;
  height: auto;
}

.new-tag-sidebar-post {
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  padding: 7px 0 0 3px;
  background-color: #f53c52;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 70px;
}
.sidebar-post-text {
  margin: 10px 0px 0;
  padding-left: 20px;
  width: 60%;
}

.sidebar-post-text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}
.single-post .sidebar-post-text h3 {
  color: #456;
}
.contact-section {
  background-color: #fff;
  padding: 60px 0px 40px;
  position: relative;
}

.contact-section::after {
  content: '';
  width: 411px;
  height: 146px;
  background: url('images/env.png') no-repeat;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  margin: 0 auto;
}

.contact-sec-title {
  color: #112233;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
.contact-sec-text {
  margin: auto;
  color: #445566;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.contact-inner {
  margin-top: 45px;
}
.contact-form {
  flex-basis: 50%;
}

.form-group {
  margin-bottom: 23px;
}

.contact-form label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 10px;
}
.cont-mar {
  margin-right: 25px;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='tel'],
.contact-form input[type='url'],
.contact-form textarea {
  width: 100%;
  height: 40px;
  border: 2px solid #445566;
  border-radius: 3px;
  background-color: #ffffff;
  margin: 0;
  padding: 10px;
  font-family: 'Roboto';
  color: #778899;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.contact-form[type='text']:hover,
.contact-form[type='email']:hover,
.contact-form[type='tel']:hover,
.contact-form[type='url']:hover,
.contact-form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.contact-form textarea {
  resize: vertical;
  padding: 10px 30px 10px 10px;
  font-family: 'Roboto';
  color: #778899;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  min-height: 122px;
}
.contact-form textarea:after {
  content: '1000';
  font-size: 10px;
  color: #778899;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 20px;
}

.contact-form button[type='submit'] {
  cursor: pointer;
  width: 200px;
  border: none;
  background: #5a23a9;
  border-radius: 30px;
  background-color: #22bb66;
  padding: 10px 0;
  margin-top: 25px;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 38px;
  text-align: center;
  outline: none;
}

.contact-form button[type='submit']:hover {
  background-color: #000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.contact-form button[type='submit']:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.contact-form:focus,
.contact-form textarea:focus {
  outline: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}

.footer {
  max-width: 100%;
  height: 70px;
  margin: auto;
  border-top: 1px solid #c1c1c1;
  background-color: #0055cc;
}

.foot-copy-text {
  color: #778899;
  font-family: 'Work Sans';
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}

.foot-nav {
}

.foot-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.foot-nav li {
  list-style-type: none;
  margin: 0;
  padding-right: 20px;
  position: relative;
}

.foot-nav li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  text-align: right;
}

.foot-nav li a:hover {
  text-decoration: underline;
}

.foot-nav li::after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  /* top: 8px; */
  /* right: 10px; */
  margin-top: 8px;
  margin-left: 10px;
}
.foot-nav li:last-child::after {
  content: none;
}

.foot-nav li:last-child {
  padding-right: 0px;
}
.about-footer {
  max-width: 960px !important;
  background-color: transparent !important;
}
.about-footer .foot-nav li a {
  color: #445566;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}
.about-footer .foot-nav li::after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #445566;
  position: absolute;
  top: 8px;
  right: 10px;
}

/* The Modal (background) */
.sign-up-login-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 180px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.sign-up-login-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  max-width: 370px;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.sign-up-login-close {
  color: white;
  font-size: 28px;
  font-weight: bold;
}

.sign-up-login-close:hover,
.sign-up-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sign-up-sub {
  width: 160px;
  height: 52.8px;
  border-radius: 3.6px;
  background-color: #0077cc;
  outline: 0;
  border: none;
  font-size: 16.8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.12px;
  color: #ffffff;
  cursor: pointer;
}

.cancel {
  width: 160px;
  height: 52.8px;
  border-radius: 3.6px;
  background-color: #fff;
  outline: 0;
  border: none;
  opacity: 0.5;
  font-family: Roboto;
  font-size: 16.8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.12px;
  color: #000000;
  cursor: pointer;
}

.login-form {
  max-width: 330px;
  margin: auto;
}
.flex-outer,
.flex-inner {
  list-style-type: none;
  padding: 0;
}

.flex-outer {
  max-width: 800px;
  margin: 0 auto;
}

.flex-outer li,
.flex-inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.flex-inner {
  padding: 0 8px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-outer > li:last-child {
  margin-bottom: 20px;
}

.flex-outer li label,
.flex-outer li p {
  font-size: 14.4px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #000000;
  margin-bottom: 10px;
}

.flex-outer > li > label,
.flex-outer li p {
  -webkit-box-flex: 1;
  flex: 1 0 120px;
  max-width: 220px;
}

.flex-outer > li > label + *,
.flex-inner {
  -webkit-box-flex: 1;
  flex: 1 0 220px;
}

.flex-outer li p {
  margin: 0;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
}
.login-form-input {
  min-height: 38px;
  color: #000;
  padding: 10px 15px;
  outline: none;
  margin: 0;
  border-radius: 2.4px;
  border: solid 1.2px #e8e8e8;
  background-color: #f6f5f5;
  font-size: 14.5px;
}
.login-form-input:active {
  border: 1px solid #0077cc;
  background-color: #fff;
  border-radius: 2.4px;
}

.login-form-input:focus {
  border: 1px solid #0077cc;
  border-radius: 2.4px;
  background-color: #fff !important;
}

/*  -------About Us------- */
.about-section {
  background-color: #fff;
  padding: 60px 0px 40px;
  position: relative;
  z-index: 0;
}

.about-sec-title {
  color: #112233;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
.about-sec-text {
  width: 45%;
  margin: auto;
  color: #445566;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  margin-top: 15px;
}

.about-inner {
  margin-top: 45px;
}

/* -----------  Blog CSS Start -----------*/

.bredcumbs-section {
  margin-left: 7%;
  margin-top: 30px;
  color: #778899;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}
.bredcumbs-section span {
  margin: 0 5px;
}
.blog-banner-section {
}
.blog-banner-box img {
  width: 100%;
}
.blog-banner-box {
  position: relative;
}
.blog-banner-box-text {
  position: absolute;
  bottom: 54px;
  left: 12%;
  right: 0;
  z-index: 0;
}

.blog-banner-box-text h1 {
  width: 74%;
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 50px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.blog-inner-section {
  background-color: #fff;
}
.blog-content {
  flex-basis: 45%;
  margin-left: 7%;
  margin-right: 8%;
}

.sidebar-blog {
  flex-basis: 25%;
  padding: 0 15px;
}
.sidebar-blog h2 {
  color: #0055cc;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  padding: 52px 0 30px;
}

.sidebar-blog-box {
  margin-bottom: 20px;
}
.sidebar-blog-box a {
  display: flex;
}

.sidebar-blog-img {
  width: 130px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 80px;
}
.sidebar-blog-img img {
  width: 100%;
}

.sidebar-blog-text {
  margin: 10px 0px 0;
  padding-left: 20px;
  width: 60%;
}

.sidebar-blog-text h3 {
  color: #445566;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}

.blog-text {
  padding: 48px 15px 38px;
}

.blog-text h2 {
  color: #112233;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 25px;
}
.blog-text h3 {
  color: #112233;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 25px;
}
.blog-text p {
  color: #445566;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 10px;
}
.section-gap {
  margin-top: 25px;
}

.about-mar-t {
  margin-bottom: -60px;
}
.blog-content ul, .blog-content ol  {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  display: block;width: 100%;
}
p.copyrightfonts {
  font-size: 14px;
}
.banner1 {
  background: url('images/blog-inner-banner.png') top center no-repeat;
  background-size: cover;
  min-height: 500px;
  width: 100%;
}
span.dot{
  position: relative;
  padding-left: 15px;
}
span.dot:before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  vertical-align: text-bottom;
  top: 50%;
  margin-top: -5px;
}
@media screen and (min-width: 960px) {
  .legal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .dp-parent.legal-footer.unsub-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .unsub-center {
    height: calc(100vh - 250px) !important;
  }
  .block-403{
    height: 340px;
  }
  .text403 h1{
    font-size: 32vmin !important;
  }
  .text-denied{
    font-size: 5vmin !important;
  }
  /* .page-404{
    height: auto !important;
  } */
}

@media only screen and (orientation: landscape) {
  .unsub-center {
    height: auto !important;
  }
  .dp-parent.legal-footer.unsub-footer {
    position: static;
  }
}
@media screen and (min-width: 657px) {
  .unsub-center {
    height: calc(100vh - 210px) !important;
  }
}

@media screen and (min-width: 840px) and (max-width: 1000px) {
  .home-top-right-box-text {
    bottom: 10px;
  }
  .home-top-left-box-text a {
    padding: 10px 30px;
  }
  .home-top-left-box-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 840px) {
  .home-top-right-box-text {
    bottom: 30px;
    left: 6%;
  }
  .home-top-right-box-text p {
    font-size: 40px;
    line-height: 50px;
  }
  .home-top-left-box-text h1 {
    font-size: 40px;
  }
  .read-box-text {
    width: 100%;
  }
  .form-flex {
    flex: 1 !important;
  }
  .form-flex .cont-mar {
    margin-right: 25px;
  }
  .form-flex .cont-top-mar {
    margin-top: 0;
  }

  .dp-parent {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .blog-banner-box-text h1 {
    margin-left: 5%;
  }
  .dp-child-50 {
    flex: 0 0 100%;
    margin-left: 0;
  }
  .dp-parent.about-section.text-center {
    left: 0;
  }
  .home-top-left-box {
    margin-bottom: 18px;
  }
  .home-top-right-box:nth-child(2) {
    margin: 18px 0;
  }

  .comon-img {
    width: 100%;
  }

  .blog-banner-box-text.dp-parent.dp-child-ver-end {
    left: 0;
  }
  .blog-banner-box-text.dp-parent.dp-child-ver-end h1 {
    margin-left: 5%;
  }
  .main-content {
    max-width: 100%;
  }
  .home-top-section {
    margin: 0px auto 60px;
  }
  .mob-hidden {
    display: none;
  }

  .contact-section::before {
    display: none;
  }

  .mar-l {
    margin-left: 0px;
  }
  .mar-r {
    margin-right: 0px;
  }

  .contact-section {
    padding: 60px 5% 60px;
  }
  .contact-form {
    flex-basis: 100%;
  }

  .cont-mar {
    margin-right: 0px;
  }
  .contact-form button[type='submit'] {
    width: 250px;
  }
  .details-box {
    width: 265px;
  }
  .cont-top-mar {
    margin-top: 23px;
  }

  .footer {
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 10px 0;
  }
  .foot-nav ul {
    /* display: block; */
  }
  .foot-nav li {
    /* padding: 0px; */
    /* text-align: center; */
  }
  .about-footer .foot-nav li::after {
    background-color: transparent;
  }
  .foot-nav li::after {
    /* content: ''; */
    /* width: 0px; */
    /* height: 0px; */
  }
  .top-reads-box a {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
  }

  .read-box-img {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) {
  .contact-form {
    flex-basis: 40%;
    margin-bottom: 89px;
  }
}

@media screen and (max-width: 639px) {
  .home-top-left-box-text {
    bottom: 20px;
  }
  .home-top-right-box-text {
    bottom: 20px;
  }
  .home-top-right-box-text p {
    font-size: 30px;
    line-height: 30px;
  }
  .home-top-left-box-text h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    width: auto;
  }
  .home-top-left-box-text a {
    position: static;
    padding: 6px 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  .sidebar-post-img,
  .sidebar-blog-img {
    display: none;
  }
  .sidebar-post-box {
    margin-bottom: 10px;
  }
  .sidebar-blog-text {
    margin-top: 0;
  }
  .sidebar-post-text,
  .sidebar-blog-text {
    padding-left: 0;
    width: auto;
  }
  .home-top-right-box-text p {
    font-size: 20px;
    line-height: 20px;
  }
  .home-top-left-box-text h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .home-top-left-box-text a {
    position: static;
    font-size: 14px;
    padding: 3px 20px;
  }
  .home-top-left-box-text {
    bottom: 15px;
  }
  .home-top-right-box-text {
    bottom: 15px;
  }
  /* #navigation img {
    width: 80%;
  } */
  .blog-banner-box-text h1 {
    width: auto;
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .blog-banner-box-text {
    bottom: 20px;
  }
}

@media screen and (max-width: 580px) {
  .about-mar-t {
    max-width: 100%;
  }
  .about-sec-text {
    width: 90%;
    font-size: 20px;
  }
  .home-top-left-box-text.dp-parent.dp-child-ver-end {
  }
  .dp-child-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-banner-box-text {
    bottom: 20px;
  }
  .form-flex {
    flex: 0 0 100% !important;
    margin-left: 0;
    margin-right: 0;
  }

  .form-flex .cont-mar {
    margin-right: 0;
  }
  .form-flex .cont-top-mar {
    margin-top: 23px;
  }
}

@media screen and (max-width: 750px) {
  .blog-banner-box-text h1 {
    width: auto;
    font-size: 30px;
    line-height: 30px;
  }
  .center-content {
    height: auto;
  }
}
.center-content {
  height: calc(100vh - 210px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .contact-section::after {
    background-position: center bottom;
    background-size: contain;
    width: 96%;
  }
}
@media screen and (min-width: 840px) and (max-width: 960px) {
  .top-reads-box {
  }
  .read-box-text h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .read-box-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.blurdiv {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  top: 0;
  z-index: 1000;
  left: 0;
}

.activetab {
  color: #0055cc !important;
  border-bottom: 3px solid #0055cc !important;
}

@media screen and (min-width: 580px) and (max-width: 980px) {
  .about-sec-text {
    width: 60%;
  }
}
@media screen and (max-width: 1111px) {
  .blank-sapce {
    display: none;
  }
}
.footer-b {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media screen and (max-width: 800px) {
  body {
    margin-bottom: 110px;
  }
  .foot-nav li {
    padding: 0px;
    text-align: center;
  }
  .foot-nav ul {
    display: block;
  }
  .foot-nav li::after {
    content: '';
    width: 0px;
    height: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 812px) {
  .center-content {
    height: auto;
  }
}

@media screen and (min-width: 1110px) and (max-width: 1280px) {
  .read-box-text {
    padding-bottom: 0;
  }
}

@media screen and (min-height: 0px) and (max-height: 580px) {
  .center-content {
    height: auto !important;
  }
  .center-content.unsub-center.page-404{
    height: auto !important;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .center-content {
    height: auto;
  }
}
@media screen and (min-width: 840px) and (max-width: 1365px) {
  .sidebar-blog-text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 65px;
    max-width: 100%;
    word-break: break-word;
  }
}
span#count {
  color: #aabbcc;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 0;
  padding: 15px 10px 15px 15px;
}
.error-text-msg {
  font-size: 12px;
  color: #ea7979;
  font-weight: normal;
  padding-top: 5px;
  position: absolute;
  bottom: -16px;
}
.validation-box {
  position: relative;
}
main.unsub.contactus .error-text-msg {
  right: 0;
}
main.unsub.contactus input#email ~ .error-text-msg {
  position: static;
  float: right;
}
main.unsub.contactus select {
  color: #112233;
  font-weight: normal;
}
.text-404 {
  font-size: 24px;
  letter-spacing: -0.04px;
  line-height: 28px;
  margin-top: 58px;
  text-align: center;
  padding: 0 15px;
  font-family: 'Roboto';
  color: #445566;
}
.text-404 strong{
  font-weight: bold;
}

.img-404 img {
  max-width: 430px;
  height: auto;
  width: 80%;
}

.img-404 {
  max-width: 430px;
  width: 80%;
  margin: 0 auto;
}
.center-content.unsub-center.page-404 {
  height: calc(100vh - 190px);
  display: flex;
  position: relative;
}
.text403 {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 165px;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  width: 100%;
  padding: 0 15px;
}

.text403 h1 {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  font-weight: 900;
  color: #def;
  max-width: none;
  min-height: auto;
  justify-content: center;
  align-items: center;
  font-size: 216px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.text-denied {
  color: #d03;
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-size: 24px;
}
.text-denied h2 {
  font-weight: bold;
  color: #445566;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
.text-denied p {
  font-weight: 400;
  color: #445566;
  font-size: 14px;
  line-height: normal;
  line-height: 18px;
}
.text-403 h3 {
  font-weight: bold;
  color: #123;
  font-size: 18px;
  line-height: normal;
  line-height: 21px;
  margin-bottom: 6px;
}

.text-403 {
  max-width: 520px;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.block-403 {display: flex;align-items: flex-end;position: relative;width: 100%;justify-content: center;min-height: calc(100vh - 36vh);overflow-x: hidden;margin-bottom: 40px;}

.text-403 p {
  font-weight: normal;
  font-size: 14px;
  color: #445566;
  line-height: 18px;
}
.img-403 {
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.img-403i mg {
  width: 100%;
  height: auto;
}

.img-403 img {
  width: auto;
  height: 100%;
}

@media screen and (max-width:360px) {
  .text-denied h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
}
}

#taboola-right-rail-desktop {display: block;}
#taboola-desktop-feed-thumbnails {display: none;}

@media screen and (max-width: 768px) {

#taboola-right-rail-desktop {display: none;}
#taboola-desktop-feed-thumbnails {display: block;}

}