
html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.roboto{ font-family: "Roboto", sans-serif;}
.nunito{
   font-family: Nunito;
}
/* :root {
    --dcp-primary-color: #1B3BD6;
    --dcp-accent-color: #FF701F;
    --dcp-secondary-color: #EFF1FC;
    --dcp-light-text-color: #ffffff;
    --dcp-dark-text-color:#000000;
    --red-clr:#FF0000;
    --blue-clr:#1B3BD6;
    --pink-clr: #831BB4;
} */
 /****************************
   Bottom Progress Bar Start
*******************************/
.bottom-strap-co{
   background-color: #eceefa;
   border: 1px solid #d6d9e7;
   padding: 10px;
   position: fixed;
   bottom: 0;
   width: calc(100% - 0px);
   left: 0;
   right: 0;
   box-sizing: border-box;
   margin: 0px;
   border-radius: 0px;
   z-index: 9999;
   text-align: center;
}
.progress-co{
   border: 1px solid #d6d9e7;
   background-color: #ffffff;
   border-radius: 25px;
   height: 6px;
   overflow: hidden;
}
.progress-bar-co{
   height: 100%;
   background-color: #5c6ac4;
   transition: all 0.5s ease; 
}
.progress-title-co {
   margin-bottom: 10px;
   font-size: 14px;
   color: #151122;
   padding: 0px 0;
   display: inline-block;
   border-bottom: 1px solid #151122;
   font-family: 'Roboto', sans-serif;
   letter-spacing: 1px;
}
 /****************************
   Bottom Progress Bar End
*******************************/
/* Golabal Css Start */
.container {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto
}

@media (min-width: 576px) {
   .container {
       max-width:540px
   }
}

@media (min-width: 768px) {
   .container {
       max-width:720px
   }
}

@media (min-width: 992px) {
   .container {
       max-width:960px
   }
}

@media (min-width: 1200px) {
   .container {
       max-width:1140px
   }
}

.container-fluid {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto
}

.d-flex{
   display: flex;
}
.mr10{
   margin-right: 10px;
}
.ml10{
   margin-left: 10px;
}
.base-btn, 
.base-btn:focus {
  padding: 5px 14px;
  margin-bottom: 0;
  text-align: center;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
}
.img-contain-fit{
   width: 123px;
   height: 27px;
}
.img-fluid{
   width:100%;
   max-width:100%;
}
/* Golabal Css end */
/* Color CSS */
.black-clr {color: var(--dcp-dark-text-color)}
.white-clr,
a.white-clr {
    color: var(--dcp-light-text-color);
}
.primary-clr{color:var(--dcp-primary-color);}
.accent-clr{color:var(--dcp-accent-color);}
.secondary-clr{color:var(--dcp-secondary-color);}
.red-clr{color: var(--red-clr);}
.blue-clr{color:var(--dcp-primary-color);}
.pink-clr{color: var(--pink-clr);}
/* Responsive Video CSS */
.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
}
.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Section Padding Start */
.sec-pd{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
/* Section Padding End */
/* compare section start */
.compare-card1{
   border-radius: 20px 0px 0px 20px;
   border-top: 20px solid #C8D0F2;
   border-bottom: 10px solid #C8D0F2;
   border-left: 1px solid #C8D0F2;
   background: #FFF;
   height: 100%;
}
.compare-head{
   border-bottom: 1px solid rgba(0, 0, 0, 0.50);
   background: #FFF;
   padding: 10px 30px 30px;
}
.compare-list li{
   border-bottom: 1px solid rgba(0, 0, 0, 0.10);
   background: #FFF;
   padding: 13.3px 27px;
   list-style: none;
}
.compare-card2{
   border-radius: 20px;
   border-top: 20px solid #1B3BD6;
   border-right: 1px solid #1B3BD6;
   border-bottom: 10px solid #1B3BD6;
   border-left: 1px solid #1B3BD6;
   background: #FFF;
   box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.20), 5px 0px 20px 0px rgba(0, 0, 0, 0.20);
   margin-top: -20px;
   margin-bottom: -18px;
}
.compare-head2{
   border-bottom: 1px solid rgba(0, 0, 0, 0.50);
   background: #FFF;
   padding: 23px 30px 23px;
  
}
.compare-list2 li{
   border-bottom: 1px solid rgba(0, 0, 0, 0.10);
   background: #F6F7FF;
   padding: 13.3px 27px;
   list-style: none;
   position: relative;
}
.compare-list2 li:before{
   content: url('https://cdn.oppyotest.com/launches/bookcreator/premium-membership/blue-check.png');
   position: absolute;
   top:12px;
   left:90px;
   width: 20px;
   height: 20px;;
}
.compare-list2 li:first-child {
   padding-top: 28px !important;
}
.compare-list2 li:first-child:before{
   content: url('https://cdn.oppyotest.com/launches/bookcreator/premium-membership/blue-check.png');
   position: absolute;
   top:28px;
   left:90px;
   width: 20px;
   height: 20px;
}
.compare-list2 li:nth-child(10) {
   padding: 24.8px 27px;
}
.compare-list2 li:nth-child(10):before{
   content: url('https://cdn.oppyotest.com/launches/bookcreator/premium-membership/blue-check.png');
   position: absolute;
   top:24px;
   left:90px;
   width: 20px;
   height: 20px;
}
.compare-card3{
   border-top: 20px solid #C8D0F2;
   border-right: 1px solid #C8D0F2;
   border-bottom: 10px solid #C8D0F2;
   background: #FFF;
   height: 100%;
}
.compare-head3{
   border-bottom: 1px solid rgba(0, 0, 0, 0.50);
   background: #FFF;
   padding: 10px 30px 30px;
}
.compare-list3 li{
   border-bottom: 1px solid rgba(0, 0, 0, 0.10);
   background: #FFF;
   padding: 9.5px 27px;
   list-style: none;
}
.compare-list3 li:nth-child(10) {
   padding: 21px 27px;
}
.compare-card4{
   border-radius: 0px 20px 10px 0px;
   border-top: 20px solid #C8D0F2;
   border-right: 1px solid #C8D0F2;
   border-bottom: 10px solid #C8D0F2;
   background: #FFF;
   height: 100%;
}
.compare-list3 li:nth-child(8),.compare-list3 li:nth-child(9) {
   padding: 13.3px 27px;
}
.compare-card4 .compare-list li:nth-child(10) {
   padding: 24.5px 27px;
}
.compare-bottom1{
   background: #F6F7FF;
   padding: 57px 27px 46px;
   border-radius: 0 0 20px 20px;
}
.compare-bottom2{
   padding: 70px 27px;
}
.compare-hr{border: 1px solid #000000;}
/* comapre section end */  
/* table section start */
.table-section{
   background: #EFF1FA;
}
.table-box1{
   border-radius: 20px 0px 0px 20px;
   border-top: 20px solid #C8D0F2;
   border-right: 2px solid #C8D0F2;
   border-bottom: 10px solid #C8D0F2;
   border-left: 2px solid #C8D0F2;
   background: #FFF;
}
.table-box-head{
  /*  padding: 167px 118px 170px; */
	height: 394px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table-fe{
   background:#EFF1FA;
  /*  padding: 27.4px 78px; */
   height:82px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.table-fe-li li{
   list-style: none;
  /*  padding: 13.3px 20px; */
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   background: #FFF;
   height: 52px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.table-fe-li li:last-child{
   border-bottom: none;
}
.table-fe2{
   background:#EFF1FA;
  /*  padding: 14.8px 78px; */
  height:82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-box2{
   border-top: 20px solid #C8D0F2;
   border-bottom: 10px solid #C8D0F2;
   background: #FFF;
}
.table-box-head2{
  /*  padding: 30px 50px 50px; */
   height:394px;
   display:flex;
   flex-direction:column;
   justify-content:center;
   align-items: center;
}
.table-fe3{
   /* padding: 40px 0; */
   background: rgba(239, 241, 250, 1);
   height:82px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.blue-icon{padding: 1.5px 0;}
.blue-icon2{padding: 1px 0;}
.btn-box{
   padding: 50px 0 40px;
   height:197px;
}

.btn-box.btn-pricing-box{
   height: 330px;
   padding: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
}
@media only screen and (max-width: 767px){
   .btn-box.btn-pricing-box{
       height: 185px;
       padding: 25px;
   }
}
.dcp-buy-blue-btn{
    border-radius: 5px;
    background: var(--dcp-primary-color);
    text-decoration: none;
    text-align: center;
    padding: 15.5px 73px;
    font-size: 16px;
    color: var(--dcp-light-text-color);
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-inline: auto;
}
.dcp-buy-blue-btn:hover{
   color:#ffffff;
   text-decoration: none;
}
.customers-special.table-box2{
   border-left: 2px solid #C8D0F2;
   border-right: 2px solid #C8D0F2;
   border-radius: 20px;
}
.customers-special.table-box3{
   border-radius: 20px;
}
.customers-special.table-box3 .table-funnel-fe{
   background-color: #C8D0F2;
}
.customers-special .table-funnel-fe{
   background: rgba(239, 241, 250, 1);
   padding-left:30px;
}
.table-funnel-li li .check-icon.check-blue-icon{
   color: var(--dcp-primary-color);
}
.table-box3{
   border-radius: 0px 20px 20px 0px;
   border-top: 20px solid #1B3BD6;
   border-right: 2px solid #1B3BD6;
   border-bottom: 10px solid #1B3BD6;
   border-left: 2px solid #1B3BD6;
   background: #ECEFFF;
   position: relative;
}
.table-box-head3{
   /* padding: 30px 50px 50px; */
   height:394px;
   display:flex;
   flex-direction:column;
   justify-content:center;
   align-items: center;
}
.table-fe4{
   /* padding: 40px 0; */
   background: #C8D0F2;
   height:82px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.table-box3 .table-fe-li li{
   background: #ECEFFF;
}
.table-box3:after{
   background: url(https://cdn.oppyotest.com/launches/bookcreator/premium-membership/best-sale.png) no-repeat;
   position: absolute;
   top:-20px;
   right:-2px;
   width: 121px;
   height: 110px;
   content: '';
}
/* table section end */
/* additional style css */
.saglus-editor .dcp-tw-addi_style-1,
.dcp-tw-addi_style-1{
   color: #151121;
   font-family: Arial;
   line-height: 1.2;
   font-size: 28px;
   display: inline-block;
   font-weight: 400;
}
.saglus-editor .dcp-tw-addi_style-2,
.dcp-tw-addi_style-2{
   color: #151121;
   font-family: Impact;
   line-height: 1.2; 
   font-size: 28px;
   display: inline-block;
   font-weight: 400;
}
.saglus-editor .dcp-tw-addi_style-3,
.dcp-tw-addi_style-3{
   color: #151121;
   font-family: 'Zilla Slab Highlight', serif;
   line-height: 1.2;
   font-size: 28px; 
   display: inline-block;
   font-weight: 400;
}
.saglus-editor .dcp-tw-addi_style-4,
.dcp-tw-addi_style-4{
   color: #151121;
   font-family: 'Allura', cursive;
   line-height: 1.2;
   font-size: 28px;
   display: inline-block;
   font-weight: 400; 
}
.saglus-editor .dcp-tw-addi_style-5,
.dcp-tw-addi_style-5{
   color: #F2AE00;
   font-family: Times New Roman;
   font-weight: 700;
   line-height: 1.2;
   font-size: 28px;
   display: inline-block;
   font-weight: 700;
}
.saglus-editor .dcp-tw-addi_style-6,
.dcp-tw-addi_style-6{
   color: #FF1C1C;
   font-family: 'Titan One', cursive;
   line-height: 1.2;
   font-size: 28px;
   display: inline-block;
   font-weight: 400;
}
.saglus-editor .dcp-tw-addi_style-7,
.dcp-tw-addi_style-7{
   color: #5A53F3;
   font-family: 'Orbitron', sans-serif;
   line-height: 1.2; /* 150% */
   font-size: 28px;
   display: inline-block;
   font-weight: 400;
}
.saglus-editor .dcp-tw-addi_style-8,
.dcp-tw-addi_style-8{
   color: #00C2FF;
   font-family: 'Shrikhand', cursive;
   line-height: 1.2;
   font-size: 28px;
   display: inline-block; 
   font-weight: 400;
}
.saglus-editor .dcp-tw-addi_style-9,
.dcp-tw-addi_style-9{
   color: #2CAA00;
   font-family: 'Handlee', cursive;
   line-height: 1.2;
   font-size: 28px; 
   display: inline-block;
   font-weight: 400;
}
.saglus-editor .dcp-tw-addi_style-10,
.dcp-tw-addi_style-10{
   color: #FF1C1C;
   font-family: 'Secular One', sans-serif;
   line-height: 1.2;
   font-size: 28px; 
   display: inline-block;
   font-weight: 400;
}
.saglus-editor .dcp-tw-addi_style-11,
.dcp-tw-addi_style-11{
   color: #3430ED;
   font-family: 'Metal', serif;
   line-height: 1.2;
   font-size: 28px; 
   display: inline-block;
   font-weight: 400;
}
/* .dcp-tw-heading tab css End */
/* paragraph tab css Start */
.saglus-editor .dcp-tw-para_style-1,
.dcp-tw-para_style-1 {
   font-family:'Roboto', sans-serif;
   line-height: 1.2; 
   font-size: 16px;
   display: inline-block;
   font-weight: 400;
   color: #151121;
}
.saglus-editor .dcp-tw-para_style-2,
.dcp-tw-para_style-2{
   font-family: 'Jura', sans-serif;
   line-height: 1.2;
   font-size: 16px;
   display: inline-block;
   font-weight: 400;
   color: #151121;
}
.saglus-editor .dcp-tw-para_style-3,
.dcp-tw-para_style-3{
   font-family: 'PT Serif', serif;
   line-height: 1.2;
   font-size: 16px; 
   display: inline-block;
   font-weight: 400;
   color: #151121;
}
.saglus-editor .dcp-tw-para_style-4,
.dcp-tw-para_style-4{
   font-family: 'Courier Prime', monospace;
   line-height: 1.2;
   font-size: 16px; 
   display: inline-block;
   font-weight: 400;
   color: #151121;
}
.saglus-editor .dcp-tw-para_style-5,
.dcp-tw-para_style-5{
   font-family: 'Charm', cursive;	
   line-height: 1.2;
   font-size: 16px;
   display: inline-block;
   font-weight: 400; 
   color: #151121;
}
/* paragraph tab css End */
/* Button tab css Start */
.saglus-editor .dcp-tw-addi-btn,
.dcp-tw-addi-btn{
   border: 3px solid #fff;
   outline: 1px solid #7C4EFF;
   color: #fff;
   background-color: #7C4EFF;
   border-radius: 5px;
}
.saglus-editor .dcp-tw-btn.dcp-tw-addi-btn, 
.dcp-tw-btn.dcp-tw-addi-btn{
   padding: 4px 26px;
}
.saglus-editor .dcp-tw-addi-btn-2,
.dcp-tw-addi-btn-2{
   border-radius: 5px;
   background: #15BDD3;
   box-shadow: -3px 3px 0px 0px #057483;
   color: #020B0A;
}
/* Button tab css End */
/* sticky footer Start */
.strip-right{
   display: flex;
   align-items: center;
}

/* .admin-mode-footer .fixed-footer {
   position: fixed;
   width: 100%;
   bottom: 0px;
   left: 0px;
   z-index: 1080;
   font-family: 'Roboto', sans-serif;
} */
/* .admin-mode-footer .fixed-footer .update-plans-footer {
   background: var(--dcp-primary-color);
   padding: 19px 10px;
   width: 100%;
   line-height: 1.42857143;
   box-shadow: 0px -1px 3.4px 0.6px rgb(0 0 0 / 9%);
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   color: #ffffff;
} */
 .fixed-footer {
   position: sticky;
   /* width: 100%; */
   bottom: 0px;
   left: 0px;
   z-index: 1080;
   font-family: 'Roboto', sans-serif;
} 
 .fixed-footer .update-plans-footer {
   background: #5227FF;
   padding: 10px;
   /* width: 100%; */
   line-height: 1.42857143;
   box-shadow: 0px -1px 3.4px 0.6px rgb(0 0 0 / 9%);
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   color: #ffffff;
}
.fixed-footer .update-plans-footer.mobile-strip{
   display: none;
}
.fixed-footer .update-plans-footer.desk-strip{
   display: flex;
}
.fixed-footer .update-plans-footer.desk-strip .strip-right{
   margin-left: 20px;
}
.admin-mode-footer a.limited-time-deal-btn, 
.admin-mode-footer a.limited-time-deal-btn:hover, 
.admin-mode-footer a.limited-time-deal-btn:focus {
   background: #fff;
   font-size: 14px;
   font-weight: 600;
   color: #000;
   padding: 10px 15px;
   border-radius: 5px;
   text-decoration: none;
   white-space: nowrap;
   display: flex !important;
   align-items: center;
}
.admin-mode-footer a.limited-time-deal-btn i{
  margin-left: 4px;
  font-size: 20px;
}

@media (max-width:765px) {
   .fixed-footer .update-plans-footer.mobile-strip{
    display: flex;
    align-items: center;
   }
   .fixed-footer .update-plans-footer.desk-strip{
    display: none;
   }
   .fixed-footer .update-plans-footer.mobile-strip .base-btn i{
         font-size: 20px;
   }
}

/* Skeleton Loader Start */

.placeholder {
   display: inline-block;
   min-height: 1em;
   vertical-align: middle;
   cursor: wait;
   background-color: #e5e5e5;
   opacity: 1;
 }
 .placeholder.btn::before {
   display: inline-block;
   content: "";
 }
 
 .placeholder-xs {
   min-height: 0.6em;
 }
 
 .placeholder-sm {
   min-height: 0.8em;
 }
 
 .placeholder-lg {
   min-height: 1.2em;
 }
 
 .placeholder-glow .placeholder {
   -webkit-animation: placeholder-glow 2s ease-in-out infinite;
   animation: placeholder-glow 2s ease-in-out infinite;
 }
 
 @-webkit-keyframes placeholder-glow {
   50% {
     opacity: 0.5;
   }
 }
 
 @keyframes placeholder-glow {
   50% {
     opacity: 0.5;
   }
 }
 .placeholder-wave {
   -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
   mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
   -webkit-mask-size: 200% 100%;
   mask-size: 200% 100%;
   -webkit-animation: placeholder-wave 2s linear infinite;
   animation: placeholder-wave 2s linear infinite;
 }
 
 @-webkit-keyframes placeholder-wave {
   100% {
     -webkit-mask-position: -200% 0%;
     mask-position: -200% 0%;
   }
 }
 
 @keyframes placeholder-wave {
   100% {
     -webkit-mask-position: -200% 0%;
     mask-position: -200% 0%;
   }
 }
 .clearfix::after {
   display: block;
   clear: both;
   content: "";
 }
 
 .link-primary {
   color: #0d6efd;
 }
 .link-primary:hover, .link-primary:focus {
   color: #0a58ca;
 }
 
 .link-secondary {
   color: #6c757d;
 }
 .link-secondary:hover, .link-secondary:focus {
   color: #565e64;
 }
 
 .link-success {
   color: #198754;
 }
 .link-success:hover, .link-success:focus {
   color: #146c43;
 }
 
 .link-info {
   color: #0dcaf0;
 }
 .link-info:hover, .link-info:focus {
   color: #3dd5f3;
 }
 
 .link-warning {
   color: #ffc107;
 }
 .link-warning:hover, .link-warning:focus {
   color: #ffcd39;
 }
 
 .link-danger {
   color: #dc3545;
 }
 .link-danger:hover, .link-danger:focus {
   color: #b02a37;
 }
 
 .link-light {
   color: #f8f9fa;
 }
 .link-light:hover, .link-light:focus {
   color: #f9fafb;
 }
 
 .link-dark {
   color: #212529;
 }
 .link-dark:hover, .link-dark:focus {
   color: #1a1e21;
 }
 
 .ratio {
   position: relative;
   width: 100%;
 }
 .ratio::before {
   display: block;
   padding-top: var(--bs-aspect-ratio);
   content: "";
 }
 .ratio > * {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 /* Skeleton Loader End */
 
 /* Pricing Start*/
 .dcp-pricing-table{
	width:100%;
}
@media(max-width:1200px) {
	.dcp-pricing-table{
		min-width:990px;
		width:100%;
	}	
}	
.dcp-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.dcp-list-style-none{
	list-style-type: none;
}
 /* Pricing End */
 
 .skeleton-section{
   height: 125px;
 }
 .skeleton-image{
   height: 105px;
 }
 
 .skeleton-box{
   height: 200px;
 }
 .skeleton-button{
   height: 30px;
 }
.skeleton-timer{
   height: 88px;
}
.skeleton-heading.lg{
   height: 57px;
}
.skeleton-heading.md{
   height: 42px;
}
.skeleton-heading.sm{
   height: 27px;
}
.skeleton-para {
   border: 1px solid #e5e5e5;
   padding:8px;
}
.skeleton-para.lg{
   min-height: 80px;
   line-height: 1.2;
}
.skeleton-para.md{
   min-height: 75px;
   line-height: 1.2;
}
.skeleton-para.sm{
   min-height: 42px;
   line-height: 1;
}
.skeleton-icon {
   display: grid;
   grid-template-columns: auto auto auto auto auto auto auto;
}
.skeleton-icon .placeholder{
   width: 45px;
   height: 45px;
   border-radius: 50%;
}
/* Cookie Consent CSS */
a.dcp-editor-base-btn,
.dcp-editor-base-btn,
a.dcp-editor-base-btn:focus,
.dcp-editor-base-btn:focus {
    color: #7f7c88;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    background: #ffffff;
    border: solid 1px transparent;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: normal;
    outline: none;
    box-shadow: none;
    font-size: 14px;
}

.dcp-editor-default-btn,
a.dcp-editor-default-btn {
    color: #7f7c88;
    background-color: #ffffff;
    border-color: #ced4d8;
}

.dcp-editor-default-btn:hover,
a.dcp-editor-default-btn:hover,
.dcp-editor-default-btn:focus,
a.dcp-editor-default-btn:focus {
    background-color: #ffffff;
    color: #000007;
    border-color: #cacfd2;
    box-shadow: none;
    outline: none;
}

a.yellow-btn,
a.yellow-btn:focus {
    background: #fdc100;
    color: #000000;
    font-weight: 500;
}

a.yellow-btn:hover {
    background: #efb600;
    color: #000000;
}

.cookies-black-theme {
    background: #293239;
}

.cookies-black-theme p,
.cookies-black-theme a.privacy-text {
    color: #ffffff;
}

.cookies-white-theme {
    background: #ffffff;
}

.cookies-white-theme p,
.cookies-white-theme a.privacy-text {
    color: #000000;
}

.cookies-grey-theme {
    background: #eff3f6;
}

.cookies-grey-theme p,
.cookies-grey-theme a.privacy-text {
    color: #000000;
}

.header-cookies-consent {
    padding: 15px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 1px 3.4px 0.6px rgba(0, 0, 0, 0.09);
    font-family: 'Roboto', sans-serif;
    word-break: break-word;
}

.footer-cookies-consent {
    position: fixed;
    padding: 15px 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1089;
    box-shadow: 0px -1px 3.4px 0.6px rgba(0, 0, 0, 0.09);
    font-family: 'Roboto', sans-serif;
    word-break: break-word;
}

.left-cookies-consent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1089;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    font-family: 'Roboto', sans-serif;
    word-break: break-word;
}

.right-cookies-consent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1089;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    font-family: 'Roboto', sans-serif;
    word-break: break-word;
}

.cookies-margin,
.cookies-margin1 {
    margin-top: 15px;
}

.justify-cookies-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.cookies-consent-padding {
    padding: 15px;
}

@media (min-width: 768px) {
    .cookies-consent-padding {
        padding: 30px;
    }

    .justify-cookies-button {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .left-cookies-consent {
        max-width: 400px;
        bottom: 20px;
        left: 20px;
    }

    .right-cookies-consent {
        max-width: 400px;
        bottom: 20px;
        right: 20px;
        left: auto;
    }

    .header-cookies-consent {
        padding: 20px 0px;
    }

    .footer-cookies-consent {
        padding: 20px 0px;
    }

    .cookies-text-md-left {
        text-align: left;
    }

    .cookies-text-md-right {
        text-align: right;
    }

    .cookies-margin {
        margin-top: 5px;
    }

    .cookies-margin1 {
        margin-top: 0px;
    }
}
a{
   text-decoration: none;
}
a.allow-btn-margin,
a.allow-btn-margin:hover,
a.allow-btn-margin:focus {
    margin-left: 15px;
}

/* Cookie Consent CSS End */
.startup-table ul li{
   font-size: 20px;
}
.agency-table ul li{
   font-size: 20px;
}
.agency-table.limited-client{
   border-color:rgba(131, 27, 180, 0.6);
}
.dcp-license-agency-table{
	width:100%;
}
@media(max-width:1200px) {
	.dcp-license-agency-table{
		min-width:990px;
		width:100%;
	}	
}
.dcp-table-responsive {
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
 }
.table-funnel-box{
   border-width: 20px 2px 10px 2px;
   border-style: solid;
   border-color: #831BB4;
   border-radius: 20px;
   background: #ffffff;
}
.table-funnel-fe{
   background: #EDDFF3;
   height: 80px;
   padding-left: 50px;
   display: flex;
   align-items: center;
}
.table-funnel-li li{
   list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 10px;
    padding-left: 30px;
}
.table-funnel-li li .check-icon{
   font-size: 22px;
   margin-right:10px;
   color: #831BB4;
   vertical-align: middle;
}
/* .table-funnel-li .bonus-li{
   height: 80px;
} */
.table-funnel-head{
   height: 342px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.table-funnel-head img{
  width:360px;
  @media (max-width: 768px) {
   width:250px;
  }
}

.dcp-funnel-table-btn,.dcp-funnel-outline-btn{
   display: inline-flex;
   padding: 8px 42px;
   font-size: 24px;
   line-height: 34px;
   text-align: center;
   font-family: Work Sans;
   font-weight: 600;
   text-decoration: none;
   box-sizing: border-box;
   white-space: wrap;
   background: #831BB4;
   color: #ffffff;
   border-radius: 25px;
}
.dcp-funnel-outline-btn{
   background-color: #F9EAFF;
   border: 1px solid #B576D2;
   color: #000;
   padding: 8px 25px;
}
.dcp-funnel-outline-btn:hover{
   text-decoration: none;
   color:#000;
}
.dcp-funnel-table-btn:hover{
   text-decoration: none;
   color: #ffffff;
   background: #72179d;
}
.dcp-license-agency-table .dcp-funnel-table-btn{
   padding: 8px 25px;
}
.light-funnel-bg-section{
   background-color: #F6EFFA;
}
.dcp-tb-p-100{
   padding: 100px 0;
}
.dcp-m-block-start0{
   margin-block-start: 0;
}
.dcp-m-block-end0{
   margin-block-end: 0;
}

.dcp-mt60{
   margin-top:60px;
}
/*Bottom strip*/
.bottom-side-logostrip{
   border: 1px solid #5227FF;
   background: #F1EDFF;
   box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.35);
   width: 117px;
   height: 50px;
   display: flex;
   justify-content: center;
   position: fixed;
   right: 30px;
   bottom: 30px;
   border-radius: 10px;
   z-index: 99;
   flex-direction: column;
   align-items: center;
   z-index: 9999;
}
.bottom-side-logostrip p{
   color: rgba(0, 0, 0, 0.6);
   margin-block-start: 0;
   font-size: 12px;
}

/* ----videos tags - start- */
.background-video {
   position: absolute;
   z-index: auto;
   overflow: hidden;
   height: 100%;
   width: 100%;
   object-fit: cover;
   right: 0;
   bottom: 0;
   background-size: 100% 100%;
}
/* ----videos tags - end - */
@media(max-width:576px) {
   .footer-cookies-consent {
      padding: 15px 12px;
      width: auto;
   }
}
