html,
body {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    color: #47536b;
    /* overflow: hidden; */
    font-family: 'Montserrat';
}

body.page-thankyou {
    overflow: inherit !important;
}

body.modal-open {
    padding-right: 0px !important;
    overflow-y: auto;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a {
    color: #47536b;
    text-decoration: none !important;
}

p {
    color: #47536b;
}

h1 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #47536b;
}

h2 {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h3 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h4 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.mycustomnavbar .navbar-toggler-icon {
    width: 30px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid white;
    transition: all 300ms linear;
    margin-top: 5px;
}

.mycustomnavbar .navbar-toggler-icon:after,
.mycustomnavbar .navbar-toggler-icon:before {
    width: 30px;
    position: absolute;
    height: 3px;
    background-color: white;
    top: -1px;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.mycustomnavbar .navbar-toggler-icon:after {
    top: 7px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

nav.navbar.navbar-expand-md.mycustomnavbar {
    width: 100%;
}

#navigation-bar {
    background: #ebf7ff;
    margin-top: 60px !important;
}

section#homebg-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

ul.rightmost-nav li:last-child a {
    border: 2px solid;
    border-radius: 100px;
    color: #3377ff;
    opacity: 1 !important;
}

ul.rightmost-nav li:first-child a i {
    margin-right: 5px;
}

ul.navbar-nav.mr-auto {
    margin-left: 18px;
}

ul.navbar-nav.mr-auto li a {
    margin-right: 22px;
}

ul.navbar-nav.mr-auto .dropdown-toggle::after {
    right: 12px !important;
}

.homebg-testimonial-inner {
    background: white;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 3px 31px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 31px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 31px rgb(0 0 0 / 10%);
    margin-top: 40px;
}

.triangle-arrow {
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid white;
    position: absolute;
    bottom: -13px;
    left: 10%;
}

.homebg-testimonial-img {
    margin-top: 40px;
    margin-left: 33px;
}

.homebg-testimonial-img img {
    width: 65px;
}

.homebg-right-content img {
    width: 495px;
    margin-left: 134px;
}

.homebg-testimonial p:first-child {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Montserrat';
    color: #47536b;
}

.homebg-testimonial p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Montserrat';
    color: #47536b;
}

.homebg-testimonial p:last-child {
    font-size: 15px;
    font-weight: 600;
}

a.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #47536b;
}

.homebg-left-content h1 {
    font-size: 46px;
    font-weight: 800;
    color: #47536b;
    font-family: 'Montserrat', sans-serif;
    line-height: 58px;
}

.homebg-left-content p {
    font-size: 24px;
    font-weight: 400;
    color: #47536b;
    font-family: 'Montserrat', sans-serif;
}

.homebg-testimonial p {
    font-size: 15px;
    line-height: 26px;
}

.homepage-content-parent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.homebg-right-content {
    max-width: 48%;
    flex: 48%;
}

.homebg-left-content {
    max-width: 52%;
    flex: 52%;
}

ul.rightmost-nav {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

ul.rightmost-nav li a {
    color: #3377ff;
    font-weight: 600;
}

a.navbar-brand img {
    width: 135px;
}

nav.navbar.navbar-expand-lg {
    width: 100%;
}

.localbusiness-heading h2 {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #47536b;
    padding-bottom: 30px;
}

.localbusiness-heading {
    text-align: center;
    padding-top: 80px;
}

.localbusiness-heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 30px;
}

.forexample-section {
    background: #3377ff;
    margin-bottom: 100px;
    margin-top: 168px;
    padding-bottom: 32px;
}

.forexample-section-right img {
    -webkit-box-shadow: 0px 2px 40px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 2px 40px rgb(0 0 0 / 24%);
    box-shadow: 0px 2px 40px rgb(0 0 0 / 24%);
    border-radius: 10px;
    width: 80%;
}

.forexample-section-left {
    max-width: 50%;
    flex: 50%;
    padding-top: 41px;
}

.forexample-section-right {
    max-width: 50%;
    flex: 50%;
}

.forexample-section-left h3 {
    color: white;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.forexample-section-right {
    margin-top: -54px;
    margin-bottom: -86px;
}

body.page-template-page-conversionrateoptimization .forexample-section-right {
    margin-top: -37px;
    margin-bottom: -86px;
}

.forexample-section-left p {
    color: white;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-right: 26px;
    width: 92%;
    line-height: 27px;
    padding-top: 20px;
}

.threebox-section-parent {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.threebox-section-item {
    width: 32%;
}

.threebox-content {
    background: #ebf8ff;
    padding-top: 41px;
    min-height: 290px;
    border-radius: 10px;
}

.threebox-section-icon {
    margin-left: 32px;
    position: absolute;
    top: 0;
}

.threebox-section-item:nth-of-type(3) .threebox-content {
    min-height: inherit;
}

.threebox-content p {
    font-size: 20px;
    padding: 28px 29px 30px;
    color: #47536b;
}

.threebox-content p span {
    font-weight: bold;
}

.bluesection-inner {
    background: url(../jpg/localbusiness-2.jpg);
    height: 300px;
    text-align: center;
    margin-top: 70px;
}

.bluesection-inner {
    background: url(../jpg/localbusiness-2.jpg);
    height: 300px;
    text-align: center;
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
}

.bluesection-inner p {
    color: white;
    font-size: 28px;
    width: 100%;
    font-weight: 800;
    line-height: 50px;
}

.bluesection-banner {
    margin-bottom: 100px;
}

section#mysearchranking {
    background: #ebf8ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

section#mygoals {
    background: #ebf8ff;
    padding-bottom: 120px;
}

.mysearchranking-heading {
    text-align: center;
    margin: auto;
    padding-bottom: 60px;
}

.mysearchranking-heading h2 {
    font-weight: 800;
    text-align: center;
    font-size: 48px;
}

.mysearchranking-content-parent {
    display: flex;
    flex-wrap: wrap;
}

.mysearchranking-content-parent-left {
    max-width: 58%;
    flex: 58%;
    padding-right: 53px;
}

.mysearchranking-content-parent-right {
    max-width: 42%;
    flex: 42%;
}

.mysearchranking-content-parent-right-img img {
    width: 100%;
}

.mysearchranking-content-parent-left p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #2d2d2d;
    line-height: 26px;
}

.mysearchranking-listing p {
    font-weight: 400;
    font-size: 15px;
}

.mysearchranking-listing ul li {
    font-family: 'Open Sans', sans-serif;
}

.mysearchranking-listing ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.mysearchranking-listing ul li {
    width: 36%;
    list-style: none;
    margin-bottom: 16px;
}

.mysearchranking-listing ul li img {
    margin-right: 9px;
}

.mysearchranking-listing p {
    margin-bottom: 34px;
    margin-top: 26px;
}

.mysearchranking-content-parent-right-img {
    position: absolute;
}

.mysearchranking-content-parent-right-content {
    position: absolute;
    bottom: 18px;
    background: #3377ff;
    padding: 20px;
}

.mysearchranking-content-parent-right-content {
    position: absolute;
    bottom: 18px;
    background: #3377ff;
    padding: 15px;
    width: 68%;
    left: -49px;
    border-radius: 10px;
}

.mysearchranking-content-parent-right-content p {
    color: white;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ourgoals {
    width: 100%;
    margin-top: 138px;
}

.ourgoals-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ourgoals-items {
    width: 23%;
}

.ourgoals-items.ourgoal-box {
    width: 22.5%;
    background: white;
    padding: 23px;
    min-height: 253px;
    border-radius: 10px;
}

.ourgoals-items.ourgoal-box {
    position: relative;
}

.ourgoals-items.ourgoal-box span {
    font-size: 60px;
    font-weight: 800;
    position: absolute;
    top: -19px;
    left: 33px;
}

.ourgoals-items.ourgoal-box p {
    font-size: 18px;
    padding-top: 46px;
    font-weight: 500;
    line-height: 36px;
}

.ourgoals-items span {
    font-size: 26px;
    font-weight: 800;
    color: #3377ff;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
}

section.reserveyourspot {
    background: url(../jpg/reserve-2.jpg);
}

section.reserveyourspot {
    background: url(../jpg/reserve-2.jpg);
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
}

.reserveyourspot-heading h1 {
    font-weight: bold;
}

.reserveyourspot-heading {
    width: 100%;
    text-align: center;
    color: white;
}

.reserveyourspot-heading p {
    color: white;
    font-size: 36px;
    font-weight: normal;
}

.reserveyourspot-heading a {
    color: #3377ff;
    background: white;
    padding: 10px 32px;
    border-radius: 100px;
    font-weight: bold;
    margin-top: 27px;
    display: inline-block;
    font-size: 20px;
}

section#home-process {
    padding-top: 120px;
    padding-bottom: 120px;
}

.home-process-heading h1 {
    text-align: center;
    font-weight: 800;
    color: #47536b;
    padding-bottom: 24px;
}

.home-process-heading p {
    color: #2b2a45;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    width: 100%;
    margin: auto;
    line-height: 34px;
}

ul#myTab {
    display: flex;
}

.process-tabs {
    display: flex;
    margin-top: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.process-tabs .nav-tabs {
    max-width: 33%;
    flex: 33%;
    justify-content: center;
    margin: auto;
    display: flex;
}

ul#myTab li {
    width: 100%;
}

.search-icon {
    background: url("../png/search-icon-2.png") no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 20px;
}

.process-tabs a:hover .search-icon {
    background: url("../png/search-icon-white-2.png") no-repeat;
}

.process-tabs a.nav-link.active .search-icon {
    background: url("../png/search-icon-white-2.png") no-repeat;
}

.key {
    background: url("../png/key-2.png") no-repeat;
    width: 32px;
    min-height: 20px;
    display: inline-block;
    margin-right: 20px;
}

.process-tabs a:hover .key {
    background: url("../png/key-white-2.png") no-repeat;
}

.process-tabs a.nav-link.active .key {
    background: url("../png/key-white-2.png") no-repeat;
}

.pencil-icon {
    background: url("../png/pencil-icon-2.png") no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 20px;
}

.process-tabs a:hover .pencil-icon {
    background: url("../png/pencil-icon-white-2.png") no-repeat;
}

.process-tabs a.nav-link.active .pencil-icon {
    background: url("../png/pencil-icon-white-2.png") no-repeat;
}

.chain-icon {
    background: url("../png/chain-icon-2.png") no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 20px;
}

.process-tabs a:hover .chain-icon {
    background: url("../png/chain-icon-white-2.png") no-repeat;
}

.process-tabs a.nav-link.active .chain-icon {
    background: url("../png/chain-icon-white-2.png") no-repeat;
}

.reporting {
    background: url("../png/reporting-2.png") no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 20px;
}

.process-tabs a:hover .reporting {
    background: url("../png/reporting-white-2.png") no-repeat;
}

.process-tabs a.nav-link.active .reporting {
    background: url("../png/reporting-white-2.png") no-repeat;
}

ul#myTab {
    -webkit-box-shadow: 0px 0px 96px rgb(51 119 255);
    -moz-box-shadow: 0px 0px 96px rgb(51 119 255);
    box-shadow: 0px 0px 96px rgb(51 119 255);
    border: none;
    list-style: none;
    padding-left: 0;
    border-radius: 10px;
    background: rgb(51 119 255 / 49%) !important;
    border: none;
}

ul#myTab li {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 10px;
    background: white;
    -webkit-box-shadow: 0px 0px 13px #86aeff;
    -moz-box-shadow: 0px 0px 13px #86aeff;
    box-shadow: 0px 0px 13px #86aeff;
}

ul#myTab a {
    font-size: 15px;
    background: white;
    padding: 12px 8px;
    align-items: center;
    line-height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #3377ff;
    font-weight: 600;
}

ul#myTab a:hover {
    background: #3377ff;
    color: white;
    transition: all 0.5s ease;
}

div#myTabContent {
    max-width: 55%;
    flex: 55%;
    margin: auto;
    padding-left: 68px;
}

ul#myTab li:last-child {
    margin-bottom: 0;
}

.tabcontent-icon {
    padding-bottom: 20px;
}

.tabcontent-heading h3 {
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 16px;
}

.tabcontent-inside {
    width: 100%;
}

.process-tabs p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
}

section#localseo {
    background: #ebf8ff;
    padding-top: 75px;
    padding-bottom: 60px;
}

.localseo-heading {
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
}

.localseoimg-icon img {
    position: absolute;
    top: 37%;
    left: -10%;
    right: 0;
    margin: auto;
    display: block;
}

.localseo-inner-parent {
    display: flex;
    flex-wrap: wrap;
}

.localseo-inner-left {
    position: relative;
    max-width: 50%;
    flex: 50%;
}

.localseo-inner-right {
    max-width: 50%;
    flex: 50%;
}

.localseo-inner-left>img {
    width: 92%;
}

.localseo-inner-right-detail h3 {
    font-size: 36px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
    color: #47536b;
    line-height: 36px;
}

.localseo-heading h1 {
    font-size: 44px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.localseo-inner-right-detail>p {
    font-family: 'Open Sans', sans-serif;
    color: #47536b;
    font-size: 15px;
    width: 90%;
    line-height: 26px;
}

.localseo-facts {
    display: flex;
}

.localseo-facts-enquires {
    margin-right: 40px;
}

.localseo-facts-enquires div {
    color: #3377ff;
    font-weight: 800;
    font-size: 44px;
    font-family: 'Montserrat', sans-serif;
    line-height: 46px;
}

.organic-trafic-numbers span {
    color: #2ed573;
    font-weight: 800;
    font-size: 44px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
    line-height: 46px;
}

.organic-trafic-numbers {
    display: flex;
    align-items: center;
}

.localseo-facts-trafic p {
    padding-left: 35px;
    width: 233px;
    font-size: 15px;
}

hr.border-line {
    color: #a4a4a4;
    padding-top: 24px;
    margin-top: 27px;
}

.readmore-link i {
    font-size: 30px;
    color: #3377ff;
    padding-right: 10px;
}

.readmore-link a {
    color: #3377ff;
    font-weight: 600;
    font-style: italic;
    display: flex;
    font-family: 'Open Sans';
    font-size: 15px;
}

section.text-carousel {
    padding-top: 120px;
    padding-bottom: 40px;
    width: 70%;
    margin: auto;
}

.testimonial-text {
    display: flex;
    align-items: center;
}

.testimonial-name {
    color: #2b2a45;
    font-size: 24px;
    margin-right: 36px;
}

.text-carousel .owl-nav .owl-next {
    position: absolute;
    right: -8%;
    top: 40%;
}

.text-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -10%;
    top: 40%;
}

.text-carousel .owl-nav button i {
    font-size: 42px;
    color: #d1d1d1;
}

.content-carousel p {
    padding-top: 32px;
    font-weight: 600;
    font-size: 28px;
    color: #2b2a45;
    word-break: break-word;
}

.content-carousel p span {
    font-weight: 800;
}

.owl-nav button {
    outline: none;
}

hr.borderline-carousel {
    margin-top: 40px;
    margin-bottom: 40px;
}

section.contacttoday {
    background: #ebf8ff;
}

.contacttoday-parent {
    display: flex;
    flex-wrap: wrap;
}

.contacttoday-left {
    max-width: 50%;
    flex: 50%;
}

.contacttoday-right {
    max-width: 50%;
    flex: 50%;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
}

.contacttoday-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacttoday-heading h3 {
    font-weight: bold;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
}

.contacttoday-heading p {
    width: 90%;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #47536b;
}

.form-div input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #47536b;
}

.contacttoday-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacttoday-form form .wpcf7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-div {
    max-width: 49%;
    flex: 49%;
    margin-bottom: 30px;
}

.form-div label {
    width: 100%;
}

.form-div.textarea-div {
    max-width: 100% !important;
    flex: 100% !important;
}

.form-div.textarea-div textarea {
    width: 100%;
    height: 137px;
    border-radius: 7px;
    border: none;
    padding: 12px;
    font-size: 14px;
}

.form-div.submit {
    width: 100% !important;
    max-width: 100%;
}

.form-div.submit input {
    width: 390px;
    background: #3377ff;
    color: white;
    font-weight: bold;
    border-radius: 100px;
    padding: 15px;
    font-size: 18px;
    font-family: 'Montserrat';
    letter-spacing: 2px;
}

.form-div input:focus {
    border: none;
    outline: none;
}

.contacttoday-form {
    padding-top: 30px;
}

footer {
    background: #2b2a45;
    padding: 70px 0 50px;
    border-bottom: 1px solid;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-div {
    max-width: 24%;
    flex: 24%;
}

.footer-div:last-child {
    max-width: 26%;
    flex: 26%;
}

.footer-div ul {
    padding-left: 0;
    list-style: none;
}

.footer-div ul li a {
    color: #b7b7b7;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.footer-div ul {
    padding-left: 0;
    list-style: none;
    padding-right: 20px;
}

.footer-div ul li {
    padding-bottom: 14px;
}

.footer-div h6 {
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Montserrat';
    letter-spacing: 3px;
}

.footer-div.contactus-footer ul li a img {
    display: inline;
    float: left;
    padding-right: 10px;
}

.footer-div.contactus-footer ul li a span {
    display: inline;
    word-break: break-all;
    font-size: 12px;
}

.footer-div.contactus-footer ul li:nth-of-type(1) a {
    color: white;
}

.footer-div.contactus-footer ul li:nth-of-type(2) a {
    color: white;
}

.social-followers ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
}

.footer-div.contactus-footer ul {
    padding-right: 0;
}

.social-followers ul li a {
    font-size: 24px;
    color: white;
}

.footer-div.contactus-footer li:nth-of-type(3) a span {
    font-size: 13px;
    line-height: 26px;
}

.footer-copyright-section {
    background: #2b2a45;
    padding-top: 50px;
}

.copyright-section-inner {
    width: 100%;
}

.copyright-section-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-footer ul {
    list-style: none;
    display: flex;
}

.nav-footer ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    padding-left: 51px;
    letter-spacing: 2px;
}

.copyright-text p {
    font-size: 12px;
    color: #929292;
}

.copyright-text {
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.form-div.textarea-div textarea:focus {
    outline: none;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
}

nav.navbar.navbar-expand-custom {
    width: 100%;
}

ul.navbar-nav.mr-auto .dropdown-toggle::after {
    content: "";
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    top: 12px;
    position: absolute;
    font-size: 12px;
    right: 19px;
    border-top: 0;
}

button.navbar-toggler {
    outline: none;
}

section.localbusiness.websitedesign .localbusiness-heading {
    margin: auto;
}

.section1-design-service-parent {
    display: flex;
    align-items: center;
}

.website-design-service-right {
    max-width: 50%;
    flex: 50%;
}

.website-design-service-left {
    max-width: 50%;
    flex: 50%;
}

.website-design-service-left-img img {
    width: 100%;
}

.website-design-service-right span {
    font-weight: bold;
}

.website-design-service-right .border-line {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

section.section2-websitedesign {
    background: #ebf8ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.section2-websitedesign .section2-heading h2 {
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: 30px;
    padding-bottom: 30px;
}

section.section2-websitedesign p {
    font-size: 15px;
    font-family: 'Open Sans';
    padding-left: 36px;
    width: 82%;
}

.section2-lists ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.section2-lists ul li {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 30px;
}

.section2-lists {
    padding-top: 80px;
}

.section2-lists ul li h5 {
    font-weight: bold;
    font-family: 'Open Sans';
}

.section2-lists ul li h5 img {
    padding-right: 10px;
}

.section2-heading p {
    padding-left: 0 !important;
}

.section3-websitedesign .section1-design-service-parent {
    flex-wrap: wrap;
}

.section3-inside-parent {
    display: flex;
    align-items: center;
}

section.localbusiness.websitedesign.section1-websitedesign p {
    font-family: 'Open Sans';
}

section.localbusiness.websitedesign.section3-websitedesign p {
    font-family: 'Montserrat';
    line-height: 33px;
    width: 80%;
    margin: auto;
    font-size: 20px;
}

.section1-socialmediadesign .website-design-service-right p {
    width: 72%;
}

section.section2-socialmedia {
    background: #3377ff;
    padding-top: 120px;
    padding-bottom: 120px;
    height: 542px;
}

section.section2-socialmedia h2 {
    color: white;
    font-weight: 800;
    font-family: 'Montserrat';
    text-align: center;
    padding-bottom: 24px;
}

section.section2-socialmedia p {
    color: white;
    font-weight: normal;
    font-family: 'Montserrat';
    text-align: center;
    padding-bottom: 24px;
    width: 82%;
    margin: auto;
}

.section2-socialmedia-img img {
    width: 78%;
    margin: auto;
    display: block;
    margin-top: 69px;
}

.section2-socialmedia-img {
    margin: auto;
}

section.social-influencer-section {
    padding-top: 313px;
    background: #ebf8ff;
    padding-bottom: 120px;
}

section.social-influencer-section h2 {
    font-weight: 800;
    text-align: center;
    font-family: 'Montserrat';
    padding-bottom: 80px;
}

.social-influencer-section-parent {
    display: flex;
    flex-wrap: wrap;
}

.social-influencer-section-parent>div.social-influencer-section-left {
    max-width: 50%;
    flex: 50%;
}

.social-influencer-section-parent>div.social-influencer-section-right {
    max-width: 50%;
    flex: 50%;
}

.social-influencer-section-right-img {
    text-align: center;
}

.social-influencer-section-left p {
    width: 90%;
}

.social-influencer-section-left img {
    width: 88%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.social-influencer-section-left p {
    width: 90%;
    font-family: 'Open Sans';
}

.social-influencer-section-left span {
    font-weight: 600;
    width: 88%;
    display: inline-block;
}

.social-influencer-section-left h3 {
    font-size: 30px;
    font-weight: 800;
}

.social-influencer-section .section2-heading {
    width: 100%;
}

section.socialmedia-marketing-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.socialmedia-marketing-section h2 {
    font-weight: 800;
    text-align: center;
    font-family: 'Montserrat';
    padding-bottom: 80px;
    width: 84%;
    margin: auto;
}

.socialmedia-marketing-section-parent {
    display: flex;
    flex-wrap: wrap;
}

.socialmedia-marketing-section-parent>div.socialmedia-marketing-section-left {
    max-width: 50%;
    flex: 50%;
}

.socialmedia-marketing-section-parent>div.socialmedia-marketing-section-right {
    max-width: 50%;
    flex: 50%;
}

.socialmedia-marketing-section-right-img {
    text-align: center;
}

.socialmedia-marketing-section-left p {
    width: 90%;
}

.socialmedia-marketing-section-left img {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: auto;
    display: block;
}

.socialmedia-marketing-section-left p {
    width: 90%;
    font-family: 'Open Sans';
}

.socialmedia-marketing-section-left span {
    font-weight: 600;
    width: 88%;
    display: inline-block;
}

.socialmedia-marketing-section-left h3 {
    font-size: 30px;
    font-weight: 800;
}

.socialmedia-marketing-section-right p {
    width: 70%;
}

.socialmedia-marketing-section .threebox-section-item p {
    font-size: 15px;
    font-family: 'Open Sans';
}

section.seoandsocialmedia {
    background: #3377ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.seoandsocialmedia-inner {
    background: white;
    padding: 44px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.seoandsocialmedia-inner-left h3 {
    font-weight: 800;
    padding-bottom: 18px;
}

.seoandsocialmedia-inner-left {
    max-width: 60%;
    flex: 60%;
}

.seoandsocialmedia-inner-right {
    max-width: 50%;
    flex: 50%;
}

.seoandsocialmedia-inner-right img {
    width: 65%;
    margin: auto;
    display: block;
}

.seoandsocialmedia-inner-right {
    max-width: 50%;
    flex: 50%;
}

section.featured-section .featured-heading h2 {
    font-weight: 800;
    font-size: 38px;
    text-align: center;
}

.featured-section .featured-heading {
    margin: auto;
}

section.featured-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.featured-section .website-design-service-left-img {
    width: 56%;
    margin: auto;
}

.featured-section .section1-design-service-parent {
    padding-top: 80px;
}

.featured-section .website-design-service-right h3 {
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 20px;
}

.section1-seo .localbusiness-heading {
    margin: auto;
}

section.localbusiness.section1-seo .section1-seo-heading p {
    font-size: 20px;
    width: 82%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.localbusiness.section1-seo .threebox-content p {
    font-size: 18px;
}

.seo-section2-banner {
    background: url(../png/section2-bg-2.png);
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seo-section2-banner-heading h3 {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 800;
}

.seo-section2-banner-heading p {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 20px;
}

.seo-section2-banner {
    margin-top: 40px;
}

section.localbusiness.section1-seo {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section1-seo-heading h2 {
    font-weight: 800;
    text-align: center;
}

.seo-section3 .section1-design-service-parent {
    flex-wrap: wrap;
}

section.localbusiness.seo-section3 .localbusiness-heading p {
    font-size: 20px;
    width: 82%;
    margin: auto;
}

.seo-section3 .section3-inside-parent {
    padding-top: 88px;
}

.seo-section3 .website-design-service-right {
    max-width: 28%;
    flex: 28%;
    margin: auto;
}

.seo-section3 .website-design-service-right p {
    font-weight: bold;
}

span.blue-bold {
    display: inline-block;
    background: #3377ff;
    color: white;
    padding: 3px;
    margin-bottom: 6px;
}

p.lastpara {
    margin-top: 24px;
}

section.whychooseus {
    background: #ebf8ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.whychooseus-section-parent {
    display: flex;
}

.whychooseus-section-left {
    max-width: 50%;
    flex: 50%;
}

.whychooseus-section-right {
    max-width: 50%;
    flex: 50%;
}

.whychooseus-section-left h2 {
    font-weight: 800;
    padding-bottom: 20px;
}

.whychooseus-section-left p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Open Sans';
    width: 88%;
    color: #2b2a45;
}

.whychooseus-section-right img {
    width: 100%;
}

.whychooseus-section-right img {
    width: 61%;
    margin: auto;
    display: block;
}

.effectiveseo {
    background: white !important;
}

.effectiveseo ul li {
    width: 100%;
}

.effectiveseo .mysearchranking-listing h6 {
    font-weight: 600;
    font-family: 'Open Sans';
    padding-bottom: 22px;
}

.effectiveseo .mysearchranking-listing {
    padding-top: 16px;
}

.effectiveseo .border-line {
    margin-top: 20px;
    margin-bottom: 38px;
    padding: 0;
}

.seo-section2-banner {
    background: url('../png/section2-bg-2.png');
    height: 300px;
}

section.simple-text-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.simple-text-section h3 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 30px;
}

section.simple-text-section p {
    width: 80%;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #2d2d2d;
    line-height: 28px;
}

section.simple-text-section.lightsky-color {
    background: #ebf8ff;
}

section.simple-text-section h3 {
    width: 100%;
}

section.simple-text-section hr.borderline {
    width: 100%;
    padding-bottom: 28px;
    margin-top: 28px;
}

section.simple-tvext-section span {
    width: 70%;
    font-weight: bold;
    font-family: 'Open Sans';
}

.homebg-testimonial-inner strong {
    font-weight: bold;
}

.information-listing ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 54%;
    margin-bottom: 0;
}

.information-listing li {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 16px;
}

.information-listing li img {
    padding-right: 10px;
}

.information-listing h6 {
    font-weight: 600;
}

.whitebox-inside {
    background: white;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    width: 86%;
    margin-top: 40px;
    margin-bottom: 70px;
}

.whitebox-inside p {
    padding-left: 20px;
    width: 100% !important;
}

ul.iconbase-text {
    list-style: none;
    padding-left: 0;
    margin-top: 34px;
}

ul.iconbase-text img {
    width: 48px;
    margin-right: 23px !important;
}

ul.iconbase-text li {
    padding-bottom: 11px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 24px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

ul.iconbase-text li img {
    margin-right: 10px;
}

.bluewrap .forexample-section-right img {
    width: 62%;
}

.bluewrap .forexample-section-right img {
    -webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
    border-radius: 10px;
    width: 80%;
    margin: auto;
    display: block;
}

.experthand-inside-parent {
    display: flex;
    align-items: center;
}

.experthand-service-left {
    flex: 50%;
    max-width: 50%;
}

.experthand-service-right {
    flex: 50%;
    max-width: 50%;
}

.experthand-inside-parent h3 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 20px;
}

.experthand-inside-parent p {
    font-size: 15px;
    font-family: 'Montserrat';
    color: #47536b;
    line-height: 32px;
    font-weight: 400;
}

section.localbusiness.experthand .localbusiness-heading {
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
}

.experthandsection1 .experthand-service-text {
    width: 80%;
    margin: auto;
}

.experthandsection2 .experthand-service-text {
    width: 80%;
}

.experthandsection3 .experthand-service-text {
    width: 80%;
    margin: auto;
}

.experthandsection2 .experthand-service-left-img {
    justify-content: flex-end;
    display: flex;
    margin: auto;
    width: 100%;
}

.experthand-inside-parent {
    padding-bottom: 100px;
}

.enterprise-section1 .localbusiness-heading p {
    font-size: 18px;
    width: 90%;
    margin: auto;
    font-weight: 400;
    line-height: 30px;
    color: #2b2a45;
}

.enterprise-section1 .section1-design-service-parent {
    flex-direction: row-reverse;
}

.enterprise-section1 .website-design-service-right h5 span {
    background: #3084f2;
    color: white;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 4px;
}

.enterprise-section1 .website-design-service-right p {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 300;
    color: #2d2d2d;
    line-height: 26px;
}

.enterprise-section1 .website-design-service-right h5 {
    padding-bottom: 10px;
}

section.bluewithoption {
    background: #3377ff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bluesection-heading h3 {
    color: white;
    text-align: center;
    font-weight: 400;
    font-family: 'Open Sans';
    width: 100%;
    margin: auto;
}

.bluewithoption-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 76px;
}

.bluewithoption-item {
    width: 22%;
}

.bluewithoption-item h2 {
    color: white;
    font-weight: 800;
}

.bluewithoption-item p {
    color: white;
    font-family: 'Open Sans';
    font-size: 15px;
}

.seo-tranform-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seo-tranform-item {
    flex: 48%;
    max-width: 48%;
    background: white;
    padding: 35px;
    margin-bottom: 56px;
    position: relative;
    padding-top: 96px;
}

section.seo-tranform {
    background: #ebf8ff;
}

.seotranform-icon {
    position: absolute;
    top: -16px;
}

.seo-tranform-item h4 {
    font-weight: 800;
    color: #47536b;
    font-size: 30px;
    padding-bottom: 30px;
}

section.seo-tranform .localbusiness-heading {
    text-align: center;
    margin: auto;
    padding-bottom: 66px;
}

.onepage-optimization-heading h3 {
    font-weight: 800;
}

.onepage-optimization-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.onepage-optimization-item {
    flex: 44%;
    max-width: 44%;
}

.onepage-optimization-content h6 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 34px;
    line-height: 30px;
}

.onepage-optimization-icon {
    padding-right: 16px;
}

.onepage-optimization-heading {
    padding-bottom: 40px;
}

.onepage-optimization-item {
    display: flex;
    margin-bottom: 34px;
}

.onepage-optimization-content p {
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 26px;
}

section.onepage-optimization {
    padding-bottom: 70px;
}

section.onepage-optimization.linkbuilding {
    background: #ebf8ff;
    padding-top: 120px;
}

section.onepage-optimization.seoreporting {
    padding-top: 80px;
}

.ecommerce-section1 .localbusiness-heading {
    margin: auto;
}

.ecommerce-text-inside p {
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    line-height: 38px;
}

.ecommerce-text-inside {
    width: 76%;
    margin: auto;
}

.ecommerce-text-inside span {
    background: #3084f2;
    color: white;
    padding: 4px;
    display: inline-block;
}

section.website-discover {
    background: #3377ff;
    padding-bottom: 80px;
}

.website-discover .localbusiness-heading h2 {
    color: white;
}

.localbusiness-heading p {
    width: 86%;
    color: white;
    margin: auto;
}

section.website-discover {
    background: #3377ff;
    padding-bottom: 80px;
    height: 651px;
}

.website-discover-img {
    width: 71%;
    display: block;
    margin: auto;
}

section.ecommerce-seo-tranform {
    background: #ebf8ff;
    padding-top: 214px;
    padding-bottom: 80px;
}

.ecommerce-seo-tranform-parent {
    width: 80%;
    margin: auto;
}

.ecommerce-seo-tranform-parent .seo-tranform-item {
    flex: 100%;
    max-width: 100%;
}

.conversionrate-section1 .localbusiness-heading p {
    color: #2b2a45;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

.conversionrate-section1 .forexample-section-left h4 {
    font-weight: bold;
    color: white;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 36px;
}

.conversionrate-section1 .forexample-section-left {
    padding-right: 75px;
}

.conversionsection2 .ecommerce-text-inside p {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 40px;
}

.conversionsection2 .ecommerce-text-inside {
    width: 65%;
    margin: auto;
}

.conversionsection2 .ecommerce-text-inside p a {
    color: #3377ff;
    text-decoration: underline !important;
    font-weight: 600;
}

.white-boxes .localbusiness-heading {
    margin: auto;
    width: 90%;
}

.white-boxes .localbusiness-heading p {
    color: #2b2a45;
}

.white-boxes .ecommerce-seo-tranform-parent .seo-tranform-item {
    flex: 92%;
    max-width: 92%;
    margin: auto;
    margin-bottom: 48px;
    border-radius: 10px;
}

.white-boxes .ecommerce-seo-tranform-parent {
    margin-top: 60px;
}

.white-boxes .seotranform-icon span {
    font-size: 68px;
    font-weight: 800;
    color: #3377ff;
}

.white-boxes .seotranform-icon {
    position: absolute;
    top: -46px;
}

.white-boxes-logos-inner img {
    margin-right: 20px;
}

.white-boxes-logos-inner {
    padding-top: 20px;
}

.white-boxes-logos span {
    font-weight: bold;
    font-size: 20px;
    font-family: 'Open Sans';
}

.seo-tranform-item hr.borderline-box {
    margin-top: 40px;
}

.white-boxes-logos {
    padding-top: 18px;
}

.seo-tranform-item a {
    color: #3377ff;
    text-decoration: underline !important;
}

section.onepage-optimization .localbusiness-heading h2 {
    margin: auto;
    text-align: center;
}

section.onepage-optimization .localbusiness-heading p {
    color: #2b2a45;
    font-weight: 500;
}

.conversion-clicking .onepage-optimization-parent {
    width: 90%;
    margin: auto;
}

.conversion-clicking .onepage-optimization-icon span {
    width: 24px;
    height: 24px;
    background: #3377ff;
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 100px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.conversion-clicking .onepage-optimization-content p {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #47536b;
}

.conversion-process {
    background: #ebf8ff;
}

.conversion-process .home-process-heading {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
}

.conversion-process .home-process-heading h2 {
    font-weight: bold;
}

.tabcontent-heading ul li:before {
    content: "\2022";
    color: #3377ff;
    font-weight: bold;
    margin-right: 13px;
    font-size: 20px;
}

.tabcontent-heading li {
    list-style: none;
    display: inline-flex;
}

.tabcontent-heading ul {
    padding-left: 0;
}

.conversion-process li.nav-item a img {
    width: 19px;
    margin-right: 16px;
}

.nav-link.active .onhoverimage {
    display: block;
}

.nav-link.active .withouthover-img {
    display: none;
}

.onhoverimage {
    display: none;
}

.nav-link:hover .onhoverimage {
    display: block;
}

.withouthover-img {
    display: block;
}

.nav-link:hover .withouthover-img {
    display: none;
}

.ongoing-process {
    width: 88%;
    margin: auto;
    background: white;
    padding: 45px;
    margin-top: 120px;
}

.ongoing-process h3 {
    font-weight: 800;
    padding-bottom: 20px;
}

.ongoing-process-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ongoing-process-left {
    max-width: 50%;
    flex: 50%;
}

.ongoing-process-right {
    max-width: 50%;
    flex: 50%;
}

.ongoing-process-right img {
    margin: auto;
    display: block;
    -webkit-box-shadow: 0px 8px 37px rgb(0 0 0 / 19%);
    -moz-box-shadow: 0px 8px 37px rgb(0 0 0 / 19%);
    box-shadow: 0px 8px 37px rgb(0 0 0 / 19%);
}

.localbusiness-heading p {
    color: #2b2a45;
    font-weight: 400;
}

.optimization-plan-parent {
    display: flex;
    align-items: center;
}

.optimization-plan-left {
    max-width: 50%;
    flex: 50%;
}

.optimization-plan-right {
    max-width: 50%;
    flex: 50%;
}

.optimization-plan-left img {
    width: 71%;
    margin: auto;
    display: block;
}

section.optimization-plan {
    padding-top: 120px;
    padding-bottom: 120px;
}

.optimization-plan-right .heading-text h3 {
    font-weight: 800;
    padding-bottom: 20px;
}

.optimization-plan-right p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans';
    font-weight: 300;
}

.optimization-plan-right p strong {
    font-weight: bold;
}

.conversionpage-ranking .mysearchranking-content-parent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.conversionpage-ranking .mysearchranking-content-parent-left {
    max-width: 50%;
    flex: 50%;
    padding-right: 53px;
    padding-left: 100px;
}

.conversionpage-ranking .mysearchranking-content-parent-right {
    max-width: 50%;
    flex: 50%;
    position: relative;
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
}

.conversionpage-ranking .mysearchranking-content-parent-right-img {
    position: relative;
}

.mysearchranking-content-parent-left h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 20px;
}

.mysearchranking-content-parent-left p a {
    color: #3377ff;
    text-decoration: underline !important;
    font-style: italic;
    font-weight: bold;
}

span.listnumbering {
    font-size: 26px;
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
}

span.listnumbering-tab {
    font-size: 54px;
    font-weight: 800;
    color: #3377ff;
}

ul#myTab li a i {
    margin-left: 8px;
}

.icon-inner-carousel img {
    width: 100px !important;
}

.process-tabs li.nav-item .nav-link.active {
    background: #3377ff !important;
    color: white !important;
}

.website-discover .localbusiness-heading p {
    color: #ebf8ff;
    line-height: 30px;
    opacity: 80%;
    font-size: 18px;
}

.client-logos-parent img {
    max-width: 210px;
}

.client-logos-parent {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.bluesection-heading {
    margin: auto;
}

.experthand-service-parent img {
    width: 324px;
}

.experthand-service-text p {
    margin-bottom: 42px;
}

.contacttoday-form .form-div label {
    font-weight: 600;
}

.readmore-link a span {
    text-decoration: underline;
}

section.ecommerce-seo-tranform.white-boxes {
    padding-top: 20px;
}

.navbar-nav .dropdown-menu.show a {
    margin-bottom: 0px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Montserrat';
    color: #47536b;
    font-weight: 500;
    margin-right: 0;
    width: 100%;
    padding: 12px 26px;
    opacity: 100% !important;
}

ul.navbar-nav.mr-auto li.nav-item.dropdown.show .dropdown-toggle::after {
    content: "";
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    top: 12px;
    position: absolute;
    font-size: 12px;
    right: 19px;
    border-top: 0;
}

/* By Muneeba[2023-02-02]: Added for sales page */
body.page-sales.indexhome {
    background: #3377ff !important;
    padding-bottom: 300px;
}

.indexhome {
    background: #3377ff !important;
    padding-bottom: 500px;
}

.indexhome .navbar-nav a {
    color: #ebf8ff;
    opacity: 80%;
}

.indexhomepage-content-parent {
    padding: 100px 0;
    text-align: center;
}

.indexhomepage-content-inner h1 {
    font-weight: 800;
    color: white;
    padding-bottom: 20px;
    font-size: 72px;
}

.indexhomepage-content-inner p {
    width: 94%;
    margin: auto;
    font-size: 28px;
    color: #ebf8ff;
    font-weight: 300;
    opacity: 80%;
}

.indexbluebg-content {
    width: 100%;
    background: #2b63d5;
    border-radius: 10px;
}

.indexbluebg-content-parent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 8px 51px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 8px 51px rgb(0 0 0 / 28%);
    box-shadow: 0px 8px 51px rgb(0 0 0 / 28%);
    border-radius: 10px !important;
}

.indexbluebg-content-left {
    width: 63%;
    padding-left: 42px;
    padding-right: 70px;
    padding-top: 20px;
}

.indexbluebg-content-left h3 {
    font-weight: bold;
    color: white;
    padding-bottom: 24px;
}

hr.border-line {
    border-color: #a4a4a4;
}

body.landing-page-template-default .localseo-inner-right-detail h3 {
    line-height: 36px;
}

body.landing-page-template-default .homebg-testimonial.boxtest .homebg-testimonial-inner {
    width: 96%;
}

.formitem.inputtextitem input:last-child {
    width: 42%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.formitem.inputtextitem input.last-child {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    height: 52px;
}

.formitem.inputtextitem input.first-child {
    width: 56%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    height: 52px;
}

.forminside .formitem {
    display: flex;
    justify-content: space-between;
}

input[type="text"]:focus {
    outline: none;
}

.formitem.formitemsubmit input {
    width: 100%;
    border-radius: 100px;
    margin-top: 20px;
    background: #2b2a45;
    color: white;
    border: none;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Montserrat';
}

.indexbluebg-content-left {
    width: 63%;
    padding-left: 42px;
    padding-right: 70px;
}

.indexbluebg-content-right {
    width: 38%;
    text-align: right;
}


section#bestseoagency {
    margin-top: 40px;
    padding-top: 50px;
}

.bestseo-heading h1 {
    text-align: center;
    font-weight: 800;
    color: #47536b;
}

.bestseo-heading {
    margin: auto;
}

#bestseoagency .threebox-content p {
    font-size: 14px;
    line-height: 24px;
}

#bestseoagency .threebox-content a {
    padding-bottom: 30px;
    display: inline-block;
    font-style: italic;
}

.linkwitharrow a i {
    padding-right: 14px;
    font-size: 25px;
}

.linkwitharrow a {
    padding-left: 6px;
    color: #3377ff;
    text-decoration: underline !important;
}

.linkwitharrow {
    padding-left: 27px;
    display: flex;
}

.linkwitharrow i {
    font-size: 25px;
    color: #3377ff;
}

.boxwithbutton-inner {
    margin-top: 14px;
    border-radius: 7px;
}

.button-contact a {
    display: inline-block;
    width: 100%;
    background: #3377ff;
    padding: 11px;
    color: white;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

section.website-discover.homepagediscover {
    margin-top: 100px;
}

.homepagediscover .website-discover-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

section.website-discover.homepagediscover {
    height: 507px;
}

section.website-discover.homepagediscover {
    margin-bottom: 176px;
}

.theresult-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 66px;
}

section.theresult {
    background: #ebf8ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.theresult-inner-item {
    display: flex;
    align-items: center;
    width: 48.5%;
    margin-bottom: 24px;
}

.theresult-inner-item {
    background: white;
    padding: 26px;
    border-radius: 6px;
}

.theresult-text {
    padding-left: 18px;
}

.theresult-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 74%;
    margin: auto;
}

.theresult-heading p {
    font-size: 20px;
    font-weight: 400;
    width: 66%;
    margin: auto;
    margin-top: 26px;
    color: #2b2a45;
    font-family: 'Montserrat';
}

.theresult-heading h1 {
    font-weight: 800;
}

.theresult-text p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.homepagelocalseo1,
.homepagelocalseo2,
.homepagelocalseo3 {
    background: white !important;
}

body.page-home .homepagelocalseo1 {
    padding-top: 120px !important;
}

.locationpagelocalseo .heading-text {
    padding-bottom: 0 !important;
}

.homepagelocalseo1 {
    padding-bottom: 60px !important;
}

.homepagelocalseo2 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.homepagelocalseo3 {
    padding-top: 60px !important;
}

hr.borderline.container {
    color: #373552;
}

.button-seemore a {
    border: 2px solid #3377ff;
    padding: 18px 95px;
    border-radius: 100px;
    color: #3377ff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.button-seemore {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.parentlocalseo-section {
    padding-bottom: 120px;
}

.button-seemore a:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

.revenue-listing ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.revenue-listing ul li {
    width: 48%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.listingcontent {
    padding-left: 16px;
}

.increasingreveneu {
    padding-top: 120px;
    padding-bottom: 120px;
}

.increasingreveneu-left {
    max-width: 55%;
    flex: 55%;
}

.increasingreveneu-right {
    max-width: 45%;
    flex: 45%;
    justify-content: flex-end;
}

.increasingreveneu-right img {
    width: 92%;
    margin: auto;
    display: block;
    margin-top: -59px;
}

.revenue-listing>p {
    font-family: 'Open Sans';
    font-weight: 600;
    padding-bottom: 46px;
    padding-top: 7px;
}

.increasingreveneu-left-inner h2 {
    font-weight: 800;
    padding-bottom: 26px;
}

hr.revenue-borderline {
    border-color: #373552;
    margin-top: 28px;
    margin-bottom: 28px;
}

.threebox-section-item.boxwithbutton .threebox-section-icon img {
    margin-top: -14px;
}

.navbar-nav .dropdown-menu.show a:hover {
    background: #ebf8ff;
    color: #3377ff;
    font-weight: 500;
    font-family: 'Montserrat';
    opacity: 100% !important;
}

.navbar-nav .dropdown-menu.show a:focus {
    background: #ebf8ff;
    color: #3377ff;
}

ul#myTab .nav-item img {
    width: 22px;
    margin-right: 10px;
    margin-left: 5px;
}

.nav-link.active .content {
    background: url(../png/tabicon1-white-2.png) no-repeat;
}

.nav-link.active .report {
    background: url(../png/tabicon2-white-2.png) no-repeat;
}

.nav-link.active .analyse {
    background: url(../png/tabicon3-white-2.png) no-repeat;
}

.nav-link.active .keyword {
    background: url(../png/tabicon4-white-2.png) no-repeat;
}

.nav-link.active .linkstrategy {
    background: url(../png/tabicon5-white-2.png) no-repeat;
}

.process-tabs a:hover .content {
    background: url(../png/tabicon1-white-2.png) no-repeat;
}

.process-tabs a:hover .report {
    background: url(../png/tabicon2-white-2.png) no-repeat;
}

.process-tabs a:hover .analyse {
    background: url(../png/tabicon3-white-2.png) no-repeat;
}

.process-tabs a:hover .keyword {
    background: url(../png/tabicon4-white-2.png) no-repeat;
}

.process-tabs a:hover .linkstrategy {
    background: url(../png/tabicon5-white-2.png) no-repeat;
}

.content {
    background: url(../png/tabicon1-2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
}

.report {
    background: url(../png/tabicon2-2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
}

.analyse {
    background: url(../png/tabicon3-2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
}

.keyword {
    background: url(../png/tabicon4-2.png) no-repeat;
    width: 30px;
    height: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
}

.linkstrategy {
    background: url(../png/tabicon5-2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
}

.contacttoday-heading h3 {
    font-weight: 800;
    width: 84%;
}

section.client-logos.homepagelogos {
    background: #ebf8ff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.client-logos-parent>div {
    width: 20%;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.client-logos {
    padding-bottom: 70px;
}

section.simple-text-section h2 {
    font-weight: 800;
    padding-bottom: 20px;
}

a#menu-item-dropdown:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f106";
    top: 7px;
    position: absolute;
    font-size: 15px;
    right: 34px;
    border-top: 0;
}

.dropdown-menu li {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

body.home svg.svg-inline--fa.fa-bars.fa-w-14 {
    color: white;
}

.color-white {
    color: white !important;
}

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

.threebox-section {
    margin-bottom: 60px;
}

.readmore-link a {
    display: flex;
    align-items: center;
}

.readmore-link svg {
    font-size: 32px;
    margin-right: 14px;
}

.threebox-content p>a {
    padding-bottom: 0 !important;
}

section.website-discover.homepagediscover .localbusiness-heading {
    padding-top: 120px;
}

.process-tabs .nav-link {
    border: none;
}

.home ul.rightmost-nav li:first-child a {
    color: white;
    opacity: 1 !important;
}

.formitem.inputtextitem input:first-child {
    max-width: 58%;
    flex: 58%;
}

.formitem.inputtextitem input:last-child {
    max-width: 40%;
    flex: 40%;
}

.formitem.formitemsubmit {
    width: 100%;
    position: relative;
}

.formitem.formitemsubmit .ajax-loader {
    clear: both;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.formitem.inputtextitem input::placeholder {
    color: #47536b !important;
    opacity: 70%;
}

ul.rightmost-nav svg {
    margin-right: 9px;
}

.threebox-section-parent .boxwithbutton:last-child {
    background: none;
}

.contacttoday-form .wpcf7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navbar-nav ul.dropdown-menu.show li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar-nav ul.dropdown-menu.show li {
    padding-left: 0;
    padding-right: 0;
}

.threebox-section-parent .threebox-section-item:last-child p {
    padding-bottom: 38px !important;
}

.threebox-section-item {
    position: relative;
}

.reserveyourspot-heading span {
    color: white;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.button-contact a:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

.menu-item.show a.nav-link#menu-item-dropdown {
    background: white;
    color: #47536b;
    border-radius: 5px;
    padding-left: 0px;
    opacity: 1;
    font-weight: 500;
    font-family: 'Montserrat';
}

a#menu-item-dropdown:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f106";
    top: 6px;
    position: absolute;
    font-size: 17px;
    right: 34px;
    border-top: 0;
    display: none;
}

a#menu-item-dropdown:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    top: 9px;
    position: absolute;
    font-size: 12px;
    right: 34px;
    border-top: 0;
}

.menu-item.show a.nav-link#menu-item-dropdown {
    background: white;
    color: #47536b;
    border-radius: 5px;
    padding-left: .5rem;
    opacity: 1;
    font-weight: 500;
    font-family: 'Montserrat';
}


/*.menu-item.show a#menu-item-dropdown:before {

    display: none;

}



.menu-item a#menu-item-dropdown:after {

    display: none;

}*/

ul.navbar-nav.mr-auto>li:nth-of-type(2) {
    width: 155px;
}

ul.navbar-nav.mr-auto>li:nth-of-type(4) {
    width: 96px;
}

li#menu-item-9.show a:after {
    display: block;
}

li#menu-item-9.show a:before {
    display: none;
}

li#menu-item-11.show a:after {
    display: block;
}

li#menu-item-11.show a:before {
    display: none;
}

.footer-div.contactus-footer ul li a {
    display: flex;
    align-items: flex-start;
}

.threebox-section-item.boxwithbutton {
    border-radius: 7px;
}

.form-div.submit input:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

section#aboutbg-section {
    background: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

section#aboutbg-section .homebg-right-content {
    position: absolute;
    right: 0;
}

section#aboutbg-section .homebg-right-content {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
}

.aboutpage .homebg-testimonial-inner {
    background: none;
    padding-left: 0;
    border-radius: 10px;
    position: relative;
    width: 90%;
    padding-top: 16px;
    box-shadow: none;
    margin-top: 26px;
}

.aboutpage .homebg-right-content img {
    width: 80%;
    padding-top: 40px;
}

.aboutbg-left-inner {
    margin-top: 0;
    padding-top: 76px;
}

.website-design-service-right h4>span {
    font-weight: bold;
    background: #3084f2;
    color: white;
    padding: 0 10px;
}

section.ourphilosophy .localbusiness-heading p {
    font-weight: 400;
    font-size: 18px;
    color: #2b2a45;
}

section.ourphilosophy .website-design-service-right p {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 15px;
    line-height: 26px !important;
}

section.ourphilosophy .website-design-service-right h4 {
    padding-bottom: 32px;
    line-height: 37px;
}

section.ourphilosophy {
    background: #ebf8ff;
    margin-top: 120px;
}

.howdowedo-parent {
    padding-top: 100px;
    width: 86%;
    margin: auto;
}

.howdowedo-parent .section3-inside-parent {
    padding-bottom: 130px;
}

.howdowedo-left .howdowedo-content-inner {
    float: left;
    width: 80%;
}

.howdowedo-right .howdowedo-content-inner {
    width: 80%;
    float: right;
}

.howdowedo-content-inner p {
    font-size: 15px;
    line-height: 24px;
    color: #47536b;
    font-family: 'Montserrat';
}

.howdowedo-content-inner h3 {
    font-weight: 800;
    color: #47536b;
    padding-bottom: 20px;
}

.meettheteam .localbusiness-heading {
    width: 100%;
    padding-bottom: 70px;
}

.meetteam-inner1 .meetteam-item {
    width: 32%;
}

.meetteam-inner1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.meetteam-img img {
    width: 100%;
}

/* By Muneeba[2023-02-02]: For sales page */
.sales-meetteam {
    padding: 20px;
    border: 1px solid #e9e9e9;
    text-align: center;
    margin-bottom: 30px;
}

.sales-meetteam p {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 24px;
}

.sales-meetteam span {
    font-size: 15px;
    color: #3377ff;
    /* margin-bottom: 17px; */
    display: inline-block;
}

.sales-meetteam h4 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 20px;
}

/* end sales meetteam */
.meetteam-detail {
    padding: 20px;
    border: 1px solid #e9e9e9;
    min-height: 277px;
    margin-bottom: 30px;
}

.meetteam-detail p {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 24px;
}

.meetteam-detail span {
    font-size: 15px;
    color: #3377ff;
    margin-bottom: 17px;
    display: inline-block;
}

.meetteam-detail h4 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 20px;
}

.meetteam-inner2 {
    display: flex;
    flex-wrap: wrap;
}

.meetteam-inner2 .meetteam-item {
    width: 32%;
}

.meetteam-inner2 .meetteam-item {
    margin-right: 22px;
}

.meetteam-inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

div#navigation-bar.aboutpage {
    background: white;
}

section#blogbg-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.blogbg-content {
    text-align: center;
    width: 100%;
}

section.blogmain-content {
    padding-top: 120px;
}

.blog-author span {
    font-size: 13px;
    margin-right: 30px;
}

.blog-author {
    padding-top: 30px;
    display: flex;
}

.blog-author span a {
    margin-left: 4px;
}

.blogmaincontent-inner h1 {
    color: #3377ff;
    font-weight: 800;
}

.blogmaincontent-inner {
    padding-top: 30px;
}

.datecomment-div span {
    font-size: 13px;
    margin-right: 30px;
}

.blogmaincontent-parent span {
    font-family: 'Open Sans';
}

.datecomment-div span i {
    margin-right: 7px;
}

.blogmain-paragraph {
    padding-top: 30px;
}

.blogmain-paragraph p {
    font-size: 15px;
    font-family: 'Open Sans';
    color: #47536b;
    line-height: 26px;
}

.blog-listing-heading span:last-child {
    font-size: 20px;
    font-weight: 800;
    color: #47536b;
    font-family: 'Montserrat';
}

.blog-listing-heading span:first-child {
    background: #3377ff;
    color: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
    font-weight: 800;
    margin-right: 10px;
}

.blog-listing-heading {
    padding-bottom: 20px;
    display: flex;
}

.blog-listing-detail p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans';
}

span.blogstrongtext {
    font-size: 15px;
    font-family: 'Open Sans';
    padding-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}

.blog-listing-detail ul {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    font-family: 'Open Sans';
}

.blog-listing-detail ul li img {
    padding-right: 16px;
}

.blog-listing-detail ul li {
    display: flex;
    align-items: center;
    line-height: 40px;
}

.conclusion span {
    font-size: 20px;
    font-weight: 800;
    color: #47536b;
    font-family: 'Montserrat';
}

.blog-socialshare {
    padding-top: 20px;
    width: 100%;
    display: block;
    text-align: right;
}

.blog-socialshare i {
    color: #a3a9b5;
}

.blog-socialshare>span {
    color: #47536b;
}

.blog-socialshare i {
    color: #a3a9b5;
    padding: 0 6px;
}

span.sharetext {
    padding-right: 10px;
}

.nextprevpost-parent {
    padding-top: 33px;
}

.blogpost-arrows {
    display: flex;
    justify-content: space-between;
}

.blogpost-arrows span {
    color: #3377ff;
    font-weight: 600;
    font-family: 'Open Sans';
}

.blogpost-arrows span i {
    font-weight: 500;
    padding-right: 10px;
}

span.rightarrow i {
    padding-left: 10px;
}

.blogpost-small-detail-left {
    display: flex;
    flex: 44%;
    max-width: 44%;
}

.blogpost-small-detail-right {
    display: flex;
    flex: 44%;
    max-width: 44%;
}

.blogpost-small-content span {
    display: block;
    padding-left: 16px;
}

.blogpost-small-detail {
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px;
    justify-content: space-between;
}

.blogpost-small-content span {
    display: block;
    padding-left: 16px;
    font-size: 13px;
    font-family: 'Open Sans';
}

.blogpost-small-content span i {
    padding-right: 9px;
}

.blogpost-small-content span:last-child {
    padding-top: 10px;
}

.blogpost-small-detail-right span:first-child {
    font-weight: 600;
}

.blogmaincontent-parent {
    padding-bottom: 120px;
    padding-right: 44px;
}

.prevnext-post-inner {
    border-top: 1px solid #c3c3c3;
    padding-top: 43px;
}

.freebookplusform-parent {
    background: #ebf8ff;
    padding: 40px 20px 60px;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

span.eboktext {
    display: block;
    font-weight: 800;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #3377ff;
    text-align: center;
}

span.comprehensive-text {
    color: #47536b;
    font-weight: 800;
    padding-bottom: 40px;
    display: inline-block;
    text-align: center;
    margin-top: 8px;
}

.freebook p {
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans';
}

.blogsidebar-form {
    background: white;
    padding: 40px 28px 28px;
}

.blogsidebar-form-inner h6 {
    font-weight: 800;
    line-height: 26px;
    text-align: center;
    font-size: 20px;
}

.blogsidebar-form-inner .input-form label {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #47536b;
    font-size: 14px;
}

.input-form input {
    background: #ebf8ff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    font-size: 13px;
}

.input-form {
    margin-bottom: 20px;
}

.input-form input[type="submit"] {
    font-size: 12px;
    font-weight: bold;
    color: white;
    background: #3377ff;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: #3377ff;
}

.blogsidebar-form-inner span {
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.freebook img {
    margin: auto;
    display: block;
    padding-top: 45px;
}

.valued {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #3377ff;
    width: 161px;
    color: white;
    border-radius: 13px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}

.popular-post {
    margin-top: 20px;
    border: 1px solid #d5d5d5;
}

.popular-post h5 {
    font-weight: 800;
    color: #47536b;
    text-align: center;
    margin-bottom: 40px;
}

.popular-post {
    padding: 50px 20px;
}

.popular-post ul {
    list-style: none;
    padding-left: 0;
}

.popularpost-small-detail-left {
    display: flex;
    flex: 100%;
    max-width: 100%;
}

.popular-post li {
    margin-bottom: 20px;
}

.popularpost-small-content {
    padding-left: 16px;
}

.popularpost-small-content span {
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.popularpost-small-content span:last-child {
    font-weight: normal;
    font-size: 12px;
    padding-top: 10px;
}

.popularpost-small-content span:last-child i {
    padding-right: 6px;
}

.categories-list {
    margin-top: 20px;
    border: 1px solid #d5d5d5;
    padding: 50px 20px;
}

.categories-list h5 {
    font-weight: 800;
    color: #47536b;
    text-align: center;
    margin-bottom: 40px;
}

.categories-list-inner a {
    display: block;
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 34px;
    color: #47536b;
}

.categories-list-inner i {
    font-size: 12px;
    padding-right: 10px;
    color: #47536b;
}

section.commentsection {
    background: #ebf8ff;
    padding: 80px 20px;
    margin-top: 80px;
}

.comment-heading {
    display: flex;
    align-items: center;
}

.comment-title span {
    display: block;
}

.comment-title {
    padding-left: 18px;
}

.comment-title span:first-child {
    display: block;
    font-size: 15px;
    padding-bottom: 6px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.comment-title span:last-child {
    font-size: 12px;
}

.comment-text {
    padding-top: 30px;
}

.comment-text p {
    font-size: 15px;
    font-family: 'Open Sans';
}

.comment-item.comment-item-reply {
    margin-left: 40px;
    margin-top: 65px;
}

.comment-inner h3 {
    font-weight: 800;
    color: #3377ff;
    text-transform: uppercase;
    padding-bottom: 37px;
}

.leavereply h3 {
    font-weight: 800;
    color: #3377ff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.leavereply {
    margin-top: 44px;
}

.replyform {
    margin-top: 60px;
    width: 62%;
}

.replyform-input label {
    display: block;
    font-weight: 600;
    font-family: 'Montserrat';
}

.replyform-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.replyform-input:first-child {
    max-width: 100%;
    flex: 100%;
}

.replyform-input textarea {
    width: 100%;
}

.replyform-input:nth-of-type(2) {
    max-width: 48%;
    flex: 48%;
}

.replyform-input:nth-of-type(3) {
    max-width: 48%;
    flex: 48%;
}

.replyform-input:nth-of-type(4) {
    max-width: 48%;
    flex: 48%;
}

.replyform-input:nth-of-type(5) {
    max-width: 48%;
    flex: 48%;
}

.replyform-input textarea {
    width: 100%;
    height: 164px;
    border: none;
    border-radius: 7px;
}

.replyform-input {
    margin-bottom: 24px;
}

.replyform-input input {
    width: 100%;
    padding: 12px;
    border: none;
    font-size: 13px;
    border-radius: 6px;
}

.replyform-parent input[type="submit"] {
    margin-top: 32px;
    border-radius: 100px;
    background: #3377ff;
    color: white;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.blog-listing-item {
    margin-top: 42px;
}

.blogmain-img img {
    width: 100%;
}

.blog-socialshare-listing {
    display: block;
    text-align: right;
}

.blog-socialshare-listing i {
    color: #a3a9b5;
}

.blog-socialshare-listing>span {
    color: #47536b;
}

.blog-socialshare-listing i {
    color: #a3a9b5;
    padding: 0 6px;
}

.bloglist-info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}

.blogmaincontent-inner a.readmore-blog {
    color: #3377ff;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-decoration: underline !important;
}

.bloglistpage-items {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 50px;
}

.blogmaincontent-inner a.readmore-blog i {
    margin-right: 9px;
    font-size: 20px;
}

.pagination .page-link {
    border: none;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #47536b;
}

li.page-item.current a {
    border: 1px solid #e2e2e2;
    background: #ebf8ff;
    border-radius: 100px;
}

ul.pagination li {
    margin-right: 18px;
}

ul.pagination {
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}

.seowrong {
    padding-top: 44px;
    background: white;
    padding: 20px;
}

.seowrong h5 {
    font-weight: 800;
    color: #47536b;
    text-align: center;
    margin-bottom: 40px;
}

.seowrong label {
    font-weight: 600;
    font-size: 14px;
}

.seowrong .input-form input[type="submit"] {
    margin-top: 6px;
}

.bloglist-info {
    flex-wrap: wrap;
}

.bloglist-info>div {
    max-width: 100%;
    flex: 100%;
}

.blog-socialshare-listing {
    display: block;
    text-align: left;
    padding-top: 18px;
}

.linkwitharrow svg {
    margin-top: 3px;
    color: #3377ff;
    font-size: 20px;
}

section.website-discover.homepagediscover .localbusiness-heading h1 {
    color: white;
    font-weight: 800;
    font-size: 48px;
    padding-bottom: 40px;
}

.indexbluebg-content-left h3 {
    font-size: 30px;
    font-weight: 800;
}

.increasingreveneu-left-inner h1 {
    font-size: 44px;
}

.increasingreveneu-left-inner h1 {
    font-size: 44px;
    padding-bottom: 28px;
    font-weight: 800;
}

.reserveyourspot-heading h1 {
    color: white;
}

.service-ecommerce-seo #homebg-section {
    background: #ebf7ff;
}

section.text-carousel svg {
    font-size: 42px;
    color: #d1d1d1;
}

.service-template-default #homebg-section {
    background: #ebf7ff;
}

.forexample-section h4 strong {
    color: white;
}

body.service-conversion-rate-optimization section#home-process {
    background: #ebf8ff;
}

section.localbusiness.ecommerce-section1.conversionsection2 .localbusiness-heading h2 {
    padding-bottom: 0;
}

section.localbusiness.experthand {
    background: white;
}

section#freereport-section {
    margin-top: -590px;
}

section.freereportemptysec {
    height: 162px;
}

.indexwhitebg-content {
    background: white;
    display: block;
    width: 100%;
}

.indexwhitebg-content-inner {
    padding: 52px;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 0px 8px 51px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 8px 51px rgb(0 0 0 / 11%);
    box-shadow: 0px 8px 51px rgb(0 0 0 / 11%);
    align-items: center;
}

hr.borderline.container {
    border-color: #373552;
    opacity: 50%;
}

body.landing-page-template-default .locationpagelocalseo .parentlocalseo-section {
    padding-bottom: 0;
}

body.landing-page-template-default .locationpagelocalseo {
    padding-bottom: 0 !important;
}

body.landing-page-template-default .homepagelocalseo1 .heading-text {
    padding-bottom: 0;
}

.mysearchranking-content-parent-left {
    padding-top: 30px;
}

.indexwhitebg-content-left img {
    width: 77%;
}

.indexwhitebg-content-left {
    max-width: 40%;
    flex: 40%;
}

.indexwhitebg-content-right {
    max-width: 60%;
    flex: 60%;
}

.freereport-formparent {
    display: flex;
    flex-wrap: wrap;
}

.inputdiv.monthly-budget {
    max-width: 100%;
    flex: 100%;
}

.inputdiv label {
    width: 100%;
}

.inputdiv {
    margin-bottom: 20px;
}

.inputdiv label {
    width: 100%;
    font-weight: 600;
    color: #47536b;
}

.freereport-formparent input {
    width: 97%;
    padding: 14px;
    background: #ebf8ff;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    color: #47536b;
}

.inputdiv {
    max-width: 50%;
    flex: 50%;
}

select.form-select {
    width: 100%;
    padding: 11px;
    border-radius: 7px;
    background: #ebf8ff;
    border: none;
    outline: none;
}

.inputdiv.inputsubmit {
    max-width: 100%;
}

.inputdiv.inputsubmit input {
    width: 100%;
    background: #3377ff;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat';
    height: 60px;
    border-radius: 100px;
    border: none;
}

.selectarrow select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.select-loc .dropdown-toggle::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    top: 12px;
    position: absolute;
    color: #47536b;
    font-weight: bold;
    right: 19px;
    border: none;
}

.select-loc .dropdown-toggle::after {
    border: none;
}

.select-loc button.btn.dropdown-toggle.btn-light.bs-placeholder {
    padding: 10px;
    background: #ebf8ff;
    border: none;
    border-radius: 7px;
    outline: none !important;
    box-shadow: none !important;
}

.select-loc .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: #47536b;
}

.select-loc .dropdown.bootstrap-select.form-control.show .dropdown-toggle::before {
    display: none;
}

.select-loc .dropdown.bootstrap-select.form-control.show .dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    top: 12px;
    position: absolute;
    color: #47536b;
    font-weight: bold;
    right: 19px;
    border: none;
}

.indexwhitebg-content-left img {
    width: 76%;
    margin: auto;
    display: block;
    margin-bottom: 62px;
}

.inputdiv.inputsubmit input:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

.googlesnippet-content {
    background: white;
    padding: 48px 60px;
    margin: auto;
    width: 94%;
    border-radius: 10px;
    padding-bottom: 80px;
    margin-bottom: 79px;
}

.displayoption span {
    color: #47536b;
    margin-right: 37px;
    font-size: 15px;
    font-family: 'Open Sans';
}

.displayoption-heading h4 {
    padding-bottom: 18px;
}

.displayoption span input {
    padding-right: 10px;
    margin-right: 14px;
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    padding: 6px;
    -webkit-box-shadow: 0px 0px 0px 1px rgb(255 0 0);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 0px 1px rgb(195 195 195);
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    border-radius: 2px;
}

.displayoption input[type="checkbox"] {
    width: 1.25em;
    height: 1.25em;
}

.displayoption input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 21.5-5.93-5.93-2.01 2.01 7.94 7.94 17.1-17.1-2.01-2.01z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3377ff;
    border-color: #3377ff;
    box-shadow: none;
}

.display-title input {
    background: #ebf8ff;
    border: none;
    width: 100%;
    padding: 13px;
    border-radius: 6px;
    font-size: 13px;
}

.display-title label {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #47536b;
}

.display-title {
    margin-top: 36px;
}

.display-title span {
    font-size: 13px;
    font-family: 'Open Sans';
    padding-top: 4px;
    display: inline-block;
    color: #47536b;
    font-weight: 400;
}

span.inner-smalltext {
    color: #3377ff;
}

.display-title textarea {
    width: 100%;
    background: #ebf8ff;
    height: 100px;
    border: none;
    padding: 16px;
    font-size: 13px;
}

span.keywordclass {
    display: block;
    padding-top: 10px;
}

span.keywordclass span {
    border: 1px solid #3377ff;
    padding: 3px 10px;
    border-radius: 5px;
    color: #3377ff;
}

span.tips {
    color: #47536b;
}

.refresh-btn a {
    background-color: #3377ff;
    color: white;
    width: 221px;
    height: 44px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    line-height: 44px;
}

.refresh-btn {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

.preview-inner img {
    border: 1px solid #c8d3d9;
    border-radius: 10px;
    width: 100%;
}

.preview-inner {
    margin-top: 24px;
    width: 80%;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e4e4e4;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); */
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 4px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.displayoption-inner span {
    display: inline-block;
}

.displayoption-inner label {
    font-size: 15px;
    color: #47536b;
    margin-bottom: 0;
}

.displayoption-inner .checkbox {
    display: flex;
    align-items: center;
    width: 21%;
    margin-bottom: 15px;
}

.displayoption-inner {
    display: flex;
    flex-wrap: wrap;
}

.googlesnippetoptimization .indexhomepage-content-parent {
    text-align: center;
    margin: auto;
}

.profit-calculator-inner {
    display: flex;
    justify-content: space-between;
}

.profit-calculator-left {
    max-width: 58%;
    flex: 58%;
    background: white;
    padding: 44px;
    border-radius: 10px;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
}

.profit-calculator-right {
    max-width: 40%;
    flex: 40%;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
}

.profitcal-form {
    margin-top: 30px;
}

.profitcal-heading h4 {
    font-weight: 800;
    line-height: 34px;
    font-family: 'Montserrat';
}

.profitcal-heading p {
    font-size: 20px;
    color: #47536b;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.profitcal-item label {
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #47536b;
}

.profitcal-item input {
    width: 100%;
    padding: 11px;
    background: #ebf8ff;
    border: none;
}

.profitcal-item {
    margin-bottom: 24px;
}

.profitcal-item.cal-btn a {
    background: #3377ff;
    width: 276px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    border-radius: 100px;
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.profit-calculator-right-inner ul {
    padding-left: 0;
}

.profit-calculator-right-inner ul {
    padding-left: 0;
    list-style: none;
}

.profit-calculator-right-inner ul li {
    display: flex;
}

.profit-calculator-right-inner ul li span {
    width: 30px;
    height: 30px;
    background: #3377ff;
    display: inline-flex;
    border-radius: 100px;
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 11px;
}

.profit-calculator-right-inner h4 {
    color: #3377fe;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    font-weight: 800;
}

.profitcal-item.cal-btn {
    margin-top: 20px;
    display: inline-block;
}

.profit-calculator-right-inner img {
    margin: auto;
    display: block;
}

.profit-calculator-right-inner ul li p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #2d2d2d;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

.dropdown.bootstrap-select button {
    width: 100% !important;
    padding: 11px;
    background: #ebf8ff;
    border: none;
    outline: none;
}

.profitcal-item .btn-light:not(:disabled):not(.disabled).active,
.profitcal-item .btn-light:not(:disabled):not(.disabled):active,
.profitcal-item .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ebf8ff;
    border-color: #ebf8ff;
}

.profitcal-item .bootstrap-select .dropdown-toggle:focus,
.profitcal-item .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}

.profitcal-item .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
}

.analyserreport .indexhomepage-content-parent {
    width: 100%;
}

.analyserreport h1 {
    margin: auto;
    width: 100%;
    display: block;
}

.bgitem-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bgitem1 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 88px;
}

.bgitem1-parent {
    background: white;
    padding: 30px 30px;
    border-radius: 10px;
}

.bgitem-parent {
    width: 80%;
    margin: auto;
}

.bgitem2 {
    max-width: 55%;
    flex: 55%;
}

.bgitem3 {
    max-width: 40%;
    flex: 40%;
}

.bgitem2-inner {
    background: white;
    border-radius: 10px;
    padding: 20px;
}

.bgitem3-inner {
    background: white;
    border-radius: 10px;
    padding: 40px;
    padding-left: 60px;
}

.indexhome.analyse-indexhome {
    height: 1563px;
}

.bgitem1-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgitem1-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 40px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 2px 40px rgb(0 0 0 / 24%);
    box-shadow: 0px 2px 40px rgb(0 0 0 / 24%);
}

.bgitem1-left {
    max-width: 40%;
    flex: 40%;
}

.bgitem1-right {
    max-width: 60%;
    flex: 60%;
}

.links-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 94%;
    margin: auto;
}

.links-parent>div {
    max-width: 47%;
    flex: 47%;
    text-align: left;
}

.links-right {
    text-align: left !important;
    margin-left: 12px;
}

.links-parent span a {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.links-parent>div span {
    display: block;
}

.links-parent>div span:first-child {
    color: blue;
}

.links-parent>div span:first-child {
    color: #3275fc;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.bgitem-parent h4 {
    font-weight: 800;
    font-size: 30px;
}

.bgitem1-right h4 {
    padding-bottom: 20px;
}

.bgitem2 h4 {
    text-align: left;
    color: white;
    padding-bottom: 28px;
}

.bgitem3 h4 {
    color: white;
    text-align: left;
    padding-bottom: 28px;
}

span.bigno {
    display: block;
    color: #3377ff;
    font-size: 80px;
    font-weight: 800;
    font-family: 'Montserrat';
}

.bgitem2-inner span.points {
    color: #3276fd;
    font-size: 28px;
    font-family: 'Open Sans';
}

.bgitem2-inner .separator {
    border: 0.5px solid #eeeeee;
    width: 45%;
    display: block;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 48px;
}

.grade-e span:last-child {
    color: #47536b;
    font-family: 'Open Sans';
    padding-left: 10px;
}

.bgitem3-items span:first-child {
    color: #3377ff;
    font-weight: 600;
    display: block;
    font-size: 14px;
}

.bgitem3-listing {
    text-align: left;
}

.bgitem3-items {
    margin-bottom: 30px;
}

.bgitem3-items span:last-child {
    font-size: 30px;
    font-weight: 600;
    color: #47536b;
}

.bgitem3-items:last-child {
    margin-bottom: 0;
}

.bgitem4 {
    margin-top: 60px;
}

.bgitem4 h4 {
    text-align: left;
    padding-bottom: 9px;
}

.bgitem4 p {
    text-align: left;
    font-size: 20px;
    color: #47536b;
}

.bgitem4 p span {
    color: #3377fe;
}

.analyser-maincontent-inner {
    width: 100%;
    background: white;
    margin-top: -106px;
    padding: 58px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
    margin-bottom: 112px;
}

.keyarea-itemsingle-inner {
    background: #d5f7e3;
    padding: 20px;
    padding-left: 40px;
    border-radius: 10px;
}

.keyarea-itemsingle-inner {
    background: #d5f7e3;
    padding: 20px;
    padding-left: 40px;
}

.keyarea-itemsingle-inner:before {
    background: url(../png/tick-2.png);
    position: absolute;
    left: -38px;
    content: "";
    width: 64px;
    height: 64px;
    top: 36px;
}

.keyarea-itemsingle {
    position: relative;
}

.keyarea-inner-parent {
    display: flex;
    justify-content: space-between;
}

.keyarea-inneritems.okclass .keyarea-itemsingle-inner {
    background: #ffe0b5;
}

.keyarea-inneritems.okclass .keyarea-itemsingle-inner:before {
    background: url(../png/ok-2.png);
    position: absolute;
    left: -38px;
    content: "";
    width: 64px;
    height: 64px;
    top: 36px;
}

.keyarea-inneritems.notgoodclass .keyarea-itemsingle-inner {
    background: #fadbd8;
}

.keyarea-inneritems.notgoodclass .keyarea-itemsingle-inner:before {
    background: url(../png/notgood-2.png);
    position: absolute;
    left: -38px;
    content: "";
    width: 64px;
    height: 64px;
    top: 36px;
}

.keyarea-inneritems {
    max-width: 29%;
    flex: 29%;
}

.keyarea-heading {
    padding-bottom: 34px;
}

.tagitemsingle-inner {
    background: #d5f7e3;
    padding: 20px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.tagitem-right-inner {
    display: flex;
    justify-content: space-around;
}

.tagitem-right {
    max-width: 34%;
    flex: 34%;
}

.tagitemsingle-inner .marksign {
    position: absolute;
    left: -38px;
    content: "";
    width: 64px;
    height: 64px;
    top: 17px;
}

.secrecommended {
    margin-top: 88px;
}

.tagitem-right-leftitem div:last-child {
    font-weight: 800;
}

.tagitem-right-rightitem div:last-child {
    font-weight: 800;
}

.tagcontent-inner {
    border: 1px solid #e8e8e8;
    padding: 40px;
}

.tagcontent-inner p {
    color: #2d2d2d;
    font-weight: 300;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
}

.tagcontent-inner h6 {
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #47536b;
}

.perfectformula-inner span {
    display: block;
}

.perfectformula {
    padding-bottom: 40px;
}

.titleimg {
    padding-bottom: 30px;
    padding-top: 10px;
}

.perfectformula-inner span {
    font-family: 'Open Sans';
    color: #2d2d2d;
    font-size: 15px;
}

.bestpractice {
    padding-top: 30px;
}

.bestpractice p {
    margin-bottom: 0;
}

.recommend-tags-item.ok-class .tagitemsingle-inner {
    background: #ffe0b5;
}

.recomend-title {
    padding-top: 40px;
}

.bestpractice div:first-child {
    width: 27px;
    height: 27px;
    background: #3377ff;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans';
    line-height: 27px;
    margin-right: 12px;
}

.bestpractice p {
    margin-bottom: 20px;
    overflow: hidden;
    display: inline-flex;
}

.bestpractice h6 {
    margin-bottom: 20px;
}

.bestpractice ul {
    list-style: none;
    padding-left: 0;
}

.bestpractice ul li {
    display: flex;
}

.bestpractice ul li div:first-child {
    max-width: 3%;
}

.bestpractice ul li div:last-child {
    max-width: 90%;
    flex: 90%;
}

.bestpractice ul li {
    display: flex;
    margin-bottom: 16px;
}

.notgood-class .tagitemsingle-inner {
    background: #fadbd8;
}

.tagsimple-text p:last-child {
    margin-bottom: 0;
}

.notgood-class .tagitem-left h5 {
    color: #e74c3c;
}

.urlstructure div {
    font-family: 'Open Sans';
    font-size: 15px;
}

.urlstructure.badexample {
    padding-top: 40px;
}

.tagitem-left {
    padding-left: 25px;
}

.recommend-tags-item.ok-class.orangetext .tagitem-left h5 {
    color: #eb7d16;
}

.tagitem-left h5 {
    font-weight: 800;
    font-size: 24px;
}

.lightblue-box p {
    background: #ebf8ff;
    padding: 24px;
}

.lightblue-box p a {
    font-weight: 600;
    color: #3377ff;
    font-style: italic;
    font-family: 'Open Sans';
    text-decoration: underline !important;
}

.tagsimple-text strong {
    font-weight: 600;
}

.tagsimple-text a {
    color: #3377ff;
    font-weight: 500;
}

.recommend-tags-item.good-class.googlepreview h5 {
    color: #2ed573;
}

.recommend-tags-item.good-class h5 {
    color: #2ed573;
}

.socialsignal ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}

.socialsignal ul li img {
    margin-right: 10px;
}

.socialsignal ul li {
    margin-right: 30px;
}

.recommend-tags-item {
    margin-bottom: 40px;
}

section.analyser-maincontent {
    background: #ffffff;
}

.analyserreport .indexhomepage-content-inner h1 {
    padding-bottom: 70px;
}

section.analyserempty-space {
    height: 460px;
}

.onpage-analyser .formitem.inputtextitem input:first-child {
    width: 55%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

body.service-template-default.single.single-service.postid-453 #home-process {
    background: #ebf8ff;
}

body.page-ecommerce-seo .homebg-testimonial-inner {
    width: 75%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

body.page-template-page-conversionrateoptimization .homebg-testimonial-inner {
    width: 90%;
    padding: 33px;
}

body.page-template-page-conversionrateoptimization .homebg-testimonial-inner p {
    margin-bottom: 0;
}

body.page-ecommerce-seo .homebg-testimonial-inner p {
    line-height: 28px !important;
}

body.page-ecommerce-seo .triangle-arrow {
    left: 13%;
}

body.page-ecommerce-seo .homebg-right-content img {
    width: 502px;
}

body.page-national-business-seo .homebg-testimonial-inner p {
    padding: 9px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #47536b;
    margin-bottom: 0;
}

body.page-on-page-seo section.simple-text-section.lightsky-color .whitebox-inside {
    border-radius: 10px;
}

body.page-national-business-seo .homebg-left-content p {
    font-weight: 500;
    width: 100%;
}

body.page-national-business-seo .homebg-right-content img {
    width: 521px;
}

body.page-link-cleanup .homebg-testimonial-inner {
    width: 75%;
}

body.page-local-business-seo .homebg-testimonial-inner {
    width: 93%;
    padding: 28px;
}

body.page-local-business-seo .homebg-testimonial-inner strong {
    margin-top: 28px;
    display: inline-block;
}

body.page-on-page-seo .homebg-testimonial-inner {
    width: 73%;
    padding: 30px;
}

body.page-on-page-seo .homebg-testimonial-inner p {
    line-height: 28px;
}

body.page-on-page-seo .triangle-arrow {
    left: 13%;
}

body.page-on-page-seo .homebg-testimonial p:first-child {
    font-weight: 400;
}

body.page-seo-partnership-and-reseller-program .homebg-testimonial-inner {
    width: 88%;
    margin-top: 46px;
}

body.page-template-page-seotraining .homebg-testimonial-inner {
    padding: 30px;
    width: 90%;
}

body.page-template-page-seotraining .homebg-testimonial-inner p strong {
    margin-top: 30px;
    display: inline-block;
}

body.page-social-media-marketing .homebg-testimonial-inner {
    width: 76%;
}

body.page-social-media-marketing .homebg-testimonial-inner p strong {
    margin-top: 20px;
    display: inline-block;
}

body.page-website-design .homebg-testimonial-inner {
    padding: 30px;
    width: 90%;
}

.nav-link.active .usability {
    background: url(../svg/001.svg) no-repeat;
    background-size: 38px 40px;
}

.nav-link.active .graphics {
    background: url(https://usercontent.one/wp/www.improvemysearchranking.com/wp-content/themes/imsr/assets/img/conversion/icons/svg/002.svg) no-repeat;
    background-size: 38px 40px;
}

.nav-link.active .call-to-action {
    background: url(https://usercontent.one/wp/www.improvemysearchranking.com/wp-content/themes/imsr/assets/img/conversion/icons/svg/003.svg) no-repeat;
    background-size: 38px 40px;
}

.nav-link.active .security {
    background: url(https://usercontent.one/wp/www.improvemysearchranking.com/wp-content/themes/imsr/assets/img/conversion/icons/svg/004.svg) no-repeat;
    background-size: 38px 40px;
}

.nav-link.active .social-proof {
    background: url(https://usercontent.one/wp/www.improvemysearchranking.com/wp-content/themes/imsr/assets/img/conversion/icons/svg/005.svg) no-repeat;
    background-size: 38px 40px;
}

.process-tabs a:hover .usability {
    background: url(../svg/001.svg) no-repeat;
    background-size: 38px 40px;
}

.process-tabs a:hover .call-to-action {
    background: url(https://usercontent.one/wp/www.improvemysearchranking.com/wp-content/themes/imsr/assets/img/conversion/icons/svg/003.svg) no-repeat;
    background-size: 38px 40px;
}

.process-tabs a:hover .security {
    background: url(https://usercontent.one/wp/www.improvemysearchranking.com/wp-content/themes/imsr/assets/img/conversion/icons/svg/004.svg) no-repeat;
    background-size: 38px 40px;
}

.process-tabs a:hover .graphics {
    background: url(https://usercontent.one/wp/www.improvemysearchranking.com/wp-content/themes/imsr/assets/img/conversion/icons/svg/002.svg) no-repeat;
    background-size: 38px 40px;
}

.process-tabs a:hover .social-proof {
    background: url(../svg/05.svg) no-repeat;
    background-size: 38px 40px;
}

.usability {
    background: url(../svg/01.svg) no-repeat;
    background-size: 38px 40px;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
}

.graphics {
    background: url(../svg/02.svg) no-repeat;
    background-size: 38px 40px;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
}

.call-to-action {
    background: url(../svg/03.svg) no-repeat;
    background-size: 38px 40px;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
}

.security {
    background: url(../svg/04.svg) no-repeat;
    background-size: 38px 40px;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
}

.social-proof {
    background: url(../svg/05.svg) no-repeat;
    background-size: 38px 40px;
    width: 34px;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
}

body.page-ecommerce-seo section.ecommerce-seo-tranform {
    padding-top: 200px;
}

.page-template-page-conversionrateoptimization .forexample-section-left p {
    padding-right: 0;
    width: 100%;
}

body.page-template-page-conversionrateoptimization section.ecommerce-seo-tranform.white-boxes .localbusiness-heading p {
    font-size: 18px;
    width: 100%;
    line-height: 32px;
    color: #2b2a45;
    font-weight: 400;
    font-family: 'Montserrat';
}

section.onepage-optimization .localbusiness-heading p {
    color: #2b2a45;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    line-height: 32px;
    font-family: 'Montserrat';
}

section.onepage-optimization.linkbuilding .onepage-optimization-heading h3 {
    padding-bottom: 14px;
}

section#home-process.conversion-process .home-process-heading h2 {
    font-weight: 800;
}

.ongoing-process-left p {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #47536b;
}

body.service-national-business-seo section.ecommerce-seo-tranform h2 {
    margin-bottom: 54px;
    display: inline-block;
}

body.service-national-business-seo .seo-tranform-parent p {
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 28px;
}

body.service-national-business-seo .section1-websitedesign .website-design-service-right {
    max-width: 45%;
    flex: 45%;
}

body.service-national-business-seo .section1-websitedesign .website-design-service-left {
    max-width: 45%;
    flex: 45%;
}

body.page-template-page-localbusinessseo section#localbusiness .localbusiness-heading p {
    font-size: 18px;
    line-height: 30px;
}

.threebox-section .threebox-content p {
    line-height: 34px;
}

.mysearchranking-listing p strong {
    color: #47536b;
    font-weight: 600;
    font-family: 'Open Sans';
}

.home-process-heading.text-center h2 {
    padding-bottom: 16px;
}

body.page-template-page-home .bestseo-heading h1 {
    padding-top: 30px;
}

body.page-home section#home-process .home-process-heading h1 {
    padding-top: 50px;
}

.increasingreveneu-left-inner p {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans';
}

.revenue-listing ul li .listingcontent p {
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 26px;
}

.increasingreveneu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.seo-tranform {
    padding-top: 120px;
    padding-bottom: 64px;
}

section.onepage-optimization {
    padding-bottom: 86px;
    padding-top: 120px;
}

.localbusiness-heading.onepageheading {
    padding-top: 0;
    padding-bottom: 70px;
}

.page-home .indexbluebg-content-right img {
    width: 84%;
}

body.page-ecommerce-seo section.ecommerce-seo-tranform p {
    font-size: 15px;
    font-family: 'Open Sans';
    color: #2d2d2d;
    line-height: 26px;
    font-weight: 300;
}

.parentlocalseo-section hr.borderline.container:nth-of-type(3) {
    display: none;
}

.conversionrate-section1 .localbusiness-heading p {
    width: 90%;
}

body.page-template-page-conversionrateoptimization .seo-tranform-item p {
    font-size: 15px;
    font-family: 'Open Sans';
    color: #2d2d2d;
    line-height: 26px;
    font-weight: 300;
}

body.page-template-page-conversionrateoptimization section.onepage-optimization.conversion-clicking .localbusiness-heading {
    padding-top: 0;
}

body.page-template-page-conversionrateoptimization section.onepage-optimization.conversion-clicking .onepage-optimization-inner {
    margin-top: 60px;
}

.conversionrate-section1 .localbusiness-heading {
    padding-top: 0;
}

.conversionrate-section1 {
    padding-top: 120px;
}

.localbusiness-heading p {
    font-size: 18px;
    line-height: 30px;
    color: #2b2a45;
}

body.page-national-business-seo .section.onepage-optimization.white .localbusiness-heading {
    padding-top: 0;
    padding-bottom: 60px;
}

body.page-national-business-seo .section.onepage-optimization.white .onepage-optimization-heading h3 {
    padding-bottom: 10px;
}

body.page-local-business-seo #localbusiness .localbusiness-heading {
    padding-top: 0;
}

body.page-local-business-seo #localbusiness {
    padding-top: 120px;
}

body.page-template-page-seotraining section.localbusiness.seo-section3 .localbusiness-heading {
    padding-top: 0;
}

.threebox-content a {
    color: #3377ff;
    text-decoration: underline !important;
}

.nav-footer ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    padding-left: 51px;
    letter-spacing: 4px;
}

body.page-ecommerce-seo section.localbusiness.section1-websitedesign.ecommerce-section1 .localbusiness-heading {
    padding-top: 0;
}

body.page-ecommerce-seo section.localbusiness.section1-websitedesign.ecommerce-section1 {
    padding-top: 120px;
    padding-bottom: 40px;
}

body.page-ecommerce-seo section.website-discover .localbusiness-heading {
    padding-top: 0;
}

body.page-ecommerce-seo section.website-discover {
    padding-top: 120px;
}

body.page-ecommerce-seo .website-discover .localbusiness-heading p {
    color: white;
    line-height: 30px;
    opacity: 100%;
    font-size: 18px;
}

body.page-template-page-conversionrateoptimization section.ecommerce-seo-tranform.white-boxes .localbusiness-heading {
    padding-top: 0;
}

body.page-template-page-conversionrateoptimization section.ecommerce-seo-tranform.white-boxes {
    padding-top: 120px;
    padding-bottom: 120px;
}

.white-boxes .ecommerce-seo-tranform-parent .seo-tranform-item:last-child {
    margin-bottom: 0;
}

body.page-link-cleanup section.bluewrap .localbusiness-heading {
    padding-top: 0;
}

body.page-link-cleanup section.bluewrap {
    padding-top: 120px;
}

body.page-national-business-seo section.localbusiness.section1-websitedesign.enterprise-section1 .localbusiness-heading {
    padding-top: 0;
}

body.page-national-business-seo section.localbusiness.section1-websitedesign.enterprise-section1 {
    padding-top: 120px;
}

body.page-national-business-seo section.seo-tranform .localbusiness-heading {
    padding-top: 0;
}

body.page-national-business-seo section.onepage-optimization.white .localbusiness-heading {
    padding-top: 0;
}

body.page-national-business-seo section.onepage-optimization.white .localbusiness-heading {
    padding-bottom: 70px;
}

body.page-template-page-conversionrateoptimization section.localbusiness.ecommerce-section1.conversionsection2 .localbusiness-heading {
    padding-top: 0;
}

body.page-template-page-conversionrateoptimization section.localbusiness.ecommerce-section1.conversionsection2 {
    padding-top: 120px;
    padding-bottom: 100px;
}

body.page-template-page-seotraining section.localbusiness.seo-section3 {
    padding-bottom: 100px;
}

body.page-social-media-marketing .section1-socialmediadesign .localbusiness-heading {
    padding-top: 0;
}

body.page-social-media-marketing .section1-socialmediadesign {
    padding-top: 120px;
    padding-bottom: 100px;
}

body.page-website-design section.localbusiness.websitedesign.section1-websitedesign .localbusiness-heading {
    padding-top: 0;
}

body.page-website-design section.localbusiness.websitedesign.section1-websitedesign {
    padding-top: 120px;
}

body.page-website-design .section2-lists ul li:last-child {
    margin-bottom: 0;
}

section.localbusiness.websitedesign.section3-websitedesign .localbusiness-heading {
    padding-top: 0;
}

section.localbusiness.websitedesign.section3-websitedesign {
    padding-top: 120px;
    padding-bottom: 60px;
}

body.page-home ul.rightmost-nav li:last-child a {
    background: white;
}

.form-div.submit {
    margin-bottom: 0;
}

ul.iconbase-text li:last-child {
    margin-bottom: 0;
}

ul.iconbase-text {
    margin-bottom: 0;
}

.whitebox-inside p strong {
    font-weight: 600 !important;
    color: #47536b;
}

section.simple-text-section.lightsky-color p>strong {
    font-weight: bold;
}

.information-listing ul li span {
    font-weight: 400;
    font-family: 'Open Sans';
}

ul.iconbase-text li strong {
    font-weight: 600;
    font-family: 'Open Sans';
    color: #47536b;
}

body.page-national-business-seo .seo-tranform-item p {
    font-weight: 300;
    font-family: 'Open Sans';
    color: #2d2d2d;
    line-height: 26px;
}

ul.page-numbers {
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    list-style: none;
}

ul.page-numbers li {
    margin-right: 18px;
}

span.page-numbers.current {
    border: 1px solid #e2e2e2;
    background: #ebf8ff;
    border-radius: 100px;
}

ul.page-numbers li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #47536b;
    background-color: #fff;
    border: none;
    color: #47536b;
}

span.page-numbers.current {
    border: 1px solid #e2e2e2;
    background: #ebf8ff;
    border-radius: 100px;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #47536b;
}

body.page-link-cleanup .home-process-heading h1 {
    font-size: 50px;
}

body.page-local-business-seo .home-process-heading.text-center h2 {
    font-size: 50px;
}

body.page-website-design .home-process-heading.text-center h2 {
    font-size: 50px;
}

.indexhomepage-content-parent.seoanalyser p {
    font-size: 24px;
    line-height: 38px;
}

#freereport-section .indexhomepage-content-inner p {
    font-size: 24px;
    line-height: 38px;
}

#freereport-section .indexwhitebg-content {
    border-radius: 10px;
}

.contactusform .inputdiv.message-text {
    max-width: 98.5%;
    flex: 98.5%;
}

.contactusform .inputdiv.inputsubmit {
    max-width: 75%;
}

.contactusform .inputdiv.inputsubmit {
    max-width: 75%;
}

.contactusform .inputdiv.message-text textarea {
    width: 100%;
    height: 110px;
    padding: 15px;
    font-size: 14px;
    background: #ebf8ff;
    border: none;
    border-radius: 7px;
}

.inputsubmit-div.inputsubmit input {
    width: 67%;
    background: #3377ff;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat';
    height: 60px;
    border-radius: 100px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contactus-page .indexwhitebg-content-left {
    max-width: 50%;
    flex: 50%;
}

.contactus-page .indexwhitebg-content-right {
    max-width: 50%;
    flex: 50%;
}

.contactus-page .indexwhitebg-content-left img {
    width: 65%;
}

section.contact-info-sec {
    background: #ebf8ff;
    padding-bottom: 120px;
    padding-top: 290px;
}

section.contact-info-sec .heading-text {
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
}

.contact-info-sec-inner {
    display: flex;
    justify-content: space-between;
}

.contact-info-item {
    background: white;
    max-width: 32%;
    flex: 32%;
    padding: 30px 30px 20px 30px;
    position: relative;
    padding-top: 70px;
}

.contact-info-item p {
    font-size: 15px;
    color: #47536b;
    font-weight: normal;
}

.contact-info-item img {
    position: absolute;
    top: -19px;
}

span.phone-text {
    font-weight: 600;
    color: #3377ff;
    font-size: 28px;
}

p.weburls {
    line-height: 28px;
    word-break: break-all;
}

.casestudy-list-page {
    background: #ebf8ff;
}

section.project-filter-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.selection-heading-parent {
    display: flex;
    justify-content: space-between;
}

.selection-heading-left h2 {
    width: 85%;
    line-height: 48px;
}

.selection-heading-right {
    width: 60%;
}

.selection-heading-right p {
    font-size: 15px;
    line-height: 26px;
}

.selection-heading-right p strong {
    font-weight: 600;
}

.selection-heading-left h2 {
    width: 60%;
    line-height: 48px;
}

.filter-buttons {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 100px;
}

.filter-buttons a {
    border: 1px solid #cccccc;
    color: white;
    padding: 10px 23px;
    border-radius: 100px;
    margin-right: 10px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #2b2a45;
}

.filter-buttons a.active {
    background: #47536b;
    color: white;
}

.filter-buttons a:hover {
    background: #47536b;
    color: white;
}

.project-filter-content-parent {
    display: flex;
    flex-wrap: wrap;
}

.filter-img img {
    width: 100%;
}

.project-filter-item {
    max-width: 31.5%;
    flex: 31.5%;
    margin-bottom: 40px;
    border: 1px solid #c3c3c3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 40px;
}

.project-filter-item span {
    background: #47536b;
    color: white;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 100px;
    margin-top: 26px;
    display: inline-block;
    margin-bottom: 26px;
}

.project-filter-item h4 {
    font-weight: 800;
}

.project-filter-item a.readmore {
    color: #3377ff;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    width: 100%;
    float: right;
    font-family: 'Open Sans';
    padding-right: 28px;
    text-decoration: underline !important;
}

.project-filter-item p {
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 26px;
    min-height: 100px;
}

.fiter-content-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.project-filter-content-parent .button-seemore {
    margin: auto;
    margin-top: 90px;
}

.location-page .indexhomepage-content-parent {
    text-align: center;
    margin: auto;
}

.location-page input[type="text"]:first-child {
    width: 86%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    height: 52px;
}

.location-page input[type="text"]:last-child {
    width: 65%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    height: 52px;
    margin-left: 20px;
}

.worldclassseo p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-top: 26px;
}

.worldclassseo {
    padding-top: 125px;
    padding-bottom: 120px;
}

section.simpletext-section.skylightbg {
    background: #ebf8ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.simpletext-section.whitebg {
    background: white;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.simpletext-section h3 {
    padding-bottom: 20px;
}

section.simpletext-section.skylightbg p {
    font-size: 15px;
    line-height: 28px;
    width: 89%;
}

section.simpletext-section.whitebg p {
    font-size: 15px;
    line-height: 28px;
    width: 89%;
}

section.seoservices .heading-text {
    text-align: center;
    width: 100%;
    padding-bottom: 60px;
}

.seoservices-parent {
    width: 80%;
    margin: auto;
}

.seoservices-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seroservices-item {
    max-width: 48%;
    flex: 48%;
    background: white;
    padding: 26px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 16px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 6px 16px rgb(0 0 0 / 10%);
    box-shadow: 0px 6px 16px rgb(0 0 0 / 10%);
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    line-height: 32px;
}

section.seoservices {
    background: #ebf8ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.seroservices-item span {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.seroservices-item img {
    margin-right: 15px;
}

.locationpage-searchranking .mysearchranking-content-parent-right-content {
    display: none;
}

.locationpage-searchranking .mysearchranking-content-parent-right-img {
    position: absolute;
    width: 43%;
    right: 0;
}

.homebg-testimonial.boxtest p {
    font-weight: bold;
}

.homebg-testimonial-img {
    display: flex;
    align-items: center;
}

.ceointro span {
    display: block;
}

.ceointro {
    padding-left: 20px;
}

.ceointro span:first-child {
    font-weight: bold;
    font-size: 18px;
}

.ceointro span:last-child {
    font-size: 14px;
}

.homebg-testimonial.boxtest .homebg-testimonial-inner p {
    margin-bottom: 0;
}

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

.homepagelocalseo1 .heading-text {
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 110px;
}

.homepagelocalseo1 .heading-text p {
    margin-top: 36px;
    font-size: 20px;
    width: 100%;
    line-height: 36px;
}

section.client-logos.locationpagelogos {
    padding-bottom: 120px;
}

.downloadreport-btn {
    position: fixed;
    top: 40%;
    right: 15px;
    z-index: 9999999;
}

.downloadreport-btn a {
    background: #1f499d;
    color: white;
    padding: 15px 27px;
    border-radius: 100px;
    width: 100%;
    display: block;
    text-align: center;
}

a.fixthisissue-btn {
    margin-top: 20px;
}

.downloadreport-btn a:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

span.collapse-section {
    display: none;
}

.profit-calculator-right-inner .collapse:not(.show) {
    display: block;
}

.indexhome ul.rightmost-nav li:last-child a {
    color: white;
}


.indexhome ul.rightmost-nav li a {
    color: white;
}

.casestudydetail-bgimg img {
    width: 100%;
}

section#casestudydetail {
    padding-top: 100px;
    height: 729px;
}

#casestudydetail .heading-parent {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#casestudydetail .heading-left span {
    font-size: 34px;
    color: #47536b;
}

#casestudydetail .heading-right span {
    font-size: 48px;
    font-weight: 800;
    color: #2ed573;
    text-align: right;
    width: 100%;
    float: right;
}

.casestudydetail-bgimg {
    padding-top: 60px;
}

#casestudydetail .heading-right p {
    width: 42%;
    float: right;
    text-align: right;
    color: #47536b;
}

section.casestudy-comment-section {
    padding-top: 183px;
    width: 50%;
    margin: auto;
    padding-bottom: 120px;
}

section.casestudy-comment-section p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #2b2a45;
    line-height: 32px;
}

.casestudy-comment-section .borderline {
    border: 0.5px solid #c4c4c4;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.companylogo img {
    width: 75%;
}

section.exactstrategy {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #ebf8ff;
}

.exactstrategy .heading-text {
    text-align: center;
    width: 100%;
    padding-bottom: 110px;
}

.exactstrategy-parent {
    display: flex;
}

.exactstrategy-left {
    max-width: 60%;
    flex: 60%;
}

.exactstrategy-right {
    max-width: 40%;
    flex: 40%;
}

.exactstrategy-left-inner {
    background: white;
    -webkit-box-shadow: 1px 8px 16px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 8px 16px rgb(0 0 0 / 20%);
    box-shadow: 1px 8px 16px rgb(0 0 0 / 20%);
    margin-right: 80px;
    padding: 44px;
    padding-left: 96px;
    position: relative;
    border-radius: 10px;
}

.exactstrategy-parent h3 {
    margin-bottom: 60px;
}

.exactstrategy-right-item {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    width: 70%;
    border-radius: 10px;
    padding-left: 50px;
    -webkit-box-shadow: 0px 0px 96px rgb(51 119 255);
    -moz-box-shadow: 0px 0px 96px rgb(51 119 255);
    box-shadow: 0px 0px 96px rgb(51 119 255);
    border: none;
    list-style: none;
    border-radius: 10px;
    border: none;
    position: relative;
}

.exactstrategy-right-item .greenbigtext {
    font-size: 40px;
    font-weight: 800;
    color: #2ed573;
}

section.exactstrategy .heading-text p {
    font-size: 26px;
    padding-top: 10px;
}

.bluebigtext {
    font-size: 40px;
    font-weight: 800;
    color: #3377ff;
}

.clientlogo {
    padding-bottom: 46px;
}

.strategy-paragraph p {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}

.exactstrategy-right-item p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.exclamatory-icon {
    position: absolute;
    left: -32px;
    top: 42%;
}

.check-icon {
    position: absolute;
    left: -30px;
    top: 27%;
}

.filterDiv {
    margin: 10px;
    display: none;
    /* Hidden by default */
}


/* The "show" class is added to the filtered elements */

.show {
    display: block;
}


/* Style the buttons */

.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}


/* Add a light grey background on mouse-over */

.btn:hover {
    background-color: #ddd;
}


/* Add a dark background to the active button */

.btn.active {
    background-color: #666;
    color: white;
}

.project-filter-inner {
    width: 100%;
}

div#myBtnContainer button {
    border: 1px solid #cccccc;
    color: #2b2a45;
    padding: 10px 23px;
    border-radius: 100px;
    margin-right: 10px;
    font-family: 'Montserrat';
    font-weight: 400;
    background: none;
    outline: none;
    box-shadow: none;
}

div#myBtnContainer button.active {
    background: #47536b;
    color: white;
}

section.casestudy-simpletext {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.casestudy-simpletext .heading-text {
    text-align: center;
    width: 100%;
    padding-bottom: 60px;
}

.casestudy-simpletext-inner h3 {
    padding-bottom: 24px;
}

.casestudy-simpletext-inner {
    width: 80%;
}

.casestudy-simpletext-inner p {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 28px;
    color: #2d2d2d;
    font-weight: 300;
}

.casestudy-simpletext-inner a {
    color: #3377ff;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline !important;
}

section.keywordstategy {
    background: #ebf8ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.keywordstategy h3 {
    width: 100%;
    padding-bottom: 20px;
}

p.font-light {
    width: 100%;
    font-weight: 400;
    color: #2b2a45;
    font-family: 'Open Sans';
}

p.font-bold {
    font-weight: 600;
    font-family: 'Open Sans';
}

ul.kewordstrategy-listing {
    padding-top: 20px;
    padding-left: 0;
}

section.keywordstategy .bestpractice li p {
    font-family: 'Open Sans';
    font-weight: 300;
    color: #2d2d2d;
    font-size: 15px;
}

section.keywordstategy .bestpractice p {
    margin-bottom: 20px;
    overflow: hidden;
    display: inherit;
    color: #2d2d2d;
}

section.keywordstategy .bestpractice p {
    margin-bottom: 0;
}

.onpageseoamend-inner h3 {
    padding-bottom: 12px;
}

section.keywordstategy .bestpractice li p strong {
    font-weight: bold;
    color: #47536b;
    font-family: 'Open Sans';
}

section.keywordstategy .border-line {
    border: 0.5px solid #c4c4c4;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

p.lastpar {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}

.keywordstategy-inner {
    width: 84%;
}

section.onpageseoamend {
    padding-top: 120px;
    padding-bottom: 120px;
}

.onpageseoamend-inner h3 {
    padding-bottom: 24px;
}

.onpageseoamend-inner p {
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 28px;
    color: #2d2d2d;
    font-size: 15px;
}

.onpageseoamend-inner p.font-bold {
    font-weight: 600;
    margin-top: 30px;
}

.onpageseoamend-inner {
    width: 80%;
}

ul.onpage-listing {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

ul.onpage-listing li span {
    font-size: 15px;
    font-family: 'Open Sans';
    color: #47536b;
}

ul.onpage-listing li {
    max-width: 50%;
    flex: 50%;
    padding-bottom: 15px;
}

ul.onpage-listing li img {
    margin-right: 10px;
}

ul.onpage-listing {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}

.onpageseoamend-inner p strong {
    font-weight: bold;
}

.onpageseoamend-inner a {
    font-weight: 600;
    color: #3377ff;
    font-style: italic;
}

section.linkstrategy-section {
    background: #ebf8ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.linkstrategy-section h3 {
    padding-bottom: 24px;
}

section.linkstrategy-section p {
    font-weight: 300;
    color: #2d2d2d;
    font-size: 15px;
    font-family: 'Open Sans';
}

section.linkstrategy-section p strong {
    font-weight: bold;
}

section.linkstrategy-section p a {
    font-weight: 600;
    color: #3377ff;
    font-style: italic;
    text-decoration: underline !important;
}

.linkstrategy-section-inner {
    width: 80%;
}

section.linkstrategy-section.link-whitebg {
    background: white;
}

section.rankingresult {
    background: #3377ff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.rankingresult .heading-text {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
}

.rankingresult .heading-text h1, .rankingresult .heading-text h2 {
    color: white;
    padding-bottom: 80px;
}

.rankingresult-inner {
    width: 100%;
    background: white;
    border-radius: 10px;
    position: relative;
}

.rankingresult-inner table {
    width: 100%;
    margin: auto;
    border-collapse: inherit;
}

.rankingresult-inner thead.thead-skylight {
    background: #ebf8ff;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rankingresult-inner table th:first-child {
    border-top-left-radius: 10px !important;
    border: none;
    width: 85%;
    padding-left: 40px !important;
}

.rankingresult-inner table tbody tr td:first-child {
    width: 85%;
    padding-left: 40px;
}

.rankingresult-inner table tbody tr td:last-child {
    width: 15%;
    padding-left: 40px;
}

.rankingresult-inner table th:last-child {
    border-top-right-radius: 10px !important;
    border: none;
    width: 20%;
}

.rankingresult-inner thead.thead-skylight th {
    line-height: 45px;
    padding-left: 40px;
}

.rankingresult-inner tbody tr td {
    padding-left: 6px;
    line-height: 40px;
}

.rankingresult-inner thead.thead-skylight tr {
    width: 100%;
}

p.weburls span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.tagitemsingle-inner.mobileapproach {
    display: none;
}

body.page-social-media-marketing .section1-socialmediadesign .website-design-service-right p {
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 28px;
    font-size: 15px;
    color: #47536b;
}

p.weburls span {
    display: block;
    font-size: 14px;
}

.homepagecontact-form .contacttoday-form {
    padding-top: 30px;
    width: 78%;
}

section.contacttoday.homepagecontact-form .form-div {
    max-width: 100%;
    flex: 100%;
}

section.contacttoday.homepagecontact-form .form-div.submit input {
    width: 100%;
}

.indexbluebg-content-left .formitem.formitemsubmit input.wpcf7-form-control.wpcf7-submit:hover {
    background: #1947a4;
    color: white;
    transition: all 0.5s ease;
}

.indexbluebg-content-left .forminside input[type="submit"]:hover {
    background: #1947a4;
    color: white;
    transition: all 0.5s ease;
}

.reserveyourspot-heading a:hover {
    background: #1947a4;
    color: white;
    transition: all 0.5s ease;
}

div#myBtnContainer button:hover {
    background: #47536b;
    color: white;
    transition: all 0.5s ease;
}

.profitcal-item.cal-btn a:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

.blogsidebar-form .input-form input[type="submit"]:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

.seowrong .input-form input[type="submit"]:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

.formitem.inputtextitem input {
    border-radius: 6px;
    border: none;
    height: 49px;
    padding-left: 12px;
}

.formitem.inputtextitem input::placeholder {
    font-size: 14px;
}

.formitem.inputtextitem input {
    border-radius: 6px;
    border: none;
    height: 49px;
    padding-left: 12px;
}

.formitem.inputtextitem input[value="https://www."] {
    font-size: 14px;
}

ul.rightmost-nav li:last-child a:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

body.home ul.rightmost-nav li:last-child a:hover {
    background: #1f5cd7;
    color: white;
    transition: all 0.5s ease;
}

.website-discover-img.mobile-reports {
    display: none;
}

.seosector-bg {
    background: white !important;
}

section.seosectors-intro {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

.seosectors-inner p {
    width: 80%;
    margin: auto;
    padding-top: 40px;
    font-size: 18px;
    color: #2b2a45;
    line-height: 30px;
}

.sector-links-inner {
    display: flex;
    justify-content: space-between;
}

.sector-links-inner a {
    display: block;
    line-height: 38px;
    color: #3377ff;
    font-size: 15px;
    font-family: 'Montserrat';
}

.sector-table-inner {
    width: 82%;
    margin: auto;
    background: white;
    padding: 55px;
    border-radius: 10px;
}

section.sector-table {
    background: #3377ff;
    padding: 120px 0;
}

.sector-table-inner h5 {
    font-weight: 800;
    padding-bottom: 24px;
}

.seosectors-inner h1 {
    font-size: 60px;
    padding-bottom: 30px;
}

.process-tabs-mobile {
    display: none;
}

.contactgeneral .contacttoday-form div.form-div {
    max-width: 75%;
    flex: 75%;
}

.sector-table-inner.otherareas {
    margin-top: 80px;
}

section.sector-table.areacovered h3 {
    text-align: center;
    padding-bottom: 40px;
}

section.sector-table.areacovered .headingtext h3 {
    text-align: center;
    width: 100%;
    color: white;
}

section.sector-table.areacovered .headingtext {
    width: 100%;
    padding-bottom: 50px;
}

.blog-socialshare-listing svg {
    color: #a0a0a0;
}

.blog-socialshare-listing svg {
    color: #a0a0a0;
    margin-right: 10px;
    font-size: 16px;
}

.blogsidebar-form-inner label>span {
    margin-top: 10px;
}

.categories-list ul li:before {
    top: 0;
    left: -5px;
    padding-right: 10px;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
}

.categories-list ul li {
    list-style: none;
}

.categories-list ul {
    padding-left: 5px;
}

.categories-list li {
    line-height: 34px;
}

.website-discover-img.mobilewhatwedo {
    display: none;
}

.blog-socialshare span a svg {
    color: #a0a0a0;
    margin-right: 10px;
    font-size: 16px;
}

span.leftarrow svg {
    margin-right: 10px;
}

span.rightarrow svg {
    margin-left: 10px;
}

.categories-list ul li a {
    font-size: 15px !important;
}

.website-discover-img.whatwedodesktop img {
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
    box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
    margin-right: 20px;
}

.rankingresult-inner.table-responsive .table thead th {
    vertical-align: middle;
    border-bottom: none;
    border: none;
}

.location-template-default .mysearchranking-content-parent-right.mobileview {
    display: none;
}

.profitcal-item.cal-btn input {
    background: #3377ff;
    width: 276px;
    display: inline-block;
    height: 46px;
    border-radius: 100px;
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

select.form-control {
    outline: none;
    box-shadow: none !important;
}

.page-template-page-googlesnippet .indexhome {
    height: 771px;
}

div#guser {
    width: 100%;
}

section.profitcal-searchresult .calculator-container>.search-result {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.keywordcal .indexhomepage-content-inner {
    padding-top: 100px;
}

section.profitcal-searchresult .search-result {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

div#search_result {
    width: 100%;
}

span#searchtotal {
    color: #156bae;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    display: inline-block;
}

span#profit_losing {
    color: #156bae;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    display: inline-block;
}

.boxstyle-body>p {
    font-size: 22px;
    color: #414648;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 36px;
    display: inline-block;
}

.search-result .boxstyle-body {
    text-align: center;
}

.search-result .boxstyle-header {
    background: #f4f4f4;
    padding: 14px 56px;
    font-weight: 600;
    font-size: 16px;
}

.search-result .boxstyle-body {
    padding: 30px;
    min-height: 191px;
}

.search-result-small {
    margin-top: 50px;
}

.search-result-small {
    display: flex;
    justify-content: space-between;
}

.search-result-small .boxstyle {
    max-width: 31%;
    flex: 31%;
    -webkit-box-shadow: 0px 10px 13px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 10px 13px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 13px rgb(0 0 0 / 10%);
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.search-result .boxstyle {
    max-width: 48%;
    flex: 48%;
    -webkit-box-shadow: 0px 10px 13px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 10px 13px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 13px rgb(0 0 0 / 10%);
    border: 1px solid #ededed;
    border-radius: 10px;
}

span#weekly_profit {
    color: #156bae;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    display: inline-block;
}

span#monthly_profit {
    color: #156bae;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    display: inline-block;
}

span#yearly_profit {
    color: #156bae;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    display: inline-block;
}

section.profitcal-searchresult {
    padding-bottom: 120px;
    padding-top: 44px;
}

body.page-template-page-conversionrateoptimization .process-tabs-mobile {
    display: none;
}

body.page-ecommerce-seo .website-discover-img img {
    max-width: 100%;
}

.experthand-inside-parent img {
    -webkit-box-shadow: 0px 8px 37px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 8px 37px rgb(0 0 0 / 50%);
    box-shadow: 0px 8px 37px rgb(0 0 0 / 50%);
    border-radius: 10px;
}

body.page-link-cleanup .process-tabs-mobile {
    display: none;
}

body.page-ecommerce-seo .website-discover-img.mobile-discovered {
    display: none;
}

body.page-template-page-conversionrateoptimization section.localbusiness.ecommerce-section1.conversionsection2 .website-design-service-left-img img {
    border: 47px solid white;
    -webkit-box-shadow: 0px 16px 76px 0px rgb(51 119 255 / 38%);
    -moz-box-shadow: 0px 16px 76px 0px rgb(51 119 255 / 38%);
    box-shadow: 0px 16px 76px 0px rgb(51 119 255 / 38%);
    border-radius: 10px;
    width: 63%;
    margin: auto;
    display: block;
}

body.page-template-page-conversionrateoptimization .section1-design-service-parent:last-child .website-design-service-left img {
    border: none !important;
    width: 80%;
    box-shadow: none !important;
    margin: auto;
    display: block;
}

body.page-template-page-conversionrateoptimization section.localbusiness.ecommerce-section1.conversionsection2 .localbusiness-heading {
    padding-top: 0;
    margin-bottom: 80px;
}

body.page-template-page-conversionrateoptimization .section1-design-service-parent:last-child {
    margin-top: 100px;
}

div#guser {
    width: 100% !important;
}

section#freereport-section.analyserreport {
    margin-top: 0;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}

div#myModall h4.modal-title {
    font-size: 16px;
    padding-top: 5px;
    padding-right: 20px;
}

div#myModall .modal-footer button {
    border-radius: 100px;
    border: none;
    padding: 7px 20px;
    margin: auto;
}

div#myModall .modal-content {
    padding: 20px;
}

div#myModall .modal-dialog {
    max-width: 553px;
    margin: 1.75rem auto;
}

div#myModall input.btn.btn-normal {
    display: inline-block;
    /* width: 100%; */
    background: #3377ff;
    padding: 11px 38px;
    color: white;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 9px;
}

div#myModall form#subForm input {
    outline: none;
    box-shadow: none;
}

#myModall form#subForm label {
    font-size: 13px;
    color: #47536b;
    font-weight: normal;
    font-family: 'Montserrat';
}

#myModall button.close {
    float: right;
    position: absolute;
    right: 14px;
    top: 17px;
    outline: none;
    box-shadow: none;
}

body.page-local-business-seo .process-tabs-mobile {
    display: none;
}

body.page-on-page-seo .process-tabs-mobile {
    display: none;
}

img.whychooseus-desktop {
    display: none;
}

#seo-page-new .google-section {
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 100% !important;
    -webkit-box-shadow: 0px 6px 16px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 6px 16px rgb(0 0 0 / 10%);
    box-shadow: 0px 6px 16px rgb(0 0 0 / 10%);
}

.modal-content.animate-bottom {
    -webkit-box-shadow: 2px 5px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 2px 5px 15px rgb(0 0 0 / 30%);
    box-shadow: 2px 5px 15px rgb(0 0 0 / 30%);
    border: none;
}

#myModal .modal-body {
    padding: 0;
}

#myModal .modal-header {
    border: none;
    padding: 19px;
    padding-bottom: 0;
}

div#myModal {
    padding-left: 20px;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

.blog .modal-backdrop.fade.show {
    display: none;
}

.blog .modal {
    position: fixed;
    top: inherit;
    left: inherit;
    z-index: 0;
    display: none;
    width: 427px;
    height: inherit;
    overflow: hidden;
    outline: 0;
    right: 0;
    bottom: -17px !important;
}

body.page-template-page-seotraining .process-tabs-mobile {
    display: none;
}

.bar.h-form-progress {
    background: #86eb99;
    margin-top: 10px;
    border-radius: 100px;
    padding-left: 17px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    font-weight: 500;
}

body.page-website-design .process-tabs-mobile {
    display: none;
}

body.page-contact .indexhome {
    height: inherit;
    background: #3377ff;
}

body.page-ecommerce-seo .ecommerce-seo-tranform-parent .seotranform-icon img {
    width: 64px;
    height: auto;
}

body.page-local-business-seo .threebox-section-icon img {
    width: 64px;
    margin-top: -16px;
}

body.page-on-page-seo section.simple-text-section.lightsky-color .whitebox-inside img {
    width: 64px;
}

body.page-template-page-seotraining .threebox-section-icon img {
    width: 64px;
    margin-top: -16px;
}

body.page-social-media-marketing .threebox-section-icon img {
    width: 64px;
    margin-top: -16px;
}

body.page-social-media-marketing .threebox-content {
    min-height: 196px;
}

input#url {
    color: #8d93a0 !important;
    font-size: 13px !important;
    font-family: 'Open Sans';
    opacity: 100% !important;
}

input#searchkeyword::placeholder {
    color: #8d93a0 !important;
    font-size: 13px !important;
    font-family: 'Open Sans';
    opacity: 100% !important;
}

div#myModal.show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

div#myModal.close {
    opacity: 0;
    /* close state is hidden and off screen */
    bottom: -300px;
}

div#myModal button.close {
    border: none;
    outline: none;
}

input#url::placeholder {
    color: #8d93a0 !important;
    font-size: 13px !important;
    font-family: 'Open Sans';
    opacity: 100% !important;
}

.contactdetailclass {
    color: #b7b7b7;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 8px;
}

.footer-div.contactus-footer li:last-child {
    display: flex;
}

.display-title input#in_url {
    color: black !important;
}

.contactdetailclass div {
    line-height: 20px;
}

section.keywordcal-freespace {
    display: none;
}

.contacttoday-heading .contacttoday-form {
    display: none;
}

div#gcontainer {
    margin-left: -29px;
}

.howdowedo-parent img {
    width: 284px;
}

body.landing-page-template-default div#navigation-bar {
    background: #3377ff !important;
}

body.landing-page-template-default .navbar a {
    color: #ebf8ff;
}


body.landing-page-template-default .mysearchranking-content-parent-right.mobileview {
    display: none;
}

section#freereport-section.contactus-page {
    background: #3377ff;
    height: 600px;
    margin-top: 0;
}

body.landing-page-template-default .indexbluebg-content-right img {
    width: 86%;
}

body.landing-page-template-default .localseo-inner-right {
    max-width: 52%;
    flex: 52%;
    padding-left: 40px;
}

body.landing-page-template-default .localseo-inner-left {
    position: relative;
    max-width: 48%;
    flex: 48%;
}

.seowrong section#text-4 h5 {
    margin-bottom: 0;
    margin-left: -5px;
}

.seowrong .blogsidebar-form {
    background: #ebf8ff;
    padding: 14px 0px;
}

section.blogmain-content .seowrong {
    background: #ebf8ff;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 40px;
}

section.blogmain-content .seowrong .input-form input {
    background: white;
}

section.blogmain-content .seowrong input[type="submit"] {
    background: #3377ff !important;
}

.modal .seowrong .blogsidebar-form {
    background: white;
}

.blogsidebar-form-inner span.wpcf7-spinner {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-left: 0;
    background: none;
    border: 2px solid #3377ff;
}

.freebook .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-size: 14px;
    font-weight: 500;
}

.indexhomepage-content-parent {
    padding: 60px 0 10px;
    text-align: center;
    margin: auto;
    width: 100%;
}

.thankyou-page .indexhomepage-content-parent .indexhomepage-content-inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.thankyou-page .indexhomepage-content-parent .indexhomepage-content-inner a {
    display: inline-block;
    margin-top: 40px;
    background: white;
    padding: 10px 33px;
    border-radius: 100px;
    color: #3377ff;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
}

/* By Muneeba[2023-02-02]:Added page-sales class css */
body.page-home .indexhomepage-content-inner span,
body.page-sales .indexhomepage-content-inner span {
    font-weight: 800;
    color: white;
    padding-bottom: 20px;
    font-size: 72px;
    line-height: 80px;
    display: inline-block;
    font-family: 'Montserrat';
}

body.page-sales .vimeovideo-inner iframe {
    border-radius: 22px;
}

body.page-home .home-process-heading h2 {
    text-align: center;
}

/* body.landing-page-template-default .localseo-inner-left img {
    height: 364px;
    object-fit: cover;
    border-radius: 10px;
} */

/* By Muneeba[2023-02-02]: Added sales page css */
body.page-home .localseo-inner-left img,
body.landing-page-template-default .localseo-inner-left img,
body.page-sales .localseo-inner-left img {
    height: 364px;
    object-fit: cover;
    border-radius: 10px;
}

.footer-div.contactus-footer ul li {
    display: flex;
}

.contactindex {
    height: inherit;
}

.calendly-parent {
    width: 100%;
}

section#freereport-section.calendly-page {
    background: #3377ff;
    height: 600px;
    margin-top: -2px;
}

section.contact-info-sec.contactinfo-calendly {
    padding-top: 476px;
}

body.page-home .contacttoday-form .form-div {
    max-width: 49%;
    flex: 49%;
    margin-bottom: 30px;
}

.calendly-page .indexhomepage-content-parent {
    padding-bottom: 10px;
}

#cnt {
    padding-top: 0 !important;
}

.googlesnippet-content {
    box-shadow: 0px 6px 16px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.freereport-page .indexhomepage-content-inner {
    padding-top: 80px;
}

.googlesnippet-content input {
    border: none !important;
    border-radius: 6px;
    margin-bottom: 16px;
}

.googlesnippet-content textarea {
    border: none !important;
    border-radius: 6px;
    margin-bottom: 16px;
}

td.lst-td input {
    border-radius: 100px;
}

span#gbe a {
    padding-top: 15px;
}

.lsbb img {
    margin-top: -1px !important;
}

.ds {
    border-right: none !important;
}

div#gbar .gb1:first-child:before {
    top: 102px !important;
}

span.checkbox input {
    margin-bottom: 0;
}

body.page-strategic-seo-calls div#navigation-bar.indexhome {
    height: inherit;
}

body.page-strategic-seo-calls section.contact-info-sec {
    padding-top: 460px;
}

section.simpletext-section.skylightbg h4 {
    display: block;
    width: 100%;
}

body.landing-page-template-default h2 {
    font-size: 44px;
    text-align: center;
}

section.simpletext-section.skylightbg h5 {
    display: block;
    width: 100%;
}

.location-page .indexhomepage-content-inner h1 span {
    font-size: 30px;
}

.location-page .indexhomepage-content-parent h1 {
    margin-bottom: 0;
}

section.worldclassseo h5 {
    padding-top: 20px;
    font-weight: 800;
    line-height: 30px;
}

section.simpletext-section.skylightbg h5 {
    font-weight: 800;
}

section.simpletext-section.skylightbg h5 {
    padding-top: 20px;
}

section.whattoexpect {
    padding-top: 460px;
    background: #ebf8ff;
    padding-bottom: 90px;
}

section.whattoexpect .heading-text {
    width: 100%;
    text-align: center;
}

.whattoexpect-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
}

.expectitem {
    max-width: 32%;
    flex: 32%;
    background: white;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.expectitem p {
    font-size: 15px;
}

.expectitem img {
    width: 40px;
    margin-top: -62px;
}

.whattoexpect-inner .expectitem:nth-of-type(3) img {
    width: 39px;
}

.expectitem h5 {
    font-weight: 800;
}

ul li.bolddot {
    padding-bottom: 20px;
}

body.page-seo-solutions .mysearchranking-content-parent-right.mobileview {
    display: none;
}

.homepagelocalseo1.locationpagelocalseo {
    padding-bottom: 0 !important;
    padding-top: 120px !important;
}

.emptySpace {
    height: 600px;
}

.indexhome.freereportpage {
    height: inherit;
}

body.page-free-seo-report .indexhomepage-content-parent {
    padding-top: 70px;
}

section.privacypolicy {
    padding-top: 40px;
}

.homepagelocalseo1.locationpagelocalseo .parentlocalseo-section {
    padding-bottom: 10px;
}

section.worldclassseo h2 {
    text-align: center;
}

body.page-sitemap header.entry-header {
    /*    background: #3377ff;*/
    padding: 24px 24px 40px 0;
    text-align: center;
}

.simple-sitemap-wrap {
    padding-top: 0px;
}

body.page-sitemap header.entry-header h1 {
    color: #47536b;
    text-transform: capitalize;
    text-align: left;
}

body.casestudy-template-default .contactgeneral .contacttoday-form div.form-div {
    max-width: 100%;
    flex: 100%;
}

.footer-div.contactus-footer a img {
    width: 27px;
}

.logo-footer {
    width: 156px;
}

.blogpost-small-img img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover;
}

body.page-case-studies .contactgeneral .contacttoday-form div.form-div {
    max-width: 100%;
    flex: 100%;
}

body.page-local-business-seo .threebox-content {
    min-height: 210px;
}

body.page-contact .modal-backdrop.fade.show {
    display: none;
}

div#myModal.modal {
    position: fixed;
    top: inherit;
    left: inherit;
    z-index: 9999;
    display: none;
    width: 427px;
    height: inherit;
    overflow: hidden;
    outline: 0;
    right: 0;
    bottom: -17px !important;
}

a.insideblogmodal {
    font-weight: 600;
    color: #3377ff;
}

#myModal-blog h4.modal-title {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 0px;
    text-align: center;
}

#myModal-blog form#in_post_form input {
    width: 83%;
    margin: auto;
    display: block;
    margin-bottom: 11px;
    padding: 12px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    background: #ebf8ff;
    color: white;
}

#myModal-blog button.btn.btn-success {
    background: #3377ff !important;
}

#myModal-blog button.close {
    position: absolute;
    right: 15px;
}

div#myModal-blog .modal-content {
    margin-top: 50px;
}

body.page-about .contactgeneral .contacttoday-form div.form-div {
    max-width: 100%;
    flex: 100%;
}

section.simpletext-section.skylightbg ul {
    padding-left: 6px;
}

.popularpost-small-img img {
    object-fit: cover;
}

.bootbox.modal.fade.bootbox-alert.show {
    z-index: 999999;
    background: none;
}

.bootbox.modal.fade.bootbox-alert.show button.btn.btn-primary {
    background: #3377ff;
    margin: 0;
}

.thankyou-page .indexhomepage-content-parent {
    padding-top: 0;
    padding-bottom: 0;
}

.simple-sitemap-wrap.apps {
    display: none;
}

.simple-sitemap-wrap.books {
    display: none;
}

.simple-sitemap-wrap.case-study {
    display: none;
}

.simple-sitemap-wrap.entrepreneur-interview-series {
    display: none;
}

.modal-backdrop.fade.show {
    display: none;
}

.light-bg-nav .mycustomnavbar .mycustomnavbar .navbar-toggler-icon {
    border-bottom: 3px solid black !important;
}

.light-bg-nav .mycustomnavbar .navbar-toggler-icon:after,
.light-bg-nav .mycustomnavbar .navbar-toggler-icon:before {
    background-color: black !important;
}

.light-bg-nav .mycustomnavbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.light-bg-nav .mycustomnavbar .navbar-toggler-icon {
    border-bottom: 3px solid black;
}

.links-left a#sit_url {
    word-break: break-word;
}

.profitcal-item input {
    background: white;
    border: 1px solid #ced4da;
    padding: 6px;
    padding-left: 17px;
    border-radius: 4px;
}

.blogmain-paragraph img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blogmain-paragraph h2 {
    margin-top: 40px;
    padding-bottom: 16px;
}

.blogpost-small-content {
    margin-right: 10px;
}

.blogmain-content iframe {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.blogmain-content .blogmaincontent-parent img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.blog-author span img {
    width: inherit !important;
}

.blog-author span:last-child {
    display: flex;
}

.datecomment-div span svg {
    margin-right: 4px;
}

.blogmain-paragraph strong {
    margin-top: 30px;
    margin-bottom: 10px;
}

.blogmain-paragraph ul {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

.blogmain-paragraph a {
    color: #3377ff;
    font-weight: 600;
}

.project-filter-content-parent .filter-img img {
    width: 100%;
    max-height: 223px;
    object-fit: cover;
}

body.page-id-1382 .worldclassseo .bestseo-heading h2 {
    padding-top: 105px;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

body.page-template-page-seotraining .threebox-section-item:nth-of-type(3) .threebox-content {
    min-height: 100%;
}

.blog-category-tags {
    display: block !important;
}

.style-link {
    color: #3377ff !important;
    text-decoration: underline !important;
    font-style: italic !important;
}

#imsr_topbar {
    width: 100%;
    background: white;
    top: 0;
    position: fixed;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111;
}

.imsr_topbar_p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #007bff;
}

.imsr_topbar_a {
    background-color: #007bff;
    height: 40px;
    border-radius: 30px;
    display: flex;
    padding: 5px 15px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    align-items: center;
    margin-left: 15px;
}

.imsr_analyser_form_a {
    background-color: #007bff;
    height: 40px;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    align-items: center;
    float: left;
}

.panel {
    /*box-shadow: 0px 0px 15px #e3e3e3;*/
    border-radius: 6px;
    background: #fff;
}

.panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #47536B;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 24px;
    background-color: #ffffff;
    border-radius: 8px;
}

.panel-heading i {
    color: #3377fe;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
    float: right;
    margin-left: auto;
}

.panel-collapse p {
    padding: 0px 20px 20px 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.panel-heading i.fa-times {
    color: #000 !important;
}

.header-link {
    display: flex;
    width: 100%;
    padding: 20px 5px 18px 20px;
    font-weight: bold;
    align-items: center;
}

.header-link.fa-plus::before {
    display: none;
}

.panel-collapse {
    font-size: 16px;
    font-weight: 300;
}

.faq-section {
    background: #3377FE;
    padding: 100px 0px;
}

.panel-heading:hover {
    text-decoration: none;
    color: #47536B;
}

.faq-title {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}

.header-link span {
    width: 70%;
}

.header-link span:nth-child(1)::before {
    display: none;
}

.indexhome.analyse-indexhome nav.navbar.navbar-expand-custom {
    z-index: 1111;
}

/* By Muneeba[2023-02-02] */
.page-id-11658 #navigation-bar,
.page-id-21300 #navigation-bar {
    margin-top: 0px !important;
}