﻿html
{
    scroll-behavior: smooth;
    user-select: none;
}
body
{
    font-family: 'Open Sans',sans-serif;
    color: #222;
}
a:hover
{
    text-decoration: none;
}
.btn-common
{
    background: #fff0;
    width: 140px;
    padding: 10px;
    border: 1px solid #f58220;
    border-radius: 0;
    color: #f58220;
    font-weight: bold;
    transition: .3s;
}
.btn-common:focus
{
    box-shadow: none;
}
.btn-common:hover, .btn-common.active, .btn-common:active
{
    background: #f58220;
    color: #fff;
    text-decoration: none;
}
.head-common
{
    display: table;
    font-size: 42px;
    color: #0f3557;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 0 auto 100px auto;
}
.head-common::after
{
    background: url(../images/hd-plane.png) bottom left no-repeat;
    background-size: 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: translate(-60px,-40px);
}
.c-h4
{
    font-size: 20px;
    font-weight: bold;
}
.hdr
{
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 16px 0 #0003;
}
.hdr .discount
{
    display: flex;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    color: #0f3557;
}
.hdr .discount p
{
    margin: 0 20px 0 5px;
    font-size: 24px;
}
.hdr .discount p span
{
    color: #f58220;
    font-weight: bold;
}
.hdr .discount .proposal-btn
{
    margin-left: 5px;
}
.hdr .logo img
{
    width: 100%;
    max-width: 150px;
}
.hdr.nav_sticky
{
    position: fixed;
    top: 0;
    background: #fffffff2;
    transition: .3s;
    z-index: 999;
    width: 100%;
}
.hdr.nav_sticky .discount
{
    float: right;
}
.frm
{
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 0 26px #0001;
    background: #fff;
}
.frm input::placeholder, .frm textarea::placeholder, .frm select
{
    color: #444;
}
.frm input, .frm select, .frm textarea
{
    outline: 0;
    border-color: #fff0 #fff0 #555 #fff0;
    border-radius: 0;
    margin-bottom: 20px;
    color: #222;
}
.frm input:focus, .frm select:focus, .frm button:focus, .frm textarea:focus
{
    outline: 0!important;
    box-shadow: none!important;
    border-color: #fff0 #fff0 #555 #fff0!important;
    border-bottom: 1px;
}
.bnr-frm select, .get-frm select
{
    margin-bottom: 40px;
}
.frm button
{
    margin: auto;
    text-align: center;
    display: block;
}
.bnr
{
    width: 100%;
}
.bnr-txt h1
{
    font-size: 70px;
    font-weight: bold;
    color: #0f3557;
    margin-bottom: 30px;
}
.bnr-txt h1 span
{
    font-size: 100px;
    color: #f58220;
}
.bnr-txt p
{
    font-size: 24px;
}
.ind-bnr .bnr-frm, .get-frm
{
    box-shadow: 0 0 26px #f5822066;
    border-top: 4px solid #f58220;
}
.certified-img
{
    margin-bottom: 30px;
}
.certified-img img
{
    max-width: 100%;
}
.icn
{
    height: 68px;
    width: 60px;
    line-height: 60px;
    background: url(../images/icon-bg.png) center no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.stat-item ul
{
    list-style: none;
    padding-left: 0;
}
.stat-item li
{
    font-size: 22px;
}
.stat-item li i
{
    margin-right: 20px;
}
.stat-logo-img
{
    width: 100%;
    max-width: 240px;
}/* pricing page------- */
.pricing-pg .btn-exp
{
    position: relative;
    width: 30%;
}
.pricing-pg .btn-exp::after
{
    position: absolute;
    content: "7003 941 041";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 10px;
    background: #f58220;
    opacity: 0;
}
.pricing-pg .btn-exp:hover::after
{
    opacity: 1;
    transition: .5s;
}
.pricing-pg.hdr .discount p
{
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.pricing-pg.hdr.nav_sticky .discount p
{
    justify-content: flex-end;
}
.pricing-pg.hdr.nav_sticky .discount
{
    width: 100%;
}
.pricing-pg .bnr-txt h1
{
    font-size: 40px;
    margin-bottom: 40px;
}
.pricing-pg .bnr-txt h3
{
    font-size: 30px;
    color: #0f3557;
    font-weight: bold;
    margin-bottom: 20px;
}
.pricing-pg .bnr-txt span
{
    font-size: 40px;
}
.pricing-pg .bnr-frm
{
    position: relative;
    margin-top: 30px;
    border: 2px solid #f58220;
}
.pricing-pg .bnr-frm::after
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    content: 'CHECK PRICING';
    padding: 10px;
    background: #0f3557;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 70%;
    text-align: center;
    border-radius: 10px;
}
.pricing-pg input[type="radio"]
{
    margin-bottom: 0;
}
.pricing-pg.bnr
{
    background: url(../images/bg-shape1.png) top left 10px no-repeat,url(../images/bg-shape3.png) bottom 0 left 5% no-repeat;
}
.pricing-pg .bnr-frm .lbl
{
    color: #0f3557;
    font-weight: bold;
}
.pricing-pg .frm input, .pricing-pg .frm select, .pricing-pg .frm textarea
{
    border-color: #fff0 #fff0 #0000004d #fff0;
}
.web-url-text
{
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #0000004d;
    padding: 5px;
}/*check box and radio button*/
.btn_choose_sent input
{
    -webkit-appearance: none;
    display: block;
    margin: 10px;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
    background-color: hsl(28deg 76% 80%);
    background-image: -webkit-radial-gradient(#fff 0%,#fff 15%,#fff 28%,#fff 70%);
    background-repeat: no-repeat;
    -webkit-transition: background-position .15s cubic-bezier(.8,0,1,1),-webkit-transform .25s cubic-bezier(.8,0,1,1);
    outline: none;
}
.btn_choose_sent input:checked
{
    -webkit-transition: background-position .2s .15s cubic-bezier(0,0,.2,1),-webkit-transform .25s cubic-bezier(0,0,.2,1);
}
.btn_choose_sent input:active
{
    -webkit-transform: scale(1.5);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0,0,.2,1);
}
.btn_choose_sent input, .btn_choose_sent input:active
{
    background-position: 0 24px;
}
.btn_choose_sent input:checked
{
    background-position: 0 0;
}
.btn_choose_sent input:checked~input, .btn_choose_sent input:checked~input:active
{
    background-position: 0 -24px;
}
.btn_choose_sent
{
    background: #ef2d56;
    color: #fff;
    box-shadow: 0 10px 20px rgb(125 147 178/30%);
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    height: auto;
    cursor: pointer;
    position: relative;
    outline: none;
}
.btn_choose_sent input
{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    top: 2px;
}
.btn_choose_sent input:after
{
    position: absolute;
    content: '';
    width: 10rem;
    left: 0;
    right: 0;
    height: 40px;
    top: -10px;
}
.bg_btn_chose_1
{
    background-color: #ef9f5b!important;
    margin-bottom: 15px;
}
.btn_choose_sent_check_b
{
    background: #ef2d56;
    color: #fff;
    box-shadow: 0 10px 20px rgba(125,147,178,.3);
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 10px;
    padding: 16px 20px 16px 46px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-right: 30px;
    transition: all .3s;
    height: auto;
    cursor: pointer;
    position: relative;
    outline: none;
}
.checkbox-frm
{
    display: block;
    margin-bottom: 15px;
}
.checkbox-frm input
{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox-frm label
{
    position: relative;
    cursor: pointer;
    padding-left: 34px;
}
.checkbox-frm label:before
{
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #f58220;
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox-frm input:checked+label:after
{
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #f58220;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
input::calendar-picker-indicator
{
    position: relative;
    z-index: 99999999999999;
    display: block!important;
}/*.bnr-frm input#datepicker {width: 100%;position: relative;background-color: #fff;}
.bnr-frm input[type="date"]::-webkit-calendar-picker-indicator {display: none; -webkit-appearance: none; width: 15px; padding: 0px; margin: 0px; margin-top: 10px; }
.bnr-frm input#datepicker::before {z-index: 9;content: ""; position: absolute; width: 20px; height: 20px; background-image: url('/seo-for-small-business/img/clndr.png'); right: 0; background-repeat: no-repeat; background-position: center center; background-size: contain; }
*//*multipel selectio*/
span.select2.select2-container.select2-container--default
{
    width: 100%!important;
}
.select2-container--default .select2-selection--multiple
{
    border: none;
    border-radius: 0;
    cursor: text;
    border-bottom: 1px solid #555;
}
.select2-selection__rendered input.select2-search__field
{
    margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background-color: #e4e4e400!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    padding: 0 .75rem!important;
}
span.select2-selection.select2-selection--multiple
{
    position: relative;
}
span.select2-selection.select2-selection--multiple::before
{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 7px;
    background-image: url('/seo-for-small-business/img/arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
}/*footer*/
.footer-form input[type=submit]
{
    padding: 11px 30px;
    background: #0f3557;
    color: #fff;
    border: 0;
}
.footer-form input[type=submit]:hover
{
    background: #f58220;
}
.footer-logo
{
    margin-bottom: 40px;
}
footer h6
{
    font-size: 20px;
}
.footer-top
{
    padding-bottom: 30px;
    border-bottom: 1px #8ea0b0 solid;
}
.footer-form input[type=email]
{
    border: 1px #000 solid;
    padding: 10px;
    width: 280px;
    outline: 0;
    margin-right: 10px;
}
.footer-right
{
    text-align: right;
}
.footer-links a
{
    display: inline-block;
    color: #000;
    margin-bottom: 30px;
}
.footer-links a:not(:last-child)
{
    margin-right: 50px;
}
.footer-links a:hover
{
    color: #f58220;
    font-weight: 700;
}
.footer-social
{
    display: flex;
    justify-content: flex-end;
}
.footer-social a
{
    filter: brightness(0);
}
.footer-social a:not(:last-child)
{
    margin-right: 12px;
}
.footer-social a:hover
{
    filter: brightness(1);
}
.footer-bottom p
{
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
}
.footer-form .clear
{
    display: inline;
}
.pricing-pg .intl-tel-input
{
    width: 100%;
    margin-bottom: 20px;
}
::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
}
.pricing-pg .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag
{
    background-color: #0000;
}
.intl-tel-input.allow-dropdown .selected-flag
{
    outline: 0;
    border: 0;
}
@media only screen and (min-width: 1600px)
{
    .fxd-btn-mobile
    {
        display: none;
    }
}
@media only screen and (max-width: 1600px)
{
    .fxd-btn-mobile
    {
        display: none;
    }/*.bnr-txt h1{font-size:56px;}
.bnr-txt h1 span{font-size:62px;}*/
    .bnr-txt p, .grow p
    {
        font-size: 16px;
    }
    .bnr-txt p, .grow p
    {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1299px)
{
    .footer-form input[type=email]
    {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px)
{
    .bnr-txt h1
    {
        font-size: 40px;
    }
    .bnr-txt h1 span
    {
        font-size: 45px;
    }
    .bnr-txt p, .grow p
    {
        font-size: 16px;
    }
    .bnr-txt p, .grow p
    {
        font-size: 16px;
    }
    .stat-item li
    {
        font-size: 20px;
    }
    .hdr .discount p
    {
        font-size: 18px;
    }
    .footer-left
    {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-right
    {
        text-align: center;
    }
    .footer-social
    {
        justify-content: center;
    }
    .footer-logo
    {
        text-align: center;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px)
{
    .hdr .logo
    {
        text-align: center;
        margin-bottom: 20px;
    }
    .hdr .discount
    {
        justify-content: center;
    }
    .bnr-txt
    {
        text-align: center;
        margin-bottom: 40px;
    }
    .stat-item ul
    {
        margin: auto;
        display: table;
    }
    .stat-item li
    {
        margin-left: 0!important;
        text-align: left;
    }
    .hdr.nav_sticky .col-md-3
    {
        width: 40%!important;
    }
    .hdr.nav_sticky .col-md-9
    {
        width: 60%!important;
        padding-left: 0;
    }
    .hdr.nav_sticky .discount p, .hdr.nav_sticky .discount i
    {
        text-align: right;
        margin: 0;
        font-size: 16px!important;
    }
    .hdr.nav_sticky .logo
    {
        margin-bottom: 0;
        max-width: 100px;
    }
    .hdr.nav_sticky .discount
    {
        align-items: flex-end;
    }
    .hdr.nav_sticky .discount .btn-common
    {
        width: auto;
        padding: 4px 10px;
        text-align: right;
    }
    .pricing-pg .btn-exp
    {
        width: 100%;
        text-align: center!important;
        float: right;
    }
    .pricing-pg.hdr.nav_sticky .btn-exp
    {
        text-align: center!important;
    }
    .footer-logo img
    {
        width: 150px;
    }
}
@media only screen and (max-width: 575px)
{
    .frm
    {
        padding: 30px 20px;
    }
    .fea-item h5, .c-h4, .stat-item li, .hdr .discount p
    {
        font-size: 16px;
    }
    .hdr
    {
        padding: 5px 0!important;
    }
    .hdr .row
    {
        margin-left: -10px;
        margin-right: -10px;
    }
    .hdr .discount
    {
        flex-direction: column;
    }
    .hdr .discount p
    {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .hdr.nav_sticky .discount p, .hdr.nav_sticky .discount i
    {
        font-size: 10px!important;
    }
    .stat-item li i
    {
        margin: 0 8px 5px 0;
    }
    .bnr-txt h1, .pricing-pg .bnr-txt h1, .pricing-pg .bnr-txt h1 span
    {
        font-size: 25px;
    }
    .bnr-txt h1 span
    {
        font-size: 30px;
    }
    .bnr-txt p, .grow p
    {
        font-size: 14px;
    }
    .icn
    {
        margin-bottom: 10px;
    }
    .pricing-pg .bnr-txt h3
    {
        font-size: 20px;
    }
    .stat-item
    {
        margin-bottom: 20px;
    }
    .pricing-pg .btn-exp
    {
        white-space: nowrap;
        width: auto;
        padding: 10px 20px;
    }
    .pricing-pg .bnr-frm::after
    {
        font-size: 20px;
    }
    .pricing-pg .frm
    {
        padding: 40px 25px;
    }
    .bg_btn_chose_1
    {
        font-size: 14px;
        margin-right: 8px;
    }
    .bnr-frm input#datepicker
    {
        width: 100%;
        position: relative;
        background-color: #fff;
    }
    .bnr-frm input[type="date"]::-webkit-calendar-picker-indicator
    {
        display: none;
        -webkit-appearance: none;
        width: 15px;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }
    .bnr-frm input#datepicker::before
    {
        z-index: 9;
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url('/seo-for-small-business/img/clndr.png');
        right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    .footer-form input[type=email]
    {
        width: 200px;
        margin-right: 4px;
    }
    .footer-links a:not(:last-child)
    {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 380px)
{
    .btn-exp
    {
        font-size: 12px;
    }
    .icn
    {
        width: 40px;
        height: 44px;
        line-height: 44px;
    }
    .stat-item li
    {
        font-size: 14px;
    }
    .pricing-pg .frm
    {
        padding: 40px 20px;
    }
    .footer-form input[type=email]
    {
        padding: 6px 10px;
        width: 190px;
    }
    .footer-form input[type=submit]
    {
        padding: 7px 15px;
    }
    .hdr.nav_sticky .discount p span
    {
        display: block;
    }
}