@charset "utf-8";
/* New css for Customer Lifecycle Management */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

::placeholder {color: #757575; opacity: 1;}
:-ms-input-placeholder {color: #757575; opacity: 1;}
::-ms-input-placeholder {color: #757575; opacity: 1;}

.fullLayout {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.ct_header-site-name,
.ct_header-site-owner,
.ct_about-blog h3, .ct_about-blog h3 a,
.ct_left-search h3, .ct_left-search h3 a,
.ct_left-subscribe h3, .ct_left-subscribe h3 a,
.ct_left-links-heading h3, .ct_left-links-heading h3 a,
.ct_left-links-top h3, .ct_left-links-top h3 a,
.ct_left-links-articles h3, .ct_left-links-articles h3 a,
.ct_left-links-bgt h3, .ct_left-links-bgt h3 a,
.ct_left-links-bgt h3, .ct_left-links-bgt h3 a,
.ct_subscribe-bottom,
.ct_about-blog p,
.ct_left-links-top ul li,
.ct_left-links-articles ul li,
.ct_post h2,
.ct_post p,
.ct_post ul.nobullets,
.ct_post ul.bullets li,
.ct_post-row-bottom .post-on,
.ct_popup .modal-body p,
.buttons-group a.buttons-btn,
.ct_left-subscribe input[type="text"],
.ct_left-search input[type="text"],
.ct_popup .remove,
.ct-cookie,
.ct-cookie .accept-btn,
.ct_popup-signature,
.ct_left-subscribe input[type="email"],
.ct_left-subscribe .ct_subscribe {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

nav ul li,
nav .menu-item-description,
a.loginBtn,
.header-top .cta-1,
.sidenav a,
.sidenav li,
.ft-bottom,
.footer-nav h6,
.footer-nav_set li,
.ft-logo span {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400!important;
}
input[type="text"] {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
h2, h3 {line-height:normal;}
a:-webkit-any-link:focus-visible {
  outline: 0px;
}

.m-auto {float: none; margin: 0 auto}
.mt-0 {margin-top: 0px!important}
.mb-0 {margin-bottom: 0px!important}
.mt-10 {margin-top: 10px}
.mt-50 {margin-top: 50px}
.mb-15 {margin-bottom: 15px!important}
.mt-20 {margin-top: 20px}

.pt-0 {padding-top: 0px!important}
.pr-0 {padding-right: 0px!important}
.pb-0 {padding-bottom: 0px!important}
.pl-0 {padding-left: 0px!important}

.no-border {
  border-bottom: 0px!important;
}

.pink-text {
    color: #704FE6!important;
    font-weight: normal!important;
}

.font-bold {font-weight: bold}
.font-normal {font-weight: normal}

.font16 {font-size: 16px!important}

.d-block {display:block}
.d-inline-block {display:inline-block}

.line-normal {line-height: normal}

.font400 {font-weight:400!important;}
.font500 {font-weight:500;}
.font600 {font-weight:600;}
.font700 {font-weight:700;}

a.pink-color {
    color: #704FE6!important;
}

.black-normal {
  color: #000;
  font-style: normal;
}
.black-italic {
  color: #000;
  font-style: italic;
}
.grey-italic {
  color: #000;
  font-style: italic;
}
.black-catchy {
  color: #000;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
}
.black-catchy-popup {
  color: #000;
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
}

/* for structure */
.ct_flex-container {
    display: flex;
    flex-direction: row;
}
.ct_sidebar {
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    width: 370px;
    border-right: black 2px solid;
  z-index: 99;
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
}
.ct_sidebar::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: transparent;
}
/*@media only screen and (min-width : 1600px) and (max-width : 2800px) {
  .ct_sidebar::-webkit-scrollbar {width: 0px;}
}*/
.ct_sidebar::-webkit-scrollbar-corner {
  background: transparent;
}
.ct_sidebar::-webkit-scrollbar-thumb {
  background: #ccc;
}
.ct_sidebar::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.ct_sidebar::-webkit-scrollbar-track {
  background-color: transparent;
}

.ct_sidebar-content {
  display: block;
  padding: 0 20px;
}
.ct_mobile-menu {}
/* for structure */


/* for left header */
.ct_header-border {
  min-height: 8px;
  width: 100%;
  background-color: #4c545b;
  border-top: 8px solid #704FE6;
  z-index: 2;
  box-sizing: content-box;
}
.ct_header-top {
    display: block;
    text-decoration: none;
    padding: 0;
  margin: 20px 20px 30px;
  text-align: left;
}
.ct_header-logo {
  display:block;
}
.ct_header-pic {
  float: left;
}
.ct_header-logo img {}

.ct_header-wrap {
  float:left;
  margin: 0 0 0 10px;
}
.ct_header-site-title {
    display: block;
  height: auto;
  line-height: normal;
  margin-bottom: 8px;
  padding: 0px;
}
.ct_header-site-name {
  color: #000;
  display: block;
  font-size: 25px;
  font-weight: 700;
}
.ct_header-site-owner {
  color: #000;
    display: block;
  font-size: 15px;
  font-weight: 600;
}
.social-ct_share {
  display: block;
  text-align:left;
}
.social-ct_share a.linkedin,
.social-ct_share a.twitter {
  background-color: #704FE6;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  /*line-height: 21px;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  width: 20px;
}
.social-ct_share a.linkedin {
  margin-right:5px;
}
.social-ct_share a.linkedin .fa,
.social-ct_share a.twitter .fa {
  font-size:12px;
}


.ct_about-blog,
.ct_left-search,
.ct_left-subscribe,
.ct_left-links-heading,
.ct_left-links-top,
.ct_left-links-articles,
.ct_left-links-bgt {
  margin-bottom: 10px;
}
.ct_about-blog h3, .ct_about-blog h3 a,
.ct_left-search h3, .ct_left-search h3 a,
.ct_left-subscribe h3, .ct_left-subscribe h3 a,
.ct_left-links-heading h3, .ct_left-links-heading h3 a,
.ct_left-links-top h3, .ct_left-links-top h3 a,
.ct_left-links-articles h3, .ct_left-links-articles h3 a,
.ct_left-links-bgt h3, .ct_left-links-bgt h3 a,
.ct_left-links-bgt h3, .ct_left-links-bgt h3 a,
.ct_left-links-top h3, .ct_left-links-top h3 a,
.ct_left-links-articles h3, .ct_left-links-articles h3 a,
.ct_left-links-heading h3, .ct_left-links-heading h3 a,
.ct_left-links-bgt h3, .ct_left-links-bgt h3 a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  padding: 0 0 6px;
  text-decoration: none;
}

.ct_about-blog p {
  color: #000;
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 10px;
    padding: 0px;
    text-decoration: none;
}
.ct_about-blog p:last-child {
    margin-bottom: 0px;
}
.ct_about-blog p a {
  color: #000;
  text-decoration: underline;
}

.ct_left-search-box {
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 4px;
  height: 43px;
  line-height: 43px;
}
.ct_left-search input[type="text"] {
  border: 0px;
    color: #000;
  font-size: 14px;
    float: left;
    padding: 0 0 0 8px;
    outline: none;
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  width: 77%;
}
.ct_left-search .ct_search {
  border: 0px;
  cursor: pointer;
    float: right;
  height: 38px;
    padding: 0 5px;
    outline: none;
  background-color:transparent;
  width: 40px;
}
.ct_left-search .ct_search svg {
  color: #a3a3a3;
  fill: #a3a3a3;
  height: 30px;
  margin-top: 5px;
  width: 30px;
}

.search-no-content {}
.search-no-content h2 {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    margin: 0px;
    padding: 0 0 30px;
}



.ct_left-subscribe-box {
  background-color: #fff;
  border: 1px solid #704FE6;
  border-radius: 4px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
}
.ct_left-subscribe input[type="email"] {
  border: 0px;
  color: #000;
  font-size: 14px;
  float: left;
  padding: 0 8px;
  outline: none;
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  width: 65%;
}
.ct_left-subscribe .ct_subscribe {
  border: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  float: right;
  height: 42px;
  padding: 0 5px;
  outline: none;
  background-color:#704FE6;
  text-transform: capitalize;
  width: 85px;
}
.ct_subscribe-bottom {
  color: #000;
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}


.ct_left-links-top ul,
.ct_left-links-articles ul,
.ct_left-links-heading ul,
.ct_left-links-bgt ul {
  margin: 0px;
  padding: 0px;
}
.ct_left-links-top ul li,
.ct_left-links-articles ul li,
.ct_left-links-heading ul li,
.ct_left-links-bgt ul li {
  margin: 0 0 3px;
  padding: 0px;
  list-style: none;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
.ct_left-links-top ul li a,
.ct_left-links-articles ul li a,
.ct_left-links-heading ul li a,
.ct_left-links-bgt ul li a {
  color: #000;
  text-decoration: none;
}
/* for left header */


/* for right main panel */
.ct_right-container {
    width: 100%;
    margin-left: 370px;
    padding: 0 120px;
  z-index: 99;
}
.ct_right-wrapper {
  max-width: 70em;
  position: relative;
}

.ct_post-row {
  margin-bottom: 80px;
}

#ajax_posts_catalyst .top100-post,
#ajax_posts_catalyst .search-listing {
  margin-bottom: 0px;
  margin-top: 20px;
}
#ajax_posts_catalyst .top100-post:first-child,
#ajax_posts_catalyst .search-listing:first-child {
  margin-top: 10px
}
#ajax_posts_catalyst .top100-post:last-child,
#ajax_posts_catalyst .search-listing:last-child {
  margin-bottom: 80px
}

.ct_post {
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.ct_post h2 {
  color: #000;
  font-weight: 700;
  font-size: 26px;
  margin: 0px;
  /*padding: 0 0 26px;*/
  padding: 0 0 10px;
}
.top100-heading {
  font-size: 23px!important;
  padding: 0 0 8px!important;
}
.ct_post h2 a {
  color: #000;
  text-decoration: none;
}
.ct_post p {
  color: #000;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 20px;
  padding: 0px;
}
.search-listing p {
  margin-bottom: 0px;
}
.ct_post p a {
  color: #000;
  font-weight: 600;
}
.catalyst-short p {
  margin: 0 0 10px;
}
.ct_post ul.nobullets {
  color: #000;
  font-weight: normal;
  font-size: 17px;
  list-style-type: none;
  padding: 0px;
  margin: 0 0 20px;
}
.ct_post ul.nobullets:last-child {
  margin-bottom: 0px;
}


/*for bullets listing*/
.ct_post ul.bullets {
  padding: 0px;
  margin: 0 0 0 20px;
}
.ct_post ul.bullets li {
  color: #000;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 5px;
  padding: 0px;
  list-style-type: disc;
}
.ct_post ul.bullets li:last-child {
  margin-bottom: 0px;
}
.ct_post ul.bullets {
  margin-bottom: 20px;
}

/*for number listing*/
.ct_post ul.number {
  padding: 0px;
  margin: 0 0 0 15px;
}
.ct_post ul.number li {
  color: #000;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 5px;
  padding: 0px;
  list-style-type: decimal;
}
.ct_post ul.number li:last-child {
  margin-bottom: 0px;
}
.ct_post ul.number {
  margin-bottom: 20px;
}

/*for number with bracket listing*/
.ct_post ol.numberBracket {
  counter-reset: list;
  padding: 0px;
  margin: 0 0 0 10px;
}
.ct_post ol.numberBracket li {
  color: #000;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  list-style: none;
}
.ct_post ol.numberBracket li:before {
  content: counter(list) ") ";
  counter-increment: list;
  position: absolute;
  left: -10px;
}
.ct_post ol.numberBracket li:last-child {
  margin-bottom: 0px;
}
.ct_post ol.numberBracket {
  margin-bottom: 20px;
  position: relative;
}

/*for fireIcon one listing*/
.ct_post ul.fireListOne {
  padding: 0px;
  margin: 0px;
}
.ct_post ul.fireListOne li {
  background-image: url("https://d1dh8zq0hn9bdl.cloudfront.net/website/wp-content/uploads/2023/06/bullet1.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  margin: 0px;
  padding: 0 0 0 22px;
  list-style-type: none;
}
.ct_post ul.fireListOne li:last-child {
  margin-bottom: 0px;
}
.ct_post ul.fireListOne {
  margin-bottom: 20px;
}

/*for fireIcon two listing*/
.ct_post ul.fireListTwo {
  padding: 0px;
  margin: 0px;
}
.ct_post ul.fireListTwo li {
  background-image: url("https://d1dh8zq0hn9bdl.cloudfront.net/website/wp-content/uploads/2023/06/bullet2.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  margin: 0px;
  padding: 0 0 0 22px;
  list-style-type: none;
}
.ct_post ul.fireListTwo li:last-child {
  margin-bottom: 0px;
}
.ct_post ul.fireListTwo {
  margin-bottom: 20px;
}


.ct_post-row-bottom {}
.ct_post-row-bottom .post-on {
  display: block;
  text-align: left;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.ct_share {
  display: block;
  text-align: right;
}
.ct_share a.ct_twitter,
.ct_share a.ct_facebook,
.ct_share a.ct_linkedin,
.ct_share a.ct_mail {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  /*line-height: 25px;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  width: 24px;
}
.ct_share a.ct_facebook,
.ct_share a.ct_linkedin,
.ct_share a.ct_mail {
  margin-left: 8px;
}
/* for right main panel */


/* popup */
.ct_popup {}
.ct_popup .modal-dialog {
  width: 950px;
}
.ct_popup .modal-content {
  border-radius: 0px;
  border: 0px;
}
.ct_popup .modal-header {
  background-color: #f2f2f2;
  padding: 18px 25px;
}
.ct_popup .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 26px;
    font-weight: 700;
  text-transform: uppercase;
}
.ct_popup .modal-title span {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}
.ct_popup .modal-body {
  background-color: #fff;
  padding: 25px;
}
.ct_modal-body {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 20px 25px;
}
.ct_popup .modal-body p {
  color: #000;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 18px;
  padding: 0px;
}
.ct_popup .remove {
  position: absolute;
  top: -10px;
  right: -15px;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  text-align: center;
  width: 34px;
  color: #000;
  font-size: 23px;
  opacity: 1;
    border-radius: 50%;
    font-weight: 500;
  box-shadow: 0 0 8px rgb(0 0 0 / 70%);
}
.ct_popup-signature {
  display: block;
  margin-top: 40px;
}
.ct_popup-signature-img {
  float: left;
  margin: 10px 0;
}
.ct_popup-signature-text {
  color: #000;
  font-size: 15px;
  float: left;
  margin: 0 0 0 15px;
}
.ct_popup-signature-text a.linkedin,
.ct_popup-signature-text a.twitter {
  background-color: #704FE6;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 16px;
  text-align:center;
  width: 18px;
}
.ct_popup-signature-text a.linkedin,
.ct_popup-signature-text a.twitter {
  margin-left:5px;
}
.ct_popup-signature-text a.linkedin .fa,
.ct_popup-signature-text a.twitter .fa {
  font-size:11px;
}

/* post load */
.ct_post-load {
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 999999;
  position: absolute;
  bottom: 77px;
    left: 40%;
}
.ct_post-load img {
  width: 35%;
}

/* buttons */
.buttons-group {
  margin-top: 50px;
}
.buttons-group a.buttons-btn {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.buttons-group a.prev-disable {
  background-color: #ccc;
  cursor: not-allowed;
  color: #939393;
  opacity: 0.6;
}
.buttons-group a.next-disable {
  background-color: #ccc;
  cursor: not-allowed;
  color: #939393;
  opacity: 0.6;
}

/*coolie*/
.cookie {
    background-color: rgba(40,40,40,0.96);
    color: #fff;
    padding: 35px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}
.ct-cookie {
    background-color: rgb(255,255,255)!important;
  border-top: 1px solid #000;
    color: #000!important;
  font-size: 15px;
    padding: 20px 0!important;
}
.ct-cookie .ct-cookie-inner {
  padding: 0 20px;
}
.ct-cookie .content {
  margin-right: 3%!important;
  width: 60%!important;
}
.ct-cookie .accept-btn {
  background-color: #000;
  border: solid 2px #000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 18px;
  margin-right: 10px;
}
.ct-cookie .privacy-btn {
  background-color: #fff;
  border: solid 2px #000;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 18px;
}
.cookie-close {
    background-color: rgb(0, 0, 0)!important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: rgb(255, 255, 255)!important;
    cursor: pointer;
    font-size: 16px;
  font-weight: 600;
    height: 22px;
    line-height: 19px;
    right: 12px;
    position: absolute;
    top: 12px;
    text-align: center;
    width: 22px;
}

.ct_icon {
  display: none;
}

/*search list*/
.search-list {
  border-bottom: 1px solid #ccc;
    padding: 0px;
    margin-bottom: 10px;
}
a.search-more {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  color: #704FE6;
  font-size: 15px;
  text-transform: capitalize;
}

a.goTop {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 30px;
    padding: 5px;
    position: fixed;
    right: 0;
    bottom: 125px;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s normal none 1 running fadeInRight;
    opacity: 1;
    z-index: 99999;
}

.highlight {
    background-color: rgba(241, 37, 69,0.2);
    color: #000;
    padding: 0 2px;
}

/*header*/
.header-search {
  /*position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;*/
}
.top-spark-header {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0px;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.09);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  margin-left: -5px;
  position: sticky;
  top: 0;
  padding: 10px;
  z-index: 99999;
}
.top-spark-header .row {
  align-items: center;
  display: flex;
}
.ct_web-search {
  display: block;
  padding: 10px 0;
}
.ct_device-search {
  display: none;
}
.header-read-blogs {
  background-color: #704FE6;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  border-radius: 5px;
}
.header-read-blogs:hover {
  background-color: #c51430;
}
.header-read-blogs-mob {
  color: #704FE6;
  font-size: 14px;
  font-weight: 400;
}
.mob-show-link {
  display: none;
}


/*slider*/
.carousel-inner{
  position: relative;
}
.feature-slider {
  /*border: 1px solid #e5e5e5;*/
}
.feature-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.75);
  transition: height 0.4s ease;
}
.slider-overlay-text{
  color: #fff;
  text-align: left;
  padding: 7px ;
  font-size: 16px;
}
.carousel-inner:hover .feature-slider-overlay {
  height: 5%;
}
.arroe-sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  cursor: pointer;
}
.carousel-inner:hover .arroe-sec {
  height: 100%;
}
.feature-slider-nav{
  opacity: 1;
  margin: 0;
  padding: 0;
  border: 0;
  top: 50%;
  transition: opacity 0.5s ease, background-color 0.5s ease;
}
.feature-slider-nav.left{
  background: #000000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 5%;
  font-size: 22px;
  padding-left: 3px;
  line-height: 33px;
}
.feature-slider-nav.right{
  background: #000000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  right: 5%;
  font-size: 22px;
  padding-right: 5px;
  line-height: 33px;
}




/* for device */
@media only screen
  and (min-width : 320px)
  and (max-width : 767px) {

    .mt-10 {
      margin-top: 50px!important;
    }

    .top-spark-header {
      display: none;
    }
    .mob-show-link {
      display: block;
      padding: 10px 0;
    }
    .ct_device-search {
      display: block;
    }

    .ct_sidebar {
      position: fixed;
      top: 0;
      bottom: auto;
      left: auto;
      width: 100%;
      min-height: 150px;
      border-right: none;
      background-color: #fff;
      z-index: 10;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .ct_sidebar-content {display: none}
    .ct_mobile-menu {
      background-color: #fff;
      width: 100%;
      height: 100vh;
      padding-top: 50px;
      overflow-y: auto;
      padding-bottom: 200px;

    }
    #ct_myLinks {
      display: none;
    }

    .ct_icon {
      display: block;
      position: absolute;
      right: 20px;
      top: 55px;
    }
    .ct_bar1, .ct_bar2, .ct_bar3 {
      cursor: pointer;
      width: 25px;
      height: 3px;
      background-color: #333;
      margin: 4px 0;
      transition: 0.4s;
    }
    .ct_change .ct_bar1 {
      -webkit-transform: rotate(-45deg) translate(2px, 1px);
      transform: rotate(-45deg) translate(2px, 1px);
    }
    .ct_change .ct_bar2 {opacity: 0;}
    .ct_change .ct_bar3 {
      -webkit-transform: rotate(45deg) translate(-9px, -12px);
      transform: rotate(45deg) translate(-9px, -12px);
    }

    .ct_header-top {
      background-color: #fff;
      padding: 20px 20px;
      margin: 0px;
    }
    .ct_header-border {
      position: absolute;
      width: 100%;
      top: 145px;
    }
    .ct_header-site-name {
      font-size: 22px;
    }
    .ct_header-site-owner {
      font-size: 14px;
    }

    .ct_right-container {
      width: 100%;
      margin-left: 0px;
      margin-top: 150px;
      padding: 0 30px;
      z-index: auto;
    }
    .ct_right-wrapper {
      max-width: 100%;
    }
    .ct_popup .modal-dialog {
      width: auto;
    }
    .ct_popup .modal-header {
      padding: 36px 15px 18px 15px;
    }
    .ct_popup .modal-dialog .ct_header-border {
      top: 0;
    }
    .ct_popup .remove {
      position: absolute;
      top: 30px;
      right: 15px;
    }
    .buttons-group .col-md-4 {
      margin-bottom: 10px;
    }
    .buttons-group .col-md-4:last-child {
      margin-bottom: 0px;
    }
    .ct-cookie .content {
      margin-right: 0%!important;
      width: 100%!important;
    }
    .ct-cookie .content {
      margin-top: 15px!important;
    }
    .ct-cookie .accept-btn, .ct-cookie .privacy-btn {
      padding: 10px 10px;
    }

    .ct_popup .modal-header .modal-title span {
      display: block;
      font-size: 18px;
    }
    .ct_modal-body {
      padding: 12px;
    }
    .ct_popup-signature {
      text-align: left;
    }
    .ct_popup-signature-img, .ct_popup-signature-text {
      float: none;
    }
    .ct_popup-signature-text {
      float: none;
      margin-left: 0px;
    }
    .ct_post-row {
      margin-bottom: 50px;
    }
    .ct_post-load {
      left: 0;
    }
    .ct_post-row-bottom .post-on, .ct_share {
      text-align: center;
      margin-bottom: 15px;
    }
    .ct_popup .modal-title span {
      display: block;
    }

}

@media only screen
  and (min-width : 768px)
  and (max-width : 999px) {

    .ct_sidebar {
      width: 320px;
    }

    .top-spark-header {
      display: none;
    }
    .mob-show-link {
      display: block;
      padding: 10px 0;
    }
    .ct_device-search {
      display: block;
    }

    .ct_right-container {
      margin-left: 320px;
      padding: 0 30px;
    }
    .ct_header-top {
      text-align: center;
    }
    .ct_header-logo {
      float: none;
    }
    .ct_header-wrap {
      float:none;
      margin: 14px 0 0 0;
    }
    .social-ct_share {
      text-align: center;
    }
    .ct_popup .modal-dialog {
      width: 90%;
    }
    .ct_popup .remove {
      position: absolute;
      top: 30px;
      right: 15px;
    }
    .ct-cookie .content {
      margin-right: 3%!important;
      width: 45%!important;
    }
    .ct_post-load {
      left: 30%;
    }
    .ct_post-row {
      margin-bottom: 50px;
    }
    .ct_post-load {
      left: 0;
    }
    .ct_post-row-bottom .post-on, .ct_share {
      text-align: center;
      margin-bottom: 15px;
    }
    .ct_popup-signature-img, .ct_popup-signature-text {
      float: none;
    }
    .ct_popup-signature-text {
      float: none;
      margin-left: 0px;
    }

}

@media only screen
  and (min-width : 1024px)
  and (max-width : 1050px) {

    .ct_popup-signature-img, .ct_popup-signature-text {
      float: none;
    }
    .ct_popup-signature-text {
      float: none;
      margin-left: 0px;
    }

    .top-spark-header {
      display: none;
    }
    .mob-show-link {
      display: block;
      padding: 10px 0;
    }
}