/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1692423945
Updated: 2023-08-19 05:45:45

*/

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
  
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.gform_wrapper form {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.gform_wrapper form input[type="button"]:focus {
  background-color: #ffce1f;
}
.gform_wrapper form input[type="button"],
.gform_wrapper form input[type="submit"],
.gform_wrapper form div.gchoice label{
   cursor: pointer;
}

.page-id-4794 .gchoice input[type=radio]+label {
  border: 2px solid gray !important;
}

.page-id-4794 .gchoice input[type=radio]:hover+label {
  border: 2px solid #14125c !important;
    color: #fff;
    background: #14125c;
}

.page-id-4794 .gchoice input[type=radio]:checked+label {
  border: 2px solid #14125c !important;
    color: #fff;
    background: #14125c;
}
div#quote-form {
    border: 2px solid #14125C;
    border-radius: 22px;
    text-align: center;
    padding: 10px 10px;
    font-family: 'Public Sans';
    position: relative;
}
div#quote-form:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/Group-532-2.svg);
    width: 108px;
    height: 93px;
    display: inherit;
    position: absolute;
    top: 10%;
    left: 5%;
}
div#quote-form:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/star-6-1.svg);
    width: 98px;
    height: 98px;
    display: inherit;
    position: absolute;
    top: 5%;
    right: 10%;
}
div#quote-form  input[type="checkbox"] {
    appearance: none;
}
div#quote-form .gchoice label {
    background-color: #14125C;
    color: #fff;
    border-radius: 35px;
    padding: 1em;
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 1em;
}
input.gform_next_button, 
input[type="submit"].gform_button.button{
    border-radius: 8px;
    background-color: #3E51FF;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: .5em 3em;
    margin-top: 1em;
}
input.gform_next_button:hover, 
input[type="submit"].gform_button.button:hover{
    background-color: #ffce1f;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #3E51FF !important;
    color: #fff !important;
}
.gform_wrapper.gravity-theme .gf_step_number {
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #585e6a;
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    text-align: center;
    width: 20px;
}
.gform_wrapper.gravity-theme .gf_page_steps {
    border-bottom: none !important;

}
div#quote-form input[type="checkbox"]:checked + label,
div#quote-form input[type="radio"]:checked + label{
    background-color: #ffce1f;
}
.gform_previous_button {
    display: none;
}
.gform_wrapper.gravity-theme .gf_step_number {
    background: transparent;
    /* border: 2px solid #cfd3d9; */
    border-radius: 50%;
    px: ;
    */color: #585e6a;
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    text-align: center;
    width: 20px;
}
div#quote-form h3 {
    color: #161616;
    font-size: 26px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 0;
}
div#quote-form p {
    font-style: italic;
    color: #161616;
    font-size: 20px;
    font-weight: 600;
}
section#partners img {
    max-width: 80px;
}
div#newsletter-form {
    width: 100%;
    position: relative;
}

div#newsletter-form input[name="country-code"] {
    width: 60px;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}
div#newsletter-form input[type="tel"] {
    max-width: 350px;
    border-top-left-radius: 8px;
    border-color: #D0D5DD;
    font-size: 16px;
    font-family: 'Public Sans';
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
div#newsletter-form ::placeholder {
    color: #D0D5DD;    
    font-family: 'Public Sans';
    font-size: 15px;
    font-weight:500;
}

#input_1_13 {
  display: flex;
    justify-content: center;
    gap: 20px;
}
div#newsletter-form input[type="tel"], div#newsletter-form input[type="submit"] {
    height: 50px;
}

div#newsletter-form img {
    position: absolute;
    left: 51%;
    top: 14%;
    z-index: 100;
}

div#newsletter-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 7%;
  color: white !important;
    font-weight: 700;
    text-shadow: 1px 1px 3px #646161 !important;
    background-color: #02331d;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px 20px 10px 30px;
    border-color: transparent;
    font-family: 'Public Sans';
    font-size: 15px;
}
div#newsletter-form input[type="submit"]:hover{
    background-color: #14125C;
  cursor: pointer;
}
.table-responsive {
    overflow: auto;
}
.pricing-table td {
    border: none;
    color: #fff;
    background-color: transparent !important;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    padding: .7em 0;
    font-family: 'Public Sans';
}
a#support-btn span.elementor-button-icon {
transform: rotate(-45deg);
    font-size: 18px;
}
.pricing-table td + td {
    text-align: right;
}
a.read-more-btn {
    color: #3E51FF;
  font-size: 14px;
}
a.read-more-btn i {
    font-size: 10px;
}
span.additional-content {
    display: none;
}
.lead-form-wrap.header-form {
    background-color: #14125C;
      padding: 30px 40px 15px 40px;
    border-radius: 13px;
}
.lead-form-wrap.header-form h3 {
    color: #fff;
}
div.lead-form-wrap {
    background-color: #fff;
    border-radius: 13px;
    padding: 30px 40px 0 40px;
    font-family: 'Public Sans';
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
div.lead-form-wrap h3,
div.lead-form-wrap span:first-child{
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: .2em;
    color: #161616;
}
div.lead-form-wrap p {
    margin: 0;
}
div.lead-form-wrap br {
    display: none;
}
div.lead-form-wrap .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .8em;
}

div.lead-form-wrap textarea,
div.lead-form-wrap input[type="text"], 
div.lead-form-wrap input[type="email"], 
div.lead-form-wrap input[type="tel"], 
div.lead-form-wrap select{
    color: #212121;
    border-radius: 7px;
    border: 1px solid #A6A6A6 !important;
    margin-top: 1em;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
  resize: none;
}
div.lead-form-wrap input[type="text"], 
div.lead-form-wrap input[type="email"], 
div.lead-form-wrap input[type="tel"], 
div.lead-form-wrap select {
    height: 50px;
}
.lead-form-wrap.header-form input[type="submit"] {
    background-color: #FFCE1F;
    color: #14125C;
  
}

div.lead-form-wrap input[type="submit"] {
    width: 100%;
    background-color: #3E51FF;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    border: none;
    border-radius: 7px;
    margin-top: 1em;
}
div.lead-form-wrap input[type="submit"]:hover{
   background-color: #FECE1E; 
}
div.lead-form-wrap + .wpcf7-response-output {
    background-color: white;
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.review-box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin-bottom: 30px;
}
/*.review-box + .review-box {*/
/*    margin-left: 1em;*/
/*}*/
.review-box img.rating {
    max-width: 100px;
    margin-bottom: .5em;
}

.review-box p.title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #161616;
    margin: 0;
}
.review-box small {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #161616;
    line-height: 22px;
}
.review-box p.content {
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: .8em 0 1em 0;
}
.review-box .location {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-family: 'Public Sans';
}

.review-box img.flag {
    max-width: 28px;
    margin-right:0.5em;
}
.review-box .location span {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
}

figcaption.widget-image-caption.wp-caption-text::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #3E51FF;
    width: 10px;
    left: -1%;
    top: 89%;
}

footer figcaption.widget-image-caption.wp-caption-text::before {
    left: 9%;
    top: 90%;
}

figcaption.widget-image-caption.wp-caption-text::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #3E51FF;
    width: 10px;
    left: 97%;
    top: 89%;
}

footer figcaption.widget-image-caption.wp-caption-text::after {

    left: 88%;
    top: 90%;
}

@media screen and (min-width: 1024px) {

.eicon-chevron-left:before {    
    position: relative;
    left: -30px;
    }
    
.eicon-chevron-right:before {    
    position: relative;
    right: -30px;
    }
}
@media screen and (min-width: 1200px) {
  #uber-mega-menu-desktop  {
    position: absolute;
    top:-65px;
  }
  
  .justify-content-between{
    gap: 247px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  div#newsletter-form input[type="submit"]{
          right: 0%;
  }
  div#newsletter-form img {
    left: 50%;

  }
    figcaption.widget-image-caption.wp-caption-text::before {
    left: 36%;
    top: 89%;
  }
  
  figcaption.widget-image-caption.wp-caption-text::after {
    left: 60%;
    top: 89%;
  }
  
  footer figcaption.widget-image-caption.wp-caption-text::before {
    left: 2%;
    top: 88%;
  }
  
  footer figcaption.widget-image-caption.wp-caption-text::after {
    left: 94%;
    top: 88%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
      div#newsletter-form input[type="submit"] {
    position: inherit;
    margin-top: 1em;
    border-radius: 8px;
    padding: 10px 20px;
}
div#newsletter-form img {
    /*right: 5%;*/
    /*top: 5%;*/
    /*left: auto;*/
    display:none;
}
div#newsletter-form input[type="tel"]{
    border-radius:7px;
    margin-right: 1em;
}
  
figcaption.widget-image-caption.wp-caption-text::before {
    left: 0%;
    top: 87%;
}
figcaption.widget-image-caption.wp-caption-text::after {

    left: 99%;
    top: 87%;
}
footer figcaption.widget-image-caption.wp-caption-text::before {
    left: -5%;
    top: 88%;
}

footer figcaption.widget-image-caption.wp-caption-text::after {

    left: 100%;
    top: 88%;
}

div#newsletter-form input[name="country-code"] {
    z-index: 3;
    position: absolute;
    left: -6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    
}

div#newsletter-form input[name="your-phone"] {
    width: 85%;
    border-top-left-radius:0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: none;
    text-align: center;
}

span[data-name="your-phone"] {
    display: flex;
    justify-content: flex-end;
    }
  
}

@media (max-width: 768px) {
    div.lead-form-wrap {
        max-width: 400px;
        margin: auto;
    }
    div.lead-form-wrap h3 {
        font-size: 40px;
        line-height: 40px;
        text-align:center;
    }
    section#lead-form-footer {
        max-width: 400px;
        margin: auto;
    } 
    div#quote-form:before, 
    div#quote-form:after {
        display:none;
    }
    div#newsletter-form input[type="submit"] {
    position: inherit;
    margin-top: 1em;
    border-radius: 8px;
    padding: 10px 20px;
  margin-left: 70px;
}
div#newsletter-form img {
    /*right: 5%;*/
    /*top: 5%;*/
    /*left: auto;*/
    display:none;
}
div#newsletter-form input[type="tel"]{
    border-radius:7px;
    margin-right: 1em;
}

figcaption.widget-image-caption.wp-caption-text::before {
    left: -3%;
    top: 88%;
}
figcaption.widget-image-caption.wp-caption-text::after {

    left: 101%;
    top: 88%;
}
  
footer figcaption.widget-image-caption.wp-caption-text::before {
    left: 20%;
    top: 90%;
}
footer figcaption.widget-image-caption.wp-caption-text::after {

    left: 78%;
    top: 90%;
}

div#newsletter-form input[name="country-code"] {
    z-index: 3;
    position: absolute;
    left: -6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    
}

div#newsletter-form input[name="your-phone"] {
    width: 85%;
    border-top-left-radius:0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    text-align: center;
   border: 1px solid black !important;
}

span[data-name="your-phone"] {
    display: flex;
    justify-content: flex-end;
    }
  
div.uber-menu-nav ul#ubermenu-nav-main-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 370px;
    position: absolute;
    left: -310px;
}

}

footer li {
    list-style-type: none;
}
.categories-tab {
    display: flex;
}
.categories-tab > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    
}
.categories-tab > ul li {
    text-decoration: none;
    background-color: #F9F9FB;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EAEAEA;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
    margin-right: 15px;
    cursor: pointer;

}

.rounded-lg {
    border-radius: 0.5rem !important;
} 
.page-id-1149 * {
  font-family: 'Public Sans',Sans-serif;
}
.categories-tab > ul li:hover{
    background-color: #7143E3;
    color: #FFFFFF;
}

.categories-tab > ul li:hover a{
    color: #FFFFFF;
}

.categories-tab > ul a{
    color: #4f6173;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.categories-wrapper {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #B7B7BF;
    border-color: #ecedf3;
    border-top: 1px solid #f7f8fc;
    padding-top: 40px;
    margin-bottom: 50px;
}


.post-wrapper {
   padding-right: calc( 28px/2 );
    padding-left: calc( 28px/2 );
    margin-bottom: 32px;
}
.post-title a{
    font-size: 18px;
    font-weight: 400;
    color: #2f3f50;
    margin: 0 0 10px 0;
    text-decoration: none;
}

ul.post-categories {
    list-style-type: none;
    margin: 0 0 9px 0;
    text-decoration: none;
    padding: 0;
}

ul.post-categories a{
    font-size: 15px;
    line-height: 27.2px;
    color: #6635b7;
    text-decoration: none;
}
.post-author,
.post-date {
    font-size :14px;
}

.post-meta i {
    font-size: 12px;
  
    padding-right: 5px;
}

.post-content {
    padding: 15px 10px;
}
h3.post-title {
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-thumb {
  width: 373px;
  height: 250px !important;
  object-fit: cover;
}
  

/* Single Page Style */

.entry-title {
    color: #14125c;
    font-weight: 600;
    line-height: 1.15em;
    text-shadow: 0 0 0 rgba(0,0,0,.3);
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 45px;
}

.entry-meta{
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
  justify-content: flex-start;
    align-items: center;
    
}
.entry-meta,
.entry-meta * { 
    color: #7143e3;
}
.author-details {
  margin-bottom: 40px;
  font-size: 15px;
    line-height: 27px;
  justify-content: flex-start;
    align-items: center; 
  
}
.author-details .avatar {
  width: 50px;
    border-radius: 50%;
}
.single-post article p{
    font-family: inter,Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    list-style-position: inside;
}

a.back-to-blog {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
}
.single * {
  font-family: 'Poppins';
}
img.single-thumb {
  width: 1088px;
    height: 370px;
}
.single-btn-container {
    box-shadow: 0px 0px #00000070;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    row-gap: 0px;
    column-gap: 20px;
    overflow: visible;
    border-color: inherit;
}
.single-btn-container svg{ 
    width: 12px;
    height: 12px;
    fill: rgba(115,118,125,0.61);
}
body.single .cta-carousel .owl-dots,
body.single .cta-carousel .owl-nav{
  display: none;
}

h5.single-cta-para {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
/* Table of COntents */
#ez-toc-container {
  padding: 25px;
}
.ez-toc-title {
  font-size: 19px !important;
    line-height: 32px !important;
  letter-spacing: -.01em !important;
    font-weight: bold !important;
    cursor: pointer !important;
  font-family: 'Public Sans',sans-serif;
}
ul.ez-toc-list a.ez-toc-link { 
  padding: 5px 3px 2px 3px !important; 
}
div#ez-toc-container ul.ez-toc-list a {
  color:#0D405F;
  font-size: 16px !important;
}

/* SIngle Sidebar */
.fixed-custom-paper-cta .cta-fix {
  position: relative;
}

.cta-fix,
.cta-fix-floating{
  box-shadow: 0 2px 8px #3e51ff8c;
  padding: 20px;
  margin: 50px 0;
  border-radius: 8px;
  width: 100%;
  background: #fff;
}
.cta-fix-floating {
    /*position: fixed;*/
    top: 0;
  width: 100%; 
  /*visibility: hidden;*/
}
.cta-fix-floating  .cta-button {
  text-align: center;
}
  a.blob-btn-new{
  border: 2px solid #3E51FF;
    border-radius: 8px;
    color: #3E51FF;
/*     padding: 10px; */
    cursor: pointer;
  text-decoration: none;
    display: block;
}
a.blob-btn-new:hover  {
    background: #3E51FF;
    color: #fff;
    border-color: #3E51FF;
  transition: 0.2s;
}

.cta-button {
   text-align: center;
   border-radius: 8px;
}

.cta-hours{
   color: #14125C;
  font-weight: 700;
}
.cta-clock {
   animation: shake 0.5s;
     animation-iteration-count: infinite;
  }
 


.cta-carousel {
/*  padding: 16px 36px;
  box-shadow: 0 2px 8px #3e51ff8c; */
  margin: 20px 0;
  border-radius: 8px;
}
.cta-car-heading {
  color: #ffce1f;
  font-weight: bold;
}

.cta-fix .cta-car-heading,
.cta-fix-floating .cta-car-heading{
  font-size: 22px;
    text-align: center;
}
.cta-carousel .owl-carousel .owl-item img {
  opacity: 0.2 !important;
}

.cta-carousel .owl-carousel .owl-item.active.center img{
/*  animation: fadeInAnimation 2s; */
  opacity: 1 !important;
}

.cta-carousel-footer {
  display: flex;
}

.cta-carousel .owl-item {
  width: 80px !important;
} 
.cta-carousel .owl-stage {
  display: flex;
}
 .blob-btn {
   z-index: 1;
   position: relative;
   padding: 10px 15px;;
   margin-bottom: 0;
   text-align: center;
   color: #3E51FF; 
   font-size: 16px;
   font-weight: bold;
   background-color: transparent;
   outline: none;
   border: none;
   transition: color 0.5s;
   cursor: pointer;
   border-radius: 0px;
}

.blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #3E51FF;
    border-radius: 8px;
}

 .blob-btn:after {
   content: "";
   z-index: -2;
   position: absolute;
   left: 3px;
   top: 3px;
   width: 100%;
   height: 100%;
   transition: all 0.3s 0.2s;
   border-radius: 30px;
}
.blob-btn:hover {
    color:#fff;
    border-radius: 8px;
}
 .blob-btn:hover:after {
   transition: all 0.3s;
   left: 0;
   top: 0;
   border-radius: 30px;
}
.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #fff;
}
 .blob-btn__blobs {
   position: relative;
   display: block;
   height: 100%;
   filter: url('#goo');
}
 .blob-btn__blob {
   position: absolute;
   top: 2px;
   width: 25%;
   height: 100%;
   background: #3E51FF;
   border-radius: 100%;
   transform: translate3d(0, 150%, 0) scale(1.7);
   transition: transform 0.45s;
}


 @supports (filter: url('#goo')) {
   transform: translate3d(0, 150%, 0) scale(1.4);
}
 .blob-btn__blob:nth-child(1) {
   left: 0%;
   transition-delay: 0s;
}
 .blob-btn__blob:nth-child(2) {
   left: 30%;
   transition-delay: 0.08s;
}
 .blob-btn__blob:nth-child(3) {
   left: 60%;
   transition-delay: 0.16s;
}
 .blob-btn__blob:nth-child(4) {
   left: 90%;
   transition-delay: 0.24s;
}
 .blob-btn:hover .blob-btn__blob {
   transform: translateZ(0) scale(1.7);
}
 @supports (filter: url('#goo')) {
   transform: translateZ(0) scale(1.4);
}

/* Related Posts */

/* .related-posts {
  margin-top: 100%;
} */
.related-posts ul,
.top-authors ul{
  list-style-type: none;
  margin-bottom: 0;
}

.top-authors{
  margin-top:50px;
}

.top-authors .top-authors-title img{
  border-radius: 50%;
  width: 40px;
    margin-right: 5px;
  margin-left: 9px;
}
.related-posts li a,
.top-authors li a{
    text-decoration: none;
}


.related-posts li,
.top-authors li{
  padding: 20px;
  border-bottom: 1px solid #e7f1fb;

}

.related-posts li:hover,
.top-authors li:hover{
  background: #e7f1fb;
}
.top-authors li:hover {
  border-radius: 10px;
}

.related-posts .related-title,
.top-authors .top-authors-title{
  font-size: 16px;
  color: #14125c;
  line-height:24px;
}

.related-posts .related-date,
.top-authors .top-authors-date{
  font-size: 17px;
  color: #14125c;
  line-height:32px;
}

.cta-carousel * [data-cu]::before {
    content: attr(data-cu);
}
.line-through {
  text-decoration: line-through;
}

.page-id-1149 .elementor-icon-list-items,
.single-post .elementor-icon-list-items{
  margin: 0;
}

.cta-carousel .owl-carousel .owl-stage-outer {
    border-radius: 50px;
}
.cta-carousel .owl-item:has(.cloned) {
    display: block;
}
.l-s-t-n {
  list-style-type: none;
}

/* section#comments {
    margin: 50px auto;
    border-top: 2px solid #e4eaee;
    padding-top: 50px;
} */
body.single h2 {
    color: #050d46;
    font-size: 26px;
    font-weight: 700;
  margin-top: 40px !important;
}

body.single h3 {
    font-size: 22px;
    color: #050d46;
    font-weight: 700;
  margin-top: 30px !important;
}

body.single h4 {
    font-size: 20px;
    color: #050d46;
    font-weight: 600;
/*  margin-top: 40px !important; */
}

/* Comments Section  */

section#comments input:not(.submit) {
     padding: 1rem 1rem;
}

section#comments input:focus-within,
section#comments textarea:focus-within{
  outline: #3E51FF;
  border-color: #3E51FF;
}
section#comments textarea {
    resize: none;
}
   
section#comments .submit {
    border: none;
  color: #3E51FF;
}

section#comments .says{
  display: none;
}

section#comments .comment-author {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}

section#comments .comment-meta {
  margin-bottom: 0;
}

section#comments .comment-metadata time{
  font-weight: 600;
}
section#comments .comment-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    list-style-position: inside;
}

section#comments .cta-button .submit:hover {
  color: #fff;
} 

section#comments .cta-button:hover .submit {
    color: #fff;
}

section#comments .comment-metadata a,
section#comments .reply a{
  text-decoration: none;
    color: #000;
    text-transform: math-auto;
    font-size: 14px;
}

section#comments .reply a:hover {
  color:#3E51FF;
}
section#comments .comment-notes{
  display: none;
}
section#comments #reply-title {
  text-align: center;
    padding-bottom: 30px;
  font-weight: 700;
  color: #000;
  font-size:22px;
}
.cta-carousel .owl-item {
  margin: 0 !Important;
}

.fa-reply:before,
.fa-clock:before{
    padding-right: 5px;
}
section#comments #cancel-comment-reply-link {
  font-size: 16px;
  float: right;
    padding-right: 10px;
  text-decoration: none;
}

section#comments .comment-reply-title {
  padding-top: 50px
}

section#comments .blob-btn { 
  padding: 15px 40px;
  font-size: 18px;
}
section#comments p#comment-form-response.response {
    background: #df1414;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.f0f-wrapper {
    padding: 50px 0px;
}

.f0f-wrapper *{
    font-family: 'Public Sans',sans-serif;
    color: #000;
}
.f0f-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}


.covered-by-slider img.swiper-slide-image {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}


.client-review-slider .swiper-wrapper  {
  align-items: center !important;
}

.comments-area a,
.page-content a {
    text-decoration: none;
}

.about-us-main-head span {
    color: #fff;
    background-color: #14125C;
    padding-left: 8px;
    border-radius: 10px;
    padding-bottom: 4px;
}

.contactus-main-head span {
    color:  #14125C;
    background-color: #fff;
    padding-left: 8px;
    border-radius: 10px;
    padding-bottom: 4px;
}

.about-us-card div.elementor-image-box-content{
  border-left: 1px solid;
    padding: 10px;
}

.sub-subjects-toggle {
  font-family: 'Public Sans', sans-serif;
  color: #1f2124;
  display: flex;
  align-items: center;
  
}
.sub-subjects-toggle i{
  position: absolute;
    right: -11px;
}

.sub-subjects-toggle:hover {
  color: #3e51ff;
}

.sub-subjects{
  display: none;
  position: absolute;
  top: 30px;
  z-index: 2;
  background: #fff;
  border: 1px solid #3e51ff;
  border-radius: 7px;
  font-family: 'Public Sans', sans-serif;
}

.sub-subjects li {
  font-size: 14px;
  border-bottom: 1px solid #C2C2C2;
  padding: 0 5px 5px 5px;
}

.sub-subjects li:last-child {
  border-bottom: 0
}
.sub-subjects li:hover {
  color:#3e51ff;
  cursor: pointer;
}

.sub-subjects li:not(:first-child) {
  padding-top: 5px;
}
.sub-subjects ul{
    padding: 10px 30px;
}

.sub-toggle-wrapper {
  display: flex;
    justify-content: flex-start;
    align-items: center;
  column-gap: 10px;
}

.sub-toggle-wrapper-p:hover .sub-subjects {
  display: block;
}

/* Mega Menu Styling */

/* div.uber-menu-nav ul#ubermenu-nav-main-2{
  display: flex;
    justify-content: center;
}

ul.ubermenu-tab-content-panel li {
  width: 280px !important;
}

a.pm-text-light-blue:link {
    color: #58d2ff !important;
    text-decoration: underline !important;
}

a.pm-text-light-blue:visited {
    color: #58d2ff !important;
    text-decoration: underline !important;
}

label#ct-msg {
    font-family: 'Public Sans';
    color: #837f7f;
    padding-top: 28px;
    padding-bottom: 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 123px;
    margin-top: 12px;
    border: 1px solid #a7a5a5;
}

ul#ul-menu {
    text-align: left;
  list-style-type: none;
  margin-top: 20px;
}

ul#ul-menu li {
    padding-bottom: 7px;
}

div#error-menu {
    width: 1140px;
}

ul#ul-menu a:link , ul#ul-menu a:visited {
    color: #5151ff;
}

div#the-main-div {
    display: flex;
    gap: 26px;
    font-size: 14px;
}

.single-post ul li {
      padding-bottom: 14px;
}


ul#ul-menu li a {
    transition: margin-left 0.3s ease;
}

ul#ul-menu li a:hover {
    margin-left: 2px;
} */

.postid-4209 ul li {
    padding-bottom: 0px !important;
}


@media (min-width: 1200px) {
  .gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    position: absolute;
    bottom: 0px;
}

.gform-body.gform_body {
/*     padding-bottom: 70px; */
  padding-top: 20px;
}

div#input_2_3 {
   width: 1150px;
    margin-left: -10px;
}
  
}

.elementor.elementor-4737.elementor-location-popup h2.gform_title {
    display: none;
}

.gform-body.gform_body {
    font-family: 'Public Sans';
  overflow-x: hidden;
  
}

#gform_2 input#gform_submit_button_2 {
   background: #6387f1;
    color: white;
}

div#elementor-popup-modal-4737 input#input_2_4_3 {
    margin-bottom: 16px;
}

div#elementor-popup-modal-4737 .ginput_container.ginput_container_phone {
    padding-bottom: 20px;
}




label {
    border: 1px solid gray;
    padding: 15px;
    border-radius: 8px;
    margin-top: 23px;
}

.gfield-choice-input {
    display: none !important;
}

span.bf {
    background: #3e51ff;
    padding: 5px 9px 5px 9px;
    color: white;
    border-radius: 5px;
    margin-right: 8px;
    font-weight: 600;
}

legend.gfield_label.gform-field-label {
    font-size: 24px !important;
    font-weight: 700 !important;
}

label {
    font-size: 18px !important;
}


.page-id-4794  .gform-body.gform_body {
    /* background: red; */
    /* display: flex; */
    /* justify-content: center; */
    padding: 50px;
    box-shadow: 1px 5px 5px 5px #dbd6d670;
    border-radius: 12px;
    margin-bottom: 50px;
    margin-top: 90px;
}

h2.gform_title{
  display: none;
}

.gform_wrapper.gravity-theme .gfield_required {
    font-size: 20.008px !important;
}

p.gform_required_legend {
    display: none;
}


.page-id-4794  .gchoice input[type=radio]:checked+label {
   border: 3px solid blue;
}

.page-id-4794 label.gfield_label.gform-field-label {
    border: none;
}

#gform_3 .gf_page_steps {
    position: absolute;
    top: 0px;
}

div#gform_3_validation_container {
    position: absolute;
    bottom: -21px;
}

.page-id-4794{
  font-family: 'Public Sans'; 
}

.blob-button-widget {
  display: flex;
  align-items: center;

}
        

.blob-button-widget .blob-btn {
  z-index: 1;
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 46px;
  text-align: center;
  text-transform: uppercase;
  color: #0505A9;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
}

.blob-button-widget  .blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.blob-button-widget .blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
}

.blob-button-widget .blob-btn:hover {
  color: #FFFFFF;
}

.blob-button-widget .blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
}

.blob-button-widget .blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #ffffff; */
}

.blob-button-widget .blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url('#goo');
}

.blob-button-widget .blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #0505A9;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}

.blob-button-widget .blob-btn__blob:nth-child(1) {
  left: 0;
  transition-delay: 0s;
}

.blob-button-widget .blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}

.blob-button-widget .blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}

.blob-button-widget .blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}

.blob-button-widget .blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}

@media (min-width: 768px){
.page-id-1413 .col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
}

  
}
.owl-cta-carousel {
  overflow: hidden;
}
.owl-carousel:not(.owl-cta-carousel) {
    width: 100%;
}

.owl-carousel{
    display: flex !important;
    z-index: 1;
    gap: 17px;
}
.owl-carousel  .owl-stage {
  display: flex !important;
}

@media (max-width: 767px) {
  #first-p-table span.elementor-price-table__currency,
  #second-p-table span.elementor-price-table__currency,
  #third-p-table span.elementor-price-table__currency,
  #third-p-table span.elementor-price-table__currency,
  #third-p-table span.elementor-price-table__currency{
    font-size: 20px !important;
}
  #first-p-table a.elementor-price-table__button.elementor-button.elementor-size-md,
  #second-p-table a.elementor-price-table__button.elementor-button.elementor-size-md,
  #third-p-table a.elementor-price-table__button.elementor-button.elementor-size-md{
    margin-left: 20px !important;
  }
  .page-id-2308 .about-us-main-head span,
  .contactus-main-head span{
    font-size:35px !important;
  }
  .page-id-2467 .about-us-main-head span{
    font-size:25px !important;
  }
  .owl-carousel {
    display: block !important;
  }
  .after-custom-paper-cta,
  .cta-fix-floating{
    display: none !important;
  }
  .subjects-to-hide.d-none {
      display: none;
  }
}



body {
    overflow-x: hidden;
}


div#wpcf7-f6126-o2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: white;
    color: #14125c;
    font-family: 'Public Sans';
    font-weight: 700;
}





/* Faqs css start */

.accordion {
  background: white;
  border-bottom: 1px solid gainsboro !important;
  border-radius: 0px;
  color: #444;
  cursor: pointer !important;
  padding: 18px;
  width: 100%;
    border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  font-family: Public Sans;
  font-weight: 500;
  transition: 0.4s;
  white-space: break-spaces !important;
}

button.accordion.active {
    background: transparent !important;
    color: #505bff;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel p {
    padding-top: 26px;
    font-family: 'Public Sans';
    font-size: 14px;
    color: #393939 !important;
}

button.accordion.active:hover {
    background: transparent;
}

button.accordion:hover {
    background: transparent;
  color: black;
  
}


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: black;
  background: transparent;
    text-decoration: none;

}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}



/* Add your existing CSS here */

/* Style for the dropdown icon */
.icon {
  float: right;

}

/* Rotate the icon when the accordion is active */
.active .icon {
  transform: rotate(90deg);
}

.icon {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #7466ff;
    display: inline-block;
    vertical-align: middle;
    color: transparent;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: text;
user-select: text;
}

/* Faqs css end */

.ubermenu, .ubermenu-nav{
  z-index: 1 !important;
}
.ubermenu-submenu-id-19 {
  top: 55px !important;
}


.four-star {
    background-image: url(https://us.takemyonlineclassus.com/wp-content/uploads/2023/10/4-stars.png);
    width: 100px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    /* margin-top: 22px; */
    position: relative;
    top: 20px;
    left: -5px;
}

.five-star {
    background-image: url(https://us.takemyonlineclassus.com/wp-content/uploads/2023/10/five-stars.png);
    width: 100px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    /* margin-top: 22px; */
    position: relative;
    top: 20px;
    left: -5px;
}

.readmr .icon {
    float: unset;
    margin-left: 10px;
}


/* Read more button styling start */


#more {display: none;}

.rd-head{
    font-family: "Public Sans", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    color: black
}



 .child-para{   font-family: "Public Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    
    
 }
    
    
 .read-more-text::after {
    content: '';
    background-image: url(https://us.takemyonlineclassus.com/wp-content/uploads/2023/10/bounce-icon.png);
    width: 20px;
    height: 20px;
    display: inline-block !important;
  
}    
    
    .read-more-text1 , .read-more-text::after {
    -webkit-animation: bounce 5s infinite;
    -moz-animation: bounce 5s infinite;
    -o-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
}
    
 
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
  40% {-webkit-transform: translateY(-10px);}
  60% {-webkit-transform: translateY(-1px);}
}
 
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-10px);}
  60% {-moz-transform: translateY(-5px);}
}
 
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-10px);}
  60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}
    
    
    button#myBtn {
    border: transparent;
    color: blue;
    font-family: 'Public Sans';
    font-size: 16px;
    cursor: pointer;
}

span.read-less-text:after {
    content: '';
    width: 16px;
    height: 20px;
    background-image: url(https://us.takemyonlineclassus.com/wp-content/uploads/2023/10/minus-icon.png);
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 10px;
}

/* Read more button styling ends */


/* Faqs Home scrollbar starts */

.home-faqs{
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: lightgray transparent;
}

.home-faqs::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

/* Track */
.home-faqs::-webkit-scrollbar-track {
    background: #D9D9D9; /* Color of the track */
}

/* Handle */
.home-faqs::-webkit-scrollbar-thumb {
    background-color: #ACA9A9; /* Color of the scrollbar handle */
    border-radius: 5px; /* Border radius of the handle */
}


/* Faqs Home scrollbar ends */



@media (min-width: 300px) and (max-width: 767px) {

  
  .gform_wrapper.gravity-theme .gf_step_label{
        padding-left: 6px !important; 
  }
  
  div#gf_page_steps_1 {
    display: flex !important;
}
  
  
  form#gform_1 .gchoice {
    width: 46%;
    display: inline;
}
  
  button.accordion{
  white-space: break-spaces;
  }
  
  form#gform_1 .gchoice {
    width: 46%;
    display: inline;
}
  
  div#quote-form {
    border: none !important;
}
  
  .owl-carousel.owl-loaded.owl-drag .owl-nav.disabled, .owl-carousel.owl-loaded.owl-drag .owl-dots {
    display: none;
}
  
  .review-box {
    width: 340px !important;
}
  .owl-carousel .owl-stage {
    display: inline !important;
}
  
  .gform_wrapper.gravity-theme .gf_step {
    margin: 8px 9px 8px 0 !important;
  
}

  .elementor-swiper-button  i.eicon-chevron-left, .elementor-swiper-button  i.eicon-chevron-right {
    font-size: 24px !important;
}
  body p, body span{
    font-size: 16px !important;
    line-height: 20px !important;
  }

}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #fff !important;
}
.form-home .wpcf7 form.invalid .wpcf7-response-output {
  color: #000 !important;
   margin: -25px 0 0px 0px;
}


.accordion, .panel p{
    font-size: 16px;
}


/* .review-box .location span::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(https://us.takemyonlineclassus.com/wp-content/uploads/2023/10/USA-Flag-icon.png);
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 7px;
    margin-right: 10px;
} */

.location img.flag {
    display: none;
}


/* Single post page designing starts */

.single-post h1.entry-title {
    font-family: 'Public Sans';
    font-weight: 700;
  font-size:37px;
}

.single-post .related-posts ul , .single-post .top-authors ul{
      padding-left: 0;
}

.single-post .related-posts h2 {
    margin-left: 15px;
    color: white;
    font-size: 24px;
    padding-bottom: 9px;
    border-bottom-style: solid;
    border-bottom-width: 3.1px;
    width: fit-content;
}

.single-post div.related-posts {
    background: #4d6085;
    padding: 35px 16px 10px 20px;
    border-radius: 10px 45px 10px 10px;
}

.single-post .related-posts .related-title {
    color: #ffffff !important;
    font-weight: 300;
}

.single-post .related-posts .related-date {
    font-size: 15px !important;
    color: #d3d3d3;
}

.single-post .related-posts li, .single-post .top-authors li {
  border-bottom: none !important;
}

.single-post .right-sidebar.col-md-3 {
    padding-left: 31px;
}

.single-post .related-posts li:hover {
    background: none !important;
}

.single-post .author-details .avatar {
    border: 3px solid #4d6085;
}

.single-post div#ez-toc-container {
    background: #f2f9ff;
    border: none;
    border-radius: 20px;
    padding-left: 30px;
    margin-top: 45px;
    margin-bottom: 30px;
}

.single-post .top-authors h2 {
  font-size: 24px;
    padding-bottom: 9px;
    border-bottom: solid #0d3a93;
    border-bottom-width: 3.1px;
    width: fit-content;
}

.single-post .top-authors {
    margin-top: 50px;
    border: 1px solid #e2f2ff;
    padding: 35px 16px 10px 32px;
    border-radius: 15px;
}
.single-post .top-authors li{
  padding-left: 0 !important;
}

.single-post span.top-authors-title b {
    font-size: 14px;
}

.single-post article.content-container h2 span{
   font-weight: 700 !important;
    font-size: 30px;
    line-height: 40px;
}

.single-post article p{
  line-height: 26px;
}

.single-post article.content-container h2 {
    margin-top: 35px !important;
}

.single-post article.content-container h3 {
    font-size: 22px;
    margin-top: 22px;
}

.single-post article.content-container h3 span {
    font-weight: 600 !important;
    color: black;
}

/* 
.unlock_success h1::before {
    content: '';
    width: 54px;
    height: 59px;
    background-image: url(https://us.takemyonlineclassus.com/wp-content/uploads/2023/10/lock-image.png);
    display: inline-block;
    background-size: cover;
} */

.single img.single-thumb{
  object-fit: cover;
}



/* Single post page designing ends */

/* long section h2 start */
.long_section h2, .long_section h3{
    font-size: 18px;
}
/* long section h2 end */

.parent-with-link a{
    color: #c36 !important;
}

a.sub-subjects-toggle {
    width: 200px;
    word-wrap: break-word;
}

/*  Custom Header*/
.custom-header * {
  font-family: 'Public Sans', sans-serif;
}
.custom-header header {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    font-family: "Noto Sans", Sans-serif;
}
.custom-header .logo-wrapper {
  width: 22%;
  text-align: center;
}
.custom-header figcaption {
  font-size: 12px !important;
}
.new-navbar {
  overflow: hidden;
}

.new-navbar a {
  float: left;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 14px 9px;
  text-decoration: none;
  transition: all .5s ease-in;
}

.new-dropdown {
  float: left;
  overflow: hidden;
}

.new-dropdown .new-dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #000;
  font-weight: 600 !important;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  cursor: pointer;
  
}
.new-navbar a:hover, .new-dropdown:hover .new-dropbtn {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: var(--e-global-color-primary);
  text-decoration-thickness: 2px; 
}
.new-navbar a:hover, .new-dropdown1:hover .new-dropbtn1 {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: var(--e-global-color-primary);
  text-decoration-thickness: 2px; 
}

.new-dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}
/* .new-dropdown1 {
  float: left;
  overflow: hidden;
}
.new-dropdown1 .new-dropbtn1 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #000;
  font-weight: 600 !important;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  cursor: pointer;
  
}
.new-row1 a {
    color: #fff;
  font-size:14px ;
  padding:7px 16px;
}
.new-dropbtn1 a {
    padding: 0;
}
.new-row1 a:hover {
    color: #fff;
}
.new-dropdown-content1 {
  background-color:#14125c;
  display: none;
  position: absolute !important;
  width: 17%;
   top: 61px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  padding-bottom:10px;
}
.new-dropdown1:hover .new-dropdown-content1 {
  display: block;
  padding: 
} */

.new-dropdown:hover .new-dropdown-content {
  display: block;
  padding: 
}

/* Create three equal columns that floats next to each other */
.new-column {
  float: left;
  width: 25%;
  padding: 15px 5px;
  background-color: #14125c;
  height: 350px;
}
.new-column:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 200px;
    background: #f4f4f4;
    top: 22%;
    position: absolute;
}
.new-column a {
  float: none;
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.new-column a:hover {
  color: #fff;
}

.new-column h3 {
    color : #fff;
    font-size: 22px;
    padding-top: 30px;
}

.custom-header .cta-wrapper:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.custom-header .cta-wrapper a{
    color: #fff;
}
.custom-header .new-column ul.menu{
 list-style-type: none;
}
/* Clear floats after the columns */
.new-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .mobile-dropdown {
    padding: 14px 0px;
}
  .new-column {
    width: 100%;
    height: auto;
  }
}
/*Custom Header - End*/


/*Custom Mobile Header - Start*/
.custom-mobile-header * {
  font-family: 'Public Sans', sans-serif;
}
.custom-mobile-header .mobile-container {
  max-width: 480px;
  margin: auto;
  height: 500px;
  color: white;
  border-radius: 10px;

}

.custom-mobile-header .topnav {
  overflow: hidden;
  position: relative;
}

.custom-mobile-header .topnav #myLinks {
  display: none;
  
}
div#mobile-services ul {
  list-style-type: none;
}
div#mobile-exam ul {
  list-style-type: none;
}
div#mobile-services ul li a{
  padding: 5px;
}
div#mobile-exam ul li a{
  padding: 5px;
}

.custom-mobile-header .topnav a {
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.custom-mobile-header .topnav a.icon {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(40%);
  border: none;
}
.custom-mobile-header button {
    background: none;
  border: none;
    padding: 0 0 0 15px;
    font-weight: inherit;
    font-size: 18px;
  color: #000;
}
.custom-mobile-header button:focus {
    outline: none
}
.custom-mobile-header .d-flex {
  display: flex;
  align-items: center;
}
.custom-mobile-header .mobile-dropdown-content {
  display: none;
}
.custom-mobile-header .cta-wrapper {
  background: #14125c;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 10px
}
.custom-mobile-header .cta-wrapper a {
  color: #fff;
}
/*Custom Mobile Header - ENd*/

/* 404 - Start */

.f0f-wrapper #the-main-div {
  display: flex;
  margin-top: 50px;
}
.f0f-wrapper #the-main-div ul#ul-menu{
  list-style-type: none;
}
.f0f-wrapper #the-main-div ul#ul-menu li {
  margin-bottom: 10px;
}
.f0f-wrapper #the-main-div ul#ul-menu li a{
  color : #3e51ff;
}
/* 404 - End */

div#input_3_32 {
    display: flex;
    max-width: 400px;
    flex-wrap: wrap;
    gap: 10px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
  max-width: none !important;
}
div.lead-form-wrap.header-form span:first-child  {
  color: #fff !important;
}

div.lead-form-wrap span:first-child  {
  color: #000 !important;
}
div#newsletter-form input[type="tel"]::placeholder {
    color: #0a0a0a !important;
}

.post-meta.d-flex.card-user-date {
    justify-content: space-between;
}

/* Expert Carousel - Start */
@keyframes writer-first{
  0% {
    z-index: 3;
    transform: translate(-22px,0);
    opacity: 1;
  }
  20% {
    z-index: 2;
    transform: translate(-44px,0);
    opacity: .25;
  }
  40% {
    z-index: 1;
    transform: translate(-66px,0);
    opacity: 0;
  }
  60% {
    z-index: 1;
    transform: translate(44px,0);
    opacity: 0;
  }
  80% {
    z-index: 2;
    transform: translate(0,0);
    opacity: .25;
  }
  100% {
    z-index: 3;
    transform: translate(-22px,0);
    opacity: 1;
  }
}

@keyframes writer-second{
  0% {
    z-index: 2;
    transform: translate(0,0);
    opacity: .25;
  }
  20% {
    z-index: 3;
    transform: translate(-22px,0);
    opacity: 1;
  }
  40% {
    z-index: 2;
    transform: translate(-44px,0);
    opacity: .25;
  }
  60% {
    z-index: 1;
    transform: translate(-66px,0);
    opacity: 0;
  }
  80% {
    z-index: 1;
    transform: translate(44px,0);
    opacity: 0;
  }
  100% {
    z-index: 2;
    transform: translate(0,0);
    opacity: .25;
  }
}

@keyframes writer-other {
  0% {
    z-index: 1;
    transform: translate(44px,0);
    opacity: 0;
  }
  20% {
    z-index: 2;
    transform: translate(0,0);
    opacity: .25;
  }
  40% {
    z-index: 3;
    transform: translate(-22px,0);
    opacity: 1;
  }
  60% {
    z-index: 2;
    transform: translate(-44px,0);
    opacity: .25;
  }
  80% {
    z-index: 1;
    transform: translate(-66px,0);
    opacity: 0;
  }
  100% {
    z-index: 1;
    transform: translate(44px,0);
    opacity: 0;
  }
}

@keyframes writer-status{
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.expert-carousel {
    position: relative;
    width: 88px;
    height: 44px;
    margin: 0;
    overflow: hidden;
}
.expert-carousel .single-expert:nth-child(1) {
    animation: writer-first 10000ms cubic-bezier(.55,0,0,1) infinite;
}
.expert-carousel .single-expert {
    position: absolute;
    left: 44px;
    z-index: 1;
    width: 44px;
    height: 44px;
    background-color: #fff;
    background-image: url(https://us.takemyonlineclassus.com/wp-content/uploads/2024/01/experts.webp);
  background-image: loading lazy;
    background-size: cover;
    border-radius: 50%;
    opacity: 0;
}
.expert-carousel .single-expert:nth-child(2) {
    background-position: -44px 0;
    animation: writer-second 10000ms cubic-bezier(.55,0,0,1) infinite;
}
.expert-carousel .single-expert:nth-child(3) {
    background-position: -88px 0;
    animation: writer-other 10000ms cubic-bezier(.55,0,0,1) infinite;
}
.expert-carousel .single-expert:nth-child(4) {
    background-position: -132px 0;
    animation: writer-other 10000ms cubic-bezier(.55,0,0,1) infinite;
    animation-delay: 2000ms;
}
.expert-carousel .single-expert:nth-child(5) {
    background-position: -176px 0;
    animation: writer-other 10000ms cubic-bezier(.55,0,0,1) infinite;
    animation-delay: 4000ms;
}

.expert-carousel .expert-status {
    position: absolute;
    bottom: 0;
    left: 60%;
    z-index: 5;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    animation: writer-status 2000ms cubic-bezier(.55,0,0,1) infinite;
}
.expert-carousel .expert-status::before {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 4;
    width: 10px;
    height: 10px;
    background-color: #19cf5e;
    border-radius: 50%;
    content: "";
}
/* Expert Carousel - End */

.single-expert-carousel-wrap {
  display: inline-flex;
    align-items: center;
    gap: 10px;

}

.social_share span.elementor-share-btn__icon {
    margin-right: 10px;
}

/* CTA with Carousel START*/
@keyframes writer-first{
  0% {
    z-index: 3;
    transform: translate(-22px,0);
    opacity: 1;
  }
  20% {
    z-index: 2;
    transform: translate(-44px,0);
    opacity: .25;
  }
  40% {
    z-index: 1;
    transform: translate(-66px,0);
    opacity: 0;
  }
  60% {
    z-index: 1;
    transform: translate(44px,0);
    opacity: 0;
  }
  80% {
    z-index: 2;
    transform: translate(0,0);
    opacity: .25;
  }
  100% {
    z-index: 3;
    transform: translate(-22px,0);
    opacity: 1;
  }
}

@keyframes writer-second{
  0% {
    z-index: 2;
    transform: translate(0,0);
    opacity: .25;
  }
  20% {
    z-index: 3;
    transform: translate(-22px,0);
    opacity: 1;
  }
  40% {
    z-index: 2;
    transform: translate(-44px,0);
    opacity: .25;
  }
  60% {
    z-index: 1;
    transform: translate(-66px,0);
    opacity: 0;
  }
  80% {
    z-index: 1;
    transform: translate(44px,0);
    opacity: 0;
  }
  100% {
    z-index: 2;
    transform: translate(0,0);
    opacity: .25;
  }
}

@keyframes writer-other {
  0% {
    z-index: 1;
    transform: translate(44px,0);
    opacity: 0;
  }
  20% {
    z-index: 2;
    transform: translate(0,0);
    opacity: .25;
  }
  40% {
    z-index: 3;
    transform: translate(-22px,0);
    opacity: 1;
  }
  60% {
    z-index: 2;
    transform: translate(-44px,0);
    opacity: .25;
  }
  80% {
    z-index: 1;
    transform: translate(-66px,0);
    opacity: 0;
  }
  100% {
    z-index: 1;
    transform: translate(44px,0);
    opacity: 0;
  }
}

@keyframes writer-status{
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.cta-carousel .a-bnr__writer-swiper {
    position: relative;
    width: 88px;
    height: 44px;
    margin: 0 auto;
    overflow: hidden;
}
.cta-carousel .a-bnr__writer:nth-child(1) {
    animation: writer-first 10000ms cubic-bezier(.55,0,0,1) infinite;
}
.cta-carousel .a-bnr__writer {
    position: absolute;
    left: 44px;
    z-index: 1;
    width: 44px;
    height: 44px;
    background-color: #fff;
    background-image: url('https://us.takemyonlineclassus.com/wp-content/uploads/2024/01/custom_carousel.webp');
    background-size: cover;
    border-radius: 50%;
    opacity: 0;
}
.cta-carousel .a-bnr__writer:nth-child(2) {
    background-position: -44px 0;
    animation: writer-second 10000ms cubic-bezier(.55,0,0,1) infinite;
}
.cta-carousel .a-bnr__writer:nth-child(3) {
    background-position: -88px 0;
    animation: writer-other 10000ms cubic-bezier(.55,0,0,1) infinite;
}
.cta-carousel .a-bnr__writer:nth-child(4) {
    background-position: -132px 0;
    animation: writer-other 10000ms cubic-bezier(.55,0,0,1) infinite;
    animation-delay: 2000ms;
}
.cta-carousel .a-bnr__writer:nth-child(5) {
    background-position: -176px 0;
    animation: writer-other 10000ms cubic-bezier(.55,0,0,1) infinite;
    animation-delay: 4000ms;
}

.cta-carousel .a-bnr__writer-status {
    position: absolute;
    bottom: 0;
    left: 60%;
    z-index: 5;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    animation: writer-status 2000ms cubic-bezier(.55,0,0,1) infinite;
}
.cta-carousel .a-bnr__writer-status::before {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 4;
    width: 10px;
    height: 10px;
    background-color: #19cf5e;
    border-radius: 50%;
    content: "";
}
.cta-carousel .lazy-bg--loaded {
    opacity: 1;
}
.cta-carousel .lazy-bg {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* CTA with Carousel END */

p.left-line {
    border-left: 3px solid #0a1670;
    padding-left: 14px;
    background: #f9fafa;
    padding-top: 10px;
    padding-bottom: 10px;
  padding-right: 15px;
}

h2#reply-title {
    font-size: 17px;
    text-align: left !important;
    padding-bottom: 0px !important;
}

body.single-post section#comments .col-md-6 {
    margin-bottom: 18px;
}
button.new-dropbtn a {
    padding: 0;
}
/* My Csss */
.new-row1 a {
    color: #fff;
  font-size:14px ;
  padding:7px 16px;
}
.new-dropbtn1 a {
    padding: 0;
}
.new-row1 a:hover {
    color: #fff;
}
.new-dropdown-content1 {
  background-color:#14125c;
  display: none;
  position: absolute !important;
  width: 17%;
   top: 61px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  padding-bottom:10px;
}
.new-dropdown1:hover .new-dropdown-content1 {
  display: block;
  padding: 
}
.new-dropdown1 {
    float: left;
    overflow: hidden;
}
.new-dropdown1 .new-dropbtn1 {
    font-size: 16px;
    border: none;
    outline: none;
    color: #000;
    font-weight: 600 !important;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    font-size: 18px;
    font-weight: bold !important;
    color: #fff;
    background-color: #3E51FF;
    border-radius: 10px;
    border-color: #3E51FF;
    padding: 12px;
  cursor:pointer;
}
input.wpcf7-form-control {
    font-family: "Public Sans", Sans-serif;
}
.custom-header .cta-wrapper a {
    background: #14125c;
    margin: 0 4px;
    padding: 10px 12px;
    border-radius: 4px;
}
.cta-wrapper a:last-of-type {
    background-color: transparent;
  font-weight: 700;
  color:#000;
    }
.wpcf7-form p:last-of-type {
    margin-bottom: -20px !important;
    padding-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .mobile-dropdown {
    padding: 14px 0px;
}
  div#mobile-exam ul {
    list-style-type: none;
}
  div#mobile-exam ul li a {
    padding: 5px;
}
  .proctored-logo-box,
  .expert-card-new{
    margin:0 30px !important;

  }
  .expert-card-new {
    height:350px;
  }
}
  .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -35px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
  }
  .owl-carousel .owl-dots {
    display: inline-block;
    margin: 0 5px; /* Adjust spacing between dots */
  }
.item img {
    border-radius: 10px !important;
}
.owl-theme .owl-nav [class*='owl-']:hover{
  background:transparent;
}



.class-lms .elementor-testimonial__content {
    padding: 0 !important;
  box-shadow:none !important;
}
 .proctored-logo-box {
    padding: 10px;
    border: 1px solid #001f3f;
    border-radius: 10px;
    min-height: 275px;
    margin-bottom: 25px;
    background-color:#fff ;
  margin:5px;
  text-align:center;
}
.proctored-logo-box img {
    width: 170px !important;
    margin: 0 auto 5px;
}
.proctored-logo-box h3{
  font-size: 20px;
  color: #14125C;
}
.proctored-logo-box p {
    line-height: 22px;
    font-size: 14px;
/*     max-height: 195px;
    overflow-y: scroll; */
}
#proctored-box-slider .owl-dots{
   text-align: center;
}

#proctored-box-slider .owl-dots button.owl-dot{
   background-color: #BEBEBE;
   padding: 6px !important;
   margin: 5px;
   border-radius: 10%;
   transition: all .5s ease;
}

#proctored-box-slider .owl-dots button.owl-dot:focus{
   outline: 0px !important;
}

#proctored-box-slider .owl-dots button.owl-dot.active{
   transform: rotate(45deg);
   background-color: #14125C;
}

/* Expert slider */
 .expert-card-new {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #14125c;
    margin: 0 5px;
    height: 330px;
  font-family: "Roboto";
}
.image-box img{
    border-radius: 50% !important;
  width: 50px !important;
}
.expert-card-new p {
    margin: 10px 0px;
    font-size: 14px;
}
.expert-header-new {
    display: flex;
    align-items: center;
    gap: 10px;
}
.expert-header-new h3 {
    margin: 0;
    font-weight: 900;
}
.expert-footer-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.expert-info-review-wrap {
    display: flex;
    align-items: center;
    
}
.center .expert-card-new{
    border: 2px solid #001f3f;
} 
.expert-info-review-wrap img{
    width: 50% !important;
/*  border-radius:50%; */
}

element.style {
}
.expert-footer-new .hire-now-btn {
    background-color: #3e51ff;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 8px;
}
.expert-info span {
    font-size: 15px;
}

/* .services-style-2-box */
.services-style-2-box {
    text-align: left;
    border: 2px solid;
    border-image: linear-gradient(to bottom, #001f3f, #7ee8a8) 1;
    padding: 20px 15px;
    transition: .3s ease-in-out;
    background: #fff;
    margin: 0 10px 20px;
    /*border-radius: 10px;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: calc(100% - 40px);
}

.services-style-2-box:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /*transform: scale(1.05);*/
}

.services-style-2-box h3 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 15px;
    color: #24373d;
    font-weight: 600;
}

.services-style-2-box p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 150px;
    padding-right: 10px;
}

.services-style-2-box p::-webkit-scrollbar {
    width: 5px;
}

.services-style-2-box p::-webkit-scrollbar-thumb {
    background-color: #001f3f;
    border-radius: 10px;
}

.btn-sm {
    padding: 7px 14px !important;
    font-size: 14px;
    color: #fff;
    background: #3e51ff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 105px !important;
}

.btn-sm:hover {
    background: #14125C;
  color:#fff;
}
.testimonial-slider{
        padding: 20px;
    box-shadow: 1px 1px 5px 1px #8080804a;
    border-radius: 20px;
    margin: 10px;
  font-family: "Public Sans", Sans-serif;
}
.t-foot {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}
.table-sticky{
  position:sticky;
  top:20px;
}
/* Fixed CTA Buttons - Start */
.call-box {
    position: fixed;
    display: flex;
    align-items: center;
    width: 80px;
    column-gap: 10px;
    bottom: 80px;
    z-index: 2;
    overflow: hidden;
    left: 10px;
    padding: 10px;
    animation: mover 0.4s infinite alternate;
    transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
    border-radius: 16px;
}

.call-box:hover {
    cursor: pointer;
}

.call-box .call-image {
    width: 100px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.call-box .drawer {
    width: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}

.call-box .drawer a {
    color: #fff;
    font-size: 16px;
}

.call-box .drawer a:hover {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: var(--e-global-color-primary);
    text-decoration-thickness: 4px;
}

.call-box:hover {
    background-color: #333;
    width: 335px;
    animation: none;
}

.call-box:hover .call-image {
    width: 85px;
}

.call-box:hover .drawer {
    width: min-content;
    /* Show the drawer on hover */
}

.call-box i.fa.fa-phone {
    transform: rotate(113deg);
}

.floating-social-icons .wa-btn {
    font-weight: 600;
    vertical-align: middle;
    padding: 12px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    color: #FFF !important;
    border-radius: 0 10px 0;
    text-align: center;
    font-size: 18px;
    z-index: 100000000;
    border: 2px solid #023838;
    animation: headShake 2s infinite;
}

.floating-social-icons .wa-btn::after {
    content: "2";
    position: absolute;
    border: 2px solid #fbfbfb;
    width: 26px;
    height: 26px;
    color: #fbfbfb;
    font-size: 16px;
    top: -19px;
    right: 20px;
    border-radius: 50%;
    background-color: #bf1212;
    box-sizing: border-box;
}

.floating-social-icons .wa-btn a {
    color: #FFF !important;
}

/* Fixed CTA Buttons - End */
/* End custom CSS */