/* =========== Typography ========== */

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

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(/font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(/font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Rage-Italic';
    src: url(/font/Rage-Italic.ttf);
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat-Regular';
    color: #000000;
}

/* ======DEFAULT BROWSER STYLE========= */

a:focus {
    text-decoration: none;
}

a:focus, .btn:focus, .btn:active:focus, button:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

ul, p {
    margin-bottom: 0;
}

/*===============Custom Spacing=============*/

.space10 {
    margin-top: 10px;
}

.space20 {
    margin-top: 20px;
}

.space30 {
    margin-top: 30px;
}

.space40 {
    margin-top: 40px;
}

.space50 {
    margin-top: 50px;
}

.space70 {
    margin-top: 70px;
}

.space90 {
    margin-top: 90px;
}

.pad0 {
    padding: 0;
}

.f700 {
    font-weight: 700!important;
}

.f400 {
    font-weight: 400!important;
}

.m0 {
    margin: 0!important;
}

.f22 {
    font-size: 22px !important;
}

.mtop15 {
    margin-top: 15px!important;
}

/*==========================Main Stylesheet=====================================*/

.preheader ul li a, .preheader ul li a:hover {
    color: #808080;
    font-size: 13px;
    text-decoration: none;
}

.preheader {
    padding: 10px 0 0;
    background: #fff;
}

.icons {
    margin-right: 10px;
}

.preheader ul li:nth-child(2) a .icons {
    margin-top: -3px;
}

.preheader .list-inline>li {
    padding-right: 30px;
    padding-left: 0px;
    position: relative;
}

.preheader .list-inline>li:after {
    position: absolute;
    background-color: #808080;
    height: 15px;
    width: 1px;
    content: '';
    right: 12px;
    top: 4px;
}

.preheader .list-inline>li:last-child:after {
    display: none;
}

.preheader .list-inline>li:last-child {
    padding-right: 0;
}

/*-------------------------Navbar------------------------------------*/

.navbar-default .navbar-nav>li>a {
    color: #1f1d1d;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat-Bold';
    padding: 22px 20px !important;
}

.navbar-default .navbar-nav>li>a:after {
    position: absolute;
    content: '/';
    right: -3px;
    color: #a9a7a6;
    top: 22px;
}

.navbar-default .navbar-nav>li:last-child a:after {
    display: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #e74c3c;
    background-color: transparent;
}

.navbar-default .input-group .form-control {
    height: 45px;
    padding: 6px 15px;
    font-size: 14px;
    color: #a2a2a2;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 23px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.navbar-default {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    padding-top: 15px;
}

.navbar-form {
    margin: 10px 0;
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-default .input-group .form-control:focus {
    box-shadow: none;
}

.navbar-default .input-group .btn-default {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
    font-size: 21px;
    padding: 6px 12px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.navbar-brand {
    height: auto;
    padding: 0 15px;
    margin-top: -15px;
}

/*--------------------Banner------------------*/

.banner {
    background: url(/img/banner.jpg)no-repeat;
    background-size: cover;
    padding: 257px 0;
}

.banner h1 {
    font-size: 68px;
    color: #fff;
    font-family: 'Montserrat-Bold';
}

.tag-line {
    font-size: 24px;
    color: #fff;
}

.tag-line span {
    color: #ff6959;
}

.btn-carrier {
    border: 0;
    background: -webkit-linear-gradient(left, #f1663f, #e54231);
    background: -o-linear-gradient(right, #f1663f, #e54231);
    background: -moz-linear-gradient(right, #f1663f, #e54231);
    background: linear-gradient(to right, #f1663f, #e54231);
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    color: #fff;
    text-transform: uppercase;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    padding: 16px 15px;
    border-radius: 40px;
    width: 280px;
    margin-top: 30px;
}

.btn-carrier:hover {
    color: #fff;
    background: -webkit-linear-gradient(left, #e8613b, #db3c2c);
    background: -o-linear-gradient(right, #e8613b, #db3c2c);
    background: -moz-linear-gradient(right, #e8613b, #db3c2c);
    background: linear-gradient(to right, #e8613b, #db3c2c);
}

.top-red {
    background-color: #f7f7f7;
}

/*-------------------How to USe--------------------*/

.how-to-use {
    background-color: #f7f7f7;
    padding: 15px 0 100px;
}

.steps-tag {
    font-size: 20px;
    text-align: center;
    color: #1f1d1d;
    font-family: 'Montserrat-Bold';
}

.arrow {
    position: relative;
}

.arrow:after {
    position: absolute;
    content: '';
    background: url(/img/arrow.png)no-repeat;
    width: 88px;
    height: 8px;
    right: -15%;
    top: 45%;
}

.section-title {
    color: #e74c3c;
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    text-align: center;
    margin: 0;
}

/*-------------------------domestic-payments--------------------------*/

.domestic-payments {
    padding: 70px 0 0;
}

.nav-tabs>li>a {
    font-size: 20px;
    color: #000;
    border: 0;
    background-color: #ededed;
    border-bottom: 1px solid #e74c3c;
}

.nav-tabs>li>a:hover {
    border-color: #e74c3c;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #e74c3c;
    border: 0;
    border-bottom-color: #e74c3c;
}

.nav-tabs {
    border-bottom: 4px solid #e74c3c;
}

.nav-tabs>li:first-child {
    margin-left: 30%;
}

.tab-content {
    background-color: #f7f7f7;
    padding: 15px 15px 25px;
}

.carrier-heading {
    margin: 10px 0 25px;
    color: #e74c3c;
    text-align: center;
}

.logo-box {
    width: 100%;
    background-color: #fff;
    display: table;
    height: 160px;
    border-radius: 4px;
    padding: 20px;
    border: 1px solid transparent;
}

.logo-box:hover {
    border: 1px solid #e74c3c;
}

.img-container {
    display: table-cell;
    vertical-align: middle;
}

.carrier-list {
    margin: 0 0 20px;
    display: flex;
}

.carrier-list.list-inline>li {
    padding: 0 8px;
    width: 20%;
}

/*-----------------------.two-option---------------------------*/

.outline-box {
    border: 1px solid #d7dfeb;
    padding: 60px;
}

.two-option {
    padding: 80px 0 120px;
}

.two-option .btn-carrier {
    width: 360px;
    margin-top: 0;
}

.img-container2 {
    position: relative;
}

.credit-mob {
    position: absolute;
    left: -50px;
    max-width: 242px;
    top: -112px;
    z-index: 9;
}

/*------------------Footer-----------------------*/

footer {
    background: url(/img/footer-banner.png)no-repeat;
    background-size: cover;
}

.scoial-icons {
    margin: 50px 0 0;
}

.scoial-icons.list-inline>li {
    padding-right: 5px;
    padding-left: 0px;
}

footer h4 {
    text-transform: uppercase;
    margin: 0 0 25px;
    font-size: 22px;
    font-family: 'Montserrat-Bold';
    color: #fff;
}

footer .tag-line, .footer-menu li a, .copyright {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.footer-menu li a {
    display: block;
    padding: 3px 0;
}

.footer-menu li:last-child {
    border-bottom: 0;
}

.footer-menu li {
    border-bottom: 1px solid #7e8286;
}

.footer-menu li a:hover {
    text-decoration: none;
    color: #ff5d4c;
}

.bg1 {
    background: rgba(0, 0, 0, 0.36);
    padding: 80px 0 100px 0;
}

.side-space {
    padding: 80px 90px 0 60px;
    width: 100%;
}

.terms-list {
    display: -webkit-inline-box;
}

.terms-list li a {
    font-size: 13px;
    color: #ff5d4c;
}

.terms-list li {
    position: relative;
}

.terms-list li:after {
    position: absolute;
    background-color: #fff;
    height: 12px;
    width: 1px;
    content: '';
    right: -2px;
    top: 5px;
}

.terms-list li:last-child:after {
    display: none;
}

.custom-width {
    width: 45%;
}

.custom-width2 {
    width: 55%;
}

/*----------------Homepage2------------------------*/

.arrow-btn {
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -100%;
    color: rgba(255, 255, 255, 0.51);
}

.arrow-btn:hover {
    color: #fff;
}

/*==================================Products Page=========================*/

.lyca-mobile {
    background-color: #f1f1f1;
    padding: 60px 0 0;
}

.lyca-mobile .logo-box:hover {
    border: 1px solid transparent;
}

.lyca-mobile .scoial-icons {
    margin: 0;
}

.lyca-mobile .scoial-icons li a img {
    width: 30px;
}

.lyca-heading {
    font-size: 36px;
    color: #1f1d1d;
    margin: 0;
    font-family: 'Montserrat-Bold';
}

.hr-line {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cacaca;
}

.review-list li a {
    font-size: 20px;
    color: #eeb74c;
}

.fa-star.empty {
    color: #cdcdcd;
}

.review-list.list-inline>li {
    padding-right: 0px;
    padding-left: 5px;
}

.review-tag a {
    color: #e74c3c;
    font-size: 13px;
}

.review-tag {
    color: #cdcdcd;
}

.inline-look {
    display: -webkit-inline-box;
}

.lyca-mobile .steps-tag {
    text-align: left;
    margin: 20px 0;
}

.lyca-mobile .logo-box {
    height: 223px;
}

.dark-creamy {
    color: #565656;
}

.link {
    color: #e74c3c;
    font-family: 'Montserrat-Bold';
}

.red-box {
    background-color: #e74c3c;
    padding: 30px 45px;
    margin-top: 70px;
    border-top-right-radius: 30px;
}

.red-box .steps-tag {
    margin: 0;
    color: #fff;
}

.red-box .input-group .form-control {
    display: block;
    height: 60px;
    padding: 6px 12px 6px 70px;
    font-size: 14px;
    background: #fff url(/img/mobile.png)no-repeat;
    background-position: 2%;
    border: 0;
    border-radius: 40px;
    box-shadow: none;
    margin-left: 25px;
}

.red-box .row {
    display: flex;
    align-items: center;
}

.red-box .input-group-addon {
    padding: 6px 20px 6px 30px;
    font-size: 20px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #fff;
    text-align: center;
    background-color: #d93d2d;
    border: 0;
    border-radius: 40px;
}

.red-box .input-group {
    margin-left: -60px;
    width: 100%;
}

.select_plan {
    transform: rotate(-8deg);
    color: #fff;
    font-family: 'Rage-Italic';
    font-size: 33px;
}

.select_plan+img {
    float: right;
    margin-top: -15px;
}

.content-box {
    position: absolute;
    bottom: -50px;
}

/*-------------------.plans-range-------------------------------*/

.plans-range {
    padding: 60px 0;
}

.plans-range .input-hidden {
    position: absolute;
    left: -9999px;
}

/*
.plans-range input[type=radio]:checked + label>img,.plans-range input[type=radio] + label>img:hover {
  border:1px solid #e74c3c;
}*/

.plans-range input[type=radio]:checked+label, .plans-range input[type=radio]+label:hover {
    border: 1px solid #e74c3c;
}

.plans-range input[type=radio]+label>img {
    /*  width: 150px;
      height: 150px;*/
    /*  border:1px solid transparent;*/
}

.plans-range input[type=radio]:checked+label>img {
    transform: none;
}

.plan-label {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.square {
    background-color: #e74c3c;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    display: none;
}

.square img {
    margin: 5px auto 0;
    width: 23px;
}

.plans-range input[type=radio]+label:hover .square, .plans-range input[type=radio]:checked+label .square {
    display: block;
}

.amount {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 70px;
    vertical-align: super;
    color: #fff;
    font-family: 'Montserrat-Bold';
}

.amount span {
    font-size: 40px;
    font-family: 'Montserrat-Regular';
    vertical-align: super;
    margin-right: -18px;
}

.plan3 .amount {
    font-family: 'Montserrat-Regular';
    top: 65px;
}

.plan7 .amount, .plan13 .amount {
    color: #000;
}

.plan8 .amount {
    top: 22px;
}

.plan9 .amount {
    color: #e3561e;
}

.plan11 .amount {
    right: 30px;
    color: #ee3e41;
}

.plan12 .amount {
    right: 30px;
    top: 40px;
    color: #e5e126;
}

.plan13 .amount {
    top: 70px;
}

.plan14 .amount {
    font-size: 54px;
    top: 35px;
    right: 28px;
}

.plan14 .amount span {
    font-size: 35px;
}

.plan15 .amount {
    top: 23px;
}

.plan16 .amount {
    right: 10px;
    color: #8dc748;
}

.plan17 .amount {
    right: 45px;
}

.plan18 .amount {
    right: 33px;
    top: 20px;
}

.plan19 .amount {
    top: 48px;
    color: #0b4f8d;
    right: 0;
    font-size: 48px;
    left: 70px;
    text-align: center;
}

.plan19 .amount span {
    font-size: 24px;
    margin-right: -11px;
}

.plan20 .amount {
    right: -11px;
}

.plus {
    margin: 0 !important;
    vertical-align: middle !important;
    position: relative !important;
    left: -20px !important;
}

.dollar {
    margin: 0 !important;
    vertical-align: bottom !important;
    font-size: 28px !important;
    position: relative !important;
    top: -9px !important;
    left: -16px !important;
}

.one {
    margin: 0 !important;
    vertical-align: bottom !important;
    position: relative !important;
    left: -29px !important;
    top: -4px !important;
}

.plan21 .amount {
    color: #ce0000;
}

/*----------- faq -------------*/

.faq {
    background: #f1f1f1;
}

#faq-sec hr, #checkout-sec hr {
    border-top: 1px solid #cacaca;
}

#faq-sec p {
    line-height: 25px;
}

.learn-list li:last-child {
    padding-left: 20px;
    position: relative;
}

.learn-list li:last-child:before {
    content: '|';
    position: absolute;
    left: 4px;
    top: 0;
    color: #6f6e6e;
}

.learn-list li a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.faq-box h5 {
    font-size: 16px;
    font-weight: 700;
}

.faq-box {
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 30px;
}

.faq-box p a {
    color: #e74c3c;
    font-weight: 700;
}

/*---------- thankyou -----------*/

.orange-box {
    background: #e74c3c;
    padding: 35px;
    position: relative;
}

.orange-box h4 {
    color: #fff;
    line-height: 32px;
    font-weight: 700;
    font-size: 16px;
}

.orange-box .media-right a {
    color: #fff;
    text-decoration: underline;
}

.iphone-img {
    position: absolute;
    top: -12%;
    right: 0;
}

.colore74c3c {
    color: #e74c3c;
}

.order-list {
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px 83px;
}

.order-list li {
    font-size: 20px;
    padding: 15px 0 18px 10px;
    border-bottom: 1px solid #ddd;
}

.order-list li:last-child {
    padding-left: 0;
    border: 0;
}

.colorcdd6d7 {
    color: #cdd6d7;
}

.shop-btn, .phone-activation {
    background: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 30px;
    padding: 14px 80px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    text-transform: uppercase;
    position: relative;
}

.shop-btn:hover, .shop-btn:focus, .phone-activation:hover, .phone-activation:focus {
    color: #fff;
    text-decoration: none;
}

.icon-img {
    position: absolute;
    left: 5px;
    top: 4px;
}

.register-list li {
    font-size: 16px;
    padding: 7px 32px;
    position: relative;
}

.register-list li:before {
    content: '';
    background: #e74c3c;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: 8px;
    top: 11px;
    position: absolute;
}

.register-box {
    background: #e6e6e6;
    padding: 23px 20px 20px;
    border-radius: 5px;
}

.register-form .form-control {
    box-shadow: none;
    width: 60%;
    height: 50px;
}

.register-form label {
    font-size: 14px;
    margin-bottom: 10px;
}

.register-form label sup {
    font-size: 14px;
    top: 0;
}

/*------------ checkout ------------*/

.color898989 {
    color: #898989;
}

.pay-box {
    background: #fff;
    padding: 15px 60px 40px;
}

.pay-box select.form-control {
    background: url(/img/arrow-down.png) no-repeat;
    -webkit-appearance: none;
    background-position: 100%;
    color: #a0a5a8;
}

.pay-form label {
    margin-bottom: 10px;
}

.pay-form .form-control {
    height: 55px;
    box-shadow: none;
}

.cards {
    margin-top: 32px;
}

.pay-form .form-group {
    margin-bottom: 22px;
}

.pay-form label sup {
    font-size: 14px;
    top: 0;
}

.opa0 {
    opacity: 0;
}

.round-que {
    width: 20px;
    height: 20px;
    background: #e74c3c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}

.lock-txt {
    color: #a0a5a8;
    font-size: 13px;
}

/*------ checkbox ------*/

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 10px 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 21px;
    height: 21px;
    background: white;
    border: 2px solid #e74c3c;
    border-radius: 5px;
}

.styled-checkbox:checked+label:before {
    background: #e74c3c;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-box {
    background: #e6e6e6;
    padding: 20px 20px 60px;
}

.price-list {
    background: url(/img/Layer-3.png) no-repeat;
    background-size: cover;
    padding: 30px;
    color: #fff;
}

#checkout-sec .order-box hr {
    border-top: 1px solid #e74c3c;
}

.summary-list {
    padding: 0 15px;
}

.summary-list li {
    padding: 10px 0;
}

.dollar-txt {
    color: #2c3e50;
    font-size: 22px;
    padding: 20px 0;
    border-top: 1px solid #cdd8d9;
    border-bottom: 1px solid #cdd8d9;
}

.gray-box {
    background: #dddddd;
    padding: 30px 0;
}

.gray-box h4 {
    color: #e74c3c;
    font-size: 20px;
    text-align: center;
}

.plans-range .total-list {
    color: #1f1d1d;
}

.plans-range .total-list li {
    padding: 5px 0;
}

/*
.modal-content{
    border-radius: 0;
}
.modal-footer button{
    position: absolute;
    top: -18px;
    right: -18px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 20px;
    padding: 0;
    text-align: center;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px 0px #000;
    transition: 300ms ease-in-out;
}
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-body h3{
    color: #e74c3c;
    font-weight: bold;
    font-size: 26px;
}
.modal-body label{
    color: #666;
}
.modal-body{
    padding: 50px 15px;
}
.modal-body .form-control{
    box-shadow: none;
    border-radius: 0;
}*/

.btn-search {
    border: 1px solid #ccc;
    color: #000;
    padding: 7px 10px;
}

/*=========================================== 01.03.2018 ==================================*/

.including_sec {
    padding: 60px 0 80px 0;
}

h1.main_txttitle {
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px 0;
    font-family: 'Montserrat-Bold';
    color: #1f1d1d;
}

.including_sec ul {
    text-align: center;
    /*    display: flex;
        align-items: center;
        width: 100%;*/
}

.including_sec ul li {
    padding: 0 20px;
}

.benifit_sec {
    background: url(/img/top_up/globe_bg.png) no-repeat;
    background-size: cover;
    background-position: 50% 16%;
    padding: 55px 0 90px;
}

.benifit_sec h4 {
    font-size: 28px;
    color: #1f1d1d;
    font-family: 'Montserrat-Regular';
    margin: 0;
    padding-bottom: 15px;
    position: relative;
}

.benifit_sec h4:before {
    content: '\f00c';
    position: absolute;
    font-size: 28px;
    color: #e74c3c;
    top: 0;
    left: -35px;
    font-family: fontAwesome;
}

.benifit_sec p {
    font-size: 14px;
    color: #636262;
    margin: 0;
}

#bgwhite {
    background: #ffffff;
}

#bgwhite .steps-tag {
    padding: 10px 0;
}

#bgwhite.how-to-use {
    padding: 50px 0;
}

#bgwhite.how-to-use .arrow:after {
    right: -17%;
    top: 33%;
}

.international_sec {
    background: url(/img/top_up/bg_banner.png) no-repeat;
    background-size: cover;
    padding: 50px 0 30px;
    color: #ffffff;
}

.international_sec h1 {
    font-size: 57px;
    font-family: 'Montserrat-Bold';
    margin: 0;
    padding-bottom: 10px;
}

.international_sec p {
    font-size: 18px;
    font-family: 'Montserrat-Regular';
}

.provider_sec {
    background: #f7f7f7;
    padding: 50px 0 80px;
}

.idea_ul li {
    position: relative;
    padding: 0 5px;
    cursor: pointer;
}

.idea_ul {
    padding: 20px 0;
}

.white_boxpro {
    background: #ffffff;
    margin-bottom: 50px;
}

.provider_sec hr {
    margin: 20px 25px;
}

.white_boxpro h6 {
    display: inline-block;
    background: #e74c3c;
    padding: 20px 15px;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat-Bold';
}

.white_boxpro h5 {
    display: inline-block;
    color: #161616;
    font-size: 18px;
    padding-left: 15px;
    font-family: 'Montserrat-Bold';
}

.white_boxpro h2 {
    display: inline-block;
    font-size: 24px;
    color: #161616;
}

.white_boxpro h2 img {
    padding-right: 10px;
    padding-left: 80px;
}

.idea_ul li .img_width {
    width: 205px;
}

.idea_ul li:hover .square, .idea_ul li:focus .square, .idea_ul li.active .square {
    display: block;
    transition: 0.8s ease-in-out;
}

.idea_ul li .square {
    position: absolute;
    background-color: #e74c3c;
    width: 30px;
    height: 30px;
    top: 0;
    right: 6px;
    border-bottom-left-radius: 5px;
    display: none;
    transition: 0.8s ease-in-out;
}

.grey_box {
    display: table;
}

.padleft.idea_ul {
    padding-left: 26px;
    padding-top: 0;
}

.grey_box {
    height: 156px;
    width: 205px;
    background: #f7f7f7;
    display: table-cell;
    vertical-align: middle;
}

.grey_box h3 {
    font-size: 24px;
    color: #161616;
    font-family: 'Montserrat-Bold';
    margin: 0;
    padding-top: 10px;
    text-align: center;
}

.grey_box h3 span {
    font-size: 16px;
}

.padleftright {
    padding: 20px 27px 30px;
}

.padleftright.row .shop-btn {
    margin-top: 0;
}

.padleftright .total-list li {
    margin-bottom: 3px;
}

/*=========Media Query============*/

@media(max-width: 1800px) {
    .side-space {
        padding: 60px 0px 0 35px;
    }
}

@media(max-width: 1680px) {
    .custom-width {
        width: 35%;
    }
    .custom-width2 {
        width: 65%;
    }
}

@media(max-width: 1440px) {
    .side-space {
        width: 115%;
    }
    .custom-width {
        width: 20%;
    }
}

@media(max-width: 1366px) {
    .custom-width {
        width: 15%;
    }
}

@media(max-width: 1280px) {
    .custom-width {
        width: 10%;
    }
    footer h4 {
        font-size: 21px;
    }
    .side-space .row.space70 {
        margin-top: 50px;
    }
}

@media(max-width: 1199px) {
    .plan20 .amount {
        right: 6px;
        top: 12px;
        font-size: 38px;
    }
    .one {
        left: -15px !important;
        top: 2px !important;
    }
    .dollar {
        font-size: 20px !important;
        top: 1px !important;
        left: -7px !important;
    }
    .plus {
        left: -8px !important;
    }
    .plan19 .amount span {
        font-size: 20px;
        margin-right: -9px;
    }
    .plan19 .amount {
        top: 40px;
        font-size: 35px;
    }
    .plan14 .amount span {
        font-size: 20px;
    }
    .plan14 .amount {
        font-size: 38px;
    }
    .plan13 .amount {
        top: 58px;
        right: 28px;
    }
    .plan3 .amount {
        top: 58px;
    }
    .amount {
        font-size: 48px;
    }
    .amount span {
        font-size: 25px;
        margin-right: -10px;
    }
    .arrow-btn {
        bottom: -34%;
    }
    .side-space {
        padding: 60px 0px 0 15px;
    }
    footer h4 {
        font-size: 17px;
    }
    .bg1 {
        padding: 80px 0 100px 40px;
    }
    .custom-width2 {
        width: 100%;
    }
    .custom-width {
        width: 0;
    }
    .credit-mob {
        left: -70px;
    }
    .two-option .btn-carrier {
        width: 300px;
        font-size: 14px;
    }
    .outline-box {
        padding: 60px 25px;
    }
    .banner {
        padding: 90px 0;
    }
    .arrow:after {
        background-size: 71px;
        right: -22%;
    }
    .orange-box h4 {
        font-size: 14px;
    }
    .register-box h3 {
        font-size: 20px;
    }
    .register-list li {
        font-size: 15px;
    }
    .order-list li {
        font-size: 19px;
    }
    .order-box {
        padding: 14px 14px 60px;
    }
    .summary-list li {
        font-size: 11px;
    }
    .price-list {
        padding: 15px;
    }
    /*============ 01.03.2018 ==============*/
    .idea_ul li .img_width {
        width: 170px;
    }
    .grey_box {
        height: 130px;
        width: 170px;
    }
    .padleft.idea_ul {
        padding-left: 16px;
    }
    .benifit_sec p {
        font-size: 12px;
    }
    .including_sec ul li {
        padding: 0 10px;
    }
    #bgwhite.how-to-use .arrow:after {
        right: -25%;
    }
    .international_sec {
        background-position: 50% 50%;
    }
}

@media(max-width: 991px) {
    .plan20 .amount {
        top: 2px;
    }
    .plan19 .amount span {
        font-size: 15px;
        margin-right: -5px;
    }
    .plan19 .amount {
        top: 32px;
        font-size: 25px;
    }
    .plan14 .amount {
        font-size: 28px;
        top: 26px;
        right: 24px;
    }
    .plan14 .amount span {
        font-size: 15px;
    }
    .plan14 .amount {
        font-size: 28px;
    }
    .plan13 .amount {
        top: 45px;
    }
    .plan12 .amount {
        top: 32px;
    }
    .plan3 .amount {
        top: 45px;
    }
    .amount span {
        font-size: 18px;
        margin-right: -8px;
    }
    .amount {
        font-size: 35px;
    }
    .red-box .steps-tag {
        margin: 20px 0 0;
    }
    .select_plan+img {
        float: none;
        position: relative;
        left: 50px;
    }
    .content-box {
        position: relative;
        bottom: -20px;
        text-align: center;
    }
    .red-box .row {
        display: block;
    }
    .red-box .input-group {
        margin-left: 0;
    }
    .bg1 {
        padding: 65px 0 100px 15px;
    }
    .side-space {
        padding: 50px 0px 0 0px;
    }
    .side-space .row.space70 {
        margin-top: 28px;
    }
    .terms-list li a, footer .tag-line, .footer-menu li a, .copyright {
        font-size: 12px;
    }
    .side-space {
        width: 100%;
    }
    .credit-mob {
        left: -56px;
        max-width: 190px;
        top: -90px;
    }
    .two-option .btn-carrier {
        width: 248px;
        font-size: 12px;
    }
    .outline-box {
        padding: 45px 10px;
    }
    .logo-box {
        height: 120px;
        padding: 15px;
    }
    .arrow:after {
        background-size: 50px;
        right: -34%;
    }
    .banner h1 {
        font-size: 55px;
    }
    .steps-tag {
        font-size: 16px;
    }
    .navbar-default .navbar-nav>li>a:after {
        top: 17px;
    }
    .navbar-brand>img {
        width: 140px;
    }
    .navbar-brand {
        margin-top: 0px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 16px 11px !important;
    }
    .navbar-default .input-group .form-control {
        height: 33px;
        padding: 6px 15px;
        font-size: 13px;
    }
    .navbar-default .input-group .btn-default {
        font-size: 15px;
        padding: 5px 10px;
    }
    .iphone-img {
        position: relative;
        margin: 0 auto;
    }
    .orange-box h4 {
        font-size: 16px;
        margin-top: 0;
    }
    .register-box {
        margin-top: 30px;
    }
    .summary-list li {
        font-size: 14px;
    }
    .summary-list ul {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    /*========== 01.03.2018 ===============*/
    .international_sec h1 {
        font-size: 40px;
    }
    .international_sec p {
        font-size: 13px;
    }
    .idea_ul li .img_width {
        width: 125px;
    }
    .grey_box {
        height: 125px;
        width: 125px;
    }
    .grey_box h3 {
        font-size: 18px;
    }
    .grey_box h3 span {
        font-size: 12px;
    }
    .padleftright .total-list li {
        font-size: 12px;
    }
    .steps-tag {
        font-size: 13px;
    }
    #bgwhite.how-to-use .arrow:after {
        background-size: 50px;
        right: -34%;
    }
    .benifit_sec h4 {
        padding-left: 20px;
    }
    .benifit_sec h4:before {
        left: -15px;
    }
    .including_sec ul li {
        padding: 0 3px;
    }
    .including_sec ul li img {
        width: 90px;
    }
}

@media(max-width: 767px) {
    .plan19 .amount span {
        font-size: 26px;
        margin-right: -5px;
    }
    .plan19 .amount {
        top: 50px;
        font-size: 48px;
    }
    .plans-range input[type=radio]+label>img {
        width: 100%;
    }
    .dollar {
        font-size: 28px !important;
    }
    .plan20 .amount {
        font-size: 60px;
    }
    .plan18 .amount {
        right: 49px;
    }
    .plan16 .amount {
        right: 20px;
    }
    .plan14 .amount {
        font-size: 55px;
        top: 30px;
        right: 42px;
    }
    .plan14 .amount span {
        font-size: 30px;
    }
    .plan13 .amount {
        top: 77px;
        font-size: 55px;
        right: 53px;
    }
    .plan13 .amount span {
        font-size: 30px;
    }
    .plan12 .amount {
        top: 44px;
        right: 46px;
    }
    .plan3 .amount {
        top: 65px;
    }
    .amount span {
        font-size: 40px;
        margin-right: -15px;
    }
    .amount {
        font-size: 70px;
        right: 30px;
    }
    .plan-label {
        display: block;
    }
    .lyca-mobile .scoial-icons {
        float: none !important;
        margin: 10px 0 0;
    }
    .lyca-mobile .logo-box {
        height: 175px;
        margin-bottom: 20px;
    }
    .content-box {
        bottom: -15px;
    }
    .red-box .input-group {
        margin-left: -25px;
    }
    .red-box {
        padding: 30px 15px;
    }
    .red-box .input-group-addon {
        padding: 6px 15px 6px 30px;
        font-size: 16px;
    }
    .red-box .input-group .form-control {
        height: 44px;
        background-size: 35px;
    }
    .red-box .steps-tag {
        margin: 0 0 15px;
    }
    .arrow-btn {
        bottom: -44%;
    }
    .preheader .list-inline>li {
        padding-right: 10px;
    }
    .preheader .list-inline>li:after {
        right: 3px;
    }
    .preheader ul li a {
        font-size: 12px;
    }
    .preheader .text-right {
        text-align: center;
    }
    .footer-menu {
        width: 120px;
    }
    .terms-list {
        display: block;
    }
    .terms-list li {
        display: block;
    }
    footer h4 {
        margin-top: 40px;
    }
    .side-space {
        padding: 0 0 50px;
    }
    footer .pad0 {
        padding: 30px 15px;
    }
    .two-option {
        padding: 40px 0 50px;
    }
    .outline-box {
        text-align: center;
    }
    .two-option .btn-carrier {
        width: 300px;
        font-size: 14px;
    }
    .two-option .btn-carrier.pull-right {
        float: none !important;
    }
    .credit-mob {
        left: 0;
        max-width: 100%;
        top: 0;
        margin-top: 20px;
        position: relative;
    }
    .nav-tabs>li:first-child {
        margin-left: 10px;
    }
    .nav-tabs>li>a {
        font-size: 14px;
    }
    .logo-box {
        height: 160px;
        width: 300px;
        margin: 0 auto 10px;
    }
    .carrier-list {
        margin: 0;
        display: block;
    }
    .carrier-list.list-inline>li {
        padding: 0 8px;
        width: 100%;
    }
    .how-to-use {
        padding: 30px 0 50px;
    }
    .banner {
        background-position: center;
    }
    .section-title {
        font-size: 22px;
    }
    .btn-carrier {
        font-size: 14px;
        padding: 12px 15px;
        width: 200px;
    }
    .tag-line {
        font-size: 17px;
        color: #fff;
    }
    .banner h1 {
        font-size: 32px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #e74c3c;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-form, .navbar-default .navbar-toggle {
        border: 0;
    }
    .navbar-default .navbar-nav>li>a:after, .arrow:after, .terms-list li:after {
        display: none;
    }
    .navbar-collapse {
        padding: 0 15px;
    }
    .orange-box .media-left {
        display: block;
        text-align: center;
    }
    .order-list li {
        font-size: 14px;
    }
    .register-form .form-control {
        width: 100%;
    }
    .orange-box {
        padding: 20px;
    }
    .pay-box {
        padding: 15px 18px 40px;
    }
    .pay-form h3 {
        font-size: 19px;
    }
    .pay-form .col-md-6 {
        margin-top: 20px;
    }
    .summary-list li {
        font-size: 13px;
    }
    .modal-body h3 {
        font-size: 22px;
    }
    .btn-search {
        margin-top: 16px;
        display: block;
    }
    /*============ 01.03.2018 ===============*/
    .international_sec h1 {
        font-size: 30px;
    }
    .white_boxpro h6 {
        padding: 13px 15px;
    }
    .idea_ul li .img_width {
        width: 150px;
    }
    .grey_box {
        height: 150px;
        width: 150px;
    }
    .padleftright .total-list li {
        font-size: 11px;
    }
    .padleftright.row .shop-btn {
        float: left;
        margin-top: 20px;
    }
    .benifit_sec h4, .benifit_sec p {
        padding-left: 35px;
    }
    .benifit_sec h4:before {
        left: 0;
    }
    .benifit_sec p {
        margin-bottom: 20px;
    }
    .benifit_sec h4 {
        padding-bottom: 5px;
    }
    .idea_ul {
        padding: 20px 0 3px;
    }
    h1.main_txttitle {
        font-size: 20px;
    }
    .including_sec ul li img {
        width: 70px;
        padding-bottom: 15px;
    }
    .including_sec ul li {
        padding: 0 5px;
    }
    .white_boxpro h2 {
        display: block;
        text-align: center;
    }
    .white_boxpro h2 img {
        padding-left: 0;
    }
}

@media(max-width: 375px) {
    .plan19 .amount {
        top: 44px;
    }
    .plan14 .amount {
        font-size: 44px;
        right: 34px;
    }
    .plan14 .amount span {
        font-size: 24px;
    }
    .plan13 .amount {
        top: 72px;
        right: 35px;
    }
    .amount span {
        font-size: 27px;
        margin-right: -10px;
    }
    .amount {
        font-size: 50px;
    }
    .credit-mob {
        max-width: 200px;
    }
    .two-option .btn-carrier {
        width: 260px;
        font-size: 12px;
    }
    .logo-box {
        width: 260px;
    }
    .steps-img {
        width: 150px;
    }
    .how-to-use .steps-tag {
        margin-bottom: 30px;
    }
    .shop-btn {
        padding: 14px 60px;
    }
    .plans-range .total-list li {
        font-size: 12px;
    }
    /*========= 01.03.2018 ====================*/
    .padleft.idea_ul {
        padding-left: 0;
        text-align: center;
    }
    .padleftright .total-list li {
        font-size: 9px;
    }
    .provider_sec {
        padding: 40px 0 30px;
    }
    .benifit_sec h4 {
        font-size: 22px;
    }
}

@media(max-width: 320px) {
    .dollar {
        font-size: 18px !important;
    }
    .plan20 .amount {
        font-size: 45px;
    }
    .plan19 .amount {
        font-size: 34px;
    }
    .plan14 .amount span, .plan19 .amount span {
        font-size: 20px;
    }
    .plan14 .amount {
        font-size: 36px;
    }
    .plan13 .amount span {
        font-size: 22px;
    }
    .plan13 .amount {
        font-size: 38px;
    }
    .amount span {
        font-size: 20px;
        margin-right: -10px;
    }
    .amount {
        font-size: 40px;
    }
    .logo-box {
        width: 210px;
    }
    .steps-img {
        width: 150px;
    }
    .how-to-use .steps-tag {
        margin-bottom: 30px;
    }
    .faq-box {
        padding: 20px;
    }
    .shop-btn {
        padding: 14px 49px;
        font-size: 14px;
    }
    .orange-box {
        padding: 12px;
    }
    .order-list {
        padding: 10px 11px 83px;
    }
    .order-list li {
        font-size: 12px;
    }
    .summary-list li {
        font-size: 11px;
    }
    .styled-checkbox+label {
        font-size: 13px;
    }
    .plans-range .total-list li {
        font-size: 11px;
    }
    .modal-body h3 {
        font-size: 19px;
    }
}

.login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    float: none;
    background: #fff;
}

.login-form-1 h3 {
    text-align: center;
    color: #333;
}

.login-form-2 {
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3 {
    text-align: center;
    color: #fff;
}

.login-container form {
    padding: 10%;
}

.btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}

.login-form-2 .btnSubmit {
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}

.login-form-2 .ForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .ForgetPwd {
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.login-form-2 a {
    color: #fff;
}

.carrierlist li.list-group-item {
    padding: 10px 30px;
    width: 50%;
    float: left;
}

/*============================================================
BACKGROUND COLORS
============================================================*/

.db-bk-color-one {
    background-color: #f55039;
}

.db-bk-color-two {
    background-color: #46A6F7;
}

.db-bk-color-three {
    background-color: #47887E;
}

.db-bk-color-six {
    background-color: #F59B24;
}

/*============================================================
PRICING STYLES
==========================================================*/

.db-padding-btm {
    padding-bottom: 50px;
}

.db-button-color-square {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.db-button-color-square:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
}

.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 30px;
}

.db-pricing-eleven ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}

.db-pricing-eleven ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.db-pricing-eleven ul li i {
    margin-right: 5px;
}

.db-pricing-eleven .price {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px 20px 20px;
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF;
}

.db-pricing-eleven .price small {
    color: #B8B8B8;
    display: block;
    font-size: 12px;
    margin-top: 22px;
}

.db-pricing-eleven .type {
    background-color: #52E89E;
    padding: 50px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
}

.db-pricing-eleven .pricing-footer {
    padding: 20px;
}

.db-attached>.col-lg-4, .db-attached>.col-lg-3, .db-attached>.col-md-4, .db-attached>.col-md-3, .db-attached>.col-sm-4, .db-attached>.col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.db-pricing-eleven.popular {
    margin-top: 10px;
}

.db-pricing-eleven.popular .price {
    padding-top: 80px;
}

.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.alert-message h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.alert-message p:last-child {
    margin-bottom: 0;
}

.alert-message code {
    background-color: #fff;
    border-radius: 3px;
}

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

.alert-message-success h4 {
    color: #3C763D;
}

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.alert-message-danger h4 {
    color: #d9534f;
}

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.alert-message-warning h4 {
    color: #f0ad4e;
}

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.alert-message-info h4 {
    color: #5bc0de;
}

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

.alert-message-default h4 {
    color: #000;
}

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

.alert-message-notice h4 {
    color: #444;
}

.notice:first-child {
    margin-top: 10px;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-danger {
    border-color: #d73814;
}

.notice-danger>strong {
    color: #d73814;
}