body,
html {
    height: 100%;
    width: 100%
}

*,
:after,
:before,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0;
    margin: 0
}

a,
a:focus,
a:hover,
button,
input,
select,
textarea {
    text-decoration: none;
    outline: 0
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body,
header,
html {
    width: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    -webkit-tap-highlight-color: transparent;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    word-wrap: break-word;
    ;
}

a:hover {
    text-decoration: none;
    color: #FF9F46;
}

a,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: inherit;
}

select {
    appearance: none;
}

button:focus {
    outline: none;
}

ul,
ul li {
    list-style: none;
}

::-moz-selection {
    color: #fff;
    background: #002F51
}

::selection {
    color: #fff;
    background: #002F51
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #707070;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

figure {
    margin-bottom: 0;
}

figure picture img,
figure picture source {
    width: 100%;
}

picture {
    display: block;
}

table {
    width: 100%;
}

.clear:after,
.clear:before {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.hiddenDesktop {
    display: none !important;
}

.hide {
    display: none;
}

.fadeIn {
    animation-name: fadeIn;
}
.pdf-copy .ttbs-solution {
    padding-top: 24px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.container {
    max-width: 1220px;
}

.section-padding {
    padding: 70px 0;
}

.width100 {
    width: 100% !important;
    max-width: unset !important;

}

.title {
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.title h2 {
    font-size: 36px;
    line-height: 45px;
    /* margin-bottom: 5px; */
}

.sub-title {
    position: relative;
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 0 40px;
}

.sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: -20px;
    margin: auto;
    width: 15px;
    background: url(/images/heading-bg.svg) center center no-repeat;
    background-size: cover;
}

.title p {
    /* font-size: 17px; */
    padding-top: 10px;
}

.link {
    margin-top: 30px;
}

.link a {
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 99;
    padding: 10px 18px 10px 18px;
}

.link button {
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 99;
    padding: 10px 18px 10px 18px;
    border: none;
    outline: none;
    background: transparent;
}

.link.black a {
    color: #000;
}

.link.black button {
    color: #000;
}

.link.black a:hover,
.link.grey a:hover {
    color: #000 !important;
}

.link a:before,
.link button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 55px;
    height: 43px;
    /* background: #FF9F46; */
    background: linear-gradient(180deg, #FF9F46 0%, #E35326 100%);
    z-index: -1;
    transition: 0.5s;
}

.link.blue a {
    color: #fff;
}

.link.blue a:before {
    background: #002F51;
}

.link a img,
.link a svg,
.link button img,
.link button svg {
    margin-left: 5px;
    transition: 0.5s;
    width: 16px;
    height: 12px;
}

.link button:hover:before {
    width: 100%;
}

.link a:hover:before {
    width: 100%;
}

.link.grey a {
    color: #000;
}

.link.grey a:before {
    background: #DEDEDE;
}

.border-b-none {
    border-bottom: none !important;
}

.semi-bold {
    font-weight: 600;
}

.font-26 {
    font-size: 26px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-16 {
    font-size: 16px;
}

button.default-btn {
    background: linear-gradient(180deg, #FF9F46 0%, #E35326 100%);
    outline: none;
    color: #000;
    border: none;
    font-weight: 600;
    padding: 10px 18px;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    position: relative;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.zoom-effect {
    overflow: hidden;
}

.zoom-effect img {
    transition: 0.5s
}

.lazyload {
    width: 100%;
}

/* form */
.input_container {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}

.input_container label {
    position: absolute;
    top: 5px;
    left: 0px;
    /* color: #000; */
    background: #F7F7F7;
    font-size: 14px;
    cursor: text;
    margin: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    font-size: 12px;
    top: -18px;
    left: 0;
    font-weight: 600;
    z-index: 99;
    margin: 0 10px;
    padding: 5px 15px 0px 5px;
    border-radius: 3px;
}

.input_container .floatlabel {
    width: 98%;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 14px 15px 13px 15px;
    box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    border: 1px solid #EDEDED;
}

/* .input_container .floatlabel.error-border,
.input_container .floatlabel.filled.error-border {
    border-bottom: 2px solid #FF9F46;
} */

.input_container textarea.floatlabel {
    width: 99%;
    height: 100px;
    resize: none;
}

.input_container .floatlabel.filled,
.input_container .floatlabel:focus {
    /* border: none; */
    /* border-bottom: 2px solid #000; */
}

/* .input_container .floatlabel.filled+label,
.input_container .floatlabel:focus+label {
    font-size: 12px;
    top: -15px;
    left: 0;
    color: #000;
    font-weight: 700;
    z-index: 99;
    margin: 0 30px;
    padding: 5px 15px 0px 15px;
} */

.input_container .cuntry-code input {
    border: none;
    z-index: 99;
    position: absolute;
    left: 7px;
    top: 8px;
    width: 33px;
    height: 21px;
    padding: 0 2px 0 3px;
    font-size: 14px;
    /* color: #000; */
}

.input_container .number-input label {
    margin-left: 40px;
}

.input_container .plus {
    color: #000;
    position: absolute;
    z-index: 999;
    top: 6px;
}

/* .input_container .number-input .floatlabel.filled+label,
.input_container .number-input .floatlabel:focus+label {
    margin-left: 0px;
}

.input_container .number-input .floatlabel.filled,
.input_container .number-input .floatlabel:focus {
    padding-left: 40px;
} */

.input_container .checkbox {
    /* margin-bottom: 25px */
}

.input_container .checkbox .checkbox-group {
    position: relative;
    margin-top: 10px;
}

.input_container .checkbox .checkbox-group input {
    display: none;
    cursor: pointer
}

.input_container .checkbox .checkbox-group label {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    padding-left: 30px;
    position: relative;
    margin: 0;
    color: #000;
    font-weight: 400;
    top: unset;
    background: unset;
}

.small-text .input_container .checkbox .checkbox-group label {
    font-size: 12px;
}

.input_container .checkbox .checkbox-group label:before {
    content: '';
    border: 2px solid #dfdfdf;
    padding: 8px;
    vertical-align: middle;
    cursor: pointer;
    top: 1px;
    position: absolute;
    left: 0px;
    border-radius: 4px;
}

.input_container .checkbox .checkbox-group label a {
    text-decoration: underline;
}

.input_container .checkbox .checkbox-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #FF9F46;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.error_msg {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -22px;
    display: none;
    z-index: 999;
}

.error {
    color: red;
    font-size: 12px;
    display: none;
    padding-top: 10px;
}

.success_msg {
    color: green;
    font-size: 12px;
    padding-top: 10px;
}

.input_container.number .verify,
.input_container.number .resend-otp {
    position: absolute;
    top: 60px;
}

.input_container.number .verify {
    position: absolute;
    right: 0px;
    display: flex;
}

.input_container.number .verify a {
    text-decoration: underline;
    padding-right: 15px;
}

.input_container select {
    background: #fff url(/images/arrow-down.svg) center right 15px no-repeat;
    background-size: 15px;
}


.input_container.upload input[type="file"] {
    cursor: pointer !important;
    /* margin: 20px 0 0 20px; */
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    padding: 18px 20px 10px 25px;
    box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    border: 1px solid #EDEDED;
    width: 98%;
}

.input_container.upload input[type="file"]::-webkit-file-upload-button {
    background: #FF9F46;
    border: 0;
    padding: 4px 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 0.2em;
}

.input_container.upload input[type="file"]::-ms-browse {
    background: #FF9F46;
    border: 0;
    padding: 4px 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 0.2em;
}

.form_radio_btns {
    border-bottom: 1px solid #555;
    margin-bottom: 20px;
}

.form_radio_btns h5 {
    font-size: 15px;
    font-weight: 500;
}

.radio_btns {
    /* margin: 15px 0; */
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.radio_btns .select_option {
    position: relative;
    width: auto;
    margin-right: 25px
}

.radio_btns .select_option:last-child {
    margin-right: 0
}

.radio_btns .select_option label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin-bottom: 0;
}

.radio_btns .select_option input {
    height: 1px;
    width: 1px;
    display: none;
    opacity: 0
}

.radio_btns .select_option .outside {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #DCDCDC;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.radio_btns .select_option .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 22px;
    height: 22px;
    left: 0px;
    top: 0px;
    border: 8px solid #002F51;
    background: #002F51;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;

}

.radio_btns .select_option .inside:after {
    content: "";
    background: url(/images/checkbox-tick.svg) center no-repeat;
    top: 0;
    left: 0;
    background-size: 13px;
    top: -6px;
    left: -7px;
    position: absolute;
    width: 20px;
    height: 20px;
}

.radio_btns .select_option .no-transforms .inside {
    left: auto;
    top: auto;
    width: 0;
    height: 0
}

.radio_btns .select_option input:checked+.outside .inside {
    -webkit-animation: radio-select 0.1s linear;
    animation: radio-select 0.1s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio_btns .select_option .no-transforms input:checked+.outside .inside {
    width: 10px;
    height: 10px
}

.input_container textarea {
    resize: none;
    border-bottom: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 18px 15px 17px 15px;
    box-shadow: inset 0px 0px 5px 3px rgb(0 0 0 / 8%);
    border-radius: 5px;
    border: 1px solid #EDEDED;
}

.input_container textarea:focus {
    border: none;
    outline: none;
    box-shadow: inset 0px 0px 5px 3px rgb(0 0 0 / .08);
    border-radius: 5px;
    border: 1px solid #EDEDED;
}


/* list */
.list ul li,
ul.list li {
    position: relative;
    padding: 0 0 0 50px;
    margin-bottom: 20px;
}

.list ul li:last-child,
ul.list li:last-child {
    margin-bottom: 0px;
}

.list ul li:before,
ul.list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background: #F7F7F7 url(/images/arrow-black.svg) center no-repeat;
    background-size: 14px;
    border-radius: 50%;
}

.list.blue ul li:before,
ul.list.blue li:before {
    background: #002F51 url(/images/arrow.svg) center no-repeat;
    background-size: 14px;
}

ul.border-list {
    margin: 20px 0 0 40px;
}

ul.border-list li {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

ul.border-list li:before {
    content: unset !important;
}

ul.border-list li a {
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #3C414A;
    font-size: 15px;
    color: #000;
    display: block;
}

ol.list-ol {
    list-style: none;
}

ol.list-ol li b {
    padding-bottom: 10px;
    display: block;
    font-size: 17px;
}

.list-new {
    padding: 0 10px;
}

.list-new li {
    padding-bottom: 10px;
}

.list-new .subList {
    padding: 5px 0 0 20px;
}

.list-new .subList li {
    padding-bottom: 2px;
}

.small-list li {
    padding: 0 0 5px 12px;
    position: relative;
}

.small-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 5px;
    background: #01588d;
}



/* Find solutions customized Start */
.find-solution {
    background: #002F51;
    padding: 30px;
    height: 280px;
}

.find-solution h2 {
    color: #fff;
    font-size: 31px;
    margin-bottom: 35px;
}

.find-solution h2 a {
    font-family: 'Ubuntu', sans-serif;
}

.find-solution a.industry {
    color: #FF9F46;
    /* padding-left: 10px; */
}

.find-solution a.industry span.circle {
    width: 30px;
    height: 30px;
    border: 1px #fff solid;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
    margin-left: 10px;
}

.find-solution h2 .dropdown-menu {
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    margin: 0;
    border: none;
    padding: 0;
    min-width: 250px;
    margin-top: 15px;
    z-index: 9;
}

.find-solution h2 .dropdown-menu a {
    border-bottom: 1px solid #8D8D8D;
    padding: 15px;
    font-size: 20px;
}

.find-solution h2 .dropdown-menu a:last-child {
    border-bottom: none;
}

.find-solution h2 .dropdown-menu a:hover {
    color: #FF9F46;
    background: transparent;
}

.find-solution .solutions-box {
    text-align: center;
    margin: 15px 0;
}

.solutionsItems ul li {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

 .solutionsItems .container{
    padding-bottom:20px;
 }

 .solutionsItems{
    background-color: #ff9f46;
 }

.find-solution .solutions-box img {
    width: auto;
    height: auto;
    position: relative;
    transition: 0.5s;
    top: 0;
}

.find-solution .solutions-box p {
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
    padding: 0 5px;
    height: 50px;
}

.find-solution .solutions-box a:hover p {
    color: #FF9F46;
}

.find-solution .solutions-box a:hover img {
    top: -10px;
}

/* teams-speak */
.teams-speak {
    /* background: #000 url(/images/dot-bg.png) center; */
    background: #0080C6;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
}

.teams-speak p {
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.teams-speak p a {
    color: #fff;
    padding-left: 10px;
    font-weight: 700;
}

.teams-speak p a img {
    margin-left: 5px;
    transition: 0.5s;
    width: 16px;
    height: 12px;
}

.teams-speak p a:hover img {
    margin-left: 10px;
}

/* Find solutions customized End */

/* get-call-back-form */
.get-call-back-form {
    /* visibility: hidden; */
    position: fixed;
    left: 5%;
    right: 5%;
    width: 90%;
    bottom: -999px;
    padding: 35px;
    background: #F7F7F7;
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #FFFFFF;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px 10px 0px 0px;
    z-index: 999;
    transition:bottom .3s ease;
    -webkit-transition:bottom .3s ease;
    -moz-transition:bottom .3s ease;
    -o-transition:bottom .3s ease;
}

.get-call-back-form.open-popup {
    bottom: 0;
    /* visibility: visible; */
}

.get-call-back-form h2 {
    font-size: 25px;
    margin: 0 0 30px 0;
}

.get-call-back-form .hide-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    z-index: 99;
}

.get-call-back-form .hide-popup:before,
.get-call-back-form .hide-popup:after {
    content: "";
    background: #000;
    width: 18px;
    height: 2px;
    position: absolute;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 9;
    top: 10px;
}

.get-call-back-form .hide-popup:before {
    transform: rotate(45deg);
}

.get-call-back-form .hide-popup:after {
    transform: rotate(-45deg);
}

.hide-broadband-plan-mobile-popup{
    position: absolute;
    top: 30px;
    right: 35px;
}
.hide-broadband-plan-mobile-popup:before,
.hide-broadband-plan-mobile-popup:after {
    content: "";
    background: #000;
    width: 18px;
    height: 2px;
    position: absolute;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 9;
    top: 10px;
}

.hide-broadband-plan-mobile-popup:before {
    transform: rotate(45deg);
}

.hide-broadband-plan-mobile-popup:after {
    transform: rotate(-45deg);
}

.get-call-back-form .black.text-right {
    margin-right: 40px;
}

.thank-you h4 {
    padding: 150px 10px;
}
.resent-otp{
    position: absolute;
    right: 8px;
    bottom: -25px;
}
.resent-otp a{
    font-weight: 600;
    padding-right: 10px;
}
.disabled{
    pointer-events: none;
    cursor: not-allowed;
}

/* Success Stories Start */
.success-stories .video {
    object-fit: cover;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 1s;
    border-radius: 10px;
    z-index: 1;
    border: 1px solid #7A7A7A;
    max-height: 370px;
}

.success-stories .video.img-placeholder {
    cursor: default;
}

.success-stories .video p img {
    width: auto;
}

.success-stories .video img {
    border-radius: 10px;
    width: 100%;
}

.success-stories .video img.zoom-effect {
    transition: 1s;
}

.success-stories .video:hover img.zoom-effect {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.success-stories .video:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 120px;
    width: 100%;
    opacity: 0.7;
    border-radius: 0 0 10px 10px;
    z-index: 9;
}

.success-stories .video .you-tube-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    border-radius: 10px;
    z-index: 99;
    cursor: default;
}

.success-stories .video iframe,
.success-stories .video video {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.success-stories .video:hover.video {
    background-size: 105% !important;
}

.success-stories h2.stories-title {
    font-size: 30px;
    padding: 0 70px 10px 25px;
    letter-spacing: 1px;
    margin-top: -25px;
    /* max-width: 85%; */
}
.success-stories h2.stories-title.right-title {
    padding: 0 0 10px 105px;
}

.success-stories .video p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    z-index: 99;
}

.success-stories .video svg {
    margin-right: 10px;
}

.success-stories .connectivity {
    padding: 65px 20px 65px 110px;
    background: #F7F7F7;
    border-radius: 10px;
    margin-left: -100px;
    position: relative;
}

.success-stories .connectivity .img {
    width: 170px;
    height: 50px;
}

.success-stories .connectivity h2,
.success-stories .connectivity h3,
.success-stories .connectivity p.headingh3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 0;
}

.success-stories .connectivity p {
    font-size: 17px;
    margin-bottom: 40px;
}

.success-stories .connectivity p strong {
    font-weight: 600;
}

.success-stories .connectivity a {
    transition: 0.5s;
    background: #E8E8E8;
    border-radius: 5px;
    padding: 15px 10px;
    max-width: 200px;
}

.success-stories .connectivity a.no-bg {
    background: unset;
    padding: 10px 18px;
}

.success-stories .connectivity a:hover {
    color: #e6b120;
}

.success-stories .connectivity a svg {
    margin-left: 5px;
    transition: 0.5s;
}

.success-stories .connectivity a:hover svg {
    margin-left: 10px;
}

.success-stories .p-overview .connectivity {
    padding: 65px 100px 65px 30px;
    margin-right: -100px;
    margin-left: unset;
}
.success-stories .p-overview h2.stories-title{
    max-width: 100%;
}
.success-stories .p-overview .connectivity h2 {
    padding-left: 0 !important;
    max-width: unset;
}

.success-stories .p-overview {
    margin-bottom: 60px;
}
.success-stories .container .row:nth-child(3){
    margin-top: 60px;
    margin-bottom: 0;
}

.overviweList{
    font-size: 18px;
    margin-left: 15px;
}
.overviweList li{
    list-style: disc !important;
}

.product-img-tag{
    transition: .5s;
    width: 20px !important;
    height: auto !important;
    margin-top: -5px;
}

.product-pic-tag{
    display: inline-block;
}

@media only screen and (max-width:767px) {
    .overviweList{
        font-size: 14px;
    }
}
/* Success Stories End */

/* our-clients  */
.our-clients ul li {
    border-radius: 100px;
    background: #F7F7F7;
    border: 1px solid #E8E8E8;
    margin: 10px 0 20px;
    transition: 0.5s;
}

.our-clients ul li:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
}

.our-clients ul li img,
.our-clients ul li source {
    border-radius: 100px;
}
.clients-slider .owl-dots {
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}
.clients-slider .owl-dot {
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    width: 25px;
    height: 6px;
    background: #E8E8E8;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50px;
}
.clients-slider .owl-dot.active {
    background: #000;
    width: 35px;
    height: 10px;
}

/* Services to grow your business Start */
.services-grow {
    position: relative;
}

.services-grow:before {
    content: '';
    width: 80%;
    height: 95%;
    background: #FF9F46;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    border-radius: 10px;
    bottom: 0;
    transition: 0.5s;
}

.services-grow .owl-dots {
    width: 100%;
    /* height: 50px; */
    text-align: center;
    margin-top: 30px;
}

.services-grow .owl-dot {
    width: 25px;
    height: 5px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 60px;
}

.services-grow .owl-dot.active {
    background: #000;
    height: 8px;
    width: 40px;
    border-radius: 60px;

}

.services-grow .item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.services-grow .item img {
    border-radius: 10px;
    transition: 0.5s;
}

.services-grow .item a {
    display: block;
}

.services-grow .item a:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.services-grow .item .caption {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    padding: 25px;
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    border-radius: 0 0 10px 10px;
}

.services-grow .item .caption span {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.services-grow .item .caption h6,
.services-grow .item .caption p.headingh2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.services-grow .item .caption p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-right: 50px;
}

.services-grow .owl-nav {
    display: none;
    transition: 0.5s;
}

.services-grow .owl-prev,
.services-grow .owl-next {
    position: absolute;
    display: block;
    width: 65px;
    height: 40px;
}

.services-grow .owl-prev {
    left: -20px;
    top: 30%;
    background: url(/images/nav-prev.svg) center no-repeat;
    background-size: 100%;
}

.services-grow .owl-next {
    right: -20px;
    top: 50%;
    background: url(/images/nav-next.svg) center no-repeat;
    background-size: 100%;
}

/* .services-grow .item:hover + .owl-nav{
    display: block;
} */
/* .services-grow:hover .services-grow:before{
    width: 100%;
    border-radius: 0;
} */
/* .services-grow:hover  .owl-nav {
    display: block;
} */
/* .services-grow:hover:before {
    width: 100%;
    border-radius: 0;
} */
/* Services to grow your business End */


/* Got Questions?  */
.got-questions .got-border {
    border: 10px solid #FF9F46;
    margin: 0 7%;
}

.got-questions .got-questions-box {
    /* position: relative; */
}

.got-questions .got-questions-box img {
    position: absolute;
    /* top: -80px; */
    bottom: 0%;
    left: 20px;
    width: 270px;
}

.got-questions .got-questions-box .content {
    padding: 50px 0 50px 280px;
}

.got-questions .got-questions-box .content p {
    display: inline-block;
    background: #fff;
    position: absolute;
    top: -45px;
    font-size: 17px;
    padding: 15px 25px 15px 15px;
    max-width: 350px;
}

.got-questions .got-questions-box .content h2,
.got-questions .got-questions-box .content h3 {
    font-size: 34px;
    line-height: 40px;
    padding: 40px 15px 20px 15px;
}

.got-questions .request-a-call,
.request-a-call {
    background: #002F51 url(/images/dot-bg.png) center;
    padding: 35px 30px;
    border-radius: 10px;
    margin: 45px 35px 45px 0;
}

.got-questions .request-a-call p,
.request-a-call p {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    max-width: 180px;
}



/* Connect with us Start */
.connect-with .nav.nav-tabs {
    background: #DEDEDE;
    border-radius: 50px;
    justify-content: center;
    max-width: 455px;
    padding: 4px 0;
}

.connect-with .nav-tabs .nav-link {
    color: #868686;
    border: none;
    border-color: snow;
    padding: 12px 44px;
    margin-top: 1px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 19px;
}

.connect-with .nav-tabs .nav-item {
    margin-bottom: 0;
}

.connect-with .nav-tabs .nav-link.active,
.connect-with .nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-radius: 50px;
    color: #000;
}

.connect-with .contact-row {
    margin: auto;
    margin: 50px auto 20px auto;
    padding: 0 30px;
    max-width: 1100px;
    position: relative;
}

.connect-with .contact-row:before {
    content: "";
    background: #002F51;
    position: absolute;
    height: 84%;
    top: 8%;
    bottom: 8%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.bg_shift,
.bg_shift_existing {
    content: "";
    background: #FF9F46 url(/images/ellipse.png) bottom left no-repeat;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    background-size: 310px;
    width: 346px;
    transition: all 0.3s ease;
}

.left-div {
    left: 30px;
}

.middle-div {
    left: 375px;
}

.right-div {
    left: 725px;
}

.connect-with .contact-row .col-sm-4 {
    padding: 0;
}

.connect-with .contact-row .connect-box {
    padding: 70px 35px;
    position: relative;
}

.connect-with .contact-row .connect-box .icon {
    width: 50px;
    height: 50px;
    display: block;
    background: url(/images/connect-icon.png) top no-repeat;
}

.connect-with .contact-row .connect-box .icon.icon-1 {
    background-position-x: 0px;
}

.connect-with .contact-row .connect-box .icon.icon-2 {
    background-position-x: -50px;
}

.connect-with .contact-row .connect-box .icon.icon-3 {
    background-position-x: -100px;
}

.connect-with .contact-row .connect-box h3 {
    font-size: 24px;
    margin: 15px 0;
    color: #fff;
}

.connect-with .contact-row .connect-box p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.connect-with .contact-row .connect-box a {
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 99;
    display: inline-block;
    /* padding-bottom: 5px; */
}

.connect-with .contact-row .connect-box i {
    width: 17px;
    height: 15px;
    background: url(/images/footer-contact-icon.png) no-repeat;
    display: inline-block;
}

.connect-with .contact-row .connect-box i.whatsapp {
    background-position-x: -17px;
}

.connect-with .contact-row .connect-box i.bell {
    background-position-x: -34px;
}

.connect-with .contact-row .connect-box i.phone {
    background-position-x: -51px;
}

.connect-with .contact-row .connect-box i.envelope {
    background-position-x: -68px;
}

.connect-with .contact-row .connect-box p span {
    /* font-size: 11px; */
    color: #fff;
    position: relative;
    z-index: 9;
}

.connect-with .contact-row .connect-box:hover i,
.connect-with .contact-row .connect-box.active-box-new i,
.connect-with .contact-row .connect-box.active-box-existing i {
    background-position-y: -17px;
}

.connect-with .contact-row .connect-box a.click-here {
    /* background: #868686; */
    /* max-width: 130px; */
    background: rgb(24, 66, 97);
    /* opacity: 0.55; */
    text-align: center;
    font-weight: 700;
    padding: 15px 18px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
}

.connect-with .contact-row .connect-box.active-box-new a.click-here,
.connect-with .contact-row .connect-box.active-box-existing a.click-here {
    background: #fff;
}

.connect-with .contact-row .connect-box p.border-before {
    position: relative;
}

.connect-with .contact-row .connect-box p.border-before:before {
    content: "";
    border-left: 1px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    position: absolute;
    left: -13%;
    z-index: 9;
}

.connect-with .contact-row .connect-box:hover p.border-before:before,
.connect-with .contact-row .connect-box.active-box-new p.border-before:before,
.connect-with .contact-row .connect-box.active-box-existing p.border-before:before {
    border-left: 1px solid #000;
}

/* .connect-with .contact-row .connect-box:after,
.connect-with .contact-row .connect-box.active-box:after{
    content: "";
    transition: 0.5s;
}

.connect-with .contact-row .connect-box:hover:after,
.connect-with .contact-row .connect-box.active-box:after{
    content: "";
    background: #FF9F46;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 310px;
}
.connect-with .contact-row .connect-box:hover:before,
.connect-with .contact-row .connect-box.active-box:before{
    content: "";
    background: url(/images/ellipse.png) bottom left no-repeat;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 310px;
    z-index: 99;
    opacity: 1;
}
.connect-with .contact-row .connect-box:before,
.connect-with .contact-row .connect-box:before{
    content: "";
    opacity: 0;
} */
.connect-with .contact-row .connect-box:hover h3,
.connect-with .contact-row .connect-box:hover p,
.connect-with .contact-row .connect-box:hover a,
.connect-with .contact-row .connect-box:hover p span,
.connect-with .contact-row .connect-box.active-box-new h3,
.connect-with .contact-row .connect-box.active-box-new p,
.connect-with .contact-row .connect-box.active-box-new a,
.connect-with .contact-row .connect-box.active-box-new p span,
.connect-with .contact-row .connect-box.active-box-existing h3,
.connect-with .contact-row .connect-box.active-box-existing p,
.connect-with .contact-row .connect-box.active-box-existing p span,
.connect-with .contact-row .connect-box.active-box-existing a {
    color: #000;
    z-index: 9;
    position: relative;
}

.connect-with .contact-row .connect-box:hover .icon.icon-1,
.connect-with .contact-row .connect-box:hover .icon.icon-2,
.connect-with .contact-row .connect-box:hover .icon.icon-3,
.connect-with .contact-row .connect-box.active-box-new .icon.icon-1,
.connect-with .contact-row .connect-box.active-box-new .icon.icon-2,
.connect-with .contact-row .connect-box.active-box-new .icon.icon-3,
.connect-with .contact-row .connect-box.active-box-existing .icon.icon-1,
.connect-with .contact-row .connect-box.active-box-existing .icon.icon-2,
.connect-with .contact-row .connect-box.active-box-existing .icon.icon-3 {
    background-position-y: -53px;
    z-index: 9;
    position: relative;
}

/* Connect with us End */


/* Footer Start */
footer {
    position: relative;
    z-index: 99;
}

.footer {
    background: #181818;
    color: #fff;
}

.footer .footer-left {
    padding: 45px 70px 30px 70px;
}

.footer ul {
    margin-bottom: 30px;
}

.footer ul li {
    border-bottom: 1px solid #3C414A;
    margin: 0 20px;

}

.footer ul li:last-child {
    border-bottom: none;
}

.footer .footer-left ul li a {
    font-size: 13px;
    transition: 0.5s;
    padding: 8px 0;
    display: block;
    font-family: 'Ubuntu', sans-serif;
}

.footer .footer-left ul li a:hover {
    color: #FF9F46;
}

.footer .footer-left ul.middle-footer li {
    width: 40%;
    display: inline-block;
    margin-right: 4%;
}

.footer .social {
    background: #2D2D2D;
    display: inline-block;
    padding: 45px 35px;
    width: 100%;
    height: 100%;
}

.footer .footer-title {
    line-height: normal !important;
    font-family: ubuntu, sans-serif;
    font-weight: 500 !important;
    color: #fff;
    font-size: 20px;
    border-left: 6px #3C414A solid;
    line-height: 1.3;
    padding: 0 0 0 12px;
    margin-bottom: 25px;
}

.footer .footer-title a {
    font-weight: 600;
}

/* .footer .social h3.footer-title{
    border-left: 6px #262B35 solid;
} */
.footer .social a {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #002f51;
    margin: 0px 30px 0px 15px;
    text-align: center;
    /* line-height: 45px; */
    padding: 10px;
}

.footer .social a svg {
    text-align: center;
}

.other-brands {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 40px;
}

.other-brands h4 a {
    display: inline-block;
    padding: 15px 80px 15px 20px;
    background: #262B35;
    border-radius: 10px 10px 0px 0px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    position: relative;
}

.other-brands h4 a:hover {
    background: #FF9F46;
    color: #fff;
}

.other-brands h4 a img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.other-brands-list {
    display: none;
}

.other-brands-list ul li {
    padding: 0;
    margin: 0;
}

.other-brands-list ul li a {
    background: #262B35;
    display: block;
    padding: 8px 20px;
    border-top: 1px solid #3C414A;
    border-bottom: none;
}

.other-brands-list ul li a:hover {
    color: #FF9F46;
}

.footer hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 0;
}

.sub-menu-icon {
    background: #3c414a;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    bottom: -30px;
    z-index: 9;
    text-align: center;
    line-height: 50px;
}

.sub-menu-icon img {
    transform: rotate(-180deg);
    transition: 0.5s;
}

.sub-menu-icon.rotateArrow img {
    transform: unset;
}

.footer-sub-menu {
    display: none;
}
.add{
    padding-left: 50px;
  }

  .add p{
    position: relative;
    font-size: 11px !important;
  }
  .add p::before{
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 7px;
  }
/* Footer End */



/* copyright */
.copyright {
    background: #002F51;
    padding: 20px 50px;
}

.copyright p,
.copyright p a {
    color: #fff;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
}

.copyright p a:hover {
    color: #FF9F46;
}

.copyright p span.arrow {
    position: relative;
    width: 30px;
    height: 15px;
    display: inline-block;
}

.copyright p span.arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #FF9F46;
    display: block;
}

.copyright .text-right {
    text-align: right;
}


/* inner banner */
.inner-banner {
    position: relative;
    margin-top: 35px;
    overflow-x: hidden;
}

.inner-banner figure picture {
    position: relative;
    width: 100%;
}

.inner-banner figure picture:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25%;
    /* bottom: 0; */
    margin: auto;
    /* background:rgba(0, 0, 0, 0.60); */
    /* background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(180deg, #000000 20.31%, rgba(0, 0, 0, 0) 100%);
}

.inner-banner figure picture img {
    width: 100%;
}

.inner-banner .banner-text {
    position: absolute;
    left: 55%;
    /* top: 65%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
    bottom: 12%;
    width: 38%;
    z-index: 99;
}

.inner-banner .inner-shadow:before {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9;
    width: 80%;
    height: 100%;
    opacity: 90%;
}

.inner-banner .left:before {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    right: unset;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9;
    width: 80%;
    height: 100%;
    opacity: 90%;
}

.inner-banner .left .banner-text {
    left: 7%;
}

.inner-banner .banner-text h1,
.inner-banner .banner-text h5 {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    display: inline;
}
.inner-banner .banner-text h1{
    padding-right: 10px;
}
.inner-banner .banner-text h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 50px;
}

.inner-banner .banner-text h3 .q-before {
    position: absolute;
    top: -5px;
    left: 0;
}

.inner-banner .banner-text h3 .q-after {
    margin-left: 10px;
}

.inner-banner .banner-text h6 {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans';
    margin-bottom: 10px;
}

.inner-banner .banner-text p {
    font-size: 17px;
    margin: 20px 0 30px 0;
    color: #fff;
    max-width: 500px;
}

.inner-banner .banner-text .link a img .inner-banner .banner-text .link a svg {
    width: auto;
    display: inline-block;
    width: 29px;
    height: 27px;
}

.inner-banner .banner-text p.employees {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
}

/* product page */
.product .section-padding {
    padding: 65px 0;
}

.product {
    padding: 0 4%;
    position: relative;
}

.product .product-nav {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    position: absolute;
    left: 5%;
    top: 60px;
}

.product .product-nav .nav-pills .nav-link {
    padding: 10px 0;
    border-radius: 0;
    background: unset;
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
}

.product .product-nav .nav-pills .nav-link.active,
.product .product-nav .nav-pills .show>.nav-link {
    color: #000;
    padding-left: 10px;
    position: relative;
}

.product .product-nav .nav-pills .nav-link:hover {
    color: #FF9F46;
}

.product .product-nav .nav-pills .nav-link.active::before,
.product .product-nav .nav-pills .show>.nav-link::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 5px;
    left: -35%;
    top: 20px;
    background: #FF9F46;
}

.product .product-nav .nav-pills .nav-link.get-in-touch {
    background: #FF9F46;
    padding: 13px;
    border-radius: 5px;
    margin-left: -10px;
    display: inline-block;
}

.product .product-nav .nav-pills .nav-link.get-in-touch:hover {
    color: #000;
}

.product .product-nav .nav-pills .nav-link.get-in-touch::before {
    content: unset;
}

.product .product-nav.sticky-nav {
    position: fixed;
    left: 5%;
    top: 80px;
    z-index: 99;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.product .product-container {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
    margin-left: 17%;
}

/* product Overview */
/* .product .connectivity{
    padding: 40px 20px;
} */

/* product Services  */
.product .services-grow {
    padding: 50px 0;
}

.product .services-grow:before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.product .services-grow .item .caption h2,
.product .services-grow .item .caption h6,
.product .services-grow .item .caption p.headingh2 {
    margin-bottom: 0;
    width: 90%;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.product .services-grow .item .caption span {
    bottom: 25px;
}

.product .services-grow .owl-prev,
.product .services-grow .owl-next {
    display: none;
}

.product .services-grow .owl-dots {
    padding-bottom: 30px;
}

.product .teams-speak {
    background: #002F51 url(/images/dot-bg.png) center;
    /* background: #0080C6; */
    margin: 0 15px;
}

/*************** Sid buy now popup ****************/

.buy-now-popup-form {
    position: fixed;
    left: 5%;
    right: 5%;
    width: 90%;
    bottom: -100%;
    background: #F7F7F7;
    border-radius: 10px 10px 0px 0px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px 10px 0px 0px;
    z-index: 999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.buy-now-popup-form .hide-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    z-index: 99;
}

.buy-now-popup-form .hide-popup:before,
.buy-now-popup-form .hide-popup:after {
    content: "";
    background: #000;
    width: 18px;
    height: 2px;
    position: absolute;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 9;
    top: 10px;
}

.buy-now-popup-form .hide-popup:before {
    transform: rotate(45deg);
}

.buy-now-popup-form .hide-popup:after {
    transform: rotate(-45deg);
}

.buy-now-popup-form h2 {
    font-size: 25px;
    margin: 0 0 30px 0;
}

.buy-now-popup-form .buy_now_side {
    background: #002F51;
    color: #fff;
    height: 100%;
    padding: 10px 0;
    border-radius: 10px 0 0 0;
}

.buy-now-popup-form .select_mbps {
    padding: 0 20px;
    margin-bottom: 20px;
}

.buy-now-popup-form .select_mbps h5 {
    font-size: 32px;
}

.buy-now-popup-form .select_mbps h5 span {
    font-weight: 700;
}

.buy-now-popup-form .annual_price {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px 0 0 5px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.buy-now-popup-form .annual_price p {
    color: #727272;
}

.buy-now-popup-form .annual_price h4 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.buy-now-popup-form .buy_now_list {
    padding: 0 20px;
}

.buy-now-popup-form .buy_now_list ul li {
    position: relative;
    margin-bottom: 10px;
    /* padding-left: 30px; */
    line-height: 26px;
}

.buy-now-popup-form .buy_now_list ul li::before {
    content: "";
    position: absolute;
    background: url(/images/product/side-arrow.png);
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
    background-size: contain;
}

.buy-now-popup-form .buy_now_list ul li:last-child {
    margin-bottom: 0;
}

.buy-now-popup-form .link {
    padding: 0 20px;
    margin-top: 40px;
}

.buy-now-popup-form .buy_now_form {
    padding: 30px;
}

.total_amt h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.total_amt span {
    color: #8e8e8e;
}

.buy-now-popup-form .select_container p {
    margin-bottom: 10px;
}

.buy-now-popup-form .select_container select {
    width: 120px;
    padding: 15px 40px 15px 15px;
    font-weight: 700;
}

/* product Features & Benefits Start*/
.features-benefits .row {
    margin-right: -8px;
    margin-left: -8px;
    align-items: stretch;
}

.features-benefits .row .col-sm-3,
.features-benefits .row .col-sm-6 {
    padding-right: 8px;
    padding-left: 8px;
}

.features-benefits .features-box {
    background: #fff;
    box-shadow: 0px 0px 14px 2px #0000000f;
    border-radius: 5px;
    padding: 10px;
    margin-top: 16px;
    /* min-height: 155px; */
    position: relative;
    height: calc(100% - 16px);
}

.features-benefits .features-box p,
.features-benefits .features-box h3 {
    /* position: absolute;
    bottom: 10px;
    line-height: 20px;
    left: 15px;
    right: 15px;
    font-size: 14px;
    font-family: 'Open Sans'; */
    font-size: 14px;
    font-family: open sans;
    line-height: 20px;
}

.features-benefits .features-box h3{
    font-weight:100;
}


.features-benefits .features-box h3 b{
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

.features-benefits .dwonload-features {
    background: #002F51;
    padding: 25px 20px;
    margin-top: 20px;
    min-height: 150px;
    border-radius: 5px;
    /* display: flex; */
    /* align-items: flex-end; */
    height: calc(100% - 16px);

}

.features-benefits .features-box img {
    width: 20% !important;
    /* height: 45px; */
    object-fit: contain;
    margin-bottom: 9px;
    height: 44px;
}

.features-benefits .dwonload-features p,
.features-benefits .dwonload-features a {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    width: 100%;
}

.features-benefits .dwonload-features a {
    font-size: 15px;
    line-height: 1;
    padding-top: 20px;
}

.features-benefits .dwonload-features a svg {
    transition: 0.5s;
}

.features-benefits .dwonload-features a:hover svg {
    margin-left: 10px
}

/* product Features & Benefits End*/


/* related-content Start*/
.related-content .col-sm-8 {
    padding-right: 30px;
}
.related-content a{
    display: block;
}
.related-content a:hover {
    color: #002F51;
}

.related-content figure {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
    border-radius: 10px;

}

.related-content figure .zoom-effect {
    border-radius: 10px 10px 0 0;
    height: 180px;
    position: relative;
    overflow: hidden;
    border: 0.75px solid #D9D9D9;
}

.related-content figure:hover .zoom-effect img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.related-content figure img.img-fluid {
    border-radius: 10px 10px 0 0;
    width: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 180px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.related-content figcaption {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.related-content figcaption span {
    width: 100%;
    display: block;
    min-height: 53px;
    position: relative;
}

.related-content figcaption span img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.related-content figcaption h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin: 20px 0 15px 0;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related-content figcaption p {
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.related-content .slide-div {
    background: #FF9F46;
    border-radius: 10px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
    padding: 20px;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}

.related-content .slide-div h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.related-content .slide-div ul li {
    border-bottom: 1px #b37e34 solid;
    /* box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); */
    /* margin-bottom: 10px; */
    -webkit-box-shadow: 0 0px 1px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 1px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 1px -1px rgba(0, 0, 0, 0.25);
}
.slide-div .item li {
    padding-bottom: 20px;
    line-height: 20px;
}
.related-content .slide-div ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.related-content .slide-div ul li a:hover {
    color: #fff
}

.related-content .slide-div ul li a {
    position: relative;
    padding: 0 30px 0 50px;
    font-size: 16px;
    height: 75px;
    /* overflow: hidden; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 15px 0;
}

.related-content .slide-div ul li span {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 5px;
}

.related-content .slide-div .owl-dots {
    position: absolute;
    margin: auto;
    text-align: center;
    width: 100%;
    bottom: 0;
}

.related-content .slide-div .owl-dot {

    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    width: 25px;
    height: 6px;
    background: #fff;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50px;
}

.related-content .slide-div .owl-dot.active {
    background: #000;
    width: 35px;
    height: 10px;
}

/* related-content End*/

/* product Testimonials */
.product .success-stories.testimonials .connectivity p:last-child {
    padding: 0px 20px 0px 0px;
    height: 105px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 40px !important;
    position: relative;
}

.product .success-stories.testimonials .connectivity p:last-child::before,
.product .success-stories.testimonials .connectivity p:last-child::after {
    line-height: 1;
    /* position: absolute; */
    /* font-size: 40px; */
    /* height: 20px; */
}

.product .success-stories.testimonials .connectivity p:last-child::before {
    content: "\201C";
    /* padding-right: 2px; */
    /* left: 0px; */
    /* top: 0; */
}

.product .success-stories.testimonials .connectivity p:last-child::after {
    content: "\201D";
    /* padding-left: 2px; */
    /* right: 55px; */
    /* bottom: 5px; */
}

/* .product .success-stories.testimonials .connectivity{
    padding: 50px 50px 50px 20px;
} */
/* .product .success-stories.testimonials .connectivity:before{
    top: 0;
} */

/* product Got Questions? */
.product .got-questions .got-border {
    margin: 0 1%;
}

/* product Related Content */
.related-content {
    background: #F7F7F7;
}

/* product Buy Now */
.buy-now .nav-list {
    margin-bottom: 30px;
}

.buy-now .nav-list:before {
    content: "";
    height: 6px;
    background: #D1D1D1;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: auto;
    top: 3px;
    position: absolute;
}

.buy-now .nav-list .nav-btn {
    text-align: center;
    background: transparent;
    padding: 25px 0 0 0;
    position: relative;
}

.buy-now .nav-list .nav-btn:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: #8D8D8D;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
}

.buy-now .nav-list .nav-btn.slick-current,
.buy-now .nav-list .show>.nav-link {
    color: #000;
    font-weight: 700;
}

.buy-now .nav-list .nav-btn.slick-current:before,
.buy-now .nav-list .show>.nav-link.slick-current:before {
    width: 55px;
    border-radius: 30px;
    background: #AEAEAE;
    height: 12px;
    top: 0px;
}

.buy-now .nav.nav-tabs {
    background: #DEDEDE;
    border-radius: 50px;
    padding: 4px 5px;
    float: right;
}

.buy-now .nav-tabs .nav-link {
    color: #868686;
    border: none;
    border-color: snow;
    padding: 10px 45px;
    margin-top: 1px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 19px;
}

.buy-now .nav-tabs .nav-item {
    margin-bottom: 0;
}

.buy-now .nav-tabs .nav-link.active,
.buy-now .nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-radius: 50px;
    color: #000;
}

.plans-nav .slick-track {
    transform: none !important;
}

.plans-slider {
    position: relative;
    padding: 25px 80px;
}

.plans-slider .item {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 25px 10px;
    margin: 0 8px;
    cursor: pointer;
}

.plans-slider .item h6,
.plans-slider .item h3 {
    font-family: 'Open Sans';
}

.plans-slider .item h6 {
    font-weight: 600;
    font-size: 15px;

}

.plans-slider .item h3 {
    font-weight: 700;
    font-size: 26px;
    color: #5D5D5D;
    padding: 10px 0 0 0;
}

.plans-slider .item ul {
    padding: 25px 0 35px 0;
    min-height: 250px;
}

.plans-slider .item ul li {
    color: #5D5D5D;
    border-bottom: 1px solid #DADADA;
    padding: 10px 0 10px 25px;
    display: block;
    background: url(/images/list-bg.svg) no-repeat 0 14px;
}

.plans-slider .item ul li:last-child {
    border-bottom: none;
}

.plans-slider .item a {
    display: block;
    border: 1px solid #7D7D7D;
    padding: 12px 15px;
    color: #5D5D5D;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    background: url(/images/arrow-black.svg) no-repeat 92% center;
}

.plans-slider .slick-current.item,
.plans-slider .item:hover {
    background: #002F51;
    border: 1px solid #002F51;
}

.plans-slider .slick-current.item h6,
.plans-slider .slick-current.item h3,
.plans-slider .slick-current.item ul li,
.plans-slider .item:hover h6,
.plans-slider .item:hover h3,
.plans-slider .item:hover ul li {
    color: #fff;
}

.plans-slider .slick-current.item ul li,
.plans-slider .item:hover ul li {
    background: url(/images/list-bg-white.svg) no-repeat 0 14px;
}

.plans-slider .slick-current.item a,
.plans-slider .item:hover a {
    border: 1px solid #FF9F46;
    color: #fff;
    background: #FF9F46 url(/images/arrow.svg) no-repeat 92% center;
}

.buy-now .plans-text {
    padding: 0 110px 0 110px;
}

.buy-now .plans-text p {
    font-size: 11px;
}

.buy-now .plans-text p svg {
    width: 20px;
    height: 20px;
}




/* FAQ Start*/
.faq {
    margin-bottom: 70px;
}

.faq .accordion {
    border-radius: 5px;
    box-shadow: 0px 0px 14px 2px #0000000f;
    padding: 0 20px;
}

.faq .accordion .card .card-header {
    margin-bottom: 0px;
    background-color: #fff;
    border-bottom: none;
}

.faq .accordion .card {
    border: none;
}

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

.faq .accordion .card .card-header h2 a,
.faq .accordion .card .card-header h3 a {
    display: block;
    text-align: left;
    padding: 20px 55px 20px 25px;
    background: #F7F7F7;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    position: relative;
}

.faq .accordion .card .card-header h2 a.collapsed,
.faq .accordion .card .card-header h3 a.collapsed {
    background: #fff;
    border-bottom: 1px solid #DBDBDB;
}

.faq .accordion .card .card-header h2 a.collapsed.border-none,
.faq .accordion .card .card-header h3 a.collapsed.border-none {
    border-bottom: none;
}

.faq .accordion .card .card-header h2 a span,
.faq .accordion .card .card-header h3 a span {
    background: #AFAFAF;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 20px;
    border-radius: 50%;
}

.faq .accordion .card .card-header h2 a.collapsed:before,
.faq .accordion .card .card-header h2 a.collapsed:after,
.faq .accordion .card .card-header h2 a:before,
.faq .accordion .card .card-header h3 a.collapsed:before,
.faq .accordion .card .card-header h3 a.collapsed:after,
.faq .accordion .card .card-header h3 a:before {
    content: "";
    position: absolute;
    background: #fff;
    z-index: 99;
}

.faq .accordion .card .card-header h2 a.collapsed:before,
.faq .accordion .card .card-header h2 a:before,
.faq .accordion .card .card-header h3 a.collapsed:before,
.faq .accordion .card .card-header h3 a:before {
    width: 14px;
    height: 2px;
    right: 30px;
    top: 31px;
}

.faq .accordion .card .card-header h2 a.collapsed:after,
.faq .accordion .card .card-header h3 a.collapsed:after {
    height: 14px;
    width: 2px;
    right: 36px;
    top: 25px;
}

.faq .accordion .card .card-body {
    padding: 0 100px 25px 25px;
    background: #F7F7F7;
}

.faq .accordion .card .card-body p {
    margin-bottom: 15px;
}

.faq .accordion .card .card-body b {
    font-weight: 600;
}

.faq .accordion .card .card-body ul li {
    padding: 0 0 10px 15px;
    position: relative;
}

.faq .accordion .card .card-body ul li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    background: #000;
}

.faq .accordion .card .card-body ul.no-dot li:after {
    content: unset;
}
.faq .accordion .card .card-body h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: open sans,sans-serif;
    font-weight: 600;
}


	/* New FAQ css*/
    .faq .accordion .card .card-header h2 button,
    .faq .accordion .card .card-header h3 button {
        display: block;
        text-align: left;
        padding: 20px 55px 20px 25px;
        background: #F7F7F7;
        border-radius: 0;
        color: #000;
        font-weight: 600;
        font-size: 17px;
        position: relative;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
    }
    
    .faq .accordion .card .card-header h2 button.collapsed,
    .faq .accordion .card .card-header h3 button.collapsed {
        background: #fff;
        border-bottom: 1px solid #DBDBDB !important;
    }
    
    .faq .accordion .card .card-header h2 button.collapsed.border-none,
    .faq .accordion .card .card-header h3 button.collapsed.border-none {
        border-bottom: none;
    }
    
    .faq .accordion .card .card-header h2 button span,
    .faq .accordion .card .card-header h3 button span {
        background: #AFAFAF;
        width: 25px;
        height: 25px;
        position: absolute;
        right: 25px;
        top: 20px;
        border-radius: 50%;
    }
    
    .faq .accordion .card .card-header h2 button.collapsed:before,
    .faq .accordion .card .card-header h2 button.collapsed:after,
    .faq .accordion .card .card-header h2 button:before,
    .faq .accordion .card .card-header h3 button.collapsed:before,
    .faq .accordion .card .card-header h3 button.collapsed:after,
    .faq .accordion .card .card-header h3 button:before {
        content: "";
        position: absolute;
        background: #fff;
        z-index: 99;
    }
    
    .faq .accordion .card .card-header h2 button.collapsed:before,
    .faq .accordion .card .card-header h2 button:before,
    .faq .accordion .card .card-header h3 button.collapsed:before,
    .faq .accordion .card .card-header h3 button:before {
        width: 14px;
        height: 2px;
        right: 30px;
        top: 31px;
    }
    
    .faq .accordion .card .card-header h2 button.collapsed:after,
    .faq .accordion .card .card-header h3 button.collapsed:after {
        height: 14px;
        width: 2px;
        right: 36px;
        top: 25px;
    }
    
    .faq .accordion .card .card-header h2 button:focus,
    .faq .accordion .card .card-header h3 button:focus {
        outline: none;
        box-shadow: none;
        border-bottom: none;
    }
    



/* FAQ End*/
.product .bg_shift,
.product .bg_shift_existing {
    background-size: 280px;
    width: 300px;
}

/* industry */
.industry .success-stories .connectivity h2,
.industry .success-stories .connectivity h3,
.industry .success-stories .connectivity p.headingh3 {
    font-size: 30px;
    line-height: 34px;
}

/* advantages */
.advantages .advantages-row {
    padding-left: 40px;
    padding-right: 40px;
}

.advantages .advantages-box {
    box-shadow: 0px 0px 14px 2px #0000000f;
    border-radius: 5px;
    padding: 15px;
    min-height: 230px;
    border-bottom: 4px #FF9F46 solid;
    position: relative;
    margin-bottom: 30px;
}

.advantages .advantages-box h2,
.advantages .advantages-box p.headingh2 {
    font-size: 19px;
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif;
    color: #002F51;
    position: unset;
    padding: 0;
}

.advantages .advantages-box p {
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 15px;
}

/* advantages end */
/* related-content */
.industry .related-content figcaption h5 {
    margin: 20px 0 5px 0;
}

.industry .related-content figcaption p {
    margin-bottom: 20px;
}


/* customised-solutions-dropdownn */
.customised-solutions-dropdownn {
    background: #F7F7F7;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    position: relative;
    /* margin-bottom: -15px; */
    z-index: 10;
}


.customised-solutions-dropdownn h2 {
    padding: 0 20px 20px 20px;
    font-family: 'Open Sans';
    font-size: 18px;
}

.customised-solutions-dropdownn a {
    font-family: 'Ubuntu', sans-serif;
    display: block;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    padding: 10px 20px;
    color: #002F51;
    font-size: 19px;
    position: relative;
}

.customised-solutions-dropdownn a span.circle {
    width: 30px;
    height: 30px;
    border: 1px #002F51 solid;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 15px;
}

.customised-solutions-dropdownn .open-solution-div {
    padding: 0;
    margin: 0;
    width: 95%;
}

.customised-solutions-dropdownn .open-solution-div .dropdown-item.active,
.customised-solutions-dropdownn .open-solution-div .dropdown-item:active,
.customised-solutions-dropdownn .open-solution-div .dropdown-item:focus,
.customised-solutions-dropdownn .open-solution-div .dropdown-item:hover {
    border-radius: 0;
    background: #002F51;
    color: #fff;
}

.customised-solutions-mobile-dropdown {
    display: none;
}

/* knowledge*/
.knowledge {
    padding: 50px 4%;
}

.knowledge .no-data {
    font-size: 20px;
    padding: 30px 0;
    text-align: center;
}

.filter .filter-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.filter .filter-link span {
    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 25px 0 10px;
    font-weight: 500;
}

.filter .filter-link span {
    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 10px;
}

.filter .filter-link .filter-icons svg {
    width: 50px;
    height: 50px;
}

.filter .dropdown-menu {
    background: #F7F7F7;
    border-radius: 0px 0px 10px 10px;
    margin: 0;
    border: none;
    padding: 0;
    min-width: 300px;
    margin-top: 0px;
    z-index: 99;
}

.filter .dropdown-menu a {
    border-bottom: 1px solid #8D8D8D;
    padding: 12px 15px;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.filter .dropdown-menu a:last-child {
    border-bottom: none;
}

.filter .filter-icon {
    position: absolute;
    background: #F7F7F7;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 10px;
}

.filter .filter-icon svg {
    width: 30px;
    height: 30px;
}

.filter .filter-by {
    padding-left: 75px;
}

.filter .filter-by p {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
}

.filter-dropdown .filter-dropdown-item a {
    padding: 0 0 10px 0;
    font-weight: 600;
}

.customised-solutions-dropdownn a.dropdown-item {
    box-shadow: none;
    border: none;
    display: block;
}

.filter-dropdown .filter-dropdown-item a svg {
    margin-left: 10px;
}

.filter-dropdown .filter-dropdown-menu {
    margin: 10px 0 15px 0;
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 99;
    width: 180px;
    max-height: 410px;
    overflow-y: scroll;
}

/* width */
.filter-dropdown .filter-dropdown-menu::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-track {
    background: #B4B4B4;
}

/* Handle */
.filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-thumb {
    background: #002f51;
}

/* Handle on hover */
.filter-dropdown .filter-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #002f51;
}

.filter-dropdown .filter-dropdown-menu li {
    border-bottom: 1px solid #B4B4B4;
    background: #F7F7F7;
    padding: 10px;
}

.filter-dropdown .filter-dropdown-menu li:last-child {
    border-bottom: none;
}

.filter-dropdown .filter-dropdown-menu .input_container .checkbox .checkbox-group {
    margin-top: 0;
}

.filter-dropdown .filter-dropdown-menu .input_container label {
    background: transparent;
}

.filter-dropdown .filter-dropdown-menu .input_container .checkbox .checkbox-group label {
    display: block;
    padding: 0 30px 0 0;
    border-radius: 0;
    top: unset;
}

.filter-dropdown .filter-dropdown-menu .input_container .checkbox .checkbox-group label.no-border {
    border-bottom: none;
}

.filter-dropdown .filter-dropdown-menu .input_container .checkbox .checkbox-group label:before {
    border-radius: 50%;
    right: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    left: unset;
    background: #E6E6E6;
    border: none;
}

.filter-dropdown .filter-dropdown-item .input_container .checkbox .checkbox-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    left: unset;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transform: unset;
    border: none;
    border: 5px solid #002F51;
}

.filter-btn,
.filter-dropdown h3 {
    display: none;
}

.show-list {
    margin-top: 10px;
}

.show-list ul li {
    background: #F7F7F7;
    border-radius: 3px;
    padding: 7px 45px 7px 15px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

.show-list ul li a {
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 9;
    height: 20px;
    width: 20px;
}

.bg-orange {
    background: #FF9F46;
}

.color_orange {
    color: #FF9F46;
}



.bg-blue {
    background: #002F51;
}

.bg-grey,
.bg-grey-big {
    background: #F7F7F7;
}

.knowledge-items {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 12px;
}

.knowledge-items figure {
    height: 235px;
    overflow: hidden;
    position: relative;
}

.knowledge-items.bg-grey figure {
    height: 233px;
    overflow: hidden;
}

.knowledge-items figure img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 250px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.knowledge-items figure source {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 250px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.knowledge-items figcaption {
    padding: 25px 20px;
    height: 255px;
}

.knowledge-items .bg-orange-event,
.knowledge-items .bg-grey-event,
.knowledge-items .bg-blue-event {
    height: 490px;
}

.knowledge-items.bg-orange h2,
.knowledge-items.bg-blue h2,
.knowledge-items.bg-orange a,
.knowledge-items.bg-blue a {
    color: #fff;
}

.knowledge-items.bg-orange a,
.knowledge-items.bg-blue a,
.knowledge-items.bg-grey a {
    display: block;
}

.knowledge-items h2 {
    padding-right: 40px;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 30px;
}

.knowledge-items h3 {
    padding-right: 40px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.knowledge-items h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.knowledge-items a span {
    position: absolute;
    bottom: 15px;
}

.knowledge-items.mb-item {
    margin: 12px 12px 24px 12px;
}

.knowledge-items.bg-grey a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* background: #F7F7F7; */
}

.knowledge-items.bg-grey figure,
.knowledge-items.bg-grey figcaption {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

}

.knowledge-items.bg-grey figcaption {
    padding: 15px 15px;
    height: 233px;
}

.knowledge-items.bg-grey figcaption h2 {
    padding-right: 0;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.knowledge-items.bg-grey a {
    color: #000;
}

/* .knowledge-items.bg-grey figure img{
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 240px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.knowledge-items.bg-grey figure source{
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 240px;
    bottom: 0;
    top: 0;
    margin: auto;
} */

.knowledge-items a .zoom-effect img {
    transition: 1s;
}

.knowledge-items a:hover .zoom-effect img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.podcastpagelist .knowledge-items a:hover .zoom-effect img {
    transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.small-orange {
    background: #FF9F46;
}

.small-blue {
    background: #002F51;
}

.knowledge-items.small-orange figcaption h5,
.knowledge-items.small-orange figcaption h2,
.knowledge-items.small-orange a,
.knowledge-items.small-blue figcaption h5,
.knowledge-items.small-orange figcaption h2,
.knowledge-items.small-blue a {
    color: #fff;
}

/* knowledge end*/

/* article */
.back-page {
    margin-bottom: 30px !important;
}

.back-page a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.back-page a img {
    margin-right: 5px;
}

.article {
    padding: 45px 0;
}

.article .connectivity {
    padding: 35px 40px 35px 120px;
}

.related-services {
    margin-top: 50px;
    padding-left: 30px;
}

.related-services {
    margin-bottom: 10px;
}

.article .connectivity h6,
.article .related-services h6 {
    position: absolute;
    right: 20px;
    top: 15px;
}

.article .connectivity h6 img,
.article .related-services h6 img {
    margin-right: 5px;
}

.article .connectivity h1,
.article .related-services h1,
.article .connectivity h2,
.article .related-services h2 {
    padding-right: 80px;
    margin-bottom: 30px;
    font-size: 30px;
}

.article .connectivity h3 {
    font-size: 18px;
}

.article .connectivity hr,
.article .related-services hr {
    border-bottom: 1px solid #AAAAAA;
}

.article .connectivity .related-link,
.article .related-services .related-link {
    margin-bottom: 30px;
}

.article .connectivity .related-link a,
.article .related-services .related-link a {
    text-decoration: underline;
    padding: 0 20px 5px 0;
}

.article .connectivity .link,
.article .related-services .link {
    margin-top: 0;
}

.article .connectivity .share,
.article .related-services .share {
    text-align: right;
    padding-left: 0;
}

.share span,
.article .connectivity .share span,
.article .related-services .share span {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: linear-gradient(180deg, #0085F2 0%, #002E8A 100%);
    border-radius: 3px;
    margin-left: 5px;
}

.article.success-stories .connectivity a {
    padding: unset;
    background: unset;
    border-radius: unset;
}

.success-stories .connectivity a.btn-orange {
    background: #ff9f46;
}

.success-stories .connectivity a.btn-orange:hover {
    color: #000;
}

/* copy-section */
/* .copy-section .copy-item{
    margin-bottom: 50px;
}
.copy-section .copy-item:last-child{
    margin-bottom: 0px;
}
.copy-section .copy-item h2{
    font-size: 32px;
    line-height: 36px;
    position: relative;
    padding-left: 40px;
    margin-left: 20px;
}
.copy-section .copy-item h2:before{
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    bottom: -25px;
    margin: auto;
    width: 15px;
    background: url(/images/heading-bg.svg) center center no-repeat;
    background-size: cover;
}
.copy-section .copy-item p{
    margin-bottom: 20px;
}
.copy-section .copy-item p:last-child{
    margin-bottom: 0px;
}
.copy-section .copy-item ul li{
    margin-bottom: 20px;
    padding-left: 45px;
    background: url(/images/arrow-black.svg) 0px 5px no-repeat;
}
.copy-section .copy-item ul li:last-child{
    margin-bottom: 0px;
} */


.copy-section .copy-item {
    margin-bottom: 50px;
}

.copy-section .copy-item:last-child {
    margin-bottom: 0px;
}

.copy-section .copy-item img {
    float: right;
    padding: 0 0 20px 20px;
}

.copy-section .copy-item h2 {
    /* position: absolute; */
    /* width: 20%; */
    font-size: 26px;
    line-height: 34px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    /* margin-left: 20px; */
}

.copy-section .copy-item h2:before {
    content: "";
    /* border-left: 1px solid #002F51; */
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 10px;
    background: url(/images/heading-bg.svg) center center no-repeat;
    background-size: cover;
}

.copy-section .copy-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.copy-section .copy-item p {
    margin-bottom: 20px;
    /* padding-left: 25%; */
}

.copy-section .copy-item p strong {
    font-weight: 500;
}

.copy-section .copy-item p:last-child {
    margin-bottom: 0px;
}

.copy-section .copy-item ul {
    /* padding-left: 25%; */
    margin-bottom: 20px;
}

.copy-section .copy-item ul li {
    margin-bottom: 20px;
    padding-left: 45px;
    background: url(/images/arrow-black.svg) 0px 5px no-repeat;
}

.copy-section .copy-item ul li:last-child {
    margin-bottom: 0px;
}

.copy-section .copy-item ul li h3 {
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
}

.copy-section .copy-item ol {
    padding-left: 20px;
    margin-bottom: 10px;
}

.challenges .challenges-item {
    position: relative;
    height: 200px;
    margin: 15px 0;
    padding-left: 50px;
}

.challenges .challenges-item:before {
    content: "";
    position: absolute;
    border-left: 1px solid #ccc;
    right: 0px;
    top: -15px;
    margin: auto;
    height: 100%;
}

.challenges .challenges-item:nth-child(3):before,
.challenges .challenges-item:nth-child(6):before,
.challenges .challenges-item:nth-child(9):before {
    content: unset;
}

.challenges .challenges-item:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ccc;
    margin: auto;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.challenges .challenges-item:nth-child(4)::after,
.challenges .challenges-item:nth-child(5)::after,
.challenges .challenges-item:nth-child(6)::after {
    content: unset;
}

.challenges .challenges-item .circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #FF9F46;
    position: absolute;
}

.challenges .challenges-item .circle span {
    position: absolute;
    left: 13px;
    top: 11px;
    font-weight: 800;
    font-size: 35px;
}

.challenges .challenges-item p {
    padding: 0 30px 0 75px;
}

.gated-case-study .space {
    padding: 0 60px 0 15px;
}

.gated-case-study h1,
.gated-case-study h2 {
    position: relative;
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 0 40px;
}

.gated-case-study p.date {
    padding: 0 0 10px 40px;
    font-size: 17px;
}

.gated-case-study .share {
    padding-left: 40px;
}

.gated-case-study p a,
.gated-case-study ul li a {
    color: #FF9F46;
}
.gated-case-study p a{
    display: inline !important;
}
.share-box {
    position: relative;
}

.share-open {
    display: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin: 2px 0;
    padding: 8px;
    background: #fff;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.20);
    position: absolute;
    z-index: 99;
    right: 15px;
    /* left: 0px; */
    bottom: -55px;
    height: 47px;
}

.share-box .share-open {
    right: unset;
    left: 0px;
    width: 132px;
}

.share-open a {
    width: 30px;
    height: 30px;
    border-radius: 30px !important;
    margin: 0 2px;
    display: inline-block;
}

.share-open a span {
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAkCAMAAABbsy/+AAAAPFBMVEVHcEzxjHj////xjHj82tX////////xjHj4ua3////xjHjxjHj////////xjHj////////////////xjHi25zJIAAAAEnRSTlMAmNxPJ5u96xDzcsdiSLF3iqaOHymjAAADYklEQVRIx6WV0drsGgyGIQRFu9v7v9dN0KrRzjzrz4GpKXmTL6SMTSxou1ezOsxWMG9vptizQfYmnt5uu1Wn2X1jQdhtWGNvMYCAR1agwJ9gYdfmmhm9B5FWDwnu96kGduK8sMKz0OZ672CrODVLqomVaWu6kLWx+hcYWGi6FPnr1OTJtnqaqH2wrRbAK5XiSyEpG4QYZfyAhd2SQ1NDFzU6SM//tWVihIldUUr0DAGY2ida5/9CiobBtpoMyxDhDTnfOyVusBqIOqGWYCLFabwVlLtf1zWlmsegtAoFFrIMkPZrqtlWyqCrm6Ki37JyYtuKjJWQPJ+4BPM7vaUftWcHhiq9tgV7KY7wtDnXrC89/XfTTd9gSe31gjXpyvMFq+Z9ep+TWvOQ1uhtqIf4AgP1HWbXkH/0mjAM1iQo+JD1VrXKzdZXGGz2BxlDqbjNV1VopRNbaWHtSneoU7HeHoCss4Z66yqia1CfB+SCQY32FJ22KSiRdTpfN7U/jXo8+vp29AeYOWHljFvbHfOrpXat8gbzI8z3l5quvZ3CAkWjugKZ1X6w7rC+xecu42/tilqC/gUWlG69w7NH2A+N+FnGAiMZYdPWWqGGJvoF9vmJmcKoq2r18vn4Cfbx8ZzDjLIigLAavsHePq1MLnhUw0VOl7gDOzs4+1fjB0ZeLWZHEnH0hrcYDMI/suQR+wMSD5nzHBI87tMI7Nzj8EDJ5BTvLs2yao4taLqQo8HlF9iZnCuOIkw1G4xjLAlynuI7kEWUiI59gaWVtMa0sGe1xhFWqg30P4IExo/JtoPCSe4hDzmztHyRhkF1Mz1X2PK5w3IuxiFS7tK55JFGySOXBSbztuw7Us2qfEt1Y2awSqC6NiGzI1f0lxm20OY8urbgKMVZZNkcAZa7RuwV1kpLvpp05fmCNY1cep+TcgZpfeRDPZYvMMO/w9DJ/BNdwjBwKW+TBuOQ1yo3c68wcx3LFxllOW7IJB4YY3QyDUvx7forNC1Zyz4eLwfkgpm6I2d0uS5NwH1NrK9EVft29B9h5Ywjdsf8aqn8sTkN5vpLTRcWpzDaiLzLwzQhn9uyjC/tijrW8gxbTpjkzQ/KPzXiKcxcmZF3yE0Wkcs/fmKmMBZbZgv7i40fzzmMcUQJy02Hd/sfliFrGxn+qa0AAAAASUVORK5CYII=);
    width: 18px;
    height: 18px;
    margin: 5px auto
}

.share-open a.facebook {
    background: #3b5998 !important
}

.share-open a.facebook span {
    background-position: 18px 0
}

.share-open a.twitter {
    background: #5ba8e0 !important
}

.share-open a.twitter span {
    background-position: 36px 0
}

.share-open a.linkedin {
    background: #1985bd !important
}

.share-open a.linkedin span {
    background-position: 72px 0
}

.gated-case-study h1.small-div,
.gated-case-study h2.small-div {
    max-width: 450px;
}

.gated-case-study h1:before,
.gated-case-study h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: -20px;
    margin: auto;
    width: 15px;
    background: url(/images/heading-bg.svg) center center no-repeat;
    background-size: cover;
}

.gated-case-study .highlights {
    padding: 20px 0 0 40px;
}

.gated-case-study .highlights p {
    position: relative;
}

.gated-case-study .highlights p strong {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    display: inline-block;
}

.gated-case-study .highlights p span {
    position: absolute;
    right: 0;
    width: 27px;
    height: 27px;
    background: #AFAFAF;
    border-radius: 50%;
    cursor: pointer;
}

.gated-case-study .highlights p span:before,
.gated-case-study .highlights p span:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gated-case-study .highlights p span:before {
    width: 12px;
    height: 2px;
}

.gated-case-study .highlights p span:after {
    width: 2px;
    height: 12px;
}

.gated-case-study .highlights p span.active:after {
    content: unset;
}

.gated-case-study .highlights .list {
    margin-top: 20px;
    /* max-width: 500px; */
    /* margin-right: 40px; */
}

.gated-case-study .highlights .list ul li {
    /* font-size: 16px; */
}

.gated-case-study .highlights .list ul li a {
    color: #FF9F46;
}

.gated-case-study .case-study-form {
    padding: 25px 20px;
    border: 2px solid #FFFFFF;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.20));
    border-radius: 10px 10px 0px 0px;
    background: #2E2E2E;
    /* margin: 30px 40px 0 40px; */
}

.gated-case-study .case-study-form h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 40px;
}

.gated-case-study .case-study-form p {
    color: #fff;
}

.gated-case-study .case-study-form .input_container label {
    background: #2E2E2E;
    color: #fff;
}

.gated-case-study .case-study-form .input_container .floatlabel {
    width: 100%;
}

.cs.gated-case-study .banner-img {
    border: 8px solid #ff9f46;
    padding: 7px;
    position: relative;
    width: 100% !important;
    float: unset;
    margin-top: 50px;
    /* margin: 40px 40px 0 20px!important; */
}

.cs.gated-case-study .banner-img img {
    width: 100%;
    /* height: auto !important; */
    /* object-fit: unset !important; */
    /* position: absolute; */
    /* object-fit: cover; */
    /* height: 550px; */
    /* bottom: 0; */
    /* top: 0; */
    /* margin: auto; */
}

.gated-case-study .banner-img .link a img,
.gated-case-study .banner-img .link a svg {
    width: auto;
    position: static;
    margin-left: 5px;
}

.gated-case-study .banner-img:before,
.gated-case-study .banner-img::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 12px;
    height: 55%;
}

.gated-case-study .banner-img:before {
    left: -12px;
    bottom: 10%;
}

.gated-case-study .banner-img:after {
    right: -12px;
    top: 10%;
}

.gated-case-study .banner-img.info {
    border: none;
}

.gated-case-study .banner-img.info .info-img img {
    position: static;
}

.gated-case-study .banner-img.info:before,
.gated-case-study .banner-img.info::after {
    content: unset;
}

.gated-case-study .banner-img .img {
    position: relative;
    /* height: 550px; */
    overflow: hidden;
}

/* .gated-case-study .banner-img .img:before {
    content: "";
    background: url(/images/rectangle-bg.png) bottom no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 350px;
    background-size: contain;
    z-index: 9;
} */

.gated-case-study .banner-img .text {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    z-index: 99;
}

.gated-case-study .banner-img .text img {
    width: auto;
    position: unset;
    height: auto;
}

.gated-case-study .banner-img .text h3 {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    padding: 15px 30px 0 0;
}

.knowledgehub-form-thankyou {
    color: #fff;
    font-size: 21px;
    padding: 0 20px 20px 25px;
    display: inline-block;
}

.gated-case-study h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.gated-case-study h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.gated-case-study h5 {
    font-size: 18px;
    font-weight: 400;
}
.case-study-form .link a{
    margin-bottom: 15px;
}
/* article end */


/* Employees Say */
.employees-say {
    position: relative;
}

.employees-say:before {
    content: '';
    width: 95%;
    height: 39.4%;
    background: #FF9F46;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    bottom: 0;
    transition: 0.5s;
}

.employees-slider .item {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.employees-slider .item .content {
    padding: 15px 20px;
    height: 140px;
}

.employees-slider .item .content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.employees-slider .item figure {
    position: relative;
}

.employees-slider .item figure:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 80px;
    width: 100%;
    opacity: 0.7;
    border-radius: 0 0 10px 10px;
    z-index: 9;
}

.employees-slider .item picture {
    overflow: hidden;
}

.employees-slider .item picture img {
    transition: 1s;
}

.employees-slider .item:hover img.zoom-effect {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.employees-slider .item p.play-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    z-index: 99;
}

.employees-slider .item p.play-video img {
    width: auto;
    display: inline-block;
}

.employees-slider.owl-carousel .owl-dots.disabled,
.employees-slider.owl-carousel .owl-nav.disabled,
.testimonials-slider.owl-carousel .owl-dots.disabled {
    display: block;
}

.employees-slider.owl-carousel .owl-nav .owl-next {
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -90px;
}

.testimonials-slider.owl-carousel .owl-nav .owl-next {
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 15px;

}

.testimonials-slider.owl-carousel .owl-nav .owl-prev {
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 37%;
}

.employees-slider.owl-carousel .owl-nav .owl-next:before,
.testimonials-slider.owl-carousel .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.testimonials-slider.owl-carousel .owl-nav .owl-prev:before {
    content: "Prev";
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.employees-slider.owl-carousel .owl-nav .owl-next:after,
.testimonials-slider.owl-carousel .owl-nav .owl-next:after {
    content: "";
    background: url(/images/slider-next.svg) center no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.testimonials-slider.owl-carousel .owl-nav .owl-prev:after {
    content: "";
    background: url(/images/slider-prev.svg) center no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.employees-slider.owl-carousel .owl-nav .owl-next.disabled,
.testimonials-slider.owl-carousel .owl-nav .owl-next.disabled {
    display: none;
}

.employees-slider.owl-carousel .owl-nav .owl-prev.disabled,
.testimonials-slider.owl-carousel .owl-nav .owl-prev.disabled {
    display: none;
}

.testimonials-slider.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.partnerpopup .modal-dialog {
    max-width: 700px;
}

.partnerpopup .modal-content {
    border-radius: 0;
}

.partnerpopup .modal-body {
    padding: 10px 10px 5px 10px;
}

.partnerpopup .modal-body iframe,
.partnerpopup .modal-body video {
    width: 100% !important;
}

.partnerpopup .modal-header .modal-title,
.modal-header .modal-title {
    color: #ef6d00;
    font-size: 22px;
}

.partnerpopup .modal-header,
.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.partnerpopup .modal-header .close,
.modal-header .close,
.close-new {
    color: #000;
    opacity: 1;
    font-size: 30px;
    font-weight: 300;
}

.partnerpopup .modal-header .close:hover,
.modal-header .close:hover,
.close-new:hover {
    opacity: 0.5;
}

/* job list */
.job-list select {
    border: none;
    border-bottom: 1px dashed #000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 25px 5px 0;
    margin: 10px 15px;
    cursor: pointer;
    background: #fff url(/images/arrow-down.svg) 100% no-repeat;
    background-size: 12px;
}

.job-list select.location {
    background: #fff url(/images/location-select.svg) 100% no-repeat;
    background-size: 22px;
    padding: 5px 35px 5px 0;
}

.job-list .list {
    background: #F7F7F7;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.job-list .list span {
    color: #767676;
    font-size: 14px;
}

.job-list .list p {
    font-weight: 600;
    font-size: 16px;
}

.job-list .list .apply a {
    background: #002F51;
    color: #fff;
    position: absolute;
    right: -15px;
    top: -20px;
    display: block;
    margin: auto;
    left: 0;
    bottom: -20px;
    text-align: center;
    border-radius: 0 10px 10px 0;
}

.job-list .list .apply a span {
    color: #fff;
    top: 35%;
    transform: translateY(45%);
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -o-transform: translateY(35%);
    -ms-transform: translateY(35%);
    display: block;
    height: 100%;
}

/* about */
.about-item {
    padding: 120px 80px;
}

.about-item h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 34px;
}

.about-item p {
    color: #fff;
}

.award {
    position: relative;
    margin-top: 20px;
}

.award:before {
    content: '';
    width: 85%;
    height: 100%;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: 0.5s;
}

.awards {
    padding: 0 30px;
}

.awards .item {
    padding: 0 40px;
    margin: auto;
    text-align: center;
}

.awards .item .bg {
    position: relative;
}

.awards .item .bg h3 {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 60%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
}

.awards .item p {
    margin: auto;
    max-width: 220px;
    /* font-size: 17px; */
    padding-top: 10px;
}

.awards.owl-carousel .owl-dots.disabled {
    display: block;
}

.awards .owl-dots {
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.awards .owl-dot {
    width: 25px;
    height: 6px;
    background: #CCCCCC;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50px;
}

.awards .owl-dot.active {
    background: #000;
    width: 35px;
    height: 10px;
}

.number-title h2 {
    position: relative;
    font-size: 34px;
    line-height: 38px;
    padding: 0 0 0 40px;
    max-width: 350px;
}

.number-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: -20px;
    margin: auto;
    width: 15px;
    background: url(/images/heading-bg.svg) center center no-repeat;
    background-size: cover;
}

.number-items {
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 25px 25px;
    margin-top: 30px;
}

.number-items h3 {
    font-size: 32px;
    margin-bottom: 5px;
}

/* history */
.history-nav {
    position: relative;
}

.history-nav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    bottom: 0;
    z-index: -1;
    border-bottom: 1px solid #FF9F46;
}

.history-nav a {
    color: #969696;
    text-align: center;
    padding: 25px 10px;
}

.history-nav a.slick-current {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}

.history-nav a.slick-current:before,
.history-nav a.slick-current:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.history-nav a.slick-current:before {
    height: 1px;
    width: 100%;
    background: #002F51;
}

.history-nav a.slick-current:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #002F51;
}

.history-items {
    padding: 40px 0 0 0;
}

.history-items .history-content {
    padding: 50px 100px 50px 200px;
    background: #FF9F46;
    border-radius: 10px;
    margin-left: -200px;
    position: relative;
}

.history-items .history-content h2 {
    color: #fff;
    max-width: 350px;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 15px;
}

.history-items .history-content p {
    color: #fff;
    max-width: 400px;
}

.history-items .history-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.history-items img.zoom-effect {
    transition: 1s;
}

.history-items:hover img.zoom-effect {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.history-slider {
    padding: 0 50px;
}

.history-slider .slick-arrow {
    background: transparent;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    text-indent: -9999px !important;
}

.history-slider .slick-arrow.slick-prev {
    left: -20px;
}

.history-slider .slick-arrow.slick-next {
    right: -20px;
}

.history-slider .slick-arrow.slick-next:after,
.history-slider .slick-arrow.slick-prev:after {
    content: "";
    width: 28px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.history-slider .slick-arrow.slick-next:after {
    background: url(/images/slider-next.svg) center no-repeat;
    background-size: 100%;
}

.history-slider .slick-arrow.slick-prev:after {
    background: url(/images/slider-prev.svg) center no-repeat;
    background-size: 100%;
}

.history-slider .slick-arrow.slick-disabled:after,
.history-slider .slick-arrow.slick-disabled:after {
    opacity: 0.4;
}



/* --------  Drop Box  -------- */
.drop-box .nearest-partner {
    background: url(/images/locate-bg.jpg) no-repeat center;
    background-size: cover;
    height: 525px;
    position: relative;
    border-radius: 10px;
}

.drop-box .nearest-partner .current-location {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    align-items: center;
}

.drop-box .nearest-partner .current-location div {
    padding-left: 15px;
}

.drop-box .nearest-partner .current-location img {
    width: 30px;
    /* height: 40px; */
}

.drop-box .nearest-partner .current-location div p {
    font-size: 26px;
}

.drop-box .nearest-partner .current-location div span,
.drop-box .nearest-partner .current-location div p {
    color: #fff;
}

.drop-box .nearest-partner .locate-form {
    background: rgba(0, 28, 82, 0.8);
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
}

.drop-box .nearest-partner .locate-form h3 {
    font-size: 28px;
    color: #fff;
    line-height: 29px;
    margin-bottom: 20px;
}

.drop-box .nearest-partner .locate-form select {
    border: none;
    cursor: pointer;
    background: #fff url(/images/arrow-down.svg) 95% no-repeat;
    background-size: 12px;
    height: 45px;
}

.drop-box-slider .total-item {
    padding: 15px 10px;
}

.drop-box .nearest-partner .locate-form .link {
    margin-left: 20px;
}

.drop-slider.owl-carousel .owl-dots.disabled,
.drop-slider.owl-carousel .owl-nav.disabled {
    display: block;
}

.drop-slider.owl-carousel .owl-nav .owl-next {
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -60px;
}

.drop-slider .item {
    padding: 10px;
}

.drop-slider.owl-carousel .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.drop-slider.owl-carousel .owl-nav .owl-next:after {
    content: "";
    background: url(/images/slider-next.svg) center no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.margin-box {
    margin: 0 -10px;
}

.drop-slider .col-sm-4,
.drop-box .col-sm-3,
.drop-box .col-sm-9 {
    padding: 0 10px !important;
}

.drop-slider .box-content {
    background: #fff;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    height: 200px;
}

.drop-slider .box-content h4 {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
}

.drop-slider .box-content p {
    font-size: 15px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.drop-slider .box-content h4 img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}


/* Back to top start */
.back-to-top {
    display: inline-block;
    background-color: #FF9F46;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.back-to-top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.back-to-top:hover {
    cursor: pointer;
    background-color: #002F51;
}

.back-to-top:active {
    background-color: #002F51;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* Back to top end */


/* search-page start*/
.search-page h1 {
    font-size: 32px;
}

.search-page ul {
    margin: 20px 0;
}

.search-page ul li {
    display: block;
    border-bottom: 1px solid #D2D2D2;
    padding: 20px 0;
    font-size: 17px;
    padding-left: 45px;
    position: relative;
}

.search-page ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background: #002F51 url(/images/arrow.svg) center no-repeat;
    background-size: 14px;
    border-radius: 50%;
}

.search-page ul li span {
    font-size: 24px;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 10px;
}

.search-page ul li a {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    word-break: break-all;
}

.search-page ul li a img {
    margin-right: 5px;
}

/* search-page end*/

/* custom-tab start */
.custom-tab .nav-tabs .nav-link {
    color: #9F9F9F;
    border: none;
    margin-bottom: 0;
    font-size: 18px;
    padding: 15px 25px;
    position: relative;
}

.custom-tab .nav-tabs .nav-item.show .nav-link,
.custom-tab .nav-tabs .nav-link.active {
    color: #002F51;
    font-weight: 600;
}

.custom-tab .nav-tabs .nav-item.show .nav-link:after,
.custom-tab .nav-tabs .nav-link.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #002F51;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* custom-tab end */

/* channel-box */
.channel-box .box-content {
    height: 220px;
}

.channel-box .box-content .contact-details {
    margin-top: 15px;
    position: relative;
}

.channel-box .box-content .contact-details p {
    margin-top: 10px;
    height: unset;
    margin: 0;
}

.channel-box .box-content .contact-details p img {
    margin-right: 5px;
}

.channel-box .box-content .contact-details .share {
    position: absolute;
    right: 5px;
    bottom: 0px;
}

.channel-box .box-content .contact-details .contact-share-div {
    position: absolute;
    right: 5px;
    bottom: 0px;
}

.map {
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    padding: 10px;
}

.map-popup {
    max-width: 280px;
    padding: 5px;
}

.map-popup h3 {
    color: #002F51;
    font-size: 21px;
    padding-bottom: 10px;
}

.map-popup p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.map-popup .map-popup-links {
    margin-top: 10px;
}

.map-popup .map-popup-links p {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.map-popup .map-popup-links p.email {
    background: url(/images/email.svg) no-repeat;
    background-position: 0px 0px;
    background-size: contain;
}

.map-popup .map-popup-links p.mobile {
    background: url(/images/phone-call.svg) no-repeat;
    background-position: 0px 0px;
    background-size: contain;
}

.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

/* channel-box end */



/* newsletter start */
.newsletter .newsletter-div {
    background: #FF9F46;
    border-radius: 10px;
    max-width: 1000px;
    margin: auto;
}

.newsletter .col-sm-5 {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}

.newsletter .col-sm-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

.newsletter .col-sm-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.newsletter .newsletter-item {
    padding: 40px 50px;
}

.newsletter .shadow {
    border-right: 1px solid #FDBE65;
    box-shadow: 6px 10px 14px rgba(0, 0, 0, 0.5);
    /* height: 325px; */
    margin-top: 0;
    border-radius: 0;
}

.newsletter .newsletter-item .newsletter-title {
    font-size: 24px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
}

.newsletter .newsletter-item .newsletter-title img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.newsletter .newsletter-item p a {
    padding-top: 10px;
    color: #002F51;
    font-size: 16px;
}

.newsletter .newsletter-item input {
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    outline: none;
    border: none;
    padding: 15px 15px;
    /* margin-top: 20px; */
}

.newsletter .newsletter-item .center-social {
    margin: 20px 0 0 -15px;
}

.newsletter .newsletter-item .center-social a {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #002F51;
    margin: 15px 20px 15px 15px;
    text-align: center;
    line-height: 42px;
}

/* newsletter end */


/* media releases */
.media-releases .media-main-box {
    background: url(/images/media-bg.jpg) no-repeat center;
    background-size: cover;
    height: 495px;
    position: relative;
    border-radius: 10px;
}

.media-releases .media-main-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.6;
    border-radius: 10px;
}

.media-releases .media-main-box .media-main-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 20px;
}

.media-releases .media-main-box .media-main-text h4 {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
}

.media-releases .media-main-box .media-main-text p {
    color: #fff;
    padding-top: 15px;
}

.media-releases .col-sm-4,
.media-releases .col-sm-3,
.media-releases .col-sm-9 {
    padding: 0 10px !important;
}

.media-releases .media-box-content {
    background: #fff;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    height: 200px;
    position: relative;
}

.media-releases .media-box-content a {
    display: block;
}

.media-releases .media-box-content h4 {
    font-size: 17px;
    font-family: 'Open Sans';
    font-weight: 400;
    height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.media-releases .media-box-content p {
    padding-top: 0;
    width: 90%;
    position: absolute;
    bottom: 10px;
}

.media-releases .media-box-content .share {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.media-releases select {
    background: #F7F7F7 url(/images/media-releases-select-arrow.svg) no-repeat 95% center;
    background-size: 14px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    color: #505050;
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
}

/* media releases end */

/* collection-recovery */
.collection-recovery .drop-slider .box-content h4 {
    height: 110px;
    display: block;
}

.collection-recovery .circle-form {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 20px;
    z-index: 9;
}

.collection-recovery .circle-form:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-180deg);
}

.collection-recovery .circle-form h3 {
    color: #fff;
    font-size: 17px;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

.collection-recovery .circle-form select {
    font-size: 28px;
    color: #fff;
    background: transparent url(/images/dropdown-circle.svg) no-repeat 100% center;
    background-size: 25px;
    border: none;
    outline: none;
    padding: 0;
    height: auto;
    margin-bottom: 0;
}

.collection-recovery .circle-form select:focus {
    outline: none;
    box-shadow: none;
}

.collection-recovery .circle-form select option {
    color: #000;
}

.podcast-bgGrey {
    background-color: #f7f7f7;
}
/* --------  Drop Box  -------- */
@media only screen and (min-width: 768px) {
    .history-nav .slick-track {
        transform: none !important;
    }
}

/* timeline-list */
.timeline-list ul {
    padding: 0px 40px 0 50px;
    margin: 40px 50px 0 50px;
    position: relative;
}

.timeline-list:after {
    content: "";
    position: absolute;
    left: 74px;
    top: 45px;
    height: 97%;
    border: 1px solid #FF9F46;
}

.timeline-list ul li {
    padding-bottom: 20px;
    position: relative;
}

.timeline-list ul li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: -50px;
    border: 5px solid #002F51;
    top: 3px;
    background: #fff;
    z-index: 99;
}

.read-collection-agencies p {
    padding: 30px 20px 10px 20px;
    border-bottom: 1px solid #FF9F46;
    display: inline-block;
    margin: auto;
    font-size: 16px;
}

.read-collection-agencies p a {
    padding: 0px 20px 0px 30px;
    position: relative;
}

.read-collection-agencies p a:after {
    content: "";
    position: absolute;
    left: 0;
    right: -20px;
    bottom: -11px;
    border-bottom: 1px solid #002F51;
    z-index: 99;
}




/* servicesgroup start */


.get-call-back-form-onpage {
    position: unset;
    transform: unset;
    width: 100%;
    z-index: 9;
}

.services-group .services-group-item {
    margin-bottom: 30px !important;
    overflow: hidden;
}

.services-group .services-group-item a {
    color: #fff;
    display: block;
}

.services-group .services-group-item .bg-blue,
.services-group .services-group-item .bg-orange,
.services-group .services-group-item .bg-grey {
    border-radius: 0 7px 7px 0;
}

.services-group .services-group-item img.thumb {
    border-radius: 7px 0 0 7px;
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 180px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.services-group .services-group-item .radius {
    border-radius: 7px 0 0 7px;
    overflow: hidden;
}

.services-group .services-group-item img,
.services-group .services-group-item picture,
.services-group .services-group-item source,
.services-group .services-group-item figure {
    height: 100%;
}

.services-group .services-group-item .caption {
    padding: 15px 5px;
    position: relative;
    height: 170px;
}

.services-group .services-group-item .caption h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.services-group .services-group-item .caption p {
    color: #fff;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    line-height: 20px;
}

.services-group .services-group-item .caption span {
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.services-group .services-group-item .bg-grey .caption h2,
.services-group .services-group-item .bg-grey .caption p,
.services-group .services-group-item .bg-grey .caption {
    color: #002F51;
}

.services-group .services-group-item a .zoom-effect img {
    transition: 1s;
}

.services-group .services-group-item a:hover .zoom-effect img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/* servicesgroup end */
.date input {
    width: 95px;
    border: none;
    outline: none;
    font-weight: 600;
    cursor: pointer;
}

.date input::-webkit-input-placeholder {
    /* Edge */
    color: #000
}

.date input:-ms-input-placeholder {
    /* Internet Explorer */
    color: #000
}

.date input::placeholder {
    color: #000
}


/* team-card start */
.team-card {
    padding-left: 40px;
    margin-bottom: 40px;
}

.team-card:last-child {
    margin-bottom: 0px;
}

.team-card .card {
    position: relative;
    border: none;
}

.team-card .card img {
    border-radius: 10px;
}

.team-card .card:before {
    content: "";
    position: absolute;
    left: -40px;
    top: -20px;
    bottom: -20px;
    margin: auto;
    width: 15px;
    background: url(/images/heading-bg.svg) center center no-repeat;
    background-size: cover;
}

.team-card .caption {
    padding-top: 20px;
}

.team-card .caption h3 {
    margin-bottom: 5px;
    font-size: 34px;
}

.team-card .caption p {
    font-weight: 600;
    font-size: 17px;
}

.team-card .details-text {
    margin-top: 30px;
}

.space-new {
    margin-top: 50px;
}
.team-card p a{
    color: #ff9f46;
}

/* team-card end */


/* box-copy start */
.box-copy {
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
    height: 420px;
    overflow: auto;
}

.box-copy::-webkit-scrollbar {
    width: 6px;
}

.box-copy::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background: #999;
}

.box-copy::-webkit-scrollbar-thumb {
    background-color: #002F51;
    /* outline: 1px solid slategrey; */
}

.box-copy h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

.box-copy p:last-child {
    margin-bottom: 0;
}

/* box-copy end */

/* inner-copy start */
.inner-copy p {
    margin-bottom: 25px;
}

.inner-copy h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.inner-copy h2 {
    margin-bottom: 15px;
    font-size: 32px;
}

/* inner-copy end */

/* CXO start */
.about-event h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin-bottom: 5px;
}

.about-event .list {
    padding-left: 15px;
}

.about-event .list ul li {
    padding-bottom: 10px;
}

.client-speak {
    background: #002F51;
    border-radius: 10px;
    padding: 50px 35px;
    margin-right: 20px;
}

.client-speak h4 {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}

.speakers-item {
    padding-right: 30px;
    margin-bottom: 30px;
}

.speakers-item img.team {
    border-radius: 10px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
}

.speakers-item h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin: 10px 0 5px 0;
}

/* CXO end */

.drag-option {
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.drag-option p {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    padding: 10px 0;
}

.drag-option a {
    background: #FF9F46;
    border-radius: 3px;
    padding: 8px 30px;
    font-weight: 700;
    margin-top: 20px;
}

.drag-option a:visited,
.drag-option a:hover {
    color: #000;
}

.center-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}

.timeline {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 30px 20px;
}

.timeline ul li {
    /* display: inline-block; */
    text-align: center;
    /* padding: 0 6%; */
    color: #B8B8B8;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

/* .timeline ul li:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: #DCDCDC;
    right:50%;
    top: 53px;
} */
.timeline ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    left: 50%;
    right: 0;
    top: 55px;
}

/* .timeline ul li:nth-child(1)::before{
    content: unset;
} */
.timeline ul li:nth-child(3)::after {
    content: unset;
}

.timeline ul li span {
    display: block;
    margin-top: 55px;
    position: relative;
}

.timeline ul li span:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #DCDCDC;
    left: 0;
    right: 0;
    margin: auto;
    top: -38px;
    z-index: 9;
}

.timeline ul li.active {
    color: #000;
    cursor: pointer;
}

.timeline ul li.step-done:after {
    background: #002F51;
}

.timeline ul li.active span:before {
    border: 8px solid #002F51;
    background: #fff;
}

.drag-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}

.drag-item .yellow {
    display: none;
}

.drag-item a {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 25px 20px 15px 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.drag-item span {
    width: 50px;
    height: 50px;
    display: block;
    background: url(/images/solution-icon.png) no-repeat;
}

.drag-item span.it-ites {
    background-position-x: -50px;
}

.drag-item span.manufcturing {
    background-position-x: -100px;
}

.drag-item span.servcies {
    background-position-x: -150px;
}

.drag-item span.healthcare {
    background-position-x: -200px;
}

.drag-item span.education {
    background-position-x: -250px;
}

.drag-item span.data-security {
    background-position-x: -300px;
}

.drag-item span.customer-reach {
    background-position-x: -350px;
    width: 61px;
}

.drag-item span.scalability {
    background-position-x: -411px;
}

.drag-item span.employee-productivity {
    background-position-x: -459px;
    width: 52px;
}

.drag-item span.connectivity {
    background-position-x: -510px;
    width: 52;
}

.drag-item p {
    font-size: 18px;
    padding-top: 10px;
}

.ChallengesDiv .trash {
    display: none;
}

.drag-item.selected a {
    position: relative;
}

.drag-item.selected a:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .7);
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.drag-item.selected a:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 25px;
    background: url(/images/selected.svg) no-repeat;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-size: 100%;
}

.add-div {
    background: #FDFDFD;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 270px;
    /* margin-left: 3%;
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%; */
    padding: 30px 20px;
}

.drag-item-div {
    border: 1px dashed #9A9A9A;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.drag-item-div p {
    color: #A4A4A4;
    font-weight: 600;
    padding-top: 10px;
    margin: 0;
}

.add-div .select-p {
    font-size: 17px;
    padding: 0 0 10px 20px;
}

.add-div .drag-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.add-div .drag-item a {
    background: #002F51;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 5px;
    box-shadow: none;
    padding: 15px 50px 15px 15px;
    margin-bottom: 15px;
    position: relative;
}

.add-div .drag-item a img.blue {
    display: none;
}

.add-div .drag-item a img.yellow {
    display: block;
}

.add-div .drag-item.selected a:before,
.add-div .drag-item.selected a:after {
    display: none;
}

.add-div .drag-item img {
    width: 40px;
}

.add-div .drag-item span {
    background: url(/images/solution-icon-orange.png) no-repeat;
    width: 40px;
    height: 40px;
}

.add-div .drag-item p {
    color: #fff;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    padding-left: 10px;
    padding-top: 0;
    font-weight: 500;
}

.add-div .drag-item .trash {
    position: absolute;
    width: 22px;
    right: 15px;
    cursor: pointer;
    z-index: 9;
}

.add-div .drag-item.selected:before,
.add-div .drag-item.selected:after {
    content: unset;
}

.solution-finder {
    padding: 20px 0;
}

.solution-finder:before {
    width: 100%;
}

.solution-finder .title {
    margin-bottom: 20px;
}

.solution-finder .title h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.solution-finder .item .caption {
    padding: 15px 35px 15px 15px;
}

.solution-finder .item .caption h2,
.solution-finder .item .caption p.headingh2,
.solution-finder .item .caption h6 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

/* .solution-finder .item .caption p{
    display: none;
} */
.solution-finder .item .caption span {
    right: 10px;
}

.disclaimer {
    padding: 20px;
    background: #F7F7F7;
    border-radius: 10px;
    margin-top: 30px;
}

.hotspot-locator-copy p {
    margin-bottom: 10px;
}



.investor-updates p {
    font-weight: 600;
    font-size: 20px;
}

.dropdown-year {
    position: relative;
}

.dropdown-year select {
    border: none;
    width: 130px;
    font-size: 16px;
    font-weight: 600;
    background: #fff url(/images/arrow-down.svg) 95% no-repeat;
    background-size: 15px;
    padding: 5px 15px 5px 0;
    color: #505050;
    border-bottom: 1px solid #505050;
}

.dropdown-year svg {
    position: absolute;
    right: 0;
    top: 8px;
}

.investor-updates .investor-box {
    background: #F7F7F7;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

.investor-updates .investor-box .investor-box1 {
    display: flex;
    align-items: self-start;
    height: 210px;
}

.investor-updates .investor-box .investor-box1 h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 18px;
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.investor-updates .investor-box .btn-div {
    background: #fff;
    border: 1px #D3D3D3 solid;
    padding: 15px 0;
    border-radius: 5px;
    position: absolute;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    display: flex;
    /* display: block; */
    text-align: center;
    justify-content: space-between;
}

.investor-updates .investor-box .btn-div a {
    color: #454545;
    width: 50%;
}

/* .investor-updates .investor-box .btn-div a.view {
    display: none;
} */

.investor-updates .investor-box .btn-div a img {
    margin-left: 5px;
}

.investor-updates .investor-box a.view:before {
    content: "";
    width: 1px;
    height: 70%;
    background: #D3D3D3;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 15%;
    bottom: 15%;
}

.investor-updates.qos .investor-box .investor-box1 {
    height: 160px;
}

.investor-updates.qos .investor-box .investor-box1 h3 {
    height: 90px;
    -webkit-line-clamp: 4;
    font-size: 17px;
}

.board-directors{
    position: relative;
}
.board-directors .board-directors-box {
    /* display: flex; */
    /* align-items: center; */
    position: relative;
    background: #F7F7F7;
    padding: 15px;
    border-bottom: 4px #002F51 solid;
    margin: 0 0 15px 0;
}

.board-directors .board-directors-box .bod-img {
    width: 19%;
}

.board-directors .board-directors-box .bod-description {
    padding-left: 20px;
    width: 81%;
    padding: 0 0 20px 20px;
}

.board-directors .board-directors-box .bod-description h4 {
    font-size: 34px;
    margin-bottom: 5px;
}

.board-directors .board-directors-box .bod-description h5 {
    font-size: 22px;
    margin-bottom: 5px;
}

.board-directors .board-directors-box .bod-description p {
    margin-bottom: 5px;
    width: 80%;
}

.board-directors .board-directors-box .bod-description a {
    font-size: 13px;
    vertical-align: sub;
    color: #000;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
}

.board-directors .board-directors-box .bod-description a span {
    width: 13px;
    height: 13px;
    border: 1px solid #000000;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.board-directors .board-directors-box .bod-description a span:before {
    content: "";
    width: 7px;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.board-directors .board-directors-box .bod-description a span:after {
    content: "";
    width: 1px;
    height: 7px;
    background: #000;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.board-directors .board-directors-box .bod-description a.opn-div span:after {
    content: unset;
}

.board-directors .board-directors-box .bod-description a svg {
    margin-left: 5px;
}

.board-directors .board-directors-box .bod-description .hide-text-div {
    display: none;
    transition: 0.5s;
}

.board-directors .board-directors-box .bod-description .open-hide-copy span {
    display: inline;
    margin-bottom: 15px;
}

/* regulatory-guidelines */

.dlt-link a {
    background: #fff;
    box-shadow: 0 0 14px 2px #0000000f;
    border-radius: 5px;
    padding: 16px;
    font-size: 14px;
    color: #0080c6 !important;
    display: block;
    border-bottom: 0;
 }


.regulatory-guidelines .corporate_content h2::before{
    display: none !important;
}
.regulatory-guidelines .corporate_content h2{
    padding-left: 0 !important;
}

.dlt-head {
    display: flex;
    gap: 20px;
}
.code-browse {
font-weight: 600;
font-size: 20px;

}
/* end regulatory-guidelines */



.generic-layout .inner-copy p:last-child {
    margin-bottom: 0;
}

h1.left-title,
h2.left-title {
    position: relative;
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 0 40px;
}

h1.left-title:before,
h2.left-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    bottom: -20px;
    margin: auto;
    width: 15px;
    background: url(/images/heading-bg.svg) center center no-repeat;
    background-size: cover;
}


/* contact us page start*/
.contact-us .section-padding {
    padding: 50px 0;
}

.contact-us h5 {
    font-size: 21px;
}

.contact-us .drop-slider .box-content {
    height: 137px;
}

.contact-list {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 20px 0;
}

.contact-list ul li {
    border-bottom: 1px solid #C9C9C9;
    padding: 15px 0;
    position: relative;
    padding-left: 35px;
}

.contact-list ul li:last-child {
    border-bottom: none;
}

.contact-list ul li img {
    position: absolute;
    left: 0;
    top: 13px;
}

.contact-list ul li span {
    font-size: 12px;
}

.share-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    right: 30px;
    bottom: 35px;
}

.share-div .level {
    padding-right: 15px;
}

.contact-share {
    bottom: -10px;
}

.contact-us .form {
    padding-left: 21%;
}

.drop-box .circuit-id {
    background: #002F51;
    height: auto;
    padding: 20px;
}

.drop-box .circuit-id .form-group {
    margin-bottom: 10px;
}

.drop-box .circuit-id h3 {
    font-size: 28px;
    color: #fff;
    /* line-height: 28px; */
    padding-bottom: 75px;
}

.drop-box .circuit-id p {
    color: #fff;
}

.drop-box .circuit-id .link {
    margin: 0;
}

.drop-box .circuit-id .reset {
    color: #959595;
}

.drop-box .circuit-id .reset a:hover {
    color: #fff;
}

.drop-box .circuit-id .reset a img {
    margin-right: 5px;
}

.error_msg_contact {
    display: none;
    font-size: 12px;
    color: red;
    margin-top: 10px;
    z-index: 999;
}

.table-responsive {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 15px 15px 0 15px;
    margin-top: 25px;
}

.table-responsive .table {
    border: 1px solid #dee2e6;
}

.table-responsive .table thead th {
    border: none;
    border-top: none;
    background: #EBEBEB;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

.table-responsive .table thead th,
.table-responsive .table tr td {
    padding: 20px;
}

.table-responsive .table td {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

/* contact us page end*/


/* security-audit start */
.security-audit {
    background: url(/images/security-right-bg.jpg) center no-repeat;
    background-size: contain;
    position: relative;
}

.security-audit .bg-box {
    background: #F7F7F7;
    border-radius: 10px;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    max-width: 770px;
    min-height: 450px;
    margin: auto !important;
    padding: 10px 20px;
    /* display: block; */
    position: relative;
}

.security-left-img,
.security-right-img {
    position: absolute;
    bottom: -30%;
}

.security-left-img {
    left: -26%;
}

.security-left-img img {
    width: 210px;
}

.security-right-img {
    position: absolute;
    right: -22.5%;
}

.security-right-img img {
    width: 210px;
}

.security-audit .bg-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    /* bottom: 0; */
    margin: auto;
    background: rgba(0, 0, 0, 0.60);
    opacity: 0.45;
    background: linear-gradient(180deg, #000000 -60.87%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px 10px 0 0;
}

.security-audit .inner-box {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    /* height: 510px; */
    /* overflow: auto; */
}

.security-audit .bg-box .question {
    background: #002F51;
    width: 630px;
    padding: 20px 20px;
    margin: 15px 0 15px 6%;
    border-radius: 5px;
    position: relative;
}

.security-audit .bg-box .question:after {
    content: "";
    position: absolute;
    background: url(/images/question-before.svg);
    bottom: -25px;
    width: 52px;
    height: 26px;
    left: 5px;
}

.security-audit .bg-box .question h3 {
    color: #fff;
    font-size: 20px;
}

.security-audit .bg-box .option {
    background: #F0F0F0;
    width: 550px;
    margin: 15px 7% 15px auto;
    padding: 20px;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
}

.security-audit .bg-box .option:after {
    content: "";
    position: absolute;
    background: url(/images/option-before.svg) no-repeat;
    top: 15px;
    width: 52px;
    height: 22px;
    right: -18px;
    background-size: 100%;
}

.security-audit .bg-box .option.small-option {
    width: 250px;
}

.security-audit .input_container .checkbox {
    margin-right: 30px;
}

.security-audit .input_container .checkbox .checkbox-group label {
    background: transparent;
}

.security-audit .input_container .checkbox .checkbox-group label:before {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px;
}

.security-audit .input_container .checkbox .checkbox-group input:checked+label:after {
    background: #002F51 url(/images/checkbox-tick.svg) center no-repeat;
    border: none;
    transform: unset;
    top: 0;
    left: 0;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px;
    background-size: 13px;
}

.security-audit .bg-box .question .mobile-img,
.security-audit .bg-box .option .mobile-img {
    display: none;
}


.quiz-box {
    padding: 50px 50px 0 50px;
}

.line-shadow {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    height: 3px;
    margin: 45px 0 30px 0;
}

.quiz-box h2 {
    margin-bottom: 10px;
    font-size: 28px;
}

.quiz-box p.font-18 {
    margin-bottom: 10px;
    font-size: 16px;
}

.quiz-box hr {
    margin: 20px 0;
}

.quiz-slider {
    padding: 20px 0px;
}

.quiz-slider .item {
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    display: inline-block;
    text-align: left;
    padding-left: 1px;
    position: relative;
    text-align: left;
    padding: 10px 0;
}

/* .owl-carousel.owl-drag .owl-item{
    position: relative;
}
.owl-carousel.owl-drag .owl-item:after{
    content: "";
    position: absolute;
    width: 1px;
    background: #C4C4C4;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 17%;
} */
.quiz-slider .item p {
    margin-bottom: 0;
    padding: 0px 0 0px 35px;
}

.quiz-slider.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.quiz-slider.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.quiz-slider.owl-carousel .owl-dot {
    width: 25px;
    height: 5px;
    background: #C8C8C8;
    display: inline-block;
    margin-right: 10px;
    border-radius: 60px;
}

.quiz-slider.owl-carousel .owl-dot.active {
    background: #000;
    height: 8px;
    width: 40px;
    border-radius: 60px;

}

.security-audit .link a:before {
    width: 100%;
    right: 0;
}

/*********************************/

.corporate_section {
    padding: 3% 0;
}

.tab_nav {
    border-bottom: 1px solid #cfcfcf;
}

.tab_nav span {
    display: none;
}

.tab_nav ul li {
    position: relative;
    display: inline-block;
    padding: 0 15px 15px;
    margin-right: 20px;
}

.tab_nav ul li a {
    font-size: 16px;
    color: #9f9f9f;
}

.tab_nav ul li.active::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 3px;
    bottom: -2px;
    background: #002F51;
}

.tab_nav ul li a:hover {
    color: #002F51;
}

.tab_nav ul li.active a {
    color: #002F51;
    font-weight: 700;
}

.mah_tabs ul li {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.second_tab_nav {
    margin-top: 2%;
}

.second_tab_nav ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

.second_tab_nav ul li a {
    display: block;
    background: #e3e3e3;
    text-align: center;
    padding: 12px 30px;
    border-radius: 50px;
    color: #000;
}

.second_tab_nav ul li.active a,
.second_tab_nav ul li a:hover {
    color: #fff;
    background: #EF9B38;
}

.corporate_content {
    margin-top: 6%;
}

.corporate_content h1,
.corporate_content h2 {
    position: relative;
    font-size: 32px;
    line-height: 36px;
    padding-left: 40px;
}

.corporate_content h1,
.corporate_content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    bottom: -15px;
    margin: auto;
    width: 15px;
    background: url(/images/heading-bg.svg) center center no-repeat;
    background-size: cover;
}

.corporate_content p {
    line-height: 30px;
    margin-bottom: 10px;
}

.corporate_content p:last-child {
    margin-bottom: 0;
}

.corporate_content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.corporate_content ul li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/images/arrow-black.svg) center no-repeat;
    background-size: 15px;
}

.corporate_content h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.corporate_content h5>a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
}

.corporate_content h5>a img {
    margin-left: 5px;
}

.corporate_content h5>a:hover,
.corporate_content a {
    color: #ef6d00;
}

.corporate_content a:hover {
    color: #000;
}

#pictureThumbnail .item {
    margin: 10px 5px;
    text-align: center;
    cursor: pointer;
}

#pictureThumbnail .item img {
    border-radius: 10px;
    opacity: 0.5;
}

#pictureThumbnail .current .item img {
    opacity: 1;
}

#pictureMain.owl-theme {
    position: relative;
}

#pictureMain.owl-theme .owl-nav {
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: right;
}

#pictureMain.owl-theme .owl-nav svg {
    width: 10px;
}

#pictureMain.owl-theme .owl-nav svg path {
    stroke: #000;
    transition: all 0.3s ease;
}

#pictureMain.owl-theme .owl-next,
#pictureMain.owl-theme .owl-prev {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    background: #EFEFEF;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#pictureMain.owl-theme .owl-prev {
    margin-right: 15px;
}


#pictureMain.owl-theme .owl-next:hover,
#pictureMain.owl-theme .owl-prev:hover {
    background: #EF9B38;
}

#pictureMain.owl-theme .owl-next:hover svg path,
#pictureMain.owl-theme .owl-prev:hover svg path {
    stroke: #fff;
}

.owl-carousel .animated {
    animation-duration: 1.5s;
}


.overlayPop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 700px;
    height: auto;
    z-index: 9999;
    opacity: 1;
    -webkit-animation: slideBottom 1s forwards;
    -moz-animation: slideBottom 1s forwards;
    animation: slideBottom 1s forwards;
}

@-webkit-keyframes slideBottom {
    from {
        opacity: 0;
        bottom: -30rem
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

.overlayPop .details {
    margin: 0 auto;
    max-width: 700px;
    padding: 10px;
    background-color: #f1f1f1;
    box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlayPop .blockDiv {
    padding: 0 10px;
}

.overlayPop .blockDiv span:nth-child(1) {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.overlayPop .blockDiv span:nth-child(2) p {
    font-size: 12px;
    display: block;
    margin-bottom: 0;
}

.overlayPop .flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlayPop .btn {
    width: 150px;
    border: 0;
    border-radius: 0;
    padding: 10px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 12px;
}

.accept,
.accept:hover {
    background: #FF9F46;
    color: #fff;
}

.sorry,
.sorry:hover {
    background: #002F51;
    color: #fff;
}

/* my-account */
.my-account {
    background: #F7F7F7;
    border: 3px solid #FFFFFF;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    padding: 40px 50px;
}

.my-account h3 {
    font-size: 23px;
}

.my-account .nav-tabs {
    margin-top: 20px;
    border: none;
}

.my-account .nav-tabs .nav-item {
    width: 75%;
    margin: 0;
}

.my-account .nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #D2D2D2;
    padding: 15px 30px 15px 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    position: relative;
}

.my-account .nav-tabs .nav-link.active {
    border-bottom: 1px solid #001C52;
    color: #fff;
    background: #001C52;
}

.my-account .nav-tabs .nav-link.active:after {
    content: "";
    right: -10px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #002F51;
    display: block;
    position: absolute;
}

.my-account .border-right {
    border-right: 1px solid #D3D3D3;
    padding-right: 25px;
}

.shadow-left {
    position: relative;
}

.shadow-left:before {
    content: "";
    position: absolute;
    width: 15px;
    background: linear-gradient(90deg, #000000 -60.87%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.1;
    left: -30px;
    top: -43px;
    bottom: -43px;
}


/* error-page */
.error-page {
    background: #F7F7F7;
    border: 2px solid #FFFFFF;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    padding: 30px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/* my-account end */
.ild-call-rates {
    margin: 30px 0;
}

.ild-call-rates .col-sm-3 {
    margin-bottom: 0;
}

.ild-call-rates .input_container {
    margin-bottom: 0;
}

.ild-call-rates .col-sm-2 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

.ild-call-rates .col-sm-1 {
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
    max-width: 3%;
    padding: 0;
}


.city-container.row {
    margin: 10px 5px !important;
}

.city-container .state-item {
    padding-left: 10px;
    padding-right: 10px;
}

.city-container .state-item .bank-item {
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 210px;
}

.city-container .state-item .bank-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
}

.city-container .state-item .bank-item p {
    font-size: 15px;
    margin-bottom: 5px;
}




/* ap onboarding */
.only-logo {
    position: unset;
    padding: 20px 0;
}

.only-logo img {
    width: 250px;
    height: auto;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    padding: 10px 0;
    font-size: 16;
    color: white;
    display: inline-block;
    cursor: pointer;
}

.file-name-new {
    color: #555 !important;
    font-weight: normal;
}

.inputfile:focus+label,
.inputfile+label:hover {
    background-color: transparent;
}

.inputfile+label * {
    pointer-events: none;
}

.inputfile:focus+label,
.inputfile+label:hover {
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-modal .grey {
    font-weight: 300;
    color: #999;
    font-style: italic;
}

.ap-onboarding .reference-documents a {
    text-decoration: underline;
    color: #ef6d00;
}

.ap-onboarding .checkbox-group label a {
    text-decoration: underline;
}

.ap-onboarding .document-item {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.ap-onboarding .document-item:last-child {
    border-bottom: none;
    margin-bottom: 30px;
}

.ap-onboarding .doc-name {
    padding-right: 20px;
}

.ap-onboarding .doc-name p b {
    font-weight: 600;
    font-size: 17px;
}

.ap-onboarding .doc-name p span {
    color: red;
    font-size: 17px;
}

.ap-onboarding .verified {
    width: 22px;
    height: auto;
    margin-left: 15px;
}

.ap-onboarding .btn-upload {
    background: linear-gradient(180deg, #FF9F46 0%, #E35326 100%);
    outline: none;
    color: #000;
    border: none;
    font-weight: 600;
    padding: 10px 18px;
    margin: 0 0 0 10px;
}

footer.small-footer {
    background: #01588d;
    padding: 40px 0 40px 6%;
}

footer.small-footer h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

footer.small-footer p {
    color: #fff;
    padding-right: 20px;
}

footer.small-footer img {
    margin-right: 5px;
}

footer.small-footer p a {
    color: #fff;
}

.survey-form .input_container {
    margin-bottom: 25px;
}

.survey-form p {
    margin-bottom: 10px;
    font-weight: 600;
}

.survey-form p b {
    font-weight: 600;
}

.survey-form .col-sm-12 .radio_btns p {
    padding-right: 10px;
    width: 180px;
    padding-left: 0;
}

.survey-form p span {
    color: red;
    padding-right: 5px;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    position: absolute;
    top: -2px;
    left: 0;
}

.survey-form .radio_btns {
    margin-bottom: 10px;
}

.survey-form .error_msg {
    bottom: -18px
}

.survey-form .error-div .error_msg {
    /* position: unset; */
    bottom: 0;
    left: 15px;
}

.plan-main {
    padding-right: 0;
}

.plan-main .row {
    margin: 0 -5px;
}

.plan-main .col-sm-3 {
    padding: 0 5px;
}

.shadow {
    -webkit-box-shadow: 4px 4px 15px 0px rgba(148, 148, 148, 1);
    -moz-box-shadow: 4px 4px 15px 0px rgba(148, 148, 148, 1);
    box-shadow: 4px 4px 15px 0px rgba(148, 148, 148, 1);
    padding: 15px;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 20px;
}

.plan {
    border: 2px solid #007fc6;
    border-radius: 20px;
    overflow: hidden;
    min-height: 780px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(148, 148, 148, 1);
    -moz-box-shadow: 4px 4px 15px 0px rgba(148, 148, 148, 1);
    box-shadow: 4px 4px 15px 0px rgba(148, 148, 148, 1);
    position: relative;
}

.plan .head {
    background: #007fc6;
    padding: 15px 25px;
    text-align: center;
    color: #fff;
    height: 130px;
}

.plan .head p {
    font-size: 13px;
}

.plan .head h3 {
    font-size: 20px;
}

.plan .head h3 span {
    display: block;
    font-size: 24px;
}

.plan .content {
    padding: 20px 12px;
}

.plan .content p,
.plan .content ul li {
    font-size: 13px;
}

.plan .content .mobile-hide p {
    font-weight: 600;
}

.plan .content .price h4 {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.plan .content .price h2 {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #01588d;
}

.plan .content .price h2 b {
    font-size: 24px;
    font-weight: 600;
}

.plan .content .price p {
    text-align: center;
}

.plan .content .price p span {
    color: #01588d;
}

.plan ul li {
    position: relative;
    padding-left: 15px;
}

.plan ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 9px;
}

.plan .content .mobile-hide {
    padding-top: 20px;
}

.plan .content .height-ul {
    height: 140px;
}

.plan .content .apps {
    padding: 20px 0;
    text-align: center;
}

.plan .content .apps p {
    margin-bottom: 10px;
}

.plan .content .apps ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center !important;
}

.plan .content .apps ul li {
    text-align: center;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    line-height: 1;
    padding: 0;
    font-size: 8px;
    margin: 5px 0;
    position: relative;
}

.plan .content .apps ul li:after {
    content: "";
    background: #8a8a8a;
    width: 1px;
    right: 0;
    top: 20%;
    bottom: 10%;
    position: absolute;
    margin: auto;
}

.plan .content .apps ul li:last-child:after {
    content: unset;
}

.plan .content .apps ul li:before {
    content: unset;
}

.plan .content .apps ul li span {
    height: 27px;
    width: 35px;
    display: block;
    margin: 10px auto 5px auto;
    background: url(https://s3-ttbs-cms-prod.s3.ap-south-1.amazonaws.com/microsoft-products.png) no-repeat;
    background-position-x: 2px;
    background-position-y: 0px;
}

.plan .content .apps ul li span.excel {
    background-position-x: -60px;
    background-position-y: 0px;
}

.plan .content .apps ul li span.power-point {
    background-position-x: -120px;
    background-position-y: 0px;
}

.plan .content .apps ul li span.teams {
    background-position-x: -180px;
    background-position-y: 0px;
}

.plan .content .apps ul li span.outlook {
    background-position-x: -240px;
    background-position-y: 0px;
}

.plan .content .apps ul li span.one-drive {
    background-position-x: 2px;
    background-position-y: -60px;
}

.plan .content .apps ul li span.share-point {
    background-position-x: -60px;
    background-position-y: -60px;
}

.plan .content .apps ul li span.exchange {
    background-position-x: -120px;
    background-position-y: -60px;
}

.plan .content .apps ul li span.intune {
    background-position-x: -180px;
    background-position-y: -60px;
}

.plan .content .apps ul li span.azure-information-protection {
    background-position-x: -240px;
    background-position-y: -60px;
}

.plan .content .apps ul li span.access-pc-only {
    background-position-x: 0px;
    background-position-y: -120px;
}

.plan .content .apps ul li span.publisher-pc-only {
    background-position-x: -60px;
    background-position-y: -120px;
}

.plan .content .apps ul li span.toll-free-number {
    background-position-x: -115px;
    background-position-y: -120px;
}

.plan a.enquire {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.microsoft-section .plan-main .plan {
    min-height: 680px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(225,227,227,1) 100%);
}

.microsoft-section .plan-main .plan .head {
    height: auto;
}
.price-plans {
    padding: 20px;
    border-bottom: 10px solid #efefef;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

.price-plans .price-div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    color: #2e67b2;
    font-weight: 600;
    font-size: 16px;
}

.price-plans .price-div:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 17%;
    bottom: 0;
    border-right: 1px solid #ccc;
}

.price-plans .price-div:last-child:after {
    content: unset;
}

.price-plans .price-div .plan-title {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    background: #f85515;
    max-width: 150px;
    margin: 0 auto 20px auto;
    height: 60px;
    line-height: 1.2;
}

.price-plans .price-div .plan-title.name {
    background: #2e67b2;
    padding-top: 20px;
}

.price-plans .price-div .price {
    height: 55px;
    line-height: 55px;
}

.price-plans .price-div .name-text {
    height: 55px;
}

.price-plans .price-div .name-text.pt-2 {
    padding-top: 15px !important;
}

.price-plans .price-div .color-orange {
    font-size: 20px;
}

.price-plan .row.mt-4 .col-sm-12 p {
    padding: 0 70px;
}


.survey-table {
    margin-top: 20px !important;
}

.survey-table .col-sm-1,
.survey-table .col-sm-2 {
    padding: 0;
}

.survey-table .col-item {
    height: 60px;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
}

.survey-table .input_container .checkbox .checkbox-group label {
    font-size: 13px;
}

.survey-table .col-item:last-child {
    border-bottom: none;
}

.survey-table .col-item p {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.survey-table .checkbox {
    margin-left: 38%;
}

.survey-table .col-item.heading p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

/* .survey-table .checkbox .checkbox-group label {
    padding-left: 20px;
}

.survey-table .checkbox .checkbox-group label:before {
    padding: 6px;
}

.survey-table .checkbox .checkbox-group input:checked+label:after {
    top: 3px;
    left: 6px;
} */

.selected-survey {
    background: #002f51;
    color: #fff;
}

.selected-survey .col-item {
    border: #000;
}

.selected-survey .checkbox .checkbox-group label {
    color: #fff;
}



/* Price section start */
.price-plan {
    background: #f7f7f7;
    border-radius: 10px;
    margin: 7% 0;

}

.price-slider {
    padding: 30px 70px 0 70px;
    position: relative;
}

.price-slider .item {
    width: 100%;
}

.price-slider .price-item {
    border: 1px solid #7D7D7D;
    border-radius: 5px;
    padding: 20px 10px;
    margin: 0 1px;
    min-height:500px;
}

.price-slider .price-item h6 {
    margin-bottom: 5px;
}

.price-slider .price-item h3 {
    font-weight: 700;
    font-size: 20px;
    color: #002f51;
}

.price-slider .price-item ul {
    padding: 25px 0 35px 0;
    min-height: 300px;
}

.price-slider .price-item ul li {
    color: #5d5d5d;
    border-bottom: 1px solid #7D7D7D;
    padding: 10px 0 10px 25px;
    display: block;
    background: url(/images/list-bg.svg) no-repeat 0 14px;
}

.price-slider .price-item ul li:last-child {
    border-bottom: none;
}

.price-slider .price-item a,
a.enquire {
    display: block;
    border: 1px solid #7D7D7D;
    padding: 12px 15px;
    color: #5D5D5D;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    background: url(/images/arrow-black.svg) no-repeat 92% center;
    width: 90%;
    position: absolute;
    bottom: 10px;
}

.price-slider.owl-carousel .owl-nav .owl-next,
.price-slider.owl-carousel .owl-nav .owl-prev {
    background: #fff;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.price-slider.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.price-slider.owl-carousel .owl-nav .owl-next {
    right: 10px;
}

/* .price-slider.owl-carousel .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
} */

.price-slider.owl-carousel .owl-nav .owl-next:after {
    content: "";
    background: url(/images/slider-next.svg) center no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.price-slider.owl-carousel .owl-nav .owl-prev:after {
    content: "";
    background: url(/images/slider-prev.svg) center no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.price-slider.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5;
}

.price-slider.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.5;
}

.price-slider .price-item:hover {
    background: #002f51;
    border: 1px solid #002f51;
}

.price-slider .price-item:hover h6,
.price-slider .price-item:hover h3,
.price-slider .price-item:hover ul li {
    color: #fff;
}

.price-slider .price-item:hover ul li {
    border-color: #fff;
}

.price-slider .price-item:hover ul li {
    background: url(/images/list-bg-white.svg)no-repeat 0 14px;
}

.price-slider .price-item:hover a,
a.enquire:hover {
    border: 1px solid #ff9f46;
    color: #fff;
    background: #ff9f46 url(/images/arrow.svg)no-repeat 92%;
}

.available-areas {
    margin: 0;
    /* border: 1px solid #002f51; */
}

#available-areas {
    padding-top: 0;
}

.available-areas .row .col-sm-4 {
    padding: 0;
}

.available-areas .available-areas-item {
    padding: 25px;
    /* height: 75px; */
    background: #fff;
    box-shadow: 0 0 14px 2px #0000000f;
    border-radius: 5px;
    margin-bottom: 30px;
}

.available-areas .available-areas-item h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Open Sans';
    padding-left: 30px;
}

.available-areas .available-areas-item h3 img {
    position: absolute;
    left: 35px;
    top: 20px;
    width: 20px;
    top: 23px;
}

/* .available-areas .col-sm-4:nth-child(1),
.available-areas .col-sm-4:nth-child(2),
.available-areas .col-sm-4:nth-child(3) {
    border-bottom: 1px solid #002f51;
}

.available-areas .col-sm-4:nth-child(1),
.available-areas .col-sm-4:nth-child(2),
.available-areas .col-sm-4:nth-child(4),
.available-areas .col-sm-4:nth-child(5) {
    border-right: 1px solid #002f51;
} */



/* ============Blog Page Start==================*/
.blog h1.new-title {
    position: relative;
    padding-left: 40px;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog h2 {
    position: relative;
    padding-left: 40px;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog p {
    margin-bottom: 16px;
}
.blog b {
    font-weight: 600 !important;
}

.blog h1.new-title:before,
.blog h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
    margin: auto;
    width: 15px;
    background: url(/images/heading-bg.svg) 50% no-repeat;
    background-size: cover;
}

.blog h2 {
    padding-left: 0 !important;
}

.blog h2:before {
    content: unset;
}
.list h2{
    font-size: 22px;
    margin: 10px 0 5px 0;
}
.blog .bloglt ul.time-format {
    margin-left: -50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog .bloglt ul.time-format li {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}



.blog .blogbox {
    background: #F7F7F7;
    padding: 30px;
    box-sizing: border-box;
    margin: 50px 0 100px;
}

.blog .blogbox h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 30px;
}

.blog .blogbox p {
    font-size: 14px;
}

.blog .blogbr {
    width: 95%;
}

.blog .blog_right_top {
    background: #F7F7F7;
    padding: 20px;
    margin-bottom: 30px;
}

.blog .blog_right_top h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog .blog_right_top ul li+li {
    border-top: 1px solid #CACACA;
    padding-top: 10px;
}
.case-studies-like .blog_right_top ul li+li {
    border-top: none !important;
    padding-top: 0 !important;
}

.blog .blog_right_top ul li {
    display: flex;
    padding-bottom: 10px;
}

.blog .blog_right_top .img-div {
    width: 28%;
    float: left;
}

.blog .blog_right_top .right {
    width: 68%;
    float: left;
    margin-left: 4%;
}

.blog .blog_right_top .right h5 a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}

.blog .blog_right_top .right p {
    font-size: 12px;
    color: #000;
    margin-top: 5px;
}

.blog .case-study-form {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    padding: 15px;
    background: #F7F7F7;
}

.blog .gated-case-study .case-study-form h3 {
    color: #000;
}

.blog .gated-case-study .case-study-form .input_container label {
    background: #F7F7F7;
    color: #000;
}

.blog .link a {
    color: #000;
    font-size: 14px;
    padding: 10px 30px 10px 30px;
}

.blogpage .nav.nav-tabs {
    max-width: 500px;
}


.blog .banner-img {
    width: 40%;
    float: left;
    margin: 0px 40px 30px 0px;
}

.blog .banner-img img {
    object-fit: cover;
    height: 320px;
}

.podcast-page .banner-img img {
    object-fit: initial;
    height: initial;
}

.podcast-page .banner-img{
    width: initial;
}

.podcast-page{
    padding-top:30px;
}

.podcast-widget {
    margin-bottom: 25px;
}

.blog .knowledgehub-form-thankyou {
    color: #000;
    font-size: 20px;
    padding: 20px 10px 10px 20px;
    display: block;
    text-align: center;
}

.blog .list {
    margin-bottom: 15px;
}

.blog-social-link {
    padding: 30px 15px;
    border: 1px solid #F7F7F7;
    margin-top: 30px;
    margin-top: 30px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
}

.blog-social-link ul {
    margin-left: -5%;
    margin-top: -30px;
}

.blog-social-link ul li {
    display: inline-block;
    vertical-align: top;
    /* width: 44%; */
    text-align: center;
    margin-top: 20px;
    margin-left: 4%;
}

.blog-social-link ul li a {
    background: #F7F7F7;
    /* padding: 10px 20px; */
    display: block;
    padding: 15px 15px;
    border-radius: 5px;
    color: #000;
}

.blog-social-link ul li a:hover {
    background: #002f51;
    color: #fff;
}

.blog ul.list.h4inList li h4, .blog ul.list.h4inList li h3 {
    display: inline;
    font-weight: bold;
    font-size: 15px;
}

/* ============Blog Page End==================*/

/* ============Business Broadband Buy Now CSS Start==================*/
.broadband-sec nav {
    width: 100%;
    position: relative;
}

.broadband-sec nav:before {
    content: "";
    height: 6px;
    background: #d1d1d1;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: auto;
    top: 3px;
    position: absolute;
}

.broadband-sec .nav a {
    position: relative;
    transition: 0.4s;
    padding: 25px 0 0;
    margin: 0px 30px;
}

.broadband-sec .nav a.active {
    font-weight: bold;
}

.broadband-sec .nav a:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: #8d8d8d;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
}

.broadband-sec .nav a.active:before {
    width: 55px;
    border-radius: 30px;
    background: #aeaeae;
    height: 12px;
    top: 0;
}

/*.broadband-sec .tab-content{width: 100%;}*/
/*.broadband-sec .filter-dropdown .filter-dropdown-menu{right: 0;left: auto;}*/
.broadband-tab {
    box-shadow: 0px 0px 16px 0px #00000014;
    border-radius: 10px;
    display: flex;
}

.broadband-tab .broadband-left {
    width: 30%;
}

.broadband-tab .broadband-left ul li {
    height: 47px;
}

.broadband-tab .broadband-left ul li:first-child {
    height: auto;
}

.broadband-tab .broadband-left ul li span {
    display: block;
    color: #EEA845;
}

.broadband-tab .broadband-right {
    width: 70%;
    display: flex;
    text-align: center;
}

/*.broadband-tab .broadband-right .card-item{ width: 100%; text-align: center;}*/
.broadband-tab .broadband-right .card-item:hover {
    background: #001C52;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.broadband-tab .broadband-right .card-item:hover ul li:nth-child(2n+2) {
    background: #001C52;
}

.broadband-tab .broadband-right .card-item:hover ul li {
    border-bottom: 1px solid #505050;
}

.broadband-tab .broadband-right .card-item ul li span {
    display: block;
    color: #EEA845;
}

.broadband-tab ul li {
    padding: 12px;
    border-bottom: 1px solid #fff;
    min-height: 47.5px;
    font-size:12px;
}

.broadband-tab ul li:nth-child(2n+2) {
    background: #F9F9F9;
}

.broadband-tab .broadband-right .card-item a {
    background: #EEA845;
    padding: 10px 80px 10px 10px;
    border-radius: 5px;
    position: relative;
    color: #fff;
}

.broadband-tab .broadband-right .card-item a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/arrow.png)no-repeat;
    width: 16px;
    height: 12px;
}

.broadband-tab .broadband-right ul li:last-child {
    display: none;
}

.broadband-tab .broadband-right .card-item:hover ul li {
    display: block;
}

.broadband-tab .broadband-right .card-item:hover ul li:last-child {
    border-radius: 0px 0px 20px 20px;
}

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

.broadbandbtn a {
    padding: 12px 40px;
    border: 1px solid #e2e2e2;
}

.broadbandbtn a:hover {
    background: #FF9F46;
    color: #000;
}

.broadband-tab .owl-nav .owl-prev,
.broadband-tab .owl-nav .owl-next {
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 6%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    top: 212px;
    font-size: 0;
}

.broadband-tab .owl-nav .owl-prev {
    left: -25px;
}

.broadband-tab .owl-nav .owl-next {
    right: -25px;
}

.broadband-tab .owl-nav .owl-prev:after {
    content: "";
    background: url(../images/slider-prev.svg) center no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.broadband-tab .owl-nav .owl-next:after {
    content: "";
    background: url(../images/slider-next.svg) center no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.broadband-sec .input_container label {
    background: transparent;
    top: -10px;
}

.broadband-sec .input_container .floatlabel.filled,
.broadband-sec .input_container .floatlabel:focus {
    box-shadow: none;
    border: none;
    font-weight: 600;
}

.ttbsportal iframe{
    height: 85vh;
    /* z-index: 9999; */
    position: relative;
    display: block;
    outline: none;
    border: none;
}


/* Experience Zone start */
.experience-zone-div{
    position: absolute;
    bottom: 5%;
    right: 8%;
    z-index: 99;
}
.experience-zone-div.left-zone{
    left: 10%;
    right: unset;
}
.experience-zone-div .item{
    margin: 40px 0 0 0;
    padding: 15px;
    background: #E5E5E5;
    border-radius: 5px;
    transition: 0.5s;
    max-width: 275px;
}

.experience-zone-div .item:hover{
    background: #FF9F46;
}
.experience-zone-div .item:hover a{
    color: #000000;
}
.experience-zone-div .item .img {
    overflow: hidden;    
}
.experience-zone-div .item .img figure picture:before{
    content: unset;
} 
.experience-zone-div .item .img img{
    box-shadow: 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: .5s;
    width: 100%;
}
.experience-zone-div .item:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    border-radius: 5px;
}
.experience-zone-div .item .caption p {
    margin: 15px 0 0 0;
}
.experience-zone-div .item .caption p img {
    width: auto;
    display: inline-block;
    margin-left: 8px;
}
.experience-zone-div .item:hover p img{
    transform: unset;
}

/* Experience Zone start end */

/* 365-product start */
.microsoft-product .microsoft-product-box{
    margin:20px 0 0 0;
}
.microsoft-product .microsoft-product-box img{
    margin-bottom: 15px;
    margin-left: -15px;
    height: 35px;
}
.microsoft-product .microsoft-product-box h3{
    font-size: 20px;
}
/* 365-product end */

#tars-widget-fab{
    z-index: 99 !important;
}



/* press-release */
.press-release .investor-updates .investor-box{
    margin-bottom: 0;
}
.press-release .investor-updates .investor-box .investor-box1,
.press-release .investor-updates .investor-box .investor-box1 h3{
    height: unset;
}
.press-release .investor-updates .investor-box .investor-box1 h3{
    padding-left: 40px;
}
.press-release  .investor-updates .investor-box .btn-div{
    position: relative;
    bottom: unset;
}
.press-release  .investor-updates .investor-box .pdf{
    width: 35px;
    position: absolute;
    left: 0px;
    transform: translateY(-50%);
    top: 50%
}


/* --------  responsive  -------- */
@media only screen and (min-device-width: 1600px) and (max-device-width: 2560px) {

    body,
    p {
        font-size: 15px;
    }

    .section-padding {
        padding: 70px 0;
    }

    .container {
        max-width: 1520px;
    }

    .title {
        max-width: 800px;
        margin: auto auto 40px auto;
    }

    .title h2 {
        font-size: 38px;
    }

    .title p {
        font-size: 18px;
    }

    ul.border-list li a {
        font-size: 17px;
    }



    /* Find solutions customized Start */
    .find-solution {
        height: auto;
    }
    

    .find-solution h2 {
        font-size: 31px;
    }

    .find-solution .solutions-box p {
        font-size: 16px;
    }

    /* teams-speak */
    .teams-speak p {
        font-size: 18px;
    }

    /* Success Stories Start */
    .success-stories h2.stories-title {
        font-size: 32px;
    }

    .success-stories .connectivity h2,
    .success-stories .connectivity p.headingh3,
    .success-stories .connectivity h3 {
        font-size: 42px;
        line-height: 48px;
    }

    .success-stories .connectivity p {
        font-size: 18px;
    }


    /* Services to grow your business Start */
    .services-grow p {
        font-size: 18px;
    }

    .services-grow .item .caption h2,
    .services-grow .item .caption h6,
    .services-grow .item .caption p.headingh2 {
        font-size: 24px;
    }

    .services-grow .item .caption p {
        font-size: 17px;
    }

    .services-grow .item a {
        display: block;
    }


    /* Got Questions?  */
    .got-questions .got-questions-box .content p {
        font-size: 20px;
    }

    .got-questions .got-questions-box .content h2,
    .got-questions .got-questions-box .content h3 {
        font-size: 45px;
        padding: 60px 75px 15px 15px;
    }

    .got-questions .request-a-call p,
    .request-a-call p {
        font-size: 24px;
    }


    /* Connect with us Start */
    .connect-with .nav-tabs .nav-link {
        padding: 15px 41px;
        font-size: 20px;
    }

    .connect-with .contact-row .connect-box h3 {
        font-size: 26px;
    }

    /* Footer Start */
    .footer .footer-title {
        font-size: 22px;
    }

    .footer .footer-left ul li a {
        font-size: 14px;
    }

    .other-brands h4 a {
        font-size: 22px;
    }


    /* inner banner */
    .inner-banner .banner-text {
        left: 55%;
        width: 34%;
    }

    .inner-banner .banner-text h1,
    .inner-banner .banner-text h5 {
        font-size: 54px;
        line-height: 60px;
    }

    .inner-banner .banner-text p {
        font-size: 19px;
    }

    /* product page */
    .product .section-padding {
        padding: 90px 0;
    }

    .product .product-nav.sticky-nav {
        top: 50px;
    }

    .product .product-nav .nav-pills .nav-link {
        font-size: 18px;
    }

    /* product Overview */
    /* .product .connectivity {
        padding: 90px 50px 90px 20px;
    } */

    /* product Features & Benefits */
    .features-benefits .features-box {
        min-height: 150px;
    }

    /* .features-benefits .features-box img {
        width: auto;
        height: auto;
        object-fit: contain;
    } */

    .features-benefits .features-box p,
    .features-benefits .features-box h3 {
        font-size: 16px;
    }

    .features-benefits .dwonload-features p {
        font-size: 28px;
        line-height: 33px;
    }

    /* product Testimonials */
    /* .product .success-stories.testimonials .connectivity{
        padding: 80px 50px 80px 20px;
    } */

    /* product Related Content */
    .related-content figcaption h5 {
        font-size: 21px;
        line-height: 28px;
        height: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .related-content .slide-div {
        padding: 40px 30px;
    }

    .related-content .slide-div h2 {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .related-content .slide-div ul li span {
        font-size: 34px;
        top: 10px;
    }

    .related-content .slide-div ul li a {
        padding: 00px 40px 00px 50px;
        font-size: 20px;
        margin: 20px 0;
        /* height: auto; */
    }

    .related-content .slide-div .owl-dots {
        bottom: -20px;
    }

    .related-content figcaption {
        height: 345px;
    }

    /* our-clients  */
    .our-clients p {
        font-size: 18px;
    }


    /* product Buy Now */
    .buy-now .nav-tabs .nav-link {
        font-size: 20px;
    }

    .plans-slider .item {
        padding: 30px 15px;
    }

    .plans-slider .item h6 {
        font-size: 16px;
    }

    .plans-slider .item h3 {
        font-size: 28px;
    }

    .plans-slider .item ul {
        min-height: 300px;
    }

    .plans-slider .item ul li {
        font-size: 16px;
        padding: 15px 0 15px 30px;
        background: url(/images/list-bg.svg) no-repeat 0 20px;
    }

    .buy-now .plans-text p {
        font-size: 12px;
    }

    .buy-now .nav-list:before {
        top: 6px;
    }

    .buy-now .nav-list .nav-btn:before {
        top: 3px;
    }

    .buy-now .nav-list .nav-btn.slick-current:before,
    .buy-now .nav-list .show>.nav-link.slick-current:before {
        width: 58px;
        height: 17px;
    }

    /* product FAQÃ¢â‚¬â„¢s */
    .faq .accordion .card .card-header h2 a,
    .faq .accordion .card .card-header h3 a {
        font-size: 17px;
    }

    .faq .accordion .card .card-body p {
        font-size: 15px;
    }

    /* product Connect With Us */


    /* industry */
    .customised-solutions-dropdownn {
        max-width: 1000px;
    }

    .customised-solutions-dropdownn a {
        font-size: 21px;
    }

    .advantages .advantages-row {
        padding-left: 100px;
        padding-right: 100px;
    }

    .advantages .advantages-box h2,
    .advantages .advantages-box p.headingh2 {
        font-size: 20px;
    }

    .industry .related-content figcaption h5 {
        margin: 20px 0 15px 0;
    }

    /* industry end */

    /* article */
    .article .connectivity {
        padding: 55px 40px 55px 130px;
    }

    .article .connectivity h6,
    .article .related-services h6 {
        position: absolute;
        right: 40px;
        top: 25px;
    }

    .article .connectivity h1,
    .article .related-services h1,
    .article .connectivity h2,
    .article .related-services h2 {
        padding-right: 150px;
        font-size: 36px;
    }

    .article .connectivity h4,
    .article .related-services h4 {
        font-size: 26px;
    }

    .article .related-services .related-link,
    .article .connectivity .related-link {
        margin-bottom: 40px;
    }

    .article .connectivity hr,
    .article .related-services hr {
        margin: 20px 0;
    }

    /* .copy-section .copy-item h2{
        font-size: 38px;
        line-height: 44px;
    } */
    .copy-section .copy-item ul li h3 {
        font-size: 17px;
    }

    .filter .filter-link span {
        font-size: 44px;
        padding: 0 20px;
    }

    .filter .filter-by p {
        font-size: 20px;
    }

    .filter-dropdown .filter-dropdown-item a {
        font-size: 16px;
    }

    .filter-dropdown-item.col-sm-4 {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }

    .filter .dropdown-menu a {
        padding: 20px 15px;
    }

    .knowledge-items figcaption {
        padding: 25px 25px;
        height: 285px;
    }

    .knowledge-items h2 {
        font-size: 24px;
        line-height: 30px;
        padding-right: 90px;
        padding-bottom: 15px;
    }

    .knowledge-items.bg-grey figure {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }

    .knowledge-items.bg-grey figcaption {
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        max-width: 53%;
        padding: 25px 21px;
        height: 210px;
    }

    .knowledge-items.bg-grey figcaption h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 15px;
    }

    .job-list select {
        font-size: 26px;
    }

    .about-item {
        padding: 160px 120px;
    }

    .about-item h3 {
        margin-bottom: 25px;
        font-size: 43px;
    }

    .about-item p {
        font-size: 17px;
    }

    .awards .item {
        padding: 20px 50px 0 50px;
    }

    .awards .item .bg h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .awards .item p {
        font-size: 18px;
        max-width: 250px;
        line-height: 28px;
    }

    .number-items {
        padding: 35px;
    }

    .number-title h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .number-items h3 {
        font-size: 36px;
    }

    .history-nav a {
        font-size: 16px;
    }

    .history-nav a.slick-current {
        font-size: 34px;
    }

    .history-items {
        padding: 50px 0 0 0;
    }

    .history-items .history-content {
        padding: 100px 100px 100px 200px;
    }

    .history-items .history-content h2 {
        font-size: 52px;
        max-width: 450px;
    }

    .search-page h1 {
        font-size: 34px;
    }

    .search-page ul li {
        font-size: 18px;
        /* padding: 30px 0; */
    }

    .search-page ul li span {
        font-size: 25px;
    }

    .search-page ul li a {
        font-size: 15px;
    }


    .box-copy {
        height: 350px;
    }

    .box-copy h3 {
        font-size: 34px;
    }

    .gated-case-study h1,
    .gated-case-study h2 {
        font-size: 38px;
        line-height: 48px;
        padding-right: 50px;
    }

    .about-event h3 {
        font-size: 24px;
    }

    .speakers-item h3 {
        font-size: 22px;
    }

    .client-speak h4 {
        font-size: 24px;
        line-height: 36px;
    }

    h1.left-title,
    h2.left-title {
        font-size: 38px;
        line-height: 48px;
        padding-right: 50px;
    }

    .contact-us h5 {
        font-size: 23px;
    }



    .security-audit .bg-box {
        width: 900px;
        height: 580px;
    }

    .security-audit .bg-box .question {
        width: 700px;
    }

    .security-left-img,
    .security-right-img {
        bottom: -30%;
    }

    .security-left-img {
        left: -29%;
    }

    .security-right-img {
        right: -28%;
    }

    .security-left-img img,
    .security-right-img img {
        width: auto;
    }

    .quiz-slider {
        padding: 10px 0px;
    }

    .quiz-box h2 {
        font-size: 32px;
    }

    .quiz-box p.font-18 {
        font-size: 18px;
    }

    .quiz-box hr {
        margin: 20px 0;
    }

    .price-slider .price-item {
        padding: 40px 30px;
    }

    .price-slider .price-item h3 {
        font-size: 26px;
    }

    .price-slider .price-item a,
    a.enquire {
        font-size: 22px;
    }
}

@media only screen and (max-width:1920px) {
    .knowledge-items.bg-grey figure {
        -ms-flex: 0 0 47%;
        flex: 0 0 43%;
        max-width: 43%;
    }

    .knowledge-items.bg-grey figcaption {
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
        max-width: 57%;
    }
}

@media only screen and (max-width:1280px) {
    .title h2 {
        font-size: 32px;
        line-height: 40px;
    }


    /* Find solutions customized Start */
    .find-solution h2 {
        font-size: 26px;
    }


    /* Success Stories Start */
    .success-stories .connectivity h2,
    .industry .success-stories .connectivity h2,
    .success-stories .connectivity h3,
    .success-stories .connectivity p.headingh3,
    .industry .success-stories .connectivity p.headingh3,
    .industry .success-stories .connectivity h3 {
        font-size: 34px;
        line-height: 38px;
        padding-right: 70px;
    }


    /* Got Questions?  */
    .got-questions .got-questions-box .content h2,
    .got-questions .got-questions-box .content h3 {
        font-size: 38px;
        line-height: 40px;
    }


    /* inner banner */
    .inner-banner .left .banner-text {
        left: 5%;
    }
    .inner-banner .banner-text h1,
    .inner-banner .banner-text h5 {
        font-size:36px;
        line-height: 44px;
    }

    .related-content .slide-div ul li a {
        padding: 0px 30px 0px 55px;
    }

    .award {
        margin-top: 0;
    }

    .award:before {
        width: 95%;
    }

    .numbers .col-sm-1 {
        display: none;
    }

    .history-items .history-content h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .history-slider .slick-arrow.slick-prev {
        left: -5px;
    }

    .history-slider .slick-arrow.slick-next {
        right: -5px;
    }

    .plan .content {
        padding: 20px 10px;
    }
    .plan .content .price h2{
        font-size: 22px;
    }
    .plan .content .price h2 b{
        font-size: 23px;
    }
    .plan .content .apps ul li{
        font-size: 7px;
    }
    

}

@media only screen and (max-width:1024px) {
    
    .features-benefits .features-box img {
        width: 25% !important;
        }
    /* teams-speak */
    .teams-speak p {
        font-size: 16px;
    }

    /* Success Stories Start */
    .success-stories .connectivity h2,
    .industry .success-stories .connectivity h2,
    .success-stories .connectivity h3,
    .success-stories .connectivity p.headingh3,
    .industry .success-stories .connectivity p.headingh3,
    .industry .success-stories .connectivity h3 {
        font-size: 30px;
        line-height: 30px;
        padding-right: 0;
    }


    /* Services to grow your business Start */
    .services-grow:before {
        width: 90%;
    }


    /* Got Questions?  */
    .got-questions .got-border {
        margin: 0 5%;
    }

    .got-questions .got-questions-box .content h2,
    .got-questions .got-questions-box .content h3 {
        font-size: 35px;
        line-height: 38px;
    }

    .got-questions .request-a-call,
    .request-a-call {
        padding: 30px 20px;
    }

    .got-questions .request-a-call p,
    .request-a-call p {
        font-size: 20px;
        max-width: 160px;
    }




    /* Connect with us Start */
    .connect-with .nav.nav-tabs {
        max-width: 420px
    }

    .connect-with .nav-tabs .nav-link {
        padding: 10px 35px;
    }

    .connect-with .contact-row .connect-box {
        padding: 60px 30px;
    }

    .bg_shift,
    .bg_shift_existing {
        background-size: 220px;
        width: 235px;
    }



    /* Footer Start */
    .footer .footer-left {
        padding: 40px 20px 30px 20px;
    }

    .footer .social {
        padding: 40px 20px;
    }

    .footer .social a {
        padding: 15px;
    }

    .other-brands {
        left: 30px;
    }

    .other-brands h4 a {
        padding: 15px 70px 15px 20px;
    }

    /* .copyright p,
    .copyright p a {
        font-size: 13px;
    } */

    /* inner banner */
    .inner-banner .left .banner-text {
        left: 2%;
        bottom: 8%;
        width: 50%;
    }
    .inner-banner .banner-text h1,
    .inner-banner .banner-text h5 {
        font-size: 30px;
        line-height: 34px;
    }

    .inner-banner .banner-text p {
        font-size: 15px;
        max-width: 450px;
        margin: 10px 0 20px 0;
    }

    /* product page */
    .product .product-nav {
        display: none;
    }

    .product .product-container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
    }

    /* product Related Content */
    .related-content .slide-div .owl-dots {
        bottom: -40px;
    }

    /* product Buy Now */
    .plans-slider {
        padding: 20px 70px;
    }

    .buy-now .plans-text {
        padding: 10px 70px 0 70px;
    }

    .employees-slider .item .content {
        padding: 15px;
    }

    .employees-slider .item .content h3 {
        font-size: 22px;
    }

    .job-list .list {
        padding: 15px 10px;
    }

    .job-list .list p {
        font-size: 14px;
    }

    .history-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .history-items .history-content {
        padding: 50px 25px 50px 140px;
        margin-left: -150px;
    }

    .history-items .history-content h2 {
        font-size: 30px;
        line-height: 36px;
        max-width: 100%;
    }

    .history-nav .slick-list {
        padding: 0 !important;
    }

    .history-nav a.slick-current {
        font-size: 20px;
    }


    .services-group .services-group-item .caption h2 {
        font-size: 20px;
    }

    .services-group .services-group-item .caption {
        height: 180px;
    }

    .team-card .caption {
        padding-top: 10px;
    }

    .team-card .caption h3 {
        font-size: 26px;
    }

    .team-card .caption p {
        font-size: 15px;
    }

    .box-copy {
        padding: 20px 15px;
    }

    .security-left-img,
    .security-right-img {
        bottom: -25%;
    }

    .security-left-img {
        left: -16%;
    }

    .security-left-img img {
        width: 170px;
    }

    .security-right-img {
        right: -16%;
    }

    .security-right-img img {
        width: 170px;
    }

    .security-audit .bg-box .question {
        margin: 15px 0 15px 8%;
    }

    .security-audit .bg-box .option {
        margin: 15px 9% 15px auto;
    }

    .tab_nav ul li {
        /* padding: 0 10px 15px; */
        margin-right: 15px;
    }

    .my-account {
        padding: 40px 30px;
    }

    .shadow-left:before {
        left: 0;
    }

    /*=======Blog Page=======*/
    .blog .blogbr {
        width: 100%;
    }

    .blog .blogbt h2 {
        font-size: 35px;
    }

    .experience-zone-div .item{
        max-width: 190px;
    }
    .experience-zone-div .item .caption p {
        margin: 10px 0 5px 0;
    }

}

@media only screen and (max-width:991px) {
    .hidden-tab {
        display: none;
    }

    .section-padding {
        padding: 40px 0;
    }

    .title {
        margin: 0 auto 30px auto;
    }

    .title h2 {
        font-size: 28px;
        line-height: 34px;
    }

    /* Find solutions customized Start */
    .find-solution h2 {
        font-size: 24px;
    }

    .find-solution .solutions-box p {
        font-size: 14px;
    }

    .solutionsItems ul li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }


    /* teams-speak */
    .teams-speak {
        padding: 15px;
    }

    .teams-speak p {
        font-size: 14px;
    }

    .get-call-back-form {
        padding: 30px;
    }

    /* Success Stories Start */
    .success-stories h2.stories-title {
        font-size: 26px;
        padding: 0 0 10px 20px;
    }

    .success-stories .connectivity {
        padding: 45px 20px 45px 120px;
    }

    .success-stories .connectivity:before {
        top: 0px;
        height: 90%;
    }

    .success-stories .connectivity h2,
    .industry .success-stories .connectivity h2,
    .success-stories .connectivity h3,
    .success-stories .connectivity p.headingh3,
    .industry .success-stories .connectivity h3,
    .industry .success-stories .connectivity p.headingh3 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .success-stories .connectivity p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .success-stories .p-overview .connectivity {
        padding: 65px 110px 65px 30px;
        margin-right: -100px;
    }

    /* our-clients  */
    .our-clients .col-sm-3 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    /* Got Questions?  */
    .got-questions .got-border {
        margin: 0 15px;
    }

    .got-questions .got-questions-box .content {
        padding: 30px 0 30px 240px;
    }

    .got-questions .got-questions-box .content p {
        font-size: 16px;
    }

    .got-questions .got-questions-box .content h2,
    .got-questions .got-questions-box .content h3 {
        font-size: 28px;
        line-height: 32px;
        padding: 0 0 0 15px;
    }

    .got-questions .got-questions-box img {
        width: 200px;
        left: 0;
    }

    .got-questions .request-a-call,
    .request-a-call {
        padding: 20px 15px;
        margin: 25px 0px 25px 0;
    }


    /* Connect with us Start */
    .connect-with .nav.nav-tabs {
        margin-bottom: 0px;
    }

    .connect-with .contact-row {
        margin-top: 60px;
        padding: 0 10px;
    }

    .connect-with .contact-row .connect-box {
        padding: 60px 5px 50px 35px;
    }

    .connect-with .contact-row .connect-box h3 {
        font-size: 20px;
    }

    .connect-with .contact-row .connect-box:hover::before,
    .connect-with .contact-row .connect-box.active-box::before {
        width: 175px;
    }

    .connect-with .contact-row .connect-box a,
    .connect-with .contact-row .connect-box p span,
    .connect-with .contact-row .connect-box p {
        font-size: 13px;
    }

    .connect-with .contact-row .connect-box a.click-here {
        padding: 10px 11px;
    }



    /* Footer Start */
    .footer .social {
        padding: 20px 20px 20px 20px;
    }

    .center-social {
        /* max-width: 300px; */
        /* text-align: center; */
    }

    .footer .social h3.footer-title {
        border-left: 6px #000 solid;
        padding: 10px 10px;
    }

    .footer .social a {
        /* padding: 0; */
        margin: 0px 14px 0px 15px;
    }

    .footer .footer-left ul.middle-footer li {
        width: 100%;
    }

    .footer ul li {
        margin: 0 15px;
    }

    .other-brands {
        left: unset;
        right: 8%;
    }

    .other-brands h4 a {
        font-size: 18px;
    }

    .copyright {
        padding: 15px 20px;
    }


    /* inner banner */
    .inner-banner .banner-text {
        left: 50%;
    }

    .inner-banner .banner-text h1,
    .inner-banner .banner-text h5 {
        font-size: 24px;
        line-height: 30px;
    }

    .inner-banner .banner-text p {
        margin: 10px 0 15px 0;
        font-size: 14px;
    }

    .inner-banner .link {
        margin-top: 20px;
    }

    /* product page */
    .product {
        padding: 0 0;
    }

    .product .section-padding {
        padding: 45px 0;
    }

    /* product Overview */
    .product .success-stories.testimonials .connectivity p:last-child {
        padding: 0;
        /* height: 45px; */
    }

    .product .success-stories .connectivity p {
        font-size: 14px;
        /* height: 45px; */
    }

    /* product Services  */
    .product .services-grow:before {
        border-radius: 0;
    }

    /* product Features & Benefits */
    .features-benefits .features-box {
        min-height: 180px;
    }

    /* testimonials */
    /* .product .success-stories.testimonials .connectivity {
        padding: 15px 10px 45px 0px;
    } */

    /* product Related Content */
    .related-content .col-sm-6 {
        padding: 0 10px;
    }

    .related-content .col-sm-8 {
        padding-right: 20px;
    }

    .related-content figcaption {
        padding: 15px;
    }

    .related-content figcaption h5 {
        font-size: 17px;
        line-height: 22px;
        height: 70px;
    }

    .related-content .slide-div {
        padding: 15px;
        -ms-flex: 0 0 31.5%;
        flex: 0 0 31.5%;
        max-width: 31.5%;
    }

    .related-content .slide-div h2 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .related-content .slide-div ul li a {
        padding: 0px 0 0px 45px;
        font-size: 16px;
        line-height: 21px;
    }

    .related-content .slide-div ul li span {
        font-size: 28px;
        top: 18px;
    }

    .related-content .slide-div .owl-dots {
        bottom: -35px;
    }

    /* product Buy Now */
    .plans-slider {
        padding: 0 0px 20px 0;
    }

    .buy-now .plans-text {
        padding: 10px 0px 10px 0px;
    }

    /* customised-solutions */
    .customised-solutions-dropdownn {
        max-width: 700px;
    }

    .customised-solutions-dropdownn a {
        font-size: 17px;
    }


    .article .connectivity {
        padding: 35px 20px 35px 90px;
    }

    .article .connectivity h1,
    .article .related-services h1,
    .article .connectivity h2,
    .article .related-services h2 {
        padding-right: 50px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .article .connectivity h4,
    .article .related-services h4 {
        font-size: 18px;
    }

    .article .connectivity h3 {
        font-size: 16px;
    }

    .article .connectivity h6,
    .article .related-services h6 {
        font-size: 13px;
    }

    .copy-section .copy-item h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .gated-case-study .highlights {
        padding: 20px 0 0 10px;
    }

    .related-services {
        padding-left: 10px;
        margin-bottom: 30px;
    }

    .gated-case-study h1,
    .gated-case-study h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 0 30px;
    }

    .gated-case-study .space {
        padding: 0 20px 0 15px;
    }

    .gated-case-study .highlights .list ul li {
        /* font-size: 15px; */
    }

    .knowledge {
        padding: 50px 15px;
    }

    .knowledge .mobilemargin .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .filter-dropdown .filter-dropdown-item a svg {
        margin-left: 5px;
    }

    .filter .filter-icon {
        padding: 5px;
    }

    .filter .filter-by {
        padding-left: 60px;
    }

    .filter-dropdown-item {
        padding: 0 0 0 15px;
    }

    .filter-dropdown-item.p0 {
        padding: 0 0 0 0;
    }

    .show-list ul li {
        padding: 5px 40px 5px 10px;
        font-size: 13px;
    }


    .tab-50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services-group .services-group-item .caption h2 {
        font-size: 18px;
    }

    .services-group .services-group-item .caption p {
        height: 60px;
    }

    .box-copy h3 {
        font-size: 24px;
    }

    h1.left-title,
    h2.left-title {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 0 30px;
    }

    .security-left-img,
    .security-right-img {
        display: none;
    }

    .security-audit .bg-box .question {
        margin: 15px 0 15px 11%;
    }

    .security-audit .bg-box .question .mobile-img,
    .security-audit .bg-box .option .mobile-img {
        display: block;
    }

    .security-audit .bg-box .question .mobile-img {
        position: absolute;
        left: -9%;
        bottom: -40%;
    }

    .security-audit .bg-box .option .mobile-img {
        position: absolute;
        right: -8%;
        bottom: -20%;
    }

    .tab_nav ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tab_nav ul li {
        overflow: hidden;
        flex: 0 0 auto;
    }

    /* my-account start */
    .my-account {
        padding: 30px 20px;
    }

    .my-account h3 {
        font-size: 20px;
    }

    .my-account .nav-tabs .nav-item {
        width: 85%;
    }

    .my-account .nav-tabs .nav-link {
        font-size: 16px;
        padding: 15px 10px;
    }

    .shadow-left:before {
        left: 0;
        top: -33px;
        bottom: -33px;
    }

    /* my-account end */


    /*=======Blog Page Start=======*/

    .blog h1.new-title {
        font-size: 28px;
    }

    .blog h2 {
        font-size: 20px;
    }

    .blog .blogbt h2 {
        font-size: 25px;
    }

    .blog .bloglt ul.time-format li {
        font-size: 14px;
    }

    .blog .blog_right_top h4 {
        font-size: 22px;
    }

    .blog .blog_right_top .right h5 a {
        font-size: 14px;
    }

    .blog .blog_right_top .right p {
        margin-top: 0px;
    }

    /* ============Business Broadband Buy Now CSS Start==================*/
    .broadband-tab .broadband-left {
        width: 35%;
    }

    .broadband-tab .broadband-right {
        width: 65%;
    }

    /* Experience Zone start */
    .experience-zone-div .item {
        width: 180px;
    }
    .experience-zone-div .item .caption p {
        margin: 10px 0 0px 0;
    }
     /* Experience Zone end */


    .microsoft-section .col-sm-4{
        -ms-flex: 0 0 50%;
        flex: 50%;
        max-width: 50%;
    }

    .podcast-page .banner-img{
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    body {
        line-height: 22px;
    }

    .hiddenDesktop {
        display: block !important;
    }
    .cs.gated-case-study .banner-img {
        width: 95%!important;
    }
    .link button{
        margin-top: 10px;
    }
    .link a:before, .link button:before{
        width: 100%;
    }

    /* figure picture .hiddenDesktop,
    .mobile-links.hiddenDesktop {
        display: block !important;
    } */
    .hiddenMobile {
        display: none !important;
    }

    .order-2-mobile {
        -ms-flex-order: 2;
        order: 2;
    }

    .mp-0 {
        padding: 0;
    }
    .mm-0 {
        margin: 0 !important;
    }

    .mobilel-15 {
        padding-left: 15px !important;
    }

    .text-center-mobile {
        text-align: center;
    }

    .mobile-text-left {
        text-align: left !important;
    }

    /* .prm-0{
        padding-right: 0;
    } */
    ul.border-list {
        margin: 20px 0 30px 0;
    }


    .title h2 {
        font-size: 26px;
        line-height: 30px;
        padding: 0 20px;
    }

    .title.mobile-center {
        text-align: center;
    }

    /* .title p{
        font-size: 15px;
    } */
    .link a {
        padding: 8px 15px 8px 15px;
        text-align: center;
        margin-bottom:10px;
    }

    .link a:before {
        width: 100%;
        height: 40px;
    }

    .border-none {
        border: none !important;
    }

    .input_container {
        margin-bottom: 40px;
    }

    .radio_btns .select_option {
        margin-right: 20px;
    }

    .radio_btns .select_option label {
        padding-left: 30px;
        font-size: 13px;
    }

    .radio_btns .select_option .outside,
    .radio_btns .select_option .inside {
        width: 22px;
        height: 22px;
    }

    /* Find solutions customized Start */
    .find-solution h2 {
        font-size: 24px;
        line-height: 34px;
        padding: 0 20px;
    }

    .find-solution a.industry {
        display: block;
    }

    .find-solution a.industry span.circle {
        width: 25px;
        height: 25px;
        line-height: 20px;
    }

    .find-solution h2 .dropdown-menu {
        width: 225px;
    }

    .find-solution {
        padding: 40px 20px;
    }

    .find-solution .solutions-box {
        margin: 20px 0;
    }

    .find-solution .solutions-box p {
        font-size: 15px;
    }

    .solutionsItems ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* teams-speak */
    .get-call-back-form {
        padding: 15px;
        overflow: auto;
        height: 80%;
        left: 3%;
        right: 3%;
        width: 94%;
        border-radius: 0;
    }

    .get-call-back-form h2 {
        font-size: 23px;
        margin: 0 30px 30px 0;
    }

    .thank-you h4 {
        padding: 80px 10px;
    }

    .get-call-back-form .black.text-right {
        margin-right: 40px;
        text-align: left !important;
        margin-top: 20px !important;
    }


    /* Success Stories Start */
    .success-stories h2.stories-title {
        font-size: 24px;
        padding: 0 0 10px 0;
        text-align: center;
        margin-top: 0;
        max-width: 100%;
    }
    .success-stories h2.stories-title.right-title {
        padding: 0 0 10px 0;
    }

    .success-stories .video {
        border-radius: 0;
        margin: 0 -15px;
        max-height: 250px;
    }

    .success-stories .video img {
        border-radius: 0px;
    }

    .success-stories .video:before {
        border-radius: 0;
    }

    .success-stories .video .you-tube-video {
        border-radius: 0;
    }

    .success-stories .video p {
        bottom: 10px;
    }

    .success-stories .connectivity {
        padding: 30px 25px;
        background: #F7F7F7;
        margin: 0 -15px;
    }

    .success-stories .connectivity:before {
        content: unset;
    }

    .success-stories .p-overview .connectivity {
        padding: 65px 20px 65px 20px;
        /* margin-right: 0; */
        margin: 0 -15px;
    }


    /* our clients */
    .our-clients .link {
        padding-left: 0 !important;
        text-align: center;
    }

    .our-clients .row.scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
    }


    /* mobilelinks */
    .mobile-links {
        background: radial-gradient(50% 50% at 50% 50%, #FF9F46 40.1%, rgba(238, 168, 69, 0) 100%);
        opacity: 0.9;
    }

    .mobile-links .title {
        margin-bottom: 20px;
        padding: 0 30px;
    }

    .mobile-links .title h6 {
        font-size: 26px;
        line-height: 30px;
        padding: 0 20px;
    }

    .mobile-links ul li {
        margin: 0px 10px 10px 10px;
    }

    .mobile-links ul li a {
        display: block;
        background: #FFFFFF;
        -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.08);
        border-radius: 5px;
        padding: 12px 30px 12px 15px;
        font-size: 15px;
        position: relative;
    }

    .mobile-links ul li a:after {
        content: '';
        background: url(/images/arrow-next.svg) center right no-repeat;
        position: absolute;
        right: 15px;
        width: 15px;
        height: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }


    /* Services to grow your business Start */
    .services-grow:before {
        width: 100%;
        border-radius: 0;
    }

    .services-grow .item .caption {
        padding: 20px;
    }

    .services-grow .item .caption h2,
    .services-grow .item .caption h6,
    .services-grow .item .caption p.headingh2 {
        font-weight: 700;
        font-size: 22px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    }

    .services-grow .item .caption p {
        padding-right: 30px;
    }

    .services-grow .item .caption span {
        right: 20px;
    }

    .services-grow .owl-prev,
    .services-grow .owl-next {
        width: 45px;
        height: 40px;
        display: none;
    }

    .services-grow .owl-prev {
        left: 0px;
    }

    .services-grow .owl-next {
        right: 0px;
    }

    .services-grow .owl-dots {
        margin-top: 0;
        margin-bottom: 10px;
    }


    .solutionsItems .container{
        padding-bottom:5px;
    }

    /* Got Questions?  */
    .got-questions .got-questions-box img {
        display: none;
    }

    .got-questions .got-questions-box .content {
        padding: 40px 0 0 0;
    }

    .got-questions .got-questions-box .content h2,
    .got-questions .got-questions-box .content h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .got-questions .request-a-call,
    .request-a-call {
        padding: 25px;
        margin: 15px;
    }

    .got-questions .request-a-call p,
    .request-a-call p {
        font-size: 19px;
        line-height: 24px;
    }


    /* Connect with us Start */
    .connect-with .title {
        margin: 0 auto 20px auto;
    }

    .connect-with .nav.nav-tabs {
        max-width: 315px;
    }

    .connect-with .nav-tabs .nav-link {
        padding: 10px 20px;
        font-size: 16px;
    }

    .connect-with .contact-row {
        margin: 40px 0px 0 0;
        border-radius: 0;
        padding: 0 30px 0 30px;
        position: relative;
        background: unset;
    }

    .connect-with .contact-row:before {
        border-radius: 0;
    }

    /* .connect-with .contact-row .connect-box {
        padding: 45px 60px 45px 15px;
        height: 325px;
    }
    .connect-with .contact-row .connect-box:hover, 
    .connect-with .contact-row .connect-box.active-box{
        transform: unset;
        background: unset;
    }
    .connect-with .contact-row .connect-box:hover::before,
    .connect-with .contact-row .connect-box.active-box::before {
        width:185px;
        z-index: 9;
        left: 15px;
        content: unset;
    }
    .connect-with .contact-row .connect-box h3,
    .connect-with .contact-row .connect-box p,
    .connect-with .contact-row .connect-box a{
        color: #000;
    }
    .connect-with .contact-row  .owl-item{
        background:#FF9F46 url(/images/ellipse.png) bottom left no-repeat;
        background-size: 240px;
        transform:unset;
        border-radius: 5px;
    }
    .connect-with .contact-row .connect-box:hover:after, 
    .connect-with .contact-row .connect-box.active-box:after{
        content: unset;
    }
    .connect-with .contact-row .owl-item .connect-box .icon{
        background: url(/images/connect-icon.png) top no-repeat;
         background-position-x: 0px;
        background-position-y: -50px;
    }
    .connect-with .contact-row .owl-item .connect-box .icon.icon-2 {
        background-position-x: -50px;
    }
    .connect-with .contact-row .owl-item .connect-box .icon.icon-3 {
        background-position-x: -100px;
    } */

    .connect-with .contact-row .connect-box {
        padding: 60px 20px 60px 20px;
    }

    .connect-with .contact-row .owl-item {
        background: #FF9F46 url(/images/ellipse.png) bottom left no-repeat;
        background-size: 240px;
        transform: unset;
        border-radius: 5px;
    }

    .connect-with .contact-row .connect-box {
        height: 350px;
    }

    .connect-with .contact-row .owl-item .connect-box h3,
    .connect-with .contact-row .owl-item .connect-box p,
    .connect-with .contact-row .owl-item .connect-box a,
    .connect-with .contact-row .connect-box p span {
        color: #000;
    }

    .connect-with .contact-row .owl-item .connect-box .icon {
        background: url(/images/connect-icon.png) top no-repeat;
        background-position-x: 0px;
        background-position-y: -50px;
    }

    .connect-with .contact-row .owl-item .connect-box .icon.icon-2 {
        background-position-x: -50px;
    }

    .connect-with .contact-row .owl-item .connect-box .icon.icon-3 {
        background-position-x: -100px;
    }

    .connect-with .contact-row .connect-box a i {
        background-position-y: -17px;
    }

    .contact-slider {
        margin: 0;
    }

    .contact-slider .owl-dots {
        position: absolute;
        margin: auto;
        bottom: 10px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .contact-slider .owl-dot {
        width: 25px;
        height: 6px;
        background: #fff;
        text-align: center;
        margin: 0 5px;
        display: inline-block;
        border-radius: 50px;
    }

    .contact-slider .owl-dot.active {
        background: #000;
        width: 35px;
        height: 10px;
    }

    .connect-with .contact-row .connect-box a.click-here {
        background: #fff;
    }

    .connect-with .contact-row .connect-box p.border-before:before {
        border-left: 1px solid #000;
    }

    .bg_shift,
    .bg_shift_existing {
        display: none;
    }

    /* Footer Start */
    .footer .footer-left {
        padding: 25px 15px 45px 15px;
    }

    .footer .footer-title {
        margin-bottom: 20px;
        position: relative;
        margin: 0;
        padding: 20px 10px;
        line-height: 1;
        border-bottom: 1px solid #3C414A;
        font-size: 18px;
    }

    .footer .footer-title a {
        display: block;
        margin-right: 40px;
    }

    .footer .footer-title span {
        position: absolute;
        width: 22px;
        height: 22px;
        right: 15px;
        top: 19px;
        border: 2px solid #fff;
        border-radius: 50%;
        z-index: 99;
    }

    /* .footer .footer-title span:before{
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        right: 15px;
        top:22px;
        border: 2px solid #fff;
        border-radius: 50%;
    } */
    .footer .footer-title span:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 10px;
        right: 8px;
        top: 4px;
        background: #fff;
        border-radius: 2px;
    }

    .footer .footer-title span:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 2px;
        right: 4px;
        top: 8px;
        background: #fff;
        border-radius: 2px;
    }

    .footer .footer-title.rotateArrow:before {
        content: unset;
    }

    .footer .footer-title.content-none:before,
    .footer .footer-title.content-none:after {
        content: unset;
    }

    .footer .footer-left .col-sm-3,
    .footer .footer-left .col-sm-4,
    .footer .footer-left .col-sm-5 {
        padding: 0;
    }

    .footer .footer-left ul.middle-footer li {
        width: 100%;
        margin-right: 0;
    }

    .footer .footer-left ul {
        margin-bottom: 25px;
        display: none;
    }

    .footer ul li.mobile-border {
        border-bottom: 1px solid #3C414A;
    }

    .footer .footer-left ul li a {
        padding: 10px 15px;
        display: block;
    }

    .footer ul li {
        margin: 0;
    }

    .footer .social a {
        padding: 10px;
        margin: 15px 15px 0px 0;
        width: 40px;
        height: 40px;
    }

    .other-brands {
        width: 90%;
        left: 5%;
        right: 5%;
    }

    .other-brands h4 a {
        display: block;
    }

    .copyright p span.arrow {
        position: absolute;
        top: 2px;
        left: 15px;
    }

    .copyright p {
        /* font-size: 13px; */
        padding-left: 20px;
    }

    .copyright .col-sm-2.text-right {
        text-align: left !important;
        margin-top: 15px;
    }

    .sub-menu-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: -20px;
    }


    /* inner banner */
    .inner-banner .banner-text, .inner-banner .left .banner-text {
        width: 70%;
        left: 25px;
        top: unset;
        transform: unset;
        bottom: 40px;
    }

    .inner-banner .left .banner-text {
        left: 25px;
    }

    .inner-banner .banner-text p {
        margin: 15px 0 25px 0;
        display: none;
    }

    .inner-banner figure picture:before {
        height: 20%;
    }

    .inner-banner .inner-shadow:before,
    .inner-banner .left:before {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
        height: 60%;
        bottom: 0;
        top: unset;
        width: 100%;
    }

    .inner-banner .banner-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 28px;
    }

    .inner-banner .banner-text h3 .q-before,
    .inner-banner .banner-text h3 .q-after {
        width: 23px;
    }

    /* product page */
    .product .section-padding {
        padding: 30px 0;
    }

    .product .mobile-links {
        padding-top: 0;
        background: unset;
    }

    /* product Services  */
    .product .section-padding.services-grow {
        padding: 50px 0 30px 0;
    }

    /* product Features & Benefits */
    .features-benefits .features-box {
        min-height: unset;
        padding: 25px 15px;
    }

    .features-benefits .features-box p,
    .features-benefits .features-box h3 {
        position: unset;
        padding-left: 40px;
        font-size: 16px;
    }

    .features-benefits .features-box h3 b{
        padding-left: 40px;
    }

    .features-benefits .features-box img {
        position: absolute;
        top: 50%;
        width: 14% !important;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .features-benefits .dwonload-features {
        display: block;
    }

    .features-benefits .dwonload-features p {
        font-size: 28px;
    }

    .features-benefits .dwonload-features a {
        padding-top: 20px;
    }



    /* product Related Content */
    .related-content .scroll-div {
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0 20px 0;
        margin: 0;
    }

    .related-content .col-sm-6 {
        padding: 0 15px;
        width: 260px;
    }

    .related-content .col-sm-8 {
        padding-right: 0px;
    }

    .related-content figcaption span img {
        width: auto !important;
    }

    .related-content .slide-div {
        -ms-flex: 0 0 91.5%;
        flex: 0 0 91.5%;
        max-width: 91.5%;
        margin: 25px 15px 0 15px;
        padding: 25px 15px 90px 15px;
    }

    .related-content .slide-div h2 {
        text-align: center;
        margin-bottom: 10px;
    }

    .related-content .slide-div ul li a {
        padding: 0px 40px 0px 55px;
        font-size: 16px;
        margin: 25px 0;
        height: 60px;
    }

    .related-content .slide-div ul li span {
        font-size: 29px;
        top: 26px;
    }

    .related-content .slide-div .owl-dots {
        bottom: -55px;
    }

    .related-content figure .zoom-effect,
    .related-content figure img.img-fluid {
        border-radius: 10px 10px 0 0;
        height: 140px;
    }



    /* product Buy Now */
    .buy-now .title {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .buy-now .nav.nav-tabs {
        max-width: 290px;
        float: unset;
        margin: auto;
        justify-content: center;
    }

    .buy-now .nav-tabs .nav-link {
        padding: 8px 41px;
        font-size: 15px;
    }

    .buy-now .tab-content h5 {
        font-weight: 700;
        font-family: 'Open Sans';
        margin: 20px 0 15px 15px;
        font-size: 16px;
    }

    .buy-now .nav-list .nav-btn:before,
    .buy-now .nav-list:before {
        content: unset;
    }

    .buy-now .nav-list {
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.06);
        margin: 10px 0 0 0;
        border-radius: 5px;
    }

    .buy-now .nav-list .nav-btn {
        text-align: left;
        padding: 10px 0 0 15px;
        width: 100% !important;
        display: none;
    }

    .buy-now .nav-list .nav-btn.open {
        display: block;
    }

    .buy-now span.open-drop {
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        padding: 15px;
        display: block;
        position: relative;
        font-weight: 700;
    }

    .buy-now span.open-drop:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 18px;
        width: 15px;
        height: 15px;
        background: url(/images/arrow-down.svg) no-repeat center 90%;
    }

    .plans-nav .slick-slide {
        float: unset;
    }

    .plans-slider .slick-list {
        padding-right: 80px;
    }

    .buy-now .plans-text .text-right {
        text-align: left !important;
    }

    .buy-now .plans-text p {
        position: relative;
        padding-left: 35px;
        /* line-height: 18px; */
        padding-bottom: 10px;
        font-size: 14px;
    }

    .buy-now .plans-text p svg {
        position: absolute;
        left: 0;
        margin: 0 !important;
        top: 0px;
        width: 25px;
        height: 25px;
    }

    /* product FAQs */
    .faq {
        margin-bottom: 40px;
    }

    .faq .accordion .card .card-header h2 a,
    .faq .accordion .card .card-header h3 a {
        padding: 15px 40px 20px 15px;
    }

    .faq .accordion .card .card-body {
        padding: 0 15px 25px 15px;
    }

    .faq .accordion .card .card-header h2 a span,
    .faq .accordion .card .card-header h3 a span {
        right: 15px;
    }

    .faq .accordion .card .card-header h2 a.collapsed:before,
    .faq .accordion .card .card-header h2 a:before,
    .faq .accordion .card .card-header h3 a.collapsed:before,
    .faq .accordion .card .card-header h3 a:before {
        right: 20px;
    }

    .faq .accordion .card .card-header h2 a.collapsed:after,
    .faq .accordion .card .card-header h3 a.collapsed:after {
        right: 26px;
    }

    .faq .accordion .card .card-header h2 button,
    .faq .accordion .card .card-header h3 button{
        font-size:15px;
    }
	
    .faq .accordion .card .card-header h2 button,
    .faq .accordion .card .card-header h3 button {
        padding: 15px 40px 20px 15px;
    }

    /* product Connect With Us */


    /* industry */
    /* advantages */
    .industry .section-padding.advantages {
        padding-top: 50px;
    }

    .advantages .advantages-row {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .advantages .advantages-slider .owl-dots {
        text-align: center;
        padding: 20px 0;
    }

    .advantages .advantages-slider .owl-dot {
        width: 25px;
        height: 5px;
        background: #C4C4C4;
        display: inline-block;
        margin-right: 10px;
        border-radius: 60px;
    }

    .advantages .advantages-slider .owl-dot.active {
        background: #000;
        height: 8px;
        width: 30px;
        border-radius: 60px;
    }

    /* advantages end*/

    /* customised-solutions */
    .customised-solutions-dropdownn {
        /* display: none; */
    }

    .customised-solutions-dropdownn h2 {
        text-align: center;
    }

    .customised-solutions-dropdownn a {
        padding: 15px 30px 15px 10px;
        font-size: 18px;
    }

    .customised-solutions-dropdownn a span.circle {
        width: 27px;
        height: 27px;
        top: 13px;
        right: 13px;
    }

    .customised-solutions-mobile-dropdown {
        display: block;
        background: #002F51;
        color: #fff;
        padding: 20px 50px 20px 15px;
        font-family: 'Ubuntu', sans-serif;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        position: relative;
    }

    .customised-solutions-mobile-dropdown:focus,
    .customised-solutions-mobile-dropdown:visited {
        color: #fff;
    }

    .customised-solutions-mobile-dropdown:before {
        content: "";
        position: absolute;
        border: 1px solid #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .customised-solutions-mobile-dropdown:after {
        content: "";
        position: absolute;
        right: 23px;
        top: 44%;
        border-bottom: 1.5px solid #fff;
        border-left: 1.5px solid #fff;
        width: 8px;
        height: 8px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }

    .customised-solutions-mobile-dropdown.active {
        background: #FF9F46;
        border-bottom: none;
        color: #000;
    }

    .customised-solutions-mobile-dropdown.active:before {
        border: 1px solid #000;
    }

    .customised-solutions-mobile-dropdown.active::after {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        top: 47%;
        border-bottom: 1.5px solid #000;
        border-left: 1.5px solid #000;
    }

    .solutions-item.services-grow:before {
        top: 0;
    }

    .industry .section-padding.services-grow.mobilept-0 {
        padding: 0 0 30px 0;
        border-bottom: 1px solid #fff;
    }

    .product .teams-speak {
        margin: 0;
    }

    .services-grow .item {
        margin-bottom: 20px;
    }


    /* article */
    /* .back-page{
        margin-bottom: 20px !important;
    } */
    .article {
        padding: 30px 0 0 0;
    }

    .article .connectivity {
        padding: 20px 15px 40px 15px;
        border-radius: 0;
    }

    .article .connectivity h6,
    .article .related-services h6 {
        position: unset;
        margin-bottom: 15px;
    }

    /* .copy-section .copy-item h2{
        width: 75%;
        padding-left: 30px;
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 32px;
        margin-left: 0;
    }
    .copy-section .copy-item h2:before{
        top: -15px;
        bottom: -15px;
    }
    .copy-section .copy-item ul li{
        padding-left: 30px;
    } */

    .copy-section .copy-item img {
        float: none;
        padding: 0;
    }

    .copy-section .copy-item h2 {
        position: relative;
        /* width: 80%; */
        /* padding-left: 30px; */
        /* margin-top: 30px; */
        /* margin-bottom: 30px; */
        /* font-size: 28px; */
        /* line-height: 32px; */
        /* margin-left: 0; */
    }

    .copy-section .copy-item h2:before {
        /* top: -15px; */
        /* bottom: -15px; */
    }

    .copy-section .copy-item p,
    .copy-section .copy-item ul {
        padding-left: 0;
    }

    .copy-section .copy-item ul li {
        padding-left: 30px;
    }

    .challenges .challenges-item {
        padding-left: 15px;
        height: auto;
        width: 250px;
    }

    .challenges .challenges-item .circle {
        position: relative;
    }

    .challenges .challenges-item p {
        padding: 10px 0 0 0;
    }

    .challenges .challenges-item:after {
        content: unset;
    }

    .challenges .challenges-item:nth-child(3):before,
    .challenges .challenges-item:nth-child(6):before,
    .challenges .challenges-item:nth-child(9):before {
        content: "";
    }

    .challenges .challenges-item:last-child::before {
        content: unset;
    }

    .challenges-scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0;
    }

    .gated-case-study .space {
        padding: 0 15px;
    }

    .gated-case-study h1,
    .gated-case-study h2 {
        font-size: 22px;
        line-height: 26px;
        padding: 0 0 0 30px;
    }

    .gated-case-study .highlights {
        padding: 20px 0 0 10px;
    }

    

    .gated-case-study .highlights .list {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .gated-case-study .highlights .list ul li {
        /* font-size: 14px; */
        padding-left: 40px;
    }

    .gated-case-study .case-study-form {
        padding: 20px 15px;
        margin: 10px 0;
    }

    .gated-case-study .banner-img {
        border: 6px solid #FF9F46;
        padding: 5px;
        margin: 0 10px 25px 10px;
    }

    .gated-case-study .info-img,
    .gated-case-study .white-img {
        height: 370px;
        overflow: hidden;
        position: relative;
    }

    .gated-case-study .info-img:after,
    .gated-case-study .white-img:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 120px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.32) 32%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.32) 32%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.32) 32%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
        /* IE6-9 */

    }

    .gated-case-study .banner-img.info {
        border: 8px solid #FF9F46;
    }

    .gated-case-study .banner-img.info:before,
    .gated-case-study .banner-img.info::after {
        content: "";
    }

    .gated-case-study .banner-img .text {
        padding: 20px 15px;
    }

    .gated-case-study .banner-img .text h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .gated-case-study .case-study-form h3 {
        font-size: 22px;
        margin-bottom: 35px;
        padding-right: 40px;
    }

    .gated-case-study .case-study-form .link a {
        padding: 8px 25px;
    }

    .gated-case-study .banner-img .btns {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 30px;
    }

    .gated-case-study .banner-img .btns .link {
        margin-top: 15px;
    }

    .gated-case-study .banner-img .btns .link a {
        padding: 8px 25px;
    }

    .gated-case-study .banner-img .img {
        height: 320px;
    }

    .podcast-page .gated-case-study .banner-img .img {
        height: initial;
    }
    
    .gated-case-study .share {
        padding-left: 30px;
    }

    .gated-case-study p.date {
        padding: 0 0 5px 30px;
        font-size: 15px;
    }

    /* article end*/


    /* knowledge start */
    .knowledge {
        padding: 0 0px 20px 0px;
    }

    .knowledge .filter {
        padding: 0 0px 20px 0px;
    }

    .filter .filter-link {
        padding: 20px 15px;
        background: #002F51;
        width: 100%;
    }

    .filter .filter-link span {
        color: #fff;
        font-size: 24px;
        padding: 0 0 0 15px;
    }

    .filter .filter-link span.circle {
        position: absolute;
        right: 10px;
    }

    .filter .dropdown-menu {
        border-radius: 0 0 10px 10px;
        width: 97.7%;
        margin-top: -10px;
    }

    .filter .dropdown-menu a {
        padding: 20px 15px;
    }

    .filter .filter-by {
        background: #F7F7F7;
        padding: 15px 20px;
        border-radius: 0 0 5px 5px;
        text-align: center;
    }

    .filter .filter-icon {
        position: unset;
        background: unset;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    .filter .filter-by p {
        font-size: 16px;
        padding: 0;
    }

    .filter .filter-by p img {
        display: inline-block !important;
        margin-right: 10px;
    }

    .filter-btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        /* position: absolute; */
        bottom: 20px;
        left: 15px;
        right: 15px;
        margin-top: 180px;
        padding: 0 5px 20px 5px;

    }

    .filter-dropdown {
        position: fixed;
        max-width: 320px;
        width: 320px;
        background: #fff;
        height: 100vh;
        top: 0;
        bottom: 0;
        z-index: 9999;
        right: -320px;
        transition: 0.5s;
        text-align: left;
        overflow: auto;
        margin: 0;
        display: block;
    }

    .open-filter {
        right: 0px;
    }

    .filter-dropdown h3 {
        padding: 20px;
        border-bottom: 1px solid #B4B4B4;
    }

    .filter-dropdown h3 img {
        position: absolute;
        right: 20px;
        top: 30px;
    }

    .filter-dropdown .filter-dropdown-menu {
        position: static;
        margin: 0;
        width: 100%;
    }

    .filter-dropdown .filter-dropdown-item {
        padding: 0;
    }

    .filter-dropdown .filter-dropdown-item a,
    .filter-dropdown .filter-dropdown-item a span {
        display: block;
        position: relative;
    }

    .filter-dropdown .filter-dropdown-item a {
        padding: 20px;
        font-size: 17px;
        box-shadow: 0px 10px 10px -7px #ECECEC;
        font-weight: 400;
    }

    .filter-dropdown .filter-dropdown-item a span:after {
        content: "";
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #000;
        position: absolute;
        right: 0;
        top: 0;
    }

    .filter-dropdown .filter-dropdown-item a:hover {
        color: #000;
    }

    .filter-dropdown .filter-dropdown-item a.active {
        color: #000;
        font-weight: 600;
        box-shadow: none;
    }

    .filter-dropdown .filter-dropdown-item a:before,
    .filter-dropdown .filter-dropdown-item a:after {
        content: "";
        background: #000;
        position: absolute;
    }

    .filter-dropdown .filter-dropdown-item a:before {
        width: 13px;
        height: 1px;
        right: 26px;
        top: 31px;
    }

    .filter-dropdown .filter-dropdown-item a:after {
        height: 13px;
        width: 1px;
        right: 32px;
        top: 26px;
    }

    .filter-dropdown .filter-dropdown-item a.active:after {
        content: unset;
    }

    .filter-dropdown .filter-dropdown-item a svg {
        display: none;
    }

    .filter-dropdown .filter-dropdown-menu {
        box-shadow: 0px 10px 10px -7px #ECECEC;
    }

    .filter-dropdown .filter-dropdown-menu li {
        background: #fff;
        padding: 14px 0px;
        margin: 0 20px;
    }

    .filter-dropdown .filter-dropdown-menu li:first-child {
        padding-top: 0;
    }

    .filter-dropdown .filter-dropdown-item .input_container .checkbox .checkbox-group input:checked+label:after,
    .filter-dropdown .filter-dropdown-menu .input_container .checkbox .checkbox-group label:before {
        right: 2px;
        width: 21px;
        height: 21px;
    }

    .filter-dropdown .filter-dropdown-item .input_container .checkbox .checkbox-group input:checked+label:after {
        border: 6px solid #002F51;
    }

    .knowledge-items.bg-grey figure {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .knowledge-items.bg-grey figcaption {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding: 10px 10px;
    }

    .knowledge .mobilemargin .col-sm-4 {
        padding-right: 10px !important;
        padding-left: 10px !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .knowledge-items,
    .knowledge-items.mb-item {
        margin: 0;
        margin-bottom: 20px;
    }

    .mobilemargin {
        margin: 0 !important;
    }

    .knowledge-items h2,
    .knowledge-items.bg-grey figcaption h2 {
        padding-right: 0;
        padding-bottom: 25px;
    }

    .knowledge-items h2 {
        font-size: 19px;
        line-height: 26px;
    }

    .knowledge-items h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .knowledge-items.bg-grey figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .knowledge-items figcaption,
    .knowledge-items.bg-grey figcaption {
        height: auto;
    }

    .knowledge-items a span {
        bottom: 15px;
    }

    .knowledge-items figcaption {
        padding: 20px 15px;
    }

    .knowledge-items figure,
    .knowledge-items.bg-grey figure {
        /* height: auto; */
    }

    .knowledge-items figure source,
    .knowledge-items figure img {
        /* height: auto; */
        /* position: relative; */
    }

    .knowledge-items a span {
        bottom: 10px;
    }

    .knowledge-items .bg-orange-event,
    .knowledge-items .bg-grey-event,
    .knowledge-items .bg-blue-event {
        height: auto;
        padding-bottom: 60px;
    }

    /* knowledge end */
    .employees-say {
        /* padding-bottom: 50px !important; */
    }

    .employees-say:before {
        border-radius: 0;
        width: 100%;
        height: 38.7%;
    }

    .employees-slider.owl-carousel .owl-nav.disabled {
        display: none;
    }

    .employees-slider .item {
        margin: 0 20px;
    }

    .employees-slider .owl-dots {
        width: 100%;
        height: 50px;
        text-align: center;
        padding-top: 30px;
    }

    .employees-slider .owl-dot {
        width: 25px;
        height: 5px;
        background: #fff;
        display: inline-block;
        margin-right: 10px;
        border-radius: 60px;
    }

    .employees-slider .owl-dot.active {
        background: #000;
        height: 8px;
        width: 40px;
        border-radius: 60px;

    }

    .testimonials-slider {
        margin-top: 35px;
    }

    .testimonials-slider.owl-carousel .owl-nav .owl-next {
        top: -60px;
        width: 45px;
        height: 45px;
    }

    .testimonials-slider.owl-carousel .owl-nav .owl-prev {
        top: -60px;
        right: unset;
        left: 50px;
        width: 45px;
        height: 45px;
    }

    .job-list .list {
        padding: 15px 10px;
        margin: 0 -5px 10px -5px;
    }

    .job-list .list p {
        margin-bottom: 15px;
    }

    .job-list .list .apply a {
        position: unset;
        border-radius: 5px;
        padding: 15px 20px;
        margin: 10px -15px 0 -15px;
    }

    .job-list .list .apply a span {
        transform: unset;
    }

    .about-item {
        padding: 30px 20px;
    }

    .about-item h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .awards {
        padding: 0 0;
    }

    .awards .item {
        padding: 0 0;
    }

    .awards .item .bg h3 {
        width: 60%;
        font-size: 16px;
    }

    .number-title h2:before {
        top: -20px;
        bottom: -20px;
    }

    .number-title h2 {
        font-size: 28px;
        line-height: 32px;
        padding: 0 0 0 30px;
        max-width: 350px;
        margin-top: 20px;
    }

    .number-items {
        margin-top: 20px;
    }

    .numbers .mobile-padding {
        margin-top: 30px;
    }

    .history-slider {
        padding: 0;
        margin: 0 -15px;
    }

    .history-items .history-img {
        margin: 0 15px;
    }

    .history-items .history-content {
        padding: 120px 20px 20px 20px;
        margin-left: 0;
        margin-top: -100px;
        border-radius: 0;
    }

    .drop-box .nearest-partner {
        height: 500px;
        margin-bottom: 20px;
    }

    .drop-slider.owl-carousel .owl-nav.disabled {
        display: none;
    }

    .custom-tab .nav-tabs .nav-link {
        font-size: 16px;
        padding: 15px 6px;
    }

    /* newsletter start */
    .newsletter .col-sm-5,
    .newsletter .col-sm-3,
    .newsletter .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .newsletter .shadow {
        border-right: none;
        box-shadow: none !important;
        height: unset;
    }

    .newsletter .newsletter-item {
        padding: 40px 20px 50px 20px;
    }

    .newsletter .newsletter-item .newsletter-title img {
        width: auto;
        height: 40px;
    }

    .newsletter .link a img {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .newsletter .newsletter-item .center-social {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }

    .newsletter .newsletter-item .center-social a {
        width: 42px;
        height: 42px;
        margin: 15px 10px 15px 10px;
        line-height: 38px;
    }

    .newsletter-slider .owl-dots {
        position: absolute;
        margin: auto;
        bottom: 30px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .newsletter-slider .owl-dot {
        width: 25px;
        height: 6px;
        background: #fff;
        text-align: center;
        margin: 0 5px;
        display: inline-block;
        border-radius: 50px;
    }

    .newsletter-slider .owl-dot.active {
        background: #000;
        width: 35px;
        height: 10px;
    }

    /* newsletter end */

    /* media releases start*/
    .media-releases .media-main-box {
        height: 350px;
        margin-bottom: 30px;
    }

    /* media releases end*/

    .tab-50 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .drop-box .collection-recovery .nearest-partner {
        height: 290px;
    }

    .get-call-back-form-onpage {
        width: auto;
        margin: 0 15px;
    }

    .services-group .services-group-item {
        margin-bottom: 15px !important;
    }

    .services-group .services-group-item img.thumb {
        position: static;
        height: 180px;
        border-radius: 7px 7px 0 0;
    }

    .services-group .services-group-item .bg-blue,
    .services-group .services-group-item .bg-orange,
    .services-group .services-group-item .bg-grey {
        border-radius: 0;
    }

    .services-group .services-group-item .radius {
        border-radius: 0 0 7px 7px;
    }


    .date input {
        width: 100%;
        padding: 25px 20px;
        font-size: 17px;
        box-shadow: 0px 10px 10px -7px #ececec;
        font-weight: 400;
    }

    .date .input-group-addon {
        position: absolute;
        right: 20px;
        top: 25px;
    }



    .box-copy {
        height: 470px;
        margin-top: 10px;
    }

    .box-copy h3 {
        font-size: 20px;
    }

    .event-slider {
        margin: 0 !important;
    }

    .event-slider .item {
        padding: 0 5px !important;
    }

    .team-card {
        padding-left: 30px;
    }

    .team-card .card figure {
        height: 140px;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }

    .team-card .card figure img {
        width: 100%;
        position: absolute;
        object-fit: cover;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .team-card .card:before {
        left: -30px;
        top: -10px;
        bottom: -10px;
    }

    .team-card .caption {
        padding-top: 20px;
        margin-left: -25px;
    }

    .team-card .caption p {
        margin-bottom: 0;
    }

    .team-card .details-text {
        margin: 10px 0 0 -25px;
    }

    .speakers-item {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .speakers-item h3 {
        margin: 0 0 0 0;
        font-size: 17px;
    }

    .client-speak {
        margin-right: 0;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .client-speak h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .key-takeaways .title {
        margin-bottom: 15px;
    }

    .mobile-p-0 {
        padding: 0 !important;
    }

    .timeline {
        padding: 20px 20px;
    }

    .timeline ul li {
        font-size: 15px;
        line-height: 20px;
    }

    .solution-slider-mobile {
        margin: 0;
    }

    .drag-item {
        -ms-flex: auto;
        flex: auto;
        max-width: none;
    }

    .drag-item a {
        text-align: center;
        margin-top: 15px;
        padding: 20px 2px 60px 2px;
        position: relative;
    }

    .drag-item span {
        margin: auto;
    }

    .solution-slider-mobile.slick-slider .slick-list {
        padding: 0 100px !important;
    }

    .solution-slider-mobile .col-sm-4 {
        padding: 0 5px;
    }

    .drag-item p {
        font-size: 16px;
        padding-top: 15px;
        height: 60px;
    }

    .drag-item a:after {
        content: "";
        background: url(/images/selected-circle.svg) no-repeat;
        width: 21px;
        height: 21px;
        left: 0;
        right: 0;
        top: unset;
        bottom: 25px;
        transform: unset;
        margin: auto;
        position: absolute;
    }

    .drag-item.selected a:after {
        background: url(/images/selected-circle-orange.svg) no-repeat;
        width: 35px;
        height: 35px;
        left: 0;
        right: 0;
        top: unset;
        bottom: 25px;
        transform: unset;
        margin: auto;
    }

    .drag-item a img {
        text-align: center;
        margin: auto;
    }

    .add-div .drag-item {
        width: 100% !important;
    }

    .add-div .drag-item a::after {
        content: unset;
    }

    .add-div .drag-item a span {
        margin: unset;
    }

    .add-div .drag-item a p {
        height: unset;
    }

    .add-div .drag-item a p {
        font-size: 17px;
    }

    .drag-container .drag-item-div {
        display: none !important;
    }

    .add-div .drag-item a img {
        text-align: unset;
        margin: unset;
    }

    .slick-dots {
        display: flex;
        right: 0;
        margin: auto;
        text-align: center;
        width: 100%;
        justify-content: center;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .slick-dots button {
        border: none;
        outline: none;
        background: #E2E2E2;
        padding: 0 20px;
        text-indent: -9999px;
        height: 10px;
    }

    .slick-dots li {
        overflow: hidden;
        height: 10px;
    }

    .slick-dots li:first-child {
        border-radius: 30px 0 0 30px;
    }

    .slick-dots li:last-child {
        border-radius: 0 30px 30px 0;
    }

    .slick-dots .slick-active button {
        background: #000;
        border-radius: 30px;
    }


    .dropdown-year select {
        padding: 0;
        width: 100%;
        font-size: 14px;
    }

    .investor-updates .investor-box .investor-box1 {
        height: 200px;
    }

    .investor-updates .investor-box .investor-box1 h3 {
        font-size: 18px;
        line-height: 24px;
        height: 125px;
    }

    .investor-updates .investor-box .investor-box1 img.pdf {
        height: 35px;
        width: auto;
    }

    .board-directors .board-directors-box {
        margin: 0px -8px 15px -8px;
    }

    .board-directors .board-directors-box .bod-img {
        width: 40%;
    }

    .board-directors .board-directors-box .bod-description {
        width: 60%;
        padding-left: 10px;
    }

    .board-directors .board-directors-box .bod-description h4 {
        font-size: 19px;
    }

    .board-directors .board-directors-box .bod-description h5 {
        font-size: 15px;
    }

    .board-directors .board-directors-box .bod-description p {
        width: 100%;
    }

    .board-directors .board-directors-box .bod-description.mob-bod-description {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }

    h1.left-title,
    h2.left-title {
        font-size: 22px;
        line-height: 26px;
        padding: 0 0 0 20px;
        margin: 50px 0 30px 0;
    }

    h1.left-title:before,
    h2.left-title:before {
        top: -10px;
        bottom: -10px;
        width: 10px;
    }


    .contact-us.custom-tab .nav-tabs .nav-link {
        text-align: center;
        /* width: 33.33%;
            font-size: 13px;
        line-height: 19px; */
        padding: 15px 13px;
        font-size: 15px;
    }

    .contact-us .section-padding {
        padding: 30px 0;
    }

    .contact-us .form {
        padding: 0;
    }

    .form .col-sm-9 .text-right {
        text-align: left !important;
        margin-top: 20px;
    }

    .drop-box .circuit-id {
        height: auto;
    }

    .drop-box .circuit-id h3 {
        font-size: 24px;
        padding-bottom: 80px;
    }

    .table-responsive .table thead th {
        font-size: 17px;
    }

    .table-responsive .table thead th,
    .table-responsive .table tr td {
        padding: 12px;
    }

    .table-responsive .table tr td {
        font-size: 13px;
        line-height: 19px;
    }

    .security-audit {
        background: #fff;
    }

    .security-audit .bg-box {
        min-height: 500px;
    }

    .security-audit .input_container .checkbox {
        width: 50%;
        margin: 0 0 15px 0;
    }

    .security-audit .input_container .checkbox .checkbox-group label {
        padding-left: 25px;
        font-size: 13px;
    }

    .security-audit .input_container .checkbox .checkbox-group label:before {
        padding: 9px;
    }

    .security-audit .input_container .checkbox .checkbox-group input:checked+label:after {
        padding: 9px;
        background-size: 11px;
    }


    .security-audit .bg-box .question {
        /* width: 77%; */
        margin: 25px 7% 25px 22%;
        padding: 15px 10px;
    }

    .security-audit .bg-box .question h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .security-audit .bg-box .question:after {
        bottom: -20px;
        left: 0;
    }

    .security-audit .bg-box .option,
    .security-audit .bg-box .option.small-option {
        /* width: 77%; */
        margin: 25px 19% 25px 7%;
        padding: 15px 10px;
    }

    .security-audit .bg-box .option:after {
        top: unset;
        bottom: 20px;
        width: 50px;
        height: 22px;
        background: url(/images/option-before-mobile.svg) no-repeat;
        background-size: 100%;
    }

    .security-audit .bg-box .question .mobile-img {
        position: absolute;
        left: -22%;
        bottom: -25%;
    }

    .security-audit .bg-box .option .mobile-img {
        position: absolute;
        right: -17%;
        bottom: -15%;
    }



    .quiz-box {
        padding: 40px 0 0 0;
    }

    .quiz-box h2 {
        font-size: 25px;
    }

    .quiz-box p.font-18 {
        font-size: 15px;
    }

    .line-shadow {
        margin: 30px 0 20px 0;
    }

    .quiz-box hr {
        margin: 15px 0;
    }

    .quiz-slider .item {
        width: 100%;
    }

    .quiz-slider .item img {
        width: auto;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .quiz-slider .item p {
        padding: 0 0 0 40px;
    }

    /******* Sid Buy Now Popup *******/

    .buy-now-popup-form {
        left: 0;
        right: 0;
        width: 95%;
        margin: auto;
        height: 80%;
        overflow: auto;
    }

    .buy-now-popup-form .hide-popup:before,
    .buy-now-popup-form .hide-popup:after {
        background: #fff;
    }

    .buy-now-popup-form .buy_now_form {
        padding: 20px;
    }

    /************************/

    .corporate_section {
        position: relative;
        padding: 0 0 8%;
    }

    .tab_nav {
        position: absolute;
        background: url(/images/corporate/dd-arrow.svg) no-repeat top 28px right 20px #f7f7f7;
        border-bottom: 0;
        border-radius: 0 0 10px 10px;
        top: 0;
        left: 15px;
        right: 15px;
        z-index: 10;
    }

    .tab_nav span {
        font-family: 'Ubuntu', sans-serif;
        font-size: 20px;
        display: block;
        padding: 20px 50px 20px 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #000;
    }

    .tab_nav ul {
        display: none;
        background: #F0F0F0;
    }

    .tab_nav ul li {
        display: block;
    }

    .tab_nav ul li {
        /* padding: 20px; */
        margin: 0;
        border-top: 1px solid #d5d5d5;
    }
    .tab_nav ul li a{
        padding: 20px;
        display: block;
    }

    .tab_nav ul li a,
    .tab_nav ul li.active a {
        font-family: 'Ubuntu', sans-serif;
        font-size: 20px;
        color: #000;
        font-weight: 400;
    }

    .tab_nav ul li::after {
        display: none;
    }

    .second_tab_nav {
        margin: 0 0 40px;
    }

    .second_tab_nav ul li {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .second_tab_nav ul li a {
        text-align: left;
        padding: 8px 15px;
        margin-bottom: 10px;
    }

    .clear_height_tab {
        height: 100px;
    }

    .corporate_content {
        margin-top: 0;
    }

    .corporate_content h1,
    .corporate_content h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
        padding-left: 35px;
        /* margin-left: 20px; */
    }

    .corporate_content h1,
    .corporate_content h2::before {
        top: 0;
        bottom: 0;
    }

    .corporate_content p {
        line-height: 26px;
    }

    .corporate_content h5 {
        font-size: 16px;
        margin-top: 20px;
    }

    .corporate_content h5 a {
        display: block;
        font-size: 14px;
        margin-left: 0;
        margin-top: 6px;
    }

    #pictureMain.owl-theme .owl-nav {
        position: relative;
        top: 0;
        right: 0;
    }

    #pictureMain.owl-theme .owl-prev {
        margin-top: 20px;
    }

    #pictureThumbnail {
        display: none;
    }



    .overlayPop .flexDiv {
        display: block;
    }

    .overlayPop .btn {
        width: 135px;
        border: 0;
        border-radius: 0;
        padding: 10px 0;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .overlayPop .details img {
        width: 50px;
        height: auto;
    }





    /* my-account start */
    .my-account {
        padding: 20px 15px;
    }

    .my-account h3 {
        text-align: center;
    }

    .my-account p {
        text-align: center;
    }

    .my-account .shadow-left {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-top: 50px;
    }

    .shadow-left:before {
        position: absolute;
        width: 100%;
        background: rgb(0, 0, 0);
        background: linear-gradient(-360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        opacity: 0.1;
        left: 0px;
        right: 0px;
        top: -40px;
        bottom: unset;
        height: 15px;
    }

    .mobile-tab-droupdown {
        position: relative;
    }

    .mobile-tab-droupdown p {
        border-bottom: 1px solid #001C52;
        color: #fff;
        background: #001C52;
        padding: 25px 20px 20px 20px;
        font-family: 'Ubuntu', sans-serif;
        font-size: 18px;
        border-radius: 3px;
        text-align: left;
        margin: 30px 0 20px 0;
    }

    .mobile-tab-droupdown span {
        background: #F7F7F7;
        border-radius: 3px;
        position: absolute;
        top: -14px;
        left: 10px;
        font-size: 12px;
        padding: 1px 10px;
    }

    .mobile-tab-droupdown img {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .my-account .nav-tabs {
        margin-top: 0;
        border: 1px solid #D2D2D2;
        position: absolute;
        z-index: 999;
        background: #fff;
        border-radius: 0 0 10px 10px;
        display: none;
        width: 100%;
        top: 65px;
    }

    .my-account .nav-tabs.open-list {
        display: block;
    }

    .my-account .nav-tabs .nav-item {
        width: 100%;
    }

    /* .my-account .nav-tabs .nav-link:last-child{
        border-bottom: none;
    } */
    .my-account .nav-tabs .nav-link.active {
        border-bottom: 1px solid #D2D2D2;
        background: transparent;
        color: #000;
    }

    .my-account .nav-tabs .nav-link.active:after {
        content: unset;
        border-radius: 0;
    }

    /* my-account end */

    .ild-call-rates .col-sm-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .ild-call-rates .col-sm-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }


    .only-logo img {
        width: 180px;
        height: auto;
    }

    .reference-documents {
        margin-top: 10px;
    }

    /* footer{
        padding: 20px 15px;
    } */
    footer h3 {
        font-size: 22px;
    }

    footer p {
        margin-bottom: 10px;
    }

    .plan {
        min-height: unset;
        padding-bottom: 50px;
    }

    .plan .content {
        position: relative;
    }

    .plan .mobile-hide {
        display: none;
    }

    .show {
        display: block !important;
    }

    .plan .head {
        height: unset;
        padding: 15px 5px;
        ;
    }

    .plan .head h3 {
        font-size: 19px;
    }

    .plan .content .price h4 {
        padding: 10px 0;
        font-size: 22px;
    }

    .plan .content .price h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .plan .content .price h2 b {
        font-size: 30px;
    }

    .plan .content .apps {
        padding: 40px 0 30px;
    }

    .open-mobile-hide {
        padding: 20px 20px;
        background: #487fc2;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
    }

    .open-mobile-hide:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
    }

    .open-mobile-hide.arrow-r:after {
        transform: rotate(180deg);
    }

    .plan .content .height-ul {
        height: auto;
    }

    .plan a.enquire {
        position: unset;
    }

    .microsoft-section .plan-main .plan {
        min-height: unset;
    }

    .price-plans {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        margin-bottom: 15px;
    }

    .price-plans .price-div {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        font-size: 12px;
        padding: 0 5px;
        line-height: 1.1;
    }

    .price-plans .price-div .color-orange {
        font-size: 13px;
    }

    .price-plans .price-div .plan-title {
        padding: 10px 5px;
        height: 50px;
    }

    .price-plans .price-div .name-text {
        height: 45px;
    }

    .price-plans .price-div .price {
        height: 45px;
        line-height: 45px;
    }

    .price-plans .price-div .name-text.pt-2,
    .price-plans .price-div .name-text.mpt-2 {
        padding-top: 15px !important;
    }

    .price-plans .price-div .name-text.mpt-5 {
        padding-top: 5px !important;
    }

    .price-plan .row.mt-4 .col-sm-12 p {
        padding: 0 70px;
    }

    .microsoft-section .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 100%;
        max-width: 100%;
    }

    .survey-table {
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
    }

    .survey-table .col-sm-2 {
        width: 48%;
    }

    .survey-table .col-sm-1 {
        width: 35%;
    }

    .survey-table .col-item {
        height: 65px;
        font-size: 12px;
    }

    .survey-table .checkbox .checkbox-group label {
        font-size: 12px;
    }


    .price-slider {
        padding: 20px 45px 0 45px;
    }

    .price-slider.owl-carousel .owl-nav .owl-next,
    .price-slider.owl-carousel .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
    }

    .price-slider .price-item {
        padding: 20px 15px;
    }

    .price-slider .price-item h3 {
        font-size: 18px;
    }

    .price-slider .price-item a,
    a.enquire {
        font-size: 16px;
    }

    /* .available-areas {
        border-bottom: none;
    } */

    /* .available-areas .col-sm-4:nth-child(1),
    .available-areas .col-sm-4:nth-child(2),
    .available-areas .col-sm-4:nth-child(4),
    .available-areas .col-sm-4:nth-child(5) {
        border-right: none;
    } */

    /* .available-areas .col-sm-4 {
        border-bottom: 1px solid #002f51;
    } */

    .available-areas .available-areas-item {
        /* height: auto; */
        margin-bottom: 20px;
    }

    .available-areas .available-areas-item h3 {
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
    }


    /*======Blog Page start=========*/
    .blog .blog_right_top {
        margin-top: 50px;
        padding: 30px;
    }

    .blog .case-study-form {
        padding: 30px;
    }

    .blog .blogbt h2 {
        margin-bottom: 30px;
    }

    .blog .bloglt ul.time-format {
        /* text-align: center; */
    }

    .blog .bloglt ul.time-format li {
        margin-bottom: 10px;
    }

    /*.blog .banner-img{ width: auto;}*/
    .blog .banner-img {
        width: 100%;
    }

    /*======Blog Page End=========*/


    /* ============Business Broadband Buy Now CSS Start==================*/
    .broadband-tab .broadband-left {
        width: 55%;
    }

    .broadband-tab .broadband-right {
        width: 45%;
    }

    .broadband-sec .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        text-align: center;
    }

    .broadband-sec .nav a {
        width: 45%;
    }

    .broadband-sec .input_container label {
        background: #fff;
    }

    .broadband-sec .input_container .floatlabel.filled,
    .broadband-sec .input_container .floatlabel:focus {
        border-bottom: 1px solid #dfdfdf;
        box-shadow: inset 0px 0px 5px 3px rgb(0 0 0 / 8%);
    }

    .broadband-sec .input_container label {
        top: -18px;
    }

    .broadband-tab .broadband-right .active .card-item {
        background: #001C52;
        border-radius: 0px 0px 20px 20px;
    }

    .broadband-tab .broadband-right .active .card-item ul li:nth-child(2n+2) {
        background: #001C52;
    }

    .broadband-tab .broadband-right .active .card-item ul li {
        border-bottom: 1px solid #505050;
        color: #fff;
    }

    .broadband-tab .broadband-right .active ul li:last-child {
        display: block;
        border-radius: 0px 0px 20px 20px;
    }

    .broadband-tab .owl-nav .owl-prev,
    .broadband-tab .owl-nav .owl-next {
        width: 30px;
        height: 30px;
    }

    .broadband-tab .owl-nav .owl-prev:after,
    .broadband-tab .owl-nav .owl-next:after {
        width: 50%;
    }

    .broadband-tab .owl-nav .owl-prev {
        left: 0;
    }

    .broadband-tab .owl-nav .owl-next {
        right: 0;
    }

    .broadband-tab .broadband-right .card-item a {
        padding: 8px 50px 8px 10px;
    }

    .broadband-tab .owl-nav .owl-prev.disabled {
        opacity: 0.5;
    }

    /* mobile-filter */
    .mobile-filter {
        width: 100%;
    }

    .mobile-filter .filter-btn-mobile {
        width: 100%;
    }

    .mobile-filter .filter-btn-mobile .filter-by h2{
        border: 1px solid #EDEDED;
        border-radius: 8px;
        margin: 0 15px 30px 0;
        display: block;
        padding: 12px 30px 12px 12px;
        width: 110px;
        float: right;
        background: #fff url(../images/arrow-down.svg) center right 10px no-repeat;
        background-size: 14px;
        font-weight: 600;
        font-size: 15px;
        font-weight: 400;
    }

    .open-mobile-filter {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        bottom: -100%;
        padding: 0;
    }

    .open-mobile-filter.open {
        bottom: 0;
    }

    .open-mobile-filter .filter-title {
        background: #fff;
        padding: 25px 20px 45px 20px;
        position: relative;
    }

    .open-mobile-filter .filter-title h2 {
        margin: 0;
    }

    .open-mobile-filter .filter-title .hide-popup {
        top: 25px;
    }

    .open-mobile-filter .filter-tab:before {
        content: "";
        background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
        opacity: 0.4;
        position: absolute;
        top: -20px;
        width: 100%;
        height: 20px;
        left: 0;
        right: 0;
    }

    .open-mobile-filter .filter-tab {
        /* margin-top: 20px; */
        display: flex;
        height: 70%;
        position: relative;
    }

    .open-mobile-filter .filter-tab:after {
        content: "";
        background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
        opacity: 0.4;
        position: absolute;
        bottom: -20px;
        width: 100%;
        height: 20px;
        left: 0;
        right: 0;
    }

    .open-mobile-filter .filter-tab .left-tab ul li a {
        padding: 15px 15px;
        display: block;
    }

    .open-mobile-filter .filter-tab .left-tab {
        width: 40%;
    }

    .open-mobile-filter .filter-tab .right-tab {
        width: 60%;
        background: #fff;
    }

    .open-mobile-filter .filter-tab .left-tab ul li a.active {
        background: #fff;
    }

    .open-mobile-filter .btn-solid,
    .open-mobile-filter .btn-outline {
        padding: 15px;
        width: 100%;
        margin: 20px 0;
    }

    .open-mobile-filter .btn-outline {
        border: 1px solid #A3A3A3;
        border-radius: 3px;
        background: #fff;
    }

    .open-mobile-filter .btn-solid {
        border: 1px solid #EEA845;
        border-radius: 3px;
        background: #EEA845;
        color: #fff;
    }

    .open-mobile-filter .mobile-filter-check {
        padding: 15px;
        border-bottom: 1px solid #E9E9E9;
    }

    .open-mobile-filter .mobile-filter-check .input_container .checkbox .checkbox-group label {
        display: block;
        padding-left: 0;
    }

    .open-mobile-filter .mobile-filter-check .input_container .checkbox .checkbox-group label:before {
        right: 0;
        left: unset;
        /* background: #001C52; */
    }

    .open-mobile-filter .mobile-filter-check .input_container .checkbox .checkbox-group input:checked+label:after {
        right: 7px;
        left: unset;
        border-color: #001C52;
        /* background: #001C52; */
    }


    .ttbsportal iframe{
        height: 800px;
    }

    .industry .banner-text{
        bottom: 80px;
    }
    .experience-zone-div{
        left: 15px;
        right: 15px;
        margin: auto;
        bottom: -100px;
        /* width: 100%; */
    }
    .experience-zone-div .item {
        width: 100%;
        max-width:unset;
        margin: 0;
        padding: 10px;
        margin-bottom: 20px;
    }
    .experience-zone-div .item a{
        display: flex;
        align-items: center;
    }
    .experience-zone-div .item .img {
        width: 45%;
        /* height: 120px; */
    }
    /* .experience-zone-div .item .img img{
        width: 100%;
        position: absolute;
        object-fit: cover;
        height:120px;
        bottom: 0;
        top: 0;
        margin: auto;
    } */
    .experience-zone-div .item .caption {
        width: 65%;
        padding-left: 20px;
    }
    .experience-zone-div .item .caption p {
        margin:0;
    }
    .price-slider .price-item a,a.enquire {
        width:80%;
    }
    .podcastpagelist .knowledge-items figure img{
        position: relative;
        height:auto;
        /* object-fit: contain; */
    }
    /* .knowledge-items a:hover .zoom-effect img{
        transform: none;
    -moz-transform: none;
    -o-transform: none;
    } */

    .investor-updates{
        position: relative;
    }

    .add{
        padding-left: 0px;
      }

    .press-release  .investor-updates .investor-box .btn-div{
    margin-top: 30px;
}

}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg:rgba(0, 0, 0, 0) !important;
    --bs-breadcrumb-border-radius:0px ;
    --bs-breadcrumb-divider-color: rgba(33, 37, 41, 0.75);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: rgba(33, 37, 41, 0.75);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 17px;
    list-style: none;
    background-color: transparent;
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumb-item span{
    text-decoration: underline !important;
}

.breadcrumb-item:last-child.active span {
    text-decoration: none !important;
    color: #df7f52;
}

.breadcrumb a {
    display: inline;
}

.list-inline-point{
    font-size: 15px;
    font-weight: normal !important;
    color: #252525;
}

@media (max-width: 567px) {
    .breadcrumb {
        font-size: 12px;
    }
}




@media only screen and (max-width:320px) {
    .inner-banner .banner-text, .inner-banner .left .banner-text {
        width: 90%;
    }

    .got-questions .request-a-call,
    .request-a-call {
        margin: 15px 0;
    }

    .plans-slider .slick-list {
        padding-right: 50px;
    }

    .filter-dropdown {
        max-width: 300px;
        width: 300px;
    }

    .box-copy {
        height: 550px;
    }

    .solution-slider-mobile.slick-slider .slick-list {
        padding: 0 80px !important;
    }

    .contact-us.custom-tab .nav-tabs .nav-link {
        font-size: 13px;
        line-height: 17px;
        padding: 15px 7px;
    }
}

    #form2 {
        display: none;
    }

    .kh_btnUpdateskip {
        display: none;
    }