@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,300&display=swap');
::-webkit-scrollbar{width:6px;background:#fff}::-webkit-scrollbar-thumb{background:#cfcfcf}::-webkit-scrollbar-track{background:#fff}.zb2gC::-webkit-scrollbar{display:none}
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: nunito,sans-serif;
	font-size: 17px;
	color: #333;
	line-height: 30px;
	background: url(../../dit/img/product-page/product-page-body.svg) top center no-repeat;
    background-size: auto;
    position: relative;
    background-size: cover;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 30px;
    color: inherit;
}
.text-color-dark-blue{
	color: #151f61;
}
svg{
	font-family: "Nunito", sans-serif !important;
}
.gradient-bg{
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%) !important;
}
.btn{
	color: #fff;
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
	transition: 0.3s ease;
	border: 0;
}
.btn:hover{
	color: #fff;
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
	box-shadow: 0 1px 2px #808080;
	text-decoration: none;
}
.btn2{
	color: #234ea1;
	background: #fff;
	transition: 0.3s ease;
}
.btn2:hover{
	color: #234ea1;
	background: #fff;
	box-shadow: 0 1px 2px #ddd;
	text-decoration: none;
}
.heading {
	text-transform: capitalize;
    font-size: 36px;
    color: #222;
    font-weight: 700;
	padding-bottom: 1rem;
	line-height: 40px;
}
.tagline {
    font-size: 17px;
}
.w-20{
    width: 20% !important;
}


/*--navigation start--*/
.navbar-brand:focus{
	outline: none;
}
.navbar-brand img:focus{
	outline: none;
}
.navbar{
	border-bottom: 1px solid #ddd;
	padding: 0 1rem;
}
.navbar .nav-item {
	padding: 1rem 0.5rem;
}
.navbar .nav-item .nav-link{
	color: #151f61;
}
.navbar .nav-item .mega-menu{
	left: -36rem;
    min-width: 70rem;
    z-index: 10000;
    float: left;
    margin: 0;
    padding: 0;
    color: #212529;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px #ddd;
	border-radius: 0 0 5px 5px;
}
.navbar .nav-item .mega-menu.mega-menu2{
	left: -42rem;
    min-width: 70rem;
    z-index: 10000;
    float: left;
    margin: 0;
    padding: 0;
    color: #212529;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px #ddd;
	border-radius: 0 0 5px 5px;
}
.navbar .nav-item .search-menu{
	left: -74rem;
    min-width: 70rem;
    z-index: 10000;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    color: #212529;
}
.navbar .nav-item .search-menu .nav-search-inner input{
	padding: 1rem 10px;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px #ddd;
	border-radius: 0 0 5px 5px;
}
.navbar .nav-item .search-menu .nav-search-inner input:focus{
	outline: none;
}
.ht-tab{
	padding-bottom: 1rem;
}
.ht-tab .nav-tabs li a{
	color: #151f61;
    font-size: 17px;
	border-bottom: 2px solid transparent;
	padding: 1rem 1rem;
}
.ht-tab .nav-tabs li{
	padding: 1rem 0;
}
.ht-tab .nav-tabs li a:hover{
	color: #151f61;
    text-decoration: none;
}
.ht-tab .nav-tabs li:hover a{
	border-bottom: 5px solid #2a388f;
}
.ht-tab .nav-tabs li a.active{
	border-bottom: 5px solid #2a388f;
}
.ht-ul .nav-list li{
	padding: 0.2rem 0.5rem;
	width: 31%;
    float: left;
}
.ht-ul .nav-list li:hover{
    background-color: #f9f9f9;
}
.ht-ul .nav-list li a{
	text-decoration: none;
}
.ht-ul .nav-list li .p-name a{
	color: #151f61;
    font-size: 16px;
    padding: 5px 0;
}
.ht-ul .nav-list li .p-name .nav-win a:before{
    content: "\f17a";
}
.ht-ul .nav-list li .p-name .nav-mac a:before{
    content: "\f179";
}
.ht-ul .nav-list li .p-name a:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    padding: 0 5px 0 0;
}
.ht-ul .nav-list li .p-name .nav-win a{
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
	display: none;
	border-bottom: 1px solid transparent;
	border-radius: 1rem;
}
.ht-ul .nav-list li .p-name .nav-mac a{
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
	display: none;
	border-bottom: 1px solid transparent;
	border-radius: 1rem;
}
.ht-ul .nav-list li:hover .p-name .nav-win a{
	display: inline;
}
.ht-ul .nav-list li:hover .p-name .nav-mac a{
	display: inline;
}
.ht-ul .nav-list li .p-name:hover .nav-win a:hover{
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.ht-ul .nav-list li .p-name:hover .nav-mac a:hover{
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.ht-ul .nav-list li .p-name a:hover{
    text-decoration: none;
}
.ht-ul .nav-list li .p-desc{
    font-size: 14px;
    color: #151f61;
    position: relative;
    top: 5px;
    display: none;
}

/*--navigation Responsive--*/
@media (min-width: 992px) and (max-width:1920px) {
	.dropdown:hover .dropdown-toggle{
		color: #1f57a9;
	}
	.dropdown .dropdown-toggle:after{
		display: none;
	}
	.dropdown .dropdown-toggle:before {
    font-family: uicons-regular-rounded !important;
    content: "\f1e9";
    float: right;
    transform: rotate(90deg);
	font-size: 12px;
    margin-left: 10px;
	}
	.dropdown:hover .dropdown-toggle:before {
    font-family: uicons-regular-rounded !important;
    content: "\f1cd";
    float: right;
    transform: rotate(180deg);
	font-size: 12px;
    margin-left: 10px;
	}
	.dropdown:hover .mega-menu {
		display: block;
		-webkit-animation: fadeInUp .4s;
		animation: fadeInUp .4s
	}
}
@media (min-width: 992px) and (max-width:1300px) {
	.navbar .nav-item .search-menu {
		left: -55rem;
		min-width: 56rem;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	.navbar .nav-item .mega-menu {
		left: -24rem;
		min-width: 61rem;
	}
	.navbar .nav-item .mega-menu.mega-menu2 {
		left: -32rem;
		min-width: 61rem;
	}
	.ht-tab .nav-tabs li a {
		padding: 1.2rem 0.5rem;
	}
}
@media (min-width: 280px) and (max-width:991px) {
	.navbar-toggler-icon {
		display: contents;
		width: auto;
		height: auto;
	}
	.navbar-toggler .navbar-toggler-icon .fi-rr-plus {
		display: none;
	}
	.navbar-toggler.collapsed .navbar-toggler-icon .fi-rr-plus {
		border: 1px solid #3f3f3f;
		border-radius: 5px;
		padding: 10px 10px 5px 10px;
		display: block;
	}
	.navbar-toggler.collapsed .navbar-toggler-icon .fi-rr-cross {
		display: none;
	}
	.navbar-toggler .navbar-toggler-icon .fi-rr-cross {
		border: 1px solid #3f3f3f;
		border-radius: 5px;
		padding: 10px 10px 5px 10px;
		display: block;
	}
	.navbar-toggler {
		padding: 0;
		font-size: 16px;
	}
	.navbar-toggler:focus {
		outline: none;
	}
	.navbar-collapse{
		width: 320px;
		height: 100%;
		top: 4.3rem;
		left: -20rem;
		position: fixed;
		background-color: #fff;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		z-index: 20000;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
	}
	.collapse.show {
		left: 0;
	}
	.navbar .nav-item .mega-menu {
		left: 0;
		min-width: auto;
	}
	.navbar .nav-tabs{
		display: none;
	}
	.navbar .tab-content>.tab-pane {
	    display: block;
	}
	.ht-ul .nav-list li .p-desc {
		display: none;
	}
	.ht-ul .nav-list li {
		margin: 0;
		width: 100%;
		min-height: auto;
	}
	.navbar .nav-item {
		padding: 0 0.5rem;
	}
	#navbarDropdown2{
		display: none;
	}
	.navbar .nav-item .search-menu {
		left: 0;
		min-width: 100%;
		display: block;
	}
	.navbar .nav-item .search-menu .nav-search-inner input {
		padding: 0.5rem 10px;
		border-radius: 10px;
	}
	.ht-ul .nav-list li .p-name .nav-win a {
		font-size: 11px;
		display: inline;
	}
	.ht-ul .nav-list li .p-name .nav-mac a {
		font-size: 11px;
		display: inline;
	}
	.dropdown #navbarDropdown:before {
    font-family: uicons-regular-rounded !important;
    content: "\f1e9";
    float: right;
    transform: rotate(90deg);
    font-size: 15px;
	}
	.dropdown.show #navbarDropdown:before {
    font-family: uicons-regular-rounded !important;
    content: "\f15d";
    float: right;
    transform: rotate(90deg);
    font-size: 15px;
	}
}
/*--navigation end--*/

/*--cookie start--*/
#cookie-bar {
	display: block;
	direction: ltr;
	color: #fff;
	min-height: 30px;
	z-index: 99999;
	padding: 6px 20px 4px;
	background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    border-top: 1px solid #ffffff52;
	bottom: 0
}

#cookie-bar,
.modal {
	position: fixed;
	left: 0;
	width: 100%
}

#cookie-bar,
.badge,
.modal-footer {
	text-align: center
}

button#Cookie {
	margin: 0 20px;
	line-height: 20px;
	background: #fff;
	border: none;
	color: #003864;
	padding: 4px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
}
/*--cookie end--*/
/*--footer start--*/
.topfooter {
	background: #001b4a;
	padding: 15px 0;
	color: #c3c3c3;
	border-bottom: 1px solid #dddddd17;
}
.bottomft img {
    float: left;
}
.bottomft span {
    display: block;
    position: relative;
    margin: 0 0 0 70px;
    padding: 5px 0 0 0;
}
.bottomft span strong {
    display: block;
    color: #d2d2d2;
}
footer{
	background-color: #001b4a;
}
.footer-1{
	background-color: #4a4a4a;
    padding: 1rem;
    border-radius: 10px;
    height: auto;
	text-align: right;
}
.footer-1 .footer-logo{
	border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
	margin-bottom: 1rem;
	text-align: left;
}
.footer-1 .icon img{
	width: 9%;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.footer-2 p{
    color: #fff;
    font-weight: 300;
}
.footer-2 ul{
    list-style: none;
}
.footer-2 ul li{
    padding: 0;
}
.footer-2 ul li a{
    color: #929292;
    font-size: 14px;
}
.footer-2 ul li a:hover{
    color: #fff;
	text-decoration: none;
}
.footer-4 p{
    color: #fff;
    font-weight: 300;
}
.footer-4 ul{
    list-style: none;
	float: left;
	overflow: hidden;
}
.footer-4 ul li{
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}
.footer-4 ul li a{
    color: #929292;
    font-size: 14px;
}
.footer-4 ul li a i{
    font-size: 17px;
}
.footer-4 ul li a:hover{
    color: #fff;
	text-decoration: none;
}
.footer-4 .subscribe-form input {
    width: 75%;
    padding: 8px 18px;
    background: #001b4a;
    border: 1px solid #afafaf;
    color: #fff;
}
.footer-4 .subscribe-form input:focus {
   outline: none;
}
.footer-4 .subscribe-form button {
    background: #ff5e14;
    padding: 10px 12px 6px 12px;
    border: 1px solid #ff5e14;
    position: relative;
    top: 2px;
}
.footer-4 .subscribe-form button:focus {
    outline: none;
}
.footer-4 .subscribe-form button i {
    color: #fff;
}
.copyrights{
	background-color: #001b4a;
    color: #ababab;
    padding: 1rem 0;
    border-top: 1px solid #ffffff14;
}
.copyrights a{
    color: #ababab;
}
@media (min-width: 768px) and (max-width:991px) {
	.footer-2 ul li {
		width: 25%;
		float: left;
	}
}
@media (min-width: 576px) and (max-width:767px) {
	.topfooter .col-sm-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 280px) and (max-width:576px) {
	.topfooter .col-sm-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 280px) and (max-width:767px) {
	.footer-2 ul li {
		width: 50%;
		float: left;
	}
}
/*--footer end--*/
/*--Live Chat start--*/
#livechat{
	display: block;
    position: fixed;
    z-index: 999999;
    right: 0;
    bottom: 10px;
    color: #fff;
    background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    border-radius: 5px 0 0 5px;
    transition: 0.3s ease;
    height: 5rem;
    width: 5rem;
    padding: 0.3rem;
    font-size: 14px;
    line-height: 1.3rem;
    text-align: center;
}
#livechat .live-hide i.fa{
    font-size: 25px;
}
#livechat .live-hide:before{
    content: '';
    background: #293d94;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -5px;
    top: -5px;
    transform: rotate(45deg);
}
#livechat .live-hide:after{
    content: '';
    background: #1080c9;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    transform: rotate(45deg);
}
#livechat:hover{
    box-shadow: 0 1px 2px #fff;
}
/*--Live Chat end--*/
/*--go to top start--*/
#back-to-top{
	cursor: pointer;
    position: fixed;
    bottom: 6rem;
    border-radius: 50%;
    line-height: 35px;
    right: 1.3rem;
    font-size: 22px;
    z-index: 9999;
    display: none;
    transition: 0.3s ease;
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
}
#back-to-top:hover{
    box-shadow: 0 1px 0 #fff;
}
/*--go to top end--*/
/*--index banner--*/
.index-banner-image{
	background: linear-gradient(
28deg
, rgb(0 173 238) 0%, rgb(43 56 143 / 32%) 100%), url(../../dit/img/index/index-banner.webp) center center no-repeat;
    position: relative;
    background-size: cover;
}
.index-banner{
	background: url(../../dit/img/index/index-banner.svg) top center no-repeat;
    position: relative;
    background-size: cover;
	min-height: 15rem;
}
.index-banner-head{
	font-size: 50px;
    line-height: 1.1em;
    margin: 0px 0px 26px 0px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
	animation-name: moveInleft;
    animation-duration: 3s;
}
@keyframes moveInleft {
    0% {
        opacity: 1;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
.index-banner-tagline{
	font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
	margin-bottom: 2.5rem;
}
.index-banner-btn{
	padding: 17px 30px 17px 30px;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
	color: #1969b7;
    font-size: 18px;
}
.index-banner-btn:hover{
	text-decoration: none;
	-webkit-box-shadow: 0 10px 25px rgb(149 180 207 / 43%);
    box-shadow: 0 10px 25px rgb(149 180 207 / 43%);
}
.banner-search {
	top: 1.5rem;
}
.banner-search .form-control {
	background: #fff;
	box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
	padding: 1rem 8rem 1rem 1rem;
	width: 100%;
	color: #3c4858 !important;
	border: none;
	outline: none !important;
	border-radius: 5rem !important;
}
.banner-search .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}
.banner-search .input-group-btn {
	position: absolute;
	right: 0;
	z-index: 9;
}
.banner-search .btn-pro-search {
	background-color: #253b92;
	color: #ffffff;
	top: 9px;
	right: 10px;
	outline: none !important;
	border-radius: 2rem;
	position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #253b92;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.typewrite{
	color: #fff;
}
.typewrite:hover{
	color: #fff;
	text-decoration: none;
}
.typewrite > .wrap{
	border-right: 0 !important;
}
@media (min-width: 280px) and (max-width:767px) {
	.index-banner .pt-5 {
		padding-top: 1rem !important;
	}
	.index-banner .py-5 {
		padding: 1rem 0 !important;
	}
}
/*--index banner--*/
/*--index-choose product start--*/
.index-choose{
	padding: 7rem 0 2rem 0;
}
.index-choose .index-choose-banner{
	background: linear-gradient( 28deg , rgb(0 173 238 / 98%) 0%, rgb(43 56 143 / 90%) 100%), url(../../dit/img/index/index-banner.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
	color: #fff;
    padding: 14rem 2rem;
	border-radius: 5px;
}
.index-choose .index-choose-banner .heading{
	line-height: 40px;
}
.index-choose .index-choose-banner .index-choose-btn{
	color: #1969b7;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
	text-decoration: none;
}
.index-choose .index-choose-part{
	padding: 2rem;
	margin-bottom: 2rem;
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 0 5px #ddd;
	min-height: 20rem;
	text-align: center;
}
.index-choose .index-choose-part .index-choose-number img{
	width: 60px;
    height: 60px;
}
.index-choose .index-choose-part .index-choose-head{
	font-size: 24px;
    font-weight: 600;
    color: #333333;
}
.index-choose-part:after {
    content: "";
    height: 5px;
    background: linear-gradient(45deg, #168bcf, #3058a2);
    width: 93%;
    position: absolute;
    z-index: 10;
    bottom: 32px;
    left: 15px;
    float: right;
}
/*--index-choose product end--*/
/*--services start--*/
.services {
	padding: 4rem 0;
}
.services #servicetab{
	border: 1px solid #ddd;
}
.services .nav-link{
	background-color: #fff;
    color: #003164;
    border-left: 1px solid #ddd;
    border-radius: 0;
    padding: 1rem;
}
.services .nav-link.active{
	border-radius: 0;
    color: #ffffff;
    padding: 1rem;
    background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
}
.services .tab-content{
	margin-top: 2rem;
}
.services .point-s{
	padding: 2rem;
    background: #fff;
    border: 1px solid #ddd;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	min-height: 13.3rem;
	margin-bottom: 1rem;
}
.services .point-s:hover{
	box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2);
}
.services .point-s .point-head{
	font-size: 22px;
    font-weight: 600;
    color: #333333;
}
.services .point-s .btn-read{
    color: #151f61;
}
@media (min-width: 280px) and (max-width:767px) {
	.services #servicetab{
		display: none;
	}
	.services .tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}
	.services .py-2 {
		padding: 0 0 !important;
	}
	.services .pb-4 {
		padding-bottom: 0 !important;
	}
	.services .point-s {
		margin-bottom: 1rem;
	}
}
/*--services end--*/
/*--index blog and news--*/
.index-blog{
	padding: 5rem 0;
}
.index-blog #blog-testimonial{
    border-radius: 0.5rem;
    padding: 0 2rem;
    color: #272727;
}
.index-blog #blog-testimonial .blog-review{
	border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 2rem 1rem;
	margin-top: -5rem;
	box-shadow: 0 1px 10px #e6e6e6;
}
.index-blog #blog-testimonial .blog-img{
	height: 180px;
    background-size: cover !important;
}
.index-blog #blog-testimonial .blog-head a{
	font-size: 22px;
    font-weight: 600;
    color: #272727;
}
.index-blog #blog-testimonial .blog-head a:hover{
	text-decoration: none;
}
.index-blog #blog-testimonial .blog-btn a{
	font-size: 18px;
    color: #272727;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
	transition: 0.3s ease;
	box-shadow: 0 1px 10px #e6e6e6;
}
.index-blog #blog-testimonial .blog-btn a:hover{
	text-decoration: none;
	box-shadow: 0 1px 10px #b1b1b1;
}
.index-blog #blog-testimonial .owl-dot{
	display: none;
}
.index-blog #blog-testimonial .owl-nav.disabled{
	display: block;
	padding: 1rem;
}
.index-blog #blog-testimonial .owl-nav.disabled .owl-prev{
	background: #fff;
    color: #3c3c3c;
    font-size: 24px;
    padding: 0 10px;
	outline: none;
	box-shadow: 0 1px 10px #e6e6e6;
}
.index-blog #blog-testimonial .owl-nav.disabled .owl-next{
	background: #fff;
    color: #3c3c3c;
    font-size: 24px;
    padding: 0 10px;
	outline: none;
	box-shadow: 0 1px 10px #e6e6e6;
}
.index-blog .news-part{
	border-left: 4px solid #2055a6 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 1rem 4rem 1rem 1rem;
    margin: 0 3rem 2rem 0;
    border: 1px solid #dddddd80;
}
.index-blog .news-part .news-head a{
	font-size: 22px;
    font-weight: 600;
    color: #424242;
}
.index-blog .news-part .news-head a:hover{
	text-decoration: none;
}
.index-blog .news-part.box-count-1::before, .index-blog .news-part.box-count-2::before, .index-blog .news-part.box-count-3::before {
    position: absolute;
    right: 4.5rem;
    text-shadow: 2px 2px 7px #ddd;
    opacity: .08;
    font-size: 6rem;
    font-family: merriweather,serif;
    font-weight: 700;
    color: #1e1e1e;
    margin-top: 2rem;
}
.index-blog .news-part.box-count-1::before {
    content: "1";
}
.index-blog .news-part.box-count-2::before {
    content: "2";
}
.index-blog .news-part.box-count-3::before {
    content: "3";
}
.index-blog .news-btn a{
	font-size: 18px;
    color: #272727;
    background: #fff;
    padding: 1rem 2rem;
    border: 1px solid #255baa;
    transition: 0.3s ease;
    box-shadow: 0 1px 10px #e6e6e6;
}
.index-blog .news-btn a:hover{
	text-decoration: none;
	box-shadow: 0 1px 10px #b1b1b1;
}
/*--index blog and news--*/
/*--index soltutions start--*/
.index-solution{
	padding-bottom: 4rem;
}
.index-solution .index-solution-image img{
	box-shadow: 0 0 10px #6d6d6d75;
    border-radius: 50%;
}
.index-solution .index-solution-right .index-solution-right-head{
	font-size: 25px;
    padding: 8px 0;
    margin: 0 0 5px;
    font-weight: 700;
    color: #003164;
}
.index-solution .index-solution-right .index-solution-right-icons img{
	width: 100px;
    padding: 1rem;
}
.index-solution .index-solution-right .index-solution-details{
    padding: 1rem 0;
    margin: 1rem 0;
    border-left: 4px solid #2055a6 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px solid #dddddd80;
	background: #fff;
}
@media (min-width: 280px) and (max-width:767px) {
	.index-solution .index-solution-right .index-solution-right-icons{
		text-align: left !important;
	}
}
/*--index soltutions end--*/
/*--index testimonial--*/
.review{
	cursor: e-resize;
}
.review .client-text{
	font-style: italic;
	font-size: 20px;
}
.review .client-text .fa-quote-left:before{
	font-size: 2rem;
}
.review .user-name{
	color: #4a5e84;
	font-size: 20px;
}
.review .client-star{
	color: #f17425;
}
#owl-testimonial .owl-dots{
	display: none !important;
}
#owl-testimonial .owl-nav.disabled{
	display: block !important;
	position: relative;
    bottom: 10rem;
}
#owl-testimonial .owl-nav.disabled .owl-prev{
	float: left;
	position: relative;
    left: -2rem;    
	font-size: 2rem;
    color: #b3b3b3;
	background: transparent;
    outline: none;
}
#owl-testimonial .owl-nav.disabled .owl-next{
	float: right;
	position: relative;
    right: -2rem;    
	font-size: 2rem;
    color: #b3b3b3;
	background: transparent;
    outline: none;
}
@media (min-width: 280px) and (max-width:767px) {
	#owl-testimonial .owl-nav.disabled .owl-prev{
		left: 0;
	}
	#owl-testimonial .owl-nav.disabled .owl-next{
		right: 0;
	}
}
/*--index testimonial--*/

/*--index clients start--*/
.index-client{
	background: linear-gradient( 28deg , rgb(0 173 238 / 90%) 0%, rgb(43 56 143 / 50%) 100%), url(../../dit/img/index/bg41.webp) center center no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;    
	padding: 5rem 0;
}
.index-client .strip{
	text-align: center;
}
.index-client .logo-strip{
	text-align: center;
	background: #fff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    width: 100%;
}
.index-client .logo-strip img{
	padding: 15%;
	filter: grayscale(100%);
}
.index-client .logo-strip img:hover{
	filter: none;
}
.index-client .text-strip {
	padding-top: 3rem;
}
.index-client .text-strip:before {
    content: '';
    position: absolute;
    bottom: 31%;
    left: 50.2%;
    height: 40px;
    width: 2px;
    transform: translateX(-50%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #ffffff
}
.index-client .text-strip:after {
    content: '';
    position: absolute;
    bottom: 26%;
    left: 50.3%;
    height: 12px;
    border-radius: 50%;
    width: 12px;
    transform: translateX(-50%);
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.index-client .text-strip p {
	padding-top: 20px;
    color: #fff;
    font-size: 20px;
}
@media (min-width: 768px) and (max-width:1253px) {
	.index-client .text-strip:before {
		bottom: 51%;
	}
	.index-client .text-strip:after {
		bottom: 46%;
	}	
}
@media (min-width: 280px) and (max-width:767px) {
	.index-client .text-strip:before {
		display: none;
	}
	.index-client .text-strip:after {
		display: none;
	}
	.index-client .text-strip {
		padding-top: 1rem;
	}
	.index-client .logo-strip img {
		padding: 2%;	
	}
	.index-client .text-strip p {
		display: none;
	}
}
/*--index clients end--*/
/*--breadcrumb start--*/
.breadcrumb{
	padding: 4px 0;
	margin: 0;
	background: transparent;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
	content: ">";
}
.breadcrumb.main{
	background: transparent;
    position: absolute;
    z-index: 2;
	width: 100%;
	padding: 0;
    border-bottom: 1px solid #ffffff14;
}
.breadcrumb.main .breadcrumb-item a{
	color: #fff;
	font-family: "Nunito", sans-serif !important;
}
.breadcrumb.main .breadcrumb-item a:hover{
	color: #fff;
	text-decoration: none;
}
/*--breadcrumb end--*/
/*--product-banner start--*/
.product-banner{
	background: url(../../dit/img/product-page/product-banner.svg) top center no-repeat;
    position: relative;
    background-size: cover;
	color: #fff;
	padding: 4rem 0;
	min-height: 43rem;
}
.product-banner .product-left-side .head{
	text-transform: capitalize;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
	line-height: 40px;
}
.product-banner .product-left-side .head span{
	text-transform: capitalize;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.product-banner .product-left-side .head-desc{
	font-size: 20px;
}
.product-banner .product-left-side .rating{
	padding-bottom: 1rem;
    color: #ffcd71;
}
.product-banner .product-left-side .rating-txt{
	color: #fff;
}
.product-banner .mac-window-btn .windows,.mac{
	color: #fff;
    font-size: 25px;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    margin: 0 10px;
	transition: 0.5s ease;
}
.product-banner .mac-window-btn .windows:hover,.mac:hover{
    text-decoration: none;
	color: #fff;
}
.mac-window-btn .radio_checked {
  border-bottom: 2px solid #fff !important;
  padding-bottom: 5px !important;
}
.mac-window-btn input[type=radio]{display:none}
.product-banner .mac-window-btn .windows.active,.mac.active{
    border-bottom: 2px solid #fff;
}
.product-banner .main-btn .download-btn,.buynow-btn{
    font-size: 18px;
    border: 1px solid #0c82ff;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    margin: 20px 5px 5px 5px;
    font-weight: 700;
    background: #0c82ff;
    float: left;
    text-align: center;
    border-radius: 3px;
    min-width: 210px;
    height: 49px;
    transition: all .3s;
}
.product-banner .main-btn .buynow-btn{
    color: #062f81;
    background: #fff;
}
.product-banner .main-btn .download-btn:hover,.buynow-btn:hover{
    text-decoration: none;
	-webkit-box-shadow: 0 10px 25px rgb(149 180 207 / 43%);
    box-shadow: 0 10px 25px rgb(149 180 207 / 43%);
}
.product-banner .product-right-side{
    text-align: center;
	padding-top: 2rem;
}
.product-banner .product-right-side .banner-support-icon a{
	box-shadow: 0 .1rem 0.2rem rgba(0,0,0,.1)!important;
	color: #062f81;
    background: #fff;
	border: 1px solid #dddddd8a;
}
@media (min-width: 768px) and (max-width:991px) {
	.product-banner .mac-window-btn .windows, .mac {
		padding-bottom: 5px !important;
		padding: 0 10px;
		margin: 0;
		transition: 0.5s ease;
		background: linear-gradient( 28deg , rgb(28 96 176) 0%, rgb(34 82 164) 100%);
	}
}
/*--product-banner end--*/
/*--sticky top start--*/
#proBar	{
	text-align: center;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	display: none !important;
}
#proBar.sticky {
    display: block !important;
}
#proBar	a{
	color: #151f61;
	padding: 0 1rem;
}
#proBar	a:hover{
	text-decoration: none;
}
#proBar	.dbtn{
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
	color: #fff;
    padding: 10px 8px;
}
#proBar	.pbtn{
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
	color: #fff;
    padding: 10px 8px;
}
@media (min-width: 552px) and (max-width:767px) {
	#proBar a {
		color: #151f61;
		padding: 0 5px;
		font-size: 12px;
	}
}
@media (min-width: 280px) and (max-width:551px) {
	#proBar a {
		padding: 0 5px;
		font-size: 12px;
	}
	#proBar a span{
		display: none;
	}
}
/*--sticky top end--*/
/*--video modal start--*/
.modal-close{
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    color: #fff;
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    left: -15px;
    top: -23px;
    z-index: 99;
}
.modal-close:hover{
	background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    color: #fff;
    opacity: 1;
}
.modal-close:focus{
	outline: none;
}
.screenshots-container { position: relative; height: 100% !important; padding-top: 2rem; overflow: hidden; border: 5px solid #ffffffa6; border-radius: 3px; background: #fff;}
.video-container { position: relative; height: 100% !important; overflow: hidden; border: 5px solid #ffffffa6; border-radius: 3px; background: #111011;}
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; }
.video-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.video-player .play {
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    cursor: pointer;
}
.video-player .play:before {
    content: "\f144";
	font: normal normal normal 14px/1 FontAwesome;
	color: #dc3545!important;
	font-size: 50px;
	background: #fff;
    border-radius: 50%;
    padding: 0 3px;
}
.screenshots-container #carouselExampleIndicators .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: none;
    border-radius: 20px;
    background-size: 100% 100%;
}
.screenshots-container #carouselExampleIndicators .carousel-control-next-icon:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    position: relative;
    left: 0;
    top: 0;
    color: #0072c3;
}
.screenshots-container #carouselExampleIndicators .carousel-control-prev-icon:before {
    content: "\f100";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    position: relative;
    left: 0;
    top: 0;
    color: #0072c3;
}
/*--video modal end--*/
/*--features point start--*/
.features {
    padding: 4rem 0 0 0;
	position: relative;
    top: -4rem;
}
.features .heading span {
	font-size: 25px;
    color: #24499d;
}
.features .features-progress .progress {
    width: 90%;
}
.features .features-progress .fprog-name {
    font-size: 18px;
}
.features .features-progress .fprog-percentage {
	font-size: 18px;
    position: absolute;
    right: 12%;
    color: #234ea1;
}
.features .list-point li {
	list-style: none;
    display: flex;
	line-height: 30px;
    border-radius: 5px;
    margin: 10px 15px;
}
.features .list-point li strong {
	display: contents;
}
.features .list-point li:before {
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f144";
	margin-top: 5px;
	padding-right: 10px;
    color: #0c9bde;
    font-size: 20px;
}
/*--features point end--*/
/*--why choose start--*/
.why-choose {
    padding-bottom: 2rem;
}
.why-choose .media{
	background: #fff;
	-webkit-box-shadow:  0 10px 25px rgb(149 180 207 / 43%);
	box-shadow: 0 10px 25px rgb(149 180 207 / 43%);
	padding: 1.5rem 1rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin: 1rem;
	border-top: 2px solid #0073ec;
    border-radius: 3px;
	min-height: 25rem;
	display: block;
}
.why-choose .media:hover{
	-webkit-box-shadow: 0 10px 25px rgb(149 180 207 / 13%);
	box-shadow: 0 10px 25px rgb(149 180 207 / 13%);
}
.why-choose .media p a.btn{
	position: absolute;
    bottom: 10%;
    right: 39%;
}
/*--solutions start--*/
.solutions {
	padding: 2rem 0;
}
.solutions .icons-part{
	box-shadow: 0 .1rem 0.5rem rgba(0,0,0,.1)!important;
    border-radius: 3px;
    padding: 0.5rem;
    margin: 0.5rem;
    min-height: 100%;
}
.solutions .icons-part:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	background: #f5fcff !important;
}
.solutions .icons-part p{
	margin-bottom: 0;
	font-weight: 700;
}
.solutions .col-md-12 p.h5{
	font-weight: 600;
    font-size: 25px;
}
.solutions .row .col-md-12 .row .col-md-2{
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    margin: 0;
    padding: 0;
}
@media (min-width: 280px) and (max-width:767px) {
    .solutions .row .col-md-12 .row .col-md-2{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/*--solutions end--*/
/*--key-features start--*/
/*
.key-features .key-features-point{
	box-shadow: 0 .1rem 1rem rgba(0,0,0,.1)!important;
    border-radius: 3px;
    padding: 1rem;
    margin: 1rem;
    min-height: 13rem;
    background: #fff;
}
.key-features .key-features-point:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
*/
.key-features div.py-5{
    padding-bottom:1rem !important;
}
.key-features .key-features-point .card-title{
    font-weight: 700;
    font-size: 22px;
}
.key-features .key-features-point:hover .card-title{
    color: #059ee2;
}
.key-features .key-features-point:hover img{
    -webkit-filter: contrast(1);
    filter: contrast(1);
}
.key-features .key-features-point img{
	padding-top: 1.25rem;
	-webkit-filter: contrast(0%);
    filter: contrast(0%);
}
@media (min-width: 280px) and (max-width:767px) {
	.key-features .key-features-point{
		text-align: center;
	}
}
/*--key-features end--*/
/*--specification start--*/
.spec{
	padding: 4rem 0;
}
.spec .head{
	font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 23px;
}
.spec .sub-head{
	font-size: 18px;
    font-weight: 700;
}
.spec .spec-box{
	width: 50%;
    text-align: center;
}
.spec .requirement-icon i,.d-guides-icon i,.trial-icon i,.faq-icon i{
	font-size: 45px;
	color: #6b6b6b;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 1rem;
}
.spec .faq-p .card{
	margin: 0 0 5px 0;
    border: 0;
    background: transparent;
}
.spec .faq-p .card .card-header{
	background: transparent;
    border: 0;
    padding: 5px;
}
.spec .faq-p .card .card-header button{
	border: 0;
    background: transparent;
	outline: 0;
}
.spec .faq-p .card .card-body{
	padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media (min-width: 280px) and (max-width:767px) {
	.spec {
		text-align: center;
	}
	.spec .faq-p{
		text-align: left;
	}
	
}
/*--specification end--*/
/*--comparision table start--*/
.comparision-table{
	padding: 2rem 0;
}
.comparision-table .table-head{
	    background: linear-gradient(28deg, rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    color: #ffffff;
}
/*--comparision table end--*/
/*--faq start--*/
.faq{
	padding: 2rem 0 0 0;
}
.faq .question p.h5{
	font-weight: 600;
}
/*--faq end--*/
/*--related p start--*/
.related-p .p-part{
    text-align: center;
    border: 1px solid #dddddd70;
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
}
.related-p .p-part:hover{
    background: #f3f9ff;
}
.related-p .p-part a{
    color: #343a40;
    text-decoration: none;
}
.related-p .p-part a:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
    position: relative;
    top: 2px;
    transition: ease 0.5s;
}
.related-p .p-part a:hover:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    position: relative;
    top: 2px;
    transition: ease 0.5s;
}
.related-p{
    padding-top: 0 !important;
}
.related-p .container-fluid{
    width: 98%;
}
.related-p .p-part img{
    max-width: 60%;
}
.related-p .p-part p.h5{
    padding-top: 1rem;
}
/*--related p end--*/
/*--buynow breadcrumb start--*/
.breadcrumb.buy-breadcrumb{
	background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
}
/*--buynow breadcrumb end--*/
/*--buynow why choose start--*/
.why-purchase{
	padding-top: 3rem;
}
.why-purchase .buy-list-point{
	list-style: none;
}
.why-purchase .buy-list-point li{
	float: left;
    width: 30%;
}
.why-purchase .buy-list-point li .fa{
	color: #1672be;
}
.why-purchase .notes{
	display: inline-block;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #0000000d;
    padding: 1rem 0.5rem;
    margin: 1rem 0;
}
.why-purchase .notes .note-head{
	font-size: 20px;
    font-weight: 600;
	color: #312f30;
}
@media (min-width: 768px) and (max-width:991px) {
	.why-purchase .buy-list-point li {
		width: 50%;
	}
}
@media (min-width: 280px) and (max-width:767px) {
	.why-purchase .buy-list-point li {
		width: 100%;
	}
}
/*--buynow why choose end--*/
/*--buynow price start--*/
.price{
	position: relative;
    top: -7rem;
}
.price .price-part{
	box-shadow: 0 0 10px 0 #00000012;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    padding: 2rem 2rem 3rem 2rem;
	background: #fff;
	min-height: 20rem;
}
.price .price-part .top-lic{
	position: absolute;
    right: 1px;
    top: 0.5rem;
    background: #FFB000;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 30px 0 0 30px;
}
.price .price-part .price-name{
    color: #333;
	font-weight: 700;
    text-align: center;
    font-size: 22px;
    padding: 0.5rem;
    border-radius: 5px;
}
.price .price-part .price-rate{
	font-size: 52px;
    font-weight: 600;
    text-align: center;
	padding: 1rem 0 2rem 0;
    margin: 0;
}
.price .price-part .price-rate span{
	font-size: 30px;
}
.price .price-btn a{
	background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
	box-shadow: 0 0 0 1px #ffffff;
}
.price .price-btn a:hover{
	box-shadow: 0 0 10px 0 #176eba7a;
    color: #fff;
}
.price .price-btn button{
	background: linear-gradient( 28deg , rgba(0,173,238,1) 0%, rgba(43,56,143,1) 100%);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 40px;
    border: 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
	box-shadow: 0 0 0 1px #ffffff;
	outline: 0;
}
.price .price-btn button:hover{
	box-shadow: 0 0 10px 0 #176eba7a;
    color: #fff;
    cursor: pointer;
}
.price .price-part-gradient{
	background: linear-gradient( 180deg , rgb(42 59 145) 0%, rgb(21 116 192) 100%);
	border-bottom: 0;
}
.price .price-part-gradient{
	color: #fff;
}
.price .price-part-gradient .price-name{
	color: #fff;
}
@media (min-width: 1401px) and (max-width:1920px) {
	.price {
		position: relative;
		top: -9rem;
	}
}
@media (min-width: 1201px) and (max-width:1400px) {
	.price {
		position: relative;
		top: -5rem;
	}
}
@media (min-width: 992px) and (max-width:1200px) {
	.price {
		position: relative;
		top: 0;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.price {
		position: relative;
		top: 0;
	}
	.price .price-part .price-name{
		min-height: 7rem;
	}
}
@media (min-width: 280px) and (max-width:767px) {
	.price {
		position: relative;
		top: 0;
	}
	.why-purchase .col-md-3.text-center img{
		padding-top: 2rem;
	}
}
/*--buynow price end--*/
/*--buynow table start--*/
.buy-page-table{
	position: relative;
    top: -7rem;
}
.buy-page-table .table-head{
	background: #1573bf;
    color: #fff;
}
.buy-page-table .center-col{
	border-color: #0b8fd5;
	background: #e8f5ff;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.table-hover tbody tr:hover .center-col{
    background: transparent;
}
@media (min-width: 1401px) and (max-width:1920px) {
	.buy-page-table {
		position: relative;
		top: -9rem;
	}
}
@media (min-width: 1201px) and (max-width:1400px) {
	.buy-page-table {
		position: relative;
		top: -5rem;
	}
}
@media (min-width: 992px) and (max-width:1200px) {
	.buy-page-table {
		position: relative;
		top: 0;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.buy-page-table {
		position: relative;
		top: 0;
	}
}
@media (min-width: 280px) and (max-width:767px) {
	.buy-page-table {
		position: relative;
		top: 0;
	}
	.buy-page-table .row{
		display: table;
		margin: 0;
		width: 100%;
	}
	.buy-page-table .row td, .row th{
		width: 25% !important;
		vertical-align: top !important;
	}
	.buy-page-table .center-col {
		border-left: 2px solid #0b8fd5 !important;
		border-right: 2px solid #0b8fd5 !important;
	}
}
@media (min-width: 280px) and (max-width:575px) {
	.buy-page-table {
		font-size: 7px;
		line-height: 15px;
	}
}
/*--buynow table end--*/
/*--buy faq start--*/
.buy-faq{
	padding-bottom: 4rem;
    position: relative;
    top: -2rem;
}
.buy-faq .card{
	margin: 0 0 5px 0;
	border-left: 2px solid #0899de;
}
.buy-faq .card .card-header{
	background: #fff;
	padding: 5px 10px;
}
.buy-faq .card .card-header button{
	border: 0;
    background: transparent;
	outline: 0;
	margin-left: 20px;
    font-size: 18px;
    width: 100%;
}
.buy-faq .card .card-header button:after {
	content: 'Q. ';
    position: absolute;
    left: 0;
    top: 5px;
    margin-left: 10px;
}
.buy-faq .card .card-header button:before {
	content: '\f056';
	font-size: 20px;
	padding: 0 8px 0 0
}
.buy-faq .card .card-header button:before {
	font-family: FontAwesome;
	position: absolute;
    right: 0;
    color: #0e8ad1;
}
.buy-faq .card .card-header button.collapsed:before {
	content: '\f055'
}
@media (min-width: 280px) and (max-width:1200px) {
	.buy-faq{
		position: relative;
		top: 2rem;
	}
}
/*--buy faq start--*/
/*--buynow strip start--*/
.buy-strip{
	padding: 2rem;
    border-bottom: 2px solid #e2f2fb;
    background-color: #f3f9fd;
    border-radius: 1rem;
    margin-bottom: 3rem;
}
.buy-strip .strip-h{
    max-width: inherit;
    margin-right: 5%;
	margin: 0px;
    font-size: 20px;
    color: #1aa0fa;
    display: inline-block;
    vertical-align: middle;
    width: 20% !important;
}
.buy-strip .strip-h strong{
    display: block;
    color: #1a296c;
    font-size: 17px;
    font-weight: normal;
}
.buy-strip .buy-sprite {
    width: 80%;
    float: right;
	display: inline-block;
    font-size: 16px;
}
.buy-strip .buy-sprite li{
	list-style: none;
	width: 25%;
    float: left;
}
.buy-strip .buy-sprite li i{
	width: 25%;
    float: left;
    font-size: 2rem;
    color: #1aa0fa;
}
.buy-strip .buy-sprite li label{
	width: 75%;
	font-size: 14px;
}
.buy-strip .buy-sprite li label b{
	font-size: 16px;
}
@media (min-width: 280px) and (max-width:767px) {
	.buy-strip .strip-h {
		width: 100% !important;
		padding-bottom: 2rem;
	}
	.buy-strip .buy-sprite {
		width: 100%;
		float: none;
	}
	.buy-strip .buy-sprite li {
		width: 100%;
	}
}
/*--buynow strip end--*/
/*--how it works start--*/
.software-working .step{
	padding: 1rem 0;
	border-bottom: 1px solid #ddd;
}
.software-working .step .col-md-6.col-xs-6 span{
	border: 1px solid #ddd;
    padding: 0.5rem 1rem;
}
.software-working .step .col-md-6.col-xs-6 a i{
	border: 1px solid #ddd;
    padding: 0.5rem 1rem;
	margin: 0 1px;
	color: #6f6f6f;
}
.software-working .step img{
	padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
/*--how it works end--*/