.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:transparent;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50%,.071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50%,.102)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:transparent;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}@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;
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(//takemyonlineclassfast.com/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(//takemyonlineclassfast.com/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-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 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; 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 {   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 {   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: 196px !important;
} .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;
} #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;
} .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 { top: 0;
width: 100%; }
.cta-fix-floating  .cta-button {
text-align: center;
}
a.blob-btn-new{
border: 2px solid #3E51FF;
border-radius: 8px;
color: #3E51FF; 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 { 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{ 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 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;
} 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: 40px !important;
}
body.single h4 {
font-size: 20px;
color: #050d46;
font-weight: 600; } 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;
}  .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-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 {   padding: 50px;
box-shadow: 1px 5px 5px 5px #dbd6d670;
border-radius: 12px;
margin-bottom: 50px; }
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%; }
.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) {
.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;
} .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;
}  .icon {
float: right;
} .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;
} .ubermenu, .ubermenu-nav{
z-index: 1 !important;
}
.ubermenu-submenu-id-19 {
top: 55px !important;
}
.four-star {
background-image: url(https://takemyonlineclassfast.com/wp-content/uploads/2023/10/4-stars.png);
width: 100px;
height: 40px;
background-repeat: no-repeat;
background-size: contain; position: relative;
top: 20px;
left: -5px;
}
.five-star {
background-image: url(https://takemyonlineclassfast.com/wp-content/uploads/2023/10/five-stars.png);
width: 100px;
height: 40px;
background-repeat: no-repeat;
background-size: contain; position: relative;
top: 20px;
left: -5px;
}
.readmr .icon {
float: unset;
margin-left: 10px;
} #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://takemyonlineclassfast.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://takemyonlineclassfast.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;
}  .home-faqs{
height: 300px;
overflow-y: scroll;
overflow-x: hidden;
scrollbar-width: thin;
scrollbar-color: lightgray transparent;
}
.home-faqs::-webkit-scrollbar {
width: 10px; } .home-faqs::-webkit-scrollbar-track {
background: #D9D9D9; } .home-faqs::-webkit-scrollbar-thumb {
background-color: #ACA9A9; border-radius: 5px; } @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;
}
.accordion, .panel p{
font-size: 16px;
} .location img.flag {
display: none;
} .single-post h1.entry-title {
font-family: 'Public Sans';
font-weight: 700;
}
.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;
} .single img.single-thumb{
object-fit: cover;
}  .long_section h2, .long_section h3{
font-size: 18px;
} .parent-with-link a{
color: #c36 !important;
}
a.sub-subjects-toggle {
width: 200px;
word-wrap: break-word;
} .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: 25%;
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 16px;
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-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-dropdown:hover .new-dropdown-content {
display: block;
padding: 
} .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 {
background: #14125c;
padding: 10px 30px;
border-radius: 4px;
}
.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;
} .new-row:after {
content: "";
display: table;
clear: both;
} @media screen and (max-width: 600px) {
.new-column {
width: 100%;
height: auto;
}
}  .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-services 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;
}  .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;
} div#input_8_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;
} @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://takemyonlineclassfast.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: "";
} .single-expert-carousel-wrap {
display: inline-flex;
align-items: center;
gap: 10px;
}
.social_share span.elementor-share-btn__icon {
margin-right: 10px;
} @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://takemyonlineclassfast.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);
} 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;
}