:root {
  --primary-color: #1977b3;  
  --secondary-color: #666666;
  --green: #b9d800;
  --third-color: #8E7676;
  --third-font: 'Noto Serif', serif;
  --body-font: 'Quicksand', sans-serif;
  --site-width: 80vw;
  --site-max-width: 1400px;
  --site-width-large: 93vw;
  --dark-grey: #333333;
  --medium-grey: #666666;
  --light-grey: #f2f2f2;
  --am-button-4-icon: '>';
  --font-family-icon: 'ETmodules';
}


body[class*="page-template-template-alchemy"] .am-section p {
  font-size: 20px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  color: var(--dark-grey);
  font-family: var(--body-font);
}

body[class*="page-template-template-alchemy"] .am-section h1 {
  font-size: 61px;
  line-height: 120%;
  margin: 0px;
  padding-bottom: 12px;
  font-weight: 800;
  color: var(--primary-color);
  font-family: var(--third-font);
}




body[class*="page-template-template-alchemy"] .am-section h2 {
  font-size: 41px;
  line-height: 140%;
  margin: 0px;
  padding-bottom: 12px;
  color: var(--primary-color);
  font-family: var(--third-font);
  font-weight: 800;
}

body[class*="page-template-template-alchemy"] .am-section h3 {
  font-size: 27px;
  line-height: 140%;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 12px;
  color: var(--secondary-color);
  font-family: var(--secondary-font);
}

body[class*="page-template-template-alchemy"] .am-section h4 {
  font-size: 18px;
  line-height: 180%;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--secondary-color);    
  font-family: var(--secondary-font);
}
body[class*="page-template-template-alchemy"] .am-section h5,
body[class*="page-template-template-alchemy"] .am-section h6 {
  font-family: var(--secondary-font); 
}

body[class*="page-template-template-alchemy"] .am-section p.pre-h {
  font-family: 'Caveat',sans-serif;
  text-transform: none;
  color: var(--green);
  font-size: 25px;
}
body[class*="page-template-template-alchemy"] .am-section, body[class*="page-template-template-alchemy"] .am-section div{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 18px;
}

.center {
  text-align: center;
}
.center p {
  margin: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.pre-h {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
  font-family: var(--primary-font);
  color: var(--secondary-color);
}

a.am-button-1,
a.am-button-2,
a.am-button-3,
a.am-button-4 {
  text-decoration: none !important;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}

a.am-button-1 {
  background-color: var(--green);
  color: #ffffff;
  text-decoration: none !important;
  display: inline-block;
  margin: 18px 0px;
  padding: 12px 41px;
  border: none;
  border-radius: 100px;
}

a.am-button-2 {
  background-color: var(--primary-color);
  color: #ffffff;
  text-decoration: none !important;
  display: inline-block;
  margin: 18px 0px;
  padding: 10px 39px;
  border-radius: 100px;
}

a.am-button-3 {
  background-color: var(--secondary-color);
  color: #ffffff;
  text-decoration: none !important;
  display: inline-block;
  margin: 18px 0px;
  padding: 12px 41px;
  border: none;
}

a.am-button-4 {
  color: var(--secondary-color);
}

a.am-button-4:after {
  content: '\35' !important;
  font-family: var(--font-family-icon);
  margin: 0px 0px;
  transition: all 0.5s;
  transform: inherit !important;
  position: relative !important;
}

a.am-button-1:hover,
a.am-button-2:hover,
a.am-button-3:hover,
a.am-button-4:hover {
  opacity: 0.8;
}

a.new-tab:after {
  content: ' ';
  height: 1em;
  width: .66em;
  margin-left: 2px;
  display: inline-block;
  background-image: url('/wp-content/uploads/2020/08/new-tab-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}

a.new-tab:hover:after {
  opacity: 1;
}

ol.breadcrumbs {
  list-style: none;
  padding-left: 0px;
}

ol.breadcrumbs li {
  font-size: 14px;
  display: inline-block;
}

ol.breadcrumbs a:after {
  content: '>';
  display: inline-block;
  margin: 0px 0px 0px 8px;
}

ol.breadcrumbs li:last-of-type a {
  text-decoration: none;
  font-weight: bold;
}

ol.breadcrumbs li:last-of-type a:after {
  content: none;
}


/*------------------------------ Color Design ---------------------------------*/


.dark-section {
  background-color: var(--primary-color);
}

.dark-section > *,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section a,
.dark-section a:visited {
  color: #ffffff !important;
}

.dark-section a.am-button-2,
.dark-section a.am-button-4 {
  color: #ffffff;
  border-color: #ffffff;
}

.dark-section .lighter {
  opacity: 0.8;
}
.dark-section p, .dark-section ul li, .dark-section ol li {
  color:#ffffff !important;
}
.grey-section {
  background-color: var(--light-grey);
}


/*------------------------------ EO Color Design ---------------------------------*/


.am-section {
  padding: 50px 0px;
  clear: both;
}

.am-row {
  margin: auto;
  display: flex;
  width: 90%;    /* Set width of container */
  max-width: 1400px !important;    /* Set max-width of container */
}

.am-column-1-1 {
  width: 100%;
  padding: 40px 60px;
}

.am-column-1-2 {
  width: 50%;
  float: left;
  padding: 40px 40px;
  box-sizing: border-box;
}

.am-column-1-3 {
  width: 33%;
  float: left;
  padding: 40px 30px;
  box-sizing: border-box;
}

.am-column-1-4 {
  width: 25%;
  float: left;
  padding: 40px 25px;
  box-sizing: border-box;
}

.am-column-1-5 {
  width: 20%;
  float: left;
  padding: 40px 20px;
  box-sizing: border-box;
}

.am-column-1-6 {
  width: 16.6%;
  float: left;
  padding: 40px 15px;
  box-sizing: border-box;
}

.am-column-2-5 {
  width: 35%;
  float: left;
  padding: 40px 40px;
  box-sizing: border-box;
}

.am-column-3-5 {
  width: 65%;
  float: left;
  padding: 40px 40px;
  box-sizing: border-box;
}

.am-column-3-4 {
  width: 75%;
  float: left;
  padding: 40px 40px;
  box-sizing: border-box;
}

.am-section + p{
  display: none;
}
.am-section p:empty{
  display: none;
}
.am-section ul, .am-section ol {
  padding-left: 2rem;    
}
.am-full-width-box{
  width: 100%;
  max-width: inherit !important;
}
.am-full-width-box .am-column-1-1{
  padding-left: 0px;
  padding-right: 0px;
}
.center .am-column-1-1 p {
  max-width: 650px;
}
.am-parallax-bg{
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment:scroll;
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-attachment: fixed;
}

.am-primary-circle,
.am-secondary-circle,
.am-light-grey-circle,
.am-third-circle,
.am-dark-grey-circle{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 18px;
  display: inline-block;
}

.am-primary-circle{background-color: var(--primary-color);}
/*.primary-color{color: var(--primary-color);}*/

.am-secondary-circle{background-color: var(--secondary-color);}
/*.secondary-color{color: var(--secondary-color);}*/

.am-third-circle{background-color: var(--third-color);}
/*.third-color{color: var(--third-color);}*/

.am-light-grey-circle{background-color: var(--light-grey);}
/*.light-grey{color: var(--light-grey);}*/

.am-dark-grey-circle{background-color: var(--dark-grey);}
/*.dark-grey{color: var(--dark-grey);}*/

.am-column-1-3 input:not(.wpcf7-submit){
  width: 100%;
}
@media only screen and (min-width: 981px) {
  .am-equal-column-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
    align-items: center;
 }
 .float-left {
    float: left;
    width: 47%;
    margin: 1em 3% 1em 0px;
 }

 .float-right {
    float: right;
    width: 47%;
    margin: 1em 0 1em 3%;
 }

 .am-column-1-5 h3,
 .am-column-1-6 h3 {
    font-size: 1em;
 }

 a.am-button-1 + a.am-button-1,
 a.am-button-1 + a.am-button-2,
 a.am-button-1 + a.am-button-3,
 a.am-button-1 + a.am-button-4,
 a.am-button-2 + a.am-button-1,
 a.am-button-2 + a.am-button-2,
 a.am-button-2 + a.am-button-3,
 a.am-button-2 + a.am-button-4,
 a.am-button-3 + a.am-button-1,
 a.am-button-3 + a.am-button-2,
 a.am-button-3 + a.am-button-3,
 a.am-button-3 + a.am-button-4,
 a.am-button-4 + a.am-button-1,
 a.am-button-4 + a.am-button-2,
 a.am-button-4 + a.am-button-3,
 a.am-button-4 + a.am-button-4 {
    margin-left: .66em;
 }

 .two-column-full-width-right-image,
 .two-column-full-width-left-image {
    padding: 0px;
    margin: 0px;
 }

 .two-column-full-width-right-image .am-row,
 .two-column-full-width-left-image .am-row {
    width: 100%;
    /*  max-width: 2200px;  */
 }

 .two-column-full-width-right-image .am-column-1-2,
 .two-column-full-width-left-image .am-column-1-2 {
    padding: 100px 60px;
 }

 .two-column-full-width-right-image .am-row .am-column-1-2:last-of-type {
    padding-right: calc(80px + 5%);
    box-sizing: border-box;
 }

 .two-column-full-width-left-image .am-row .am-column-1-2:first-of-type {
    padding-left: calc(80px + 5%);
    box-sizing: border-box;
 }

}
@media only screen and (max-width: 1150px) and (min-width: 981px) {
  .am-column-1-2 a.am-button-1 + a.am-button-1,
  .am-column-1-2 a.am-button-1 + a.am-button-2,
  .am-column-1-2 a.am-button-1 + a.am-button-3,
  .am-column-1-2 a.am-button-1 + a.am-button-4,
  .am-column-1-2 a.am-button-2 + a.am-button-1,
  .am-column-1-2 a.am-button-2 + a.am-button-2,
  .am-column-1-2 a.am-button-2 + a.am-button-3,
  .am-column-1-2 a.am-button-2 + a.am-button-4,
  .am-column-1-2 a.am-button-3 + a.am-button-1,
  .am-column-1-2 a.am-button-3 + a.am-button-2,
  .am-column-1-2 a.am-button-3 + a.am-button-3,
  .am-column-1-2 a.am-button-3 + a.am-button-4,
  .am-column-1-2 a.am-button-4 + a.am-button-1,
  .am-column-1-2 a.am-button-4 + a.am-button-2,
  .am-column-1-2 a.am-button-4 + a.am-button-3,
  .am-column-1-2 a.am-button-4 + a.am-button-4 {
    margin-left: 0px;
    display: table;
 }
}
@media only screen and (max-width: 480px) {
  .am-parallax-bg{
    background-attachment: inherit;
 }
}


/*------------------------------ Mobile Layout ---------------------------------*/


@media only screen and (max-width: 980px) {

  .am-column-1-1,
  .am-column-1-2,
  .am-column-1-3,
  .am-column-1-4,
  .am-column-1-5,
  .am-column-1-6,
  .am-column-2-5,
  .am-column-3-5,
  .am-column-3-4 {
    width: 100%;
    padding: 30px 10px;
 }

 .am-column-1-4,
 .am-column-1-5,
 .am-column-1-6 {
    text-align: center;
 }
 div[class*="am-column"] ul {
    text-align:left;
 }
 .am-row {
    display: block;
 }
 .reverse-section .am-row, .reverse-section.am-row {
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    display: flex;
    flex-direction: column-reverse;
 }

 .am-row:after {  /*---This preserves a row's background color as columns break to new lines ---*/ 
 content: " ";
 clear: both;
 display: block;
 visibility: hidden;
 line-height: 0px;
 height: 0px;
 width: 0px;
}

.box-section {   /*---Apply to any row, column, or element with a background color---*/
 width: 92vw;
 margin-left: calc(((-100vw + 100%)/2) + 4vw);
 padding: 5vw;
}

.box-section div {   /*---Removes redundant padding---*/
 padding-left: 0px;
 padding-right: 0px;
}

a.am-button-1,
a.am-button-2,
a.am-button-3,
a.am-button-4 {
 display: block;
 text-align: center;
 margin: 1em auto;
}


.two-column-full-width-right-image .am-column-1-2,
.two-column-full-width-left-image .am-column-1-2 {
 min-height: 300px;
}


}

/*------------------------------ EO Mobile Response ---------------------------------*/
/*------------------------------ Button Hover on Desktop ----------------------------*/

@media only screen and (min-width: 981px) {

  a.am-button-1:hover,
  a.am-button-3:hover {
    padding-left: 26px;
    padding-right: 56px;
    opacity: 1;
    position: relative;
 }

 a.am-button-2:hover {
    padding-left: 24px;
    padding-right: 54px;
    opacity: 1;
 }

 a.am-button-1:after, 
 a.am-button-2:after, 
 a.am-button-3:after {
    content: '\24';
    font-family: var(--font-family-icon);
    font-size: 1.5em;
    display: inline-block;
    position: absolute;
    opacity: 0;
    margin-left: -10px;
    transition: all 0.5s;
 }

 a.am-button-1:hover:after, 
 a.am-button-2:hover:after, 
 a.am-button-3:hover:after {
    margin-left: 10px;
    opacity: 1;
 }

 a.am-button-4:hover:after {
    margin: 0px 0px 0px 12px;
 }

}

/*------------------------- EO Button Hover on Desktop ---------------------------*/

/* ----------------------------- Global Announcement Bar -------------------------------*/

.announcement-bar {
  padding: 5px 10px;
  margin: 0px;
  background-color: #ff0000; /* Backup for IE11 */
  background-color: var(--secondary-color);
  color: #ffffff;
}

.announcement-bar a,
.announcement-bar a:visited{
  color: #ffffff;
}

.announcement-bar p{
  padding: .66em 0px;
  color:#ffffff;
}

.announcement-bar p:before {
  content: '\26A0';
  font-size: 1.5em;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  margin-left: -35px;
  margin-top: 1px;
}

/* ---------------------------------- EO Announcement Bars ----------------*/

/* --------------------------------- Sidebar ------------------------------*/

.sidebar h3,
#sidebar h3 {
  margin-top: 1.5em;
  margin-bottom: 0px;
}

.sidebar > h3:first-of-type {
  margin-top: 0px;
}

.sidebar img,
#sidebar img {
  margin: .66em 0px;
}
.sidebar-testimonial {
  background-color: var(--secondary-color);
  color: #ffffff;
  padding: 18px 27px;
  margin-bottom: 27px;
}
.sidebar-testimonial img {
  max-width: 40px;
  opacity: 0.3;
  margin: 12px auto 8px;
  display: block;
}

.sidebar-testimonial p {
  font-size: 14px;
  color:#ffffff;
}
.sidebar-testimonial .testimonial-author {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-top: 18px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
}

.sidebar-testimonial .testimonial-author-descriptor {
  font-size: 14px;
  font-style: italic;
  opacity: 0.6;
  padding-left: 12px;
  padding-right: 12px;
}




/*.form-label-top {
    margin-bottom: 6px;
    display: block;
    white-space: normal;
}
.form-label-top, .form-label-left, .form-label-right {
    font-weight: bold;
    margin-bottom: 9px;
    }*/


    #sidebar input[type=text], #sidebar input.text, #sidebar input.title, #sidebar textarea, #sidebar select, #sidebar .form-line-active input:focus, #sidebar .form-line-active textarea:focus {
     padding: 10px 20px;
     border: 1px solid #999 !important;
     display: block;
     background-color: #eee;
     font-size: 15px;
     width: 100%;
  }
  #sidebar .form-section{
     width: 100%;
     max-width: inherit;
     padding: 0px;
  }

  #sidebar .am-contact_submit {
     margin: 0px auto;
     width: 100%;
     background: #232162;
     color: #ffffff !Important;
  }
  #sidebar .am-contact_submit {
     background-color: #232162!important;
     color: #fff!important;
     border-radius: 0px;
  }

  .sidebar-inc {
     border: 1px solid #dddddd;
     padding: 18px 18px 6px;
  }
  .sidebar-inc img{
     display: block;
     max-width: 100%;
     margin: auto !important;
  }
  .sidebar-inc a {
     background-color: #232162;
     color: #ffffff;
     padding: 6px 18px 8px;
     margin: 0px auto !important;
     text-align: center;
     display: block;
     border: solid 2px #232162;
     transition-duration: 0.3s;
  }
  .sidebar-inc a:hover {
     background: #ffffff;
     color: #232162;
     font-weight: 500;
     transition-duration: 0.3s;
  }

  #downloadable-forms{
     padding: 0px;
     list-style-type: none;
     margin-left:30px;
  }
  #downloadable-forms li {
     margin-bottom: 14px;
     line-height:1.3em;
  }
  #downloadable-forms li a {
     color: #232162;
     font-size: 15px;
     font-weight: 600;
  }

  ul#downloadable-forms span.icon_cloud-download {
     margin-left: -25px;
     font-size: 17px;
     margin-top: 2px;
     position: absolute;
  }

  #sidebar input[name="formID"] + p{
     display: none;
  }
  #sidebar .sidebar-form + p{
     height: 0px !important;
     overflow: hidden;
     padding: 0px;
  }

  #sidebar .form-section li{
     list-style-type: none;
     display: block;
     width: 100%;
     padding: 0px;
  }
  #sidebar .form-section li .form-input-wide{
     margin-bottom: 10px;
     float: left;
     width: 100%;
  }
  #sidebar .form-section li .form-buttons-wrapper{
     margin-top: 10px;
     display: block;
  }
  .sidebar-testimony {
     background-color: #232162;
     border-radius: 3px;
     margin: 12px 0px 0px;
     padding: 15px;
     color: #ffffff;
     font-size: 14px;
     font-style: italic;
  }

  .sidebar-testimony img {
     display: block;
     max-width: 140px;
     margin: 0px auto 12px !important;
     opacity: 0.5;
  }
  .sidebar-testimony-author {
     font-weight: bold;
     font-style: none;
     display: block;
     text-align: right;
     margin-top: 8px;
  }
  #sidebar p{
     font-size: 18px!important;
  }
  .widget_categories a {
     text-decoration: none;
     color: #666;
     font-weight: 600;
     font-size: 14px!important;
  }
  .widget_categories li{
     margin: 0px !important;
  }

  /*--------------------------------- EO Sidebar ---------------------------------------*/

  /* ------------------ BO Gradient Layout on Hero ------------------*/

div[class*="overlay-section"] {
    position: relative;
}
div[class*="overlay-section"]:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 3;
}
div[class*="overlay-section"] > .am-row {
    z-index: 9;
    position: relative;
}
.overlay-section-white:before {
    background: rgba(255,255,255,0.8);
}
.overlay-section-color:before {
    background: var(--primary-color);
}
.overlay-section-dark:before {
    background: var(--dark-grey);
}

/* ------------------ EO Gradient Layout on Hero ------------------*/

  /*------------------------------ Animation ---------------------------------*/

  .am-button-1, .am-button-2, .am-button-3, .am-button-4 {
     opacity: 0;
  }
  .show-effect-button {
     animation: effect_animation .5s ease-in forwards;
  }
  @-webkit-keyframes effect_animation {
     0% { opacity: 0; }
     100% { opacity: 1; }
  }
  @-moz-keyframes effect_animation {
     0% { opacity: 0; }
     100% { opacity: 1; }
  }
  @keyframes effect_animation{
     0% { opacity: 0; }
     100% { opacity: 1; }
  }
  @-ms-keyframes effect_animation{
     0% { opacity: 0; }
     100% { opacity: 1; }
  }
  @-o-keyframes effect_animation{
     0% { opacity: 0; }
     100% { opacity: 1; }
  }


  /*------------------------------ EO Animation ---------------------------------*/


  /* ------------------ Single Custom Block CSS ------------------*/

  .hero-blog.single-post{
     padding-top: 0;
     padding-bottom: 0;
  }

  .hero-blog.single-post > .am-row{
     width: 100%;
  }

  .hero-blog.single-post > .am-row .am-column-1-2:nth-child(1){
     width: 90%;
     margin: auto;
     padding: 40px;
  }

  .single-post .site-content ul:not(.highlights ul){
     padding-left: 40px;
     padding-bottom: 35px;
  }

  .single-post .definition-block{    
     border-left: 2px solid var(--primary-color);
     border-right: 2px solid var(--primary-color);
     border-top: 2px solid var(--primary-color);
     width: 70%;
     margin: auto !important;
     margin-top: 30px !important;
     margin-bottom: 20px !important;

  }
  .single-post .dark-box-blog {
    background-color: var(--primary-color);
    padding: 10px 20px;
    margin: 20px 0px;
 }
 .single-post .dark-box-blog p {
    font-weight: 700;
    padding: 15px 20px;
    font-style: italic;
    color: #fff;
 }
 .single-post .definition-block > h3{
  padding: 10px 30px;
  text-align: center;
}

.single-post .definition-block .text-definition{
  padding: 10px 30px;
  width: 102%;
  background-color: #FFF;
  margin-left: -1%;
}

.single-post .definition-block .title-definition{
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 14px;
  margin-right: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .single-post .entry-content .definition-block{
    width: 90%;
 }
}

.single-post .highlights{
  width: 90%;
  margin: auto !important;
  margin-top: 50px !important;
  margin-bottom: 40px !important;
  position: relative;
}

.single-post .highlights h3{
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 0; 
  padding-left: 5px;
}

.single-post .highlights ul{
  max-width: 100%;
}

.single-post .highlights:before,
.single-post .highlights:after{
  content: "";
  position: absolute;
}

.single-post .highlights:before{    
  width: 300px;
  height: 58px;
  border-top: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
  top: -20px;
  left: -15px;
}

.single-post .highlights:after{    
  width: 300px;
  height: 58px;
  border-bottom: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  bottom: 0;
  right: -15px;
}

.single-post .pull-quote{
  width: 70%;
  margin: auto !important;
  margin-top: 60px !important;
  margin-bottom: 40px !important;
  position: relative;   
}

.single-post .pull-quote h4{
  text-transform: capitalize;
}

.single-post .pull-quote:before{

  content: "\201c";

  position: absolute;

  left: -59px;

  width: 50px;

  height: 50px;

  text-align: center;

  font-size: 80px;

  line-height: 1;

  top: -35px;

  color: var(--primary-color);

}



.single-post .pull-quote:after{

  content: "";

  position: absolute;

  height: 2px;

  background-color: var(--primary-color);

  width: 50%;

  top: -17px;

}



.single-post .table-of-contents{

  padding: 20px 0;

  position: relative;

  width: 90%;

  margin: auto !important;

  margin-top: 10px !important;
  margin-bottom: 30px !important

}



.single-post .table-of-contents h4{

  padding-bottom: 0;

}



.single-post .table-of-contents ul{

  list-style: none;   

}



.single-post .table-of-contents ul > li {

  position: relative;

}



.single-post .table-of-contents ul > li p{        

  padding-bottom: 0;

  width: fit-content;

  text-decoration: underline;

  text-decoration-color: var(--primary-color);

}



.single-post .table-of-contents ul > li > span{

  position: absolute;

  left: -25px;

  color: var(--primary-color);

  font-size: 17px;

}



.single-post .table-of-contents .am-row{

  width: 100%;

}



.single-post .table-of-contents .am-row .am-column-1-2{

  padding: 0;

}



.single-post .table-of-contents:after{

  content: '';

  position: absolute;

  width: 100%;

  height: 5px;

  background-color: var(--primary-color);

}

.single-post .comparison-block{
  margin: 30px 0px 60px 0px !important;
}
.single-post .comparison-block h4{
  color: #fff!important;
  padding-bottom: 0;

}
.single-post .comparison-block h4.title-cons{
  background: #C65647!important;
  text-align: center;
}
.single-post .comparison-block h4.title-pros{
  background: #58B171!important;
  text-align: center;
}
.single-post .comparison-block .am-row .am-column-1-2{
  padding: 0;        
}
.single-post .comparison-block ul.list-pros, .single-post .comparison-block ul.list-cons {
  padding: 20px 20px 20px 20px!important;
}
.single-post .comparison-block .am-row .am-column-1-2 > div{
  border: 1px solid #666;
  margin: 10px;
  box-shadow: 0px 0px 3px #666;
  height: 100%;
}
.single-post .comparison-block ul{
  margin: 0 0 0 20px;
  list-style: square;
  padding-bottom: 0;
}
.single-post .comparison-block ul li{
  line-height: 1.4;
  position: relative;
  list-style: none;
}
.single-post .comparison-block ul.list-pros li:before{
  content: "\5a";
  left: -24px;
  font-weight: 700;
  position: absolute;
  font-family: var(--font-family-icon);    
}
.single-post .comparison-block ul.list-cons li:before{
  content: "\51";
  left: -24px;
  font-weight: 700;
  position: absolute;
  font-family: var(--font-family-icon); 
}
.single-post .comparison-block .title-pros,
.single-post .comparison-block ul.list-pros li:before{
  color: #58B171; 
}
.single-post .comparison-block .title-cons,
.single-post .comparison-block ul.list-cons li:before{
  color: #C65647;  
}

.single-post div.inline-cta {
  margin: 20px 0 !important;
  padding: 20px;
  text-align: center;
  background-color: var(--light-grey);
}
.single-post div.inline-cta + .blog-pre-h{
  padding-top: 25px;
}
.single-post div.inline-cta + h2,
.single-post div.inline-cta + h3{
  padding-top: 20px;
}

.inline-cta .am-button-1{
  display: block;    
  position: relative;
  text-align: center;
}
.inline-cta .am-button-1:after{
  top: 6px;
}

.single-post div.tip-block{
  padding: 20px;
  background-color: var(--light-grey);
  text-align: left;
  position: relative;
  width: 90%;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-left: auto;
  margin-right: auto;

}
.single-post div.tip-block + .blog-pre-h{
  padding-top: 25px;
}
.single-post div.tip-block + h2,
.single-post div.tip-block + h3{
  margin-top: 0px;
  padding-top: 20px;
}


.tip-block h4{  

  padding-bottom: 0;
  color: var(--primary-color);
  position: relative;
  padding-left: 30px;

}



.tip-block h4:after{

  content: "\e082";
  position: absolute;
  font-family: var(--font-family-icon);
  top: 0;
  color: var(--primary-color);
  font-size: 25px;
  left: -5px;
}
.single-post .blog-pre-h {
  color: var(--secondary-color);
  font-size: 1.2em;
  font-weight: 800;
  padding-bottom: 0px;
  padding-top: 15px;
  text-transform: uppercase;
}
.single-post .blog-pre-h + h2,
.single-post .blog-pre-h + h3 {
  margin-top: 0px !important;
}
.single-post div.article-sources{

  padding: 20px;        

  position: relative;

  width: 90%;

  margin: auto !important;

  margin-top: 20px !important;

  margin-bottom: 20px !important;

}



.article-sources h4{

  color: var(--primary-color);

  width: fit-content;

  position: relative;

  cursor: pointer;

}



.article-sources h4:before{

  content: "\50";

  position: absolute;

  font-family: var(--font-family-icon);

  right: -35px;

  top: -1px;

  font-size: 24px;      

}



.next-element-toggle.open:before{

  content: "\4f";

}



.article-sources ul{

  list-style: none;   

}



.article-sources ul li{

  position: relative;

  line-height: 1.5;

}



.article-sources .nro{

  position: absolute;

  left: -25px;



}



.article-sources .text-underline{

  text-decoration: underline;

}



.cite-article {

  padding-right: 30px;
  margin: 40px 0 !important;

}



.cite-article .cite-content{

  width: fit-content;

  position: relative;

  margin-left: auto;

  margin-right: 0;

}

.cite-article .cite-content .am-window{

  display: none;
  position: absolute;
  border: 1px solid;
  margin-top: 24px;
  z-index: 5;
  width: 390px;
  overflow-wrap: break-word;
  text-align: left;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(233, 233, 233);
  border-image: initial;
  padding: 20px;
  right: 0;

}



.cite-article .cite-content .am-window .close-window{



}



.cite-article .cite-content .am-window .close-window svg{

  width: 18px;

  position: absolute;

  right: 30px;

}



.cite-article .cite-content .am-window:before,

.cite-article .cite-content .am-window:after{

  content: "";

  position: absolute;

  bottom: 100%;

  right: 0px;

  margin-right: 27px;

  border-style: solid;

}



.cite-article .cite-content .am-window:before{

  right: -2px;

  border-color: transparent transparent rgb(233, 233, 233);

  border-width: 12px;

}

.cite-article .cite-content .am-window:after{

  border-color: transparent transparent rgb(255, 255, 255);

  border-width: 10px;

}



.cite-article .cite-content .am-window > ul{

  list-style: none;

  padding: 0;

  margin: 0;

}

.cite-article .cite-content .toggle-window{

  text-decoration: none;
  font-weight: 700;
  position: relative;
  background-color: var(--light-grey);
  padding: 15px;
  padding-right: 40px;

}



.cite-article .cite-content .toggle-window:after{

  content: "\7c";
  position: absolute;
  font-family: var(--font-family-icon);
  right: 10px;
  font-size: 20px;
  top: 7px;

}

.cite-article .cite-content .toggle-window:hover:after{

  color:var(--primary-color);

}



.cite-article .cite-content .am-window > ul li{

  display: inline-block;

  margin: 0;

  margin-right: 10px;

  margin-bottom: 10px;

}

.cite-article .cite-content .am-window > ul li a{

  text-transform: uppercase;

  text-decoration: none;

  font-weight: 700;

}



.cite-article .cite-content .am-window > ul li a:hover{

  color: var(--primary-color);

}



.cite-article .cite-content .am-window > ul li a.tab-selected{

  color: var(--primary-color);

  font-weight: 700;

}



.cite-article .am-window .content-tab{

  display: none;

}

.cite-article .am-window .content-tab.show{

  display: block;

  margin-top: 4px;

}



.cite-article .am-window h5{

  padding: 0;

  margin: 0;

  text-transform: uppercase;

  font-size: 13px;

}

.cite-article .am-window button{

  font-weight: 700;    

  background-color: rgb(233, 233, 233);

  text-transform: uppercase;

  color: rgb(51, 51, 51);    

  height: 48px;

  border-width: initial;

  border-style: none;

  border-color: initial;

  border-image: initial;

  outline: 0px;

  overflow: hidden;

  border-radius: initial;

}

.cite-article .am-window button:hover{

  background-color: var(--primary-color);

  color: #FFF;

}
.single-post .authority-bio{
  width: 90%;
  margin: auto !important;
  position: relative;
  align-items: center;
  background-color: var(--light-grey);
  padding: 40px 25px;
  padding-left: 120px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.single-post .authority-bio .thumb{
  position: absolute;
  width: 120px;
  height: 120px;
  left: -30px;
  padding: 3px;
  background-color: var(--light-grey);
  border: 1px solid var(--secondary-color);
}

.single-post .authority-bio h3{
  padding-bottom: 0;
}
.single-post .authority-bio h4{
  color: var(--secondary-color);
  opacity: 0.5;
  font-style: italic;
}
.single-post .authority-bio .strong-text{
  color: var(--primary-color);
  font-weight: 700;
}

.single-post .authority-bio.without-photo{
  padding-left: 25px;
}

@media only screen and (max-width: 480px) {
  .single-post .definition-block{
    width: 90%;
 }
}

/* ------------------ EO Single Custom Block CSS ------------------*/


/* ------------------ BO General ------------------*/

body[class*="page-template-template-alchemy"] .am-section h3.team-name {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
}
body[class*="page-template-template-alchemy"] .team-section img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: solid 6px var(--light-grey);
  /* outline: solid 6px var(--light-grey); */
}
.alchemy-page .benefit-container div.content-container {
  padding: 20px;
  margin-top: -9px;
  border-radius: 0 0 20px 20px;
}
body[class*="page-template-template-alchemy"] .am-section .benefit-container p {
  padding-bottom: 0;
}
body[class*="page-template-template-alchemy"] .am-section .benefit-container img {
  border-radius: 20px 20px 0 0;
}
.alchemy-page img.circle {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  width: 500px;
  margin-inline: auto;
  display: block;
  max-width: 100%;
}
.alchemy-page .text-module {
  position: relative;
}
.alchemy-page .text-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.alchemy-page .image-container {
  width: 500px;
  margin-inline: auto;
  display: block;
  max-width: 100%;
  position: relative;
}
.alchemy-page .lordicon-container {
  position: absolute;
  background: var(--primary-color);
  border-radius: 50%;
  padding: 20px;
  border: solid 5px white;
  transform: translateX(-50px);
  width: 150px;
  height: 150px;
}
.alchemy-page .badges-section {
  padding-block: 0;
}
.alchemy-page .badges-section .am-column-1-6 {
  padding-block: 15px;
}
body[class*="page-template-template-alchemy"] .badges-section h3 {
  font-size: 18px;
}
body[class*="page-template-template-alchemy"] .am-section p.long-titles {
  font-size: 14px;
  font-style: italic;
}
body[class*="page-template-template-alchemy"] p.pre-h {
  color: var(--secondary-color);
}
.top-orlando {
  background: url(https://pursuittherapy.com/wp-content/uploads/2023/05/orlando-bg-1-1.jpg);
  background-size: cover;
}
.top-orlando * {
  color: white !important;
}
.alchemy-page img.circle {
  border: solid 5px white;
}
body[class*="page-template-template-alchemy"] .person-container img {
  margin-bottom: -6px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}
.alchemy-page .testimonial-container {
  background: var(--light-grey);
}
body[class*="page-template-template-alchemy"] .testimonial-container .content-container {
  padding: 35px 15px 15px 15px;
}
body[class*="page-template-template-alchemy"] .am-section .testimonial-container h3 {
  font-size: 21px;
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: right;
  padding-bottom: 0;
}
.alchemy-page .testimonial-container span.quote {
  position: absolute;
  font-size: 50px;
  transform: translate(-3px,-10px);
  color: var(--primary-color);
}
.testimonial-stars {
    position: absolute;
    width: 100%;
    background-color: transparent !important;
    text-align: center;
    top: -25px;
}
.alchemy-page .testimonial-stars {
  text-align: center;
}

.testimonial-stars-content{
    position: absolute;
    width: 250px;
    max-width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    top: -39px;
    padding: 15px 20px;
    margin: auto;
}
.testimonial-stars-content img{
  max-width: 100%;
  display: block;
  text-align: center;
  margin:auto;
}
.alchemy-page .info-box {
  background: #f2f2f2;
  display: block;
  margin-inline: auto;
  padding: 20px;
  border-radius: 20px;
}
body[class*="page-template-template-alchemy"] .am-section .info-box h3 {
  color: var(--primary-color) !important;
}
body[class*="page-template-template-alchemy"] .am-section .info-box p {
  color: var(--dark-grey) !important;
}
.alchemy-page .phone-box p.phone-number a {
  color: var(--dark-grey) !important;
}
.alchemy-page .info-box a.am-button-4 {
	color: var(--primary-color);
}
body[class*="page-template-template-alchemy"] .am-section .am-column-1-1.center p {
  width: 850px;
  max-width: 100%;
}
body[class*="page-template-template-alchemy"] .am-section ul {
  font-size: 20px;
  line-height: 160%;
  margin: 0px;
  padding-bottom: 12px;
  color: var(--dark-grey);
  font-family: var(--third-font);
}
body[class*="page-template-template-alchemy"] .am-section ul.checks li:before {
  content: "✓";
  position: absolute;
  margin-left: -25px;
  color: #b9d84a;
  font-weight: 800;
}
body[class*="page-template-template-alchemy"] .am-section p + ul.checks {
  margin-top: 10px;
}
.alchemy-page a.am-button-1 {
  border-radius: 100px;
  background: #b9d800;
}
.alchemy-page .step-container {
  border-radius: 10px;
  padding: 40px !important;
}
.alchemy-page .section-slide-testimonials {
  margin-top: -150px;
}
.alchemy-page .google-button img {
  display: inline-block;
  width: 75px;
  float: right;
  margin-top: 6px;
  margin-left: 10px;
}
.alchemy-page .google-button a:hover:after {
  display: none;
}
.alchemy-page .google-button a:hover {
  padding: 12px 41px;
  opacity: 0.8 !important;
}
.alchemy-page .google-button a {
  background: none !important;
  border: solid 2px var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
}
.alchemy-page .step-container p.step {
  transform: translate(-50%,-57px) !important;
}
.slide-style-2 .toggle-read-more {
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: var(--primary-font) !important;
}
body[class*="page-template-template-alchemy"] .am-section li {
  font-size: 20px;
  font-family: var(--body-font),sans-serif;
}
body[class*="page-template-template-alchemy"] .am-section ul {
  list-style: inherit;
}
.custom-phone-box {
  margin-inline: auto;
}

/* ------------------ EO General ------------------*/

.form-section{

}

body[class*="page-template-template-alchemy"] .form-section .am-column-1-1{
  max-width: 800px;
  width: 100%;
  margin: auto;
}
body[class*="page-template-template-alchemy"] .form-section h2{
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 0;
}
body[class*="page-template-template-alchemy"] .form-section h3{
  font-weight: 800;
  font-size: 35px;
}
body[class*="page-template-template-alchemy"] .form-section .footer-pre-h{
  padding-bottom: 0;
  margin-bottom: 0;
}
body[class*="page-template-template-alchemy"] .form-section .phone-form {
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  font-size: 32px;
  color: #fff;
  background-size: 40px;
  display: block;
  line-height: 47px;
}
body[class*="page-template-template-alchemy"] .form-section .phone-form b {
   font-size: 35px;
   padding: 12px;
   border: solid 3px #b9d800;
   border-radius: 40px;
   background: #b9d800;
   color: #1977b4!important;
   display: block;
   max-width: 388px;
   margin: auto;
   width: 100%;
}
body[class*="page-template-template-alchemy"] .footer-section h3{
  font-family: 'ubuntumedium';
}
body[class*="page-template-template-alchemy"] .footer-section .footer-info-main{
  font-family: 'ubuntumedium';
}
.space-block{
  height: 70px;
}
body[class*="page-template-template-alchemy"] .form-section .form-global{
  margin-top: 30px;
}
a.contact-phone{
  font-size: 30px;
  padding: 12px 45px;
  border: solid 3px #b9d800;
  border-radius: 40px;
  background: #b9d800;
  color: #1977b4!important;
  font-weight: bold;
  display: inline-block;
}
a.contact-phone::before{
  content: "\e090";
  font-family: 'ETmodules';
  padding-right: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 25px;
}
@media only screen and (min-width: 981px) {
  a.contact-phone{
    pointer-events: none;
 }
}
@media only screen and (max-width: 980px) {
  body[class*="page-template-template-alchemy"] .form-section span.phone-form.mobile-only a b:before {        
    content: "\e090";
    font-family: 'ETmodules';
    padding-right: 10px;
    top: 5px;
    position: relative;
 }
 .alchemy-page .google-button img {
    display: block;
    width: 100px;
    margin-top: 6px;
    margin-inline: auto;
    float: none;
 }
 .alchemy-page .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 20px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
 }
}
@media only screen and (max-width: 680px) {
body[class*="page-template-template-alchemy"] .testimonial-block h2{
	font-size: 28px!important;
    line-height: 120%!important;
}
}
@media only screen and (max-width: 480px) {
 a.contact-phone{
    font-size: 25px;
    padding-right: 20px;
    padding-left: 20px;
 }
 body[class*="page-template-template-alchemy"] .form-section .phone-form b{
    font-size: 25px;
    padding-right: 20px;
    padding-left: 20px;
 }
}
@media only screen and (max-width: 375px) {

  .form-section .footer-pre-h{
    margin-bottom: 15px       
 }
}

.wrapper-video{
  position: relative;
  display: block;
  min-height: 350px
}
.wrapper-video iframe{    
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-video + p {
   margin-top:20px !important;
}
.box-media-center{
  margin-top:30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
}

.border-video{
    border: 4px solid var(--primary-color);
    box-sizing: border-box;
}
.border-white{
    border: 4px solid #ffffff;
}
.can-help-section{
  background-image: url('https://pursuittherapy.com/wp-content/uploads/2019/02/blue-cta-bg-2.jpg');
  background-position: inherit !important;
}
body[class*="page-template-template-alchemy"] .can-help-section p{
  font-size: 26px;
}
.can-help-section p span{
  color:red;
}
.can-help-section .am-row:nth-child(2) .am-column-1-1{
    max-width: 1100px;
    margin: auto;
    width: 100%;
    text-align: center;
}

body[class*="page-template-template-alchemy"] .pain-free-section ul{
  list-style-type: none;
    text-align: left;
    max-width: 1081px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    padding-left: 0;
}
body[class*="page-template-template-alchemy"] .pain-free-section li{
  font-size: 26px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 60px;
}
body[class*="page-template-template-alchemy"] .pain-free-section ul li::before{
  content: "";
  background-image: url('https://pursuittherapy.com/wp-content/uploads/2023/05/pursuit-check-mark.png');
  display: inline-block;
    background-size: 30px;
    margin-right: 15px;
    height: 32px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    width: 30px;
    position: absolute;
    left: 0;
}


body[class*="page-template-template-alchemy"] .evaluation-box{

}
body[class*="page-template-template-alchemy"] .evaluation-box h3{
  font-size: 25px;
  color:var(--primary-color);
  position: relative;
  padding-left: 40px;
}
body[class*="page-template-template-alchemy"] .evaluation-box h3::before{
    content: "";
    background-image: url('https://pursuittherapy.com/wp-content/uploads/2023/05/pursuit-check-mark.png');
    display: inline-block;
    position: absolute;
    left: 0;
    background-size: 30px;
    height: 32px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    padding-left: 35px;
}

.evaluation-box .am-column-1-1{
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

h3.title-mention span{
  color:red;
}
h3.title-mention::before{
  display: none !important;
}
h3.title-mention{
  padding-left: 0 !important;
}

.box-text-image{
  margin-top: 30px;
}
/*.list-box-service .slick-arrow{
  position: relative;
}*/
.list-box-service .slick-prev{
  left: -40px;
}

.list-box-service .slick-prev::before{
    content: '\34';
}
.list-box-service .slick-next::before{
    content: '\35';
}
.list-box-service .slick-next{
  right: -20px;
}
.list-box-service .slick-arrow{
  text-align: left;

}
.list-box-service .slick-arrow::before{
    color:#fff;
    font-family: var(--font-family-icon);
    font-size: 52px;
    display: inline-block;
    position: absolute;
    transition: all 0.5s;
}
.box-service h2{
  text-align: center;
  padding-bottom: 50px !important;
}
.box-service{
  padding:10px;
}
/*.list-box-service .slick-dots li button::before{
  background-color: #ffffff;
  opacity: 1 !important
}*/
@media only screen and (min-width: 701px) {
   .box-service{
      display: flex;
      gap:40px;
  }
  .box-service >div:nth-child(1){
    width: 300px;
  }
  .box-service >div:nth-child(2){
    flex:1;
  }
}
@media only screen and (min-width: 501px) {
  body[class*="page-template-template-alchemy"] .pain-free-section ul li::before{
    width: 50px;
  }
 

  .box-text-image{
    display: flex;
    gap:40px;
  }
  .box-text-image >div:nth-child(1){
    width: 200px;
  }
  .box-text-image >div:nth-child(2){
    flex:1;
  }
}
@media only screen and (max-width: 700px) {
  .list-box-service .slick-arrow::before{
    font-size: 40px;
  }
  .list-box-service .slick-prev{
    left: -10px;
  }
  .list-box-service .slick-prev::before{
    left: -10px;
  }
  .list-box-service .slick-next::before{
    right: -10px;
  }
  .list-box-service .slick-next{
    right: -10px;
  }
  .box-service{
    text-align: center;
    padding: 10px;
  }
  .box-service img{
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
  }

}
@media only screen and (max-width: 500px) {

  .box-text-image >div{
    padding-bottom: 30px;
  }
}






.table-list{
  margin: auto;
}
.table-list td p{
  padding-bottom: 0 !important;
}
.table-list tr td p{
  font-size: 16px !important;
}
.table-list tr td{
  padding: 6px 24px;
}
.table-list h3{
  font-size: 22px !important;
}
@media only screen and (max-width: 480px) {
  body[class*="page-template-template-alchemy"] .am-section h1 {
    font-size: 45px;
  }
  body[class*="page-template-template-alchemy"] .am-section h2{
    font-size: 38px;
  }
}

@media only screen and (max-width: 375px) {
  body[class*="page-template-template-alchemy"] .am-section h1 {
    font-size: 40px;
  }
}


/*-----------Testimonial Section----------*/
.testimonial-block{
  padding:35px 25px;
  border: 1px solid rgba(0,0,0,0.3);
  position: relative;
  padding-top: 50px;
}
.testimonial-block h2{
  text-align: center;
  font-style: italic;
  line-height: 45px !important;
}
.testimonial-detail > div img{
  border: 4px solid #dddddd;
  padding: 4px;
  border-radius: 50%;
  max-width: 100%;
  text-align: center;
  margin:auto;
}
.testimonial-content-section{
  position: relative;
}
.testimonial-content-section > .am-row:nth-child(2) .am-column-1-1{
  padding-top: 0;
}
.testimonial-content-section + .testimonial-content-section{
  padding-top: 0 !important;
}
.testimonial-detail{
  padding-top: 25px;
}
.testimonial-detail h3{
  font-size: 20px !important;
}
.testimonial-detail > div:nth-child(1){
  width: 260px;
  margin: auto;
  text-align: center;
}
.testimonial-detail > div:nth-child(2){
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
} 

@media only screen and (min-width: 981px){
  .testimonial-detail{
    display: flex;
    gap:40px;
    flex-flow: row wrap;
    align-items: center;
  }

  .testimonial-detail > div:nth-child(1){
      text-align: center;
  }
  .testimonial-detail > div:nth-child(2){
      flex: 1;
      
  }
}
@media only screen and (max-width: 980px){
  .testimonial-detail > div {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px){

}

.no-padding{
  padding: 0!important;
}

.no-padding-top{
  padding-top: 0!important;
}

.no-padding-bottom{
  padding-bottom: 0!important;
}