@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: '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.png');
  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.skip-question {
  font-size: 25px;
  padding: 18px 44px;
  background-color: #4CAF50;
  color: #fff;

}

.orange-btn.submit-quiz {
  /*display:none;*/
  background-color: #4CAF50;
  color: #fff;
  font-size: 22px;
  padding: 15px 40px;

}

.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 8px;
}

.iq-navbar .dropdown-menu .nav-link,
.iq-navbar .nav-item>.nav-link {
  font-family: 'montserratsemibold';
  font-size: 16px;
  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;
}

/* hide footer in quiz page */
.page-template-quiz footer {
  display: none;
}

/* hide footer in quiz page */


.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 {
  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: 15px;
  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%);
}

.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 a {
  font-size: 17px;
  padding: 23px 32px;
}

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

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

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

.page-content h5 {
  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 {
  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 {
  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;
  opacity: 0.2;
  pointer-events: none
}

.quiz-main-inner.active {
  opacity: 1;
  pointer-events: all;
}

.email-collection-main p.pl-3.text-left {
  padding: 10px;
}

.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(50% - 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 50%;
  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: 16px;
  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;
  margin-bottom: 60px;
}

.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;
}

.page-template-quiz-checkout .ty-top-blue p {
  font-size: 22px;
}


.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 {
  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: 120px;
}

.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;
}
.reg_pay_btn .pay-btn {
  align-items: flex-end!important;
  width: 42% !important;
}

.pay-btn .orange-btn {
  margin-bottom: 15px;
}

/*check out page end*/

/*Thankyou page start*/

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

.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: 15px 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%;
}

/* 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;
}

.option-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.option-A {
  width: 65px;
  height: 65px;
  border: 4px solid #0070c0;
}

.option-A.selected,
.option-B.selected {
  background: #0070c0 url(../images/check_arrow.svg) no-repeat center !important;
  background-size: 35px !important;
}

.option-B:hover,
.option-A:hover {
  background: #0070c0 !important;
}

.option-B {
  width: 55px;
  height: 55px;
  border: 4px solid #0070c0;
}

.option-C {
  width: 45px;
  height: 45px;
  border: 4px solid #9b9faa;
}

.option-C.selected {
  background: #9b9faa url(../images/check_arrow.svg) no-repeat center !important;
  background-size: 20px !important;

}

.option-C:hover {
  background: #9b9faa !important;
}

.option-D {
  border: 4px solid #33a474;
  width: 55px;
  height: 55px;
}

.option-E {
  width: 65px;
  height: 65px;
  border: 4px solid #33a474;
}

.option-D.selected,
.option-E.selected {
  background: #33a474 url(../images/check_arrow.svg) no-repeat center !important;
  background-size: 35px !important;
}

.option-D:hover,
.option-E:hover {
  background: #33a474 !important;
}

.quiz-main-inner .option-main {
  box-shadow: none;
  background: transparent;
  border: 0;
}

.quiz-main-inner {
  border-bottom: 1px solid #dddfe2;
  padding-bottom: 33px;
}

.quiz-main-inner .question-title {
  border-bottom: 0;
}


.option-main .option {
  border-radius: 50%;
  transition: none;
  font-size: 16px;
  max-width: 25% !important;

}

.option-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.option-disagree,
.option-agree {
  width: 12%;
}

.option-disagree label {
  color: #0070c0;
  font-size: 18px;
}

.option-disagree:hover,
.option-agree:hover {
  background: transparent !important;
}

.option-agree label {
  color: #33a474;
  font-size: 18px;
}

.quiz-main-inner.active {
  background-color: #f9f7f7;
}

.quiz-main-inner .option-main .option-nav {
  display: none;
}

.order-checkout .order-deails {
  background: #f6f5f5 !important;
  padding: 36px;
  border-bottom: 1px solid #cccc;
  text-align: center;
}

.order-checkout .order-deails h3 {
  margin-bottom: 30px;
}

.order-checkout .order-deails p {
  max-width: 719px;
  margin: 40px auto 0;
}


.order-checkout .order-deails .see_more {
  display: block;
  text-align: center;
  width: 100%;
  color: #164488;
  text-decoration: underline;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.order-checkout img {
  max-width: 552px;
  display: block;
  margin: 0 auto;
}

.page-template-quiz-payment div#IQpaymentModal {
  padding-top: 35px;
}

.page-template-quiz-payment #IQpaymentModal .close {
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 5px;
}

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

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

/* 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%;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

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;
}

footer .footer-new .footer-content .footer-links .menu li ul.children {
  display: none;
}

footer .footer-new .footer-content .footer-links .menu li {
  display: block;
}

footer .footer-new .footer-content .footer-links b {
  display: block;
}

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

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

/* Header & Footer New */

/*****Language DropDown****************************/
.lang-dropdown {
  margin: 0 7px;
  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;
}

.checkout-out.new-design .oi-img img {
  max-width: 190px;
}

.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;
}

.main-iq-1 .payment-methods div.sub_desc p {
  color: #131313;
}

.main-iq-1 .payment-methods div.sub_desc p a {
  color: #131313;
}

html[lang="ko-KR"] .main-iq-1 .payment-methods div.sub_desc p {
  color: #5555558f;
}

html[lang="ko-KR"] .main-iq-1 .payment-methods div.sub_desc p a {
  color: #5555558f;
}


.checkout-out.new-design .pay-btn.lastone {
  width: 25%;
}

.checkout-out.new-design .pay-btn a.orange-btn {
  width: 100%;
  justify-content: center;
  color: #000;
  text-align: center;
}

.support_box {
  padding-bottom: 35px;
}

.iqpro_offer_section {
  border-top: 1px solid #0b4063;
}

.checkout-out.new-design .pay-btn.lastone {
  margin: 0 auto;
}

.page-template-quiz-payment #IQpaymentModal .close {
  outline: none;
}

.checkout-out.new-design .paynet-opt .pay-btn {
  width: 20%;
}

html[lang="en-US"] .main-iq-1 .checkout-out.new-design .paynet-opt .pay-btn {
  width: auto;
}

.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;
}

.home .page-section {
  padding: 0;
  background: 0 0;
  .iq-navbar .nav-item
}

/* QUIZ PAGE */
body.page-id-52 header,
body.page-id-52.main-iq-1 header,
body.page-id-52.main-iq-1 footer,
html[lang="ko-KR"] body.page-id-213836.main-iq-1 header {
  display: none;
}

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

/* CHECKOUT PAGE */
body.page-id-363 header,
body.page-id-363.main-iq-1 header,
html[lang="ko-KR"] body.page-id-213832.main-iq-1 header {
  display: none;
}

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

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

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

/*02-02-2026*/


.reg_pay_btn .pay-btn .orange-btn {
  max-width: 300px;
}
.reg_pay_btn .pay-btn .disclaimer_text.disclaimer_text_main {
  font-size: 14px !important;
  line-height: 24px;
  position: relative;
  padding-left: 25px !important;
  padding-bottom: 20px !important;
  margin-right: 0px !important;
  padding-right: 0px!important;
}
.reg_pay_btn .pay-btn .disclaimer_text.disclaimer_text_main input {
  line-height: normal;
  position: absolute;
  left: 0;
  top: 6px;
}
.pay-btn.lastone {
    display: none;
}

@media(max-width:991px) {
  .price-section .info-blocks {
    grid-template-columns: repeat(2, 1fr)
  }
  .reg_pay_btn .pay-btn{
  	width: 100%!important;
  	align-items: center!important;
  }
  .pay-btn.lastone {
    display: flex;
  }
}

@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;
  }

  html[lang="en-US"] .main-iq-1 .checkout-out.new-design .paynet-opt .pay-btn {
    width: 100%;
  }

  /* .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;
  } */


}



/* Large desktops and laptops */
@media (min-width: 1200px) {}

@media (min-width: 1199px) and (max-width: 1366px) {
  .iq-header {
    padding: 15 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;
  }

  .btn-white {
    padding: 11px 10px;
    margin: 0px 1rem;
  }

  header .orange-btn {
    padding: 11px 10px;
  }
}

/* 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 (max-width: 991px) {
  .express-checkout-wrapper #gpay_btn button {
    width: 100%;
  }

  /* Language Dropdown Mobile */
  .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;
  }

  /* New Footer Work */
  footer .footer-new .footer-content .footer-links {
    width: 50%;
    max-width: 250px;
    margin-bottom: 20px;
  }

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

  /* New Footer Work */

  .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;
  }

  .option-parent {
    justify-content: space-between;
  }

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

  .overlay-menu .btn-white {
    font-size: 14px;
    padding: 8px 10px;
    margin-right: 0 !important;
  }


  .overlay-menu .orange-btn,
  .overlay-menu .btn-white {
    width: 45%;
    margin-left: 0;
  }
   .paynet-opt{
   	flex-direction: column;
   }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .lastone a {
    width: auto !important;
  }

  .page-template-quiz-checkout .ty-top-blue p {
    font-size: 14px;
  }

  .quiz-main-inner .option-main .option-parent .option-agree {
    display: none;
  }

  .quiz-main-inner .option-main .option-parent .option-disagree {
    display: none;
  }

  .order-checkout img {
    max-width: 100%;
  }

  .order-checkout .order-deails p {
    margin: 30px auto 0;
  }

  .order-checkout .order-deails h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .order-checkout .order-deails .see_more {
    margin-top: -30px;
  }

  .quiz-main-inner .option-main .option-nav {
    display: flex;
    margin-top: 20px;
  }

  .quiz-main-inner .option-main .option-nav .option-agree {
    text-align: center;
    max-width: 101px !important;
    padding: 0;
  }

  .quiz-main-inner .option-main .option-nav .option-disagree {
    text-align: center;
    max-width: 91px !important;
    padding: 0;
  }

  .option-agree label,
  .option-disagree label {
    font-size: 14px;
  }


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

  .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 {
    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%;
  }

  .option-parent {
    flex-wrap: wrap;
  }

  .option.option-disagree {
    display: block;
    width: 100%;
    max-width: 100% !important;
  }

  .option.option-agree {
    max-width: 100% !important;
    display: block;
    width: 100%;
  }

  .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;
  }

  .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 {
    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;
  }

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

  .question-main img {
    max-width: 300px;
  }

  .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);
  }

  .iq-header .quiz-progress {
    width: 91%;
  }

  .iq-header h4 {
    font-size: 13px;
    position: absolute;
    right: 20px;
  }

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


  footer .footer-new .footer-content {
    justify-content: center;
  }

  footer .footer-new .footer-content .footer-links {
    width: 100%;
    text-align: center;
  }

  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: 0;
  }

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

  footer .footer-new .footer-content .footer-links b {
    font-size: 16px;
    line-height: normal;
  }

  footer .footer-new .footer-content .footer-links .menu ul {
    padding: 0;
  }

  .checkout-out.new-design .pay-btn.lastone {
    width: auto;
    align-items: normal;
    padding: 0 20px;
  }

  .back-top-btn {
    bottom: 8px;
  }
}

@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;
  }

  .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%;
  }

  .iq-header .quiz-progress {
    width: 91%;
  }

  .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;
  }
  .pprice .price.sub_txt {
   font-size: 16px !important;
   text-align: left;
  }

}

.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: 14px;
    padding: 10px 10px;
    width: 50%;
  }

  .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 .price.sub_txt p{
  	font-size: 10px!important;
  	line-height: normal !important;
  }
  .pprice .price.sub_txt {
   font-size: 12px !important;
  } 

}

@media (max-width: 400px) {
  .sec-cont.challange-cont p {
    font-size: 12px;
  }

  .main-iq-1 .pprice span.price {
    font-size: 13px;
  }

  .page-template-offer .choose-offers {
    padding: 10px 0;
  }
  
}

.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: #000000f7;
  /* 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;
}

.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;
}

.pprice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links .menu-item {
  display: inline-block;
}

.footer-links .menu-item:not(:last-child) {
  margin-right: 0.5rem;
}

/****/

.option-main {
  flex: 0 0 100%;
}

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

.question-title,
.question-main span {
  display: block;
  text-align: center;
}

.option-main .option {

  -ms-flex: 0 0 calc(25% - 30px);
  flex: unset;
  max-width: calc(25% - 30px);
}

.question-title,
.question-main span {
  font-size: 20px;
}

.quiz-main-inner.active .question-title {
  font-size: 26px;
}

.option-main .option {
  font-size: 14px;
  padding: 8px;
}

/*.quiz-main-inner.inactive {
  opacity: 0.3;
}*/

.iq-header .quiz-progress {
  width: 94%;
}
.pprice .price.sub_txt p{
	text-align: left;
	margin: 0px;
}

@media(max-width: 991px) {
  .option-main .option {
    max-width: calc(50% - 30px);
  }

  .option-D:hover,
  .option-E:hover {
    background: #0070c0 url(../images/check_arrow.svg) no-repeat center !important;
    background-size: 30px !important;
  }

  .option-A:hover,
  .option-B:hover {
    background: #33a474 url(../images/check_arrow.svg) no-repeat center !important;
    background-size: 30px !important;
  }

  .option-C:hover {
    background: #9b9faa url(../images/check_arrow.svg) no-repeat center !important;
    background-size: 20px !important;
  }
}

@media (max-width: 580px) {
  .payment-sec .pmp {
    left: 0;
    top: 163px;
    width: 100%;
  }

  .option-A {
    width: 50px;
    height: 50px;

  }

  .quiz-main-inner .question-title {
    font-size: 24px;
    line-height: 32px;
  }

  .option-B {
    width: 45px;
    height: 45px;
  }

  .option-C {
    width: 35px;
    height: 35px;
  }

  .option-D {
    width: 45px;
    height: 45px;
  }

  .option-E {
    width: 50px;
    height: 50px;
  }


  .option-main .option {
    max-width: 100%;

    justify-content: flex-start;
  }


}



/*.iq-header .quiz-progress::-webkit-slider-runnable-track {
  background-color: #ff8811;
}*/

.iq-navbar .dropdown-menu .nav-link,
.iq-navbar .nav-item>.nav-link {
  font-weight: bolder;
}

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





/******************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: 500px;
  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;
  }
}

/********Offers Page***********/


.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
}

form.payment-complete {
  background-color: #fff;
  padding: 0 0 25px !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: 0
}


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;
  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;
  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 0
}


/* checkout page new desifn */
/*check out page start*/

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

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

.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;
}

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

/***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*/
/**************************
Checkout New Design
***************************/

.checkout-out.new-design .ty-top-blue {
  text-transform: uppercase;
}

.checkout-out.new-design .well-done-content {
  text-align: center;

}

.checkout-out.new-design .oi-img {
  margin-right: 20px;
}

.checkout-out.new-design .well-done-content strong {
  font-size: 17px;
  font-family: 'montserratbold';
  margin-bottom: 10px;
  display: block;
  line-height: 30px;
}

.checkout-out.new-design .well-done-content strong span {
  color: #FF7F00;

}

.checkout-out.new-design .order-cont .order-total:after {
  content: '';
  position: absolute;
  width: 95%;
  bottom: 0;
  display: block;
  background-color: rgba(161, 174, 187, 0.32);
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.checkout-out.new-design .heading {
  text-align: left !important;
  padding-bottom: 15px;
}

.checkout-out.new-design .heading p {
  font-weight: 500;
  font-size: 18px;
  color: #FF7F00;
  font-family: 'montserratsemibold';
}

.checkout-out.new-design .orange-btn.big {
  padding: 18px !important;
  color: rgba(18, 40, 63, 1);
  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;
}

.checkout-out.new-design .thankyou-sec .page-content {
  padding: 20px 0px;
}

.checkout-out.new-design .order-total {
  background-color: transparent !important;
}

.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 15px 24px;
  position: relative;
  border-top: 2px solid #e8e8e8;
  margin-top: 0;
}

.checkout-out.new-design .order-total h4 {
  font-size: 28px;
  color: #12283F;
}

.checkout-out.new-design .order-total h4.ttl-hdr {
  font-size: 20px;
  color: #12283F;
}


.checkout-out.new-design .order-total p {
  color: #194973;
  font-size: 16px;
  padding-left: 10px;
}

.checkout-out.new-design .pay-btn .orange-btn:hover {
  color: #fff;
}

/* .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: 24px;
  height: 24px;
  background-image: url('/wp-content/themes/test_iq/images/arrow-narrow-up-right.svg');
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  top: 5px;
  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% - 450px);
  padding-right: 25px;
}

.checkout-out.new-design .paynet-opt .pay-method p {
  padding-left: 0;
  font-size: 15px;
  line-height: 28px;
  color: rgba(25, 73, 115, 1);
}

.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: transparent;
  padding: 23px 24px 15px 24px;
}

.checkout-out.new-design .paynet-opt .custom-control.custom-radio {
  padding-left: 0;
}

.checkout-out.new-design .order-cont .order-deails .order-deail-item::after {
  content: '';
  position: absolute;
  width: 101%;
  left: -4px;
  right: 0;
  background: #ffffff;
  height: 10px;
  margin: 0 auto;
  bottom: -11px;
}

.checkout-out.new-design .order-cont .order-deails .order-deail-item {
  position: relative;
}

.checkout-out.new-design .order-cont .order-deails .order-deail-item .oi-index {
  margin-top: -60px;
}

.checkout-out.new-design .page-content.well-done-content {
  background-color: #ffffff;
  /* padding-bottom: 0; */
}

.checkout-out.new-design .thankyou-sec .page-content {
  background-color: #fff;
}

.checkout-out.new-design {
  background-color: #fff;
}

.checkout-out.new-design .page-content {
  padding-left: 0;
  padding-right: 0;
}

.checkout-out.new-design .order-cont .order-deails .order-deail-item:first-child {
  border-top: 0;
}

/* checkout page new design end */
/* Review for checkout new  */
.reviewsec-slider .box p::before {
  content: '';
  position: relative;
  display: table;
  width: 30px;
  height: 20px;
  background-image: url(/wp-content/themes/test_iq_bck/images/icon-comma.svg) !important;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.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 checkout new end */

@media (max-width: 991px) {
  .checkout-out.new-design .orange-btn.big {
    font-size: 14px;
  }

  .checkout-out.new-design .pay-btn .orange-btn::after {
    width: 15px;
    height: 15px;
  }

  .checkout-out.new-design .paynet-opt .pay-method {
    width: calc(100% - 300px);
  }
}

@media (max-width: 767px) {

  /* checkout new */
  .checkout-out.new-design .order-total h4 {
    font-size: 24px;
  }

  .checkout-out.new-design .order-total h4.ttl-hdr {
    font-size: 16px;
  }

  .checkout-out.new-design .well-done-content strong {
    font-size: 15px;
    font-family: 'montserratbold';
    line-height: 25px;
  }

  .checkout-out.new-design .oi-img {
    margin: 0 auto !important;
  }

  /* checkout new */
  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
  }

  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
  }

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


  .checkout-out.new-design .order-cont .order-deails .order-deail-item .oi-index {
    margin-top: 0;
    margin-right: 0;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: start;
  }

  .checkout-out.new-design .order-cont .order-deails .order-deail-item {
    align-items: start;
    background: rgba(246, 245, 245, 1);
    padding: 25px 20px;
  }

  .checkout-out.new-design .order-cont .order-deails .order-deail-item .oi-info.mobile {
    display: block;
    flex: 0 0 calc(100% - 18px);
  }

  .checkout-out.new-design .order-cont .order-deails .order-deail-item .oi-info.desktop {
    display: none;
  }

  .checkout-out.new-design .order-cont .order-deails .order-deail-item .oi-index h4 {
    font-size: 16px;
    line-height: 23px;
    width: 18px;
  }

  .checkout-out.new-design .order-cont .order-deails .order-deail-item .oi-index h5 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .checkout-out.new-design .order-cont .order-deails .order-deail-item .oi-index p {
    font-size: 13px;
    line-height: 24px;
    margin-left: -15px;
  }


  .checkout-out.new-design .page-content.well-done-content {
    background-color: #ffffff;
    padding-bottom: 15px;
  }

  .checkout-out.new-design .thankyou-sec .page-content {
    background-color: #fff;
  }

  .checkout-out.new-design {
    background-color: #fff;
  }



  .checkout-out.new-design .order-cont .order-deails .order-deail-item::after {
    left: -7px;
    width: 105%;
  }

  .checkout-out.new-design .order-cont .order-deails .order-deail-item .oi-index h5 span {
    width: 100%;
    display: inline-block;
  }

  .checkout-out.new-design .paynet-opt {
    padding: 15px 15px 15px 15px;
  }

  .checkout-out.new-design .paynet-opt .pay-btn {
    width: 100%;
  }

  .checkout-out.new-design .orange-btn.big {
    width: 100%;
    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;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .checkout-out.new-design .pay-btn .orange-btn::after {
    width: 19px;
    height: 19px;
  }

  .checkout-out.new-design .paynet-opt .pay-method {
    margin-bottom: 3px;
  }

  .checkout-out.new-design .ty-top-blue {
    margin: 0 0px;
    font-size: 14px;
  }

  .checkout-out.new-design .paynet-opt .pay-method {
    width: 100%;
    padding-right: 0;
  }


  .checkout-out.new-design .order-cont .order-total {
    flex-direction: row;
    padding: 24px 15px 15px 15px;
  }

  .checkout-out.new-design .order-cont .order-total .ttl-hdr {
    width: 65%;
    margin-bottom: 6px;
  }

  .checkout-out.new-design .order-cont .order-total h4 {
    width: 30%;
    text-align: right;
    /* font-size: 16px; */
    line-height: 23px;
  }

  .checkout-out.new-design .order-cont .order-total .ttl-hdr h4 {
    width: 100%;
    text-align: left;
    font-size: 16px;
  }

  .checkout-out.new-design .order-total p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 0px;
  }
}

.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;
}