@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?shwjjq');
  src:  url('fonts/icomoon.eot?shwjjq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?shwjjq') format('truetype'),
    url('fonts/icomoon.woff?shwjjq') format('woff'),
    url('fonts/icomoon.svg?shwjjq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
    font-family: 'tondobold';
    src: url('fonts/tondo_std_bold-webfont.woff2') format('woff2'),
         url('fonts/tondo_std_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tondoregular';
    src: url('fonts/tondo_std-webfont.woff2') format('woff2'),
         url('fonts/tondo_std-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tondolight';
    src: url('fonts/tondo_std_lt-webfont.woff2') format('woff2'),
         url('fonts/tondo_std_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
  scroll-behavior: smooth;
}
body, p {
    font-family: 'tondoregular';
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    color:#393939;
    letter-spacing: 0;
}
b, strong {
    font-weight: 700;
    color: #393939;
}
.no-padding{
  padding: 0;
}
.small_title b{
  font-weight: 600;
}
.se-pre.wge {
    background: #000000c7;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
}
body.wg{
    overflow-y: hidden;
}
a{
  font-family: 'tondoregular';
  color: #222d35;
  font-weight: normal;
  letter-spacing: 0.8;
}
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
  text-decoration: none;
}
h1 , h2, h3, h1 p, h2 p, h3 p{
  color: #393939;
  font-family: 'tondobold';
  line-height: 0.9;
  margin-bottom: 5px;
  margin-top: 5px;
}
h1 p{
  font-size: 32px;
}
.slick-slide {
    height: auto;
}
@media (min-width: 768px){
  .container {
      width: 98%;
  }
  .page-id-854 .hero-banner .container {
      width: 100%;
      padding-right: 0;
  }
}
@media (min-width: 1200px){
  .page-id-854 .hero-banner .container {
      width: 100%;
      padding-right: 0;
  }
  .container {
      width: 94%;
  }
}
@media (max-width: 767px){
  .container {
      padding:0;
  }
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-card:before {
  content: "\e901";
  color: #fff;
}
.icon-download:before {
  content: "\e902";
}
.icon-edit:before {
  content: "\e903";
  color: #fff;
}
.icon-Group-11111:before {
  content: "\e904";
  color: #fff;
}
.icon-Group-11114:before {
  content: "\e905";
  color: #fff;
}
.icon-Group-11119:before {
  content: "\e906";
  color: #fff;
}
.icon-information:before {
  content: "\e907";
  color: #fff;
}
.icon-sim-1:before {
  content: "\e908";
  color: #fff;
}
.icon-stand-by-button:before {
  content: "\e909";
  color: #fff;
}
.icon-g:before {
  content: "\e90a";
  color: #fff;
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
	overflow: hidden;
}

.preloader-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: center;
}

.preloader-wrap img{
	width: 500px;
}
/* ================ end Loader =================*/

/* ================ Header =================*/
.header-full{
	position:relative;
	z-index:10;
}
.header-top {
    background: #f2f2f2;
    padding-top: 2px;
    padding-bottom: 2px;
	display: none;
}
.empty-page {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
h1.entry-title{
	margin-bottom:20px;
}
.back-h a {
    background: #e40000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}
.header-top ul#menu-header-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.header-top ul#menu-header-nav li{
    display: inline-block;
    padding: 5px 10px;
}
.header-top ul#menu-header-nav li a{
    color: #878787;
}
.header-top .right .btn-primary {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}
.header-top .right .btn {
    padding: 6px 5px 1px 4px;
}
.header-top .right .btn i.fa.fa-chevron-down {
    margin-top: 5px;
    float: right;
    margin-left: 8px;
    font-size: 12px;
}
.header-top .right, .left, .header-right-top {
    float: right;
}
.header-right-top{
    margin-top: 5px;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}
.header-top .right a.dropdown-item {
    width: 100%;
    float: left;
    padding: 4px 10px;
}
.header-top .right .dropdown-menu {
    min-width: 100px;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.header-top ul#menu-header-nav li.current-menu-item a,
.single-post .header-top ul#menu-header-nav li#menu-item-23 a{
    color: #E40000;
}
.header-top ul#menu-header-nav li:last-child a{
    /*border-right: 1px solid #878787;
    padding-right: 15px;*/
}
a.mega-menu-link {
    letter-spacing: 1;
    font-family: 'tondoregular' !important;
}
.menu_slip{
    padding-top: 5px;
    -webkit-box-shadow: 0 5px 6px rgb(0 0 0 / 18%);
    box-shadow: 0 5px 6px rgb(0 0 0 / 18%);
    position: relative;
}
ul.mega-sub-menu{
    -webkit-box-shadow: 0px 5px 20px #00000012 !important;
    box-shadow: 0px 5px 20px #00000012 !important;
}
.header-top .search, .menu_slip .search {
    position: absolute;
    right: 8%;
    top: 23px;
    text-align: right;
    width: 76%;
}
.mega-sub-menu li a{
  font-weight: normal !important;
}
li#mega-menu-item-38 a, 
li#mega-menu-item-50 a, 
li#mega-menu-item-53 a,
li#mega-menu-item-1099 a, 
li#mega-menu-item-1101 a, 
li#mega-menu-item-1100 a {
    font-size: 15px !important;
    font-weight: bold !important;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 2px;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item.mega-current-menu-item.mega-menu-item-54 > a.mega-menu-link {
    border-color: transparent !important;
}
.menu-bar {
    text-align: right;
    margin-right: 30px;
}
li#mega-menu-item-54{
    position: relative;
}
li#mega-menu-item-54:before {
    height: 39px !important;
    position: absolute !important;
    top: 8px !important;
    width: 1px !important;
    background: #393939 !important;
    content: '' !important;
    display: block !important;
}
li#mega-menu-item-54:hover :before {
    display: inline-block !important;
}
li#mega-menu-item-54 a {
    color: #393939 !important;
    text-transform: capitalize !important;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item a.mega-menu-link:before {
    font-size: 18px !important;
}
.menu_slip #search-icon {
    position: absolute;
    top: 41%;
    right: 5%;
}
.menu_slip{
    position: relative;
    background: #fff;
}
.logo {
    margin-top: 12px;
}
.hero-banner.searcher {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 50px;
    background: #F2F2F2;
}
.search-row {
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}
.paration {
  font-family: 'tondolight';

}
.category-26 .paration {
    font-family: 'tondolight';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 100;
    -webkit-box-orient: vertical;
}
li#mega-menu-item-6249 a {
    text-transform: capitalize !important;
}
.title-search{
    color: #ED1C24;
    font-size: 18px;
}
.xx {
    margin-top: 10px;
}
.post-cus {
    margin-top: 50px;
    margin-bottom: 50;
}
.hero-banner.cat {
    background: #F2F2F2;
    padding-top: 5%;
    padding-bottom: 7%;
}
.hero-banner.cat.none {
    display: none;
}
.category.banner h1 {
    color: #E40000;
    font-size: 58px;
    font-weight: 100;
    font-family: 'tondoregular';
}
.yoast_breadcrumb {
    background: #F4F4F4;
    padding: 20px 15px;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}
.search.result h1{
    font-family: 'tondoregular';
    font-size: 38px
}
p#“breadcrumbs” {
    font-size: 15px;
}
.yoast_breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
}
.carrer_banner .yoast_breadcrumb a {
    font-weight:600;
}

.category.banner .icon-Group-11111:before {
    color: #e61d1d;
}
@media(max-width:360px){
    .xx {
        padding-left: 15px;
        padding-right: 15px;
    }
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link{
	font-weight: 600 !important;
	padding: 0 25px;
	font-size: 13px;
}
@media(max-width: 1200px){
  #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link {
      padding: 0 15px !important;
  }
}
/* --------- menu mobile ----------------------- */
.menu-bar.mobile{
        display: none !important;
}
.menu-bar.desktop{
        display:block;
    }
@media(max-width:1110px){
    .menu-bar.mobile{
        display:inline-block !important;
    }
    .menu-bar.desktop{
        display:none;
    }
    #mega-menu-wrap-Primary-Menu .mega-menu-toggle + #mega-menu-Primary-Menu {
        display: block !important;
    }
    #mega-menu-wrap-Primary-Menu .mega-menu-toggle {
        display: none;
    }
    #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link:after {
        content:'';
        display: block;
        width: 100%;
        border-bottom: 1px solid #ed1c2438;
    }
     #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link {
        margin-top:15px !important;
        margin-bottom:15px !important;
        font-weight: bold;
    }
    a.dashicons-smartphone.mega-menu-link {
        display: none !important;
    }
    #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: right;
        font-size: 22px;
    }
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link{
	transition: .5s;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link:hover{
	color: #ee1c25 !important;
}
.mobitel-nav-bottom {
    background: #E5E5E5;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 15px 15px 50px 15px;
    bottom: 0;
    left: 0;
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.mobitel-nav-bottom .btn-primary {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #393939;
    font-size: 16px;
    padding-left: 0;
    font-weight: bold;
}
.mobitel-nav-bottom .btn-primary i.fa.fa-chevron-down {
    float: right;
}
.mobitel-nav-bottom ul#menu-header-nav-1 {
    padding-left: 0;
    list-style: none;
	display: none;
}
.mobitel-nav-bottom ul#menu-header-nav-1 li a {
    padding-left: 0;
    font-size: 16px;
    color: #393939;
    font-weight: bold;
    text-transform: uppercase;
}
.mobitel-nav-bottom .dropdown-menu {
    width: 100%;
}
.mobitel-nav-bottom .btn-primary.active, .mobitel-nav-bottom .btn-primary:active, .mobitel-nav-bottom .open>.dropdown-toggle.btn-primary {
    color: #393939;
    background-color: transparent;
    border-color: transparent;
}
.mobitel-nav-bottom ul#menu-header-nav-1 li, .mobitel-nav-bottom .dropdown {
    border-bottom: 1px solid #0003;
}
.mobitel-nav-bottom .btn-section {
    width: 100%;
}
.mobitel-nav-bottom .btn-section a.colored {
    margin-right: 0px;
    padding: 15px 5px;
    font-size: 18px;
    width: 100%;
}
a.sidenav-logo {
    float: left;
    position: absolute;
    top: 13px;
    left: -26px;
}
.menu-bar.mobile {
    font-size: 30px;
    cursor: pointer;
    float: right;
    padding-top: 7px;
    display: inline-block;
    padding-top: 17px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
}
.mobitel-nav-top {
    margin-bottom: auto;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: -1px;
    font-size: 36px;
    margin-left: 50px;
    color: #000;
}
.header-menu-ham {
    margin-top: 12px;
    margin-left: 0;
}
@media(max-width: 1024px){
  .menu-bar.mobile {
      padding-top: 0px;
  }
}
@media(max-width:767px){
    .header-top .search, .menu_slip .search {
        position: absolute;
        right: 1%;
        top: 23px;
        text-align: right;
        width: 99%;
    }
    .menu-bar.mobile {
      padding-top: 17px;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media (max-width: 480px) {
    .menu-bar.mobile {
        padding-top: 15px;
    }
    .mobitel-nav-bottom .btn-primary {
        font-size: 14px;
    }
    .mobitel-nav-bottom ul#menu-header-nav-1 li a {
        font-size: 14px;
    }
}

/* ------------------ end menu mobile -------------------*/
@media(min-width: 1200px){
  .header-right-top{
    display: none;
  }
}
@media(max-width: 1199px){
  .header-right-top{
    display: block;
  }
}
@media(max-width: 1110px){
    .logo {
        margin-top: 12px;
        margin-bottom: 15;
    }
    .menu-section {
        margin-top: 7px;
    }
    .menu_slip #search-icon {
        right: 12%;
        width: auto;
        top: 30%;
        padding-top: 6px;
        height: 23px;
        text-align: center;
        cursor: pointer;
    }
    .header-top{
        display:none;
    }
    input.search-field {
        height: 57px;
    }
    .header-top .search, .menu_slip .search {
        right: 7%;
    }
    #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    ul.mega-sub-menu {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }
}
@media(max-width: 991px){
  .menu-bar {
    text-align: center;
    margin-right: 0;
  }
  .header-menu-ham {
    margin-top: 9px;
  }
  li#mega-menu-item-54:before {
        display:none !important;
   }
}
@media(max-width: 767px){
    li#mega-menu-item-54 a {
        color:#fff !important;
    }
    .menu_slip #search-icon {
        right: 16%;
        font-size: 20px;
        top: 31%;
        z-index: 99;
    }
    .header-top .search, .menu_slip .search {
        right: 1%;
    }
    li#mega-menu-item-54:before {
        display: none !important;
    }
}
@media (max-width: 480px){
    .menu_slip #search-icon {
      right: 16%;
      top: 30%;
    }
}
@media (max-width: 360px){
    .menu_slip i#search-icon {
        top: 36%;
    }
}
/* ====================== End Header =================== */

/* ====================== search bar =================== */
.header-right{
  text-align: right;
  margin-top: 8px;
}
.menu_slip .search ul, .header-top .search ul{
  list-style: none;
  padding:0;
}
.menu_slip .search .togglesearch, .header-top .search .togglesearch {
    position: absolute;
    top: -21px;
    right: 0px;
    width: 98%;
    display: none;
    z-index: 999;
}
form.search-form {
    position: relative;
}
button#close-button {
    position: absolute;
    right: 13px;
    font-size: 32px;
    top: -3px;
    background: transparent;
    border: 0;
}
.menu_slip .search .togglesearch input[type="text"], .header-top .search .togglesearch {
    width: 74%;
    padding: 5px 3px;
    margin-left: 23px;
    border: 1px solid #000;
    outline: none;
}
.menu_slip .search .togglesearch input[type="button"], .header-top .search .togglesearch{
    padding: 5px;
    background: #000;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
}
input.search-field, input#is-search-input-966 {
    width: 100%;
    padding: 8px 20px;
    border: 2px solid #393939;
    height: 65px;
    border-radius: 37px;
    margin-top: -2px;
	  font-size: 16px;
    /*border-radius: 37px;*/
}
.menu_slip span.is-search-icon {
    display: none !important;
}
.menu_slip .is-form-style.is-form-style-3 label {
    width: 100% !important;
}
input.search-field:focus-visible {
    outline: 0px;
}
@media(min-width: 992px){
    .menu_slip .search{
      display: block;
    }
    .header-top .search{
      display: none;
    }
}
@media(max-width: 1024px){
  .menu-bar.mobile {
      padding-top: 0px;
  }
}
@media(max-width: 991px){
    .header-top .search {
        display: block;
        position: relative;
        right: unset;
        top: unset;
        float: right;
        padding-top: 5px;
        padding-left: 5px;
    }
    #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu {
      text-align: center;
    }
    .menu-bar.mobile {
        padding-top: 16px;
    }
}
@media (max-width: 840px){}
  .menu-bar.mobile {
      padding-top: 1px;
  }
}
@media (max-width: 767px){
    .logo {
        text-align: left;
        display: inline-block;
        margin-top: 1px;
        padding-top: 10px;
        padding-left: 25px;
        margin-bottom: 6px;
        padding-bottom: 10px;
    }
    .menu-bar {
        text-align: center;
        margin-right: 0px;
        margin-top: -8%;
        padding-bottom: 22px;
        padding-top: -8% !important;
    }
    ul#mega-menu-Primary-Menu {
        margin-top: 15px !important;
    }
    .header-top ul#menu-header-nav li {
        padding: 5px 6px;
    }
    .menu_slip {
        padding-bottom: 0px;
        padding-left: 0px;
    }
    button#close-button {
        position: absolute;
        right: 13px;
        font-size: 32px;
        top: 3px;
        background: transparent;
        border: 0;
    }
}
@media (max-width: 600px){
  .menu-bar {
      margin-top: -14%;
  }
}
@media (max-width: 480px){
  .menu-bar {
    margin-top: -14%;
    padding-bottom: 0px;
  }
}

/* ====================== end search bar =================== */

/* ====================== slider =================== */
.hero-banner .slider {
    padding-top: 0px;
}
.slider .left, .banner .banner-left{
    float: left;
    margin-top: 8.5%;
}
.banner .banner-left{
    margin-top: 10.5%;
}
.slider .left{
    float: left;
    margin-top: 8.5%;
    margin-left: 15px;
}
.banner-left p, .entertainment-banner .banner-left p{
    font-size: 19px;
    font-family: 'tondolight';
}
.slider .right{
    float: right;
}
.full-slider, .entertainment-banner {
    background-repeat: no-repeat;
    background-position: 65% 50%;
    background-size: cover;
}
.entertainment-banner {
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 50px;
}
.banner.with_bg .full-slider {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 10%;
    padding-top: 10%;
}
.banner.with_bg .banner-left {
    margin-top: 2%;
}
.slider .left h1, .banner .banner-left h1 p, .entertainment-banner .banner-left h1 p{
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner .banner-left h1 p, .entertainment-banner .banner-left h1 p{
    font-size: 3.7vw;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'tondoregular';
}
.page-id-854 .banner .banner-left h1 p{
    font-size: 45px;
}
.entertainment-banner .banner-left h1 p{
    font-size: 58px;
}
.small_title p{
    font-size: 3vw;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 60px;
}
.hero-banner .small_title p {
    font-weight: normal;
}
.btn-section{
    display: inline-block;
    margin-top: 40px;
}
.btn-section a.colored {
    background: #ED1C24;
    margin-right: 20px;
    color: #fff;
    font-weight: normal;
    font-family: 'tondolight';
	font-size: 15px;
}
.btn-section a {
    border: 1px solid #ED1C24;
    color: #ED1C24;
    border-radius: 5px;
    padding: 10px 40px;
    min-width: 212px;
    text-align: center;
    font-size: 1.1vw;
    display: inline-block;
    letter-spacing: 0.5;
    font-family: 'tondoregular';
    transition: all 500ms ease; 
    position: relative;
}
.btn-section a:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hero-banner .slick-dots li {
    width: 40px;
    height: 20px;
}
.hero-banner .slick-dots li button {
    width: 50px;
    height: 5px;
    padding: 5px;
    margin-right: 10px;
}
.hero-banner .slick-dots li button:before {
    margin-right: 5px;
    width: 40px;
    height: 5px;
    background: #747474;
    color: transparent;
    border-radius: 4px;
}
.hero-banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.hero-banner .slick-dots {
    bottom: 8px;
}
.entertainment-banner .slick-dots {
    margin-top: 24px;
    z-index: 999;
    position: revert;
    text-align: left;
}
.entertainment-banner .slick-dots li button:before {
    margin-right: 2px;
    width: 15px;
    height: 5px;
    background: #e40000;
    color: transparent;
    border-radius: 4px;
}
.entertainment-banner .slick-dots li.slick-active button:before {
    width: 40px !important;
}
.entertainment-banner .slick-dots li button{
    width: 15px !important;
}
.entertainment-banner .slick-dots li.slick-active button{
    width: 50px !important;
}
.entertainment-banner .slick-dots li {
    width: 15px;
}
.entertainment-banner .slick-dots li.slick-active{
    width: 40px !important;
}
.entertainment-banner .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: -5px;
    line-height: 28px;
}
.entertainment-banner p{
    color: #fff;
}
.img-section {
    position: relative;  
}
.img-section img{
    border-radius: 10px;
}
.entertainment-banner .img-section-bottom {
    position: absolute;
    bottom: 5px;
    left: 15px;
}
.entertainment-banner .img-section-bottom p{
    color: #fff !important;
}
.entertainment-banner .banner-left h1 p, .entertainment-banner .banner-left p{
    color: #393939;
}
.entertainment-banner .banner-left{
    padding-left: 10%;
    margin-top: 20%;
}
.page-id-369 .hero-banner {
    padding-top: 20px;
}
@media(max-width: 1366px){
  .btn-section a {
      padding: 13px 40px;
  }
}
@media(max-width: 1280px){
  .slider .left h1{
      font-size: 50px;
  }
  .small_title p{
      font-size: 30px;
      line-height: 45px;
  }
  .btn-section a {
      font-size: 16px;
      padding: 10px 25px;
  }
  .slider .left {
      margin-top: 3%;
  }
  .slider .right img{
      width: 80%;
      display: inline-block;
  }
  .slider .right{
    text-align: right;
  }
  .btn-section a {
      min-width: 184px;
  }
}
@media(max-width: 1280px){
    .slider .left{
      margin-left: 0px;  
    }
    .btn-section a {
        min-width: 170px;
    }
}
@media(max-width: 992px){
  .slider .right img{
      width: 100%;
  }
  .slider .right {
    width: 48%;
  }
  .btn-section a {
    padding: 10px 36px;
  }
  .slider .left {
    margin-top: 5%;
  }
  .slider .mobile-img{
      display:none;
  }
  .banner .banner-left {
    margin-top: 6.5%;
  }
}
@media(max-width: 840px){
  .entertainment-banner .banner-left {
      padding-left: 10%;
      margin-top: 0%;
  }
}
@media(max-width: 767px){
  .slider .right {
    width: 43%;
  }
  .slider .left {
    margin-top: 3%;
    margin-left: 15px;
  }
}
@media(max-width: 600px){
  .btn-section a.colored {
      margin-right: 0px;
  }
  .btn-section a {
      padding: 5px 1px;
      min-width: 40px;
      width: 100%;
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 12px;
  }
  .small_title p {
        font-size: 14px;
        line-height: 21px;
  }
  .slider .left h1 {
      font-size: 24px;
      margin-bottom: 10px;
  }
  .btn-section {
      margin-top: 20px;
      width: 75%;
  }
  .slider .mobile-img{
      display:block;
  }
  .slider .right img{
      display:none;
  }
  .slider .mobile-img img{
      display:block !important;
  }
  .slider .mobile-img {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: 100%;
  }
  .slider .right {
    width: 48%;
  }
  .hero-banner .slick-dots li button:before {
    width: 30px;
    height: 3px;
  }
  .hero-banner .slick-dots li button {
    width: 35px;
    height: 2px;
  }
  .hero-banner .slick-dots li {
    width: 30px;
  }
   .hero-banner .slick-dots {
    bottom: -6px;
  }
  .slider .left {
      margin-top: 5%;
  }
  .menu-section {
    margin-top: 15px;
  }
  .banner .banner-left h1 p, .entertainment-banner .banner-left h1 p {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .page-id-871 .banner .banner-left h1 p, .page-id-871 .entertainment-banner .banner-left h1 p {
        font-size: 19px;
   }
  .banner-left p, .entertainment-banner .banner-left p {
    font-size: 14px;
  }
  .entertainment-banner {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .page-id-854 .banner .banner-left h1 p {
    font-size: 20px;
    line-height: 24px;
  }
  .banner .banner-left {
    margin-top: 2.5%;
    padding-right: 0;
  }
}
@media(max-width: 480px){
  .slider .left {
      margin-top: 8%;
      width: 46%;
  }
  .btn-section a.colored {
    font-size: 12px;
  }
  .package-slidert_inner .btn-section a {
    font-size: 14px;
  }
  .banner-left p, .entertainment-banner .banner-left p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media(max-width: 400px){
  .slider .left h1 {
      font-size: 22px;
  }
  .small_title p {
      font-size: 13px;
      line-height: 20px;
  }
  .slider .mobile-img {
    background-position: 32%;
  }
}
@media(max-width: 360px){
  .slider .left h1 {
      font-size: 19px;
  }
}
/* ====================== end slider =================== */

/* ====================== recharge_pay =================== */
.recharge_pay {
    background: #ED1C24;
    padding-top: 20px;
    background-size: cover;
    padding-bottom: 30px;
    background-position: center;
}
.recharge_pay .nav-tabs {
    display: inline-block;
    border-bottom: 0;
    background: #fff;
    padding: 2px;
    border-radius: 37px;
    margin-bottom: 10px;
}
.recharge_pay .nav-tabs>li.active>a, .recharge_pay .nav-tabs>li.active>a:focus, .recharge_pay .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ED1C24;
    box-shadow: 0px 9px 6px #0000003D;
    border-radius: 37px;
}
.recharge_pay .reload {
    display: inline-block;
    width: 95%;
    padding-left: 30px;
}
.recharge_pay .reload {
    display: inline-block;
    width: 95%;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.recharge_pay .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}
.recharge_pay .nav-tabs>li>a:hover {
    border-color: transparent;
}
.recharge_pay .nav>li>a:focus, .recharge_pay .nav>li>a:hover {
    background-color: transparent;
}
.recharge_pay .nav-tabs>li>a {
    margin-right: 0px;
    padding: 8px 30px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.recharge_pay .small_title {
    font-size: 1.8vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.8;
}
.recharge_pay p{
    font-size: 1.3vw;
    color: #fff;
}
.recharge_pay .title {
    margin-top: 15px;
}
.recharge_pay span {
    /* height: 37px; */
    padding: 12px 30px;
    background: #fff;
    float: left;
    margin-top: 0px;
    margin-right: -3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.recharge_pay input#email {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    background: #F2F2F2;
    width: 83%;
    height: auto;
    padding: 13px;
    line-height: 21px;
}
.recharge_pay .form-inline .form-group {
    width: 68%;
    margin-right: 40px;
    float: left;
}
.recharge_pay div#home {
    margin-top: 20px;
}
.recharge_pay .btn-default {
    float: right;
    width: 25%;
    color: #ed1c24;
    font-size: 20px;
    padding: 15px 0;
    background-color: #fff;
    border-color: #ccc;
    letter-spacing: 0.6;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.recharge_pay .btn-default:hover{
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

@media(max-width: 1360px){
  .recharge_pay input#email {
    width: 80%;
  }
  .recharge_pay .btn-default {
    width: 24%;
  }
}
@media(max-width: 1200px){
  .recharge_pay input#email {
    width: 78%;
  }
}
@media(max-width: 1024px){
  .recharge_pay input#email {
    width: 77%;
  }
  .recharge_pay .btn-default {
    width: 54%;
  }
  .recharge_pay .reload {
    margin-top: 0;
  }
}
@media(max-width: 991px){
    .recharge_pay .reload {
        width: 100%;
        padding-left: 0;
    }
    .recharge_pay input#email {
        width: 86%;
      }
}
@media(max-width: 800px){
    .recharge_pay input#email {
        width: 82%;
    }
}
@media(max-width: 767px){
    .recharge_pay p {
        font-size: 14px;
    }
    .recharge_pay span {
        padding: 6px 15px;
    }
    .recharge_pay input#email {
        width: 74%;
        padding: 7px;
    }
    .recharge_pay .form-inline .form-group {
        width: 70%;
        margin-right: 10px;
    }
    .recharge_pay .btn-default {
        width: 100%;
        padding: 7px 0;
    }
    .recharge_pay .nav-tabs>li>a {
        padding: 5px 20px;
    }
    .recharge_pay .title {
        margin-top: 0px;
    }
    .recharge_pay {
        padding-bottom: 10px;
    }
    .recharge_pay input#email {
      width: 82%;
    }
}
@media(max-width: 480px){
  .recharge_pay input#email {
      width: 78%;
  }
  .recharge_pay .small_title {
    font-size: 4vw;
  }
}
@media(max-width: 360px){
  .recharge_pay input#email {
      width: 74%;
  }
}
/* ====================== End recharge_pay =================== */

/* ====================== package_full_width_layout =================== */
.package_full_width_layout {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 30px;
}
.home .package-slider .slick-prev,
.home .package-slider .slick-next{
  display: none !important;
}
.page-id-482 .package_full_width_layout {
    padding-bottom: 0px;
}
.page-id-369 .package_full_width_layout, .page-id-480 .package_full_width_layout {
    background: #f4f4f4;
}
.package_full_width_layout .slick-dots {
    bottom: -60px;
}
.page-id-369 .package_full_width_layout .slick-dots,
.page-id-482 .package_full_width_layout .slick-dots{
    display: none !important;
}
.package_full_width_layout .boxb {
    margin-top: 30px;
}
.package-slidert_inner .t-left {
    margin-top: 25px;
}
.package_full_width_layout .package-slidert_inner .small_title {
    font-size: 2.2vw;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1;
    margin-bottom: 15px;
}
.package_full_width_layout .package-slidert_inner .small_title:after {
    content: "";
    width: 75px;
    position: absolute;
    left: 17px;
    bottom: -2px;
    border: 2px solid #ED1C24;
    border-radius: 36px;
}
.package_full_width_layout .package-slidert_inner .t-left h1 p {
    font-size: 4.1vw;
    font-weight: bold;
    line-height: 75px;
    margin-top: 0px;
    font-family: 'tondobold';
}
.package_full_width_layout .package-slidert_inner .t-left p {
    margin-top: 30px;
    font-size: 1.8vw;
    font-family: 'tondolight';
}
.package-box-inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #00000029;
    border-radius: 0px 12px 12px 12px;
    padding: 12px;
    display:inline-block;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    min-height: 305px;
}
.page-id-480 .package-box-inner {
    min-height: 390px;
}
.package-box-inner:hover{
    background: #f2f2f2;
}
.colored-bar {
    box-shadow: -5px 3px 6px #00000029;
    width: auto;
    display: none;
    padding: 6px 35px;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5;
}
.package-box-inner .btn-section a:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #ED1C24;
    color: #fff;
}
.package-box-inner .price{
    margin-bottom: 15px;
}
.feateres {
    display: inline-block;
    width: 100%;
    min-height: 140px;
}
.home .feateres {
    min-height: 260px;
}
.page-id-482 .feateres {
    min-height: 260px;
}
.package-box-inner .price h2 {
    color: #393939;
    font-weight: bold;
    display: inline-block;
    font-size: 2vw !important;
}

.page-id-369 .package-box-inner .price h2,
.page-id-480 .package-box-inner .price h2,
.page-id-482 .package-box-inner .price h2 {
    font-size: 2vw;
    min-height: 55px;
    font-weight: normal;
    font-family: 'tondoregular';
}
.page-id-482 .package-box-inner .price h2{
    font-size: 23px;
}
.page-id-482 .package-box-inner {
    background: #F2F2F2;    
}
.page-id-482 .package-box-inner .btn-section a {
    background: #ED1C24;
    color: #fff;
}
.page-id-482 .package-slider-carasoul .carasoul .package-box.gg {
    margin-top: 76px;
}
.page-id-482 .section-bottom {
    margin-top: 0px;
    display: none;
}
.rs {
    font-size: 17px;
    display: inline-block;
    margin-right: 5px;
}
.page-id-371 .rs {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}
.page-id-375 .rs{
    font-size: 17px;
    margin-right: 5px;
}
.page-id-482 .rs {
    display: none;
}
.feateres-inner {
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    letter-spacing: 0.5;
}
.box-ty.hight .feateres-inner {
    margin-bottom: 0;
    margin-top: 10px;
}
.box-ty.hight .feateres-inner .text {
    margin-bottom: 0;
}
.box-ty.hight .special-cont-inner {
    padding: 0;
}
.box-ty.hight .c-wording img {
    float: right !important;
    margin-top: 10px;
    margin-right: 5px;
}
.feateres-inner .icon, .feateres-inner .text {
    float: left;
}
.feateres-inner .text {
    width: 86%;
    font-size: 0.8vw;
    line-height: 18px;
    font-family: 'tondoregular';
    margin-bottom: 5px;
}
.page-id-560  .feateres-inner .text {
    font-size: 16px;
    font-family: 'tondoregular';
    line-height: 21px;
}
.feateres-inner .icon {
    margin-top: -2px;
    margin-right: 5px;
    width: 25px;
}
.package-box-inner .feateres-inner .icon {
    width: 20px;
}
.package-box-inner .price span {
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    font-family: 'tondolight';
}
.page-id-482 .package-box-inner .price span{
    display: none;
}
.package_full_width_layout .section-bottom .more-b {
    margin-top: 30px;
}
.package-box-inner .btn-section {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    float: left;
}
.package-box-inner .btn-section a {
    min-width: 95%;
}
.package-box-inner .btn-section a {
    padding: 10px 40px;
}
.home .package-box {
    margin: 15px;
}
.home .package-box .colored-bar {
    min-width: 54%;
    padding: 8px 5px;
}
.package-box.gg {
  margin-top: 50px;
}
.section-bottom{
    margin-top: 0px;
}
.page-id-369 .section-bottom .btn-section, .page-id-480 .section-bottom .btn-section {
    margin-right: 15px;
    margin-top: 15px;
}
.section-bottom .btn-section {
    display: block;
    margin-top: 0;
    text-align: right;
}
.page-id-482 .package-box-inner .btn-section a{
    padding: 10px 34px;
}
.section-bottom .btn-section a {
    background: #ED1C24;
    color: #fff;
    font-weight: normal;
}
.section-bottom .top {
    font-size: 17px;
    margin-bottom: 5px;
}
.bottom-worfong .bottom{
    font-size: 24px;
    letter-spacing: 0;
    font-family: 'tondolight';
}
.bottom-worfong .bottom img{
    margin-left: 25px;
    display: inline-block;
}
.package_full_width_layout .slick-dots li, .team_layout .slick-dots li{
    width: 30px;
    height: 20px;
}
.package_full_width_layout .slick-dots li button, .team_layout .slick-dots li button {
    width: 62px;
    height: 5px;
    padding: 5px;
    margin-right: 10px;
}
.package_full_width_layout .slick-dots li button:before, .team_layout .slick-dots li button:before {
    width: 34px;
    height: 5px;
    background: #747474;
    color: transparent;
    border-radius: 4px;
}
.team_layout .slick-dots li button:before {
    background: #E40000;
}
.package-slider-carasoul .carasoul {
    margin: 40px 20px;
}
.page-id-482 .package-slider-carasoul .carasoul {
    display: block;
    transition:all 0.2s ease-in-out;
}
.page-id-482 .package-slider-carasoul .carasoul:hover{
    -webkit-transform: scale(1.1);
    margin-left: 7%;
}

.page-id-482 .package-slider-carasoul .carasoul:hover .package-box-inner{
    border: 2px solid #F28D2C;
}

.page-id-369 .package-slider-carasoul .carasoul,
.page-id-480 .package-slider-carasoul .carasoul {
    margin: 14px;
}
.page-id-369 .slick-current.slick-active .carasoul, 
.page-id-480 .slick-current.slick-active .carasoul{
    margin-left: 0px;
}
.package-slider-carasoul .carasoul .package-box.gg {
    margin-top: 50px;
}
.page-id-480 .package-slider-carasoul .carasoul .package-box.gg {
    margin-top: 50px;
}
.package-slider-carasoul .slick-next {
    right: 16px;
}
.package-slider-carasoul .slick-prev {
    left: 16px;
}
.package-slider-carasoul{
    position: relative;
}
.package-slider-carasoul button.slide-arrow.prev-arrow.slick-arrow {
    top: 40%;
    left: -2.5%;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: 0;
}
.page-id-482 .package-slider-carasoul button.slide-arrow.prev-arrow.slick-arrow {
    left: -0.5%;
}
.package-slider-carasoul button.slide-arrow.next-arrow.slick-arrow {
    top: 40%;
    right: 0%;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: 0;
}
.list-left {
    margin-top: 38px;
}
@media(max-width: 1280px){
  .package-box-inner .btn-section a {
      padding: 10px 15px;
  }
  .package_full_width_layout .package-slidert_inner .t-left h1 p {
    line-height: 60px;
  }
}
@media(max-width: 1366px){
  .package-box.gg {
    margin-top: 37px;
  }
}
@media(max-width: 991px){
  .package_full_width_layout .package-slidert_inner .t-left h1 p {
      line-height: 38px;
  }
  .feateres-inner .text {
    width: 86%;
    font-size: 2vw;
  }
}
@media(max-width: 768px){
    .package_full_width_layout .package-slidert_inner .t-left h1 p {
        font-size: 32px;
        line-height: 35px;
    }
    .package_full_width_layout .package-slidert_inner .small_title {
        font-size: 22px;
    }
    .package_full_width_layout .package-slidert_inner .small_title:after {
        width: 93px;
    }
    .package_full_width_layout .package-slidert_inner .t-left p {
        font-size: 18px;
    }
    .section-bottom .top {
        font-size: 12px;
    }
    .bottom-worfong .bottom {
        font-size: 15px;;
    }
    .bottom-worfong .bottom img {
        margin-left: 5px;
        width: 12%;
    }
    .package_full_width_layout .section-bottom .more-b {
        margin-top: 10px;
    }
    .page-id-369 .package_full_width_layout .slick-dots {
        display: block !important;
        bottom: -31px;
        padding-left: 0;
        left: 0;
    }
    .package-slider-carasoul button.slide-arrow.prev-arrow.slick-arrow,
    .package-slider-carasoul button.slide-arrow.next-arrow.slick-arrow{
        display: none !important;
    }
    .package_full_width_layout .slick-dots {
        bottom: -40px;
    }
    .package_full_width_layout .btn-section {
        float: none;
        margin: 0 auto;
    }
    .page-id-482 .package-slider-carasoul .carasoul:hover {
        -webkit-transform: scale(1.1);
        margin-left: 4%;
    } 
}
@media (max-width: 400px){
    .bottom-worfong .bottom {
        font-size: 14px;
    }
    .section-bottom-m {
        padding-right: 0;
    }
    .package_full_width_layout .package-slidert_inner .small_title {
        font-size: 20px;
    }
    .package_full_width_layout .package-slidert_inner .small_title:after {
        width: 83px;
    }
    .package_full_width_layout .package-slidert_inner .t-left h1 p {
        font-size: 26px;
        line-height: 28px;
    }
    .package_full_width_layout .package-slidert_inner .t-left p {
        font-size: 15px;
    }
}
@media (max-width: 360px){
    .package_full_width_layout .section-bottom .more-b {
        margin-top: 10px;
        padding: 0;
    }
    .bottom-worfong .bottom {
        font-size: 12px;
    }
}
/* ====================== End package_full_width_layout =================== */

/* ====================== Box Layout =================== */
.box_layout {
    padding-top: 50px;
    padding-bottom: 50px;
}
.box_layout .title{
    text-align: center;
    margin-bottom: 20px;
}
.box_layout .title h1{
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 62px;
}
.box {
    width: 93%;
    display: inline-block;
    float: left;
    margin: 10px 25px 10px 0;
    position: relative;
    overflow: hidden;
}
.box .box-img{
    overflow: hidden;
}
.box img{
    transform: scale(1);
    transition: all 700ms ease;
}
.box:last-child{
    margin: 10px 0px 10px 0px;
}
/*.box img:hover{
    transform: scale(1.2);
    overflow: hidden;
}*/
.box-bottom {
    width: 100%;
    background: #fff;
    float: left;
    padding: 5px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 88px;
}
.box-bottom h3 {
    font-size: 1.1vw;
    font-weight: normal;
    letter-spacing: 0.3;
    margin-bottom: 0;
    margin-top: 8px;
    color: #393939d6;
    font-family: 'tondoregular';
}
.box-bottom p{
    color: #393939ad;
    font-size: 13px;
    font-family: 'tondolight';
    margin-top: 3px;
}
.box img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.box_layout_inner {
    /*overflow: hidden;*/
}
.box_layout_inner .slick-dots {
    width: 94%;
}
.box-s-inner .box-left, .box-s-inner .box-right{
    float:left;
}
.box-left {
    width: 15%;
}
.box-s-inner .box-right{
    width: 85%;
}
.box-s-inner .box-right h3{
    margin-bottom: 10px;
    margin-top: 5px;
}
.box-s-inner .box-s {
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    padding: 15px;
    min-height: 200px;
}
.box_layout_inner .slick-dots li button {
    width: 62px;
    height: 3px;
    padding: 5px;
    margin-right: 10px;
}
.box_layout_inner .slick-dots li button:before{
    width: 34px;
    height: 3px;
    background: #747474;
    color: transparent;
    border-radius: 4px;
}
.box_layout_inner .slick-dots li{
    width: 30px;
    height: 20px;
}
@media(max-width:991px){
  .box-bottom h3 {
      font-size: 2.1vw;
  }
}
@media(max-width:767px){
   .box-bottom h3 {
        font-size: 13px;
        line-height: 16px;
    }
    .box-bottom p {
        font-size: 12px;
    }
    .box_layout .title h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .box-bottom {
        min-height: 123px;
    }
}
@media(max-width:480px){
  .box_layout .title h1 {
      font-size: 22px;
      line-height: 32px;
  }
  .box_layout {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .box_layout .title {
    margin-bottom: 0px;
  }
}
/* ====================== End Box Layout =================== */

/* ====================== two_column_layout =================== */
.two_column_layout {
    padding-top: 30px;
}
.two_column_layout .t-left h1 {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 58px;
}
.two_column_layout .box-inner {
    background: #fff;
    margin: 10px;
    min-height: 190px;
    padding: 65px 20px 0px 20px;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 6px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	min-height: 200px;
}
.two_column_layout .box-inner:hover{
    box-shadow: 0 2px 5px 0 rgb(247 5 5 / 40%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.two_column_layout .box-inner{
	box-shadow: 3px 2px 16px #00000014;
}
.box-inner.xx {
    text-align: left;
    min-height: 120px;
    padding: 30px 15px 10px 10px;
    line-height: 20px;
    font-size: 16px;
}
.two_column_layout .boxes-big{
    margin-top: 40px;
}
h1.big {
    font-size: 64px !important;
    margin-bottom: 30px;
}
.t-left.right h1.big {
    font-size: 5.3vw!important;
    margin-bottom: 35px;
}
.two_column_layout .btn-section {
    margin-top: 30px;
}
.two_column_layout .box-inner img{
    margin-bottom: 10px;
}
.two_column_layout .box-inner a {
    font-size: 1vw;
    line-height: 17px;
}
.two_column_layout .t-left {
    margin-top: 20px;
    margin-bottom: 10px;
}
.home .two_column_layout .t-left {
    margin-bottom: 0px;
}
.home .two_column_layout .boxes-big {
    margin-top: 30px;
}
.two_column_layout .small_title {
    font-size: 1.6vw;
    font-weight: normal;
}
.two_column_layout .t-left p{
    font-size: 19px;
}
.two_column_layout .t-left .icon-box {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
}
.scan-qr {
    margin-top: 60px;
    margin-bottom: 37px;
}
.scan-qr img{
    margin-right: 10px;
}
.two_column_layout.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.two_column_layout.bg .t-left {
    margin-top: 60px;
}
.two_column_layout .t-left.center {
    text-align: center;
    margin-bottom: -10px;
}
.t-left.bigg-section {
    margin-top: 60px;
}
.t-left.right p {
    width: 100%;
}
.two_column_layout .t-left.center h1 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 52px;
}
h2.bigg {
    font-size: 24px;
    margin-bottom: 20px;
}
p.bigp {
    font-size: 1.8vw !important;
    line-height: 29px;
    font-family: 'tondolight';
}
.two_column_layout.bg.big-layout {
    background-position: -8%;
    margin-top: 41px;
}
.two_column_layout.bg.big-layout .btn-section a{
    font-weight: bold;
}
.two_column_layout_inner .t-right img{
    width:90%;
}
.two_column_layout.bg .t-right .btn-section{
    display:none;
}
@media(max-width:1280px){
  .two_column_layout .box-inner {
      padding: 45px 20px 0px 20px;
      min-height: 160px;
  }
  .two_column_layout.bg .t-left {
    margin-top: 10px;
  }
}
@media(max-width:991px){
    .two_column_layout .t-right{
        display:none;
    }
    .two_column_layout.bg .t-right{
        display:block;
    }
    .two_column_layout {
        padding-bottom: 40px;
    }
    .two_column_layout .box-inner a {
        font-size: 2vw;
        line-height: 17px;
    }
}
@media(max-width:767px){
    .two_column_layout .box-inner img {
        width: 40%;
    }
    .two_column_layout .box-inner a {
        font-size: 12px;
    }
    .two_column_layout .box-inner a br{
        display:none;
    }
    .two_column_layout .box-inner {
        min-height: 124px;
        padding: 30px 20px 0px 20px;
    }
    .two_column_layout .t-left h1 {
        font-size: 24px;
        line-height: 33px;
    }
    .two_column_layout .small_title {
        font-size: 17px;
    }
    .two_column_layout .t-left p {
        font-size: 14px;
    }
    .two_column_layout .t-left .icon-box {
        width: 30%;
    }
    .two_column_layout .t-left.center h1 {
        font-size: 32px;
        line-height: 34px;
    }
    .two_column_layout .t-left.center {
        text-align: left;
    }
    .t-left.bigg-section {
        margin-top: 20px;
    }
    h2.bigg {
        font-size: 16px;
        line-height: 21px;
    }
    p.bigp {
        font-size: 14px !important;
        line-height: 24px;
    }
    .t-left.right h1.big {
        font-size: 32px !important;
        margin-bottom: 10px;
    }
    .two_column_layout_inner .t-right img{
        width:100%;
    }
    .two_column_layout.bg .t-right .btn-section {
        display: block !important;
        width: 80%;
        margin: 20px auto 0 auto;
    }
    .two_column_layout.bg.big-layout .btn-section{
        display:none;
    }
    .two_column_layout_inner.right-ertr{
        display: flex;
        flex-flow: column;
    }
    .two_column_layout_inner.right-ertr .t-left {
        order: 1;
        margin-top: 0px;
    }
    .two_column_layout_inner.right-ertr .t-right{
        order: 2;
    }
    .two_column_layout_inner.right-ertr .t-right .btn-section a {
        padding: 15px 10px;
        font-size: 18px;
    }
    .two_column_layout.bg.big-layout {
        padding-bottom: 15px;
    }
    #music .boxes-big:first-child img {
        width: 100%;
    }
}
@media (max-width: 480px){
    .two_column_layout .box-inner {
        padding: 30px 10px 0px 10px;
    }
    .two_column_layout .t-left .icon-box img {
        width: 100%;
    }
    .two_column_layout .t-left .icon-box {
        width: 29%;
        margin-right: 5px;
    }
    .two_column_layout .small_title {
        font-size: 16px;
    }
    .two_column_layout.bg .t-left h1{
        font-size: 32px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    p.bigp {
        font-size: 4vw !important;
        line-height: 28px;
    }
    .two_column_layout.bg.big-layout {
        margin-top: 0;
    }
    .left-double .title p {
        font-size: 20px;
    }
    .box-slider-carasoul .box-ty {
        width: 94%;
    }

    
}
@media (max-width: 360px){
    .two_column_layout .box-inner {
        padding: 20px 5px 10px 5px;
    }
    
}
/* ====================== End two_column_layout=================== */

/* ====================== footer=================== */
.footer {
    background: #F2F2F2;
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-id-371 .footer,  .page-id-373 .footer{
    margin-top: 30px;
}
.page-id-484 .footer {
    margin-top: 50px;
}
.footer .title {
    color: #393939;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer ul, .footer-bottom ul{
    list-style: none;
    padding-left: 0 !important;
}
.footer ul li{
    margin-bottom: 3px;
}
.footer ul li a{
    color: #747474;
    font-size: 12px;
    font-family: 'tondolight';
}
.footer-section-t {
    width: 19%;
    float: left;
}
.footer-bottom {
    background: #D9D9D9;
    padding-top: 25px;
    padding-bottom: 15px;
    font-family: 'tondolight';
}
.footer-bottom ul{
  text-align: right;
  margin-top: 14px;
}
.footer-bottom ul li{
    display: inline-block;
    margin-left: 35px;
}
.footer-bottom ul li a:hover, .footer-bottom ul li a{
    color: #010101
}
.media ul li{
  display: inline-block;
  padding: 5px 7px;
}
.media ul li:first-child{
    padding-left: 0;
}
.footer-section-t.media {
    margin-top: 0;
}
.footer_inner.mobile{
    display:none;
}
.media ul li img {
    width: 30px;
}
@media(max-width:1280px){
  .media ul li {
      padding: 5px 3px;
  }
}
@media(max-width:1024px){
  .media ul li img {
      width: 27px;
  }
}
@media(max-width:991px){
  .footer-section-t {
      width: 20%;
  }
  .media ul li img {
    width: 22px;
  }
}
@media(max-width:767px){
    .footer_inner {
        text-align: center;
    }
    .footer_inner.mobile{
        display:block;
        text-align: left;
    }
    .footer_inner.desktop{
        display:none;
    }
    .footer-bottom ul {
        text-align: center;
    }
    .footer-bottom ul li {
        width: 100%;
        margin-left: 0;
    }
    .footer-section-t.media {
        margin-top: 25px;
        width: 100%;
        text-align: center;
    }
    .footer_inner.mobile .panel {
        border-bottom: 1px solid transparent;
        border-radius: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: 0;
    }
    .footer_inner.mobile .panel-title a{
        font-weight: bold;
        color: #393939;
    }
    .footer {
        padding-bottom: 20px;
    }
    .footer_inner.mobile span.glyphicon.glyphicon-triangle-bottom {
        float: right;
    }
    .footer_inner.mobile .panel-default>.panel-heading {
        color: #333;
        background-color: #f2f2f2;
        border-color: #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }
    .footer-bottom .f-b-left {
        color: #393939;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .footer-bottom ul li{
        margin-bottom: 5px;
    }
}
/* ====================== End footer=================== */

/* ====================== about-navr-section =================== */

ul#menu-about-menu, ul#menu-prepaid-menu, ul#menu-postpaid-menu, ul#menu-idd, ul#menu-roaming-nav, ul#menu-roaming-idd, ul#menu-bsolution {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #74747438;
    margin-bottom: 0;
}
ul#menu-about-menu li, ul#menu-prepaid-menu li, ul#menu-postpaid-menu li, ul#menu-idd li, ul#menu-roaming-nav li,ul#menu-roaming-idd li, ul#menu-bsolution li {
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 0px;   
    margin-right: 12px;
}
ul#menu-about-menu li a, ul#menu-prepaid-menu li a, ul#menu-postpaid-menu li a, ul#menu-idd li a, ul#menu-roaming-nav li a, ul#menu-roaming-idd li a, ul#menu-bsolution li a{
    padding: 0px 30px;
    color: #747474;
    font-family: 'tondolight';
	font-size: 15px;
}
ul#menu-about-menu li a{
    padding: 0px 20px;
}
ul#menu-about-menu li.current_page_item,
ul#menu-prepaid-menu li.current_page_item,
ul#menu-postpaid-menu li.current_page_item,
ul#menu-roaming-nav li.current_page_item,
ul#menu-roaming-idd li.current_page_item,
ul#menu-bsolution li.current_page_item,
ul#menu-idd li.current_page_item{
    border-bottom: 2px solid #E40000;
}
ul#menu-about-menu li.current_page_item a, 
ul#menu-prepaid-menu li.current_page_item a,
ul#menu-postpaid-menu li.current_page_item a,
ul#menu-roaming-nav li.current_page_item a,
ul#menu-roaming-idd li.current_page_item a,
ul#menu-bsolution li.current_page_item a,
li.current_page_item li.current_page_item a{
    color: #E40000;
}

.page-id-373 ul#menu-about-menu li.current_page_item{
    border-bottom: 0;
}
.page-id-373 ul#menu-about-menu li.current_page_item a{
    color: #747474;
}
ul#menu-about-menu li a.active {
    padding-bottom: 3px;
    color: #E40000 !important;
    border-bottom: 2px solid #E40000;
}
.about-navr-section {
    margin-top: 15px;
}
.page-id-375 .about-navr-section {
    margin-bottom: 50px;
}
@media(max-width:1280px){
  .page-id-373 ul#menu-about-menu li a{
      padding: 0px 24px;
  }
}
@media(max-width:991px){
    ul#menu-about-menu, ul#menu-prepaid-menu, ul#menu-postpaid-menu, ul#menu-idd, ul#menu-roaming-nav, ul#menu-roaming-idd, ul#menu-bsolution {
        overflow: auto;
        white-space: nowrap;
    }
}
/* ====================== End about-navr-section =================== */

/* ====================== full_with_text_layout =================== */
.full_with_text_layout{
    margin-bottom: 60px;
    margin-top: 60px;
}
.full_with_text_layout p {
    font-family: 'tondolight';
    font-size: 1vw;
}
.page-id-916 .full_with_text_layout p {
    font-size: 17px;
}
.page-id-560 .full_with_text_layout p {
    font-size: 17px;
}
.full_with_text_layout h3{
    font-family: 'tondoregular';
    margin-bottom: 25px;
}
.full_with_text_layout .panel-default>.panel-heading {
    color: #393939;
    background-color: transparent;
    border-color: transparent;
	padding: 0 20px 0 0;
}
.full_with_text_layout .panel-group .panel {
    margin-bottom: 0;
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
    margin-bottom: 30px;
    display: inline-block;
	  padding: 0;
    line-height: 25px;
    border: 0;
	  width: 100%;
}
.full_with_text_layout .feateres-inner .text {
    width: 86%;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}
.full_with_text_layout .panel-group .panel .feateres-inner {
    margin-bottom: 0;
}
.page-id-916 .full_with_text_layout .feateres-inner .text {
    width: 95%;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}
.page-id-916 .full_with_text_layout .panel-group .panel{
    width: 100%;
}
.page-id-916 i.fas.fa-angle-down.rotate-icon {
    margin-top: 20px;
    margin-right: 10px;
}
.full_with_text_layout .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.full_with_text_layout .text {
    border-left: 7px solid #E40000;
    border-radius: 5px 1px 0px 5px;
    padding-left: 10px;
}
.full_with_text_layout .entertainment_list_layout_inner p {
    padding-left: 15px;
}
.full_with_text_layout p a{
  text-decoration: underline;
}
.page-id-482 .full_with_text_layout{
    margin-bottom: 120px;
    margin-top: 50px;
}
.page-id-484 .full_with_text_layout,
.page-id-522 .full_with_text_layout{
    margin-bottom: 10px;
    margin-top: 30px;
}
.page-id-522 .full_with_text_layout{
    margin-top: 0px;
}
.page-id-484 .full_with_text_layout p, 
.page-id-482 .full_with_text_layout p,
.page-id-522 .full_with_text_layout p{
    font-size: 12px;
}
@media(max-width:1024px){
  .page-id-373 ul#menu-about-menu li a {
      padding: 0px 10px;
  }
}
@media(max-width:991px){
  .full_with_text_layout p {
      font-size: 2vw;
  }
}
@media(max-width:767px){
    .page-id-916 .full_with_text_layout .feateres-inner .text {
        width: 88%;
        font-size: 14px;
    }
}
@media (max-width: 480px){
    .page-id-916 .full_with_text_layout .feateres-inner .text {
        width: 83%;
    }
    .page-id-482 .full_with_text_layout {
        margin-bottom: 50px;
    }
    .package_full_width_layout .package-slidert_inner .t-left p {
        font-size: 15px;
        margin-top: 14px;
    }
    .full_with_text_layout {
        margin-bottom: 30px;
    }
    .full_with_text_layout br {
        display: none;
    }
    .page-id-560 .full_with_text_layout {
        margin-top: 0px;
    }
	.page-id-10417 .table tr td br {
		display: block;
	}
}
/* ====================== End full_with_text_layout =================== */

/* ====================== color_background_description =================== */
.color_background_description_inner {
    padding: 60px 50px 70px 0px;
}
/*.page-id-602 .color_background_description_inner {
    padding: 0px 0px 50px 0px;
}*/
.color_background_description_inner h3{
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'tondoregular';
}
.color_background_description_inner p{
    font-size: 1.6vw;
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'tondolight';
}
.color_background_description_inner p a.colored-red {
    color: #ED1C24;
}
.page-id-602 .color_background_description.y {
    background: #fff !important;
}
.page-id-602 .color_background_description .btn.country-btn {
    box-shadow: 0px 2px 16px #00000029;
}
.page-id-369 .color_background_description_inner, 
.page-id-480 .color_background_description_inner,
.page-id-484 .color_background_description_inner{
    padding: 50px 50px 50px 0px;
}
@media(max-width:991px){
  .color_background_description_inner p {
      font-size: 2.2vw;
  }
  .package-box-inner .price h2 {
      color: #393939;
      font-weight: bold;
      display: inline-block;
      font-size: 4vw !important;
      min-height: 1px;
  }
  .page-id-369 .package-box-inner .price h2, .page-id-480 .package-box-inner .price h2, .page-id-482 .package-box-inner .price h2 {
      font-size: 4vw !important;
      min-height: 10px;
      font-weight: normal;
      font-family: 'tondoregular';
  }
}
@media(max-width:767px){
    .page-id-214 .color_background_description_inner p {
        text-align: left !important;
    }
    .color_background_description_inner p {
        font-size: 15px;
    }
    .color_background_description_inner p {
        text-align: left !important;
    }
    .color_background_description.tsection .color_background_description_inner p {
        text-align: center !important;
    }
    .color_background_description_inner h3 {
        font-size: 20px;;
    }
    .page-id-562 .color_background_description_inner h3 {
        font-size: 24px;
    }
    .page-id-562 .color_background_description_inner p {
        font-size: 16px;
        line-height: 25px;
    }
    .page-id-562 .color_background_description_inner {
        padding: 60px 0px 70px 0px;
    }
    .color_background_description_inner p {
        font-size: 18px;
    }
    .cd {
        min-height: 70px;
    }
}
@media (max-width: 991px){
  .package-box-inner .price h2 {
      font-size: 8vw !important;
  }
  .package-box-inner .rs {
      font-size: 18px;
      font-weight: bold;
  }
  .package-box-inner .price span {
      font-size: 16px;  
  }
}
@media (max-width: 480px){
  .color_background_description_inner {
      padding: 60px 0px 70px 0px;
  }
  .page-id-210 .color_background_description_inner {
    padding: 40px 50px 40px 0px;
  }
  .color_background_description_inner p {
    font-size: 14px;
    line-height:20px;
  }
  .color_background_description_inner h3 {
    margin-bottom: 8px;
  }
  .page-id-369 .color_background_description_inner, .page-id-480 .color_background_description_inner, .page-id-484 .color_background_description_inner {
    padding: 30px 0px 30px 0px;
  }
  .page-id-369 .package-box-inner .price h2, .page-id-480 .package-box-inner .price h2, .page-id-482 .package-box-inner .price h2 {
    font-size: 6.7vw !important;
  }
  .page-id-367 .color_background_description_inner {
    padding: 30px 0px 40px 0px;
  }
}
/* ====================== End color_background_description =================== */

/* ====================== awards =================== */
.awards {
    margin-top: 40px;
}
.awards-right {
    padding-top: 60px;
    padding-bottom: 0px;
}
.awards-inner {
    box-shadow: 0px 2px 16px #00000014;
    text-align: center;
    margin: 40px 15px;
    padding: 36px 30px 30px;
    position: relative;
    display: block;
	min-height: 355px;
}
.page-id-210 .awards-inner {
    min-height: 320px;
}
.page-id-484 awards-inner:before {
        content: "";
        position: absolute;
        left: 40%;
        top: -20%;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        border-top: 50px solid #fff;
        box-shadow: 0px 0px 10px -5px #00000014;
    }
.awards-inner .circle {
    z-index: 9;
    margin-top: 7px;
    position: absolute;
    left: 42%;
    border-radius: 97%;
    top: -12%;
    padding: 8px 4px;
    box-shadow: 1px -9px 20px #00000014;
}
.page-id-210 .awards-left {
    width: auto;
}
.awards-inner .tag {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    background: #393939;
    color: #fff;
    border-radius: 5px;
    padding: 2px 6px;
}
.awards-inner .year{
    font-size: 20px;
}
.awards-inner .title {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}
.awards-left .year{
    background: #FABA27;
    color: #000;
    font-size: 16px;
    border-radius: 20px;
    padding: 5px 45px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.page-id-210 .awards-left .year,
.page-id-212 .awards-left .year{
    background: #E40000;
    color: #fff;
}
.box-c {
    margin-top: 10px;
}
.box-c p {
    font-size: 12px;
    line-height: 2;
    font-family: 'tondolight';
}
.awards-right {
    margin-left: -3%;
}
.dots {
    float: left;
    width: 0;
    border: 1px dashed #E40000;
    margin-left: 50%;
    margin-top: 0px;
}
.page-id-369 .awards-left, .page-id-480 .awards-left, .page-id-602 .awards-left {
    text-align: center;
}
.page-id-369 .awards-left .year, .page-id-480 .awards-left .year, .page-id-602 .awards-left .year {
    background: #FABA27;
    color: #000;
    font-size: 22px;
    border-radius: 20px;
    padding: 3px 0px 0px;
    text-align: center;
    width: 45px;
    height: 43px;
    display: inline-block;
}
.page-id-369 .dots, .page-id-480 .dots, .page-id-602 .dots {
    border: 1px solid #f28d2c87;
    margin-left: 49%;
}
.page-id-369 .list_two_column_layout .awards-right, 
.page-id-480 .list_two_column_layout .awards-right,
.page-id-602 .list_two_column_layout .awards-right {
    padding-top: 5px;
}
.page-id-480 .list_two_column_layout_row:last-child .awards-right,
.page-id-369 .list_two_column_layout_row:last-child .awards-right,
.page-id-602 .list_two_column_layout_row:last-child .awards-right{
    padding-bottom: 0px;
}
.page-id-480 .list_two_column_layout .awards-right,
.page-id-369 .list_two_column_layout .awards-right,
.page-id-602 .list_two_column_layout .awards-right {
    padding-top: 0px;
    padding-bottom: 60px;
}
.page-id-480 .list_two_column_layout .awards-righ{
    padding-top: 10px;
}
.list_two_column_layout .awards-right p{
    font-family: 'tondolight';
} 
.page-template-about .box-c br{
      display: none;
}
@media(max-width:1300px){
  .awards-inner:before {
      left: 35%;
      top: -19%;
  }
  .awards-inner .circle {
    left: 37%;
  }
}
@media(max-width:1200px){

}
@media(max-width:991px){
  .awards-left:after {
    height: 674px;
  }
  .awards-inner {
    min-height: 300px;
  }
}
@media(max-width:767px){
  .awards-left:after {
    display: none;
  }
  .awards-inner:before {
    left: 45%;
    top: -24%;
  }
  .awards-inner .circle {
    left: 39%;
    top: -23%;
  }
  .awards-right {
    margin-left: 6%;
  }
  .dots {
    margin-left: 9%;
  }
  .page-id-210 .awards-left, .page-id-212 .awards-left {
    width: unset;
    position: absolute;
  }
  .awards {
    position: relative;
  }
  .awards-inner {
        display: inline-block;
        width: 94%;
  }
}
@media(max-width:767px){
  .awards-inner .circle {
      top: -15%;
  }
}
@media(max-width:767px){
  .page-id-214 .color_background_description_inner {
      padding: 60px 0px 0px 0px;
  }
}
/* ====================== End awards =================== */

/* ====================== press_section =================== */
.press-inner ul {
    padding-left: 0;
    list-style: none;
}
.press-title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}
.press_section .panel-group .panel-heading+.panel-collapse>.list-group, 
.press_section .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.press_section .awards-right {
    margin-top: 65px;
    padding-top: 0px;
    position:relative;
}
.press_section .awards-right:before {
    content: '';
    width: 0px;
    height: 103%;
    position: absolute;
    top: -30px;
    left: -6.5%;
    border: 1px dashed #E40000;
}
.awards .awards-right:before {
    content: '';
    width: 0px;
    height: 95.8%;
    position: absolute;
    top: 36px;
    left: -4.5%;
    border: 1px dashed #E40000;
}
div#x2012 .awards-right:before {
    height: 90.8%;
} 
.press_section .awards-left {
    z-index: 1;
}
.press_section .panel-default>.panel-heading {
    background-color: transparent;
}
.awards-right-inner{
    margin-top: 50px;
    box-shadow: 0px 4px 12px #e400003d;
    border-radius: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.panel-title h3{
    font-family: 'tondoregular';
    font-weight: normal;
}
.press_section .awards-left .year {
    padding: 5px 40px;
}
.press_section .awards-left:after {
    left: 60%;
}
.press_section .panel-default {
    border-color: transparent;
}
.press_section .panel {
    box-shadow: 0px 4px 12px #E400003D;
    border-radius: 13px;
    margin-bottom: 40px;
}
.press_section i.fas.fa-angle-down.rotate-icon {
    margin-top: -3%;
    margin-right: 5px;
}
.press-inner {
    margin-bottom: -15px;
}
.press-inner .date {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.press-title h3 {
    font-weight: bold;
}
.press_section .post-box{
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0px 2px 16px #00000014;
  border-radius: 6px;
  margin: 0 15px 20px;
  min-height: 408px;
}
.press_section .panel-title .text {
    padding-left: 15px;
}
.press_section .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
}
.press_section .panel-collapse {
    margin-top: -25px;
}
.post-box-bottom{
  padding: 10px;
}
.post-box-bottom a{
    text-decoration: underline;
}
.press_section .post-box .title{
    font-weight: bold;
    font-size: 17px;
}
.post-box .title {
    font-weight: normal;
    font-size: 16px;
    padding: 0 10px;
    line-height: 23px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.post-box p{
    text-align: left;
    font-family: 'tondolight';
}
.press_section {
    margin-bottom: 0px;
    margin-top: 45px;
}
p#“breadcrumbs” span a {
    font-weight: bold;
}
.post .title h3 {
    color: #ED1C24;
    margin-bottom: 20px;
}
.post .title h3 {
    color: #ED1C24;
    margin-bottom: 20px;
    font-family: 'tondoregular';
    font-size: 20px;
}
.category .post .title h3 {
    color: #393939;
    margin-bottom: 20px;
    font-family: 'tondoregular';
    font-size: 25px;
}
.single-post .search.result h1 {
    line-height: 51px;
    font-family: 'tondoregular';
    font-size: 38px;
}
@media(max-width:1280px){
  .awards .awards-right:before {
      left: -4.5%;
  }
}
@media(max-width:991px){
  .awards .awards-right:before {
      left: -6.5%;
  }
  .press_section .awards-left .year {
    padding: 5px 15px;
  }
}
@media(max-width:800px){
  .awards .awards-right:before {
      left: -10.5%;
  }
}
@media(max-width:767px){
    .press_section .awards-left {
        margin-top: 0;
        margin-bottom: 70px;
        display: inline-block;
    }
    .press_section .awards-right:before {
        height: 103.5%;
        top: 9px;
        left: -1.5%;
    }
    .post-box p {
        text-align: center;
    }
    .panel-title h3 {
        font-size: 20px;
    }
    .press_section i.fas.fa-angle-down.rotate-icon {
        margin-top: -10%;
    }
    .page-id-212 .footer {
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .awards .awards-right:before {
        content: '';
        width: 0px;
        height: 99.8%;
        position: absolute;
        top: 7px;
        left: 0.5%;
        border: 1px dashed #E40000;
    }

}
@media (max-width: 480px){
    .press_section i.fas.fa-angle-down.rotate-icon {
        margin-top: -13%;
    }
    .press_section {
        margin-top: 30px;
        position: relative;
    }
    .press_section .mobile-x {
        display: inline-block;
        width: 100%;;
    }
    .press_section .awards-left .year {
        padding: 5px 50px;
    }
    .press_section .awards-right:before {
        height: 103.5%;
        top: -37px;
    }
    .post-box .title {
        padding: 0 10px;
    }
    .press_section .post-box {
        margin: 0 0px 20px;
    }
}
@media (max-width: 360px){
    .press_section i.fas.fa-angle-down.rotate-icon {
        margin-top: -13%;
    }
    .post-box .title {
        padding: 0 10px;
    }
    .press_section .awards-right:before {
        left: -0.5%;
    }
}
/* ====================== End press_section =================== */

/* ====================== Post Single =================== */
.post-single .title {
    color: #393939;
    font-size: 18px;
    font-weight: 700;
    padding-right: 15px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-post .post-single .title {
    padding-right: 54px;;
}
.post-single{
    margin-top: 30px;
    margin-bottom: 80px;
}
.post-single.press {
    margin-top: 30px;
}
.post-single p{
    margin-bottom: 30px;
    font-family: 'tondolight';
}
.post-single.breadcrumbs_display, .post-single.breadcrumbs_display p {
    margin-bottom: 0;
}
.des ul {
  padding-left: 15px;
}
.des ul li {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-family: 'tondolight';
}
.post-single.press a{
  text-decoration: underline;
}
/* ====================== Post Single =================== */

/* ====================== double_side_layout =================== */

.double_side_layout {
    margin-top: 50px;
    margin-bottom: 30px;
}
.double_side_layout p{
  font-size: 17PX;
  font-family: 'tondolight';
}
.page-id-560 .double_side_layout, .page-id-602  .double_side_layout {
    margin-top: 0px;
}
.left-double .title p {
    font-size: 24px;
}
.page-id-214  .left-double .title p {
    font-weight: 600;
}
.left-double.right {
    margin-top: 15%;
    padding-right: 0;
}
.left-double.right h2, .left-double.right h3{
    margin-bottom: 20px;
}
.page-id-214 .left-double.right {
    margin-top: 18%;
}
.page-id-214 .left-double.right .btn-section {
    margin-top: 35px;
}
.left-double.right .title p{
    margin-bottom: 0;
}
.left-double{
    padding-right: 100px;
}
.left-double.right .btn-section {
    margin-top: 25px;
}
.page-id-869 .left-double.right .btn-section {
    margin-top: 0px;
    margin-bottom: 10px;
}
.left-double.right .btn-section a {
    padding: 15px 60px;
}
.right-team p {
    font-size: 19px;
    margin-top: 50px;
    line-height: 28px;
    padding-left: 0;
    font-family: 'tondolight';
}
.team_layout{
    margin-bottom: 60px;
    margin-top: 60px;
}
.team_layout .left-team p {
    font-size: 19px;
    line-height: 25px;
    font-family: 'tondolight';
    text-align: left;
}
.team_layout .left-team b {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.team{
    box-shadow: 0px 2px 16px #00000014;
    padding: 15px;
    border-radius: 6px;
}
.left-team {
    text-align: center;
}
.left-team img {
    margin-bottom: 20px;
    display: inline-block;
}
.team .slick-dots {
    bottom: -55px;
}
.team:after {
    width: 200px;
    content: " ";
    background-image: url(../images/team-bg.png);
    position: absolute;
    right: 1%;
    top: 30px;
    height: 178px;
}
.page-id-869  .double_side_layout .right-double img,
.page-id-602  .double_side_layout .right-double img{
    display:none;
}
.page-id-602 .double_side_layout .mobile {
    display: block;
    height: 450px;
    background-position: center;
    background-size: cover;
}
.page-id-869 .double_side_layout .mobile {
    display: block;
    height: 495px;
    background-position: center;
    background-size: cover;
    margin-top: 18%;
}
@media(max-width:1280px){
  .left-double {
      padding-right: 15px;
  }
}
@media(max-width:991px){
  .page-id-214 .left-double.right {
      margin-top: 6%;
  }
}
@media(max-width:767px){
    .left-double {
        padding-right: 0;
    }
    .page-id-214 .left-double {
        width:100%;
        padding-right: 15px;
    }
    .page-id-214  .double_side_layout .mobile{
        display:none;
    }
    .left-team {
        text-align: center;
        padding-top: 30px;
    }
    .team_layout .left-team b {
        width: 100%;
        display: inline-block;
    }
    .left-team img {
        margin-bottom: 20px;
        display: inline-block;
    }
    .team:after {
        display:none;
    }
    .left-double.right h2, .left-double.right h3 {
        font-size: 20px;
    }
    .double_side_layout p {
        font-size: 13PX;
    }
    .right-double{
        padding-left:0;
    }
    .page-id-214  .right-double {
        padding-left: 15px;
        width: 100%;
    }
    .right-double img {
        display:none;
    }
    .page-id-214 .right-double img {
        display: block;
    }
    .left-double.right .btn-section a {
        padding: 6px 9px;
    }
    .left-double.right .btn-section {
        margin-top: 0;
    }
    .double_side_layout .mobile {
        background-size: cover;
        height: 230px;
        background-position: 39%;
    }
    .full_with_text_layout h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .page-id-560 .full_with_text_layout p, .full_with_text_layout p {
        font-size: 15px;
    }
    .page-id-214 .left-double.right .btn-section {
        margin: 20px auto 0 auto;
        padding-bottom: 30px;
        text-align: center;
        display: block;
    }
}
@media(max-width: 480px){
  .left-double.right h2, .left-double.right h3 {
      font-size: 17px;
  }
}
/* ====================== End double_side_layout =================== */

/* ====================== three_column_layout =================== */
.three_column_layout{
    margin-top: 40px;
    margin-bottom: 40px
}
.three_column_layout ul {
    padding-left: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.three_column_ful{
    box-shadow: 0px 2px 16px #00000014;
}
.colomn-left {
    display: table-cell;
    vertical-align: middle;
    padding-right: 36px;
}
.page-id-524 .colomn-left {
    padding-right: 0px;
}
.colomn-right{
    display: table-cell;
    vertical-align: middle;
}
.colomn-right b a {
    font-weight: 700;
    color: #e40000;
}
.hree_column_layout_inner {
    padding: 20px;
    display: table;
    width: 100%;
    border-right: 1px solid #e2dfdf;
    min-height: 125px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.three_column_layout ul li:last-child .hree_column_layout_inner{
    border-right: 0;
}
.colomn-left .text {
    color: #393939;
    font-size: 30px;
    float: left;
}
.colomn-left img {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.page-template-idd-prepaid .colomn-left img, 
.page-template-roaming .colomn-left img,
.page-template-idd-roaming .colomn-left img {
    margin-top: 9px;
    margin-right: 10px;
}
.page-id-367 .colomn-left img {
    margin-top: 6px;
    width: 34px;
}
.colomn-right i.fa.fa-check {
    color: #3C995B;
    margin-right: 8px;
    font-size: 12px;
    margin-bottom: 6px;
}
.three_box_layout .colomn-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}
.page-id-562 .three_box_layout .colomn-left {
    padding-right: 0px;
    width: 50px;
}
.three_box_layout.tyu {
    margin-bottom: 50px;
}
.three_box_layout .colomn-right .text {
    color: #393939;
    font-size: 16px;
    margin-bottom: 5px;
}
.three_box_layout .hree_column_layout_inner {
    padding: 20px;
    display: table;
    width: 100%;
    border-right: 0;
    min-height: 190px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
}
.three_box_layout{
    margin-bottom: 30px;
    margin-top: 30px;
}
.three_box_layout .title{
  text-align: center;
}
.three_box_layout.tyu {
    padding-bottom: 30px;
    padding-top: 30px;
}
.three_box_layout.tyu h3{
    font-family: 'tondoregular';
    font-weight: normal;
    margin-bottom: 20px;
	font-size: 28px;
}
.three_box_layout.tyu .hree_column_layout_inner {
    box-shadow: unset;
}
.page-id-562 .three_column_full {
    box-shadow: unset;
    border-radius: 0;
}
.three_box_layout.tyu .hree_column_layout_inner {
    padding: 0;
    min-height: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    box-shadow: unset;
    border-radius: 0px;
}
.page-id-208 .three_box_layout.tyu .hree_column_layout_inner,
.page-id-602 .three_box_layout.tyu .hree_column_layout_inner {
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
    padding: 15px;
    min-height: 205px;
}

.page-id-208 .three_column_full {
    box-shadow: unset;
    border-radius: 0px;
}
.page-id-208 .three_box_layout.tyu {
    padding-bottom: 0px;
    padding-top: 0px;
}
.page-id-208 .three_box_layout.tyu p{
  font-size: 12px;
  line-height:17px;
  font-family: 'tondolight';
}
.page-id-208 .three_box_layout{
  margin-bottom: 80px;
}
.page-id-208 .colomn-right {
    display: inline-block;
    padding-top: 15px;
    vertical-align: middle;
    padding-right: 15px;
}
@media(max-width:1280px){
  .colomn-left {
      padding-right: 25px;
  }
  .page-id-208 .three_box_layout.tyu .hree_column_layout_inner {
      min-height: 223px;
  }
}
@media(max-width:767px){
    .colomn-left .text {
        font-size: 24px;
        float: left;
        margin-top: 6px;
    }
}
@media (max-width: 480px){
  .colomn-left .text {
      margin-top: 0px;
  }
}

/* ====================== End three_column_layout =================== */


/* ====================== special_packs_layout =================== */
.special_packs_row_left, .special_packs_right{
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #f2f2f2;
}
.page-id-371 .special_packs_row_left, .special_packs_right {
    width: 16%;
    font-weight: normal;
}
.page-id-371 .special_packs_layout .tag {
    min-width: 16%;
}
.special_packs_row_left{
    background: #e8e8e8;
    font-weight: bold;
}
.special_packs_row_left .price {
    font-size: 32px;
    font-weight: normal;
}
.price {
    font-size: 24px;
    font-weight: normal;
}
.special_packs_middle{
    width: 100%;
    float: left;
}
.section-pack-single .icon, .section-pack-single .title, .section-pack-single .social-media{
    float: left;
}
.section-pack-single .social-media{
    margin-left: 5px;
}
.section-pack-single .icon{
    margin-right: 5px;
    margin-top: 1px;
    position: relative;
}
.section-pack-single .icon .text {
    position: absolute;
    bottom: 19px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    left: -35px;
    font-size: 10px;
    padding: 2px 8px;
    visibility: hidden;
    width: 105px;
    text-align: center;
}
.section-pack-single .icon:hover .text {
  visibility:visible;
}
.section-pack-single .title .title1 {
    font-size: 16px;
}
.section-pack {
    margin-bottom: 0px;
}
.section-pack-color p {
    font-weight: normal;
}
.section-pack-single.color {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 3px 5px;
    border-radius: 23px;
    margin-right: 10px;
}
.section-pack-single.color .title{
    margin-top: 2px;
    font-family: 'tondolight';
}
.section-pack-single.color .icon.right, .section-pack-single.color .title.right {
    margin-top: 2px;
    margin-left: 10px;
    margin-right: 3px;
}
.section-pack-single.color .title.right{
    font-family: 'tondoregular';
}
.special_packs_middle {
    background: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-pack-single {
    display: inline-block;
    margin-right: 60px;
}
.section-pack-color {
    margin-bottom: 0px;
}
.special_packs_right a {
    background: #E40000;
    color: #fff;
    padding: 15px 30px;
    border-radius: 34px;
}
.special_packs_row {
    display: table;
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 0px 6px 6px 6px;
    margin-bottom: 25px;
    width: 100%;
}
.special_packs_layout .tag {
    min-width: 15%;
    box-shadow: -5px 3px 6px #00000029;
    padding: 8px 25px;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5;
    display: inline-block;
}
.page-id-522 .special_packs_layout .tag {
    min-width: 15%;
    padding: 8px 6px;
    font-size: 13px;
}
.page-id-373 .special_packs_layout .tag{
    width:auto;
}
.page-id-484 .special_packs_layout .tag {
     min-width: auto;
}
.special_packs_layout {
    margin-top: 30px;
}
section#download_range, section#anytime_range, section#work_from_home, section#unlimited_social_media_packs, section#unlimited_data_plans {
    scroll-margin-top: 70px;
}

.page-id-375 .special_packs_layout {
    margin-top: 15px;
}
.special_packs_layout h2{
    font-family: 'tondoregular';
    font-weight: normal;
}
.extra-wording {
    font-size: 12px;
}
.page-id-562 .extra-wording{
    margin-bottom: 70px;
    margin-top: 60px;
    display: inline-block;
}
.box-ty {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #00000029;
    padding: 20px;
    border-radius: 0px 12px 12px 12px;
    margin: 0 25px 15px 0;
    transition: all 0.5s ease;
    display: inline-block;
}
.box-ty.hight {
    margin-top: 40px;
}
.box-ty .section-pack-single.color {
    padding: 5px 10px;
    margin-right: 0px;
    margin-bottom: 15px;
}
.c-wording {
    background: #C2C2C2;
    padding: 0;
    color: #000;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}
.c-wording p {
    float: left;
    padding: 8px;
    margin-bottom: 0;
}
.c-wording img{
    float: right !important;
	margin-top: 10px;
    margin-right: 5px;
}
.box-slider-carasoul{
    position: relative;
}
.box-slider-carasoul button.slide-arrow.prev-arrow.slick-arrow {
    top: 40%;
    left: -1.5%;
    position: absolute;
    width: 76px;
    height: 76px;
    z-index: 999;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: 0;
}
.box-slider-carasoul button.slide-arrow.next-arrow.slick-arrow {
    top: 40%;
    right: -1%;
    position: absolute;
    width: 76px;
    height: 76px;
    z-index: 999;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: 0;
}
.section-pack-para p {
    font-size: 12px;
    font-family: 'tondolight';
}
.section-pack-para {
    margin-top: -10px;
}
.page-id-375 .full_with_text_layout {
    margin-bottom: 10px;
    margin-top: 10px;
}
.page-id-367 .full_with_text_layout{
    margin-bottom: 40px;
    margin-top: 0px;
}
.page-id-375 .full_with_text_layout p,
.page-id-367 .full_with_text_layout p{
    font-size: 12px;
}
.box-slider-carasoul  .slick-dots{
        display:none !important;
}
.page-id-916 ul li {
    font-family: 'tondolight';
    font-size: 17px;
    margin-bottom: 8px;
}
.page-id-916 ul{
	margin-bottom:30px;
	padding-left:50px;
}
@media(max-width: 1200px){
  .page-id-371 .special_packs_row_left, .special_packs_right {
      width: 22%;
      font-weight: normal;
  }
  .page-id-371 .special_packs_layout .tag {
    min-width: 22%;
  }
}
@media(max-width: 1024px){
  .section-pack-single {
    display: inline-block;
    margin-right: 30px;
  }
  .section-pack-single.color {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 3px 5px;
    border-radius: 23px;
    margin-right: 5px;
  }
}

@media(max-width: 991px){
  .page-id-371 .special_packs_row_left, .page-id-371 .special_packs_right,
  .page-id-522 .special_packs_row_left, .page-id-522 .special_packs_right {
      width: 24%;
      font-weight: normal;
  }
  .section-pack-color p {
    margin-bottom: 15px;
  }
  .section-pack-single.color {;
      margin-bottom: 10px;
  }
  .section-pack-single {
    margin-right: 25px;
  }
  .page-id-371 .special_packs_layout .tag {
      min-width: 24%;
  }
  .special_packs_row_left, .special_packs_right {
    width: 19%;
  }
  .hree_column_layout_inner {
    border-right: 0;
    border-bottom: 1px solid #e2dfdf;
  }
  .page-id-367 .colomn-left img {
    margin-top: -5px;
  }
  .page-id-522 .special_packs_layout .tag {
    min-width: 24%;
  }
  .page-template-idd-prepaid .colomn-left img, .page-template-roaming .colomn-left img, .page-template-idd-roaming .colomn-left img {
    margin-top: 2px;
    width: 25%;
    margin-right: 5px;
  }
  .colomn-left img {
    margin-top: -1px;
    width: 25px;
    margin-right: 5px;
  }
}
@media(max-width: 767px){
    .special_packs_row_left, .special_packs_right {
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }
    .section-pack-single {
        margin-right: 10px;
        width: 47%;
        float: left;
    }
    .section-pack-single .title .title1 {
        font-size: 12px;
    }
    .section-pack {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }
    .section-pack-single.color {
        width: 45%;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .section-pack-single.color .title {
        font-size: 12px;
    }
    .icon.right img {
        width: 79%;
        margin-top: 3px;
    }
    .icon.right {
        float: right;
    }
    .section-pack-single.color .icon.right, .section-pack-single.color .title.right {
        margin-left: 10px;
    }
    .special_packs_right a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .special_packs_middle {
        padding-bottom: 0px;
    }
    .box-ty {
        display: inline-block;
        width: 100%;
    }
    .box-slider-carasoul button.slide-arrow.prev-arrow.slick-arrow,
    .box-slider-carasoul button.slide-arrow.next-arrow.slick-arrow{
        display:none !important;
    }
    .special_packs_layout h2 {
        padding-left: 15px;
    }
    .box-slider-carasoul  .slick-dots{
        display:block !important;
    }
    .box-slider-carasoul  .slick-dots li button {
        width: 35px;
        height: 2px;
    }
    .box-slider-carasoul  .slick-dots li button:before {
        margin-right: 5px;
        width: 30px;
        height: 3px;
        background: #747474;
        color: transparent;
        border-radius: 4px;
    }
    .box-slider-carasoul  .slick-dots li {
        width: 30px;
        height: 20px;
    }
    .page-id-562 .extra-wording {
        padding-left: 15px;
    }
    .hree_column_layout_inner {
        border-right: 0;
        border-bottom: 1px solid #e2dfdf;
    }
    .page-id-371 .special_packs_row_left, .special_packs_right {
        width: 100%;
    }
    .colomn-left .text {
	    margin-bottom: 10px;
	}
}
@media (max-width: 480px){
    .section-pack-single.color {
        margin-right: 0px;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    .special_packs_row {
        display: inline-block;
    }
    .page-id-371 .special_packs_row_left, .special_packs_right {
        width: 100%;
        display: inline-block;
    }
    .page-id-371 .special_packs_row_left, .page-id-371 .special_packs_right, .page-id-522 .special_packs_row_left, .page-id-522 .special_packs_right {
        width: 100%;
    }
    .special_packs_right a {
        padding: 10px 30px;
    }
    .special_packs_right{
      padding-bottom: 30px;
    }
    .section-pack-single {
        width: 100%;
    }
    .special_packs_row_left .price {
        font-weight: bold;
    }
    .special_packs_row_left, .special_packs_right {
        display: inline-block;
    }
    .special_packs_layout h2 {
        padding-left: 15px;
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 360px){
    .section-pack-single {
        margin-right: 10px;
        width: 96%;
        float: left;
    }
    .section-pack-single.color {
        width: 100%;
    }   
}

/* ====================== End special_packs_layout =================== */

/* ====================== Countries_layout =================== */
.color_background_description .btn.dropdown-open + .outer-list {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
}

.color_background_description .dropdown {
  position: relative;
  margin: 0 auto;
}
.color_background_description .dropdown > .outer-list {
    position: fixed;
    z-index: 1;
    top: 20%;
    padding: 20px;
    left: 30%;
    height: 73%;
    width: 40%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 7px;
}
.s-country {
    color: #393939;
    font-size: 20px;
}
.x-tr{
    border: 1px solid #7070704D;
    border-radius: 27px;
}
.nav-tabs {
    border-bottom: 0;
}
.x-tr {
    border: 1px solid #7070704D;
    border-radius: 27px;
    padding: 12px 20px;
    margin-bottom: 15px;
}
.color_background_description .dropdown {
    position: relative;
    margin: 5% auto 0 auto;
    display: inline-block;
}
.color_background_description .btn.country-btn {
    background: #fff;
    padding: 10px 0px 10px 15px;
    border: 0;
    margin-left: 0px;
    min-width: 225px;
    text-align: left;
}
.color_background_description input#myInput {
    padding: 22px 20px;
    margin-bottom: 30px;
    margin-left: 12px;
    margin-right: 12px;
    width: 97%;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: 0;
}
.color_background_description i.fa.fa-search {
    position: absolute;
    right: 25px;
    top: 17px;
    font-size: 17px;
    color: #E40000;
}
.search-box{
    position: relative;
}
.color_background_description button#hideshow {
    background: transparent;
    border: 0;
    font-size: 38px;
    float: right;
    margin-top: 0;
    padding-top: 0;
    line-height: 1;
    margin-bottom: 15px;
    color: #747474;
}
.color_background_description .three_column_full ul li:last-child .hree_column_layout_inner {
    border-right: 0;
}
.page-id-602 .color_background_description .dropdown {
    margin: 5% auto 0 auto;
}
.three_column_full ul{
    list-style: none;
    display: flex;
    width: 100%;
    padding-left: 0;
}
span.carett {
    float: right;
    margin-top: 2px;
    margin-right: 10px;
    font-size: 16px;
    color: #E40000;
}
.three_column_full {
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
}
.three_column_full ul li {
    min-height: 200px;
    display: flex;
}
.page-id-562 .three_column_full ul li {
    min-height: 250px;
    display: flex;
}
section.container-fluid.color_background_description.xx {
    margin-top: 40px;
    margin-bottom: 40px;
}
.color_background_description .dropdown label {
    width: auto;
    margin-right: 15px;
    font-size: 15px;
	font-weight: 700;
}
.color_background_description .dropdown .btn .caret {
    margin-left: 14px;
}
section.container-fluid.color_background_description.xx .colomn-right p{
    font-size: 12px;
    font-weight:bold;
}
.exter {
    margin-top: 30px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 20px;
    font-family: 'tondolight';
}
@media(max-width:1366px){
  .color_background_description .dropdown {
    position: relative;
    margin: 5% auto 0 auto;
    display: inline-block;
  }
  .page-id-602 .color_background_description .dropdown {
    margin: 7% auto 0 auto;
  }
  
}
@media(max-width:1280px){
  .color_background_description .dropdown {
    text-align: center;
    margin: 0 auto;
  }
  .color_background_description .dropdown > .outer-list {
      left: 22%;
      width: 50%;
  }
}
@media(max-width:991px){
    .color_background_description .dropdown > .outer-list {
        top: 15%;
        left: 15%;
        width: 71%;
    }
    .color_background_description .dropdown {
        text-align: left;
        margin: 0;
        width: 97%;
        padding-left: 15px;
        padding-bottom: 40px;
    }
    .color_background_description .dropdown label {
        font-weight: bold;
    }
    .page-template-idd-prepaid .color_background_description_inner {
        padding: 60px 50px 60px 0px;
    }   
    .color_background_description .btn.country-btn {
        width: 100%;
        box-shadow: 0 2px #00000029;
        padding: 15px 0px 15px 15px;
    }
    li.country-item {
        float: left;
        margin-bottom: -1px;
        width: 50%;
    }
    li.country-item a {
        font-size: 12px;
        text-transform: lowercase;
    }
    .x-tr img {
        width: 12%;
        float: left;
        height: 21px;
        margin-right: 5px;
        margin-top: -1px;
    }
    .color_background_description i.fa.fa-search {
        right: 35px;
        top: 13px;
    }
    .color_background_description .search-box {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .mobile-close {
        margin-top: 0%;
        display: inline-block;
        float: right;
    }
    .colomn-left .text {
        font-size: 20px;
    }
    .three_column_full ul li{
        padding:0;
    }
    .page-id-524 .colomn-left, .colomn-left {
        padding-right: 10px;
    }
    .color_background_description input#myInput {
        margin-left: 0;
    }
}
@media (max-width: 767px){
    .mobile-close {
        margin-top: -10%;
    }
}
@media (max-width: 480px){
  .color_background_description .dropdown > .outer-list {;
      left: 3%;
      width: 94%;
  }
  li.country-item {
    float: left;
    margin-bottom: -1px;
    width: 100%;
  }
  .page-id-562 .extra-wording {
    margin-bottom: 0px;
    margin-top: 40px;
    display: inline-block;
  }
  .special_packs_right a {
    width: 96%;
  }
}
@media (max-width: 360px){
    .colomn-left .text {
        font-size: 13px;
    }
    .page-id-562 .colomn-left .text {
        font-size: 18px;
    }
    .page-id-562 .colomn-left .text {
        margin-top: -6px;
    }
    .page-id-367 .colomn-left img {
        width: 20px;
    }
    .colomn-left .text {
        margin-top: -2px;
    }
    .colomn-right {
        font-size: 12px;
    }
    .page-template-idd-prepaid .colomn-left img, .page-template-roaming .colomn-left img, .page-template-idd-roaming .colomn-left img {
        width: 16px;
    }
    .page-id-562 .three_box_layout.tyu .colomn-left img{
        width: 40;
    }
    .mobile-close {
        margin-top: -13%;
    }
}
/* ====================== Countries_layout =================== */

/* ====================== icon_with_double_side_layout =================== */
.icon_with_double_side_layout{
  margin-bottom: 50px;
}
.icon_with_double_side_layout .feateres-inner .icon {
    margin-top: -2px;
    margin-right: 5px;
    width: 70px;
    text-align: left;
}
.page-id-560 .icon_with_double_side_layout .feateres-inner .icon {
    width: 55px;
}
.icon_with_double_side_layout .feateres-inner .text span {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
@media(max-width:767px){
    .icon_with_double_side_layout .feateres-inner .icon {
        margin-right: 5px;
        width: 70px;
    }
    .feateres-inner .text {
        width: 83%;
        float: left;
        font-size: 14px;
    }
    .feateres-inner {
        margin-bottom: 30px;
    }
    .icon_with_double_side_layout .feateres-inner .text span {
        font-size: 14px;
    }
    .page-id-560 .feateres-inner .text {
        font-size: 14px;
    }
    .icon_with_double_side_layout .feateres-inner .icon img {
        width: 90%;
    }
    li.country-item {
        padding-left: 0;
    }
    .x-tr img {
        width: 20%;
    }
    .page-id-560 .icon_with_double_side_layout .feateres-inner .icon {
        width: 44px;
    }
}

@media (max-width: 400px){
    .feateres-inner .text {
        width: 80%;
        float: left;
        font-size: 14px;
    }
    .feateres-inner {
        margin-bottom: 5px;
    }
    
}
@media (max-width: 360px){
    .feateres-inner .text {
        width: 77%;
    }
    .x-tr {
        padding: 8px 5px;
    }
    
}
/* ====================== end icon_with_double_side_layout =================== */

/* ====================== trips_layout  =================== */
.trips_layout_row{
    margin-bottom: 30px;
}
.imgz{
    position: relative;
    overflow: hidden;
}
.imgz img{
    transform: scale(1);
    transition: all 700ms ease;
}
.imgz img:hover{
    transform: scale(1.2);
}
.trips_layout .left-text {
    margin-top: 18%;
}
.trips_layout {
    margin-top: 40px;
    margin-bottom: 50px;
}
.trips_layout .left-text.right{
    padding-left: 30px;
}
.trips_layout .left-text h2{
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'tondoregular';
    font-size: 32px;
}
@media(max-width: 991px){
    .trips_layout .left-text.right{
        padding-left: 0px;
    }
    .trips_layout .left-text h2 {
        font-size: 18px;
    }
    .left-text.right img, .left-text img {
        width: 27%;
    }
    .trips_layout_inner{
        display: flex;
        flex-flow: column;
    }
    .trips_layout_row .imgz {
        order: 1;
        display:block;
    }
    .trips_layout_row .mobile-o{
        order: 2;
        display:block;
    }
    .trips_layout .left-text {
        margin-top: 4%;
    }
}
@media(max-width: 480px){
  .page-id-560 .feateres-inner {
      margin-bottom: 30px;
  }
  .icon_with_double_side_layout {
      margin-bottom: 0px;
  }
  .page-id-524 .colomn-left{
      padding-right: 10px;
      width: 40%;
  }
  .page-id-524 .colomn-left .text, .page-id-520 .colomn-left .text {
    margin-top: -5px;
  }
  .page-template-idd-prepaid .colomn-left img{
    margin-top: 0px;
    width: 20px;
  }
  .hree_column_layout_inner {
    padding: 5px;
  }
}
/* ====================== end trips_layout  =================== */

/* ====================== entertainment_list_layout  =================== */
.entertainment_list_layout{
    margin-bottom: 50px;
}
.entertainment_list_layout_inner_bottom {
    box-shadow: 0px 4px 12px #e400003d;
    border-radius: 13px;
    width: 100%;
    display: inline-block;
    padding: 25px 5px;
    margin-bottom: 30px;
}
.entertainment_list_layout_inner_bottom .right-r h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'tondoregular';
    margin-bottom: 20px;
}
.entertainment_list_layout_inner_bottom .right-r {
    margin-top: 3%;
    display: inline-block;
    width: 100%;
}
.entertainment_list_layout_inner_bottom .right-r p{
    margin-bottom: 0;
}
.entertainment_list_layout_inner_bottom .xx {
    width: 100%;
    display: inline-block;
    padding-top: 0px;
}
.entertainment_list_layout_inner_bottom .xx:before {
    content: '';
    width: 95%;
    height: 1px;
    background: #E400003D;
    display: block;
    margin-bottom: 25px;
}
.entertainment_list_layout_inner_bottom .xx p {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: normal;
    font-family: 'tondoregular';
}
.entertainment_list_layout_inner {
    display: inline-block;
    width: 100%;
    scroll-margin-top: 50px !important;
}
.entertainment_list-slider .boxx {
    margin-right: 30px;
}
.entertainment_background {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 60px;
    margin-top: 30px;   
}
.entertainment_background .title h2, .entertainment_background .boxx h2, .entertainment_background .boxx p{
    color: #fff;
    font-weight: normal;
    font-family: 'tondoregular';
}
.entertainment_background .boxx p, .entertainment_list_layout_inner_bottom .small_title, .entertainment_list_layout_inner_bottom p{
    font-family: 'tondolight';
}
.entertainment_background .title h2{
    letter-spacing: 0.5;
    font-size: 28px;
    font-family: 'tondolight';
}
.entertainment_background .title{
  margin-bottom: 40px;
  text-align: center;
}
.entertainment_background .boxx h2{
  margin-top: 20px;
  font-size: 26px;
}
.boxx img {
    border-radius: 10px;
}
.entertainment_list_layout .wer {
    margin-bottom: 0px;
}
.page-id-660 .entertainment_list_layout .wer, .page-id-722 .entertainment_list_layout .wer{
    margin-bottom: 30px;
}

.page-id-737 .entertainment_list_layout .wer {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.page-id-737 .entertainment_list_layout_inner_bottom .right-r {
    margin-top: 2%;
}
.entertainment_list_layout .left-r img{
    border-radius: 10px;
}
.entertainment_list_layout .feateres-inner .text {
    color: #393939;
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: normal;
}
.entertainment_list_layout .feateres-inner .icon {
    width: 62px;
}
.entertainment_list_layout .panel-group .panel {
    box-shadow: 0px 4px 12px #e400003d;
    border-radius: 13px;
    width: 100%;
    display: inline-block;
    padding: 30px 20px;
    margin-bottom: 30px;
    scroll-margin: 20px;
}
.entertainment_list_layout .panel-default {
    border-color: transparent;
}
.entertainment_list_layout .panel-body.italic .entertainment_list_layout_inner_bottom {
    box-shadow: unset;
}
.entertainment_list_layout .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.entertainment_list_layout .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.entertainment_list_layout .panel-group .panel .entertainment_list_layout_inner_bottom{
    margin-bottom: 0;
    padding-bottom: 0
}
.panel-heading .panel-title a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
i.fas.fa-angle-down.rotate-icon {
    float: right;
    background: #e4000040 0% 0%;
    padding: 8px 10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #E40000;
}
.full_with_text_layout .panel-group .panel i.fas.fa-angle-down.rotate-icon {
    margin-top: 12px;
}
.entertainment_list_layout .feateres-inner .text p{
    font-size: 19px;
    color: #393939;
    margin-top: 5px;
    font-family: 'tondolight';
}
.entertainment_list-slider .slick-dots li button, .team_layout .slick-dots li button {
    width: 62px;
    height: 5px;
    padding: 5px;
    margin-right: 10px;
}
.entertainment_list-slider .slick-dots li button:before, .team_layout .slick-dots li button:before {
    width: 34px;
    height: 5px;
    background: #747474;
    color: transparent;
    border-radius: 4px;
}
.entertainment_list-slider .slick-dots li, .team_layout .slick-dots li {
    width: 30px;
    height: 20px;
}
@media(min-width:1024px){
  .xx-left {
    padding-left: 0;
  }
}
@media(max-width:1024px){
  ul.cat-custom li {
      min-height: 155px;
  }
}
@media(max-width:991px){
  .entertainment_list_layout .feateres-inner .text {
      margin-top: 12px;   
  }
  i.fas.fa-angle-down.rotate-icon {
        margin-top: -40px;
  }
}
@media(max-width:767px){
    i.fas.fa-angle-down.rotate-icon {
        margin-top: -40px;
    }
    .page-id-737 i.fas.fa-angle-down.rotate-icon {
        margin-top: -65px;
    }
    .page-id-216 .team_layout .slick-dots li button:before {
        background: #E40000;
    }
    .page-id-562 .three_column_full ul li {
        min-height: 0;
    }
    .hree_column_layout_inner {
      min-height: 60;
      margin-top: 15px;
      padding-bottom: 15px !important;
    }
}
@media(max-width:480px){
  .entertainment_list_layout .feateres-inner .icon {
      width: 40px;
      margin-right: 13px;
  }
  .entertainment_list_layout .feateres-inner .text {
      font-size: 19px;
      margin-top: 5px;
  }
  .entertainment_list_layout .feateres-inner .icon  img {
      width: 65%;
  }
  .entertainment_list_layout .panel-group .panel {
    width: 91%;
    padding: 9px 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .entertainment_list_layout {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .page-id-737 i.fas.fa-angle-down.rotate-icon {
    margin-top: 7px;
  }
}
/* ====================== end entertainment_list_layout  =================== */

/* ====================== FAQ  =================== */
.faq .title{
  text-align: center;
  margin-top: 80px;
}
.faq .title .small_title {
    font-size: 18px;
    margin-bottom: 60px;
    font-family: 'tondolight';
}
.post-custome-faq {
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}
.faq .title h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}
ul.cat-custom {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    list-style: none;
}
ul.cat-custom li{
  box-shadow: 0px 2px 16px #00000014;
  padding: 30px;
}
ul.cat-custom li a {
    font-size: 28px;
    color: #fff;
    font-weight: 100;
    display: inline-block;
    width: 100%;
    font-family: 'tondolight';
}
.post-custome-faq-inner a{
    font-size: 19px;
    font-family: 'tondolight';
    display: inline-block;
    width: 100%;
}
ul.cat-custom li img{
    margin-right: 5px;
    margin-top: -10px;
}
.search-with-post-name{
    margin-top: 30px;
}
ul.cat-custom li:first-child{
  background-color: #E40000;
}
ul.cat-custom li:nth-child(2){
  background-color: #6B050B;
}
ul.cat-custom li:nth-child(3){
  background-color: #EF1C23;
}
ul.cat-custom li:nth-child(4){
  background-color: #A30000;
}
ul.cat-custom li:nth-child(5){
  background-color: #6B050B;
}
ul.cat-custom li:nth-child(6){
  background-color: #8D0707;
}
ul.cat-custom li:nth-child(7){
  background-color: #E40000;
}
ul.cat-custom li:nth-child(8){
  background-color: #A30000;
}
ul.cat-custom li:nth-child(9){
  background-color: #8D0707;
}
ul.cat-custom li:nth-child(10){
  background-color: #6B1818;
}
ul.cat-custom li:nth-child(11){
  background-color: #E40000;
}
ul.cat-custom li:nth-child(12){
  background-color: #E40000;
}
ul.cat-custom li:nth-child(13){
  background-color: #6B1818;
}
ul.cat-custom li:nth-child(14){
  background-color: #A30000;
}
ul.cat-custom li:nth-child(15){
  background-color: #6B1818;
}
ul.cat-custom li:nth-child(16){
  background-color: #A30000;
}
/*ul.cat-custom li:nth-child(9), ul.cat-custom li:nth-child(10), ul.cat-custom li:nth-child(11), ul.cat-custom li:nth-child(12), ul.cat-custom li:nth-child(13), ul.cat-custom li:last-child{
  display: none;
}*/

.page-id-753 ul.cat-custom li:nth-child(4), .page-id-753 ul.cat-custom li:nth-child(3), .page-id-753 ul.cat-custom li:nth-child(11), .page-id-753 ul.cat-custom li:nth-child(13), .page-id-753 ul.cat-custom li:nth-child(15){
	display: none;
}
.page-id-753 ul.cat-custom li:nth-child(3), .page-id-753 ul.cat-custom li:nth-child(11), .page-id-753 ul.cat-custom li:nth-child(16), .page-id-753 ul.cat-custom li:last-child{
	display: none;
}
.page-id-753 ul.cat-custom li:first-child, .page-id-753 ul.cat-custom li:nth-child(3), .page-id-753 ul.cat-custom li:nth-child(11), .page-id-753 ul.cat-custom li:nth-child(12){
	display: none;
}
.page-id-5707 ul.cat-custom li:nth-child(9), .page-id-5707 ul.cat-custom li:nth-child(7), .page-id-5707 ul.cat-custom li:nth-child(8), .page-id-5707 ul.cat-custom li:nth-child(10), .page-id-5707 ul.cat-custom li:nth-child(11), .page-id-5707 ul.cat-custom li:nth-child(12), .page-id-5707 ul.cat-custom li:nth-child(13) , .page-id-5707 ul.cat-custom li:nth-child(14), .page-id-5707 ul.cat-custom li:nth-child(15), .page-id-5707 ul.cat-custom li:nth-child(16),  .page-id-5707 ul.cat-custom li:last-child{
  display: none;
  box-shadow: none !important;
}
span.nav-prev-text , span.nav-short, span.nav-next-text{
    display: none;
}
.post-custome-faq ul.post-faq li .post-custome-faq-inner {
    background: #F2F2F2;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    width: 99%;
    border-radius: 6px;
}
.post-custome-faq ul.post-faq {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}
.post-single h3{
    font-family: 'tondoregular';
}
/*b.ung {
    display: flex;
}*/
b.ung .icon {
    width: 20px !important;
}
.page-id-369 .feateres {
    display: inline-block;
    width: 100%;
    min-height: 300px;
}
@media(max-width:767px){
  ul.cat-custom li a {
      font-size: 20px;
      min-height: 70px;
  }
}
@media(max-width:767px){
    .faq .title h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .faq .title .small_title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .faq .title {
        margin-top: 30px;
    }
    ul.cat-custom li a {
        font-size: 21px;
    }
    .post-custome-faq-inner a {
        font-size: 15px;
    }
    .post-custome-faq ul.post-faq {
        padding: 0 15px;
    }
    .category .post .title h3 {
        font-size: 20px;
		line-height: 26px;
    }
    .single-post .search.result h1 {
        font-size: 30px;
        line-height: 38px;
    }
    ul.post-faq {
        width: 100%;
    }
	.page-id-753 ul.cat-custom li a {
   	 	font-size: 20px;
    	min-height: 0;
	}
}
@media (max-width: 480px){
  ul.cat-custom li a {
      min-height: 0;
  }
  ul.cat-custom li a {
    font-size: 17px;
  }
  .post-custome-faq {
    margin-bottom: 0;
  }
  .category span.icon-Group-11111 {
    font-size: 36px;
    margin-right: 10px;
    margin-top: -6px;
    float: left;
  }
	.category span{
    margin-right: 10px;
    margin-top: 1px;
    float: left;
	min-height: 35px;
  }
  .search-row {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .category .post .title h3 {
    line-height: 20px;
    font-size: 16px;
  }

}
/* ====================== end FAQ  =================== */

/* ====================== contact_boxes  =================== */
.contact_boxes{
    margin-bottom: 50px;
    margin-top: 50px;
}
.contact_boxes .small_title{
    font-family: 'tondolight';
}
.contact_boxes_inner {
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
    width: 100%;
    padding: 30px 30px 20px 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    min-height: 245px;
}
.contact_boxes_inner .feateres-inner .text .title {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 30px;
}
.contact_boxes_inner .feateres-inner .text {
    margin-top: -8px;
    margin-left: 5px;
}
.contact_boxes_inner .tell-number {
    display: inline-block;
    border: 1px solid #E40000;
    border-radius: 26px;
    padding: 9px 20px;
    margin-right: 10px;
    min-width: 190px;
    text-align: center;
    margin-bottom: 15px;
}
.contact_boxes_inner .tell-number a{
    color: #E40000;
    font-size: 17px;
    font-family: 'tondolight';
}
.contact_boxes_inner .bottom-contact{
    margin-top: 20px;
}
.contact_boxes_inner .bottom-contact a{
    color: #E40000;
}
.contact_boxes_inner .social_icons {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.contact_boxes_inner .social_icons .text {
    position: absolute;
    bottom: 26px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    left: -35px;
    font-size: 10px;
    padding: 2px 8px;
    visibility: hidden;
    width: 100px;
}
.page-id-854 .feateres-inner .icon {
    margin-top: -9px;
}
.contact_boxes_inner .social_icons:hover .text {
  visibility:visible;
}
.social_icons_section {
    display: inline-block;
}
.social_icons_section a{
    cursor: default;
    pointer-events: none;  
}
@media(min-width: 1280px){
  .page-id-854 .feateres-inner .icon {
    margin-top: -3px;
  }
}
@media(max-width:1280px){
  .contact_boxes_inner {
      min-height: 240px;
  }
}
@media(max-width:991px){
  .contact_boxes_inner .feateres-inner .text {
      margin-top: -13px;
      margin-left: 5px;
      width: 85%;
  }
  .contact_boxes_inner {
    min-height: 252px;
  }
  .contact_boxes_inner .tell-number {
    padding: 9px 10px;
  }
}
@media(max-width:767px){
    .contact_boxes_inner {
        padding: 30px 15px 20px 15px;
        min-height: 0;
    }
    .contact_boxes_inner .feateres-inner .text .title {
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: bold;
        line-height: 30px;
    }
    .contact_boxes_inner .tell-number a {
        font-size: 12px;
    }
    .contact_boxes_t{
        padding:0;
    }
    .contact_boxes_inner .tell-number {
        padding: 8px 12px;
        min-width: 130px;
    }
    .social_icons_section {
        margin-top: 20px;
    }
    .social_icons_section a{
      cursor: unset;
      pointer-events: unset;  
  }
}
@media(max-width:400px){
    .contact_boxes_inner .tell-number {
        min-width: 100%;
        margin-bottom: 13px;
    }
}
/* ====================== end contact_boxes  =================== */

.page-id-869 .left-double.right {
    margin-top: 5%;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.left-double.right h3 {
    line-height: 31px;
}
.description2 p {
    font-size: 14px;
}
.page-id-869 .double_side_layout {
    margin-top: 0px;
    margin-bottom: 60px;
}

@media(max-width:991px){
  .page-id-869 .double_side_layout .right-double, .page-id-869 .left-double{
    width: 100%;
  }
  .page-id-869 .left-double.right h3 br{
    display:none;
  }
}
/* ====================== careers_layout   =================== */
.careers_layout {
    margin-top: 60px;
    margin-bottom: 60px;
}
.careers_layout ul{
    padding-left: 0;
    list-style: none;
}
.careers_layout ul li .careers_box {
    margin: 15px 30px 15px 0;
    box-shadow: 0px 2px 16px #00000014;
}
.careers_layout ul li:last-child .careers_box{
    margin: 15px 30px 0px 0px;
}
.careers_layout ul li .careers_box img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.careers_box_inner {
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.careers_box_inner h3, .career-single-inner h3{
    font-family: 'tondoregular';
    font-size: 18px;
	  min-height: 70px;
    line-height: 22px;
}
.career-single-inner h3{
    min-height: 0px;
}
.career-single-inner h3{
    font-size: 27px;
    margin-bottom: 20px;
}
.career-single-inner .title {
    float: left;
}
.careers_box_inner p{
    font-size: 12px;
    font-family: 'tondolight';
}
.careers_box_inner .location i {
    color: #EE1716;
    padding-right: 5px;
}
.carrer_banner .location i{
    font-size: 24px;
    color: #EE1716;
    padding-right: 5px;
}
.careers_box_inner .location {
    margin-bottom: 30px;
    font-size: 12px;
    font-family: 'tondolight';
}
.carrer_banner .btn-section a {
    padding: 15px 40px;
}
.carrer_banner .closing_date {
    display: inline-block;
}
.careers_box_inner .t, .careers_box_inner .t a{
    font-size: 14px;
    font-family: 'tondolight';
}
.careers_box_inner .rightt a{
    color: #EE1716;
}
.careers_box_inner .rightt{
    text-align: right;
}
.carrer_banner_inner {
    margin-top: 13%;
    margin-bottom: 10%;
}
.career-single .title img, .career-single .title h3{
    float: left;
}
.career-single .title{
    width: 100%;
    display: inline-block;
}
.career-single-inner{
    margin-bottom: 20px;
}
.career-single-inner ul{
    list-style: none;
}
.career-single-inner ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.career_yoast_breadcrumb {
    position: absolute;
    top: 8%;
    width: 100%;
    z-index: 1;
}
.carrer_banner {
    position: relative;
}
.contact-form {
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
    width: 100%;
    display: inline-block;
    padding: 25px;
    margin-top: 25px;
}
label {
    font-family: 'tondolight';
}
.hero-banner.cat.careers {
    padding-top: 0;
    padding-bottom: 0;
}
@media(max-width:991px){
    .carrer_banner_inner {
        margin-top: 32%;
        margin-bottom: 10%;
    }
    .carrer_banner_inner p {
        margin-top: 15px;
        font-size: 20px;
    }
    .career-single-inner h3 {
        font-size: 19px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .career-single-inner .title {
        width: 80%;
    }
    .post-single {
        margin-bottom: 30px;
    }
    .career-single-inner ul li::before {
        font-size: 20px;
    }
    .search.result h1 {
        font-size: 25px;
    }

}
@media(max-width:767px){
  .careers_layout ul li .careers_box {
      margin: 15px 0px 15px 0;
  }
}
@media(max-width:480px){
  .careers_box_inner h3, .career-single-inner h3, .careers_box_inner .rightt a, .careers_box_inner .t, .careers_box_inner .t a {
      font-weight: bold;
  }
  .carrer_banner_inner h1 {
    font-size: 28px;
  }
  .carrer_banner_inner .btn-section {
    width: 65%;
  }
  .carrer_banner_inner .btn-section a{
      border-radius: 10px;
  }
  .location {
    font-size: 16px;
  }
}
/* ====================== end careers_layout   =================== */

/* ====================== Contact form  =================== */
.form_section .contact-form .left, .form_section .contact-form .right {
    width: 48%;
    float: left;
    margin-bottom: 15px;
}
.form_section .contact-form .right{
    margin-left: 30px;
}
label {
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.form_section .contact-form input, .form_section .contact-form select{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #74747424;
    border: 1px solid #74747424;
    border-radius: 6px;
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    display: inherit;
}
.form_section .contact-form select{
    min-height:55px;
    padding: 0 15px;
}

.form_section .contact-form input.wpcf7-form-control.wpcf7-submit {
    background: #ED1C24;
    margin-right: 20px;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    padding: 15px 40px;
    min-width: 225px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    font-family: 'tondolight';
    letter-spacing: 0.5;
    width: auto;
}
.form_section .apply-con{
    text-align: center;
}
.form_section {
    margin-bottom: 60px;
}
section#careers_form {
    scroll-margin-top: 70px;
}
.career-single-inner .icon {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}
.form_section span.yt {
    margin-top: 10px;
    display: inline-block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
    float: left;
    padding: 10px 40px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    float: left;
    padding: 10px 40px;
    text-align: center;
}
/*.form_section .empty {
    background: #74747424;
    border: 1px solid #74747424;
    border-radius: 6px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 22px;
    height: 53px;
    padding: 15px;
}
.form_section .empty br{
    display: none;
}*/
.form_section span.file-623 {
  position:relative;
}
/*.form_section span.file-623:before {
    content: "Browse";
    position: relative;
    right: -67%;
    padding: 17px 26px;
    background: #393939;
    color: #fff;
    width: 130px;
    top: 0px;
    text-align: center;
    border-radius: 0px 6px 6px 0px;
    cursor: pointer;
}
.form_section span.file-623>input {
  visibility:hidden;
}*/

::-webkit-file-upload-button {
  background: #393939;
  color: #fff;
  padding: 20px;
  border:0;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #ed1c24;
    float: left;
    width: 100%;
    text-align: center;
}
.wpcf7 select.wpcf7-select {
    -moz-appearance: inherit;
    -webkit-appearance: inherit;
}
.right.position {
    position: relative;
}
.right.position i.fa.fa-chevron-down {
    position: absolute;
    right: 16px;
    top: 50px;
    font-size: 16px;
}
input[type="file"]{
   -webkit-appearance: none;
   padding-left: 15px !important;
   padding-top: 10px !important;
   text-align: left;
   -webkit-rtl-ordering:  left;
}

input[type="file"]::-webkit-file-upload-button{
   -webkit-appearance: none;
   float: right;
   margin-top: -13px !important;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   margin-right:-4px;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    padding: 0;
    min-height: 53px;
}

@media(max-width: 1366px){
  .form_section span.file-623:before {
    right: -51%;
  }
}
/*.breadcrumb-container.theme5 .separator {
    display: block !important;
}
.breadcrumb-container li:last-child .separator {
    display: none !important;
}*/

@media(max-width:991px){
    .contact-form {
        box-shadow: unset;
        border-radius: 0;
        width: 100%;
        padding: 0px;
    }
    .form_section .contact-form .left, .form_section .contact-form .right {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    .form_section .contact-form .right {
        margin-left: 0px;
    }
    .form_section .contact-form input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }
    .c-formz {
        padding: 0;
    }
}
@media(max-width:767px){
    .form_section .contact-form input.wpcf7-form-control.wpcf7-submit {
        font-size: 19px;
    }
}
/* ====================== End Contact form  =================== */

/* ====================== list_two_column_layout  =================== */
.list_two_column_layout .awards-right {
    padding-top: 0px;
    padding-bottom: 80px;
}
.list_two_column_layout .awards-left:after {
    height: 142px;
}
.list_two_column_layout .tyr {
    background: #393939 0% 0%;
    border-radius: 34px;
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    margin-top: 10px;
}
.awards-left.cd:after {
    display: none;
}
.list_two_column_layout {
    margin-bottom: 50px;
    margin-top: 50px;
}
.page-id-369 .list_two_column_layout,
.page-id-480 .list_two_column_layout{
    margin-top: 50px;
    margin-bottom: 0px;
    scroll-margin-top: 100px;
}
.page-id-369 .list_two_column_layout .awards-right {
    padding-bottom: 60px;
}
.dotst {
    border: 1px solid #f28d2c63;
    width: 0;
    margin-left: 48%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-id-369 .list_two_column_layout .awards-right p{
    font-size: 16px;
    margin-top: 11px;
    line-height: 21px;
    font-weight: 100;   
    font-family: 'tondolight';
}
.page-id-602 .list_two_column_layout .awards-right p {
    font-size: 16px;
    margin-top: 11px;
    line-height: 21px;
    font-weight: 100;  
    font-family: 'tondolight';
}
.page-id-369 .list_two_column_layout .tyr {
    padding: 15px 40px;
}
.list_two_column_layout .tyr a{
    color:#fff !important;
}
.list_two_column_layout_row {
    display: inline-block;
    width: 100%;
}
@media(max-width:768px){
    .list_two_column_layout .tyr {
        width: 90%;
        padding: 10px 20px;
        text-align: center;
    }
    .page-id-369 .list_two_column_layout .tyr {
        padding: 15px 21px;
        font-size: 12px;
    }
    .page-id-369 .list_two_column_layout .tyr a {
        font-size: 12px;
    }
    .page-id-369 .awards-left .year, .page-id-480 .awards-left .year {
        font-size: 16px;
        padding: 8px 0px 0px;
        width: 35px;
        height: 35px;
    }
    .list_two_column_layout img{
        display:none;
    }
    .page-id-369 .list_two_column_layout .awards-right p {
        font-size: 13px;
        margin-top: 4px;
    }
    ul#menu-about-menu li a, ul#menu-prepaid-menu li a, ul#menu-postpaid-menu li a, ul#menu-idd li a, ul#menu-roaming-nav li a, ul#menu-roaming-idd li a, ul#menu-bsolution li a {
      padding: 0px 10px;
    }
}
@media(max-width:360px){
    .page-id-369 .list_two_column_layout .tyr {
        padding: 9px 8px;
        font-size: 11px;
    }
    .page-id-369 .list_two_column_layout .tyr a {
        font-size: 11px;
    }
}
/* ====================== End list_two_column_layout  =================== */

/* ====================== ad-search-layout  =================== */
.ad-search-layout{
    margin-top: 60px;
}
.ad-search-layout p {
    font-size: 20px;
    margin-top: 15px;
    font-family: 'tondolight';
}
.page-id-753 h1.big {
    font-size: 54px !important;
    margin-bottom: 10px;
}
.ad-search-layout input.search-field {
    background: #F2F2F2;
    border: 0;
    padding: 20px;
    font-size: 19px;
    width: 100%;
    color: #747474;
}
.ad-search-layout #searchform {
    margin-top: 30px;
    position: relative;
}
.ad-search-layout button.search-submit {
    font-size: 24px;
    background: transparent;
    border: 0;
    position: absolute;
    top: 16px;
    right: 15px;
    color: #39393987;
}
.page-id-753 .ad-search-layout button.search-submit {
    top: 20px;
}
.page-id-753 .ad-search-layout button.search-submit img{
    width:65%;
}
@media(max-width:767px){
    .page-id-753 h1.big {
        font-size: 26px !important;
    }
    .ad-search-layout p {
        font-size: 16px;
    }
    .ad-search-layout input.search-field {
        font-size: 16px;
    }
    .page-id-753 .ad-search-layout button.search-submit {
        top: 21px;
    }
}
/* ====================== End ad-search-layout  =================== */
.entertainment_slider .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1);
    transition-delay: .5s;
}
.entertainment_slider .slick-slide{
    margin-right: 6px !important;;
    transition: all ease-in-out .3s;
    opacity: 1;
    transform: scale(0.9);
    transform-origin: bottom;
    transition-delay: .5s;
}
.entertainment_slider .slick-slide .img-section img {
    margin-left: 15px;
}
.entertainment_slider .slick-slide.slick-current .img-section img {
    margin-left: 0px;
}
.entertainment_slider .slick-slide .img-section-bottom {
    left: 30px;
}
.entertainment_slider .slick-slide.slick-current .img-section-bottom {
    left: 15px;
}
.entertainment-banner .banner-right {
    overflow-x: hidden;
}
.entertainment-banner .entertainment-banner-section {
    left: 3%;
    position: relative;
    overflow-x: hidden;
}
.page-id-753 input.search-field {
    border-radius: 12px;
}
@media(max-width:767px){
   .entertainment-banner .title {
    font-size: 15px;
   }
   .entertainment-banner .img-section-bottom p {
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
  }
  .entertainment-banner .title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 17px;
  }
  .entertainment-banner .entertainment-banner-section {
    left: 3%;
  }
  .entertainment-banner .banner-left {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .full-slider, .entertainment-banner {
    background-position: 28%;
  }
  .entertainment-banner {
    padding-bottom: 0px;
  }
  .entertainment_background .boxx h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .entertainment_list_layout_inner_bottom .xx:before {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .col-md-12.no-padding.mobile-enter {
    position: relative;
    left: -130px;
    width: 156%;
    display: flex;
  }
  .entertainment_list_layout_inner_bottom .xx p {
    font-size: 15px;
    margin-bottom: 15px;
  }
   .entertainment_list_layout_inner_bottom .right-r h3 {
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
        font-family: 'tondoregular';
        margin-bottom: 7px;
    }
    .er {
        padding-left: 5px;
        padding-left: 5px;
        padding-right: 0;
    }
    .col-md-12.no-padding.wer {
        display: inline-block;
        width: 100%;
    }
    .entertainment_list_layout_inner_bottom {
        width: 92%;
        margin: 30px 15px;
    }
    .entertainment_background {
        margin-bottom: 0px;
    }
    .entertainment_background .title h2 {
        font-size: 18px;
    }
    .entertainment_list-slider .slick-dots {
        left: 0;
    }
    .career-single-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 480px){
    .mobile-enter {
        left: -98px;
    }
    .banner-right {
        padding-left: 0;
    }
}

/* ====================== payment_options  =================== */
.payment_options{
    margin-bottom: 60px;
    margin-top: 30px;
}
.payment_options_box {
    float: left;
    width: 21.5%;
    text-align: center;
    margin: 15px;
    padding: 20px 0 10px 0;
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
}
.payment_options_box img {
    width: 160px;
    margin-bottom: 20px;
}
.payment_options_box .text {
    font-size: 16px;
    line-height: 23px;
    font-family: 'tondolight';
    margin-bottom: 20px;
}
.page-id-1107 .banner .banner-left h1 p{
    font-size: 46px;
}
@media (max-width: 1080){
	.awards .awards-right:before {
	    left: -5.5%;
	}
	.page-id-210 div#x2019 .awards-inner {
	    min-height: 273px;
	}
}
@media(max-width:991px){
  .payment_options_box {
      width: 28.5%;
  }
}
@media(max-width:767px){
    .page-id-1107 .banner .banner-left h1 p {
        font-size: 25px;
        line-height: 28px;
    }
    .payment_options_box {
        width: 44.5%;
        margin: 10px;
    }
    .payment_options_box img {
        width: 90px;
    }
    .payment_options_box .text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .page-id-212 .banner-right img , .page-id-886 .banner-right img , .page-id-854 .banner-right img , .page-id-1107 .banner-right img{
        display:none;
    }
    .page-id-1107 .custom-img-mobile, .page-id-854 .custom-img-mobile , .page-id-886 .custom-img-mobile {
        height: 150px;
        background-size: cover;
        background-position: 35%;
    }
    .page-id-854 .custom-img-mobile{
        background-position: 100%;
    }
    .page-id-212 .custom-img-mobile{
        height: 147px;
        background-size: cover;
        background-position: 11% 4%;
    }
    .page-id-1107 .banner-left, .page-id-854 .banner-left{
        position: absolute;
        width: 65%;
    }
    .page-id-212 .banner-left{
        position: absolute;
        width: 52%;
    }
    .page-id-886 .banner-left{
        position: absolute;
        width: 52%;
    }
    .page-id-212 .banner-right, .page-id-1107 .banner-right, .page-id-854 .banner-right , .page-id-886 .banner-right {
        position: absolute;
        right: 0;
        height: 150px;
        padding: 0;
    }
    .page-id-212 .full-slider, .page-id-1107 .full-slider, .page-id-854 .full-slider, .page-id-886 .full-slider {
        height: 150px;
    }
    .page-id-886 .banner .banner-left {
        margin-top: 11.5%;
    }
}
@media (max-width: 480px){
  .payment_options_box {
      width: 43.5%;
  }
  .two_column_layout .box-inner.xx {
    min-height: 130px;
  }
}
@media (max-width: 360px){
    .page-id-1107 .banner .banner-left h1 p {
        font-size: 18px;
    }
    .payment_options_box .text {
        font-size: 13px;
    }
    .payment_options_box {
        width: 42.5%;
        margin: 10px;
    }
}
/* ====================== End payment_options  =================== */

#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 68% !important;
    left: 24% !important;
}

#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li#mega-menu-item-30 > ul.mega-sub-menu {
    width: 77% !important;
    left: 25% !important;
}
li#mega-menu-item-1102 a, li#mega-menu-item-1182 a, li#mega-menu-item-1181 a, li#mega-menu-item-1129 a {
    font-weight: bold !important;
}
#ymDivCircle {
    z-index: 0 !important;
}
@media(max-width:1100px){
    #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li#mega-menu-item-30 > ul.mega-sub-menu  {
        width: 100% !important;
        left: 0 !important;
    }
}
form.wpcf7-form.init {	
	display: inline-block;	
	width: 100%;
}


/*new style*/
li.country-item a {
    text-transform: capitalize;
}
.life-at-text{
	 font-family: 'tondoregular';
	 font-size: 1.7vw;
}
.hero-banner .container .category.banner h1 span::before{
	color: #E40000;
}
@media(max-width:480px){
  .life-at-text {
    font-size: 3.2vw;
  }

}
@media (max-width:400px){
  .life-at-text {
      font-size: 3.2vw;
  }
  .section-pack-single .title .title1 {
    font-size: 15px;
  }
}
.page-id-210 div#x2020 .awards-inner {
    min-height: 250px;
}
.page-id-210 div#x2019 .awards-inner {
    min-height: 260px;
}
.page-id-210 div#x2018 .awards-inner {
    min-height: 300px;
}
.page-id-210 div#x2017 .awards-inner {
    min-height: 324px;
}
.page-id-210 div#x2014 .awards-inner, .page-id-210 div#x2012 .awards-inner {
    min-height: 235px;
}
.coverage-section {
    margin-bottom: 50px;
}
.hree_column_layout_inner>.colomn-left{
  width:35%;
}
.page-id-562 .hree_column_layout_inner>.colomn-left {
    width: 40%;
}
@media (max-width: 840px){
  .page-id-371 .special_packs_row_left, .page-id-371 .special_packs_right, .page-id-522 .special_packs_row_left, .page-id-522 .special_packs_right {
    width: 21%;
    font-weight: normal;
  }
  .page-id-371 .special_packs_layout .tag {
    min-width: 21%;
  }
  .special_packs_row_left, .special_packs_right {
      width: 21%;
  }
  .special_packs_layout .tag {
    min-width: 21%;
  }
  .three_column_full ul li {
    min-height: 0;
  }
  .box-slider-carasoul button.slide-arrow.prev-arrow.slick-arrow {
    left: -3.5%;;
  }
}
@media(min-width:1480px){
  .awards .awards-right:before {
    left: -2%;
  }
  .feateres-inner .text {
    line-height: 26px;
  }
}
@media(min-width:1366px){
  .slider .left h1, .banner .banner-left h1 p, .entertainment-banner .banner-left h1 p {
    font-size: 3.7vw;
  }
  .small_title p {
    font-size: 2.5vw;
  }
  .slider .left {
    margin-top: 5%;
  }
  .box_layout .title h1 {
    font-size: 2.8vw;
  }
  .package_full_width_layout .package-slidert_inner .t-left h1 p {
    font-size: 3.1vw;
    line-height: 50px;
  }
  .package_full_width_layout .package-slidert_inner .t-left p {
    font-size: 1.5vw;
    line-height: 40px;
  }
  .home .btn-section a {
    font-size: 1vw;
  }
  .btn-section a {
    font-size: 0.8vw;
  }
  .two_column_layout .t-left h1 {
    font-size: 2.5vw;
  }
  .two_column_layout .box-inner a {
    font-size: 0.8vw;
    line-height: 23px;
  }
  p.bigp {
    font-size: 1.3vw !important;
    line-height: 40px;
  }
  .box-inner.xx {
    padding: 65px 20px 0px 20px;
    min-height: 200px;
  }
  .t-left.right h1.big {
    font-size: 4.3vw!important;
  }
  .page-id-210 .awards-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .package-slider-carasoul button.slide-arrow.prev-arrow.slick-arrow {
    left: -1.5%;
  }
  .feateres-inner .text {
/*     font-size: 1.5vw; */
  }
  .package-box-inner .price h2 {
    font-size: 1.7vw !important;
  }
  section.container-fluid.color_background_description.xx .colomn-right p {
      font-size: 15px;
      font-weight: bold;
  }
	.header-top .search, .menu_slip .search {
		right: 7%;
	}
  
}

@media(max-width:991px){
  .two_column_layout .small_title {
    font-size: 2.6vw;
  }
  .two_column_layout .t-left h1 {
    font-size: 4.2vw;
    line-height: 46px;
  }
  p.bigp {
      font-size: 2.8vw !important;
      line-height: 38px;
  }
  h2.bigg {
      font-size: 28px;
  }
  .two_column_layout .t-left.center h1 {
      font-size: 6vw;
  }
  .t-left.right h1.big {
      font-size: 5.3vw!important;
      margin-bottom: 0px;
      margin-top: 35px;
  }
  .special_packs_right a {
    padding: 10px 20px;
  }
  .hree_column_layout_inner>.colomn-left {
      width: 40%;
  }
  .three_column_full ul li {
    min-height: 0px;
    display: inline-block;
    width: 100%;
  }
  .page-id-602 .left-double.right, .page-id-560 .left-double.right {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .page-id-869 .double_side_layout .mobile, .page-id-602 .double_side_layout .mobile,
  .page-id-560 .double_side_layout .mobile {
    height: 260px;
  }
  .page-id-560  .double_side_layout .right-double img{
      display:none;
  }
  .page-id-560 .double_side_layout .mobile {
      display: block;
  }
  ul.cat-custom li {
    min-height: 0;
  }
  .careers_layout ul li .careers_box {
    min-height: 372px;
  }
  .page-id-369 .package_full_width_layout .slick-dots, .page-id-482 .package_full_width_layout .slick-dots {
    display: block !important;
   }

}
@media(max-width: 767px){
  .page-id-210 .awards-inner {
      min-height: 0;
  }
  .page-id-210 div#x2014 .awards-inner, .page-id-210 div#x2012 .awards-inner {
    min-height: 0;
  }
  .page-id-210 div#x2017 .awards-inner {
    min-height: 0;
  }
  .page-id-371 .special_packs_row_left, .page-id-371 .special_packs_right, .page-id-522 .special_packs_row_left, .page-id-522 .special_packs_right {
    width: 100%;
  }
  .page-id-369 .section-bottom .btn-section, .page-id-480 .section-bottom .btn-section {
    width: 100%;
  }
  .recapcha {
    display: inline-block;
    width: 100%;
  }
  .career_yoast_breadcrumb {
    width: 92%;
    left: 15px;
  }
  .carrer_banner_inner {
    margin-top: 45%;
  }
  .two_column_layout .t-left h1 {
    font-size: 6.2vw;
    line-height: 30px;
  }
  .two_column_layout .small_title {
    font-size: 3.6vw;
  }
  h2.bigg {
    line-height: 30px;
  }
  p.bigp {
    font-size: 5.8vw !important;
    line-height: 38px;
  }
  .t-left.right h1.big {
    font-size: 10.3vw!important;
    margin-bottom: 36px;
    margin-top: 6px;
  }
  .menu-section {
    /*z-index: 99;*/
  }
  .box-bottom {
    padding: 5px 10px;
  }
  .special_packs_row_left, .special_packs_right {
      width: 100%;
  }
  .page-id-480 .package-box-inner {
    min-height: 0px;
  }
  ul#myList .x-tr img {
    width: auto;
  }
  .entertainment_list_layout .feateres-inner .text {
    width: 73%;
  }
  .page-id-602 .double_side_layout .mobile {
    height: 182px;
    background-position: 51%;
  }
  .page-id-602 .left-double.right h3 {
    line-height: 23px;
    margin-bottom: 4px;
  }
  .contact_boxes_inner .social_icons:hover .text {
    visibility: hidden;
  }
  .color_background_description_inner p a.colored-red {
    width: 100%;
    display: inline-block;
  }
  .menu-bar.mobile {
    z-index: 99;
  }
}
@media(max-width: 480px){
  .menu-bar.mobile {
      padding-top: 18px;
  }
  i.fas.fa-angle-down.rotate-icon {
        margin-top: 0px;
  }
  .package_full_width_layout .package-slidert_inner .small_title {
    font-size: 3.2vw;
   }
   .package_full_width_layout .package-slidert_inner .t-left h1 p {
    font-size: 5.1vw;
    line-height: 24px;
    }
	.package_full_width_layout .package-slidert_inner .t-left p {
	    margin-top: 15px;
	    font-size: 3.8vw;
	}
	.feateres-inner {
	    margin-bottom: 11px;
	}
	.two_column_layout .t-left.center h1 {
	    font-size: 8vw;
	}
	h2.bigg {
	    font-size: 21px;
	}
	p.bigp {
	    font-size: 4vw !important;
	    line-height: 27px;
	}
	.menu-bar.mobile {
	    padding-top: 17px;
	}
	.full_with_text_layout .panel-group .panel i.fas.fa-angle-down.rotate-icon {
	    margin-top: 20px;
	}
	.media ul li img {
	    width: 40px;
	}
}
@media(max-width: 400px){
  .menu-bar.mobile {
    padding-top: 13px;
  }
  div#x2012 .awards-right:before {
    height: 97.8%;
  }
  .two_column_layout .box-inner.xx {
    min-height: 130px;
  }
  .page-id-524 .colomn-left .text, .page-id-520 .colomn-left .text {
    margin-top: 0px;
  }
  .colomn-left .text {
    font-size: 15px;
  }
  
}

.legend ul{
  padding-left: 0;
  list-style: none;
}
.legend ul li{
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;

}
.legend .colord-box {
    width: 20px;
    height: 20px;
    background: #000;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.legend ul li:first-child .colord-box {
    background: #72b56f;
}
.legend ul li:nth-child(2) .colord-box {
    background: #00f;
}
.legend ul li:last-child .colord-box {
    background: #ba5b38;
}
.legend {
    margin-bottom: 10px;
}

.special-cont-inner{
	padding: 0 10px;
	display:inline-block;
	width: 100%;
}
.special-cont-remark{
	    height: 70px;
    display: table-cell;
}

.three_column_full ul {
    list-style: none;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
}
.x-tr a {
    display: inline-block;
    width: 100%;
}
.page-id-367 .hree_column_layout_inner>.colomn-left,
.page-id-4733 .hree_column_layout_inner>.colomn-left {
    width: 40%;
}
.entertainment_list_layout_inner p a{
	color:#e40000;
}
.feateres-inner>.text>span{
	font-size: 13px;
}
.rate-box-new h2 {
    text-align: center;
    padding-top: 50px;
}
.page-id-871 a.colored {
    color: #E40000;
}

@media(max-width: 840px){
	.three_column_full ul {
	    align-items: unset;
	    width: 100%;
	    display: inline-block;
	}
	.hree_column_layout_inner>.colomn-left {
	    width: 100%;
	}
	.hree_column_layout_inner, .colomn-right {
	    display: inherit;
	}
  .page-id-562 .hree_column_layout_inner, .page-id-367 .hree_column_layout_inner{
      display: table;
  }
  .page-id-562 .colomn-right, .page-id-367 .colomn-right{
      display: table-cell;
  } 
	.careers_layout ul li:last-child .careers_box {
	    margin: 0;
	}
	.page-id-482 .package-slider-carasoul .carasoul:hover {
	    -webkit-transform: scale(1);
	    margin-left: 4%;
	}
  .box_layout_inner{
    padding-left: 12px;
    padding-right: 5px;
  }
  .entertainment_list-slider .boxx {
      margin-right: 15px;
  }
  .box {
    width: 95%;
  }
  .page-id-208 .three_box_layout .hree_column_layout_inner {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .page-id-208 .three_box_layout .colomn-left {
    display: inline-block;
    text-align: center;
  }
  .page-id-208 .colomn-left img {
    float: none;
  }
  .xx-right, .xx-left {
    padding-left: 0;
  }
  input.search-field {
    height: 50px;
    margin-top: 3px;
  }
  .xx-right .col-md-6 {
    padding-left: 0;
  }
  .color_background_description .dropdown > .outer-list {
    left: 2%;
    width: 96%;
  }
  .pagination {
    text-align: center;
    width: 100%;
  }
}
@media(max-width: 480px){
	div#x2012 .awards-right:before {
	    height: 97.8%;
	}
	.press_section .awards-right:before {
	    height: 106.1%;
	}
  ul#menu-about-menu li a, ul#menu-prepaid-menu li a, ul#menu-postpaid-menu li a, ul#menu-idd li a, ul#menu-roaming-nav li a, ul#menu-roaming-idd li a, ul#menu-bsolution li a {
    padding: 0px 3px;
  }
}

.package-box-inner .price span{
  display: none;
}
.se_pre_menu.menu-cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 90%);
    z-index: 5;
    width: 100%;
    height: 100%;
}
body.menu-coverr {
    overflow-y: hidden;
}
.post-single.press img{
  width: 100%;
}
.tel-color {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tel-color-inner{
    border: 1px solid #E40000;
    border-radius: 26px;
    padding: 9px 20px;
    margin-right: 10px;
    min-width: 190px;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
}
.tel-color-inner a{
    color: #E40000;
}

/* ----------------- tab ----------------- */

.three_box_tab_layout .nav-tabs>li.active>a, 
.three_box_tab_layout .nav-tabs>li.active>a:focus, 
.three_box_tab_layout .nav-tabs>li.active>a:hover {
    color: #E40000;
    border: 0;
    border-bottom: 2px solid #E40000;
}
.three_box_tab_layout .nav-tabs>li>a {
    border: 0px solid transparent;
    border-radius: 0;
    color: #747474;
}
.three_box_tab_layout .nav-tabs>li>a:hover {
    border-color: transparent;
}
.three_box_tab_layout .nav>li>a:focus, .three_box_tab_layout .nav>li>a:hover {
    background-color: transparent;
}
.three_box_tab_layout .title h3{
    margin-bottom: 30px;
    margin-top: 30px;
}
.full-row-tab {
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
    padding: 25px 20px;
    min-height: 215px;
    text-align: left;
    margin-bottom: 30px;
}
.full-row-tab .text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.full-row-tab-section{
    margin-top: 30px;
    margin-bottom: 30px;
}
.three_box_tab_layout{
    margin-bottom: 50px;
}

.special_packs_layout .c-wording {
      cursor: default;
      pointer-events: none;        
      text-decoration: none;
}
.special_packs_layout .box-ty a {
    display: inline-block;
    width: 100%;
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
}
/* ----------------- tab ----------------- */

.collapsing {
  -webkit-transition-duration: .05s;
  -o-transition-duration: .05s;
  transition-duration: .05s;
}
.redtext-bold{
  color: #ed1c24;
  font-family: 'tondobold';
}
span.page-numbers.dots {
    float: none;
    width: auto;
    border: 0;
    margin-left: 0;
}
.wr {
    float: left;
    width: 100%;
}
.colomn-right .wr b, .colomn-right .wr strong {
    line-height: 16px;
}
.colomn-right .wr i.fa.fa-check {
      float: left;
      margin-top: 7px;
}
.cn-button.bootstrap {
    color: #ed1b24 !important;
    border: 1px solid #ed1b24 !important;
    background: transparent !important;
}
@media(max-width: 1366px){
  .colomn-right .wr i.fa.fa-check {
      min-height: 30px;
  }
}
@media(max-width: 767px){
	.page-id-367 .colomn-left img{
		width: 25px;
	}
	.page-id-367 .colomn-left img {
	    margin-top: -2px;
	}
	.colomn-right .wr i.fa.fa-check {
	    min-height: 28px;
	}
	.page-id-482 .feateres {
	    min-height: 285px;
	}
  .colomn-right .wr i.fa.fa-check {
    min-height: 28px;
  }
  .page-id-482 .feateres {
    min-height: 270px;
}
}
img[src*="kmz"] {
  opacity: 0.3;
}

.video-slider-wrap{
    background-color: #F2F2F2;
}
.video-slider{
    overflow: hidden;
    margin-left: 3%;
    padding-left: 15px;
}
.video-slider-inner{
    width: 97% !important;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 15px;
}
.video-slider-inner{
    position: relative;
}
.video-slider-inner .img-wrap{
    padding-top: 70%;
    position: relative;
}
.video-slider-inner .img-wrap p{
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
    font-size: 15px;
    color: #fff;
    z-index: 10;
}
.video-slider-inner .img-wrap img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-slider-inner .play-wrap{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.31726193895526966) 32%, rgba(228,0,0,0.6646008745294993) 89%);
}
.video-slider-inner .play-wrap a{
    width: 42px;
    height: 42px;
    background: #000000d4;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.video-slider-inner .play-wrap a img{
    width: 20px;
    position: relative;
    left: 2px;
}
.slider-dot-wrap .slick-dots li{
    width: 30px;
}
.slider-dot-wrap .slick-dots li button{
    width: 30px;
    height: 4px;
    padding: 0;
    color: #74747491;
    background: #74747491;
    border-radius: 10px;
}
.slider-dot-wrap .slick-dots li.slick-active button{
    color: #747474;
    background: #747474;
}
@media (max-width: 1199.98px){
    .video-slider{
        margin-left: 1%;
    }
	.category.banner h1 {
		font-size: 38px;

	}
}
@media (max-width: 767.98px){
    .video-slider{
        margin-left: 0;
        padding: 0 5px;
    }
    .video-slider-inner{
        width: 300px !important;
        margin: 0 10px;
    }
	.category.banner h1 {
		font-size: 30px;
	}
}
@media (max-width: 575.98px){
    .video-slider-inner{
        width: 270px !important;
    }
	.category.banner h1 {
		font-size: 20px;
		line-height: 28px;
	  }
}

/*whats new slider*/
.whats-inner{
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}
.whats-new-slider .whats-inner .img-wrap img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.whats-new-slider .whats-inner .text-wrap{
    padding: 25px;
}
.whats-new-slider .whats-inner .text-wrap .topic{
    font-size: 30px;
    color: #ED1C24;
    font-family: "tondoregular";
    position: relative;
    margin-bottom: 25px;
}
.whats-new-slider .whats-inner .text-wrap .topic .topic-border{
    display: block;
    background-color: #ED1C24;
    height: 3px;
    width: 90px;
    border-radius: 0;
    margin: 4px 0 0;
}
.whats-new-slider .whats-inner .text-wrap .sub-para{
    font-size: 20px;
    color: #393939;
    margin: 0;
}
.whats-new-slider .whats-inner .text-wrap .para{
    font-size: 16px;
    color: #747474;
    font-family: "tondolight";
    margin: 0;
}
.whats-new-slider .slick-dots li button:before{
	content: '' !important;
}
.whats-new-wrap{
	overflow-x: hidden;
}
@media (max-width: 768px) {
    .whats-new-slider .whats-inner .text-wrap .topic{
        font-size: 25px;
    }
    .whats-new-slider .whats-inner .text-wrap .sub-para{
        font-size: 18px;
    }
    .whats-new-slider .whats-inner .text-wrap .para{
        font-size: 15px;
    }
}

.page-id-5707 .faq .title h1{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}
.page-id-5707 .faq .title .small_title{
    color: #393939;
    font-size: 20px;
    font-family: "tondolight";
	margin-bottom: 10px;
}
.page-id-5707 .faq{
    padding: 50px 15px 70px;
}
.page-id-5707 .faq .title {
	margin: 0;
}
.page-id-5707 .faq ul.cat-custom{
    margin-top: 30px;
}
.faq-wrap ul.cat-custom li:last-child{
    display: block !important;
}
.faq-wrap ul.cat-custom li img{
    width: 22px;
    margin-right: 5px;
}
@media (max-width: 991.98px) {
    .page-id-5707 .faq .title h1{
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .page-id-5707 .faq .title h1{
        font-size: 30px;
    }
    .page-id-5707 .faq .title .small_title{
        font-size: 16px;
    }
}
/*Key features of Airtel App*/
.key-fea-wrap{
    background-color: #F2F2F2;
    padding: 70px 15px 0;
	margin-top: 50px;
}
.key-fea-text-wrap{
    padding-bottom: 50px;
}
.key-fea-back{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.key-fea-wrap .key-fea-topic{
    margin-bottom: 30px;
    width: 100%;
}
.key-fea-wrap .key-fea-topic h4{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
.key-fea-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.key-fea-inner .img-wrap{
    width: 80px;
}
.key-fea-inner .img-wrap img{
    width: 45px;
}
.key-fea-inner .text-wrap{
    width: calc(100% - 80px);
}
.key-fea-inner .text-wrap .text{
    font-size: 16px;
    color: #393939;
    font-weight: bold;
    margin: 0;
}
.key-fea-inner .text-wrap .para{
    color: #747474;
    font-size: 13px;
    margin: 0;
    font-weight: lighter;
}
.key-fea-wrap .key-fea-img img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
@media (max-width: 991.98px) {
    .key-fea-wrap{
        background-color: #F2F2F2;
        padding: 50px 15px 0;
    }
    .key-fea-wrap .key-fea-topic{
        margin-bottom: 25px;
    }
    .key-fea-wrap .key-fea-topic h4{
        font-size: 28px;
    }
    .key-fea-inner .text-wrap .text{
        font-size: 15px;
    }
    .key-fea-inner .img-wrap{
        width: 60px;
    }
    .key-fea-inner .img-wrap img{
        width: 30px;
    }
    .key-fea-inner .text-wrap{
        width: calc(100% - 60px);
    }
}
@media (max-width: 767.98px) {
    .key-fea-wrap .key-fea-topic h4{
        font-size: 22px;
    }
    .key-fea-text-wrap{
        padding-bottom: 0;
    }
}

/*My Airtel App banner*/

.page-id-5707 .two_column_layout.bg{
	padding: 70px 15px 50px;
}
.page-id-5707 .two_column_layout .small_title {
    font-size: 22px !important;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}
.page-id-5707 .two_column_layout .t-left p{
	font-size: 22px !important;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}
.page-id-5707 .two_column_layout .t-left h1{
	font-size: 60px !important;
    line-height: normal;
    margin: 0;
}
.page-id-5707 .scan-qr {
    margin-bottom: 0;
}
.page-id-5707 .scan-qr img {
    width: 80px;
}
.page-id-5707 .two_column_layout.bg .t-left{
	margin: 0;
    padding: 20px 15px;
	width: 41.66666667%;
}
.page-id-5707 .two_column_layout.bg .t-right{
	width: 58.33333333%;
}
.page-id-5707 .two_column_layout_inner{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-id-5707 .two_column_layout_inner .t-right img {
    width: 100%;
}
.entertainment_list-slider{
	position:relative;
}
.entertainment_list-slider button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 45%;
    left: -20px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 32px;
}
.entertainment_list-slider button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    right: 10px;
    top: 45%;
	background: transparent;
    border: 0;
    color: #fff;
    font-size: 32px;
}
@media (max-width: 1199.98px) {
	.page-id-5707 .two_column_layout.bg .t-left{
		width: 50%;
	}
	.page-id-5707 .two_column_layout.bg .t-right{
		width: 50%;
	}
}

@media (max-width: 991.98px) {
    .page-id-5707 .two_column_layout.bg{
        padding: 50px 15px 50px;
    }
	.page-id-5707 .two_column_layout .t-left h1{
		font-size: 40px !important;
	}
	.page-id-5707 .scan-qr {
		margin-bottom: 25px;
	}
	.page-id-5707 .two_column_layout.bg .t-left {
        order: 1;
		margin: 0;
        padding: 20px 15px 0;
		width: 100%;
    }
    .page-id-5707 .two_column_layout.bg .t-right {
        order: 0;
		width: 100%;
    }
}
@media (max-width: 767.98px) {
	.page-id-5707 .two_column_layout.bg{
        padding: 50px 15px 20px;
    }
    .page-id-5707 .two_column_layout .small_title{
        font-size: 20px !important;
    }
	.page-id-5707 .two_column_layout .t-left p{
		font-size: 20px !important;
	}
    .page-id-5707 .two_column_layout .t-left h1{
        font-size: 30px !important;
    }
	.entertainment_list-slider button.slide-arrow.next-arrow.slick-arrow,
	.entertainment_list-slider button.slide-arrow.prev-arrow.slick-arrow{
		display: none !important;
	}
}
.category .xx .search-row a, .category .xx .post_row a, .category .xx a {
    pointer-events: none;
    cursor: default;
    display: inline-block;
    width: 100%;
}
.category p a , .category a.custom-link {
    width: auto !important;
}
.category a.custom-link {
    pointer-events: revert !important;
	    cursor: pointer !important;
}
.icon-box img {
    width: 130px;
}
.feateres-inner .text img {
    display: inline-block;
	width:25px;
}
.feateres-inner .text p{
	margin: 0;
}
.carrer_banner_inner h1 {
    line-height: 40px;
}
a.linkx {
    pointer-events: visible !important;
    cursor: pointer !important;
}
.postid-6821 .yoast_breadcrumb, .postid-6835 .yoast_breadcrumb,  .postid-7191 .yoast_breadcrumb, .postid-7407 .yoast_breadcrumb{
    background: transparent;
}
.price-old {
    font-size: 14px;
    color: #916099;
}
.price-new {
    font-size: 16px;
    font-weight: bold;
    color: #e40000;
}
.price-new {
    font-size: 18px;
    font-weight: bold;
    color: #e40000;
    letter-spacing: 1.5;
}
.page-id-6877 .special_packs_right, .page-id-6877 .section-pack-color{
	display:none;
}
.home .package-box-inner.package_no_color {
    margin-top: 38px;
}
/*-------------- Change Price ------------*/

ul#myTab {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #74747438;
    margin-bottom: 0;
	padding-top: 10px;
}
ul#myTab>li.active>a, 
ul#myTab>li.active>a:focus, 
ul#myTab>li.active>a:hover {
    color: #E40000;
    background-color: #fff;
    border: 2px solid transparent;
    border-bottom-color: #E40000;
}
.packes {
    margin-top: 50px;
}
.packs-inner h1 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 24px;
}
.packs.table thead tr th {
    background: #E40000;
    color: #fff;
    text-align: center;
    vertical-align: middle;  
	font-weight: 100;
	border: 0;
	border-right: 1px solid white !important;
}
.packs.table>tbody>tr>td {
    vertical-align: middle !important;   
}
.packs .table>tbody>tr>td, .packs .table>tbody>tr>th, .packs .table>tfoot>tr>td, .packs .table>tfoot>tr>th, .packs .table>thead>tr>td, .packs .table>thead>tr>th {
    vertical-align: middle;
	border:0;
}
.packs.table {
    padding: 0;
}
td.center-t {
    text-align: center;
}
td.center-m {
    padding-left: 20px !important;
    text-align: justify;
}
ul#myTab>li>a:hover {
    border-color: transparent;
}
ul#myTab>li>a:focus, ul#myTab>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
td.center-t {
    width: 20%;
}
@media (min-width: 1366px){
	.page-template-price_change .banner .banner-left h1 p{
		font-size: 2.7vw;
	}
}
@media (max-width: 1024px){
	.packes {
		padding: 15px;
	}
	.price_change h1 p {
		font-size: 32px;
		line-height: 38px;
	}
	.page-template-price_change table{
        white-space: nowrap;
    }
	.packs.table {
		overflow-x: auto;
	}
	.page-template-price_change .banner-right {
		display: none;
	}
	.page-template-price_change .banner-left {
		width: 100%;
	}
}
/*-------------- End Change Price ------------*/


/*-------------- Stickers Layoutn ------------*/

.sticker-inner {
    width: 17.5%;
    float: left;
    padding: 15px;
    margin: 15px;
	background: #fff;
    border-radius: 10px;
	transition: 0.3s;
}
.sticker-inner:hover {
    background: #f6f6f6;
}
.sticker-top{
	opacity:0;
	transition: 0.3s;
}
.sticker-inner:hover .sticker-top{
	opacity:1;
}
.tick-sticker {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #e00e1d;
	padding: 5px;
	float:left;
}
.download-sticker {
    background: #e00e1d;
    float: right;
    padding: 3px;
	opacity:0;
	transition: 0.3s;
	border-radius: 5px;
}
.sticker-inner:hover .download-sticker{
	opacity:1;
}
.download-sticker img{
	width:20px;
}
.tick-sticker i {
    color: #fff;
    font-size: 9px;
}
.main_title h3 {
    color: #676061;
    padding-right: 15px;
    float: left;
}
.main_title span{
    color: #e00e1d;
    float: left;
    font-weight: 600;
    margin-top: 6px;
}
.stickers {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 8px 15px #e7eaf0;
    margin-top: 60px;
    margin-bottom: 60px;
}
.stickers-right p {
    color: #7C7C7C;
}
.stickers-right h3{
	margin-bottom:15px;
	color:#7C7C7C;
}
.stickers-right .btn-section {
    display: inline-block;
    margin-top: 10px;
}
.stickers-right .btn-section a{
    color: #fff;
}
.stickers-right .btn-section a:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.page-template-seasonal_stickers .banner .banner-left {
    margin-top: 6.5%;
}
.page-template-seasonal_stickers .banner .banner-left h1 p{
    font-size: 2.2vw;
	color:#fff;
}
.page-template-seasonal_stickers .banner-left p{
	color:#fff;
}
.page-id-8825 .sticker-top {
    position: absolute;
    top: 15px;
    right: 15px;
}
.page-id-8825 .sticker-inner{
	position:relative;
}
.page-id-8825 .main_title span{
	display:none;
}
@media(max-width:1366px){
	.sticker-inner {
		width: 16.5%;
	}
}
@media(max-width:1280px){
	.page-template-seasonal_stickers .banner .banner-left {
		margin-top: 3.5%;
	}
}
@media(max-width:1200px){
	.banner-left p, .entertainment-banner .banner-left p {
		font-size: 15px;
	}
}
@media(max-width:1024px){
	.stickers-left {
		display: inline-block;
		width: 100%;
	}
	.sticker-inner {
		width: 26.5%;
	}
}
@media(max-width:767px){
	.sticker-inner {
		width: 41.5%;
	}
	.page-template-seasonal_stickers .banner-right{
		display:none;
	}
	.page-template-seasonal_stickers .banner .banner-left{
		width:100%;
	}
	.page-template-seasonal_stickers .banner .banner-left h1 p {
		font-size: 5.2vw;
	}
	.page-template-seasonal_stickers .banner-left p {
		line-height: 23px;
		font-size: 14px;
		padding-right: 15px;
	}
	.stickers {
		padding-top: 15px;
		padding-bottom: 0;
		margin-left: 15px;
		margin-right: 15px;
		box-shadow: 0px 8px 15px #e7eaf0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/*-------------- End Stickers Layout ------------*/
/*-------------- video_section ------------*/
.video_inner h2 {
    color: #676061;
}
.video_inner {
    padding: 30px;
    box-shadow: 0px 8px 15px #e7eaf0;
    width: 100%;
    display: inline-block;
}
.video-new-dev {
    position: relative;
	margin-top: 15px;
}
.video-new-dev .play {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 45%;
}
.video-new-dev .play button {
    background: #FFF6F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.77;
    border: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.video-new-dev .play button i {
    color: #E20010;
	font-size:28px;
}
.video_section {
    margin-bottom: 50px;
    margin-top: 50px;
}
.promotional_inner_img {
    padding-bottom: 70px;
}
.promotional_inner_img img {
    box-shadow: 0px 8px 15px #e7eaf0;
}
.promotional_baneers {
    margin-bottom: 70px;
}
.tag-custom {
    color: #Ed1c24;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.page-id-8605 .btn-section a {
    border: 0;
    color: #fff;
    background: #Ed1c24;
}
.page-id-8605 .banner .banner-left {
    margin-top: 4%;
}
.video_section .modal-body p iframe {
    width: 100% !important;
}
@media(max-width:1200px){
	.page-id-8605 .banner .banner-left {
		margin-top: 2.5%;
	}
	.page-id-8605 .banner-left p{
		font-size: 15px;
	}
	.page-id-8605 .btn-section {
		margin-bottom: 20px;
		display: inline-block;
		margin-top: 10px;
	}
	.page-id-8605 .btn-section a {
		padding: 8px 18px;
	}
}
@media(max-width:1024px){
	.video_inner h2 {
		font-size: 20px;
	}
	.video_inner {
		padding: 20px;
		margin-bottom: 15px;
	}
	.video_section {
		margin-bottom: 15px;
	}
	.promotional_inner_img {
		padding-bottom: 15px;
	}
	.promotional_baneers {
		margin-bottom: 30px;
	}
}
@media(max-width:767px){
	.page-id-8605 .banner-right{
		display:none;
	}
	.page-id-8605 .banner .banner-left{
		width:100%;
	}
	.page-id-8605 .banner-left p {
		line-height: 23px;
	}
	#ymDivCircle {
		right: -5px !important;
		bottom: 7px !important;
	}
	#ymDivCircle img {
		width: 70px !important;
		height: auto !important;
	}
	.ym-close {
		font-size: 28px !important;
	}
	#ym-notification .ym-close {
		top: 0px !important;
	}
}
/*-------------- End video_section ------------*/

/*-------------- Know More ------------*/
.feateres-inner:last-child a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    color: #ED1C24;
    margin-left: 25px;
	font-family: 'tondoregular';
}
.section-pack-single.color:last-child a {
    color: #E40000;
    height: 26px;
    display: inline-block;
    padding-top: 0px;
}
.section-pack-single.color p, .section-pack-single p {
    margin-bottom: 0;
}
.box-show-inner .icon-show-box, .box-show-inner p{
    float: left;
}
.box-show-inner p{
	margin-bottom:0;
}
.box-show-inner .icon-show-box {
    margin-top: 6px;  
    font-size: 18px;
	margin-right: 10px;
	color: #ED1C24;
}
.show-x-box{
	margin-bottom: 10px;
}
.box-show-inner {
    display: inline-block;
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 8px #00000029;
    border-radius: 0px 12px 12px 12px;
}
.box-show, .page-id-10073 .full_with_text_layout p {
    text-align: center;
}
/*-------------- End Know More  ------------*/

@media(max-width:767px){
	.page-id-10073 .full_with_text_layout p img{
		width:100%;
	}
}
a.load-more {
	background: #E40000;
	color: #fff;
	padding: 15px 30px;
	border-radius: 34px;
	text-decoration: none !important;
}
.footer-section-t:first-child, .home .package_full_width_layout, .package-box-inner .btn-section{
	display:none;
}
.box_layout .slick-track{
	margin: 0 auto;
}
/* ---------------- table_layout ---------------- */
.table_layout {
    margin-top: 80px;
}
.table_layout .table-bordered>tbody>tr>td {
    padding: 15px !important;
}
.table_layout .table{
	margin-bottom: 0;
}
.full_with_text_layout ul {
    padding-left: 20px;
    font-size: 16px;
}
.table>tbody>tr>td {
    vertical-align: middle;
}
.page-id-10173 .full_with_text_layout {
    margin-bottom: 30px;
    margin-top: 30px;
}
@media(max-width: 767px){
	.section-pack-single {
        margin-bottom: 10px;
    }
}
/* ---------------- end table_layout ---------------- */

.footer-section-t:nth-child(2) ul li:nth-child(2){
	display: none !important;
}
