@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}*/


@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratmedium';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/Montserrat-Bold-new.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold-new.woff') format('woff');
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'montserratregular';
  font-size: 18px;
  color: #131313;
}

p {
  font-family: 'montserratregular';
  font-size: 18px;
  line-height: 34px;
}

a {
  color: #094065;
}

h1,
h2,
h3 {
  font-family: 'montserratbold';
  font-weight: bolder;
}

h4,
h5 {
  font-family: 'montserratbold';
  font-weight: bolder;
}

.bg-pattern-light {
  background-color: #fff;
  background-image: url('../images/bg-pattern.png');
  background-repeat: repeat;
}

.bg-pattern-blue {
  background-color: #024065;
  background-image: url('../images/bg-pattern-blue.webp');
  background-repeat: repeat;
}

.orange-btn {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 16px;
  color: #121212;
  background-color: #ff8811;
  padding: 11px 30px;
  border: none;
  border-radius: 0 15px 0 15px;
  transition: all 0.5s;
  display: inline-block;
}

.orange-btn.submit-quiz {
  display: none;
  background-color: #4CAF50;
  color: #fff;
  padding: 15px 30px;

}

.blue-btn {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 16px;
  color: #ffffff !important;
  background-color: #184066;
  padding: 11px 30px;
  border: none;
  transition: all 0.5s;
  display: inline-block;
  cursor: pointer;
}

.orange-btn.big {
  font-size: 20px;
  padding: 15px 35px;
  cursor: pointer;
}

.orange-btn:hover {
  text-decoration: none;
  color: #fff;
}

.iq-navbar {
  border-bottom: 1px solid rgba(28, 41, 54, 0.30);
}

.iq-navbar .nav-item {
  margin: 0 18px;
}

.iq-navbar .dropdown-menu .nav-link,
.iq-navbar .nav-item>.nav-link {
  font-family: 'montserratsemibold';
  font-size: 15px;
  color: #121212;
  position: relative;
}

.iq-navbar .dropdown-menu .nav-link:after,
.iq-navbar .nav-item>.nav-link:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: #024065;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: all 0.5s;
}

.iq-navbar .dropdown-menu .nav-link:hover,
.iq-navbar .nav-item:hover .nav-link,
.iq-navbar .nav-item.active>.nav-link {
  color: #024065;
}

.iq-navbar .dropdown-menu .nav-link:hover:after,
.iq-navbar .nav-item:hover>.nav-link:after,
.iq-navbar .nav-item.active>.nav-link:after {
  width: 100%;
}

.iq-navbar .dropdown-menu {
  border: none;
  border-radius: 0;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
  padding: 0;
}

.dropdown:hover .dropdown-menu {
  /*display: block;*/
  margin-top: 0;
  max-height: 400px;
  transition: all 1s;
}

.inline-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.home-main-banner {
  color: #fff;
  padding: 40px 0 20px;
  overflow: hidden;
  position: relative;
  background: #f6f5f5;
  /*  background: rgb(103,177,211);
  background: linear-gradient(240deg, rgba(103,177,211,1) 0%, rgba(12,92,140,1) 47%, rgba(2,64,101,1) 100%); */
}

.home-main-banner:after {
  /*content: '';*/
  height: 110px;
  width: 100px;
  background: url('../images/hb-comp1.png') no-repeat right top;
  position: absolute;
  top: 10px;
  left: -20px;
}

.home-main-banner:before {
  /* content: '';*/
  height: 230px;
  width: 250px;
  background: url('../images/hb-comp2.png') no-repeat right top;
  position: absolute;
  bottom: 10px;
  right: -20px;
}

.home-banner-cont h6 {
  font-family: 'montserratregular';
  font-style: italic;
  font-size: 16px;
  color: #000;
  /* color: #fff; */
  margin: 0 0 15px 0;
}

.bgc-flag {
  min-height: 16px;
  margin-left: 4px;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  -ms-transition: all 2s ease-in;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.home-banner-cont h2 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 48px;
  line-height: 57px;
  color: #024065;
  /* color: #fff; */
  margin: 0 0 15px 0;
}

.home-banner-cont h4 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 22px;
  color: #024065;
  /* color: #fff; */
  margin: 0 0 20px 0;
}

.home-banner-cont ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.home-banner-cont ul li:before {
  content: '-';
  font-family: 'montserratregular';
  font-size: 18px;
  line-height: 34px;
  color: #000;
  /* color: #fff; */
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.home-banner-cont ul li {
  font-family: 'montserratregular';
  font-size: 18px;
  line-height: 34px;
  color: #000;
  /* color: #fff; */
  position: relative;
  padding-left: 20px
}

.home-banner-cont .orange-btn {
  font-size: 24px;
  padding: 17px 32px;
  margin-bottom: 25px;
}

.challange-sec {
  padding: 90px 0;
}

.challange-cont {
  text-align: center;
}

.sec-cont h3,
.sec-cont h1 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 48px;
  color: #024065;
  margin: 0 0 25px 0;
}

.challange-sec-item {
  max-width: 270px;
}

.challange-sec-item span {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 68px;
  line-height: 90px;
  color: #024065;
}

.challange-sec-item h6 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 18px;
  color: #131313;
}

.challange-sec-item p {
  font-family: 'montserratregular';
  font-size: 16px;
  line-height: 26px;
  color: #131313;
}

.challange-img {
  display: block;
  margin: 50px auto;
}

.why-iq-test {
  padding: 90px 0;
  background-color: #f6f5f5;
}

footer {
  padding: 90px 0 0;
  color: #fff;
}

.footer-content {
  text-align: center;
  position: relative;
}

.footer-logo {
  margin-bottom: 50px;
}

.sicial-links {
  margin: 0 0 50px 0;
}

.sicial-links .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.footer-links {
  margin-bottom: 70px
}

.footer-links li {
  margin: 0 45px;
}

.footer-links li a {
  font-family: 'montserratregular';
  font-size: 16px;
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #fff;
}

.footer-bottom p {
  font-family: 'montserratregular';
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.back-top-btn {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 30px;
  cursor: pointer;
}

.back-top-btn:focus {
  outline: none;
}

.iq-navbar .navbar-toggler {
  padding: 0;
}

.overlay-menu {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
  transform: translateX(100%);
}

.overlay-menu .orange-btn {
  margin-right: auto;
  display: table;
  margin-top: 1rem;
}

.ov-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
}

.overlay-menu .nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.overlay-menu .nav-item.active {
  border-bottom: 1px solid #fff;
}

.overlay-menu .navbar-nav .nav-link {
  font-family: 'montserratsemibold';
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.mm-colapse-btn {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  position: relative;
  color: #fff;
  cursor: pointer;
}

.mm-colapse-btn:after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mm-colapse-btn[aria-expanded="true"]:after {
  content: "\f068";
}

.mm-colapse-btn:focus {
  outline: none;
}

.mm-submenu {
  width: 100%;
  padding-left: 20px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  display: block;
  list-style: none;
}

.mm-submenu .nav-link {
  font-family: 'montserratregular' !important;
  font-size: 14px !important;
  color: #fff !important;
}

.mm-submenu .nav-link.active {
  border-bottom: 1px solid #fff;
}

.dropdown-item .nav-link {
  padding: 0;
}

.why-iq-test .sec-cont p {
  margin-bottom: 40px;
}

.why-iq-test .sec-cont .orange-btn {
  font-size: 17px;
  padding: 23px 32px;
}

.page-section {
  background-color: #f6f5f5;
  padding: 40px 0;
}

.home .page-section {
  padding: 0;
  background: none;
}

.page-content {
  background-color: #fff;
  padding: 50px;
}

.page-content h4,
.page-content h1 {
  color: #094065;
  font-size: 32px;
  margin: 0 0 30px 0;
}

.page-content h5,
.page-content h2 {
  font-family: 'montserratregular';
  font-size: 26px;
  color: #094065;
  margin: 0 0 15px 0;
}

.page-content p {
  margin-bottom: 15px;
}

.page-content p a {
  text-decoration: underline;
}

.thankyou-sec .page-content {
  padding: 20px 50px;
}

p strong {
  font-family: 'montserratbold';
  font-weight: bolder;
}

.main-blog-info-bar {
  display: flex;
  align-items: center;
  padding: 15px 0;
  flex-wrap: wrap;
}

.main-blog-info-bar p {
  font-family: 'montserratregular';
  font-size: 16px;
  color: #131313;
  margin: 0 6px 0 0;
}

.main-blog-info-bar .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.main-blog-info-bar .breadcrumb .breadcrumb-item {
  color: #094065;
}

.main-blog-info-bar .breadcrumb-item+.breadcrumb-item::before {
  color: #094065;
}

.blog-item-content {
  padding: 10px 0;
}

.blog-item-content h4,
.blog-item-content h1 {
  margin-bottom: 0;
}

.blogs-list-item {
  margin-bottom: 20px;
}

.blog-list-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 80%;
}

.blogs-list-item h5 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 24px;
  line-height: 32px;
  color: #094065;
  text-align: center;
  transition: all 0.5s;
}

.blogs-list-item:hover {
  cursor: pointer;
}

.blog-list-cnt a:hover,
.blogs-list-item:hover h5 {
  color: #ff8811;
  text-decoration: none;
}

.blog-det-bar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.blog-det-bar li {
  font-family: 'montserratregular';
  font-size: 14px;
  line-height: 32px;
  color: #131313;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.blog-det-bar li:not(:last-child):after {
  content: '|';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-list-cnt {
  padding: 20px;
}

.blogs-list-wrapper {
  margin: 15px 0;
}

.blogs-list-wrapper .row {
  margin-right: -20px;
  margin-left: -20px;
}

.blogs-list-wrapper .row .col-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.sec-sub-header {
  margin-bottom: 35px;
}

.sec-sub-header h5,
.blog-item-content h5 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 22px;
}

.share-blog-bar {
  background-color: #094065;
}

.share-post-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
}

.share-post-cont h6 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.share-post-cont ul {
  margin: 0;
}

.blog-detail-sec .blogs-list-item {
  margin-bottom: 0;
}

.cform-row {
  position: relative;
  padding: 45px 0;
}

.cform-row:after {
  content: '';
  height: 100%;
  width: 85%;
  background-color: #fff;
  border: 1px solid #e7f1e5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  box-shadow: 0px 0px 47.79px 11.21px rgba(0, 0, 0, 0.08);
}

.contact-form {
  padding: 0 100px 0 50px;
  position: relative;
  z-index: 1;
}

.contact-image {
  height: 100%;
  position: relative;
  z-index: 1;
}

.cont-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100% - 70px);
  width: 100%;
  margin: 35px 0;
}

.contact-form .form-control {
  font-family: 'montserratregular';
  font-size: 15px;
  color: #898989;
  background-color: #fafafa;
  border: 2px solid #e4e3e3;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 20px 0;
}

.contact-form .form-control[type=text],
.contact-form .form-control[type=email] {
  height: 55px;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #898989 !important;
  opacity: 1;
}

.contact-form .form-control:-moz-placeholder {
  color: #898989 !important;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #898989 !important;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #898989 !important;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #898989 !important;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #898989 !important;
  opacity: 1;
}

.contact-form .row {
  margin-right: -10px;
  margin-left: -10px;
}

.contact-form .col {
  padding-right: 10px;
  padding-left: 10px;
}

.contact-form .btn {
  margin-top: 30px;
}

.contact-section-header h4 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 26px;
  color: #094065;
  padding-bottom: 10px;
  position: relative;
}

.contact-section-header h4:after {
  content: '';
  height: 3px;
  width: 205px;
  background-color: #094065;
  position: absolute;
  top: 100%;
  left: 0;
}


.contact-section-header {
  margin-bottom: 30px;
}

.faq-accordian .card {
  border-radius: 0;
  border-color: #cccccc;
}

.faq-accordian .card .card-header {
  background-color: transparent;
}

.faq-accordian .card-header .btn-link {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 24px;
  color: #094065;
  text-decoration: none;
}

.faq-accordian .card-header .btn-link:hover {
  text-decoration: none;
}

.faq-accordian .card-body {
  background-color: #f6f5f5;
  border-top: 1px solid #cccccc;
}

.faq-accordian .card-body p {
  font-size: 16px;
  line-height: 30px;
  color: #131313;
  margin: 0 0 15px 0;
}

.faq-map-img {
  max-width: 660px;
}

.coontent-footer {
  text-align: center;
  padding-top: 80px;
}

.coontent-footer .btn {
  padding: 17px 34px;
  font-size: 24px;
}


/*IQ Page css start*/

.iq-header {
  background-color: #094065;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 35px;
  margin: 0 0 35px 0;
}

.iq-header h4,
.iq-header h1 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 22px;
  color: #fff;
  text-align: left;
  margin: 0;
}

.iq-counter {
  display: inline-flex;
  align-items: center;
}

.iq-counter img {
  max-width: 30px;
  margin-right: 20px;
}

.countdown {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 32px;
  color: #fff;
}

.quiz-main-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

.question-main {
  border: 1px solid #b0b0b0;
  border-radius: 15px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 25px 35px;
  flex: 0 0 calc(60% - 15px);
  margin-right: 15px;
  height: 100%;
  /*min-height: 451px;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.option-main {
  border: 1px solid #b0b0b0;
  border-radius: 15px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 25px 35px;
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  /*min-height: 451px;*/
}

.same-height-que {
  height: 440px;
}

.option-main .option {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 26px;
  color: #3f403f;
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  padding: 10px;
  background-color: transparent;
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  margin-bottom: 15px;
}

.option-main .option:hover,
.option-main .option.selected {
  background-color: #e2e2e2;
}

.question-title,
.question-main span {
  border-bottom: 1px solid #094065;
  font-family: 'montserratbold';
  font-weight: bolder;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  color: #094065;
  display: flex;
  width: 100%;
}

.question-main img {
  display: block;
  margin-left: 0;
  height: auto;
  max-width: 350px;
  margin: 0 auto;
}

.skip-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.option input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  appearance: none;
  /*visibility: hidden;*/
  opacity: 0;
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: 0;
  cursor: pointer;
}

.option input[type="radio"]:checked {
  background-color: #e2e2e2;
}

.option input[type="radio"]:checked,
.option input[type="radio"]:focus {
  outline: none;
}

.option span {
  margin-right: 5px;
}

.option span,
.option img {
  z-index: 1;
  position: relative;
  pointer-events: none;
  max-width: 70px;
  height: auto;
}

.option img {
  margin-right: 20px;
}

.page-main {
  background-color: #3f403f;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-top: 40px;
}

.page-main .page-inner-link {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 22px;
  color: #fff;
  height: 44px;
  width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px 8px;
  background-color: transparent;
  transition: all 0.5s;
  border-radius: 100%;
  white-space: nowrap;
}

.page-main .page-inner-link:hover,
.page-main .page-inner-link.active {
  background-color: #fff;
  color: #094065;
  text-decoration: none;
}

/*IQ Page css end*/

/*check out page start*/

.ty-top-blue {
  background-color: #094065;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.ty-top-blue p {
  font-size: 16px;
}

.main-iq-1 .ty-top-blue p {
  font-size: 20px;
}

.ty-top-blue p b {
  font-family: 'montserratbold';
  font-weight: bolder;
}

.od-header {
  background-color: #ff8d1c;
  padding: 15px 0;
  text-align: center;
}

.od-header h3 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 18px;
  color: #131313;
  margin: 0;
  text-transform: uppercase;
}

.well-done-content.page-content h4,
.well-done-content.page-content h1 {
  margin-bottom: 10px;
}

.well-done-content.page-content h6 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 26px;
  color: #094065;
  margin-bottom: 20px;
}

.well-done-content.page-content p,
.thankyou-sec .page-content p {
  margin-bottom: 0;
}

.order-cont {
  background-color: #fff;
  border: 1px solid #cccccc;
}

.order-deail-item {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: #f6f5f5;
  border: 1px solid #cccccc;
  margin-left: -1px;
  margin-right: -1px;
}

.oi-index {
  flex: 0 0 auto;
  margin-right: 30px;
}

.oi-info {
  flex: 0 0 60%;
  /* max-width: 470px; */
}

.oi-img {
  flex: 0 0 25%;
  text-align: right;
  margin-left: auto;
}

.oi-img.total-score img {
  max-width: 70px;
  object-fit: cover;
  width: 100%;
}

.oi-img.total-score h4 {
  font-size: 20px;
  margin: 0 15px 0 0;
  text-align: center;
}

.oi-img.total-score {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.oi-index h4 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 28px;
  color: #094065;
  margin: 0;
}

.oi-info h5 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 22px;
  color: #131313;
  margin: 0 0 15px 0;
}

.oi-info p {
  font-family: 'montserratregular';
  font-size: 18px;
  line-height: 26px;
  color: #131313;
  margin: 0;
}

.oi-info i {
  font-family: 'montserratregular';
  font-style: italic;
  font-size: 14px;
  color: #131313;
  margin: 0;
}

.order-total {
  background-color: #094065;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  margin-top: 20px;
}

.ttl-hdr {
  padding-left: 35px;
}

.order-total h4 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin: 0;
}

.order-total p {
  font-family: 'montserratregular';
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.cr-content {
  text-align: center;
}

.cr-content h5 {
  font-family: 'montserratbold';
  font-weight: bolder;
  color: #094065;
  font-size: 26px;
  margin: 0 0 15px 0;
}

.review-content {
  padding: 35px;
  background-color: #f8f9fa;
  height: 600px;
}

.paynet-opt {
  padding: 25px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pay-method .custom-radio {
  margin-bottom: 15px;
}

.pay-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pay-btn .orange-btn {
  margin-bottom: 15px;
  min-width: 200px;
  text-align: center;
}

/***July 10 2024****/
.paynet-opt .pay-method .left-image {
  display: inline-block;
  vertical-align: middle;
}

.paynet-opt .pay-method .right-image {
  display: inline-block;
  vertical-align: middle;
}

.paynet-opt .pay-method p {
  padding-left: 1.5rem;
}

/*check out page end*/

/*Thankyou page start*/

.download-cont-box {
  display: flex;
  /*max-width: 600px;*/
  margin: 50px auto;
  justify-content: center;
}

.download-itm {
  flex: 0 0 50%;
  text-align: center;
}

.download-itm h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.download-itm a {
  font-size: 16px;
  text-decoration: underline;
}

.download-itm ul {
  margin: 0;
}

.download-itm ul li {
  padding: 0 10px;
  position: relative;
}

.download-itm ul li:not(:last-child):after {
  content: '|';
  font-size: 16px;
  color: #094065;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}


.contact-form .form-control[type=checkbox] {
  height: auto;
  width: auto;
  display: inline-block;
  margin: 5px 15px 0 0;
}

.contact-form select.form-control {
  padding: 10px 15px;
  height: 55px;
}

.contact-form .form-group>label {
  display: flex;
}

.sec-cont.challange-cont {
  width: 100%;
  margin: 0 auto;
}

.score-popup .modal-dialog {
  max-width: 700px;
}

.score-popup .modal-header {
  border: none;
}

.score-popup .modal-header .modal-title {
  font-size: 22px;
  color: #094065;
}

.score-popup .modal-body {
  text-align: center;
}

.score-popup .modal-body h2 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 50px;
  text-align: center;
  color: #094065;
  margin: 15px 0;
}

.score-popup .modal-body p {
  font-size: 14px;
  line-height: 22px;
}

.score-popup .modal-footer {
  justify-content: center;
  border: none;
}

.score-popup .modal-footer p {
  font-size: 14px;
  line-height: 22px;
  color: #094065;
  text-align: center;
}

.your-score {
  background-color: #094065;
  height: 130px;
  width: 130px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  font-family: 'montserratbold';
  font-weight: bolder;
  color: #fff;
  font-size: 50px;
  flex-direction: column;
  margin-bottom: 25px;
}


.your-score span {
  font-family: 'montserratregular';
  font-size: 16px;
  display: block;
  margin-top: 40px;
}

.close {
  font-size: 2.5rem;
}

.score-popup .modal-body .orange-btn {
  margin: 8px 0;
}

.score-popup .modal-body .orange-btn i {
  margin-right: 15px;
}

/*Thankyou page end*/


/*

  font-family: 'montserratbold';
  font-family: 'montserratbold';

  font-family: 'montserratregular';
  font-family: 'montserratsemibold';
  font-family: 'montserratbold';

*/

.mob-button-bar {
  display: none;
}

.your-score:before {
  background-color: #094065;
  position: absolute;
  content: "";
  left: 15px;
  height: 1px;
  width: 35%;
}

.your-score:after {
  background-color: #094065;
  position: absolute;
  content: "";
  right: 15px;
  height: 1px;
  width: 35%;
}

/*  preloader popup  - all designs  */
/* new loader simple one */
.preload .preloader-sub {

  margin: 10px 0;
}

.progress-card .testinomial-section .text-wrapper p {
  font-size: 16px;
}

.progress-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 36px;
  color: #032235;
  font-family: 'montserratbold';
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #54a3dc7a;
  border-radius: 10px;
}

#my-progress-text {
  color: #FF7F00;
  font-size: 40px;
  font-weight: 700;
  font-family: 'montserratbold';
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1A568A;
  transition: width .1s ease;
}

/* New Loader */

/***********Popup css*************/
.progress-card {
  padding: 32px 35px;
  max-width: 510px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 16px 16px 120px rgba(161, 174, 187, 0.32);
  border-radius: 20px;
  margin: 0 auto;
  width: 100%;
  min-height: 617px;

}

.progress-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 36px;
  color: #032235;
}

.progress-container-circle {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.progress-container canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.progress-container-circle .progress-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: #001f3f;
  letter-spacing: -0.02em;
}

.progress-list {
  text-align: left;
  margin-top: 30px;
  padding: 16px;
  background: #F2F8FD;
}

.progress-list p {
  font-size: 18px;
  margin: 8px 0;
  display: flex;
  align-items: start;
  line-height: 28px;
  color: #194973;
  font-weight: 700;
  /* font-family: 'montserratbold'; */
}

.progress-list .check-icon {
  color: orange;
  margin-right: 12px;
}

.progress-footer {
  background: none;
  padding: 10px;
  border-radius: 16px;
  font-weight: bold;
  margin-top: 40px;
}

.progress-footer span.number {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  max-width: max-content;
  margin: 0 auto;
  font-weight: 400;
  color: #FF7F00;
}

.progress-footer span.progress_desc {
  font-size: 12px;
  font-weight: 400;
}

.progress-list p strong {
  padding-left: 4px;
}

.skip-question.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.progress-card canvas {
  transform: rotate(90deg);
}

.progress-card .progress-list .check-icon {
  min-width: 16px;
  min-height: 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(144, 194, 233, 1);
  margin-top: 6px;
  transition: 0.5s background-image;
  transform-origin: center;
  background-position: center;
  background-size: 17px;
  background-repeat: no-repeat;
}

.progress-card .progress-list .check .check-icon {
  background-color: rgba(26, 86, 138, 1);
  border-color: rgba(27, 64, 98, 1);
  background-image: url(/wp-content/themes/test_iq/images/list_p_icon.svg);

}

.progress-card .reviews-under-results .reviewsec-slider.testinomial-section {
  padding: 0 !important;
}

.progress-list {
  margin-top: 20px;
  border-radius: 10px;
}

.reviewsec-slider .box p:before {
  background-image: none !important;
}

.reviewsec-slider .box p:first-of-type:before {
  content: '';
  position: relative;
  display: table;
  width: 20px !important;
  height: 10px !important;
  background-image: url(/wp-content/themes/test_iq/images/icon-comma.svg) !important;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.progress-list p {
  margin: 10px 0px;
}

.progress-footer {
  margin-top: 20px !important;
  margin-bottom: 15px;
}

.reviewsec-slider {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.reviewsec-slider .description {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
  color: #194973;
}

.t-photo {
  margin-right: 20px;
}

.reviewsec-slider .text-wrapper p {
  font-size: 16px;
  color: #12283F;
}

.reviewsec-slider .testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

/* Review for preloader end */
/* REVIEW */
.reviewsec h2 {
  text-align: center;
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 22px;
  color: #024065;
  margin-top: 30px;
}

.testimonial {
  padding-top: 0px;
  margin: 0px 15px 0;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
}

.testimonial .name span {
  font-weight: 300 !important;
  /*text-transform: capitalize;*/
}

/*.testimonial:hover{ border-color: #094065; }*/
.flexdis div {
  display: inline-flex;
}

.flexdis ul {
  padding-inline-start: 15px;
}

.flexdis ul li {
  color: #f81;
}

.flexdis {
  font-weight: 900;
}

.testimonial .title {
  font-size: 16px;
  font-weight: 700;
  color: #f81;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.reviewsec {
  padding-bottom: 50px;
}

.testimonial .description {
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid #f7f7f7;
  padding-top: 10px;
  margin: 0;
  text-align: left;
}

.testimonial .testimonial-content {
  padding: 15px 25px 12px;
  /*border: 1px solid #f7f7f7;*/
  border-top: none;
  position: relative;
  text-align: left;
  border-left: 0;
  transition: all 500ms ease 0s;
}

/*.testimonial:hover .testimonial-content{ border-color: #094065; }*/
.testimonial .testimonial-content:after {
  content: "";
  width: 100.5%;
  height: 0;
  background: #024065;
  position: absolute;
  bottom: -2px;
  left: -1px;
  z-index: -1;
  transition: all .7s ease 0s;
}

.testimonial:hover .testimonial-content:after {
  height: 100%;
}

.testimonial-content .testimonial-profile {
  display: inline-block;
}

.testimonial .name {
  font-size: 16px;
  font-weight: 700;
  color: #024065;
  // text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease 0s;
}

/*.testimonial:hover .name{ color: #fff; }*/
.testimonial .post {
  font-size: 14px;
  color: #f81;
  text-transform: capitalize;
}

.reviewsheading h4 {
  color: #131313;
  font-size: 15px;
  text-align: center;
  font-family: 'montserratregular';
}

.reviewsheading {
  text-align: center;
}

.testimonial .rating {
  display: inline-block;
  padding: 1px 5px 1px 0;
  margin: 0;
  list-style: none;
  position: unset;
  right: 25px;
}

.testimonial .rating li {
  display: inline-block;
  font-size: 14px;
  color: #f81;
  padding: 5px 0;
}

.pprice span.price {
  font-size: 22px;
  font-family: 'montserratregular';
  margin-left: 15px;
}

.footer-links {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


/******Checkout page Redesign CSS************/

.mob-certificate {
  display: none;
}

.checkout-main .ty-top-blue {
  background-color: transparent;
  color: #000;
  padding: 15px 0 20px 0;
  text-align: center;
}

.checkout-main .ty-top-blue p {
  font-size: 18px;
  line-height: 31px;
  color: #0a4065;
}

.checkout-main .ty-top-blue p b {
  color: #ff8d1b;
}

.checkout-main .thankyou-sec .page-content {
  background-color: transparent;
  padding: 20px 0;
}

.checkout-main .ty-top-blue h2 {
  font-size: 30px;
  line-height: 36px;
  color: #0a4065;
  margin-bottom: 20px;
}

.checkout-main .order-cont {
  background-color: transparent;
  border: 0px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.checkout-main .order-cont .od-header {
  background-color: rgba(10, 64, 101, 1);
  padding: 30px 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.checkout-main .order-cont .od-header h3 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
}

.checkout-main .order-cont .order-deails .order-deail-item {
  background-color: #fff;
  border: 1px solid #0a4065;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 30px 30px 40px;
}

.checkout-main .order-cont .order-deails .order-deail-item h5 {
  font-size: 18px;
  line-height: 21px;
  color: #094065;
}

.checkout-main .order-cont .order-deails .order-deail-item p {
  color: #094065;
  font-size: 16px;
  line-height: 19px;
}

.checkout-main .order-cont .order-deails .order-deail-item h4 {
  margin-right: 0;
  font-size: 14px;
  line-height: 17px;
  font-family: 'montserratregular';
  text-transform: capitalize;
  padding-bottom: 10px;
}

.checkout-main .order-cont .order-deails .oi-img.total-score {
  flex-direction: column;
  width: auto;
  flex: auto;
  max-width: 170px;
}

.checkout-main .order-cont .order-deails .order-deail-item h4 br {
  display: none;
}

.checkout-main .order-cont .order-deails .order-deail-item p em {
  font-style: normal;
}

.checkout-main .order-cont .order-deails .order-deail-item .oi-img {
  flex: auto;
  max-width: 120px;
  min-width: 120px;
  text-align: center;
}

.checkout-main .order-cont .order-deails .order-deail-item .oi-img .btn {
  background-color: #F0EEEE;
  border: 1px solid #0A4065;
  font-size: 12px;
  color: #0A4065;
  padding: 6px 7px;
  min-width: 65px;
}

.checkout-main .order-cont .left-div {
  width: 60%;
}

.checkout-main .order-cont .right-div {
  width: 40%;
  padding-left: 55px;
  display: flex;
}

.checkout-main .order-cont .order-total {
  border: 1px solid #094065;
  background-color: #fff;
  margin: 0;
  flex-direction: column;
  padding: 20px 30px;
  justify-content: start;
}

.checkout-main .order-cont .order-total .ttl-hdr {
  padding: 0;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 15px;
}

.checkout-main .order-cont .order-total h4 {
  color: #094065;
}

.checkout-main .order-cont .order-total p {
  color: #0a4065;
  line-height: 20px;
  padding-left: 0;
}

.checkout-main .order-cont .paynet-opt {
  padding: 0;
  flex-direction: column;
  text-align: center;
}

.checkout-main .order-cont .order-total .text-icon img {
  margin-right: 15px;
  width: 26px;
}

.checkout-main .order-cont .order-total .text-icon p {
  font-size: 18px;
  font-family: 'montserratsemibold';
}

.checkout-main .order-cont .order-deails .order-deail-item .oi-index img {
  width: 52px;
}

.checkout-main .order-cont .order-total .ttl-hdr h4 {
  background-color: #F0EEEE;
  width: 100%;
  display: table;
  padding: 14px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: center;
  max-width: 206px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-main .order-cont .order-total .ttl-hdr h4 span {
  font-family: 'montserratregular';
  font-weight: normal;
}

.checkout-main #testimonial-slider .owl-item {
  display: block;
}

.checkout-main .order-cont .pay-method .custom-radio {
  padding: 0;
  margin-bottom: 5px;
  margin-top: 25px;
}

.checkout-main .order-cont .pay-btn {
  padding-top: 10px;
  width: 100%;
}

.checkout-main .pay-btn .orange-btn {
  color: #0A4065;
  font-family: 'montserratbold';
  font-size: 25px;
  background: linear-gradient(180deg, #FFCE9D 0%, #FF8000 100%);
  border: 2px solid #0A4065;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25), inset 0px 16px 4px rgba(255, 232, 209, 0.3);
  border-radius: 15px;
  text-shadow: 1px 1px 4px #FFFFFF;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}

.checkout-main .pay-btn .orange-btn:hover {
  background: linear-gradient(180deg, #ff8204 0%, #ffce9d 100%);
}

.checkout-main .page-section {
  background-image: url('../images/bg-shape.png');
  background-position: bottom;
  background-size: 100% 52%;
  background-repeat: no-repeat;
}

.checkout-main #testimonial-slider {
  padding: 65px 0;
}

.checkout-main #testimonial-slider .owl-dots {
  display: none;
}


.checkout-main #testimonial-slider .testimonial .testimonial-content {
  text-align: center;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .description {
  text-align: center;
  padding: 25px 0;
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  color: #0a4065;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .description ul.rating {
  display: block;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile {
  display: block;
}


.checkout-main #testimonial-slider .testimonial .testimonial-content .flexdis div {
  color: #0A4065;
  font-size: 20px;
  font-family: 'montserratsemibold';
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile h3.name {
  padding-top: 7px;
  font-family: 'montserratregular';
}

.checkout-main #testimonial-slider .testimonial .rating li {
  font-size: 16px;
}

.testimonial:hover .testimonial-content:after {
  display: none;
}

.testimonial:hover .testimonial-content:after {
  display: none;
}

.checkout-main #testimonial-slider .owl-nav .owl-prev:hover,
.checkout-main #testimonial-slider .owl-nav .owl-next:hover {
  color: rgba(10, 64, 101, 1);
  outline: none !important;
}


.checkout-main #testimonial-slider .owl-nav .owl-prev,
.checkout-main #testimonial-slider .owl-nav .owl-next {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: #FF8D1B;
  font-size: 42px;
  outline: none;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.checkout-main #testimonial-slider .owl-nav .owl-next {
  right: 0;
}

.checkout-main #testimonial-slider .owl-nav .owl-prev {
  left: 0;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content img {
  width: 70px;
  margin: 0 auto;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile img {
  width: 148px;
  margin-top: 30px;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .description {
  border: 0;
}

.checkout-main #testimonial-slider .testimonial .testimonial-content .flexdis {
  margin-top: 45px;
}

/*****Language DropDown****************************/
.lang-dropdown {
  margin: 0 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.lang-dropdown ul {
  transition: 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  min-width: 125px;
  background: #fff;
  z-index: 2;
  padding: 10px 0;
  max-height: 538px;
  overflow-y: auto;
  top: 37px;
  box-shadow: 13px 8px 20px 0px #00000029;
  visibility: hidden;
  opacity: 0;
  left: -13px;
  width: auto;
}

.lang-dropdown ul li {
  padding: 3px 15px;
}

.lang-dropdown .selected-lang {
  font-family: montserratsemibold;
  font-size: 16px;
  color: #121212;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5em;
}

.lang-dropdown ul li a {
  font-size: 16px;
  color: #121212;
  text-decoration: none;
}

.lang-dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}

.lang-dropdown svg {
  width: 24px;
  margin-right: 10px;
  fill: #121212;
  height: auto;
}

.lang-dropdown .selected-lang::after {
  content: '';
  height: 1px;
  width: 0;
  background-color: #024065;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: all .5s;
}

.lang-dropdown .selected-lang:hover:after {
  width: 100%;
}

.lang-dropdown:hover svg {
  fill: #024065;
}

.lang-dropdown:hover .selected-lang {
  color: #024065;
}

.lang-dropdown ul li a:hover {
  color: #ff8811;
  font-weight: 600;
}

.order-cont .paynet-opt p {
  font-size: 14px;
}

.payment-methods .payment-option p {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 240px;
  margin-left: auto;
}

.payment-methods .payment-option .pprice {
  flex-wrap: wrap;
}

.modal-content #IQpaymentModal .desc img {
  width: 16px;
  height: 19px;
}

.order-cont .paynet-opt p.mobile {
  display: none;
}

.payment-sec .page-content p.wpf_form_notices {
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
}

.new-msg .well-done-content h1 {
  text-align: center;
}

.new-msg .well-done-content p b {
  color: #094065;
  font-family: montserratbold;
}

.order-deail-item .oi-info.mobile {
  display: none;
}

/********Aug 20***********/
.order-cont .order-total .ttl-hdr.right h5 {
  color: #d5b773;
  font-family: 'montserratsemibold';
}


.order-cont .order-total .ttl-hdr.right h4 {
  font-size: 32px;
}

.order-cont .order-total .ttl-hdr.right s {
  font-weight: normal;
  font-family: 'montserratregular';
}

.order-cont .paynet-opt .pay-method .content-box p {
  color: #858585;
}



.order-cont .paynet-opt .pay-method .notice-box {
  margin-bottom: 0;
  padding-left: 0;
}


.ttl-hdr.right {
  text-align: right;
}

.ttl-hdr.right s {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding-right: 10px;
}

.ttl-hdr.right h5 {
  color: #ff8d1b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 0;
}

.pay-method .notice-box {
  display: flex;
  padding: 15px 20px;
  border-radius: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.pay-method .notice-box .icon-box {
  padding-right: 20px;
}

.pay-method .notice-box .content-box h6 {
  font-size: 15px;
  color: #0a4065;
  margin-bottom: 5px;
  font-weight: bold;
}

.pay-method .notice-box .content-box p {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
  color: #000;
  padding-left: 0;
}


/**********PAYMENT COMPLETE*********************/
.payment-complete .blue_bg {
  background: #0a4066;
  padding: 25px;
  text-align: center;
  margin-bottom: 25px;
}

.payment-complete .blue_bg h6 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'montserratsemibold';
}

.payment-complete .blue_bg h6 {
  padding-bottom: 15px;
}

.payment-complete .blue_bg h6:last-child {
  padding-bottom: 0;
}

.payment-complete>p {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.main-iq-1 .payment-complete>p {
  font-size: 15.33px;
}

form.payment-complete {
  background-color: #fff;
  padding: 0 0 25px 0 !important;
  max-width: 682px;
  margin-top: 15px;
}

.payment-complete .skip-btn {
  color: #265dc8;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 25px;
  font-family: 'montserratsemibold';
  margin-top: 0px;
}

.payment-complete span {
  font-size: 14px;
  line-height: 20px;
  max-width: 640px;
}

form.payment-complete .order-deails .order-deail-item {
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  border-radius: 16px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 32px 32px;
  background-color: rgba(247, 247, 247, 1);
  border: 0;
}

form.payment-complete .order-deails .order-deail-item .oi-img {
  border-radius: 8px;
  padding: 0;
  flex: unset;
  margin: 0;
  text-align: left;
  display: inline-block;
  margin-right: 0;
  height: auto;
  flex: 0 0 25%;
}

form.payment-complete .order-deails .order-deail-item .oi-img img {
  object-fit: contain;
  margin: 0 0 0 auto;
  display: table;
  width: 146px;
  height: 100px;
}

form.payment-complete .order-deails .order-deail-item .oi-info {
  padding-left: 0;
  max-width: unset;
  flex: 0 0 60%;
  margin-bottom: 0;
}

form.payment-complete .order-deails .oi-info h5 {
  font-family: 'montserratbold';
  font-size: 18px;
  color: rgba(22, 24, 62, 1);
  margin: 0 0 5px 0;
  line-height: 28px;
}

form.payment-complete .order-deails .order-deail-item .oi-info p {

  color: rgba(22, 24, 62, 1);
  font-size: 14px;
  line-height: 20px;
}

form.payment-complete .order-deails {
  padding: 15px 25px 0px 25px;
}

.terms-container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.terms-container #terms-checkbox {
  width: 20px;
  margin-top: 2px;
}

.terms-container .custom-checkbox {
  width: calc(100% - 25px);
  padding-left: 5px;
  font-size: 14px;
}

.terms-container .custom-checkbox a {
  font-weight: bold;
}

.terms-container p#error-message {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.sticky-btn.orange-btn {
  position: fixed;
  bottom: 0;
  z-index: 4;
  width: 100%;
  text-align: center;
  border-radius: 0;
  box-shadow: 1px 1px 20px #00000045;
  display: none;
  font-size: 16px;
  padding: 10px 20px;
}

.checkout-email h4 {
  font-family: 'montserratregular';
  font-weight: normal;
  font-size: 18px;
}

.checkout-email b {
  font-family: 'montserratsemibold';
}

.email-collection-main .checkout-email h5 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #024065;
}

.email-collection-loader img {
  max-width: 25px;
  margin: 6px;
}

button.collect-email-btn:disabled,
button.collect-email-btn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: none;
}

.email-collection-main p.pl-3.text-left {
  line-height: 16px;
  font-size: 14px;
}

.main-iq-1 .email-collection-main p.pl-3.text-left {
  font-size: 15.33px;
}

.email-collection-main .pl-3.text-left small a {
  text-decoration: underline;
  color: #0056b3;
}

.video-placeholder-normal {
  display: none !important;
}

body:not(.page-template-contact) .grecaptcha-badge {
  visibility: hidden;
}


/* Header & Footer New */
footer .footer-new .footer-content {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer-new .footer-content .footer-links {
  flex-direction: column;
  text-align: left;
  width: auto;
  max-width: 25%;
}

footer .footer-new .footer-content .footer-links .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer-new .footer-content .footer-links .menu li {
  margin: 0 0 8px 0;
}

footer .footer-new .footer-content .footer-links b {
  padding-bottom: 10px;
  font-family: 'montserratsemibold';
  font-weight: bolder;
}

footer .footer-new.container .row {
  padding: 0;
  position: relative;
}

.btn-white {
  width: auto;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ff7b54;
  padding: 12px 15px;
  display: inline-block;
  font-family: 'montserratbold';
  transition: 0.3s;
  font-weight: bolder;
}

.overlay-menu .btn-white:hover,
.btn-white:hover {
  background-color: #ff7b54;
  color: #fff;
}

.iq-navbar .navbar-new .lang-dropdown {
  margin-left: 10px;
}

.overlay-menu .btn-white {
  margin-right: auto;
  display: table;
  margin-top: 1rem;
  margin-left: 0 !important;
  background-color: transparent;
  color: #fff;
}


/* popup style design */

.iq-modal-style .modal-body h3 {
  letter-spacing: -0.02em;
  color: #032235;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 16px;
}

.main-iq-1 .iq-modal-style .modal-body h3 {
  font-size: 30px;
}

.iq-modal-style .modal-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #10405D;
  text-align: center;
  max-width: 396px;
  margin-left: auto;
  margin-right: auto;
}

.iq-modal-style .modal-body {
  padding: 32px 22px;
}

.iq-modal-style .modal-content {
  box-shadow: 16px 16px 120px rgba(161, 174, 187, 0.32);
  border-radius: 20px;
  border: none;
}

.iq-modal-style .q-tag span {
  background-color: #ECF1FF;
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'montserratsemibold';
  padding: 4px 16px;
  border-radius: 40px;
  color: #0030D8;
}

.iq-modal-style .q-tag {
  gap: 8px;
  justify-content: center;
}

.iq-modal-style .q-tag span strong {
  font-family: 'montserratbold';
}

.iq-modal-style .image_block {
  text-align: center;
  max-width: 192px;
  margin: 22px auto;
}

.iq-modal-style .image_block img {
  width: 100%;
}

.iq-modal-style .gender_block .wrapper.iq-full-button .img img {
  width: 100%;
}

.iq-modal-style .iq-full-button .btn {
  width: 100%;
  background-color: #1D1C1B;
  padding: 13px 32px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Maven Pro", sans-serif;
}

.iq-modal-style .iq-full-button .btn:hover {
  background-color: #ff8811;
}

.iq-modal-style .modal-dialog {
  max-width: 460px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.iq-modal-style .modal-header .btn-close {
  background-color: transparent;
  border: none;
  position: absolute;
  right: -42px;
  top: -1px;
  cursor: pointer;
}

.modal.iq-modal-style:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(40px);
}

.iq-modal-style .modal-header .btn-close:focus {
  border: none;
  outline: none;
}

.iq-modal-style .modal-header .btn-close img {
  width: 25px;
  height: 25px;
}

.iq-modal-style .modal-header {
  padding: 0px;
  border: none;
}

.iq-modal-style .gender_block {
  margin-top: 16px;
}

.iq-modal-style .gender_block h4 {
  font-size: 18px;
  line-height: 32px;
  font-family: 'montserratsemibold';
  text-align: center;
}

.iq-modal-style .gender_block .wrapper.iq-full-button .left-btn {
  width: 50%;
  padding-right: 8px;
}

.iq-modal-style .gender_block .wrapper.iq-full-button .right-btn {
  width: 50%;
  padding-left: 8px;
}

.iq-modal-style .iq-full-button .btn.active {
  background-color: #ff8811;
}

.payment-methods div.sub_desc {
  margin-top: 25px;
}

.payment-methods div.sub_desc p {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  color: #5555558f;
}

.payment-methods div.sub_desc p a {
  color: #5555558f;
}

.payment-methods div.sub_desc_main p {
  color: #131313;
}

.payment-methods div.sub_desc_main p a {
  color: #131313;
}

body.page-template-quiz-checkout .checkout-out.new-design .paynet-opt .pay-method p a {
  color: #b2b2b2;
}

/* .checkout-out.new-design .paynet-opt .pay-method p a{color: #555} */


/**********Blog deatails page***********/

.blog_two_columns {
  padding: 40px 0;
}

.blog_two_columns .container,
.page-template-blog_template .container {
  max-width: 1390px;
}

.page-template-blog_template .header_bg {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #E4EFFA;
  box-shadow: 0px 4px 40px #D9E4EF;
  border-radius: 16px;
  padding: 18px 16px;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_big_image {
  margin-bottom: 24px;
  display: block;
}

.blog_two_columns img {
  border-radius: 12px;
  display: block;
  width: 100%;
}

.blog_detail_left h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 64px;
  color: #1B1B1F;
}

.blog_detail_left h2 span {
  display: block;
  font-weight: 400;
  font-family: 'montserratregular';
}

.blog_detail_left ul.date {
  display: flex;
  align-items: center;
  margin: 12px 0 24px;
  padding: 0;
  list-style: none;
  gap: 24px;
}

.blog_detail_left ul.date li {
  font-size: 14px;
  color: #698BA9;
  font-family: 'montserratmedium';
  position: relative;
}

.blog_detail_left ul.date li:after {}

.blog_two_columns p {
  font-weight: 500;
  font-size: 18px;
  color: #131313;
  line-height: 29px;
  font-family: 'montserratmedium';
  margin-bottom: 24px;
}

.blog_two_columns p a {
  color: #0069EA;
  text-decoration: underline;
  font-family: 'montserratsemibold';
}

.blog_two_columns p a:hover {
  text-decoration: none;
}

.blog_two_columns p strong {
  font-family: 'montserratsemibold';
}

.blog_share_box {
  padding: 18px;
  background: #000;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.blog_share_box:before {
  position: absolute;
  top: -44px;
  left: 50%;
  width: 210px;
  height: 181px;
  background: url(//wwiqtest.com/wp-content/themes/test_iq/css/../images/social_vector_image1.svg) no-repeat center;
  content: "";
  transform: translateX(-50%);

}

.blog_share_box ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 24px;
  position: relative;
}

.blog_share_box ul li a svg {
  fill: #fff;
  transition: 0.3s;
}

.blog_share_box ul li a:hover svg {
  fill: #FF7F00;
}

.blog_share_box span.title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-family: 'montserratsemibold';
  position: relative;
}

.blog_test_box {
  background: #E6FFE1;
  border: 1px solid #B6E4CD;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

.blog_test_box .orange-btn.test-iq-btn {
  width: 100%;
  margin-top: 16px;
  border-radius: 16px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: 'montserratbold';
}

.blog_list_box {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(224, 231, 237, 0.5);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(144, 144, 144, 0.20);
  margin-top: 8px;
}

.blog_list_box .blog_list_top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.blog_list_box .blog_list_top h4 {
  font-size: 18px;
  font-family: 'montserratsemibold';
  line-height: 25px;
  margin-bottom: 2px;
}

.blog_list_box .blog_list_top .rating-star {
  display: flex;
  align-items: center;
}

.blog_list_box .blog_list_top figure {
  margin: 0;
}

.blog_list_box .blog_list_top .blog_l_desc {
  padding-left: 16px;
  width: calc(100% - 40px);
}

.blog_list_box .blog_list_top figure figure img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}

.blog_list_box p {
  font-size: 14px;
  font-family: 'montserratmedium';
  margin-bottom: 8px;
  line-height: 22px;
}

.blog_list_box .date {
  font-size: 12px;
  font-family: 'montserratregular';
  color: #698BA9;
}

.blog_botom_box {
  background: #F0F7FF;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  padding: 32px 32px 0;
  display: flex;
  align-items: flex-end;
}

.blog_bt_left {
  max-width: 380px;
  width: 100%;
}

.blog_bt_right {
  width: calc(100% - 380px);
  padding-left: 30px;
  padding-bottom: 32px;
}

.blog_bt_right p {
  margin-bottom: 12px;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
}


.blog_bt_right .blog_bt_btn {
  background: linear-gradient(90deg, #E07000 0%, #CB4A23 100%), #FF7F00;
  box-shadow: 0px 2.66667px 2.66667px rgba(50, 50, 71, 0.06), 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
  border-radius: 16px;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  font-family: 'montserratsemibold';
  text-decoration: none;
}

.blog_bt_right .blog_bt_btn img {
  width: auto;
  margin-left: 14px;
}

.mobile-view {
  display: none;
}

.page-template-blog_template .custom-language-selector {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.page-template-blog_template .custom-lang-btn {
  background: #ECF1F6;
  border-radius: 12px;
  border: 0;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 140px;
  font-size: ;
  color: #292929;
  font-size: 16px;
  line-height: 20px;
  font-family: 'montserratmedium';
}

.page-template-blog_template .custom-lang-btn:focus {
  outline: none;
}

.page-template-blog_template .custom-lang-btn .flag-icon {
  width: 24px;
  height: 16px;
}

.page-template-blog_template .custom-lang-btn .arrow {
  margin-left: auto;
  font-size: 12px;
}

.page-template-blog_template .custom-lang-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #ecf1f6;
  border-radius: 12px;
  width: 100%;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 99;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-template-blog_template .custom-lang-dropdown li {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #292929;
  font-size: 16px;
  line-height: 20px;
  font-family: 'montserratmedium';
}

.page-template-blog_template .custom-lang-dropdown li:hover {
  background-color: #f0f0f0;
}

.page-template-blog_template .custom-lang-dropdown img {
  width: 24px;
  height: 16px;
}

.page-template-blog_template footer {
  padding: 0;
  border-top: 1px solid #ccc;
}

.page-template-blog_template footer p {
  text-align: center;
  color: #645564;
  padding: 32px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'montserratmedium';
}

.disclaimer_text {
  padding: 0 50px;
}

p.disclaimer_text {
  font-size: 16px;
}

.price-section .heading {
  text-align: center;
  padding-bottom: 15px;
}

.price-section h1 {
  margin: 40px 0 16px;
  color: #024065;
}

.price-section .lead {
  max-width: 760px;
  margin: 12px auto 25px;
  color: #000000;
  text-align: center
}

.price-section .lead strong {
  color: #024065;
}

.price-section .container {
  max-width: 960px;
}

.price-section .card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
  margin-bottom: 24px
}

.price-section .card .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px
}

.price-section .card .card-head .tag {
  background: #3ea142;
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 700
}

.price-section .price-block {
  margin-top: 18px;
  font-size: 20px;
  color: #000000;
}

.price-section .price-block .amount {
  font-size: 20px;
  font-weight: 800;
  color: #024065;
  font-family: 'montserratbold';
}

.price-section ul.features {
  list-style: none;
  margin: 18px 0 0;
  padding: 0
}

.price-section ul.features li {
  display: flex;
  gap: 10px;
  margin: 10px 0
}

.price-section ul.features li .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #024065;
  margin-top: 11px;
  flex: 0 0 10px
}

.price-section .btn {
  text-align: center;
  padding: 14px 16px;
  margin-top: 18px
}

.price-section .fine {
  margin-top: 10px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}

.price-section .fine.fine-price {
  font-size: 13px;
}

.price-section .addon {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  background: #fff;
  box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 7%);
}

.price-section .addon-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px
}

.price-section .addon-price {
  font-size: 28px;
  font-weight: 800;
  color: #024065;
  font-family: 'montserratbold';
}

.price-section .info-blocks {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
}


.price-section .info-blocks .infocard {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 7%);
}

.price-section .info-blocks .infocard h3 {
  margin-bottom: 12px;
  font-size: 16px;
  color: #024065;
}

.price-section .info-blocks .infocard p {
  color: #000000;
  font-size: 14px;
  margin-top: 6px;
  max-width: 600px;
  line-height: 24px;
  margin-bottom: 0;
}

.price-section ul.features li p {
  margin: 0;
}

.price-section .addon .addon-head h3 {
  font-size: 18px;
  color: #024065;
}

.price-section .addon .addon-head p {
  color: #000000;
  font-size: 14px;
  margin-top: 6px;
  max-width: 600px;
  line-height: 25px;
  margin-bottom: 0;
}

.price-section .card .card-head h3 {
  font-size: 18px;
  margin: 0;
  font-family: 'montserratsemibold';
  font-weight: normal;
}

.price-section {
  padding-bottom: 70px;
}

.home .price-section {
  padding-bottom: 10px;
}

html {
  scroll-behavior: smooth;
}

/* QUIZ PAGE */
body.page-id-52.main-iq-1 header,
body.page-id-52.main-iq-1 footer {
  display: none;
}

body.page-id-52.main-iq-1 {
  background: #f6f5f5;
}

/* CHECKOUT PAGE */
body.page-id-363.main-iq-1 header {
  display: none;
}

/* Offer Page*/
.page-template-offer header,
.page-template-offer footer {
  display: none;
}

.page-template-start-page header,
.page-template-start-page footer {
  display: none;
}

body.page-template-start-page {
  background: #e1dfdf;
}

body.page-template-start-page .iq-modal-style {
  height: 100vh;
}

body.page-template-start-page .iq-modal-style .modal-dialog {
  height: 100%;
  align-items: center;
}

.page-template-start-page .startque.iq-modal-style {
  background-image: url(/wp-content/themes/test_iq/images/capture-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-start-page .iq-modal-style.startque .image_block {
  max-width: 100%;
}

.page-template-start-page .iq-modal-style.startque .image_block img {
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.page-template-start-page .iq-modal-style .modal-dialog {
  max-width: 545px;
}

.page-template-offer .choose-offers {
  min-height: 100vh;
}


.price-section .fine a {
  text-underline-offset: 5px;
  text-decoration: underline;
}


/* New Quiz Logic */
#quiz-main.new_quiz_logic .main_question_wrapper {
  max-height: 526px;
  min-height: 540px;
  position: relative;
  overflow: hidden;
}

#quiz-main.new_quiz_logic .main_question_wrapper .question {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.page-template-page-templatequiz-php header,
.page-template-page-templatequiz-php footer {
  display: none;
}


.page-template-page-templatequiz-checkout-php header {
  display: none;
}


.page-template-quiz-thankyou #IQscoreModal .orange-btn {
  padding: 5px 30px !important;
}

.page-template-quiz-thankyou #IQscoreModal .blue-btn {
  padding: 16px 30px !important;
}

/* Checkuout Page with Subscription Details */
.pay-btn.reg_pay_btn{
  width: 65%;
}

.order-cont .paynet-opt .disclaimer_text.disclaimer_text_main {
	padding-right: 0 !important;
	position: relative;
	padding-left: 25px !important;
	line-height: 24px;
	max-width: 678px;
	margin-right: 0;
	margin-left: auto;
	padding-bottom: 20px !important;
}
 
.order-cont .paynet-opt .disclaimer_text.disclaimer_text_main input#agreeCheckbox {
	line-height: normal;
	position: absolute;
	left: 0;
	top: 6px;
}
 
.order-cont .paynet-opt .pay-btn.reg_pay_btn .orange-btn {
	margin-bottom: 0;
}
 
.order-cont .paynet-opt .disclaimer_text.disclaimer_text_main strong {
	display: inline-block;
}
 
@media only screen and (max-width: 1199px) {
	.paynet-opt .pay-method {
		padding-right: 40px;
	}

	.paynet-opt .pay-method .custom-control.custom-radio {
		padding-left: 0;
	}
}
 
@media only screen and (max-width: 991px) {
	.paynet-opt .pay-method {
		padding-right: 0px;
	}
}
/* Checkuout Page with Subscription Details */

@media only screen and (max-width: 991px) {
  #quiz-main.new_quiz_logic .main_question_wrapper {
    max-height: 870px;
    min-height: 860px;
  }

  #quiz-main.new_quiz_logic .quiz-main-inner {
    max-height: 775px;
  }

  #quiz-main.new_quiz_logic .quiz-main-inner .same-height-que {
    min-height: 310px !important;
  }

  .express-checkout-wrapper #gpay_btn button {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  #quiz-main.new_quiz_logic .main_question_wrapper {
    max-height: 730px;
    min-height: 740px;
    padding-bottom: 10px;
  }

  .page-template-start-page .iq-modal-style.startque .image_block img {
    margin: 30px auto 0px auto;
  }
}

/* New Quiz Logic END*/

@media(max-width:991px) {
  .price-section .info-blocks {
    grid-template-columns: repeat(2, 1fr)
  }
  
  .disclaimer_text.disclaimer_text_main{
    padding: 0px 10px 20px !important;
  }
  
  .order-cont .paynet-opt .pay-btn {
      width: 100%;
  }
}

@media(max-width:767px) {
  .price-section .info-blocks {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 16px;
  }

  .price-section .addon {
    padding: 25px 20px;
  }

  .price-section .info-blocks .infocard {
    padding: 25px 20px;
  }

  .price-section .card {
    padding: 25px 20px;
  }

  .price-section .price-block .amount {
    font-size: 18px;
    text-align: center;
  }

  .price-section .price-block {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .price-section .card .card-head h3 {
    font-size: 16px;
    text-align: center;
  }

  .price-section .card .card-head {
    flex-direction: column-reverse;
  }

  .price-section .card .card-head .tag {
    margin-bottom: 10px;
  }

  .price-section .lead {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    max-width: 340px;
  }

  .price-section h1 {
    margin: 10px 0 10px 0;
  }

  .price-section .fine {
    font-size: 14px;
  }

  .price-section .fine.fine-price {
    font-size: 13px;
  }

  .disclaimer_text {
    padding: 0 20px;
  }

  .order-cont .paynet-opt .pay-btn {
    width: 100%;
  }

  .order-cont .paynet-opt .pay-btn .orange-btn {
    width: 100%;
    text-align: center;
  }

  .pay-btn.bottom-pay-btn .orange-btn {
    width: calc(100% - 30px);
    text-align: center;
  }


}


/* preloader new design  responsive */
@media only screen and (max-width: 1560px) {
  .progress-footer span.number strong {
    font-size: 14px;
    font-family: 'montserratbold';
  }

  .progress-card {
    max-width: 410px;
    padding: 20px 25px;
    height: auto;
    min-height: unset;
  }

  .progress-card .reviews-under-results .testinomial-section .box {
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 12px !important;
    margin-right: 8px !important;
    box-shadow: 1px 1px 11px 0px #d9e4efc7;
  }

  .reviewsec-slider.testinomial-section .container-custom {
    max-width: 100%;
  }

  .progress-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #my-progress-text {
    font-size: 26px;
    line-height: normal;
  }

  .progress {
    height: 1rem;
    margin-top: 10px !important;
  }

  .progress-list {
    margin-top: 15px;
    padding: 12px 16px;
  }

  .progress-list p {
    font-size: 16px;
    /* line-height: 26px; */
    margin: 0;
  }

  .progress-footer {
    padding: 0;
    margin: 20px 0 15px !important;
  }

  .progress-card .testinomial-section .client-info {
    padding-top: 15px;
  }

  .progress-card .testinomial-section .box .rating img {
    height: 15px;
  }

  .progress-card .testinomial-section .text-wrapper p {
    text-align: left;
  }

  .progress-card .testinomial-section .box {
    padding: 15px 25px;
  }

  .progress-footer span.number {
    font-size: 14px;
  }
}

@media(max-width:991px) {
  .preload .preloader-sub {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
  }

  .progress-card {
    max-width: 80%;
    margin-top: 25px;
  }

  .progress-list {
    margin-top: 20px;
  }

  .progress-footer {
    margin-top: 15px;
  }

  .blog_big_image,
  .blog_detail_left ul.date {
    margin-bottom: 32px;
  }

  .blog_test_box_pink {
    background: #F9F8F4;
  }
}

@media(max-width:767px) {

  /* preloader */
  .number strong:first-child {
    color: #FF7F00;
    display: block;
    font-family: 'montserratbold';
  }

  .page-template-blog_template .custom-lang-dropdown {
    width: 125px;
    left: -46px;
  }

  .blog_bt_right p {
    margin-bottom: 16px !important;
  }

  .page-template-blog_template footer p {
    font-size: 14px;
  }

  .blog_test_box_pink {
    margin-bottom: 0;
  }

  .page-template-blog_template .custom-lang-btn {
    font-size: 0;
    min-width: max-content;

  }

  .page-template-blog_template .header_bg {
    padding: 12px;
    margin-top: 16px;
  }

  .blog_two_columns {
    padding: 32px 0 20px;
  }



  .number {
    color: #12283F !important;
  }

  /* preloader */
  .progress-card {
    padding-top: 60px !important;
    padding: 15px;
    max-width: 100%;
    border-radius: 0;
    height: 100vh;
    transform: scale(1);
    margin-top: 0;
  }

  .progress-footer {
    margin-top: 25px;
  }

  .progress-title {
    font-size: 22px;
    margin-bottom: 0;
  }

  .progress-list p {
    font-size: 16px;
  }

  #my-progress-text {
    font-size: 30px;
    margin: 15px 0px;
  }

  .progress {
    height: 1rem;
    margin-top: 10px !important;
  }

  .reviews-under-results .testinomial-section .owl-dots {
    display: none;
  }

  .reviews-under-results .container-custom {
    padding: 0;
  }

  .reviews-under-results .container-custom .row {
    margin: 0 -10px;
  }

  .reviews-under-results .testinomial-section .box {
    box-shadow: 1px 1px 11px 0px #d9e4efc7;
  }

  .main-iq-1 .ty-top-blue p {
    font-size: 16px;
  }
}


/* preloader new design  responsive */
/* Interaction Popup design end  */

/*************************/

@media (min-width: 1200px) {
  .container {
    max-width: 1290px;
  }
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
  footer .footer-new.container .row {
    padding: 0 5%;
  }
}

@media (min-width: 1199px) and (max-width: 1366px) {
  .iq-header {
    padding: 0 35px;
    margin: 0 0 20px 0;
  }

  .page-section {
    padding: 20px 0;
  }

  .question-main,
  .option-main {
    padding: 20px 35px;
  }

  .home-banner-cont .orange-btn {
    font-size: 18px;
    padding: 8px 20px;
    margin-bottom: 15px;
  }

  .home-banner-cont h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .navbar-brand .img-fluid {
    max-width: 70%;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .iq-navbar .nav-item {
    margin: 0 5px;
  }

  .home-banner-cont h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .home-main-banner {
    color: #fff;
    padding: 50px 0 70px;
  }

  .home-banner-cont h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .home-banner-cont h4 {
    font-size: 20px;
  }

  .home-banner-cont .orange-btn {
    font-size: 20px;
    padding: 10px 25px;
    margin-bottom: 20px;
  }

  .home-banner-cont ul li {
    font-size: 16px;
    line-height: 30px;
  }

  .home-banner-cont ul li:before {
    line-height: 30px;
  }


}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-cont {
    margin-bottom: 60px;
  }

  .why-iq-test .sec-cont {
    margin-top: 60px;
  }

  .contact-form {
    padding: 0;
  }

  .question-main,
  .option-main {
    flex: 0 0 100%;
    padding: 15px;
  }

  .question-main {
    margin-bottom: 20px;
  }

  .order-deail-item {
    flex-wrap: wrap;
  }

  .oi-info {
    flex: 0 0 90%;
    margin-bottom: 15px;
  }

  .oi-img {
    flex: 0 0 100%;
    text-align: center;
  }

  .sec-cont.challange-cont {
    width: 100%;
  }


}

@media only screen and (max-width: 1250px) {
  header .navbar-new .orange-btn {
    padding-left: 20px;
    margin-left: 10px;
    padding-right: 20px;
  }

  .iq-navbar .navbar-new .nav-item {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .checkout-main .pay-btn .orange-btn {
    font-size: 20px;
    border-radius: 11px;
  }

  .checkout-main .order-cont .order-total {
    padding: 15px 20px;
  }

  header .container.navbar-new {
    max-width: 100%;
  }

  .iq-navbar .navbar-new .btn-white,
  .iq-navbar .navbar-new .orange-btn {
    margin: 0 10px !important;
    padding: 9px 10px;
    font-size: 14px;
    text-align: center;
  }

  .iq-navbar .navbar-new .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .iq-navbar .navbar-new .lang-dropdown {
    margin-right: 0;
  }

}

@media (max-width: 991px) {


  .paynet-opt {
    flex-direction: column;
  }



  .option-main,
  .question-main {
    min-height: auto;
    height: auto !important;
  }

  .option-main .option {
    max-width: 33.33%;
    font-size: 20px;
    margin-right: 0;
    justify-content: center;
  }

  .reviewsec h2 {
    font-size: 22px;
  }

  .reviewsheading h4 {
    font-size: 18px;
  }

  .flexdis {
    font-size: 16px;
  }

  .checkout-main .order-cont .order-total {
    width: 100%;
    margin-top: 55px;
  }

  .checkout-main .order-cont {
    flex-direction: column;
  }

  .checkout-main .order-cont .left-div,
  .checkout-main .order-cont .right-div {
    width: 100%;
    padding: 0;
  }

  .checkout-main .order-cont .order-deails .order-deail-item {
    padding: 20px;
  }

  .checkout-main .order-cont .od-header {
    padding: 20px 0;
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-img {
    width: auto;
    display: inline-block;
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-info {
    flex: auto;
  }

  .checkout-main .page-section {
    background-size: 100% 27%;
  }

  .checkout-main .order-cont .order-total .ttl-hdr {
    flex-direction: row;
    display: flex;
    justify-content: center;
  }

  .checkout-main .order-cont .order-total .ttl-hdr h4 {
    margin: 0 10px;
  }

  .lang-dropdown {
    margin: 0;
    flex-direction: column;
    align-items: start;
  }

  .lang-dropdown svg {
    fill: #fff;
    display: none;
  }

  .lang-dropdown .selected-lang {
    color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
  }

  .lang-dropdown ul {
    transition: unset;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }

  .lang-dropdown:hover .selected-lang {
    color: #ffffff;
  }

  .lang-dropdown ul li {
    text-align: left;
  }

  .lang-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
  }

  .lang-dropdown.open ul,
  .lang-dropdown ul {
    visibility: visible;
    opacity: 1;
  }

  .lang-dropdown .selected-lang.open:before {
    content: '-';
  }


  .lang-dropdown .selected-lang::before {
    content: "+";
    color: #fff;
    font-size: 18px;
    transform: rotate(180deg);
    right: 0;
    position: absolute;
    transition: all 0.6s ease;
  }

  footer .footer-new .footer-logo {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  footer .footer-new .footer-content .footer-links {
    width: 50%;
    max-width: 250px;
    margin-bottom: 20px;
  }

  header .container.navbar-new {
    max-width: 720px;
  }

  .btn-white {
    padding: 9px 11px;
  }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

  .bg-pattern-blue,
  .challange-sec.bg-pattern-light,
  .iq-navbar.bg-pattern-light {
    background-image: none;
  }

  .mobile-view {
    display: block;
    max-width: 400px;
    margin: 32px auto;
  }

  .desktop-view {
    display: none;
  }

  .payment-methods .payment-option p {
    text-align: right;
  }

  .bg-pattern-blue {
    background-color: #024065;
  }

  /*.banner-cont-img{display: none;}*/
  .overlay-menu .navbar-nav .nav-link {
    width: 90%
  }

  a.navbar-brand img {
    height: 50px;
    width: auto;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .overlay-menu .navbar-brand,
  .iq-navbar .navbar-brand {
    max-width: 120px;
  }

  .home-main-banner {
    padding: 30px 0;
  }

  .home-banner-cont h6 {
    font-size: 14px;
  }

  .home-banner-cont h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .home-banner-cont ul li:before,
  .home-banner-cont ul li {
    font-size: 14px;
    line-height: 28px;
  }

  .why-iq-test .sec-cont a,
  .home-banner-cont .orange-btn {
    font-size: 20px;
    padding: 12px 30px;
  }

  .home-banner-cont {
    margin-bottom: 30px;
  }

  .home-main-banner:after {
    top: -15px;
    left: -36px;
    background-size: 69%;
  }

  .home-main-banner:before {
    height: 150px;
    width: 170px;
    bottom: -10px;
    right: -55px;
    background-size: contain;
  }

  /*.home-main-banner .orange-btn{display: none;}*/
  .challange-sec {
    padding: 35px 0;
  }

  .sec-cont h3,
  .sec-cont h1 {
    font-size: 36px;
    margin: 0 0 15px 0;
  }

  .challange-sec-item span {
    font-size: 46px;
    line-height: 70px;
  }

  .challange-sec-item h6 {
    font-size: 16px;
  }

  .challange-sec-item p {
    font-size: 14px;
    line-height: 24px;
  }

  .challange-img {
    margin: 30px auto;
  }

  .why-iq-test {
    padding: 40px 0;
  }

  .why-iq-test .sec-cont {
    margin-top: 30px;
  }

  footer {
    padding: 50px 0;
  }

  .footer-logo {
    margin-bottom: 30px;
    max-width: 160px;
  }

  .sicial-links {
    margin: 0 0 25px 0;
  }

  .footer-links li {
    margin: 0 auto 10px;
    display: block;
  }

  .back-top-btn img {
    max-width: 30px;
  }

  .footer-links {
    margin-bottom: 40px;
  }

  .footer-links li a {
    font-size: 14px;
  }

  .mob-button-bar {
    display: inline-block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #023452;
    text-align: center;
    z-index: 2;
    padding: 8px;
  }

  .mob-button-bar .orange-btn {
    display: inline-block;
    margin-bottom: 0;
  }

  .page-content {
    padding: 20px;
  }

  .share-post-cont {
    padding: 15px 20px;
    flex-wrap: wrap;
  }

  .contact-form {
    padding: 0;
  }

  .contact-image {
    margin-bottom: 30px;
  }

  .cont-image {
    height: 450px;
    max-width: 325px;
    margin: 0 auto;
  }

  .cform-row {
    padding: 15px 0;
  }

  .cform-row:after {
    width: 100%;
  }


  /*   .iq-header h4, .iq-header h1{margin: 0 0 15px 0;}
 */



  .question-main,
  .option-main {
    flex: 0 0 100%;
    padding: 15px;
  }

  /*.option img {max-width: 100%;height: auto;}*/

  .option-main .option {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
  }

  .order-deail-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px;
  }

  .checkout-main .order-deail-item {
    flex-direction: row;
  }

  .oi-index {
    margin-bottom: 15px;
  }

  .oi-info {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .oi-img {
    flex: 0 0 100%;
    text-align: center;
    margin: 0 auto;
  }

  .paynet-opt {
    padding: 20px;
    flex-direction: column;
  }

  .pay-method {
    margin-bottom: 15px;
    display: flex;
  }

  .order-total {
    padding: 10px 20px;
  }

  .ttl-hdr {
    padding-left: 0;
  }

  .well-done-content.page-content h6 {
    font-size: 18px;
  }

  .oi-info h5 {
    font-size: 18px;
  }

  .oi-info p {
    font-size: 16px;
  }


  .sicial-links .list-inline-item:not(:last-child) {
    margin-right: 10px;
  }

  .faq-accordian .card-header .btn-link {
    padding: 0;
    text-align: left;
    font-size: 18px;
    width: 100%
  }

  .faq-accordian .card-body p {
    font-size: 14px;
    line-height: 25px;
  }

  .sec-cont.challange-cont {
    width: 100%;
  }

  span#u_0_6 {
    display: flex;
    flex-direction: column;
  }

  /* ============ */
  .iq-header h4,
  .iq-header h1 {
    margin: 0;
    text-align: center;
    font-size: 20px;
  }

  .iq-header {
    flex-wrap: wrap;
    padding: 10px 15px;
    margin: 0 0 20px 0;
  }

  .countdown {
    font-size: 25px;
  }

  .iq-counter img {
    max-width: 25px;
    margin-right: 10px;
  }

  .iq-counter {
    margin: 0;
  }

  .question-main {
    margin-bottom: 20px;
    margin-right: 0;
    align-items: start;
    min-height: 255.8px !important;
  }

  .option-main {
    align-items: start;
    min-height: 253px !important;
  }

  .question-title,
  .question-main span {
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .question-main img {
    max-width: 300px;
    max-width: 60% !important;
  }

  .option span,
  .option img {
    margin-right: 10px;
  }

  .option-main .option {
    max-width: 33.33%;
    font-size: 20px;
    margin-bottom: 0;
  }

  .quiz-main-inner {
    margin: 0 0 30px 0;
  }

  .page-main .page-inner-link {
    font-size: 16px;
    height: 30px;
    width: 30px;
    margin: 4px 5px;
  }

  .page-main {
    padding: 15px 10px;
    margin-top: 30px;
  }

  .page-section {
    padding: 30px 0;
  }


  .option-main .option {
    justify-content: center;
  }

  .ty-top-blue p {
    font-size: 12px;
  }

  .od-header {
    padding: 10px 0;
  }

  .od-header h3 {
    font-size: 16px;
  }

  .thankyou-sec .page-content {
    padding: 20px 20px;
  }

  .reviewsec h2 {
    font-size: 22px;
  }

  .challange-img,
  .challange-sec-item {
    display: none;
  }

  /* .inline-block.page-section.thankyou-sec .container {max-width: 100%; } */
  .score-popup .modal-dialog {
    max-width: calc(100% - 1rem);
  }

  .footer-links {
    display: block;
  }

  .checkout-main .ty-top-blue h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'montserratbold';
  }

  .checkout-main .ty-top-blue p {
    font-size: 16px;
    line-height: 25px;
  }


  .checkout-main .page-section {
    background-image: unset;
    height: 100%;
    position: relative;
    padding-top: 5px;

  }

  .checkout-main .reviewsec {
    padding-top: 5px;
    background-image: url(/wp-content/themes/test_iq/images/bg-shape-mobile.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: -32px;
    min-height: 420px;
  }


  .checkout-main .page-section .container {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .checkout-main .page-section .container .d-sm-block,
  .checkout-main .page-section .container .mob-certificate,
  .checkout-main .thankyou-sec .page-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* .checkout-main .page-section::after {
    padding-top: 5px;
    background-image: url(/wp-content/themes/test_iq/images/bg-shape-mobile.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 450px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: contain;
    background-position: 0 25px;
  } */

  .checkout-main .ty-top-blue {
    padding-bottom: 10px;
  }

  .checkout-main .thankyou-sec .page-content {
    padding-top: 5px;
  }

  .checkout-main .order-cont .order-deails .order-deail-item {
    text-align: left;
    padding-right: 5px;
    position: relative;
    padding-left: 15px;
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-info {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-index {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .checkout-main .order-cont .order-deails .order-deail-item h5 {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 5px;
    max-width: 100%;
  }

  .checkout-main .order-cont .order-deails .order-deail-item p {
    font-size: 12px;
    line-height: 18px;
    max-width: 290px;
  }

  .checkout-main .order-cont .order-deails .order-deail-item p a {
    display: block;
  }

  .checkout-main .order-cont .order-total {
    margin-top: 15px;
    z-index: 1;
  }

  .checkout-main .order-cont .order-total .text-icon {
    margin: 0 auto;
  }

  .checkout-main .order-cont .paynet-opt .pay-method {
    flex-direction: column;
    margin-bottom: 0;
  }

  .checkout-main #testimonial-slider .testimonial .testimonial-content .description {
    font-size: 16px;
    padding: 10px 25px 5px 25px;
    line-height: 24px;
  }

  .checkout-main #testimonial-slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .checkout-main #testimonial-slider .testimonial .testimonial-content {
    padding: 0;
  }

  .checkout-main #testimonial-slider .testimonial {
    margin-top: 30px;
  }

  .checkout-main #testimonial-slider .testimonial .testimonial-content img {
    width: 40px;
  }

  .checkout-main #testimonial-slider .testimonial .testimonial-content .flexdis {
    margin-top: 15px;
  }

  .checkout-main #testimonial-slider .owl-nav .owl-next {
    right: 10px;
  }

  .checkout-main #testimonial-slider .owl-nav .owl-prev {
    left: 10px;
  }

  .checkout-main #testimonial-slider .owl-nav .owl-prev,
  .checkout-main #testimonial-slider .owl-nav .owl-next {
    font-size: 25px;
    top: 35%;
  }

  .checkout-main .order-cont .order-total .ttl-hdr {
    margin-top: 15px;
    justify-content: center;
  }

  .checkout-main .order-cont .od-header {
    padding: 14px;
  }

  .checkout-main .order-cont .od-header h3 {
    font-size: 15px;
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-index img {
    width: 32px;
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-img {
    position: absolute;
    right: 8px;
    top: 6px;
    max-width: 70px;
    min-width: unset;
  }

  .oi-img.total-score img {
    max-width: 120px;
  }

  .checkout-main .oi-img.total-score img {
    max-width: 60px;
  }

  .checkout-main .order-cont .order-deails .order-deail-item h4 {
    font-size: 11px;
    line-height: normal;
    padding-bottom: 0;
    font-family: 'montserratbold';
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-img .btn {
    font-size: 10px;
    padding: 4px 5px;
    min-width: 42px;
    margin-top: 10px;
  }

  .checkout-main .order-cont .order-total .text-icon p {
    font-size: 15px;
  }

  .checkout-main .order-cont .order-total .text-icon img {
    width: 17px;
    margin-right: 10px;
  }

  .checkout-main .order-cont .order-total .ttl-hdr h4 {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px 5px;
    width: auto;
    min-width: 122px;
    border-radius: 6px;
  }

  .checkout-main .pay-btn .orange-btn {
    max-width: 253px;
  }

  .checkout-main .order-cont .order-total p {
    font-size: 10px;
    line-height: normal;
  }

  .checkout-main .order-cont .paynet-opt .pay-method img.img-fluid {
    width: 138px;
  }

  .checkout-main .order-cont .pay-method .custom-radio {
    margin-top: 15px;
  }

  .checkout-main #testimonial-slider .testimonial .testimonial-content .flexdis div {
    font-size: 16px;
  }

  .checkout-main #testimonial-slider .testimonial .rating li {
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial .rating {
    line-height: normal;
    /* height: 8px; */
    padding-bottom: 0;
    min-height: unset;
    /* display: block; */
  }

  .checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile h3.name {
    font-size: 14px;
    padding-top: 0;
  }

  .checkout-main #testimonial-slider .testimonial .testimonial-content .testimonial-profile img {
    width: 100px;
    margin-top: 25px;
  }

  .checkout-main #testimonial-slider .owl-nav .owl-prev,
  .checkout-main #testimonial-slider .owl-nav .owl-next {
    font-size: 14px;
  }


  .checkout-main .order-cont .order-deails .order-deail-item .oi-img a {
    display: none;
  }

  .mob-certificate {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 15px;
  }

  .mob-certificate img {
    width: 100%;
  }

  /*******AUG 20********/
  .order-cont .order-total .ttl-hdr.right h5 {
    text-align: center;
  }

  form.payment-complete .order-deails .order-deail-item {
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: space-between;
  }

  form.payment-complete .order-deails .order-deail-item .oi-img {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid rgba(230, 230, 230, 1);
  }

  form.payment-complete .order-deails .order-deail-item .oi-img img {
    width: 64px;
    height: 64px;
  }

  form.payment-complete .order-deails .order-deail-item .oi-info {
    padding-left: 10px;
    flex: 0 0 75%;
  }

  form.payment-complete .order-deails .oi-info h5 {
    font-size: 14px;
    line-height: 16px;
  }

  .payment-complete .blue_bg {
    padding: 10px;
    margin-bottom: 10px;
  }

  .payment-complete .blue_bg h6 {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: normal;
  }

  form.payment-complete {
    max-width: 355px;
  }

  .payment-complete>p {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .main-iq-1 .payment-complete>p {
    font-size: 13.33px;
  }

  form.payment-complete .order-deails {
    padding: 10px;
  }

  form.payment-complete .order-deails .order-deail-item .oi-info p {
    font-size: 12px;
    line-height: 20px;
  }

  .payment-complete .skip-btn {
    font-size: 16px;
  }

  .payment-complete span {
    font-size: 12px;
    line-height: 22px;
    max-width: 280px;
  }

  .page-template-quiz .container {
    max-width: 440px;
  }

  footer .footer-new .footer-content .footer-links b {
    font-size: 16px;
    line-height: normal;
  }

  footer .footer-new .footer-content .footer-links .menu li {
    margin-bottom: 0px;
  }

  footer .footer-new .footer-content .footer-links {
    width: 100%;
    text-align: center;
  }

  footer .footer-new .footer-content {
    justify-content: center;
  }

  footer .footer-new.container .row {
    margin: 0;
  }

  .btn-white {
    font-size: 14px;
    padding: 8px 10px;
  }

  .page-template-interaction_popup {
    overflow: hidden;
  }

  /********blog page responsive 28-07**********/

  .blog_botom_box {
    flex-direction: column;
    margin: 32px 0;
  }

  .blog_list_test h3 {
    font-size: 24px;
    font-family: 'montserratsemibold';
  }

  .blog_detail_left h2 span {
    display: inline;
  }

  .blog_bt_right .blog_bt_btn,
  .blog_two_columns p strong {
    font-family: 'montserratsemibold';
  }

  .blog_detail_left h2 {
    font-size: 28px;
    line-height: 39px;
  }

  .blog_two_columns p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
  }

  .blog_bt_left {
    margin: 0 auto;
  }

  .blog_bt_right {
    width: 100% !important;
    padding-top: 24px;
    padding-left: 0;
  }

  .blog_two_columns .blog_test_box img {
    width: 230px;
    margin: 0 auto;
  }

  /* Fixed Order button CSS*/
  .order-total {
    flex-direction: row;
    align-items: center;
  }

  .order-cont .order-total .ttl-hdr {
    margin-bottom: 0;
  }

  .order-cont .order-total .ttl-hdr p {
    margin-top: 5px;
  }

  .order-cont .order-total .ttl-hdr p:empty {
    display: none;
  }

  /* Fixed Order button CSS*/


}


@media (max-width: 575px) {

  .question-main {
    min-height: 279.19px !important;
  }

  .option-main {
    min-height: 253px !important;
  }

  .iq-modal-style .modal-dialog {
    max-width: 100%;
    overflow: auto;
    height: 100%;
  }

  .iq-modal-style .modal-header .btn-close {
    right: 6px;
    top: 6px;
  }

  .iq-modal-style .modal-body h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .main-iq-1 .iq-modal-style .modal-body h3 {
    font-size: 20;
    line-height: 28px;
  }

  .iq-modal-style .modal-body {
    padding: 40px 22px;
  }

  .iq-modal-style .iq-full-button .btn {
    padding: 12px 20px;
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 640px) {
  .option-main .option {
    padding: 10px 10px 10px 0px;
    font-size: 14px;
  }

  .option span,
  .option img {
    margin-right: 5px;
  }

  .question-title,
  .question-main span {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .orange-btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .iq-header h4,
  .iq-header h1 {
    font-size: 16px;
  }

  .countdown {
    font-size: 18px;
  }

  .iq-counter img {
    max-width: 20px;
  }

  .question-main img {
    /* max-width: 70% !important; */
  }

  .page-main .page-inner-link {
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 6px;
    margin: 4px 4px;
  }

  .page-main {
    margin-top: 25px;
  }

  .quiz-main-inner {
    margin: 0 0 25px 0;
  }

  .ty-top-blue br {
    display: none;
  }

  .your-score:before,
  .your-score:after {
    width: 30%;
  }

  .owl-theme .owl-controls .owl-buttons div {
    width: 25px;
    height: 30px;
    line-height: 28px;
  }

  .testimonial .testimonial-content {
    text-align: center;
  }

  .testimonial-content .testimonial-profile {
    display: block;
  }

  .testimonial .rating {
    position: unset;
    margin-bottom: 10px;
  }

  .testimonial {
    margin: 50px 0px 0;
  }

  .your-score {
    height: 100px;
    width: 100px;
    font-size: 40px;
  }
}

.pmp .payment-methods .paypal-select {
  background-image: url(../images/PayPal-Logo.png);
  background-size: contain;
}



/* Portrait phones and smaller */
@media (max-width: 480px) {

  .pmp .payment-methods .paypal-select {
    background-size: 150px;
    background-position: center bottom;
  }

  /* .order-total {
    flex-direction: column;
    align-items: flex-start;
  } */

  .ttl-hdr {
    margin-bottom: 15px;
  }

  /* .question-main img { max-width: 100%; } */
  /*  ==========  */
  /* .question-main img {
    max-width: 60% !important;
  } */

  .option-main .option {
    padding: 10px 10px 10px 0px;
    font-size: 14px;
  }

  .option span,
  .option img {
    margin-right: 5px;
  }

  .question-title,
  .question-main span {
    font-size: 14px;
  }

  .option img {
    max-width: 45px;
  }

  .orange-btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .pmp .payment-methods .form-check.card {
    padding-bottom: 50px !important;
    background-position: left bottom !important;
    border-bottom: 0px !important;
  }

  /*.pmp .payment-methods .wpf_multi_form_controls{border-bottom: 0px !important;}*/
  .orange-btn.big {
    font-size: 19px;
    padding: 13px 26px;
  }

  .wpf_form_wrapper form.wpf_label_top .wpf_form_group {
    margin-bottom: 20px !important;
  }

  .thankyou-sec .page-content {
    padding: 20px 0;
  }

  .page-content.well-done-content {
    padding: 20px 10px;
  }

  .your-score:before,
  .your-score:after {
    width: 20%;
  }

  .flexdis div {
    display: block;
  }

  .pprice span.price {
    font-size: 16px;
    margin-left: 0px;
    margin-right: 5px;
  }

  .pprice .orange-btn.big {
    font-size: 16px;
    padding: 13px 26px;
    line-height: normal;
  }

  .main-iq-1 .pprice .orange-btn.big {
    font-size: 14px;
    padding: 13px 26px;
    line-height: normal;
  }

  .your-score:before,
  .your-score:after {
    width: 25%;
  }

  .blue-btn {
    font-size: 14px;
    padding: 11px 15px;
  }

  .score-popup .modal-body h2 {
    font-size: 30px;
    margin: 0px 0 15px;
  }

  .download-cont-box {
    display: block;
  }

  .your-score {
    height: 100px;
    width: 100px;
    font-size: 40px;
  }

  .download-itm:not(:first-child) {
    margin-top: 20px;
  }
  .pprice{
    text-align: left;
  }
}

@media (max-width: 400px) {
  .sec-cont.challange-cont p {
    font-size: 12px;
  }

  /* Offer Page CSS */

  .page-template-offer .choose-offers {
    padding: 10px 0;
  }


  .page-template-offer .order-deail-item {
    padding: 10px 20px 10px 20px !important;
  }

  .page-template-offer .form.payment-complete.new-design .order-deails .order-deail-item .oi-img {
    padding-top: 10px;
  }

  /* .page-template-offer form.payment-complete.new-design .order-deails .order-deail-item .oi-img img {
    height: 135px;
  } */

  .page-template-offer form.payment-complete.new-design .order-deails .order-deail-item h5 {
    font-size: 16px;
  }

  .page-template-offer .choose-offers form.payment-complete.new-design #charge-button {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .page-template-offerform.payment-complete.new-design .order-deails .order-deail-item .oi-info p {
    padding-bottom: 0;
  }

  /* Offer Page CSS */

}

.preload {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000f2;
  /* Black background with opacity */
  z-index: 99999;
  pointer-events: none;
}

.preload .preloader-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.preload .loader {

  border: 10px solid #094065;
  border-radius: 50%;
  border-top: 10px solid #ff8811;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

.preload .loader-text {
  color: #fff;
  text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.pmp .modal-dialog {
  max-width: 620px;
}

.pmp .modal-content {
  background: #f9fafb;
  border-radius: 6px;
}

.pmp .modal-content .desc {
  clear: both;
  margin-bottom: 14px;
  font-size: 11px;
  color: #555;
  padding-left: 1px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
}

.pmp .payment-methods .wpf_multi_form_controls {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 2px 0;
}

.form-check:first-child {
  border-bottom: 1px solid #d9d9d9;
  border-top: 0 !important;
}

p.wpf_form_notices.wpf_form_notice_error {
  padding: 8px 20px;
  margin-top: 0;
  //margin-bottom: 30px;
  border-radius: 5px;
  font-size: 12px;
}

.pmp .payment-methods .form-check {
  background: #fff;
  padding: 16px;
  font-size: 14px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  font-weight: bold;
  text-align: left;
  border-radius: 0px;
}

.pmp .payment-methods .form-check.card {
  background-image: url(../images/card-icons.png);
  background-repeat: no-repeat;
  background-position: right;
}

.pmp .payment-methods .wpf_payment_method_element_stripe {
  padding: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}

.pmp .payment-methods .form-check-input {
  margin-left: 0;
}

.pmp .payment-methods .form-check-label {
  margin-left: 20px;
}

.pmp .wpf_form_wrapper .wpf_submit_button_pos_left .wpf_form_submissions {
  text-align: right;
}

.pmp .wpf_form_wrapper form.wpf_form .wpf_form_submissions {
  display: block;
}

.pmp .wpf_form_wrapper_764 .wpf_label_top .wpf_form_group>label {
  display: none;
}

.pmp .paypal-redirection {
  display: none;
  background-image: url(../images/paypal-redirection.png);
  background-repeat: no-repeat;
  height: 129px;
  background-position: center;
  background-size: 148px;
}

.wpf_form_notices {
  padding: 10px 10px;
  margin: 15px 0;
}

#paymentFrm {
  padding: 20px;
}

.payment-sec .page-content {
  padding: 10px 50px;
  position: relative;
}

.payment-sec .page-content h5 {
  font-size: 22px;
  color: #094065;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'montserratbold';
  font-weight: bolder;
}

.payment-sec .page-content h2 {
  font-family: 'montserratbold';
  font-weight: bolder;
  font-size: 55px;
  text-align: center;
  color: #094065;
  margin: 25px 0 100px 0;
}

.payment-sec .page-content p {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

.payment-sec .pmp {
  position: absolute;
  top: 84px;
  left: calc(50% - 250px);
  z-index: 9999;
}

#paymentModal.modal {
  top: calc(50% - 250px);
}

.modal-backdrop.show.payment {
  opacity: 0.8;
}

.thankyou-sec .page-content.well-done-content h5 {
  margin: 0 0 12px;
  color: #ff8d1c;
  font-size: 22px;
}

.pprice .price > p{
  text-align: inherit;
  margin-bottom: 0;
}

@media (max-width: 580px) {
  .payment-sec .pmp {
    left: 0;
    top: 163px;
    width: 100%;
  }

  .thankyou-sec .page-content.well-done-content h5 {
    margin: 3px 0 10px;
    font-size: 18px;
  }

}

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

.page-template-quiz-payment div#IQpaymentModal {
  padding-top: 35px;
}

.page-template-quiz-payment #IQpaymentModal .close:not(:disabled):not(.disabled):focus {
  outline: none;
}

.page-template-quiz-payment #IQpaymentModal .close {
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 5px;
}

.page-template-quiz-payment .pmp .modal-dialog {
  min-width: 511px;
}

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

  .terms-container p#error-message,
  .terms-container .custom-checkbox {
    font-size: 12px;
  }

  .paynet-opt .pay-method .left-image {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }

  .paynet-opt .pay-method .left-image .custom-control.custom-radio:last-child {
    margin-left: 1rem;
  }

  .paynet-opt .pay-method p {
    padding-left: 0;
  }

  .paynet-opt .pay-method .right-image {
    width: 100%;
    text-align: center;
    display: none;
  }

  .pay-method {
    flex-wrap: wrap;
  }

  .paynet-opt .pay-method .left-image .custom-control.custom-radio,
  .paynet-opt .pay-method .right-image .custom-control.custom-radio {
    padding-left: 0;
  }

  .page-template-quiz-payment .pmp .modal-dialog {
    min-width: unset;
    margin: 0 auto;
    display: table;
    width: 100%;
  }

  .page-template-quiz-payment .payment-sec .pmp {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .paynet-opt .pay-method p {
    display: none;
  }

  .paynet-opt .pay-method .content-box p {
    display: block;
  }

  .order-cont .paynet-opt p.mobile {
    display: block;
    padding-top: 5px;
    text-align: center;
  }

  .thankyou-sec .page-content .pay-btn p.mobile {
    padding: 0 15px 20px 15px;
    text-align: center;
  }

  .new-msg .well-done-content h1 {
    font-size: 26px;
  }

  /* 07-08-2024 */
  .order-deail-item .oi-info.mobile {
    display: flex;
    margin-bottom: 0;
    align-items: center;
  }

  .order-deail-item .oi-info.mobile p {
    display: none;
  }

  .order-deail-item .oi-info.mobile h5 {
    margin: 0px;
  }

  .order-deail-item .oi-info.desktop h5 {
    display: none;
  }

  .oi-index {
    display: flex;
    align-items: normal;
    gap: 10px;
  }

  .back-top-btn {
    bottom: -110px;
  }

  /* 07-08-2024 */
}

@media (max-width: 360px) {

  .progress-title {
    font-size: 18px;
  }

  #my-progress-text {
    font-size: 23px;
    margin: 10px 0px;
    line-height: normal;
  }

  .progress {
    height: 0.6rem;
    margin-top: 5px !important;
  }

  .progress-list {
    margin-top: 10px;
  }

  .progress-list p {
    font-size: 14px;
    margin: 3px 0;
  }

  .progress-footer {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }

  .progress-footer span.number {
    font-size: 14px;
  }

  .common-card-section .box p {
    text-align: left;
  }

  .progress-card .testinomial-section .client-info {
    padding-top: 10px;
  }

  .progress-card .reviews-under-results .testinomial-section .box {
    padding: 10px;
  }

  .progress-card .testinomial-section .client-info .img-wrapper img {
    width: 50px;
    height: 50px;
  }

  .progress-card .testinomial-section .box .rating img {
    height: 15px;
    margin-right: 0;
  }

  /* preloader end */
  .checkout-main .order-cont .order-deails .order-deail-item .oi-img {
    top: 6px;
  }

  .checkout-main .ty-top-blue p b {
    /*display: block;*/
  }

  .checkout-main .order-cont .order-deails .order-deail-item p {
    max-width: 190px;
  }

  .checkout-main .oi-img.total-score img {
    max-width: 60px;
  }

  .checkout-main #testimonial-slider .testimonial .testimonial-content .description {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 40px 5px;
  }

  .checkout-main #testimonial-slider .owl-nav .owl-prev {
    left: 10px;
  }

  .checkout-main #testimonial-slider .owl-nav .owl-next {
    right: 10px;
  }
}

@media (max-width: 300px) {
  .checkout-main .order-cont .order-deails .order-deail-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }





  .checkout-main .order-cont .order-deails .order-deail-item .oi-index {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-info {
    text-align: center;
  }

  .checkout-main .order-cont .order-deails .order-deail-item h5 {
    max-width: 100%;
  }

  .checkout-main .order-cont .order-deails .order-deail-item p {
    max-width: 100%;
  }

  .checkout-main .order-cont .order-deails .order-deail-item .oi-img {
    position: relative;
    right: 0;
    padding-top: 17px;
  }

  .checkout-main .order-cont .order-total .ttl-hdr {
    flex-direction: column;
    margin-bottom: 0;
  }

  .checkout-main .order-cont .order-total .ttl-hdr h4 {
    margin: 0 auto 10px auto;
  }
}


.score-popup .modal-body .orange-btn {
  width: 100%;
  max-width: 257px;
}

.score-popup a.blue-btn {
  max-width: 330px;
  width: 100%;
  margin-top: 35px;
  font-size: 18px;
}

.score-popup .modal-body .orange-btn .fab.fa-twitter::before {
  background-image: url('/wp-content/themes/test_iq/images/x-social-media-white-icon.png');
  content: '';
  width: 15px;
  height: 15px;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 2px;
}

.score-popup .modal-header {
  padding: 1rem 1rem 0;
  justify-content: flex-end;
}

.score-popup .modal-body h2 {
  margin-top: 0;
}

.score-popup .modal-body {
  padding-top: 0;
}

/* 21-02-2024 */

.challange-sec table td span {
  position: relative;
}

.challange-sec table td span p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: normal;
  left: 0;
  width: 100%;
}

.cont-image {
  max-height: 540px;
}

.wpcf7-response-output {
  font-size: 16px;
}


/*.challange-sec .challange-cont .orange-btn {
    font-size: 24px;
    padding: 17px 32px;
}*/

.od-header a:hover {
  text-decoration: none;
}



/******************Offer Page**********************************/
.choose-offers {
  padding: 35px 0;
  background: rgba(246, 245, 245, 1);
}

.choose-offers h2 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

.choose-offers h3 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-family: 'montserratregular';
  font-weight: normal;
}

.choose-offers form {
  padding-top: 15px;
}

.choose-offers form ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 735px;
  width: 100%;
  display: table;
}

.choose-offers form ul li {
  padding: 0 24px;
  margin-bottom: 10px;
  position: relative;
}

.choose-offers form ul li h5 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.choose-offers form ul li p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(19, 19, 19, 0.4);
  margin-bottom: 0;
  margin-top: 4px;
}

.choose-offers form ul li p.price {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 250px;
}

.choose-offers form ul li p.price strike {
  padding-left: 5px;
}

.choose-offers form ul li .badge {
  color: rgba(9, 64, 101, 1);
  border-radius: 8px;
  background-color: rgba(178, 220, 249, 1);
  padding: 8px 9px;
  font-size: 14px;
  line-height: normal;
  margin-left: 15px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'montserratregular';
  font-weight: 600;
  margin-right: 0;
  margin-left: auto;
}



.choose-offers form ul li [type="radio"]:checked,
.choose-offers form ul li [type="radio"]:not(:checked) {
  position: absolute;
  left: 0;
  opacity: 0;
}

.choose-offers form ul li [type="radio"]:checked+label,
.choose-offers form ul li [type="radio"]:not(:checked)+label {
  position: relative;
  padding: 15px 25px 15px 90px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 8px;
  width: 100%;
  transition: 0.6s;
}

.choose-offers form ul li [type="radio"]:checked+label:before,
.choose-offers form ul li [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(220, 219, 219, 1);
  border-radius: 100%;
  background: #f6f5f5;
  transform: translateY(-50%);
}

.choose-offers form ul li [type="radio"]:checked+label:after,
.choose-offers form ul li [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 17px;
  height: 17px;
  background: rgba(9, 64, 101, 1);
  position: absolute;
  top: 50%;
  left: 34px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateY(-50%) scale(0);
}

.choose-offers form ul li [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.choose-offers form ul li [type="radio"]:checked+label:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.choose-offers form ul li label {
  margin: 0;
}

.choose-offers form ul li [type="radio"]+label:hover {
  border-color: #094065;
}

.choose-offers form ul li [type="radio"]:checked+label {
  /* background: rgba(9, 64, 101, 1); */
}

.choose-offers form ul li [type="radio"]:checked+label h5 {
  /* color: #fff; */
}

.choose-offers form ul li [type="radio"]:checked+label p {
  /* color: rgb(255 255 255); */
}

.choose-offers form ul li [type="radio"]:checked+label h5 .badge {
  color: rgba(9, 64, 101, 1);
  /* border-radius: 8px; */
  background-color: rgb(255 255 255);
  /* padding: 8px 9px; */
  /* font-size: 14px; */
  /* line-height: normal; */
  /* margin-left: 22px; */
}

.choose-offers form ul li [type="radio"]:checked+label p.price {
  /* color: rgba(107, 140, 163, 1); */
}

.choose-offers span {
  display: block;
  color: rgba(19, 19, 19, 0.4);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 662px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.choose-offers #charge-button {
  margin: 15px auto 15px auto;
  display: table;
  max-width: 436px;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  padding: 19px 30px;
  background-color: #ff8811;
  outline: none;
  box-shadow: none;
}

.choose-offers .row {
  justify-content: center;
}

.choose-offers form ul li label[for="first-plan"] {
  background: rgba(9, 64, 101, 1);
}

.choose-offers form ul li label[for="first-plan"] h5 {
  color: #fff;
}

.choose-offers form ul li label[for="first-plan"] p {
  color: #fff;
}

.choose-offers form ul li label[for="first-plan"] p.price {
  color: rgba(107, 140, 163, 1);
}


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

  .choose-offers form ul li [type="radio"]:checked+label:before,
  .choose-offers form ul li [type="radio"]:not(:checked)+label:before {
    width: 25px;
    height: 25px;
    left: 20px;
  }

  .choose-offers form ul li [type="radio"]:checked+label:after,
  .choose-offers form ul li [type="radio"]:not(:checked)+label:after {
    width: 15px;
    height: 15px;
    left: 25px;
  }

  .choose-offers form ul li h5 {
    font-size: 16px;
    line-height: 25px;
  }


  .choose-offers form ul li [type="radio"]:checked+label,
  .choose-offers form ul li [type="radio"]:not(:checked)+label {
    padding: 18px 18px 18px 60px;
  }

  .choose-offers h2 {
    font-size: 30px;
    line-height: normal;
  }

  .choose-offers h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .choose-offers form ul li .badge {
    /* margin-left: 10px; */
    font-size: 12px;
    line-height: normal;
    padding: 6px 9px;
    border-radius: 6px;
  }

  .choose-offers span {
    max-width: 600px;
    /* font-size: 14px; */
    /* line-height: 22px; */
  }

  .choose-offers #charge-button {
    max-width: 290px;
    font-size: 18px;
    line-height: normal;
  }

  .choose-offers form {
    padding-top: 15px;
  }

  .choose-offers {
    padding: 25px 0;
  }


}




@media only screen and (max-width: 767px) {
  .choose-offers {
    padding: 20px 0;
  }

  .choose-offers h2 {
    font-size: 25px;
  }

  .choose-offers h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
  }

  .choose-offers form ul li p {
    font-size: 12px;
    line-height: 20px;
  }

  .choose-offers form ul li [type="radio"]:checked+label,
  .choose-offers form ul li [type="radio"]:not(:checked)+label {
    padding: 8px 8px 8px 50px;
  }

  .choose-offers form ul li h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .choose-offers form ul li [type="radio"]:checked+label:before,
  .choose-offers form ul li [type="radio"]:not(:checked)+label:before {
    width: 20px;
    height: 20px;
    left: 14px;
  }

  .choose-offers form ul li [type="radio"]:checked+label:after,
  .choose-offers form ul li [type="radio"]:not(:checked)+label:after {
    width: 10px;
    height: 10px;
    left: 19px;
  }

  .choose-offers form ul li {
    padding: 0 10px;
    margin-bottom: 8px;
  }

  .choose-offers form ul li .badge {
    padding: 6px 9px 4px 9px;
  }

  .choose-offers #charge-button {
    max-width: unset;
    font-size: 16px;
    padding: 15px 20px;
    min-width: 150px;
    width: auto;
    margin-top: 8px;
  }

  .choose-offers span {
    font-size: 12px;
    line-height: 22px;
    max-width: 270px;
  }

  .choose-offers form ul li p.price {
    max-width: unset;
  }

  .sticky-btn.orange-btn {
    /* display: block; */
    display: none;

  }
}

/********Offers Page***********/

/*.page-id-671168 .navbar-toggler,
.page-id-671168 header .navbar-collapse {
  display: none !important;
}
*/
#paymentResponse .wpf_form_notices {
  color: #000;
  background-color: #fff;
  border-color: #000;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

#paymentResponse {
  max-width: 710px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

#paymentResponse .wpf_form_notices.wpf_form_notice_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}


#paymentResponse .wpf_form_notices.wpf_form_notice_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}



.timer-section {
  position: sticky;
  z-index: 4;
  top: 0;
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: 0px 11px 20px 0px #4343430d;
  display: block
}

.timer-section .left .time h4 {
  margin-top: 4px;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0
}

.timer-section .left .time p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: normal
}

.timer-section .left {
  display: flex;
  align-items: center
}

.timer-section .left img {
  width: 47px;
  margin-right: 22px
}

.timer-section .right a {
  padding: 14px 25px;
  font-size: 14px;
  line-height: normal
}

@media only screen and (max-width: 767px) {
  .timer-section .right a {
    font-size: 16px;
    padding: 10px 20px
  }

  .timer-section {
    padding: 10px 20px
  }

  .timer-section .left img {
    margin-left: 0
  }

  .timer-section .right a {
    font-size: 16px;
    padding: 10px 20px
  }

  .timer-section {
    padding: 10px 10px;
  }

  .timer-section .left img {
    margin-right: 10px;
    width: 37px;
  }

  .timer-section .left {
    width: 100%;
    align-items: center;
    justify-content: center;

  }

  .timer-section .right {
    width: 100%;
    padding-top: 10px;
    text-align: center;

    /* padding-top:12px; */
  }

  .timer-section .left .time h4 {
    font-size: 16px
  }

  .timer-section .left .time p {
    font-size: 12px;
  }

  .timer-section .right a {
    padding: 10px 12px;
    font-size: 12px
  }
}


/************* Engaing SECTION *************************/

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NotoSans-Regular";
  src: url("../fonts/NotoSans-Regular.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: "NotoSans-Bold";
  src: url("../fonts/NotoSans-Bold.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NotoSans-SemiBold";
  src: url("../fonts/NotoSans-SemiBold.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NotoSans-Medium";
  src: url("../fonts/NotoSans-Medium.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: "NotoSansDisplay-SemiBold";
  src: url("../fonts/NotoSansDisplay-SemiBold.ttf") format('truetype');
  font-style: normal;
  font-display: block;
}



.educational-section {
  text-align: center;
  padding: 26px 0 80px 0;
}

.educational-section .container {
  background: rgba(250, 250, 250, 1);
  box-shadow: 0px 204px 122px rgba(0, 0, 0, 0.02), 0px 90px 90px rgba(0, 0, 0, 0.03), 0px 23px 50px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 40px 40px 16px;
  border: 2px solid rgba(234, 235, 236, 1);
}

.educational-section h2 {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #16161A;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 22px;
  font-family: "NotoSans-Bold";
  font-weight: normal;
}

.educational-section p {
  font-size: 24px;
  line-height: 33px;
  color: #545454;
  font-family: "NotoSans-Bold";
  margin-bottom: 5px;
  font-weight: normal;
}

.educational-section span {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgba(84, 84, 84, 0.42);
  padding-bottom: 22px;
  display: block;
  font-family: "NotoSans-Bold";
}

.educational-section .select-box {
  text-align: center;
  width: 100%;
  max-width: 664px;
  margin: 0 auto;
  padding: 25px 0;
}

.educational-section .select-box .radio-box {
  margin-bottom: 15px;
  text-align: left;
  font-family: "Inter-Bold";
  display: flex;
  align-items: center;
  position: relative;
}

.educational-section .select-box .radio-box [type="radio"]:checked,
.educational-section .select-box .radio-box [type="radio"]:not(:checked) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.educational-section .select-box .radio-box [type="radio"]:checked+label,
.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  line-height: 20px;
  color: #09090B;
  margin-bottom: 0;
  padding: 21px 55px;
  width: 100%;
  background: rgba(255, 161, 0, 0.06);
  border-radius: 99px;
  border: 2px solid rgb(250, 244, 235);
  transition: 0.5s;
}

.educational-section .select-box .radio-box [type="radio"]:checked+label:before,
.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 26px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}

.educational-section .select-box .radio-box [type="radio"]:checked+label:after,
.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 31px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.educational-section .select-box .radio-box [type="radio"]:checked+label:after {
  opacity: 1;
}

.btn-orange {
  padding: 22px 42px;
  background: #FFA100;
  border: 2px solid #FFA100;
  border-radius: 99px;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-top: 10px;
  font-family: "NotoSans-Bold";
}


.educational-section .select-box .radio-box [type="radio"]:checked+label:before {
  border-color: rgba(215, 145, 24, 1);
  background-color: #ffa100;
}

.educational-section .select-box .radio-box [type="radio"]:checked label {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.educational-section .select-box .radio-box [type="radio"]:checked+label {
  background: rgba(255, 161, 0, 0.16);
  border: 2px solid rgba(255, 161, 0, 0.16);
  border-radius: 99px;
}


.educational-section .row {
  flex-direction: column;
}

.educational-section .action-btn a {
  font-size: 20px;
  line-height: 27px;
  color: #15151566;
  font-family: 'NotoSans-Bold';
  margin: 0 45px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.educational-section .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 15px;
}

.educational-section .action-btn a img {
  width: 6px;
  margin: 0 10px;
}

.educational-section .select-box .radio-box [type="radio"]:not(:checked)+label:hover {
  border-color: rgba(255, 161, 0, 0.16);
}

.btn-orange:hover {
  background-color: #fff;
  border-color: #FFA100;
  color: #FFA100;
}



#start-test-modal .modal-header {
  text-align: center;
  display: block;
  padding: 35px 20px 30px 20px;
  border: 0;
}

#start-test-modal .modal-body h5 {
  font-size: 16px;
  color: #000;
  max-width: 250px;
  min-height: 38px;
  margin-bottom: 20px;
  font-family: "NotoSansDisplay-SemiBold";
}

#start-test-modal .modal-footer {
  justify-content: center;
  border: 0;
  padding-bottom: 40px;
  padding-top: 0;
}

#start-test-modal .modal-header h1 {
  line-height: 89px;
  font-size: 74px;
  letter-spacing: -0.02em;
  color: #16161A;
  /*  font-family: "NotoSansDisplay-SemiBold";*/
  margin: 25px 0 20px 0;
  font-weight: normal;
}

#start-test-modal .modal-header h5 {
  font-family: "NotoSansDisplay-SemiBold";
  font-size: 36px;
  line-height: 49px;
  color: #545454;
  margin-bottom: 10px;
  font-weight: normal;
}

#start-test-modal .modal-body {
  max-width: 748px;
  margin: 0 auto 20px auto;
  width: 100%;
  padding: 0;
}


#start-test-modal .modal-footer .btn-orange.btn-arrow {
  width: 100%;
  padding: 10px 14px 10px 35px;
  max-width: 407px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#start-test-modal .modal-body img {
  width: 100%;
  border-radius: 10px;
  max-width: 100%;
}

#start-test-modal .modal-content {
  border: 0;
  background: #FFFFFF;
  box-shadow: 0px 349px 140px rgba(0, 0, 0, 0.01), 0px 196px 118px rgba(0, 0, 0, 0.05), 0px 87px 87px rgba(0, 0, 0, 0.09), 0px 22px 48px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}


#start-test-modal .modal-dialog {
  max-width: 1483px;
  width: calc(100% - 25px);
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto !important;
}

#start-test-modal .modal-header .badge {
  color: #C78102;
  font-size: 20px;
  line-height: 27px;
  font-family: "NotoSansDisplay-SemiBold";
  background: #FEF1E0;
  border-radius: 99px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: normal;
}

.btn-arrow span img {
  width: 29px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-arrow span {
  background: #FAFAFA;
  border-radius: 99px;
  width: 88px;
  height: 66px;
  transition: 0.5s;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-arrow:hover span {
  background: #ffa100;
}

.btn-arrow:hover span img {
  filter: brightness(0) invert(1);
}


@media only screen and (max-width: 1560px) {
  #start-test-modal .modal-header h1 {
    line-height: 50px;
    font-size: 45px;
    margin: 15px 0 5px 0;
  }

  #start-test-modal .modal-header h5 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 0;
  }

  #start-test-modal .modal-body {
    max-width: 445px;
  }

  #start-test-modal .modal-header {
    padding-bottom: 10px;
  }

  #start-test-modal .modal-dialog {
    max-width: 1000px;
  }

  #start-test-modal .modal-footer .btn-orange.btn-arrow {
    padding: 10px 10px 10px 20px;
    max-width: 310px;
    font-size: 20px;
    line-height: normal;
  }

  .btn-arrow span {
    width: 66px;
    height: 39px;
  }



}

@media only screen and (max-width: 1199px) {
  .educational-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog_bt_left {
    max-width: 288px;
  }

  .blog_bt_right {
    width: calc(100% - 284px);
  }

  .educational-section p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .educational-section .select-box .radio-box [type="radio"]:checked+label,
  .educational-section .select-box .radio-box [type="radio"]:not(:checked)+label {
    font-size: 20px;
    line-height: normal;
  }

  .educational-section .select-box .btn-orange {
    padding: 20px 20px;
    font-size: 22px;
    line-height: normal;
  }

  .educational-section .action-btn {
    padding: 25px 0;
  }

  #start-test-modal .modal-header h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #start-test-modal .modal-header h5 {
    font-size: 18px;
    line-height: normal;
  }

  #start-test-modal .modal-header {
    padding-bottom: 30px;
  }
}



@media only screen and (max-width: 767px) {
  .educational-section h2 {
    font-size: 21px;
    line-height: normal;
  }

  .educational-section p {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .educational-section .select-box .radio-box [type="radio"]:checked+label,
  .educational-section .select-box .radio-box [type="radio"]:not(:checked)+label {
    font-size: 15px;
    line-height: normal;
    padding: 15px 55px;
  }

  .educational-section .select-box .btn-orange {
    padding: 13px 10px;
    font-size: 15px;
    line-height: normal;
    margin-top: 5px;
  }

  .educational-section .action-btn {
    padding: 15px 0 0 0;
    justify-content: space-between;
  }

  .educational-section .container {
    padding: 25px;
    border-radius: 14px;
  }

  .educational-section {
    width: calc(100% - 25px);
    margin: 0 auto;
    padding: 10px 0 50px 0;
  }

  .educational-section span {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
  }

  .educational-section .select-box {
    padding: 12px 0;
  }

  .educational-section .action-btn a {
    font-size: 15px;
    line-height: normal;
    margin: 0 0;
  }

  .educational-section .select-box .radio-box {
    margin-bottom: 10px;
  }

  #start-test-modal .modal-header h1 {
    font-size: 22px;
    line-height: normal;
  }

  #start-test-modal .modal-header h5 {
    font-size: 16px;
  }

  #start-test-modal .modal-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #start-test-modal .modal-header .badge {
    font-size: 14px;
    line-height: normal;
    padding: 8px 18px;
  }

  #start-test-modal .modal-body {
    max-width: 290px;
    margin-bottom: 10px;
  }

  #start-test-modal .modal-footer {
    padding-bottom: 25px;
  }

  #start-test-modal .modal-footer .btn-orange.btn-arrow {
    font-size: 16px;
    max-width: 250px;
    width: 100%;
  }

  .btn-arrow span {
    width: 54px;
    height: 30px;

  }

  #start-test-modal {
    padding-right: 0 !important;
  }
}


.cs-popup .modal-dialog.modal-dialog-centered {
  max-width: 600px;
}


.about-content-sec .page-content img {
  max-width: 900px;
  margin: 40px auto !important;
}

/* print media */
@media print {

  header,
  footer {
    display: none !important;
  }
}



/**************************
Checkout New Design
***************************/

.extra_info .m-none {
  font-size: 13px;
  color: gray;
  line-height: 25px;
  padding: 10px;
}

.extra_info .d-none {
  display: none;
}

.extra_info {
  background-color: #f6f5f5;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;

}

.extra_info .custom-control {
  padding: 5px 0px;
}

.checkout-out.new-design .order-cont .order-total .ttl-hdr {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.checkout-out.new-design .order-cont .order-total {
  background-color: rgba(25, 73, 115, 1);
  padding: 24px 30px;
  margin-top: 0;
}

.checkout-out.new-design .order-total h4 {
  font-size: 28px;
  line-height: 36px;
}

.checkout-out.new-design .order-total .badge {
  font-size: 18px;
  line-height: 24px;
  background-color: rgba(228, 239, 250, 0.3);
  border-radius: 100px;
  margin-left: 10px;
  padding: 4px 12px;
  color: #fff;
}

.checkout-out.new-design .pay-btn .orange-btn {
  color: #fff;
  box-shadow: 0px 2.66667px 2.66667px rgba(50, 50, 71, 0.06), 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
  border-radius: 0px 24px;
  margin-bottom: 0;
  padding: 15px 27px;
  display: flex;
  align-items: center;
  text-align: center;
}

.checkout-out.new-design .pay-btn .orange-btn::after {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url('/wp-content/themes/test_iq/images/icon-arrow-top.svg');
  /* background-image: url('/../images/icon-arrow-top.svg'); */
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  top: 1px;
  transition: 0.5s;
  transform: translate(0px, 0px);
}


.checkout-out.new-design .pay-btn .orange-btn:hover::after {
  transition: all .35s ease;
  transform: translate(3px, -3px);
}


.checkout-out.new-design .paynet-opt .pay-method {
  width: calc(100% - 315px);
  padding-right: 25px;
}

.checkout-out.new-design .paynet-opt .pay-method p {
  padding-left: 0;
  font-size: 13px;
  line-height: 25px;
  color: #B2B2B2;
  display: none;

}

.checkout-out.new-design .quiz-amount {
  display: flex;
  padding: 20px 30px;
  background-color: #f6f5f5;
  border: 1px solid #ccc;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0;
  flex-direction: column;
  position: relative;
}


.checkout-out.new-design .quiz-amount .amount-row p {
  font-size: 18px;
  line-height: 32px;
  font-family: 'montserratregular';
  font-weight: 700;
}

.checkout-out.new-design .quiz-amount .amount-row p {
  font-size: 16px;
  line-height: 32px;
  font-family: 'montserratregular';
  font-weight: 700;
  color: rgba(18, 40, 63, 1);
}

.checkout-out.new-design .quiz-amount .amount-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.checkout-out.new-design .quiz-amount .amount-row p s {
  color: rgba(18, 40, 63, 0.6);
  padding-right: 5px;
  font-weight: normal;
}

.checkout-out.new-design .quiz-amount .amount-row .left {
  width: 60%;
  text-align: left;
  padding-right: 12px;
}

.checkout-out.new-design .quiz-amount .amount-row .right {
  width: 40%;
  text-align: right;
}

.checkout-out.new-design .quiz-amount::before {
  content: '';
  width: 102%;
  height: 9px;
  position: absolute;
  top: -10px;
  z-index: 4;
  background: #ffffff;
  left: -1%;
  right: 0;
  margin: 0 auto;
  display: table;
}


.checkout-out.new-design .paynet-opt {
  background-color: #f6f5f5;
  /* padding: 35px 24px; */
  padding: 20px;
}

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

  .order-deail-item {
    align-items: start;
  }

  .order-deail-item {
    justify-content: center;
  }

  .oi-img.total-score {
    justify-content: center;
  }

  .checkout-out.new-design .paynet-opt .pay-method {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 0;
  }

  /* .checkout-out.new-design .paynet-opt .pay-method p {
    display: block;
  } */

  .checkout-out.new-design .paynet-opt {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-out.new-design .paynet-opt .pay-method p {
    display: block;
  }

  .extra_info .m-none {
    display: none;
  }

  .extra_info {
    background-color: #f6f5f5;
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;

  }

  .checkout-out.new-design .paynet-opt {
    padding: 20px;
  }

  .extra_info p.d-none {
    text-align: center;
    padding: 0px;
    font-size: 11px;
    color: gray;
    margin: 0 auto;
    display: block !important;
  }

  .extra_info .left-image {
    text-align: left;
    margin: 0 auto;
    padding: 10px;
  }

  .extra_info .custom-control {
    padding: 5px 0px;
  }

  .oi-index {
    margin-right: 15px;
    margin-top: -4px;
  }

  .order-deail-item {
    padding: 20px 20px;
    justify-content: start;
  }

  .checkout-out.new-design .quiz-amount .amount-row p {
    font-size: 16px;
    line-height: 20px;
  }

  .checkout-out.new-design .quiz-amount {
    padding-left: 20px;
    padding-right: 20px;
    align-items: start;
  }

  .checkout-out.new-design .quiz-amount .amount-row p {
    font-weight: normal;
    padding-bottom: 10px;
  }

  .checkout-out.new-design .quiz-amount .amount-row:last-child p {
    padding-bottom: 0;
  }

  .checkout-out.new-design .quiz-amount::before {
    height: 10px;
    top: -11px;
  }

  .checkout-out.new-design .order-total h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
  }

  .checkout-out.new-design .order-cont .order-total .ttl-hdr {
    margin-bottom: 0;
  }

  .checkout-out.new-design .order-cont .order-total {
    flex-direction: row;
    align-items: center;
    padding: 18px 20px;
  }

  .checkout-out.new-design .order-total .ttl-hdr.right h4 {
    font-size: 28px;
    line-height: normal;
    font-family: 'montserratsemibold';
  }

}

@media only screen and (max-width: 360px) {
  .checkout-out.new-design .quiz-amount .amount-row p {
    font-size: 14px;
  }

  .checkout-out.new-design .pay-btn .orange-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-out.new-design .paynet-opt {
    padding: 24px 15px;
  }

  .checkout-out.new-design .quiz-amount {
    padding-left: 15px;
    padding-right: 15px;

  }

  form.payment-complete.new-design .order-deails .oi-info h5 {
    font-size: 20px;
    line-height: 28px;
  }
}


/**************************
Offer Page New Design
***************************/

form.payment-complete.new-design .order-deails .order-deail-item {
  background-color: rgba(242, 248, 253, 1);
  border: 1px solid rgba(196, 222, 243, 1);
  border-radius: 24px;
  padding: 11px 25px;
}

form.payment-complete.new-design .order-deails .oi-info h5 {
  font-size: 24px;
  line-height: 32px;
  color: rgba(27, 64, 98, 1);
  font-family: 'montserratregular';
  font-weight: normal;
}

form.payment-complete.new-design .order-deails .order-deail-item .oi-img {
  flex: 0 0 50%;
}

form.payment-complete.new-design .order-deails .order-deail-item .oi-info {
  flex: 0 0 50%;
}

form.payment-complete.new-design .choose-offers #charge-button {
  font-size: 20px;
  line-height: 24px;
  max-width: 351px;
  box-shadow: 0px 2.66667px 2.66667px rgba(50, 50, 71, 0.06), 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
  border-radius: 0px 24px;
}

form.payment-complete.new-design .order-deails .order-deail-item .oi-info p {
  color: rgba(25, 73, 115, 1);
  font-size: 12px;
  line-height: 20px;
}

form.payment-complete.new-design .order-deails .order-deail-item .oi-img img {
  width: 240px;
  height: auto;
}

form.payment-complete.new-design .order-deails .oi-info h5 strong {
  font-family: 'montserratbold';
}

.choose-offers form.payment-complete.new-design #charge-button {
  font-size: 20px;
  line-height: 24px;
  max-width: 351px;
  box-shadow: 0px 2.66667px 2.66667px rgba(50, 50, 71, 0.06), 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
  border-radius: 0px 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.choose-offers form.payment-complete.new-design span {
  font-size: 15px;
  line-height: 24px;
}

@media only screen and (max-width:991px) {
  form.payment-complete.new-design .conform-result {
    display: flex;
    flex-direction: column;
  }

  form.payment-complete.new-design .conform-result span {
    order: 1;
  }

  form.payment-complete.new-design .conform-result .skip-btn {
    order: 3;
  }

  .choose-offers form.payment-complete.new-design #charge-button {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  form.payment-complete.new-design {
    margin-top: 0;
  }

  form.payment-complete.new-design .order-deails .order-deail-item {
    flex-direction: column-reverse;
    padding: 24px 24px 10px 24px;
  }

  form.payment-complete.new-design .order-deails .order-deail-item h5 {
    display: block;
    padding-bottom: 5px;
  }

  form.payment-complete.new-design .order-deails .order-deail-item .oi-info {
    padding-left: 0;
    flex: 0 0 100%;
  }

  form.payment-complete.new-design .order-deails .order-deail-item .oi-img {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    padding-top: 15px;
  }

  form.payment-complete.new-design .order-deails .order-deail-item .oi-img img {
    /*width: 100%;*/
    margin: 0 auto;
  }

  form.payment-complete.new-design .order-deails .order-deail-item .oi-info p {
    padding-bottom: 10px;
  }

  .choose-offers form.payment-complete.new-design span {
    max-width: 100%;
    font-size: 10px;
    line-height: 14px;
  }

  form.payment-complete.new-design .skip-btn {
    font-size: 18px;
    line-height: 24px;
    color: rgba(53, 87, 193, 1);
    margin-top: 0;
  }

  form.payment-complete.new-design .skip-btn {
    margin-top: 5px;
  }

  .choose-offers form.payment-complete.new-design #charge-button {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

}

@media only screen and (max-width:374px) {
  .choose-offers form.payment-complete.new-design #charge-button {
    font-size: 16px;

  }
}


/* preloader */

@media screen and (max-height: 870px) and (orientation:landscape) {
  .progress-title {
    font-size: 22px;
    margin-bottom: 10px
  }

  .progress-footer {
    margin-top: 15px !important;
    margin-bottom: 10px
  }

  .progress-footer span.number strong {
    font-size: 14px;
    font-family: 'montserratbold'
  }

  .progress-card {
    max-width: 410px;
    padding: 20px 25px;
    min-height: unset;

  }

  .progress-card .reviews-under-results .testinomial-section .box {
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 12px !important;
    margin-right: 8px !important;
    box-shadow: 1px 1px 11px 0px #d9e4efc7
  }

  .reviewsec-slider.testinomial-section .container-custom {
    max-width: 100%
  }

  .progress-title {
    font-size: 22px;
    margin-bottom: 10px
  }

  #my-progress-text {
    font-size: 26px;
    line-height: normal
  }

  .progress {
    height: 1rem;
    margin-top: 10px !important
  }

  .progress-list {
    margin-top: 15px;
    padding: 12px 16px
  }

  .progress-list p {
    font-size: 16px;
    margin: 0
  }

  .progress-footer {
    padding: 0;
    margin: 20px 0 15px !important
  }

  .progress-card .testinomial-section .client-info {
    padding-top: 15px
  }

  .progress-card .testinomial-section .box .rating img {
    height: 15px
  }

  .progress-card .testinomial-section .text-wrapper p {
    text-align: left
  }

  .progress-card .testinomial-section .box {
    padding: 15px 25px
  }

  .progress-footer span.number {
    font-size: 14px
  }
}


@media screen and (max-height: 680px) and (orientation:landscape) {
  .progress-card .reviews-under-results .testinomial-section .box {
    padding-left: 15px;
    padding-right: 15px
  }

  .progress-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    margin: 10px auto;
    transform: scale(0.8);
  }



  .progress {
    height: .6rem
  }

  .progress-title {
    font-size: 20px;
    line-height: normal
  }

  #my-progress-text {
    font-size: 22px
  }
}

/* @media screen and (max-height: 900px) and (orientation: landscape) {
      .progress-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .progress-footer {
      margin-top: 15px !important;
      margin-bottom: 10px;
  }

}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .progress-card .reviews-under-results .testinomial-section .box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .progress-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
  }

  .progress {
    height: 0.6rem;
  }

  .progress-title {
    font-size: 20px;
    line-height: normal;
  }

  #my-progress-text {
    font-size: 22px;
  }

} */


/*************New Modal 24 April 2025********************/
.new-modal.modal .modal-dialog {
  border-radius: 0;
}

.new-modal.modal .modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
}

.new-modal.modal .modal-dialog {
  max-width: 540px;
}

.new-modal.modal .modal-content .modal-body {
  max-width: 505px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 52px;
}

.new-modal.modal .modal-content .modal-body img {
  width: 200px;
  height: auto;
}

.new-modal.modal .modal-content .modal-body h4 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #032235;
  padding-top: 30px;
  padding-bottom: 10px;
}

.new-modal.modal .modal-content .modal-body h4 span {
  color: #ff7f00;
}

.new-modal.modal .modal-content .modal-body p {
  font-size: 16px;
  line-height: 32px;
  color: #10405d;
}

.new-modal.modal .modal-footer {
  justify-content: center;
  border: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}

.new-modal.modal .modal-footer .blue-btn {
  box-shadow: 0px 2.66667px 2.66667px rgba(50, 50, 71, 0.06), 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
  border-radius: 0px 24px;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  padding: 18px 25px;
  max-width: 476px;
}

.new-modal.modal:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(40px);
}

.new-modal.modal .modal-footer .blue-btn:hover {
  background-color: #ff7f00;
}

@media only screen and (max-width: 991px) {
  .new-modal.modal .modal-content .modal-body img {
    width: 160px;
    height: auto;
  }

  .new-modal.modal .modal-content .modal-body h4 {
    font-size: 20px;
    line-height: 29px;
    padding: 10px 0;
  }

  .new-modal.modal .modal-dialog {
    max-width: 345px;
    margin: 0 auto;
  }

  .new-modal.modal .modal-content .modal-body p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .new-modal.modal .modal-footer .blue-btn {
    font-size: 18px;
  }

  .new-modal.modal .modal-footer {
    padding-bottom: 25px;
  }

  .new-modal.modal .modal-content .modal-body {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .new-modal.modal {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 360px) {
  .new-modal.modal .modal-content .modal-body {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .new-modal.modal .modal-dialog {
    max-width: 300px;
  }

  .new-modal.modal .modal-footer .blue-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
}


.pay-btn.bottom-pay-btn {
  padding-bottom: 30px;
}

.pay-btn.bottom-pay-btn {
  margin-bottom: 0;
}

.pay-btn.bottom-pay-btn a {
  margin-bottom: 0;
}

.page-template-home .iq-navbar {
  z-index: 1 !important;
}

/************New popup before quiz page ****************/


.iq-modal-style.startque .modal-content {
  border-radius: 0;
  box-shadow: none;
}


.iq-modal-style.startque .image_block {
  max-width: 416px;
  margin-bottom: 0;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
}

.iq-modal-style.startque .image_block img {
  height: auto;
  width: 100%;
  display: inline-block;
}

.iq-modal-style.startque ul.check-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px 0;
}

.iq-modal-style.startque ul.check-list li {
  font-size: 16px;
  line-height: 28px;
  font-family: 'montserratmedium';
  color: #1B4062;
  margin-bottom: 12px;
  background: url('../images/icon-tick.svg') no-repeat left top 5px;
  padding-left: 30px;
}

.iq-modal-style.startque .iq-full-button .btn {
  position: relative;
  font-family: 'montserratbold';
  font-weight: normal;
  font-size: 20px;
  color: #12283F;
  background-color: #ff8811;
  padding: 11px 30px;
  border: none;
  transition: all 0.5s;
  display: inline-block;
  line-height: 35px;
  box-shadow: 0px 2.66667px 2.66667px rgba(50, 50, 71, 0.06), 0px 2.66667px 5.33333px rgba(50, 50, 71, 0.06);
  border-radius: 0px 24px;
  /* line-height: normal; */
  /* margin-left: 0; */
}

.iq-modal-style.startque .btn-arrow::after {
  position: relative;
  right: 0;
  /* top: 50%; */
  transform: translateY(14%);
  background-image: url('../images/icon-btn-arrow-navy.svg');
  min-width: 15px;
  min-height: 15px;
  background-size: 14px;
}

.iq-modal-style.startque .modal-body h3 {
  font-weight: normal;
  margin-bottom: 25px;
}

.iq-modal-style.startque ul.check-list li:before {
  content: '';
  position: absolute;
}

.iq-modal-style.startque .modal-body {
  padding: 32px;
}

.page-template-start-page .iq-modal-style.startque .modal-body {
  padding: 31px;
}

.iq-modal-style.startque .image_block img {
  object-fit: cover;
  max-width: 235px;
  height: auto;
  margin-left: -20px;
}

.iq-modal-style.startque .iq-full-button .btn:hover {
  background-color: #12283F;
  border-color: #12283F;
  color: #fff;
}

.iq-modal-style.startque .iq-full-button .btn-arrow:hover::after {
  transform: translate(55%, 35%) rotate(45deg);
  background-image: url('../images/icon-btn-arrow.svg');
}


.iq-modal-style.startque .image_block img.mobile-img {
  display: none;
}

.iq-modal-style.startque ul.check-list li strong {
  font-weight: normal;
}


.iq-modal-style.startque .image_block .animated-img .img-box img {
  background-color: #D9E1E7;
  border-radius: 12px;
  width: 72px;
  height: 72px;
  padding: 15px;
  border: 2px solid #BFD5E2;
  margin: 5px 3px;
  animation: borderHighlight 8s infinite;
  transition: 0.5s;
}


.iq-modal-style.startque .image_block .animated-img {
  display: inline-block;
}


.iq-modal-style.startque .image_block .animated-img .img-box img:nth-of-type(1) {
  animation-delay: 0s;
}

.iq-modal-style.startque .image_block .animated-img .img-box img:nth-of-type(2) {
  animation-delay: 2s;
}

.iq-modal-style.startque .image_block .animated-img .img-box img:nth-of-type(3) {
  animation-delay: 4s;
}

.iq-modal-style.startque .image_block .animated-img .img-box img:nth-of-type(4) {
  animation-delay: 6s;
}

@keyframes borderHighlight {

  0%,
  100% {
    border-color: #10405D;
  }

  25%,
  75% {
    border-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .iq-modal-style.startque .image_block img.mobile-img {
    display: block;
  }

  .iq-modal-style.startque .image_block img.desktop-img {
    display: none;
  }

  .iq-modal-style.startque .image_block img {
    margin-left: 0;
  }

  .iq-modal-style.startque .modal-body {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
  }

  .iq-modal-style.startque .image_block {
    order: 2;
    margin: 0 0 8px 0;
    flex-direction: column;
  }

  .iq-modal-style.startque .modal-body h3 {
    order: 1;
    margin-bottom: 0;
  }

  .iq-modal-style.startque ul.check-list {
    order: 3;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .iq-modal-style.startque .modal-body .iq-full-button {
    order: 4;
  }

  .iq-modal-style.startque ul.check-list li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    background: url('../images/icon-circle.svg') no-repeat left top 6px;
    padding-left: 18px;
  }

  .iq-modal-style.startque .iq-full-button .btn {
    color: #fff;
    font-family: 'montserratsemibold';
  }

  .iq-modal-style.startque .btn-arrow::after {
    background-image: url('../images/icon-btn-arrow.svg');
    transform: translateY(-52%);
  }

  .iq-modal-style.startque .iq-full-button .btn-arrow:hover::after {
    transform: translate(50%, -35%) rotate(45deg);
  }

  .iq-modal-style.startque ul.check-list li strong {
    font-weight: bolder;
  }


  .iq-modal-style.startque .image_block .animated-img .img-box img {
    width: 44px;
    height: 44px;
    padding: 5px;
    margin: 0 6px;
  }

  .iq-modal-style.startque .image_block .animated-img {
    margin-top: -15px;
  }
}

/************New popup before quiz page ****************/


/***************Quiz New Design**************************/
.challange-cont-new #quiz-main .number-wrap {
  width: 100%;
  text-align: left;
  max-width: 85%;
  margin: 0 auto;
  position: unset;
}



.challange-cont-new .countdown {
  font-size: 24px;
  width: 70px;
}

.challange-cont-new .iq-counter img {
  margin-right: 4px;
}

.challange-cont-new .iq-header h4 {
  font-family: 'montserratregular';
  font-weight: normal;
  font-size: 20px;
  padding: 0 15px;
  width: calc(100% - 48px);
}


.challange-cont-new .iq-header #progress-container {
  height: 16px;
  border-radius: 12px;
  border: 1px solid #FFDCBA;
  margin-left: 20px;
  display: flex;
  align-items: center;
  padding: 1px 1.5px;
  transition: 0.5s;
  width: 315px !important;
  max-width: 315px;
}

.challange-cont-new .iq-header #progress-container #progress-que {
  background: #FF7F00;
  border-radius: 12px;
  transition: 0.5s;
}

.challange-cont-new .iq-header .iq-notification div {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 20px rgba(145, 168, 191, 0.4);
  justify-content: center;
}

.challange-cont-new .iq-header {
  position: relative;
  padding: 22px 24px;
}

.challange-cont-new .iq-notification h4,
.challange-cont-new .iq-notification h4 p {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-family: 'montserratbold';
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.challange-cont-new .iq-header .process-wrapper h4.question_sequence span.current {
  width: auto;
  display: inline-block;
  min-width: 25px;
}


.challange-cont-new .iq-header h4 {
  width: 100%;
  text-align: center;
}

.challange-cont-new .iq-notification h4 p {
  width: auto;
  display: block;
}

.challange-cont-new .iq-notification h4 p br {
  display: none;
}

.challange-cont-new .iq-notification h4 span {
  color: #FF7F00;
}

.challange-cont-new .page-main .page-inner-link {
  font-size: 14px;
  margin: 4px 3px;
  color: #000 !important;
  border-radius: 12px;
  background-color: #fff !important;
  border: 0;
  height: 44px;
  width: 44px;
  line-height: normal;
}

.challange-cont-new .page-main .of-text.page-inner-link {
  background-color: #F8F8F8;
  pointer-events: none;
  color: #10405D;
  opacity: 0.5;
}

.challange-cont-new .page-main .page-inner-link:hover,
.challange-cont-new .page-main .page-inner-link.active {
  background-color: #FF7F00 !important;
  text-decoration: none;
}

.challange-cont-new .skip-btn {
  width: auto;
  padding-right: 0;
}

.challange-cont-new .skip-btn .orange-btn {
  border: 2px solid #10405D;
  border-radius: 0px 24px;
  background-color: transparent;
  font-size: 20px;
  line-height: 24px;
  color: #12283F;
  padding: 10px 34px;
}

.challange-cont-new #quiz-main .page-main {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
}

.challange-cont-new .iq-header .process-wrapper {
  display: flex;
  align-items: center;
  width: 66.2%;
}

.challange-cont-new .iq-header h4 span {
  font-family: 'montserratbold';
}

.challange-cont-new .iq-notification h4 img {
  height: 48px;
  width: 48px;
  margin-right: 15px;
}

.challange-cont-new .iq-header .process-wrapper h4.question_sequence {
  width: auto;
  padding: 0;
}

.challange-cont-new .skip-btn .submit-quiz {
  background-color: #4CAF50;
  color: #fff;
  padding: 15px 30px;
  border: 0;
}

.challange-cont-new #quiz-main .page-main .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  max-width: 100%;
  margin: 0 auto;
  right: 0;
}

.challange-cont-new #quiz-main .page-main .owl-nav button {
  font-size: 28px;
  margin: 4px 3px;
  color: #000 !important;
  border-radius: 12px;
  background-color: #fff !important;
  border: 0;
  height: 44px;
  width: 44px;
  line-height: normal;
  outline: none;
  background-position: center;
  background-size: 9px;
  background-repeat: no-repeat;
}

.challange-cont-new #quiz-main .number-wrap .owl-stage-outer {
  z-index: 1;
}


.challange-cont-new #quiz-main .page-main .owl-nav button.owl-next {
  background-image: url('/wp-content/themes/test_iq/images/icon-arrow-right-orange.svg');
}

.challange-cont-new #quiz-main .page-main .owl-nav button.owl-prev {
  background-image: url('/wp-content/themes/test_iq/images/icon-arrow-left-orange.svg');
  left: -5px;
  position: relative;
}

.challange-cont-new #quiz-main .page-main .owl-nav button.disabled {
  opacity: 0.5;
  filter: invert(0%) sepia(0%) saturate(50%) hue-rotate(181deg) brightness(100%) contrast(100%);
  cursor: not-allowed;
}

.challange-cont-new #quiz-main .page-main .owl-nav button span {
  display: none;
}

.challange-cont-new #quiz-main .page-main .slider-wrapper {
  /* width: calc(100% - 215px); */
  width: 78%;
  margin-right: 25px;
  position: relative;
  /* text-align: left; */
}

.challange-cont-new .iq-header .iq-counter {
  z-index: 0 !important;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.challange-cont-new .option img {
  box-shadow: 16px 16px 82px 0px rgba(161, 174, 187, .32);
  border: 1px solid rgba(208, 217, 223, 1);
  background-color: #bbd2e054;
  padding: 8px;
  border-radius: 16px;
  max-width: 80px;
  transition: 0.5s;
}

.challange-cont-new .option:hover img {
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .challange-cont-new .skip-btn .orange-btn {
    padding: 10px 23px;
    font-size: 16px;
    line-height: normal;
  }

  .challange-cont-new .skip-btn {
    padding-right: 0;
  }

  .challange-cont-new #quiz-main .page-main .slider-wrapper {
    width: calc(100% - 215px);
  }
}

@media only screen and (max-width: 991px) {
  .challange-cont-new #quiz-main .page-main {
    flex-direction: column;
  }

  .challange-cont-new #quiz-main .number-wrap {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 15px;
  }

  .challange-cont-new .skip-btn {
    width: 100%;
  }


  .challange-cont-new .iq-notification h4,
  .challange-cont-new .iq-notification h4 p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .challange-cont-new .iq-notification h4 img {
    height: 40px;
    width: 40px;
    margin-right: 7px;
  }


  .challange-cont-new .iq-header {
    padding: 12px 16px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: start;
  }

  .challange-cont-new .question-main {
    margin-bottom: 11px;
  }

  .challange-cont-new #quiz-main .page-main {
    flex-direction: column;
  }

  .challange-cont-new .skip-btn .orange-btn {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 5px;
  }

  .challange-cont-new .iq-header .process-wrapper {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }

  .challange-cont-new .iq-header #progress-container {
    width: 100% !important;
    margin-left: 0;
    max-width: 100%;
  }

  .challange-cont-new .iq-header .process-wrapper h4.question_sequence {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 4px;
  }

  .challange-cont-new .iq-header .iq-counter {
    position: absolute;
    right: 18px;
  }

  .challange-cont-new .countdown {
    font-size: 14px;
    line-height: normal;
    width: 35px;
  }

  .challange-cont-new .iq-counter img {
    max-width: 16px;
  }

  .challange-cont-new .iq-header .process-wrapper h4.question_sequence span.current {
    min-width: 20px;
  }

  .challange-cont-new #quiz-main .page-main .owl-nav {
    max-width: 100%;
  }

  .challange-cont-new #quiz-main .page-main .slider-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .challange-cont-new .quiz-main-inner {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .challange-cont-new .option span {
    margin-right: 10px;
  }

  .challange-cont-new .question-main img {
    max-width: 300px;
    max-width: 75% !important;
  }

  .challange-cont-new .option-main {
    min-height: 220px !important;
    justify-content: center;
    align-items: start;

  }

  .challange-cont-new .option img {
    max-width: 70%;
    box-shadow: 16px 16px 82px 0px rgba(161, 174, 187, 0.32);
    border: 1px solid rgba(208, 217, 223, 1);
    padding: 8px;
    border-radius: 16px;
    margin-right: 8px;
    background-color: #bbd2e054;
    border-radius: 16px;
  }

  .challange-cont-new .option-main .option {
    align-items: flex-start;
    padding: 10px;
  }

  .challange-cont-new .option-main {
    padding: 25px;
  }

  .challange-cont-new .question-main img {
    /* background-color: #bbd2e054;
        box-shadow: 0px 4px 40px 0px rgb(182 201 215 / 60%); */
    border-radius: 10px;
    padding: 10px;
  }

  .challange-cont-new .question-title,
  .question-main span {
    font-size: 16px;
    font-weight: 400;
    border: none;
    justify-content: center;
  }

  .challange-cont-new #quiz-main .page-main.quiz_footer {
    flex-direction: column-reverse;
  }

  .challange-cont-new #quiz-main .page-main.quiz_footer .orange-btn.submit-quiz {
    margin-bottom: 12px;
  }



  .challange-cont-new #quiz-main .number-wrap {
    max-width: 235px;
  }


}

@media (max-width: 767px) {

  .iq-header h1.question_sequence {
    width: 60%;
    text-align: left;
  }

  .iq-header .iq-counter {
    width: 35%;
    text-align: right;
    justify-content: end;
  }
}


/*****************************/