﻿@charset "utf-8";

/* CSS Document */
/* Table of Contents ----------------------------------------------------------------------------- 1. Clean Base 2. Base Typography 3. Images 4. Links 5. Forms 6. Tables 7. Framework */
/* 1. Clean Base ------------------------------------------------------------------------------*/
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

br {
    height: 0;
}

ul,
ol,
dl,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Class for clearing floats start*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after,
.cf:before {
    display: table;
    content: ''
}

.cf:after {
    clear: both;
}

/* Class for clearing floats end*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus,
span:focus,
button:focus {
    outline: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background: transparent;
    cursor: pointer;
    border: none;
}

select {
    /*-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;*/
    text-overflow: '';
    text-indent: 0.01px;
}

    select::-ms-expand {
        display: none;
    }

input[type=search] {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
    font-family: 'poppinsregular';
    -webkit-appearance: none;
}

::placeholder {
    color: #9ca5b2;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9ca5b2;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9ca5b2;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #9ca5b2;
}

html,
body {
    height: 100%;
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee;
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    border-style: none;
}

a {
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
    }

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold.woff2') format('woff2'), url('../fonts/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium.woff2') format('woff2'), url('../fonts/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular.woff2') format('woff2'), url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold.woff2') format('woff2'), url('../fonts/poppins-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arial_narrowregular';
    src: url('../fonts/arialn.woff2') format('woff2'), url('../fonts/arialn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    overflow-x: hidden;
    font-family: 'poppinsregular';
}

/*body*/
/*h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 54px;
    color: #0B132A;
    margin-bottom: 16px;

    font-family: 'poppinsmedium';
}*/

h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    color: #0B132A;
    margin-bottom: 16px;
    /* margin-top: 25px; */
    font-family: 'poppinsmedium';
    letter-spacing: -1px;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    color: #0B132A;
    letter-spacing: 1.2px;
}

h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #003049;
    font-family: 'poppinssemibold';
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #0B132A;
}

h5 {
    font-size: 18px;
    color: #000;
    padding: 17px 0px 19px 0px;
    line-height: 27px;
    text-align: left;
    border-bottom: 3px solid #000;
}

h6 {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 2px;
    padding-top: 10px;
    /* color: #4f4f4f;
     color: #27395d;
     */
}

#wrapper {
    width: 100%;
    min-height: 100%;
}

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 1320px;
    background-color: transparent;
    padding: 0px 15px;
}

.flex {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.justify-space-between {
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-around {
    justify-content: space-around;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.align-center {
    align-items: center !important;
}

.align-top {
    align-items: flex-start;
}

.align-baseline {
    align-items: baseline;
}

.base10 {
    width: 10%;
}

.base90 {
    width: 90%;
}

.base80 {
    width: 80%;
}

.base75 {
    width: 75%;
}

.base70 {
    width: 70%;
}

.base72 {
    width: 72%;
}

.base48 {
    width: 48%;
}

.base50 {
    width: 50%;
}

.base40 {
    width: 40%;
}

.base45 {
    width: 45%;
}

.base60 {
    width: 60%;
}

.base65 {
    width: 65%;
}

.base100 {
    width: 100%;
}

.base25 {
    width: 24%;
}

.base20 {
    width: 20%;
}

.base30 {
    width: 30%;
}

.base33 {
    width: 31%;
}

.base33_33 {
    width: 33.33%;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-20 {
    margin-top: 20px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt--7 {
    margin: 0px -7px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-pb-50 {
    padding: 50px 0px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.orange-text {
    color: #F77F00;
}

.t-orange {
    color: #f77f00;
}

.banner-btn {
    margin-top: 27px;
}

.btn {
    border-radius: 8px;
    /* font-weight: 700; */
    font-size: 14px !important;
    line-height: 25px !important;
    color: #FFFFFF;
    padding: 5px 15px !important;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    letter-spacing: 1px;
}

.orange-nav-btn {
    border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    letter-spacing: 1px;
    background: #ff7b23;
    border: 1px solid #ff7b23;
    margin-top: 15px;
}

a.orange-nav-btn.active:hover {
    border: 1px solid #ff7b23;
    background: #FFF;
    color: #ff7b23 !important;
}

.btn-black {
    background: #242424;
    border: 2px solid #0B132A;
}

    .btn-black:hover {
        background: #fff;
        border: 2px solid #0B132A;
        color: #0B132A !important;
    }

.orange-btn {
    background: #ff7b23;
    border: 1px solid #ff7b23;
    color: #fff !important;
}

.white-btn {
    background: #fff;
    color: #ff7b23 !important;
    border: 2px solid transparent;
}

    .white-btn:hover {
        /* font-size: 18px; */
        color: #fff !important;
        border: 2px solid #ff7632;
        background: #ff7632;
    }

.orange-border {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.orange-btn:hover {
    border: 1px solid #F77F00;
    color: #F77F00 !important;
    background: #fff;
    /*transform: translate(0px, 10px);*/
}

.orange-border:hover {
    background: #F77F00;
    border: 1px solid #F77F00;
    color: #fff;
}

.border-btn {
    border: 1px solid #0B132A;
    color: #0B132A !important;
}

    .border-btn:hover {
        background: #0B132A;
        color: #fff !important;
    }

.blue-border-btn {
    border: 1px solid #003049;
    color: #003049 !important;
}

    .blue-border-btn:hover {
        border: 1px solid #003049;
        background-color: #003049 !important;
        color: #fff !important;
    }

.blue-btn {
    background-color: #003049;
    border: 1px solid #003049;
    color: #fff !important;
}

    .blue-btn:hover {
        background: transparent;
        color: #003049 !important;
        /* transform: translate(0px, 10px);*/
    }

/*header start*/
nav.sticky {
    position: fixed;
    font-size: 24px;
    left: 0px;
    right: 0px;
    width: 100%;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    background: #fff;
    z-index: 1024;
    top: 0px;
    padding-bottom: 0px;
}

header.simple-header {
    background-color: #f6f6f6;
}

.small-h2 {
    position: relative;
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 20px;
}

nav.sticky .logo {
    padding: 15px 0px;
}

h1 span {
    color: #f77f00;
}

.top-nav ul li a {
    margin-left: 20px;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    text-transform: capitalize;
    font-family: 'arial_narrowregular';
    letter-spacing: 1px;
    font-weight: 500;
}

.bg-light-blue {
    background: #F6F6F6;
}

.top-nav {
    padding: 6px 0px;
}

nav .logo img {
    width: 75px;
}

nav .logo {
    /* margin-right: 18px; */
    width: 13%;
}

nav.sticky .logo img {
    width: 80px;
}

.nav-menu {
    width: 87%;
    position: relative;
}

.menu ul li a {
    margin-right: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #003049;
    border-bottom: 4px solid transparent;
}

    .menu ul li a:hover, .top-nav ul li a:hover {
        /* border-bottom: 1px solid; */
        /* transform: rotateX(45deg); */
        color: #f77f00;
        /* border-bottom: 4px solid; */
    }

li.dropdown > a:hover {
    border-bottom: 4px solid #ff7b23;
}

a.active {
    color: #ff7b23 !important;
}

nav {
    padding-bottom: 5px;
}

ul.submenu-open li {
    margin: 0px;
}

/* Dropdown */

/* Tabs */
.menuopen ul.tab-titles li a {
    line-height: 42px;
    display: block;
}

.menuopen ul.tab-titles > li.active a {
    color: #f77f00 !important;
    font-weight: bold;
}

.menuopen ul.submenu-box:before {
    background: #f3f3f3;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    padding: 20px;
    bottom: 0px;
}

.menuopen ul.submenu-box li {
    margin: 5px 20px;
}

.menuopen ul.submenu-box {
    /* position: relative; */
    /*width: 30%;*/
    background: #f3f3f3;
}

/*.taglist {
    padding: 0px 0px 50px;
}*/
.taglist ul li a {
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
}

    .taglist ul li a b {
        margin-left: -10px;
        font-size: 14px;
    }

.menuopen ul li a {
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: none;
    font-size: 14px;
    margin-right: 5px;
}

.menuopen ul.tab-titles li {
    position: relative;
}

    .menuopen ul.tab-titles li i {
        position: absolute;
        right: 30px;
        top: 15px;
    }

.menuopen ul.border-right {
    border-right: 1px solid #dadada;
}

.menuopen .tab-content {
    display: none;
}

.menuopen .tab-show {
    display: block;
}

ul.tab-titles {
    width: 20%;
}

.menu-tabcontent {
    width: 80%;
}

/* Just for CodePen styling - don't include if you copy paste */


ul.dropdown-menu {
    position: absolute;
}

    ul.dropdown-menu li {
        display: block !important;
        white-space: nowrap;
    }

a.orange-nav-btn.active {
    color: #fff !important;
}

/* Sub Dropdown */
ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    top: 0;
    background-color: #f00 !important;
}

.top-menu-heading h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 22px;
    min-height: 50px;
}

.top-menu-heading {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

ul.menulist p {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: -2px;
}

ul.menulist li a b {
    font-size: 14px;
}
/* Display none by Default */
ul.dropdown-menu {
    display: none;
}

.first-menu img.menu-img {
    width: 40px;
    margin-right: -30px;
}

.menu a.active {
    color: #ff7b23 !important;
    border-bottom: 4px solid #ff7b23 !important;
}

.menuopen a.active {
    color: #ff7b23 !important;
    border-bottom: none !important;
}

/*2nd menu start*/
.second-menu h4 {
    font-size: 14px;
}

.second-menu p {
    font-size: 12px;
}

img.menu-img {
    width: 35px;
    margin-right: 15px;
}

.detail-menu {
    margin-bottom: 20px;
}

h4.menu-tital {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.second-menu h4 {
    font-size: 14px;
    text-transform: capitalize;
}

.second-menu b {
    font-size: 14px;
}
/*2nd menu end*/


.menu > ul > li > a {
    padding: 24px 0px 10px 0px;
    display: block;
}
/*.menu-cont ul li {
    margin-bottom: 10px;
}*/
/*ul.menuopen.second-menu ul li {
    margin-bottom: 10px;
}*/
.menuopen {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    background: #fff;
    padding: 30px 30px 10px;
    left: 0px;
    border-radius: 5px;
    overflow: hidden;
    transform-origin: top center;
    /* display: block; */
    border: none;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    margin: 0;
    /* border-top: 4px solid #ff7b23; */
    width: 90%;
    margin: 0px auto;
    /* top: 60px; */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 1024;
    min-width: 300px;
}

.menu-cont {
    padding-right: 20px;
}

li.dropdown:hover .menuopen {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: transform 1.1s,opacity .8s;
}
/*menu on click end*/

ul.sub-child ul {
    width: 70%;
}

li.child-menu {
    width: 100%;
}

ul.sub-child {
    width: 80%;
}

    ul.sub-child ul li {
        float: left;
        width: 33%;
    }

li.child-menu > a {
    width: 20%;
    margin: 0px !important;
}

li.submenu:hover .submenu-open {
    display: block;
    z-index: 1024;
}

.submenu-add img {
    height: 200px;
    margin: 0px auto;
    text-align: center;
    display: block;
}

.submenu-open a {
    text-transform: capitalize !important;
}

.submenu-open li a {
    margin: 20px;
    padding: 5px;
    display: block;
}

.submenu-open li {
    margin-right: 100px;
}

    .submenu-open li p,
    .submenu-tital {
        margin-left: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase;
    }

.submenu-open p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #003049;
}

/*.right.banner-img {
    width: 60%;
}*/

.text.left p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #515151;
    padding-right: 250px;
}

.banner {
    padding: 15px 0px 75px 0px;
}

.banner-bottom-text {
    background-color: #003049;
    padding: 45px;
    border-radius: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    margin-top: -25px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

    .banner-bottom-text p {
        max-width: 775px;
        font-size: 30px;
        line-height: 35px;
        color: #FFFFFF;
        letter-spacing: 1px;
    }

    .banner-bottom-text:before {
        content: "";
        background: #061923;
        border-radius: 60px;
        transform: rotate(-15deg);
        height: 230px;
        width: 230px;
        position: absolute;
        left: -134px;
        top: -100px;
    }

    .banner-bottom-text:after {
        content: "";
        background: #ff7b23;
        border-radius: 38px;
        transform: rotate(-15deg);
        position: absolute;
        right: -13px;
        height: 130px;
        width: 130px;
        top: -66px;
    }

.box-shadow {
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.25);
}

.orange-link,
.blue-link {
    display: block;
}

.blue-link {
    font-style: normal;
    color: #004d92 !important;
    /*padding: 12px 10px 0px 0px !important;*/
    font-family: 'poppinsmedium';
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
}

    .blue-link:hover,
    .orange-link:hover {
        margin-left: 10px;
    }

    .blue-link:hover {
        color: #F77F00 !important;
        border: none !important;
    }

.black-link {
    color: #000 !important;
}

    .black-link:hover {
        color: #004e8f !important;
    }

.services-body {
    padding: 150px 0px 100px;
    margin-top: -50px;
}

.box-cont {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.services-body .box-cont:hover {
    transform: translate(10px, 10px);
    /* transform: scale(1.1); */
}

.radius-20 {
    border-radius: 20px;
}

.box-cont p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #242424;
    margin: 22px 0px 22px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 155px;
}

.box-cont a.orange-link,
.box-cont a.blue-link {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #F77F00;
    margin-bottom: 20px;
    padding: 0px !important;
    border-bottom: none;
}

a.orange-link:hover {
    color: #003049;
    padding-left: 20px;
}

.service-box {
    padding: 0px 15px;
}

.box-cont img {
    margin-bottom: 20px;
}

.border-blue {
    border-bottom: 10px solid #003049;
    position: relative;
    z-index: 999;
}

.border-orange {
    border-bottom: 10px solid #F77F00;
    position: relative;
    z-index: 999;
}

.try-it {
    position: absolute;
    top: -14px;
    padding: 25px 25px 15px 16px;
    border-radius: 0px 50px;
    width: 100px;
    text-align: center;
    color: #fff;
    right: -22px;
    line-height: 17px;
    font-size: 14px;
    height: 80px;
}

.service-box a.btn {
    border-radius: 40px;
    font-size: 13px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 8px 20px;
}

.counter-body h3 {
    text-align: left;
    /*margin-right: 49px;*/
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;
    color: #004d92;
    /* width: 30%;*/
    font-family: 'poppinsmedium';
    padding-left: 30px;
}

.counter {
    padding-left: 45px;
}

.counter-body {
    /*margin-top: 130px;*/
    /*   background: #F6F6F6;*/
    padding: 123px 0px;
    position: relative;
    overflow: hidden;
}

    .counter-body:before {
        content: "";
        height: 170px;
        width: 170px;
        position: absolute;
        background: #ff7b23;
        opacity: 0.5;
        border-radius: 40px;
        transform: rotate(45deg);
        right: -69px;
        bottom: -62px;
    }

    .counter-body:after {
        content: "";
        background: #F77F00;
        transform: rotate(90deg);
        height: 250px;
        width: 250px;
        left: -140px;
        top: -115px;
        border-radius: 100%;
        position: absolute;
    }

.count {
    padding: 20px 25px;
    margin: 0px 15px;
    background: #F6F6F6;
    /* border: 1px solid rgba(0, 48, 73, 0.2); */
    border-radius: 16px;
    width: 255px;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: linear-gradient(365deg, rgba(0, 48, 73, 1) 26%, rgba(0, 77, 146, 1) 71%);
}

    .count:hover {
        margin-top: -20px;
        transform: scale(1);
    }

    .count h2 {
        margin: 12px 0px 12px 0px;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 20px;
        text-transform: uppercase;
        color: #003049;
        color: #fff;
    }

    .count span {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 23px;
        color: #424242;
        display: block;
        color: #fff;
    }

    .count h4 {
        color: #fff;
    }

/*serices start*/

.services-voip {
    padding: 55px 0px 90px 0px;
    background-color: #ebf1f7;
}

.services-img img {
    margin: 0px auto;
    text-align: center;
    height: 70px;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
}

.services-cont {
    background: #fff;
    margin: 45px 15px 15px;
    padding: 40px;
    position: relative;
    font-size: 14px;
    min-height: 323px;
}

    .services-cont p {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 151px;
    }

    .services-cont:before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: #ddd;
        position: absolute;
        top: -55px;
        left: 132px;
        right: 0px;
        text-align: center;
        /* transform: translate(-50%, 50%); */
    }

    .services-cont h3 {
        margin-bottom: 15px;
    }

.banner-bottom {
    /*background-color: rgb(242 242 242 / 50%);*/
}

.services-cont:after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 90px;
    position: absolute;
    top: -90px;
}

.services-img {
    padding-bottom: 43px;
    border-bottom: 1px dashed;
    border-bottom: 1px dashed #e5e5e5;
}

.services-box {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}


    .services-box:hover .services-img img {
        -ms-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
    }

    .services-box:hover .services-cont {
        background: #003049;
        color: #fff;
    }

    .services-box:hover h3,
    .services-box:hover a {
        color: #fff !important;
        transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
    }

.back-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-body {
    padding: 50px 0px 80px;
    background-color: rgb(242 242 242 / 50%);
}

.blog-content {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}

a.blog-read {
    padding: 25px 0px 0px !important;
}


.services-cont > a.blog-read {
    padding: 25px 0px 0px !important;
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.top-tital {
    font-style: normal;
    font-size: 20px !important;
    line-height: 50px;
    color: #f77f00;
}

.tital h2 span {
    font-style: normal;
    font-weight: 700;
    font-size: 35px !important;
    line-height: 44px;
}

.tital {
    margin-bottom: 40px;
}

span.blog-date {
    border: none;
    position: absolute;
    background: #003049;
    height: 65px;
    width: 60px;
    text-align: center;
    top: -25px;
    padding: 10px;
    line-height: 20px !important;
    color: #fff !important;
    left: 25px;
    margin: 0px;
    text-transform: capitalize;
    font-family: 'poppinsregular' !important;
    display: block;
    font-size: 17px !important;
}

.blog-box {
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    border: 10px solid #fff;
    margin: 0px 8px 30px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .blog-box:hover .blog-cont {
        background: #fff;
    }

/*.blog-box:hover {
    transform: translate(0px, 10px);
}*/
.blog-cont {
    padding: 55px 15px 20px;
    background: #004b950d;
    position: relative;
    border-top: 1px solid #004b950d;
}


.blog-img {
    height: 260px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
}

.blog-box:hover img {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.blog-img img {
    height: 240px;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding-bottom: 30px;
}

.blog-cont span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #003049;
    margin-bottom: 7px;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    font-family: 'poppinsbold';
    padding-bottom: 10px;
}

.single-blog-box .blog-cont span {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}




.blog-box .blog-img:after {
    content: '';
    position: absolute;
    left: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.blog-box .blog-img:before {
    content: '';
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.blog-box .blog-img:before,
.blog-box .blog-img:after {
    background-color: #1e2637;
}

.blog-box:hover .blog-img:before,
.blog-box:hover .blog-img:after {
    opacity: .5;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.technology-body {
    padding: 70px 0px 20px;
    /* background-color: rgb(242 242 242 / 50%);*/
}

/*.logo-slider{
    display: inline-block;
    font-weight: bold;
    color: #26a69a;
    animation: rightToLeft 10s linear infinite;
    white-space: nowrap;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}*/
.technology-logo {
    margin-top: 50px;
    margin-bottom: 70px;
}

    .technology-logo img {
        padding: 0px 30px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        border: 1;
        padding: 19px;
    }

    .technology-logo .item {
        border: 1px solid #ddd;
        margin: 0px 10px;
        min-height: 100px;
        max-height: 100px;
    }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav.disabled {
    text-align: center;
    margin-top: 30px;
}

.owl-nav {
    display: block;
    text-align: center;
    margin-top: 30px;
}

    .owl-nav span {
        background: #003049;
        margin: 0px 5px;
        /* height: 20px; */
        /* width: 20px; */
        display: block;
        border-radius: 5px;
        color: #fff;
        line-height: 20px;
        font-size: 35px;
        padding: 5px 10px 9px;
    }

.technology-logo img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-top: -20px;
}

.get-text {
    max-width: 535px;
}

    .get-text h2 {
        font-style: normal;
        font-size: 28px;
        line-height: 38px;
        color: #0B132A;
        /* font-family: 'arial_narrowregular'; */
        font-weight: 500;
    }

.get-started {
    padding-top: 60px;
    background-color: #E6EBED;
    margin-top: -80px;
    padding-bottom: 60px;
}

/*pricing page start*/
.full-banner-img {
    min-height: 300px;
    background-origin: content-box;
    background-position: center;
    position: relative;
}

    .full-banner-img:before {
        content: "";
        background: rgb(0 48 73 / 100%);
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        opacity: .7;
    }

.white-border h2::after {
    background: #ffffff !important;
}

.banner-text {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 20%;
    /* bottom: 50%; */
    /* transform: translate(0, 30%);*/
    color: #fff;
}

.range-container span {
    display: block;
    width: 100%;
    text-align: center;
}

.pricing-banner {
    background-color: #003049;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    position: relative;
    overflow: hidden;
    z-index: 999;
    margin: 50px 0px;
}

p.pricing-tital {
    font-weight: 500;
}

span.sub-tital {
    font-size: 17px;
    font-weight: 400;
}

a.white-btn.btn.price-btn {
    padding: 6px 15px !important;
    line-height: 20px !important;
    font-size: 14px !important;
    margin-bottom: 20px;
}

.t-white {
    color: #fff !important;
}

.t-blue {
    color: #003049;
}

span.small-text {
    color: #003049;
    font-size: 20px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-top: -50px;
    background-color: #f6f5f1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    padding: 0px;
    border-radius: 20px;
    display: flex;
    width: 98%;
    margin: 20px 2%;
}

    ul.tabs li {
        color: #003049;
        display: inline-block;
        width: 100%;
        text-align: center;
        -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
        font-size: 20px;
        line-height: 24px;
        padding: 15px 0px;
        cursor: pointer;
        font-weight: 600
    }

        ul.tabs li.current {
            background: #066fac;
            color: #ffffff;
            /* border-top: 4px solid; */
            border-radius: 20px;
            padding: 15px 0px;
        }

        ul.tabs li span {
            font-size: 13px;
            font-weight: 400;
            margin-top: 3px;
            display: inline-block;
        }

.tab-content {
    display: none;
    background: #fff;
    /* padding: 15px;*/
}

    .tab-content.current {
        display: inherit;
    }

/*toggle btn*/
.toggle-button-cover {
    display: table-cell;
    position: relative;
    /*width: 200px;
  height: 140px;*/
    box-sizing: border-box;
}


.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    min-width: 237px;
    height: 44px;
    overflow: hidden;
}

    .button.r,
    .button.r .layer {
        border-radius: 100px;
    }

    .button.b2 {
        border-radius: 2px;
    }

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: rgb(0 48 73 / 10%);
    transition: 0.3s ease all;
    z-index: 1;
}

#button-4 .knobs:before, #button-4 .knobs:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 50%;
    height: 82%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    padding: 4px 4px;
    background-color: #003049;
    border-radius: 60px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-4 .knobs:before {
    content: "Annual";
}

#button-4 .knobs:after {
    content: "Monthly";
}

#button-4 .knobs:after {
    top: -40px;
    right: 4px;
    left: auto;
    background-color: #ff7b23;
}

#button-4 .checkbox:checked + .knobs:before {
    top: -40px;
}


#button-4 .checkbox:checked + .knobs:after {
    top: 4px;
}

#button-4 .checkbox:checked ~ .layer {
    background-color: #ff7b2342;
}

/*range slider*/
.range-container {
    position: relative;
    width: 100%;
}

.range p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428;
}



input[type='range'] {
    width: 100%;
    margin: 18px 0;
    -webkit-appearance: none;
}

    input[type='range']:focus {
        outline: none;
    }

    input[type='range'] + label {
        background-color: white;
        position: absolute;
        top: -30px;
        left: 215px;
        width: max-content;
        padding: 5px 10px;
        text-align: center;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border-radius: 50px 50px 0px;
    }

    /* Chrome and Safari */

    input[type='range']::-webkit-slider-runnable-track {
        background: #ff7b23;
        border-radius: 4px;
        width: 100%;
        height: 6px;
        cursor: pointer;
    }

    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 24px;
        width: 24px;
        background: white;
        border-radius: 50%;
        border: 1px solid #ff7b23;
        margin-top: -10px;
    }

    /* Firefox */
    input[type='range']::-moz-range-track {
        background: purple;
        border-radius: 4px;
        width: 100%;
        height: 10px;
        cursor: pointer;
    }

    input[type='range']::-moz-range-thumb {
        -webkit-appearance: none;
        height: 24px;
        width: 24px;
        background: white;
        border-radius: 50%;
        border: 1px solid purple;
        margin-top: -7px;
    }

    /* IE */
    input[type='range']::-ms-track {
        background: purple;
        border-radius: 4px;
        width: 100%;
        height: 10px;
        cursor: pointer;
    }

    input[type='range']::-ms-thumb {
        -webkit-appearance: none;
        height: 24px;
        width: 24px;
        background: white;
        border-radius: 50%;
        border: 1px solid purple;
        margin-top: -7px;
    }

.pricing-body {
    padding: 150px 0px 100px;
    margin-top: -125px;
}

    .pricing-body .box-cont {
        padding: 70px 30px 0px;
    }

    .pricing-body .service-box {
        width: 23%;
    }

    .pricing-body .btn {
        position: static;
        border-radius: 0px !important;
        padding: 10px 15px !important;
        height: auto;
        width: 100%;
        align-items: center;
        font-size: 14px !important;
    }

    .pricing-body .box-cont p {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 50px;
        text-align: left;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
        color: rgb(0 48 73 / 40%);
        text-align: center;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .pricing-body .box-cont pmonthly, .pricing-body .box-cont pyearly {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 27px;
        text-align: left;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
        color: #ff7b23;
        text-align: center;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .pricing-body h3 {
        text-align: center;
        font-size: 24px;
        line-height: 33px
    }

    .pricing-body .box-cont p span {
        font-size: 14px;
        color: #ff7b23;
        width: 100%;
        display: inline-block;
        line-height: normal;
    }

    .pricing-body .box-cont pmonthly span,
    .pricing-body .box-cont pyearly span {
        font-size: 14px;
        color: #003049;
        width: 100%;
        display: inline-block;
        line-height: normal;
    }

.plan-top-section p.pricing-tital {
    font-size: 26px;
}

.pricing-body .box-cont {
    padding: 50px 25px 0px;
}

.pricing-body .service-box {
    width: 23%;
    overflow: hidden;
}

.pricing-body h3 {
    text-align: center;
}


.pricing-body .box-cont pmonthly span,
.pricing-body .box-cont pyearly span {
    width: 100%;
    display: inline-block;
    line-height: normal;
}

.pricing-body .box-cont p small {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: line-through;
}

.pricing-body .box-cont pmonthly small,
.pricing-body .box-cont pyearly small {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: line-through;
    line-height: 16px;
}

ul.pricing-li {
    margin-bottom: 30px;
    margin-top: 30px;
}

    ul.pricing-li li {
        position: relative;
        padding-left: 30px;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 3px;
        letter-spacing: .5px;
    }

    ul.pricing-li i {
        position: absolute;
        left: 0px;
        top: 5px;
        font-size: 14px;
        color: #003049;
    }

.popular {
    font-size: 12px;
    background: #003049;
    /* display: -webkit-inline-box; */
    width: 130px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}

.value {
    font-size: 12px;
    background: #f77f00;
    /* display: -webkit-inline-box; */
    width: 130px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}

.dis-off {
    font-size: 12px;
    background: #b1b1b1;
    /* display: -webkit-inline-box; */
    width: 130px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.compair-table {
    margin: 80px 0px;
}

th {
    padding: 30px 0px;
    /* text-align: left;*/
}

    th.plan-phone {
        width: 405px;
    }

tr.plan-header {
    background-color: #fff;
    box-shadow: 0 4px 2px -2px rgb(47 47 47 / 25%);
}

tr {
    border: 1px solid #f4f4f4;
}

    tr.pricimg-first td {
        padding: 10px 0px 10px 16px;
    }

td {
    padding: 10px 20px;
    font-size: 13px;
    /* border: 1px solid; */
}

    td.p-name {
        background-color: rgb(0 75 149 / 7%);
        border: 1px solid #fff;
    }

.buy-btn .blue-link:hover {
    margin: 0px !important;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}

.buy-btn {
    display: none;
}

.floatThead-container {
    z-index: 1025 !important;
}

tr.pricimg-first td i.fas.fa-info-circle {
    color: #003049;
    margin-left: 10px;
}

.dark-dot i {
    color: #003049;
}

/*tooltip*/
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none;
        /* opinion 2 */
        font-size: .9em;
        /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 9px solid transparent;
        /* opinion 4 */
        z-index: 1001;
        /* absurdity 1 */
    }

    [tooltip]::after {
        content: attr(tooltip);
        font-family: Helvetica, sans-serif;
        text-align: center;
        width: 300px;
        padding: 1ch 1.5ch;
        border-radius: 0.3ch;
        box-shadow: 0 1em 2em -0.5em rgb(0 0 0 / 35%);
        background: #066fac;
        color: #fff;
        line-height: 25px;
        text-align: left;
        z-index: 1000;
        border-radius: 8px;
        line-height: 19px;
        font-size: 12px;
        text-shadow: none;
        letter-spacing: 1px;
    }

    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #066fac;
    right: calc(0em - 10px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 30px;
    left: calc(100% + 10px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}


[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.need-img {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
}

.need-detail {
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    margin-left: 50px;
    margin-bottom: 20px;
    padding: 20px 35px;
    border-radius: 0px 40px 0px 40px;
    border-bottom: 2px solid #003049;
    background: #fff;
}

.needed {
    padding: 50px 0px;
}

.need-right .need-detail {
    border-radius: 40px 0px 30px 0px;
}

.f-price {
    font-size: 12px;
}

.f-name {
    font-size: 22px;
    font-family: 'poppinsmedium';
    min-height: 67px;
}

.disclaimers {
    margin: 50px 0px;
    background-color: #f6f6f6;
    padding-top: 40px;
    margin-bottom: 0px;
}

    .disclaimers, .disclaimers div, .disclaimers span, .disclaimers p {
        font-size: 13px;
        line-height: 20px;
    }

        .disclaimers p {
            font-size: 13px;
            line-height: 25px;
            padding-bottom: 10px;
        }

.disclaimers-detail p {
    margin-bottom: 20px;
    font-size: 14px;
}

.d-left {
    padding-right: 30px;
}

.d-right {
    padding-left: 30px;
}

/*blog page*/


figure {
    margin: 0px;
}

.blog-detail {
    margin: 80px 0px 50px;
}

.blog-wrap img,
.single-blog img {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.blog-detail {
    color: #6e6e6e;
}

.post-meta {
    margin-bottom: 30px;
    padding: 10px 0px 10px;
    border-bottom: 1px solid #f4f4f4;
}

.blog-img-box {
    height: 400px;
    overflow: hidden;
    object-fit: cover;
    /*margin-bottom: 20px;*/
}

.post-meta li {
    margin-right: 20px;
    font-size: 13px;
    padding: 10px 0px;
}

.single-blog .blog-img-box {
    margin-bottom: 25px;
}

.single-blog {
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

    .single-blog .tital {
        margin-bottom: 25px;
    }

.tag-list li {
    cursor: pointer;
    padding: 7px 15px;
    background-color: #f7f9fe;
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .tag-list li:hover {
        background-color: #003049;
        color: #fff;
    }

.tag-list {
    margin-top: -30px;
    margin-bottom: 30px;
}

blockquote {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / 7%);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / 7%);
    padding: 32px 60px 32px 40px;
    position: relative;
    font-weight: 500;
    margin: 35px 0 50px 0;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #6e6e6e;
    border-left: 4px solid #ff7b23;
}

    blockquote:before {
        content: '\f10d';
        font-family: "FontAwesome";
        display: inline-block;
        position: absolute;
        font-size: 30px;
        font-weight: 400;
        font-style: normal;
        line-height: 70px;
        top: auto;
        bottom: -30px;
        right: 35px;
        width: 70px;
        height: 70px;
        color: #fff;
        border-radius: 50px;
        text-align: center;
    }

/*pagination start*/
.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

    #pagination li {
        display: inline
    }

        #pagination li a {
            display: inline-block;
            text-decoration: none;
            padding: 5px 10px;
            color: #000
        }

        #pagination li a {
            border-radius: 5px;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s
        }

            #pagination li a.active {
                background-color: #ff7b23;
                color: #fff !important;
            }

            #pagination li a:hover:not(.active) {
                background-color: #ddd;
            }

footer.footer {
    background: #003049;
    padding: 50px 0px 0px;
}

    footer.footer ul li a,
    footer.footer ul li {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #FFFFFF;
        /* font-family: revert; */
        letter-spacing: 1px;
        font-family: 'arial_narrowregular';
        white-space:nowrap;
    }

        footer.footer ul li a:hover {
            margin-left: 10px;
            border-bottom: 1px solid;
            /* padding-top: 10px; */
        }

    footer.footer h6 {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 35px;
        padding: 0px;
        color: #fff;
        margin: 0px;
    }

.socil-media span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.7;
    display: block;
}

.socil-media {
    margin-top: 25px;
}


    .socil-media ul li a {
        margin-right: 20px;
    }

/*.address{
    padding-top: 45px;
}*/
.sub-footer,
.sub-footer ul li a {
    background: #061923;
    color: #fff;
    margin-top: 61px;
    font-size: 12px !important;
    padding: 30px 0px;
}

    .sub-footer ul li {
        margin-left: 10px;
    }

    .sub-footer > div > div > div:nth-child(2) > ul > li:nth-child(3) {
        width: 95px;
        overflow: hidden;
        height: 30px;
    }

    .sub-footer a:hover {
        border: none !important;
    }

/*footer.footer .container {
    width: 1100px;
}*/

/* new-phone-number */
.simple-header > .nav {
    padding-bottom: 0;
}

    .simple-header > .nav .logo {
        padding: 15px 0px;
    }

.progress-bar .progress-cover {
    background: #ebebeb;
}

.progress-bar .progress {
    height: 4px;
    width: 25%;
    background: #066fac;
    background: linear-gradient(90deg, #b8cded 0%, #066fac 100%);
}

.progress-bar .progress-tab-wrapper {
    display: flex;
    margin: 20px 0px;
}

    .progress-bar .progress-tab-wrapper .progress-tab {
        width: 20%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .progress-bar .progress-tab-wrapper .progress-tab .round-Badge {
            justify-content: center;
            background: silver;
            width: 25px;
            height: 25px;
            align-items: center;
            border-radius: 25px;
            display: flex;
            color: white;
        }

        .progress-bar .progress-tab-wrapper .progress-tab span {
            color: silver;
        }

    .progress-bar .progress-tab-wrapper .active .round-Badge {
        background: #066fac;
    }

    .progress-bar .progress-tab-wrapper .active span {
        color: #066fac;
    }

.phone-main {
    display: flex;
    justify-content: center;
}

.new-phone-wrapper {
    width: 600px;
}

    .new-phone-wrapper h2 {
        font-size: 25px;
        font-weight: 300;
        margin: 30px 0px;
    }

    .new-phone-wrapper .number {
        border-top: 1px solid silver;
        border-bottom: 1px solid silver;
        padding: 20px 0px;
        text-align: center;
    }

    .new-phone-wrapper p {
        margin: 20px 0px;
    }

.fa-pen {
    color: #066fac;
}

.new-phone-wrapper a {
    color: #066fac;
}

.new-phone-wrapper .number a {
    text-decoration: underline;
}

.new-phone-wrapper .bottom-section {
    text-align: center;
}

    .new-phone-wrapper .bottom-section p {
        margin: 30px 0px;
        color: gray;
    }

    .new-phone-wrapper .bottom-section button {
        padding: 15px;
        width: 300px;
        background: #066fac;
        border-radius: 25px;
        font-size: 16px;
        color: white;
    }

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

    .modal .model-cover {
        display: flex;
        height: 100%;
    }

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px !important;
    border: 1px solid #888;
    width: 500px;
    position: relative;
}

/* The Close Button */
.close {
    width: 35px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 20px; */
    /* color: #066fac; */
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    background: #003049;
    color: #fff;
}

.modal-content span {
    font-size: 16px;
}

.modal-content .modal-body label {
    font-weight: 600;
    font-size: 20px;
}

.modal-content .modal-body p {
    color: #79787e;
    margin-top: 10px;
    margin-bottom: 5px;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tab-slider--tabs {
    display: flex;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #f5f5f5;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px;
}

    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: #066fac;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
        border: 3px solid #6088f8;
    }

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

.tab-slider--trigger {
    width: 50%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 13px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--trigger.active {
        color: #fff;
    }

.modal-body .input-wrappers {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 15px;
}

    .modal-body .input-wrappers small {
        font-size: 12px;
        color: #79787e;
    }

    .modal-body .input-wrappers select {
        width: 100%;
        border: none;
        font-size: 18px;
        appearance: auto;
        -webkit-appearance: auto
    }

.input-wrappers .inner {
    display: flex;
    position: relative;
    align-items: center;
}

    .input-wrappers .inner img {
        position: absolute;
        right: 0;
    }

.modal-body .bottom-section {
    text-align: center;
}

    .modal-body .bottom-section p {
        margin-top: 15px;
        color: gray;
        font-size: 12px;
    }

    .modal-body .bottom-section .confirm {
        padding: 15px;
        width: 200px;
        background: #066fac;
        border-radius: 25px;
        font-size: 16px;
        color: white;
    }

.processing-section {
    margin-top: 100px;
}

    .processing-section p {
        font-size: 60px;
    }

.loader-cover {
    display: flex;
    align-items: center;
    gap: 10px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* Team Page */

.team h2 {
    font-size: 25px;
    font-weight: 300;
    margin: 30px 0px;
}

.team-content {
    padding: 0px 40px;
}

.range-slider {
    position: relative;
}

.toggle-tab:after {
    border-right: 1px solid #ddd;
    /* padding-right: 20px; */
    content: "";
    background: #ddd;
    height: 100%;
    width: 2px;
    display: block;
    position: absolute;
    left: 105%;
}

.toggle-tab {
    position: relative;
}

.box-minmax {
    width: 608px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #000000;
}

    .box-minmax span:first-child {
        margin-left: 10px;
    }

.leftaero-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.rs-range {
    position: relative;
    margin-top: 29px;
    width: 600px;
    /* -webkit-appearance: none; */
}

    .rs-range:focus {
        outline: none;
    }

    .rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 20px !important;
        cursor: pointer;
        box-shadow: none;
        background: #ebebeb !important;
        border-radius: 0px;
        border: 0px solid #010101;
    }

    .rs-range::-moz-range-track {
        width: 100%;
        height: 20px;
        cursor: pointer;
        box-shadow: none;
        background: #ebebeb !important;
        border-radius: 0px;
        border-radius: 20px !important;
        border: 0px solid #010101;
    }

    .rs-range::-webkit-slider-thumb {
        box-shadow: none;
        border: 1px solid blue !important;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        height: 35px;
        width: 35px;
        border-radius: 22px;
        background: rgb(0, 0, 0);
        cursor: pointer;
        -webkit-appearance: none;
        z-index: 9999;
        /* margin-left: 5px; */
        margin-top: -4px !important;
    }


    .rs-range::-moz-range-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25) !important;
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 1) !important;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    .rs-range::-moz-focus-outer {
        border: 0;
    }



.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 98px;
    height: 69px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: -38px;
    left: attr(value);
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 36px;
}

.center-range {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fill_line {
    width: 58px;
    display: flex;
    height: 20px;
    background: lightblue;
    position: absolute;
    bottom: 18px;
    border-radius: 20px;
    z-index: 1;
    left: 12px;
}


.team-check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px !important;
}

    .team-check input {
        -webkit-appearance: auto
    }

.team .device {
    margin-top: 10px;
}

.form-group {
    display: flex;
    margin-bottom: 15px;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
        font-size: 13px;
    }

        .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0079bf;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 7px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 10px;
        }

    .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 8px;
        width: 4px;
        height: 12px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.mt-10 {
    margin-top: 50px;
    margin-bottom: 20px;
}


.body {
    width: 50%;
}

.ddl-select {
    visibility: hidden;
}

.ddl {
    position: relative;
    height: 50px;
    width: 100%;
    text-align: initial;
}

    .ddl::after {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        width: 12px;
        height: 2px;
        background: #555;
        z-index: 99;
        transform: rotate(-40deg);
        transition: 0.5s;
    }

    .ddl::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 28px;
        width: 12px;
        height: 2px;
        background: #555;
        z-index: 99;
        transform: rotate(40deg);
        transition: 0.5s;
    }

    .ddl.active::after {
        right: 28px;
    }

    .ddl.active::before {
        right: 20px;
    }

.ddl-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
    padding: 10px 20px;
    outline: none;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.ddl.active .ddl-options {
    visibility: visible;
    opacity: 1;
}

.ddl .ddl-options {
    position: absolute;
    width: 100%;
    top: 50px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s;
    z-index: 999;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

    .ddl .ddl-options > div {
        padding: 10px 20px;
        cursor: pointer;
    }

        .ddl .ddl-options > div:hover {
            background: #0d6efd;
            color: #fff;
        }


.card {
    border: 1px solid lightgray;
    padding: 20px 10px;
    text-align: center;
    border-radius: 6px;
}

    .card .card-top {
        margin: 20px 0;
    }

        .card .card-top p {
            color: gray;
            font-size: 12px;
        }

    .card .card-img img {
        height: 250px;
    }

    .card .card-footer {
        margin: 20px 0;
    }

        .card .card-footer .main-price {
            font-size: 30px;
        }

        .card .card-footer .sub-price {
            color: gray;
            font-size: 12px
        }

.new-team-wrapper {
    width: 700px;
}

    .new-team-wrapper .custom-slider {
        margin: 50px 0;
        position: relative;
    }

    .new-team-wrapper .owl-nav .owl-prev {
        position: absolute;
        left: -38px;
        top: 30%;
    }

    .new-team-wrapper .owl-nav .owl-next {
        position: absolute;
        right: -38px;
        top: 30%;
    }

        .new-team-wrapper .owl-nav .owl-prev span,
        .new-team-wrapper .owl-nav .owl-next span {
            color: #0079bf;
            font-size: 80px;
        }

.bottom-section {
    text-align: center;
    margin-top: 10px;
}

    .bottom-section .team-btn {
        margin-top: 15px;
        padding: 15px;
        width: 300px;
        background: #066fac;
        border-radius: 25px;
        font-size: 16px;
        color: white;
        margin-bottom: 100px;
    }


/* Team End */

/* business-information Start */
.border {
    border-right: 1px solid #c5c5c5;
    margin-bottom: 150px;
}

.border-none {
    border: none;
}

.business-information {
    /*width: 80%;*/
    margin: auto;
}

div#accordion .business-information {
    width: 100%;
    margin: 0;
}

.bi-flex {
    display: flex;
    gap: 30px;
}

.business-information .form-group-2 .input-wrappers {
    border: 2px solid #aaaaaa;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: 100%;
}

    .business-information .form-group-2 .input-wrappers small {
        font-size: 12px;
        color: #79787e;
    }

    .business-information .form-group-2 .input-wrappers select {
        width: 100%;
        border: none;
        font-size: 18px;
        appearance: auto;
        -webkit-appearance: auto
    }

.business-information button {
    opacity: 0.2;
}

.input-wrappers .inner {
    display: flex;
    position: relative;
    align-items: center;
}

.business-information .bottom-section p {
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
}

.business-information .form-group-2 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 10px;
}

.business-information .form-group-name {
    display: flex;
    justify-content: space-between;
}

    .business-information .form-group-name .mr-20 {
        margin-right: 20px !important;
    }

.mr-20 {
    margin-right: 20px !important;
}

.business-information .form-group-2 .form-control,
.business-information .form-group-bi .form-control,
.business-information .form-group-name .form-control {
    border: 1px solid gray;
    padding: 10px;
    width: 100%;
    color: #9ca5b2;
    border-radius: 5px;
    margin: 10px 0;
    -webkit-appearance: auto;
    appearance: auto;
}

.bi-flex .new-phone-wrapper {
    width: 60%;
}

.plan_details .title {
    font-size: 20px;
    margin-top: 20px;
}

.side-bar {
    width: 30%;
}

    .side-bar .plan_details h4 {
        border-bottom: 1px solid black;
        font-weight: 300;
        margin: 30px 0px;
        padding-bottom: 10px;
    }

    .side-bar .border-remove h4 {
        border-bottom: none;
    }

    .side-bar .plan_details h3 {
        font-size: 25px;
        font-style: normal;
        font-weight: 300;
        text-align: start;
        font-family: inherit;
    }

    .side-bar .plan_details_info {
        margin-top: 10px;
    }

        .side-bar .plan_details_info .chip {
            background-color: blue;
            color: white;
            text-align: center;
            border-radius: 20px;
            padding: 5px;
            margin-top: 5px;
            margin-bottom: 10px;
        }

.range .btn {
    /*padding: 10px 13px !important;*/
    margin-top: 0px;
}

.side-bar .plan_details_info .date_info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000;
    border-width: 2px;
    padding-bottom: 5px;
}

    .side-bar .plan_details_info .date_info p {
        font-size: 15px !important;
    }

.side-bar .plan_details_info .d-flex.bb-10 {
    padding-bottom: 30px;
    border-color: #ebebeb;
}

.side-bar .plan_details_info .d-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .side-bar .plan_details_info .d-flex p {
        font-size: 15px !important;
    }

.side-bar .plan_details_info .back {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-size: 14px;
    color: #c8c4c8;
}

    .side-bar .plan_details_info .back span {
        border: 1px solid #c8c4c8;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.switches-container {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #f5f5f5;
    line-height: 2rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

    .switches-container input {
        visibility: hidden;
        position: absolute;
        top: 0;
    }

    .switches-container label {
        width: 50%;
        padding: 0;
        margin: 0;
        text-align: center;
        cursor: pointer;
        color: #066fac;
    }

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

.switch {
    border-radius: 3rem;
    background: #066fac;
    height: 100%;
}

    .switch div {
        width: 100%;
        text-align: center;
        opacity: 0;
        display: block;
        color: white;
        transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
        will-change: opacity;
        position: absolute;
        top: 0;
        left: 0;
    }

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.bt-10 {
    margin-bottom: 100px;
}

.modal-content button.confirm {
    background: #066fac;
    color: #fff;
    border-radius: 25px;
    padding: 15px 60px;
    font-size: 18px;
    margin-bottom: 10px;
}

.modal-content .bottom-section {
    font-size: 12px;
}


.support-banner .full-banner-img:before {
    background: rgb(255 123 35 / 50%);
}

.support-banner .full-banner-img {
    min-height: 300px;
}

.support-banner .banner-text {
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
}

.support-banner .t-blue {
    margin: 0
}


.suppoert-section .service-box {
    margin-bottom: 30px;
}

.suppoert-section form.query-form {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}

    .suppoert-section form.query-form .form-group {
        display: inline-block;
        width: 100%;
    }

        .suppoert-section form.query-form .form-group input, .suppoert-section form.query-form .form-group textarea {
            width: 100%;
            display: inline-block;
            height: 40px;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 10px 15px;
        }

        .suppoert-section form.query-form .form-group textarea {
            height: 80px;
        }

    .suppoert-section form.query-form .form-action {
        text-align: center;
    }

        .suppoert-section form.query-form .form-action input {
            display: inline-block;
            background: #ff7b23;
            color: #fff;
            padding: 14px 25px;
            text-align: center;
            border-radius: 50px;
        }

            .suppoert-section form.query-form .form-action input:hover {
                background: #003049
            }

.suppoert-section .left-box h3 {
    text-align: left;
}

.suppoert-section .left-box p {
    text-align: left;
}

.suppoert-section .left-box .box-cont {
    padding: 20px;
}

.suppoert-section .left-box .query-form-box .box-cont h3 {
    text-align: center;
}

.suppoert-section .right-box h2 {
    color: #003049;
    font-size: 34px;
}

.box-section {
    margin-bottom: 30px;
}

    .box-section .list {
        width: 100%;
        text-align: left;
        padding: 0 15px;
        text-align: center;
    }

        .box-section .list .icon {
            max-height: 100px;
            width: auto;
            display: inline-block;
            margin-bottom: 15px;
        }

            .box-section .list .icon img {
                height: 100px;
                width: auto;
            }

        .box-section .list h3 {
            color: #003049;
        }

        .box-section .list a {
            display: inline-block;
            width: 100%;
            padding: 61px 15px;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 0 0 10px rgb(0 48 73 / 39%);
        }

            .box-section .list a:hover {
                background: #F6F6F6
            }

.suppoert-section .right-box .box-cont {
    padding: 74px;
}

section.testimonial-section {
    padding: 100px 0;
    background: #f6f6f6;
}

.testimonial-list .quote-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

    .testimonial-list .quote-icon img {
        width: 40px;
        display: inline-block;
    }

.testimonial-list .content {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-list .author {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #003049;
    margin-bottom: 5px;
}

.testimonial-list .posstion {
    text-align: center;
}

section.testimonial-section .slick-slider {
    text-align: center;
}

    section.testimonial-section .slick-slider button {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50px;
        margin: 50px 10px 0;
        font-size: 0;
        background-repeat: no-repeat;
        background-size: 40px;
    }

        section.testimonial-section .slick-slider button.slick-prev {
            background-image: url(../images/prew.png);
        }

        section.testimonial-section .slick-slider button.slick-next {
            background-image: url(../images/next.png);
        }

    section.testimonial-section .slick-slider .testimonial-list {
        margin: 0 15px;
        padding: 30px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

.contact-section .top-box {
    margin: 0 -10px;
}

.contact-section .list {
    width: 96%;
    margin: 0 2%;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 0px;
    height: 100%;
}

    .contact-section .list .info-header {
        padding: 15px;
        background: #ff7b23;
    }

        .contact-section .list .info-header h2 {
            color: #fff;
        }

    .contact-section .list .info-body {
        padding: 20px;
    }

        .contact-section .list .info-body h3 {
            margin-bottom: 15px;
            margin-top: 10px;
        }

        .contact-section .list .info-body .info {
            padding: 15px 0
        }

            .contact-section .list .info-body .info a {
                padding: 5px 0;
                box-shadow: none;
                border: none;
                color: #000;
                background: transparent !important;
            }

                .contact-section .list .info-body .info a:hover {
                    color: #ff7b23
                }

                .contact-section .list .info-body .info a i {
                    margin-right: 10px;
                }

        .contact-section .list .info-body .btn a.theme-btn {
            box-shadow: none;
            margin: 0;
            padding: 0;
            width: 150px;
            border-radius: 0;
            color: #fff;
            background: #003049;
            border: none;
            line-height: 46px;
            margin-top: 15px;
        }

            .contact-section .list .info-body .btn a.theme-btn:hover {
                background: #ff7b23;
            }

.contact-section .bottom-section {
    margin-top: 80px;
}

    .contact-section .bottom-section .contact-info-address {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact-section .bottom-section .contact-info-address {
        text-align: left;
        margin-bottom: 30px;
    }

        .contact-section .bottom-section .contact-info-address h2 {
            margin: 0 0 5px;
        }

            .contact-section .bottom-section .contact-info-address h2:before {
                content: '';
                width: 50px;
                height: 5px;
                background: #ff7b23;
                display: inline-block;
                vertical-align: middle;
                margin-right: 8px;
            }

.contact-section .slick-track {
    padding: 10px 0;
}

.contact-section .contact-info-list {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    margin: 0 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}

    .contact-section .contact-info-list .info-header {
        padding: 15px;
        background: #ff7b23;
    }

        .contact-section .contact-info-list .info-header h2 {
            color: #fff;
            font-size: 24px;
            line-height: 30px;
        }

    .contact-section .contact-info-list .info-body {
        padding: 20px;
        font-size: 14px;
        min-height: 236px;
    }

        .contact-section .contact-info-list .info-body h3 {
            margin-bottom: 15px;
            margin-top: 10px;
        }

        .contact-section .contact-info-list .info-body .info {
            padding: 15px 0
        }

            .contact-section .contact-info-list .info-body .info a {
                padding: 5px 0;
                box-shadow: none;
                border: none;
                color: #000;
                background: transparent !important;
            }

                .contact-section .contact-info-list .info-body .info a:hover {
                    color: #ff7b23
                }

                .contact-section .contact-info-list .info-body .info a i {
                    margin-right: 10px;
                }

        .contact-section .contact-info-list .info-body .btn a.theme-btn {
            box-shadow: none;
            margin: 0;
            padding: 0;
            width: 150px;
            border-radius: 0;
            color: #fff;
            background: #003049;
            border: none;
            line-height: 46px;
            margin-top: 15px;
            display: inline-block;
        }

            .contact-section .contact-info-list .info-body .btn a.theme-btn:hover {
                background: #ff7b23;
            }

.contact-section .slick-slider button {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 40px;
    position: absolute;
    top: -80px;
    right: 0;
}

    .contact-section .slick-slider button.slick-prev {
        background-image: url(../images/prew.png);
        right: 60px;
    }

    .contact-section .slick-slider button.slick-next {
        background-image: url(../images/next.png);
    }

.callback-section .service-box a.btn.blue-btn {
    margin-top: 25px;
    min-width: 230px;
    border-width: 2px;
}

.callback-section .service-box a.btn.orange-btn {
    background-color: #f77f00;
    border-color: #f77f00
}

    .callback-section .service-box a.btn.orange-btn:hover {
        background-color: transparent;
        color: #f77f00
    }

.callback-section .callback-header {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.callback-section {
    background-image: url(../images/contact-banner.jpg);
    background-size: cover;
    background-position: right center;
    margin-top: 0px;
    padding: 45px 0;
    position: relative;
}

    .callback-section:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.2;
        top: 0;
        left: 0
    }

    .callback-section .callback-header h1, .callback-section .callback-header h3 {
        color: #fff;
    }

    .callback-section .service-box h3 {
        position: absolute;
        width: 90%;
        top: 25px;
        line-height: 60px;
        background: transparent !important;
        color: #003049;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        font-size: 26px;
    }

    .callback-section .service-box .border-orange h3 {
        background: #F77F00;
    }

    .callback-section .service-box .box-cont {
        padding-top: 70px;
    }

        .callback-section .service-box .box-cont .img {
            width: 70px;
            height: 70px;
            display: inline-block;
            background: #003049;
            border-radius: 50%;
            padding: 20px;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .callback-section .service-box .box-cont.border-orange .img {
            background: #F77F00;
        }



.booking-form {
    background: rgb(0 0 0 / 60%);
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 99999;
    display: none;
}

    .booking-form.show {
        display: block
    }

    .booking-form .booking-form-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 750px;
        background: #fff;
        padding: 20px 0px;
        text-align: center;
        border-radius: 10px;
    }

.form-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.booking-form .close-btn {
    position: absolute;
    right: -30px;
    top: -30px;
    height: auto;
}

.booking-form .form {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding: 0px 20px;
}

.booking-form h2 {
    margin-bottom: 10px;
}

.booking-form .form {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

    .booking-form .form .control-group {
        /* width: 100%; */
        display: inline-block;
        margin-bottom: 5px;
        padding: 5px 10px;
        text-align: left;
        position: relative;
    }

        .booking-form .form .control-group label {
            width: 100%;
            display: inline-block;
            font-size: 13px;
            margin-bottom: 5px;
        }

        .booking-form .form .control-group input, .booking-form .form .control-group textarea {
            width: 100%;
            height: 35px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 13px;
            padding: 0 15px;
        }

span.error-msg {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 12px;
    text-transform: capitalize;
    color: red;
}

.main-header nav.nav.sticky {
    position: relative;
}

.booking-form .form .control-group textarea {
    height: 80px;
    padding: 15px;
}

.booking-form .form .form-action {
    width: 100%;
    /* display: inline-block; */
    text-align: left;
    margin-left: 10px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
    /* margin: -20px 0px; */
}

.form-action {
    border-top: 1px solid #ddd;
    padding: 15px 30px 0px;
}

.form-header p {
    font-size: 12px;
    line-height: 20px;
}

.form-action input {
    min-width: 145px;
}

.booking-form .form .form-action input:hover {
    background: #F77F00;
    border-color: #F77F00;
}

.planing-banner .full-banner-img.back-img {
    min-height: 230px;
}

    .planing-banner .full-banner-img.back-img h1 {
        margin-bottom: 5px;
    }

.planing-banner a.btn {
    margin-top: 0 !important;
}
/*.planing-banner .banner-text{top: 15%;}*/

section.plaing-tab-main-section {
    margin-top: -45px;
}

.plan-top-section {
    position: relative;
    z-index: 99;
}

    .plan-top-section .inner {
        padding-top: 20px;
        padding-bottom: 22px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #f6f5f1;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
        width: 85%;
        margin: 0px auto;
    }

.toggle-tab p {
    font-size: 14px;
}
/*.plan-top-section .inner {display: flex; align-items: center; gap: 30px; flex-direction: row-reverse;}
*/ .plan-top-section .inner .pricing-banner {
    width: 50%;
    margin: 0px;
    padding: 20px 30px;
}
/*.plan-top-section .inner .range-toggle {margin: 20px 0 0; flex-wrap: wrap; width: 100%; padding: 0 2%;}*/
/*.plan-top-section .inner .range-toggle .toggle-tab {margin-bottom: 50px; max-width: 360px;}*/
.plan-top-section input[type='range'] + label {
    transform: translate(-100%);
    left: 50%;
}



tr.plan-header {
    position: sticky;
    top: 0;
    z-index: 99999;
}

.pricing-body {
    padding: 200px 0px 100px;
    margin-top: -155px;
}

/*.range-slider{flex-wrap: wrap;  margin-top: -35px;}*/
.range {
    position: relative;
    width: 100%;
    height: 100%;
}

    .range input {
        width: 100%;
        position: absolute;
        top: 2px;
        height: 0;
        -webkit-appearance: none;
    }

.range-labels {
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
}

    .range-labels li {
        position: relative;
        float: left;
        width: auto;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
    }

    .range-labels .active {
        color: #ff7b23;
    }

    .range-labels .selected::before {
        background: #ff7b23;
    }

    .range-labels .active.selected::before {
        display: none;
    }

ul.pricing-li {
    margin-left: 20px;
}

    ul.pricing-li li {
        list-style: disc;
        padding-left: 0px;
    }

.box-offer-text {
    font-weight: 500;
    position: absolute;
    top: 0;
    padding: 12px 25px 23px 16px;
    border-radius: 0px 35px;
    width: 70%;
    text-align: center;
    color: #fff;
    right: -22px;
    line-height: 7px;
    font-size: 16px;
    height: 24px;
}

.border-orange .box-offer-text {
    background-color: #ff7b23
}

.border-blue .box-offer-text {
    background-color: #003049
}

.pricing-body .service-box .plan-btn {
    gap: 5px;
}

    .pricing-body .service-box .plan-btn a {
        border-radius: 8px !important;
        font-size: 14px !important;
        padding: 10px !important;
        line-height: 16px !important;
        width: 44% !important;
    }


.border-tital h2 {
    position: relative;
    padding-bottom: 25px;
}

    .border-tital h2::after {
        content: '';
        width: 160px;
        height: 6px;
        background: #003049;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        border-radius: 0px 10px;
    }

.border-tital h3 {
    position: relative;
    padding-bottom: 10px;
}

    .border-tital h3::after {
        content: '';
        width: 100px;
        height: 4px;
        background: #003049;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        border-radius: 0px 10px;
    }

.compair-table tbody tr td i {
    font-size: 14px !important
}

.compair-table tbody tr td:first-child i.fas.fa-info-circle {
    margin-left: 5px;
}


.compair-table tbody tr:nth-child(2n) {
    background: rgb(6 111 172 / 11%);
    width: 100%;
}

.pricing-body-inner {
    padding: 0 15px;
}

.contact-tab-section {
    padding: 80px 0;
    width: 100%;
    display: inline-block;
}

    .contact-tab-section .content-wrapper {
        padding: 50px 15px 20px;
    }

.tab-content.active {
    display: block;
}

ul.tabs li.active {
    background: #003049;
    color: #fff;
}

.contact-tab-section ul.tabs {
    margin: 0;
    width: 100%;
    overflow: initial
}

.contact-tab-section .box-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    flex-direction: row-reverse;
}

    .contact-tab-section .box-content h3 {
        margin-bottom: 15px;
        text-align: left;
        font-size: 22px;
        color: #ff7b23;
    }

    .contact-tab-section .box-content .map {
        width: 100%;
    }

        .contact-tab-section .box-content .map iframe {
            width: 100%;
            height: 200px;
        }

    .contact-tab-section .box-content a {
        font-size: 16px;
        margin: 6px 0;
        width: 100%;
        display: inline-block;
        color: #212121;
    }

    .contact-tab-section .box-content .address {
        position: relative;
        padding-left: 38px;
        margin: 2px 0;
        display: inline-block;
        min-height: 30px;
    }

    .contact-tab-section .box-content .info li {
        margin: 4px 0;
        padding-left: 38px;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .contact-tab-section .box-content .address::before {
        content: '\f041';
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        color: #fff;
        font-weight: 900;
        position: absolute;
        left: 0;
        background: #003049;
        width: 23px;
        height: 23px;
        text-align: center;
        line-height: 23px;
        font-size: 10px;
        border-radius: 50%;
        top: 3px;
    }

    .contact-tab-section .box-content .info li i {
        width: 23px;
        height: 23px;
        text-align: center;
        line-height: 23px;
        border-radius: 50%;
        top: 6px;
        position: absolute;
        left: 0;
        color: #fff;
        background: #003049;
        font-size: 10px;
    }

.contact-tab-section .content-wrapper .box-list {
    flex-wrap: wrap;
    gap: 30px;
}

    .contact-tab-section .content-wrapper .box-list .box-content {
        width: 100%;
        border-right: none;
        flex-direction: row-reverse;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

        .contact-tab-section .content-wrapper .box-list .box-content:last-child {
            padding-bottom: 0px;
            border: none;
        }

.contact-tab-section .box-content .info-body {
    width: 56%;
    padding-left: 20px;
}

.contact-tab-section .content-wrapper .box-content .content {
    width: 56%;
    padding-left: 20px;
}
/*.contact-tab-section .inner {border: 1px solid #ccc;}*/
.contact-tab-section .inner ul.tabs {
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

    .contact-tab-section .inner ul.tabs li {
        border-radius: 0 !important;
        background: #fff;
        border-left: 1px solid #ccc;
    }

        .contact-tab-section .inner ul.tabs li.active {
            background: #003049;
            color: #fff;
        }

.tab-wrapper {
    background: #F6F6F6;
    margin-top: 15px;
}

.contact-tab-section {
    padding: 0 0 80px;
}

    .contact-tab-section .inner ul.tabs li {
        background: transparent;
        padding: 30px 0 !important;
        position: relative;
        border-right: 1px solid #ccc;
        border-right: 1px solid #ccc !important;
    }

    .contact-tab-section .inner ul.tabs {
        border: none;
    }

        .contact-tab-section .inner ul.tabs li::after {
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -10px;
            width: 0;
            height: 0;
            border: solid transparent;
            border-width: 10px;
            border-top-color: transparent;
            content: '';
            pointer-events: none;
        }

        .contact-tab-section .inner ul.tabs li.active::after {
            border-top-color: #003049;
        }

/*faq page start*/

@keyframes fake {
    from {
        opacity: 1;
    }

    to {
        opactity: 1
    }
}

/*.radio-tabs {
    display: flex;
    flex-flow: row;  
}*/

.radio-tabs .state {
    position: absolute;
    left: -10000px;
}


/* Tab button container */
.tabs {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    flex: 10%;
    /* border: 4px solid green; */
    align-self: flex-start;
}

/* Tab button */
.radio-tabs .tab {
    flex: none;
    display: flex;
    flex-flow: column;
    align-items: baseline;
    text-align: center;
    padding: 0em;
    background-color: #ffffff;
    /* padding-left: 15px; */
    border-bottom: 2px solid;
}

.faq ol li, .faq ul li {
    list-style: auto;
    margin-left: 15px;
}

.faq th {
    padding: 10px 20px;
    /* text-align: left; */
    text-align: left;
}

.faq table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0px;
}

.faq ol {
    padding: 10px 0px;
}

.faq b {
    margin: 10px 0px 5px;
    display: inline-block;
    font-size: 15px;
    color: #000;
}

.radio-tabs .tab:hover {
    border-bottom: 2px solid #ff7b23;
    opacity: 0.7;
}

    .radio-tabs .tab:hover::before {
        border-bottom: 2px solid #ff7b23;
        border-right: 2px solid #ff7b23;
    }

#radio1:checked ~ .tabs #first-tab, #radio2:checked ~ .tabs #second-tab,
#radio3:checked ~ .tabs #third-tab, #radio4:checked ~ .tabs #fourth-tab {
    color: #ff7b23;
    cursor: default;
    border-bottom: 2px solid;
}


.tab-label {
    font-size: 16px;
    line-height: 1.6rem;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.radio-tabs .panels {
    flex: 70%;
    /* background-color: #1e262d; */
    color: #5f5f61;
    padding: .5em;
    font-size: 14px;
}
/*.faq {
    margin: 60px 0px;
}*/
.radio-tabs .panel {
    display: none;
    /* margin-left: 30px; */
    margin-top: 50px;
}

#radio1:checked ~ .panels #first-panel,
#radio2:checked ~ .panels #second-panel,
#radio3:checked ~ .panels #third-panel,
#radio4:checked ~ .panels #fourth-panel,
#radio5:checked ~ .panels #five-panel {
    display: block;
}

.slide-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.slide-subtitle {
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
}

.left {
    text-align: left;
}

.slide-item {
    font-size: 1.4rem;
}

.radio-tabs .tab {
    position: relative;
    width: 20%;
    cursor: pointer;
}

    .radio-tabs .tab:before {
        content: "";
        height: 13px;
        width: 13px;
        background: #ffffff;
        position: absolute;
        right: 0px;
        transform: rotate(45deg);
        border-bottom: 2px solid;
        border-right: 2px solid;
        top: 90%;
        left: 50%;
        text-align: center;
    }

/*accordian*/
.acc-container {
    /* max-width: 700px; */
    width: 100%;
}

.acc {
    margin-bottom: 10px;
}

.acc-head {
    color: #1e2637;
    font-size: 17px;
    padding: 17px 20px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 50px;
    display: block;
    border: 1px solid rgba(227,227,227,.7);
    background-color: transparent;
    position: relative;
}

.career .acc-head {
    border-radius: 10px;
}

.acc-head::before, .acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #003049;
    transition: all .3s;
}

.acc-head::before {
    left: 30px;
    width: 3px;
    height: 15px;
    margin-top: -8px;
}

.acc-head::after {
    left: 24px;
    width: 15px;
    height: 3px;
    margin-top: -2px;
}

.acc-head.active p {
    color: #fff;
}

.acc-head p {
    color: #003049;
    /* font-weight: bold; */
    color: #1e2637;
    font-size: 17px;
    /* padding: 17px 20px; */
    font-weight: 400;
    padding-left: 35px;
}

.career .acc-head {
    background: #003049;
    color: #fff !important;
}

    .career .acc-head p {
        color: #ffffff;
    }

.post-position {
    position: absolute;
    right: 22px;
    top: 10px;
    background: #003049;
    padding: 7px 20px;
    color: #ffffff;
    border-left: 1px solid;
    /* border-radius: 10px; */
    font-size: 14px;
    text-transform: capitalize;
}

.career .acc-head::before, .career .acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    transition: all .3s;
}

.acc-head.active {
    background-color: #003049;
    color: #fff;
}

.acc-content {
    padding: 15px 10px 20px 55px;
    display: none;
    font-size: 15px;
    /*border: 1px solid #ddd;*/
}

.acc-head.active::before {
    transform: rotate(90deg);
    color: #fff;
}

.acc-head.active::after {
    background-color: #fff;
}

.faq-body {
    margin-top: 30px;
}


/*carrer page */

section.career {
    margin: 60px 0px;
}

.career .acc-content ul li b {
    min-width: 100px;
    display: inline-block;
    border-right: 3px solid #ff7b23;
    margin-bottom: 10px;
    margin-right: 10px;
    /* padding: 5px 10px; */
    /* border-radius: 0px 10px; */
    color: #ff7b23;
}

.career .acc-content {
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    padding: 0px;
    border-radius: 0px 0px 10px 10px;
}

.fulltime {
    background: #f5f5f5;
    padding: 10px 35px 35px;
}

.parttime {
    padding: 15px 35px 35px;
}

.detail-pera b {
    /* padding-bottom: 5px; */
    display: inline-block;
    border-bottom: 2px solid;
    margin-bottom: 10px;
    border-radius: 0px 5px 5px 0px;
    line-height: 30px;
    background: #003049;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    min-width: 174px;
}

.detail-pera {
    margin-top: 20px;
}

.job-detal {
    padding-bottom: 30px;
    /* border-bottom: 1px solid #ddd;*/
    /* margin-bottom: 30px; */
}

.job-type-head {
    position: relative;
}


.Click-here {
    cursor: pointer;
    transition: background-image 3s ease-in-out;
}

    .Click-here:hover {
        transition: background-image 3s ease-in-out;
    }

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: -20px;
    top: -25px;
    cursor: pointer;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    background: #003049;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid;
}

.model-body-wrap input {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 13px;
}

.model-body-wrap div {
    width: 49%;
}

.model-icon a {
    background: #ffffff;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
    color: #003049;
    border: 2px solid;
    color: #ff7b23;
}

.model-foot a.Click-here.btn.blue-btn {
    padding: 5px 15px !important;
    font-size: 12px !important;
    border-radius: 6px;
}

.model-foot {
    margin-top: 15px;
}

.pop-head {
    margin-bottom: 20px;
    background-color: #ddd;
    color: #fff;
    padding: 13px;
    margin: -20px -20px 20px;
    color: #003049;
    font-weight: 900;
    text-align: center;
    font-size: 18px;
}

.right-banner {
    min-height: 350px;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    text-align: right;
}

.left-banner p {
    font-size: 22px;
    padding-right: 25px;
}

.banner-part {
    padding: 30px 0px 30px;
}

.integration .box-cont {
    min-height: 370px;
    margin: 15px;
}

.about-body {
    padding: 0px 0px 80px 0px;
}

.acc-content a.btn {
    padding: 5px 12px !important;
    font-size: 12px !important;
    font-weight: 100;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
}
/*.solution-img img {
    width: 350px;
}*/
.img-left {
    text-align: left;
    border-right: 1px solid #ddd;
    border-left: 10px solid #003049;
    border-radius: 10px;
}

.img-right {
    text-align: right;
    border-left: 1px solid #ddd;
    border-right: 10px solid #003049;
    border-radius: 10px;
}

.solution-block {
    /* border: 1px solid #ddd; */
    margin-bottom: 40px;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.solution-img {
    background-color: #fff;
    /* padding: 40px 0px; */
    position: relative;
    display: flex;
    width: 300px;
    min-height: 270px;
    display: flex;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
}

.img-left:before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: -11px;
    background: #fff;
    transform: rotate(45deg);
    top: 48%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.img-right:before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: -11px;
    background: #fff;
    transform: rotate(45deg);
    top: 48%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.box-body {
    background-color: rgb(255 123 35 / 15%);
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.integration .box-cont img {
    margin-bottom: 20px;
    height: 70px;
    width: auto !important;
    border: 1px dashed;
    padding: 10px;
    border-radius: 10px;
    box-shadow: -2px 15px 15px rgb(0 0 0 / 10%);
}

.integration .service-box {
    margin-bottom: 50px;
}

.integration .box-cont b {
    font-size: 14px;
    /* margin-bottom: -1px; */
    display: block;
    margin: 10px 0px 0px;
}

.business-design .service-box img {
    height: 79px;
    border: 2px solid #234a98;
    border-radius: 100%;
    padding: 3px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 5px 15px 24px -8px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
}

.small-business h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.small-business p {
    color: #b1abab;
    /* font-size: 16px; */
}

.small-business {
    margin-bottom: 50px;
}

.solution-block {
    background-color: #fff;
}

.healthcare-solution {
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.healthcare {
    padding-top: 50px;
}

.setup-plan {
    padding: 50px 0px;
}

.input-number {
    text-align: center;
}


/*input number*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* not necessary*/

.quantity-block {
    margin: auto;
    font-size: 20px;
}

.quantity-arrow-minus, .quantity-arrow-plus {
    cursor: pointer;
    font-size: 20px;
    padding: 5px 12px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    border: 1px solid;
    background: #003049;
    color: #fff;
}

.quantity-num {
    font-size: 20px;
    padding: 5px;
    border-radius: 4px;
    outline: none;
    text-align: left;
    width: 65px;
    border: 1px solid #003049;
}

/*#accordion input {
    display: none;
}*/

.radio-input input[type="radio"] {
    position: absolute;
    top: 20px;
    left: 15px;
    height: 20px;
    width: 20px;
}

.radio-input {
    position: relative;
}

#accordion .contact-accordian label {
    background: #fff;
    border-radius: .25em;
    cursor: pointer;
    display: block;
    margin-bottom: .125em;
    padding: 1em 3em !important;
    z-index: 20;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

    #accordion .contact-accordian label:hover {
        background: #00304912;
    }

#accordion .contact-accordian input:checked + label {
    background: #003049;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: white;
    margin-bottom: 0;
}

.radio-accodian #accordion article {
    background: #ffffff;
    height: 0px;
    overflow: hidden;
    z-index: 10;
}

    .radio-accodian #accordion article p {
        padding: 1em;
    }

.radio-accodian #accordion input:checked article {
}

.radio-accodian #accordion input:checked ~ article {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    height: auto;
    margin-bottom: .125em;
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 15px;
}

.radio-accodian input[type="radio"] {
    -webkit-appearance: auto !important;
}

.input-bottom-border {
    font-size: 15px;
    line-height: 1.5;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%238C92A0' d='M11.44 10.73l4.41 4.42a.5.5 0 1 1-.7.7l-4.42-4.41a6.5 6.5 0 1 1 .7-.7v-.01zM6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z'></path></svg>");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 15px 15px;
    border-bottom: 1px solid #C5CBD5;
    width: 400px;
    /* margin-bottom: 35px; */
    padding: .5em 1em .5em 2.5em;
}

.serch-border {
    font-size: 16px;
    line-height: 1.5;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
    border-bottom: 1px solid #C5CBD5;
    width: 400px;
    padding: .5em 1em .5em 0em;
}

.set-plan-box {
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    padding: 30px 10px;
    border-radius: 10px;
}

section.radio-accodian {
    margin-bottom: 50px;
    margin-top: 50px;
    width: 90%;
    margin: 50px auto;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
    }

        .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #003049;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #003049;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .form-group label b {
        padding-left: 10px;
        font-size: 16px;
    }

.input-bottom-border::placeholder {
    color: #838D99;
}

.input-bottom-border:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #84A2FA;
}

.select-wrapper {
    position: relative;
    width: 350px;
}

    .select-wrapper::after {
        color: black;
        content: '▾';
        margin-right: 10px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 7px;
        font-size: 20px;
    }

.select {
    -moz-appearance: auto;
    -webkit-appearance: auto;
    background: white;
    border: none;
    border-radius: 0;
    cursor: pointer;
    color: #9ca5b2;
    padding: 11px;
    width: 100%;
    font-size: 15px;
    width: 400px;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid #C5CBD5;
    font-family: 'poppinsregular';
}

    .select:focus {
        color: black;
    }

    .select::-ms-expand {
        display: none;
    }

.form-tital h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 25px;
    color: #003049;
}

select.select option {
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
}

.contact-info .select {
    padding-left: 0px;
}

.standard-plan #button-4 {
    margin: 15px 0px;
}

.standard-plan td {
    padding: 7px 0px 10px 0px;
    /* border: 1px solid; */
    vertical-align: baseline;
}

.standard-plan tfoot td {
    border-top: 1px solid #000;
}

.standard-plan td b {
    font-size: 15px;
}

.std-plan-box .back {
    margin: 10px 0px;
    font-size: 12px;
    text-align: right;
    margin-bottom: 30px;
    margin-right: 25px;
}

.plan-box {
    background: #f5f4f4;
    padding: 30px;
    border-radius: 10px;
}

    .plan-box p {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 12px;
    }

.radio-accodian h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
    /* margin-top: 40px; */
    font-weight: 500;
    font-family: 'poppinsregular';
}

.contact-info input {
    margin-bottom: 15px;
    /* margin-right: 20px; */
}

.contact-tital {
    margin-top: 35px;
    margin-bottom: 35px;
}

.contact-1 {
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 25px 20px;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    background: #fff;
}

p.policy {
    margin-top: 0;
    font-family: "Ringcentral Sans",sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #8c8c8c;
    margin-bottom: 40px;
}

.setup-plan-box {
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    margin-top: 0px;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

ul.checkout li, ul.checkout li a {
    font-size: 14px;
    color: #8c8c8c;
    list-style: circle;
    margin-left: 21px;
    line-height: 27px;
}

    ul.checkout li a {
        margin-left: 0px;
    }

.solution-img img {
    width: 280px;
    padding: 40px 30px;
}

.healthcare-solution .solution-text b {
    margin-top: 10px;
    display: block;
    color: #ff7b23;
}

.banner-bg {
    background-color: #f6f6f6;
}

.call-box {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.call-img {
    margin-bottom: 20px;
}

.call-text h3 {
    color: #003049;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
}

.top-header .title {
    max-width: 1040px;
    margin: 0px auto;
}

    .top-header .title h2 {
        line-height: 50px;
    }

.top-header {
    padding-top: 40px;
    margin-top: 30px;
}

.bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.voip-ndroid {
    padding: 50px 0px 0px;
    color: #fff;
    text-align: center;
}

.voip-phone {
    text-align: left;
}

.ndroid-box {
    padding: 40px 30px;
}

    .ndroid-box h3 {
        margin: 20px 0px;
        color: #fff;
        border-bottom: 1px solid;
        padding: 10px;
        text-align: left;
    }

.reliability {
    padding: 70px;
}

.voip-ndroid .banner-bottom-text p {
    font-weight: 100;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    max-width: 100%;
}

.voip-ndroid a {
    font-size: 14px;
    color: #898989;
    line-height: 25px;
    display: inline-block;
    border-bottom: 1px solid;
    letter-spacing: 1px;
}

.voip-ndroid .banner-bottom-text:before {
    top: auto;
    bottom: -155px;
}

.ndroid-box img {
    border-radius: 10px;
}

.set-img-block {
    min-height: 500px;
    border-radius: 30px;
}

.set-up {
    margin: 70px 0px;
}

.set-up-text {
    background: #fff;
    padding: 50px 30px;
    border-radius: 50px 0px;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    margin: 50px 0px;
}

.set-text-right {
    margin-left: -100px !important;
}

.set-text-left {
    margin-right: -100px !important;
    position: relative;
    z-index: 1;
}

.set-up-text ul li {
    list-style: circle;
    margin-left: 20px;
    color: #ff7b23;
}

.multi-doted-bg {
    position: relative;
    overflow: hidden;
}

    .multi-doted-bg:before {
        content: "";
        background-image: url(../images/doted-3.png);
        height: 300px;
        width: 300px;
        display: block;
        position: absolute;
        right: 0px;
        border: 0px;
        bottom: -85px;
        background-position: unset;
        background-size: contain;
        transform: rotate(143deg);
        border-radius: 55px;
        z-index: -1;
        background-repeat: no-repeat;
    }

.doted-bg {
    position: relative;
    overflow: hidden;
}

    .doted-bg:before {
        content: "";
        background-image: url(../images/doted-2.png);
        height: 300px;
        width: 300px;
        display: block;
        position: absolute;
        right: -176px;
        border: 0px;
        bottom: -75px;
        background-size: contain;
        transform: rotate(45deg);
        border-radius: 55px;
        z-index: -1;
    }

.box-bg:before {
    content: "";
    background-image: url(../images/vector-row-bg-5.jpg);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    /* right: -176px; */
    border: 0px;
    /* bottom: -75px; */
    background-size: contain;
    /* transform: rotate(45deg); */
    border-radius: 55px;
    z-index: -1;
    top: -42px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

.set-up h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
}

.set-up a {
    display: inline-block;
    color: #003049;
    border-bottom: 1px solid;
}

.set-up .border-tital h2::after {
    left: 80px;
}

.platform {
    border: 1px solid #ddd;
    margin: 0px -15px;
    padding: 65px 20px 20px;
    position: relative;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.platform-img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    position: absolute;
    top: -55px;
    left: 50%;
    background: #fff;
    justify-content: center;
    transform: translate(-50%, 10px);
    PADDING: 5px;
}

.border-right {
    border-right: 1px solid #003049;
}


/*small-business page tabbing*/




.page-tab-active a {
    background: #fff;
    border-bottom-color: transparent;
    color: #2db34a;
    cursor: default;
}

ul.page-tabs-nav li a {
    margin: 10px 10px;
    color: #003049;
    display: block;
    font-weight: 500;
    border: 1px dashed;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    white-space: nowrap;
}

/*.page-tabs .tab-nav {
    border-bottom: 1px solid #ddd; 
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%); 
    margin-top: -50px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
}*/
ul.page-tabs-nav {
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    /* padding-top: 20px; */
    margin-top: -45px;
    padding: 12px 20px;
    border-radius: 50px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

/*.tab-nav:after {
    content: "";
    height: 80px;
    width: 80px;
    display: block;
    background-color: #ff7b23;
    position: absolute;
    bottom: -58px;
    transform: rotate(45deg);
    border-radius: 20px;
    right: -18px;
}*/

.small-business-banner {
    padding: 30px 0px 100px;
}

.page-tabs li.tab-active a {
    background-color: #003049;
    color: #fff !important;
}

.page-tabs li a:hover {
    background-color: #003049;
    color: #fff !important;
}

.tab-nav.contact-tab-nav {
    background-color: #003049;
    padding: 30px;
    color: #fff;
    border-radius: 0px;
}

.contact-tab-nav ul.page-tabs-nav li a {
    color: #ffffff;
}
/*.contact-banner {
    background: #003049;
    padding: 30px 20px 70px;
    color: #fff;
}*/
/*.contact-banner h2::after {    
    background: #ffffff;
   
}*/
.contact-map ul.page-tabs-nav li a {
    min-width: 160px;
    text-align: center;
    padding: 10px;
}

.contact-tab-nav .tab-active a {
    background-color: #f77f00 !important;
    color: #fff !important;
}

.contact-tab-nav li a:hover {
    background-color: #003049;
    color: #003049 !important;
}

i.fa.fa-phone {
    transform: rotate(90deg);
}

.contact-map h3 {
    /*margin-bottom: 15px;*/
    text-align: left;
}

/*.contact-map .tab-nav {
    border-bottom: 1px solid #ddd; 
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%); 
    margin-top: -50px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    width: 85%;
    margin: -50px auto 0px;
}*/

.contact-map .small-business {
    margin: 0px -15px;
}

.contact-tab-dis {
    border: 10px solid #fff;
    border-radius: 5px;
    margin: 15px;
    position: relative;
    padding: 20px 20px 50px;
    min-height: 505px;
    background: #004b950d;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    color: #003049;
}

    .contact-tab-dis a {
        color: #003049;
    }

    .contact-tab-dis li a:hover {
        color: #ff7b23 !important;
        background: transparent !important;
    }

    .contact-tab-dis .address i {
        position: absolute;
        left: -35px;
        color: #003049;
        font-size: 15px;
        top: 0px;
    }

.address, .info li {
    position: relative;
    margin-left: 35px;
    font-size: 13px;
    letter-spacing: .8px;
    color: #000;
}

.info i {
    position: absolute;
    left: -35px;
}

.info li {
    margin-top: 10px;
}

a.direction {
    margin-top: 14px;
    display: inline-block;
    margin-left: 30px;
    font-weight: 500;
    color: #ff7b23;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 15px;
    font-size: 13px;
}

/*iframe {
    width: 97%;
    height: 299px;
    border: 10px solid #fff !important;
    border-radius: 5px; 
    position: relative;
    padding: 10px; 
    background: #004b950d;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
}*/

.contact-design {
    padding-bottom: 50px;
}

.contact-page-tab-nav i {
    position: relative;
    top: 3px;
}

.support-tab .tab-nav {
    margin: -40px auto 0px;
}

.support-tab p {
    color: #b1abab;
    font-size: 14px;
}

.support-tab .service-box p {
    min-height: 125px;
}

.support-tab input, textarea {
    margin-bottom: 15px;
    /* margin-right: 20px; */
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
    width: 100%;
    font-family: 'poppinsregular';
}

textarea {
    min-height: 100px;
}

input.btn {
    width: auto;
    margin: 0px auto;
    display: block;
}

.bottom-section input.btn {
    width: auto;
    margin: 30px 0px 0px 0px;
    display: block;
}

.platform .quote-icon {
    width: auto;
    text-align: center;
    margin-bottom: 25px;
    position: absolute;
    top: 20px;
    transform: rotate(180deg);
}

.platform.doted-bg:before {
    bottom: -190px;
}

.platform .content {
    border-bottom: 4px double #ddd;
    padding-bottom: 20px;
}

.testimonial-slder .platform {
    border: none;
    margin: 0px 18px;
    padding: 65px 20px 20px;
    position: relative;
    box-shadow: none;
    border-radius: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.support-form .control-group {
    padding: 0px 20px;
    position: relative;
}

.testimonial-slder button.owl-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}

.testimonial-slder button.owl-next {
    position: absolute;
    top: 40%;
    right: -50px;
}

.faq .tab-nav ul li {
    list-style-type: none;
    margin: 0px;
    min-width: 150px;
    text-align: center;
}

#button {
    display: inline-block;
    background-color: #003049;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    line-height: 50px;
    transform: rotate(-90deg);
    color: #fff;
    border: 2px solid #fff;
}

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

.menu-img-block img {
    /* padding-left: 30px; */
    /* height: 155px; */
    margin: 0px auto;
    display: block;
    margin-bottom: 30px;
    /* border-radius: 10px; */
    width: 70%;
    border: 10px solid #fff;
    border-radius: 20px;
}

.menu-img-div ul.menuopen {
    padding-right: 0px;
}

.box-bg-right:before {
    content: "";
    background-image: url(../images/vector-row-bg-5.jpg);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    border: 0px;
    background-size: contain;
    border-radius: 55px;
    z-index: -1;
    top: auto;
    right: 0px;
    bottom: -42px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
    LEFT: AUTO;
    transform: rotate(180deg);
}

.solution-text h3 {
    border-bottom: 2px dotted;
    /* display: inline-block; */
    padding-bottom: 10px;
}

.solution-block {
    position: relative;
    overflow: hidden;
}

.solution-block-right:before {
    content: "";
    background-color: #ff7b2391;
    height: 93px;
    width: 100px;
    display: block;
    position: absolute;
    bottom: -45px;
    right: -29px;
    border-radius: 21px;
    transform: rotate(50deg);
    opacity: 0.1;
}

.solution-block-left:before {
    content: "";
    background-color: #ff7b2391;
    height: 93px;
    width: 100px;
    display: block;
    position: absolute;
    bottom: -45px;
    left: -29px;
    border-radius: 21px;
    transform: rotate(39deg);
    opacity: 0.1;
}

.solution-text b {
    padding-top: 10px;
    display: inline-flex;
}

li.menu-img-block h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.plan-head {
    padding: 20px 25px;
    background: #f3f3f3;
    /* margin: 0px -15px; */
    /* min-height: 190px; */
    margin-bottom: 30px;
    /* color: #fff; */
    text-align: center;
}

    .plan-head b {
        /* margin: 10px 0px; */
        display: block;
        line-height: 20px;
        padding: 10px 0px;
        font-size: 14px;
    }

.start-price {
    background: #ffffff;
    color: #003049;
    padding: 5px 15px;
    border-radius: 0px 10px;
    display: table;
    margin: -45px auto 30px 25px;
    font-size: 13px;
    line-height: 23px;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    border: 1px dashed;
}

.enterprise-cont ul li {
    width: 50%;
    margin-bottom: 10px;
    list-style-type: none;
    padding-right: 40px;
    position: relative;
    padding-left: 25px;
}
/*.enterprise-left-img .enterprise-cont ul li {
    width: 50%;
    margin-bottom: 10px;
    list-style-type: none;
    padding-right: 40px;
    position: relative;
    padding-left: 25px;
}*/
.enterprise-plan-text {
    background: #ffff;
    padding: 25px 25px 50px;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    position: relative;
    /* clip-path: inset(20px); */
    /* background-color: #000; */
    z-index: 1;
}

.enterprise-left-img .enterprise-plan-text {
    margin: 55px 0px 40px -55px;
}

.enterprise-right-img .enterprise-plan-text {
    margin: 55px -55px 40px 0px;
}

.enterprise-plan-img:before {
    padding: 10px;
    border: 10px double #003049;
    position: relative;
    /* z-index: -1; */
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    /* z-index: -1; */
    /* border-top: none; */
}

.enterprise-left-img .enterprise-plan-img:before {
    margin: 28px;
}

.enterprise-right-img .enterprise-plan-img:before {
    margin: 28px -28px;
}

.enterprise-plan-text .plan-btn {
    position: absolute;
    bottom: 20px;
    /* right: 25px; */
    left: 40px;
}

.ent-plan-body .doted-bg:before {
    right: -240px;
    z-index: auto;
}

.enterprise-cont ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 100%;
    border: 2px solid #ff7b23;
}

a.ent-link.blue-link {
    padding-top: 0px !important;
    margin-left: 15px;
}

.testimonial-slider-body {
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
}


.content {
    position: relative;
    width: 95%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px;
    /*  box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);*/
    border-radius: 10px;
}

    .content .content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content:hover .content-overlay {
        opacity: 1;
    }

.content-image {
    width: 100%;
    padding: 80px;
    text-align: center;
    display: block;
    margin: 0px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    /* letter-spacing: 0.15em; */
    margin-bottom: 0.5em;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 5px;
    line-height: 20px;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-top {
    top: 20%;
}

.custom-model-main form {
    width: 48%;
}

/*09-05-2023*/

/* Plugin Style Start */
.kwt-file {
    max-width: 380px;
    margin: 0px;
    width: 100% !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px 5px;
}

.kwt-file__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100% !important;
    padding: 0px;
    background-color: #fff;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07); */
    transition: 0.3s;
}

    .kwt-file__drop-area.is-active {
        background-color: #d1def0;
    }

.kwt-file__choose-file {
    flex-shrink: 0;
    background-color: #1d3557;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .kwt-file__choose-file.kwt-file_btn-text {
        border-radius: 4px;
        width: auto;
        height: auto;
        padding: 10px 20px;
        font-size: 14px;
    }

    .kwt-file__choose-file svg {
        width: 15px;
        height: 15px;
        display: block;
    }

.kwt-file__msg {
    color: #1d3557;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kwt-file__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    .kwt-file__input:focus {
        outline: none;
    }

.kwt-file__delete {
    display: none;
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    .kwt-file__delete:after {
        content: "";
        position: absolute;
        opacity: 0;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%) scale(0);
        /*background-color: #1d3557;
     border-radius: 50%;
     transition: 0.3s;*/
    }
/* .kwt-file__delete:hover:after {
     transform: translate(-50%, -50%) scale(2.2);
     opacity: 0.1;
}*/


/*vertical tabbing */

/* Style the tab */
.ent-vertical-tab .tab {
    border-right: 1px solid #ccc;
}

.ent-tabbing {
    padding: 60px 0px;
}

.resorce-tab {
    padding: 80px 0px;
}

.tab-box img {
    margin-bottom: 15px;
}

/* Style the buttons inside the tab */
.ent-vertical-tab .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}


/* Style the tab content */
.ent-vertical-tab .tabcontent {
    padding: 0px 12px;
    /* border: 1px solid #ccc; */
    border-left: none;
    height: 100%;
}

.tab-box {
    padding: 20px;
    text-align: center;
    font-size: 13px;
    position: relative;
    margin-bottom: 30px;
}

    .tab-box:after {
        content: "";
        height: 1px;
        width: 250px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-align: center;
        margin: 0px auto;
        border-radius: 10px 0px;
        background-color: #ff7b23;
    }

.ent-vertical-tab p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 15px;
}


button.tablinks.active {
    position: relative;
    background-color: #234a99;
}

    button.tablinks.active:after {
        content: "";
        height: 15px;
        width: 15px;
        background-color: #234a99;
        display: block;
        position: absolute;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        right: -8px;
        /* z-index: -1; */
        top: 43%;
        transform: rotate(-45deg);
        /* border-right: 10px solid #ffffff; */
        /* border-bottom: 10px solid #ffffff; */
    }

.more-phone {
    margin-top: 20px;
}

.resorce-tab ul li img {
    height: 50px;
    margin-right: 11px;
}

.resorce-tab ul li {
    border: 1px solid #ddd;
    /* margin: 0px 10px; */
    border-radius: 0px 20px;
    padding: 14px;
    width: 24%;
}

.blog-detail-user .blog-content p, .blog-detail-user .blog-content span {
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 22px !important;
    font-weight: 100 !important;
    display: inline-block !important;
    color: #000 !important;
    font-family: 'poppinsregular' !important;
}

.blog-detail-user .blog-cont {
    padding: 55px 15px 30px;
    min-height: 320px;
}
 .area-code .blog-cont {
    padding: 25px !important;
    min-height: 300px !important;
    text-align: justify;
}
.area-code .blog-content {   
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 130px;
}

.blog-detail-user a.blog-read {
    padding: 25px 0px 0px !important;
    position: absolute;
    bottom: 15px;
}

.img-page-box {
    margin: 0px auto;
    width: 85%;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    border-radius: 20px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
}

.img-text-content .enterprise-plan-text {
    border-radius: 25px;
}

.img-text-content {
    margin-bottom: 50px;
    margin-top: 50px;
}

.sidebar {
    width: 100%;
    right: 0;
    bottom: auto;
    position: sticky;
    top: 100px;
    /* padding: 55px 15px 20px; */
    background: #004b950d;
    border-top: 1px solid #004b950d;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    border: 10px solid #fff;
    padding: 15px;
}

.blog-menu .sidebar a:hover {
    color: #ff7b23;
    margin-left: 20px;
    transition: 0.4s;
}

.blog-menu .sidebar li {
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

    .blog-menu .sidebar li:before {
        content: "";
        height: 10px;
        width: 10px;
        display: block;
        position: absolute;
        top: 15px;
        left: 0px;
        border-radius: 100%;
        border: 2px solid #ff7b23;
    }

.blog-menu ul li a {
    color: #003049 !important;
}

aside ul li a.active {
    color: #ff7b23 !important;
}

.business-design .service-box {
    padding: 0px 15px;
    margin-bottom: 55px;
}

.set-up .border-tital h2::after {
    left: 80px;
}

.product-page .page-tabs .tab-nav {
    background-color: #003049;
    color: #fff;
    padding: 10px 0px 12px;
    margin-top: -25px;
}

.product-page .small-business {
    margin: 0px -8px;
}

.product-page ul.page-tabs-nav li a {
    margin: 10px 20px;
    color: #ffffff;
    border: none;
    border-bottom: 1px dashed;
    padding: 5px 0px;
    border-radius: 0px;
}

.product-page .page-tabs ul li a {
    font-size: 14px;
    color: #fff;
    margin: 0px 20px;
}

.product-page .small-business p {
    color: #003049;
    font-size: 15px;
    text-align: left;
}

.product-page .business-design .service-box {
    padding: 0px 15px;
    margin-bottom: 15px;
}

    .product-page .business-design .service-box img {
        height: 65px;
        margin-right: 20px;
    }

.product-page .box-border {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 0px 10px;
    margin-bottom: 25px;
    background: #fff;
    background: rgb(0 75 149 / 5%);
    /* box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);*/
}

.product-page .tab-nav:after {
    display: none;
}

.product-plan-body .doted-bg:before, .product-plan-body .doted-bg:before {
    right: -240px;
    z-index: -1;
}

.services-discription h3 {
    text-align: left;
}

.product-plan-body .plan-head {
    padding: 20px 25px 10px 25px;
}

.product-plan-body .contact-design {
    padding: 0px;
}

.product-plan-body .acc-head {
    padding: 12px 20px;
}

.product-plan-body .acc-content p {
    font-size: 13px;
}

.product-plan-body h6 {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.services-discription {
    padding: 0px 0px 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
}

    .services-discription:last-child {
        border: none;
    }

.product-plan-body h6 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 8px;
    padding-top: 10px;
    font-weight: 100;
}

.product-plan-body {
    background-color: #f7f9fe;
    margin-top: 80px;
    padding-bottom: 100px;
}

.term-condition p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
}

.term-condition i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #ff7b23;
}

.i-position {
    position: relative;
}

.term-condition {
    padding: 0px 30px;
}

.product-plan-body .plan-head h3 {
    text-align: left;
    font-size: 25px !important;
    font-weight: normal;
}

.product-plan-body .plan-head {
    text-align: left;
    font-size: 14px;
}

    .product-plan-body .plan-head b {
        /* margin: 10px 0px; */
        display: block;
        line-height: 20px;
        padding: 10px 0px 15px;
        font-size: 14px;
    }

.top-text {
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
}

.product-platform .platform {
    margin: 35px 6px;
    padding: 50px 20px 20px;
}

.product-platform .platform-img img {
    height: 63px;
    padding: 2px;
    padding: 4px;
    border-radius: 100%;
    width: auto;
}

.product-platform .platform-img {
    height: 80px;
    width: 80px;
    border: 2px solid #244a99;
    /* padding: 4px; */
    background: #f2f6fa;
}

.product-platform .platform-text p {
    font-size: 14px;
    padding-top: 12px;
}

.product-platform .platform-text h3 {
    font-size: 16px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.service-box h3 {
    font-size: 18px;
}

section.banner .text.left {
    padding-top: 50px;
}

embed {
    min-height: 800px !important;
}

.integration .box-cont .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 10px);
    width: max-content;
    border-radius: 20px;
    padding: 5px 30px !important;
}

.banner .right.banner-img {
    border-radius: 40px;
    overflow: hidden;
}



/*value switch*/

.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #003049;
    line-height: 2.6rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

    /* input (radio) for toggling. hidden - use labels for clicking on */
    .switches-container input {
        visibility: hidden;
        position: absolute;
        top: 0;
    }

    /* labels for the input (radio) boxes - something to click on */
    .switches-container label {
        width: 50%;
        padding: 0;
        margin: 0;
        text-align: center;
        cursor: pointer;
        color: #fff;
    }

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: #fff;
    height: 100%;
}

    /* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
    .switch div {
        width: 100%;
        text-align: center;
        opacity: 0;
        display: block;
        color: #003049;
        transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
        will-change: opacity;
        position: absolute;
        top: 0;
        left: 0;
    }
/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.single-blog ul li {
    list-style: inherit;
    margin-left: 25px;
}

.contact-design. .base33 {
    width: 33%;
}

.content.contact-tab-dis h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    padding-top: 20px;
    font-size: 16px;
}

.map {
    border: 10px solid #fff;
    border-radius: 5px;
    /* margin: 15px; */
    position: relative;
    padding: 10px;
    min-height: 410px;
    background: #004b950d;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    color: #003049;
    margin-bottom: 30px;
}

    .map iframe {
        width: 100%;
        height: 100%;
    }

.video-box {
    /* min-height: 224px; */
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
}

    .video-box video {
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        width: 90%;
        min-height: 270px;
    }

span.viewer {
    color: #828384;
    font-size: 12px;
    line-height: 1.5;
}

.video-box h4 {
    text-transform: capitalize;
    margin: 10px 0px 0px;
    min-height: 55px;
    font-weight: 500;
}

a.play-icon {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 100%;
    line-height: 65px;
    color: #f77729;
    font-size: 28px;
}

.video-wrapper {
    position: relative;
}

    .video-wrapper > video {
        width: 100%;
        vertical-align: middle;
    }

        .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
            display: none;
        }

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    /* background-image: linear-gradient(transparent, #00000014); */
    transition: opacity 150ms;
}

.video-box .box-pd {
    /*padding: 15px;*/
    background: #004b950d;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    color: #003049;
    border: 10px solid #ffff;
    border-radius: 10px;
}

.video-body {
    margin: 0px -15px;
}

video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.one-time-popup .popup-link {
    display: flex;
    flex-wrap: wrap;
}

    .one-time-popup .popup-link a {
        background: #333;
        color: #fff;
        padding: 10px 30px;
        border-radius: 5px;
        font-size: 17px;
        cursor: pointer;
        margin: 20px;
        text-decoration: none;
    }

.one-time-popup .popup-container {
    /*visibility: hidden;
    opacity: 0;*/
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0 !important;
    z-index: 1024;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.one-time-popup .popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 42%;
    position: relative;
    max-width: 690px;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.25);
    margin: 0 auto;
    padding: 30px 50px 30px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .one-time-popup .popup-content p {
        font-size: 12px;
        padding: 10px 0px;
        line-height: 20px;
    }

.one-time-popup a.pp-policy {
    color: #f77f00;
    font-size: 14px;
    text-decoration: underline;
}

.one-time-popup .popup-content a.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

    .one-time-popup .popup-content a.close:hover {
        color: #333;
    }

.one-time-popup .popup-content span:hover,
.one-time-popup .popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.one-time-popup .popup-container {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .one-time-popup .popup-container:target body {
        overflow: hidden;
    }

    .one-time-popup .popup-container h3 {
        margin: 10px;
    }

.one-time-popup .popup-style-5 {
    top: 100%;
}

    .one-time-popup .popup-style-5:target {
        top: 0;
        z-index: 1030;
        overflow-y: auto;
    }

.one-time-popup .pop-up-input input, .one-time-popup .pop-up-input select {
    width: 100%;
    color: #222;
    z-index: 1;
    border-radius: 4px;
    background-color: transparent;
    padding: 10px 0 10px 12px;
    font-size: 13px;
    border: 1px solid #8c8c8c;
    transition: margin-bottom .3s;
}

.one-time-popup span.required {
    display: inline-block;
    font-size: 14px;
    color: #222;
    margin-left: 32px;
}

.one-time-popup .pop-up-cont img {
    width: 70px;
    display: block;
    margin: 0px auto;
}

.one-time-popup .input-field {
    position: relative;
    margin-bottom: 20px;
}

    .one-time-popup .input-field label {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        color: #003049;
        font-size: 12px;
        pointer-events: none;
        transition: 0.3s;
    }

    .one-time-popup .input-field input:focus ~ label,
    .one-time-popup .input-field input:valid ~ label {
        top: 0;
        left: 15px;
        font-size: 12px;
        padding: 0 2px;
        background: #fff;
    }

iframe.video {
    width: 100%;
    height: 100%;
    min-height: 215px;
}

.video-header {
    padding: 0px 15px 15px;
}

.contact-block-img p {
    padding: 100px 10px;
    color: #fff !important;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    position: relative;
}

.contact-block-img {
    margin: -20px -20px 0px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    position: relative;
}

    .contact-block-img:hover {
        transform: scale(1.1);
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .contact-block-img:before {
        content: "";
        background: #000;
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        opacity: 0.4;
    }

section.callback-top-body .text {
    min-height: 50px;
}

.country-flag-body {
    position: relative;
}

.country-position {
    position: absolute;
    top: -75px;
    left: 34px;
    background: white;
    /*padding: 5px 10px;*/
    border-radius: 10px;
    box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
}

.country-flag-body img {
    margin: 5px;
    width: 20px;
}

div.dropdown {
    position: relative;
    width: 160px;
}

    div.dropdown:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 16px;
        height: 17px;
        background-image: url('../images/down.png');
        top: 15px;
        right: 10px;
        -webkit-transition: .3s;
        transition: .3s;
    }

    div.dropdown.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    div.dropdown > div.caption {
        background: #F8F9FB;
        border-radius: 12px;
        cursor: pointer;
        padding: 12.5px 10px 12.5px 50px;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

    div.dropdown > div.list {
        position: absolute;
        background-color: #fff;
        width: 100%;
        border-radius: 12px;
        -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
        box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
        transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        top: 52px;
        z-index: -1;
        text-transform: uppercase;
        visibility: hidden;
        padding: 10px 0;
    }

    div.dropdown.open > div.list {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        z-index: 1;
        visibility: visible;
    }

    div.dropdown > div.list > div.item {
        padding: 10.5px 15px 10.5px 50px;
        cursor: pointer;
        -webkit-transition: .3s;
        transition: .3s;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.3px;
    }

        div.dropdown > div.list > div.item.selected {
            background: rgba(36, 60, 187, 0.2);
            pointer-events: none;
        }

        div.dropdown > div.list > div.item:hover {
            background: #F8F9FB;
        }

        div.dropdown > div.caption img, div.dropdown > div.list > div.item img, div.dropdown > div.caption svg, div.dropdown > div.list > div.item svg {
            position: absolute;
            margin-top: 0.5px;
            left: 10px;
        }

        div.dropdown > div.list > div.item span, div.dropdown > div.caption span {
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.3px;
            color: #243CBB;
            position: absolute;
            right: 33px;
        }

        div.dropdown > div.list > div.item span {
            right: 15px;
        }


.blink_me {
    animation: blinker 3.5s linear infinite;
}

/*@keyframes blinker {
    50% {
        opacity: 0
    }
}*/
@keyframes blinker {
    0% {
        color: #FF7B23;
    }

    40% {
        color: yellow;
    }

    60% {
        color: #fff;
    }

    100% {
        color: #abb6ba;
    }
}

@-webkit-keyframes blink {
    0% {
        color: #FF7B23;
    }

    40% {
        color: yellow;
    }

    60% {
        color: #fff;
    }

    100% {
        color: #abb6ba;
    }
}

/*added 21-10-2023*/

article > input, article > select {
    margin: 0px 10px;
}

.setup-cont-header {
    background-color: #f5f4f4;
    margin: -25px -20px 25px;
    padding: 25px 20px 0px;
    border-bottom: 1px solid #ddd;
}

.leftaero-box h3 {
    margin-bottom: 0px;
    font-size: 18px;
}

.setup-cont-header .small-h2 {
    position: relative;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 14px;
}

.floating-label-group {
    /*margin: 20px 0;*/
    position: relative;
    display: inline-block;
    width: 100%;
}

    .floating-label-group > span {
        padding: 0px 10px;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 20px;
        transition: 0.2s;
        transition-timing-function: ease;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        opacity: 0.5;
        font-size: 13px;
        /* line-height: 39px; */
    }

    .floating-label-group input {
        padding: 10px;
    }

    .floating-label-group > input:focus + span, .floating-label-group > input:not(:placeholder-shown) + span {
        opacity: 1;
        transform: scale(0.75) translateY(-125%) translateX(-6px);
        background-color: #fff;
    }
    /* For IE Browsers*/
    .floating-label-group input:focus + span, .floating-label-group input:not(:-ms-input-placeholder) + span {
        opacity: 1;
        transform: scale(0.75) translateY(-100%) translateX(-30px);
    }

.radio-input input, .radio-input select {
    margin-right: 15px;
    width: 47%;
    margin-bottom: 10px;
}

.error-msg {
    width: 50%;
    position: relative;
}

    .error-msg select {
        width: 95%;
    }


    .error-msg span.field-validation-error {
        color: red;
        font-size: 14px;
        position: absolute;
        /*bottom: 10px;*/ 
        left: 0px;
        right: 0;
        width: fit-content;
    }

span.error.field-validation-error {
    color: red;
    opacity: 1 !important;
}

.booking-form-meeting span.error-msg {
    right: 10px;
    text-align: right;
    display: block;
    font-size: 12px;
    top: 7px;
    width: 100%;
}
.booking-form-meeting .error-msg span.field-validation-error {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: auto;
    /* text-align: center; */
    left: auto;
    right: 0;
    width: fit-content;
}


table.payment-table {
    max-width: 500px;
    margin: 25px auto;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 500;
    /*box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 20px -7px rgb(0 0 0 / 20%);*/
    border-radius: 10px;
    min-width:550px;
}

.payment-buttons {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}

    .payment-buttons button {
        min-width: 100px;
        margin-right: 15px;
    }

.ccard-info .form-group-name {
    display: block;
}

.ccard-info .business-information {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}


.loading {
    background: url('spinner.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.blink_me_loder {
    animation: blinker 1.5s linear infinite;
    position: fixed;
    left: 50%;
    opacity: 1;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 21px;
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

div#loader {
    position: absolute;
    z-index: 1024;
    left: 0px;
    right: 0px;
    text-align: center;
}

    div#loader:before {
        content: "";
        background: rgb(255 255 255 / 78%);
        height: 100%;
        width: 100%;
        display: block;
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }



.loader-spiner {
    /* border: 16px solid transparent; */
    /* border-radius: 50%; */
    /* border-top: 16px solid transparent; */
    /* width: 120px; */
    /* height: 120px; */
    /* -webkit-animation: spin 2s linear infinite; */
    /* animation: spin 2s linear infinite; */
    display: none;
    position: fixed;
    background: #0202029e;
    height: 100%;
    width: 100%;
    /* display: block; */
    top: 0;
    bottom: 0px;
    z-index: 1124;
    left: 0px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 50px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 227px;
}
.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 190px;
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 0px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 95px;
}*/


.call-contact b {
    min-width: 120px;
    display: inline-table;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #003049;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 6px;
}
.call-contact {
    font-size: 14px;
    column-count: 2;
    column-fill: balance;
    border: 1px solid #f77f00;
    border-radius: 15px;
    padding: 10px;
    text-align:left;
}

.awesome-img {
    display: block;
    width: 100%;
    text-align: center;
}

    .awesome-img img {
        width: 140px;
    }

    .awesome-img h3 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
ul.f-address{
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    -webkit-column-count: 2;
    -webkit-column-gap: 25px;
    column-count: 2;
    column-gap: 25px;
}
.address {
    margin-left: 0px;
}
    .address ul li ul {
        margin-bottom: 0px;
        position: relative;
        left: 35px;
        top: -27px;
    }
.f-bg-box {
    background: #06496c8f;
    padding: 20px;
    border-radius: 10px;
}
.base55 {
    width:55%;
}


/*25-04-2024 dallas-texas start*/

/*.banner.dallas-banner .right.banner-img{
    background: url(../images/VPN-form-left.svg) left center no-repeat, 
    url(../images/VPN-form-right-1.svg)
     top 16px right no-repeat, 
     url(../images/VPN-form-right-2.svg)
      center right no-repeat;
}*/
.banner.dallas-banner.banner .right.banner-img {
    border-radius: 0px;
    padding-right: 25px;
}
.dallas-form {
    background: #fff;
    padding: 15px 18px;
    border-radius: 8px;
    border: 1px solid #E0E5EC;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.28);
    max-width: 511px;
    margin-left: auto;
}
section.banner.dallas-banner {
    padding: 40px 0px 75px 0px;
    background: linear-gradient(365deg, rgba(0, 48, 73, 1) 26%, rgba(0, 77, 146, 1) 71%);
    position: relative;

}
    section.banner.dallas-banner h1 {
        line-height: 64px;
        font-size: 48px;
        letter-spacing: 1px;
        font-weight: 800;
        margin-bottom: 35px;
    }
.dallas-form h2 {
    background: rgb(0 75 149 / 8%);
    padding: 10px 15px;
    border-radius: 5px;
    color: #000a70;
    font-weight: 800;
    font-style: normal;
    font-family: 'poppinsbold';
    font-size: 26px;
    line-height: 33px;
}

section.banner.dallas-banner:before {
    content: "";
    width: 100%;
    min-height: 10px;
    background: #004d92;
    display: block;
    position: absolute;
    top: -114px;
    height: 100%;
    z-index: -1;
}

a.blue-btn.reserve-btn.btn.mr-10 {
    padding: 12px 30px !important;
    margin-top: 15px;
}
.dallas-form .input-wrappers {
   
    padding: 0px 10px 0px 0px !important;
    margin-bottom: 15px;
    width: 100%;
}
.dallas-form select {   
    font-size: 17px !important;
}
.dallas-h2 {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
    max-width: 1100px;
    margin: 0px auto;
    width: 100%;
    display: block;
    font-family: 'poppinsbold';
    padding:0px 15px;
}
.font-22{
    font-size: 22px;
}
.nextiva-digital ul li:nth-child(odd) {
        background-color: #e6eef6;
    border-radius: 5px;
}
 .nextiva-digital ul li {
    background-position: 20px 20px;
    padding: 15px 20px 15px 55px;
    position: relative;
 }
 .nextiva-digital ul li i {
    position: absolute;
    left: 18px;
    top: 20px;
}
main.dallas-page-body section p, .nextiva-digital ul li{
    font-size: 18px;
    color: #374350;
    font-weight: 300;
    padding-right: 30px;
    /* font-size: 1.25rem; */
    line-height: 2rem;
    text-align: justify;
    font-family: 'poppinsregular';
}
main.dallas-page-body section span {
    font-size: 18px;
    color: #374350;
    font-weight: 300;
    line-height: 2rem;
    font-family: 'poppinsregular';
}
main.dallas-page-body .text p {
    color: #babec2 !important
}

/*25-04-2024 dallas-texas End*/
header.bg-header .menu > ul > li > a {  
    color: #fff !important;
}
header.bg-header .top-nav ul li a {   
    color: #ffffff;
}
header.bg-header nav.sticky {   
    background: #004d92;
   
}
header.bg-header nav .logo img {
    width: 100px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.county-texas .left-box img {
    width: 100%;
    height: auto;
}


.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5 {
    height: 1px;
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    transform: translate3d(-50%, 50%, 0);
    animation-name: ripple;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    will-change: transform, opacity;
}

.ripple-1 {
    animation-delay: 0;
}

.ripple-2 {
    animation-delay: 1s;
}

.ripple-3 {
    animation-delay: 2s;
}

.ripple-4 {
    animation-delay: 3s;
}

.ripple-4 {
    animation-delay: 4s;
}

.ripple-5 {
    animation-delay: 5s;
}



@keyframes ripple {
    0% {
        transform: translate3d(-50%, 50%, 0) scale(0);
        opacity: .33;
    }

    100% {
        transform: translate3d(-50%, 50%, 0) scale(2000);
        opacity: 0;
    }
}
.dallas-page-body {
    position:relative;
    
}


section.nextiva{
    background-color: #ebf1f7;
}
.dallas-form .business-information .form-group-2 .input-wrappers {
    margin-bottom: 5px;
}
.dallas-form .business-information .form-group-bi .form-control {
    margin: 8px 0;
}
.county-texas p {
    float: left;
    width: 50%;
    clear: both;
}


.county-texas {
    -webkit-columns: 40px 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 60px 2;
    /* Firefox */
    columns: 2;
}

    .county-texas p {
        width: 100%;
        margin-bottom: 20px;
        padding:0px 15px;
        padding-right:0px !important;
    }
    .nextiva-1 {
    background-color: #dae7f5 !important;
}
.sub-header-areacode {
    color: #004d92;
    font-size: 18px;
    padding-bottom: 30px;
    /* margin-bottom: 28px; */
    display: block;
}

 .sub-header-areacode:after {
        content: "";
        background: #004d92;
        height: 4px;
        width: 200px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 10px);
        border-radius: 0px 20px;
    }