/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * Common Styles
 */

/** Slider */
.be-slider {
    visibility: hidden;
    position: relative;
}
.be-slide {
    position: absolute;
    top : 0;
    left : 0;
    width : 100%;
}
.be-slider-with-shadow .be-slide{
    margin-bottom: 30px;
}
.be-slider-with-shadow .flickity-page-dots {
    bottom: 0;
}
.be-slide:first-child {
    position: relative;
}
.be-slide-lazy-load {
    opacity: 0;
    transition : opacity 0.3s;
}
.be-slide-lazy-load.flickity-lazyloaded {
    opacity: 1;
}
.be-slider-cols-2 .be-slide {
    width : 50%;
}
.be-slider-cols-3 .be-slide {
    width : 33.33%;
}
.be-slider-cols-4 .be-slide {
    width : 25%;
}
.be-slider-cols-5 .be-slide {
    width : 20%;
}
.be-slider-cols-6 .be-slide {
    width : 16.66%;
}
@media only screen and (max-width : 1024px) {
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width : 50%;
    }
}
@media only screen and (max-width : 767px) {
    .be-slider-cols-2 .be-slide,
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width : 100%;
    }
}
.be-equal-height-slider .be-slide-inner {
    height : 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.be-slider.flickity-enabled {
    visibility: visible;
}
.be-slider[data-dots="1"] .flickity-viewport {
    margin-bottom: 30px;
}
.be-slider .flickity-page-dots {
    left : 0;
}
.be-slider .flickity-page-dots .dot {
    width : 7px;
    height : 7px;
}
.be-slider .flickity-prev-next-button {
    padding: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    transition : all 0.3s;
}
.be-slider .flickity-button-icon {
    fill : #979797;
}
.be-slider .flickity-button:hover {
    background : transparent;
}
.be-slider .flickity-button:focus {
    outline: none;
    box-shadow: none;
}
.be-slider .flickity-prev-next-button.next {
    right: 0;
    opacity: 0;
}
.be-slider:hover .flickity-prev-next-button.next {
    right: 15px;
    opacity: 1;
}
.be-slider .flickity-prev-next-button.previous {
    left: 0;
    opacity: 0;
}
.be-slider:hover .flickity-prev-next-button.previous {
    left: 15px;
    opacity: 1;
}
.be-slider .flickity-button:focus {
    outline: none;
    box-shadow: none;
}
.be-slider-hide-nav .flickity-prev-next-button,
.be-slider-hide-nav .flickity-page-dots {
    display: none;
}


.exp-icon-tiny .exp-icon {
    font-size: 15px;
}
.exp-icon-small .exp-icon {
    font-size: 22px;
}
.exp-icon-medium .exp-icon {
    font-size: 32px;
}
.exp-icon-large .exp-icon {
    font-size: 45px;
}
.exp-icon-x-large .exp-icon {
    font-size: 62px;
}
.exp-icon-bg {
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp-icon-circled.exp-icon-tiny .exp-icon-bg {
    width : 28px;
    height: 28px;
}
.exp-icon-circled.exp-icon-tiny .exp-icon {
    font-size: 12px;
}

.exp-icon-circled.exp-icon-small .exp-icon-bg {
    width : 38px;
    height: 38px;
}
.exp-icon-circled.exp-icon-small .exp-icon {
    font-size: 16px;
}

.exp-icon-circled.exp-icon-medium .exp-icon-bg {
    width : 50px;
    height: 50px;
}
.exp-icon-circled.exp-icon-medium .exp-icon {
    font-size: 21px;
}

.exp-icon-circled.exp-icon-large .exp-icon-bg {
    width : 64px;
    height: 64px;
}
.exp-icon-circled.exp-icon-large .exp-icon {
    font-size: 28px;
}

.exp-icon-circled.exp-icon-x-large .exp-icon-bg {
    width : 86px;
    height: 86px;
}
.exp-icon-circled.exp-icon-x-large .exp-icon {
    font-size: 36px;
}

/**
 * Animated Number
 */
 .tatsu-an {
     line-height: 1;
 }


/**
 * Buttons
 */
 .tatsu-button.circular,
 .tatsu-button.circular:after,
 .tatsu-button.circular:before,
 .tatsu-button-wrap.circular,
 .tatsu-button-wrap.circular:after,
 .tatsu-button-wrap.circular:before {
   border-radius: 32px;
 }
 
 .x-largebtn.tatsu-button.rounded {
     border-radius: 4px;
 }
 
 .smallbtn {
     font-size: 11px;
     line-height: 11px;
     padding: 11px 25px;
 }
 .circular.smallbtn{
    padding: 11px 25px;
 }
 .mediumbtn {
    font-size: 12px;
    line-height: 12px;
    padding: 14px 34px;
 }
 .circular.mediumbtn, .mediumbtn.tatsu-button{
    padding: 14px 34px;
 }
 .largebtn {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 40px;
 }
 .circular.largebtn{
    padding: 15px 40px;
 }
 .x-largebtn {
     font-size: 15px;
     padding: 18px 51px;
     line-height: 15px; 
 }
 
 /**
  * Icons 
  */

 .tatsu-icon-bg.medium .tatsu-icon,
 .tatsu-icon.medium {
     font-size: 21px;
 }
 .tatsu-icon-bg.large .tatsu-icon,
 .tatsu-icon.large {
     font-size: 28px;
 }
 .tatsu-icon-bg.xlarge .tatsu-icon,
 .tatsu-icon.xlarge {
     font-size: 36px;
 }
 .tatsu-icon-bg.tiny.plain .tatsu-icon,
 .tatsu-icon.tiny.plain {
     font-size: 16px;
     margin-right: 6px;
 }
 .tatsu-icon-bg.small.plain .tatsu-icon,
 .tatsu-icon.small.plain {
     font-size: 22px;
     margin-right: 12px;
 }
 .tatsu-icon-bg.medium.plain .tatsu-icon,
 .tatsu-icon.medium.plain {
     font-size: 28px;
     margin-right: 15px;
 }
 .tatsu-icon-bg.large.plain .tatsu-icon,
 .tatsu-icon.large.plain {
     font-size: 40px;
     margin-right: 18px;  
 }
 .tatsu-icon-bg.xlarge.plain .tatsu-icon,
 .tatsu-icon.xlarge.plain {
     font-size: 58px;
     margin-right: 25px;
 }
 .align-left .tatsu-icon.plain,
 .align-left .tatsu-icon-bg.plain .tatsu-icon,
 .align-center .tatsu-icon.plain,
 .align-center .tatsu-icon-bg.plain .tatsu-icon,
 .align-right .tatsu-icon.plain,
 .align-right .tatsu-icon-bg.plain .tatsu-icon {
     margin-right: 0;
 }
 .tatsu-gradient-icon.align-none .tatsu-icon-bg {
     margin-right: 0;
 }
 .tatsu-icon-bg.tiny,
 .tatsu-icon.tiny {
     width: 28px;
     height: 28px;
 }
 .tatsu-icon-bg.small,
 .tatsu-icon.small {
     width: 38px;
     height: 38px;
 }
 .tatsu-icon-bg.medium,
 .tatsu-icon.medium {
     height: 50px;
     width: 50px;
 }
 .tatsu-icon-bg.large,
 .tatsu-icon.large {
     width: 64px;
     height: 64px;
 }
 .tatsu-icon-bg.xlarge,
 .tatsu-icon.xlarge {
     width: 80px;
     height: 80px;
 }
 .tatsu-icon-bg.plain,
 .tatsu-icon.plain {
    width: auto;
    height: auto;
 }

/**
 * Title With Icon
 */
 .tatsu-ti.tatsu-ti-wrap.align-right,
 .tatsu-ti.tatsu-ti-wrap.align-left {
     margin: 0;
 }
 .tatsu-ti-wrap.small.plain {
     font-size: 22px;
     width: auto;
     height : auto;
     line-height : 0;
 }
 .tatsu-tc.small.plain {
     padding-left: 40px;
 }
 .tatsu-tc.small.plain.align-right {
     padding-right: 40px;
 }
 @media only screen and (max-width : 767px) {
    .tatsu-tc.small.plain.align-right {
        padding-right: 0;
        padding-left: 40px;
    }
 }

 .tatsu-ti-wrap.medium.plain {
     font-size: 27px;
     width : auto;
     height : auto;
     line-height: 0;
 }
 .tatsu-tc.medium.plain{
     padding-left: 48px;
 }
 .tatsu-tc.medium.plain.align-right{
     padding-right: 48px;
 }
 @media only screen and (max-width : 767px) {
    .tatsu-tc.medium.plain.align-right {
        padding-right: 0;
        padding-left: 48px;
    }
 }

 .tatsu-ti-wrap.large.plain {
     font-size: 32px;
     width : auto;
     height : auto;
     line-height: 0;
 }
 .tatsu-tc.large.plain{
    padding-left: 56px;
}
.tatsu-tc.large.plain.align-right {
    padding-right: 56px;
}
@media only screen and (max-width : 767px) {
    .tatsu-tc.large.plain.align-right {
        padding-right: 0;
        padding-left: 56px;
    }
 }

.tatsu-ti-wrap.small.circled {
    font-size: 16px;
    width : 40px;
    height : 40px;
}
.tatsu-tc.small {
    padding-left: 58px;
}
.tatsu-tc.small.align-right {
    padding-right: 58px;
}
@media only screen and (max-width : 767px) {
    .tatsu-tc.small.align-right {
        padding-right: 0;
        padding-left: 58px;
    }
}

.tatsu-ti-wrap.medium.circled {
    font-size: 20px;
    width : 50px;
    height : 50px;
}
.tatsu-tc.medium {
    padding-left: 70px;
}
.tatsu-tc.medium.align-right {
    padding-right: 70px;
}
@media only screen and (max-width : 767px) {
    .tatsu-tc.medium.align-right {
        padding-right: 0;
        padding-left: 70px;
    }
}

.tatsu-ti-wrap.large.circled {
    font-size: 26px;
    width : 64px;
    height : 64px;
}
.tatsu-tc.large {
    padding-left: 86px;
}
.tatsu-tc.large.align-right {
    padding-right: 86px;
}
@media only screen and (max-width : 767px) {
    .tatsu-tc.large.align-right {
        padding-right: 0;
        padding-left: 86px;
    }
}

.tatsu-list-inner {
    padding-left: 10px;
}


/** 
 * Recent posts
 */
 .exp-recent-posts .exp-posts-loop-style7 .exp-post-inner:hover {
     box-shadow : none;
     transform: translate3d(0,0,0);
 }

 /* .exp-recent-posts .exp-posts-loop-style2 .exp-post-details {
     padding: 20px 0;
 } */
.exp-equal-height-slider .exp-post-inner {
    height : 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
 }
.exp-equal-height-slider .exp-post-thumb {
    flex: 0 0 auto;
    width : 100%;
}
.exp-equal-height-slider .exp-post-details {
    flex : 1 0 auto;
    width : 100%;
    display: flex; 
    align-items: center;
}
.exp-posts-loop-style2 .exp-equal-height-slider .exp-post-details {
    align-items: flex-start;
}

.exp-equal-height-slider .exp-post-details-inner {
    width : 100%;
}
.exp-recent-posts .exp-posts-loop-style7 .exp-post-inner:hover {
    transform: none;
    box-shadow: none;
}

/**
 * Blog Module
 */

.exp-module .exp-blog .exp-posts-loop {
    margin-bottom: 0;
}

/** 
 * Contact Form 7
 */

    /** Form Layout */
     .be-form-field-row {
        display:  flex;
        flex-wrap:  wrap;
        margin: 0 -15px;
    }

    .be-form-field-col {
        flex: 0 0 auto;
        width : 100%;
    }
    .be-form-field-row .be-form-field-col {
        padding: 0 15px;
    }    
    .be-col-one-half {
        width:  50%;
    }
    .be-col-one-third {
        width : 33.33%;
    }
    @media only screen and (max-width : 767px ) {
        .be-form-field-row {
            margin : 0;
        }
        .be-form-field-row .be-form-field-col {
            padding: 0;
            width : 100%;
            margin-bottom: 30px;
        }
        .be-form-field-row .be-form-field-col:last-child {
            margin-bottom: 0;
        }
    }

 .exp-form .wpcf7-form-control-wrap {
     display: block;
 }
 .exp-form.wpcf7-form input[type = "submit"]:last-of-type {
     margin-bottom: 0;
 }
 .exp-contact-form-cf7 .wpcf7 .ajax-loader {
     display: none;
 }
 .exp-contact-form-cf7 .wpcf7 .ajax-loader.is-active {
     display: inline-block;
 }
 .exp-contact-form-cf7 .exp-form {
     margin-bottom: 0;
 }

 
 /**
  * Countdown
  */
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: 24.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
}
.countdown-amount {
    font-size: 50px;
    line-height: 1.2;
}
.countdown-period {
    display: block;
}
.countdown-descr {
    display: block;
    width: 100%;
}


 /** Newsletter **/
 .exp-mc {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
 }
 .exp-mc-wrap .exp-mc-form,
 .exp-mc-wrap .exp-form > * {
     margin-bottom: 0;
 }
 .exp-mc-align-center .exp-mc {
     justify-content: center;
 }
 .exp-mc-align-right .exp-mc {
     justify-content: flex-end;
 }
 .exp-mc > * {
     flex: 0 0 auto;
 }
 .exp-mc-email {
     margin-right: 25px;
 }
 .exp-mc .exp-mc-email {
     background: transparent;
 }
 .exp-mc-block .exp-mc-email {
    margin-bottom: 25px;
 }
 .exp-mc-form.exp-form .exp-mc-email {
     padding : 11px 0 11px 20px;
 }
 .exp-mc-submit-wrap {
     position: relative;
 }
 .exp-mc .exp-mc-submit {
     padding : 16px 30px;
     transition : all 0.3s;
 }
 .exp-mc-form-loading .exp-mc-submit {
     opacity: 0;
 }
 .exp-mc-form .tatsu-notification,
 .exp-mc-form .exp-subscribe-loader {
     display: none;
 }
 .exp-subscribe-loader {
    position: absolute;
    top : 92%;
    left : 0;
    transform: translate3d(0, -50%, 0);
    display: none;
    
 }
 .exp-subscribe-loader-inner {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    webkit-animation: exp-spin-animation 1.1s infinite linear;
    animation: exp-spin-animation 1.1s infinite linear; 
 }
 @-webkit-keyframes exp-spin-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes exp-spin-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width:767px) {
    .exp-mc-form.exp-form .exp-mc-email {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/** 
 * Tatsu frame specific
 */ 


.tatsu-frame .exp-recent-posts .exp-post-thumb p {
    margin-bottom: 0;
}
.tatsu-frame .exp-recent-posts br {
    display: none;
}
.tatsu-frame .exp-recent-posts .exp-post-author p {
    margin-bottom: 0;
}

.tatsu-frame .exp-featured-posts .exp-post-thumb p {
    margin-bottom: 0;
}
.tatsu-frame .exp-featured-posts br {
    display: none;
}
.tatsu-frame .exp-featured-posts .exp-post-author p {
    margin-bottom: 0;
}

.tatsu-frame .exp-blog .exp-post-thumb p {
    margin-bottom: 0;
}
.tatsu-frame .exp-blog br {
    display: none;
}
.tatsu-frame .exp-blog .exp-post-author p {
    margin-bottom: 0;
}

.tatsu-frame .exp-contact-form-cf7 p {
    margin:  0;
}

.tatsu-frame .exp-contact-form-cf7 br {
    display:  none;
}


/*** end tatsu specific settings **/


/* Start Spyro Price Switcher Module CSS */

.spyro-price-switcher {
    text-align: center;
}

.spyro-price-switcher .price-switch-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.spyro-price-switcher .price-switch-container .switch-label {
    
    color: #343638;
}
.spyro-price-switcher .price-switch-container .switch-label.default{
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.spyro-price-switcher .price-switch-container .switch-label.active {
    color: #2293D7;
}

.spyro-price-switcher .price-switch-container .custom-switcher {
    margin-left: 20px;
    margin-right: 20px;
    height: 40px;
}

.spyro-price-switcher .price-switch-container .custom-switcher input {
    display: none;
}

.spyro-price-switcher .price-switch-container .custom-switcher input:checked+label:after {
    left: 35px;
}

.spyro-price-switcher .price-switch-container .custom-switcher label {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 40px;
    border-radius: 50px;
    background: #2293D7;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.spyro-price-switcher .price-switch-container .custom-switcher label:after {
    position: relative;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    top: 5px;
    left: 7px;
    border-radius: 19px;
    background: #fff;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}

.spyro-price-switcher .price-switch-container .switch-promo {
    
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 10px 16px 8px;
    color: #EA5151;
    margin-left: 20px;
    position: absolute;
    right: -122px;
}
.spyro-price-switcher .price-switch-container .switch-promo.default{
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}


/* Spyro Price Switcher Module CSS Responsive*/

@media only screen and (max-width: 767px) {
  .spyro-price-switcher .price-switch-container .switch-promo {
    bottom: 45px;
    right: 0;
  }
}

/* End Spyro Price Switcher Module CSS */


/* Start Spyro Pricing Table Module CSS */



.spyro-pricing-table {
    background-color: #fff;
    box-shadow: 0px 4px 35px rgba(22, 61, 173, 0.08);
    border-radius: 3px;
    padding: 35px 30px 45px;
}

.spyro-pricing-table .pricing-head {
    text-align: center;
}

.spyro-pricing-table .pricing-head .pricing-head-icon {
    display: inline-block;
    margin: 10px 0 15px 0;
}

.spyro-pricing-table .pricing-head .pricing-head-icon i {
    font-size: 60px;
    color: #2293D7;
}

.spyro-pricing-table .pricing-head .pricing-price {
    
    color: #343638;
    margin: 20px 0 0;
}
.spyro-pricing-table .pricing-head .pricing-price.default{
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}

.spyro-pricing-table.price-toggle .pricing-head .pricing-price.monthly {
    display: block;
}

.spyro-pricing-table.price-toggle .pricing-head .pricing-price.annually {
    display: none;
}

.spyro-pricing-table .pricing-head .pricing-price.monthly {
    display: none;
}



.spyro-pricing-table .pricing-head .pricing-label {
    
    color: #2293D7;
    display: inline-block;
    margin-top: 5px;
}
.spyro-pricing-table .pricing-head .pricing-label.default{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.spyro-pricing-table .pricing-features-list {
    margin-top: 25px;
}

.spyro-pricing-table .pricing-features-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.spyro-pricing-table .pricing-features-list ul li {
    border-bottom: 1px solid #DFEDFF;
    margin: 0;
    padding: 19px 0 18px 18px;
    line-height: 1;
}

.spyro-pricing-table .pricing-features-list ul li i {
    font-size: 16px;
    color: #2293D7;
    margin-right: 7px;
}

.spyro-pricing-table .pricing-features-list ul li .feature-item {
    
    color: #77797D;
}
.spyro-pricing-table .pricing-features-list ul li .feature-item.default{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}
.spyro-pricing-table .pricing-footer
{
  text-align: center;
}
.spyro-pricing-table .pricing-footer .tatsu-button-wrap {
    text-align: center;
    margin-top: 35px;
}

.spyro-pricing-table .pricing-footer .tatsu-button-wrap .tatsu-button {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    background-color: #2293d7;
    color: #fff;
}


/* End Spyro Pricing Table Module CSS */

/* Start Spyro Fancy Tabs Module CSS */ 

/* Spyro Fancy Tabs Module CSS */
.spyro-fancy-tabs {
  position: relative;
}

.spyro-fancy-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.spyro-fancy-tabs a {
  text-decoration: none;
}

.spyro-fancy-tabs .fancy-tabs-content {
  display: flex;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block {
  width: 50%;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tab-text-container {
  padding-right: 125px;
  padding-top: 70px;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tab-text-container .fancy-tab-text {
  display: none;
  opacity: 0;
  transition: opacity .2s ease;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tab-text-container .fancy-tab-text.active {
  display: block;
  opacity: 1;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tab-text-container .fancy-tab-text .tab-title {
  
  color: #343638;
  margin: 0 0 20px 0;
}
.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tab-text-container .fancy-tab-text .tab-title.default {
  font-size: 36px;
  line-height: 46px;
  
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tab-text-container .fancy-tab-text .tab-content {

  color: #77797D;
  margin: 0;
}
.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tab-text-container .fancy-tab-text .tab-content.default {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  
}


.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation {
  margin-top: 45px;
  padding-right: 220px;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation .tab-menu-item {
  margin-bottom: 16px;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation .tab-menu-item.active {
  border: 1px solid #F2F5FF;
  box-shadow: 0px 0px 15px rgba(34, 90, 255, 0.1);
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation .tab-menu-item:last-of-type {
  margin-bottom: 0;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation .tab-menu-item a {
  
  color: #343638;
  display: inline-flex;
  align-items: center;
  padding: 19px 20px 20px 20px;
}
.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation .tab-menu-item a.default {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}


.spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation .tab-menu-item a i {
  font-size: 20px;
  padding-right: 12px;
  vertical-align: middle;
  color: #2293D7;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-img-block {
  width: 50%;
  align-items: center;
  display: flex;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-img-block .tab-img-container {
  display: none;
  opacity: 0;
  transition: opacity .2s ease;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-img-block .tab-img-container.active {
  display: block;
  opacity: 1;
}

.spyro-fancy-tabs .fancy-tabs-content .tabs-img-block .tab-img-container .tab-img {
  max-width: 100%;
}

.spyro-fancy-tabs.reversed .fancy-tabs-content {
  flex-flow: row-reverse;
}

.spyro-fancy-tabs.reversed .fancy-tabs-content .tabs-text-block {
  padding-left: 125px;
}

.spyro-fancy-tabs.reversed .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation {
  padding-right: 70px;
}

.spyro-fancy-tabs.reversed .fancy-tabs-content .fancy-tab-text-container {
  padding-right: 0;
}

/* Spyro Fancy Tabs Module CSS Responsive*/

@media only screen and (max-width: 1199px) {
  .spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tab-text-container {
    padding-right: 50px;
    padding-top: 0;
  }
  .spyro-fancy-tabs .fancy-tabs-content .tabs-text-block .fancy-tabs-navigation {
    padding-right: 100px;
  }
 .spyro-fancy-tabs.reversed .fancy-tabs-content .tabs-text-block {
    padding-left: 60px;
   
  }
}

@media only screen and (max-width: 1024px) {
  .spyro-fancy-tabs .fancy-tabs-content,
  .spyro-fancy-tabs.reversed .fancy-tabs-content {
    flex-direction: column;
    flex-flow: column-reverse;
  }
  .spyro-fancy-tabs.reversed .fancy-tabs-content .tabs-text-block {
    padding-left: 0;
  }
  .spyro-fancy-tabs .fancy-tabs-content .tabs-text-block,
  .spyro-fancy-tabs .fancy-tabs-content .tabs-img-block {
    width: 100%;
  }
  .spyro-fancy-tabs .fancy-tabs-content .tabs-img-block {
    margin-bottom: 60px;
  }
  .spyro-fancy-tabs .fancy-tabs-content .tabs-img-block .tab-img-container .tab-img {
    width: 100%;
  }
}

/* */

/* End Spyro Image Before After Tab Module CSS */

/* Start Spyro Accordion Module CSS */

.spyro-accordion .accordion-content-wrap {  
  border-bottom: 1px solid rgba(52, 54, 56, 0.1);
  padding: 32px 50px 31px 30px;
  position: relative;
}

.spyro-accordion .accordion-content-wrap .accordion-head .accordion-title {
  
  color: #343638;
  margin: 0;
  cursor: pointer;
}
.spyro-accordion .accordion-content-wrap .accordion-head .accordion-title.default {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  
}

.spyro-accordion .accordion-content-wrap .accordion-body {
  display: none;
  opacity: 0;
}

.spyro-accordion .accordion-content-wrap .accordion-body .accordion-description {
 
  color: #77797D;
  margin: 0;
  padding-top: 12px;
}

.spyro-accordion .accordion-content-wrap .accordion-body .accordion-description.default {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  
}
.spyro-accordion .accordion-content-wrap .accordion-body .accordion-description p{
  margin-bottom: 0;
}
.spyro-accordion .accordion-content-wrap.active {
  background-color: #fff;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.05);
  border-bottom: 0;
  margin-top: -1px;
}

.spyro-accordion .accordion-content-wrap.active::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2293D7;
}

.spyro-accordion .accordion-content-wrap.active .accordion-head .accordion-title {
  color: #2293D7;
}

.spyro-accordion .accordion-content-wrap.active .accordion-body {
  display: block;
  opacity: 1;
}
/* End Spyro Accordion Module CSS */


/* Start Spyro Tabs Module CSS */

.spyro-tabs .tabs-navigation.fullwidth-alignment ul {
  justify-content: space-between;
}

.spyro-tabs .tabs-navigation.center-alignment ul {
  justify-content: center;
}

.spyro-tabs .tabs-navigation.center-alignment ul li {
  margin: 0 15px;
}

.spyro-tabs .tabs-navigation ul {
  list-style-type: none;
  display: inline-flex;
  padding: 0;
  margin: 0 0 90px;
  width: 100%;
}

.spyro-tabs .tabs-navigation ul li {
  display: block;
}

.spyro-tabs .tabs-navigation ul li a {
  
  color: #343638;
  text-decoration: none;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 165px;
  height: 110px;
  padding-bottom: 20px;
  position: relative;
}
.spyro-tabs .tabs-navigation ul li a.default
{
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}

.spyro-tabs .tabs-navigation ul li a i {
  color: #2293D7;
  font-size: 25px;
  margin-bottom: 17px;
}
.spyro-tabs .tabs-navigation ul li a svg {

  height: 20px;
  width: 20px;
  margin-bottom: 15px;
}

.spyro-tabs .spyro-icon_card-image
{
  height: 45px;
  width: 45px;
  margin-bottom: 15px;
}



.spyro-tabs .tabs-navigation ul li a.active {
  background-color: #2293D7;
}

.spyro-tabs .tabs-navigation ul li a.active span, .spyro-tabs .tabs-navigation ul li a.active i {
  color: #fff;
}

.spyro-tabs .tabs-navigation ul li a.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #2293D7;
  bottom: -11px;
}

.spyro-tabs .tabs-container .tabs-content {
  display: none;
  opacity: 0;
  transition: opacity .2s ease;
}

.spyro-tabs .tabs-container .tabs-content.active {
  display: block;
  opacity: 1;
}

.spyro-tabs .tabs-container .tabs-content .tab-img-wrap {
  width: 50%;
  float: right;
}

.spyro-tabs .tabs-container .tabs-content .tab-img-wrap img.tab-img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.spyro-tabs .tabs-container .tabs-content .tab-text-container {
  width: 50%;
  float: left;
  padding-right: 150px;
  padding-top: 50px;
}

.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-title {
  
  color: #343638;
  margin: 0 0 10px 0;
}
.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-title.default
{
  font-size: 38px;
  line-height: normal;
  font-weight: 600;
}

.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-content {
  
  color: #77797D;
  margin: 0 0 25px 0;
}
.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-content.default {
  font-size: 16px;
  line-height: 28px;
}


.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-feature-items {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-feature-items li {
  margin-bottom: 11px;
  display: table;
}

.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-feature-items li i {
  font-size: 16px;
  margin-right: 8px;
  color: #2293D7;
}

.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-feature-items li span.feature-item {
  
  color: #343638;
  display: table-cell;
}
.spyro-tabs .tabs-container .tabs-content .tab-text-container .tab-feature-items li span.feature-item.default {
  font-size: 16px;
  font-weight: 400;
  
}

.spyro-tabs .tabs-container .tabs-content .tab-text-container .tabs-btn-wrap a {
  text-decoration: none;
}

.spyro-tabs .tabs-container .tabs-content .tab-text-container .tatsu-button-wrap .tatsu-button {
  display: inline-block;
  text-decoration: none;
  background-color: #2293d7;
  color: #fff;
}



/* Spyro Tabs Module CSS Responsive */

@media only screen and (max-width: 1199px) {
  .spyro-tabs .tabs-container .tabs-content .tab-text-container {
    padding-right: 60px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  
  .spyro-tabs .tabs-navigation ul {
    margin: 0 0 60px;
    flex-direction: column;
  }
  .spyro-tabs .tabs-navigation ul li a {
    width: 100%;
    padding: 20px;
  }
  .spyro-tabs .tabs-navigation ul li a.active::after {
    display: none;
  }
  .spyro-tabs .tabs-container .tabs-content .tab-text-container,
  .spyro-tabs .tabs-container .tabs-content .tab-img-wrap {
    float: none;
    width: 100%;
  }
  .spyro-tabs .tabs-container .tabs-content .tab-text-container {
    padding-right: 0;
    margin-top: 40px;
  }
  .spyro-tabs .tabs-navigation.center-alignment ul li{
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
   
}
/* End Spyro Tabs Module CSS */

/*Start Spyro Package Module CSS */

/* Spyro Package Module CSS */

.spyro-package .package-block-wrap {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}

.spyro-package .package-block-wrap.active {
  display: block;
  opacity: 1;
}

.spyro-package .package-navigation {
  text-align: center;
  margin-bottom: 50px;
}

.spyro-package .package-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.spyro-package .package-navigation ul li {
  display: inline-block;
  margin: 0 7.5px;
}

.spyro-package .package-navigation ul li a {
  display: inline-block;
  
  color: #343638;
  background-color: #fdfefe;
  border: 1px solid rgba(52, 54, 56, 0.2);
  padding: 12px 12px 10px;
  text-decoration: none;
}
.spyro-package .package-navigation ul li a.default{
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

.spyro-package .package-navigation ul li a.active {
  color: #fff;
  border-color: #2293D7;
  background-color: #2293D7;
}

.spyro-package .package-container {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.spyro-package .package-container .package-block {
  padding: 17px;
  margin: 0 15px;
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.03);
}

.spyro-package .package-container .package-block .package-img-wrap .package-img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.spyro-package .package-container .package-block .package-content-wrap {
  padding: 33px 16px 36px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-header .package-title {
  
  margin: 0 0 10px;
}
.spyro-package .package-container .package-block .package-content-wrap .package-header .package-title.default{
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.spyro-package .package-container .package-block .package-content-wrap .package-header .package-desc {
  
  color: #2293D7;
  display: inline-block;
  margin-bottom: 13px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-header .package-desc.default {
  font-size: 17px;
  font-weight: 400;
  
}

.spyro-package .package-container .package-block .package-content-wrap .package-header .package-price {
  
  color: #343638;
}
.spyro-package .package-container .package-block .package-content-wrap .package-header .package-price.default {
  font-size: 22px;
  line-height: 1;
}

.spyro-package .package-container .package-block .package-content-wrap .package-body {
  border-top: 1px solid rgba(52, 54, 56, 0.1);
  margin: 24px 0 34px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-body .text {
  
  color: #77797d;
  margin: 0;
  padding-top: 22px;
}
.spyro-package .package-container .package-block .package-content-wrap .package-body.default .text{
  font-size: 17px;
  line-height: 30px;
  
}

.spyro-package .package-container .package-block .package-content-wrap .package-lists .package-list-title {
  
  color: #343638;
  margin: 0 0 22px;
}
.spyro-package .package-container .package-block .package-content-wrap .package-lists .package-list-title.default{
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.spyro-package .package-container .package-block .package-content-wrap .package-lists ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.spyro-package .package-container .package-block .package-content-wrap .package-lists ul li {
  margin: 0 0 13px;
  display: table;
}

.spyro-package .package-container .package-block .package-content-wrap .package-lists ul li i {
  color: #2293D7;
  display: inline-block;
  margin-right: 10px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-lists ul li .package-list-item {
  
  color: #77797D;
  display: table-cell;
}
.spyro-package .package-container .package-block .package-content-wrap .package-lists ul li .package-list-item.default{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer {
  margin-top: 35px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap {
  margin-bottom: 20px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap:last-of-type {
  margin-bottom: 0;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap .package-btn {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  background-color: #2293d7;
  color: #fff;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap .package-btn.small {
  font-size: 12px;
  line-height: 13px;
  padding: 10px 25px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap .package-btn.medium {
  font-size: 15px;
  line-height: 16px;
  padding: 10px 35px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap .package-btn.large {
  font-size: 16px;
  line-height: 17px;
  padding: 11px 45px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap .package-btn.x-large {
  font-size: 16px;
  line-height: 17px;
  padding: 12px 55px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap .package-btn.rounded {
  border-radius: 3px;
}

.spyro-package .package-container .package-block .package-content-wrap .package-footer .package-btn-wrap .package-btn.pill {
  border-radius: 50px;
}

/* Spyro Package Module CSS Responsive */

@media only screen and (max-width: 1024px) {
  .spyro-package .package-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .spyro-package .package-container .package-block {
    margin: 0 0 50px;
  }
  .spyro-package .package-container .package-block:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .spyro-package .package-navigation ul li {
    display: block;
    margin: 0 0 20px;
  }
  .spyro-package .package-navigation ul li:last-of-type {
    margin-bottom: 0;
  }
  .spyro-package .package-navigation ul li a {
    display: block;
  }
}


/*End Spyro Package Module CSS */


/* Start Spyro Image Before After Tab Module CSS */

.spyro-image-before-after.image-comparison {
  width: calc(100% + 9px);
  padding-left: 9px;
  margin-left: -9px;
}

.spyro-image-before-after > div:first-child {
  margin-left: 9px;
}

.spyro-image-before-after > div::after {
  content: '';
  width: 8px;
  height: 100%;
  background: #DFA245;
  position: absolute;
  top: 0;
  right: 0;
}

.spyro-image-before-after .cocoen-drag {
  width: 44px;
  height: 44px;
  background: #DFA245;
  border: 0;
  border-radius: 50%;
  margin-left: 4.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spyro-image-before-after .cocoen-drag:before, .spyro-image-before-after .cocoen-drag:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.spyro-image-before-after .cocoen-drag:before {
  border: 0;
  margin: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #fff;
  top: 17px;
  left: 10px;
}

.spyro-image-before-after .cocoen-drag:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  top: 17px;
  right: 10px;
}

/* End  Spyro Image Before After Tab Module CSS */

/* Spyro Form Module CSS */

/* Spyro Form General */

.spyro-form input,
.spyro-form select,
.spyro-form textarea{
  box-shadow: none;
}

.spyro-form .form-item-wrap {
  width: 100%;
  margin-bottom: 25px;
  display: inline-block;
}

.spyro-form .form-item-wrap.has-icon .form-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #5D5D5D;
 
}

.spyro-form .form-item-wrap.has-icon .form-field .form-element {
  padding: 12px 15px 12px 37px;
}

.spyro-form .form-item-wrap .form-label {
  font-size: 17px;
  line-height: normal;
  font-weight: 400;
  color: #343638;
  margin-bottom: 3px;
}

.spyro-form .form-item-wrap .form-field {
  position: relative;
  vertical-align: middle;
}

.spyro-form .form-item-wrap .form-field .form-element {
  font-size: 15px;
  font-weight: 400;
  color: #77797D;
  width: 100%;
  border: 1px solid #77797D;
  border-radius: 5px;
  padding: 12px 12px;
}

.spyro-form input, .spyro-form select, .spyro-form textarea {
  appearance: none;
}

.spyro-form input:focus, .spyro-form select:focus, .spyro-form textarea:focus {
  outline: none;
}

.spyro-form input::-webkit-outer-spin-button,
.spyro-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.spyro-form input[type=number] {
  -moz-appearance: textfield;
}

/* Spyro Form Textarea Specific */

.spyro-form .form-item-wrap.form-textarea.has-icon .form-icon {
  top: 24px;
}

/*.spyro-form .form-item-wrap.form-textarea .form-textarea-element {
  resize: none;
}*/

/* Spyro Form Date Specific */

/*.spyro-form .form-item-wrap.form-date .form-date-element-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 0;
  right: 3px;
  top: 1px;
  width: 55px;
  height: calc(100% - 2px);
  text-align: center;
  background-color: #fff;
}*/

.spyro-form .form-item-wrap.form-date .form-date-element-icon i {
  margin-top: -2px;
  margin-right: -18px;
}

.spyro-form .form-item-wrap.form-date input[type="date"]::-webkit-calendar-picker-indicator { 
    opacity: 0; 

}

.spyro-form .form-item-wrap.form-date .form-date-element-icon {
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 55px;
    height: calc(100% - 2px);
    text-align: center;
    pointer-events: none;
    
}

/*.spyro-form .form-item-wrap.form-date input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}*/


/*.spyro-form .form-item-wrap.form-date input[type="date"]:after {
    content:"\e926";      
    font-family: 'tatsu-icons' !important;
    text-align: center;
    color: #77797D;
     

}*/

/*.spyro-form .form-item-wrap.form-date .form-date-element:after{
  z-index:-1 !important;
  content:"\e926";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 3px;
  top: 1px;
  width: 55px;
  height: calc(100% - 2px);
  text-align: center;
  background-color: #fff;
  font-family: 'tatsu-icons' !important;

}*/


/* Spyro Form Select Specific*/

.spyro-form .form-item-wrap.form-select .form-field .form-select-element option {
  font-size: 15px;
  font-weight: 400;
  color: #77797D;
}

.spyro-form .form-item-wrap.form-select .form-field .form-select-arrow {
  position: absolute;
  top: 11px;
  right: 12px;
  pointer-events: none;
  z-index: 1;
  
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  /* no standardized syntax available, no ie-friendly solution available */
}

/*.spyro-form .form-item-wrap .form-select-element:before {
    content:"\e926";      
    font-family: 'tatsu-icons' !important;
    text-align: center;
    color: #77797D;
}*/

/*.form-select-arrow {
  position: absolute;
  top: 8px;
  right: 12px;

  float: right;
  margin-top: -36px;
  margin-right: 5px;
 
  pointer-events: none;
  
  padding-right: 5px;
}*/

.spyro-form .form-item-wrap.form-select .form-field .form-select-arrow i {
  font-size: 20px;
  vertical-align: middle;
  color: #77797D;
}

/* Spyro Form Number Specific */

.spyro-form .form-item-wrap.form-number .custom-number-arrows {
  position: absolute;
  width: 16px;
  height: 34px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1.5px;
  display: none;
}

.spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-up, .spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-down {
  width: 16px;
  height: 13px;
  background-color: #f1f1f1;
  display: block;
  margin: 2px 0;
  position: relative;
}

.spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-up::before, .spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-down::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 4px;
}

.spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-up::before {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #343638;
}

.spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-up:hover {
  background-color: #2293D7;
}

.spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-up:hover::before {
  border-bottom-color: #fff;
}

.spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-down::before {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #343638;
  top: 5px;
}

.spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-down:hover {
  background-color: #2293D7;
}

.spyro-form .form-item-wrap.form-number .custom-number-arrows .arrow-down:hover::before {
  border-top-color: #fff;
}

.spyro-form .form-item-wrap.form-number .form-field:hover .custom-number-arrows {
  display: block;
}

/* Spyro Form Radio & Checkbox Specific */

.spyro-form .form-item-wrap.form-radio .form-field .form-radio-text {
  font-size: 15px;
  font-weight: 400;
  color: #77797D;
  vertical-align: text-top;
  
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-default > label {
  margin-right: 20px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-table;
}
.be-preview .spyro-form .form-item-wrap.form-radio .form-field.form-radio-default > label
{
  margin-right: 20px;
  cursor: pointer;
  vertical-align: baseline;
  display: inline-table; 
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-default > label:last-of-type {
  margin-right: 0;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-default .form-radio-dot-wrap {
  position: relative;
  width: 8px;
  height: 8px;
  font-size: 14px;
  line-height: inherit;
  font-family: sans-serif;
  vertical-align: middle;
}


.spyro-form .form-item-wrap.form-radio .form-field.form-radio-default .form-radio-dot-wrap .form-radio-element {
  border: 1px solid #77797D;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-radius: 10px;
  outline: none;
  margin-right: 5px;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-default .form-radio-dot-wrap .form-radio-element:checked + .form-radio-dot {
  opacity: 1;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-default .form-radio-dot-wrap .form-radio-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 5px;
  border-radius: 8px;
  background-color: #2293D7;
  opacity: 0;
}
.be-preview .spyro-form .form-item-wrap.form-radio .form-field.form-radio-default .form-radio-dot-wrap .form-radio-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 47%;
  border-radius: 8px;
  background-color: #2293D7;
  opacity: 0;
  margin-top: -2px;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button .form-radio-element {
  display: none;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button > label {
  display: inline-block;
  cursor: pointer;
  padding: 5px 23px;
  margin-right: 15px;
  border: 1px solid #343638;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 10px;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button > label.is-checked {
  background-color: #2293d7;
  border-color: #2293d7;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button > label.is-checked .form-radio-button-text,
.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button > label.is-checked .form-checkbox-text {
  color: #fff;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button > label:last-of-type {
  margin-right: 0;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button > label .form-radio-button-text,
.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button > label .form-checkbox-text {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #77797D;
  vertical-align: text-top;
}

.spyro-form .form-item-wrap.form-radio .form-field.form-radio-button > label .form-radio-element:checked {
  height: 100px;
}

.spyro-form .form-item-wrap.form-checkbox .form-field .form-checkbox-text {
  font-size: 15px;
  font-weight: 400;
  color: #77797D;
  vertical-align: inherit;
  
}
.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default  label
{
  display: inline-table;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default > label {
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default > label:last-of-type {
  margin-right: 0;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default .form-checkbox-tick-wrap {
  position: relative;
  width: 8px;
  height: 8px;
  font-size: 14px;
  line-height: inherit;
  font-family: sans-serif;
  
  
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default .form-checkbox-tick-wrap .form-checkbox-element {
  border: 1px solid #77797D;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-radius: 10px;
  outline: none;
  margin-right: 5px;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default .form-checkbox-tick-wrap .form-checkbox-element:checked + .form-radio-dot,
.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default .form-checkbox-tick-wrap .form-checkbox-element:checked + .form-checkbox-tick {
  opacity: 1;
  font-size: 8px;
    font-weight: 900;

}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default .form-checkbox-tick-wrap .form-checkbox-tick {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 5px;
  opacity: 0;
}
.be-preview .spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default .form-checkbox-tick-wrap .form-checkbox-tick {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 47%;
  opacity: 0;
  margin-top: -2px;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-default .form-checkbox-tick-wrap .form-checkbox-tick path {
  stroke: #2293D7;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-button-style .form-checkbox-element {
  display: none;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-button-style > label {
  display: inline-block;
  cursor: pointer;
  padding: 5px 23px;
  margin-right: 15px;
  border: 1px solid #343638;
  border-radius: 5px;
  line-height: normal;
  margin-bottom: 10px;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-button-style > label.is-checked {
  background-color: #2293d7;
  border-color: #2293d7;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-button-style > label.is-checked .form-checkbox-text {
  color: #fff;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-button-style > label:last-of-type {
  margin-right: 0;
}

.spyro-form .form-item-wrap.form-checkbox .form-field.form-checkbox-button-style > label .form-checkbox-text {
  font-size: 15px;
  
  font-weight: 400;
  color: #77797D;
  vertical-align: text-top;
}
/* */

.spyro-form .form-field.form-radio-default
{
  margin-top: -8px;
}
.spyro-form .form-field.form-checkbox-default
{
  margin-top: -5px;
}

/* Spyro Form Phone Specific */

.spyro-form .form-item-wrap.form-phone .form-item .form-field {
  display: flex;
}

.spyro-form .form-item-wrap.form-phone .form-item .form-field .form-select-element-wrap {
  position: relative;
}

.spyro-form .form-item-wrap.form-phone .form-item .form-field .form-select-element-wrap .form-select-arrow {
  position: absolute;
  top: 8px;
  right: 12px;
  
  pointer-events: none;
}

.spyro-form .form-item-wrap.form-phone .form-item .form-field .form-select-element-wrap .form-select-arrow i {
  font-size: 20px;
  vertical-align: middle;
  color: #77797D;
}

.spyro-form .form-item-wrap.form-phone.form-has-country .form-item .form-field .form-select-element-wrap .form-select-arrow {
  right: 10px;
}

.spyro-form .form-item-wrap.form-phone.form-has-country .form-item .form-field .form-select-element {
  width: 115px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.spyro-form .form-item-wrap.form-phone.form-has-country .form-item .form-field .form-phone-text-element {
  border-top-left-radius: 0;
  border-left: none;
  border-bottom-left-radius: 0;
}

.spyro-form .form-item-wrap.form-phone.form-has-country.has-icon .form-icon {
  left: 130px;
}

.spyro-form .form-item-wrap.form-phone.form-has-country.has-icon .form-field .form-element.form-select-element {
  padding: 12px 15px;
}

/* Spyro Form Modern Style Specific */

.spyro-form.modern .form-item-wrap .form-element {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #77797D;
  padding: 12px 0 12px;
}

.spyro-form.modern .form-item-wrap.form-select .form-item .form-select-arrow {
  right: 0;
}

.spyro-form.modern .form-item-wrap.form-phone.form-has-country .form-element.form-select-element {
  border: 1px solid #77797D;
  padding: 12px 15px;
}

.spyro-form.modern .form-item-wrap.form-phone.form-has-country .form-item .form-phone-text-element {
  padding-left: 15px;
}

.spyro-form.modern .form-item-wrap.form-phone.form-has-country.has-icon .form-item .form-phone-text-element {
  padding-left: 40px;
}

.spyro-form.modern .form-item-wrap.has-icon .form-item .form-element {
  padding: 12px 0 12px 28px;
}

.spyro-form.modern .form-item-wrap.has-icon .form-icon {
  left: 5px;
}

.spyro-form.modern .form-item-wrap.form-date .form-item .form-date-element-icon {
  right: 0;
}

.spyro-form.modern .form-item-wrap.form-date .form-item .form-date-element-icon i {
  margin-right: -30px;
}

.spyro-form.modern .form-item-wrap.form-number .custom-number-arrows {
  right: 0;
}

/* Spyro Form Focus Specific */

.spyro-form.focus-style-1 .form-element:focus {
  border-color: #2293d7;
}

.spyro-form.focus-style-2 .form-field .form-focus-border {
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  width: 0;
  transition: .3s;
  background-color: #2673f4;
}

.spyro-form.focus-style-2 .form-field .form-textarea-element + .form-focus-border {
  bottom: 9px;
}

.spyro-form.focus-style-2 .form-field.focus-border-active .form-focus-border {
  width: 100%;
}
/*Form Footer*/
.spyro-form .form-footer {
  margin-top: 15px;
}

.spyro-form .form-footer .form-btn-wrap {
  margin-bottom: 20px;
}

.spyro-form .tatsu-button-wrap:last-of-type {
  margin-bottom: 0;
}
.spyro-form .tatsu-button:hover
{
  box-shadow: none;
}
.spyro-form .tatsu-button {
    font-size: 17px;
    line-height: normal;
    font-weight: 600;

}
.spyro-form .tatsu-button.blockbtn 
{
    font-size: 16px;
    line-height: 16px;
}
.spyro-form .tatsu-button.x-largebtn 
{
    font-size: 15px;
    line-height: 15px;
    padding: 20px 51px;
}
.spyro-form .tatsu-button.smallbtn {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 15px;
    font-weight: 500;
}
.spyro-form .tatsu-button.mediumbtn {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 15px;
    font-weight: 500;
}
.spyro-form .tatsu-button.largebtn{
    font-size: 14px;
    line-height: 14px;
    padding: 18px 25px;

}
/*.spyro-form .form-footer .form-btn-wrap .tatsu-button {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  background-color: #2293d7;
  color: #fff;
  text-transform: inherit;
  box-shadow: none;
}*/


/*End Form Footer*/


/*Overide main.css*/
.spyro-form .form-element.form-textarea-element
{
  height: auto;
}
.spyro-form.focus-style-2 .form-element:focus
{
      border-bottom-color: #2293d7;
      border-bottom-width: 2px;
}
select {
  background-image: none !important;
}
.spyro-form.modern .form-element
{
  box-shadow: none;
}

.spyro-form .subscribe_status.tatsu-notification
{
    margin-top: 30px;
    padding: 15px;
    color: #fff;
    display: none;
}
.subscribe_status.tatsu-notification.tatsu-success
{
  background: #2293d7;
  display: none;
}
.spyro-form .form-btn-wrap {
  position: relative;
}
.spyro-form .exp-subscribe-loader
{
  
  top:50%;
}

.spyro-form .form-item-wrap .error{
  color:red;
}

/*.form-field-wrap .form-field.form-radio-default label {
  vertical-align: middle !important;
}*/

.form-field.form-radio-default
{
  margin-top: -8px;
}
.form-field.form-checkbox-default
{
  margin-top: -5px;
}