Us/*!
Theme Name: 	Jurislocator
Theme URI: 		https://www.immifocus.ca
Description: 	A dedicated theme developed for Canadian immigration practitioners.
Version: 		0.0.1
Author: 		Immifocus Themes
Author URI: 	https://www.immifocus.ca
Text Domain: 	jurislocator
Tags: 			Canadian immigration, Canada immigration, immigration Canada, Canadian immigration consultant, Canadian immigration lawyers, Canadian immigration practitioners
*/
@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Condensed";
  src: url("fonts/Roboto-Condensed.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Condensed";
  src: url("fonts/Roboto-Condensed.ttf") format("truetype");
}

:root {
  --theme-font-1: "Roboto-Regular", sans-serif;
  --theme-font-2: "Roboto-Condensed", sans-serif;
  --theme-font-3: "Roboto-Condensed" sans-serif;
  --lg-padding: 50px 0;
  --color-01: #394a59;
  --color-02: #4c5964;
  --color-03: #d7a769;
  --color-04: #f2f2f2;
  --color-05: #c4c4c4;
  --color-06: #7d8286;
  
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-1);
  transition: 0.4s all;
}

br {
  height: 0px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

button,
input,
textarea,
a {
  outline: none;
  border: none;
}

button {
  background: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

mark {
  background: none;
}

.hexList {
  list-style: none;
  padding-left: 0;
}

.hexList li {
  position: relative;
  padding-left: 20px;
}

.hexList li::before {
content: "";
position: absolute;
left: 0;
top: 6px;
width: 8.4px;  /* 14px reduced by 40% */
height: 8.4px; /* 14px reduced by 40% */
background-color: var(--color-02);
clip-path: polygon(35% 0%, 65% 0%, 100% 50%, 65% 100%, 35% 100%, 0% 50%);
}
.checkList li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

.checkList li::before {
  content: "✓"; /* Unicode check mark */
  position: absolute;
  left: 0;
  color: green; /* Optional: color the check mark */
}
/*-------------------------------------------commen style class----------------------------------------------- */

p,
ul li {
  font-size: 16px;
  line-height: 25px;
  font-family: var(--theme-font-1);
  color: var(--color-06);
 font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-1);
  color: var(--color-03);
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
h1 sup{
	font-size: 16px;
	top: -39px;
}
h2 sup{
	font-size: 12px;
	top: -23px;
}
h3 sup{
	font-size: 14px;
	top: -37px;
}
h4 sup{
	font-size: 12px;
	top: -34px;
}
h5 sup{
	font-size: 12px;
	top: -32px;
}
h5 sup{
	font-size: 10px;
	top: -30px;
}
button,
input,
textarea,
a {
  outline: none;
  border: none;
}

button {
  background: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

mark {
  background: none;
}

.editIcon {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 29px;
  padding: 5px 8px;
  border-radius: 50%;
  font-size: 12px;
  opacity: 0.5;
  background-color: var(--color-06);
  color: var(--color-01);
  border: 1px solid var(--color-03);
  height: 30px;
  width: 30px;
}
.editIcon:hover {
  opacity: 1;
}

.container,
.container-fluid,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
}

.fsb {
  display: flex;
  justify-content: space-between;
}

.flexCenter {
  display: flex;
  align-items: center;
}

.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gapTop {
  margin-top: 50px;
}

.gapBottom {
  margin-bottom: 50px;
}

.spaceTop {
  padding-top: 50px;
}

.spaceBottom {
  padding-bottom: 50px;
}

.spaceInbetween {
  padding-top: 50px;
  padding-bottom: 50px;
}
.spaceInbetweenLarge{
  padding-top: 100px;
  padding-bottom: 100px;
}
.button {
  border-radius: 0;
  min-width: 200px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--theme-font-1);
}

.btnYellow {
  background-color: var(--color-03);
  border: 1px solid var(--color-03);
  border-radius:4px;
  color: var(--color-01);
  padding: 10px 40px 10px 40px;
}

.btnYellow:hover, .btnYellow:focus {
  background-color: var(--color-01);
  border: 1px solid var(--color-03);
  color: var(--color-03);
}

.btnBlue {
  background-color: var(--color-01);
  border: 1px solid var(--color-01);
  border-radius:4px;
  color: var(--color-03);
  padding: 10px 40px 10px 40px;
}

.btnBlue:hover, .btnBlue:focus {
  background-color: var(--color-03);
  border: 1px solid var(--color-01);
  color: var(--color-01);
}

.btnFull {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
}
.btn.disabled,
.button[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gapTopLarge {
  padding-top: 120px;
}

.gapBottomLarge {
  padding-bottom: 120px;
}

.heightFull {
  height: 100%;
}

.widthFull {
  width: 100%;
}

.size-full {
  width: 100%;
  height: auto;
}

.sectionSpace {
  padding-top: 75px;
  padding-bottom: 75px;
}

.sectionDoubleSpace {
  padding-top: 150px;
  padding-bottom: 150px;
}

.sectionBg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bgOverlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}


/*----------------------------------------------------------Common Tab Size Style-----------------------------------------*/

@media screen and (max-width: 991px) {
	
.textCenterTab{
	text-align:center !important;
}
	
.hideOnTab{
	display: none;
}
	
  p,
  ul li {
    font-size: 16px;
    line-height: 25px;
    color: var(--color-02);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-regular);
    color: var(--color-03);
  }

  p {
    font-size: 17px;
  }

  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
}

/*----------------------------------------------------------Common Mobile Size Style-----------------------------------------*/

@media screen and (max-width: 575px) {
	
.textCenterMobile{
	text-align:center !important;
}
	
.hideOnMobile{
	display: none !important;
}
.hideOnTab{
	display: none !important;
}
	
  p,
  ul li {
    font-size: 15px;
    line-height: 20px;
    color: var(--color-02);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-regular);
    color: var(--color-03);
  }

  p {
    font-size: 15px;
  }

  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 17px;
  }
  .container{
      padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 1.5);
    }
}
/*--------------------------------------------Common Tab/Mobile Size Style end-----------------------------------------*/



.headerContent .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.leftMenu .editIcon {
	right: 60%;
}

.dataTable{
  background-color: #f2f2f2;
}

.dataTable td.separator{
	border-bottom: 2px solid #807f7f;
}

.dataTable tr:nth-child(even) td{
  background-color: #fff;
}
.dataTable .filterSet td {
  background-color: var(--theme-color-4);
}

.dataTable.nobgColor tr:nth-child(even) td{
  background-color: transparent;
}

.dataTable.nobgColor{
  background-color: transparent;
}

.tablebgFirst{
	background-color: #ffffff;
}

.tablebgSecound{
	background-color: #f2f2f2;
}
.tableFullWidth{
  width:100%;
}
   
.dataTable th{
  padding:6px;
  font-weight: 400;
  width: auto;
  background-color: var(--color-01);
  color: var(--color-04);
  border: 1px solid var(--color-02);
}
   
.dataTable td{
  padding: 10px 6px;
  font-weight: 400;
  position:relative;
  border: 1px solid #eee;
  }
.dataTable td span{
  display: block;
  font-style: italic;
  color: var(--color-02);
}
.dataTable td:first-child {
    text-align: left;
    padding-left:20px;
    min-width:60%;
}

.commonHeading {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.gapBottomSmall {
  margin-bottom: 20px;
}

/*--commomn heading----*/

.commonHeading > h1 {
  text-align: center;
  font-weight: 600;
}
.commonHeading > p {
  text-align: center;
}
.commonHeading > span > mark {
  font-weight: 600;
}

.commonHeading > span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700px;
}

.aboutContentInner {
  width: 100%;
  justify-content: center;
  padding: 5px 0;
  max-width: 250px;
  border-radius: 25px;
  margin: 20px auto;
}

.aboutContentInner > i {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
}

.aboutContentInner > span {
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
}

/*---------------------------------
            
            animate module
            
--------------------------------- */

.animate-section{
	overflow:hidden;
}
.animate-section [data-animate] {
  visibility: hidden;
}

/* sub pages hero section */

.subPageHeroSection {
  padding: var(--lg-padding);
  background: url(img/blog_hero.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.subPageHeroSection:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
}

.subPageHeroContent {
  margin: 120px 0px 42px;
}

.subPageHeroContent > h1 {
  font-weight: 700;
  text-align: center;
	font-family: var(--theme-font-2);
}

.subPageHeroContent > div > i {
  margin: 0 20px;
}

.tableTextAlignCenter {
  text-align: center;
}

.tableTextAlignleft {
  text-align: left;
}
.tableTextAlignRight {
  text-align: right;
}
.tablePaddingRight {
  padding-right: 10px !important;
}
.themeMode .btnFull {
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

#errorReportPopup.popupForm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#errorReportPopup .popupContent {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 1000px;
  position: relative;
  overflow-y: scroll;
  height: 90vh;
}

#errorReportPopup .close {
  position: absolute;
  top: 2px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
  color: #8f9cb5;
  font-weight: 900;
}
#errorReportPopup .close:hover {
  color: #ff3838;
}
#errorReportPopup .wpcf7 {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
#errorReportPopup .wpcf7 label {
  width: 100%;
  color: #393939;
  margin-bottom: 5px;
}
#errorReportPopup .wpcf7 .wpcf7-form-control {
  width: 100%;
  border: 1px solid #eee;
  padding: 3px 5px;
  color: #666;
}
#errorReportPopup .wpcf7 .wpcf7-form-control.wpcf7-submit {
  font-weight: 700;
  color: #fff;
  padding: 5px;
}
#errorReportPopup .wpcf7 .wpcf7-form-control.wpcf7-file {
  border: 0px transparent;
}

#errorReportPopup .wpcf7 .hidden-field {
  display: none;
}

/*-----------------------

    header start

--------------------------*/

@media screen and (max-width: 991px) {
  #navbarNav {
    top: 95px;
    position: fixed;
    width: 100%;
    left: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 575px) {
  #navbarNav {
    top: 99px;
  }
}

@media screen and (min-width: 575px) and (max-width: 991px) {
  .mainRow .col-2 {
    width: 30%;
  }
  .mainRow .col-10 {
    width: 70%;
  }
  .mainRow > .brand a {
    display: block;
    margin: 0 auto;
    max-width: 204px;
  }
}

@media screen and (min-width: 561px) and (max-width: 574px) {
  .mainRow .col-2 {
    width: 33.33333%;
  }
  .mainRow .col-10 {
    width: 66.666666%;
  }
  .mainRow > .brand a {
    display: block;
    margin: 0 auto;
    max-width: 204px;
  }
}
@media screen and (max-width: 991px) {
}

.navbar {
  width: 100%;
  padding: 0;
}

.header {
  top: 0;
  width: 100%;
  z-index: 5;
  position:fixed;
}
.headerContent {
  transition: background-color 0.3s ease;
  /* optionally start transparent */
  background-color: transparent;
}

.headerContent.scrolled {
  background-color: rgba(57, 74, 89, 0.95); /* dark blue or any color you want */
}

.scroled {
  transition: 0.5s all;
}

.nonScroled {
  transition: 0.5s all;
}

.scroled > .container-fluid > .row > .topBar > .topBarContent {
  display: none;
  transition: 0.5s all;
}

.scroled > .container-fluid > .row > .topBar > .navBarMain {
  transition: 0.5s all;
}

.scroled > .container-fluid > .mainRow {
  transition: 0.5s all;
}

.nonScroled > .container-fluid > .brand {
  height: max-content;
  display: flex;
  justify-content: center;
  transition: 0.5s all;
}

.nonScroled > .container-fluid > .mainRow {
  align-items: center;
  transition: 0.5s all;
}

.mainRow > .brand img {
  width: 84%;
}

#navBarMain .navbar {
  min-height: 50px;
  background-color: var(--color-01);
}

#navBarMain .align-items-center img {
  max-width: 100px;
}

.navbar-toggler span {
  display: block;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span {
  background-color: var(--color-03);
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(13%, -80%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(12%, 89%) rotate(-45deg);
}

.navItem > .nav-link {
  color: var(--color-03);
}

.searchBoxHeader {
  top: 30px;
}

.searchBtn {
  background: transparent;
}

.searchBtn > div > i {
  font-size: 30px;
  margin-right: 20px;
}

.modalContent > .modal-header {
  border: none;
}
.modalContent > .modal-body > div {
  width: 500px;
  border-radius: 30px;
  padding: 10px;
}

.modalBoxSearchIcon {
  display: none;
}

.modalBox {
  width: 100%;
  position: fixed;
  z-index: 6;
}

.navItem {
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
}

.navItem > .nav-link {
  font-size: 16px;
  transition: 0.2s all;
}

.subUl {
  position: absolute;
  z-index: 4;
  width: 200px;
  padding: 0;
  display: none;
}

.subItem {
  padding: 5px;
  border-top: none;
}

.navItem:hover .subUl {
  display: block;
}

.subItem:hover {
  padding-left: 8px;
}

.iconList > p {
  display: none;
}
.modal-backdrop.show {
  z-index: 1;
}
.search-popup {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.search-popup .searchPopupContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  max-width: 400px;
  padding: 20px;
  border-radius: 8px;
}

.search-popup .searchPopupContent .close-icon {
  position: absolute;
  top: -8px;
  right: -5px;
  cursor: pointer;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 14px;
  opacity: 0.5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 80%;
  margin-bottom: 0;
  height: 44px;
  padding: 12px 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: table-cell;
}
.searchBtnMain {
  width: 20%;
  padding: 9px;
  border-radius: 0 5px 5px 0;
}
.searchBoxMain {
  margin-top: 10px;
  border-radius: 0 5px 5px 0;
}

.bookingBtn {
  text-align: center !important;
  font-weight: 800 !important;
}

.bookingBtn > a {
  padding: 0 35px !important;
}


/*-----------------------------
        
        header end
        
------------------------------*/

/*-----------------------------

        footer start 
        
------------------------------*/

.footer {
  background-image: url("https://jurislocator.ca/wp-content/uploads/2025/07/footer-jurislocator.png");
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}

.newsLetter > span {
  font-weight: 600;
  margin-right: 30px;
  font-size: 20px;
}

.inputArea {
  display: flex;
  width: 69%;
}

.inputArea > button {
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin-left: 10px;
  transition: 0.4s all;
}

.inputArea > button:hover {
  transition: 0.4s;
}

.footerLinkheadings {
  font-size: 18px;
  font-weight: 600;
}

.footerBottum {
  padding: 60px 0;
}

.contactLinks,
.a11 {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.address {
  padding-left: 0;
}

.contactLinks > div {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
}

.footerLinks,
.footerLinks > li {
  padding-left: 5px;
}

.footerLinks > li {
  padding: 5px 0;
}

.fImgItem {
  width: max-content;
  margin-bottom: 10px;
  position: relative;
  transition: 0.4s all;
}

.fImgItem > img {
  width: 80px;
}

.fImgItem > div {
  position: absolute;
  width: 80px;
  height: 80px;
  display: none;
}

.fImgItem > div > i {
  font-size: 30px;
}

.fSocialMediaIconsMain {
  padding: 60px 0;
}

.fSocialMediaLinks {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  transition: 0.2s all;
}

.fSocialMediaLinks > i {
  font-size: 13px;
}

.fSocialMediaLinks:hover {
  transition: 0.2s;
}

.arrow {
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.goToTop {
  cursor: pointer;
  position: fixed;
  bottom: 102px;
  right: 36px;
  z-index: 99;
  width: 50px;
  height: 51px;
  border-radius: 16px;
  font-size: 23px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: var(--color-01);
  color: var(--color-03);
  border: 1px solid var(--color-02);
}

.goToTop.show {
  opacity: 1;
}
.otgs-development-site-front-end {
  display: none;
}

.widget > .menu-reseaux-sociaux-container > ul {
  display: flex;
}

#menu-quick-access-menu li a{
  color: var(--color-06);
  margin-left: 20px;
}

#menu-quick-access-menu li a:hover{
 color: var(--color-03);
}

#menu-quck-access-fr li a{
  color: var(--color-06);
  margin-left: 20px;
}

#menu-quck-access-fr li a:hover{
  color: var(--color-03);
}

.bottomMenu > .nav {
  flex-direction: row;
}

#noptin-form-1__submit {
  font-weight: inherit;
  width: 230px;
  height: 36px;
  padding-top: 4px;
  padding-bottom: 28px;
}
.noptin-optin-form-wrapper{
	background:none !important;
	border:none !important;
}

@media screen and (max-width: 575px) {
  .noptin-form-single-line .noptin-form-field-wrapper {
    flex: 0;
  }
}
.footerContent h6{
	font-size:14px;
	margin-left: 10px;
}
.companyLogo{
	text-align:center;
}
.footerSlogan{
	font-style:italic;
	color: var(--color-04) !important;
}
/*-------------------------

        footer end 

---------------------------*/

/*--------------------------------------
  
             Tabs
  
----------------------------------------*/

div.faq-tab-container {
  z-index: 10;
  padding: 10 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

.accordionItemOl .accordionTitleOl {
  margin-bottom: 5px;
}

.accordionItem {
  position: relative;
}

.accordionItem .accordionTitle {
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.5s ease-out;
}

.accordionItem .accordionTitle span {
  float: right;
}

.accordionContent {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.accordionContent.open {
  max-height: 500px;
  transition: all 0.5s ease-out;
}

.accordionContent p {
  padding: 10px;
  box-sizing: border-box;
}

/*------------------------------

        VMC Section

---------------------------------*/

.vmcWrapper .vmcInner {
  border-radius: 5px;
  padding: 10px;
}

.vmcWrapper:nth-child(2),
.vmcWrapper:nth-child(3) {
  margin-top: 30px;
}




/*---------------------------------

        q&a section start
        
----------------------------------*/

.qnaMain {
  background: url(https://immifocus.ca/demo/wp-content/uploads/sites/2/2024/01/world_white.jpg)
    no-repeat;
  background-size: cover;
  background-position: center;
}


.qnaLeft > div > .commonHeading > h1 {
  text-align: left;
}

.qnaContent {
  margin-top: 60px;
}

.qnaContent > div {
  display: flex;
}

.redCheck,
.blackCheck {
  width: 63px;
  height: 50px;
  border-radius: 25px;
}

.redCheck > i,
.blackCheck > i {
  font-size: 30px;
}

.qnaContent > div > div:last-child {
  margin-left: 15px;
}

.qnaContent > div:first-child {
  margin-bottom: 15px;
}

.qnaContent > div > div > h2,
.question {
  font-size: 20px;
  font-weight: 700;
}

.qnaContent > div > div > p {
  padding: 0;
  font-size: 18px;
}

.questionMain > div {
  padding: 15px 10px;
  margin-bottom: 15px;
}

.displayAnswer {
  display: flex !important;
  transition: 0.4s;
}

.answer {
  padding: 0;
  display: none;
}
.questionMain {
  margin-left: 20px;
}

/*------------------------------

        q&a section end
        
--------------------------------*/


/*---------------------------------

    Map section start
    
----------------------------------*/

.mapMain > iframe {
  width: 100%;
}

/*---------------------------------

        Map section end
    
----------------------------------*/

@media screen and (max-width: 1200px) {
  .bookingBtn {
    display: none;
  }
  .hotLine {
    font-size: 60px;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .mainRow {
    align-items: inherit;
  }
  .topBarContentLeft {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .searchBtn > div {
    position: absolute;
    top: 14px;
    right: 10px;
  }
  .horizontalLine {
    display: none;
  }
  .serviceSectionMain > .fsb > .col-md-3 {
    width: 50%;
  }
  .navBarMain {
    top: 10px;
    width: 100%;
  }
  .toggleBtn {
    border: 0px transparent;
    box-shadow: none;
    padding: 16px;
  }
  .toggleBtn:focus {
    box-shadow: none;
  }
  .topBarContent {
    background: var(--theme-color-2);
    padding: 12px 18px;
  }
  .headerContent,
  .videoContent {
    width: 100% !important;
    left: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .searchBtn > div {
    position: absolute;
    top: 14px;
    right: 10px;
  }
  .horizontalLine {
    display: none;
  }
  .serviceSectionMain > .fsb > .col-md-3 {
    width: 50%;
  }
  .navBarMain {
    top: 10px;
    width: 100%;
  }
  .toggleBtn {
    border: 0px transparent;
    box-shadow: none;
  }
  .toggleBtn:focus {
    box-shadow: none;
  }
  .topBarContent {
    background: var(--theme-color-2);
    padding: 12px 18px;
  }
  .headerContent,
  .videoContent {
    width: 100% !important;
    left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .heroCarouselContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .item .cover .headerContent .line {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .searchBtn > div {
    top: 69px;
    right: 0;
  }
}

@media screen and (max-width: 540px) {
  .item .cover .headerContent h1 {
    font-size: 30px;
  }

  .item .cover .headerContent h2 {
    font-size: 20px;
  }

  .item .cover .headerContent h4 > a {
    padding: 10px;
    font-size: 15px;
  }

  .serviceSectionMain > .fsb > .col-md-3 {
    width: 100%;
  }
}


/*--------------------------------

    countact-us style start

----------------------------------*/

.asideAddress {
  text-align: center;
}
.asideAddress > p {
  margin-bottom: 3px !important;
}

.contactHeroContent {
  width: 150px;
  align-items: center;
}

.map {
  width: 100%;
}

.contactApplication {
  box-shadow: 1px 1px 1px 1px;
}

.contactUs > div {
  background: url(img/contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.contactUs > div > .gradient {
  padding-top: 150px;
}

.contactUsContent {
  padding: 175px 0 40px 0;
}

.contactUsContent > h1 {
  font-weight: 600 !important;
  font-size: 50px;
}

.contactUsBg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.leftDiv > i {
  font-size: 60px;
}

.leftDiv > h2 {
  font-weight: 700;
  margin-left: 15px;
  font-size: 20px;
}

.leftDiv {
  width: 245px;
}

.s1 {
  width: 3px;
  height: 100%;
  justify-self: center;
}

.btnContactUs {
  padding: 10px 15px;
  text-transform: uppercase;
  /* font-weight: 800; */
  transition: 0.4s all;
  font-size: 15px;
  margin-top: 35px;
}

.commonHeading.formContentHeding {
  align-items: center;
}

.formContentHeding > .inPageSocial {
  margin-left: 400px;
}

.commonHeading > .formContentHeding > h2 {
  margin-top: 25px;
  font-style: italic;
  color: #b3abab;
  font-size: 25px;
}

.contactMain {
  position: relative;
  transition: background.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 20px;
  padding: 60px 50px 60px 60px;
  z-index: 1;
  background-color: var(--color-04);
  color: var(--color-02);
}

.aboutCommonHeading > span {
  font-size: 13px;
  font-family: sans-serif;
}
.aboutCommonHeading > h1 {
  text-align: left;
}

.aboutCommonHeading > p {
  text-align: left;
  font-size: 20px;
}

.iconList {
  width: 20px;
  transition: 0.4s all;
  display: flex;
}

.iconList .fab {
  font-size: large;
  width: 20px;
  transition: 0.4s all;
}

.inputText {
  padding: 20px 20px;
}

.colorRed {
  width: 45%;
  padding: 15px;
}

.iconRadius {
  width: 150px;
  height: 150px;
  border-radius: 50px;
}

.iconList > li {
  margin-right: 10px;
}

.iconListOrder {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  display: block;
}

.commonHeading > span > mark {
  font-weight: 600;
}

.contactMain > .row > div > .flexCenter > p {
  margin: 25px 0px 25px 0px;
  font-size: 17px;
  line-height: 1.8;
}

.contactLast .singleOfficeLocationWrap .singleOfficeLocation {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px 20px;
  transition: all 0.4s ease;
  text-align: center;
}

.contactLast .singleOfficeLocationWrap .singleOfficeLocation:hover i {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.contactLast .singleOfficeLocationWrap .singleOfficeLocation h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
}

.contactLast .singleOfficeLocationWrap .singleOfficeLocation p {
  padding: 0;
  font-size: 18px;
  margin: 8px 0;
}

.contactLast .singleOfficeLocationWrap .singleOfficeLocation i {
  font-size: 3.5rem;
  line-height: 50px;
}

.contactFields > input,
select {
  padding: 10px !important;
}

.contactFields > select,
select > option {
  color: var(--text-color) !important;
}

/*--------------------------------

    countact-us style end

----------------------------------*/


/*-------------------------------

        faq page start
        
---------------------------------*/

.faqMain {
  padding: var(--lg-padding);
}

.singleFaq {
  padding: 15px 0;
}
.widgetFaqs > .widget > .sidebar > .nav > .nav-item {
  margin-bottom: 5px;
}

.widgetFaqs .widgetSmallClz{
	font-size: 13px;
}

/*-------------------------------

        faq page end
        
---------------------------------*/





.modal {
  display: none;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
  border-radius: 5px 5px 0 0;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.responsive-video {
  position: relative;
  padding-bottom: 52.15%;
  padding-top: 25px;
  height: 0;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.singleOfficeLocation {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px 20px;
  transition: all 0.4s ease;
  text-align: center;
}

/*-------------------------------

        nav bar start

--------------------------------*/

#navBarMain {
  max-height: 60px;
}

#navBarMain .nav li a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal !important;
  padding: 7px;
  display: block;
  font-family: var(--theme-font-1);
}

#navBarMain .nav li .dropdown-menu li {
  margin: 0px;
}

#navBarMain .nav li .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

#navBarMain .nav li .dropdown-menu li a {
  padding: 7px;
  color:  var(--color-03);
  border-bottom: 1px solid  var(--color-03);	
}

#navBarMain .nav li .dropdown-menu {
  left: -60px;
  background-color:  var(--color-01);
  margin-top: 9px;
}

#navBarMain .nav li .dropdown-menu li a:hover{
	background-color: var(--color-02);
	color: var(--color-04);
}
 

#navbarNav ul {
  padding: 5px 10px;
  background-color: var(--color-04);
}

#navbarNav ul li {
  border-bottom: 1px solid var(--color-03);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--color-05);
}
#brand .navbar-brand a img {
  width: 110px;
  height: 110px;
}

#brand.navbar-brand {
  margin-right: 0px;
position:relative;
	z-index:999;
}

.header .container-fluid .mainRow .topBar {
  margin-top: 25px;
}

.headerSection{
background-color: var(--color-02);
  margin-bottom: 50px;
}

.mobileMenu {
  display: none;
}


@media screen and (max-width: 1210px){
	#navBarMain .nav li a {
	  font-size: 14px;
	}
	.navItem {
		margin-right: 5px;
	}
}

@media screen and (max-width: 991px) {
  .rightMenu {
    display: none;
  }
  .leftMenu {
    display: none;
  }
  .mobileMenu {
    display: block;
    position: absolute;
    width: 100%;
  }
	.mainNavWrapper{
	margin-top: -26px;	
	}
	.navbarNavMobile{
		margin-top: 20px;
	}
	#navBarMain .navbar {
	  min-height: 50px;
	  background-color: #394a59bf;
	}
	#navbarNavMobile{
		margin-top:20px;
	}
	.navItem > .nav-link:hover, .navItem > .nav-link:focus  {
	  color: var(--color-03);
	  background-color: #979fa670;
	}
}

/*-----------------------------------
            
            nav bar end

------------------------------------*/

/*--------------------------------------
            
         Widgets style start

---------------------------------------*/

.site-footer .widget .widget-title {
  margin-bottom: 10px;
  font-size: 20px;
  padding: 8px;
}

.footer-widget .textwidget .widget {
  text-align: left;
}

.footer-widget .widget .menu {
  padding-left: 0px;
}

.footer-widget .widget #menu-important-links-1 li:before {
  content: "\f0da";
  font: var(--fa-font-solid);
  margin-right: 8px;
}

.inPageSocial {
  border-radius: 26px;
  padding: 10px 20px;
  width: 300px;
  display: flex;
  justify-content: center;
}

.inPageSocial > .menu-item {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-important-links {
  padding: 0;
}

.noptin-form-field-wrapper {
  flex-direction: column;
  align-items: baseline;
}

.noptin-form-field-wrapper > p input {
  background-color: transparent !important;
  border-radius: 0px;
  padding: 10px;
}

.noptin-newsletter-form > p > .noptin-text {
  width: 100%;
}

.noptin-form-field-wrapper > p {
  line-height: 0px;
}

.noptin-form-field-wrapper > p span {
  line-height: 25px;
}

#noptin-form-1__submit {
  border-radius: 0px;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;
  border: 2px solid var(--color-01);
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
  opacity: 1;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  opacity: 1;
  background-color: var(--color-01);
}

input[type="radio"]:checked {
  border: 0px transparent;
}

input[type="checkbox"]:before,
input[type="radio"]:before {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 2;
  opacity: 0;
  font: var(--fa-font-solid);
  width: 20px;
  height: 20px;
  padding: 3px;
  color: var(--color-04);
}

input[type="checkbox"]:checked:before,
input[type="radio"]:before {
  opacity: 1;
}

.footerBottom .bottomMenu .navItem > a {
  font-size: 14px;
  font-weight: 400;
}

.footerBottom .bottomMenu .navItem.nav-item-21771 > a {
  width: 175px;
  font-size: 14px;
  font-weight: 400;
}

.footerBottom .bottomMenu .navItem.nav-item-21772 > a {
  width: 175px;
  font-size: 14px;
  font-weight: 400;
}

.footerBottom .copyRight p {
  padding: 8px;
  font-size: 14px;
}

.footerBottom .copyRight{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.footerBottom .navbar-nav .nav-item-122{
	width: 163px;
}

.footerBottom .navbar-nav .nav-item-10942{
	width: 88px;
}
/*--------------------------------------
            
         Widgets style end

---------------------------------------*/


/*---------------------------------------------

---------Error Reporting---------------
        
---------------------------------------------*/

.popup-container .frm_error_style p {
  margin-bottom: 0px;
}
.popup-container .frm_message {
  padding: 7px;
  border-radius: 5px;
}
.popup-container .frm_message p {
  margin-bottom: 0px;
}
.popup-container .frm_error_style {
  padding: 7px;
  border-radius: 5px;
}

/*--------------------------------------------------------------------------------------------------

                                  Hero Image Section Start

----------------------------------------------------------------------------------------------------*/

/*----------------------------------

 		Hero Image Section

-----------------------------------*/

canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #2c2e43;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.featuredImage {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  background-size: contain;
  background-position: right bottom;
}

.heroImageSection .heroBgImg{
		height:100vh;
	}
	
.heroImageSection .heroBgImg p{
	color: var(--color-05);
}

.heroImageSection .heroBgImg .heroContent h1 {
	font-family: var(--theme-font-2);
		font-size:80px;
	}


.heroImageSection .heroBgImg .heroContent {
	  position: absolute;
	  width: 50%;
	  margin: 100px;
	  top: 7%;
	  padding: 66px;
	  background-color: #394a596e;
}

.heroImageSection .heroBgImg .introductionContent {
	  height: 510px;
}

.button {
	  min-width: 150px;
	  font-size: 15px;
	  font-weight: 700;
	  font-family: var(--theme-font-1);
	  padding: 8px 20px 8px 20px;
}

	

@media screen and (max-width: 991px) {
	
	.heroImageSection .heroBgImg .heroContent h1{
        font-size: 75px;
	}
	
	.sectionDoubleSpace {
	  padding-top: 100px;
	  padding-bottom: 100px;
	}

	.heroContent {
	  position: absolute;
	  width: 76%;
	  min-height: 350px;
	  margin: 12%;
	  color: #e5af6a;
	  top: 5%;
	  text-align: center;
	  padding: 10%;
	  background-color: #394a596e;
	}

	.heroContent p {
	  text-align: center;
	  width: 100%;
	  color: var(--color-02);
	}

	.heroContent h1 {
	  width: 100%;
	  text-align: center;
	}
	
	.heroImageSection .heroBgImg .heroContent {
	  position: absolute;
	  width: 50%;
	  margin: 100px;
	  top: 4%;
	  padding: 50px;
	  background-color: #394a596e;
	}
}
	
@media screen and (max-width: 575px) {
	
	.heroImageSection .heroBgImg .heroContent {
	 	position: absolute;
    	top: 5%;
    	padding: 40px 17px;
    	background-color: #394a596e;
    	width: 70%;
	}
}


/*---------------------------------

 		Introductions Section

-----------------------------------*/

.introductionImg {
  background-color: var(--color-01);
  height: 700px;
}

.introductionContent {
  background-color: var(--color-04);
  height: 700px;
}

.introductionContent h1 {
  color: var(--color-01);
  margin-bottom: 50px;
}

.introductionContent p {
  color: var(--color-01);
}

@media screen and (max-width: 991px) {
	.introductionImg {
  		min-height: 600px;
	}

	.introductionContent {
	  min-height: 600px;
	}

	.sectionSpace {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}

	.formSectionContent p {
	  text-align: center;
	  color: var(--color-01);
	  padding: 5px;
	}

	#footer-row .footer-widget .child {
	  background-color: #394a5938;
	}
}


/*--------------------------------

     Options & features Section

---------------------------------*/

.featuresSection {
  background-color: var(--color-03);
}

.featuresHeading h1 {
  color: var(--color-01);
  margin-bottom: 50px;
  padding: 20px;
}

.featuresImg img {
  width: 180px;
  height: auto;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0px 0px 27px 17px rgba(30, 27, 33, 0.25);
}

.featuresImg span {
  background-color: var(--color-02);
  border-color: var(--color-02);
  color: var(--color-04);
  font-size: 16px;
  font-family: var(--theme-font-1);
  padding: 5px 10px;
}

.featuresImg span:hover {
  background-color: var(--color-01);
  border-color: var(--color-01);
  color: var(--color-04);
  font-size: 16px;
  font-family: var(--theme-font-1);
}

.featuresContent h5 {
  color: var(--color-01);
  padding: 10px;
  font-weight: 700;
}

.featuresContent p {
  text-align: center;
  color: var(--color-01);
  padding: 15px;
  font-family: var(--theme-font-1);
}

.featuresButton {
  border-radius: 0;
  width: 15%;
  background-color: var(--color-01);
  border-color: var(--color-01);
  color: var(--color-03);
  font-weight: 700;
  font-family: var(--theme-font-1);
}

.featuresButton:hover {
  background-color: var(--color-02);
  border-color: var(--color-02);
}

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

}



/*------------------------------

          form Section

---------------------------------*/

.formSectionTitle {
  color: var(--color-01);
  font-family: var(--theme-font-1);
  font-size: 48px;
}

.formSectionContent p {
  text-align: center;
  color: var(--color-01);
  padding: 15px;
}

#wpcf7-f95-o1 .wpcf7-form .container {
  background-color: var(--color-04);
  padding: 25px 50px 30px 50px;
}

.contactUsForm .contactFormTest label, .contactUsForm .contactFormSelect label{
  display: block;
  width: 100%;
}

.contactUsForm .contactFormTest input {
  height: 40px;
  width: 100%;
  background-color: var(--color-01);
  color: var(--color-04);
  padding: 10px;
}

.contactUsForm .contactFormSelect select {
   height: 40px;
  width: 100%;
  background-color: var(--color-01);
  color: var(--color-04);
  padding: 10px;
  outline: none;
  border: 0px;
}

.contactUsForm .contactFormTextArea textarea {
  background-color: var(--color-01);
  color: var(--color-04);
  width: 100%;
  padding: 10px;
}

.placeholderColor::placeholder {
    color: var(--color-04);
    opacity: 1; 
}

.testAreaContent {
  width: 100%;
}

.contactUsForm .contactFormSubmit p span label {
  color: var(--color-01);
}

.contactUsForm .contactFormSubmit p input[type="checkbox"] {
  border: 2px solid var(--color-01);
}

.contactUsForm .contactFormSubmit p input[type="checkbox"]:checked {
  border: 2px solid var(--color-01);
  background-color: var(--color-01);
}

.contactUsForm .contactFormSubmit p input[type="checkbox"]:checked::before {
  color: var(--color-04);
  top: -4px;
}

.contactUsForm .contactFormButton input{
  float: right;
}

.contactFormSubmit .wpcf7-list-item a{
	 color: var(--color-03);
}

.contactFormSubmit .wpcf7-list-item a:hover{
	 color: var(--color-06);
}

@media screen and (max-width: 991px) {
	.formSectionTitle {
	  font-size: 35px;
	}

}

@media screen and (max-width: 575px) {
	.formSectionTitle {
	  font-size: 28px;
	}
	
}


/*--------------------------------------------------------------------------------------------------

                                  Hero Image Section End

----------------------------------------------------------------------------------------------------*/

/*-------------------------------

       footer Section

--------------------------------*/

.footer .menu-social-media-container ul {
  display: flex;
  padding: 5px 70px;
  float: right;
}

.footer .menu-social-media-container ul li a i {
  padding: 10px;
  font-size: 20px;
  color: var(--color-03);
}

.footerLogoName {
  font-family: var(--theme-font-1);
  font-weight: 600;
  color: #d4a35a;
  margin-right: 30px;
  margin-top: 27px;
}
.footerLogoName .footerSup{
    top: -14px;
}

#footer-row {
  padding-left: 50px;
  padding-right: 50px;
}

#footer-row .widget-title {
  font-family: var(--theme-font-1);
  color: var(--color-02);
}

#footer-row .textwidget p {
  color: var(--color-06);
  margin-left: 10px;
 margin-bottom:0 !important;
}

#nav_menu-3 {
  margin-left: 22px;
}

#nav_menu-3 a {
  color: var(--color-04);
}

#nav_menu-3 a:hover {
  color: var(--color-03);
}

#nav_menu-3 ul li {
  padding: 2px;
}

#footer-row .textwidget h6 {
  color: var(--color-05);
}

#footer-row .textwidget h6 i {
  color: var(--color-03);
  font-size: 20px;
  margin-right: 10px;
}

#footer-row .footer-widget .widget_text {
  padding: 10px;
}

.newsLetterFrom .noptin-optin-form-wrapper {
  background-color: transparent !important;
  border-color: transparent !important;
}

#footer-row .noptin-form-fields {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}

#footer-row .noptin-form-field-wrapper input {
  border: 1px solid var(--color-03);
  padding: 10px;
  background-color: transparent !important;
  color: var(--color-04);
}

#noptin-form-1 .noptin-form-field-wrapper label span {
  color: var(--color-04);
}

#footer-row .noptin-form-footer {
  padding: 0px 0px 5px 9px;
}

#footer-row .noptin-optin-form {
  display: block;
}

#footer-row .noptin-form-field-wrapper input[type="checkbox"]:checked {
  background-color: var(--color-03) !important;
}

#footer-row .noptin-form-field-submit input {
  color: var(--color-03);
  height: 47px;
  width: 50%;
}

#footer-row .noptin-form-field-submit input:hover {
  color: var(--color-01);
  border-color: var(--color-03);
  background-color: var(--color-03)
  height: 47px;
  width: 50%;
}

#footer-row .noptin-form-note{
	color: #d5d5d5 !important;
}

#footer-row .noptin-form-note a{
	color: var(--color-03);
}

#footer-row .noptin-form-note a:hover{
	color: #b57625;
}


.footerBottom .container .row .bottomMenu {
  margin-bottom: 20px;
}

/*.footerBottom .container .row .bottomMenu ul li {
  margin-left: 17px;
}*/

.footerBottom .container .row .bottomMenu ul li a {
  color: var(--color-05);
}

.footerBottom .container .row .bottomMenu ul li a:hover {
  color: var(--color-03);
}

.footerBottom .row{
	border-top: 1px solid var(--color-03);
}

.footerBottom .row .copyRight p{
	color: var(--color-06);
}

.copyRight p a {
    color: var(--color-06);
}
.copyRight p a:hover {
    color: var(--color-03);
}
.newsLetterFrom {
  margin-right: 30px;
}

@media screen and (max-width: 575px) {
	.footer-widget .companyLogo img{
		width:60%!important;
	}
}

@media screen and (max-width: 1500px) {
	.footer-widget .companyLogo img{
		width:75%!important;
	}
}

@media screen and (max-width: 1200px) {
	.footer-widget .companyLogo img{
		width:85%!important;
	}
}


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

	.footerBottom .bottomMenu {
	  width: 65%;
	display: flex;
	}

	.footerBottom .bottomMenu ul li {
	  margin-left: 8px;
	  margin-right: 8px;
	}

	.footerBottom .container .row .bottomMenu ul li {
	  margin-left: 8px;
	}
	.footer-widget .companyLogo img{
		width:40% !important;
		text-align:center;
	}
}



/*---------------------------------

           	 Legal page

-----------------------------------*/

.legalPageTitle > h1 {
  text-align: center;
}

.legalPageTitle {
  margin-top: 90px;
  margin-bottom: 25px;
  text-align: center;
}

.legalPageTitle > h1 {
  font-weight: 500;
  font-size: 45px;
  text-align: center;
  color: var(--color-01);
}

.legalPageTitle > div > i {
  margin: 0 20px;
}

@media screen and (max-width: 991px) {
	
	.legalPageTitle {
	  margin-top: 50px;
	}

	.legalPageContent {
	  max-width: 85% !important;
	}
}

@media screen and (max-width: 575px) {
	
	.legalPageContent {
	  max-width: 90%;
	}

	.legalPageTitle {
	  margin-top: 40px;
	}
	
}

/*-----------------------------

  	footer section end

-------------------------------*/

/*-----------------------------

  		Contact Us Page Start

-------------------------------*/

.contactUsTitle > h1 {
  text-align: center;
}

.contactUsTitle {
  margin-top: 90px;
  margin-bottom: 25px;
  text-align: center;
}

.contactUsTitle > h1 {
  font-weight: 700;
  font-size: 55px;
  text-align: center;
}

.contactUsTitle > div > i {
  margin: 0 20px;
}

.contactUsContent .contactUsContentTest h1 {
  font-weight: 600;
}

.contactUsContentTest p {
  padding: 10px;
  font-family: var(--theme-font-1);
  color: var(--color-01);
}

.contactUsContentForm .frm_fields_container .row {
  margin-bottom: 10px;
}

.contactUsContentForm .frm_fields_container .row label {
  margin-bottom: 5px;
  color: var(--color-04);
  font-family: var(--theme-font-1);
}

.contactUsContentForm .frm_fields_container .row input {
  color: var(--color-03);
  font-family: var(--theme-font-1);
  border: 2px solid #dcaa68;
  border-radius: 5px;
  background-color: #303a42;
  display: block;
  width: 100%;
}

.contactUsContentForm .frm_fields_container .row textarea {
  color: var(--color-03);
  font-family: var(--theme-font-1);
  border: 2px solid #dcaa68;
  border-radius: 5px;
  background-color: #303a42;
  width: 100%;
}

.contactUsContentForm .frm_fields_container .row select {
  color: #8a7457 !important;
  font-family: var(--theme-font-1);
  border: 2px solid #dcaa68;
  border-radius: 5px;
  background-color: #303a42;
}

.contactUsContentForm .frm_fields_container .frm_button_submit {
  color: var(--color-03);
  width: 250px;
  border: 2px solid;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  float: right;
}

.contactUsContentForm .frm_fields_container .frm_button_submit:hover {
  background-color: var(--color-03);
  color: var(--color-01);
  border-color: var(--color-03);
}

.contactUsLocationWrap {
  padding-right: 0;
}

.contactUsLocationWrap h6 {
  font-weight: 700;
}

.contactUsLocationWrap p {
  font-size: 18px;
}

.contactUsAddress {
  background-color: var(--color-01);
  padding: 40px 20px 40px 20px;
  transition: all 0.4s ease;
  text-align: center;
  box-shadow: 1px 1px 10px 0px rgba(40, 42, 43, 0.1);
}

.contactUsAddress:hover {
  background-color: var(--color-04);
}

.contactUsPhone {
  background-color: var(--color-01);
  padding: 40px 20px 60px 20px;
  transition: all 0.4s ease;
  text-align: center;
  box-shadow: 1px 1px 10px 0px rgba(40, 42, 43, 0.1);
}

.contactUsPhone:hover {
  background-color: var(--color-04);
}

.contactUsEmail {
  background-color: var(--color-01);
  padding: 40px 20px 60px 20px;
  transition: all 0.4s ease;
  text-align: center;
  box-shadow: 1px 1px 10px 0px rgba(40, 42, 43, 0.1);
}

.contactUsEmail:hover {
  background-color: var(--color-04);
}

.contactUsPage p{
	color: var(--color-06);
}

@media screen and (max-width: 991px) {
	.contactUsContent{
		padding: 140px 0 40px 0 !important;
	}
	
	.contactUsContentTest {
		padding: 0px;
	 }

	 .bgDark .rounded {
		padding: 20px !important;	
	 }

	 .contactUsPage{
		margin-top: 0px;
	 }
}

@media screen and (max-width: 575px) {
	.contactUsContent{
		padding: 125px 0 40px 0 !important;
	}
	
	.contactUsContentTest p {
		padding: 15px;
		font-family: var(--theme-font-1);
		color: var(--color-01);
	}
	
	.bgDark .rounded {
		margin-left: 100px;	
	 }
	
	.contactLast {
  		max-width: 425px;
	}

	.contactUsLocationWrap {
  		margin-bottom: 10px;
  		padding-left: 0px;
	}
}

/*-----------------------------

  		Contact Us Page End

--------------------------------*/

/*---------------------------------------------

---------product-FAQ's Section ---------------
        
---------------------------------------------*/
.commonHeading h1 {
  font-family: var(--theme-font-2);
  font-weight: 600;
}
.accordionItem.active .accordionTitle {
  background-color: var(--color-01);
  color: var(--color-05);
  border: 1px solid var(--color-01);
}
.accordionItemOl .accordionTitleOl {
  background-color: var(--color-02);
  color: var(--color-01);
  border: 1px solid var(--color-03);
}
.accordionItemOl .accordionTitleOl {
  background-color: var(--color-02);
  color: var(--color-05);
  border: 1px solid var(--color-02);
}
.btnBlack {
  background: var(--color-03);
  color: var(--color-04);
}
.btnBlack:hover {
  background: var(--color-02);
}
.accordionContent.open {
  background-color: var(--color-04);
  border-top: 1px solid #ddd;
}
.accordionContentOl.open p {
  color: var(--color-01);
}
.bookDemoImage {
  background-size: cover;
}

.bookDemoContent p{
	color: var(--color-01);
}

.faqSection p{
	color: var(--color-05);
}
}

/*---------------------------------------------

---------End product-FAQ's Section ---------------
        
---------------------------------------------*/

/*---------------------------------------------

--------Start Book a Demonstration Section--------
        
---------------------------------------------*/

.demoContent p {
  color: var(--color-01);
  margin-right: 20px;
}
.featuredImage {
  background-size: contain;
}
.demoContent h1 {
  font-weight: 600;
  color: var(--color-01);
}
.productVideoContent h1 {
  font-family: var(--theme-font-2);
  color: var(--color-01);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.asideImage {
  width: 80%;
}
.bookDemoImage img {
  width: 100%;
}


@media screen and (max-width: 991px) {
	.demoContent {
	  margin-bottom: 75px;
	  text-align: center;
	  margin-top: 0;
	}
	.demoContent p {
	  padding: 14px;
	}
}

/*---------------------------------------------

--------- End Book a Demonstration Section ---------------
        
---------------------------------------------*/

/*---------------------------------------------

------------- Features Page -------------------
        
---------------------------------------------*/

/*--- Features Hero Content ----*/


	
	.subPageHeroSection {
	  margin-top: 0px;
	  min-height: 100vh;
	}
	.introContent h1 {
	  font-family: var(--theme-font-2);
	  text-align: center;
	  color: var(--color-03);
	  font-size: 60px;
	  font-weight: 400;
	}
	.introContent p {
	  font-family: var(--theme-font-2);
	  font-size: 20px;
	  color: var(--color-04);
	  text-align: center;
	  margin-top: 30px;
	  line-height: 40px;
	}
	.introContent{
	  position:relative;
	}

.featuresHero{
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}
.pFeaturesContent {
  font-family: var(--theme-font-2);
  color: var(--color-01);
  font-weight: 600;
  text-align: center;
}
.imgWidth {
  width: 100%;
}

.featureDetails h4 {
  color: var(--color-01);
  font-size: 24px;
  font-weight: 700;
}
.featureDetails p {
  color: var(--color-01);
  font-size: 16px;
  line-height: 25px;
}
.featureImage img{
	width:80%;
}
/*-------Start product video Section ----------*/
.ProductVideoStyle {
  padding: 45px 2px;
}



/*--------Start contactus Section -------------*/

.bgDark {
  --bs-bg-opacity: 1;
  background-color: var(--color-01);
}
.contactText {
  margin-top: 30px;
}
.contactText h5 {
  color: var(--color-04);
  font-size: 16px;
}
.contactText p {
  color: var(--color-04);
  font-size: 14px;
}
.contactDetails {
  text-align: center;
}


.introContent {
  position: relative;
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
    .introContent h1 {
      font-size: 50px;
    }
    .introContent p {
      font-size: 22px;
      line-height: 32px;
      font-weight: 400;
    }
    .ProductFeaturesSection .featureImage .imgWidth{
        width:80%;
    }
}

@media screen and (max-width: 575px) {
    .introContent h1 {
      font-size: 35px;
    }
    .introContent p {
      font-size: 18px;
      line-height: 29px;
      font-weight: 400;
    }
    .ProductFeaturesSection .featureImage .imgWidth{
        width:70%;
    }
    .featureDetails h4 {
      text-align: center;
    }

}

/*---------------------------------------------

---------end contactus Section ---------------
        
---------------------------------------------*/


/*---------------------------------------------

-------end product video Section ---------------
        
---------------------------------------------*/


/*---------------------------------------------

-------Book an appointment Start ---------------
        
-----------------------------------------------*/

.bookAnAppointmentMain{
    background-color: var(--color-02);
    background-repeat: no-repeat;
    background-size: contain;
}

.bookAnAppointmentMain h1{
	margin-top: 20px;
    color: var(--color-03);
    margin-bottom: 20px;
}

.bookAnAppointmentMain p{
	text-align: left;
	color: var(--color-01);
}

.bookAnAppointmentMain .aboutRightContent a{
	background-color:  var(--color-01);
	color:  var(--color-04);
}

.bookAnAppointmentMain .aboutRightContent a:hover{
	background-color:  var(--color-02);
	color:  var(--color-04);
}

.bookAnAppointmentMain .aboutLeftImg{
	max-width: 150% !important;
}

.bookAnAppointmentMain .aboutRightContent{
	margin-top: 75px;
}



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

}

@media screen and (min-width: 575px) {
	
	.bookAppointmentContent .commonHeading {
		align-items: center !important;
	}
	
	.bookAnAppointmentMain p{
		text-align: center;
	}	
	
	.bookAppointmentContent {
		text-align: center;
	}
}

/*-------------------------------------------------

-------Book an appointment Section End ------------
        
---------------------------------------------------*/

/*---------------------------------------------

-------About Us page Start -----------------
        
-----------------------------------------------*/

/*--------About Us Section-----------*/

.aboutSectionTitle {
  color: var(--color-01);
  font-family: var(--theme-font-1);
}

.aboutSectionButton {
  border-radius: 0;
  width: 15%;
  background-color: var(--color-03);
  border-color: var(--color-03);
  color: var(--color-01);
  font-weight: 700;
  font-family: var(--theme-font-1);
}

.aboutSectionButton:hover {
  border-radius: 0;
  width: 15%;
  background-color: var(--color-04);
  border-color: 2px var(--color-04);
  color: var(--color-01);
  font-weight: 700;
  font-family: var(--theme-font-1);
}

.aboutSectionContent p {
  text-align: center;
  color: var(--color-01);
  padding: 15px;
}

.aboutUsPageMain{
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutUsPageMain .aboutUsPageContent{
	margin-top: 50px;
}

.aboutSectionContent h4{
	color: var(--color-01);
}
.aboutSectionContent h5{
	color: var(--color-01);
}
/*-------vision mision section Start -------------*/

.vAndMContent{
  font-family: var(--theme-font-2);
  font-weight: 600;
}

.vAndMDetails h4 {
  color: var(--color-01);
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.vAndMDetails  p {
  color: var(--color-01);
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}


/*-------team member section Start -------------*/

.teamMembersDetails{
	background-color: var(--color-03);
    background-repeat: no-repeat;
    background-size: contain;
}

.teamMembersDetails .teamMembersImg{
    text-align: center;
    margin-top: 100px;
}

.teamMembersDetails .teamMembersContent{
	margin-top: 75px;
}

.teamMembersDetails .teamMembersContent h1{
	color: var(--color-01);
}

.teamMembersDetails .teamMembersContent p{
	color: var(--color-01);
    width: 70%;
    text-align: left;
}

.teamMembersDetails .teamMembersContent h6{
	color: var(--color-01);
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .vAndImg{
		max-width: 63%;
		margin-left: 125px;
    	margin-bottom: 30px;
	}
	.teamMembersDetails .commonHeading {
		align-items: center !important;
	}
	.teamMembersDetails .teamMembersContent p{
		text-align: center;
	}
}

@media screen and (max-width: 575px) {
	.vAndMDetails h4 {
	 text-align: center;
	}
	.vAndMDetails p {
     text-align: center;
	}
	.vAndImg{
		max-width: 75%;
        margin-left: 70px;
        margin-bottom: 30px;
	}
	
	.aboutUsPageMain{
		background-image: none !important;
		background-color: var(--color-02)!important;
	}
}

/*---------------------------------------------

-------About Us Section End -----------------
        
-----------------------------------------------*/


/*---------------------------------------------

---------------pricing --------------------
        
-----------------------------------------------*/

.singlePlanGroup {
	 border: 1px solid #979fa6;
    border-radius: 8px;
}
.singlePlanGroup .footNote{
	color: var(--color-02);
  margin-top: 5px;
}
.pricingText{
	color:var(--color-01);
}
.singlePlan {
  box-shadow: 0 20px 12px rgba(0, 0, 0, 0.08); /* Soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.singlePlan .populer{
position:absolute;
  font-size: 14x;
  font-weight: bold;
  color: #fff;
  --f: .5em;
  --r: .8em; 
  left: 20px;
  top: calc(-1*var(--f));
  padding: 20px 10px;
  background: var(--color-03);
  border-left: var(--f) solid #0005;
  border-bottom: var(--r) solid #0000;
  clip-path: polygon(var(--f) 0,100% 0,100% 100%,calc(50% + var(--f)/2) calc(100% - var(--r)), var(--f) 100%,var(--f) var(--f),0 var(--f));
}

.pricingMainText{
  background-color: var(--color-01);
  padding: 15px;
  position: relative;
}

.pricingMainText h5{
  margin-top: 25px;
  font-weight: 700;
  padding: 5px;
}

.pricingMainText p{
  padding: 5px 30px;
  color: var(--color-05);
}

.ribbon {
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --f: .5em; /* control the folded part */
  
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: var(--color-03); /* the main color  */
}

.checkStyle {
	padding-left:23px;
}
.borderStyle{
	 background-color: var(--color-04);
}
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 5px;
  border: 2px solid var(--color-01);
  border-radius: 30px;
  background: var(--color-01);
  box-shadow: 0px 6px 14px var(--color-02);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--color-01);
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}
.switch-wrapper:hover {
  background: var(--color-02);
}
.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
	color: var(--color-04);
  font-weight: 700;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--color-03);
  transition: transform 0.25s ease-in-out;
}

@media screen and (max-width: 991px) {
	.custom-language-switcher {
      left: -12px;
    }
}
@media screen and (max-width: 575px) {
    .singlePlanGroup {
      padding-right: 20px !important;
      padding-left: 20px !important;
    }
}
/*---------------------------------------------

-------faq page Start -----------------
        
-----------------------------------------------*/
.singleItemHeading {
	color:var(--color-01);
}

/*---------------------------------------------

-------------Translator Start -----------------
        
-----------------------------------------------*/

.custom-language-switcher {
	display: flex;
    font-weight: bold;
    position:fixed; 
    z-index:999; 
    top:50%;
    gap: 10px;
    font-weight: bold;
    rotate: -90deg;
}
.custom-language-switcher a {
   text-decoration: none;
  color: var(--color-01);
  opacity: 0.6;
  transition: opacity 0.5s ease;
  border-bottom: 5px solid var(--color-03);
  background-color: #cfcfcf78;
  padding: 0px 3px;
}

.custom-language-switcher a.active,
.custom-language-switcher a:hover {
    opacity: 1;
}

@media screen and (max-width: 575px) {
	.custom-language-switcher {
      left: -12px;
    }
}

/*----------------------------------------------

----------news list/grid view start ------------
        
----------------------------------------------*/

/*----------news list view start ---------*/
        
.listView > .singleItem > .articleBody > .articleImg > .imgFluid {
  width: 100%;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}

.listView > .singleItem > .articleBody{
  display:block;
  margin: 15px 0;
  padding: 10px;
  box-shadow: 2px 3px 12px 6px rgba(43,51.999999999999986,58.99999999999999,.1);
}

.listView .singleItem{
	margin: 15px 0px;
	padding: 10px;
}

.listView .singleItem:hover{
	background: #0000001f;
}

.listView > .singleItem > .articleBody > .articleImg {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 400px;
}

.articleImg > .imgFluid {
    width:100%;
}

.listView .singleItem .articleBody .articleContent .articleDateAuthor, .gridView .singleItem .articleBody .articleContent .articleDateAuthor{
	font-style: italic;
	font-size: 12px;
}

/*----------news grid view start ---------*/

.gridView > .singleItem > .articleBody{
  display:block;
  padding: 10px;
  box-shadow: 2px 3px 12px 6px rgba(43,51.999999999999986,58.99999999999999,.1);
  height:100%;
}

.gridView .singleItem .articleBody .articleImg{
	background-image: url(https://jurislocator.ca/wp-content/uploads/2025/06/News-img-02.png);
    width: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.gridView .singleItem .articleBody:hover{
	background: var(--color-04);
}

.gridView .singleItem{
	margin: 15px 0px;
	padding: 10px;
}

.gridView .singleItem:hover{
	background: #0000001f;
}

/*-------------------------------------
 
         News Serch Start

--------------------------------------*/

.fullWSearch {
    display: flex;
    align-items: center;
    padding: 5px;
	background-color: #0000001f;
}

.fullWSearch h2{
	color: var(--color-01);
}

.fullWSearch .col-lg-6 {
    flex: 1; 
}
.fullWSearch .col-lg-6 h2{
    font-size:18px;
    text-align:center;
    text-transform:uppercase;
    margin-bottom: 0px;
}
.search-form {
    display: flex;
    align-items: center;
    width: 100%; 
}

.search-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-input {
    flex: 3;
    margin-right: 5px;
    padding: 7px;
}
.pagination{
  display: flex;
  justify-content: center;
}

.pagination .page-numbers{
  width: 28px;
  height: 28px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  background-color: var(--color-03);
  color: var(--color-01);
  border: 1px solid var(--color-01);
	margin-right: 5px;
}
.page-numbers:hover, .page-numbers.current {
  background: var(--color-02);
}

.articleImg img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.articleBody .articleContent .articleTitle{
	margin-top: 10px;
}
.articleBody .articleContent .articleTitleMeta{
    color: var(--color-01);
    font-style: italic;
	font-size: 13px;
}

/*---------------------------------------------------

-------------- Single News/Blog view start----------

---------------------------------------------------*/

.singleArticalHeader{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding-left:0px;
	padding-right:0px;
	 z-index: 1;
    overflow: hidden;
}
.singleArticalHeader:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background-color: #394a59b8;
	z-index: 0;
	top:0px;
	left:0px;
}
.singleArticalHeader .articlHeader{
	z-index:3;
	padding-top: 160px;
	padding-bottom: 60px;
}
.singleArticalHeader .articlHeader h1{
	text-shadow: 2px 3px 5px var(--color-01);
}

.singleRelatedArticle {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.thumbWrapper {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 10px;
}

.thumbImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contentWrapper {
    flex: 1;
}

.postTitle a {
    font-size: 0.95rem;
    color: #222;
    text-decoration: none;
}

.postTitle a:hover {
    text-decoration: underline;
}

.postExcerpt {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}

/*---------------------------------------------------

-------------- Single News/Blog view end----------

---------------------------------------------------*/


/*---------------------------------------------------

------------------ How It Works --------------------

---------------------------------------------------*/

/* Arrow styles for left and right alignment */
.bocata.arrow-left::after,
.bocata.arrow-right::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10;
  border: 0;
}

.bocata.arrow-left::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  top: 50%;
  margin-top: -10px;
  left: -10px;
}

.bocata.arrow-right::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  top: 50%;
  margin-top: -10px;
  right: -10px;
}

.grey_light-block {
  background-color: #f2f2f2;
}

.timeline {
  position: relative;
  background-image: linear-gradient(
    to bottom,
    var(--color-01),
    var(--color-02),
    var(--color-03)
  );
  width: 50px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .timeline {
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .timeline {
    margin: 0 auto;
  }
}

.timeline .point .year {
  padding: 6px;
  color: var(--color-01);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color-03);
  margin: 5px;
  border: 2px solid var(--color-01);
}

.timeline .point .bocata {
  position: relative;
  background-color: var(--color-04);
  padding: 20px;
  transition: all 0.3s;
  border: 1px solid var(--color-02);
  border-radius: 5px;
}
.timeline .point .bocata .bImage img{
    
}
.timeline .point .bocata .bTitle h4{
    font-size: 20px;
}
.timeline .point .bocata .bBody p, .timeline .point .bocata .bBody li {
    text-align:left;
    font-size:14px;
    margin-bottom:3px;
}
@media screen and (max-width: 425px) {
  .timeline .point .bocata {
    width: 180px;
  }
  .timeline .point .bocata.little {
    width: 180px;
  }
}

@media screen and (min-width: 426px) and (max-width: 574px) {
  .timeline .point .bocata {
    width: 250px;
  }
  .timeline .point .bocata.little {
    width: 250px;
  }
}

@media screen and (min-width: 575px) {
  .timeline .point .bocata {
    width: 400px;
  }
  .timeline .point .bocata.little {
    width: 250px;
  }
}

.timeline .point .bocata + .bocata {
  margin-top: 35px;
}

/* Odd */
.timeline .point:nth-child(odd) .bocata {
  box-shadow: -6px 10px 20px -20px #394a59;
  left: 100px;
  position: relative;
}
.timeline .point:nth-child(odd) .bocata.arrow-left::after {
  content: '';
}

/* Even */
.timeline .point:nth-child(even) .bocata {
  box-shadow: 6px 10px 20px -20px #394a59;
  position: relative;
}

@media screen and (max-width: 768px) {
  .timeline .point:nth-child(even) .bocata {
    left: 100px;
  }
  .timeline .point:nth-child(even) .bocata.arrow-left::after {
    content: '';
  }
}

@media screen and (min-width: 769px) {
  .timeline .point:nth-child(even) .bocata {
    right: 425px;
  }
  .timeline .point:nth-child(even) .bocata.little {
    right: 275px;
  }
  .timeline .point:nth-child(even) .bocata.arrow-right::after {
    content: '';
  }
}

.timeline .point .arrow {
  border: solid #f2f2f2;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 20px;
  transform: rotate(45deg);
}

.timeline .point:first-child .arrow,
.timeline .point:last-child .arrow {
  border: solid #f2f2f2;
  border-width: 0 12px 12px 0;
  padding: 20px;
  transform: rotate(45deg);
}

.timeline .point .arrow-clean {
  border: solid #f2f2f2;
  border-width: 0 20px 20px 0;
  display: inline-block;
  padding: 20px;
  position: absolute;
  left: -5px;
  bottom: -13px;
  transform: rotate(45deg);
}

/*--------------------------------------
 
 	Social share menu start

 ------------------------------------*/


.socialShareMain{
	
}
.socialShareMain .socialShareLinks{
	
}
.socialShareMain .socialShareLinks{
	
}
.socialShareMain .socialShareLinks a{
  height: 30px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
  background: var(--color-01);
	color:var(--color-03);
}
.socialShareMain .socialShareLinks a:hover, .socialShareMain .socialShareLinks a:focus{
	color:var(--color-02);
	background: var(--color-03);
	color:var(--color-01);
}

/*--------------------------------------
 
 	   Social share menu end

 ------------------------------------*/


/*-----------------------------------

		Blank page template

------------------------------------*/

.blankpageCover{
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.blankpageCover .message .card{
	background-color: #d7a76917;
}
.blankpageCover .message .card h1{
	font-family: var(--theme-font-2);
	text-align: center;
	color: var(--color-03);
	font-size: 45px;
	font-weight: 400;
}


/*-----------------------------------

		  side bar start

------------------------------------*/

.newsBlogSidebar h5{
	background-color: var(--color-01);
    padding: 14px 7px;
    font-size: 20px;
}

.newsBlogSidebar a{
   color: var(--color-01);
}

.newsBlogSidebar a:hover{
   color: var(--color-03);
}

.newsBlogSidebar .rpwwt-post-excerpt{
    display: none;
}


/*-----------------------------------

	   single page side bar

------------------------------------*/

.singlePageSidebar .widgetTitle{
	background-color: #394a59;
    padding: 13px;
}

.singleRelatedArticle .postTitle a{
	color: var(--color-01);
}  

.singleRelatedArticle .postTitle a:hover{
	color: var(--color-03);
}  
/*-----------------------------------

		   side bar end

------------------------------------*/

/*---------------------------------
        
         404 page start
        
----------------------------------*/

.NotFoyndContent {
  padding: var(--lg-padding);
  text-align: center;
}

.NotFoyndContent h1 {
  font-size: 169px;
  font-weight: 700;
}

.NotFoyndContent h2 {
  font-weight: 700;
}

.NotFoyndContent p {
  font-size: 18px;
}

.btn404 {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 800;
  transition: 0.4s all;
  font-size: 15px;
  margin-top: 35px;
  width: 17%;
  height: 15%;
}

.pageContent h2{
	text-align: center;
    margin-top: 36%;
}
.pageContent .btnRight{
  margin-left: 28%;
}

/*-----------------------------------

		   404 page end

------------------------------------*/

/*-----------------------------------

	Error Reporting section start

------------------------------------*/

.bottomOptions .togButton {
  color: var(--color-2);
  background: #e6e6e6;
  display: block;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 0px;
  transition: all 0.4s ease-in-out;
}
.bottomOptions .togButton .fas {
  border: 1px solid var(--color-2);
  transition: transform .4s ease-in-out;
  float: right;
  padding: 5px;
  border-radius: 50%;
}

.bottomOptions{
    padding: 20px 15px;   
}
.bottomOptions .last-updated{
    margin:10px 0px;
    text-align: right;
}
.bottomOptions .popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;

}
.bottomOptions .popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
  overflow-y: auto;
}

.bottomOptions .popup-container {
  position: relative;
  width: 100%;
  margin: 2em auto;
  top: 5%;
  padding: 10px 35px 35px 35px;
  border-radius: 5px;
  max-width: 430px;	
}

.bottomOptions .popup-container h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-family:var(--theme-font-2);
}

.bottomOptions .is-visible .popup-container {
  transform: translateY(0);
  transition: 500ms all;
}

.bottomOptions .popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size: 0;
  right: 8px;
  width: 30px;
  height: 30px;
}

.bottomOptions .popup-container .popup-close::before,
.bottomOptions .popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
}

.bottomOptions .popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.bottomOptions .popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.bottomOptions .popup-container .popup-close:hover:before,
.bottomOptions .popup-container .popup-close:hover:after {
  transition: 300ms all;
}

.bottomOptions .popup-container label {
  font-size: 14px;
  margin-bottom: 10px;
}
.bottomOptions .frm_style_formidable-style.with_frm_style .frm_submit button{
    width:100%;
}

.bottomOptions .togButton {
  display: block;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 0px;
  transition: all 0.4s ease-in-out;
}

.bottomOptions .togButton .fas {
  transition: transform .4s ease-in-out;
  float: right;
  padding: 5px 6px;
  border-radius: 50%;
}

.bottomOptions .togButton:hover>.fas {
  transform: rotate(90deg);
}

.bottomOptions .togContent p {
  padding: 10px;
  margin: 0;
}

.bottomOptions .frm_forms {
  padding: 10px;
  border-radius: 5px;
  border-radius: 5px;
}

.bottomOptions .frm_forms label {
  width: 100%;
}

.bottomOptions .wpcf7-list-item {
  display: block;
}

.bottomOptions .wpcf7-form-control.wpcf7-textarea {
  height: 100px;
  padding: 0px 0px 0px 3px;
  width: 100%;
}

.bottomOptions .wpcf7-response-output {
  margin-top: 5px;
}
.bottomOptions .popup{
  background-color: rgba(57, 74, 89, 0.7);
}

.bottomOptions .popup-container{
  background: #f9f9f9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bottomOptions .popup-container h2{
  color: var(--color-01);
}

.bottomOptions .popup-container .popup-close::before,
.bottomOptions .popup-container .popup-close::after{
  background-color: #8f9cb5;
}

.bottomOptions .popup-container .popup-close:hover:before,
.bottomOptions .popup-container .popup-close:hover:after {
  background-color: #ff3838;
}

.bottomOptions .togButton{
    color: var(--color-01);
    background: var(--color-03);
}

.bottomOptions .togButton:hover {
  color: var(--color-04);
  background: var(--color-01);
}

.bottomOptions .togButton .fas{
  border: 1px solid var(--color-01);
}

.bottomOptions .togButton:hover>.fas {
  color: #e6e6e6;
  background: var(--color-01);
  border: 1px solid var(--color-02);
}

.bottomOptions .togContent {
  background: var(--color-04);
}

.bottomOptions .wpcf7 {
  border: 1px solid var(--color-02);
}
.bottomOptions .wpcf7 textarea, .bottomOptions .wpcf7 textarea:focus{
  border: 1px solid var(--color-02);
  color: var(--color-02);
}
#frm_form_3_container .wpcf7 textarea {
  color: var(--color-02);
}

.bottomOptions .popup-container .wpcf7-form{
	padding: 6px;
}

.bottomOptions .popup-container .wpcf7-form p{
	color: var(--color-02);
}

@media screen and (max-width: 991px) {
 	
 .bottomOptions{
	margin-top: 0px;
 }
}

@media screen and (min-width: 575px) {
	
 .bottomOptions .gapTop{
	margin-top: 0px;
 }	
}

/*-----------------------------------

	Error Reporting section end

------------------------------------*/

/*-----------------------------------

	Chaty icon style start

------------------------------------*/

#chaty-widget-0 .channel-icon-Phone .color-element {
    fill: var(--color-01) !important;
    color: var(--color-01) !important;
}
#chaty-widget-0 .channel-icon-Phone .chaty-svg {
  background-color: var(--color-01) !important;
}

.on-hover-text p{
	  color: var(--color-01) !important;
}
/*-----------------------------------

	Chaty icon style end

------------------------------------*/


/*-----------------------------------

	Newslatter Style Start

------------------------------------*/

.tnp-subscription .tnp-field-firstname label{
	color: var(--color-06);
    font-size: 16px;
}

.tnp-subscription .tnp-field-firstname .tnp-name{
	border: 1px solid var(--color-03);
    border-radius: 5px;
    background-color: transparent;
    color: #979fa6;
    height: 40px;
}

.tnp-subscription .tnp-field-email label{
	color: var(--color-06);
    font-size: 16px;
}

.tnp-subscription .tnp-field-email .tnp-email{
	border: 1px solid var(--color-03);
    border-radius: 5px;
    background-color: transparent;
    color: #979fa6;
    height: 40px;
}

.tnp-subscription .tnp-privacy-field .tnp-privacy{
    max-width: 2em;
    border-color: var(--color-03);
}
.tnp-subscription .tnp-privacy-field .tnp-privacy:checked{
    background-color: var(--color-03);
}

.tnp-subscription .tnp-privacy-field label{
  padding: 5px 0px;
}

.tnp-subscription .tnp-privacy-field label a{
   color: var(--color-06);
   font-size: 14px;
}

.tnp-subscription .tnp-field-button .tnp-submit{
   border: 1px solid var(--color-03);
   border-radius: 5px;
   width: 50%;
   text-align: center;
   font-weight: 700;
   height: 46px;
   background-color: transparent;
   color: var(--color-03);
}

.tnp-subscription .tnp-field-button .tnp-submit:hover{
   background-color: var(--color-03);
   color: var(--color-04);
}

.newsletterLinkContent{
	font-size: 13px !important;
    color: var(--color-05) !important;
}

.newsletterLinkContent a{
	color: var(--color-03);
}

.newsletterLinkContent a:hover{
	 color: var(--color-06);
}

/*-----------------------------------

	Newslatter Style End

------------------------------------*/
/*-----------------------------------

	FAQ Page Style

------------------------------------*/
.widgetFaqs {
  position: sticky;
  top: 136px;
  z-index: 100;
}
.faqCatName{
	background-color: var(--color-01);
	padding: 5px;
}

.nav-link:focus, .nav-link:hover{
	color: var(--color-04);
}
.sidebar .widget-faqs ul li ul li a{
	background-color: var(--color-02);
    color: var(--color-04);
	border: 1px solid var(--color-04);
	padding:5px;
}
.sidebar .widget-faqs ul li a {
     color: var(--color-04);
    background: var(--color-01);
}
.sidebar .widget-faqs ul li a:hover {
     color: var(--color-04);
    background: var(--color-03);
}
.nav-item .submenu{
	padding-left:0;
}
.sidebar .widget-faqs ul li a i {
    float: right;
    font-size: 12px;
 
}
/*-----------------------------------

	FAQ Page Style

------------------------------------*/

/*-----------------------------------

	Client Area Style start

------------------------------------*/

.clientAreaContent p{
	margin-bottom: 10px !important;
}

.clientAreaContent .clientButton{
	margin-top: 25px;
}

/*-----------------------------------

	Client Area Style end

------------------------------------*/
/*-----------------------------------

jurislocator slogan Style start

------------------------------------*/
.jurisSlogan h6{
font-size: 14px;
}
/*-----------------------------------

jurislocator slogan Style start end

------------------------------------*/
	
/*-----------------------------------

       Exam Prep Style start

------------------------------------*/	

body {
  font-family: Arial, sans-serif;
  background-color: #fdfcf9;
  color: #111;
  margin: 0;
  padding: 0;
}

.exam-overview h1 {
  font-size: 25px;
}

.exam-overview .intro {
  font-size: 1.05em;
  color: #444;
  margin-bottom: 20px;
}

.exam-overview hr {
  border: none;
  height: 2px;
  background-color: #223;
  margin: 25px 0;
}

.overview-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.overview-item .icon {
  font-size: 32px;
  margin-right: 16px;
}

.overview-item .text h2 {
  font-size: 1.2em;
  margin: 0 0 6px;
  font-weight: bold;
}

.overview-item .text p {
  margin: 0;
  color: #333;
  font-size: 0.95em;
}

.learn-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.learn-box h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.learn-list.one-column {
  display: flex;
  flex-direction: column;
}

.learn-item {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 1em;
  color: #333;
}
.pricing-box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pricing-box .price{
  font-weight: bold;
  font-size: 20px;
	padding: 10px;
}

 .pricing-box p {
    margin: 6px 0;
    color: #979fa6;
    font-size: 16px;
}

.pricing-box strong {
    font-size: 20px;
}

.pricing-box a.learn-more {
    color: #d7a769;
  text-decoration: none;
}

.btn-purple {
    background-color: #5624d0;
    color: #fff;
    font-weight: bold;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    margin: 16px 0 10px;
    cursor: pointer;
}

  .price {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 10px;
  }

  .btn-outline {
    border: 2px solid #5624d0;
    background: #fff;
    color: #5624d0;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    margin: 6px 0;
    cursor: pointer;
  }

  .small-note {
    font-size: 13px;
    color: #555;
    text-align: center;
    margin: 10px 0;
  }

  .links {
    text-align: center;
    margin-top: 16px;
    font-size: 13px;
  }

  .links a {
    margin: 0 8px;
    color: #5624d0;
    font-weight: bold;
    text-decoration: none;
  }

  .coupon-box {
    border: 1px dashed #ccc;
    padding: 10px;
    margin-top: 16px;
    font-size: 14px;
    color: #333;
  }

  .coupon-code {
    font-weight: bold;
  }

  .coupon-input {
    display: flex;
    margin-top: 10px;
  }

  .coupon-input input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
  }

  .coupon-input button {
    background-color: #5624d0;
    color: white;
    border: none;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
  }

  .pricing-box button{
    width:100%;
  }

  .courseContent h1{
    font-size: 40px;
  }

  body {
  font-family: Arial, sans-serif;
  background-color: #fdfaf5;
  margin: 0;
  padding: 0;
  color: #1e1e1e;
}

.features-section {
	margin-top: 20px;
}

.features-section h5{
	font-size: 25px;
	margin-bottom: 20px;
}

.features-section .features-grid{
	margin-top: 25px;
}

.features-section h1 {
  font-size: 2em;
  margin-bottom: 40px;
  font-weight: bold;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.feature-box {
  background-color: var(--color-01);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
    margin-bottom: calc(var(--bs-gutter-x));
}

.feature-box .icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.feature-box h2 {
  font-size: 1.2em;
  margin: 10px 0;
  font-weight: 600;
}

.feature-box p {
    font-size: 0.95em;
    color: var(--color-05);
    line-height: 1.5;
}
	
.pricing-box{
  background-color: #394a59;
  padding: 15px;
  align-content: center;
  text-align: center;	
}

.examPrepPage h6{
  font-size: 25px;
  padding: 2px;;
}

.examPrepPage .section{
  padding: 5px 10px;
}

.examPrepPage .section ul{
  margin-left: 45px;
}

.ribbon-bottom{
  padding: 3px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-03);
  background-color: var(--color-01) !important;
}
.ribbon-bottom{
  --r: .8em;
  border-block: .5em solid #0000;
  padding-inline: .5em calc(var(--r) + .25em);
  line-height: 1.8;
  clip-path: polygon(100% 0,0 0,0 100%,100% 100%,calc(100% - var(--r)) calc(100% - .25em),100% 50%,calc(100% - var(--r)) .25em);
  background:
   radial-gradient(.2em 50% at left,#000a,#0000) border-box,
   #45ADA8 padding-box; /* the color  */
  width: fit-content;
}

.success-section{
	margin-top: 20px;
}

.success-section h5{
   font-size: 25px;
   margin-bottom: 20px;
}
	
.learnListSection{
	margin-top: 20px;
}
	
.learnListSection h5{
	font-size: 25px;
	margin-bottom: 20px;
}

.accessSection{
	margin-top: 20px;
}

.accessSection h6{
	margin-bottom: 20px;
	font-size: 25px;
}

.startSection{
	margin-top: 20px;
}

.examPrepPage ul{
	padding-left: 0px !important;
}
	
.questionBankSection .text-right{
  padding: 8px 0px; 
}
/*-----------------------------------

       Exam Prep Style end

------------------------------------*/
/*-----------------------------------

       Exam Prep pop-up Style start

------------------------------------*/
#irb-popup{
position: fixed;
bottom: 10px; 
right: 10px; 
background: var(--color-02);
border: 1px solid var(--color-01);
box-shadow: 0 2px 10px rgb(215 167 105 / 65%);
border-radius: 8px;
z-index: 9999;
overflow:hidden;
}
#irb-popup .close-irb-popup{
position: absolute;
top: 5px;
right: 8px;
background: none;
border: none;
font-size: 25px;
cursor: pointer;
color: var(--color-03);
}
#irb-popup h3{
    background-color: var(--color-03);
    padding: 10px;
    text-align: center;
    margin: 0px;
    font-size: 22px;
    color: var(--color-01);
}
#irb-popup .irb-popup-inner{
   padding: 15px 20px; 
   background-color: var(--color-01);
}
#irb-popup .irb-popup-inner h3{
    font-weight: 700;
    color: var(--color-03);
    padding: 10px;
    text-align: center;
    margin: 0px;
    font-size: 16px;
    background-color: transparent;
}
#irb-popup .irb-popup-inner .smart-move{
    text-align:center;
    font-size:14px;
}
#irb-popup .irb-popup-inner p{
    color:#edc99c;
    margin-bottom: 3px;
}
#irb-popup .irb-feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#irb-popup .irb-popup-inner li{
padding-left: 25px;
list-style: none;
color:#edc99c;
position: relative;
}
#irb-popup  .irb-feature-list i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #979fa6;
}
#irb-popup  .irb-feature-list span{
    display:block;
    font-size:12px;
    font-style:italic;
    color: #979fa6;
}
#irb-popup .irb-popup-inner .irb-btn{
display: block;
background-color: var(--color-02);
color: var(--color-03);
text-align: center;
padding: 10px;
  font-weight: 700;
}
#irb-popup .irb-popup-inner .irb-btn:hover, #irb-popup .irb-popup-inner .irb-btn:focus{
    background-color: var(--color-05);
color: var(--color-01);
}
#irb-popup .irb-popup-inner .pricing-box{
    font-size:30px;
}
#close-irb-popup{
    position: absolute;
    top:10px;
    right:10px;
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color:var(--color-01);
}
#close-irb-popup:hover{
    color:var(--color-04);
}
/*-----------------------------------

  Exam Prep pop-up Style end
     
------------------------------------*/
	
/*-----------------------------------

  Exam Prep page styles
     
------------------------------------*/

.examPrepPage .highlight h5{
    color: var(--color-03);
  border-bottom: none;
  font-size: 45px;
  font-family: var(--theme-font-2);
}
.examPrepPage .highlight p{
    font-size: 20px;
  font-style: italic;
  color: var(--color-04);
}
.examPrepPage h6 {
  font-size: 18px;
  color: var(--color-01);
  font-weight: 400;
  border-bottom: 1px solid var(--color-05);
}
.examPrepPage .highlight{
    background-color: var(--color-01);
   margin-bottom:20px;
    padding:40px;
    text-align: center;
}
	
.examPrepPage .highlight .heighlightImage{
    max-width: 400px;
  height: auto;
}
#quiz-sidebar .quiz-sidebar-wrapper{
    background-color:var(--color-05);
    text-align:center;
}
#quiz-sidebar .quiz-sidebar-wrapper h2{
    font-size: 22px;
  color: var(--color-01);
}

#quiz-sidebar .quiz-sidebar-wrapper h2 span{
   background-color: var(--color-04);
  padding: 10px;
  font-size: 16px;
  display: block;
  margin: 20px auto 0px auto;
  max-width: 208px;
  text-align: center;
}
#quiz-sidebar .item.question-box h3{
    color: var(--color-01);
    border-bottom: 1px solid var(--color-05);
    margin-bottom: 15px;
}
.review-container .single-review{
    background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid;
}

#quiz-container{
border: 1px solid var(--color-05);
  padding: 20px;
}
#quiz-container .item.question-box h3{
    color: var(--color-01);
  border-bottom: 1px solid var(--color-05);
}

#quiz-container .item.question-box .qAnswer{
  margin-top: 20px;
}
