/*
*** *** Index header *** ***
*/
header{
    position: -webkit-sticky;position: sticky;top: 0;z-index: 9999999999999999;
}
.read-more{
  float: right;
  margin-top: 20px
}
.gotobottom{
  width: 80px;
  position: relative;
  left: 50%;
  z-index: 9999;
  top: 10px;
  margin-bottom: -30px;
}
.shareB{
  color: #009FE3;
}

.caption {
    background: linear-gradient(90deg, #BED9ED, #DDEDDF);
    height: 122px;
    margin-bottom: 24%;
    position: relative;
}

.btnBlogItem{
  background-color: #3B5998;
  height: 30px;
  white-space: pre;
  line-height: 25px;
  padding: 3px 28px 5px 21px;
  border-radius: 0px;
  font-size: 13px;
  color: #fff;
}

.blog-text{
	margin-bottom: 0%;
	color: #004ea0;
}
span{
	color: #004ea0;
}

.theme-row{
	margin-left: 5px;
}

.caption-text{
	color: #004f9e;
	padding-top: 5%;
  font-size: 21px;
	padding-left: 2%;
}

.read-more-related{
	color: #009FE3;
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 15px;
}

.blog-title{
	    line-height: 18px;
	color: #009FE3!important;
	padding-bottom: 0px;
}

.blog-item-body{
	background-color: #efe0cb;
}

.tag{
	background-color: #009fe3 !important;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
	margin: 2px;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 5px;
	text-transform: uppercase;
}

.active-tag{
	background: #004F9E !important;
	color: #fff !important;
}

.tag:hover{
color: #004F9E;
}

.tag-wrapper{
	padding-top: 22px;
	width: 100%;
	min-height: 125px;
	background: #ece3d2;
}

.active-tag{
	background: #004F9E !important;
	color: #fff !important;
}

.lang-drop{
	position: relative;
}

.lang-dropdown{
	position: absolute;
    z-index: 100;
    width: 80px;
    left: -20px;
    top: calc(100% + 13px);
}

.blue-btn{
  background: #009fe3;
  color: #fff;
  font-size: 16px;
  padding: 3px 5px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}

.green-btn{
  background: #52AE32;
  color: #fff;
  font-size: 16px;
  padding: 3px 5px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}

.green-btn:hover{
    color:#fff;
}

.btn-order{
    text-decoration: none;
    background-image: url(../images/btnbg.jpg) !important;
    border-color: #004F9E;
    color: #004F9E;
    font-family: "Dyslexie Bold";
    border-width: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
    font-size: 16px !important;
    padding: 10px 28px;
    background-size: cover !important;
    position: relative;
}

.btn-order:hover{
    color: #0d6ac7;
    border-color: #0d6ac7;
    background-color: #0d6ac7;
}

.btn-order-new{
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #ffcc01;
    color: #004F9E;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: -2%;
    margin-right: 2%;
}

.read-btn{
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #3973E0;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: -2%;
    margin-right: 2%;
    height: auto;
}

.label-btn {
    background-color: white;
    text-transform: uppercase;
    color: #004F9E;
    border: none;
    height: 30px;
    width: 300px;
    margin-top: -7%;
    overflow: hidden;
    padding-top: 5%;
}


.read-btn:hover{
    color: white;
}

.lang-dropdown li{
	display: block;
	margin:0 0 10px 0 !important;
}

.lang-dropdown li img{
	width:100%;
}

.hide{
    display: none;
}

.capital {
    text-transform: uppercase;
}

a.icon-box{
    cursor: pointer;
}

.icon-box{
    margin-left: 3%;
}

.icon-box span{
    display: block;
    margin-top: 10px;
}

.icon_text{
    font-size: 0.65em;
    font-weight: 800;
}

.icon_container{
    width: 100%;
    padding: 1%;
    background-color: white;
    position: -webkit-sticky;position: sticky;top: 120px;z-index: 999;
}

.icon_subcontainer{
    width: 100%;
    margin: 0;
}

.row_container_icons {
    background-color: white;
    width: 50%;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

.row_subcontainer_icons{
    display: inline-block;
}

.leftmargin {
    margin-left: 5%;
}

/*
*** *** Registration *** ***
*/

.registration-error{
	width: 100%;
	max-width: 500px;
	margin:auto;
}

.blacklist-hide{
	display:none;
}


.modal-dialog-600{
    max-width: 600px;
}

.modal-content.option-blacklist-content{
	background-color: #fef8e9;
    border: none;
    text-align: center;
    border-radius: 25px;
    color: #004f9e;
}

.modal-header.option-blacklist-header{
	display: block;
    border: none;
}

.modal-footer.option-blacklist-footer{
	display: block;
    justify-content: normal;
    text-align: left;
    border: none;
}

.modal-footer.option-blacklist-footer .btn-homeuser{
	background: #e3e2e8;
    border: none;
    color: #004f9e;
    /* font-size: 1rem; */
    border: 1px solid #e3e2e8;
    text-transform: none;
}

.modal-footer.option-blacklist-footer .btn-education{
	background: #52ae32;
    border: none;
    color: #fff;
    text-transform: none;
    border: 1px solid #52ae32;
}

/*
*** *** General (overruled) *** ***
*/
.angle-section h1,.angle-section h2,.angle-section h3,.angle-section h4,.angle-section h5,.angle-section h6{
    font-family: "Dyslexie Bold";
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #004F9E;
}

.angle-section b,.angle-section strong,.angle-section p.bold {
    font-family: "Dyslexie bold";
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #004F9E;
    margin-top: 10px;
}

.p-system{
    z-index: 2;
    position: relative;
}

.rowblocks-page-product{
    z-index: 1;
    position: relative;
}

.p-system .p-system-inner .system-item.product-select.active span{
    color: #004F9E;
}

.angle-section.typeface-row-1 .angleDiv-content{
    margin-left: auto;
}

.angle-section:not(.type-1) .angleDiv-content.type-content-2{
        padding-left: 15%;
    max-width: 730px;
}


.angle-section.typeface-row-1 .angleDiv-content p{
    max-width: 100%;
}

.angleDiv-content img{
    max-width: 100%;
    height: auto;
}

.angleDiv-content table{
    max-width: 100%;
}

.angle-section.typeface-row-1 .angleDiv-img img{
    width: 370px;
}

.angle-section.contain-image.typeface-row-1 .row-reverse .angleDiv-img img{
    width: 370px;
}

ul.list-3{
    margin-top: 40px;
}

ul.list-3 li {
  display: -ms-flex;
  display: flex; }
  ul.list-3 li .list-part:first-child {
    width: 55px;
    height: 55px;
    border: 4px solid #009EE2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 41px;
    color: #004F9E;
    line-height: 1; }
  ul.list-3 li .list-part:last-child {
    width: calc(100% - 55px);
    padding-left: 35px; }
  ul.list-3 li h3,ul.list-3 li b,ul.list-3 li strong {
    font-size: 24px;
    line-height: 1;
    color: #004F9E;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 100;
    font-family: "Dyslexie";
    text-transform: unset; }
  ul.list-3 li p {
    font-size: 16px; }

.tryout-lvl {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: -20px; }
  .tryout-lvl div {
    margin-right: 25px;
    margin-bottom: 20px; }
  .tryout-lvl span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #004F9E; }
  .tryout-lvl a {
    color: #fff;
    text-transform: uppercae;
    padding: 3px 10px;
    background: #52AE32;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.share-text {
  width: 100%;
  max-width: 428px; }
  .share-text textarea {
    background: #F6EEE9;
    padding: 25px;
    font-size: 18px;
    color: #004F9E;
    height: auto;
    min-height: 380px;
    line-height: 1.6;
    border-bottom-color: transparent;
    margin-bottom: 20px;
    border: 1px solid #004F9E; }
    .share-text textarea:focus {
      background: #F6EEE9;
      border-color: #004F9E !important; }

.angle-section .row-reverse .angleDiv-img img {
    margin-left: -276px;
}

.angle-section.img-100p .angleDiv-img img,
.angle-section.img-100p .row-reverse .angleDiv-img img {
    margin-left: 0px;
    max-width: 100%;
}

.angle-section.type-1,.angle-section.type-3{
    margin-top: -230px;
    padding-top: 250px;
    padding-bottom: 220px;
}

.angle-section.type-2,.angle-section.type-4 {
    padding-top: 330px;
    margin-top: -230px;
}

.angle-section.type-1 .angleDiv-img img, .angle-section.type-4 .angleDiv-img img{
    margin-left: -276px;
}

.rowblocks-page-typeface .angle-section:first-child .angleDiv-content{
    margin-left: auto;
}

.rowblocks-page-typeface .angle-section:first-child .angleDiv-img img {
    width: 370px;
}

.rowblocks-page-typeface .angle-section:first-child .angleDiv-content p {
    max-width: 100%;
}

.rowblocks-page-typeface .angle-section.type-3.contain-image .angleDiv-img img {
    width: 100%;
    max-width: 690px;
    margin: auto;
    display: block;
}

.rowblocks-page-typeface .angle-section p{
    max-width: 593px;
}

.rowblocks-page-typeface .angle-section.type-4 .angleDiv-content{
    padding-left: 15%;
    max-width: 730px;
}

.rowblocks-page-typeface .go-down{
    bottom:8%;
}

.rowblocks-page-typeface .angle-section:last-child{
    padding-bottom: 600px;
}

.d-font-sec-7 {
    padding-top: 140px;
    padding-bottom: 280px;
}

.d-font-sec-7 .angleDiv-content {
    max-width: 550px;
    margin-left: auto;
}

.d-font-sec-7 .angleDiv-content p {
    font-size: 30px;
    max-width: 100%;
}

.flex-center{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angleDiv-img.sm-image img {
    width: 370px;

}

.angleDiv-content ul.four-blocks {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.angleDiv-content ul.four-blocks li {
    float: left;
    width: 50%;
    text-align: center;
    margin: 40px 0;
    color: #004f9e;
    font-size: 16px;
    line-height: 29px;
}

.angleDiv-content ul.four-blocks li a {
    margin-top: 13px;
    color: #004f9e;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #009fe3;
    padding: 0px 7px;
    border-radius: 2px;
    display: inline-block;
}


.d-font-sec-7.angle-section .row-reverse .angleDiv-img img{
     margin:0;
}

.d-font-sec-8.angle-section.type-2 .angleDiv-img img {
    max-width: 422px;
}

.angle-section.d-font-sec-8.type-2 h3 {
    font-size: 24px;
    color: #004F9E;
    font-family: "Dyslexie Bold";
    margin-bottom: 20px;
}

.angle-section.d-font-sec-8.type-2 p {
    max-width: 593px;
}

@media only screen and (max-width: 1600px){
    .angleDiv-img img,.angleDiv-img video {
        width: 100%;
    }
}

@media only screen and (max-width: 992px){
    .d-font-sec-8.angle-section.type-2 {
        padding-top: 399px;
        padding-bottom: 147px;
        margin-top: -426px;
    }

    .d-font-sec-8.angle-section.type-2 .angleDiv-img img,.d-font-sec-8.angle-section.type-2 .angleDiv-img video{
        max-width:100%;
        margin-top:20px;
        margin-bottom:50px;
    }

    .angle-section.type-1{
        margin-top: -280px;
    }

    .angle-section.type-2, .angle-section.type-4{
        margin-top: -280px;
    }

    .angle-section .row-reverse .angleDiv-img img{
        margin-left:0;
    }
}

@media only screen and (max-width: 767px){
    .angle-section.type-1,.angle-section.type-3 {
        padding: 119px 0px;
    }
}

.share-img-social{
  position: relative;
    padding: 0 !important;
}

.share-img-social .share-text{
    padding: 5px 10px;
}

.share-img-social .share-dropdown{
    display: none;
    position: absolute;
    top: 100%;
    color: #007bff;
    background-color: #fff;
    border: 2px solid #007bff;
    border-top: none;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1;
}

.share-img-social .share-dropdown .share-item{
    padding: 2px;
}

.share-img-social .share-dropdown .share-item:hover{
    background-color: #e9e9e9;
    color: #0b5aaf;
}

.angle-section.type-1.d-font-sec-3 {
    padding-top: 210px;
    padding-bottom: 280px;
}

.angle-section.type-2.d-font-sec-2 {
    padding: 239px 0px;
}

@media only screen and (max-width: 992px){
    .angle-section.type-2.d-font-sec-2 {
        margin-top: -485px;
        padding-top: 450px;
        padding-bottom: 519px;
    }

    .angle-section.type-1.d-font-sec-3 {
        padding-top: 159px;
        padding-bottom: 188px;
        margin-top: -430px;
    }

    .angle-section.type-2.d-font-sec-2 .go-down, .angle-section.type-2.d-font-sec-4 .go-down{
        bottom: 14%;
    }


    .angle-section.type-1.d-font-sec-3 .go-down{
        bottom: 3%;
    }

    .angle-section.type-2.d-font-sec-4, .angle-section.type-1.d-font-sec-4 {
        margin-top: -330px;
    }
}

.custom-radio div svg.size-2{
    height:65px;
}

.custom-radio div svg.size-2.book-img{
    margin-bottom:20px;
    height:40px;
}

.custom-radio div svg.size-2.charity-img{
    height:60px;
}

.custom-radio div svg.size-2 path{
    fill:#ffffff;
}

.bg-extra-blue{
    background-color: #02b5ed;
}

.bg-beige{
    background: #fffbdd;
}

.bg-light-green{
    background: #d7e9d0;
}

.c-white{
    color:#fff;
}

.c-white span{
    color:#fff;
}

/*
*** *** Skew *** ***
*/


.angle-section{
    padding:0 !important;
    margin:0 !important;
}

.wrapper-angle-section .angle-section:first-child{
    padding-top:100px !important;
}

.generate-pt-100{
    padding-top:100px !important;
}

.skewed-bg {
  overflow: hidden;
  position: relative;
}

.skewed{
  transform: skew(0deg, 3deg) translateY(-90px);
  width: 100%;
  height: 200px;
}


.skewed-rev{
  transform: skew(0deg, -3deg) translateY(-90px);
  width: 100%;
  height: 200px;
}

.skew-center {
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-down{
    position: relative;
    margin:0;
    margin-top:10px;
    left:0;
    bottom:0 !important;
}

.large-screen-down {
    display: none;
}

@media only screen and (min-width: 3200px){
    .skewed-bg{
        display: none;
    }

    .angle-section{
        padding:100px 0 !important;
        margin:0 !important;
    }

    .large-screen-down {
        position: absolute;
        bottom: 0;
        width: 100%;
        bottom: -40px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .large-screen-down .go-down{
        bottom:0;
    }
}

/*
*** *** Pricing *** ***
*/

.blue-bar {
    width: 100%;
    text-align: center;
    background-color: #004F9E;

}

.blue-bar h1 {
    font-size: 12px;
    color: #fff;
    line-height: 40px;

}

.custom-radio p span {
    color: #009fe3;
}

#btn-next.inactive:hover,
#btn-next.inactive {
    background-image: none !important;
    background-color: #d4cac8 !important;
    color: #fff !important;
    border: none !important;
    cursor: not-allowed;
}


/* ** Default ** */
.inner-2 {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: auto;
}

.use-type.type2 {
    max-width: 500px;
    align-items: baseline;
}

.inner-2 .use-type.type2 .btn {
    min-width: 151px;
    line-height: 1;
    padding: 8px 5px;
}

.custom-check-3.custom-green span{
    border: 2px solid #52AE32 !important;
    color: #52AE32;
}

.custom-check-3.custom-green input[type="checkbox"]:checked + span{
    background: #52AE32;
    border-color: #52AE32;
    color: #fff;
}

/* ** Header ** */
.use-type.type2 .btn {
    border-radius: 3px;
}

.inner-2 .sec-title-sm h4 {
    color: #fff;
}

.inner-2 .sec-title-sm p {
    color: #fff;
}

.custom-radio input[type="checkbox"]:checked + div .btn {
    background: #004F9E;
    color: #fff;
}

.custom-radio input[type="checkbox"]:checked + div svg path, .custom-radio input[type="checkbox"]:checked + div svg polygon {
    fill: #004F9E;
}

/* ** Typeface ** */
.pad-15 {
    padding: 15px 0px;
}

.font-top .font-top-left.type-2 {
    width: 32%;
}

.inner-2 .font-top .font-top-left .font-title {
    margin-bottom: 25px;
}

.inner-2 .font-top .font-top-left.type-2 .font-title span:last-child h3 {
    font-family: "Dyslexie Bold";
}

.font-top .font-top-left.type-2 .font-title span:last-child h3 {
    color: #004f9e;
}

.inner-2 .custom-check-3 span {
    border-color: #004f9e;
    line-height: 1.1;
}

.font-top .font-top-center.type-2 {
    width: 43%;
}

.font-title .text-height-close *{
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0;
}

.font-title .text-height-close span{
    font-size: 12px;
}

.font-top .font-top-right.type-2 {
    width: 25%;
}

.font-top .font-top-right.type-2 img {
    margin: 0;
    height: 52px;
    width: 81px;
}

.font-top .font-top-right.type-2 img:first-child{
        padding-right: 15px;
}

/* ** Typeface input ** */
.font-setting{
    position: relative;
}

.font-setting .settings-item h3{
    margin-bottom: 5px;
}

.side-image{
    position: absolute;
    width: 100%;
    height: 100%;
}

.side-image .inner-2{
    height: 100%;
    display: flex;
    align-items: center;
}

.side-image .inner-2 img{
    width: auto;
    position: absolute;
    right: calc(100% + 30px);
    height: 100%;
    max-height: 500px;
}

.font-setting-text{
    width: 87%;
    padding-top: 40px;
    color: #004ea0;
    padding-bottom: 10px;
}

.font-setting-text h4{
    font-family: "dyslexie bold";
}

.font-setting-text p{
    margin:0;
}

.inner-2 .settings-item {
    max-width: 376px;
}

.pad-40 {
    padding: 40px 0px;
}

.inner-2 .custom-expand a {
    right: 134px;
}

/* ** Typeface wrap-up ** */

.price-table h3 {
    font-size: 18px;
    color: #004F9E;
    font-family: "Dyslexie Bold";
    margin-bottom: 20px;
}

.price-table h3 span {
    display: block;
    color: #009FE3;
    text-transform: uppercase;
}

.price-table p {
    font-size: 13px;
    color: #004F9E;
}

.price-table table {
    max-width: 376px;
}

.price-table table.table-updated-design{
    margin-top: 20px;
    width: 100%;
    max-width: 87%;
}

.price-table table td:first-child {
    padding-left: 0px;
}

.price-table table.table-updated-design td:first-child{
    padding-left:100px;
}

.price-table table td {
    font-size: 13px;
    color: #004F9E;
    border-top-color: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
}

.price-table table td:last-child {
    text-align: right;
    font-family: "Dyslexie Bold";
    width:100px;
}

.currency-changer-btn a{
    position: relative;
    right: unset !important;
    top: unset !important;
    display: inline-block;
    border: 2px solid #004F9F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    padding: 1px 5px;
    text-transform: uppercase;
    color: #004F9F;
    background: #fff;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
}

.has-expand.in .currency-changer-btn a{
    background: #004F9E;
    color: #fff;
}

.currency-changer-content{
    padding: unset;
    background: none;
    margin-bottom:15px !important;
}

.currency-changer-content .form-group{
    margin: 0;
    margin-top: 20px;
}

.currency-changer-content .form-group .set-currency{
        width: auto;
    min-width: 136px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #009FE3;
}

/* ** Office ** */

.font-top .font-top-right.type-3 {
    width: 25%;
}

.top-flex-display{
    display: flex;
    margin-bottom:10px;
}

.font-top .font-top-right.type-3 img {
    margin-right: 15px;
    width: auto;
}

.font-top .font-top-right.type-3 img:nth-of-type(2), .font-top .font-top-right.type-3 img:nth-of-type(3) {
    margin-top: 16px;
}

.center-img-span{
    margin:0 auto;
    width: unset !important;
    padding-left: unset !important;
}

/* ** Office input ** */
.feature-inner{
    padding:0;
}

.feature-inner table tr th:first-child {
    width:100px;
}

.feature-inner table tr th{
    font-weight: 400;
}

table.table.feature-table.type-2 {
    margin: auto;
    position: relative;
    left: 0;
    width:100%;
}

.feature-inner .fix thead tr th {
    padding-left: 2px;
    padding-right: 2px;
}

.feature-inner .fix tr th img {
    height: 117px;
}

.feature-inner .fix tfoot tr td {
    padding-left: 2px;
    padding-right: 2px;
}

.feature-inner .fix tfoot tr td .custom-radio-2,.feature-inner table tr th .custom-radio-2 {
    display: block;
}

.feature-inner .fix tfoot tr td .custom-radio-2 span,.feature-inner table tr th .custom-radio-2 span {
    width: 100%;
    font-size: 15px;
    line-height: 1.1;
    padding: 5px 4px;
}

.custom-radio-2 span.set-active-fake {
    background: #004F9E;
    border-color: #004F9E;
    color: #fff;
}

.btn.width-395 {
    width: 100%;
    max-width: 395px;
}


.pricing-row{
    width:87%;
}

.pricing-row{
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing-row .wrap-row{
    width: calc(100% - 100px);
}

.pricing-row .wrap-row .extra-row-definer{
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.final-prizes{
    padding: 10px 0;
}

.final-prizes .pricing-row{
    padding:3px 0;
}

.final-prizes .pricing-row:first-child{
    border-top: #009FE3 solid 1px;
}

.pricing-row .first-second-td{
    width: calc(100% - 220px);
    text-align: right;
}
.pricing-row .first-td{
    width: 100px;
}
.pricing-row .first-td img{
   width: 60px;
}

.pricing-row .second-td{
    width: calc(100% - 220px);
}
.pricing-row .second-td .font-title .text-height-close h6{
    font-weight: 700;
}
.pricing-row .second-td .small-span-text{
    font-size: 12px;
}

.pricing-row .third-td{
    width: 100px;
    text-align: right;
}
.pricing-row .fourth-td{
    width: 120px;
    text-align: right;
    padding-right: .75rem;
}

.btn-custom-padding{
    padding:10px 20px !important;
}

/* ** Responsive ** */

@media only screen and (max-width: 1092px){
    .icon_container {
        display: none;
    }
}

@media only screen and (max-width: 992px){
    .font-top .font-top-right.type-3 {
        flex-wrap: wrap;
    }

    table.table.feature-table.type-2 {
        left: 0px;
    }
}

@media only screen and (max-width: 767px){
    .inner-2 {
        padding: 0px 15px;
    }

    .feature-inner .fix tr th img {
        height: auto;
        width: 100%;
    }

    .font-top .font-top-right.type-3 img {
        margin-bottom: 5px;
    }

    .feature-inner table tr th:first-child {
        width: 100px;
    }

    .feature-inner .fix tfoot tr td .custom-radio-2 span,.feature-inner table tr th,.feature-inner table tr th .custom-radio-2 span {
        font-size: 10px;
        padding: 5px 4px;
    }

    .feature-inner tr th img {
        height: auto;
        width: 100%;
        max-height: 56px;
    }

    .no-pad .custom-expand a{
        right:20px !important;
    }

    .no-pad .custom-expand.currency-changer-btn a{
        right:unset !important;
    }

    .price-table table{
        max-width: 100%;
    }

    .font-setting-text{
        width:100%;
    }

    .price-table table.table-updated-design,.pricing-row{
        max-width: 100%;
        width:100%;
    }
}

@media only screen and (max-width: 500px){
    .center-img-span{
        width: 100% !important;
        padding-left: 20px !important;
    }
    .font-top .font-top-left.type-2,.font-top .font-top-center.type-2{
        width:50%;
    }
    .font-top .font-top-right.type-2{
        width:100%;
    }
}

/* alternative pricing */
.pricing-alt-titles h5,.pricing-alt-titles p{
    font-size:18px !important;
}

.single-option-usage span{
    font-size: 12px !important;
    text-transform: uppercase;
}

.single-option-blue span{
    font-size: 18px !important;
    padding-top:0 !important;
}

.single-option label.custom-check span:before{
    bottom:0;
    top:unset;
}

.single-option label.custom-check span:after{
   bottom:-5px;
    top:unset;
}

label.custom-check input[type="radio"]:checked + span:after {
  opacity: 1; }

.single-option-blue {
    display: inline;
}

.single-option-blue:not(:first-child){
    margin-left:30px;
}

.multi-input input[type="text"]:not(:last-child) {
    margin-bottom:10px;
}

.add-row-url{
    margin-top: 10px;
}

.add-row-url .row-add-plus{
    height: 45px;
    width: 45px;
    margin: 0 auto;
}

.input-group-information .row-input:not(:last-child){
    margin-bottom: 25px;
}

.input-group-information label b {
    font-weight: normal;
    color: #009FE3 !important;
}


.chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    border-radius: 0px;
    border-color: transparent;
}

.chosen-drop .chosen-results li, .chosen-single span {
    font-size: 16px;
    color: #004F9E;
    line-height: 32px;
}

.chosen-single{
    background-image: url(/public/images/angle-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 10px) !important;
    background-position-y: 10px !important;
    background-size: 40px !important;
    padding-right: 59px !important;
    overflow: hidden !important;
    text-overflow: ellipsis;

}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 50px;
    border: 0px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
    background: #fff;
    border-radius: 0px;
    border-color: transparent;
    border-bottom-color: #009FE3;
    font-family: "Dyslexie Regular";
    border-bottom-width: 2px;
    color: #004F9E;
}

.chosen-container-active.chosen-with-drop .chosen-single{
    border:none;
    border-bottom-width: 2px;
    border-bottom-color: #009FE3;
    border-bottom-style: solid
}

.chosen-container-single .chosen-drop{
    display: none;
}

.chosen-container.chosen-with-drop .chosen-drop{
    display:block;
}

label.help-block.form-error {
    font-size: 13px;
    background: #d0cbcb;
    display: block;
    padding: 3px 10px;
    margin-top: 5px;
    box-shadow: 0px 0px 10px #dcdcdc;
    text-align: center;
}
.new-min-width > .icon-single > img{
  min-width: 50px !important;
}
@media only screen and (min-width: 992px) {
  .active-nav-item{
    border-bottom: 5px solid #004F9E;
    padding: 0px;
    margin: 0px 27px;
  }

  .active-nav-item a{
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right:  0px !important;
  }
}
@media only screen and (max-width: 992px) {
  .active-nav-item{
      background-color: #004F9E;
  }
}

.angleDiv-content .thumb-wrap .thumb-item img{
    width:52px;
    height: 52px;
}

.sub-men{
  position: absolute;
  display: none ;
  top: 40px;
  background-color: #ffffff;
  height: auto;
  padding: 10px;
    z-index: 9999;
}

.sub-men a{
  padding: 0px !important;
  margin: 0px !important;
}

.sub-men .active-nav-item{
  margin: 0px !important;
  border-bottom: 3px solid #009FE3;
}

.sub-men li{
  padding: 8px 0px;
}

.sub-men .active-nav-item a{
  color: #009FE3 !important;
}

 .sub-men:hover{
  display: block;
}

.nav-item:hover .sub-men {
  display: block;
}
.w-90{
  width: 90%;
}
.read-btn.yellow{
  background-color:rgb(0, 123, 255);
  background-image:url(/public/images/btnbg.jpg);
  background-size:cover;
  border-bottom-color:rgb(0, 79, 158);
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(0, 79, 158);
  border-left-style:solid;
  border-left-width:2px;
  border-right-color:rgb(0, 79, 158);
  border-right-style:solid;
  border-right-width:2px;
  border-top-color:rgb(0, 79, 158);
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-top-style:solid;
  border-top-width:2px;
  box-shadow:rgba(0, 0, 0, 0.27) 0px 0px 10px 0px;
  box-sizing:border-box;
  color:rgb(0, 79, 158);
  cursor:pointer;
  display:inline-block;
  font-family:"Dyslexie Bold";
  font-size:16px;
  font-weight:400;
  height:38px;
  line-height:24px;
  min-width:127px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  position:relative;
  text-align:center;
  text-decoration-color:rgb(0, 79, 158);
  text-decoration-line:none;
  text-decoration-style:solid;
  text-size-adjust:100%;
  text-transform:uppercase;
  transition-delay:0s, 0s, 0s, 0s;
  transition-duration:0.15s, 0.15s, 0.15s, 0.15s;
  transition-property:color, background-color, border-color, box-shadow;
  transition-timing-function:ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  user-select:none;
  vertical-align:middle;
  white-space:nowrap;
  width:127px;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.label_css{
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: 600;
  text-align: center;
}

.input_css{
  border: 1px solid #009FE3;
  border-radius: 5px;
  font-size: 20px;
  width: 130px;
}

.input_css:disabled{
  background-color: #ffffff;
}

.input_css_publisher{
  max-width: 400px;
}

.fw-600{
  font-weight: 600;
  text-transform: uppercase;
}

.small-header-text{
  font-size: 22px;
  font-weight: 600;
  color: #2d4f9e;
}
.big-header-text{
  font-size: 30px;
  font-weight: 600;
  color: #2d4f9e;
}
.ttf-image{
  width: 65px;
  padding-top: 6px;
}
.amount-counter{
  font-size: 10px !important;
}

.angleDiv-content.no-max p{
  max-width: unset !important;
}
.angleDiv-content.no-max table tr{
  border-bottom: 1px solid #009FE3;
}

.angleDiv-content.no-max table td, .angleDiv-content.no-max table th{
  text-align: center;
  color: #004f9e;
}

.angleDiv-content.no-max h4{
  font-size: 15px;
}

.angleDiv-content.no-max ul li:before {
  content: '✓';
  color: #52AE32;
  font-size: 20px;
  font-weight: 600;
  padding-right: 17px;
}

.angleDiv-content.no-max ul li {
  color: #004f9e;
  font-size: 19px;
}
.angle-section.type-1 .angleDiv-content.no-max{
  padding-left: 0px !important;
}

.type-3 .custom-radio input[type="radio"] + div svg .st1 {
    display: block;
    fill: #FFF;
    opacity: 1 !important;
}

.type-2 .sub-men{
  display: none;
}

.office-icon{
  max-width: 287px;
}

.popular.best-value{
  background: rgb(210, 16, 127) !important;
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media {
  #font-counter{
    padding-top: 0px !important;
  }
}}


.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container.free-flow-video{
    padding-top:0 !important;

}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media only screen and (max-width: 767px) {
  body {
    background-color: lightblue;
  }
}

.faq-title{
    text-transform: uppercase;

}

.faq-row{
    border-bottom: 2px solid #009fe3;
}

.faq-row a.w-100{
}

.child-pl{
    padding-left: 40px;
}

.child-child-pl{
    padding-left: 80px;
}

.faq-grey{
    background-color: #f4f2f3;
}

.faq-blue{
    background-color: #b4e1f6;
}

.top-faq-row{
    padding: 30px 0;
}

.wysiwyg-content p {
    width: 100%;
    max-width: 100%;
}

.maxw-150{
    max-width: 150px;
    height: auto;
}

.maxw-100{
    max-width: 100px;
    height: auto;
    width: 100px;
    padding: 0 20px;
}

.maxw-90{
    max-width: 90px;
    height: auto;
    width: 90px;
    padding: 0 20px;
}

.cursor-pointer{
    cursor: pointer;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.faq-arrow{
    background-image: url('/public/images/angle-r.svg');
    position: absolute;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    right: 0;
    top: calc(50% - 20px);
    transition: all 1s;
}

.dropdown-opener:not(.collapsed) .faq-arrow{
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}

@media only screen and (max-width: 991px) {
    .text-center-tablet{
        text-align: center;
        margin-bottom: 20px;
    }
}

.faq-item-arrow{
    width: 20px;
    height: auto;
}

.faq-item-arrow-small{
    width: 10px;
    height: auto;
}

.main-title-faq{
    text-transform: uppercase;
    font-weight: bold;
}

.main-faq-content{
    padding:40px 0;
}

.faq-content{
    padding:20px 0 !important;
}

.faq-content img {
	    max-width: 100%;
    height: auto;
    }

.faq-btn{
    min-width: unset !important;
    text-transform: unset !important;

    padding: 1px 5px;
    border-radius: 20px;
    background-color: transparent;
    color: #009fe3;
    border: solid 2px #009fe3;
}

.search-faq-addon{
    height: 40px;
    background: #fff;
    border-radius: 0px;
    border-color: transparent;
    border-bottom-color: #009FE3;
    font-family: "Dyslexie Regular";
    color: #009FE3;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border: 2px solid #009FE3;
    border-right: none;
    font-size: 16px;
    outline: unset !important;
    padding: 0 10px;
    cursor: pointer;
}

.search-faq-addon:focus,.search-faq-addon:hover{
    background-color: #009FE3;
    color: #fff;
    transition: all 0.4s;

}

.delete-faq-addon{
    height: 40px;
    background: #fff;
    border-radius: 0px;
    border-color: transparent;
    border-bottom-color: #009FE3;
    font-family: "Dyslexie Regular";
    color: #009FE3;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #009FE3;
    border-left: none;
    font-size: 16px;
    outline: unset !important;
    padding: 0 10px;
    cursor: pointer;
}
.delete-faq-addon > img {
    padding-bottom: 2px;
}
.delete-faq-addon:focus,.delete-faq-addon:hover{
    background-color: #009FE3;
    color: #fff;
    transition: all 0.4s;

}

.search-faq-input{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #009FE3;
    border-left: none;
}

.form-control.search-faq-input:focus{
    border-color:#009FE3;
}

.faq-search-icon{
    width: 20px;
}

.faq-row-height{
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-row-height-link{
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-row-height-link .maxw-100{
}

.faq-row-height-link .maxw-100 img{
    height: 36px;
    width: auto;
}
/*.img-responsive{*/
/*    width: 100% !important;*/
/*    height: auto !important;*/
}
.flex-center-lg{
    margin: 0 auto;
}
@media only screen and (max-width: 991px){
    .flex-center-lg{
        display: flex !important;
        justify-content: center !important;
    }
    .faq-icon{
        max-width: 200px;
    }
}

.page-break {
    position: relative;
}

.page-break-expander {
    height: 0px;
    overflow: hidden;
}

/*Read more*/
#page-break-read-more {
    color: #004F9E;
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    padding: 15px 0;
    text-align: left;
    width: 100%;
}

.align-items-not-center .align-items-center {
    -ms-flex-align: normal!important;
    align-items: normal!important;
}


.form-wrap .form-inner .form-body.no-border{
    border:none !important;
}

.home #main.set-grey-bg{
    background-color: #F4F2F2;
}

.free-flow-header h2{
    color:#52AE32;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.wrapper-free-flow-table{
    width: 100%;
    max-width: 500px;
    margin:auto;
}

.wrapper-free-flow-table table tbody tr td{
    font-size: 12px;
}

.wrapper-free-flow-table table tbody tr td.font-bold{
    font-weight: bold;
    font-size:14px;
    color: #004F9E;
}

.wrapper-free-flow-table table tbody tr{
    height: 36px;
}


.wrapper-free-flow-table td.check::before {
    content: "✓";
    color: rgb(82, 174, 50);
    font-size: 20px;
    font-weight: 600;
}

.wrapper-free-flow-table .prod-icon{
    height: 27px;
    margin-top: -5px;
}

@media only screen and (max-width: 767px){
    .form-wrap .form-inner.free-flow-form{
        max-width: 100% !important;
    }

    .wrapper-free-flow-table{
        max-width: 100% !important;
    }

    #free-flow-1{
        margin-bottom: 40px;
    }
}

.angle-section.free-flow-content h1{
    font-size: 34px;
}

.angle-section.free-flow-content h2{
    margin-bottom: 0px;
}

.free-flow-form-title img{
    width: 90%;
}

.free-flow-form-title h2{
    font-size: 30px;
    color: #52AE32;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 45%;
    line-height: 36px;
    bottom: 0;
}

.free-flow-table-logo img{
    width: 40%;
}

.free-flow-table-logo h4{
    color: #004F9E;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 20%;
    line-height: 23px;
    bottom: 0;
    width: 50px;
    font-size: 20px;
}

.free-flow-table-logo h4 small{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

/*
.free-flow-table{
    border-top:#004F9E solid 2px;
}
*/

.free-flow-table thead th{
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 18px;
    color: #004F9E;
}

.free-flow-table tbody td{
    color: #009FE3;
    border-top: #004F9E solid 1px;
    padding-top: 8px;
}

.free-flow-table tbody{
    border-bottom:#004F9E solid 2px;
}

.free-flow-table .btn-free-lite{
    color: #fff !important;
    background: #52AE32;
    display: inline-block;
    padding: 2px 3px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px auto;
    cursor: default;
}
.free-flow-table .btn-get-full{
    color: #fff !important;
    background: #009FE3;
    display: inline-block;
    padding: 2px 3px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px auto;
    cursor: pointer;
}
.margin-padder{
    margin-bottom:100px;
}

.free-flow-step-2-class .angle-section{
    padding:0 !important;
}

.free-flow-step-2-class .angle-section:first-child{
    padding-top:65px !important;
}

.free-flow-step-2-class .angle-section:last-child{
    padding-bottom:65px !important;
}

.free-flow-step-2-class .align-items-center{
    -ms-flex-align: normal !important;
    align-items: normal !important;
}


.free-flow-background-color .angleDiv-content p{
    color:#004F9E;
}
.free-flow-background-color{
    background-color: #F4F2F2;
}

.homepage-right-banner{
    display: inline-block;
}

.homepage-right-banner .green-btn{
    display: inline-block;
}

.homepage-right-banner img{
    width: 176px;
    display: inline-block;
}

.homepage-right-banner h4{
    color: #52AE32;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 95px;
    line-height: 23px;
    bottom: 0;
    width: 50px;
    font-size: 20px;
    margin:0;
}

.homepage-right-banner h4 small{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.homepage-right-banner .banner-logo-text{
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

.homepage-right-banner .banner-logo-text h4 span{
    color: #52AE32;
    margin-bottom: -6px;
        display: block;
}

.counter .counter-box input.publisher-counter-input{
    width: 100%;
    max-width: 300px;
    background-image: unset;
}

.publisher_price_displayer{
    text-align: right;
    max-width: 120px;
    display: inline-block;
}

.publisher-order-btn-wrapper{
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.publisher-price-wrapper{
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.publisher-extra-label-color{
        color: #009fe3;
}

@media only screen and (max-width: 767px){
    .custom-radio .popular{
        bottom: 85%;
        left: 36%;
        width: 86px;
        font-size: 8px;
    }
}

/* straight rows */
.straight-section{
    padding-top: 100px !important;
}

.skewed-straight{
    width: 100%;
    height: 200px;
    margin-top: -95px;
}

.extra-padding-bottom{
    padding-bottom: 100px !important;
}

.h-200{
    height: 200px;
}

.show-drop-to-down-button{
        height: 100px;
    margin-top: -100px;
    overflow: visible;
}

.show-drop-to-down-button .skew-center{
        margin-top: 50px;
}

.wm-100{
    width: 100% !important;
    max-width: 100% !important;
}

.slick-prev:before {
    content: "<";
    color: red;
    font-size: 30px;
}

.slick-next:before {
    content: ">";
    color: red;
    font-size: 30px;
}

.slick-slider-arrow{
    color: #0A246A;
    font-size: 30px;
}
.slick-slider-arrow-prev{
    position: absolute;
    left: -30px;
    top: -10px;
}
.slick-slider-arrow-next{
    position: absolute;
    right: -30px;
    top: -10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.product-card-padding {
    padding: 1.5rem 1.5rem 0 1.5rem!important;
}

.pr-image {
    height: 100px;
}


.pr-image-office {
    width: 70%;
}

.pr-image-font {
    width: 62%;
}

.pr-image-chrome {
    width: 70%;
}

.pr-image-dyslexie-free {
    width: 70%;
    margin-top:-26px;
}

.pr-chrome {
    height: 40px;
}

.pr-checks {
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-chrome {
    width: 290px;
    height: 40px;
}

.pr-devices img {
    height: 60px;
    padding-left: 16px;
    margin-bottom: 20px;
}

.blue-2021 {
    background-color: #568cd8;
}

.product-card{
    background-color: #F5F1EB;
    border: 2px solid #009fe3;
    border-radius: 10px;
}

.product-card .product-extension-text{
    font-size: 11px;
    line-height: 31px;
    margin-bottom: 0px;
}
.product-card .product-card-devices-title{
    font-size: 13px;
    font-family: "Dyslexie Regular";
    font-weight: 300;
}

.product-card  ul.product-feature-list li:before {
    margin-right: 5px;
}
.product-card  ul.product-feature-list li{
    background-image: url('/public/images/check.svg');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 12px;
    margin-bottom: 12px;
    background-size: 13px;
}
.product-learn-more{
    text-align: center;
    width: 100%;
    background-color: #009fe3;
    color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    margin-bottom: -3px;
}

.product-learn-more:hover {
    color: #fff;
}


.product-included-application-row{
    height: 140px;
    margin-bottom: 10px;
}

.read-btn-green{
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #52ae32;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: -2%;
    margin-right: 2%;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
    color: #009fe3;
}
.slick-dots .slick-active button{
    background-color: #009fe3;
}
.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #009fe3;

    text-indent: -9999px;
}

.slick-track {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1600px){
    .slick-track {
        display: block;
        justify-content: unset;
    }
    .pr-image{
        min-height: 135px;
        margin-bottom: 10px;
    }
    .product-included-application-row{
        min-height: 224px;
    }
}

@media only screen and (max-width: 900px){
    .product-included-application-row{
        min-height: 244px;
    }
}
@media only screen and (max-width: 480px){
    .product-included-application-row{
        min-height: 140px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 900px)  {
    .product-two-options .slick-track{
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    .product-two-options .slick-slide{
        min-width: 350px !important;
        max-width: 100% !important;
    }
}



/* ------------ BUTTON RESTYLE-------------- */


/* lightblue button - no hover : LEARN MORE, READ MORE, SIGN IN */

.button-lightblue {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 20px 10px 20px;
    border-radius: 3pt;
    background: #009FE3;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    height: 48px;
}

.button-lightblue:hover {
    background-color: #0080C9;
    font-weight: 700;
    color: white;
    cursor: pointer;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  -o-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
}

/* blue button - no hover : NEXT STEP, GET STARTED, SELECT, NEXT, CHANGE LICENSE */

.button-blue {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px 10px 20px;
    border-radius: 3pt;
    background: #0064F0;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    height: 48px;
}

.button-blue:hover {
    background-color: #3253D7;
    color: white;
    font-weight: 700;
    cursor: pointer;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  -o-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
}

/* green button - no hover : SELECTED, SIGN UP, CONFIRM, PAY QUOTE*/

.button-green {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px 10px 20px;
    border-radius: 3pt;
    background: #52AE32;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    height: 48px;
}

.button-green:hover {
    background-color: #0F9C22;
    color: white;
    font-weight: 700;
    cursor: pointer;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  -o-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
}

/* transparant button - no hover : SELECT */

.button-transparant-no-hover {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px 10px 20px;
    border-radius: 3pt;
    background: transparant;
    border:  solid 1px #0064F0;
    color: #0064F0;
    text-transform: uppercase;
    font-size: 15px;
    height: 48px;
}


/* transparant button : PURCHASE, QUOTE */

.button-transparant {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px 10px 20px;
    border-radius: 3pt;
    background: transparant;
    border:  solid 1px #009FE3;
    color: #009FE3;
    text-transform: uppercase;
    font-size: 15px;
    height: 48px;
}

.button-transparant:hover {
    background-color: #0080C9;
    color: white;
    font-weight: 700;
    cursor: pointer;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  -o-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
}

/* yellow button : ORDER */

    .button-yellow {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 20px 10px 20px;
    border-radius: 3pt;
    background: #FEC800;
    color: #004F9F;
    text-transform: uppercase;
    font-size: 15px;
    height: 48px;
}

    .button-yellow:hover {
    background-color: #F7A600;
    color: #004F9F;
    font-weight: 700;
    cursor: pointer;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  -o-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
}


/* red button : STOP LICENSE */

    .button-red {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 20px 10px 20px;
    border-radius: 3pt;
    background: #E30B13;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    height: 48px;

}

    .button-red:hover {
    background-color: #B51F1F;
    color: white;
    font-weight: 700;
    cursor: pointer;
  -webkit-transition: background-color .15s ease-out;
  -moz-transition: background-color .15s ease-out;
  -o-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
}
