body{
    font-family: 'Poppins', sans-serif;
}

.newbanner{
    background: #00566E;
    padding: 0;
}
.newbanner-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
}
.newbanner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 15px 0;
}

.newbanner h6 {
    font-size: 14px;
    color: #00C8FF;
}

.newbanner p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}
.newbanner p span {
    color: #00C8FF;
}
.action-btn{
    margin-top: 15px;
}
.findout-sec{
    background: #00566E;
    padding: 20px 0 40px;
}

.pro-features{
    padding: 50px 0;
}
.pro-features h4{
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.pro-features h6{
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #484848;
}
.profeaturesSwiper .swiper-slide {
    text-align: center;
}

.profeaturesSwiper .swiper-slide i {
    width: 80px;
    height: 80px;
    display: inline-flex;
    background: transparent;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 40px !important;
    color: #484848;
}
.profeaturesSwiper .swiper-slide-active i {
    background: #00C8FF;
    color: #fff;
}
.pro-features .profeaturesSwiper {
    padding: 40px 0 50px;
}
.profeaturesSwiper .swiper-slide span {
    font-size: 13px;
    line-height: 16px;
    display: block;
    color: rgba(0,0,0,0.3);
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.profeaturesSwiper .swiper-slide-active span {
    color: rgba(0,0,0,0.9);
}

.pro-features .action-btn{
    text-align: center;
}
.rounded-btn {
    border-radius: 30px !important;
    min-width: 130px !important;
}

.pro-remote {
    background: #f9f9f9;
    padding: 50px 0;
}

.pro-remote h4 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

.pro-remote p {
    text-align: center;
    color: #8A8A8A;
}

.divider {
    text-align: center;
    display: block;
}

.divider span {
    display: inline-block;
    height: 6px;
    width: 150px;
    background: #000;
    border-radius: 15px;
}
.pro-remote-box {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    min-height: 270px;
    margin-top: 30px;
}

.pro-remote-box-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.pro-remote-box-header span {
    min-width: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    min-height: 50px;
}

.pro-remote-box-header h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 5px;
}

.pro-remote-box p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}

.pro-remote-box:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.pro-remote-box:hover h5 {
    color: #00C8FF;
}

.pro-remote-box:hover .pro-remote-box-header span {
    background: #00C8FF;
    border-color: #00C8FF;
}
.pro-remote-box:hover .pro-remote-box-header span svg path{
    fill: #fff;
}

.pro-remote-box:hover #Path_115, .pro-remote-box:hover #Path_116{
    stroke: #fff;
    fill: none;
}

.pro-remote-box:hover #Path_117, .pro-remote-box:hover #Path_118{
    stroke: #fff;
    fill: none;
}


.howit-work{
    padding: 50px 0;
}

.howit-work h4 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

.howit-work p {
    text-align: center;
    color: #8A8A8A;
}

.howit-work ul li {
    text-align: left;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 17px;
}

.howit-work ul li p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}

.howit-work ul li h5 {
    font-size: 18px;
    font-weight: 600;
}

.howit-work ul li span {
    min-width: 100px;
    height: 100px;
    width: 100px;
    display: inline-block;
    background: #00C8FF;
    margin-right: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listcon p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.howit-work ul li:hover{
    background: #00566E;
}
.howit-work ul li:hover h5{
    color: #fff;
}
.howit-work .action-btn{
    text-align: center;
}
.howit-work-list {
    margin: 30px 0;
}

.favorite-device{
    background: #00566E;
    padding: 50px 0;
}
.favorite-device h4 {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
}

.favorite-device p {
    text-align: center;
    color: rgba(255,255,255,0.8);
}
.favorite-device-box {
    padding: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 30px;
    min-height: 232px;
    margin-top: 30px;
}

.favorite-device-box ul li {
    font-size: 14px;
    padding: 4px 0;
    margin: 0;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
}

.favorite-device-box ul li i{
    color: #2bdb16;
    margin-right: 5px;
}

.favorite-device-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.favorite-device-box-header span {
    min-width: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    min-height: 70px;
}

.favorite-device-box-header h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    margin: 0;
}

.testimonials-sec {
    padding: 40px 0;
    position: relative;
	background: #f2f2f2;
}
.testimonials-sec h4{
	text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
}
.testimonials-sec .testimonialsSwiper {
    padding-bottom: 50px;
}
.pagination-bottom span {
    background: #000;
}
.testimonials-box {
    border-radius: 20px;
    background: #00566E;
    text-align: center;
    padding: 30px;
    margin-top: 40px;
}

.testimonials-box p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
} 

.testimonials-box span img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.testimonials-box h6 {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-box h6 span {
    background: #00566E;
    font-family: 'Passions Conflict', cursive;
    text-transform: capitalize;
    font-size: 40px;
    position: absolute;
    top: 0;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 0 15px;
	color:#fff;
}


section.blogsection {
    padding: 50px 0;
}

section.blogsection h4 {
    text-align: center;
}
.blogbox{
    margin-top: 30px;
}
.blogsection h4{
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
.blogbox span {
    font-size: 12px;
}

.blogbox h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.blogbox p {
    font-size: 14px;
    line-height: 24px;
    color: #8a8a8a;
    margin: 0;
    font-weight: 300;
}

.blogbox a {
    font-size: 12px;
    color: #000;
}
.blogbox a.readmore-btn {
    font-size: 14px;
}
section.tracking-box-sec {
    padding: 50px 0;
    background: #f9f9f9;
}

section.tracking-box-sec h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

section.tracking-box-sec p {
    text-align: center;
    color: #8a8a8a;
    font-size: 14px;
}

.tracking-box {
    text-align: center;
}

.tracking-box h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.tracking-box-sec .action-btn{
    text-align: center;
}
.faqsec {
    padding: 50px 0;
}

.faqsec h4 {
    text-align: center;
}

.faqsec p {
    text-align: center;
}
.faqsec .collapse.show {
    display: block;
}

.faqsec .collapse {
    padding: 20px 0;
}
.faqbox .card {
    margin: 0;
    border: none;
    background: transparent;
}

.faqbox .card .card-header {
    padding: 0;
    background: #fff;
}

.faqbox .card .card-header button {
    padding: 15px 0;
    background: #fff;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
}

.findout-box {
    display: flex;
    align-items: center;
	margin-top:30px;
}

.findout-box p {
    margin: 0;
    line-height: 18px;
    color: #fff;
	font-size: 13px;
}

.findout-box span {
    width: 50px;
    display: inline-flex;
    height: 50px;
    min-width: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #fff;
    padding: 10px;
	font-size: 22px;
	color:#fff;
}
.findout-sec h3 {
    text-transform: capitalize;
}

.findout-sec h5 {
    text-transform: capitalize;
    color: #fff;
}
.whychoose-box h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
	min-height: 50px;
}

.whychoose-box {
    padding: 30px;
    background: #f9f9f9;
    margin-top: 15px;
	text-align:center;
}
.whychoose-box span {
    display: inline-flex;
    font-size: 32px;
    width: 80px;
    height: 80px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}
h6.clickhere {
    margin-top: 25px;
	color:#fff;
	background: linear-gradient(90deg,#00c8ff 0,rgba(0,200,255,.41) 100.43%);
    border-radius: 6px 0 0 6px;
    -webkit-clip-path: polygon(0 0,100% 0,95% 50%,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,95% 50%,100% 100%,0 100%);
	padding: 12px 32px 12px 12px;
    display: inline-block;
}
h6.clickhere a {
    padding: 0 6px;
    color: #fff;
	text-decoration:underline;
}

.header-top{
	background:#00566E;
}
.social_icon_head {
    display: flex;
    align-items: center;
}

.social_icon_head p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
}

.social-icon-top {
    display: flex;
    align-items: center;
}

.social-icon-top a {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: #fff;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: #000;
    min-height: 20px;
    min-width: 20px;
}
.header-top-right {
    display: flex;
    align-items: center;
}
.support{
	margin-right:8px;
}
.support a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 0 8px;
    border-right: 1px solid #ddd;
}

.select-country button {
    background: transparent;
    border: none;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.select-country .dropdown-menu {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
	z-index: 9999;
}

.select-country .dropdown-menu a {
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px;
}

.custom-nav .navbar-nav .nav-item .nav-link{
	font-size:14px;
	color:#fff;
	font-weight: 500;
	text-transform: capitalize;
}
.custom-nav .navbar-nav .nav-item .nav-link.active{
	color:rgba(255,255,255,1);
}
.custom-nav .navbar-nav .nav-item:last-child .nav-link{
	background:transparent;
}
.custom-nav .navbar-nav .dropdown-menu{
	background: #fff;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	top: 66px;
}
.custom-nav .navbar-nav .dropdown-menu li {
    position: relative;
    z-index: 999999;
}
.custom-nav .navbar-nav .dropdown-menu::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    top: -7px;
    right: 13px;
    margin: auto;
    transform: rotate(45deg);
}

.buy-now-link {
    background: #00566e;
    border: none;
}

.buy-now-link:hover {
    background: #003544;
}

.mobmenu .nav-item .nav-link {
    padding: 8px 0;
}
.mobmenu .dropdown .nav-link {
    padding: 8px 0 !important;
}
.mobmenu .dropdown .dropdown-menu{
	position:inherit !important;
}

.social_icon .circle img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(86deg) brightness(118%) contrast(119%);
}