body {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
li,
ul,
a,
img,
p,
span,
strong {
    padding: 0px;
    margin: 0px;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none
}

section {
    float: left;
    width: 100%;
}

.pad0 {
    padding: 0;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style: none
}


/*-------------Font face------------------*/


/*
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'), url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Light.woff2') format('woff2'), url('../fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-SemiBold.woff2') format('woff2'), url('../fonts/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Black.woff2') format('woff2'), url('../fonts/SourceSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.main-logo {
    max-width: 100%;
    width: 244px;
}
.main-logo-footer {
    max-width: 100%;
    width: 150px;
}
.fixed-me a.navbar-brand {
    width: 100px;
    height: 60px;
}

.fixed-me {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34901960784313724);
    top: 0;
}

.menu_bar {
    float: left;
    width: 100%;
    background: #f6f9fe;
    transition: all 0.9s;
}

.navbar {
    max-width: 100%;
    transition: all 0.9s;
    margin: 0px auto;
    padding: 14px 15px;
    width: 100%;
}

.sliderwrap {
    width: 100%;
    float: left;
    padding: 200px 0px 75px;
    background: #f6f9fe;
}

.header-bar {
    background: #f6f9fe;
}

.navbar-brand {
    color: #3f562a !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.dropdown .dropdown-menu {
    padding: 8px 10px;
    border: none;
    box-shadow: 0px 0px 4px #00a4df26;
    margin-top: 20px;
}

.dropdown .dropdown-menu li a {
    font-size: 14px;
}

.dropdown .dropdown-menu li:hover a {
    color: #00a4df
}

.navbar-nav li a {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-top: 0px;
    text-transform: capitalize;
    margin-right: 10px;
    transition: all 0.3s linear;
}

.navbar-nav li a:hover {
    color: #9779e3 !important;
}

.mobile_btn {
    display: none;
}

.yes_btn {
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 5px;
    transition: all 0.3s linear;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-left: 14px;
}

.lightbtn {
    background: #00a4df;
}

.lightbtn:hover {
    background: #1f69d1;
}

.darkbtn {
    background: #1f69d1;
}

.darkbtn:hover {
    background: #00a4df;
}

.yes_btn:hover,
.yes_btn:focus {
    color: #fff !important
}

.arrow_dropdown .form-control {
    background: transparent;
    border: none;
    padding: 0px 10px 0px 6px;
    width: 68px;
}

.arrow_dropdown .form-control:focus {
    outline: none;
    box-shadow: inherit;
}

.lan {
    display: inline-block;
    position: relative;
}

.lan i {
    position: absolute;
    top: 10px;
    color: #3f562a;
}

.arrow_dropdown {
    display: inline-block;
    margin: 0px 0px 0px 8px;
    position: relative;
}

.arrow_dropdown:after {
    top: 0;
    right: 0px;
    background: #a4ce62;
    padding: 6px 12px 9px 0px;
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    pointer-events: none;
}

.slider {
    background: #ececec;
    padding: 30px 0px;
    border-bottom: 4px solid #3f562a;
}

.slider_text h2 {
    color: #00a4df;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 48px;
}

.slider_text p {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.downloadicon {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.downloadicon label {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
}

.slider_img {
    text-align: center;
    margin: 0px auto;
}

.theme_btn {
    text-transform: uppercase;
    padding: 9px 30px;
    border-radius: 0px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border: none;
    background: #000;
}

.theme_btn:hover,
.theme_btn:focus {
    background: #5136d4 !important;
    color: #fff !important
}

.number.track label {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.number.track {
    float: left;
    width: 100%;
}

span.arrow {
    position: relative;
    float: left;
}

.number.track .form-group select {
    width: 70px;
    background: #fff;
    float: left;
    border-radius: 0px;
    padding: 8px 9px;
    border: none;
}

span.arrow:after {
    position: absolute;
    content: "\f0d7";
    font-family: fontawesome;
    right: 0px;
    background: #fff;
    height: 38px;
    padding: 7px 5px;
    top: 0px;
    border: none;
    pointer-events: none;
}

.iti.iti--allow-dropdown {
    display: inline-block;
    vertical-align: top;
    width: auto; /* 80% */
}

.iti--allow-dropdown .iti__flag-container:focus,
.iti__selected-flag:focus {
    outline: none;
}

.number.track .form-group input:focus {
    outline: none;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag:hover {
    background: transparent;
}

.number.track .form-group input {
    float: left;
    width: 100%;
    margin: 0px 0%;
    border-radius: 0px;
    border: none;
    height: 40px;
}

.number.track .form-group .btn {
    background: #000;
    padding: 6px 18px;
    border: 1px solid #000;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 17px;
}

.header_mobile img {
    max-width: 100%;
    width: 519px;
}

.search-tic img {
    max-width: 100%;
    width: 80px;
    margin-bottom: 40px;
}

.sectitle h2 {
    background: #93479C;
    background: -webkit-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: -moz-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: linear-gradient(to right, #93479C 50%, #5437D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.qualityservice {
    padding: 80px 0px 100px;
    position: relative;
    background: #f5f6fb;
    background-image: url(../images/advantagebg.png);
    background-position: 0px 180px;
    background-repeat: no-repeat;
}
.qualityservice-b {
    padding: 80px 0px 200px 0px;
    position: relative;
    background: #ffffff;
    background-image: url(../images/advantagebg-b.png);
    background-position: 0px 180px;
    background-repeat: no-repeat;
}
.qualityservice-pricing {
    padding: 200px 0px 200px;
    position: relative;
    background: #f5f6fb;
    background-image: url(../images/advantagebg.png);
    background-position: 0px 180px;
    background-repeat: no-repeat;
}

.search-result-wrapper {
    padding: 80px 0px 100px;
    position: relative;
    background: #f5f6fb;
    background-image: url(../images/advantagebg.png);
    background-position: 0px 180px;
    background-repeat: no-repeat;
}

.contact-wrapper {
    padding: 80px 0px;
    position: relative;
    background: #f5f6fb;
    background-image: url(../images/advantagebg.png);
    background-position: 0px 180px;
    background-repeat: no-repeat;
}

.advantageimg img {
    max-width: 100%;
    width: 442px;
}

.sectitle {
    padding-bottom: 60px;
}
.sectitle-30 h2 {
    background: #93479C;
    background: -webkit-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: -moz-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: linear-gradient(to right, #93479C 50%, #5437D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.sectitle-30 {
    padding-bottom: 30px;
}
.icon_text i {
    display: inline-block;
    min-height: 120px;
}

.icon_text b {
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 8px 15px;
}

.consumer:before {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    width: 314px;
    height: 278px;
    bottom: 330px;
    left: 0px;
    z-index: 1;
    background-position: center top;
}

.consumer:after {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    width: 314px;
    height: 278px;
    top: 200px;
    right: 0px;
    z-index: 1;
    background-position: center top;
}

.steps:after {
    position: absolute;
    content: "";
    background: url(../images/waves.png);
    width: 100%;
    height: 278px;
    top: -220px;
    left: 0px;
    z-index: 1;
    background-position: center top;
}

.consumer {
    background: rgb(147, 71, 156);
    background: linear-gradient(90deg, rgba(147, 71, 156, 1) 0%, rgba(71, 51, 221, 1) 100%);
    padding: 100px 0px 350px;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}

.blue_title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.left_icon_text span {
    font-size: 16px;
    color: #fff;
}

.left_icon_text i {
    display: inline-block;
    margin: 0px 10px;
}

.left_icon_text {
    margin-top: 90px;
}

.paragraph {
    padding-bottom: 50px;
}

.center_icon p {
    color: #000;
    font-size: 16px;
    padding: 0px 10px;
    display: inline-block;
    width: 100%;
}

.center_icon h4 {
    font-size: 24px;
    padding: 15px 0px;
    background: #93479C;
    background: -webkit-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: -moz-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: linear-gradient(to right, #93479C 50%, #5437D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.leftbox,
.right_box {
    width: 50%;
    float: left;
}

.right_box {
    margin-top: 70px;
}

.center_icon {
    display: inline-block;
    width: 250px;
    padding: 20px 0px;
    vertical-align: top;
    color: #fff;
    background: #fff;
    height: 250px;
    margin: 8px 8px 20px;
    box-shadow: 0px 4px 14px rgb(204 204 204 / 15%);
}
.center_icon_pricing {
    display: inline-block;
    padding: 20px 0px;
    vertical-align: top;
    color: #fff;
    background: #fff;
    min-height: 300px;
    margin: 8px 8px 20px;
    box-shadow: 0px 4px 14px rgb(204 204 204 / 15%);
}
.center_icon_pricing p{
    color: #000;
    font-size: 16px;
    padding: 0px 10px;
    display: inline-block;
    width: 100%;
}
.center_icon_pricing h4{
    font-size: 24px;
    padding: 15px 0px;
    background: #93479C;
    background: -webkit-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: -moz-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: linear-gradient(to right, #93479C 50%, #5437D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.center_icon i {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.center_img {
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
}

.simple_text {
    width: 100%;
    display: inline-block;
    font-size: 34px;
    color: #00a5df;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: normal;
    padding-top: 60px;
}

.lb-title {
    width: 100%;
    display: inline-block;
    font-size: 34px;
    color: #00a5df;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: normal;
}

.simple_text,
.lb-title b {
    width: 100%;
    display: inline-block;
    background: #93479C;
    background: -webkit-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: -moz-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: linear-gradient(to right, #93479C 50%, #5437D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
}

.icon_text h5 {
    color: #4230d2;
    padding: 30px 10px;
}

.icon_text {
    background: #fff;
    min-height: 290px;
    position: relative;
    padding: 60px 15px;
    display: inline-block;
    box-shadow: 4px 2px 4px rgb(0 0 0 / 15%);
    width: 100%;
    vertical-align: top;
}

.icon_text b {
    font-size: 14px;
    color: #fff !important;
}

.centerimagehand {
    margin: 50px auto 0px;
    display: inline-block;
    width: 100%;
}

.steps {
    background: #f5f6fb;
    margin-top: -130px;
    padding: 0px 0px 0px;
    position: relative;
}
.steps-pricing {
    background: #f5f6fb;
    margin-top: 130px;
    padding: 0px 0px 0px;
    position: relative;
}

.same_title {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.same_title span {
    color: #000;
}

.testi_box .name {
    color: #00a5df;
    font-size: 18px;
    display: inline-block;
}

.accordion .card {
    border: none;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px;
    margin: 0px 5% 20px;
}

.accordion .card .card-header {
    background: #6c3dbe;
    border: none;
}

.accordion {
    border: none;
}

.accordion h3 {
    background-color: #f3e9eb;
    color: #222;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.accordion .card-header {
    padding: 0;
}

.accordion .card-header button {
    text-align: left;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.accordion .card-header button.collapsed::after {
    position: absolute;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #fff;
    right: 25px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .card-header button::before {
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background-color: #fff;
    right: 20px;
    top: 52%;
}

.accordion .card-header button:hover {
    text-decoration: none;
}

.accordion .card-header button i {
    float: right;
    margin-top: 3px;
}

.accordion .card-body {
    padding: 15px;
    font-size: 16px;
}

.accordion .card-body table {
    margin: 0;
}

.accordion .card-body table a {
    color: #000;
}

.accordion .card-body table span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.accordion ul.occasion_list a {
    padding: 5px 15px;
    color: #222;
    font-size: 14px;
    display: inline-block;
}

.accordion ul.occasion_list a:hover {
    color: #002247;
}

.questionanaswer {
    padding: 80px 0px;
    background: #0a0616;
}

.simple_sec {
    padding: 100px 0px 100px 0px;
    background: #0a0616;
}

.simple_blue {
    background: rgb(147, 71, 156);
    background: linear-gradient(90deg, rgba(147, 71, 156, 1) 0%, rgba(71, 51, 221, 1) 100%);
    padding: 50px 0px;
}

.simple_blue .btn {
    color: #fff;
}

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

.footer_top {
    float: left;
    width: 100%;
    background: #f0f0f0;
    padding: 50px 0px;
}

.menu_footer {
    float: left;
    width: 100%;
}

.menu_footer h2 {
    color: #3f562a;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
}

.footer_logo {
    font-size: 26px;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.footer_logo a {
    color: #fff
}

.twiiter:hover {
    color: #1DA1F2;
    border-color: #1DA1F2;
}

.facebook:hover {
    color: #3b5998;
    border-color: #3b5998;
}

.instagram:hover {
    color: #E1306C;
    border-color: #E1306C;
}

.pinterest:hover {
    color: #E60023;
    border-color: #E60023;
}

footer {
    background: #05030b;
    padding: 50px 0px 30px;
    display: inline-block;
    width: 100%;
}

.socialmedia-footer a {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    margin: 0px 10px;
}


.footer-link {
    margin-top: 20px;
    color: #93479C;
}

.footer-link a {
    padding: 0 10px;
    color: #93479C;
}

.footer-link a:hover {
    padding: 0 10px;
    color: #5437d2;
}

.footer_text {
    font-size: 14px;
    color: #fff;
    padding: 30px 0px;
}

.foot-simple-text {
    color: #9c9c9c;
    font-size: 12px;
}

#mainNav .navbar-sidenav {
    height: calc(100vh - 84px);
}

#mainNav .navbar-collapse {
    overflow: visible;
    max-height: none;
    position: absolute;
    left: 0px;
}

#mainNav .navbar-collapse .navbar-sidenav {
    position: absolute;
    width: 250px;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
    background: #000;
    -ms-flex-direction: column;
    flex-direction: column;
}

body.sticky-footer .content-wrapper {
    min-height: calc(100vh - 56px - 56px);
    margin-left: 250px;
    padding: 20px 0px 20px 0px;
    background: #fff;
}

.navbar-sidenav li a {
    color: #fff !important;
    padding: 6px 10px !important;
}

.navbar-sidenav li {
    border-bottom: 1px solid #212121;
}

.sidenav-second-level li {
    padding: 5px 25px;
}

.sidenav-second-level li a {
    font-size: 14px;
}

#mainNav .navbar-toggler {
    color: #fff;
    position: absolute;
    top: 10px;
}

#mainNav .icon-bar {
    background-color: #fff;
}

#mainNav {
    width: 100%;
    background: #001129;
    margin-right: auto;
    margin: 0px;
    padding: 0px;
}

.bg-blue {
    background: #000000;
}

#menu-toggle {
    display: none
}

#mainNav ul li:hover a {
    color: rgb(0, 164, 223) !important;
}

.sign_box {
    border-radius: 10px;
    padding: 30px 30px 15px 30px;
    border-bottom: 5px solid #1f69d1 !important;
    box-shadow: 0 0 20px rgba(90, 70, 87, 0.12);
    background-color: #fff;
    border: 1px solid #dddddd;
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.inner_box h2 {
    font-weight: 600;
    line-height: 48px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
    font-size: 25px;
}

.inner_box {
    width: 100%;
    float: left;
}

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

.inputfile .form-control {
    height: auto;
}

.content-wrapper .card-header .btn {
    font-size: 13px;
    padding: 8px 10px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 8;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #001129;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*    top: 83px;*/
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(max-width:992px) {
    #menu-toggle {
        display: block;
        background: #00a4df;
        text-align: left;
        border-radius: 0px;
        color: #fff;
    }
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0px;
    }
    #wrapper.toggled {
        padding-left: 250px;
    }
    #sidebar-wrapper {
        width: 250px;
        left: -250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
        left: 250px;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.left_details {
    width: 78%;
    float: left;
}

.left_details h4 {
    color: #17a2b8;
    display: inline-block;
    padding: 5px 10px 15px;
    font-size: 19px;
}

.bill_details {
    float: left;
    width: 100%;
}

.bill_details .billimg {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.bill_details .billimg img {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100%;
    object-fit: cover;
    top: 0px;
    bottom: 0px;
}

.bill_data {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: 86%;
    padding-left: 20px;
}

.bill_data span {
    color: #999999;
}

.bill_data p {
    color: #000;
    font-size: 18px;
}

.bill_btn {
    width: 22%;
    padding-top: 7px;
    text-align: right;
    float: right;
}

.card_box {
    background: #f7f7f7;
    border: 1px solid #dedede;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
}

.top_row {
    float: left;
    width: 100%;
}

.top_row h4 {
    color: #17a2b8;
    display: inline-block;
    padding: 5px 10px 15px;
    font-size: 19px;
    width: 78%;
}

.tags {
    display: inline-block;
    float: right;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid;
    font-size: 14px;
    margin: 6px 10px;
}

.green_tag {
    background: #ccdcd2;
    border-color: #4d8c62;
    color: #4d8c62;
}

.middle_row {
    float: left;
    width: 100%;
}

.same_box {
    float: left;
    width: 33.33333%;
    padding: 0px 0px 20px 12px;
}

.same_box span {
    color: #999999;
}

.data {
    color: #000;
}

.btn_row {
    float: left;
    width: 100%;
    padding: 0px 12px 10px;
}

.btn-orange {
    background: #e57842;
    color: #fff;
}

.red_tag {
    background: #ecc9c9;
    border-color: #cc3f3f;
    color: #cc3f3f;
}

.full_row .radio {
    padding-right: 10px;
}

.full_row .radio input[type="radio"] {
    margin-right: 7px;
}

.slider_text h2 {
    font-size: 38px;
    color: #fff;
}

.menu_bar {
    background: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}




.fixed-me {
    box-shadow: inherit;
    background: hsl(0deg 0% 0% / 75%);
}

.sliderwrap {
    background: url('../images/headerbanner.png');
    background-position: center center;
    background-size: cover;
}


/*.slider_text {
    position: absolute;
    top: 40vh; left: 0px; right: 0px;
    height: 100vh;
    margin: auto;
    width: 100%;
}*/
.hero-info {
    background-color: #f5f6fb;
    padding: 100px 0px 100px 0px;
}
.hero-info ul{
    padding: 0px; margin: 0px;
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 30px;
}
.hero-info ul li::before {
    content: "\f046";
    font-family: 'FontAwesome';
    margin: 0 10px 0 -30px;
}
.hero-info ul li{
    padding: 10px 0;
    margin-left: 15px;
}

.blog-container {
    background-color: #f5f6fb;
    padding: 100px 0px 100px 0px;
}

.single-blog {
    margin-bottom: 30px;
}

.single-blog-img {
    overflow: hidden;
    margin: 0 10px;
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.single-blog-img img {
    width: 100%;
}

.blog-content-box {
    padding: 15px;
    margin: 0 10px;
    background: #fff;
    min-height: 235px;
}

.blog-content {
    display: table;
    font-size: 14px;
}

.blog-content h4 {
    color: #212121;
}

.blog-content h4 a {
    color: #93479C;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 16px;
    line-height: 20px !important;
}

.blog-content h4 a:hover {
    color: #5437D2;
}

.exerpt {
    margin: 20px 0;
}

.blog-content a {
    color: #93479C
}

.blog-content a:hover {
    color: #5437D2
}

.masthead {
    position: relative;
    margin-bottom: 3rem;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-color: #6c757d;
    background-size: cover;
    background-attachment: scroll;
}

@media (min-width: 992px) {
    .masthead {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
    }
}

.search-tic {
    color: #fff;
    font-size: 36px;
}

.search-result-box {
    background-color: #fff;
}

.search-result-success {
    margin: 15px;
}

.search-result-success h4 {
    color: #93479C;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #93479C;
}

.search-result-success ul li span {
    font-weight: 600;
    width: 300px;
}

.search-result-success ul li {
    margin-bottom: 20px;
}

.search-result-label {
    min-width: 200px;
    font-weight: 600;
}

#map {
    min-height: 300px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.contact-submit-btn {
    background-color: #93479C;
    color: #fff;
    width: 100%;
    line-height: 40px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.contact-submit-btn:hover {
    background-color: #5437D2;
    color: #fff;
    line-height: 40px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.m-tb50 {
    margin: 50px 0;
    ;
}

.pp-tou-wrapper h4 {
    color: #93479C;
    margin-bottom: 20px;
}

.pp-tou-wrapper p {
    font-size: 14px;
}

.pp-tou-wrapper ol {
    text-decoration: none;
    margin: auto;
}

.pp-tou-wrapper ol li {
    list-style: decimal;
    padding-left: 10px;
    margin: 14px;
    font-size: 14px;
}

.price-box {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
    padding: 20px;
    background: #fff;
}

.price-box ul {
    padding: 10px 0px 30px;
    margin: 17px 0 0 0;
    list-style: none;
    border-top: solid 1px #e9e9e9;
}

.price-box ul li {
    padding: 7px 0;
    font-size: 14px;
    color: #808080;
}

.price-box ul li .fa {
    color: #68AE4A;
    margin-right: 7px;
    font-size: 12px;
}

.price-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.34;
    margin-bottom: 0;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 3px;
}

.price-label.basic {
    background: #E8EAF6;
    color: #3F51B5;
}

.price {
    font-size: 44px;
    line-height: 44px;
    margin: 15px 0 6px;
    font-weight: 900;
}

.text-muted {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67;
    color: inherit;
    width: 100%;
    margin: 0;
    color: #989898;
}

.pb-2 {
    padding: 7px 0;
    font-size: 14px;
    color: #808080;
}

.price-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67;
    color: inherit;
    width: 100%;
    margin: 0;
    color: #989898;
}

.plan-btn {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 11px 30px;
    border: 2px solid #93479C;
    color: #93479C;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 0px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.plan-btn::after {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #5437d2;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.plan-btn:hover::after {
    left: 0;
}

.plan-btn:hover,
.plan-btn:focus {
    text-decoration: none;
    color: #fff;
    border: 2px solid #5437d2;
}

@media (max-width: 991px) {
    .price-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .main-heading {
        font-size: 21px;
    }
    .price-box {
        margin-bottom: 20px;
    }
}

.home-login-button {
    margin-top: -5px;
}

.home-login-button a {
    background-color: #ffffff !important;
    padding: 5px 20px !important;
    text-align: center;
    display: block;
    color: #93479C !important;
    font-size: 16px;
}

.home-login-button a:hover {
    background-color: #000000 !important;
    padding: 5px 20px !important;
    text-align: center;
    display: block;
    color: #ffffff !important;
    font-size: 16px;
    transition: all 0.3s linear;
}



 .feature-navigation{
   background-color: #ffffff;
} 
#myHeader-ntp{
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px; 
}
.header-ntp {
    /* padding: 10px 16px; */
    background: #ffffff;
    /* background: #f5f6fb; */
    color: #0d10da;
    /* margin-top: -80px; */
    /* z-index: 9;
      position: relative; */
  }
  .ftr-nav-list{
      background-color: #ffffff;
      
  }
  .flex-fill i{
      font-size: 27px;
      margin-bottom: 5px;
  }
  .d-flex-menu > div{
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    text-align: center;
  }
  .d-flex-menu > div:last-child{
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    text-align: center;
  }
  .d-flex-menu > div a{
    padding: 20px 10px;
    display: block;
    color: #0069d9;
  }
  .d-flex-menu > div a:hover{
    padding: 20px 10px;
    display: block;
    background-color: #0069d9;
    color: #ffffff;
  }
  .d-flex-menu > div a:focus{
    padding: 20px 10px;
    display: block;
    background-color: #0069d9;
    color: #ffffff;
  }
  
  .content-ntp {
    padding: 16px;
  }
  
  .sticky-ntp {
    position: fixed;
    top: 88px;
    width: 100%;
    
  }
  
  .sticky-ntp + .content-ntp {
     /* padding-top: 102px;  */
     
  }
  .menu-box{
      padding: 120px 0 60px 0;
  }
  .menu-box h4{
    color: #6c3dbe; 
    margin: 20px 0;
  }

  .Mybanner{
    text-align: center;
    margin: 20px;
    font-size: 35px;
    background: #ffffff;
}

.head_table{
    background-color: rgb(47, 4, 102);
    text-align: center;
    height: 60px;
    width: 100%;
    color: white;
    
}
.head_table h3{
    padding-top: 5px;
    font-weight: 500;
    font-size: 27px;
    line-height: 48px;
}

.price{
    font-size: 200%;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}
.ok{
    color: rgb(47, 4, 102);;
    margin-right: 10px;
    font-size: 150%;
}
.No{
    color: red;
    margin-right: 10px;
    font-size: 150%;
    
}
.Mybutton{
    width: 80%;
    
    margin:10%;
}
.remove:hover{
    text-decoration: line-through;
}
.Mytable{
    border: 2px solid rgb(47, 4, 102);;
    border-radius: 5px;
    margin: 15px;
    background: #ffffff;
}
.price-cat{
    padding: 15px 0 0 15px;
}
.price-cat p{
    font-weight: 600;
}
.price-cat-basic{
    background-color: #0069d9;
    padding: 4px 10px;
    border-radius: 6px;
    color: #ffffff;
}
.price-cat-silver{
    background-color: #0c9191;
    padding: 4px 10px;
    border-radius: 6px;
    color: #ffffff;
}
.testimonial-1 {
    background: #fff;
    padding: 14px;
    color: #000;
    margin-bottom: 50px;
}



.name {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: -3px
}

.place {
    font-size: 13px;
    color: #988c8c
}

.place-2 {
    font-size: 13px;
    color: #ffffff
}

.testimonial-2 {
    background: #6c3dbe;
    padding: 14px;
    color: #fff;
    margin-bottom: 50px;
}

.sliderwrap-ftr {
    width: 100%;
    float: left;
    padding: 200px 0px 0px 0px;
    background: #f6f9fe;
}

.sliderwrap-ftr {
    background: url('../images/headerftr-banner.jpg');
    background-position: center center;
    background-size: cover;
}


/*--------Testimonial----------*/
.centerimage{
    text-align: center;
}
.consumer-b {
    background: rgb(147, 71, 156);
    background: linear-gradient(90deg, rgba(147, 71, 156, 1) 0%, rgba(71, 51, 221, 1) 100%);
    padding: 100px 0px 350px;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}
.consumer-b:before {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    width: 314px;
    height: 278px;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-position: center top;
}

.consumer-b:after {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    width: 314px;
    height: 278px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    background-position: center top;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(../images/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
.signup-btn{
    margin: 20px 0px;
}
.signup-btn a{
    background-color: #007bff;
    padding: 15px 50px;
    color: #ffffff;
    transition: 0.5s;
}
.signup-btn a:hover{
    background-color: #000000;
    padding: 15px 50px;
    color: #ffffff;
    
}
/*-----Testimonial-------*/
.testimonial  .simple-header {
    color: #ffffff !important;
    font-size: 48px;
    font-weight: 600 !important;
}


.testimonial {
    min-height: 375px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/
.footer-info{
    color: #ffffff;
    font-size: 12px;
    padding-right: 50px;
    margin-bottom: 50px;
}
.footer-links-b{
    margin-bottom: 50px;
}
.footer-links-b h4{
    font-size: 20px;
    color: #007bff;
    margin-bottom: 10px;
}
.footer-links-c {
    padding-top: 0px;
}
.footer-links-c  h4{
    font-size: 20px;
    color: #007bff;
    margin-bottom: 30px;
}
.footer-links-c ul li i{
    color: #e6ddff;
    font-size: 12px;
    margin-right: 10px;
}
.footer-links-c ul li a{
    color: #93479C;
}
.footer-links-c ul li a:hover{
    color: #5437d2;
}

.social-links{
    padding-right: 50px;
    font-size: 40px;
}

/*--------------------------Phone Number Search---------------------*/
.qualityservice .card{
    
        -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(31,45,65,.15);
        box-shadow: 0 .15rem 1.75rem 0 rgba(31,45,65,.15);
        overflow: hidden;
        position: relative;
        border: none;
}
.icon-stack-lg {
    height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
}
.icon-stack {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    height: 3rem;
    width: 3rem;
    font-size: 1.6rem;
    background-color: #eff3f9;
    color: #4230d2 ;
}
.qualityservice h5 {
    color: #93479C ;
    margin-bottom: 6px;
    font-weight: 600;
}
.qualityservice p {
    color: #333 ;
    font-size: 15px;
}
.hero-info-pns{
    background: rgb(147,71,156);
background: linear-gradient(90deg, rgba(147,71,156,1) 0%, rgba(71,51,221,1) 100%);
}
.hero-info-pns h2{
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.hero-info-pns p{
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 1rem;
}
#info-widget-details{
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
    border-radius: .25rem;
    
}
#info-widget-details span{
    color: #93479C;
    font-size: 18px;
    line-height: 40px;
}
.info-widget-header{
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
}
.info-widget-body{
    padding: 15px 0;
}
.comment-container{
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
}
.recent-comment-header{
    font-size: 24px;
    color: #93479C;
    padding-bottom: 8px;
    border-bottom: 1px solid #dfdfdf;
}
.comment-container ul li{
    border: 1px solid #efefef;
    margin: 15px 0;
}
.comment-hdr{
    background-color: #efefef;
    padding: 10px;
    font-size: 13px;
}
.comment-ftr{
    padding: 10px;
}
.comment-ftr span{
    font-weight: 700;
}
.btn-leave-comment {
    color: #fff;
    background-color: #93479C;
    border-color: #93479C;
}
.btn-leave-comment:hover {
    color: #fff;
    background-color: rgb(117, 49, 124);
    border-color: rgb(117, 49, 124);
}
.btn-spam-yes {
    color: #fff;
    background-color: rgb(32, 165, 189);
    border-color: rgb(32, 165, 189);
    padding: 6px 20px;
}
.btn-spam-yes:hover {
    color: #fff;
    background-color:#0078a3;
    border-color: #0078a3;
    padding: 6px 20px;
}
.btn-spam-no {
    color: #fff;
    background-color: rgb(218, 55, 64);
    border-color: rgb(218, 55, 64);
    padding: 6px 20px;
    margin-left: 15px;
}
.btn-spam-no:hover {
    color: #fff;
    background-color: rgb(175, 21, 28);
    border-color: rgb(175, 21, 28);
    padding: 6px 20px;
    margin-left: 15px;
}
.section-progress {
    padding: 80px 0px 80px;
    position: relative;
    background: #ffffff;
}
.progress {
    width: 150px;
    height: 150px !important;
    /* float: left;  */
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
    margin: 20px auto;
  }
  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .progress .progress-left {
    left: 0;
  }
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .progress .progress-right {
    right: 0;
  }
  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
  }
  .progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: rgb(37, 5, 114);
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
  }
  .progress.blue .progress-bar {
    border-color: #049dff;
  }
  .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
  }
  .progress.yellow .progress-bar {
    border-color: #fdba04;
  }
  .progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }
  .progress.yellow .progress-left .progress-bar {
    animation: none;
  }
  .progress.green .progress-bar {
    border-color: #0cad22;
  }
  .progress.green .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }
  .progress.green .progress-left .progress-bar {
    animation: none;
  }
  .progress.red .progress-bar {
    border-color: #bd022b;
  }
  .progress.red .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards;
  }
  .progress.red .progress-left .progress-bar {
    animation: none;
  }
  @keyframes loading-1 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }
  @keyframes loading-2 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(144deg);
      transform: rotate(144deg);
    }
  }
  @keyframes loading-3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  .comment-container form {
    margin: 10px auto;
    padding: 10px 20px;
    background: #f4f7f8;
  }

  
  .comment-container input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea,
  select {
    background: rgba(255,255,255,0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 8px;
    width: 100%;
    background-color: #ffffff;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
  }
  
.comment-container  input[type="radio"],
  input[type="checkbox"] {
    margin: 0 4px 8px 0;
  }
  
  .comment-container select {
    padding: 8px;
    height: 46px;
    border-radius: 2px;
  }
  
 
  
  .comment-container fieldset {
    margin-bottom: 10px;
    border: none;
  }
  
  .comment-container legend {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  
  .comment-container label {
    display: block;
    /* margin-bottom: 8px; */
  }
  
  .comment-container label.light {
    font-weight: 300;
    display: inline;
  }
  
  .comment-container .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 100%;
  }
  .comment-container .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #93479C;
    border-color: #93479C;
}

.comment-container .btn-secondary {
    color: #888888;
    background-color: #f4f7f8;
    border-color: #888888;
}
.most-search-phone-number h2 {
    background: #93479C;
    background: -webkit-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: -moz-linear-gradient(to right, #93479C 50%, #5437D2 100%);
    background: linear-gradient(to right, #93479C 50%, #5437D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.section-progress .pn-container{
    margin: 0 50px;
    padding-bottom: 4px !important;
    border-bottom:1px solid #9779e3;
    margin-bottom: 30px;
    
    text-align: center;
}
.section-progress .pn-container a{
    text-decoration: none;
    text-align: center;
}
.box-white-radius{
    background: #fff;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 20px;
    margin-bottom: 25px;
}
.box-white-radius i{
    color: #93479C;
    font-size: 40px;
    margin-bottom: 15px;
}
.box-title h3{
    color: #93479C;
    font-weight: 600;
    font-size: 20px;
}
.box-white-radius .box-text{
    padding: 15px 0;
}
.how-it-works-para{
    text-align: center;
}
.how-it-works-para p{
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.other-ways{
    color: #ffffff;
}
.other-ways-box{
    border: 1px #ffffff solid;
    padding: 25px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.benefit-white-box{
    background: #ffffff;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 20px;
}
.benefit-white-box p{
    margin-bottom: 50px;
}
.benefit-border{
    border: 1px solid #93479C;
    width: 60px;
    margin: 10px 0 10px 0;
}
.count-box{
    color: #ffffff;
    padding:15px 15px 15px 0px;
}
.questionanaswer .image {
    background: url(../images/why-choose-1.jpg) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}
.questionanaswer .content {
    padding: 30px;
}
.questionanaswer .content p {
    margin-bottom: 0;
    color: #ffffff;
}
#what-can-pt {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../images/what-can-pt.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}
.what-can-phone-tracker ul{
    list-style: none;
}
.what-can-phone-tracker ul li{
    background: #ffffff;
    color: #93479C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 600;
}
.what-can-phone-tracker ul li i{
    color:#93479C ;
    margin-right: 6px;
}
.what-can-phone-tracker ul li p{
    padding-left: 27px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}
table td{
    text-align: center;
}
.questionanaswer .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #93479C;
    color: #ffffff;
}
.as-seen-in {
    padding: 50px 0px;
}
.blog-date{
    color: #848484;
}
.inner-hiw{
    background-color:#f9f9f9;padding:25px;margin-bottom: 16px;
}

.inner-hiw p{
    font-size: .9rem;
}
@media(min-width:768px) {
    .inner-hiw {
        background-color:#f5f6fb;padding:25px;min-height:280px;
    }
}
.how-does-the{
    /* background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url(../images/hdt-bg.png) fixed center center; */
    background:  url(../images/hdt-bg.jpg) fixed center center;
    background-size: cover;
    padding: 120px 0;
}
.hdt-inner{
    background: #ffffff;
    padding:60px 20px;
    border-top:4px solid #93479C;
}
.how-does-the .hdt-sectitle h2{
    color: #93479C !important;
}
.how-does-the p{
    color: #000000;
    text-align: center;
}
.img-mobile-location{
    padding:0 0 50px 0;
}