@charset "utf-8";

.stuffer-topbar:visited {
  color: #ffffff;
}@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap');
@import url("font-awesome.min.css");
@font-face {
    font-family: 'Lato-Regular';
    src: url('https://sttelcom.com/frontend/fonts/Lato-Regular.eot');
    src: url('https://sttelcom.com/frontend/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Regular.woff') format('woff'),
        url('https://sttelcom.com/frontend/fonts/Lato-Regular.ttf') format('truetype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Regular.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('https://sttelcom.com/frontend/fonts/Lato-Light.eot');
    src: url('https://sttelcom.com/frontend/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Light.woff') format('woff'),
        url('https://sttelcom.com/frontend/fonts/Lato-Light.ttf') format('truetype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Light.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Medium';
    src: url('https://sttelcom.com/frontend/fonts/Lato-Medium.eot');
    src: url('https://sttelcom.com/frontend/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Medium.woff') format('woff'),
        url('https://sttelcom.com/frontend/fonts/Lato-Medium.ttf') format('truetype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Medium.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Italic';
    src: url('https://sttelcom.com/frontend/fonts/Lato-Italic.eot');
    src: url('https://sttelcom.com/frontend/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Italic.woff') format('woff'),
        url('https://sttelcom.com/frontend/fonts/Lato-Italic.ttf') format('truetype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Italic.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-bold';
    src: url('https://sttelcom.com/frontend/fonts/Lato-Bold.eot');
    src: url('https://sttelcom.com/frontend/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Bold.woff') format('woff'),
        url('https://sttelcom.com/frontend/fonts/Lato-Bold.ttf') format('truetype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Bold.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Semibold';
    src: url('https://sttelcom.com/frontend/fonts/Lato-Semibold.eot');
    src: url('https://sttelcom.com/frontend/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Semibold.woff') format('woff'),
        url('https://sttelcom.com/frontend/fonts/Lato-Semibold.ttf') format('truetype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Semibold.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Black';
    src: url('https://sttelcom.com/frontend/fonts/Lato-Black.eot');
    src: url('https://sttelcom.com/frontend/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Black.woff') format('woff'),
        url('https://sttelcom.com/frontend/fonts/Lato-Black.ttf') format('truetype'),
        url('https://sttelcom.com/frontend/fonts/Lato-Black.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

a{
    text-decoration:none !important;
}
ul{
    padding:0;
    margin:0;
}
li{
    list-style-type: none;
}
p{
    font-family: 'Lato-Regular';
}
input[type="text"],input[type="text"]:focus,input[type="text"]:active
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
}
.white-bg{
    background: #ffffff;
}
.grey-bg{
    background:#ededee;
}
.row-2{
    margin-left: -15px;
    margin-right: -15px;
}
.banner{
    background: url("https://sttelcom.com/frontend/images/banner-img.jpg") no-repeat top center;
    background-size: cover;
    height:588px;
    padding-top:50px;
}
.banner h2{
    font-family: 'Lato-Black';
    font-size: 40px; /*49px */
    color:#51534a;
    text-transform: uppercase;
}
.banner p{
    font-family: 'Lato-Semibold';
    font-size:25px;
    color:#28233d;
    line-height: 30px;
    margin-top:30px;
}
.green_btn{
    background-color:#5eb046;
}
.grey_btn{
    background-color:#989898;
}
.grey_btn_2{
    background-color:#cacacb;
}
.right_arrow_btn{
    background-image: url("https://sttelcom.com/frontend/images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 28px !important;
}
.left_arrow_btn{
    background-image: url("https://sttelcom.com/frontend/images/left-arrow.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-right: 28px !important;
}
.tick_btn{
    background-image: url("https://sttelcom.com/frontend/images/button-tick.png");
}
.edit_btn{
    background-image: url("https://sttelcom.com/frontend/images/button-edit.png");
}
.btn_text{
    font-family: 'Lato-Semibold';
    font-size:20px;
    color:#ffffff;
    line-height:22px;
}
.btn-default{
    width:180px;
    padding: 14px 0 12px;
    display:inline-block;
    border-radius:25px;
    border:none;
}
.btn_text:hover{
    color:#fff;
    text-decoration: none;
}
.right-internet{
    padding:50px 0;
}
.right-internet h4{
    font-family: 'Lato-Black';
    font-size: 29px;
    color:#51534a;
    margin-bottom: 30px;
}
.technologies{
    padding:80px 0 80px 0;
}
.tech-circles{
    position:relative;
    margin-bottom:20px;
}
.tech-circles span{
    display:inline-block;
    font-family: 'Lato-Bold';
    font-size: 29px;
    color:#ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.add-shadow{
    filter: drop-shadow(2px 4px 7px #999);
}
.home-wifi{
    position: relative;
    padding-bottom:50px;
}
.home-wifi img{
    width:40%;
    position:absolute;
    left:0;
}
.home-wifi h3{
    font-family: 'Lato-Black';
    font-size: 39px;
    color:#51534a;
    padding-top:60px;
}
.home-wifi p{
    font-family: 'Lato-Semibold';
    font-size:17px;
    color:#969696;
    line-height: 32px;
    margin:20px 0 60px 0;
}
.home-wifi .text-content{
    width:50%;
    margin-left: 40%;
}
.select-plan{
    background: url("https://sttelcom.com/frontend/images/select-plan-bg.png") no-repeat bottom center;
    background-size:cover;
    padding:150px 0 180px 0;
}
.select-plan h3{
    font-family: 'Lato-Black';
    font-size: 39px;
    color:#51534a;
    text-align: center;
}
.select-plan h4{
    font-family: 'Lato-Light';
    font-size: 32px;
    color:#26272d;
    min-height: 80px;
    margin-bottom: 10px;
}
.select-plan h5{
    font-family: 'Lato-Regular';
    font-size: 20px;
    color:#8c8f94;
    margin-bottom:55px;
}
.plan_money_span{
    width: 145px;
    padding: 4px 0;
    font-family: 'Lato-bold';
    font-size: 16px;
    color: #26272d;
    display: inline-block;
    border-radius: 20px;
    /*line-height: 22px;*/
    border: 1px solid #c5c6c6;
    text-align: center;
    margin-bottom:45px;
    text-transform: uppercase;
}
.select-plan li ul li{
    background: url("https://sttelcom.com/frontend/images/tick.png") no-repeat top 6px left;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color:#26292c;
    margin-bottom: 15px;
    padding: 0;
    height: auto;
    width:auto;
    padding:0;
    padding-left:24px;
    text-align: left;
}
.plan-pack{
    padding:55px 0 20px 0;
    overflow: hidden;
    text-align: center;
}
.plan-pack li{
    padding:45px 50px 45px 50px;
    background:#ededed;
    min-height:550px;
    width: 325px;
    float: left;
    margin-right: 7px;
    position: relative;
}

.blue_bordered_btn{
    border:1px solid #127db1;
}
.start_btn{
    width: 200px;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color:#127db1;
    padding:8px 0;
    position: absolute;
    bottom:45px;
    left: 0;
    right: 0;
    margin: auto;
}
.start_btn:hover{
    color:#127db1;
}
.plan_style{
    background:#ffffff !important;
    box-shadow: 2px 8px 15px #999;
    z-index: 9999;
}
.plan_style .start_btn{
    background:#127db1;
    color:#ffffff;
}
footer{
    background:#ffffff;
}
.footer-top{
    padding: 90px 0;
}
.footer-top p{
    font-family: 'Lato-Semibold';
    font-size:15px;
    color:#52544a;
    line-height: 18px;
    margin:35px 0 50px 0;
}
.social-icons li, .social-icons a{
    display:inline-block;
}
.social-icons li{
    margin-right: 25px;
    margin-bottom:10px;
}
.twitter-icn a{
    background: url("https://sttelcom.com/frontend/images/twitter-icn.png") no-repeat top center;
    width:17px;
    height:14px;
}
.fb-icn a{
    background: url("https://sttelcom.com/frontend/images/fb-icn.png") no-repeat top center;
    width:9px;
    height:18px;
}
.google-icn a{
    background: url("https://sttelcom.com/frontend/images/google-icn.png") no-repeat top center;
    width:24px;
    height:15px;
}
.tumblr-icn a{
    background: url("https://sttelcom.com/frontend/images/tumblr-icn.png") no-repeat top center;
    width:10px;
    height:16px;
}
.pinterest-icn a{
    background: url("https://sttelcom.com/frontend/images/pinterest-icn.png") no-repeat top center;
    width:14px;
    height:17px;
}
.linked-icn a{
    background: url("https://sttelcom.com/frontend/images/linked-icn.png") no-repeat top center;
    width:16px;
    height:15px;
}
.footer-top h4{
    font-family: 'Lato-bold';
    font-size: 12px;
    color: #26272d;
    margin-bottom:18px;
}
.footer-menus li{
    margin-bottom:15px;
}
.footer-menus li a{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #8c8f94;
}
.footer-left{
    float:left;
}
.footer-right{
    float:right;
}
.footer-bottom p{
    font-family: 'Lato-bold';
    font-size: 9px;
    color: #26272d;
    text-align: center;
    border-top:1px solid #f4f4f4;
    padding:22px 0;
    text-transform: uppercase;
    margin:0;
}
.support_txt{
    width: 294px;
    font-family: "Lato-Regular";
    font-size: 16px;
    background-image: url("https://sttelcom.com/frontend/images/support_icn.png");
    background-repeat: no-repeat;
    background-position: left 30px center;
    padding-left: 74px !important;
    padding: 11px 0 9px;
    margin:0;
}
.support_txt span{
    font-family: 'Lato-bold';
}
.header-top{
    padding:25px 0;
}
.header-bottom{
    background:#ffffff;
    padding:0;
}
.header-bottom li a{
    display: inline-block;
    padding:5px 14px;
}
.header-bottom li.active{
    background:#5eb046;
    border-radius: 30px;
}
.header-bottom li.active a{
    color:#ffffff;
}
.header-bottom li a{
    font-family: "Lato-Regular";
    font-size: 16px;
    color:#26272d;
}
.header-logo{
    padding:0;
    margin:0;
}
.header-top .navbar{
    padding:0;
}
.header-top .navbar-nav{
    margin-left: auto;
    margin-right:10px;
}
.navbar-dark .navbar-nav .nav-link{
    font-family: "Lato-Regular";
    font-size: 16px;
    color:#26272d;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color:#5eb046;
    text-decoration: underline !important;
}
.navbar-dark .navbar-nav .nav-link:focus{
    color:#5eb046;
    text-decoration: underline !important;
    outline: none;
}
.navbar-dark .navbar-nav .nav-item{
    margin-right: 18px;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(94,176,70, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
    color: #5eb046;
    border-color: #5eb046;
}
/*login page*/
#login-wrap{
    overflow: hidden;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.center-wrapper{
    display: table-cell;
    vertical-align: middle;
}
.login-container{
    width:830px;
    margin:0 auto;
    position: relative;
    z-index: 1;
    top: -60px;
}
.login-top{
    overflow: hidden;
}
.login-top .support_txt{
    margin-top:8px;
}
.login-bottom{
    padding:60px 0 30px 0;
    margin-top:30px;
    box-shadow: 2px 8px 15px #999;
}
.login-bottom h3{
    font-family: 'Lato-Black';
    font-size: 31px;
    color:#51534a;
    margin-bottom:45px;
}

.login-bottom ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.login-bottom ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.login-bottom :-ms-input-placeholder { /* IE 10+ */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.login-bottom :-moz-placeholder { /* Firefox 18- */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.login-bottom form input{
    border: 1px solid #e1e1e1;
    padding:14px 0 14px 24px;
}
.login-form{
    width:445px;
    margin:0 auto;
}
.login-bottom .sign_in{
    margin-top:15px;
}
.footer-fixed{
    position: fixed;
    width: 100%;
    bottom: 0;
}
.login-bg{
    position: absolute;
    z-index: 1;
    left: -200px;
    top: -140px;
    width: 80%;
}
.center-wrapper{
    background: url("https://sttelcom.com/frontend/images/login-bg.png");
    background-repeat:no-repeat;
    background-position: left center;
}

/*contact page*/
.contact-container{
    padding:45px 0 200px 0;
}
.sidebar-menus li{
    margin-bottom:20px;
}
.sidebar-menus li a{
    font-family: "Lato-Regular";
    font-size: 20px;
    color:#26272d;
}
.sidebar-menus li a.active{
    font-family: 'Lato-Medium';
    color:#eb582b;
    background: url(https://sttelcom.com/frontend/images/side-menu-arrow.png) no-repeat;
    padding-left: 38px;
    padding-top: 5px;
    padding-bottom: 8px;
}

.contact-info{
    width:550px;
    margin:0 auto;
}
.contact-box{
    overflow:hidden;
    padding:70px 0;
    box-shadow: 7px 12px 14px 4px #ccc;

}
.contact-box h3{
    font-family: 'Lato-Black';
    font-size: 25px;
    color:#eb582b;
    margin-bottom: 28px;
}
.contact-box .form-col{
    width:46%;
    float:left;
}
.form-container label{
    font-family: "Lato-Regular";
    font-size: 16px;
    color:#26272d;
    display:block;
}
.form-container input{
    background: #ededee;
    border: 1px solid #c5c5c5;
    border-radius: 25px;
    padding: 7px 5%;
    width:100%;
}
.contact-box li{
    margin-bottom: 14px;
}
.Next{
    padding-top:44px;
}

/*service address*/
.h-top{
    margin-top: 30px;
}
.custom-control{
    padding: 5px 0 4px 37px;
    font-family: "Lato-Regular";
    font-size: 16px;
    color: #26272d;
    margin-bottom: 3px;
}
.custom-control-label::before{
    background: url(https://sttelcom.com/frontend/images/radio-unchecked.png) no-repeat;
    width: 25px;
    height: 25px;
}
.custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::before{
    background: url(https://sttelcom.com/frontend/images/radio-checked.png) no-repeat;
    width: 25px;
    height: 25px;
}
.custom-control-label::after{
    width: 25px;
    height: 25px;
    cursor:pointer;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-image:none;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none !important;
}
.button-grp li{
    display:inline-block;
}
.button-grp li:nth-child(1){
    margin-right:10px;
}
.billing-address{
    margin-bottom: 15px;
}
.button-grp{
    padding-top:44px;
}

/*services*/
.services{
    width:590px;
    margin:0 auto;
}
.services-top{
    padding-bottom:30px;
}
.services li{
    margin-bottom: 28px;
}
.service-box-container{
    width:360px;
}
.service-boxes{
    border:1px solid #e1e1e1;
    padding:18px 20px 28px;
    border-radius:5px;
    position:relative;
    width:515px;
}
.service-boxes h4{
    font-family: 'Lato-Black';
    font-size: 25px;
    color:#51534a;
}
.service-boxes p{
    font-family: "Lato-Regular";
    font-size: 15px;
    color: #51534a;
    margin:0;
}
.more_btn{
    font-size: 15px;
    color: #51534a;
    width: 128px;
    padding: 6px 0 4px;
    padding-left: 20px !important;
    border: 1px solid #51534a;
    background-image: url(https://sttelcom.com/frontend/images/right-arrow-grey.png);
    background-position: right 9px center;
}
.more_btn:hover{
    color: #51534a;
}
.service-boxes .tech-circles{
    position: absolute;
    top: -5px;
    left: 440px;
}
.service-boxes .tech-circles span{
    font-size:20px;
}
.services-hr hr{
    margin:0 60px 15px;
    border-top:2px solid #ededee;
}
.total-txt h3{
    font-family: 'Lato-Semibold';
    font-size:30px;
    color:#949494;
    margin:8px 0 0 0;
}
.total-txt h3 span{
    color:#26272d;
}
.show_mobile{
    display:none;
}

/*installation*/
.installation{
    width:500px;
    margin:auto;
}
.service-duration{
    width:310px;
    font-family: "Lato-Regular";
    font-size: 15px;
    color: #26272d;
    margin-top:30px;
}
.service-duration th{
    padding-left:10px;
    font-weight: normal;
}
.duration-left{
    background: #f0f0f0;
    border-radius: 15px;
    padding: 13px 0 15px 15px;
    margin-right: 20px;
    /*    margin-bottom:5px;*/
}
.duration-right{
    background: #f0f0f0;
    border-radius: 15px;
    text-align: center;
    padding: 13px 0 15px 0;
    /*margin-top:-10px;*/
}
.service-duration span{
    margin:0;
    font-family: "Lato-Regular";
    font-size: 15px;
    color: #26272d;
}
.service-duration img{
    margin-right:15px;
}
.service-duration .duration-left span
{
    position: relative;
    top: 2px;
}

.service-duration .duration-right span{
    position:relative;
    top:3px;
    min-width: 34px;
    display: inline-block;
    text-align: left;
}
.service-duration tr:nth-child(3) td:nth-child(1) span{
    margin-top:5px;
    display: inline-block;
}
.installation-block{
    margin-bottom:50px;
    float: left;
    width: 100%;
}
.installation-block h5{
    font-family: "Lato-Regular";
    font-size: 15px;
    color: #26272d;
}
.chosen-container-single .chosen-single div b{
    background: url(https://sttelcom.com/frontend/images/select-arrow.png) no-repeat 0 13px;
}
.chosen-container{
    /* Changes done on 20 Nov*/
    width:100% !important;
}
.chosen-container-single .chosen-single{
    background: #ededee;
    border: 1px solid #c5c5c5;
    box-shadow: none;
    padding: 8px 0 10px 0;
    height: 38px;
    font-family: "Lato-Regular";
    font-size: 15px;
    color: #26272d;
    padding-left: 25px;
    border-radius: 25px;
}
.chosen-container-single .chosen-single div{
    width:30px;
}
.form-container textarea{
    background: #ededee;
    border: 1px solid #c5c5c5;
    border-radius: 20px;
    padding: 7px 5%;
}
.install-input-width{
    width: 400px;
}
.installation-block .form-container input{
    width:400px;
}
#add{
    border: none;
    background: none;
    position: relative;
    top: -8px;
    /*    left:15px;*/
    outline:none;
}
#add-close{
    border: none;
    background: none;
    position: relative;
    top: -8px;
    /*    left:15px;*/
    outline:none;
    cursor: pointer;
}

/*payment*/
.payment{
    width:400px;
    margin:0 auto;
}
.date-picker .gj-icon{
    background-image: url(https://sttelcom.com/frontend/images/date-icn.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
}
.date-picker button{
    background: #ededee;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #c5c5c5;
}
.gj-datepicker-bootstrap [role=right-icon] button:hover{
    background: #ededee;
    border: 1px solid #c5c5c5;
}
.form-control:focus{
    background: #ededee;
    border: 1px solid #c5c5c5;
}
.date-picker .form-control:focus{
    border-right: none;
}

/*review page*/
.review{
    padding:0 75px;
}
.review-box{
    border:4px solid #e1e1e1;
    padding:18px 15px 25px 30px;
    overflow: hidden;
    margin-bottom:60px;
}
.review-header{
    margin-bottom: 25px;
    overflow: hidden;
}
.review-header h4{
    font-family: "Lato-Regular";
    font-size: 18px;
    color: #127db1;
    margin:13px 0;
}
.review-blk ul{
    margin-bottom: 40px;
}
.review-blk li{
    margin:0;
}
.review-blk p{
    font-family: "Lato-Medium";
    font-size: 14px;
    color:#26272d;
    margin:0;
    display:flex;
}
.review-blk p span{
    color: #989898;
    display:inline-block;
    text-align: right;
    margin-right:20px;
}
.review-blk-left{
    float:left;
    width:50%;
}
.review-blk-right{
    float:right;
    width:50%;
}
.installation-review .review-blk-left ul{
    margin-bottom:0;
}
.contact-review .review-blk-left p span{
    min-width: 90px;
}
.contact-review .review-blk-right p span, .services-review .review-blk p span{
    min-width: 108px;
}
.services-review .review-blk p span
{
    width: 150px;
}
.installation-review .review-blk-left p span{
    width:100px;
}
.installation-review .review-blk-right p span{
    min-width:42px;
}
.payment-review .review-blk-left p span{
    min-width: 135px;
}
.payment-review .review-blk-right p span{
    min-width: 105px;
}

/*blog page*/
.blog-banner{
    background: #d1d1d1;
    padding-top:85px;
    height:440px;
}
.blog-banner p{
    margin:30px 0;
    font-size: 16px;
    line-height: 22px;
}
.blog-banner-img-sec{
    position: relative;
    padding-left:0;
}
.blog-banner img{
    position:absolute;
    box-shadow: 0px 3px 20px #999;
}
.blog-section{
    padding-top:130px;
}
.blog-posts{
    padding:100px 0;
    border-bottom:1px solid #d1d1d1;
}
.blog-post{
    display: table;
}
.blog-post-img-sec, .blog-post-text-sec{
    display:table-cell;
    vertical-align: middle;
}
.blog_btn{
    width: 46px;
    padding: 24px 0;
}
.blog-post-text-sec {
    padding-left: 95px;
}
.blog-post-text-sec h2{
    font-family: 'Lato-Semibold';
    font-size:36px;
    color:#0b7cb0;
    margin-bottom: 30px;
}
.blog-post-text-sec h4{
    font-family: 'Lato-Semibold';
    font-size:27px;
    color:#969696;
    margin-bottom: 30px;
}
.popular-posts{
    padding:45px 0 90px 0;
    overflow: hidden;
}
.popular-posts h3{
    font-family: 'Lato-Black';
    font-size: 39px;
    color:#51534a;
    margin:0;
}
.popular-posts p{
    font-family: 'Lato-Semibold';
    font-size:17px;
    color:#969696;
    margin:15px 0;
}
.popular-posts h5{
    font-family: 'Lato-Semibold';
    font-size:23px;
    color:#0b7cb0;
    float:left;
    width:86%;
}

.popular-posts ul{
    margin-top:90px;
}
.popular-posts li{
    width:32%;
    float:left;
}
.popular-posts li img{
    width:100%;
}
.popular-posts li:nth-child(1), .popular-posts li:nth-child(2){
    margin-right: 2%;
}
a[href^=tel]{ color:#ffffff !important;}
#add img{
    cursor: pointer;
}

/*Blog pagination*/
.pagination{
    margin-top:18px;
    justify-content: center!important;
}
.page-item{
    padding:5px 0;
}
.page-link{
    background:none;
    border:none;
    font-family: 'Lato-Medium';
    font-size:35px;
    color:#51534a;
    padding:0 20px;
    border-right:2px solid #d1d1d1 !important;
    top:2px;
}
.page-link:hover{
    color:#4b97be;
    background:none;
}
.page-item.active .page-link{
    background:none;
    color:#4b97be;
}
.page-item.disabled .page-link{
    border:none;
    background:none;

}
.pagination li:last-child span, .pagination li:last-child a{
    top:0px;
}
.pagination li:nth-child(1) span, .pagination li:nth-child(1) a{
    border-right:none !important;
    top:0px;
}
.pagination li:nth-child(2) span, .pagination li:nth-child(2) a{
    border:none;
    border-left:2px solid #d1d1d1 !important;
}
.pagination li:last-child a,.pagination li:last-child span {
    border-right:none !important;
}


/*pick a plan*/
.tab-menus a{
    padding: 0;
    border: none !important;
}
.tab-menus .nav-fill .nav-item{
    position: relative;
    outline:none;
    margin-bottom:10px;
    margin-right: 5px;
}
.tab-menus a div{
    background: #f9f9f9;
    padding: 10px;
    border-radius: 37px;
    padding-left: 85px;
    padding-right: 85px;
    border:1px solid #d7d7d7;
}

.tab-menus a:nth-child(1){
    z-index: 4;
}
.tab-menus a:nth-child(2){
    z-index: 3;
}
.tab-menus a:nth-child(3){
    z-index: 2;
}
.tab-menus a:nth-child(4){
    z-index: 1;
}
.tab-menus #nav-review-tab div{
    padding: 19px;
    padding-left: 45px;
    padding-right: 45px;
}
/*.tab-menus #nav-review-tab.active div{
    padding-top:10px;
    padding-bottom:10px;
}*/
.tab-menus #nav-review-tab div .text{
    /*margin-left:0;*/
    /*top:0;*/
}
.tab-menus a div .number{
    font-size: 32px;
    background: #636468;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-family: "lato-black";
    line-height: 52px;
    color: #fff;
}
.tab-menus a div .text{
    font-size: 20px;
    font-family: "lato-bold";
    color: #26272d;
    margin-left: 17px;
    position: relative;
}
.tab-menus a.active{
    z-index: 99 !important;
}
.tab-menus a.active div{
    padding-left: 10px;
    padding-right:50px;
    box-shadow: 5px 0 7px 1px #ccc;
    border:none;
}
.tab-menus a.active div .number{
    background: #5eb046;
}
.tab-menus a.active div .text{
    font-size: 31px;
    font-family: "lato-black";
    color: #5eb046;
    margin-left: 30px;
    line-height: 51px;
    position: relative;
    top: 2px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border:none;
    background:none;
    position: relative;
    z-index: 2;
    top:1px;
}
.nav-tabs{
    border:none;
}
.pick-a-plan li div{
    background:#ffffff;
    padding: 119px 20px 45px;
    height:auto;
    position:relative;
    text-align: center;
    float:left;
}
.pick-a-plan li div a{
    color:#ffffff;
}
.pick-a-plan li div a.start_btn{
    margin-top:15px;
    position:relative;
    bottom: 0;
}
.pick-a-plan li div a.start_btn:hover{
    color:#ffffff;
}
.pick-a-plan li div img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
}
/*.pick-a-plan li:nth-child(2) div img, .pick-a-plan li:nth-child(3) div img{
    top: -100px;
}*/

.pick-a-plan{
    background:none;
    padding-top: 0 !important;
}
.change-location{
    width: 760px;
    overflow: hidden;
    margin: 30px auto 30px;
    position: relative;
}

.change-location .input-box{
    border: 1px solid #e1e1e1;
    width: 600px;
    background: #fff;
    padding-left: 20px;
    border-radius: 5px;
    padding: 12px 0 12px 20px;
    float:left;
    height: 54px;
}
.change-location .btn-box{
    position: absolute;
    right: 0;
    top:3px;
    height: 48px;
}
.change-location .input-box input{
    border: none;
    width: 450px;
    margin-left: 15px;
    outline: none;
}
.change-location .input-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.change-location .input-box input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.change-location .input-box input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.change-location .input-box input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.change-location .btn-box .btn-default{
    width:240px;
}
#tabs{
    padding-top: 30px;
}
.pick-a-plan-ul{
    margin-top: 100px;
    padding-top: 75px;
}
.grey-bg-2{
    background:#dadadb;
}
#tabs{
    position:relative;
}
.pick-plan-bg{
    position: absolute;
    top: 185px;
    width: 100%;
}
.tab-content.py-3.px-3.px-sm-0{
    padding-bottom:0 !important;
}
.blue-next, .blue-next-2{
    text-align: center;
    padding:150px 0 50px 0;
    position: relative;
}
.blue_btn{
    background:#0b7cb0 url("https://sttelcom.com/frontend/images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    position: relative;
    width:270px;
}
/*.select-plan.pick-a-plan h4{
    font-size: 25px;
}*/
.cart-img{
    position:relative;
}
.cart-img span{
    background: #f76943;
    color: #fff;
    font-size: 13px;
    font-family: "Lato-Regular";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    padding-top: 1px;
    position: absolute;
    right: -10px;
    top: -8px;
}
.shopping-cart{
    position: relative;
    top: 1px;
    margin-left: 20px;
}
.shop-cart-txt{
    display:none;
}
.review-plan .row-2{
    position: relative;
    padding-bottom: 167px;
}
.review-plan .cart-container .row-2{
    padding-bottom:15px;
}
.review-plan .review-add-section{
    background: url("https://sttelcom.com/frontend/images/add-bg.png");
    width: 100%;
    height: 150px;
    position: absolute;
    top: 100px;
}
.review-add-section-content{
    /*width: 550px;*/
    margin: 0 auto;
    display: table;
    padding:29px 0;
}
.review-add-section-content .img-sec{
    display: table-cell;
    vertical-align: middle;
}
.review-add-section-content .text-sec{
    display: table-cell;
    vertical-align: middle;
    padding-left:30px;
}
.review-add-section-content .text-sec p{
    font-family: 'Lato-Black';
    color:#fff;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
}
.cart-container{
    padding:100px 0 20px 0;
}
.review-white-box{
    padding:15px 50px 50px;
    background:#ffffff;
    overflow: hidden;
    margin-bottom: 15px;
}
.review-white-box .item{
    overflow: hidden;
}
.review-white-box .item .more-info a{
    float: left;
    font-family: 'Lato-Regular';
    border: 1px solid #cacacb;
    color: #737476;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}
.review-white-box .item .more-info button{
    float: left;
    font-family: 'Lato-Regular';
    border: 0px solid #cacacb;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.review-white-box h4{
    font-family: 'Lato-bold';
    font-size:16px;
    color:#7a7a7d;
    text-transform: uppercase;
}
.review-white-box h3{
    font-family: 'Lato-light';
    font-size: 32px;
    color: #26272d;
    margin: 0;
    margin-top: 5px;
    margin-right: 40px;
    float: left;
    min-width: 187px;
}
.item-price li span{
    font-family: 'Lato-bold';
    font-size:16px;
    color:#26272d;
    text-transform: uppercase;
}
.item-price li:nth-child(1){
    margin-right: 30px;
}
.item-price ul{
    padding: 12px 0px;
    border-left: 1px solid #d7d7d7;
    padding-left: 30px;
    margin-top:20px;
    overflow: hidden;
}
.review-white-box .item.col-md-6 .more-info a{
    color:#fff;
}
.promo-input-box{
    width: 410px;
    overflow: hidden;
    position: relative;
}
.promo-input-box .promo-input{
    border: 1px solid #e1e1e1;
    width: 320px;
    background: #fff;
    padding-left: 20px;
    border-radius: 5px;
    padding: 11px 0 10px 20px;
    float: left;
}
.promo-input-box .promo-input input{
    border: none;
    width: 200px;
}
.promo-input-box .btn-box{
    position: absolute;
    right: 0;
    top: 2px;
}
.review-white-box .item-price h3{
    margin: 0;
    float: none;
    font-size: 25px;
}
.review-white-box .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}
.review-white-box .custom-control-input:checked~.custom-control-label::before, .review-white-box .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #fff url(https://sttelcom.com/frontend/images/chkbx-ticked.png) no-repeat;
    width: 23px;
    height: 23px;
    content: "";
    background-size: 100%;
}
.review-white-box .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:none;
}
.review-white-box .custom-control-label::before{
    background: #fff url(https://sttelcom.com/frontend/images/chkbx-unticked.png) no-repeat;
    width: 23px;
    height: 23px;
    content: "";
    background-size: 100%;
}
.review-white-box .custom-checkbox{

}
.promo-price-content{
    border-left: 1px solid #d7d7d7;
}
.promo-price-content h4{
    padding-left: 30px;
}
.promo-item-price ul{
    margin-top: 0;
    border-left: none;
    overflow: visible;
}
.change-plan-ul li{
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0 7px 0;
}
.change-plan-ul .total-span{
    font-family: 'Lato-Light';
    color: #26272d;
    font-size: 25px;
    float: left;
}
.change-plan-ul .total-price{
    font-family: 'Lato-Bold';
    color: #26272d;
    font-size: 16px;
    float: right;
    margin-top: 12px;
}
.change-plan-ul li:nth-child(3) .total-span{
    font-family: 'Lato-Medium';
}
.change-plan-ul li:nth-child(3) .total-price{
    color:#5eb046;
}
.change-pln-btn-small a{
    font-size: 16px;
    margin-bottom: 20px;
}

.product-details-section{
    padding:45px 45px 30px;
    position:relative;
    margin: 300px 0 0 0;
    top:-210px;
}
.product_details_btn{
    width: 200px;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #127db1;
    padding: 8px 0;
    color:#fff;
    margin-top: 20px;
}
.product-details-container{
    overflow: hidden;
    position: relative;
}
.product-details-section .product-details-img{
    float: left;
    position: relative;
    top: -95px;
    margin-right: 30px;
    margin-left: -80px;
}
.product-details-top-section{
    padding-bottom: 50px;
}
.product-details-bottom-section{
    float: left;
    width: 100%;
    margin-top: -80px;
    padding-top: 40px;
    border-top: 1px solid #e1e1e1;
}
.product-details-bottom-section ul li{
    width: 26%;
    float: left;
    margin-right: 11%;
    text-align: center;
}
.product-details-bottom-section ul li p{
    font-family: 'Lato-Regular';
    font-size: 14px;
    color:#8c8f94;
    text-align: justify;
    margin-top:40px;
}
.product-details-bottom-section ul li:nth-child(3){
    margin-right: 0;
}
.product-details-section .blue-next-2{
    padding-top:50px;
}
.product-details-section .pick-a-plan{
    padding-bottom: 0!important;
    float: left;
    width: 790px;
}
.header-bottom li.float-right:hover {
    background:none;
}

.pick-a-plan-ul p{
    color:#8c8f94;
    font-size:14px;
    overflow: hidden;
    height: 130px;
    float: left;
    width: 100%;
    margin-bottom: 0px;

}
.more-btn
{
    font-size: 13px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    float: right;
}
.empty_more
{
    height: 19.5px;
    float: left;
    width: 100%;
}
.pick-a-plan li .special-price div{
    padding:0;
}
.pick-a-plan .feature-bundle-ul li div img.arith-icn{
    top: 0;
    bottom: 0;
    right: -48px;
    left: auto;
    z-index: 99;/* 9999*/
    width:67px;
    height: 67px;
}
.cross-icn-bg-1{
    position: absolute;
    left: 2%;
    top: 31%;
}
.cross-icn-bg-2{
    position: absolute;
    right: 2%;
    top: 26%;
}
.cross-icn-bg-3{
    position: absolute;
    right: 12%;
    bottom: 20%;
}
.blue-next{
    width: 270px;
    margin: 0 auto;
    background: url(https://sttelcom.com/frontend/images/button-circle.png) no-repeat;
    padding: 108px 0px !important;
    margin: 15px auto;
}

.about-us-container .product-details-section{
    display:flex;
    padding: 0 0 30px 45px;
}
.about-us-container .product-details-section .nav-pills .nav-link{
    font-family: 'Lato-Regular';
    font-size:16px;
    color:#26272d;
    margin: 10px 0;
}
.about-us-container .product-details-section .nav-pills .nav-link.active, .about-us-container .product-details-section  .nav-pills .show>.nav-link{
    background-color: #ededee;
    border-radius: 20px;
    color:#5eb046;
}
.about-us-container .product-details-section .nav-pills li:nth-child(1) a{
    margin-top:0;
}
.about-us-container .product-details-section .tab-content h2{
    font-family: 'Lato-Light';
    font-size: 40px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.about-us-container .product-details-section .tab-content p{
    font-family: 'Lato-Regular';
    font-size: 14px;
    color:#8c8f94;
}
.scroll-content{ height:600px; overflow:auto;}
.mCSB_scrollTools .mCSB_draggerContainer, .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background: #fbfbfb;
}
.mCSB_scrollTools .mCSB_dragger{
    background: #0b7cb0;
    border-radius: 15px;
    width: 10px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background: #0b7cb0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    padding:0 3px;
}
.about-us-container .product-details-section .nav{
    padding-top: 30px;
}
.about-us-container .product-details-section .col-md-8{
    padding-right: 0;
}
.about-us-container .product-details-section .tab-content p{
    margin-right:15px;
}
.about-us-container .product-details-section .tab-content h2{
    padding-top:30px;
    margin-right:15px;
}

.contact-section h2, .contact-section ul li h3{
    text-align: center;
    font-family: 'Lato-Light';
    font-size: 40px;
}
.contact-section ul li h3{
    padding: 40px 0;
    border-bottom: 2px solid #e1e1e1;
}
.contact-section ul li p{
    font-family: 'Lato-Regular';
    font-size: 14px;
    color:#8c8f94;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0;
}
.contact-section{
    padding: 45px 0 30px;
}
.contact-section li{
    background: #fff;
    width: 32%;
    float: left;
    margin-right: 2%;
    padding:0 24px 24px 24px;
    text-align: center;
    min-height: 560px;
}
.contact-section li:nth-child(3){
    float: right;
    margin-right: 0;
}
.contact-section ul li .phone-content span{
    margin: 35px 0 15px 0;
    display: inline-block;
    background: #ededee;
    padding: 14px 0;
    border-radius: 23px;
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: #26272d;
    width: 230px;
    text-align: center;
    line-height: 14px;
}
.contact-section ul li div input{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 14px 0 14px 24px;
    margin-bottom:15px;
}
.contact-section ul li div input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.contact-section ul li div input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.contact-section ul li div input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}
.contact-section ul li div input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Lato-Italic';
    font-size: 16px;
    color: #8e8e8e;
}

.contact-section li ul{
    margin-top:20px;
}
.contact-section li ul li, .contact-section li ul li:nth-child(3){
    width: 100%;
    padding: 0;
    min-height: auto;
}
.contact-section li ul li textarea{
    width:100%;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 14px 0 14px 24px;
    font-family: 'Lato-Italic';
    font-size: 16px;
    color:#212529;
    resize:none;
    font-family: inherit;
    font-size: inherit;
}
.contact-section ul li .phone-content{
    margin-top: 35px;
}
.contact-section ul li .phone-content span{
    margin: 10px 0 10px 0;
}
.contact-section ul li .phone-content p{
    text-align: center;
}
.contact-section li ul li textarea::placeholder{
    color:#8e8e8e;
}
.address-content{
    margin-top:35px;
}
.address-content h4{
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 14px;
    color: #8c8f94;
    font-family: 'Lato-Regular';
}
.address-content  p{
    font-weight: bold;
}

.contact-section h2{
    margin:-75px 0 60px 0;
}

.order-placed-section{
    background:#ffffff;
    overflow: hidden;
    width:1000px;
    margin:0 auto 0;
    padding:40px 50px 30px 80px;
    text-align: center;
    top:75px;
}
.order-placed-section ul{
    margin: 25px 0;
}
.order-placed-section li{
    float:left;
}

.order-placed-section li div{
    display:table;
    padding-top:12px;
}
.order-placed-section li p{
    display:table-cell;
    font-family: 'Lato-Regular';
    font-size: 14px;
    color:#26292c;
    padding-left:15px;
    text-align: left;

}
.order-placed-section li span{
    display:table-cell;
    font-family: 'Lato-Regular';
    font-size: 25px;
    color:#8c8f94;
    vertical-align: middle;
}
.order-placed-section h3{
    text-align: center;
    font-family: 'Lato-Regular';
    font-size: 34px;
    color:#8c8f94;
}
.order-placed-section h2{
    font-family: 'Lato-Light';
    font-size: 32px;
    color:#26272d;
    background: url(https://sttelcom.com/frontend/images/placed-tick.png) no-repeat top 6px left;
    display: inline-block;
    padding-left: 40px;
}
.order-placed-section p.confirm-email{
    text-align: center;
    font-family: 'Lato-Regular';
    font-size: 14px;
    color:#8c8f94;
}
.order-placed-container{
    padding-bottom: 200px;
}
.shopping-crt-txt{
    font-family: "Lato-Regular";
    font-size: 16px;
    color: #26272d;
}

.blog-banner-tag-section{
    background: #a7a7a7;
    padding:20px 0 40px 0;
}
.blog-banner-tag-section li{
    float:left;
    margin-right: 14px;
    margin-bottom: 10px;
}
.blog-banner-tag-section li span{
    font-family: 'Lato-Semibold';
    color: #b7b7b7;
    font-size: 14px;
    background: #303030;
    padding: 5px 23px 3px 23px;
    border-radius: 18px;
    display:inline-block;
}
.add-tag span{
    font-family: 'Lato-Semibold';
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.add-tag input{
    border-radius: 18px;
    border: none;
    padding: 7px 20px;
    width: calc(100% + -44px);
    left: 20px;
    position: relative;
    margin-bottom:17px;
}
.add-tag input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Lato-Semibold';
    font-size: 14px;
    color: #b7b7b7;
}
.add-tag input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Lato-Semibold';
    font-size: 14px;
    color: #b7b7b7;
}
.add-tag input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Lato-Semibold';
    font-size: 14px;
    color: #b7b7b7;
}
.add-tag input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Lato-Semibold';
    font-size: 14px;
    color: #b7b7b7;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: "";
    padding:0;
}

.breadcrumb{
    background:none;
    padding-left:0;
}
.breadcrumb-item a, .breadcrumb-item{
    font-family: "Lato-Regular";
    font-size: 19px;
    color: #51534a !important;
}
.breadcrumb-item a{
    text-decoration: none;
}
.breadcrumb-item.active{
    text-decoration: underline;
}
.blog-detail-banner{
    padding-top:30px;
}

.blog-detail-banner{
    height: 310px;
}
.blog-detail-content-section{
    background: #ededee;
    padding: 200px 0 40px 0;
}
.blog-detail-content h2{
    font-family: 'Lato-Black';
    font-size: 54px;
    color:#51534a;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blog-detail-content h4{
    font-family: 'Lato-Semibold';
    font-size: 20px;
    color:#28233d;
}
.blog-detail-content span{
    font-family: 'Lato-Semibold';
    font-size: 22px;
    color:#969696;
    margin-bottom: 40px;
    display:inline-block;
}
.blog-detail-content p{
    font-family: 'Lato-Semibold';
    font-size: 16px;
    color:#51534a;
    margin-bottom: 30px;
}
.blog-detail-content-section .add-tag span{
    width: 100%;
    text-align: center;
    display: block;
}
.blog-detail-content-section .blog-tag-section{
    padding:0 18px;
}
.blog-detail-content-section .blog-banner-tag-section li span{
    padding: 5px 12px 3px 12px;
    min-width: 70px;
    text-align: center;
}

.soc-icn-1{
    background: url("https://sttelcom.com/frontend/images/blog-soc-icn-1.png") no-repeat top center;
    width:106px;
    height: 48px;
}
.soc-icn-2{
    background: url("https://sttelcom.com/frontend/images/blog-soc-icn-2.png") no-repeat top center;
    width:106px;
    height: 48px;
}
.soc-icn-3{
    background: url("https://sttelcom.com/frontend/images/blog-soc-icn-3.png") no-repeat top center;
    width:106px;
    height: 48px;
}
.soc-icn-4{
    background: url("https://sttelcom.com/frontend/images/blog-soc-icn-4.png") no-repeat top center;
    width:106px;
    height: 48px;
}
.soc-icn-5{
    background: url("https://sttelcom.com/frontend/images/blog-soc-icn-5.png") no-repeat top center;
    width:106px;
    height: 48px;
}
.soc-icn-6{
    background: url("https://sttelcom.com/frontend/images/blog-soc-icn-6.png") no-repeat top center;
    width:106px;
    height: 48px;
}
.soc-icn-7{
    background: url("https://sttelcom.com/frontend/images/blog-soc-icn-7.png") no-repeat top center;
    width:106px;
    height: 48px;
}
.social-media-icns ul li{
    float:left;
    margin-right: 10px;
}
.social-media-icns ul li a{
    display: inline-block;
}
.blog-detail-content-section .blog-banner-tag-section{
    height:auto;
    overflow: hidden;
}
.blog-detail-content-section .blog-banner-tag-section ul{
    margin-top: 12px;
}
.blog-detail-content-section .social-media-icns{
    margin-top: 90px;
}
.blog-detail-content-section .add-tag input{
    width:100%;
    left:0;
}

/*15-nov-2019 for pick  a plan page*/

.pick-a-plan-ul li span.plan_money_span{
    width: 100%;
    letter-spacing: 1px;
    border-radius: 12px;
    margin-bottom: 25px;
}
/*.pick-a-plan .feature-bundle-ul li:nth-child(2) img{
    top:-80px;
}*/
.pick-a-plan .feature-bundle-ul{
    padding-bottom: 100px;
}
.pick-a-plan .feature-bundle-ul li .special-price h5{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #8e8e8e;
    margin-bottom: 28px;
}
.pick-a-plan .feature-bundle-ul li .special-price{
    padding-top: 30px;
    background: #0b7cb0;
    min-height: 383px;
}
.pick-a-plan .feature-bundle-ul li .special-price div{
    padding-top: 49px;
    background:#0b7cb0;
}
.select-plan.pick-a-plan{
    padding: 150px 0 30px 0;
}
.grey-bg-position{
    margin-top: 300px;
    float: left;
    width: 100%;
    padding-bottom: 175px;
}
.grey-bg-position.product-details-position{
    padding-bottom: 175px;
}
.grey-bg-position.faq-position{
    padding-bottom: 75px;
}
.grey-bg-position.contact-position{
    padding-bottom: 95px;
}
.grey-bg-position .product-details-section{
    margin: -210px 0 0 0;
    top: 0;
}
.product-details-container .cross-icn-bg-1{
    top: 44%;
}
.product-details-container .cross-icn-bg-2{
    top: 39%;
}
.product-details-top-section .plan_money_span{
    width: 215px;
}

.internet_ul li .top_img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}
.internet_ul li:nth-child(n) .top_img{
    background: url(https://sttelcom.com/frontend/images/internet-box-1.png) no-repeat top center;
    top: -35px;
}
.internet_ul li:nth-child(2n) .top_img{
    background: url(https://sttelcom.com/frontend/images/internet-box-2.png) no-repeat top center;
    top: -35px;
}
.internet_ul li:nth-child(3n) .top_img{
    background: url(https://sttelcom.com/frontend/images/internet-box-3.png) no-repeat top center;
    top: -35px;
}
.internet_blue_btn.blue-next{
    margin-top:-120px;
}

.payment-container{
    padding: 45px 0 100px 0;
}
.contact-container .form-group{
    margin-bottom: 27px;
}
.payment-container .contact-box{
    padding-top: 40px;
}
.review-container .contact-box{
    padding-top: 50px;
}
.review-container .services-review .review-blk ul{
    margin-bottom: 25px;
}
.contact-box .btn-default{
    width: 145px;
    padding: 8px 0 6px;
    font-size: 16px;
}
.services-container .btn-default{
    width:180px;
}
.services-container .more_btn{
    width: 128px;
    padding: 6px 0 4px;
    font-size: 15px;
}
.login-bottom .sign_in .btn-default{border:none;}
/* input type file */
.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    display:inline-block !important;
    margin-top:0;
    width:100%;
}
.file input {
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.file-custom{
    font-family: 'Lato-Semibold';
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    color: #26272d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align:center;
    background: #ededee;
    border: 1px solid #c5c5c5;
    border-radius: 25px;
    padding: 9px 5%;
    width: 100%;
}
.file-custom:after {
    content: "Upload";
}
.file.admin_small_btn:hover, .file.admin_small_btn:focus, .file.admin_small_btn:active{
    background:none !important;
}
#select_file{
    font-weight:bold;
}


.modal-content{
    border-radius: 0;
}
.modal-body h2{
    font-family: 'Lato-Black';
    font-size: 29px;
    color: #51534a;
    text-align: center;

}
.home-alert.modal .modal-body p{
    margin-bottom: 55px;
    line-height: 35px;
}
.home-alert.modal .modal-body h2{
    margin-bottom: 45px;
}
.modal-body p{
    font-family: 'Lato-Semibold';
    font-size: 17px;
    color: #969696;
    text-align: center;

}
.modal-body{
    padding:2rem;
}
.modal{
    padding-right: 0!important;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

.dropdown{
    position: relative;
}
.header-bottom li{
    position:relative;
    margin:15px 0;
}
.header-bottom .navbar{
    padding:0;
    justify-content: normal;
}
/*.header-bottom li a{
    padding:0;
}*/
.header-bottom li li{
    display:block;
}
.header-bottom li .dropdown-menu li a{
    color: #26272d;
    border-radius: 0;
    width: 100%;
}
.header-bottom li .dropdown-menu li a:hover{
    color: #fff;
}
/*.header-bottom li li:hover{
    border-radius: 0;
}*/
.header-bottom .dropdown-toggle::after{
    background: url("https://sttelcom.com/frontend/images/menu_dropdown.png") no-repeat top center;
    width:12px;
    height:7px;
    border-top: 0;
    vertical-align: middle;
}
.header-bottom .dropdown-menu{
    border:none;
    box-shadow: 0 0 11px 2px #ccc;
}
.navbar-nav .dropdown-menu{
    border: none;
    background: none;
    padding-left: 4%;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color:#26272d;
}
.tab-menus{
    width: 825px;
    margin: 0 auto;
}
.tab-menus a {
    margin-left: 0 !important;
}
.tab-menus a div{
    padding-left: 10px;
    padding-right: 50px;
}
.tab-menus a:nth-child(4) div{
    padding:10px;
    padding-left: 10px;
    padding-right: 50px;
}
.tab-menus a:last-child div{
    padding: 19px;
    padding-left: 45px;
    padding-right: 45px;
    background:#f76943;
    border-color:#f76943;
}
.tab-menus a:last-child div .text{
    color: #ffffff;
    float: none;
    top: 0;
    margin-left:0;
}
.tab-menus a:nth-child(4) div .text {
    margin-left: 17px;
    top: 11px;
}
.tab-menus a div{
    overflow: hidden;
}
.tab-menus a div .number{
    float:left;
}
.tab-menus a div .text {
    top: 13px;
    float: left;
}
.tab-menus a div .text {
    top: 11px;
}
.pick-a-plan .feature-bundle-ul li .special-price div h5, .pick-a-plan .feature-bundle-ul li .special-price div h4{
    color:#ffffff;
}
.pick-a-plan .feature-bundle-ul li .special-price div .plan_money_span{
    color:#ffffff;
    margin: 75px 0 100px 0;
}

.bundle-plan-div
{
    min-height: 100%;
}

.pick-alert .review-white-box{
    padding:0;
    margin:0;
}
.pick-alert .close{
    font-size: 34px;
    top: -22px;
    position: relative;
}
.pick-alert .item-price ul{
    border: none;
    margin-top: 40px;
    padding: 0;
}
.pick-alert .item-price ul li.float-right{
    display: none;
}
.pick-alert .item-content{
    width: 100%;
    float: left;
    margin-top: 25px;
}
.pick-alert .item-content p{
    margin: 0;
    text-align: left;
    line-height: 24px;
    font-size: 12px;
}
.pick-alert .modal-dialog{
    max-width: 800px;
}
.pick-alert .item-image{
    margin-right: 20px;
    float: left;
}
.pick-alert .item-image span{
    background: #d7d7d7;
    width: 170px;
    height: 170px;
    display: inline-block;
}
.pick-alert .item-info{
    float: left;
    width: calc(100% - 190px);
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

    .blog-banner-tag-section li span{
        padding: 3px 23px 4px 23px;
    }
    .product-details-section .blue_btn{
        background-position-y: 53%;
        padding: 12px 0 14px;
    }

}

.login-bottom .sign_in .btn-default
{
    border:none;
}

.pick-a-plan li div.img-section
{
    margin-top: -165px;
    background: none;
    width: 100%;
    top: -15px;
}
.pick-a-plan li div.img-section img.plan-image
{ position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}


.empty-cart-container{
    padding: 45px 45px 130px 45px;
    position: relative;
    margin: 0;
    margin-bottom: 200px;
    top: 0;
}
.empty-cart-section{
    margin-top: 0;
    padding-top: 50px;
    overflow: hidden;
}
.empty-cart-container h2{
    font-family: 'Lato-Light';
    font-size: 40px;
    color:#26272d;
    text-align: center;
}
.emp-pick-plan span{
    font-family: 'Lato-Regular';
    font-size: 24px;
    color:#0b7cb0;
    display: block;
    text-align: center;
    margin-bottom:10px;
}
.empty-cart-content{
    position:relative;
}
.cart-1{
    position: absolute;
    left: 0;
    bottom:8px;
}
.cart-2{
    position: absolute;
    right: 0;
    bottom:8px;
}
.emp-pick-plan{
    padding-bottom: 78px;
}
.empty-cart-content{
    width: 75.8%;
    margin: 60px auto 0;
    background: url("https://sttelcom.com/frontend/images/empty-cart-border.png") bottom 0px center;
    background-repeat: repeat-x;
    overflow: hidden;
    padding-bottom: 10px;
}

/*Landing page*/
.landing-banner{
    position:relative
}
.landing-banner .banner-img{
    width:100%;
}
.landing-banner-content{
    position:absolute;
    width: 100%;
    top: 0;
    height:100%;
}
.land-btn-default{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display:inline-block;
    padding:12px 0;
    text-align: center;
    border-radius: 5px !important;
}
.land-white-btn, .land-white-btn:hover{
    background: #ffffff;
    color: #eb582b;
}
.land-blue-btn, .land-blue-btn:hover{
    background: #4466c9;
    color: #ffffff;
}
.what-we-do{
    width:158px;
}
.contact-special{
    width: auto;/*265px;*/
    padding: 12px 32px;
    margin-left:12px;
}
.landing-banner-content h1{
    font-family: 'Ubuntu', sans-serif;
    font-size: 50px;
    color:#ffffff;
    font-weight: 700;
    margin: 30px 0;
}
.landing-banner-content p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color:#ffffff;
    margin:0;
}
.landing-banner-content .container, .landing-banner-content .row-2{
    height:100%;
}
.set-table{
    display:table;
    height:100%;
}
.align-vertical{
    display:table-cell;
    vertical-align: middle;
}
.landing-buttons{
    margin-top:25px;
}
.landing-banner-content .row-2{
    position:relative;
}
.scroll-btn{
    background: url("https://sttelcom.com/frontend/images/scroll-btn.png") bottom 0px center;
    background-size: 85px;
    width:85px;
    height:85px;
    display:inline-block;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.list-of-services{
    /*background: url("https://sttelcom.com/frontend/images/vertical-lines.png") top center repeat;*/
    padding:250px 0 160px 0;
    margin-top: -35px;
}
.list-of-services h2, .list-of-services h5{
    margin:0;
}
.list-of-services h2{
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    color:#51544a;
    font-weight: 700;
}
.list-of-services h5{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color:#8c8c8c;
    margin-top:10px;
}
.list-of-services ul{
    margin-top: 120px;
}
.list-of-services ul li{
    margin-bottom: 90px;
}
.services-list-content{
    display:flex;
}
.services-list-text{
    margin-left:20px;
}
.services-list-text h3{
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color:#530974;
    font-weight: 700;
}
.services-list-text p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color:#6d6d6d;
    line-height: 28px;
    margin-top:15px;
}
.advertise-section{
    background: url("https://sttelcom.com/frontend/images/advertise-bg.png") top center no-repeat;
    padding:150px 0 300px 0;
    margin-top: -35px;
}
.advertise-section h2, .advertise-section p, .advertise-section h4{
    margin:0;
}
.advertise-section h2{
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    color:#ffffff;
    font-weight: 700;
}
.advertise-section p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color:#ffffff;
    margin-top:10px;
}
.advertise-img{
    margin:100px 0;
}
.advertise-section h4{
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color:#530974;
    font-weight: 700;
    margin-bottom: 5px;
}
.advertise-section ul{
    display:flex;
}
.advertise-section ul{
    align-items: center;
    justify-content: center;
    margin: 70px 0 110px 0;
}
.advertise-section ul li{
    display:table;
}
.advertise-section ul li div{
    display:table-cell;
    vertical-align: middle;
}
.advertise-section ul li p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    color:#6d6d6d;
    line-height:30px;
    display:table-cell;
    vertical-align: middle;
    padding-left:15px;
    text-align: left;
}
.unleash-btn{
    width:340px;
}
.advertise-section ul li:nth-child(1){
    margin-right: 60px;
}
.landing-footer{
    background:#530974;
    overflow:hidden;
}
.landing-footer ul li a{
    display:inline-block;
    margin-right: 35px;
}
.landing-footer ul{
    display:flex;
    margin-top:12px;
}
.landing-footer ul li:nth-child(3) a{
    margin-right: 0;
}
.land-foot-icn a{
    background: url("https://sttelcom.com/frontend/images/fb-white-icn.png") top center no-repeat;
    width:12px;
    height:26px;
}
.land-ins-icn a{
    background: url("https://sttelcom.com/frontend/images/ins-white-icn.png") top center no-repeat;
    width:26px;
    height:26px;
}
.land-twi-icn a{
    background: url("https://sttelcom.com/frontend/images/twitter-white-icn.png") top center no-repeat;
    width:27px;
    height:21px;
    margin-top:3px;
}
.landing-top-footer{
    padding: 40px 0;
    overflow: hidden;
}
.landing-footer hr{
    border-top: 1px solid #87539e;
}
.landing-bottom-footer p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color:#87539e;
    margin:4px 0 20px 0;
    text-align: center;
}
.orange_btn{
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 20px;
    background:#F76943;
    border:none;
}
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label
{
    cursor: pointer;
}
.landing-page-body footer .col-lg-4.col-sm-3 p,.landing-page-body footer .col-lg-2 h4
{
    color: #530974 !important;
}
.navbar-dark .navbar-nav .nav-link.active{
    color:#5eb046;
    text-decoration: underline !important;
}

.fa{
    font-size: 18px;
    color: #bdbec0;
}

.header-bottom .dropdown-toggle::after{
    background-size: 12px;
}
.right_arrow_btn, .left_arrow_btn{
    background-size:14px;
}
.select-plan li ul li{
    background-size:14px;
}
.right_arrow_btn.tick_btn{
    background-size:16px;
}
.sidebar-menus li a.active{
    background-size: 28px;
}
.chosen-container-single .chosen-single div b{
    background-image:url(https://sttelcom.com/frontend/images/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 0 13px;
    background-size:15px !important;
}
.edit_btn, .date-picker .gj-icon{
    background-size:16px;
}
.order-placed-section h2{
    background: url(https://sttelcom.com/frontend/images/tick.png) no-repeat top 6px left;
    background-size: 31px;
}
.services-container .more_btn{
    background-size: 10px;
}
.support_txt{
    background-size: 28px;
}
.custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-control-label::before{
    background-size: 25px;
}
.advertise-img{
    width: 65%;
}
.pick-a-plan li div a.start_btn.add_pick_a_plan
{
    background-size: 15px !important;
}
.pick-a-plan .feature-bundle-ul li .special-price .start_btn
{
    background-size: 15px !important;
}

/*for my ref*/
.header-logo img, .footer-top img{
    width:120px;
}

/*modified footer*/

.footer-top .contact-section{
    padding:0;
}
.footer-top .contact-section li{
    width: 100% !important;
    min-height: auto;
    margin-right: 0;
    padding:0;
    background: transparent;
}
.footer-top .contact-section li input{
    padding: 10px 0 10px 24px;
}

.textarea-container {
    position: relative;
}
.textarea-container textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.textarea-container a {
    background: url("https://sttelcom.com/frontend/images/mess-send.png");
    background-size: 44px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 10px;
    text-indent: -9999px;
    width: 44px;
    height: 42px;
    outline: none;
}

#addcontact .error{
    border-color: red !important;
    color: red !important;
}
#addcontact input.error, #addcontact textarea.error {
    color:#212529 !important;
}
.footer-top .contact-section li textarea{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 14px 0 14px 24px;
    color: #212529;
    resize: none;
    font-family: inherit;
    font-size: inherit;
}
.social-icons li {
    margin-right: 22px;
}
.review.form-container .submit button {
    cursor: pointer;
}

.services-container .back-next li a.btn-default{
    width:145px;
}

.review-container .review-header{
    margin-bottom: 0;
}
#editorContent ol,#editorContent ul,#editorContent dl {
    padding: 0 40px;
}
#editorContent ol li{
    list-style-type:decimal;
}
#editorContent ul li{
    list-style-type:disc;
}
#editorContent blockquote{
    font-style: italic;
    padding: 15px 0 1px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    margin-left: 26px;
}
#editorContent blockquote p{
    font-style: italic;
    line-height: 1.6;
    word-wrap: break-word;
}

/*
 * CKEditor 5 (v16.0.0) content styles.
 * Generated on Thu, 13 Feb 2020 14:40:38 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */

:root {
    --ck-highlight-marker-blue: #72cdfd;
    --ck-highlight-marker-green: #63f963;
    --ck-highlight-marker-pink: #fc7999;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #118800;
    --ck-highlight-pen-red: #e91313;
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
    list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
    margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 1em auto;
    display: table;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double hsl(0, 0%, 70%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border:1px solid #b3b3b3;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsl(0, 0%, 98%);
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side,
.ck-content .image-style-align-left,
.ck-content .image-style-align-center,
.ck-content .image-style-align-right {
    max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: #fff;
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: hsl(0, 0%, 37%);
    margin: 0;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
    padding: 1em;
    color: #353535;
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break::after {
        display: none;
    }
}
.text-tiny {
    font-size: 0.7em;
}

.text-small {
    font-size: 0.85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}

.header-top li.dropdown .btn-group .dropdown-toggle-split,.header-bottom li.dropdown .btn-group .dropdown-toggle-split{
    padding: 0 0 0 5px;
    background: none;
    line-height: 6px;
}
.header-top li.dropdown .btn-group .dropdown-toggle-split:focus,.header-bottom li.dropdown .btn-group .dropdown-toggle-split:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.header-top li.dropdown .btn-group,.header-bottom li.dropdown .btn-group{
    padding: 5px 14px;
}
.header-top .header-bottom li.dropdown .btn-group .dropdown-menu a,.header-bottom li.dropdown .btn-group .dropdown-menu a{
    padding: 3px 14px;
    color: #51534a;
}
.header-top  li.dropdown .btn-group a,.header-bottom li.dropdown .btn-group a{
    padding: 0px;
}
.header-top .header-bottom li.dropdown .btn-group .dropdown-menu a:hover,.header-bottom li.dropdown .btn-group .dropdown-menu a:hover{
    background: #5eb046;
    color: #ffffff;
}
.header-top li.dropdown:hover,.header-bottom li.dropdown:hover{
    color: #ffffff;
    background: #5eb046;
    border-radius: 30px;
}
.header-bottom li.dropdown:hover .btn-group > a{
    color: #ffffff;
}
.header-top li.dropdown:hover .dropdown-menu,.header-bottom li.dropdown:hover .dropdown-menu{
    display: block;
    top:30px;
}


/*17-06-2020 Animation design for buttons*/


.buttons {
    margin-top: 50px;
    text-align: center;
    border-radius: 30px;
    position: relative;
}

.right-internet .buttons,.blue-next .buttons,.contact-section .buttons
{
    margin-top: 0;
}

.blob-btn {
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}
.blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0505A9;
    border-radius: 30px;
}
.blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}
.blob-btn:hover {
    color: #FFFFFF;
    border-radius: 30px;
}
.blob-btn:hover:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}
.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #ffffff;
}
.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    -webkit-filter: url("#goo");
    filter: url("#goo");
}
/*.button-nav .blob-btn__blobs
{
    -webkit-filter: url("#goo1");
    filter: url("#goo1");
}*/
.blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #0505A9;
    border-radius: 100%;
    -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
    transform: translate3d(0, 150%, 0) scale(1.7);
    -webkit-transition: -webkit-transform 0.45s;
    transition: -webkit-transform 0.45s;
    transition: transform 0.45s;
    transition: transform 0.45s, -webkit-transform 0.45s;
}

.blob-btn__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
    transform: translate3d(0, 150%, 0) scale(1.4);
}

.blob-btn__blob:nth-child(1) {
    left: 0%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
    left: 30%;
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
    left: 60%;
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
    left: 90%;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.7);
    transform: translateZ(0) scale(1.7);
}
.blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.4);
    transform: translateZ(0) scale(1.4);
}

.blob-btn__inner{
    background:none;
    display: none;
}
.blob-btn:before{
    border:none;
}
.blob-btn{
    text-transform: none;
}
.blob-btn__blob{
    background: #4c7f34;
}
.grey_btn .blob-btn__blob{
    background: #737373;
}
.blue_btn .blob-btn__blob{
    background: #1b668f;
}
.buttons svg
{
    position: absolute;
    left: 0;
}

.blob-btn.right_arrow_button{
    padding-left: 28px !important;
}
span.arrow_image{
    background-image: url(https://sttelcom.com/frontend/images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 14px;
    padding: 16px;
    float: right;
    margin-right: 7%;
}
.left_arrow_button span.arrow_image{
    background-image: url(https://sttelcom.com/frontend/images/left-arrow.png);
    margin-left: 7%;
    float: left;
    background-position: left 0 center;
}

.btn-box .buttons
{
    margin-top: 0;
}

.blob-btn:focus{
    outline:none;
}

.blob-btn.right_arrow_button,.blob-btn.left_arrow_button{
    padding-left: 28px !important;
    line-height: 30px;
    background-image: none;
}
.blob-btn.left_arrow_button
{
    padding-left: 10px !important;
    padding-right: 20px;
}

span.edit_image{
    background-image: url(https://sttelcom.com/frontend/images/button-edit.png);
}
span.tick_image{
    background-image: url(https://sttelcom.com/frontend/images/button-tick.png);
}


/*Pricing Table*/


.pricing-table {
    display: table;
    width: 100%;
}

.pricing-table .pricing-option {

    background: white;
    float: left;
    padding: 2%;
    text-align: center;
    transition: all .3s ease-in-out;
}

.pricing-table .pricing-option:nth-child(even) {
    /*margin: 0 2%;*/
}

.pricing-table .pricing-option hr {
    border: none;
    border-bottom: 1px solid #F0F0F0;
}

.pricing-table .pricing-option i {
    font-size: 3rem;
    color: #D8D8D8;
    transition: all .3s ease-in-out;
}

.pricing-table .pricing-option h1 {
    margin: 10px 0;
    color: #212121;
    transition: all .3s ease-in-out;
}

.pricing-table .pricing-option p {
    color: #999;
    padding: 0 10px;
    line-height: 1.3;
}

.pricing-table .pricing-option .price {
    position: relative;
}

.pricing-table .pricing-option .price .front span.price {
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    font-weight: 700;
    position: relative;
}

.pricing-table .pricing-option .price .front span.price b {
    position: absolute;
    font-size: 1rem;
    margin-left: 2px;
    font-weight: 600;
}

.pricing-table .pricing-option .price .back {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.pricing-table .pricing-option .price .back a.button {
    background: #F85E6A;
    padding: 15px 20px;
    display: inline-block;
    text-decoration: none;
    color: white;
    position: absolute;
    font-size: 13px;
    top: -5px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
    text-transform: uppercase;
    transform: translateY(20px);
    transition: all .3s ease-in-out;
}

.pricing-table .pricing-option .price .back a.button:hover {
    background: #f62d3d;
}

.pricing-table .pricing-option .price .back a.button, .pricing-table .pricing-option .price .back a.button:hover{
    background: #127db1;
    color: #ffffff;
    border-radius:25px;
}
.pricing-table .pricing-option{
    background: #ededed;
    width:330px;
    height: 630px;
}
.select-plan h5, .pricing-table .pricing-option p{    text-align: justify;}

.pricing-table .pricing-option .price .back a.button{
    width:200px;
}
.pricing-table .pricing-option .price{
    margin-top:200px;
}
.pricing-table .pricing-option:hover
{z-index:9999;}
.plan-pack{padding-left:30px;}

/*19-06-2020 Hover design for home page plans*/

.tech-animations li {
    display: inline-block;
    list-style-type: none;
}

.tech-animations button {
    position: relative;
    border-radius: 50%;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size: 50px;
    cursor: pointer;
    padding: 0;
    border:none;
}

/*Other pages button animation*/
.what-we-do .blob-btn__blob{
    background:#e0643c ;
}
.what-we-do:hover{
    color:#ffffff;
}
.contact-special .blob-btn__blob, .unleash-btn .blob-btn__blob{
    background:#23419f ;
}
.flat_btns .blob-btn:before, .flat_btns span, .flat_btns .blob-btn:hover{
    border-radius: 5px;
}

/*animation empty cart buttons*/
.add-remove img{
    transition: transform .2s;
}
.add-remove img:hover{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*Hover for footer menus*/
.footer-menus li a:hover{
    color: #5eb046;
}

/*Pick a plan hover*/
.pick-a-plan-ul li .pick-a-plan-inner-section,.special-price{
    transition: all .3s ease-in-out;
}
.pick-a-plan-ul li .pick-a-plan-inner-section:hover,.special-price:hover
{
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
    transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
}
.bundle-plan-div
{
    width: 100%;
}

.pick-a-plan li .special-price div
{
    width: 100%;
}

/*Tab hover effect in pick a plan*/
.tab-menus .nav-fill .nav-item{
    transition: transform .2s;
}.tab-menus .nav-fill .nav-item:hover
{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}


.attract-hover {
    display: inline-block;
}

.attract-hover-easing {
    transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.attract-hover,
.attract-hover-proximity {
    display: inline-block;

}
.attract-hover:focus{
    border:none;
}
.attract-hover-proximity {
    /*padding: 50px;*/
    margin-top: 50px;

}
.attract-hover-proximity a{
    transition: transform .2s;
    width: 100%;
    float: left;
}
.attract-hover-proximity img
{
    filter: grayscale(100%);
}
.tech-circles{
    border:none;
    cursor: pointer;
    background: none;
}

.attract-hover-proximity a:hover{
    transform: scale(1.1);
}
.attract-hover-proximity a:hover img{
    filter: grayscale(0);
}

/*add color on hover the social icon*/

.social-icons a .fa:hover
{
    color: #5eb046;
}

/*Center red color text*/

.select-plan.pick-a-plan .pick-a-plan-ul h5{
    text-align:center;
    margin-top: 15px;
}

.cart-icn img,.cart-icn span{
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

input[type="text"]:focus
{outline:none;}

.btn-default:focus
{
    outline: none;
}


/*Review center*/
.tab-menus a:last-child div .text{
    line-height: 15px;
}

.tab-menus a:last-child div{
    max-width:300px;
}

.outages-text-content p{
    font-family: 'Lato-Regular';
    font-size: 14px;
    color:#8c8f94;
    line-height: 22px;
    margin:0;
    text-align: justify;
}
.outages-title{
    padding: 0 50px 0 30px;
}
.outages-title h2{
    font-family: 'Lato-Light';
    color:#26272d;
    font-size: 40px;
}
.outages-top{
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 25px 80px 50px 0;
}
.about-us-container .outages-section{
    display:block;
    float:left;
    width: 100%;
}
.outages-bottom{
    padding-right: 30px;
}
.outages-bottom p{
    margin:0;
    margin-left:8px;
}
.outages-bottom .cal-date, .calen, .date{
    display:flex;
    align-items: center;
}
.date{
    margin-left: 12px;
}
.outages-bottom{
    overflow-x:auto;
}
.outages-bottom .table thead th{
    font-family: 'Lato-Medium';
    font-size: 20px;
    font-weight: normal;
    color:#919191;
}
.outages-bottom .table tbody td{
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
}
.outages-bottom .table tbody td:last-child{
    border-right:none;
}
.outages-bottom .table tbody td p{
    font-family: 'Lato-Regular';
    font-size: 14px;
    color:#202020;
}
.outages-bottom .table tbody td h3{
    font-family: 'Lato-Medium';
    font-size: 14px;
    margin:0;
}
.outages-bottom .table tbody td:nth-child(1){
    white-space: nowrap;
}
.outages-bottom .table tbody td .cal-date p{
    font-family: 'Lato-Medium';
    font-size: 14px;
    color:#202020;
}
.outages-bottom .table tbody tr:nth-of-type(odd){
    background: #f4f4f4;
}

[type="search"]
{
    -webkit-appearance: textfield;
}
