body {
    font-family: "Poppins", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
a, a:hover {
	color: #0280c4;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 20px;
	font-weight: 600;
	color: #000;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
li {
	margin: 0 auto 15px;
}
p {
    margin: 0 auto 20px;
    color: #444;
    font-size: 16px;
    line-height: 25px;
}
img {
	max-width: 100%;
}
.light-blue {
	background: #edf6fa !important;
}
.theme-color {
	background: #deecfd !important;
}
.table-wrap tr th {
    background: #122563;
    color: #fff;
    border-left: 2px solid #122563;
    font-weight: 500;
}
table {
    width: 100%;
    border: 1px solid #ccc;
}
table th, td {
    padding: 8px 15px;
    border-left: 1px solid #ccc;
}
.table-wrap {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    overflow: auto;
}
tbody {
    margin-bottom: 25px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
.btn {
    background: #4681f4;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    border: 0;
    padding: 11px 18px;
    vertical-align: middle;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.sm-btn {
	padding: 6px 14px;
	display: inline-block;
	font-size: 14px;
}
.btn i {
    padding-right: 10px;
}
.btn span {
	vertical-align: middle;
}
.btn-lg {
	padding: 10px 42px;
}
.btn:hover, .btn:focus {
	background: #11427e;
	border: 0;
	outline: 0;
	color: #fff;
}

img {
	max-width: 100%;
}
.section-padding {
    padding: 45px 0;
    position: relative;
}
.wp-section {
    padding: 25px 0;
    position: relative;
}
.header {
	padding: 15px 0;
}
nav.navbar {
    padding: 0;
}
.breadcrumb {
    padding: 0 0;
    list-style: none;
    text-align: left;
    gap: 1px;
    display: inline-flex;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
}
.breadcrumb li {
    padding-right: 5px;
    margin-bottom: 0;
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb li a:hover {
    color: #0280c4;
}
.breadcrumb li a i {
    font-size: 10px;
}

.breadcrumb {
    padding: 5px 15px;
    padding-left: 0;
    list-style: none;
    text-align: left;
    gap: 1px;
    display: inline-flex;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}
.breadcrumb-item {
    margin: 0;
    font-weight: 600;
}
.breadcrumb-nav {
	overflow: hidden;
}
.breadcrumb-nav a {
	color: #333;
}
.breadcrumb-nav a:hover {
	color: #08a8ff;
}
#header {
    will-change: transform;
    transition-duration: 0.3s;
    z-index: 99;
    position: relative;
}
#header.sticky {
	position:fixed;
	top:0;
}
#header.sticky .logo img {
	width: 107px;
}
@-webkit-keyframes fadeHeaderInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes fadeHeaderInDown {
0% {
opacity:0;
-moz-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@-o-keyframes fadeHeaderInDown {
0% {
opacity:0;
-o-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-o-transform:translate3d(0, 0, 0);
}
}
@keyframes fadeHeaderInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
#header.sticky, .fadeHeaderInDown {
	-webkit-animation-name:fadeHeaderInDown;
	-moz-animation-name:fadeHeaderInDown;
	-o-animation-name:fadeHeaderInDown;
	animation-name:fadeHeaderInDown;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:22;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 60px;
}
#header:not(.is-alternate) {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
#header.sticky .pt-4 {
	padding-top: 0 !important;
}

header .nav-link {
    color: #000;
    padding: 14px 16px !important;
    font-weight: 600;
    font-size: 18px;
}
.logo {
    max-width: 230px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0280c4;
}
li.nav-item {
    margin-bottom: 0;
}
a.nav-link img {
    padding-right: 5px;
}
.sub-menu.custom {
    display: none;
}
.nav-item:hover .nav-link {
	color: #08a8ee;
    background-color: white;
}
.nav-item:focus .nav-link {
	color: #08a8ee;
}
.sub-menu li a i {
    line-height: 30px;
    font-size: 22px;
}
.sub-menu .nav-link {
	color: #000;
}

li.nav-item.menu-item.menu-item-has-children {
    position: relative;
}

.navbar-toggler {
	background-color:#08a8ee;
}
.menu-item-has-children .sub-menu .menu-item-has-children>a>.arrow:after {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
}
.menu-item-has-children .sub-menu .menu-item-has-children>:hover .sub-menu {
    display: block;
}

.menu-item-has-children .sub-menu .menu-item-has-children>:hover .sub-menu {
    left: 100% !important;
    top: 0;
    display: block !important;
}

.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    width: 180px;
    transform: translateY(12px);
    visibility: hidden;
    background-color: #fff;
    transition: all .3s;
    opacity: 0;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menu-item-has-children:hover> .sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    display: block;
}

.menu-item-has-children:hover>.sub-menu li a {
    display: flex;
    justify-content: space-between;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    left: 100%;
    top: 0;
}
.sub-menu li {
    list-style: none;
    margin-bottom: 0;
}
.sub-menu li a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    transition: 0.3s all;
    text-wrap: nowrap;
}
.sub-menu li a:hover {
    background-color: #08a8ee;
	color: #fff;
}

.text-color {
	color: #0280c4;
}

/* -------------banner start----------------------- */

.section-hedding {
    margin-bottom: 40px;
}
ul {
	list-style: none;
}
.sub-menu {
    display: none;
}

/* -----------Badges----------- */

.thm-btn-one {
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    background-color: #08a8ff;
    border: 1px solid #08a8ff;
}
.thm-btn-one:hover {
	color: #fff;
	background: #08ceff;
	border-color: #08ceff;
}
.lg-btn {
	padding: 8px 30px;
}
.form-group {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}
.form-group label {
    width: 20%;
    color: #000;
    font-weight: 600;
}
.form-control {
    display: block !important;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.report-form .form-control {
	height: auto;
}
.select-form-name .ss_dib {
    display: none;
}
.footer-link .active {
    color: #0280c4;
}
.background-gris{
    background-image: linear-gradient(to top, #dfe9f3 0%, #f3f6fa 100%);
}
.background-cloud{
    background-image: linear-gradient(to top, #ebe8f7 0%, #e9e5f5 1%, #f3e7e9 100%);
}
.background-multi{
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #faebf7 100%);
}
.background-multi:hover{
    background-image: linear-gradient(-225deg, #cae7de 0%, #efd9eb 100%);
}
.background-bc{
    background-image: linear-gradient(-225deg, #e0f5fb 0%, #f2f2fe 100%);
}
.background-bc:hover{
    background-image: linear-gradient(-225deg, #bae5f0 0%, #e2e1f2 100%);
}
#back-top {
    bottom: 40px;
    position: fixed;
    right: 20px;
    z-index: 22;
}
#back-top a {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: #08a8ff;
    border: 0px;
    text-align: center;
    line-height: 50px;
    padding: 0;
}
#back-top a:hover {
	background:#0759FF;	
}
#footer {
	background: #032538;
	padding: 25px 0;
	font-weight: 400;
}
#footer p {
	color: #fff;
	margin: 0 auto;
}
.section-hedding.text-line h3 i {
    padding-right: 5px;
}
.sub-menu.open {
    display: block;
}
.sub-menu.active {
    display: block;
}
.hamburger-menu {
    display: none;
}
.menu-item-has-children:hover>.sub-menu li a span {
    opacity: 0;
    display: none;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
    display: inline-block;
    margin-left: 4px;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* ------------------------------Responsive css------------------------------------- */

@media screen and (max-width:767px) {
	.steps-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 30px;
    }
    .box-container.report-box {
        width: 100% !important;
    }
    .craterepo-header .btn {
        width: 100% !important;
        margin-top: 20px;
    }
    .craterepo-header {
       display: block !important;
    }
}
@media screen and (max-width:576px) {
	
    .section-hedding.text-line h3 {
        display: flex;
        align-items: baseline;
    }
    .partner-section {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px;
    }
    .feature-right {
        padding-bottom: 30px;
    }
    
    img.ele-two {
        display: none;
    }
    img.ele-one {
        display: none;
    }
    img.ele-left {
        display: none;
    }
    img.ele-right {
        display: none;
    }
    .banner-searchbar.form-group button {
        padding: 13px 10px !important;
        font-size: 14px !important;
    }
    .banner-searchbar.form-group input {
        padding: 20px 8px !important;
    }
    .section-heading {
        display: block !important;
        margin-bottom: 20px;
    }
   ul.web-list li p {
		padding-left: 0 !important;
		padding-top: 5px !important;
		margin-bottom: 16px;
	}
    .web-link {
        width: 100% !important;
        padding: 10px 16px !important;
    }
    .heading-title h2 {
        font-size: 19px !important;
    }
    .section-heading h3 {
        font-size: 22px !important;
    }
    .service-title h6 {
        padding: 10px 7px !important;
     }
	.pricing-card {
		padding: 18px !important;
		border-radius: 5px;
		margin-bottom: 11px;
	}
    .price-service {
        padding: 15px !important;
    }
    .top-title-report h1 {
       display: block !important;
    }
   
}

@media (min-width:768px) and (max-width:992px) {
.section-padding {
	padding: 40px 0;
}
hr {
	margin-bottom: 0px;
}
.thm-btn-one {
	padding: 2px 20px;
}
.footer-boxes {
    grid-template-columns: repeat(3, 1fr) !important;
}
}
@media screen and (max-width:992px) {
    .nav-item:hover .sub-menu {
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 6;
        list-style: none;
        color: #000;
    }
    .hamburger-menu {
        display: block;
    }
    
	.form-group {
			display: block !important;
		}
		.form-group label {
			width: 65% !important;
		}
		header .nav-link {
			color: #5c5c5c;
			padding: 10px 10px !important;
		}
	.header-menu-respon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }
	.menu-item-has-children  .sub-menu {
		display: none;
		position: relative !important;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		z-index: 1;
		padding: 0;
		width: 228px;
	}
    .menu-item-has-children .sub-menu {
        top: 100% !important;
        transition: 0s all !important;
    }
    .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu, .menu-item-has-megamenu:hover>.megamenu, .menu-item-has-megamenu .megamenu, .menu-item-has-children .sub-menu {
        opacity: 1;
        visibility: visible;
        left: 0;
        width: 100%;
        position: relative;
        display: none;
        padding: 0;
        transform: none;
    }
   
	li.nav-item {
		margin: 0;
		border-bottom: #eee solid 1px;
	}
	

    .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    display: block;
}

.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu:hover {
    left: 0 !important;
    display: block !important;
}

/* ------------------------------------------- */
 .main-menu {
    display: block !important;
    position: fixed;
    left: -320px;
    width: 250px;
    height: 100vh;
    top: 64px;
    background: #3f72af;
    transition: 0.5s all !important;
    overflow: auto;
    z-index: 100;
   }
   .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

	.main-menu.active {
    left: 0;
	top: 0;
   }
	.hamburger-menu .menu-btn.active {
		background: none;
	}
   .main-navigation .logo{display: block;}
   .main-navigation .main-menu .logo{ display: none;}
    .main-menu>ul {
    display: block;
   }
   .main-menu>ul>.search {
    display: none;
   }
   .main-menu>ul>li {
    padding: 0;
    margin: 10px;
}
.main-menu>ul>li>a {
    padding: 10px 15px;
    display: block;
    /* background: #fff; */
    border: none;
    border-radius: 0;
    color: #fff;
}
a.sign-btn {
    margin: 0;
    color: #fff !important;
    padding-left: 10px !important;
}
   #header.sticky .logo img {
    width: auto;
}
    .main-menu>ul>.menu-item.active>a {
    color: #263077;
    font-weight: 500;
   }
    .menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
    position: absolute;
    right: 15px;
   }
    .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu,  .menu-item-has-megamenu:hover>.megamenu,  .menu-item-has-megamenu .megamenu,  .menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
    position: relative;
    display: none;
    padding: 0;
    transform: none;
   }
   .header .navigation-wrapper nav>.main-navigation .hamburger-menu {
    display: flex;
   }
   .menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    display: block;
}

img.ele-one {
    position: absolute;
    left: 110px;
    top: 100px;
    width: 216px;
}
.table-main {
    display: block !important;
    justify-content: space-between;
}
.tooltip .tooltiptext {
    /* bottom: 0; */
    left: 0;
}
li.nav-item.search-item {
    border: 0px !important;
    border-radius: 0px !important;
    display: none;
}
li.nav-item.search-item input {
    background: transparent;
    color: #000;
}
li.nav-item.search-item i {
    color: #fff;
}

#link-box {
    display: none;
  }
  
  .toggle:focus~#link-box {
   display: block;
  }
  button.toggle {
    display: block !important;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding-left: 22px;
}
.btn {
    font-size: 14px;
	padding: 9px 20px;
}
a.btn.btn-xs {
    padding: 4px 15px !important;
}
.row.fle-direction {
    flex-direction: row !important;
}
.search-responsive{
    display: block !important;
}
.Scriptcontent {
    display: block !important;
    margin: auto;
    margin-right: 20px;
    margin-top: 10px;
}
.steps-form .form-group select {
    width: auto !important;
    margin-bottom: 10px;
}
.steps-form .form-group label {
    margin-bottom: 10px;
    width: 45% !important;
}
.generate-report-form {
	max-width: inherit;
	padding: 0;
}
.generate-report-form .btn.sm-btn {
    margin-bottom: 10px !important;
}
.generate-report-form {
    padding-left: 0px !important;
}
.generate-btn {
    width: auto !important;
}
.top-title-report {
    padding-right: 0px !important;
}
.top-title-report h1 {
    display: inline-flex;
    font-size: 22px;
}
.steps-form.left-side .form-group {
    display: flex !important;
}
.steps-form.left-side .form-group input {
    width: 60% !important;
}
.steps-form.left-side .form-group label {
    width: 30% !important;
}
.steps-form.left-side .form-group select {
    width: 60% !important;
}
}

@media screen and (min-width:576px) and (max-width:767px) {
	img.ele-left {
        left: 40px !important;
    }
    ul.questions-list {
        columns: 2;
        padding-left: 0;
    }
    ul.list-item.free-plan-list {
        columns: 1 !important;
    }
    .footer-boxes {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media screen and (min-width:767px) and (max-width:992px) {
    .web-link {
        width: 50% !important;
    }	
    .banner-title h1 {
        font-size: 50px !important;
    }
    img.ele-two {
        top: 100px !important;
    }
    img.ele-one {
        top: 42px !important;
    }
    img.ele-right {
        right: 10px !important;
        top: 41px !important;
    }
    ul.list-item.free-plan-list {
        columns: 2 !important;
    }
    ul.account-setting-list .form-group {
        display: flex !important;
        align-items: center;
    }
    .account-setting-list .form-group label {
        width: 30% !important;
    }


}
@media screen and (min-width:992px) and (max-width:1200px) {
    .web-link {
        width: 30% !important;
    }	
    img.ele-right {
        top: 70px;
    }
   
}
@media screen and (max-width:767px) {
.breadcrumb {
	margin-bottom: 8px;
}
.form-control {
	font-size: 14px;
}
.banner-title h1 {
	font-size: 26px !important;
	line-height: 31px;
}
.banner-searchbar.form-group {
    width: 100% !important;
}
.banner-searchbar.form-group button {
    position: absolute;
    top: 0;
}
.breadcrumb-item {
	font-weight: 500;
	line-height: 18px;
}
.section-padding {
	padding: 40px 0;
    position: relative;
}
.techno-title h2 {
	margin: 0 auto 10px !important;
}
p {
	font-size: 15px;
	line-height: 23px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 32px;
}
.section-hedding {
	margin-bottom: 26px;
}
hr {
	margin-bottom: 0;
}
table th, td {
	padding: 5px 10px;
}
table th, td {
	padding: 5px;
	border-left: 2px solid #ccc;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #dddbdb;
}
ul.web-list li {
    display: block !important;
}
.section-heading {
    display: block !important;
    margin-bottom: 10px;
}
.web-link {
	width: 100% !important;
	padding: 0px 16px !important;
	margin-bottom: 0px !important;
	font-size: 14px;
}
.web-list li p a {
	font-size: 14px;
}
.web-list li p {
    padding-left: 0 !important;
    padding-top: 15px !important;
}
.heading-title h2 {
    margin-bottom: 15px;
    margin-left: 0;
}
.technograph-card {
    display: block !important;
   
}
.technograph-card button {
    margin-left: 0 !important;
    margin-top: 20px;
}
.steps-form .form-group input {
    width: 100% !important;
}
ul.steps-form {
    padding-left: 0;
}
.steps-form .form-group select {
    width: 100% !important;
    margin-bottom: 10px;
}
.account-setting-list .form-group label {
    width: 100% !important;
    margin-bottom: 10px;
}
.account-setting-list .form-group select {
    width: 100% !important;
}
.detal-changes {
   margin-top: 10px;
}
ul.account-setting-list .form-control {
    width: 100% !important;
    height: auto;
}

}
@media screen and (max-width:576px) {
    .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
        left: 0 !important;
    }
    ul.questions-list {
        columns: 1;
        padding-left: 0;
    }
    .breadcrumb li {
		padding-right: 5px;
		margin-bottom: 0;
		margin: 0 !important;
		font-size: 11px;
	}
    ul.list-item.free-plan-list {
        columns: 1 !important;
    }
    .free-plan {
        display: grid !important;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .footer-boxes {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .generate-report-form .btn.sm-btn {
        width: 100%;
    }
    .craterepo-header {
        display: block !important;
    }
    .craterepo-header button {
        width: 100%;
        margin-top: 15px;
    }
    
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.form-group label {
		font-weight: 500;
		font-size: 13px;
	}
    .footer-boxes {
        grid-template-columns: repeat(5, 1fr) !important;
    }
    header .nav-link {
        padding: 24px 8px !important;
    }
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
	padding: 15px 0;
	justify-content: flex-end;
}
.hamburger-menu .menu-btn span {
	background: #000;
	height: 2px;
	width: 25px;
	margin-bottom: 5px;
	display: block;
	transition: 0.3s;
}
 .hamburger-menu .menu-btn span:last-child {
	margin-bottom: 0;
}
 .hamburger-menu .menu-btn.active {
	position: relative;
	top: -4px;
	transition: 0.3s;
}
.hamburger-menu .menu-btn.active span:first-child {
	transform: rotate(45deg);
	transition: 0.3s;
	position: relative;
	top: 7.4px;
}
 .hamburger-menu .menu-btn.active span:nth-child(2) {
	display: none;
}
 .hamburger-menu .menu-btn.active span:last-child {
	transform: rotate(-45deg);
	transition: 0.3s;
}
/* ---------banner start------------------------------------------- */

.main-wraper {
    background: #deecfd;
}
.sign-btn {
    border: 2px solid #4681f4;
    color: #4681f4 !important;
    padding: 7px 25px !important;
    border-radius: 3px;
    font-weight: 600;
    margin-left: 15px;
    transition: 0.5s all;
}
.sign-btn:hover {
    background-color: #4681f4;
    color: #fff !important;
}
.navbar-nav.ms-auto {
    align-items: center;
}
.banner-title {
    text-align: center;
}
.banner-title h1 {
    font-size: 65px;
}
.banner-title p {
    color: #000;
}
.banner-searchbar.form-group input {
    border-radius: 5px;
    border: 2px solid #024CAA;
    padding-left: 25px;
    height: auto;
    padding: 20px 190px 20px 27px;
}
.banner-searchbar.form-group {
    position: relative;
}
.banner-searchbar.form-group button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    margin: 7px;
    background-color: #4681f4;
    border-radius: 5px;
}
nav.navbar {
    border-bottom: 1px solid #ccc;
}
.banner-searchbar.form-group {
    position: relative;
    width: 70%;
    margin: auto;
    margin-bottom: 25px;
}
img.ele-left {
    position: absolute;
    left: 120px;
    bottom: 100px;
}
img.ele-right {
    position: absolute;
    right: 50px;
    top: 70px;
}
img.ele-one {
    position: absolute;
    left: 110px;
    top: 95px;
    width: 430px;
}
img.ele-two {
    position: absolute;
    right: 0;
    top: 130px;
    width: 380px;
}
/* --------------------- */

.heading-title {
    display: flex;
    align-items: baseline;
}
.heading-title h2 {
    color: #111;
    font-size: 26px;
}
.heading-title i {
    color: #3f72af;
    padding-right: 5px;
    font-size: 25px;
}
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web-box {
    padding: 30px;
    transition: 0.5s all;
    border-radius: 5px;
    border: 2px solid #e5dfdf;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.06) 0 10px 30px;
}
.web-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
ul.web-list {
    padding: 0;
}
ul.web-list li {
    display: flex;
    align-items: self-start;
	margin: 0 auto 10px;
}
.web-link {
    border: 2px solid;
    border-radius: 3px;
    width: 22%;
    padding: 3px 16px;
    color: #000;
    font-weight: 600;
}
.web-list li p {
    margin: 0;
    padding: 7px 0 0 40px;
    color: #000;
    width: 76%;
}
.web-list li p a:hover {
    color: #0280c4;
}
.web-list li p a {
    color: #000;
}
.web-link i {
    padding-right: 5px;
}
.web-list {
    padding: 0;
    margin-top: 10px;
}
.section-heading h2 {
    font-size: 32px;
}
.testimonial-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 26px 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.testimonial-card:hover{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.testimonial-card p {
    color: #000;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    font-style: italic;
}
.testimonial-card .reviewer {
    text-align: center;
    font-size: 16px;
    font-style: normal;
}
.testimonial-title {
    position: relative;
}
.testimonial-title h6 {
    background-color: #f1f3f4;
    padding: 11px;
    border-radius: 10px;
    position: relative;
    color: #3f72af;
	font-size: 20px;
}
.number-item {
    position: absolute;
    right: -2px;
    top: -8px;
    width: 30px;
    height: 30px;
    background: #112d4e;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testitexttwo {
    background: #ffebeb !important;
}
.testitextthree {
    background: #faffc7 !important;
}
.service-box {
    padding: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 25px;
    border-radius: 5px;
    background-color: #fff;
}
.service-provider {
	border: 1px solid #999;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 3px;
}
.service-card {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.service-card:hover{
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(23, 71, 154, 0.2);
}
.service-title h6 {
    background: #E7FBE6;
    padding: 10px 16px;
    border-radius: 3px;
    display: flex;
    align-items: baseline;
}
.service-title h6 i {
    padding-right: 7px;
}
ul.service-list {
    padding-left: 10px;
    color: #000;
}
ul.service-list li a {
    color: #000;
    display: flex;
    align-items: baseline;
}
ul.service-list li a:hover {
    color: #1b0f8b;
}
.service-list li a i {
    padding-right: 10px;
}
ul.service-list li {
    margin-bottom: 4px;
}
ul.feature-item li i {
    padding-right: 5px;
}
.testimonial-card img {
    margin: 20px 0px;
    margin-bottom: 0;
}
.service-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #deecfd;
    width: 100%;
    height: 360px;
    z-index: -1;
}
.service-sec {
    position: relative;
}
.elements-image img {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 20px;
    width: 383px;
}
.feature-card {
	display: flex;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: 0.5s all;
	border: 2px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 8px 8px 10px;
}
.feature-image {
    padding-right: 15px;
}
.feature-image img {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}   
.feature-card:hover {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
}
.bg-thm-one {
    background: #deecfd;
}
.bg-thm-two {
    background: #ffebeb;
}
.bg-thm-three {
    background: #faffc7;
}
.feature-text h6 {
    color: #3f72af;
    margin-bottom: 10px;
}
.feature-text p {
    color: #000;
    margin-bottom: 6px;
}
.feature-text ul {
    padding-left: 6px;
	margin: 0;
}
.feature-text ul li {
    margin-bottom: 0px;
    color: #000;
}
ul.pt-3.work-list li i {
    padding-right: 10px;
}
ul.pt-3.work-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.partner-image {
    background: #fff;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}
.partner-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.signup-box {
    background: #4681f4;
    color: #fff;
    display: flex;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.signup-box:hover {
	background: #1565C1;
}
.sign-title h4 {
    color: #fff;
    margin-bottom: 0;
	font-size: 26px
}
.sign-title p {
    color: #fff;
    margin-bottom: 0;
}
.sign-title {
    text-align: left;
    padding-left: 20px;
}
.signup-box i {
    background: #fff;
    font-size: 55px;
    color: #3f72af;
    padding: 15px;
    border-radius: 50%;
}
.company-info {
    background: #f7f4f4;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.company-info h6 {
    margin-bottom: 0;
    margin-top: 15px;
}
.footer {
    background: #112d4e;
	padding: 60px 0 0;
}
.footer-widgets h6 {
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 3px;    
}
.footer-widgets ul {
    padding: 0;
}
.footer-widgets li a {
    color: #fff;
    display: flex;
    align-items: baseline;
    transition: 0.8s all;
}
.footer-widgets li a:hover {
	color: #1b83ff;
}
.footer-widgets li {
    margin-bottom: 5px;
}
.footer-widgets li a i {
    padding-right: 10px;
}
.footer-widgets {
    border-radius: 5px;
    border: 1px solid #cccccc70;
    padding: 20px 25px;
    margin-bottom: 10px;
}
.copyright-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-text p {
    margin: 0;
    color: #fff;
}
.copyright {
    background: #112d4e;
    color: #fff;
}
.copyright {
	background: #112d4e;
	color: #fff;
	padding: 15px 0;
	border-top: 1px solid #cccccc70;
	margin-top: 25px;
}
.ft-social-icon i {
    padding-left: 10px;
    font-size: 22px;
}
.ft-social-icon a {
    color: #fff;
}
.border-one {
    border-color: #b2dfe5;
}
.border-two {
    border-color: #e2c5e5;
}
.border-three {
    border-color: #caf8ca;
}
.border-four {
    border-color: #f6bbbb91;
}
.border-five {
    border-color: #f1f59cc7;
}
.big-color-one {
    background-color: #ecf8fe;
}
.big-color-two {
    background-color: #fdf6e3;
}
.big-color-three {
    background-color: #fde3e3;
}
.color-one {
    color: #3f72af;
}
.highlight1{
    color: #EE66A6;
    font-style: italic;
}
.highlight2{
    color: #387478;
    font-style: italic;
}
.highlight3{
    color: #024CAA;
    font-style: italic;
}
.highlight4{
    color: #E79A58;
    font-style: italic;
    font-weight: 700;
}
.highlight5{
    color: #257180;
}
.feature-right img {
    margin-bottom: 25px;
}
.banner-title.text-left {
    text-align: left;
}

/* --------webpage start------------- */

.box-container {
    display: inline-grid;
    border: 2px solid #dfe0e0;
    border-radius: 5px;
    padding: 15px 10px;
}
.technograph-card {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}
.technograph-card button {
    margin-left: 40px;
}
.sidebar-wrap {
    border: 1px solid #dfe0e0;
    padding: 4px 3px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.sidebar-wrap p {
	margin: 0 auto 6px;
}

.faq-card {
	border: 1px solid #dfe0e0;
	padding: 20px 25px;
	border-radius: 3px;
	margin-bottom: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.faq-card:hover{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.faq-card h5, .faq-card p {
	margin: 0 auto 10px;
}
.btn.sm-btn.btn-wp {
	text-wrap: nowrap;
}
.sidebar-heading {
    background: #cee7f3;
    padding: 12px 20px;
    border-radius: 5px 5px 0 0;
}
.sidebar-heading h5 {
	margin: 0 auto;
	font-size: 18px;
}
.sidebar-inner-wrap {
    padding: 20px;
}
.sidebar-inner-wrap a {
	font-size: 14px;
}
.sidebar-heading h5 i {
    padding-right: 5px;
}
.sidebar-inner-wrap li a {
    color: #000;
}
.sidebar-inner-wrap li a:hover {
    color: #0280c4;
}
.sidebar-inner-wrap li a i {
    padding-right: 5px;
}
.sidebar-form .form-group label {
	width: auto;
	color: #000;
	min-width: 80px;
	font-size: 13px;
}
.sidebar-form .form-control {
	padding: 5px 6px;
	margin: 0 10px 0 7px;
	height: auto;
	border-radius: 5px;
	border-color: #ccc;
	font-size: 13px;
}
.sidebar-form .fa.fa-plus {
	border: #eee solid 1px;
	width: 54px;
	height: 25px;
	font-size: 13px;
	display: inline-block;
	border-radius: 220px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
}
.dark-header {
    background: #112d4e;
    padding: 12px 20px;
    border-radius: 3px 3px 0 0;
}
.dark-header h5 {
    margin-bottom: 0;
    color: #fff;
    display: flex;
    align-items: baseline;
}
.dark-header h5 span {
    padding: 0 10px;
}
.service-wrap {
    padding: 15px 20px;
    background: #FEF9F2;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.service-wrap:hover{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.service-wrap h6 {
	color: #112d4e;
	margin: 0 auto 10px;
	font-size: 16px;
}
.service-wrap p {
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 21px;
}
.version {
	font-size: 12px;
}
.btn-xs {
	padding: 1px 15px;
	border-radius: 3px;
	text-align: end;
	font-weight: 500;
	display: inline-block;
	font-size: 13px;
}
.service-card h6 span {
    font-size: 13px;
}
table th {
    background: #cee7f3;
    color: #000;
    border-top: 2px solid #1E3E62;
}
table td {
	border-bottom: 1px solid #ccc;
	line-height: 22px;
	font-size: 15px;
    color: #111111;
}
.table-responsive {
    margin-bottom: 20px;
}
table th i {
    padding-left: 10px;
}
.questions-list-item {
	border: 2px solid #ccc;
	border-radius: 3px;
	padding: 5px 15px;
	color: #112d4e;
	transition: 0.5s all;
	flex: 1 1 calc(33.330% - 20px);
	margin: 0 auto;
}
.questions-list-item a {
    color: #112d4e;
    font-weight: 600;
    display: block;
}
sidebar-inner-wrap a {
    padding: 0 15px;
}
.questions-list-item:hover {
	background-color: #3f72af;
	border-color: #3f72af;
}
.questions-list-item:hover a {
    color: #fff;
}
.questions-list {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.sidebar-inner-wrap ul {
	padding: 0;
}
.sidebar-inner-wrap li strong {
    width: 115px;
}
.sidebar-inner-wrap li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
	color: #000;
}
.sidebar-list li {
	justify-content: space-between;
}
.sidebar-inner-wrap li a strong {
    width: 40%;
}
.sidebar-inner-wrap li a {
    color: #000;
}

.testimonial-image {
    position: relative;
    padding-bottom: 16px;
}
.testimonial-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: -25px;
    background-image: url(../images/testiback.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.testimonial-card img {
    width: 125px;
    height: 125px;
}
h1.titile-two {
    font-size: 45px;
}
li.nav-item.search-item {
    border: 1px solid;
    padding: 2px 15px;
    border-radius: 3px;
}
li.nav-item.search-item input {
    border: 0px solid;
}
li.nav-item.search-item i {
    padding-right: 5px;
}
.pt-4.headding-text {
    display: flex;
    align-items: baseline;
}
.pt-4.headding-text i {
    padding-right: 8px;
}
td.tb-item {
    display: flex;
    align-items: baseline;
}
td.tb-item > div {
    display: flex;
    align-items: baseline;
}
td.tb-item i { 
    padding-right: 7px;
}
.fixed-width-20 {
    width: 20%;
    max-width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table tr th, td:first-child { text-align: left}
.box-container span {
    display: flex;
    align-items: baseline;
}
.box-container span i {
    padding-right: 5px;
}

.tooltip {
    border-bottom: 0px dotted black;
    opacity: 1;
    font-size: 20px;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    /* bottom: 0; */
    /* left: 0; */
}
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .border-bottom {
    line-height: 1;
  }
  input.thm-dark {
    background: transparent;
}
button.btn.sm-btn {
    padding: 8px 20px;
}

button.toggle {
   display: none;
}
.title-pricing {
    font-size: 30px !important;
}
.outline-btn {
	background: #fff;
	border: #134179 solid 2px;
	color: #134179;
	padding: 6px 17px !important;
}
.outline-btn:hover {
	background: #134179;
	border: #134179 solid 2px;
	color: #fff;
}
.report-form .form-group {
	display: block;
}
.report-form .form-group label {
	width: auto;
}


/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
    position: relative;
    display: inline-flex;
    /* padding: 4px; */
    border: 1px solid #112d4e;
    margin-bottom: 40px;
    border-radius: 3px;
    background: #fff;
  }
  
  .switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
  }
  
  .switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"], 
  .switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
    color: #fff;
    background: #112d4e;
}
  
  .switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
  .switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
    background: #112d4e;
  }
  
  .switch-wrapper
    [type="radio"]:checked#monthly
    + label[for="yearly"]
    ~ .highlighter {
    transform: none;
  }
  
  .switch-wrapper
    [type="radio"]:checked#yearly
    + label[for="monthly"]
    ~ .highlighter {
    transform: translateX(100%);
  }
  
  .switch-wrapper label {
    font-size: 20px;
    z-index: 1;
    min-width: 160px;
    line-height: 45px;
    cursor: pointer;
    border-radius: 3px;
    transition: color 0.25s ease-in-out;
    font-weight: 600;
}
  
  .switch-wrapper label:hover {
    background: hwb(213 87% 3%);
  }
  
  .switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 10px;
    background: var(--darkgreen);
    transition: transform 0.25s ease-in-out;
  }
  
  /* TABLE STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
 
  .pricing-wrapper .price-title .info {
    position: relative;
    padding: 0.5rem 0;
    text-align: center;
}
.pricing-wrapper .price-title .info .popular {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 11px;
	background: green;
	padding: 4px 8px;
	border-radius: 2px;
}
.pricing-wrapper .price-title .amount {
	font-size: 50px;
	font-weight: bold;
	color: #3f72af;
}
.pricing-wrapper .price-title .amount span {
	padding-left: 5px;
	font-size: 25px;
	color: #000;
	font-weight: normal;
}
.pricing-wrapper .price-title .info p {
    margin-bottom: 10px;
    color: #000;
    padding-top: 15px;
}
.price-title p {
    color: #000;
}
.pricing-wrapper .hide {
	display: none;
}
.pricing-card {
	padding: 30px 25px;
	border-radius: 5px;
	margin-bottom: 35px;
	border: 1px solid #555;
	background-color: #e3effe;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.pricing-card:hover{
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.white-bg {
	background: #fff;
}
.light-yellow {
    background-color: #fbf9e3 !important;
}
.light-yellow:hover {
    background-color: #FFF5CD !important;
}
.light-red {
    background-color: #fff7f7 !important;
}
.light-red:hover{
    background-color: #FFEFEF !important;
}
.light-bl {
    background-color: #eaf7ff !important;
}
.light-bl:hover{
    background-color: #B7E0FF !important;
}
.price-service {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}
ul.list-item {
    padding: 0;
}
ul.list-item li {
    margin-bottom: 0px;
}
.price-header h2 {
	background-color: #fdfcad;
	padding: 8px 20px;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	font-size: 26px;
    border: 1px solid #999;
}
.price-header {
    text-align: center;
}
.pricing-card ul.list-item li {
	margin: 0 auto 10px;
	line-height: 22px;
}
ul.list-item li {
    color: #000;
    display: flex;
    align-items: baseline;
}
ul.list-item li a:hover {
    color: #0280c4;
}
ul.list-item li i {
   padding-right: 8px;
}
.border-color {
    border: 1px solid #555;
    text-align: left !important;
}
.align-left .price-header {
    text-align: left;
}
.align-left .price-title .info {
    text-align: left;
}
.free-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.list-item.free-plan-list {
    columns: 3;
}
.pricing-card.border.report {
    border-width: 2px !important;
}
.report-right {
	width: 100%;
	height: 88%;
	background: #e6e6e6;
	border-radius: 5px;
}
.fle-direction {
    flex-direction: row-reverse;
}
.footer-boxes {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}
.search-responsive{
    display: none;
}

/* -------------------- */



#search-btn {
    border-radius: 2px;
    color: #000;
    font-size: 22px;
}
   
   #search-btn:hover{
     background-color: rgba(0,0,0,0.5);
     cursor: pointer;
     
   }
   #search-overlay{
     display:none;
   }
   .block {
     position: fixed;
     top: 0;
     right: 0;
     bottom:0 ;
     left: 0;
     overflow: auto;
     height: 100vh;
     width: 100%;
     text-align: center;
     background: rgba(0, 0, 0, 0.9);
     margin: 0;
   }
   
   .block:before {
     content: '';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
     margin-right: 0;
     
   }
   
   .centered {
     display: inline-block;
     vertical-align: middle;
     width: 90%;
     padding: 10px 15px;
     color: #FFF;
     border: none;
     background: transparent;
   }
   
   #search-box {
     position: relative;
     width: 100%;
     margin: 0;
   }
   
   #search-form {
     height: 4.1em;
     border: 1px solid #999;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 2px;
     background-color: #fff;
     overflow: hidden;
   }
   
   #search-text {
     font-size: 14px;
     color: #ddd;
     border-width: 0;
     background: transparent;
   }
   
   #search-box input[type="text"] {
     width: 100%;
     padding: 20px;
     color: #333;
     outline: none;
     font-size: 1.4em;
   }
   
#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 72px;
	width: 100px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	border-width: 0;
	background-color: #3f72af;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}
.Scriptcontent form {
    background: #fff;
}
   
   #close-btn{
     position: fixed;
     top: 1em;
     right: 1em;
   }
   #close-btn:hover{
     color: #777;
     cursor: pointer;
   }
   .Scriptcontent {
    display: none;
}

/* --------account page start------------------------ */

button.btn.btn-sm.change {
    margin: auto;
    padding: 2px 25px;
    border-radius: 3px;
}
.totle-credits {
    font-size: 30px;
	font-weight: bold;
	margin: 0 auto 20px;
	color: #000;
}
.border-card.account-title p {
    margin-bottom: 0;
    color: #000;
}

.top-title-report h1 i {
    padding-right: 10px;
}
.top-title-report p {
    color: #000;
    font-size: 17px;
}
.top-title-report {
    margin-bottom: 65px;
    padding-right: 84px;
}
.top-title-report h1 a {
    border-bottom: 2px solid;
    padding: 0 10px;
    padding-bottom: 2px;
}
.top-title-report h1 span {
    border-bottom: 2px solid;
    padding-bottom: 2px;
}
.box-wrap {
    margin-bottom: 20px;
    padding: 25px;
	border: 1px solid #dfe0e0;
 	border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.steps-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	padding-top: 50px;
}
.steps {
    position: relative;
    background: #eef6ff;
    padding: 15px 30px;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
	cursor: pointer;
    border: 1px solid #c7c0c0;
}
.steps:hover{
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
}
.active {
    background-color: #4879b3;
}
.steps.active {
    width: 210px;
    margin: auto;
    margin-bottom: 35px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.35);
}
.steps-form.edit-wrap {
	max-width: 630px;
}
.active h6 {
    color: #fff;
}
span.numb-circle {
    position: absolute;
    top: -18px;
    left: 44%;
    background: #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.steps h6 {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    padding-top: 13px;
    font-weight: 500;
}
.steps-form {
	max-width: 500px;
	padding: 10px 0px 10px 60px;
}
.edit-form {
	max-width: 585px;
	padding-left: 12px;
	margin: 0 0 10px;
}
.box-wrap h2 {
	margin: 0;
}
.box-container h2 {
    display: inline-flex;
    justify-content: left;
    margin: 0;
    margin-bottom: 45px;
    gap: 10px;
}
.steps.active:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -50px;
    right: 0;
    background: #ccc;
    width: 40px;
    height: 2px;
}
.steps.active:after {
    position: absolute;
    content: '';
    top: 50%;
    right: -50px;
    background: #ccc;
    width: 40px;
    height: 2px;
}
.steps-form .form-group {
    margin-bottom: 7px;
}
.steps-form .form-group label {
	width: 180px;
}
.steps-form .form-control {
	padding: 7px 20px;
	border-color: #b6b6b6;
	height: auto;
}
.form-control:hover{
    border-color: #93999e;
}
.edit-form .form-control {
	height: auto;
}
.craterepo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.w-30 {
    width: 30%;
}
.report-table table th {
    background: #f2f2f2;
    color: #000;
}
.report-table tr th, .report-table tr td {
    text-align: left;
    padding: 8px 10px;
}
.report-table .sm-btn {
	padding: 7px 13px;
	font-size: 12px;
	text-wrap: nowrap;
}
th.report-title {
    width: 122px;
    padding: 0 10px;
}
.price-card-four {
    background: #f6ed6321;
}
.service-card p {
    color: #000;
}
.report-sec .service-card h6 {
    color: #112d4e;
    display: ruby;
}
.report-sec .service-card h6 span {
    font-size: 16px;
}
.report-down-btn {
    display: inline-block;
}
.account-detailes p {
    margin-bottom: 0;
    color: #000;
}
.account-detailes {
	width: 360px;
}
.detal-changes {
    display: flex;
    align-items: baseline;
    gap: 10px;
    cursor: pointer;
}
.detal-changes span {
    border-bottom: 1px solid;
    line-height: 1.3;
}
.btn.account-btn {
    width: 25%;
}
.steps-form.left-side .form-group label {
    width: 32%;
    font-size: 14px;
}
.steps-form.left-side .form-group select {
    width: 55%;
    padding: 0px 10px;
    background-position-y: 2px;
    font-size: 14px;
}
.steps-form.left-side .form-group input {
    width: 55%;
    padding: 2px 10px;
}
.steps-form.left-side .form-group .generate-btn {
    width: 100% !important;
}
ul.account-setting-list .form-control {
    width: 30%;
    height: auto;
}
.left-side .form-group {
    gap: 7px;
}
.steps-form.left-side .form-group .fa-plus {
    border: 1px solid #ccc;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9e9a9a;
    font-size: 14px;
}

select {
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 8px;
  }

  .tech-dropbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
}
.technology-drop-title {
    display: flex;
    align-items: baseline;
    gap: 7px;
}
.dropdown {
    position: relative;
    display: grid;
    width: 100%;
} 
  .dropdown-btn {
    border: none;
    cursor: pointer;
    font-size: 16px;
  }
    
  /* Hidden by default */
 .dropdown-content {
	display: none;
	position: relative;
	border: #dfdfdf solid 1px;
	min-width: 160px;
	z-index: 1;
	border-radius: 8px;
	margin-top: 10px;
}
.dropdown-content ul,  .dropdown-content ul li {
	padding: 0;
	margin: 0 auto;
	display: block;
}
.dropdown-content ul li a {
	padding: 4px 17px;
	border-bottom: #e6e6e6 solid 1px;
	display: block;
}
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* .dropdown-content a:hover {
    background-color: #ddd;
  } */


.titile-tech {
    font-size: 30px !important;
}
.techno-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}
.table-main-chart table tr th {
    text-align: left;
}
.down-list {
    background: #112d4e;
    color: #fff;
    margin-bottom: 0;
    margin-top: -38px;
    padding: 7px 20px;
    border-radius: 3px;
    text-align: left;
}
.btn.sm-btn.w-40 {
    width: 38%;
}
.border-card {
	position: relative;
	border: 1px solid #dfe0e0;
	border-radius: 3px;
	margin: 0 auto 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.tech-perra-top {
    position: absolute;
    top: -16px;
}
.report-list-item li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.report-list-item li i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #112d4e;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 18px;
    height: 18px;
}
.card-header h5 {
    padding: 12px 16px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-size: 17px;
    margin-bottom: 10px;
}
.techno-list li {
    justify-content: space-between;
}
.country-name {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.btn.dns-btn {
    padding: 3px 15px;
    border-radius: 30px;
    text-align: end;
    font-weight: 500;
}
.tb-quest .tooltip {
    border-bottom: 0px dotted black;
    opacity: 1;
    font-size: 16px;
    display: inline-block;
}

.modal {
    --bs-modal-width: 600px !important;
}
.report-total-text span {
    width: 184px;
}
.report-total-text {
    display: flex;
    align-items: baseline;
    color: #00060e;
}
.modal-body strong {
    color: #134179;
    font-size: 17px;
}
.modal-content {
	padding: 0;
}
.modal-body, .modal-header {
	padding: 22px;
}
.report-total-text.border {
    display: inline-flex;
    padding: 5px 5px;
    margin-top: 15px;
    padding-right: 20px;
    border: 2px solid #ccc !important;
}
.report-credits p {
	display: flex;
	justify-content: space-between;
	max-width: 60%;
	margin: 0 0 7px;
}
.report-credits table {
	margin: 0 0 20px;
}

.report-credits table td {
	border: 0;
	padding: 9px 0;
}
.report-credits table {
	max-width: 300px;
	border: 0;
}
table .border td {
	padding: 8px;
	vertical-align: baseline;
}
.border {
	border: #c4c0c0 solid 2px !important;
}

@media (min-width:991px) and (max-width:1200px) {
.breadcrumb {
	margin-bottom: 10px;
}
.price-header h2 {
	font-size: 22px;
}
.pricing-wrapper .price-title .amount {
	font-size: 35px;
}
.pricing-card {
	padding: 20px 15px;
	border-radius: 15px;
}
.price-service {
	padding: 16px;
	border-radius: 15px;
	margin-bottom: 16px;
}
.btn {
	padding: 10px 20px;
}
h2 {
	font-size: 25px;
}
table th, table td {
	padding: 5px;
	font-size: 13px;
}
.techno-title {
	margin-bottom: 15px;
	padding-top: 10px;
}
.techno-title  .pt-4.headding-text {
	padding: 0 !important;
}
button.btn.sm-btn {
	padding: 8px 10px;
	text-wrap: nowrap;
}
.faq-card {
	padding: 18px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.section-padding {
	padding: 38px 0;
}
.sidebar-heading {
	padding: 12px 16px;
}
.sidebar-heading h5 {
	font-size: 15px;
}
.sidebar-inner-wrap {
	padding: 10px;
}
.sidebar-inner-wrap li {
	font-size: 12px;
	margin-bottom: 4px;
}
.dropdown-btn {
	font-size: 12px;
}
.sidebar-form .form-group label {
	min-width: 68px;
}
.sidebar-form .fa.fa-plus {
	border: #d5d0d0 solid 1px;
	width: 40px;
	height: 20px;
	font-size: 11px;
	line-height: 19px;
}
.sidebar-form .form-control {
	padding: 5px 6px;
	font-size: 12px;
	line-height: 30px;
}
.sidebar-inner-wrap li strong {
	width: 95px;
}
.sidebar-inner-wrap .btn.sm-btn {
	padding: 6px 10px;
	font-size: 13px;
}
.border-bottom {
	font-size: 13px;
}
.box-container {
	border-radius: 12px;
}
.service-wrap {
	padding: 12px;
	border-radius: 9px;
	margin-bottom: 8px;
}
.service-wrap .btn {
	padding: 2px 14px;
}
.questions-list-item {
	padding: 2px 15px;
	font-size: 14px;
}
.totle-credits {
	font-size: 34px;
	margin: 0 auto 13px;
}
.dropdown-content ul li a {
	font-size: 12px;
}
.steps {
	padding: 8px;
	border-radius: 10px;
	margin-bottom: 0;
}
.steps-wrap {
	padding-top: 40px;
	padding-bottom: 20px;
}
.steps.active {
	width: auto;
	margin: inherit;
}
.steps h6 {
	font-size: 13px;
}
.report-form .form-control {
	font-size: 13px;
	background-position: top right;
}
.box-wrap {
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 15px;
}
.report-table tr th, .report-table tr td {
	padding: 8px;
	line-height: 20px;
}
.service-wrap h6 {
	margin: 0 auto 8px;
	font-size: 15px;
}
.steps.active::before {
	left: -24px;
	width: 17px;
}
.steps.active::after {
	right: -26px;
	width: 17px;
}
	
}

@media (min-width:768px) and (max-width:990px) {
.logo {
	max-width: 180px;
}	
.Scriptcontent {
	margin-top: 15px;
}
#search-btn:hover {
	background: no-repeat;
}
.service-card {
	padding: 10px;
}
.service-title h6 {
	padding: 10px 15px;
	font-size: 16px;
	margin: 0 auto 12px;
}
ul.service-list li a {
	font-size: 15px;
}
.feature-card {
	padding: 15px;
	border-radius: 15px;
}
.feature-image {
	width: 100px;
}
ul.work-list li {
	margin-bottom: 10px !important;
}
.footer-widgets {
	padding: 19px 20px;
	margin-bottom: 0px;
}
.footer-widgets ul {
	margin: 0 auto;
}
.banner-title.text-left h1 {
	font-size: 33px !important;
}
.price-service {
	padding: 19px;
	border-radius: 15px;
	margin-bottom: 15px;
}

.btn {
	padding: 10px 20px;
}
h2 {
	font-size: 22px;
}
table th, table td {
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
}
.techno-title {
	margin-bottom: 15px;
	padding-top: 10px;
}
.techno-title  .pt-4.headding-text {
	padding: 0 !important;
}
.sidebar-wrap {
	margin-bottom: 8px;
}
.questions-list-item {
	padding: 2px 15px;
	font-size: 14px;
}
.techno-title .btn.sm-btn {
	text-wrap: nowrap;
	padding: 8px;
}
.sidebar-inner-wrap {
	padding: 13px;
}
.sidebar-heading h5 {
	font-size: 16px;
}
.sidebar-form .form-group label {
	width: auto !important;
	display: inline-block !important;
	font-size: 12px;
	min-width: 65px;
}
.sidebar-form .form-control {
	margin: 0 3px;
	width: 52%;
	display: inline-block !important;
	line-height: 28px;
}
.sidebar-form .fa.fa-plus {
	width: 24px;
}
.box-wrap {
	padding: 15px;
}
.steps {
	padding: 8px;
	border-radius: 10px;
	margin-bottom: 0;
}
.steps h6 {
	font-size: 13px;
}
.steps.active {
	width: auto;
	margin: inherit;
}
.steps.active::before, .steps.active::after {
	display: none;
}
.steps-form {
	max-width: 500px;
	padding: 0 0px 10px 10px;
}
.steps-form .form-group select {
	width: 100% !important;
}
.steps-form .form-group {
	display: flex !important;
}
.steps-wrap {
	padding: 30px 0 30px;
}
.report-form .form-group label {
	font-size: 13px;
	line-height: 22px;
}
.report-form .form-control {
	height: auto;
	font-size: 12px;
	line-height: 30px;
}
.outline-btn {
	padding: 6px 7px !important;
}
.outline-btn i {
	padding-right: 1px;
}
button.btn.sm-btn {
	padding: 8px 8px;
}
.edit-form a {
	font-size: 14px;
}
	
}

@media (max-width:767px) {
.logo {
	max-width: 170px;
}
.Scriptcontent {
	margin-top: 14px;
}
.header-menu-respon {
	padding-bottom: 0px;
	padding-top: 0px;
}
.banner-searchbar.form-group input {
	border-radius: 10px;
	font-size: 12px;
}
.banner-searchbar.form-group button {
	border-radius: 8px;
}
.web-box {
	padding: 18px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.testimonial-card {
	padding: 18px 15px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.testimonial-title h6 {
	padding: 3px;
	border-radius: 10px;
	font-size: 17px;
	margin: 0 auto 10px;
}
.section-heading h2 {
	font-size: 28px;
}
.service-box {
	padding: 22px;
	border-radius: 15px;
}
.row.justify-content-center.pt-4 {
	padding-top: 3px !important;
}
.service-card {
	padding: 13px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.service-title h6 {
	padding: 5px 7px !important;
	margin-bottom: 6px;
}
ul.service-list li a {
	font-size: 15px;
}
.features-direction {
	padding: 3px 0 !important;
}
.feature-card {
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 12px;
}
.feature-image {
	width: 120px;
}
.feature-text h6 {
	margin-bottom: 4px;
}
.feature-text ul li {
	font-size: 14px;
}
.feature-image {
	display: none;
}
ul.pt-3.work-list li {
	margin-bottom: 8px;
	line-height: 20px;
}
.partner-image {
	margin-bottom: 0px;
}
.signup-box {
	border-radius: 10px;
	padding: 9px 15px;
	margin-top: 21px;
	margin: 12px 0 0;
}
.signup-box i {
	font-size: 25px;
}
.sign-title h4 {
	font-size: 22px;
}
.sign-title p {
	font-size: 12px;
}
.company-info {
	padding: 16px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.footer-widgets {
	border-radius: 10px;
	padding: 18px;
	margin-bottom: 0px;
}
.footer-widgets ul {
	margin: 0 auto;
}
.footer-widgets li {
	margin-bottom: 5px;
	line-height: 26px;
}
.footer-widgets h6 {
	margin: 0 auto 8px;
}
.overflow::after {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.faq-card {
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.pricing-card {
	margin-bottom: 15px;
}
.price-header h2 {
	padding: 6px 17px;
	font-size: 20px;
}
.dropdown-btn {
	font-size: 14px;
}
.techno-title {
	display: block;
	gap: 0;
}
.pt-4.headding-text {
	margin-bottom: 8px !important;
}
.border-card {
	margin: 0 auto 10px;
	padding: 16px !important;
}
.techno-title .btn.sm-btn.w-40 {
	width: auto;
	padding: 8px 15px;
	margin-top: 10px;
}
li {
	font-size: 15px;
}
.faq-card h5, .faq-card p {
	margin: 0 auto 8px;
	line-height: 23px;
}
.sidebar-heading {
	padding: 6px 15px;
}
.sidebar-inner-wrap {
	padding: 15px;
}
.sidebar-form .form-group label {
	width: auto !important;
}
.sidebar-form .form-group {
	display: flex !important;
}
.dark-header {
	padding: 8px 15px;
}
.dark-header h5 {
	font-size: 18px;
}
.service-wrap {
	padding: 12px;
	border-radius: 10px;
	margin: 0 -8px 10px;
}
.service-wrap h6 {
	margin: 0 auto 5px;
	font-size: 16px;
}
.questions-list-item {
	flex: 1 1 calc(50% - 20px);
}
.top-title-report {
	margin-bottom: 35px;
}
.box-wrap {
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 13px;
}
.box-wrap h2 {
	font-size: 21px;
}
.steps-wrap {
	display: block;
	gap: 0;
	padding: 30px 0 15px;
}
.steps {
	padding: 3px 20px;
	border-radius: 10px;
	margin-bottom: 7px;
}
.steps.active {
	width: auto;
	margin: auto;
	margin-bottom: 7px;
}
.steps.active::before, .steps.active::after {
	display: none
}
.steps h6 {
	padding-top: 0;
	display: inline-block;
	font-size: 15px;
}
span.numb-circle {
	position: relative;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-right: 4px;
	text-align: center;
}
.steps-form {
	max-width: 500px;
	padding: 0;
}
.steps-form .form-group label {
	margin-bottom: 5px;
}
.report-form .form-control {
	margin: 0 auto 4px;
}
.btn.btn-lg {
	width: 100%;
}
.report-table tr th, .report-table tr td {
	padding: 6px;
	font-size: 13px;
	line-height: 18px;
}
.edit-form p {
	margin: 0 auto;
}
.edit-form a {
	font-size: 12px;
}
.hamburger-menu .menu-btn.active span {
	background: #fff;
}
	
}
