.tbheight > tr > td > a {
    line-height: 2px;
}

.savecritinpbox .form-control {
    border-radius: 0px;
    margin: 0px 0px 10px;
}

.social-links a {
    text-decoration: none;
}

    .social-links a .fa {
        padding: 54px 1px 0px;
        font-size: 38px;
        color: #0052A1;
        /* padding: 9px 4px;
    font-size: 40px; */
    }

.loginbtn .btn-danger {
    background-color: #ED2424;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 12px;
    font-size: 18px;
    padding-right: 15px;
    border-radius: 0px;
    border: 0px;
}

    .loginbtn .btn-danger:hover {
        background-color: #1E62BB;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 0px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 12px;
        font-size: 18px;
        padding-right: 15px;
        border-radius: 0px;
        border: 0px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    }

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    a.animated-button:link:after,
    a.animated-button:visited:after {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 150%;
        z-index: -1;
        -webkit-transition: all 0.75s ease 0s;
        -moz-transition: all 0.75s ease 0s;
        -o-transition: all 0.75s ease 0s;
        transition: all 0.75s ease 0s;
    }

    a.animated-button:link:hover,
    a.animated-button:visited:hover {
        color: #FFF;
        text-shadow: none;
    }

        a.animated-button:link:hover:after,
        a.animated-button:visited:hover:after {
            height: 450%;
        }

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 1px auto 0;
    padding: 5px 9px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* Thar Buttons */

a.animated-button.thar-three {
    color: #ED2424;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #1E62BB;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

    a.animated-button.thar-three:hover {
        color: #ffffff !important;
        background-color: transparent;
        text-shadow: nthree;
    }

        a.animated-button.thar-three:hover:before {
            left: 0%;
            right: auto;
            width: 100%;
        }

    a.animated-button.thar-three:before {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #1E62BB;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

a.animated-button.thar-four {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #1E62BB;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

    a.animated-button.thar-four:hover {
        color: #000 !important;
        background-color: transparent;
        text-shadow: nfour;
    }

        a.animated-button.thar-four:hover:before {
            right: 0%;
            left: auto;
            width: 100%;
        }

    a.animated-button.thar-four:before {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #1E62BB;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }


/*dashmenulogin*/

.nav-justified {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .nav-justified > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        font-weight: bold;
        color: #1E62BB;
        text-align: center;
        background-color: #e5e5e5;
        /* Old browsers */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
        background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
        background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
        background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-9 */
        background-repeat: repeat-x;
        /* Repeat the gradient */
        border-bottom: 1px solid #d5d5d5;
    }

    .nav-justified > .active > a,
    .nav-justified > .active > a:hover,
    .nav-justified > .active > a:focus {
        color: #ED2424;
        background-color: #ddd;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
        box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
    }

    .nav-justified > li:first-child > a {
        border-radius: 5px 5px 0 0;
    }

    .nav-justified > li:last-child > a {
        border-radius: 0 0 5px 5px;
        border-bottom: 1px solid #d5d5d5;
    }


/*end-dashmenulogin*/


/*Lower Navigation*/

.gllowernav {
    background-color: #DDDFE2;
    text-align: center;
    font-family: Arial;
    padding: 9px;
}

.gllowermenu {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gllowernav a {
    color: #1E62BB;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    font-family: Arial;
    text-decoration: underline;
}


/*Lower Navigation*/


/*new-menu-dropdown*/


/* .dropbtn {
    background-color: #1E62BB;
    color: white;
    padding: 2px;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    bottom: 100%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.dropdown-menu>li>a {
    color: #1E62BB;
    text-decoration: none;
    display: block;
    font-size: 18px;
}

.dropdown-menu a:hover {
    background-color: #1E62BB !important;
    color: #ffffff !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
} */

.productappmenu ul {
    width: 100%;
    max-width: 300px;
    margin: 1px auto 0 auto;
    height: 50px;
    padding: 0;
    /* border-style: solid; */
    /* border-width: 1px; */
    display: table;
    text-align: center;
}

    .productappmenu ul li {
        display: table-cell;
        width: 150px;
    }

.profpic-size {
    width: 40px;
    height: 41px;
    display: inline-block;
    position: relative;
    z-index: 999;
}

.rounded-circle {
    border-radius: 50% !important;
}

.dropdown-menu li.dropdown-menu-header,
.dropdown-menu li.dropdown-menu-footer {
    background: #f2f4f8;
}

.navbar .navbar-nav li.m_2 a {
    line-height: 38px;
}

.dropdown-menu li a i {
    border: none;
    color: #5a5a5a;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0px 0px;
}

.dropdown-menu > li > a:focus {
    background-color: #f2f4f8 !important;
}

.dropdown-menu > li > a:hover {
    background-color: #f2f4f8 !important;
    color: #000000 !important;
}

.productappmenu ul li:focus {
    background-color: #f2f4f8 !important;
}

.productappmenu ul li:hover {
    background-color: #f2f4f8 !important;
    color: #000000 !important;
}

.dropdown-menu li a .label {
    position: absolute;
    right: 10px;
    top: 11px;
}

.dropdown-toggle.avatar img {
    height: 40px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    border: 1px solid #5a5a5a;
    margin-top: -4px;
    width: 240px;
}

.dropdown-menu li.dropdown-menu-header .progress,
.dropdown-menu li.dropdown-menu-footer .progress {
    border: 1px solid #e1e6ef;
    background: white;
    box-shadow: none;
}

.dropdown-menu li.avatar {
    height: 120px;
}

.dropdown-menu li {
    padding: 0;
    position: relative;
    min-width: 100%;
    border-bottom: 1px solid #e1e6ef;
    line-height: 40px;
    padding: 0 0px;
    font-size: 14px;
    width: 300px;
    border-right: 1px solid #e1e6ef;
}

    .dropdown-menu li.avatar a {
        line-height: 59px;
        height: 120px;
        padding: 9px 15px;
        text-align: center;
    }

    .dropdown-menu li a {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        line-height: 40px;
        height: auto;
        /* margin: 0px 0px; */
        /* padding: 0px; */
        text-align: center;
        font-size: 16px;
    }

        .dropdown-menu li a img {
            height: 70px;
            -webkit-border-radius: 50em;
            -moz-border-radius: 50em;
            border-radius: 50em;
            border: 1px solid #e1e6ef;
        }

        .dropdown-menu li a div {
            font-size: 14px;
            line-height: 26px;
            font-weight: bold;
            color: #000;
            text-align: center;
        }

        .dropdown-menu li a small {
            display: block;
            line-height: 12px;
            font-size: 10px;
            margin-top: -3px;
            font-style: italic;
            text-align: center;
        }

    .dropdown-menu li.avatar a .label {
        top: 20px;
    }

.dropdown-menu {
    min-width: 202px !important;
}

    .dropdown-menu > li > a {
        font-size: 13px;
    }


/**WITH AN ADDED BACKGROUND COLOR**/

.droplogoutbtn .m_2 a i {
    border: none;
    color: #5a5a5a;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0px 0px;
}

.dropdown {
    background: #ffffff;
    border-radius: 4px;
    width: 300px;
    position: relative;
    display: inline-block;
}

.dropdown-menu > li > a {
    color: #5a5a5a;
    text-align: center;
    font-size: 16px;
}

.dropdown ul.dropdown-menu {
    border-radius: 3px;
    border: 0;
    margin-top: 10px;
    width: 300px;
    margin-left: -23px;
    padding: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

    .dropdown ul.dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 10;
    }

    .dropdown ul.dropdown-menu:after {
        content: "";
        border-bottom: 10px solid #ccc;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -11px;
        right: 10px;
        z-index: 9;
    }

.ntd-ctn {
    position: absolute;
    top: 58px;
    left: 160px;
    right: 0;
    font-size: 12px;
    background: #000;
    color: #fff;
    height: 21px;
    width: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
    -moz-box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
    cursor: pointer;
}

.spinner4 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: -5px;
    /* left: 28px; */
    right: -5px;
}

    .spinner4:after,
    .spinner4:before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.spinner-4::before,
.spinner-4::after {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    background: #707070;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
    opacity: 0;
    top: 0;
    left: 0;
}

.spinner-4:after {
    -webkit-animation: pulse 2s linear 2.3s infinite;
    animation: pulse 2s linear 2.3s infinite;
    z-index: 99;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

.logingltopright {
    border-right: 1px solid #fff;
    padding: 5px 0px 0px;
    text-align: right;
}

    .logingltopright a {
        color: #000000;
        font-family: 'Arial', sans-serif;
        font-size: 21px;
        text-decoration: none;
    }


/*end-new-menu-dropdown*/

.newfmhome .form-control {
    background: #D0D0D0;
    color: #004EFF;
    border-radius: 2px;
}

.hr-lineccdetails {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}

    .hr-lineccdetails:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0%;
        border-bottom: 3px solid #EC1F27;
    }


/*dashgoleadscontentdownloadpage*/

.smallcard .panel-body {
    height: 100px;
}

.dwndboxshadow {
    border-color: #EFEFEF;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    border-radius: 9px;
    background: linear-gradient(to bottom, #F8F8F8 40%, #DCDCDC 100%);
}

h2.dwndbgoleadsection {
    font-family: Arial, Helvetica, sans-serif;
    color: #1E62BB;
    font-size: 16px;
    font-weight: bold;
}

p.dwndbgoleadsection {
    font-family: Arial, Helvetica, sans-serif;
    color: #e05d5d;
    font-size: 16px;
}

h3.avgoleadsection {
    font-family: Arial, Helvetica, sans-serif;
    color: #1E62BB;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0px;
}

p.smallboxtext {
    font-family: Arial, Helvetica, sans-serif;
    color: #1E62BB;
    font-size: 14px;
    font-weight: bold;
}

p.avgoleadsection {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 18px;
}

p.thankgoleadsection {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 18px;
    margin-top: 20px;
}

h2.scrubdbgoleadsection {
    font-family: Arial, Helvetica, sans-serif;
    color: #1E62BB;
    font-size: 18px;
    font-weight: bold;
}

.dwninfoboxbtn .btn-primary {
    background-color: #EC1F27;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
    color: #ffffff;
    border-color: #EC1F27;
    border-radius: 5px;
    padding: 4px 25px;
    font-size: 17px;
}

.dwninfoboxbtn .btn-default {
    background-color: #EC1F27;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
    color: #ffffff;
    border-color: #EC1F27;
    border-radius: 5px;
    padding: 4px 35px;
    font-size: 17px;
    margin-left: 10px;
}

.contentboxtext.radio {
    padding-left: 20px;
}

    .contentboxtext.radio label {
        display: inline-block;
        position: relative;
        padding-left: 26px;
        padding-right: 17px;
    }

        .contentboxtext.radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: 0px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
            top: 3px
        }

        .contentboxtext.radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 6px;
            margin-left: 0px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .contentboxtext.radio input[type="radio"] {
        opacity: 0;
    }

        .contentboxtext.radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .contentboxtext.radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .contentboxtext.radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.contentboxtext.radio.radio-inline {
    margin-top: 0;
}

.contentboxtext.radio-primary input[type="radio"] + label::after {
    background-image: linear-gradient(#4178b5, #244383);
}

.contentboxtext.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.contentboxtext.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}


/*end-dashgoleadscontentdownloadpage*/

.totalgetcountsection h1 {
    color: #005CB9;
    font-size: 34px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.totalgetcountsection h3 {
    color: #404041;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
}

.totalgetcountsection h2 {
    color: #000;
    font-size: 25px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 1px;
    padding-top: 15px;
}

.btn-block {
    display: inline-block;
    width: 33%;
}

.countboxsection {
    background-color: #fff;
    margin: 10px auto;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

    .countboxsection:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

.countRightboxsection {
    background-color: #fff;
    margin: 10px auto;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.countbuttonsection {
    text-align: center;
}

.countboxsection .btn-primary {
    color: #fff;
    border-color: #2376C5;
    font-weight: 600;
    font-size: 21px;
    padding: 9px 35px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #4178b5;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#4178b5, #244383);
    /* Standard syntax (must be last) */
}

.totalgetcountsection p {
    display: inline-block;
    padding: 20px 10px;
    font-size: 16px;
    font-family: arial;
}

.totalgetcountsection .rebtn {
    padding: 9px 25px;
}

.redbtnpadding {
    padding: 0px 36px;
}

    .redbtnpadding .btn {
        width: 25%;
        display: inline-block;
    }

.pantop {
    margin-top: 30px;
}

.askprobox {
    padding: 10px 0px 0px 0px;
}

.idealdata h3 {
    color: #404041;
    font-size: 25px;
    line-height: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}


/* .ot-bx {
    padding: 10px 0px 50px;
    background-color: #ffffff;
}

.outbox {
    position: relative;
    display: inline-block;
    width: 80%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.outbox::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.outbox:hover {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}

.outbox:hover::after {
    opacity: 1;
} */

.outbndbox h3 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #005CB9;
    font-size: 26px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 0px;
}

.outbndbox ul li a {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
}

.totalctbtnsame h1 {
    color: #005CB9;
    font-size: 34px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.totalctbtnsame h3 {
    color: #404041;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
}

.totalctbtnsame h2 {
    color: #000;
    font-size: 25px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
}

.totalctbtnsame p {
    display: inline-block;
    padding: 20px 10px;
    font-size: 16px;
    font-family: arial;
}

.totalctbtnsame .btn-block {
    display: block;
    width: 100%;
}

.totalctbtnsame .btn-primary {
    color: #ffffff;
    border-color: #c51e2d;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #e51c26;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#e51c26, #c51e2d);
    /* Standard syntax (must be last) */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.totalgetcountsection .btn-primary {
    color: #ffffff;
    border-color: #c51e2d;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #e51c26;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#e51c26, #c51e2d);
    /* Standard syntax (must be last) */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.countbuttonsection .btn-primary {
    color: #000;
    border-color: #2376C5;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #c7edf8;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#c7edf8, #2ab3e1);
    /* Standard syntax (must be last) */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.countbuttonsection .btn-primary-1 {
    color: #000;
    border-color: #2376C5;
    font-size: 18px;
    padding: 9px 22px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #c7edf8;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#c7edf8, #2ab3e1);
    /* Standard syntax (must be last) */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.countbuttonsection .btn-primary-2 {
    color: #000;
    border-color: #2376C5;
    font-size: 18px;
    padding: 9px 40px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #c7edf8;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#c7edf8, #2ab3e1);
    /* Standard syntax (must be last) */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.countbuttonsection .btn-primary:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.countbuttonsection .btn-primary-1:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.countbuttonsection .btn-primary-2:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btngetcnt .btn-primary {
    color: #fff;
    border-color: #2376C5;
    font-weight: 600;
    font-size: 21px;
    padding: 9px 35px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #4178b5;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#4178b5, #244383);
    /* Standard syntax (must be last) */
}

.bn-left {
    float: left;
}

.bn-right {
    float: right;
}

.count-box {
    padding: 10px;
}

.count-lists-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000;
    padding-top: 19px;
}

.countboxhrline {
    padding-bottom: 15px;
    position: relative;
}

    .countboxhrline:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0%;
        border-bottom: 2px solid #c3c3c3;
    }

.count-list-criteria {
    margin-bottom: 5px;
    margin-top: 30px;
    /* padding: 0px 20px; */
}

    .count-list-criteria a {
        font-weight: 400;
        color: #000;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
        margin-top: 30px;
        text-decoration: none;
    }

.center-align-column {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: center;
}

.count-lists-remove {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000;
    padding-top: 19px;
}

#Countsectionpadding {
    padding: 40px 0 100px;
    background-color: #fff;
}

.countbrkpadtopbtm {
    padding: 40px 0 30px;
    background-color: #fff;
}

.tittlecountsection {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #1E62BB;
}

.whatotherstext p {
    font-family: "Kohinoor";
    font-size: 0.8em;
    color: #747474;
    line-height: 22px;
}

h1.testimotext {
    font-family: "Kohinoor";
    font-size: 42px;
    color: #1E62BB;
    text-align: center;
}

.HomeFooterHorizontalLine {
    border-bottom: 12px solid #2376C5;
}

.HomeFooterMidlistHeader {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #1E62BB;
    text-align: left;
    text-decoration: none;
    padding-top: 10px;
}

.prodMidlistHeader {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #005cb9;
    text-align: left;
    text-decoration: none;
    padding-top: 10px;
}

.HomeFooterMidlistContent a {
    font-family: Arial;
    font-size: 16px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    line-height: 30px;
    text-decoration: underline;
}

.border-left-grey {
    border-right: 1px solid #FFFFFF;
}

.listfooter {
    background-color: #2376C5;
    font-family: Arial;
    padding-top: 30px;
}

.list-inline {
    text-align: center;
}

    .list-inline li {
        padding: 10px 7px;
    }

        .list-inline li a {
            color: #5D6167;
            font-size: 18px;
            font-family: Arial;
            font-weight: 700;
        }

.hrlinealpha {
    background-color: #fff;
    content: '';
    width: 85%;
    bottom: -18%;
    left: 0%;
    position: absolute;
    height: 1px;
    margin-top: 27px;
    right: 0%
}

.linedivider {
    background-color: #fff;
    content: '';
    width: 85%;
    bottom: -18%;
    left: 0%;
    position: absolute;
    height: 1px;
    margin-top: 27px;
    right: 0%
}

.indheading {
    padding: 0px 74px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.indsearch a {
    padding: 0px 60px;
    font-size: 21px;
    color: #fff;
    font-family: Arial;
    text-decoration: none;
}

.productsearchservices {
    background-color: #ffffff;
    font-family: Arial;
    padding-top: 30px;
    border-top: 1px solid #cdcdcc;
}

.text-goleads-blue {
    color: #1E62BB !important;
}

.text-white {
    color: #ffffff !important;
}

.bg-goleads-blue {
    background-color: #1E62BB;
}

.bg-white {
    background-color: #ffffff !important;
}


/* menu */


/* Goleads Banner Styling */

.paddingimg {
    padding: 40px 0px;
}

.banpadbg {
    padding: 40px 0px;
}

.paddingimgonlinemarket {
    padding: 42px 0px;
}

.section-title,
.img-title {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.font-weight-700 {
    font-weight: 700;
}

.mt-20 {
    margin-top: 20px;
}

#goleadsBanner {
    background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 485px;
}

    #goleadsBanner h1 {
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 90px;
        line-height: 85px;
    }

    #goleadsBanner h3 {
        font-size: 26px;
        line-height: 32px;
    }

#ListservicesBanner {
    background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 326px;
}

    #ListservicesBanner h1 {
        font-family: "Avenir Next Condensed" !important;
        font-size: 78px;
        line-height: 105px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    #ListservicesBanner h3 {
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 25px;
        line-height: 30px;
    }

.contactusBanner {
    background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
}

    .contactusBanner h1 {
        font-family: "Avenir Next Condensed" !important;
        font-size: 78px;
        line-height: 86px;
        padding-bottom: 0px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .contactusBanner h3 {
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 26px;
        font-family: Arial;
        line-height: 40px;
        margin-top: 0px;
    }

.b2bcountBanner {
    background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
}

    .b2bcountBanner h1 {
        font-family: "Avenir Next Condensed" !important;
        font-size: 78px;
        line-height: 86px;
        padding-bottom: 0px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .b2bcountBanner h3 {
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 26px;
        font-family: Arial;
        line-height: 40px;
        margin-top: 0px;
    }

.rescountBanner {
    background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
}

    .rescountBanner h1 {
        font-family: "Avenir Next Condensed" !important;
        font-size: 78px;
        line-height: 86px;
        padding-bottom: 0px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .rescountBanner h3 {
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 26px;
        font-family: Arial;
        line-height: 40px;
        margin-top: 0px;
    }

.smallTopHeadBanner {
    background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 157px;
}

.padresbann {
    padding: 20px 0px;
}

.smallTopHeadBanner h1 {
    font-family: "Avenir Next Condensed" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 90px;
    line-height: 85px;
}

.dataservicesBanner {
    background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

    .dataservicesBanner h1 {
        font-family: "Avenir Next Condensed" !important;
        font-size: 78px;
        line-height: 71px;
        padding-bottom: 0px;
        margin-top: 20px;
    }

#bannerQuickLinks a {
    font-size: 20px;
    display: block;
}

.btn-cta {
    margin: 10px auto;
    padding: 10px 40px;
    background-color: #ED2424;
    border: 1px solid #ED2424;
    border-radius: 5px;
    color: #ffffff;
}

    .btn-cta:hover,
    .btn-cta:focus {
        color: #ffffff;
    }


/* Goleads Banner Styling End */

#goleadsnumbersection {
    background-color: #F2F3F4;
}

h1.goleadsphnumber {
    font-size: 42px;
    color: #1E62BB;
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 900;
    font-family: "Avenir Next Condensed" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

h2.goleadsphnumber {
    font-size: 48px;
    color: #1E62BB;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: "Avenir Next Condensed" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.serviceBox {
    background: #1E62BB;
    text-align: center;
    padding: 24px 21px;
}

    .serviceBox .title {
        font-size: 30px;
        color: #fff;
        margin: 0 0 20px 0;
        font-family: Arial;
    }

    .serviceBox .service-icon {
        margin: 0 auto 20px;
    }

        .serviceBox .service-icon i {
            font-size: 50px;
            color: #0d5700;
            line-height: 100px;
        }

    .serviceBox .description {
        font-size: 22px;
        color: #fff;
        text-align: left;
        height: 230px;
        font-family: 'Arial', sans-serif;
        line-height: 29px;
        padding-left: 14px;
    }

#dataservicecards {
    padding: 40px 0px 40px;
}

.serviceBox .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}

.organicfarmbox {
    padding: 25px;
}

.onlinemarketservicesbox {
    padding: 20px 45px;
}

.serviceBox {
    margin-bottom: 20px;
}

    .serviceBox .btn-danger {
        color: #fff;
        background-color: #ED2424;
        border-color: #ED2424;
        font-size: 21px;
        padding: 9px 35px;
        border-radius: 8px;
        margin-bottom: 30px;
    }

.glSpecialtydatabase h3 {
    color: #1E62BB;
    font-size: 23px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 25px;
}

.glSpecialtydatabase h2 {
    color: #1E62BB;
    font-size: 38px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 25px;
    text-align: center;
}

    .glSpecialtydatabase h2 > a {
        color: #ED2424;
        font-size: 38px;
        font-weight: bold;
        font-family: Arial;
        margin-bottom: 25px;
        text-decoration: none;
        text-align: center;
    }

.glSpecialtydatabase p {
    color: #3B3B3B;
    font-size: 18px;
    font-family: Arial;
    height: 155px;
}

.glSpecialtydatabaseleft h3 {
    color: #1E62BB;
    font-size: 23px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 25px;
}

.glSpecialtydatabaseleft p {
    color: #3B3B3B;
    font-size: 18px;
    font-family: Arial;
}

.dataserviceBox {
    background: #F2F3F4;
    text-align: center;
    padding: 24px 21px;
}

    .dataserviceBox .title {
        font-size: 26px;
        color: #1E62BB;
        margin: 0 0 20px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .dataserviceBox .dataserviceBox-icon {
        margin: 0 auto 34px;
    }

        .dataserviceBox .dataserviceBox-icon i {
            font-size: 50px;
            color: #0d5700;
            line-height: 100px;
        }

    .dataserviceBox .datadescription {
        font-size: 18px;
        color: #1E62BB;
        text-align: left;
        /* height: 250px; */
        font-family: 'Arial', sans-serif;
        line-height: 33px;
        padding-left: 2px;
    }

    .dataserviceBox .read {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        text-transform: capitalize;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        font-weight: bold;
        font-family: 'Arial', sans-serif;
    }


    /* .dataserviceBox {
    margin-bottom: 20px;
    margin-top: 20px;
} */

    .dataserviceBox .btn-danger {
        color: #fff;
        background-color: #EC1F27;
        border-color: #EC1F27;
        font-size: 21px;
        padding: 9px 35px;
        border-radius: 8px;
        margin-bottom: 30px;
    }

.datancoabtn .btn-danger {
    color: #fff;
    background-color: #EC1F27;
    border-color: #EC1F27;
    font-size: 21px;
    padding: 9px 35px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.dataservicencoabtn .btn-danger {
    color: #fff;
    background-color: #EC1F27;
    border-color: #EC1F27;
    font-size: 21px;
    padding: 9px 35px;
    border-radius: 8px;
    margin-top: 25px;
}

.listserviceBox {
    background: #F2F3F4;
    text-align: center;
    padding: 24px 21px;
}

    .listserviceBox .title {
        font-size: 36px;
        color: #1E62BB;
        margin: 0 0 20px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: underline;
    }

    .listserviceBox .listservice-icon {
        margin: 0 auto 20px;
    }

        .listserviceBox .listservice-icon i {
            font-size: 50px;
            color: #0d5700;
            line-height: 100px;
        }

    .listserviceBox .listdescription {
        font-size: 18.2px;
        color: #1E62BB;
        text-align: left;
        height: 450px;
        font-family: 'Arial', sans-serif;
        line-height: 33px;
        padding-left: 2px;
    }

#sitecards {
    padding: 100px 0px;
}

#dataservicecards {
    padding: 40px 0px 40px;
}

.listserviceBox .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}

.listboxpadding {
    padding: 25px;
}

.listserviceBox {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .listserviceBox .btn-danger {
        color: #fff;
        background-color: #EC1F27;
        border-color: #EC1F27;
        font-size: 21px;
        padding: 9px 35px;
        border-radius: 8px;
        margin-bottom: 30px;
    }

.dataserviceboxpadding {
    padding: 25px;
}

.glSpecialtydatabase .btn-danger {
    color: #fff;
    background-color: #EC1F27;
    border-color: #EC1F27;
    font-size: 20px;
    padding: 14px 53px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.glSpecialtydatabaseleft .btn-danger {
    color: #fff;
    background-color: #EC1F27;
    border-color: #EC1F27;
    font-size: 20px;
    padding: 14px 53px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.glhelpsection {
    background-color: #F2F3F4;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

    .glhelpsection p {
        color: #363636;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 25px;
        text-align: left;
    }

.goleadssectionsaboutus {
    padding-bottom: 0px;
    padding-top: 15px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

    .goleadssectionsaboutus p {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        padding-left: 40px;
    }

.imggoleadslink a {
    color: #474647;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    font-style: italic;
}

.freeglsch a {
    color: #5F5F5F;
    font-family: Arial;
    font-size: 32px;
    text-decoration-line: underline;
}

.glncoasection {
    background-color: #F2F3F4;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

    .glncoasection p {
        color: #1E62BB;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 28px;
        text-align: left;
    }

.glcontactlistpagesection {
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid rgb(202, 202, 202);
    border-bottom: 1px solid #DEDEDE;
}

.helpheadbutton h3 {
    padding: 0px 0px;
    font-size: 32px;
    color: #1E62BB;
    font-family: Arial;
    line-height: 43px;
}

.helpheadbutton h4 {
    padding: 4px 9px;
    font-size: 22px;
    color: #292929;
    font-family: Arial;
    line-height: 38px;
}

.glisthelpsectionbutton {
    background-color: #ED2424;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 34px 60px;
    font-size: 24px;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    margin-top: 50px;
}

.glisthelpsectionbutton2 {
    background-color: #ED2424;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 53px 60px;
    font-size: 24px;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    margin-top: 50px;
}

.ul_prodlists {
    list-style-type: disc;
    text-align: left;
    margin: 0px;
    padding: 15px 0px 0px 25px;
}

.li_prodlists ul li {
    text-align: left;
    list-style-type: disc;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

h3.servicestitle {
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}

.servicestitle a {
    text-decoration: none;
    color: #1E62BB;
}

.onlinemarketservicessectionbox {
    padding: 50px 0px;
    background-color: #FFFFFF;
}

.pgcontactexample {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #1E62BB;
}

.pgconctreqfield {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.contactpgtextarea {
    height: 130px;
    width: 78%;
}

.pg-cnt-inpt-area .form-control {
    height: 46px;
}

textarea.form-control {
    height: 100px !important;
}

.contactpgform {
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    color: #242424;
}

    .contactpgform span {
        color: red;
    }

.contacttextrgt p {
    color: #525252;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
}


/* @media (min-width: 1430px){
    .container {
        width: 1400px;

    }
    .searchboxhg {
        margin-top: 7px;
        margin-left: 60px;
    }
    .glfooter .container{
        padding-left:143px;

    }
  }
   */

.dashloginmenu {
    padding: 20px 0px 0px;
    background-color: #fff;
}

.dashboardgoleadsbr {
    padding: 9px 0;
    background-color: #fff;
}

.dashboardgoleadsbrsection {
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 15px 30px;
    border-radius: 16px;
}

h3.dashbdglheader {
    font-size: 20px;
    color: #1E62BB;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 23px;
}

p.dashbdglheader {
    font-size: 20px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
}

p.dashbdglfooter {
    font-size: 17px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
}

.hddashpnl .panel-body {
    padding: 15px 4px;
}

h4.productinfobox {
    font-size: 14px;
    color: #1E62BB;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 26px;
    margin-top: 0px;
}

p.productinfobox {
    font-size: 16px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    /* margin-bottom: 20px; */
}

.productinfoboxbtn {
    padding-right: 6px;
    padding-left: 6px;
}

    .productinfoboxbtn .btn-primary {
        background-color: #1E62BB;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
        transition: 0.3s ease-in-out;
        color: #ffffff;
        font-weight: bold;
        border-color: #1E62BB;
        border-radius: 22px;
        padding: 3px 12px;
    }

        .productinfoboxbtn .btn-primary:hover {
            background-color: #EC1F27;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
            transition: 0.3s ease-in-out;
            color: #fff;
            font-weight: bold;
            border-color: #EC1F27;
            border-radius: 22px;
            padding: 3px 12px;
        }

    .productinfoboxbtn .btn-default {
        background-color: #1E62BB;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
        transition: 0.3s ease-in-out;
        color: #ffffff;
        font-weight: bold;
        border-color: #1E62BB;
        border-radius: 22px;
        padding: 0px 7px;
        margin-left: 12px;
    }

        .productinfoboxbtn .btn-default:hover {
            background-color: #EC1F27;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
            transition: 0.3s ease-in-out;
            color: #ffffff;
            font-weight: bold;
            border-color: #EC1F27;
            border-radius: 22px;
            padding: 0px 7px;
            margin-left: 12px;
        }

.hddashpnl .panel-primary > .panel-heading {
    color: #fff;
    background-color: #1E62BB;
    border-color: #1E62BB;
    border-radius: 9px 9px 0px 0px;
}

.hddashpnl .panel-primary {
    border-color: #EFEFEF;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    border-radius: 9px;
    margin-bottom: 35px;
}

h3.panel-title {
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 18px;
}

h4.downloadinfobox {
    font-size: 16px;
    color: #1E62BB;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 26px;
    margin-top: 0px;
}

p.contactinfoboxhd {
    font-size: 14px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

p.downloadinfobox {
    font-size: 16px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
    word-wrap: break-word;
}

p.cntgoleadsinfobox {
    font-size: 16px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
    word-wrap: break-word;
}

.downloadinfobox a {
    font-size: 16px;
    color: #EC1F27;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
}

.contboxpad .panel-body {
    padding: 30px 4px;
}

.billboxpad .panel-body {
    padding: 25px 20px 20px;
}

.termsbox {
    max-height: 330px;
    overflow-y: scroll;
}

p.termsconditions {
    font-size: 18px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
}

p.dwntext {
    font-size: 18px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    padding-bottom: 13px;
}

.termscondionbutton .btn-primary {
    border: 0;
    background-color: #e51c26;
    background-image: linear-gradient(#e51c26, #c51e2d);
    padding: 4px 30px;
    margin-top: 2px;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    display: block;
}

.downloadsectionbutton .btn-primary {
    border: 0;
    background-color: #e51c26;
    background-image: linear-gradient(#e51c26, #c51e2d);
    padding: 4px 30px;
    margin-top: 2px;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    display: block;
}

.downloadpartialbutton .btn-primary {
    border: 0;
    background-color: #1E62BB;
    background-image: linear-gradient(#1E62BB, #1E62BB);
    padding: 4px 9px;
    margin-top: 2px;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    display: block;
}

p.partialdntext {
    font-size: 17px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    padding-bottom: 13px;
}

p.partialdntextnote {
    font-size: 15px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    padding-bottom: 16px;
}

.partialdntextbox .form-control {
    border-radius: 0px;
    font-size: 16px;
}

.headlinelistpage {
    color: #1E62BB;
    font-family: "Avenir Next Condensed" !important;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.headlinetextlistpage {
    color: #5F5F5F;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
}

.onlineheadlintext {
    color: #5F5F5F;
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
}

.abtusboxes {
    margin-bottom: 40px;
    margin-top: 40px;
}

.abtusboxesleadgen {
    margin-bottom: 40px;
    margin-top: 20px;
}


/* Testimonial */

.gltestimonialbg {
    background-color: #1E62BB;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: Arial;
}

.gltestimonial {
    font-size: 14px;
    color: #000;
    text-align: left;
    font-family: Arial;
}

.gltestimonialalign {
    padding: 60px 60px 100px 60px;
    margin: 0px;
}

.glfooter {
    background-color: #005CB9;
    font-size: 11px;
    text-align: left;
    color: #fff;
    font-family: Arial;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .glfooter h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfooter p {
        font-size: 12px;
        text-align: left;
    }

.glfootersearch h6 {
    font-size: 14px;
    text-align: left;
}

.glfootersearch p {
    font-size: 14px;
    text-align: left;
}

.glfootertime h6 {
    font-size: 14px;
    text-align: left;
}

.glfootertime p {
    font-size: 14px;
    text-align: left;
}

.glfootertime a {
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    color: #fff;
}

.glfootersocialmedia h6 {
    font-size: 14px;
    text-align: left;
}

.glfootersocialmedia p {
    font-size: 14px;
    text-align: left;
}

.glfootersocialmedia .fa {
    font-size: 16px;
    margin: 2px;
    text-align: left;
}

.glfootersocialmediaheight {
    height: 15px;
}

.glfooterleftsearchtext {
    font-size: 14px;
}

.glfooterleftsearchwidth {
    width: 150px;
    color: #000;
}


/*industrypage-css*/

.directorypagestate h3 {
    font-size: 16px;
    color: #595C5E;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 24px;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
}

.directorypagebox {
    border: 0px solid #005cb9;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
    box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
}

.indheadmain {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 40px;
}

.indheadmain-txt h3 {
    font-size: 21px;
    color: #1E62BB;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}

.indbuildbtn {
    margin: 20px 0px;
}

    .indbuildbtn .btn-danger {
        color: #fff;
        background-color: #ED2424;
        border-color: #ED2424;
        font-size: 18px;
        padding: 9px 23px;
        border-radius: 8px;
        box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.3);
    }

.topindustrieslistpages {
    border: 2px solid #005cb9;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.industrytoplistHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #005cb9;
    text-align: left;
    text-decoration: none;
    padding-top: 10px;
}

.ul_industriespageslists {
    list-style-type: disc;
    text-align: left;
    margin: 0px;
    padding: 10px 0px 0px 25px;
}

.li_industriespageslists ul li {
    text-align: left;
    list-style-type: disc;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
    color: #000;
}

    .li_industriespageslists ul li a {
        color: #000;
    }

.sitepagelistHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #005cb9;
    text-align: left;
    text-decoration: none;
    padding-top: 10px;
    margin-bottom: 0px;
}

.sitemaplistpage {
    border: 0px solid #005cb9;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 260px;
    -webkit-box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
    box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
}
.sitemap-directorylistpage {
    border: 0px solid #005cb9;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    /* height: 260px; */
    -webkit-box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
    box-shadow: 4px 7px 24px -5px rgba(0, 0, 0, 0.51);
}

/*industrypage-css*/


/*siccodepage*/

.siccodeBanner {
    background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 320px;
}

.siccodebntxt1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.siccodebntxt2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.siccodebntext3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 54px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFF00;
    font-weight: bold;
}

.siccodebntxt4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 54px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sicbredcrumb .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
}

    .sicbredcrumb .breadcrumb > li > a {
        color: #0229FF;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .sicbredcrumb .breadcrumb > li + li:before {
        content: ">";
        color: #0229FF;
    }

.siccntpadd {
    padding: 50px 0px 60px;
}

.sictxtleft p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: #5A5A5A;
    margin-bottom: 25px;
}

.sictxtlefthd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #1E62BB;
    font-weight: bold;
    margin-bottom: 20px;
}

.siccodebuiltbtn .btn-danger {
    background-color: #ED2424;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 25px 0px;
    font-size: 24px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.siccntpad {
    padding: 10px 0px 10px 70px;
}

.sictxtrgthd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    line-height: 40px;
    color: #1E62BB;
    font-weight: bold;
    padding-left: 16px;
    margin-top: 0px;
}

.sicfrmright {
    box-shadow: 0 0px 13px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    border-radius: 9px;
    /* background: linear-gradient(to bottom, #F8F8F8 40%, #DCDCDC 100%); */
    background-color: #ffffff;
    margin: 10px 0px;
    padding: 25px 14px;
}

.siccontactpgform {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
}

    .siccontactpgform span {
        color: red;
    }

.sicpgconctreqfield {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.siccntinpubox {
    border-radius: 0px;
    border: 1px solid #909090;
    box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.2);
}

.sicpgcntbtn .btn-default {
    background-color: #DEDDDE;
    border-radius: 10px;
    border: 1px solid #727272;
    font-size: 28px;
    padding: 20px 30px;
    color: #727272;
    line-height: 24px;
}

.sictbcolwid .col-lg-6 {
    width: 45%;
}

.sicbrkdwn {
    background-color: #F4F4F5;
    padding: 50px 0px 60px;
}

.sictbpad {
    padding: 0px 30px;
}

.sicpadbrk {
    padding-top: 40px;
}

.sicbrkdwntexthd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #1E62BB;
    font-weight: bold;
    margin-bottom: 20px;
}

.sicstate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #1E62BB;
}

.siccount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #1E62BB;
}

.sictxtstate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 34px;
    color: #555555;
}

.sictxtcount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 34px;
    color: #555555;
    font-weight: bold;
}

.siccodebyind {
    background-color: #ffffff;
    padding: 80px 0px;
}

.siccodeindbox {
    box-shadow: 0 0px 13px 8px rgba(0, 0, 0, 0.1);
}

.sicindtexthd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #1E62BB;
    font-weight: bold;
    margin: 50px 45px 9px;
}

.siccodewrapper {
    margin: 0 auto;
    padding: 0px 45px 0px;
}

.siccodetable {
    margin: 0 0 40px 0;
    width: 100%;
    display: table;
}

.cell {
    padding: 6px 2px;
    display: table-cell;
    background-color: #fff;
}

.rowind {
    display: table-row;
    background: #f6f6f6;
}

.tbhdsic {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 38px;
    color: #1E62BB;
    margin-top: 0px;
}

.sicindtxtp p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #555555;
    margin-bottom: 0px;
}

.banbtn1 .btn-default {
    background-color: #ED2424;
    border-color: #ED2424;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 12px 31px;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.banbtn2 .btn-danger {
    background-color: #ED2424;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 12px 31px;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.banbtn3 .btn-primary {
    background-color: #ED2424;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 12px 16px;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    width: 20%;
}


/*siccodepage*/


/*newsandcustomers*/

.news-bg {
    background-color: #F4F4F5;
    padding: 50px 0px 60px;
}

#news-slider {
    margin-top: 30px;
}

#news-slider-2 {
    margin-top: 30px;
}

.otherfeedheadtext h2 {
    text-align: center;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1E62BB;
    line-height: 26px;
    font-weight: bold;
}

.post-slide {
    background: #fff;
    margin: 0 15px;
    border-radius: 18px;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 18px 18px 0px 0px;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1, 1);
            transition: transform 0.50s linear;
        }

    .post-slide .post-img2 {
        position: relative;
        overflow: hidden;
        border-radius: 18px 18px 0px 0px;
        width: 100%;
        height: auto;
    }

        .post-slide .post-img2 img {
            width: 100%;
            height: auto;
            transform: scale(1, 1);
            transition: transform 0.50s linear;
            padding: 80px;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1, 1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0.4);
        transition: all 0.50s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        padding: 10px 20px 45px;
        -webkit-box-shadow: 0px 9px 11px 1px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 9px 11px 1px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 13px 11px 1px rgba(0, 0, 0, 0.14);
        margin-bottom: 30px;
        border-radius: 18px;
    }

    .post-slide .post-title {
        margin: 8px 0 15px 0;
    }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #1E62BB;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                color: #EC1F27;
            }

    .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 40px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #CFDACE;
        }

    .post-slide .read-more {
        padding: 5px 10px;
        float: right;
        font-size: 12px;
        background: #EC1F27;
        color: #ffffff;
        text-transform: uppercase;
    }

        .post-slide .read-more:hover {
            background: #1E62BB;
            text-decoration: none;
            color: #fff;
        }

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        background: #fff;
        position: absolute;
        top: 18%;
        left: -11px;
        padding: 0 18px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
        background: #fff;
        position: absolute;
        top: 18%;
        right: -11px;
        padding: 0 18px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        transition: background 0.5s ease 0s;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

        .owl-controls .owl-buttons .owl-next:after {
            content: "\f105";
        }


/*newsandcustomers*/


/*count-breakdown-page*/

.fmurscrollcountbox .scrollbar {
    height: 190px;
    overflow-y: scroll;
}

.fmurscrollcountbox .scrollbar-primary::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

.fmurscrollcountbox .scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #1E62BB;
}

.fmurcountbox-right {
    padding-left: 0px;
    margin-bottom: 50px;
}

.countbreakdownbox {
    -webkit-box-shadow: 0px 9px 11px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 9px 11px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.14);
    margin: 40px 0px;
}

.countbreakdowninnerbox1 h2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 28px;
    color: #000000;
    margin-top: 41px;
    line-height: 22px;
}

.countbreakdowninnerbox1 h1 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 41px;
    line-height: 50px
}

.countbreakdowninnerbox2 p {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    color: #000000;
    margin: 0px 1px 0px;
    padding: 13px 0px;
}

    .countbreakdowninnerbox2 p > span {
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 18px;
        text-align: left;
        color: #000000;
        margin: 0px 5px 0px;
    }

.countbreakdowninnerbox1 h3 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #1E62BB;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.countbreakdowninnerbox2 h2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 28px;
    color: #000000;
    margin-top: 41px;
    line-height: 22px;
}

.countbreakdowninnerbox2 a {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #1E62BB;
    text-decoration: underline;
    cursor: pointer;
}


/*table-count-section*/

.farm-counttable {
    background-color: #ffffff;
    padding: 50px 0px 50px;
}

.flexy .scrollbar {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 60vh;
    background-color: #f6f6f6;
}

.flexy .scrollbar-primary::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.flexy .scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #EC1F27;
}

.flexy .scrollbar-primary {
    scrollbar-color: #1E62BB;
    scrollbar-width: thin;
}

.flexy table {
    border-right: 1px solid #ddd;
}

.farmgreybgtext {
    background-color: #1E62BB;
    padding: 1px;
}

    .farmgreybgtext h1 {
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 28px;
        line-height: 32px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 20px;
    }

.countbreak-pad40 {
    padding-left: 40px;
    padding-right: 40px;
}

.frmanalysisth th {
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 10px !important;
    background-color: #EC1F27;
    border-top: 2px solid #707070;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: 0px !important;
    position: sticky;
    top: 0;
}

.frmanalysistd td {
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 8px !important;
    background-color: #ffffff;
    border-top: 2px solid #707070;
    color: #000;
    font-size: 18px;
}

.tdrightborder {
    border: 1px solid #CAC7B9 !important;
    border-right: 0px !important;
    width: 65%;
}

.fmanalysistabletext h1 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.farmabtlistright {
    /* background-color: #E4B000; */
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 630px;
}

.farmanalysissmallbox {
    background-color: #EC1F27;
    padding: 25px 1px;
    margin-left: 36px;
    margin-right: 0px;
}

.farmabtlistright-text h2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.farmabtlistright-text h4 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 18px;
}

.gl-cntbrk-cntboxtext {
    background-color: #DDDFE2;
    padding: 10px 0px 30px;
}

.countbreak-cntus-box {
    background-color: #DDDFE2;
    padding-bottom: 20px;
    padding-top: 15px;
}

.gl-cntbrk-text h1 {
    color: #1E62BB;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 36px;
    margin-top: 5px;
    line-height: 42px;
    font-weight: bold;
}

.gl-cntbrk-text h4 {
    color: #1E62BB;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 26px;
}

.gl-cntbrk-text p {
    color: #1E62BB;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 4px;
    line-height: 24px;
}

.gl-cntbrk-btn .btn-default {
    background: #EC1F27;
    padding: 14px 90px;
    color: #fff;
    border-radius: 10px;
    border-color: #EC1F27;
    font-size: 24px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    -webkit-box-shadow: -1px 9px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 9px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 9px 10px -5px rgba(0, 0, 0, 0.3);
}

.pad-sec-chart {
    padding: 60px 0px 70px;
}

.glcntbrkdown-chart h2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    text-align: left;
    margin-top: 41px;
    line-height: 24px;
    margin-left: 30px;
}

.statsbrk-text h1 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}

.chartbgshadowbox {
    -webkit-box-shadow: 0px 9px 11px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 9px 11px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.14);
    margin: 40px 0px;
    background-color: #fff;
}


/*count-breakdown-page*/


/*thankyouwaitingpage*/

.thankwait {
    background-color: #fff;
}

    .thankwait h3 {
        color: #404041;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 15px;
        padding-top: 15px;
    }

.thankwaitbelowtext p {
    color: #404041;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
}

.thankemailus .btn-primary {
    color: #ffffff;
    border-color: #c51e2d;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #e51c26;
    background-image: linear-gradient(#e51c26, #c51e2d);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}


/*thankyouwaitingpage*/


/*four types of leads*/

.fourtypesleadsBanner {
    background: #1E62BB url('../images/glbanner.jpg') no-repeat right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 610px;
}

.ban-padding-img {
    padding: 60px 0px;
}

.typesleadstext h1 {
    color: #ffffff;
    font-size: 76px;
    line-height: 82px;
    font-weight: bold;
    font-family: "Avenir Next Condensed" !important;
}

.typesleadstext h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
    font-family: "Avenir Next Condensed" !important;
}

.typesleadstext p {
    color: #ffffff;
    font-size: 24px;
    line-height: 36x;
    font-family: Arial, Helvetica, sans-serif;
}

.typesleadstext ul li {
    color: #ffffff;
    font-size: 52px;
    line-height: 90px;
    font-family: "Avenir Next Condensed" !important;
}

.whitebg-typesleads {
    background-color: #ffffff;
    padding: 100px 0px;
}

.leadscnttypes h2 {
    color: #1E62BB;
    font-size: 40px;
    line-height: 34px;
    font-family: Arial, Helvetica, sans-serif;
}

.leadscnttypes p {
    color: #5A5A5A;
    font-size: 18px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
}

.graybg-typesleads {
    background-color: #F4F4F5;
    padding: 100px 0px;
}

.padzeroleft {
    padding-left: 0px;
    padding-right: 0px;
}

.typesleadscntpadd {
    padding: 70px 0px;
}

.typeleftcnttxt h2 {
    color: #2C64AF;
    font-size: 38px;
    line-height: 55px;
    font-family: Arial, Helvetica, sans-serif;
}

.fourleadscntpad {
    padding: 0px;
}

.cont-padzeroleft {
    padding-left: 0px;
    padding-right: 0px;
}


/*four types of leads*/

@media (min-width: 768px) and (max-width: 1920px) {
    body {
        background-color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
    }

    .leadgenimgcnt img {
        margin-top: 120px;
    }

    .social-links a {
        text-decoration: none;
    }

        .social-links a .fa {
            padding: 54px 1px 0px;
            font-size: 38px;
            color: #0052A1;
            /* padding: 9px 4px;
        font-size: 40px; */
        }

    .footsocial-links a {
        text-decoration: none;
    }

        .footsocial-links a .fa {
            padding: 54px 1px 0px;
            font-size: 38px;
            color: #ffffff;
        }
    /*dashmenulogin*/
    .nav-justified {
        max-height: 52px;
    }

        .nav-justified > li > a {
            border-right: 1px solid #d5d5d5;
            border-left: 1px solid #fff;
        }

        .nav-justified > li:first-child > a {
            border-left: 0;
            border-radius: 5px 0 0 5px;
        }

        .nav-justified > li:last-child > a {
            border-right: 0;
            border-radius: 0 5px 5px 0;
        }
    /*dashmenulogin*/
    .rowbottomspace {
        margin-bottom: 20px;
    }

    .dashboardgoleadsbrsection {
        border-top: 1px solid #D1D1D1;
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        border-bottom: 1px solid #D1D1D1;
        padding: 15px 30px;
        border-radius: 16px;
    }

    h3.dashbdglheader {
        font-size: 20px;
        color: #1E62BB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 23px;
    }

    p.dashbdglheader {
        font-size: 20px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 26px;
        text-align: left;
    }

    p.dashbdglfooter {
        font-size: 17px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 26px;
        text-align: left;
    }

    .hddashpnl .panel-body {
        padding: 15px 4px;
    }

    h4.productinfobox {
        font-size: 14px;
        color: #1E62BB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
        margin-top: 0px;
    }

    p.productinfobox {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 26px;
        /* margin-bottom: 28px; */
    }

    .productinfoboxbtn {
        padding-right: 6px;
        padding-left: 6px;
    }

        .productinfoboxbtn .btn-primary {
            background-color: #1E62BB;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
            transition: 0.3s ease-in-out;
            color: #ffffff;
            font-weight: bold;
            border-color: #1E62BB;
            border-radius: 22px;
            padding: 3px 12px;
        }

            .productinfoboxbtn .btn-primary:hover {
                background-color: #EC1F27;
                box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
                transition: 0.3s ease-in-out;
                color: #fff;
                font-weight: bold;
                border-color: #EC1F27;
                border-radius: 22px;
                padding: 3px 12px;
            }

        .productinfoboxbtn .btn-default {
            background-color: #1E62BB;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
            transition: 0.3s ease-in-out;
            color: #ffffff;
            font-weight: bold;
            border-color: #1E62BB;
            border-radius: 22px;
            padding: 0px 7px;
            margin-left: 12px;
        }

            .productinfoboxbtn .btn-default:hover {
                background-color: #EC1F27;
                box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
                transition: 0.3s ease-in-out;
                color: #ffffff;
                font-weight: bold;
                border-color: #EC1F27;
                border-radius: 22px;
                padding: 0px 7px;
                margin-left: 12px;
            }

    .hddashpnl .panel-primary > .panel-heading {
        color: #fff;
        background-color: #1E62BB;
        border-color: #1E62BB;
        border-radius: 9px 9px 0px 0px;
    }

    .hddashpnl .panel-primary {
        border-color: #EFEFEF;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease-in-out;
        border-radius: 9px;
        margin-bottom: 35px;
    }

    h3.panel-title {
        font-size: 16px;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 18px;
    }

    h4.downloadinfobox {
        font-size: 16px;
        color: #1E62BB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
        margin-top: 0px;
    }

    p.contactinfoboxhd {
        font-size: 14px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
    }

    p.downloadinfobox {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
        word-wrap: break-word;
    }

    p.cntgoleadsinfobox {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
        word-wrap: break-word;
    }

    .downloadinfobox a {
        font-size: 16px;
        color: #EC1F27;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 26px;
    }

    .contboxpad .panel-body {
        padding: 30px 4px;
    }

    .billboxpad .panel-body {
        padding: 25px 20px 20px;
    }

    .termsbox {
        max-height: 330px;
        overflow-y: scroll;
    }

    p.termsconditions {
        font-size: 18px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 26px;
    }

    h4.cntgoleadsinfobox {
        font-size: 16px;
        color: #1E62BB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
        margin-top: 0px;
    }

    .HomeFooterMidlistBordernew {
        border-top: 2px solid #80a6ce;
        border-left: 2px solid #80a6ce;
        border-right: 2px solid #80a6ce;
        border-bottom: 2px solid #80a6ce;
        /*padding:15px;*/
        padding-bottom: 10px;
    }

    .ProductservicelistBordernew {
        border-top: 2px solid #005cb9;
        border-left: 2px solid #005cb9;
        border-right: 2px solid #005cb9;
        border-bottom: 2px solid #005cb9;
        /*padding:15px;*/
        padding-bottom: 10px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .ul_prodlists {
        list-style-type: disc;
        text-align: left;
        margin: 0px;
        padding: 15px 0px 0px 25px;
    }

    .li_prodlists ul li {
        text-align: left;
        list-style-type: disc;
        margin: 0px;
        padding: 0px 0px 15px 0px;
        font-family: 'Century Gothic';
        font-weight: normal;
        font-size: 16px;
        color: #000;
    }
    /* Top */
    .gltop {
        background-color: #1E62BB;
    }

    .gltopleft {
    }

        .gltopleft span {
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 18px;
        }

    .gltopleftsearch input {
        width: 190px;
        height: 10px !important;
    }

    .gltopleftsearchwidth {
        max-width: 199px;
        height: 28px;
        margin-top: 5px;
    }

    .glsearchbutton {
        width: 10px !important;
        margin-left: -32px;
        height: 20px;
        background: transparent;
        border: none;
        font-size: 14px;
        color: #a6a9ad;
    }

    .searchboxhg {
        margin-top: 12px;
    }

    .gltopright {
        border-right: 1px solid #fff;
        padding: 12px;
        text-align: center;
    }

        .gltopright a {
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 25px;
            text-decoration: none;
        }

    .gltoplinkbg {
        background-color: #ff0000;
    }

    .gltoprighttborder {
        border-left: 1px solid #fff;
    }

    .logingltopright {
        border-right: 1px solid #fff;
        padding: 5px 0px 0px;
        text-align: right;
    }

        .logingltopright a {
            color: #000000;
            font-family: 'Arial', sans-serif;
            font-size: 21px;
            text-decoration: none;
        }
    /*Menu*/
    .glmenu {
        min-height: 80px;
        font-size: 12px;
        margin: 0px;
    }

    .menuphonenumber {
        text-align: right;
        color: #1E62BB;
        font-size: 26px;
    }

    .logoheight {
        margin-top: -15px;
    }

    .paddingmenu {
        padding: 10px 0px 0px 0px;
    }
    /* Goleads Banner Styling */
    .paddingimg {
        padding: 50px 0px;
    }

    .banpadbg {
        padding: 50px 0px;
    }

    .paddingimgonlinemarket {
        padding: 42px 0px;
    }

    .section-title,
    .img-title {
        font-size: 30px;
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 20px;
    }

    .font-weight-700 {
        font-weight: 700;
    }

    .mt-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #goleadsBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 485px;
    }

        #goleadsBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            font-size: 78px;
            line-height: 72px;
        }

        #goleadsBanner h3 {
            font-size: 26px;
            line-height: 32px;
            font-family: 'Arial', sans-serif;
            margin-bottom: 25px;
        }

    #ListservicesBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 326px;
    }

        #ListservicesBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 78px;
            line-height: 105px;
            padding-bottom: 0px;
            margin-top: 0px;
        }

        #ListservicesBanner h3 {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 26px;
            font-family: Arial;
            line-height: 40px;
        }

    .smallTopHeadBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 157px;
    }

        .smallTopHeadBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            font-size: 90px;
            line-height: 85px;
            padding-bottom: 15px;
        }

    .dataservicesBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 300px;
    }

        .dataservicesBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 78px;
            line-height: 71px;
            padding-bottom: 0px;
            margin-top: 20px;
        }

    #bannerQuickLinks a {
        font-size: 20px;
        display: block;
    }

    .btn-cta {
        margin: 10px auto;
        padding: 10px 40px;
        background-color: #ED2424;
        border: 1px solid #ED2424;
        border-radius: 5px;
        color: #ffffff;
    }

        .btn-cta:hover,
        .btn-cta:focus {
            color: #ffffff;
        }
    /* Goleads Banner Styling End */
    /* Banner */
    .glbannermargin {
        margin-top: -2px;
    }
    /* .center{
   
        margin: auto;
       
        border: 3px solid #1E62BB;
        padding: 10px;
    
} */
    .glbanner h1 {
        color: #fff;
        font-size: 72px;
        font-weight: 700;
        line-height: 60px;
        text-align: left;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: none;
    }

    .glbanner p {
        color: #fff;
        font-family: 'Arial', sans-serif;
        text-align: center;
        text-shadow: none;
    }

    .glbannerbutton {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 12px;
    }

        .glbannerbutton a {
            font-size: 17px;
            color: #fff;
            text-decoration: none;
        }

    .banbtn1 .btn-default {
        background-color: #ED2424;
        border-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 12px 31px;
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .banbtn2 .btn-danger {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 12px 31px;
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .banbtn3 .btn-primary {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 12px 16px;
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        width: 20%;
    }

    .glbannersubtext {
        font-size: 21px;
    }
    /*numbersection*/
    #goleadsnumbersection {
        background-color: #F2F3F4;
    }

    h1.goleadsphnumber {
        font-size: 42px;
        color: #1E62BB;
        margin-top: 25px;
        margin-bottom: 0px;
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        font-weight: 900;
    }

    h2.goleadsphnumber {
        font-size: 48px;
        color: #1E62BB;
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 900;
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    /*Lower Navigation*/
    .gllowernav {
        background-color: #DDDFE2;
        text-align: center;
        font-family: Arial;
        padding: 9px;
    }

    .gllowermenu {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .gllowernav a {
        color: #1E62BB;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 24px;
        font-family: Arial;
        text-decoration: underline;
    }
    /*Lower Navigation*/
    .gllowerbluenav {
        background-color: #2376C5;
        text-align: center;
        font-family: Arial;
        padding: 20px;
    }

    .gllowerbluemenu {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .gllowerbluenav a {
        color: #ffffff;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
    }

    .businessleadsimg img {
        width: 180px;
        margin-top: 20px;
    }

    .resdencelistsimg img {
        width: 200px;
        margin-top: 20px;
    }

    .emaillisthomeimg img {
        width: 180px;
        margin-top: 20px;
    }

    .glheadline {
        color: #1E62BB;
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-top: 25px;
    }

    .glheadlinetext {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 22px;
        font-weight: normal;
        line-height: 34px;
        text-align: left;
        margin-bottom: 21px;
    }

    .headlinelistpage {
        color: #1E62BB;
        font-family: "Avenir Next Condensed" !important;
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px;
    }

    .headlinetextlistpage {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        text-align: center;
    }

    .onlineheadlintext {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 24px;
        font-weight: normal;
        line-height: 32px;
        text-align: center;
    }

    .onlimarketheadlinpage {
        color: #3B3B3B;
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 54px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 10px;
        padding-top: 30px;
    }

    .onlinemarkettextpage {
        color: #3B3B3B;
        font-family: "Avenir Next Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        font-weight: normal;
        line-height: 42px;
        text-align: left;
    }
    /* boxes */
    .helpbuttonbox {
        padding: 25px 0px;
    }

    .helpheadbutton h3 {
        padding: 0px 50px;
        font-size: 32px;
        color: #1E62BB;
        font-family: Arial;
        line-height: 40px;
    }

    .helpheadbutton h4 {
        padding: 16px 50px;
        font-size: 22px;
        color: #292929;
        font-family: Arial;
        line-height: 30px;
    }

    .firstbox {
        margin-bottom: 60px;
        margin-top: 50px;
    }

    .abtusboxes {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .homepageboxmg {
        margin-bottom: 50px;
        margin-top: 35px;
    }

    .dataserviceheadroi {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .bteresultsbox {
        margin-bottom: 38px;
        margin-top: 28px;
    }

    .yourlistbox {
        margin-bottom: 18px;
        margin-top: 18px;
    }

        .yourlistbox h3 {
            font-size: 37px;
        }
    /* Features */
    .gllistblue {
        background-color: #F2F3F4;
        padding-bottom: 30px;
        padding-top: 30px;
        border-top: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
        padding: 10px;
        box-shadow: 1px 0.5px 2px #DEDEDE;
    }

        .gllistblue h5 {
            color: #1E62BB;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
            padding-top: 39px;
        }

        .gllistblue h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 28px;
            font-weight: bold;
            text-align: left;
            margin-bottom: 15px;
            margin-left: 10px;
        }

        .gllistblue ul li {
            color: #1E62BB;
            font-family: Arial;
            font-size: 20px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistblue ul {
            padding-bottom: 10px;
        }

        .gllistblue p {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

    .gllistwhite {
        background-color: #fff;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .gllistwhite h5 {
            color: #1E62BB;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 33px;
            font-weight: 700;
            text-align: center;
        }

        .gllistwhite h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 26px;
            font-weight: bold;
            text-align: center;
        }

        .gllistwhite p {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistwhite ul li {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

    .glisthelpsectionbutton {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 34px 60px;
        font-size: 24px;
        text-decoration: none;
        font-family: arial;
        font-weight: bold;
        margin-top: 50px;
    }

    .glisthelpsectionbutton2 {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 53px 60px;
        font-size: 24px;
        text-decoration: none;
        font-family: arial;
        font-weight: bold;
        margin-top: 50px;
    }

    .goleadsbrellistbutton .btn-danger {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 12px 80px;
        font-size: 23px;
        text-decoration: none;
        border: 0px;
        margin-top: 30px;
    }

    .gllistbutton {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 12px 80px;
        font-size: 23px;
        text-decoration: none;
    }

    .goleadsbrellistbutton a {
        font-size: 22px;
        color: #fff;
        text-decoration: none;
    }

    .glonlinemarkleadgenbutton {
        background-color: #ED2424;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        padding: 14px 64px;
        font-size: 23px;
        text-decoration: none;
    }
    /* Contact Headline*/
    .glcontactbg {
        background-color: #1E62BB;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-family: Arial;
    }

    .spldatabase {
        background-color: #F2F3F4;
        padding: 75px 0px;
    }
    /* Contact */
    .glcontactwhite {
        background-color: #fff;
        padding-bottom: 60px;
        padding-top: 60px;
    }

        .glcontactwhite h5 {
            color: #1E62BB;
            font-family: "Avenir Next Regular" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            font-size: 30px;
            font-weight: 700;
            padding-left: 11px;
        }

    .glcontactwhiterg h5 {
        color: #1E62BB;
        font-family: "Avenir Next Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        font-weight: 700;
        padding-left: 85px;
    }

    .glcontactwhite h4 {
        color: #1E62BB;
        font-family: Arial;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    .contactpgtextarea {
        height: 130px;
        width: 78%;
    }

    .pg-cnt-inpt-area .form-control {
        height: 46px;
    }

    textarea.form-control {
        height: 100px !important;
    }

    .contactpgform {
        font-family: Arial;
        font-size: 21px;
        font-weight: bold;
        color: #242424;
    }

        .contactpgform span {
            color: red;
        }

    .contacttextrgt p {
        color: #525252;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }

    .glcontactwhite p {
        color: #1E62BB;
        font-family: Arial;
        font-size: 1.1em;
        font-weight: normal;
        line-height: 37px;
        text-align: left;
    }

    .glcontactform {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    }

        .glcontactform span {
            color: red;
        }

    .glcontactinpubox {
        border-radius: 0px;
        border: 1px solid #909090;
        box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.2);
    }

    .glcontacttextarea {
        height: 50px;
        width: 200px;
    }

    .glcontactrequired {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #000
    }

    .pgconctreqfield {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

        .pgconctreqfield span {
            color: red;
        }

    .glcontactexample {
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        color: #1E62BB;
    }

    .pgcontactexample {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        color: #1E62BB;
    }

    .pgcntbtn {
        background-color: #ED2424;
        border-radius: 12px;
        min-width: 190px;
        font-size: 28px;
        margin-left: 108px;
        min-height: 67px;
    }

    .glcontactrequired span {
        color: red;
    }

    .glcontactbutton {
        background-color: #ED2424;
        border-radius: 5px;
        min-width: 120px;
        font-size: 16px;
        font-weight: bold;
        margin-left: 108px;
    }
    /* Testimonial */
    .gltestimonialbg {
        background-color: #1E62BB;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-family: Arial;
    }

    .gltestimonial {
        font-size: 14px;
        color: #000;
        text-align: left;
        font-family: Arial;
    }

    .gltestimonialalign {
        padding: 60px 60px 100px 60px;
        margin: 0px;
    }
    /* Footer */
    .glfooter {
        background-color: #005CB9;
        font-size: 11px;
        text-align: left;
        color: #fff;
        font-family: Arial;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .glfooter h6 {
            font-size: 14px;
            text-align: left;
        }

        .glfooter p {
            font-size: 12px;
            text-align: left;
        }

    .glfootersearch h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootersearch p {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime p {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime a {
        font-size: 24px;
        text-align: left;
        font-weight: bold;
        color: #fff;
    }

    .glfootersocialmedia h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootersocialmedia p {
        font-size: 14px;
        text-align: left;
    }

    .glfootersocialmedia .fa {
        font-size: 16px;
        margin: 2px;
        text-align: left;
    }

    .glfootersocialmediaheight {
        height: 15px;
    }

    .glfooterleftsearchtext {
        font-size: 14px;
    }

    .glfooterleftsearchwidth {
        width: 150px;
        color: #000;
    }

    .listfooter {
        background-color: #2376C5;
        font-family: Arial;
        padding-top: 30px;
    }

    .list-inline {
        text-align: center;
    }

        .list-inline li {
            padding: 10px 7px;
        }

            .list-inline li a {
                color: #5D6167;
                font-size: 18px;
                font-family: Arial;
                font-weight: 700;
            }

    .hrlinealpha {
        background-color: #fff;
        content: '';
        width: 85%;
        bottom: -18%;
        left: 0%;
        position: absolute;
        height: 1px;
        margin-top: 27px;
        right: 0%
    }

    .linedivider {
        background-color: #fff;
        content: '';
        width: 85%;
        bottom: -18%;
        left: 0%;
        position: absolute;
        height: 1px;
        margin-top: 27px;
        right: 0%
    }

    .indheading {
        padding: 0px 74px;
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }

    .indsearch a {
        padding: 0px 60px;
        font-size: 21px;
        color: #fff;
        font-family: Arial;
        text-decoration: none;
    }

    h3.servicestitle {
        font-size: 24px;
        font-family: arial;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
    }

    .servicestitle a {
        text-decoration: none;
        color: #1E62BB;
    }

    .onlinemarketservicessectionbox {
        padding: 50px 0px;
        background-color: #FFFFFF;
    }

    .goleadssectionsaboutus {
        padding-bottom: 0px;
        padding-top: 15px;
        border-top: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
    }

        .goleadssectionsaboutus p {
            color: #5F5F5F;
            font-family: Arial;
            font-size: 20px;
            line-height: 30px;
            text-align: left;
            padding-left: 40px;
        }

    .imggoleadslink a {
        color: #474647;
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        font-style: italic;
    }

    .freeglsch a {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 32px;
        text-decoration-line: underline;
    }
}

@media (min-width: 900px) and (max-width: 1600px) {
    .serviceBox .title {
        font-size: 27px;
        color: #fff;
        margin: 0 0 20px 0;
        font-family: Arial;
    }

    .serviceBox .description {
        font-size: 19px;
        color: #fff;
        text-align: left;
        height: 230px;
        font-family: 'Arial', sans-serif;
        line-height: 29px;
        padding-left: 14px;
    }

    .listserviceBox .title {
        font-size: 28px;
        color: #1E62BB;
        margin: 0 0 20px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: underline;
    }

    .listserviceBox .listdescription {
        font-size: 16.2px;
        color: #1E62BB;
        text-align: left;
        height: 450px;
        font-family: 'Arial', sans-serif;
        line-height: 33px;
        padding-left: 2px;
    }

    .dataserviceBox .title {
        font-size: 28px;
        color: #1E62BB;
        margin: 0 0 20px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .dataserviceBox .datadescription {
        font-size: 16.2px;
        color: #1E62BB;
        text-align: left;
        height: 210px;
        font-family: 'Arial', sans-serif;
        line-height: 33px;
        padding-left: 2px;
    }

    .goleadssectionsaboutus p {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        padding-left: 40px;
    }

    .imggoleadslink a {
        color: #474647;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        font-style: italic;
    }

    .freeglsch a {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 32px;
        text-decoration-line: underline;
    }

    .goleadssectionsaboutus p {
        color: #5f5f5f;
        font-family: Arial;
        font-size: 25px;
        font-weight: normal;
        line-height: 34px;
        text-align: left;
        /* padding-left: 40px; */
    }

    .contacttextrgt p {
        color: #525252;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    #sitecards {
        padding: 50px 0px;
    }

    .glbanner h1 {
        color: #fff;
        font-size: 67px;
        font-weight: 700;
        line-height: 60px;
        text-align: left;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: none;
        margin-left: -100px;
    }

    .serviceBox .description {
        font-size: 20px;
        line-height: 25px;
    }

    .listserviceBox .listdescription {
        font-size: 16px;
        color: #1E62BB;
        text-align: left;
        font-family: 'Arial', sans-serif;
        line-height: 25px;
        height: 390px;
    }

    .dataserviceBox .datadescription {
        font-size: 16px;
        color: #1E62BB;
        text-align: left;
        font-family: 'Arial', sans-serif;
        line-height: 25px;
        /* height: 200px; */
    }

    h3.servicestitle {
        font-size: 23px;
        font-family: arial;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
    }

    .serviceBox .title {
        font-size: 23px;
        color: #fff;
        margin: 0 0 20px 0;
        font-family: Arial;
    }

    .serviceBox .description {
        font-size: 19px;
        line-height: 25px;
    }

    .servicestitle a {
        text-decoration: none;
        color: #1E62BB;
    }

    .goleadssectionsaboutus p {
        color: #5f5f5f;
        font-family: Arial;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        /* padding-left: 40px; */
    }

    .contacttextrgt p {
        color: #525252;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .gltestimonialalign {
        padding: 60px 60px 100px 30px;
        margin: 0px;
    }

    .termsbox {
        max-height: 240px;
        overflow-y: scroll;
    }

    p.termsconditions {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
    }

    #dataservicecards {
        padding: 60px 0px 10px;
    }

    #sitecards {
        padding: 50px 0px;
    }

    .menuphonenumber {
        text-align: right;
        color: #1E62BB;
        font-size: 22px;
    }

    .social-links {
        text-align: center;
    }

        .social-links a .fa {
            padding: 47px 1px 0px;
            font-size: 38px;
            color: #0052A1;
        }

    .footsocial-links a {
        text-decoration: none;
    }

        .footsocial-links a .fa {
            padding: 47px 1px 0px;
            font-size: 38px;
            color: #ffffff;
        }

    .contactpgform {
        font-family: Arial;
        font-size: 17px;
        font-weight: bold;
        color: #242424;
    }

    .contacttextrgt p {
        color: #525252;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }

    .searchboxhg {
        margin-top: 12px;
    }

    h3.servicestitle {
        font-size: 23px;
        font-family: arial;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
    }

    .servicestitle a {
        text-decoration: none;
        color: #1E62BB;
    }

    .glbanner h1 {
        color: #fff;
        font-size: 67px;
        font-weight: 700;
        line-height: 60px;
        text-align: left;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: none;
        margin-left: -100px;
    }

    #goleadsBanner {
        background: #1E62BB url(../images/goleadsbanner.jpg) no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 460px;
    }

    .paddingimg {
        padding: 40px 0px;
    }

    .banpadbg {
        padding: 40px 0px;
    }

    .glcontactwhite h5 {
        color: #1E62BB;
        font-family: "Avenir Next Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        font-weight: 700;
        padding-left: 11px;
    }

    .glcontactwhiterg h5 {
        color: #1E62BB;
        font-family: "Avenir Next Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        font-weight: 700;
        padding-left: 80px;
    }

    .firstbox {
        margin-bottom: 50px;
        margin-top: 40px;
    }

    .homepageboxmg {
        margin-bottom: 50px;
        margin-top: 35px;
    }

    .dataserviceheadroi {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .businessleadsimg img {
        width: 160px;
        margin-top: 20px;
    }

    .resdencelistsimg img {
        width: 190px;
        margin-top: 20px;
    }

    .emaillisthomeimg img {
        width: 150px;
        margin-top: 20px;
    }

    .gllistblue h4 {
        color: #1E62BB;
        font-family: Arial;
        font-size: 25px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .gllistblue h5 {
        color: #1E62BB;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        padding-top: 20px;
    }

    .gllistblue ul li {
        color: #1E62BB;
        font-family: Arial;
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        text-align: left;
    }

    .serviceBox {
        background: #1E62BB;
        text-align: center;
        padding: 18px 18px;
    }

        .serviceBox .title {
            font-size: 20px;
            color: #fff;
            margin: 0 0 20px 0;
            font-family: Arial;
        }

        .serviceBox .description {
            font-size: 16px;
            color: #fff;
            text-align: left;
            font-family: 'Arial', sans-serif;
            line-height: 22px;
            height: 190px;
            padding-left: 5px;
        }

        .serviceBox .btn-danger {
            color: #fff;
            background-color: #ED2424;
            border-color: #ED2424;
            font-size: 19px;
            padding: 3px 20px;
            border-radius: 6px;
            margin-bottom: 30px;
        }

    .listserviceBox .listdescription {
        font-size: 16px;
        color: #1E62BB;
        text-align: left;
        font-family: 'Arial', sans-serif;
        line-height: 25px;
        height: 200px;
    }

    .listserviceBox .btn-danger {
        color: #fff;
        background-color: #EC1F27;
        border-color: #EC1F27;
        font-size: 19px;
        padding: 9px 20px;
        border-radius: 6px;
        margin-bottom: 30px;
    }

    .dataserviceBox .btn-danger {
        color: #fff;
        background-color: #EC1F27;
        border-color: #EC1F27;
        font-size: 19px;
        padding: 3px 20px;
        border-radius: 6px;
        margin-bottom: 30px;
    }

    .carousel-indicators .active {
        background: #2376C5;
    }

    .content {
        margin-top: 20px;
    }

    .adjust1 {
        float: left;
        width: 100%;
        margin-bottom: 0;
        padding: 48px;
        margin-top: 110px;
    }

    .adjust2 {
        margin: 0;
        margin-top: 14px;
    }

    .revcssmob p {
        color: #4D4D4D;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
    }

    .carousel-indicators li {
        border: 1px solid #ccc;
    }

    .carousel-control {
        color: #2376C5;
        width: 5%;
    }

        .carousel-control:hover,
        .carousel-control:focus {
            color: #2376C5;
        }

        .carousel-control.left,
        .carousel-control.right {
            background-image: none;
        }

    .media-object {
        margin: auto;
        margin-top: 15%;
    }

    .star-ratings-css {
        unicode-bidi: bidi-override;
        color: #c5c5c5;
        font-size: 25px;
        height: 25px;
        width: 100px;
        margin: 0 auto;
        position: relative;
        padding: 0;
        text-shadow: 0px 1px 0 #a2a2a2;
    }

    .star-ratings-css-top {
        color: #EEC939;
        padding: 0;
        position: absolute;
        z-index: 1;
        display: block;
        top: 0;
        left: 8px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .star-ratings-css-bottom {
        padding: 0;
        display: block;
        z-index: 0;
    }

    .HomeFooterMidlistBordernew {
        border-top: 2px solid #80a6ce;
        border-left: 2px solid #80a6ce;
        border-right: 2px solid #80a6ce;
        border-bottom: 2px solid #80a6ce;
        /*padding:15px;*/
        padding-bottom: 10px;
    }

    .ProductservicelistBordernew {
        border-top: 2px solid #005cb9;
        border-left: 2px solid #005cb9;
        border-right: 2px solid #005cb9;
        border-bottom: 2px solid #005cb9;
        /*padding:15px;*/
        padding-bottom: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .listserviceBox {
        padding: 0px;
    }

        .listserviceBox .listdescription {
            font-size: 16px;
            color: #1E62BB;
            text-align: left;
            font-family: 'Arial', sans-serif;
            line-height: 23px;
            height: 355px;
        }

        .listserviceBox .listservice-icon img {
            height: 120px;
        }

        .listserviceBox .title {
            font-size: 19px;
            color: #1E62BB;
            margin: 0 0 15px 0;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-decoration: underline;
        }

    .dataserviceBox {
        padding: 0px;
    }

        .dataserviceBox .datadescription {
            font-size: 16px;
            color: #1E62BB;
            text-align: left;
            font-family: 'Arial', sans-serif;
            line-height: 23px;
            height: 210px;
            padding: 1px 44px;
        }

        .dataserviceBox .dataserviceBox-icon img {
            height: 120px;
        }

        .dataserviceBox .title {
            font-size: 19px;
            color: #1E62BB;
            margin: 0 0 15px 0;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

    .onlinemarketservicessectionbox {
        padding: 20px 0px;
        background-color: #FFFFFF;
    }

    .goleadssectionsaboutus p {
        color: #5f5f5f;
        font-family: Arial;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        /* padding-left: 40px; */
    }

    .imggoleadslink a {
        color: #474647;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    .freeglsch a {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 32px;
        text-decoration-line: underline;
    }
    /*contactusbannersmall*/
    .contactusBanner {
        height: 250px;
    }

        .contactusBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 78px;
            line-height: 86px;
            padding-bottom: 0px;
            margin-top: 14px;
            margin-bottom: 0px;
        }

        .contactusBanner h3 {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 26px;
            font-family: Arial;
            line-height: 40px;
            margin-top: 0px;
        }
    /*contactusbannersmall*/
    /*siccodepage*/
    .siccodeBanner {
        height: 310px;
    }

    .siccntpad {
        padding: 10px 0px 10px 70px;
    }
    /*siccodepage*/
    .b2bcountBanner {
        height: 250px;
    }

        .b2bcountBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 78px;
            line-height: 86px;
            padding-bottom: 0px;
            margin-top: 14px;
            margin-bottom: 0px;
        }

        .b2bcountBanner h3 {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 26px;
            font-family: Arial;
            line-height: 40px;
            margin-top: 0px;
        }

    .rescountBanner {
        height: 250px;
    }

        .rescountBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 78px;
            line-height: 86px;
            padding-bottom: 0px;
            margin-top: 14px;
            margin-bottom: 0px;
        }

        .rescountBanner h3 {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 26px;
            font-family: Arial;
            line-height: 40px;
            margin-top: 0px;
        }
    /*listservice-page-newcorrections*/
    #ListservicesBanner h1 {
        font-family: "Avenir Next Condensed" !important;
        font-size: 78px;
        line-height: 105px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    #ListservicesBanner h3 {
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 26px;
        font-family: Arial;
        line-height: 40px;
    }

    .helpbuttonbox {
        padding: 20px 0px;
    }

    .helpheadbutton h3 {
        padding: 0px 18px;
        font-size: 32px;
        color: #1E62BB;
        font-family: Arial;
        line-height: 40px;
    }

    .helpheadbutton h4 {
        padding: 0px 18px;
        font-size: 22px;
        color: #292929;
        font-family: Arial;
        line-height: 30px;
    }

    .glisthelpsectionbutton {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 25px 30px;
        font-size: 24px;
        text-decoration: none;
        font-family: arial;
        font-weight: bold;
        margin-top: 50px;
    }

    .glisthelpsectionbutton2 {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 38px 30px;
        font-size: 24px;
        text-decoration: none;
        font-family: arial;
        font-weight: bold;
        margin-top: 50px;
    }
    /*end-listservice-page-newcorrections*/
    .dataservicesBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 300px;
    }

        .dataservicesBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 78px;
            line-height: 71px;
            padding-bottom: 0px;
            margin-top: 20px;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    p.termsconditions {
        font-size: 13px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 22px;
    }

    .menuphonenumber {
        text-align: right;
        color: #1E62BB;
        font-size: 17px;
    }

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        color: rgba(30, 98, 187, 1);
        background-color: rgba(255, 255, 255, 1);
        margin-top: 6px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 4px;
        font-size: 14px;
        padding-right: 4px;
    }

    .contactpgform {
        font-family: Arial;
        font-size: 17px;
        font-weight: bold;
        color: #242424;
    }

    .contacttextrgt p {
        color: #525252;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }

    .social-links a {
        text-decoration: none;
    }

    .gltopleft span {
        color: #fff;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
    }

    .gltopleftsearchwidth {
        max-width: 185px;
        height: 27px;
        margin-top: 12px;
    }

    .social-links a .fa {
        font-size: 20px;
    }

    .footsocial-links a {
        text-decoration: none;
    }

        .footsocial-links a .fa {
            font-size: 20px;
        }

    .glbannerbutton {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 3px;
    }

        .glbannerbutton a {
            font-size: 14px;
            color: #fff;
            text-decoration: none;
        }
    /* .gltestimonialalign {
        padding: 60px 60px 6px 3px;
        margin: 0px;
    } */
    .gltestimonialalign {
        padding: 40px 40px 90px 10px;
        margin: 0px;
    }

    .HomeFooterMidlistBordernew {
        border-top: 2px solid #80a6ce;
        border-left: 2px solid #80a6ce;
        border-right: 2px solid #80a6ce;
        border-bottom: 2px solid #80a6ce;
        /*padding:15px;*/
        padding-bottom: 10px;
    }

    .ProductservicelistBordernew {
        border-top: 2px solid #005cb9;
        border-left: 2px solid #005cb9;
        border-right: 2px solid #005cb9;
        border-bottom: 2px solid #005cb9;
        /*padding:15px;*/
        padding-bottom: 10px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .listfooter {
        background-color: #2376C5;
        font-family: Arial;
        padding-top: 10px;
    }

    .list-inline {
        text-align: center;
    }

        .list-inline li {
            padding: 6px 3px;
        }

            .list-inline li a {
                color: #5D6167;
                font-size: 18px;
                font-family: Arial;
                font-weight: 700;
            }

    .hrlinealpha {
        background-color: #fff;
        content: '';
        width: 80%;
        bottom: -18%;
        left: 0%;
        position: absolute;
        height: 1px;
        margin-top: 27px;
        right: 0%
    }

    .linedivider {
        background-color: #fff;
        content: '';
        width: 80%;
        bottom: -10%;
        left: 0%;
        position: absolute;
        height: 1px;
        margin-top: 27px;
        right: 0%
    }

    .indheading {
        padding: 0px 74px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .indsearch a {
        padding: 0px 65px;
        font-size: 18px;
        color: #fff;
        font-family: Arial;
        text-decoration: none;
    }

    .listserviceBox .listdescription {
        font-size: 15px;
        color: #1E62BB;
        text-align: left;
        font-family: 'Arial', sans-serif;
        line-height: 23px;
        height: 352px;
    }

    .listserviceBox .listservice-icon img {
        height: 120px;
    }

    .listserviceBox .title {
        font-size: 18px;
        color: #1E62BB;
        margin: 0 0 10px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: underline;
    }

    .dataserviceBox .datadescription {
        font-size: 16px;
        color: #1E62BB;
        text-align: left;
        font-family: 'Arial', sans-serif;
        line-height: 23px;
        height: 210px;
        padding: 1px 6px;
    }

    .dataserviceBox .dataserviceBox-icon img {
        height: 120px;
    }

    .dataserviceBox .title {
        font-size: 18px;
        color: #1E62BB;
        margin: 0 0 10px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .glSpecialtydatabase h3 {
        color: #1E62BB;
        font-size: 22px;
        font-weight: bold;
        font-family: Arial;
        margin-bottom: 25px;
    }

    .glSpecialtydatabase h2 {
        color: #1E62BB;
        font-size: 30px;
        font-weight: bold;
        font-family: Arial;
        margin-bottom: 25px;
        text-align: center;
    }

        .glSpecialtydatabase h2 > a {
            color: #ED2424;
            font-size: 30px;
            font-weight: bold;
            font-family: Arial;
            margin-bottom: 25px;
            text-decoration: none;
            text-align: center;
        }

    .glSpecialtydatabase p {
        color: #3B3B3B;
        font-size: 18px;
        font-family: Arial;
        height: 160px;
    }

    .glSpecialtydatabaseleft h3 {
        color: #1E62BB;
        font-size: 22px;
        font-weight: bold;
        font-family: Arial;
        margin-bottom: 25px;
    }

    .glSpecialtydatabaseleft p {
        color: #3B3B3B;
        font-size: 18px;
        font-family: Arial;
    }

    .glSpecialtydatabaseleft .btn-danger {
        color: #fff;
        background-color: #EC1F27;
        border-color: #EC1F27;
        font-size: 20px;
        padding: 10px 40px;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .glSpecialtydatabase .btn-danger {
        color: #fff;
        background-color: #EC1F27;
        border-color: #EC1F27;
        font-size: 20px;
        padding: 10px 40px;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .helpheadbutton h3 {
        padding: 0px 0px;
        font-size: 24px;
        color: #1E62BB;
        font-family: Arial;
        line-height: 36px;
    }

    .helpheadbutton h4 {
        padding: 0px;
        font-size: 21px;
        color: #292929;
        font-family: Arial;
        line-height: 30px;
    }

    .glisthelpsectionbutton {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 21px 36px;
        font-size: 18px;
        text-decoration: none;
        font-family: arial;
        font-weight: bold;
        margin-top: 50px;
    }

    .glisthelpsectionbutton2 {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 33px 36px;
        font-size: 18px;
        text-decoration: none;
        font-family: arial;
        font-weight: bold;
        margin-top: 50px;
    }

    .serviceBox {
        background: #1E62BB;
        text-align: center;
        padding: 12px 12px;
    }

    h3.servicestitle {
        font-size: 23px;
        font-family: arial;
        font-weight: bold;
        text-align: center;
    }

    .servicestitle a {
        text-decoration: none;
        color: #1E62BB;
    }

    .onlinemarketservicessectionbox {
        padding: 2px 0px;
        background-color: #FFFFFF;
    }

    .goleadssectionsaboutus p {
        color: #5f5f5f;
        font-family: Arial;
        font-size: 20px;
        font-weight: normal;
        line-height: 25px;
        text-align: left;
        /* padding-left: 40px; */
    }

    .imggoleadslink a {
        color: #474647;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        font-style: italic;
    }

    .imggoleadslink img {
        width: 70%;
    }

    .freeglsch a {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 32px;
        text-decoration-line: underline;
    }
    /*four types of leads*/
    .fourtypesleadsBanner {
        height: 510px;
    }

    .ban-padding-img {
        padding: 40px 0px;
    }

    .typesleadstext h1 {
        color: #ffffff;
        font-size: 42px;
        line-height: 46px;
    }

    .typesleadstext h2 {
        color: #ffffff;
        font-size: 24px;
        line-height: 36px;
    }

    .typesleadstext p {
        color: #ffffff;
        font-size: 20px;
        line-height: 24x;
    }

    .typesleadstext ul li {
        color: #ffffff;
        font-size: 24px;
        line-height: 35px;
    }
    /*four types of leads*/
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        background-color: #FFF;
        font-family: 'Arial', Verdana;
        font-size: 16px;
    }

    .social-links a {
        text-decoration: none;
    }

        .social-links a .fa {
            padding: 0px 1px 0px;
            font-size: 20px;
            color: #0052A1;
            /* padding: 9px 4px;
        font-size: 40px; */
        }

    .footsocial-links a {
        text-decoration: none;
    }

        .footsocial-links a .fa {
            font-size: 20px;
        }

    .searchboxhg {
        margin-top: 5px;
    }

    .HomeFooterMidlistBordernew {
        border-top: 2px solid #80a6ce;
        border-left: 2px solid #80a6ce;
        border-right: 2px solid #80a6ce;
        border-bottom: 2px solid #80a6ce;
        /*padding:15px;*/
        padding-bottom: 10px;
    }

    .ProductservicelistBordernew {
        border-top: 2px solid #005cb9;
        border-left: 2px solid #005cb9;
        border-right: 2px solid #005cb9;
        border-bottom: 2px solid #005cb9;
        /*padding:15px;*/
        padding-bottom: 10px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    /* Top */
    .gltop {
        background-color: #1E62BB;
        padding-right: 10px;
    }

    .gltopleft {
    }

        .gltopleft span {
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 14px;
        }

    .gltopleftsearch input {
        width: 180px;
    }

    .gltopleftsearchwidth {
        max-width: 140px;
        height: 20px;
        margin-top: 2px;
    }

    .glsearchbutton {
        width: 10px !important;
        margin-left: -32px;
        height: 20px;
        background: transparent;
        border: none;
        font-size: 14px;
        color: #a6a9ad;
    }

    .gltopright {
        border-right: 1px solid #fff;
        padding: 5px;
        text-align: center;
    }

        .gltopright a {
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 14px;
            text-decoration: none;
        }

    .gltoplinkbg {
        background-color: #ff0000;
    }

    .gltoprighttborder {
        border-left: 1px solid #fff;
    }

    .logingltopright {
        border-right: 1px solid #fff;
        padding: 5px 0px 0px;
        text-align: right;
    }

        .logingltopright a {
            color: #000000;
            font-family: 'Arial', sans-serif;
            font-size: 18px;
            text-decoration: none;
        }
    /*Menu*/
    .glmenu {
        min-height: 60px;
        margin: 0px;
    }
    /* Banner */
    .glbanner h1 {
        color: #fff;
        font-size: 55px;
        font-weight: 700;
        line-height: 50px;
        text-align: left;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: none;
    }

    .glbanner p {
        color: #fff;
        font-family: 'Arial', sans-serif;
        text-align: center;
        text-shadow: none;
    }

    .glbannerbutton {
        background-color: #ED2424;
        border-radius: 5px;
        font-size: 13px;
        color: #fff;
        text-align: center;
        padding: 10px;
    }

        .glbannerbutton a {
            font-size: 13px;
            color: #fff;
            text-decoration: none;
        }

    .glbannersubtext {
        font-size: 21px;
    }
    /*Lower Navigation*/
    .gllowernav {
        background-color: #DDDFE2;
        text-align: center;
        font-family: Arial;
        padding: 9px;
    }

    .gllowermenu {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .gllowernav a {
        color: #1E62BB;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
    }

    .glheadline {
        color: #1E62BB;
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-top: 25px;
    }

    .glheadlinetext {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 17px;
        font-weight: normal;
        line-height: 24px;
        text-align: left;
        padding: 5px;
        margin-bottom: 15px;
    }

    .headlinelistpage {
        color: #1E62BB;
        font-family: "Avenir Next Condensed" !important;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

    .headlinetextlistpage {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 17px;
        font-weight: normal;
        line-height: 24px;
        text-align: justify;
        padding: 5px;
        margin-bottom: 15px;
    }

    .onlineheadlintext {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 17px;
        font-weight: normal;
        line-height: 24px;
        text-align: justify;
        padding: 5px;
        margin-bottom: 15px;
    }

    .onlimarketheadlinpage {
        color: #3B3B3B;
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 0px !important;
    }

    .onlinemarkettextpage {
        color: #3B3B3B;
        font-family: "Avenir Next Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        font-weight: normal;
        line-height: 40px;
        text-align: center;
    }

    .helpbuttonbox {
        padding: 55px;
    }

    .firstbox {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .homepageboxmg {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .dataserviceheadroi {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .bteresultsbox {
        margin-bottom: 18px;
        margin-top: 10px;
    }
    /*Lower Nav*/
    /* Features */
    .gllistblue {
        background-color: #F2F3F4;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .gllistblue h5 {
            color: #1E62BB;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .gllistblue h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 26px;
            font-weight: bold;
            text-align: left;
        }

        .gllistblue p {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistblue ul li {
            color: #1E62BB;
            font-family: Arial;
            font-size: 18px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistblue ul {
            padding-bottom: 19px;
        }

    .gllistwhite {
        background-color: #fff;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .gllistwhite h5 {
            color: #1E62BB;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .gllistwhite h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }

        .gllistwhite p {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistwhite ul li {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

    .gllistbutton {
        background-color: #ED2424;
        border-radius: 5px;
        min-width: 230px;
        font-size: 22px;
        text-decoration: none;
    }

        .gllistbutton a {
            font-size: 22px;
            color: #fff;
            text-decoration: none;
        }

    .glonlinemarkleadgenbutton {
        background-color: #ED2424;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        padding: 14px 64px;
        font-size: 23px;
        text-decoration: none;
    }
    /* Contact Headline*/
    .glcontactbg {
        background-color: #1E62BB;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-family: Arial;
    }

    .spldatabase {
        background-color: #F2F3F4;
        padding: 100px 0px;
    }
    /* Contact */
    .glcontactwhite {
        background-color: #fff;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .glcontactwhite h5 {
            color: #1E62BB;
            font-family: "Avenir Next Regular" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            font-weight: 700;
            padding-left: 11px;
        }

        .glcontactwhite h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }

    .contactpgform {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #242424;
    }

        .contactpgform span {
            color: red;
        }

    .glcontactwhite p {
        color: #1E62BB;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 32px;
        text-align: left;
    }

    .glcontactform {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    }

        .glcontactform span {
            color: red;
        }

    .glcontactinpubox {
        border-radius: 0px;
        border: 1px solid #909090;
        box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.2);
    }

    .glcontacttextarea {
        height: 50px;
        width: 200px;
    }

    .pgconctreqfield {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

        .pgconctreqfield span {
            color: red;
        }

    .glcontactrequired {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #000
    }

    .glcontactexample {
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        color: #1E62BB;
    }

    .pgcontactexample {
        font-family: Arial;
        font-size: 17px;
        font-weight: bold;
        color: #1E62BB;
    }

    .pgcntbtn {
        background-color: #ED2424;
        border-radius: 7px;
        min-width: 120px;
        font-size: 20px;
        margin: auto;
        min-height: 0px;
    }

    .glcontactrequired span {
        color: red;
    }

    .glcontactbutton {
        background-color: #ED2424;
        border-radius: 5px;
        min-width: 120px;
        font-size: 16px;
        font-weight: bold;
        margin: auto;
        min-height: 0px;
    }
    /* Testimonial */
    .gltestimonialbg {
        background-color: #1E62BB;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-family: Arial;
    }

    .gltestimonial {
        font-size: 10px;
        color: #000;
        text-align: left;
        font-family: Arial;
    }

    .gltestimonialalign {
        padding: 60px;
        margin: 0px;
    }
    /* Footer */
    .glfooter {
        background-color: #005CB9;
        font-size: 11px;
        text-align: left;
        color: #fff;
        font-family: Arial;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .glfooter h6 {
            font-size: 14px;
            text-align: left;
        }

        .glfooter p {
            font-size: 12px;
            text-align: left;
        }

    .glfootersearch h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootersearch p {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime p {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime a {
        font-size: 24px;
        text-align: left;
        font-weight: bold;
        color: #fff;
    }

    .glfootersocialmedia h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootersocialmedia p {
        font-size: 14px;
        text-align: left;
    }

    .glfootersocialmedia .fa {
        font-size: 22px;
        margin: 2px;
        text-align: left;
    }

    .glfootersocialmediaheight {
        height: 15px;
    }

    .glfooterleftsearchtext {
        font-size: 14px;
    }

    .glfooterleftsearchwidth {
        width: 150px;
    }

    .listserviceBox .listservice-icon img {
        height: 120px;
    }

    .dataserviceBox .dataserviceBox-icon img {
        height: 120px;
    }

    h3.servicestitle {
        font-size: 19px;
        font-family: arial;
        font-weight: bold;
        text-align: center;
        line-height: 26px;
    }

    .servicestitle a {
        text-decoration: none;
        color: #1E62BB;
    }

    .onlinemarketservicessectionbox {
        padding: 2px 0px;
        background-color: #FFFFFF;
    }
}

@media (max-width: 767px) {
    body {
        background-color: #FFF;
        font-family: 'Arial', Verdana;
        font-size: 16px;
    }

    .leadgenimgcnt img {
        margin-top: 10px;
    }
    /* Top */
    .social-links a .fa {
        padding: 2px 2px 2px;
        font-size: 26px;
        color: #0052A1;
    }

    .footsocial-links a {
        text-decoration: none;
    }

        .footsocial-links a .fa {
            font-size: 20px;
        }

    .gltop {
        background-color: #1E62BB;
    }

    .gltopleft {
        text-align: center;
    }

        .gltopleft span {
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 14px;
        }

    .gltopleftsearch input {
        width: 190px;
    }

    .gltopleftsearchwidth {
        width: 140px;
    }

    .glsearchbutton {
        width: 10px !important;
        margin-left: -32px;
        height: 20px;
        background: transparent;
        border: none;
        font-size: 14px;
        color: #a6a9ad;
    }

    .gltopright {
        border-right: 0px solid #fff;
        padding: 5px;
        text-align: center;
    }

        .gltopright a {
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 16px;
            text-decoration: none;
        }

    .gltoplinkbg {
        background-color: #ff0000;
    }

    .gltoprighttborder {
        border-left: 0px solid #fff;
    }

    .logingltopright {
        border-right: 1px solid #fff;
        padding: 5px 0px 0px;
        text-align: right;
    }

        .logingltopright a {
            color: #000000;
            font-family: 'Arial', sans-serif;
            font-size: 18px;
            text-decoration: none;
        }
    /*Menu*/
    .glmenu {
        min-height: 80px;
        margin: 0px;
    }
    /* Banner */
    .glbanner h1 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: none;
    }

    .glbanner p {
        color: #fff;
        font-family: 'Arial', sans-serif;
        text-align: center;
        text-shadow: none;
    }

    .glbannerbutton {
        background-color: #ED2424;
        border-radius: 5px;
        font-size: 13px;
        color: #fff;
        text-align: center;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .glbannerbutton a {
            font-size: 13px;
            color: #fff;
            text-decoration: none;
        }

    .glbannersubtext {
        font-size: 16px;
    }
    /*Lower Navigation*/
    .gllowernav {
        background-color: #DDDFE2;
        text-align: center;
        font-family: Arial;
        padding: 9px;
    }

    .gllowermenu {
        font-size: 11px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .gllowernav a {
        color: #1E62BB;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
    }

    .glheadline {
        color: #1E62BB;
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

    .glheadlinetext {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        text-align: center;
    }

    .headlinelistpage {
        color: #1E62BB;
        font-family: "Avenir Next Condensed" !important;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

    .headlinetextlistpage {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        text-align: justify;
    }

    .onlineheadlintext {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        text-align: justify;
    }

    .onlimarketheadlinpage {
        color: #3B3B3B;
        font-family: "Avenir Next Bold" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 10px;
    }

    .onlinemarkettextpage {
        color: #3B3B3B;
        font-family: "Avenir Next Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        font-weight: normal;
        line-height: 40px;
        text-align: left;
    }
    /* Features */
    .gllistblue {
        background-color: #F2F3F4;
        padding-bottom: 30px;
        padding-top: 30px;
        border-bottom: 2px solid #DEDEDE;
    }

        .gllistblue h5 {
            color: #1E62BB;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .gllistblue h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }

        .gllistblue p {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistblue ul li {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

    .gllistwhite {
        background-color: #fff;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .gllistwhite h5 {
            color: #1E62BB;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .gllistwhite h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }

        .gllistwhite p {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistwhite ul li {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

    .gllistbutton {
        background-color: #ED2424;
        border-radius: 5px;
        min-width: 230px;
        font-size: 22px;
        text-decoration: none;
    }

        .gllistbutton a {
            font-size: 22px;
            color: #fff;
            text-decoration: none;
        }

    .glonlinemarkleadgenbutton {
        background-color: #ED2424;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        padding: 14px 64px;
        font-size: 23px;
        text-decoration: none;
    }
    /* Contact Headline*/
    .glcontactbg {
        background-color: #1E62BB;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-family: Arial;
    }

    .spldatabase {
        background-color: #F2F3F4;
        padding: 100px 0px;
    }
    /* Contact */
    .glcontactwhite {
        background-color: #fff;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .glcontactwhite h5 {
            color: #1E62BB;
            font-family: "Avenir Next Regular" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
        }

        .glcontactwhite h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }

    .contactpgform {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #242424;
    }

        .contactpgform span {
            color: red;
        }

    .glcontactwhite p {
        color: #1E62BB;
        font-family: Arial;
        font-size: 15px;
        font-weight: normal;
        line-height: 32px;
        text-align: left;
    }

    .glcontactform {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    }

        .glcontactform span {
            color: red;
        }

    .glcontactinpubox {
        border-radius: 0px;
        border: 1px solid #909090;
        box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.2);
    }

    .glcontacttextarea {
        height: 50px;
        width: 200px;
    }

    .pgconctreqfield {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

        .pgconctreqfield span {
            color: red;
        }

    .glcontactrequired {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #000
    }

    .glcontactexample {
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        color: #1E62BB;
    }

    .pgcontactexample {
        font-family: Arial;
        font-size: 17px;
        font-weight: bold;
        color: #1E62BB;
    }

    .pgcntbtn {
        background-color: #ED2424;
        border-radius: 7px;
        min-width: 120px;
        font-size: 20px;
        margin: auto;
        min-height: 0px;
    }

    .glcontactrequired span {
        color: red;
    }

    .glcontactbutton {
        background-color: #ED2424;
        border-radius: 5px;
        min-width: 120px;
        font-size: 16px;
        font-weight: bold;
    }
    /* Testimonial */
    .gltestimonialbg {
        background-color: #1E62BB;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-family: Arial;
    }

    .gltestimonial {
        font-size: 10px;
        color: #000;
        text-align: left;
        font-family: Arial;
    }

    .gltestimonialalign {
        height: 1000px;
    }
    /* Footer */
    .glfooter {
        background-color: #005CB9;
        font-size: 11px;
        text-align: left;
        color: #fff;
        font-family: Arial;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .glfooter h6 {
            font-size: 14px;
            text-align: left;
        }

        .glfooter p {
            font-size: 12px;
            text-align: left;
        }

    .glfootersearch h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootersearch p {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime p {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime a {
        font-size: 24px;
        text-align: left;
        font-weight: bold;
        color: #fff;
    }

    .glfootersocialmedia h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootersocialmedia p {
        font-size: 14px;
        text-align: left;
    }

    .glfootersocialmedia .fa {
        font-size: 22px;
        text-align: left;
    }

    .glfootersocialmediaheight {
        height: 15px;
    }

    .glfooterleftsearchtext {
        font-size: 14px;
    }

    .glfooterleftsearchwidth {
        width: 150px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    /* For portrait layouts only */
    .searchboxhg {
        margin-top: 5px;
    }
    /* Goleads Banner Styling */
    .paddingimg {
        padding: 40px 0px;
    }

    .banpadbg {
        padding: 40px 0px;
    }

    .paddingimgonlinemarket {
        padding: 10px 0px;
    }

    .section-title,
    .img-title {
        font-size: 30px;
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 20px;
    }

    .font-weight-700 {
        font-weight: 700;
    }

    .mt-20 {
        margin-top: 20px;
    }

    #goleadsBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 470px;
    }

        #goleadsBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            font-size: 75px;
            line-height: 73px;
        }

        #goleadsBanner h3 {
            font-size: 22px;
            line-height: 30px;
            font-family: 'Arial', sans-serif;
        }

    #ListservicesBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 270px;
    }

        #ListservicesBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 75px;
            line-height: 73px;
        }

        #ListservicesBanner h3 {
            font-size: 22px;
            line-height: 30px;
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        }

    .contactusBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 225px;
    }

        .contactusBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 75px;
            line-height: 73px;
        }

        .contactusBanner h3 {
            font-size: 22px;
            line-height: 30px;
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        }

    .siccodeBanner {
        height: 290px;
    }

    .siccntpad {
        padding: 10px;
    }

    .siccodebntxt1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px;
        line-height: 46px;
    }

    .siccodebntxt2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px;
        line-height: 46px;
    }

    .siccodebntext3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        line-height: 46px;
    }

    .siccodebntxt4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 32px;
    }

    .b2bcountBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 225px;
    }

        .b2bcountBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 75px;
            line-height: 73px;
        }

        .b2bcountBanner h3 {
            font-size: 22px;
            line-height: 30px;
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        }

    .rescountBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
    }

        .rescountBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 48px;
            line-height: 55px;
        }

        .rescountBanner h3 {
            font-size: 22px;
            line-height: 30px;
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        }

    .smallTopHeadBanner h1 {
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 50px;
        line-height: 60px;
    }

    .smallTopHeadBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 130px;
    }

    .dataservicesBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 220px;
    }

        .dataservicesBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 53px;
            line-height: 59px;
            padding-bottom: 0px;
            margin-top: 5px;
        }

    #bannerQuickLinks a {
        font-size: 20px;
        display: block;
    }

    .btn-cta {
        margin: 10px auto;
        padding: 10px 40px;
        background-color: #ED2424;
        border: 1px solid #ED2424;
        border-radius: 5px;
        color: #ffffff;
    }

        .btn-cta:hover,
        .btn-cta:focus {
            color: #ffffff;
        }
    /* Goleads Banner Styling End */
    .glbanner h1 {
        color: #fff;
        font-size: 56px;
        font-weight: 700;
        line-height: 50px;
        text-align: left;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: none;
        margin-left: 7px;
    }

    h1.goleadsphnumber {
        font-size: 28px;
        color: #1E62BB;
        margin-top: 20px;
        margin-bottom: 0px;
        font-family: "Avenir Next Bold" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
    }

    h2.goleadsphnumber {
        font-size: 30px;
        color: #1E62BB;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
        font-family: "Avenir Next Bold" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    /*Lower Navigation*/
    .gllowerbluenav {
        background-color: #2376C5;
        text-align: center;
        font-family: Arial;
    }

    .gllowerbluemenu {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .gllowerbluenav a {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
    }

    .banbtn1 .btn-default {
        background-color: #ED2424;
        border-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 8px 16px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banbtn2 .btn-danger {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 8px 16px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banbtn3 .btn-primary {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 8px 16px;
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
        width: auto;
    }

    .siccntpadd {
        padding: 20px 0px 40px;
    }

    .post-slide .post-content {
        padding: 10px 10px 45px;
    }
    /*four types of leads*/
    .fourtypesleadsBanner {
        height: 510px;
    }

    .ban-padding-img {
        padding: 30px 0px;
    }

    .typesleadstext h1 {
        color: #ffffff;
        font-size: 42px;
        line-height: 46px;
    }

    .typesleadstext h2 {
        color: #ffffff;
        font-size: 24px;
        line-height: 36px;
    }

    .typesleadstext p {
        color: #ffffff;
        font-size: 20px;
        line-height: 24x;
    }

    .typesleadstext ul li {
        color: #ffffff;
        font-size: 24px;
        line-height: 35px;
    }
    /*four types of leads*/
}

@media only screen and (max-width: 479px) {
    body {
        background-color: #FFF;
        font-family: 'Arial', Verdana;
        font-size: 16px;
    }

    .banpadbg {
        padding: 25px 0px 45px;
    }

    .pad0mobile {
        padding-left: 0px;
        padding-right: 0px;
    }

    .goleadsbrellistbutton .btn-danger {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 8px 0px;
        font-size: 16px;
        text-decoration: none;
        border: 0px;
        margin-top: 10px;
    }
    /* Top */
    .social-links a {
        text-decoration: none;
    }

        .social-links a .fa {
            padding: 2px 2px 2px !important;
            font-size: 20px !important;
            color: #0052A1 !important;
            /* padding: 9px 4px;
        font-size: 40px; */
        }

    .footsocial-links a {
        text-decoration: none;
    }

        .footsocial-links a .fa {
            font-size: 20px;
        }

    .gltop {
        background-color: #1E62BB;
    }

    .gltopleft {
        text-align: center;
    }

        .gltopleft span {
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 14px;
        }

    .gltopleftsearch input {
        width: 190px;
    }

    .gltopleftsearchwidth {
        width: 140px;
    }

    .glsearchbutton {
        width: 10px !important;
        margin-left: -32px;
        height: 20px;
        background: transparent;
        border: none;
        font-size: 14px;
        color: #a6a9ad;
    }

    .gltopright {
        border-right: 0px solid #fff;
        padding: 5px;
        text-align: center;
    }

        .gltopright a {
            color: #fff;
            font-family: 'Arial', sans-serif;
            font-size: 16px;
            text-decoration: none;
        }

    .gltoplinkbg {
        background-color: #ff0000;
    }

    .gltoprighttborder {
        border-left: 0px solid #fff;
    }

    .logingltopright {
        border-right: 0px solid #fff;
        padding: 5px;
        text-align: right;
    }

        .logingltopright a {
            color: #000000;
            font-family: 'Arial', sans-serif;
            font-size: 16px;
            text-decoration: none;
        }
    /*Menu*/
    .glmenu {
        min-height: 60px;
        margin: 0px;
    }

    .menuphonenumber {
        text-align: right;
        color: #1E62BB;
        font-size: 16px;
    }

    h1.goleadsphnumber {
        font-size: 20px;
        color: #1E62BB;
        margin-top: 20px;
        margin-bottom: 0px;
        font-family: "Avenir Next Bold" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        font-weight: 900;
    }

    h2.goleadsphnumber {
        font-size: 24px;
        color: #1E62BB;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
        font-family: "Avenir Next Bold" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    /* Banner */
    #goleadsBanner {
        background: #1E62BB url(../images/goleadsbanner.jpg) no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }

        #goleadsBanner h1 {
            font-size: 40px;
            line-height: 45px;
            font-family: "Avenir Next Condensed" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            ;
        }

    #bannerQuickLinks a {
        font-size: 14px;
        display: block;
    }

    #goleadsBanner h3 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .glbanner h1 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: none;
    }

    #ListservicesBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 270px;
    }

        #ListservicesBanner h1 {
            font-size: 40px;
            line-height: 45px;
            font-family: "Avenir Next Condensed" !important;
        }

        #ListservicesBanner h3 {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 19px;
            line-height: 23px;
            text-align: center;
        }

    .contactusBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 190px;
    }

        .contactusBanner h1 {
            font-size: 40px;
            line-height: 45px;
            font-family: "Avenir Next Condensed" !important;
        }

        .contactusBanner h3 {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 19px;
            line-height: 23px;
            text-align: center;
        }

    .b2bcountBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 190px;
    }

        .b2bcountBanner h1 {
            font-size: 29px;
            line-height: 45px;
            font-family: "Avenir Next Condensed" !important;
        }

        .b2bcountBanner h3 {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 17px;
            line-height: 23px;
            text-align: center;
        }

    .rescountBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 190px;
    }

        .rescountBanner h1 {
            font-size: 25px;
            line-height: 45px;
            font-family: "Avenir Next Condensed" !important;
        }

        .rescountBanner h3 {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 16px;
            line-height: 23px;
            text-align: center;
        }

    .smallTopHeadBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    }

        .smallTopHeadBanner h1 {
            font-size: 34px;
            line-height: 26px;
            font-family: "Avenir Next Condensed" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
        }

    .dataservicesBanner {
        background: #1E62BB url('../images/goleadsbanner.jpg') no-repeat right center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
    }

        .dataservicesBanner h1 {
            font-family: "Avenir Next Condensed" !important;
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 0px;
            margin-top: 0px;
        }

    .listserviceBox .listservice-icon img {
        height: 120px;
    }

    .dataserviceBox .dataserviceBox-icon img {
        height: 120px;
    }

    .glbanner p {
        color: #fff;
        font-family: 'Arial', sans-serif;
        text-align: center;
        text-shadow: none;
    }

    .glbannerbutton {
        background-color: #ED2424;
        border-radius: 5px;
        font-size: 13px;
        color: #fff;
        text-align: center;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .glbannerbutton a {
            font-size: 13px;
            color: #fff;
            text-decoration: none;
        }

    .banbtn1 .btn-default {
        background-color: #ED2424;
        border-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 8px 27px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banbtn2 .btn-danger {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 8px 16px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banbtn3 .btn-primary {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 8px 16px;
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
        width: auto;
    }

    .glbannersubtext {
        font-size: 16px;
    }
    /*Lower Navigation*/
    .gllowernav {
        background-color: #DDDFE2;
        text-align: center;
        font-family: Arial;
        padding: 9px;
    }

    .gllowermenu {
        font-size: 11px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .gllowernav a {
        color: #1E62BB;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-decoration: underline;
    }

    .glheadline {
        color: #1E62BB;
        font-family: "Avenir Next Condensed" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

    .glheadlinetext {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        text-align: justify;
        padding: 0px;
    }

    .headlinelistpage {
        color: #1E62BB;
        font-family: "Avenir Next Condensed" !important;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

    .headlinetextlistpage {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        text-align: justify;
        padding: 0px 20px;
    }

    .onlineheadlintext {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        text-align: justify;
        padding: 0px 20px;
    }

    .onlimarketheadlinpage {
        color: #3B3B3B;
        font-family: "Avenir Next Bold" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 10px;
    }

    .onlinemarkettextpage {
        color: #3B3B3B;
        font-family: "Avenir Next Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        font-weight: normal;
        line-height: 30px;
        text-align: left;
    }

    .leadgenonlineimg img {
        width: 50%;
    }

    .helpbuttonbox {
        padding: 8px;
    }

    .firstbox {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .homepageboxmg {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .dataserviceheadroi {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .bteresultsbox {
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .helpheadbutton h3 {
        padding: 0px 0px;
        font-size: 20px;
        color: #1E62BB;
        font-family: Arial;
        line-height: 33px;
    }

    .helpheadbutton h4 {
        padding: 0px 0px;
        font-size: 19px;
        color: #292929;
        font-family: Arial;
        line-height: 33px;
    }

    .glisthelpsectionbutton {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 20px;
        font-size: 20px;
        text-decoration: none;
        font-family: arial;
        font-weight: bold;
        margin-top: 20px;
    }

    .glisthelpsectionbutton2 {
        background-color: #ED2424;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        padding: 20px;
        font-size: 20px;
        text-decoration: none;
        font-family: arial;
        font-weight: bold;
        margin-top: 20px;
    }

    .yourlistbox h3 {
        font-size: 24px;
        margin-bottom: 4px;
        ;
    }
    /* Features */
    .gllistblue {
        background-color: #F2F3F4;
        padding-bottom: 30px;
        padding-top: 30px;
        border-bottom: 2px solid #DEDEDE;
    }

        .gllistblue h5 {
            color: #1E62BB;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .gllistblue h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 26px;
            font-weight: bold;
            text-align: center;
        }

        .gllistblue p {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistblue ul li {
            color: #1E62BB;
            font-family: Arial;
            font-size: 16px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

    .gllistwhite {
        background-color: #fff;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .gllistwhite h5 {
            color: #1E62BB;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .gllistwhite h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }

        .gllistwhite p {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

        .gllistwhite ul li {
            color: #1E62BB;
            font-family: Arial;
            font-size: 15px;
            font-weight: normal;
            line-height: 32px;
            text-align: left;
        }

    .gllistbutton {
        background-color: #ED2424;
        border-radius: 5px;
        min-width: 230px;
        font-size: 20px;
        text-decoration: none;
    }

        .gllistbutton a {
            font-size: 20px;
            color: #fff;
            text-decoration: none;
        }

    .glonlinemarkleadgenbutton {
        background-color: #ED2424;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        padding: 10px 36px;
        font-size: 19px;
        text-decoration: none;
    }
    /* Contact Headline*/
    .glcontactbg {
        background-color: #1E62BB;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-family: Arial;
    }

    .spldatabase {
        background-color: #F2F3F4;
        padding: 50px 0px;
    }
    /* Contact */
    .glcontactwhite {
        background-color: #fff;
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .glcontactwhite h5 {
            color: #1E62BB;
            font-family: "Avenir Next Regular" !important;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -webkit-text-stroke-width: 0.2px;
            -moz-osx-font-smoothing: grayscale;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
        }

        .glcontactwhite h4 {
            color: #1E62BB;
            font-family: Arial;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }

    .contactpgform {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #242424;
    }

        .contactpgform span {
            color: red;
        }

    .glcontactwhite p {
        color: #1E62BB;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 32px;
        text-align: left;
    }

    .glcontactform {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    }

        .glcontactform span {
            color: red;
        }

    .glcontactinpubox {
        border-radius: 0px;
        border: 1px solid #909090;
        box-shadow: 0px 2px 11px -1px rgba(0, 0, 0, 0.2);
    }

    .glcontacttextarea {
        height: 50px;
        width: 200px;
    }

    .pgconctreqfield {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

        .pgconctreqfield span {
            color: red;
        }

    .glcontactrequired {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #000
    }

    .glcontactexample {
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        color: #1E62BB;
    }

    .pgcontactexample {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        color: #1E62BB;
    }

    .pgconctreqfield {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

        .pgconctreqfield span {
            color: red;
        }

    .pgcntbtn {
        background-color: #ED2424;
        border-radius: 7px;
        min-width: 120px;
        font-size: 20px;
        margin: auto;
        min-height: 0px;
    }

    .glcontactrequired span {
        color: red;
    }

    .glcontactbutton {
        background-color: #ED2424;
        border-radius: 5px;
        min-width: 120px;
        font-size: 16px;
        font-weight: bold;
    }
    /* Testimonial */
    .gltestimonialbg {
        background-color: #1E62BB;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-family: Arial;
    }

    .gltestimonial {
        font-size: 10px;
        color: #000;
        text-align: left;
        font-family: Arial;
    }

    .gltestimonialalign {
        height: 1000px;
    }
    /* Footer */
    .glfooter {
        background-color: #005CB9;
        font-size: 11px;
        text-align: left;
        color: #fff;
        font-family: Arial;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .glfooter h6 {
            font-size: 14px;
            text-align: left;
        }

        .glfooter p {
            font-size: 12px;
            text-align: left;
        }

    .glfootersearch h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootersearch p {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime p {
        font-size: 14px;
        text-align: left;
    }

    .glfootertime a {
        font-size: 24px;
        text-align: left;
        font-weight: bold;
        color: #fff;
    }

    .glfootersocialmedia h6 {
        font-size: 14px;
        text-align: left;
    }

    .glfootersocialmedia p {
        font-size: 14px;
        text-align: left;
    }

    .glfootersocialmedia .fa {
        font-size: 22px;
        text-align: left;
    }

    .glfootersocialmediaheight {
        height: 15px;
    }

    .glfooterleftsearchtext {
        font-size: 14px;
    }

    .glfooterleftsearchwidth {
        width: 150px;
    }

    .serviceBox .title {
        font-size: 22px;
        color: #fff;
        margin: 0 0 20px 0;
        font-family: Arial;
    }

    .serviceBox .description {
        font-size: 15px;
        color: #fff;
        text-align: left;
        height: 150px;
        font-family: 'Arial', sans-serif;
        line-height: 22px;
    }

    #sitecards {
        padding: 0px 0px;
    }

    #dataservicecards {
        padding: 30px 0px;
    }

    .listserviceBox .listdescription {
        font-size: 17px;
        color: #1E62BB;
        text-align: left;
        height: 350px;
        font-family: 'Arial', sans-serif;
    }

    .listserviceBox .title {
        font-size: 24px;
        color: #1E62BB;
        margin: 0 0 20px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: underline;
    }

    .dataserviceBox .datadescription {
        font-size: 17px;
        color: #1E62BB;
        text-align: left;
        /* height: 255px; */
        font-family: 'Arial', sans-serif;
    }

    .dataserviceBox .title {
        font-size: 24px;
        color: #1E62BB;
        margin: 0 0 20px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .glSpecialtydatabase h3 {
        color: #1E62BB;
        font-size: 22px;
        font-weight: bold;
        font-family: Arial;
        margin-bottom: 25px;
    }

    .glSpecialtydatabase h2 {
        color: #1E62BB;
        font-size: 30px;
        font-weight: bold;
        font-family: Arial;
        margin-bottom: 25px;
        text-align: center;
    }

        .glSpecialtydatabase h2 > a {
            color: #ED2424;
            font-size: 25px;
            font-weight: bold;
            font-family: Arial;
            margin-bottom: 25px;
            text-decoration: none;
            text-align: center;
        }

    .glSpecialtydatabase p {
        color: #3B3B3B;
        font-size: 20px;
        font-family: Arial;
        height: 160px;
    }

    .glSpecialtydatabase .btn-danger {
        color: #fff;
        background-color: #EC1F27;
        border-color: #EC1F27;
        font-size: 20px;
        padding: 10px 40px;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .glSpecialtydatabaseleft h3 {
        color: #1E62BB;
        font-size: 22px;
        font-weight: bold;
        font-family: Arial;
        margin-bottom: 25px;
    }

    .glSpecialtydatabaseleft p {
        color: #3B3B3B;
        font-size: 20px;
        font-family: Arial;
    }

    .glSpecialtydatabaseleft .btn-danger {
        color: #fff;
        background-color: #EC1F27;
        border-color: #EC1F27;
        font-size: 20px;
        padding: 10px 40px;
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .glhelpsection p {
        color: #363636;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        line-height: 25px;
        text-align: justify;
    }

    .glncoasection p {
        color: #1E62BB;
        font-family: Arial;
        font-size: 19px;
        font-weight: normal;
        line-height: 28px;
        text-align: justify;
    }

    .goleadssectionsaboutus p {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 19px;
        font-weight: normal;
        line-height: 20px;
        text-align: left;
        padding-left: 0px;
    }

    .carousel-indicators .active {
        background: #2376C5;
    }

    .content {
        margin-top: 20px;
    }

    .adjust1 {
        float: left;
        width: 100%;
        margin-bottom: 0;
        padding: 10px 30px 30px;
    }

    .adjust2 {
        margin: 0;
        margin-top: 14px;
    }

    .revcssmob p {
        color: #4D4D4D;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
    }

    .carousel-indicators li {
        border: 1px solid #ccc;
    }

    .carousel-control {
        color: #2376C5;
        width: 5%;
    }

        .carousel-control:hover,
        .carousel-control:focus {
            color: #2376C5;
        }

        .carousel-control.left,
        .carousel-control.right {
            background-image: none;
        }

    .media-object {
        margin: auto;
        margin-top: 15%;
    }

    .star-ratings-css {
        unicode-bidi: bidi-override;
        color: #c5c5c5;
        font-size: 25px;
        height: 25px;
        width: 100px;
        margin: 0 auto;
        position: relative;
        padding: 0;
        text-shadow: 0px 1px 0 #a2a2a2;
    }

    .star-ratings-css-top {
        color: #EEC939;
        padding: 0;
        position: absolute;
        z-index: 1;
        display: block;
        top: 0;
        left: 8px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .star-ratings-css-bottom {
        padding: 0;
        display: block;
        z-index: 0;
    }

    .listfooter {
        background-color: #2376C5;
        font-family: Arial;
        padding-top: 16px;
    }

    .list-inline {
        text-align: center;
        padding: 12px;
    }

        .list-inline li a {
            color: #5D6167;
            font-size: 16px;
            font-family: Arial;
            font-weight: 700;
        }

        .list-inline li {
            padding: 0px 0px;
        }

    .hrlinealpha {
        background-color: #fff;
        content: '';
        width: 82%;
        bottom: -15%;
        left: 0%;
        position: absolute;
        height: 1px;
        /* margin-top: 25px; */
        right: 0%;
    }

    .linedivider {
        background-color: #fff;
        content: '';
        width: 82%;
        bottom: -10%;
        left: 0%;
        position: absolute;
        height: 1px;
        /* margin-top: 25px; */
        right: 0%;
    }

    .indheading {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding: 0px 14px;
    }
    /*Lower Navigation*/
    .gllowerbluenav {
        background-color: #2376C5;
        text-align: center;
        font-family: Arial;
    }

    .gllowerbluemenu {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .gllowerbluenav a {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
    }

    .indsearch a {
        font-size: 16px;
        color: #fff;
        font-family: Arial;
        padding: 0px 14px;
        text-decoration: none;
    }

    .HomeFooterMidlistBordernew {
        border: 0px;
        /* background-color: #2376C5; */
    }

    .ProductservicelistBordernew {
        border: 0px;
        /*padding:15px;*/
        padding-bottom: 10px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .listboxpadding {
        padding: 0px;
    }

    .ul_prodlists {
        list-style-type: disc;
        text-align: left;
        margin: 0px;
        padding: 15px 0px 0px 25px;
    }

    .li_prodlists ul li {
        text-align: left;
        list-style-type: disc;
        margin: 0px;
        padding: 0px 0px 15px 0px;
        font-family: 'Century Gothic';
        font-weight: normal;
        font-size: 15px;
        color: #000;
    }

    .dataserviceboxpadding {
        padding: 0px;
    }

    h3.servicestitle {
        font-size: 20px;
        font-family: arial;
        font-weight: bold;
        text-align: center;
    }

    .servicestitle a {
        text-decoration: none;
        color: #1E62BB;
    }

    .onlinemarketservicessectionbox {
        padding: 0px !important;
        background-color: #FFFFFF;
    }

    .imggoleadslink a {
        color: #474647;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        font-style: italic;
    }

    .imggoleadslink img {
        width: 66%;
    }

    .freeglsch a {
        color: #5F5F5F;
        font-family: Arial;
        font-size: 21px;
        text-decoration-line: underline;
    }

    h1.testimotext {
        font-family: "Kohinoor";
        font-size: 26px;
        color: #1E62BB;
        text-align: center;
    }

    .whatotherstext p {
        font-family: "Kohinoor";
        font-size: 0.8em;
        color: #747474;
        line-height: 22px;
    }

    .contacttextrgt p {
        color: #525252;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .bn-left {
        float: none;
    }

    .bn-right {
        float: none;
    }

    .btn-block {
        display: block;
        width: 100%;
    }

    .totalgetcountsection h2 {
        color: #000;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .dashboardgoleadsbrsection {
        border-top: 1px solid #D1D1D1;
        border-left: 1px solid #D1D1D1;
        border-right: 1px solid #D1D1D1;
        border-bottom: 1px solid #D1D1D1;
        padding: 15px 1px;
        border-radius: 16px;
    }

    h3.dashbdglheader {
        font-size: 20px;
        color: #1E62BB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 23px;
    }

    p.dashbdglheader {
        font-size: 20px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 26px;
        text-align: left;
    }

    p.dashbdglfooter {
        font-size: 17px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 26px;
        text-align: left;
    }

    .hddashpnl .panel-body {
        padding: 15px 4px;
    }

    h4.productinfobox {
        font-size: 15px;
        color: #1E62BB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
        margin-top: 0px;
    }

    p.productinfobox {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .productinfoboxbtn {
        padding-right: 6px;
        padding-left: 6px;
    }

        .productinfoboxbtn .btn-primary {
            background-color: #1E62BB;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
            transition: 0.3s ease-in-out;
            color: #ffffff;
            font-weight: bold;
            border-color: #1E62BB;
            border-radius: 22px;
            padding: 3px 12px;
            margin-bottom: 10px;
        }

            .productinfoboxbtn .btn-primary:hover {
                background-color: #EC1F27;
                box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
                transition: 0.3s ease-in-out;
                color: #fff;
                font-weight: bold;
                border-color: #EC1F27;
                border-radius: 22px;
                padding: 3px 12px;
                margin-bottom: 10px;
            }

        .productinfoboxbtn .btn-default {
            background-color: #1E62BB;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
            transition: 0.3s ease-in-out;
            color: #ffffff;
            font-weight: bold;
            border-color: #1E62BB;
            border-radius: 22px;
            padding: 0px 7px;
            margin-left: 12px;
        }

            .productinfoboxbtn .btn-default:hover {
                background-color: #EC1F27;
                box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
                transition: 0.3s ease-in-out;
                color: #ffffff;
                font-weight: bold;
                border-color: #EC1F27;
                border-radius: 22px;
                padding: 0px 7px;
                margin-left: 12px;
            }

    .hddashpnl .panel-primary > .panel-heading {
        color: #fff;
        background-color: #1E62BB;
        border-color: #1E62BB;
        border-radius: 9px 9px 0px 0px;
    }

    .hddashpnl .panel-primary {
        border-color: #EFEFEF;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
        transition: 0.3s ease-in-out;
        border-radius: 9px;
        margin-bottom: 35px;
    }

    h3.panel-title {
        font-size: 16px;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 18px;
    }

    h4.downloadinfobox {
        font-size: 16px;
        color: #1E62BB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
        margin-top: 0px;
    }

    p.contactinfoboxhd {
        font-size: 14px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
    }

    p.downloadinfobox {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
        word-wrap: break-word;
    }

    p.cntgoleadsinfobox {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
        word-wrap: break-word;
    }

    .downloadinfobox a {
        font-size: 16px;
        color: #EC1F27;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 26px;
    }

    .contboxpad .panel-body {
        padding: 30px 4px;
    }

    .billboxpad .panel-body {
        padding: 25px 18px 30px;
    }

    h4.cntgoleadsinfobox {
        font-size: 16px;
        color: #1E62BB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
        margin-top: 0px;
    }

    .mbpadbox {
        padding: 0px;
    }

    .termsbox {
        max-height: 290px;
        overflow-y: scroll;
    }

    p.termsconditions {
        font-size: 16px;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
    }
    /*dashgoleadscontentdownloadpage*/
    h2.dwndbgoleadsection {
        font-family: Arial, Helvetica, sans-serif;
        color: #1E62BB;
        font-size: 14px;
        font-weight: bold;
    }

    p.dwndbgoleadsection {
        font-family: Arial, Helvetica, sans-serif;
        color: #e05d5d;
        font-size: 14px;
        line-height: 15px;
    }

    h3.avgoleadsection {
        font-family: Arial, Helvetica, sans-serif;
        color: #1E62BB;
        font-size: 26px;
        font-weight: bold;
        margin-top: 0px;
    }

    p.avgoleadsection {
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 16px;
        line-height: 18px;
    }

    p.thankgoleadsection {
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        font-size: 16px;
        margin-top: 20px;
    }

    h2.scrubdbgoleadsection {
        font-family: Arial, Helvetica, sans-serif;
        color: #1E62BB;
        font-size: 16px;
        font-weight: bold;
    }
    /*end-dashgoleadscontentdownloadpage*/
    .padresbann {
        padding: 10px 0px;
    }

    .loginbtn .btn-danger {
        background-color: #ED2424;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 0px;
        padding-bottom: 3px;
        padding-top: 3px;
        padding-left: 8px;
        font-size: 16px;
        padding-right: 8px;
        border-radius: 0px;
        border: 0px;
    }

        .loginbtn .btn-danger:hover {
            background-color: #1E62BB;
            color: #ffffff;
            font-family: Arial, Helvetica, sans-serif;
            margin-top: 0px;
            padding-bottom: 3px;
            padding-top: 3px;
            padding-left: 8px;
            font-size: 16px;
            padding-right: 8px;
            border-radius: 0px;
            border: 0px;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
        }

    .abtusboxes {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    /*industrypage-css*/
    .indheadmain-txt h3 {
        font-size: 18px;
        line-height: 28px;
        ;
    }

    .topindustrieslistpages {
        border: 2px solid #005cb9;
        padding-bottom: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .ul_industriespageslists {
        list-style-type: disc;
        text-align: left;
        margin: 0px;
        padding: 10px 0px 0px 25px;
    }

    .li_industriespageslists ul li {
        text-align: left;
        list-style-type: disc;
        margin: 0px;
        padding: 0px 0px 15px 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-decoration: underline;
        font-size: 15px;
        color: #000;
    }

        .li_industriespageslists ul li a {
            color: #000;
        }
    /*industrypage-css*/
    /*siccodepage*/
    .siccodeBanner {
        height: 310px;
    }

    .siccntpad {
        padding: 10px;
    }

    .siccntpadd {
        padding: 20px 0px 30px;
    }

    .siccodebuiltbtn .btn-danger {
        padding: 10px 0px;
        font-size: 20px;
    }

    .sicpgcntbtn .btn-default {
        font-size: 20px;
        padding: 10px 30px;
    }

    .siccodebntxt1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }

    .siccodebntxt2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        line-height: 32px;
    }

    .siccodebntext3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 40px;
    }

    .siccodebntxt4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 26px;
    }

    .sictxtlefthd {
        font-size: 21px;
        line-height: 28px;
    }

    .sicbredcrumb .breadcrumb {
        padding: 8px 0px;
    }

        .sicbredcrumb .breadcrumb > li > a {
            font-size: 15px;
        }

        .sicbredcrumb .breadcrumb > .active {
            font-size: 15px;
        }

    .sictxtleft p {
        font-size: 16px;
        line-height: 24px;
    }

    .sicbrkdwntexthd {
        font-size: 22px;
        line-height: 30px;
    }

    .sicstate {
        font-size: 22px;
        line-height: 26px;
    }

    .siccount {
        font-size: 22px;
        line-height: 26px;
    }

    .sictxtstate {
        font-size: 16px;
        line-height: 24px;
    }

    .sictxtcount {
        font-size: 16px;
        line-height: 24px;
    }

    .siccodebyind {
        padding: 30px 10px;
    }

    .siccodewrapper {
        padding: 0px;
    }

    .sicindtexthd {
        font-size: 18px;
        line-height: 20px;
        margin: 50px 1px 4px;
    }

    .tbhdsic {
        font-size: 16px;
        line-height: 20px;
    }

    .sicindtxtp p {
        font-size: 15px;
        color: #555555;
        margin-bottom: 0px;
    }
    /*siccodepage*/
    .post-slide .post-content {
        padding: 10px 10px 45px;
    }
    /*count-breakdown-page*/
    .emailheader {
        padding: 0px 10px;
    }

    .countbreak-pad40 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .farm-counttable {
        background-color: #ffffff;
        padding: 10px 0px 10px;
    }

    .farmabtlistright {
        height: 300px;
    }

    .farmanalysissmallbox {
        padding: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .farmabtlistright-text h2 {
        font-size: 23px;
        line-height: 30px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 11px;
    }

    .farmabtlistright-text h4 {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 20px;
    }

    .gl-cntbrk-text h1 {
        font-size: 25px;
        margin-top: 5px;
        line-height: 42px;
    }

    .gl-cntbrk-text h4 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-top: 0px;
        line-height: 22px;
    }

    .gl-cntbrk-text p {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 22px;
    }

    .gl-cntbrk-btn .btn-default {
        padding: 14px 50px;
        font-size: 18px;
    }
    /*count-breakdown-page*/
    /*four types of leads*/
    .fourtypesleadsBanner {
        height: 510px;
    }

    .ban-padding-img {
        padding: 25px 0px;
    }

    .typesleadstext h1 {
        color: #ffffff;
        font-size: 30px;
        line-height: 35px;
    }

    .typesleadstext h2 {
        color: #ffffff;
        font-size: 20px;
        line-height: 24px;
    }

    .typesleadstext p {
        color: #ffffff;
        font-size: 16px;
        line-height: 20x;
    }

    .typesleadstext ul li {
        color: #ffffff;
        font-size: 20px;
        line-height: 24px;
    }

    .typeimgwidsz img {
        width: 120px;
    }

    .leadscnttypes h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .whitebg-typesleads {
        padding: 50px 0px;
    }

    .graybg-typesleads {
        padding: 50px 0px;
    }

    .fourleadscntpad {
        padding: 10px;
    }

    .typeleftcnttxt h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .cont-padzeroleft {
        padding-left: 10px;
        padding-right: 10px;
    }

    .typesleadscntpadd {
        padding: 40px 0px;
    }
    /*four types of leads*/
    .totalgetcountsection p {
        padding: 3px 3px;
    }

    .redbtnpadding .btn {
        width: 100%;
        display: inline-block;
    }
}