@font-face {
    font-family: nova-bold;
    src: url(../../../fonts/Proxima-Nova-Bold.otf)
}

@font-face {
    font-family: nova-reg;
    src: url(../../../fonts/ProximaNova-Regular.otf)
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html body {
    margin: 0;
    font-family: lato;
    font-size: 14px;
    color: #212529;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

a {
    background: 0 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

textarea {
    overflow: auto
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #24282f;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #008aff;
    text-decoration: none
}

a:focus,
a:hover {
    color: #166796;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control::-webkit-input-placeholder {
    color: #999
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default {
    color: #fff;
    background-color: #24282f;
    border-color: #0e0f12
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #121418;
    border-color: #000
}

.btn-primary {
    color: #fff;
    background-color: #008aff;
    border-color: #0084f0
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #33a4ff;
    border-color: #008aff
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #008aff;
    border-color: #1d85c3
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../../fonts/glyphicons-halflings-regular.eot);
    src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114";
    color: #676767;

}

.glyphicon-link:before {
    content: "\e144"
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

html {
    scroll-behavior: smooth
}

body {
    font-family: lato;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    min-height: 100%
}

h1,
h2,
h3,
h4 {
    font-family: nova-bold
}

img {
    max-width: 100%
}

#mauticform_cutinleadmagnetcampaign_message {
    color: green;
    margin: 20px 0 0
}

.mauticform-errormsg {
    color: red;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: -20px
}

.sectioninfo p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #4f5665;
    margin-bottom: 20px
}

.row-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px
}

.sectionimg {
    text-align: center;
    margin-top: 25px
}

body a {
    color: #000;
    text-decoration: none
}

body a:hover {
    color: #2883ff;
    text-decoration: underline
}

body a:active,
body a:focus {
    text-decoration: none
}

body #back-to-top {
    display: none;
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 90px;
    right: 15px;
    color: #fff;
    font-weight: 700;
    padding: 10px 10px 16px;
    font-size: 19px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    outline: 0 !important;
    border: 0;
    background-color: #f18f01
}

body input.form-control {
    padding: 10px;
    border-color: #e0e0e0;
    height: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

body .input-group-addon {
    border-color: #e0e0e0;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px
}

body button,
body input {
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none
}

body .pace .pace-progress {
    background: #0067f4;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    box-shadow: 0 0 1px #005cdb;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

body .pace-inactive {
    display: none
}

    {
    background-color: #fff
}

section {
    padding: 0
}

h2.featureH {
    color: #002a63;
    font-size: 40px;
    margin: 20px 0;
    font-weight: 500;
    line-height: 44.88px;
    text-align: center
}

header {
    background: #fff;
    min-height: 85px;
    border: 0
}



.main-header .navbar-expand-lg .navbar-nav a.nav-link {
    font-weight: 400;
    /* color: #000; */
    color: #676767;
    font-size: 16px;
    padding: 8px 15px
}

.main-header .navbar-expand-lg .navbar-nav a.nav-link.active {
    color: #f53838
}




header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #020512
}

.main-header .navbar-expand-lg .navbar-nav a.nav-link {
    font-family: nova-reg;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 11px 18px
}

.main-header .navbar-expand-lg .navbar-nav a.nav-link:hover {
    color: #F18F01;
    text-decoration: none
}

.main-header .navbar-expand-lg .navbar-nav a.nav-link.Sign-sup {
    color: #fff;
    padding: 10px 40px;
    margin-left: 22px;
    text-align: center;
    background-color: #0067f4;
    background-image: -moz-linear-gradient(180deg, #9c27b0 0, #0067f4 100%);
    background-image: -webkit-linear-gradient(180deg, #9c27b0 0, #0067f4 100%);
    background-image: -ms-linear-gradient(180deg, #9c27b0 0, #0067f4 100%);
    border-radius: 5px
}

.free-btn.trail-btn .btn.btn-premium:hover,
#main-form .main-form .main-button:hover,
.btn.btn-primary:hover,
.inner-text .btn-white:hover,{
    background: #5887ff;
    color: #fff !important;
    transform: translateY(-3px);
    border-color: #5887ff;
}

section.hero {
    padding: 55px 0 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #fbfbfb
}

section.hero .container {
    position: relative;
    z-index: 99
}

section.hero .free-btn a {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    display: inline-block
}

section.hero .btn.btn-premium {
    border-radius: 5px;
    color: #fff;
    background-color: #f18f01
}

section.shortener {
    background: #002a63;
    padding: 40px 0 5px
}

#main-form {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0 auto;
    border: 10px solid #a7a7a73b;
    max-width: 1000px;
    box-sizing: border-box;
    background: 0 0;
    overflow: hidden
}

#main-form .main-button {
    background-color: #f0c808;
    color: #0c1310;
    font-weight: 600
}

section.hero {
    /* background: #e9ebef; */
    background: #FFFFFF;
    border: 0;
    padding: 100px 0;
    position: relative
}

.footer-row {
    display: flex;
    flex-wrap: wrap
}

footer h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 33px
}

footer .navbar-brand {
    padding: 0;
    float: none;
    display: block;
    margin-bottom: 0;
    position: relative;
    top: -15px
}

section.calltoaction {
    background: #fff;
    padding: 0 0 15px 0 !important;
    position: relative;
    display: none
}

.featureH {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 40px
}

section .promo {
    margin: 50px 0 100px;
    color: #261d56;
    max-width: 600px
}

section .main_link_strn {
    max-width: 100%;
    margin: 0;
    color: none
}

section .promo h1 {
    text-align: left;
    font-weight: 700;
    font-size: 50px
}

section .promo h1 {
    margin: 0 auto;
    color: #002a63;
    font-size: 43px;
    line-height: 66px;
    font-weight: 500
}

section .promo .description {
    color: #676767;
    margin-top: 22px;
    display: block;
    font-size: 18px;
    line-height: 30px
}

.legel-p {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    margin: 15px 0
}

.legel-p a {
    color: #fff;
    text-decoration: underline
}

section .cat_parent .content p {
    padding-right: 25px;
    margin-top: 15px
}

section .content p {
    color: #676767;
    
}

.btn {
    border: 0
}

.btn.btn-lg {
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.btn.btn-primary {
    background: #f18f01;
    border: 1px solid #f18f01;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1) !important;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 0;
    transition: .5s
}

.btn.btn-primary {
    font-size: 25px;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 8px
}

.btn.btn-default {
    background: #e9ebef;
    color: #5b677e
}

footer {
    padding: 50px 25px 50px;
    /* color: #000 */
    color: #676767;
    line-height: 19px;
}

footer .main-footer {
    padding-left: 0;
    padding-right: 0
}

.btn.btn-primary.custom-domain-btn {
    max-width: 200px;
    display: inline-block
}

.lower-footer {
    border-top: 1px solid #80808045;
    padding: 20px 0 !important
}

footer .inline-div {
    display: inline-flex;
}

footer a {
    margin-bottom: 10px;
    color: #676767;
}

.links.main-footer div {
    margin-bottom: 10px
}

footer .socials a {
    margin-right: 10px
}

footer .main-footer span {
    margin-right: 5px
}

#main-form {
    /*background: #fff;*/
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .05)
}

#main-form input.form-control {
    border-color: #e0e0e0;
    height: 34px;
    padding: 5px
}

#main-form .main-form {
    padding: 10px
}

#main-form .main-form {
    background: #fff
}
.form-control:focus{
	background: inherit;
}
#main-form .main-form .input-group-addon {
    border-color: #e0e0e0;
    font-size: 2em;
    color: #293441;
    border-width: 0;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

#main-form .main-form .main-button {
    padding: 5px 15px;
    font-size: 15px;
    height: 43px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0, 103, 244, .1) !important
}
#main-form .main-form .main-button#copyurl {
    margin-top: 0 !important;
    background-color: #82e26f;
    display: none
}

.share-this {
    margin-top: 30px;
    overflow: hidden
}

#captcha {
    padding: 15px
}

.copy-right {
    padding: 15px 0;
    /* color: #000; */
    color: #676767;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 15px;
    font-size: 12px;
}
.copy-right a{
    color: #676767;
}
.clr-mehron {
    color: #5887ff;
    font-weight: 700;
    font-family: nova-bold
}

section .promo h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    font-family: nova-bold
}

section .promo .description {
    margin: 22px auto 80px;
    font-family: Lato;
    font-size: 24px;
    font-size: 24px;
    color: #676767;
    max-width: 900px
}

section .promo .description.custom-domain-p {
    margin: 10px auto 20px
}

.home section.hero {
    padding: 140px 0 50px
}
.clr{
    font-weight: 700px;
    font-family: nova-bold;
}
.free-btn.trail-btn .btn.btn-premium {
    background: #f18f01;
    width: 220px;
    height: 60px;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 8px;
    font-family: nova-bold;
    color: #fff;
    transition: .5s
}
.img_fluid{

    width: 446px;
    height: 348px;
}
.free-btn.trail-btn .btn.btn-premium strong {
    margin-bottom: 0;
    font-family: nova-reg;
    font-size: 20px;
    line-height: 40px;
    display: block;
    letter-spacing: .5px
}

#main-form .main-form .main-button {
    box-shadow: none !important;
    height: auto;
    transition: .5s;
    background: #f18f01;
    border: 1px solid rgba(0, 0, 0, .14);
    box-sizing: border-box;
    border-radius: 5px;
}
#main-form {
    border: 0;
    border-radius: 0
}

#main-form .main-form {
    background: 0 0
}
#main-form .main-form #shortenurl,
#main-form .main-form .main-input {
    height: 60px;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: .5px;
    border:none;
}

#main-form .main-form div.input-group {
    border-radius: 5px;
    overflow: hidden
}

#main-form .main-form #shortenurl {
    border-radius: 5px
}

.legel-p a {
    color: #fff
}

.legel-p {
    margin-bottom: 5px;
    margin-top: 0
}

#main-form {
    max-width: 100%
}

section.shortener {
    padding: 10px 0
}

.share-this {
    margin-top: 0
}

.main-header .navbar-expand-lg .navbar-nav a.nav-link {
    color: #000;
    transition: .5s;
    background: 0 0
}

header {
    background: 0 0;
    transition: .5s
}

.main-header .navbar-expand-lg .navbar-nav a.nav-link.Sign-sup {
    background: 0 0;
    border-radius: 8px;
    color: #5887ff !important;
    transition: .5s;
    border: 1px solid #5887ff;
    box-sizing: border-box;
    border-radius: 5px
}

    {
    padding: 0
}

.dark-bg {
    background: #fff !important
}

header.dark-bg .navbar .nav li a {
    color: #000
}

#mainto h2.featureH {
    font-size: 40px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: nova-reg;
    text-align: left;
    color : #002A63;
    line-height: 52.5px;
}

hr.bold-hr {
    width: 300px;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    height: 5px;
    border: 0;
    background: #5887ff
}

.posibilites {
    background: #e8f0ff;
    padding-bottom: 60px;
    padding-top: 60px
}

.posibilites h2 {
    font-size: 40px;
    line-height: 40px;
    color: #002a63
}

.posibilites p {
    font-size: 20px;
    line-height: 24px;
    color: #595959;
    margin: 20px 0 0 0;
    margin-bottom: 35px
}

.grow-content h2 {
    margin-top: 0;
    line-height: 43px;
    font-weight: 400 ;
    font-size: 35px;
}

.posibilites .free-btn.trail-btn .btn.btn-premium {
    margin: 0 auto;
    margin-top: 40px;
}

.video-sec h2 {
    font-size: 35px;
    line-height: 42.63px;
    margin-bottom: 0;
    color: #002a63;
    font-weight: 400;
}

.video-sec p {
    font-size: 20px;
    line-height: 24px;
    max-width: 423px;
    margin-bottom: 45px;
    color: #676767;
}

.d-flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.smart-work {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #e8f0ff
}

.smart-work h2 {
    font-size: 40px;
    line-height: 40px;
    color: #002a63
}

.smart-work p {
    font-size: 20px;
    line-height: 24px;
    margin: 20px auto 20px;
    max-width: 900px
}

.popup__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    z-index: 99999
}

.popup__overlay:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: ""
}

.popup {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
    padding: 20px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    vertical-align: middle
}

.popup-form__row {
    margin: 1em 0
}

.popup__close {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 12px;
    height: 12px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

.popup__close:hover {
    color: #fff
}

iframe {
    width: 100%;
    height: 100%
}

.smart-work .realm p {
    margin-bottom: 35px;
    margin-top: 10px;
    color: #676767;
}

.discover .smart-w-cont p {
    margin-bottom: 30px;
    margin-top: 20px;
    color: #fff
}

.smart-work .free-btn.trail-btn .btn.btn-premium {
    margin: 0 auto
}

.smart-w-cont {
    max-width: 1070px;
    margin: 0 auto
}

.brnd-link p {
    margin-top: 35px
}

.smart-work.lead {
    background: #e8f0ff
}

.lead {
    margin-bottom: 0
}

.lead h2,
.lead p {
    color: #002a63;
    font-weight: 400;
    line-height: 49px;
}
.lead p {
    color: #676767;
    line-height: 22px;
    font-size: 18px;
}
.lead .smart-w-cont {
    max-width: 950px
}

.lead form {
    max-width: 652px;
    margin: 0 auto
}

.lead input {
    border: none;
    width: 100%;
    padding: 20px 0px 20px 19px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    border-radius: 5px
}

.lead input::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #c4c4c4
}

.payment-methods img {
    margin: 0 5px
}

.lead button.btn.btn-default {
    background: #f18f01;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    line-height: 23px;
    height: 60px;
    border-radius: 5px;
    transition: .5s
}

.discover {
    /* background-color: #002a63; */
    background: linear-gradient(268.75deg, #002A63 16.23%, #3A5EB9 149.79%);
    background-repeat: no-repeat;
    background-size: cover
}

.discover .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.discover .smart-w-cont {
    max-width: 643px;
    margin-left: 0
}

h4.head {
    font-size: 30px;
    line-height: 25px;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 0;
    margin-top : 40px;
    color : #000000;
}

.cat_parent p {
    font-size: 25px;
    line-height: 29px;
    margin: 0
}

.cat_parent p,
h4.head {
    font-size: 20px;
    font-family: lato
}

.cat_parent {
    padding: 0 0 10px
}

.row-section {
    margin-bottom: 0
}

a:focus {
    outline: 0
}

h4.head span {
    float: right
}

.glyphicon-chevron-up {
    display: none;
    color: #676767;
}

#back-to-top .glyphicon-chevron-up {
    display: block !important
}

section.hero .main-img {
    text-align: right
}

header .navbar .nav li.dropdown ul {
    background: #fff;
    top: 100%;
    border: 0;
    width: 300px
}

header .navbar .nav li.dropdown {
    display: inline-block
}

.up-arrow .glyphicon-chevron-down {
    display: none;
    color: #676767;
}

.glyphicon-chevron-up {
    display: none;
    color: #676767;
}

.up-arrow .glyphicon-chevron-up {
    display: inherit;
    color: #676767;
}

.glyphicon.glyphicon-menu-down {
    position: relative;
    top: -3px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: .2em solid #000;
    border-top: .2em solid #000;
    transform: rotate(135deg);
    margin-right: .5em;
    margin-left: 1em;
    color: #676767;
}

footer .main-footer .mission {
    width: 70%
}

.alert {
    color: #fff
}

.alert a.reguired-log {
    color: #f18f01
}

;
@media (min-width:768px) {
    header .navbar-nav>li {
        float: none;
        display: inline-block
    }
    header .navbar .nav.navbar-right {
        width: 100%;
        text-align: right;
        float: none !important
    }
    .brnd-link p,
    .video-sec p {
        margin-bottom: 50px
    }
    .grow-content {
        width: 75%;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .video-sec.brnd-link .sectionimg-secondary {
        padding-left: 80px
    }
}

@media (max-width:500px) {
    .row-section {
        margin-bottom: 50px
    }
}

@media screen and (max-width:991.97px) {
    .footer-row,
    .text-sm-center {
        justify-content: center;
        text-align: center
    }
    .flex-row {
        display: flex;
        flex-wrap: wrap
    }
    .main-heading {
        order: 2
    }
    section.hero .main-img {
        order: 1;
        text-align: center
    }
    footer .main-footer .mission {
        width: 100%
    }
}

@media(max-width:992px) {
    #mainto h2.featureH,
    .posibilites h2,
    .smart-work h2,
    .video-sec h2 {
        font-size: 30px;
        line-height: 30px
    }
    .free-btn.trail-btn .btn.btn-premium {
        font-size: 17px;
        line-height: 23px;
        padding: 15px;
        margin: 0 auto
    }
    .free-btn.trail-btn .btn.btn-premium strong {
        font-size: 20px;
        line-height: 28px
    }
    .cat_parent p,
    .posibilites p,
    .smart-work p,
    .video-sec p {
        font-size: 22px;
        line-height: 29px;
        max-width: 100%
    }
    section .promo .description {
        font-size: 30px;
        line-height: 37px
    }
    section .promo h1 {
        font-size: 48px;
        line-height: 66px
    }
    #main-form .main-form #shortenurl,
    #main-form .main-form .main-input {
        height: 45px
    }
    .ordr-2-md {
        order: 2
    }
    .ordr-1-md {
        order: 1
    }
    .py-80,
    .smart-work {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .posibilites {
        padding-top: 30px;
        padding-bottom: 40px
    }
    .mb-md-30 {
        margin-bottom: 30px
    }
    .lower-footer .copyRight {
        text-align: center;
        margin-bottom: 10px;
        color: #676767;
        font-size: 12px;
        line-height: 15px;
    }
    .lower-footer .terms-policy {
        text-align: center;
        margin-bottom: 10px
    }
    footer h3 {
        margin-bottom: 20px
    }
    footer .main-footer {
        margin-bottom: 20px
    }
    .copy-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }
    .popup {
        height: 500px;
        top: 50px
    }
}

@media(min-width:767.9px) {
    .md-block {
        display: none
    }
    header .navbar .nav.navbar-right {
        width: unset
    }
}

@media screen and (max-width:767.9px) {
    #main-form .main-form .main-button {
        margin-top: 15px
    }
    section .cat_parent .content p {
        margin-bottom: 20px
    }
    #main-form {
        border-radius: 20px
    }
    #main-form .main-form .main-button {
        border-radius: 10px
    }
    header .navbar .navbar-toggle {
        margin-right: 0
    }
    .sectionimg-secondary {
        order: 2
    }
    .sectioninfo-secondary {
        order: 1
    }
    .row-section {
        justify-content: center
    }
    .flex-row {
        justify-content: center
    }
    .changing-img {
        display: none
    }

    section.hero {
        padding: 100px 0 50px
    }
    section .promo .description {
        margin: 25px auto 70px
    }
    .smart-work.discover .row {
        width: 100%;
        margin: 0 auto
    }
    header .navbar .nav {
        text-align: center;
        margin-top: 25px
    }
    .main-header .navbar-expand-lg .navbar-nav a.nav-link {
        text-align: center
    }
    header .navbar .nav li.dropdown ul {
        position: relative;
        text-align: left
    }
    .main-header .navbar-expand-lg .navbar-nav a.nav-link.Sign-sup {
        margin: 10px auto;
        max-width: 187px
    }
}

@media screen and (max-width:576px) {
    section .promo h1 {
        font-size: 39px;
        line-height: 45px
    }
    .free-btn {
        margin-bottom: 0
    }
    section .promo .description {
        font-size: 24px;
        margin-top: 5px;
        line-height: 28px;
        font-family: Lato;
        margin-bottom: 70px
    }
    .free-btn.trail-btn .btn.btn-premium strong {
        font-size: 18px
    }
    .free-btn.trail-btn .btn.btn-premium {
        font-size: 15px;
        line-height: 30px;
        padding: 15px
    }
    h4.head {
        font-size: 20px;
        line-height: 20px;
        cursor: pointer;
        margin: 0 0 10px
    }
    #mainto h2.featureH,
    .posibilites h2,
    .smart-work h2,
    .video-sec h2 {
        font-size: 28px;
        line-height: 30px
    }
    .posibilites p {
        margin-bottom: 10px
    }
    .cat_parent p,
    .posibilites p,
    .smart-work p,
    .video-sec p {
        font-size: 18px;
        line-height: 25px;
        max-width: 100%
    }
    .lead .smart-w-cont .lead-form {
        padding: 15px
    }
    hr.bold-hr {
        display: block;
        margin-top: 8px;
        width: 173px
    }
    .video-sec p {
        margin-bottom: 15px
    }
    section.hero {
        padding: 100px 0 40px
    }
    .smart-work {
        padding: 50px 10px;
        text-align: left
    }
    .free-btn.trail-btn .btn.btn-premium {
        width: 200px;
        height: 60px
    }
}

@media screen and (max-width:450px) {
    section.hero .main-img {
        padding-top: 45px
    }
    section .promo h1 {
        font-size: 39px;
        line-height: 45px
    }
    .sectionimg {
        width: 100%
    }
    .sectionimg img {
        max-width: 100%
    }
    #mainto h2.featureH {
        font-size: 28px
    }
    header .navbar .navbar-header .navbar-brand {
        padding-left: 0
    }
    header .navbar-brand {
        font-size: 1.2em !important
    }
    .free-btn {
        margin-bottom: 15px
    }
    .footer-row {
        justify-content: center
    }
    hr {
        display: none
    }
    #main-form .main-form {
        background: 0 0
    }
    section.hero {
        background-image: none;
        padding: 35px 0 20px
    }
    #main-form .main-form .main-input {
        font-size: 1.5em
    }
    #main-form .main-form .input-group-addon {
        font-size: 1.5em
    }
    #main-form .main-form .main-button {
        margin-top: 10px;
        font-size: 13px;
        border-radius: 3px;
        padding: 8px 15px;
        height: auto;
        box-shadow: 0 0 0 rgba(0, 103, 244, .1) !important
    }
}

@media(max-width:650px) {
    footer a {
        display: block;
        margin: 0;
        margin-bottom: 15px
    }
    .footer-icons {
        display: inline-block;
        margin: 0 5px
    }
}

.featureH {
    font-size: 30px;
    line-height: 35px
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.overlay-popup {
    background-color: #00000045;
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999
}

.custom-popup {
    background: #fff;
    max-width: 650px;
    display: flex;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
    border-radius: 14px;
    overflow: visible;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999
}

#mc-btn-pop-close {
    position: absolute;
    right: -12px;
    top: -14px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #022a60;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    border-radius: 50%;
    margin: 0;
    padding: 0 0;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
    z-index: 9999
}

.image-left {
    padding: 30px 0 52px;
    z-index: 1;
    background: #022a60
}

.bg-img {
    margin-left: -15px;
    margin-right: -15px
}

.heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000
}

.content-right {
    max-width: 370px;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin-right: 70px
}

.peragraph p {
    font-weight: 400;
    line-height: 20px;
    font-size: 17px;
    color: #000;
    padding-top: 15px
}

.peragraph p {
    margin-block-start: 0;
    margin-block-end: 0
}

.button-div,
.input-div {
    padding-top: 15px
}

.custom-popup input {
    font-size: 12px;
    height: 38px;
    border-radius: 3px;
    border-style: none;
    color: #000;
    background-color: #eaeaea;
    width: 100% !important;
    text-indent: 14px;
    padding: 8px !important
}

.custom-popup button.btn-default {
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    background-color: #022a60;
    border-color: #022a60;
    color: #fff;
    cursor: pointer;
    border: none;
    width: 100%;
    letter-spacing: 1.5px
}

.custom-popup button.btn-default:foucs {
    background-color: #022a60;
    border-color: #022a60;
    color: #fff
}

.custom-popup button.btn-default:hover {
    background-color: #022a60;
    border-color: #022a60;
    color: #fff;
    opacity: .8
}

.custom-popup .mauticform-message {
    line-height: 20px;
    color: green;
    text-align: center;
    margin: 10px
}
.mauticform-button-wrapper{
    margin-top: 10px;
}
::placeholder {
    color: #000;
    opacity: 1;
    font-size: 20px;
}

:-ms-input-placeholder {
    color: #000;
    font-size: 20px;
}

::-ms-input-placeholder {
    color: #000;
    font-size: 20px;
}

.custom-popup input:focus {
    outline: 0
}

.custom-popup button:focus {
    outline: 0
}

@media (max-width:675px) {
    .custom-popup {
        margin: 0 20px
    }
    .content-right {
        margin-right: 35px
    }
}

@media (max-width:644px) {
    .peragraph p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:632px) {
    .heading {
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width:632px) {
    .custom-popup {
        flex-direction: column
    }
    .content-right {
        max-width: 100%;
        padding: 20px 20px 20px;
        margin: 0
    }
    .image-left {
        padding: 10px 40px 10px;
        text-align: center
    }
    .image-left img {
        max-width: 107px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:558px) {
    .custom-popup input {
        height: 30px;
        font-size: 12px;
        padding: 0
    }
    .button,
    .input {
        padding-top: 10px
    }
    .custom-popup {
        margin: 30px 20px 0
    }
}

@media (max-width:421px) {
    .image-left {
        padding: 0 10px 10px 10px
    }
    .content-right {
        padding: 20px
    }
    .heading {
        font-size: 16px;
        line-height: 22px
    }
    #mc-btn-pop-close {
        right: -5px;
        top: -6px;
        width: 30px;
        height: 30px;
        font-size: 19px
    }
}

@media(max-width:1200px) {
    .lower-footer .copyRight.terms-policy {
        text-align: center;
        margin-bottom: 30px
    }
    .lower-footer .text-right.payment-methods {
        text-align: center !important
    }
}

@media (max-width:414.9px) {
    .payment-methods img {
        margin: 10px 5px
    }
}

@media (max-width:326.9px) {
    header .navbar .navbar-header .navbar-brand {
        padding: 25px 0
    }
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-2x {
    font-size: 2em
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-twitter:before {
    content: "\f099"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../../static/webfonts/fa-brands-400.eot);
    src: url(../../static/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../static/webfonts/fa-brands-400.woff2) format("woff2"), url(../../static/webfonts/fa-brands-400.woff) format("woff"), url(../../static/webfonts/fa-brands-400.ttf) format("truetype"), url(../../static/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../../static/webfonts/fa-regular-400.eot);
    src: url(../../static/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../static/webfonts/fa-regular-400.woff2) format("woff2"), url(../../static/webfonts/fa-regular-400.woff) format("woff"), url(../../static/webfonts/fa-regular-400.ttf) format("truetype"), url(../../static/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../../static/webfonts/fa-solid-900.eot);
    src: url(../../static/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../static/webfonts/fa-solid-900.woff2) format("woff2"), url(../../static/webfonts/fa-solid-900.woff) format("woff"), url(../../static/webfonts/fa-solid-900.ttf) format("truetype"), url(../../static/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

@media(max-width:768px) {
    header .navbar .nav li.dropdown ul {
        left: 0
    }
}

@media(max-width: 767.9px) {
    .discover .row {
        display: block
    }
}
.navbar-expand-lg .navbar-brand img{
	height: auto!important;
}
header.main-header{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    padding-top: 10px;
    background: #fff;
}
.main-header .navbar-expand-lg .dropdown-body .list-group a{
	text-decoration: none;
	font-size: 16px;
	color: #000;
	padding: 11px 28px;
	display: block;
	transition: .2s;
}
.main-header .navbar-expand-lg .dropdown-body .list-group a:hover{
    background: #5887ff;
    color: #fff;
}
@media (min-width: 992px){
	.main-header .navbar-expand-lg .dropdown-body {
	    padding: 0rem;
	}
}
.feature-section.legal-page p,.feature-section.legal-page li{
    font-size: 20px;
    line-height: 29px;
    margin: 20px 0px;
  }
  body.light .feature-section.legal-page{
    padding-top: 140px;
  }
  .feature-section.legal-page h2{
    font-weight: 700;
  }
  .feature-section.legal-page h1{
    margin: 20px 0px;
    font-weight: 700;
  }
  body.light .feature-section {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .feature-section h2{
    font-family: nova-bold;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0;
    margin-top : 20px;
    color : black;
  }
  .singup-card-txt p a {
    color: #2883ff;
  }
  .feature-section p {
    font-family: lato;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    color : black;
  }
   section.hero .main-img{
    text-align: right;
  }
  .feature-section hr.bold-hr{
    margin-top: 2px;
      margin-bottom: 25px;
  }

  .navbar-toggler-icon{
    background: #fff!important;
    display: block;
    height: 3px!important;
    margin-bottom: 4px!important;
    width: 100%!important;
  }
  .navbar-toggler{
    background-color: #002a63!important;
    color: #fff!important;
    padding: 9px 15px 6px!important;
    width: 50px!important;
    line-height: 0px!important;
    min-height: 38px;
  }
  .navbar-toggler.collapsed svg{
    color: #fff!important;
  }
  @media(max-width: 991.98px){
    .main-header .navbar-expand-lg .dropdown-body .list-group a{
        font-family: nova-reg;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        padding: 11px 18px;
        margin: 0px;
    }
    .main-header .navbar-expand-lg .navbar-collapse .dropdown-menu.show{
        border-bottom: none;
        background: #002a63;
        padding: 10px 0px!important;
    }
  }