:root {
    --main-accent-color: #3F547E;
    --primary-pinkish-color: #CFAACF;
  }
  
  /* #div1 {
    background-color: var(--primary-pinkish-color);
  } */

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fff !important;
}
ul#primary-menu li a.nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #555555; 
    transition: all 0.2s;
    padding-left: 20px;
    padding-right: 20px;
}
.sticky ul#primary-menu li a.nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
.current-menu-item a.nav-link {
    color: var(--main-accent-color) !important;
}
.main--slider--content .dots img {
    width: auto;
}
button.navbar-toggler {
    background: transparent;
    border: 0px;
    outline: none;
    padding: 0px
}
@media(max-width: 991px) {
  nav#site-navigation {
      padding: 15px !important;
  }
  ul#primary-menu {
        background: #f9f9f9 !important;
        padding: 15px !important;
        border: 1px solid #eee !important;
        margin-top: 15px !important;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
  ul#primary-menu li a.nav-link {
      font-size: 12px !important;
      padding-left: 8px !important;
      padding-right: 8px !important;
  }
}
.main-wrapper.error-page-wrapper {
    padding: 100px 0;
}
.gcb-search-page .read_more{
    padding: 0 60px;
    color: #cc3333;
    font-weight: bold;   
}
.gcb-search-page{
padding: 100px 0;
}

.search--section input.form-control {
    border-width: 2px;
}
ul#primary-menu li a.nav-link:hover {
    color: var(--main-accent-color);
}

.navbar-nav ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
      top: 70px;
    padding: 10px;
    width: 200px;
}
.navbar-nav ul.sub-menu li{
    color: #555555;
    list-style: none;
}

@media(max-width: 991px) {
    .navbar-nav ul.sub-menu{
    display: block;
    top: initial;
    position: relative;
    background: transparent;
    }
    a.small--device--logo {
        display: block !important;
        max-width: 100px;
    }
    a.big--device--logo {
        display: none !important;
    }
    .gcb-wrapper .gcb_testimonial_carousel_item .gcb_testimonial_carousel_reviewer_content {
        padding: 0 !important;
    }
}
a.small--device--logo img {
    max-width: 120px;
    position: relative;
    top: 0px;
}
a.big--device--logo {
    margin-bottom: 20px;
}
.desktop--ver--logo {
    text-align: center;
}
.navbar-nav .menu-item:hover ul.sub-menu {
display: block;
}
.search--section button:hover {
    background: #222 !important;
    border-color: #222 !important;
}

.search--section button:active {
    background: #222 !important;
    border-color: #222 !important;
}
.search--section button:focus {
    background: #222 !important;
    border-color: #222 !important;
}
.search--section button {
    outline: none !important;
    box-shadow: none !important;
}

.margin-100{
    margin: 100px 0;
}
.top--section p {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.top--section {
    background: var(--main-accent-color);
    padding: 15px 0px;
}
ul#primary-menu {
    width: 100%;
    justify-content: center;
    border-bottom: 2px solid #e1e7f5;
    padding: 16px 0px;
}
.sticky ul#primary-menu {
    border-bottom: 0px solid #e1e7f5 !important;
}
.sticky ul#primary-menu {
    justify-content: flex-end;
}

a.big--device--logo img {
    max-width: 200px;
    padding-bottom: 8px;
}
nav#site-navigation {
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
}
.sticky nav#site-navigation {
    border-bottom: 1px solid #eee !important;
}
.footer--customer--support {
    text-align: center;
    background: var(--primary-pinkish-color);
    padding: 48px 0px;
    margin-top: 80px;
}
.footer--customer--support h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer--customer--support p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 440px;
    margin: 0 auto;
}
header#masthead.sticky {
    background: #f9f9f9;
}
header#masthead.sticky nav#site-navigation {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0;
}
header#masthead.sticky a.big--device--logo {
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
    padding-bottom: 5px;
}
header#masthead.sticky a.big--device--logo img {
    max-width: 165px;
    transition: all 0.2s;
}
.sticky .desktop--ver--logo {
    border-bottom: 1px solid #eee;
}






/*------- Testimonial -------*/
.gcb-wrapper .gcb_testimonial_carousel_item{
    position: relative;
    background: transparent;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #222;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}
.gcb-wrapper .gcb_testimonial_carousel_item .gcb_testimonial_carousel_reviewer_content{
    position: relative;
    background: transparent;
    padding: 8px 10px 8px 10px;
    margin: 0px 0px 15px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #222;
    border-radius: 0px 0px 0px 0px; / px, % /
}
.gcb-wrapper .gcb_testimonial_carousel_item .gcb_testimonial_carousel_reviewer_name{
    font-family: inherit;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;         / default,normal,italic,oblique /
    letter-spacing: 0px;
    text-transform: capitalize;  / default,normal,uppercase,lowercase,capitalize /
    text-decoration: none;  / default,none,underline,overline,line-through /
    background: transparent;
    color: #222;
    text-shadow: none; / none /
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.gcb-wrapper .gcb_testimonial_carousel_item .gcb_testimonial_carousel_reviewer_text{
    position: relative;
    z-index: 2;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;         / default,normal,italic,oblique /
    letter-spacing: 0px;
    text-transform: unset;  / default,normal,uppercase,lowercase,capitalize /
    text-decoration: none;  / default,none,underline,overline,line-through /
    color: #222;
    text-shadow: none; / none /
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.gcb-wrapper .gcb_testimonial_carousel_item .gcb_testimonial_carousel_reviewer_rating{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.gcb-wrapper .gcb_testimonial_carousel_item .gcb_testimonial_carousel_reviewer_rating li{
    display: inline-block;
    font-size: 22px;
    color: #ff5f2c;
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}
.gcb-wrapper .gcb_testimonial_carousel_item .gcb_testimonial_carousel_reviewer_rating li:first-child{
    margin-left: 0px;
}
.gcb-wrapper .gcb_testimonial_carousel_item .gcb_testimonial_carousel_reviewer_rating li:last-child{
    margin-right: 0px;
}


/*--------- gcb_testimonialcarousel Carousel Navs --------*/
.gcb_testimonialcarousel.owl-theme .owl-nav{
    margin: 50px 0px;
}
.gcb_testimonialcarousel.owl-theme .owl-nav [class*='owl-']{
    font-family: auto;
    margin: 0px;
    margin-right: -1px;
    padding: 0px;
    border: 1px solid #eee;
    border-radius: 0;
    width: 47px;
    font-size: 30px;
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #999;
}
.gcb_testimonialcarousel.owl-theme .owl-nav [class*='owl-']:hover{
    background: #000;
    color: #fff;
}

/*--------- gcb_testimonialcarousel Carousel Dots --------*/
.gcb_testimonialcarousel .owl-dots {
    position: relative;
    text-align: center; 
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.gcb_testimonialcarousel .owl-dots .owl-dot {
    margin: 0px 7px;
}
.gcb_testimonialcarousel .owl-dots .owl-dot span{
    width: 6px;
    height: 6px;
    background: #222;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

.gcb_testimonial_carousel_reviewer_image{
    position: relative;
    z-index: 999;
}
.gcb_owl_nav_side .gcb_testimonialcarousel .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.gcb-wrapper .gcb_testimonialcarousel .owl-nav .owl-prev{
    left: -50%;
}
.gcb-wrapper .gcb_testimonialcarousel .owl-nav .owl-next{
    right: -50%;
}
.gcb_testimonial_reviewer_rating{
    display: inline-flex;
}
h4.gcb_testimonial_carousel_reviewer_name {
    text-transform: uppercase !important;
}

@media(max-width: 599px) {
    .gcb_owl_nav_side .gcb_testimonialcarousel .owl-nav {
        display: none;
    }
}
.premium--channel--box {
    max-width: 666px;
    border: 2px solid var(--primary-pinkish-color);
    padding: 30px;
    margin: 0 auto;
}
.another--box--pricing:hover .elementor-button-wrapper a {
    background: var(--primary-pinkish-color) !important;
    text-decoration: none;
}
.pricing--box:hover .box--another--color span.elementor-divider-separator {
    border-color: var(--primary-pinkish-color) !important;
}
.pricing--box:hover .box--another--color {
    color: var(--primary-pinkish-color) !important;
}



.sign--up--page .left--section {
    padding-top: 96px;
}
.left--side--form {
    padding-bottom: 60px;
}
.left--side--form h3 {
    font-size: 20px;
    font-weight: bold;
}
.sign--up--page .left--section p {
    color: #999;
    font-size: 15px;
    padding-right: 0px;
}
span.wpcf7-list-item-label {
    color: #999;
}
.sign--up--page .left--section h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
span.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}
.sign--up--page .right--section {
    background: #eee;
    padding: 100px 60px 30px;
}
.sign--up--page .right--section h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}
.sign--up--page .right--section input.wpcf7-form-control.wpcf7-submit {
    background: -moz-linear-gradient(top, rgba(219,135,190,0.91) 0%, rgba(219,135,190,0.91) 1%, rgba(219,94,175,1) 100%);
    background: -webkit-linear-gradient(top, rgba(219,135,190,0.91) 0%,rgba(219,135,190,0.91) 1%,rgba(219,94,175,1) 100%);
    background: linear-gradient(to bottom, rgba(219,135,190,0.91) 0%,rgba(219,135,190,0.91) 1%,rgba(219,94,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8db87be', endColorstr='#db5eaf',GradientType=0 );
    border: 0px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 15px;
}
.place--order-after--content {
    color: #bbb;
    font-size: 13px;
    padding-top: 0px;
}
.phone--boxs:hover .elementor-divider span.elementor-divider-separator {
    border-color: var(--primary-pinkish-color) !important;
    transition: all 0.2s;
}
.faq--tab .eael-accordion-content {
    border: 0px !important;
}
.faq--tab .elementor-tab-title {
    border: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    outline: none !important;
}
.faq--tab i.fas.fa-plus.fa-accordion-icon {
    background: var(--main-accent-color);
    padding: 3px 5px;
    color: #fff;
}


.contact--us--premium--channel--package h2 {
    font-size: 25px;
    margin-bottom: 30px;
}
.contact--us--premium--channel--package .left--section ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
}
.contact--us--premium--channel--package .left--section ul li {
    margin-bottom: 15px;
}
.contact--us--premium--channel--package .left--section ul li a {
    color: #000;
    text-decoration: underline;
}
.contact--us--premium--channel--package .right--section label {
    width: 100%;
    color: #aaa;
}
.contact--us--premium--channel--package .right--section input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    background: -moz-linear-gradient(top, rgba(219,135,190,0.91) 0%, rgba(219,135,190,0.91) 1%, rgba(219,94,175,1) 100%);
    background: -webkit-linear-gradient(top, rgba(219,135,190,0.91) 0%,rgba(219,135,190,0.91) 1%,rgba(219,94,175,1) 100%);
    background: linear-gradient(to bottom, rgba(219,135,190,0.91) 0%,rgba(219,135,190,0.91) 1%,rgba(219,94,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8db87be', endColorstr='#db5eaf',GradientType=0 );
    padding: 10px 60px;
    border-radius: 8px;
}
.right--section h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.right--section {
    background: #fff;
    padding: 00px;
}
.right--section input {
    font-size: 12px !important;
    color: #000 !important;
    outline: none !important;
    border-radius: 0px;
}
.right--section select.wpcf7-form-control.wpcf7-select {
    background: var(--main-accent-color);
    font-size: 12px;
    color: #d2d4d8;
    outline: none !important;
    border-radius: 0.25rem;
}
.right--section textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 12px;
    color: #d2d4d8;
    outline: none !important;
    max-height: 120px;
    border-radius: 0px;
}
.right--section input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 15px;
    background: var(--primary-pinkish-color);
    border: 0px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    margin-top: 15px;
}
.left--section h2 {
    color: var(--main-accent-color);
    font-weight: 700;
    font-size: 29px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
.left--section ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 25px;
}
.left--section ul li a {
    color: #4e668e;
    font-weight: 600;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.left--section ul li {
    margin-bottom: 15px;
}
.left--section p {
    color: #555555;
    padding-right: 20px;
    font-weight: 500;
    font-size: 16px;
}
.right--section input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--main-accent-color);
}
.sign--up--form .place--order-after--content {
    color: #555;
}
.sign--up--form .short--des {
    font-size: 13px;
    margin-bottom: 20px;
    color: #555;
}
.sign--up--form ul.list-inline a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}
.sign--up--form ul.list-inline li.list-inline-item span {
    text-transform: uppercase;
    color: #555 !important;
    font-size: 13px;
}
.sign--up--form span.wpcf7-form-control-wrap.iagree {
    font-weight: 600;
}
footer#colophon {
    background: var(--main-accent-color);
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}
.footer--sections p, .footer--sections a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.footer--sections p.name {
    font-size: 15px;
}
.footer--sections p.copyright {
    font-size: 15px;
}
.footer--section--one p.copyright {
    margin-bottom: 24px;
}
.footer--left--links a {
    font-size: 15px;
}
.footer--left--links {
    color: #fff;
}
.footer--left--links {
    color: #fff;
}
p.mailto--mail a {
    font-size: 15px;
}
p.mailto--mail {
    margin-top: 0px;
    margin-bottom: 15px;
}


.footer--section--two {
    padding-left: 40px;
}
.footer--section--two p.name {
    margin-bottom: 5px;
}
.footer--section--two p.copyright {
    margin-bottom: 5px;
}
.footer--section--one p.name {
    margin-bottom: 5px;
}
.footer--section--two {
    border-left: 2px solid #819cc8;
    border-right: 2px solid #819cc8;
}
.footer--section--three {
    min-height: 212px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
.footer--sign--up {
    width: 100%;
}
.footer--make--a--payment {
    width: 100%;
}
.footer--section--three a {
    background: var(--primary-pinkish-color);
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
}
.footer--section--two p.billing--department {
    margin-bottom: 5px;
}
.footer--section--three a:hover {
    background: #ca86b6;
}

@media(max-width: 991px) {
    .footer--section--two {
        padding-left: 0px !important;
        border: 0px !important;
    }
    .footer--section--three {
        padding-left: 0px !important;
    }
   .gcb_owl_nav_side .gcb_testimonialcarousel .owl-nav {
        display: none;
    }
    footer#colophon {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }
    nav#site-navigation img {
        max-width: 160px;
    }
}

@media(max-width: 575px) {
    .footer--section--two {
        padding-left: 0px !important;
        padding-top: 30px !important;
        border: 0px !important;
    }
    .footer--section--three {
        padding-left: 0px !important;
        padding-top: 50px;
    }
    footer#colophon {
        padding-top: 3rem !important;
        padding-bottom: 0rem !important;
    }
}
.collapse--box .elementor-tab-title i.fas {
    background: var(--main-accent-color) !important;
    color: #fff !important;
    padding: 1px 2px;
    font-size: 13px !important;
    margin-left: 0px !important;
    margin-top: 8px;
}
.collapse--box .elementor-tab-title.show i.fas {
    transform: rotate(180deg) !important;
}
.collapse--box .elementor-tab-title {
    border-bottom: 2px solid #b3c3de !important;
}
.collapse--box .eael-accordion-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.collapse--box .elementor-tab-title {
    border-bottom: 2px solid #b3c3de !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
.right--section.sign--up--form h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media(max-width: 460px) {
    .top--section p {
        font-size: 12px !important;
    }
}
@media(max-width: 374px) {
    .top--section p {
        font-size: 10px !important;
    }
}
@media(max-width: 991px) {
    ul#primary-menu li a.nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
.right--section.sign--up--form label {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item.first {
    padding-right: 15px;
}
.create--ticket--page label {
    width: 100%;
}
.create--ticket--page input.wpcf7-form-control.wpcf7-submit {
    padding: 15px;
    background: var(--primary-pinkish-color);
    border: 0px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    margin-top: 15px;
    padding-left: 60px;
    padding-right: 60px;
}
.create--ticket--page input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--main-accent-color);
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 992px){
    .modal-dialog {
        max-width: 50% !important;
    }
}

.modal-content {
    height: 400px;
    overflow: scroll;
}

.premium--channel--container .lines--section {
    margin-bottom: 15px;
}

.premium--channel--container a {
    color: #212529;
    text-align: left;
}
.schedule--service--section a {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule--service--section .elementor-widget-container {
    margin: 0px !important;
    padding: 0px !important;
}
.schedule--service--section--one {
    border-right:0px solid #DBE1E8;
    padding-right: 0px;
}
.schedule--service--section--two {
    margin-left: 35px;
}
.schedule--service--section a:hover {
    box-shadow: 0px 0px 15px -5px #000;
    border-color: #6988BE;
}
@media(max-width: 1199px) {
    .schedule--service--section--two {
        margin-left: 0px !important;
    }
    .schedule--service--section--one {
        padding-right: 0px !important;
    }
    .schedule--service--section--one {
        margin-bottom: 25px;
    }
    .elementor-1691 .elementor-element.elementor-element-da5f976 {
        width: 100% !important;
    }
}
.right--section a {
    margin-top: 25px;
    display: flex;
    color: var(--main-accent-color);
    text-decoration: none;
    font-weight: 600;
}
.resource--links a {
    color: var(--main-accent-color);
    text-decoration: none;
    transition: all 0.2s;
    font-size: 22px;
}
.resource--links a:hover {
    color: #deaed4;
}
p.mailto--mail a:hover {
    color: var(--primary-pinkish-color);
}
.call--support--box a.elementor-button-link.elementor-button {
    padding: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 216px;
}
.panel-heading {
  padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active {
    display: block;
    padding: 10px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0px;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    letter-spacing: 0px;
}
.panel-heading a:before {
    content: "\f053";
    float: left;
    transition: all 0.5s;
    font-family: FontAwesome;
    transform: rotate(180deg);
    margin-right: 10px;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
} 
.bootstrap--collaps a {
    padding-left: 0px;
    padding-right: 0px;
}
.collaps--button--one a.elementor-button.elementor-size-sm {
    color: #fff;
    cursor: pointer;
}
.collaps--button--two a.elementor-button.elementor-size-sm {
    color: #fff;
    cursor: pointer;
}
.collaps--button--three a.elementor-button.elementor-size-sm {
    color: #fff;
    cursor: pointer;
}
.collaps--one {
    display: none;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}
.collaps--two {
    display: none;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}
.collaps--three {
    display: none;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-ea72986.bootstrap--collaps.collaps--three.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    padding: 0px;
    border: 0px;
    margin: 0px;
}
h1.acordion--head {
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    color: var(--main-accent-color);
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
}
h4.panel-title {
    margin: 0px;
}

.bootstrap--collaps a.collapsed {
    text-transform: capitalize !important;
    letter-spacing: 0px;
    color: #8A8A8A;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.bootstrap--collaps a {
    padding-left: 0px;
    padding-right: 0px;
    text-transform: capitalize !important;
    letter-spacing: 0px;
    color: #8A8A8A;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top--section a {
    color: #fff;
}
.footer--section--two p.copyright a:hover {
    color: var(--primary-pinkish-color);
}
.sticky .desktop--ver--logo {
    display: none;
}
header#masthead.sticky nav#site-navigation {
    margin: 0px;
    border-bottom: 1px solid #eee;
}
.sticky a.small--device--logo {
    display: block !important;
}
a.small--device--logo {
    display: none;
}
.footer--left--links ul {
    padding-left: 18px;
}
.footer--left--links ul li {
    margin-bottom: 5px;
}
.footer--left--links a:hover {
    color: var(--primary-pinkish-color);
}
p.another--faq--footer {
    margin: 0px;
}
p.another--faq--footer a {
    font-size: 15px;
}
p.another--faq--footer a:hover {
    color: var(--primary-pinkish-color);
}
.premium--channel--container .lines--section a:hover {
    color: var(--primary-pinkish-color);
}
.premium--channel--container .lines--section a {
    cursor: pointer;
}
ul.lidt--description li {
    color: #7a7a7a;
    margin-bottom: 17px;
}
.residancial--p {
    color: #7a7a7a;
}

.page-id-64 .footer--customer--support {
    display: none;
}
.some--display {
    display: none;
}
button {
    outline: none !important;
}
.custom--video {
    position: relative;
}
.custom--video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: white;
    z-index: 9;
}
.custom--video::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: white;
    z-index: 9;
}
.elementor-editor-active .bootstrap--collaps {
    display: block !important;
}
.elementor-1691 .elementor-element.elementor-element-ee171a1 > .elementor-element-populated {
    box-shadow: none;
}
.elementor-accordion .elementor-accordion-item {
    border: 0px solid #d4d4d4;
}
.elementor-accordion .elementor-tab-title {
    padding: 10px 0px;
}
.elementor-accordion .elementor-accordion-item a.elementor-accordion-title {
    text-decoration: none;
    font-weight: bold !important;
}