html, body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #F6F7FB;
}

body, body * {
    box-sizing: border-box;
}

a {
	color: #307bf7;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.full-width {
    max-width: 1082px;
    width: 100%;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.center {
    text-align: center;
}

#main_section {
    height: 600px;
    background: url(../svg/img_network_2.svg) no-repeat 100% bottom;
    background-size: auto 100%;
    text-align: center;
}

#main_section .section-wrapper {
    max-width: 914px;
    margin: 0 auto;
    padding-top: 87px;
    width: 100%;
}

#main_section h1 {
    font-weight: 800;
    color: #274c50;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 34px;
    margin-top: 16px;
}

#main_section h2 {
    color: #666667;
    font-style: normal;
    margin-bottom: 62px;
    font-size: 17px;
}

#main_section #logo:after {
    content: '';
    width: 100%;
    max-width: 60px;
    display: block;
    margin: 0 auto;
    height: 2px;
    background: #bab9c3;
}

#main_section #logo img {
    max-width: 140px;
    width: 100%;
    margin-bottom: 10px;
}

#main_section #how_it_works_button {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #307bf7;
    font-weight: 600;
    margin-top: 41px;
}

#main_section #how_it_works_button img {
    vertical-align: middle;
    margin-right: 14px;
}

#main_section #how_it_works_button:hover {
    text-decoration: underline;
}

/* Keyword tool section */

#keyword_tool {
    height: 556px;
    text-align: center;
    /*border-bottom: 3px solid #C4C9DC;*/
}

#keyword_tool .section-wrapper {
    width: 100%;
    height: 100%;
}

#keyword_tool .section-wrapper h2 {
    padding-top: 104px;
    padding-bottom: 22px;
    max-width: 722px;
    width: 100%;
    margin: 0 auto;
}

#keyword_tool .section-wrapper p {
    max-width: 636px;
    width: 100%;
    margin: 0 auto;
    line-height: 28px;
}

#keyword_tool .section-wrapper:after {
    content: "";
    display: block;
    height: 2px;
    background: #C4C9DC;
}

#keyword_tool .section-wrapper .boxes {
    display: flex;
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    padding-top: 28px;
    margin-bottom: 104px;
}

#keyword_tool .section-wrapper .boxes .box {
    cursor: pointer;
    font-size: 16px;
    color: #67657F;
    font-weight: 700;
    border: 1px solid #CAD3DC;
    border-radius: 3px;
    padding-left: 127px;
    height: 100px;
    padding-top: 24px;
    width: 290px;
    text-align: left;
    margin-right: 14px;
    box-shadow: 0px 1px 5px 0px rgba(87, 97, 107, 0.05);
}

#keyword_tool .section-wrapper .boxes .box:hover {
    box-shadow: 0px 8px 20px 0px rgba(106, 132, 120, 0.2), inset 0px 0px 0px 24px rgba(255, 255, 255, 0.004);
}

#keyword_tool .section-wrapper .boxes .box.keyword-research {
    background: #fff url(../png/ic-keyword-research-min.png) no-repeat 24px center;
}

#keyword_tool .section-wrapper .boxes .box.serp-analysis {
    background: #fff url(../png/ic-serp-analysis-min.png) no-repeat 24px center;
}

#keyword_tool .section-wrapper .boxes .box.content-optimisation {
    background: #fff url(../png/ic-content-optimisation-min.png) no-repeat 24px center;
}

/* Topics section */
#topics {
    height: 674px;
    border-bottom: 1px solid #C4C9DC;
}

#topics .section-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#topics .section-wrapper p {
    line-height: 30px;
}

#topics .section-wrapper .left-area {
    width: 100%;
    margin-right: 80px;
    max-width: 500px;
}

#topics .section-wrapper .right-area {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

#topics .section-wrapper .right-area:before {
    content: "";
    background: url(../png/fade-top-min.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0px;
    z-index: 1;
}

#topics .section-wrapper .right-area:after {
    content: "";
    background: url(../png/fade-bottom-min.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

#topics .section-wrapper .left-area h2 {
    padding-top: 106px;
    padding-bottom: 44px;
}

#topics .section-wrapper .left-area p:first-of-type {
    padding-bottom: 50px;
}

#topics #keywords {
    height: 100%;
    margin-top: 135px;
}

#topics #keywords button {
    display: none !important;
}

#topics #keywords .keyword-box {
    margin-bottom: 10px;
}

#topics #keywords .keyword-box span {
    height: 56px;
    line-height: 56px;
    padding-left: 10px;
    transition: margin .25s;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    opacity: 0.502;
    box-shadow: 0px 0px 16px 0px rgba(106, 132, 120, 0.2),inset 0px 0px 0px 24px rgba(255, 255, 255, 0.004);
    margin-left: 30px;
    margin-right: 30px;
}

#topics #keywords .expanded-slide {
    opacity: 1 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 5px !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 8px 20px 0px rgba(106, 132, 120, 0.2),inset 0px 0px 0px 24px rgba(255, 255, 255, 0.004) !important;
}



/* Keyword research section */
#keyword_research {
    height: 666px;
}

#keyword_research .section-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    padding-top: 70px;
    flex-direction: row;
    justify-content: center;
}

#keyword_research .section-wrapper .right-area {
    width: 100%;
    max-width: 528px;
    margin: 0 auto;
}

#keyword_research .section-wrapper .left-area h2 {
    padding-top: 118px;
    padding-bottom: 60px;
}

#keyword_research .section-wrapper .right-area h2 {
    padding-bottom: 26px;
}

#keyword_research .section-wrapper .right-area p:nth-of-type(2) {
    padding: 32px 0px;
}

/* Search Engine Rankings */
#search_engines_rankings {
    height: 610px;
    border-bottom: 1px solid #C4C9DC;
}

#search_engines_rankings .section-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 75px;
    text-align: left;
}

#search_engines_rankings .section-wrapper .left-area {
    width: 100%;
    max-width: 498px;
    margin-right: 10px;
}

#search_engines_rankings .section-wrapper .left-area h2 {
    padding-top: 26px;
    padding-bottom: 34px;
}

#search_engines_rankings .section-wrapper .left-area p:first-of-type {
    padding-bottom: 32px;
}

#search_engines_rankings .section-wrapper .right-area {
    width: 100%;
    max-width: 498px;
    margin: 0 auto;
}

/* Exact Keywords section*/
#exact_keywords {
    height: 1344px;
    position: relative;
}

#exact_keywords .section-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 75px;
    text-align: left;
    justify-content: center;
}

#exact_keywords .section-wrapper .left-area {
    width: 100%;
    max-width: 580px;
    margin-right: 35px;
}

#exact_keywords .section-wrapper .left-area div h2 {
    padding-bottom: 22px;
}

#exact_keywords .section-wrapper .left-area div p:first-of-type {
    padding-bottom: 30px;
}

#exact_keywords .section-wrapper .left-area div:first-child {
    margin-bottom: 80px;
}

/*Content Performance Section*/
#content_performance {
    height: 930px;
    border-bottom: 1px solid #C4C9DC;
}

#content_performance .section-wrapper {
    margin-top: 108px;
}

#content_performance .top-area {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

#content_performance .top-area .left-area {
    width: 100%;
    max-width: 469px;
    margin-right: 40px;
}

#content_performance .top-area .left-area h2:first-child {
    color: #435C60;
}

#content_performance .top-area .left-area div {
    color: #637576;
    font-weight: 700;
}

#content_performance .top-area .right-area p:nth-of-type(2) {
    margin: 45px 0px;
}

#content_performance .top-area .right-area a,
#frequent_questions .question-answer a {
    color: #307bf7;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

#content_performance .top-area .right-area a:hover,
#frequent_questions .question-answer a:hover {
    text-decoration: underline;
}

/*Frequent Questions Section */
#frequent_questions {
    height: 974px;
}

#frequent_questions h2 {
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: center;
}

#frequent_questions .questions-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#frequent_questions .questions-container .question-container {
    max-width: 485px;
    width: 100%;
    margin: 0 auto;
}

#frequent_questions .questions-container .question-container .question {
    font-size: 24px;
    color: #303030;
    font-weight: 300;
    margin-bottom: 26px;
    text-align: left;
}

#frequent_questions .questions-container .question-container .question-answer {
    font-weight: 300;
    font-size: 16px;
    color: #808080;
    margin-bottom: 76px;
    line-height: 30px;
    text-align: left;
}

#frequent_questions .questions-container .question-container .question-answer p:first-of-type {
    margin-bottom: 46px;
}

h2 {
    font-size: 42px;
    color: #10B66A;
    font-weight: 300;
}

p {
    font-size: 16px;
    color: #505050;
    font-weight: 300;
    line-height: 30px;
}

blockquote {
    background: #1DB66C;
}

blockquote p {
    color: #ffffff;
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-size: 22px;
    background: url(../svg/quote-2.svg) no-repeat center top;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 622px;
    line-height: 36px;
    padding-bottom: 40px;
}

footer {
    text-align: center;
    background: #1DB66C;
}

footer p {
    height: 68px;
    line-height: 68px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.download-button {
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    padding: 0px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(19, 159, 95);
    border-radius: 5px;
    background-color: rgb(19, 159, 95);
    text-decoration: none;
}

.download-button:hover {
    border-color: rgb(255, 255, 255); /* #FFF */
    background-color: rgb(17, 182, 107);
}

.author-container {
    height: 432px;
    background: #1DB66C;
    width: 100%;
    text-align: center;
    position: relative;
}

.author-container .section-wrapper img {
    position: absolute;
    top: -55px;
    border-radius: 50%;
    box-shadow: 0px 8px 20px 0px rgba(78, 92, 85, 0.6);
    left: 50%;
    margin-left: -45px;
}

.author-container blockquote {
    padding-top: 64px;
    padding-bottom: 36px;
}

.author-name {
    font-size: 14px;
    color: #303030;
    font-weight: 700;
}

.author-company,
.author-experience {
    font-size: 14px;
    color: #BBF7DC;
    font-weight: 400;
}

.popup-video-container {
    width: 100%;
    height: 100%;
}

.popup-video-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    padding: 100px;
}

.small-box-container {
    box-sizing: initial;
    position: fixed;
    bottom: 20px;
    left: 200px;
    height: 80px;
    width: 90px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    box-shadow: 0px 6px 12px 0px rgba(39, 76, 80, 0.65);
}

.small-box-container::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.small-box-container .small-box-container-icon {
    position: absolute;
    top: -2px;
    left: -100px;
    width: 100px;
    height: 101px;
    display: block;
}

.small-box-container .small-box-container-icon img {
    width: 100px;
    height: 101px;
    display: block;
}

.small-box-container-content {
    padding: 10px 18px;
}


/** EXTRA OFFER MODAL **/
.modal-offer-small * {
    box-sizing: initial;
}

.modal-offer-big * {
    box-sizing: initial;
}

.modal-offer-underlay {
    background: rgba(33, 36, 46, 0.8);
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
}

.modal-offer-big {
    width: 924px;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    padding: 35px 0 50px 0;
    font-size: 16px;
    background: #ffffff;
    background-clip: padding-box;
    color: #182a3c;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
    position: relative;
    border-radius: 5px;
    display: inline-block;
}

.modal-offer-underlay:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: '';
}

.modal-offer-big, .modal-offer-underlay:after {
    vertical-align: middle;
}

.modal-offer-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    text-decoration: none;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.modal-offer-close-button:after {
    display: block;
    font-size: 28px;
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    content: "\D7";
    line-height: 28px;
    text-decoration: none;
    color: #999;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.modal-offer-close-button:hover, .modal-offer-close-button:active {
    text-decoration: none;
}

.modal-offer-close-button:hover.modal-offer-close-button:after, .modal-offer-close-button:active.modal-offer-close-button:after {
    color: #000;
    text-decoration: none;
}

.modal-offer-big .modal-offer-title {
    font-weight: normal;
    font-size: 40px;
}

.modal-offer-big .modal-offer-content {
    font-size: 20px;
}

.modal-offer-big .start-trial-button a {
    width: 464px;
    height: auto;
}

.modal-offer-big .start-trial-button {
    padding: 40px 0px 21px 0px;
}

.modal-offer-big .modal-offer-extra {
    font-size: 16px;
    color: #939090;
}

.modal-offer-big .modal-offer-extra a {
    text-decoration: underline;
}

.modal-offer-james, .modal-offer-james img {
    width: 170px;
    height: 170px;
    display: block;
}

.modal-offer-james {
    position: absolute;
    top: 85px;
    left: -85px;
}

.modal-offer-active {
    display: block;
}

.modal-offer-inactive {
    display: none;
}

.modal-offer-small {
    box-sizing: initial;
    position: fixed;
    width: 720px;
    height: 100px;
    bottom: 10px;
    left: 70px;
    background: url("../png/small-offer-bkg.png") no-repeat top right;
    z-index: 9999;
}

.modal-offer-small .modal-offer-close-button:after {
    display: block;
    font-size: 20px;
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    content: "\D7";
    line-height: 20px;
    text-decoration: none;
    color: #999;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.modal-offer-small .modal-offer-close-button {
    width: 12px;
    height: 18px;
    top: 5px;
    right: 10px;
}

.modal-offer-small .modal-offer-content {
    right: 5px;
    top: 5px;
    position: absolute;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    height: 70px;
    width: 592px;
    float: right;
    font-size: 16px;
    background-clip: padding-box;
    color: #182a3c;
}

.modal-offer-small .modal-offer-text {
    float: left;
    width: 385px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
}

.modal-offer-small .modal-offer-button {
    height: 35px;
    line-height: 36px;
    background-color: #fee451;
    background-image: -moz-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(210, 178, 18, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(210, 178, 18, 1);
    box-shadow: 0px 4px 0px 0px rgba(210, 178, 18, 1);
    -webkit-transition: background 1s linear;
    font-size: 16px;
    font-weight: bold;
    border-right: none !important;
    text-indent: 0 !important;

    color: #292654;
    width: 172px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
    margin-right: 17px;
}

.modal-offer-small .modal-offer-button:hover {
    background-image: -moz-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
}

.modal-offer-small .modal-offer-thumbnail, .modal-offer-small .modal-offer-thumbnail img {
    width: 100px;
    height: 101px;
    display: block;
}

.modal-offer-small .modal-offer-thumbnail {
    position: absolute;
    top: -2px;
    left: -5px;
}

.menu-underlay {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: opacity 0.2s ease;
}

.start-trial-button a {
    margin: 0 auto;
    display: block;
    background-color: #fee451;
    background-image: -moz-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    text-decoration: none;
    height: 40px;
    width: 350px;
    border-radius: 3px;
    text-align: center;
    padding: 20px 10px 0 10px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(210, 178, 18, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(210, 178, 18, 1);
    box-shadow: 0px 4px 0px 0px rgba(210, 178, 18, 1);
    font-size: 25px;
    font-weight: bold;
    color: #292654;
    -webkit-transition: background 1s linear;
}

.start-trial-button a:hover {
    background-image: -moz-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
}

.start-trial-button a:active {
    margin-top: 1px;
    background-image: -moz-linear-gradient(90deg, rgb(240, 223, 94) 0%, rgb(243, 205, 14) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 223, 94) 0%, rgb(243, 205, 14) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 223, 94) 0%, rgb(243, 205, 14) 100%);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
    box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
}

.clear {
    clear: both;
}

/*Trial Modal from cognitiveseo*/
.trial-modal * {
    box-sizing: initial;
    font-family: "Open Sans", sans-serif;
}

.create-account.sg-modal {
    border: 0px solid #ccc;
    border-right: 1px solid #e7e6e6;
    background: none;
    border-radius: 0px;
    height: 380px;
    margin-right: 0px;
    padding: 30px 10px 20px 35px;
    text-align: left;
    width: 407px;
    float: left;
}

.modal-right {
    float: right;
    width: 336px;
    padding: 0px 24px 22px 0px;
}

.modal-testimonial {
    padding: 23px 0 0 0
}

.modal-header {
    padding-bottom: 10px
}

.modal-testimonial .modal-thumbnail {
    float: left;
    width: 78px;
    height: 78px;
    padding: 2px 22px 0px 0px;
}

.modal-testimonial .modal-testimonial-title {
    float: left;
    text-align: left;
    font-size: 14px;
    padding-top: 22px;
}

.modal-testimonial .modal-testimonial-title h5 {
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    margin: 0px;
}

.modal-testimonial .modal-testimonial-title span {
    color: #797575;
    font-size: 12px;
}

.modal-testimonial p {
    color: #797575;
    font-size: 13px;
    text-align: left;
    padding: 0px !important;
    margin: 0px;
    line-height: normal;
}

span.cupon.terms {
    font-size: 13px;
    margin: 7px 17px;
}

.input-container {
    position: relative;
}

.create-account input {
    font-size: 14px;
}

.create-account input {
    border: 2px solid #ccc;
    width: 360px;
    height: 19px;
    margin: 5px 10px;
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #4d80cf;
    text-decoration: none;
}

.trial-modal input[type="button"],
.trial-modal input[type="submit"],
.trial-modal button {
    background: #fee34c;
    border: 0;
    padding: 6px 10px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
    box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
    background-image: -moz-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    border-radius: 3px;
}

.trial-modal button.account {
    width: 384px;
    margin: 10px;
    height: 51px;
    font-size: 20px;
    color: #292654;
    cursor: pointer;
    font-weight: 700;
    box-sizing: border-box;
    font-family: Arial;
}

.trial-modal span.cupon {
    margin: 8px 0 10px 10px;
    float: left;
    color: #adadad;
    font-size: 12px;
}

.trial-modal span.cupon.terms {
    font-size: 13px;
    margin: 7px 17px;
}

.trial-modal span.cupon a {
    color: #adadad;
    text-decoration: underline;
}

.trial-modal a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #4d80cf;
    text-decoration: none;
}

.trial-modal h1, .trial-modal h2, .trial-modal h3, .trial-modal h4, .trial-modal h5 {
    color: #292654;
}

.trial-modal h3 {
    font-size: 24px;
    margin: 12px 0 8px 0;
    line-height: 30px;
}

.trial-modal h4 {
    font-size: 20px;
    margin: 12px 0 8px 0;
    line-height: 26px;
}

.trial-modal h5 {
    font-size: 18px;
    margin: 12px 0 8px 0;
    line-height: 22px;
}

.trial-modal h4 strong {
    font-weight: bold;
    color: rgb(89, 89, 89);
    font-size: 16px;
}

.create-account h3 {
    margin: 0 8px;
    font-size: 24px;
    font-weight: bold;
}

.create-account h4 {
    margin: 8px 8px 0 8px;
    color: #595959;
    font-size: 16px;
    font-weight: normal;
}

.create-account h5 {
    margin: 0 8px 16px 8px;
    color: #40b1d9;
    font-size: 15px;
    font-weight: bold;
}

.trial-modal input[type="button"],
.trial-modal input[type="submit"],
.trial-modal button {
    background: #fee34c;
    border: 0;
    padding: 6px 10px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
    box-shadow: 0px 3px 0px 0px rgba(210, 178, 18, 1);
    background-image: -moz-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    border-radius: 3px;
}

.trial-modal input[type="button"]:hover,
.trial-modal input[type="submit"]:hover,
.trial-modal button:hover {
    background-image: -moz-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 239, 127) 0%, rgb(251, 213, 24) 100%);
}

.trial-modal input[type="button"]:active,
.trial-modal input[type="submit"]:active,
.trial-modal button:active {
    background-image: -moz-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(251, 213, 24) 0%, rgb(254, 239, 127) 100%);
    border-radius: 2px;
}

.create-account input:focus {
    border: 2px solid #292654;
    background-color: #FFF9D1;
    -webkit-box-shadow: 0 0 20px 0 rgba(104, 200, 255, .95);
    box-shadow: 0 0 20px 0 rgba(104, 200, 255, .95);
}

.create-account input:hover {
    border: 2px solid #615f89
}

.error-arrow {
    background: url("../png/pt-arrow-bottom-red.png") no-repeat 20px -4px;
    height: 8px;
    top: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
}

.error-input {
    border-color: #c00 !important;
}

/*Product Hunt Offer */
.modal-offer-small.modal-offer-active.product-hunt-offer {
    width: 865px;
    background-size: 780px 100px;
}

.modal-offer-small.product-hunt-offer .modal-offer-content {
    right: 5px;
    top: 5px;
    position: absolute;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    height: 70px;
    width: 735px;
    float: right;
    font-size: 16px;
    background-clip: padding-box;
    color: #182a3c;
}

.modal-offer-small.product-hunt-offer .modal-offer-text {
    float: left;
    width: 448px;
    font-size: 16px;
    line-height: 22px;
    padding-top: 12px;
}

.modal-offer-small.product-hunt-offer .model-offer-before-text {
    float: left;
    width: 78px;
    font-size: 16px;
    line-height: 22px;
    padding-top: 5px;
    padding-left: 8px;
    height: 100%;
}


/* Cookie Consent */
.cookie-consent {
	background: #fff;
	padding: 16px 10px;
	z-index: 2;
	position: fixed;
	top: 0;
	width: calc(100% - 62px);
}

.cookie-consent .full-width {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.cookie-consent .confirm-button {
	background: #413f6f;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.cookie-consent .confirm-button:hover {
	background-color: #4A4371 !important;
}

.cookie-consent .full-width > div:first-child {
	margin-right: auto;
	color: #707070;
	line-height: 22px;
	font-size: 14px;
}

@media (max-width: 1190px) {
    #main_section .section-wrapper,
    #keyword_tool .section-wrapper,
    #search_engines_rankings .section-wrapper,
    #topics .section-wrapper,
    #exact_keywords .section-wrapper,
    #frequent_questions .section-wrapper,
    #content_performance .section-wrapper,
    #keyword_research .section-wrapper,
    .author-container .section-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1050px) {
    #main_section,
    #keyword_tool,
    #search_engines_rankings,
    #topics,
    #exact_keywords,
    #frequent_questions,
    #content_performance,
    #keyword_research,
    .author-container {
        height: auto;
    }

    #main_section .section-wrapper {
        padding-bottom: 80px;
    }

    .author-container .section-wrapper {
        padding-bottom: 40px;
    }

    #keyword_research .section-wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    #keyword_research .section-wrapper img {
        width: 100%;
        height: 100%;
    }

    #exact_keywords .section-wrapper {
        flex-wrap: wrap;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #exact_keywords .section-wrapper img {
        width: 100%;
        height: 100%;
    }

    #exact_keywords .section-wrapper .left-area {
        max-width: 100%;
        margin-right: 0px;
    }

    #exact_keywords .section-wrapper .right-area {
        margin-top: 40px;
    }

    #exact_keywords .section-wrapper .left-area div:first-child {
        margin-bottom: 40px;
    }

    #frequent_questions .questions-container .question-container {
        margin: 0px;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
	.cookie-consent .full-width > div:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.cookie-consent .full-width {
		padding: 6px 10px;
	}
}

@media (max-width: 850px) {
    #keyword_tool .section-wrapper .boxes {
        flex-wrap: wrap;
    }

    #keyword_tool .section-wrapper .boxes .box {
        margin-bottom: 24px;
    }

    #keyword_tool .section-wrapper h2 {
        max-width: 100%;
    }

    #topics .section-wrapper {
        flex-wrap: wrap;
    }

    #topics .section-wrapper .left-area {
        max-width: 100%;
        margin: 0px;
    }

    #topics .section-wrapper .left-area h2 {
        padding-top: 60px;
    }

    #keyword_research .section-wrapper {
        flex-wrap: wrap;
    }

    #keyword_research .section-wrapper .right-area {
        max-width: 100%;
        margin: 0;
    }

    #search_engines_rankings .section-wrapper {
        flex-wrap: wrap;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #search_engines_rankings .section-wrapper img {
        width: 100%;
        height: 100%;
    }

    #search_engines_rankings .section-wrapper .left-area {
        max-width: 100%;
        margin-right: 0px;
    }

    #search_engines_rankings .section-wrapper .left-area h2 {
        padding-top: 0px;
    }

    #content_performance .section-wrapper {
        margin-top: 60px;
    }

    #content_performance .top-area {
        flex-wrap: wrap;
    }

    #content_performance .top-area .left-area {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

@media (max-width: 650px) {
    #keyword_tool .section-wrapper .boxes .box {
        margin-right: 0px;
    }
}