@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: Montserrat-Regular;
  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: 'Montserrat-SemiBold';
  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: 'Montserrat-Bold';
  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: 'Montserrat-Regular';
  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: 'Montserrat-SemiBold';
  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: 'Montserrat-Bold';
  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;
}


@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.ttf');
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.ttf');
  font-style: normal;
  font-display: swap;
}


body {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: rgba(22, 24, 62, 1);
  background: #fff;
}

p {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 34px;
}

a {
  color: #094065;
}

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

h4,
h5 {
  font-family: 'Montserrat-SemiBold';
  font-weight: bolder;
  font-size: 24px;
  line-height: 34px;
  color: rgba(22, 24, 62, 1);
}

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


.white-btn:hover {
  background-color: rgba(22, 24, 62, 1);
  border-color: rgba(22, 24, 62, 1);
  color: #fff;
}

.orange-btn:hover {
  transition: all 0.5s;
  background-image: linear-gradient(274.45deg, #ff6234 -2.21%, #ff6234 99.87%);
}


.white-btn {
  /* box-shadow: 0px 10px 40px 0px rgba(255, 123, 84, 0.7); */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Montserrat-SemiBold';
  font-weight: 700;
  font-size: 18px;
  color: #ff6a37;
  padding: 18px 30px;
  line-height: 25px;
  border-radius: 12px;
  transition: all 0.5s;
  display: inline-block;
  background: #fff;
  border: 2px solid #ff6a37;
  text-align: center;
  min-width: 260px;
}

.orange-btn {
  /* box-shadow: 0px 10px 40px 0px rgba(255, 123, 84, 0.7); */
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
  font-family: 'Montserrat-SemiBold';
  /* font-weight: 700; */
  font-size: 18px;
  color: #ffffff;
  /* background-color: #ff8811; */
  padding: 12px 30px;
  line-height: 25px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s;
  display: inline-block;
  background-image: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
  min-width: 204px;
  text-align: center;
  /* transition: background.5s; */
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.orange-btn.submit-quiz {
  display: none;
  background: rgba(76, 175, 82, 1);
  color: #fff;
  padding: 15px 30px;
  font-weight: normal;
}

.blue-btn {
  font-family: 'Montserrat-Bold';
  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: 'Montserrat-SemiBold';
  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: 70px 0 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
  /*  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-banner-cont {
  text-align: center;
}

.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: Montserrat-Regular; */
  /* font-style: italic; */
  font-size: 16px;
  color: rgba(22, 24, 62, 1);
  /* color: #fff; */
  margin: 0 0 15px 0;
  /* font-weight: 500; */
  font-family: 'Montserrat-SemiBold';
}

.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: 'Montserrat-Regular';
  font-weight: bolder;
  font-size: 60px;
  line-height: 72px;
  color: rgba(22, 24, 62, 1);
  /* color: #fff; */
  margin: 0 0 15px 0;
}

.home-banner-cont h2 b {
  font-size: 60px;
  line-height: 72px;
  display: inline-block;
  font-family: 'Montserrat-Bold';
}

.home-banner-cont h2 span {
  color: #ff6234;
  font-family: 'Montserrat-Bold';
}


.home-banner-cont h4 {
  font-family: Montserrat-Regular;
  font-weight: normal;
  font-size: 22px;
  color: rgba(22, 24, 62, 1);
  /* color: #fff; */
  margin: 20px 0 30px 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: Montserrat-Regular;
  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: Montserrat-Regular;
  font-size: 18px;
  line-height: 34px;
  color: #000;
  /* color: #fff; */
  position: relative;
  padding-left: 20px
}

.home-banner-cont .orange-btn {
  font-size: 18px;
  padding: 17px 32px;
  margin-bottom: 25px;
  line-height: 25px;
  min-width: 280px;
  text-transform: uppercase;
}

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

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

.sec-cont h3,
.sec-cont h1 {
  font-family: 'Montserrat-ExtraBold';
  font-weight: 800;
  font-size: 40px;
  color: rgba(22, 24, 62, 1);
  margin: 0 0 55px 0;
  line-height: 48px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

footer {
  padding: 90px 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: Montserrat-Regular;
  font-size: 16px;
  color: #fff;
}

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

.footer-bottom p {
  font-family: Montserrat-Regular;
  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: 'Montserrat-SemiBold';
  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: Montserrat-Regular !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: 20px 32px;
}

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

.page-content {
  /* background-color: #ae7373; */
  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: Montserrat-ExtraBold; */
  /* font-size: 26px; */
  /* color: #094065; */
  /* margin: 0 0 15px 0; */
  font-family: 'Montserrat-ExtraBold';
  font-weight: 800;
  font-size: 40px;
  color: rgba(22, 24, 62, 1);
  margin: 0 0 55px 0;
  line-height: 48px;
  margin-bottom: 20px;
}

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

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

.thankyou-sec .page-content {
  padding: 20px 50px;
  /* margin-bottom: 30px; */
  /* box-shadow: 0px 0.75px 1.74px 0px rgba(0, 0, 0, 0.0112),

    0px 1.8px 4.19px 0px rgba(0, 0, 0, 0.0162),

    0px 3.38px 7.89px 0px rgba(0, 0, 0, 0.02),

    0px 6.03px 14.07px 0px rgba(0, 0, 0, 0.0238),

    0px 11.28px 26.32px 0px rgba(0, 0, 0, 0.0288),

    0px 27px 63px 0px rgba(0, 0, 0, 0.04); */
  border-radius: 0;
  background-color: #fff;
}

p strong {
  font-family: 'Montserrat-Bold';
  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: Montserrat-Regular;
  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: 'Montserrat-Bold';
  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: Montserrat-Regular;
  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: 'Montserrat-Bold';
  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: 'Montserrat-Bold';
  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;
  justify-content: center;
}

.cform-row .contact-section-header h2 {
  font-family: 'Montserrat-ExtraBold';
  font-weight: 800;
  font-size: 40px;
  color: rgba(22, 24, 62, 1);
  margin: 0 0 55px 0;
  line-height: 48px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  padding-top: 0;
  max-width: 100%;
}

.cform-row .contact-form div#wpcf7-f9-o1 {
  display: block;
  width: 100%;
}

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

.cform-row .contact-image {
  z-index: 3;
}


.contact-form {
  /* margin: 0 !important; */
  !i;
  !;
  /*padding: 0 100px 0 50px;*/
  padding: 55px !important;
  !i;
  !;
  position: relative;
  z-index: 1;
  background-color: rgba(247, 247, 247, 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: Montserrat-Regular;
  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;
  background-color: #fff;
  border: 0;
}

body .cform-row .contact-form .form-control {

  background-color: #fff;
  border: 0;
}

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

.wpcf7-spinner {
  position: absolute;
  left: 52px;
  bottom: 90px;
}

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

.contact-section-header h4 {
  font-family: 'Montserrat-Bold';
  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;
  padding-left: 0 !important;
  !i;
  !;
}

.cms-page .card p em,
.cms-page .card ul li em {
  font-family: 'Montserrat-SemiBold';
  font-weight: normal;
}

.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: 'Montserrat-Bold';
  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: 0;
}

.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;
  flex-wrap: wrap;
}

.iq-header h4,
.iq-header h1 {
  font-family: 'Montserrat-Bold';
  font-weight: bolder;
  font-size: 20px;
  color: rgba(22, 24, 62, 1);
  text-align: left;
  margin: 0;
  line-height: 23px;
}

.iq-counter {
  display: inline-flex;
  align-items: center;
  background: rgba(232, 232, 232, 1);
  padding: 5px 10px;
  border-radius: 100px;
  min-width: 93px;
}

.iq-counter img {
  max-width: 23px;
  margin-right: 7px;
}

.countdown_iq {
  font-family: 'Montserrat-Bold';
  font-weight: bolder;
  font-size: 15px;
  color: rgba(22, 24, 62, 1);
  line-height: 22px;
  /* background: red; */
  line-height: normal;
}

.quiz-main-inner {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  align-items: stretch;
  height: 100%;
}

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

.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: 0px 0px 0 0px;
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  /*min-height: 451px;*/
  align-items: stretch;
  /* justify-content: start; */
}

.same-height-que {
  min-height: 387px;
  /* height: auto; */
  align-items: stretch;
}

.option-main .option {
  font-family: 'Montserrat-Bold';
  font-weight: bolder;
  font-size: 26px;
  color: #3f403f;
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  /* padding: 10px; */
  background-color: rgba(249, 248, 248, 1);
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-right: 30px; */
  /* margin-bottom: 15px; */
  border-radius: 8px;
  padding: 15px 10px;
  justify-content: center;
  border: 1px solid rgba(249, 248, 248, 1);
  margin: 4px;
  /* width: 204px; */
}

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

.question-title,
.question-main span {
  border-bottom: 0px solid #094065;
  font-family: 'Montserrat-Bold';
  font-weight: bolder;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 24px;
  /* line-height: 30px; */
  color: rgba(22, 24, 62, 1);
  display: flex;
  width: 100%;
  line-height: normal;
}

.question-main img {
  display: block;
  margin-left: 0;
  height: auto;
  max-width: 312px !important;
  margin: 0 auto;
  /* background-color: rgba(249, 248, 248, 1); */
  /* padding: 34px; */
}

.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: 0;
  position: relative;
  pointer-events: none;
  max-width: 76px;
  height: auto;
}

.option img {
  margin-right: 0;
}

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

#quiz-main .page-main {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 25px;
}

.page-main .page-inner-link {
  font-family: Montserrat-Regular;
  /*font-weight: bolder;*/
  font-size: 12px;
  color: rgba(22, 24, 62, 0.5);
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 6px 4px;
  background-color: transparent;
  transition: all 0.5s;
  /*border-radius: 100%;*/
  white-space: nowrap;
  line-height: 24px;
  border: 1px solid rgba(22, 24, 62, 0.08);
  border-radius: 4px;
  font-weight: 700;
  /* font-family: 'Montserrat-Bold'; */
  /* font-family: 'Montserrat-Bold'; */
  /* font-family: 'Montserrat-Bold'; */
  font-family: 'Montserrat-SemiBold';
}


.page-main .page-inner-link.active {
  color: #fff;
  text-decoration: none;
  /* border-radius: 5px; */
  /* background: linear-gradient(0deg, #FF7B54, #FF7B54),
linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%); */
  /* background: linear-gradient(168.64deg, #ff7b54 47.79%, #ff9254 102.97%); */
  border-color: transparent;
  background: linear-gradient(0deg, #FF7B54, #FF7B54),
    linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
}

.page-main .page-inner-link:hover {
  border-color: #ff7b54;
  color: #000;
}

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

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

.od-header {
  background-color: rgba(255, 149, 72, 1);
  padding: 15px 30px;
  /* text-align: left; */
  /* border-top-left-radius: 16px; */
  /* border-top-right-radius: 16px; */
  /* border-radius: 12px; */
  text-align: center;
  /* background: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%); */
}

.od-header h3 {
  font-family: 'Montserrat-Bold';
  /* font-weight: bolder; */
  font-size: 18px;
  color: rgb(0 0 0);
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
}

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

.well-done-content.page-content h6 {
  font-family: 'Montserrat-Bold';
  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-deails .order-deail-item .oi-info p {
  font-size: 18px;
  line-height: 25px;
}

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

.order-deail-item {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 3px;
  background-color: rgba(247, 247, 247, 1);
  /* border-bottom: 2px solid #ffffff; */
  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: 'Montserrat-Bold';
  font-weight: bolder;
  font-size: 28px;
  color: #094065;
  margin: 0;
}

.oi-info h5 {
  font-family: 'Montserrat-ExtraBold';
  /* font-weight: bolder; */
  font-size: 22px;
  color: rgba(22, 24, 62, 1);
  margin: 0 0 5px 0;
  line-height: 31px;
}

.oi-info p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 24px;
  color: rgba(22, 24, 62, 1);
  margin: 0;
}

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

.order-total {
  /* border-top-right-radius: 16px; */
  /* border-top-left-radius: 16px; */
  background-color: #094065;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  margin-top: 20px;
  position: relative;
}

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

.order-total h4 {
  font-family: 'Montserrat-Bold';
  font-weight: bolder;
  font-size: 22px;
  line-height: 28px;
  color: rgb(255 255 255);
  margin: 0;
  padding-bottom: 6px;
}

.order-total p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: rgba(22, 24, 62, 1);
  margin: 0;
}

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

.cr-content h5 {
  font-family: 'Montserrat-Bold';
  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 25px 35px;
  display: flex;
  justify-content: space-between;
  /* align-items: start; */
  background: rgb(255 255 255);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  margin-bottom: 0;
  align-items: center;
}

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

.pay-method .custom-radio:last-child {
  margin-bottom: 0px;
}

.pay-btn {
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 335px;
  width: 100%;
}

.pay-btn .orange-btn {
  margin-bottom: 0;
  width: auto;
  box-shadow: none;
  border-radius: 0 15px;
  background-color: #f81;
  background-image: unset;
  /* max-width: 174px; */
  /* height: 60px; */
  color: #000;
  padding: 17px 40px;
  min-width: unset;
}

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

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

.country-table {
  margin-top: 55px;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.country-table tbody tr td:first-child {
  padding-left: 25px;
}

.country-table tbody tr td:last-child,
.country-table thead tr th:last-child {
  text-align: right;
  padding-right: 15px;
}


.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: 'Montserrat-Bold';
  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: 'Montserrat-Bold';
  font-weight: bolder;
  color: #fff;
  font-size: 50px;
  flex-direction: column;
  margin-bottom: 25px;
}


.your-score span {
  font-family: Montserrat-Regular;
  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: 'Montserrat-Bold';
  font-family: 'Montserrat-Bold';

  font-family: Montserrat-Regular;
  font-family: 'Montserrat-SemiBold';
  font-family: 'Montserrat-Bold';

*/

.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: 'Montserrat-Bold';
  font-weight: bolder;
  font-size: 22px;
  color: rgba(22, 24, 62, 1);
  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;*/
  color: #219653;
}

.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;
  background-color: #fff;
}

.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: rgba(22, 24, 62, 1);
  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: rgba(22, 24, 62, 1);
  font-size: 15px;
  text-align: center;
  font-family: Montserrat-Regular;
}

.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;*/
  color: #219653;
  padding: 5px 0;
}

.pprice span.price {
  font-size: 22px;
  font-family: Montserrat-Regular;
  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: Montserrat-Regular;
  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: 'Montserrat-SemiBold';
}

.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: Montserrat-Regular;
  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: 'Montserrat-Bold';
  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: 'Montserrat-SemiBold';
}

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

.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: #ff6837;
  font-family: 'Montserrat-SemiBold';
  font-size: 17px;
  line-height: normal;
}


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

.order-cont .order-total .ttl-hdr.right s {
  font-weight: normal;
  font-family: Montserrat-Regular;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
}

.order-cont .paynet-opt .pay-method .content-box p {
  color: rgba(22, 24, 62, 1);
  padding-top: 3px;
}



.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: rgba(22, 24, 62, 1);
  font-size: 18px;
  font-weight: normal;
  padding-right: 10px;
}

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

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

.pay-method .notice-box .icon-box {
  padding-right: 13px;
  padding-bottom: 0;
  /* text-align: center; */
}

.pay-method .notice-box .content-box h6 {
  font-size: 16px;
  color: rgba(22, 24, 62, 1);
  margin-bottom: 0;
  font-family: 'Montserrat-Bold';
}

.pay-method .notice-box .content-box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
  padding-left: 0;
  font-family: 'Montserrat-Medium';
}


.email-collection-main input.form-control {
  padding-left: 15px;
}

.iq-header .progress-bar {
  margin-top: 18px;
}

.page-main .page-inner-link.answered {
  background-color: rgba(234, 233, 233, 1);
  /* font-family: 'Montserrat-Bold'; */
  border-color: rgba(234, 233, 233, 1);
  color: rgba(22, 24, 62, 1);
}

.quiz-main-inner .image-wrapper {
  text-align: center;
  width: 100%;
  background: rgba(249, 248, 248, 1);
  border-radius: 8px;
  padding: 14px;
  height: 340px;
}

.option-main .option span {
  font-size: 12px;
  color: rgba(22, 24, 62, 0.5);
  position: absolute;
  top: 6px;
  left: 12px;
}

.option-main .option:hover {
  border-color: #ff8654;
}

.option-main .option:hover span {
  color: rgba(22, 24, 62, 1);
}

.sec-cont.challange-cont .iq-header {
  padding-left: 0;
  padding-right: 0;
}

.sec-cont.challange-cont .iq-header,
.sec-cont.challange-cont #quiz-main {
  margin-left: auto;
  margin-right: auto;

  max-width: 1100px;
}

.why-iq-test .sec-cont h4 {
  margin-bottom: 20px;
}

.why-iq-test img {
  max-width: 600px;
}

table#country-col-1 {}

.sec-cont.challange-cont .row {
  padding-top: 55px;
}

.country-table tbody {}

.country-table tbody tr {
  box-shadow: 0px 0.75px 1.74px 0px rgba(0, 0, 0, 0.0112),

    0px 1.8px 4.19px 0px rgba(0, 0, 0, 0.0162),

    0px 3.38px 7.89px 0px rgba(0, 0, 0, 0.02),
    0px 6.03px 14.07px 0px rgba(0, 0, 0, 0.023),

    0px 11.28px 26.32px 0px rgba(0, 0, 0, 0.028),

    0px 27px 63px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  border-bottom: 0px solid #fff;
  /* padding-bottom: 22px; */
}

.country-table tbody tr td {
  padding: 17px 15px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  font-family: 'Montserrat-SemiBold';
  /* border-color: #d5d5d5; */
}

.country-table tbody tr td span p {
  font-family: 'Montserrat-SemiBold';
}

.country-table thead {}

.country-table thead tr {}

.country-table thead tr th {
  font-size: 12px;
  font-family: 'Montserrat-SemiBold';
  color: rgba(0, 0, 0, 1);
}

.test-detail.version-two {
  padding: 70px 0;
}

.test-detail.version-two .box.card {
  width: calc(100% / 3 - 40px);
  max-width: 416px;
  text-align: center;
  margin: 20px;
}

.test-detail.version-two .box.card img {
  width: 92px;
  /* object-fit: contain; */
}

.test-detail.version-two .box.card p {
  text-align: center;
  padding-bottom: 0;
}

.test-detail.version-two .box.card h6 {
  padding: 10px 0;
}

.test-detail .box.card p {
  font-family: 'Montserrat-Regular';
}


.test-detail .box {
  width: calc(100% / 4 - 20px);
  box-shadow: 0px 0.75px 1.74px 0px rgba(0, 0, 0, 0.0112),
    0px 1.8px 4.19px 0px rgba(0, 0, 0, 0.0162),
    0px 3.38px 7.89px 0px rgba(0, 0, 0, 0.02),
    0px 6.03px 14.07px 0px rgba(0, 0, 0, 0.0238),
    0px 11.28px 26.32px 0px rgba(0, 0, 0, 0.0288),
    0px 27px 63px 0px rgba(0, 0, 0, 0.04);
  max-width: 308px;
  /* text-align: center; */
  padding: 25px 25px;
  margin: 10px;
}

.test-detail .box h6 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Montserrat-Bold';
  color: rgba(22, 24, 62, 1);
}


.test-detail .row {
  justify-content: space-between;
}

.test-detail .box .img-wrapper img {
  width: 48px;
}

.test-detail .box .img-wrapper {
  padding-bottom: 18px;
}

.order-deails {
  /* border-radius: 12px; */
  /* background-color: rgba(247, 247, 247, 1); */
}

.order-deails .order-deail-item {
  flex-direction: row-reverse;
  justify-content: space-between;
  counter-increment: list;
  position: relative;
  border-radius: 0;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}


.order-deails {
  counter-reset: line;
}

.order-deails .order-deail-item::after {
  content: counter(list) ".";
  font-size: 28px;
  line-height: 34px;
  font-family: 'Montserrat-Bold';
  position: absolute;
  left: 33px;
}


.order-deails .order-deail-item .oi-info {
  padding-left: 55px;
  max-width: unset;
}

.order-deails .order-deail-item .oi-img {
  /* background-color: #fff; */
  border-radius: 8px;
  padding: 0;
  flex: unset;
  /* width: 146px; */
  margin: 0;
  text-align: left;
  display: inline-block;
  margin-right: 0;
  height: auto;
}

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

.order-total::after {
  right: 0;
  width: calc(100% - 70px);
  height: 0px;
  position: absolute;
  background: rgb(255 255 255);
  display: inline-block;
  content: '';
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.quiz-time-section {
  /* padding: 32px; */
  /* margin-bottom: 15px; */
  /* box-shadow: 0px 0.75px 1.74px 0px rgba(0, 0, 0, 0.0112), 0px 1.8px 4.19px 0px rgba(0, 0, 0, 0.0162), 0px 3.38px 7.89px 0px rgba(0, 0, 0, 0.02), 0px 6.03px 14.07px 0px rgba(0, 0, 0, 0.0238), 0px 11.28px 26.32px 0px rgba(0, 0, 0, 0.0288), 0px 27px 63px 0px rgba(0, 0, 0, 0.04); */
  /* border-radius: 16px; */
  background-color: #fff;
}

.quiz-time-section .wrapper {
  /* padding: 0; */
  display: flex;
  flex-wrap: wrap;
  padding: 24px 32px;
  align-items: center;
}

.quiz-time-section .wrapper .left-content {
  width: 35%;
  text-align: center;
}

.quiz-time-section .wrapper .right-content {
  width: 65%;
  text-align: left;
  padding-left: 50px;
}

.quiz-time-section .wrapper .left-content .quiz-time {
  background-color: rgba(247, 247, 247, 1);
  border-radius: 16px;
  text-align: center;
  padding: 16px;
  margin: 8px 0;
}

.quiz-time-section .wrapper .left-content .quiz-time h5 {
  font-family: 'Montserrat-ExtraBold';
  margin: 0;
  line-height: normal;
}

.quiz-time-section .wrapper .left-content p {
  /* font-size: 12px; */
  /* line-height: 17px; */
  text-align: center;
  /* padding-bottom: 5px; */
  font-family: 'Montserrat-SemiBold';
}

.quiz-time-section .wrapper .left-content b {
  font-family: 'Montserrat-Bold';
  color: rgba(22, 24, 62, 1);
}

.quiz-time-section .wrapper .left-content p,
.quiz-time-section .wrapper .left-content b {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  display: block;
}

.quiz-time-section .wrapper .left-content .quiz-time span {
  font-size: 12px;
  line-height: 17px;
  font-family: 'Montserrat-Bold';
  color: rgba(22, 24, 62, 1);
  margin-top: -2px;
  display: block;
  text-transform: uppercase;
}

.quiz-time-section .wrapper .right-content b {
  text-align: left !important;

  margin: 0;
  font-size: 16px;
  font-family: 'Montserrat-Bold';
  padding-bottom: 7px;
}

.quiz-time-section .wrapper .right-content p {
  font-size: 14px;
  line-height: 24px;
  text-align: left !important;
  padding-bottom: 8px;
}

.quiz-time-section .wrapper .left-content p {
  text-align: center;
  display: block;
  color: rgba(22, 24, 62, 0.8);
}

.quiz-time-section .wrapper .left-content p b {
  margin: 0;
}

.quiz-time-section h2 {
  color: rgba(255, 98, 52, 1);
  font-size: 18px;
  line-height: 25px;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  padding: 17px 40px;
  border-bottom: 4px solid #f7f7f7;
  /* background-color: #cf3131; */
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.terms-container {
  display: flex;
  /* align-items: center; */
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
  font-size: 14px;
  align-items: start;
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  font-weight: normal;
  color: rgba(22, 24, 62, 1);
}

.custom-checkbox a {
  color: #ff723b;
  text-decoration: none;
}

.custom-checkbox a:hover {
  text-decoration: underline;
}

.custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  /* transform: translateY(-50%); */
  width: 20px;
  height: 20px;
  border: 2px solid #ff8e45;
  border-radius: 3px;
  /*  background: #ff9448;*/
  transition: all 0.3s ease;
  /* background-image: url(/wp-content/themes/iq-quest/images/check-icon.png); */
  background-size: 0;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked+.custom-checkbox::before {
  /* border-color: #ff8542; */
  /* background-color: #ff8542; */
  /* background: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%); */
  /* border-color: transparent; */
}

input[type="checkbox"]:checked+.custom-checkbox::after {
  content: "";
  /* content: "\f00c"; */
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 16px;
  color: white;
  line-height: normal;
  /* font-family: emoji; */
  /* font-family: Arial, sans-serif; */
  background: url('/wp-content/themes/iq-quest/images/check-icon.png'), linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
  background-size: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 5px;
  background-position: center;
}

.pay-method .notice-box .icon-box img {
  width: 48px;
}

.ty-orange {
  background-color: #094065;
  color: #fff;
  padding: 23px;
  text-align: center;
  /* background: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%); */
  /* border-radius: 16px; */
}

.quiz-time-section p {
  text-align: center;
}

.ty-orange p,
.ty-orange b {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  /* display: inline-block; */
}

.ty-orange b {
  font-family: 'Montserrat-SemiBold';
  display: inline-block;
}

/*************************/
.page-template-quiz-checkout footer {
  margin-top: 0;
}


.pmp .payment-methods .paypal-select {
  background-image: url(../images/PayPal-Logo.png);
  background-size: contain;
}


.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;
  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: 'Montserrat-Bold';
  font-weight: bolder;
}

.payment-sec .page-content h2 {
  font-family: 'Montserrat-Bold';
  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 {
  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;
}

.score-popup .modal-body .orange-btn {
  width: 100%;
  max-width: 320px;
}

.score-popup a.blue-btn {
  margin-top: 35px;
}

.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: 14px;
  line-height: normal;
  left: 0;
  width: 100%;
  font-family: 'Montserrat-SemiBold';
}

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















.email-collection-main .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.email-collection-main .modal-dialog .modal-content {
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  background-color: #fff;
}


.email-collection-main .modal-dialog .modal-content p small {
  font-size: 14.4px;
  padding-bottom: 15px;
  display: block;
}

.thankyou-sec .page-content .ty-top-blue p {
  text-align: center;
  color: #fff;
  line-height: 34px;
}

.thankyou-sec .page-content .ty-top-blue p b {
  display: inline-block;
}

.quiz-time-section .well-done-content.page-content {
  text-align: center;
}

.quiz-time-section .well-done-content.page-content p {
  /* line-height: 34px; */
  color: rgba(22, 24, 62, 1);
  font-size: 18px;
  /* display: inline-block; */
  text-align: center;
  width: auto;
  line-height: 30px;
}

.thankyou-sec .page-content p {
  /* line-height: 34px; */
  color: rgba(22, 24, 62, 1);
  font-size: 14px;
  line-height: 20px;
}

.order-total .ttl-hdr p {
  color: #fff;
}

.sec-cont.challange-cont h1,
.sec-cont.challange-cont p {
  text-align: center;
}

.contact-form .select2-container--default .select2-selection--single {
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  color: #898989;
  background-color: #fafafa;
  border: 2px solid #e4e3e3;
  border-radius: 8px;
  /* padding: 20px; */
  margin: 0 0 20px;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 35%;
}


.contact-form .btn:hover {
  background-color: #ff8811;
}

#IQscoreModal {}

#IQscoreModal .close {
  float: right;
  /* font-size: 1.5rem; */
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  border: 0;
  background-color: transparent;
}

#IQscoreModal.score-popup .modal-body h2 {
  line-height: normal;
}

#IQscoreModal.score-popup .modal-body h2,
.score-popup .modal-body p {
  text-align: center;
}

#IQscoreModal.modal .modal-dialog .modal-content .modal-body p {
  text-align: center;
  color: #000;
  opacity: 1;
  font-size: 14px;
  line-height: 22px;
}




.fa,
.far,
.fas {
  font-family: "font awesome 5 free"
}

.fa,
.fas {
  font-weight: 900
}









section.hero-section {
  display: none !important;
}



.cform-row .contact-section-header h2 .contact-section-header {}

.cform-row .contact-section-header p {
  color: rgba(22, 24, 62, 1);
  font-size: 16px;
  padding-bottom: 3px;
}

.page-content.faq-accordian {
  padding-top: 0;
}



.invalid-feedback a {
  text-decoration: underline !important;
}

p#error-message {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.page-template-quiz-payment-completed .contact-form .form-control[type=text],
.page-template-quiz-payment-completed .contact-form .form-control[type=email] {
  color: #898989;
  background-color: #fafafa;
  border: 2px solid #e4e3e3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #898989;

}

/*****Language Dropdown************/
.auth-section .form-section {
  padding-top: 150px;
}


.auth-section .form-section .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language {
  background-color: #fff;
}

.auth-section .form-section .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language {
  background: #fff;
  box-shadow: 1px 1px 5px 0px #0000001f;
  min-width: 150px;
}

.auth-section .form-section .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  background: #fff;
}

.auth-section .form-section .language_switcher_shortcode {
  position: absolute;
  left: 25px;
  top: 25px;
  margin-left: 0px;
}


.auth-section .form-section .trp-language-switcher .trp-ls-shortcode-language {
  padding-bottom: 10px;
  background-color: #fff;
  min-width: 150px;
}

.auth-section .form-section .trp-language-switcher>div>a:hover {
  background-color: #ff8854;
  color: #fff;
}

.auth-section .form-section .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover {
  color: #ff8754;
  background-color: #ffffff;
}

.auth-section .col-lg-6.bg-lightgray {
  position: relative;
}
.language_switcher_shortcode{
  margin-left: 15%;
}
.language_switcher_shortcode .trp_language_switcher_shortcode .trp-language-switcher{
  margin-left: 0px;
}

.page-id-2568203 .cms-page .card p,.page-id-2568275 .cms-page .card p {
    color: rgba(22, 24, 62, 1);
    margin-bottom: 20px;
}

.page-id-2568203 .cms-page .card img,.page-id-2568275 .cms-page .card img {
    width: 100%;
    margin: 30px 0px;
}

.page-id-2568203 .cms-page .card p strong,.page-id-2568275 .cms-page .card p strong {
    font-weight: 600;
    font-family: 'Montserrat-bold';
}

.page-id-2568203 .cms-page .card,.page-id-2568275 .cms-page .card {
    margin-bottom: 80px;
}
.page-id-2568203 .cms-page .card ul li,.page-id-2568275 .cms-page .card ul li {
    color: rgba(22, 24, 62, 1);
    font-size: 16px;
    line-height: normal;
}

.page-id-2568203 .cms-page .card ul,.page-id-2568275 .cms-page .card ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

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

/* Large desktops and laptops */

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

  .cms-page .contact-form.card {
    margin-top: 0 !important;
  }

  .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) {
  .test-detail .box {
    width: calc(100% / 2 - 40px);
    max-width: 100%;
    margin: 20px 20px;
  }

}

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

  .test-detail.version-two .box.card {
    width: calc(100% / 2 - 40px);
    max-width: 100%;
  }

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

  .test-detail.version-two {
    padding: 30px 0;
  }

  .home-main-banner {
    padding-bottom: 0;
  }

  .checkout-main .pay-btn .orange-btn {
    font-size: 20px;
    border-radius: 11px;
  }

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

}


@media only screen and (max-width: 991px) {
  .order-deails .order-deail-item {
    padding: 25px;
  }

  .order-deails .order-deail-item .oi-info {
    padding-left: 42px;
  }

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

  .order-deails .order-deail-item::after {
    font-size: 24px;
    line-height: 30px;
  }

  .order-deails .order-deail-item .oi-img img {
    width: 120px;
    height: 85px;
  }

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

  .order-cont .order-total .ttl-hdr.right h5 {
    font-size: 16px;
  }

  .order-cont .order-total .ttl-hdr.right s {
    font-size: 18px;
    line-height: 26px;
  }

  .order-total h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .order-total {
    padding: 25px;
  }

  .paynet-opt {
    padding: 15px 20px 10px 20px;
  }

  .pay-btn {
    max-width: 165px;
    flex-wrap: wrap;
  }

  .pay-btn .orange-btn {
    font-size: 18px;
    padding: 10px 28px;
    min-width: unset;
  }

  .order-total::after {
    width: calc(100% - 50px);
  }

  .quiz-time-section .well-done-content.page-content p {
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .auth-section .form-section .trp_language_switcher_shortcode {
    position: relative;
    left: 0;
    top: 0;
  }

  .auth-section .trp-language-switcher>div>a {
    text-align: center;
  }
  footer.hide_mobile{
    display: none;
  }
}


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

    .page-id-2568203 .cms-page .card,.page-id-2568275 .cms-page .card {

    margin-bottom: 50px;
  }
  .page-id-2568203 .cms-page .card img,.page-id-2568275 .cms-page .card img {
    margin: 20px 0px;
  }

  .page-template-quiz-payment-completed .page-content {
    padding: 0;
  }

  .page-template-quiz-payment-completed .contact-form {
    padding: 20px !important;
  }


  .page-template-quiz-payment-completed .contact-form p {
    font-size: 14px;
    line-height: 24px;
  }

  .page-template-quiz-payment-completed .contact-form .select2-container--default {
    width: 100% !important;


  }




  .test-detail .box {
    width: 100%;
    max-width: 343px;
    margin: 20px auto 0 auto;
    min-height: 200px;
  }

  .test-detail .box .img-wrapper {
    padding-bottom: 25px;
  }

  .home-banner-cont h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .country-table {
    margin-top: 10px;
  }

  .test-detail {
    padding-bottom: 55px;
  }

  .challange-sec .row .col.text-center.mt-5 {
    margin-top: 20px !important;
  }

  .row .col.text-center.mt-5 {}

  h4,
  h5 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .test-detail.version-two .box.card {
    width: calc(100% / 1 - 30px);
    margin: 10px auto;
  }

  footer.bg-gray {
    margin-top: 30px;
  }

  .quiz-time-section h2 {
    background: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
    color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 17px 25px;
  }

  .quiz-time-section .wrapper {
    flex-direction: column;
  }

  .quiz-time-section .wrapper .left-content {
    width: 100%;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .quiz-time-section .wrapper .right-content {
    width: 100%;
    padding-left: 0;
  }

  .quiz-time-section .wrapper .left-content .quiz-time h5 {
    display: inline-block;
    font-size: 24px;
  }

  .quiz-time-section .wrapper .left-content .quiz-time span {
    display: inline-block;
  }

  .quiz-time-section .wrapper .left-content .quiz-time {
    width: auto;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 8px;
  }

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

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

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

  .page-section.thankyou-sec .col-12 {
    padding-left: 7px;
    padding-right: 8px;
  }

  .order-total h4 {
    font-size: 18px;
  }

  .order-total .ttl-hdr p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
  }

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

  .order-cont .order-total .ttl-hdr.right s {
    font-size: 14px;
    line-height: 21px;
  }

  .order-total .ttl-hdr {
    width: 60%;
  }

  .order-total .ttl-hdr.right {
    width: auto;
  }

  .order-total::after {
    width: calc(100% - 30px);
  }

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

  .pay-method .notice-box .icon-box img {
    /* width: 48px; */
  }

  .custom-checkbox {
    font-family: 'Montserrat-Regular';
  }

  .page-content.order-details-section {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  /* Landscape phones and portrait tablets */


  .bg-pattern-blue,
  .challange-sec.bg-pattern-light,
  .iq-navbar.bg-pattern-light {
    background-image: 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;
    object-fit: contain;
  }

  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,
  .home-banner-cont h2 b {
    font-size: 32px;
    line-height: 40px;
  }

  .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: 18px;
    /* padding: 12px 30px; */
    width: 100%;
  }

  .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: 32px;
    margin: 0 0 15px 0;
    line-height: 44px;
  }

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

  .cms-page .contact-form.card {
    margin-top: 0;
  }

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

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

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

  .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-deails .order-deail-item {
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: start;
  }

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

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

  .oi-info {
    flex: 0 0 72%;
    /* margin-bottom: 15px; */
  }

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

  .paynet-opt {
    padding: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

  .quiz-main-inner .image-wrapper {
    height: auto;
  }


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

  .od-header {
    /* padding: 10px 0; */
    background: linear-gradient(274.45deg, #FF6234 -2.21%, #FF9548 99.87%);
    color: #fff;
    /* border-top-left-radius: 16px; */
    /* border-top-right-radius: 16px; */
    padding: 17px 25px;
  }

  .od-header h3 {
    /* font-size: 16px; */
    color: #fff;
  }

  .thankyou-sec .page-content {
    padding: 18px 10px;
    /* border-radius: 14px; */
    /* margin-top: 15px; */
  }

  .pay-method .notice-box .icon-box {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

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

  .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: 'Montserrat-Bold';
  }

  .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: 'Montserrat-Bold';
  }

  .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: right;
    font-size: 14px;
    line-height: normal;
  }

  .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;
    /* width: 100%; */
  }

  .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; */
    margin-bottom: 0;
  }

  .oi-index {
    display: flex;
    align-items: normal;
    gap: 10px;
  }

  /* 07-08-2024 */

  .email-collection-main .modal-dialog .modal-content p small {
    font-size: 12px;
  }

  .thankyou-sec .page-content .ty-top-blue p,
  .well-done-content.page-content p,
  .thankyou-sec .page-content p,
  .order-deails .order-deail-item .oi-info p {
    line-height: 22px;
    font-size: 14px;
  }

  .order-deails .order-deail-item::after {
    display: none;
  }

  .order-deails .order-deail-item .oi-info {
    padding-left: 20px;
    flex: 0 0 75%;
  }

  .pay-btn {
    max-width: 100%;
    align-items: center;
  }

  .pay-btn .orange-btn {
    margin-bottom: 15px;
    font-family: 'Montserrat-Bold';
    padding: 15px 26px !important;
  }

  .ty-orange {
    padding: 15px;
  }

  .quiz-time-section .well-done-content.page-content p,
  .ty-orange p,
  .ty-orange b {
    font-size: 14px;
    line-height: 24px;
  }

  .page-template-quiz-thankyou .page-section {
    padding-top: 5px;
  }

  .page-template-quiz-thankyou .page-section h4 {
    line-height: 40px;
  }
}


@media (max-width: 640px) {
  .option-main .option {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
  }

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

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

  .order-details-section .order-cont #payment-link {
    font-size: 18px;
    width: 60%;
  }
}

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

}


/* 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 10px;
    font-size: 14px;
  }

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

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

  .option img {
    max-width: 45px;
  }

  .orange-btn,
  .orange-btn.submit-quiz {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 8px;
    line-height: normal;
  }

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

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

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

@media (max-width: 360px) {
  .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;
  }
}

/* Hide menu links for Privacy Policy and Terms & Conditions pages */

body.page-template-cms-page header .navbar-collapse,
body.page-template-cms-page header .navbar-collapse {
    display: none !important;
}

body.page-template-cms-page footer ul#menu-headermenu-2 li{
    display: none;
}

body.page-template-cms-page footer ul,
body.page-template-cms-page footer ul {
    padding: 15px 0;
}
footer ul.bottom-links li a {
    border-right: 1px solid #000;
    padding-right: 15px;
    margin-right: 15px;
}

footer ul.bottom-links li:nth-last-child(1) a{
   border-right: 0px solid #000;
}
footer ul.bottom-links li{
	margin:0;
}

body.page-template-cms-page header .navbar-toggler,
body.page-template-cms-page header .navbar-toggler {
    display: none;
}

/* Hide menu links for Privacy Policy and Terms & Conditions pages */