.telcast-input {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8492a6;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e6ed;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 1px 1px rgb(31 45 61 / 8%);
    box-shadow: inset 0 1px 1px rgb(31 45 61 / 8%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media(min-width: 768px) {
    .sec-number {
        padding-left: 74px;
    }
}

.home.icon,
.subservice.h6 {
    vertical-align: middle;
}

/*.home.icon img{
    width:42px;
    height:auto;
}*/

body {
    line-height: 1.4
}

#sct-page-examples .card {
    min-height: 350px;
}

.h3,
h3 {
    font-size: 36px;
    font-weight: 600 !important;
}

.navbar-top {
    padding: 0;
}

.navbar-top .navbar-nav .nav-link {
    padding: 8px 10px;
}

/*
.footer-rotate{
	    margin-top: -7rem;
}

       .subservice:before {
            content: '';
            background: red;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            z-index: 0;
            right: 100%;
            transition: .3s linear;
        }

        .subservice {
            position: relative;
            overflow: hidden;
        }

        .subservice > div, .subservice > span {
            z-index: 1;
        }

        .subservice:hover:before {
            right: 0;
        }



*/

.icon i,
.icon svg {
    height: 100%;
}

a.subservice {
    border-radius: 3px;
    padding: 5px 10px !important;
    border: 1px solid #fafbfe;
}

a.subservice:hover {
    background-color: #e6e7ec;
    box-shadow: 0 0 10px #0000002b;
    border-color: #dedede;
}

a.subservice:hover .icon {
    background-color: #fff;
}

a.subservice:hover .h6 {
    /*color:#fff;*/
}

a.subservice,
a.subservice .h6,
a.subservice .icon {
    transition: .2s linear;
}

.abt-custom .shape-container svg {
    fill: #306eff;
}

.abt-custom .shape-container {
    top: 0px;
}

.lead {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 0px;
}

h1.display-7 {
    margin-bottom: 15px;
}

/*span.separator {
    border: 0;
    height: 2px;
    width: 60px;
    background: #13135d;
    display: inline-block;
    margin-bottom: .5rem;
}

h3 {
    margin-bottom: 0px;
}*/

.btn {
    /*     padding: .30rem 1.55rem .55rem; */
    padding: .55rem 1.55rem;
}

.pricing .card {
    transition: .3s linear;
    margin: 0 5px;
}

.pricing .card:hover {
    transform: scale(1.1, 1.1);
    z-index: 1;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .05);
}

.pricing .card .card-body {
    padding: 12px;
}

.icon-floating .heading .content {
    opacity: 0;
}

.icon-floating .heading:hover .content {
    opacity: 1;
}

.did-offerings {
    font-size: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.offeringlist {
    list-style: none;
    margin: 0;
    padding: 0 30px 0 0;
    position: relative;
}

/*.offeringlist:before {
    border-left: 2px dotted #c4c6f7;
    content: '';
    display: block;
    height: calc(100% - 20px);
    left: 12px;
    position: absolute;
    top: 10px;
    width: 1px;
}*/

.offeringlist>li {
    margin-bottom: 15px;
    padding: 2px 0 0px 38px;
    position: relative;
}

.pricing-table {
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}

.pricing-table-header-empty {
    width: 20%;
}

th.pricing-table-header {
    background-color: transparent;
}

tr.pricing-table-header {
    background-image: linear-gradient(50deg, rgb(18, 18, 19), rgb(20, 20, 140));
}

.pricing-table-header {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 26px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: none;
    width: 17%;
}

.pricing-table-cell {
    border-bottom: none;
    border-left: none;
    border-top: none;
}

.pricing-table-cell:first-child {
    padding-left: 30px;
    text-align: left;
}

.pricing-table-row:nth-child(2) .pricing-table-cell {
    padding-top: 30px;
}

.pricing-table-title,
.pricing-table-subtitle {
    text-align: left;
    display: block;
}

/*.pricing-table:after {
    background: #e1faf9;
    border-radius: 20px;
    border-top: 72px solid #00bef0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    content: '';
    display: block;
    height: calc(100% - 42px);
    position: absolute;
    right: -15px;
    top: -15px;
    width: calc(18% + 30px);
}
*/

.pricing-tablecell {
    padding: 10px 35px;
    border-right: 1px solid #ece9e9;
}

.pricing-tablecell:last-child {
    border-right: none;
}

tr.pricing-table-row {
    border-bottom: 1px solid #ece9e9;
}

tr.pricing-table-row:last-child {
    border-bottom: none;
}

.tollfree-sec4 .spotlight-holder {
    height: 625px !important;
}

img {
    max-width: 100%;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.footer-rotate:before {
    background: url('https://telcastnetworks.com/staging/wp-content/uploads/2019/07/vectorpaintwhite.png') no-repeat scroll 50%/100% 100% border-box;
}

.offeringlist li:before {
    border-left: 2px dotted #c4c6f7;
    content: '';
    display: block;
    height: 156%;
    left: 25px;
    position: absolute;
    top: 13px;
    width: 1px;
    transform: skewX(30deg);
}

.offeringlist>li .bgimg {
    background-image: url(https://telcastnetworks.com/staging/wp-content/uploads/2019/07/check-mark3.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.offeringlist li:nth-child(2n+1):before {
    transform: skewX(-30deg);
    left: -8px;
}

.offeringlist li:nth-child(2n+1) {
    margin-left: 35px;
}

.offeringlist>li:last-child:before {
    display: none;
}

/*NEW MENY STYLES*/

/* -------WIDE*/

/* -------WIDE*/

.navbar-expand-lg .dropdown-menu .list-group>li:hover .list-group-item {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
}

.navbar-expand-lg .dropdown-menu .list-group>li:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    background-color: #fafbfe;
    -webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08);
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08);
    border-radius: .375rem;
    z-index: 1;
}

.navbar-expand-lg .dropdown-menu .list-group>li:hover .list-group-item {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
}

/*.dropdown.dropdown-animate.dropdown-submenu {
    border: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 50%;
}

.dropdown.dropdown-submenu {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    margin-bottom: -1px;
    background-color: #fff;
}
*/

.dropdown-submenu ul {
    line-height: 0px;
    padding-top: 10px;
    margin-left: -12px;
}

.dropdown-submenu ul>li {
    /*     display: inline-block; */
    display: block;
    width: 100%;
    margin-top: 8px;
    list-style-type: none;
    line-height: 0px;
    padding: 0 0 0 10px;
    position: relative;
}

.dropdown-submenu ul>li .dropdown-item {
    font-size: 14px !important;
    padding: 0 0 0 10px;
    font-weight: 600;
}

.dropdown-submenu ul>li:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    left: 4px;
    background: #131359;
    transition: .3s all;
    opacity: 0;
    border-radius: 2px;
}

.dropdown-submenu ul>li:hover:before {
    opacity: 0.8;
}

.dropdown-submenu ul {
    margin-left: -12px;
}

.dropdown-submenu ul>li:hover .dropdown-item {
    color: #131359 !important;
}

.dropdown-submenu ul {
    padding: 0px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.dropdown-submenu {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 30px 25px;
    /*     max-height: 116px; */
}

/*
------------------------------------------------ MENU ITEM EXPAND HORIZONTAL START

.dropdown-submenu {
    width: 50%;
}

.list-group {
    flex-flow: row wrap;
    width: 750px;
}
------------------------------------------------ MENU ITEM EXPAND HORIZONTAL 
*/

.navbar .dropdown-menu .list-group>li .list-group-item {
    padding: 0 !important;
}

.navbar.fixed.navbar-dark:before {
    opacity: 1;
}

.header.fixed.navbar-dark:before {
    opacity: 1;
}

.header.fixed:before {
    background-color: #f4f6f8;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.45) !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    content: '';
    z-index: 0;
}

.navbar.fixed:before {
    background-color: #f4f6f8;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.45) !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    content: '';
    z-index: 0;
}

.navbar .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

/*NEW MENY STYLES*/

.dropdown-menu-arrow:before {
    box-shadow: none;
}

.bg-gradient-primary {
    background: linear-gradient(50deg, #8B9EB7, #8B9EB7) !important;
}

.bg-primary {
    background-color: #8c8414 !important;
}

.text-primary {
    color: #14148c !important;
}

.btn-primary {
    background-color: #ca0909;
    border-color: #14148c;
}

/*
.icon img{
    width: 75px;
    height: 75px;
}*/

.icon {
    width: 20%;
    /* style added by ATS */
    margin-left: auto;
    margin-right: auto;
    /* style added by ATS */
}

.icon img {
    width: 100%;
    height: auto;
}

.icon+.icon-text {
    width: 100%;
}

.navbar .navbar-toggler {
    color: hsla(0, 0%, 100%, .85);
    border-color: transparent;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.header-collapse-show .navbar:before {
    opacity: 1;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

table.pricing-table-new tr td {
    padding: 18px 0;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    transition: .3s linear all;
}

/*table.pricing-table-new tr td:first-child {
    text-align: left;
    width: 25%;
}*/

table.pricing-table-new tr td:last-child {
    border-right: 0;
}

table.pricing-table-new tr:first-child th {
    padding-bottom: 18px;
}

table.pricing-table-new tr:last-child td {
    border-bottom: 0;
    border-right: 0;
}

table.pricing-table-new tr:nth-last-child(2) td {
    border-bottom: 0;
}

table.pricing-table-new td,
table.pricing-table-new th {
    position: relative;
}

table.pricing-table-new {
    overflow: hidden;
}

/*table.pricing-table-new td:nth-child(n+1):hover::after,
table.pricing-table-new th:nth-child(n+1):hover::after {
  content: "";
  position: absolute;
  background-color: #ffa;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}
*/

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control-wrap select {
    display: block;
    width: 100%;
    padding: .75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8492a6;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e6ed;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(31, 45, 61, .075);
    box-shadow: inset 0 1px 1px rgba(31, 45, 61, .075);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control-wrap select {
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .375rem;
}

.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
    color: #8492a6;
    background-color: #fff;
    border-color: rgba(48, 110, 255, .5);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(31, 45, 61, .075), 0 0 20px rgba(48, 110, 255, .1);
    box-shadow: inset 0 1px 1px rgba(31, 45, 61, .075), 0 0 20px rgba(48, 110, 255, .1);
}

.wpcf7-checkbox .wpcf7-list-item {
    position: relative;
}

span.wpcf7-list-item-label {
    border: 1px solid #a09999;
    color: #a09999;
    border-radius: 5px;
    padding: 0 5px;
    transition: .2s linear all;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-appearance: none;
}

.wpcf7-checkbox input[type=checkbox]:checked+.wpcf7-list-item-label {
    color: #fff;
    border-color: #00b390;
    background-color: #00b390;
    font-weight: 600;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:focus {
    outline: none;
}

@media only screen and (min-width: 991.98px) {
    .dropdown-toggle:after {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #navbar-main-collapse {
        display: inline-block !important;
        flex-basis: inherit !important;
        flex-grow: 0;
    }
    .offeringlist>li {
        margin-bottom: 5px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
    .did-offerings>li {
        float: left;
        margin-top: 45px;
        width: 50%;
    }
    .offeringlist>li {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse.collapsing-out {
        display: none;
    }
    #service-menu-item {
        -webkit-animation: show-navbar-collapse .2s ease forwards;
        animation: show-navbar-collapse .2s ease forwards;
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
        z-index: 1050;
        height: auto !important;
        opacity: 0;
    }
    .header-collapse-show #service-menu-item {
        display: inline-block;
    }
    .navbar,
    .navbar>.container,
    .navbar>.container-fluid {
        justify-content: space-between !important;
    }
    .lead {
        font-size: 17px;
        line-height: 25px;
    }
    .slice-lg {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .h3,
    h3 {
        font-size: 32px;
    }
    .h5,
    h5 {
        font-size: 22px;
    }
    .card-body {
        padding: 1rem;
    }
    .icon img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
    /*    .home.icon img{
            width: 27px;
    }*/
    .home.icon.mr-3 {
        margin-right: 2px !important;
    }
    a.subservice {
        padding: 4px 0 4px 6px !important;
    }
}

/* style by ATS */

.footer-dark .heading {
    min-width: 112px;
}

@media(max-width: 767px) {
    header.fixed {
        position: relative;
        background: linear-gradient(50deg, #13135c, #1a1a90) !important;
    }
    .pricing-container {
        width: 100%;
        overflow-x: scroll;
    }
    .footer-dark .heading {
        min-width: 112px;
        margin-right: 10px !important;
    }
    .contact-info h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .footer-rotate {
        margin-top: -25rem;
    }
}

/* style by ATS */