/*CSS for the Wrapper start*/

body, div, p, h1, h2, h3, h4, h5, h6, strong, a, span,  { 
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Muli', 'Roboto', sans-serif;*/
}
/*html { 
  color: #070707;
  font-family: 'Muli', 'Roboto', sans-serif !important;
  font-weight: normal;
  font-style: normal;
}
body { 
  color: #070707;
  font-family: 'Muli', 'Roboto', sans-serif !important;
  font-weight: normal;
  font-style: normal;
}*/
/** {font-family: 'Muli' !important;}*/
body { 
  color: #070707;
  font-family: 'Muli', 'Roboto', sans-serif !important;
}

/*.muli200{
  font-family: 'Muli', arial !important;
  font-weight: 200;
  font-style: normal;
}

.muli300{
  font-family: 'Muli', arial !important;
  font-weight: 300;
  font-style: normal;
}*/


/*.muli300l{
  font-family: 'MuliLight', arial !important;
  font-weight: 800;
  font-style: italic;
  font-size: 18px;
}*/
p {
    margin: 0 0 15px;
}
p:empty::before {
    content: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{ 
  color: #ec1c24;
  font-weight: 600;
}
header h2{
 text-align: center;
 margin-bottom: 40px;
}

.h2, h2 {font-size: 27px;}   
.h3, h3 {font-size: 24px;}
.h4, h4 {font-size: 20px;}
.h5, h5 {font-size: 15px;}

b, strong, .bold, .strong{
 font-weight: bold;
}
em {font-style: italic;}
.center{text-align: center;}
.img-responsive{width: 100%;}
.right{float: right;}
.left{float: left;}
ol, ul {
  margin-top: 0;
  margin-bottom: 15px;
}
ul li, ol li {
    margin-bottom: 10px;
}

/*Start of Class and Style For Padding*/
.p-0{padding: 0px;}
.p-5{padding: 5px;}
.p-10{padding: 10px;}
.p-15{padding: 15px;}
.p-20{padding: 20px;}
.p-25{padding: 25px;}
.p-30{padding: 30px;}

.pt-0{padding-top: 0px;}
.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}
.pt-50{padding-top: 50px;}

.pb-0{padding-bottom: 0px;}
.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}

.pl-0{padding-left: 0px;}
.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pl-15{padding-left: 15px;}
.pl-20{padding-left: 20px;}
.pl-25{padding-left: 25px;}
.pl-30{padding-left: 30px;}

.pr-0{padding-right: 0px;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-15{padding-right: 15px;}
.pr-20{padding-right: 20px;}
.pr-25{padding-right: 25px;}
.pr-30{padding-right: 30px;}

.px-0{padding-left: 0px; padding-right: 0px;}
.px-5{padding-left: 5px; padding-right: 5px;}
.px-10{padding-left: 10px; padding-right: 10px;}
.px-15{padding-left: 15px; padding-right: 15px;}
.px-20{padding-left: 20px; padding-right: 20px;}
.px-25{padding-left: 20px; padding-right: 25px;}
.px-30{padding-left: 30px; padding-right: 30px;}

.py-0{padding-top: 0px; padding-bottom: 0px;}
.py-5{padding-top: 5px; padding-bottom: 5px;}
.py-10{padding-top: 10px; padding-bottom: 10px;}
.py-15{padding-top: 15px; padding-bottom: 15px;}
.py-20{padding-top: 20px; padding-bottom: 20px;}
.py-25{padding-top: 20px; padding-bottom: 25px;}
.py-30{padding-top: 30px; padding-bottom: 30px;}
/*End of Class and Style For Padding*/


/*End of Class and Style For Margin*/
.m-0{margin: 0px;}
.m-5{margin: 5px;}
.m-10{margin: 10px;}
.m-15{margin: 15px;}
.m-20{margin: 20px;}
.m-25{margin: 25px;}
.m-30{margin: 30px;}

.mt-0{margin-top: 0px;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}

.mb-0{margin-bottom: 0px;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}

.ml-0{margin-left: 0px;}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}
.ml-25{margin-left: 25px;}
.ml-30{margin-left: 30px;}

.mr-0{margin-right: 0px;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}
.mr-25{margin-right: 25px;}
.mr-30{margin-right: 30px;}

.mx-0{margin-left: 0px; margin-right: 0px;}
.mx-5{margin-left: 5px; margin-right: 5px;}
.mx-10{margin-left: 10px; margin-right: 10px;}
.mx-15{margin-left: 15px; margin-right: 15px;}
.mx-20{margin-left: 20px; margin-right: 20px;}
.mx-25{margin-left: 25px; margin-right: 25px;}
.mx-30{margin-left: 30px; margin-right: 30px;}

.my-0{margin-top: 0px; margin-bottom: 0px;}
.my-5{margin-top: 5px; margin-bottom: 5px;}
.my-10{margin-top: 10px; margin-bottom: 10px;}
.my-15{margin-top: 15px; margin-bottom: 15px;}
.my-20{margin-top: 20px; margin-bottom: 20px;}
.my-25{margin-top: 25px; margin-bottom: 25px;}
.my-30{margin-top: 30px; margin-bottom: 30px;}
/*End of Class and Style For Margin*/


.f-45{font-size: 45px;}
.f-40{font-size: 40px;}
.f-35{font-size: 35px;}
.f-30{font-size: 30px;}
.f-25{font-size: 25px;}
.f-22{font-size: 22px;}
.f-20{font-size: 20px;}
.f-18{font-size: 18px;}
.f-16{font-size: 16px;}
.f-15{font-size: 15px;}
.f-14{font-size: 14px;}
.f-13{font-size: 13px;}
.f-12{font-size: 12px;}
.f-11{font-size: 11px;}
.f-10{font-size: 10px;}

.font-30{font-size: 30px;}
.font-25{font-size: 25px;}
.font-22{font-size: 22px;}
.font-20{font-size: 20px;}
.font-18{font-size: 18px;}
.font-17{font-size: 17px;}
.font-16{font-size: 16px;}
.font-15{font-size: 15px;}
.font-14{font-size: 14px;}
.font-13{font-size: 13px;}
.font-12{font-size: 12px;}
.font-11{font-size: 11px;}
.font-10{font-size: 10px;}


.fw-100{font-weight: 200;}
.fw-200{font-weight: 200;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fw-900{font-weight: 900;}

.fs-i{font-style: italic;}

.lh-15{line-height: 15px;}
.lh-18{line-height: 18px;}
.lh-20{line-height: 20px;}
.lh-25{line-height: 25px;}
.lh-30{line-height: 30px;}
.lh-35{line-height: 35px;}
.lh-40{line-height: 40px;}
.lh-45{line-height: 45px;}
.lh-50{line-height: 50px;}

.c-white{color: #ffffff;}
.c-red{color: #ec1c24;}
.c-black{color: #070707;}
.c-blue{color: #5A56D2;}
.c-green{color: #21970F;}
.c-lightgrey{color: #f0f0f0;}
.c-grey{color: #A1A1A1;}
.c-purple{color: #5A56D2;}
.c-yellow{color: #ffd530;}

.bg-white{background: #ffffff !important; background-color: #ffffff !important;}
.bg-red{background: #ec1c24 !important; background-color: #ec1c24 !important;}
.bg-black{background: #070707 !important; background-color: #070707 !important;}
.bg-blue{background: #5A56D2 !important; background-color: #5A56D2 !important;}
.bg-green{background: #21970F !important; background-color: #21970F !important;}
.bg-lightgrey{background: #f0f0f0 !important; background-color: #f0f0f0 !important;}
.bg-grey{background: #A1A1A1 !important; background-color: #A1A1A1 !important;}
.bg-purple{background: #5A56D2 !important; background-color: #5A56D2 !important;}
.bg-yellow{background: #ffd530 !important; background-color: #ffd530 !important;}
.maroon{background: #75122C !important; background-color: #75122C !important;}

.pt-6{padding-top:4rem !important}
.pt-7{padding-top:5rem !important}
.pt-8{padding-top:6rem !important}

.w-100\%{width: 100%;}
.w-50\%{width: 50%;}
.w-33\%{width: 33%;}

.bg-white{background: #ffffff;}
.bg-red{background: #ec1c24;}
.bg-black{background: #070707;}
.bg-blue{background: #2499dc;}
.bg-green{background: #19ac1e;}
.bg-lightgrey{background: #f0f0f0;}
.bg-grey{background: #a1a1a1;}
.bg-purple{background: #6c63ff;}
.bg-yellow{background: #ffd530;}




.padding-0{padding: 0px;}
.padding-5{padding: 5px;}
.padding-10{padding: 10px;}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}
.padding-30{padding: 30px;}

.margin-0{margin: 0px;}
.margin-5{margin: 5px;}
.margin-10{margin: 10px;}
.margin-15{margin: 15px;}
.margin-20{margin: 20px;}
.margin-30{margin: 30px;}

.padding-top-0{padding-top: 0px;}
.padding-top-5{padding-top: 5px;}
.padding-top-10{padding-top: 10px;}
.padding-top-15{padding-top: 15px;}
.padding-top-20{padding-top: 20px;}
.padding-top-30{padding-top: 30px;}

.margin-top-0 {margin-top: 0px;}
.margin-top-5{margin-top: 5px;}
.margin-top-10{margin-top: 10px;}
.margin-top-15{margin-top: 15px;}
.margin-top-20{margin-top: 20px;}
.margin-top-30{margin-top: 30px;}

.padding-bottom-0{padding-bottom: 0px;}
.padding-bottom-5{padding-bottom: 5px;}
.padding-bottom-10{padding-bottom: 10px;}
.padding-bottom-15{padding-bottom: 15px;}
.padding-bottom-20{padding-bottom: 20px;}
.padding-bottom-30{padding-bottom: 30px;}

.margin-bottom-0{margin-bottom: 0px;}
.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-30{margin-bottom: 30px;}


.font-30{font-size: 30px;}
.font-25{font-size: 25px;}
.font-22{font-size: 22px;}
.font-20{font-size: 20px;}
.font-18{font-size: 18px;}
.font-15{font-size: 15px;}
.font-14{font-size: 14px;}
.font-13{font-size: 13px;}
.font-12{font-size: 12px;}


.color-red{color: #ec1c24;}
.color-black{color: #070707;}
.color-blue{color: #2499dc;}
.color-green{color: #19ac1e;}
.color-lightgrey{color: #f0f0f0;}
.color-grey{color: #a1a1a1;}
.color-purple{color: #6c63ff;}

/*.background-grey{background: #f0f0f0;}*/




a.btn.btn-red,
.btn.btn-red {
    padding: 3px 15px;
    background: #ec1c24;
    border-color: #ec1c24;
    color: #fff;
}
a.btn.btn-green {
    padding: 3px 15px;
    background: #19ac1e;
    border-color: #19ac1e;
    color: #fff;
}
a.btn.btn-purple {
    padding: 3px 15px;
    background: #6c63ff;
    border-color: #6c63ff;
    color: #fff;
}
a.btn.btn-purple:hover {
    background: #5b51ff;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
a.btn.btn-maroon {
    padding: 6px 15px;
    background: #75122C;
    border-color: #75122C;
    color: #fff;
    margin-right: 10px;
}
a.btn.btn-maroon:hover {
    background: #5E0B22;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}

#content{
    font-size: 15px;
    margin-bottom: 40px;
    /*min-height: 400px;*/
}
#content article {
    margin-bottom: 30px;
    margin-top: 30px;
}
#content.page-without-title article {
    margin-bottom: 0px;
    margin-top: 0px;
}
.section{
    clear: both;
    padding: 30px 0px;
}
section {
    clear: both;
}


/*Top Fixed Contact Info Bar*/
/*======================================*/
.contact-info-bar {
    /*background: #f0f0f0;*/
    background: #ffffff;
    /*border-bottom: 3px solid #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;*/
}
@media (max-width:534px){
    .contact-info-bar {
        display: none;
    }
}
.contact-info-bar ul {
  clear: both;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.contact-info-bar li {
    display: inline-block;
    /*padding: 0 10px;
    font-size: 14px;
    color: #fff;*/
}
.contact-info-bar ul li a {
  color: #070707;
  font-weight: normal;
  font-size: 15px;
  -webkit-transition: #ffffff 1.9s ease-out;
  -moz-transition: #ffffff 1.9s ease-out;
  -o-transition: #ffffff 1.9s ease-out;
  -ms-transition: #ffffff 1.9s ease-out;
  transition: #ffffff 1.9s ease-out;
  transition-delay: 0.1s;
}
.contact-info-bar ul li a:hover {
    color: #ec1c24;
    text-decoration: none;    
}
.contact-info-bar .social-media li a img{
    width: 35px;
    height: auto;
    padding: 0 5px;
}
.contact-info-bar .navbar-nav > li > a{
    padding-top: 0px;
    padding-bottom: 0px;
}
.contact-info-bar .collapse {
    display: inline;
    /*text-align: center;*/
}
.contact-info-bar .glyphicon.glyphicon-earphone, 
.contact-info-bar .glyphicon.glyphicon-envelope {
    border: 2px solid #ec1c24;
    border-radius: 50%;
    padding: 1px 2px 2px 2px;
    background: #ec1c24;
    color: #fff;
    margin-bottom: 2px;
}
.contact-info-bar .glyphicon.glyphicon-earphone:before,
.contact-info-bar .glyphicon.glyphicon-envelope:before {
    font-size: 13px;
}



/*Services Menu Bar*/
/*======================================*/
.services_menu_bar {
  background: #ec1c24;
}
.services_menu_bar #menu-top-header-services-menu.navbar-nav {
    margin: 0px -15px;
}
.services_menu_bar #menu-top-header-services-menu li {
  display: inline-block;
}
.services_menu_bar #menu-top-header-services-menu li a {
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
  -webkit-transition: #ffffff 1.9s ease-out;
  -moz-transition: #ffffff 1.9s ease-out;
  -o-transition: #ffffff 1.9s ease-out;
  -ms-transition: #ffffff 1.9s ease-out;
  transition: #ffffff 1.9s ease-out;
  transition-delay: 0.1s;
  padding: 8px 15px;
}

.services_menu_bar #menu-top-header-services-menu.nav li.open > a,
.services_menu_bar #menu-top-header-services-menu.nav li.open > a:hover,
.services_menu_bar #menu-top-header-services-menu.nav li.open > a:focus,
.services_menu_bar #menu-top-header-services-menu li a:active,
.services_menu_bar #menu-top-header-services-menu li a:hover,
.services_menu_bar #menu-top-header-services-menu li a:focus {
  background: #b30d13;
  color: #ffffff;
  text-decoration: none;    
}

.services_menu_bar #menu-top-header-services-menu li a img{
  width: 20px;
  height: auto;
  vertical-align: top;
}



.services_menu_bar #menu-top-header-services-menu li .dropdown-menu {
  background: rgba(0, 0, 0, 0.85);
}
.services_menu_bar #menu-top-header-services-menu li .dropdown-menu li {
  display: block;
  border-right: 0px solid #ec1c24;
}
.services_menu_bar #menu-top-header-services-menu li .dropdown-menu li a{
  border-right: 1px solid rgba(0, 0, 0, 0.85);
}
.services_menu_bar #menu-top-header-services-menu li .dropdown-menu li a:active,
.services_menu_bar #menu-top-header-services-menu li .dropdown-menu li a:focus,
.services_menu_bar #menu-top-header-services-menu li .dropdown-menu li a:hover{
  background: #b30d13;  
  border-right: 1px solid #e7e7e7;
}

 
@media (min-width:535px){
    .services_menu_bar #menu-top-header-services-menu li.top-header-service-menu-dropdown{
        display: none;
    }
}
@media (max-width:534px){
    .services_menu_bar #menu-top-header-services-menu li.top-header-service-menu-single{
        display: none;
    }
}


/* Vertical Align Middle - Logo*/
/*======================================*/
.main-menu-bar .valign_center{
   display: flex;
   /*Uncomment below to center horizontally*/
   justify-content: center;
   align-items: center; 
   height: 50px;
}
.main-menu-bar .valign_center img.logo {
  height: auto;
  max-width: 200px;
  width: 100%;  
}

/*Logo*/
.vianet-logo{
  float: left;  
  padding: 0 10px;
}
.vianet-logo .logo{
  height: auto;
  max-width: 180px;
  vertical-align: inherit;
}
.vianet-logo .logo-years{

}
@media (max-width:600px){
  .vianet-logo .logo-years{
    display: none;
  }
}

/*Menu*/
/*top menu*/

/*Main Menu*/
.main-menu-bar{
    background: #ffffff;
    padding: 5px 0;
}
.main-menu-bar #navbar-main-menu.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.main-menu-bar .navbar {
    border-radius: 0px;
    margin-bottom: 0px !important;
}
.main-menu-bar .navbar-nav {
    margin: 0px -18px;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
    color: #ec1c24;
    background: #ffffff;
}
.navbar-nav > li > a{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}


/*Main Menu*/
/*======================================*/
.main-menu-bar .vianet_main_menu {
    margin-top: 0px;
    float: left;
}
@media (max-width:768px){
  .main-menu-bar .vianet_main_menu{
    float: none;
  }
}
@media (max-width:768px){
  .main-menu-bar .vianet_main_menu .navbar{
    position: initial;
  }
}

.vianet_main_menu .navbar-inverse.full-main-menu {
    background-color: transparent;
    border-color: transparent;
    background-image: none; 
}
@media (max-width:1200px){
  .vianet_main_menu .navbar-inverse.full-main-menu .mega-menu-wrap > ul > li.mega-menu-flyout > a{
    font-size: 13px !important;
  }
}
/*Added menu style new 2021-03-10*/
.vianet_main_menu .full-main-menu #navbar-main-menu #mega-menu-wrap-navbar-main-menu #mega-menu-navbar-main-menu > li.mega-menu-item > a.mega-menu-link {
  line-height: 45px;
  height: 40px;
}
@media (max-width:600px){
  .vianet_main_menu .full-main-menu #navbar-main-menu #mega-menu-wrap-navbar-main-menu #mega-menu-navbar-main-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 29px;
    height: 40px;
  }
}

/*Sign In Button and Icon - Desktop and Mobile view*/
.customer-portal-login-desktop a{
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
}
.customer-portal-login-desktop img{
  margin-right: 5px; 
  width: 16px;
}
@media (max-width:768px){
  .customer-portal-login-desktop{
    display: none;
  }
}

.customer-portal-login-mobile{
  border: 1px solid #070707;
  background: #fff;
  border-radius: 50%;
  margin: 10px 15px 5px 0;
  float: right;
}
.customer-portal-login-mobile img{
  width: 28px;
}
@media (min-width:768px){
  .customer-portal-login-mobile{
    display: none;
  }
}



.navbar-inverse.full-main-menu .navbar-nav > li > a {
    color: #262626;
}
.navbar-inverse.full-main-menu .navbar-nav > li > a:focus, 
.navbar-inverse.full-main-menu .navbar-nav > li > a:hover,
.navbar-inverse.full-main-menu .navbar-nav > .active > a, 
.navbar-inverse.full-main-menu .navbar-nav > .current-menu-ancestor.current-menu-parent {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.navbar-inverse.full-main-menu .navbar-nav > .active > a, 
.navbar-inverse.full-main-menu .navbar-nav > .current-menu-ancestor.current-menu-parent
/*.navbar-inverse.full-main-menu .navbar-nav > .active > a:focus, 
.navbar-inverse.full-main-menu .navbar-nav > .active > a:hover*/ {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
}


.navbar-inverse.full-main-menu .navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
}
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu{   
    border-radius: 4px;
    top:52px;
    /*min-width: 265px;*/
}
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu{    
    min-width: 265px;
}
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu li {
    border-bottom: 2px solid #f2f2f2;
}

.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu li:hover, 
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu li:focus,
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu li:active {
    border-right: 2px solid #333333;
}
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu li.current-menu-item {
    border-right: 2px solid #333333;
}

.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu > li > a {    
    padding: 7px 20px;
}

.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu > .active > a, 
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu > .active > a:focus, 
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu > .active > a:hover {
    background-color: #B61C21;
    color: #fff;
}
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu a:focus, 
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu a:hover, 
.navbar-inverse.full-main-menu .navbar-nav .dropdown-menu a:active {
    background-color: #B61C21;
    color: #fff;
}
.navbar-toggle {
    background-color: #ec1c24;    
    border: 0 solid transparent;
}
.navbar-inverse .navbar-collapse {
    border-color: transparent;
}

@media (max-width:768px){
  .main-menu-bar .vianet_main_menu {
      margin-bottom: -45px;
  }
    .main-menu-bar .vianet_main_menu .full-main-menu .navbar-header{
      margin-top: -45px;
  }
  .main-menu-bar .vianet_main_menu .navbar-collapse.collapse.in{
    border-top: 0px solid transparent;
    padding-bottom: 45px;
    padding-right: 0px;
    padding-left: 0px;
    overflow-y: inherit;
  }

}


/*.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover, 
#scroll-up, 
.header-bottom .search-wrap .search-box .searchform .btn:hover, 
.header-bottom .cart-wrap .flash-cart-views a span, 
body.transparent #masthead .header-bottom #site-navigation ul li a::before, 
.tg-slider-widget.slider-dark .btn-wrapper a:hover, 
.section-title::after, 
.about-section .about-content-wrapper .btn-wrapper a, 
.tg-service-widget .service-icon-wrap, 
.team-wrapper .team-content-wrapper .team-designation::after, 
.call-to-action-section .btn-wrapper a:hover, 
.blog-section .tg-blog-widget-layout-1:hover, 
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date, 
.blog-section .tg-blog-widget-layout-2 .blog-content .post-readmore, 
.pricing-table-section .tg-pricing-table-widget:hover, 
.pricing-table-section .tg-pricing-table-widget.tg-pricing-table-layout-2 .pricing, 
.pricing-table-section .tg-pricing-table-widget.tg-pricing-table-layout-2 .btn-wrapper a, 
footer.footer-layout #top-footer .widget_tag_cloud .tagcloud a:hover, 
#secondary .widget-title::after, 
#secondary .searchform .btn:hover, 
#primary .searchform .btn:hover, 
#respond #commentform .form-submit input, 
.woocommerce span.onsale, 
.woocommerce ul.products li.product .onsale, 
.woocommerce ul.products li.product .button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.added_to_cart.wc-forward, 
.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet:hover, 
testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.header-bottom .searchform .btn, 
.navigation .nav-links a:hover, 
.bttn:hover, button, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
.tg-slider-widget .btn-wrapper a:hover*/


/*For Home Page*/
.home .col-lg-1, .home .col-lg-10, .home .col-lg-11, .home .col-lg-12, .home .col-lg-2, .home .col-lg-3, .home .col-lg-4, .home .col-lg-5, .home .col-lg-6, .home .col-lg-7, .home .col-lg-8, .home .col-lg-9, .home .col-md-1, .home .col-md-10, .home .col-md-11, .home .col-md-12, .home .col-md-2, .home .col-md-3, .home .col-md-4, .home .col-md-5, .home .col-md-6, .home .col-md-7, .home .col-md-8, .home .col-md-9, .home .col-sm-1, .home .col-sm-10, .home .col-sm-11, .home .col-sm-12, .home .col-sm-2, .home .col-sm-3, .home .col-sm-4, .home .col-sm-5, .home .col-sm-6, .home .col-sm-7, .home .col-sm-8, .home .col-sm-9, .home .col-xs-1, .home .col-xs-10, .home .col-xs-11, .home .col-xs-12, .home .col-xs-2, .home .col-xs-3, .home .col-xs-4, .home .col-xs-5, .home .col-xs-6, .home .col-xs-7, .home .col-xs-8, .home .col-xs-9 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.home #content article{
    margin-bottom: 0px;
    margin-top: 0px;
}

/*Section Heading and Sub  Heading*/
/*======================================*/
.sectionheading{
  color: #ec1c24;  
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}
h2.sectionheading{
  color: #ec1c24 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center !important;
}
@media (max-width:598px){
    h2.sectionheading{
      font-size: 22px;
      font-weight: 600;
      line-height: 35px;
    }
}
h3.sectionheading {
  font-size: 18px;
  line-height: 30px;
}
.sectionheading::before {
  background: #e1e1e1 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}
.sectionheading::after {
  content: "";
  left: 50%;
  position: absolute;
  /*background: #30afb8 none repeat scroll 0 0;
  background-color: rgb(48, 175, 184);*/
  background: #ec1c24;
  bottom: -6px;
  height: 3px;
  margin-left: -25px;
  width: 50px;
}

.sectionsubheading {
  font-size: 18px !important;
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}



.inquiry-page {
    margin-top: 33px;
}
.container-fluid.header {
    margin-top: 55px;
}

@media (max-width:598px){
    .container-fluid.header {
        margin-top: 55px;
    }
}
@media (max-width:410px){
    .container-fluid.header {
        margin-top: 80px;
    }
}





/*CSS for the Footer start*/
/*============================================*/
/*Footer Top Widtdget Area*/
.footer h3.heading{
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
footer h3 img {
    float: left;
    height: auto;
    margin-right: 10px;
    width: 30px !important;
}
footer h3 a, footer a {
    color: #ffffff;
}
footer a:focus, footer a:hover {
    color: #ec1c24;
    cursor: pointer;
    text-decoration: none;
}


.heading {
    color: #ffffff;
    font-weight: bolder;
}
footer .icon_foot {
    float: left;
    padding: 10px 0 0;
}
footer .icon_foot img{
    width: 75px;
    height:auto;
}
footer h4.content_text {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    position: relative;
    top: 9px;
}
footer .full_address {
    color: #fff;
    line-height: 25px;
    padding-bottom: 10px;
}

footer .icon_foot1 {
    float: left;   
}
footer .icon_foot1 img{
    width: 32px;
    height:auto;
}
footer .content_text1 {
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    padding-top: 5px;
}


footer .widget_nav_menu .menu-footer-menu-services-container ul,
footer .widget_nav_menu .menu-footer-menu-company-container ul{
    padding: 10px 0;
    margin-bottom: 0px;
}
footer .widget_nav_menu .menu-footer-menu-services-container ul li,
footer .widget_nav_menu .menu-footer-menu-company-container ul li{
    list-style: none;
    padding-bottom: 10px;
}


/*Footer Follow Us and App Icons and Links*/
.footer-follow-us img,
.footer-download-app img{
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Sub Footer Bottom*/
.site-sub-footer p {  
  color:#FFFFFF; 
  margin:10px 0;
  text-align: left;
}
.site-sub-footer ul {
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
}
@media (max-width:992px){
  .site-sub-footer ul {
    float: left;
  }
}
.site-sub-footer ul li {
    float: left;
    margin: 10px 5px;
    text-align: left;
    list-style: none;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.site-sub-footer ul li:last-child {
  border-right: 0px solid #fff;
}

/*CSS for the Footer Top End*/
/*============================================*/

/*CSS for the Footer Bottom start*/
/*============================================*/
.footer-online-bill-payment,
.footer-we-also-accept,
.footer-find-us{
  overflow: auto; 
  margin-bottom: 10px;
  margin-top: 10px; 
}
.footer-online-bill-payment a img {
    width: 30px;
    height: auto;
}
.footer-we-also-accept img {
    width: 85px;
    height: auto;
}
.footer-find-us a img{
  width: 30px;
  height: auto;
}
/*CSS for the Footer Bottom End*/
/*============================================*/


/*Flip Cards */
/*=====================*/
/*Service Features Section*/
/*======================================*/
.service-features-icon-section .service-features-img-block{
  background: #ffffff;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  margin-bottom: 15px;
}
.service-features-icon-section .service-features-img-block > div {
  padding: 10px 5px 5px;
  text-align: center;
  height: 65px;
  overflow: hidden;;
}
.service-features-img-block.hvr-bounce-in {
    /*box-shadow: 0 0 1px transparent;*/
    display: inline-block;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    vertical-align: middle;
}
.service-features-img-block.hvr-bounce-in:hover, .service-features-img-block.hvr-bounce-in:focus, .service-features-img-block.hvr-bounce-in:active {
    transform: scale(1.05);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    z-index: 1;
}
@media (max-width:480px){
  .service-features-icon-section .service-features-img-block > div {
    font-size: 12px
  }
}

.flip-card {
  background-color: transparent;
  margin-bottom: 15px;
  max-width: 310px;
  height: 310px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);  
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #fff;
  color: #070707;
  padding-top: 10px;
}
.flip-card-back {
  background-color: #ffffff;
  color: #070707;
  transform: rotateY(180deg);
  padding: 30px;
}

.service-features-icon-section .flip-card-front > img {
  width: 200px;
  height: auto;
}
.flip-card-front > div {
  overflow: hidden;
  height: 50px;
}
.service-features-icon-section .flip-card {
  background-color: transparent;
  margin-bottom: 15px;
  max-width: 310px;
  height: 310px;
  perspective: 1000px;
}
.service-features-icon-section .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);  
}
.service-features-icon-section .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.service-features-icon-section .flip-card-front, .service-features-icon-section .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.service-features-icon-section .flip-card-front {
  background-color: #fff;
  color: #070707;
  padding-top: 10px;
}
.service-features-icon-section .flip-card-back {
  background-color: #ffffff;
  color: #070707;
  transform: rotateY(180deg);
  padding: 30px;
}
.service-features-icon-section .flip-card-front > img {
  width: 200px;
  height: auto;
}
.service-features-icon-section .flip-card-front > div {
  overflow: hidden;
  height: 50px;
}
@media (max-width:480px){
  .service-features-icon-section .flip-card {
    max-width: 300px;
    height: 250px;
    perspective: 1000px;
  }
  .service-features-icon-section .flip-card-front > img {
    width: 150px;
  }
  .service-features-icon-section .flip-card-back{
    /*font-size: 14px;*/
      padding: 15px 15px;
  }
}
/*ViaTV features Section*/
/*======================================*/
.viatv-features-icon-section .flip-card {
  background-color: transparent;
  margin-bottom: 15px;
  max-width: 300px;
  height: 225px;
  perspective: 1000px;
}
.viatv-features-icon-section .flip-card-front {
  background-color: #ec1c24;
  color: #ffffff;
  padding-top: 10px;
}
.viatv-features-icon-section .flip-card-back{
    padding: 15px 15px;
  }
.viatv-features-icon-section .flip-card-front > div {
  overflow: hidden;
  height: 67px;
}

.viatv-features-icon-section .flip-card-front img{
  width: 110px;
}
.viatv-features-icon-section .flip-card-front .viatv-features-title{
  font-size: 18px;
  padding: 10px 15px;
  color: #fff;
}
@media (max-width:515px){
  .viatv-features-icon-section .flip-card-front .viatv-features-title{
    font-size: 16px;
  }
}
@media (max-width:480px){
  .viatv-features-icon-section .flip-card-front .viatv-features-title{
    font-size: 15px;
  }
  .viatv-features-icon-section .flip-card-back{
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width:447px){
  .viatv-features-icon-section .flip-card-front .viatv-features-title{
    font-size: 14px;
  }
}
/* Animated Text Over a Faded Image on Hover 1 */
/*.features-block {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  cursor: pointer;
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.features-block .fadedbox {
  background-color: #070707;
  position: absolute;  
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: auto;
  padding: 107px 20px;
}
.features-block:hover .fadedbox {
    opacity: 0.8;
}
.features-block .text {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.features-block .title {    
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
}
.features-block:hover .title,
.features-block:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}*/

/*@media (max-width:410px){
   .features-block img{

  }
}*/


/*ViaTV Secion Added CSS*/
/* Animated Text Over a Faded Image on Hover 2 */


/*.viantv-features-block {
  cursor: pointer;
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #ec1c24;
  padding-top: 10px;
  margin-bottom: 10px;
  min-height: 230px;
}
.viantv-features-block img{
    width: 110px;
}
.viantv-features-block .viatv-features-title{
  font-size: 18px;
  padding: 10px 15px;
  color: #fff;
}

.viantv-features-block .viatv-features-block-menu-down span.glyphicon{
  color: #ffffff;
  font-size: 30px;
}
.viantv-features-block .fadedbox {
  background-color: #070707;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  min-height: 230px;
}
.viantv-features-block:hover .fadedbox {
    opacity: 0.8;
}
.viantv-features-block .text {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.viantv-features-block .title {
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
}
.viantv-features-block:hover .title,
.viantv-features-block:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}*/

/*@media (max-width:410px){
   .viantv-features-block img{

  }
}*/

/*ViaTV Featured Movie Slide Anything (owl-carousel)*/
/*.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    text-align: center;
}*/
/*Latest Product & Pricing*/

#LatestProductPrice .col-product-table .columns:hover {
    /*box-shadow: 0 0 0 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}

/*Other Exciting Offers Section*/
/*======================================*/
#autoWidth_wrapper #OtherExcitingOffers .item {
  max-width: 300px;
}
@media (max-width:635px){  
  #autoWidth_wrapper #OtherExcitingOffers .item {
    max-width: 290px;
  }   
}
@media (max-width:430px){  
  #autoWidth_wrapper #OtherExcitingOffers .item {
    max-width: 170px;
  }   
  #autoWidth_wrapper #OtherExcitingOffers .item .other-exciting-offers-desc {
    height: 160px;
  }
}


.other-exciting-offers-block .columns {
  background: #ffffff;
  border: 0px solid #f0f0f0;
  margin-bottom: 20px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.other-exciting-offers-block .columns:hover {
    /*box-shadow: 0 0 0 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.other-exciting-offers-block .columns .other-exciting-offers-title{
    padding: 20px 20px 10px;
}
.other-exciting-offers-block .columns .other-exciting-offers-title h4.sectionsubheading {
    text-align: left;
    display: inline;
}
.other-exciting-offers-block .columns .other-exciting-offers-title a {
    float: right;
}

.other-exciting-offers-block .columns .other-exciting-offers-desc {
  padding: 10px 20px 20px;
  font-size: 14px;
  min-height: 70px;
}

@media (max-width:636px){
  .other-exciting-offers-block .columns .other-exciting-offers-desc {
    min-height: 90px;
  }
}

/*Home Bottom Block Section*/
/*======================================*/
@media (max-width:992px){  
  .home-bottom-block .columns {
    min-height: 425px !important;
  }
}

.home-bottom-block .columns {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);

}
.home-bottom-block .columns:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    /*box-shadow: 0 0 0 0 rgba(0,0,0,0.2);*/
}
.home-bottom-block .columns .home-bottom-block-title{
    padding: 20px 20px 10px;
    border-top: 1px solid #f0f0f0;
}
.home-bottom-block .columns .home-bottom-block-title h4.sectionsubheading {
    text-align: left;
    display: inline;
}
.home-bottom-block .columns .home-bottom-block-title a {
    float: right;
}

.home-bottom-block .columns .home-bottom-block-desc {
  padding: 10px 20px 20px;
  font-size: 14px;
  min-height: 70px;
}

/*Home Bottom Block Section*/
/*======================================*/
.business-solutions-block .columns {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);

}
.business-solutions-block .columns:hover {
    /*box-shadow: 0 0 0 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);

}
.business-solutions-block .columns .business-solutions-block-title{
    padding: 20px 20px 10px;
}
.business-solutions-block .columns .business-solutions-block-title h4.sectionsubheading {
    text-align: left;
    display: inline;
}
.business-solutions-block .columns .business-solutions-block-title a {
    float: right;
}

.business-solutions-block .columns .business-solutions-block-desc {
  padding: 10px 20px 20px;
  font-size: 14px;
  min-height: 70px;
}

/*Accordion */
/*============================================*/
/*Accordion with arrow*/ 
  .panel-default {
      /*border-color: #8e8e8e;*/
  }
  .panel {
    -webkit-box-shadow: 1px 1px 1px -2px rgb(100, 100, 100);
    box-shadow: 1px 1px 1px -2px rgb(100, 100, 100);
    border: 1px solid #cacaca !important;
    margin-bottom: 8px !important;
  }
  .panel-default > a{
    text-decoration: none;
  }
  .panel.panel-default > a:hover,
  .panel.panel-default > a:focus{
    color: #f0f0f0;
  }
  .panel-default > a >.panel-heading {
    color: #070707 !important;
    background-color: #f0f0f0;
    border-color: #070707;
    padding: 15px;
  }
  .panel-default .panel-heading h4.panel-title {
    color: #070707;
    font-size: 15px;
  }
  .accordion-toggle .panel-heading::before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #070707;         /* adjust as needed */
    /*  Icon Rotate Style  */
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .accordion-toggle.collapsed .panel-heading::before {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    /*  Icon Rotate Style  */
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  
  .panel-default .panel-collapse li {
    padding-bottom: 5px;
  }

/*.panel-heading .accordion-toggle.collapsed::after {
    content: "\e080";    
    font-family: 'Glyphicons Halflings';
}
.panel-heading .accordion-toggle::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}*/
/*Tabs And Pills Product Details*/
/*============================================*/

.tabsandpills-prodcut-list .tab-content {
  margin-top: 25px;
}

.nav-tabs.main-tabs {
    display: inline-block;
    border: 1px solid #a1a1a1;
    border-radius: 10px;
    overflow: hidden;
}
.nav-tabs.main-tabs li{
    margin: -1px;
}
.nav-tabs.main-tabs > li a {
    background: #f0f0f0;
    border-right: 1px solid #a1a1a1;
    border-radius: 0px;
    color: #070707;
    cursor: pointer;
    /*font-size: 20px;*/
    font-weight: 700;
    line-height: 20px;
    margin: 0px;
    /*text-align: center;*/
}
.nav-tabs.main-tabs > li.active > a, 
.nav-tabs.main-tabs > li > a:focus, 
.nav-tabs.main-tabs > li > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ec1c24;    
    color: #ffffff;
    cursor: default;
}

/*.nav-tabs.main-tabs li a strong {
    background: #ec1c24 none repeat scroll 0 0;
    border: 10px solid #fff;
    display: block;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    padding: 11px;
    text-align: center;
    width: 130px;
}
.tabsandpills-prodcut-list ul.nav.nav-tabs.main-tabs li.active a strong{
  background: #b61c21 none repeat scroll 0 0;
  border: 1px solid #fff;
}*/

/*Table*/
/*======================================*/
table.table{
  margin-top: 20px;
  margin-bottom: 10px;
}
table.table th{
  background: #ec1c24;
  border: 1px solid #c6c6c6;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
}
table.table td {
  border: 1px solid #c6c6c6 !important;
  padding: 5px 10px;
  text-align: center;
}

table.table-package-details {
    border-color: #c6c6c6;
    box-shadow: 0px 8px 16px -6px #a1a1a1;
    margin-bottom: 20px;
}
table.table-package-details.table-hover > tbody > tr:hover {
    background-color: #c6c6c6;
}
table.table-package-details th,
table.table-package-details td{
    /*border-color: #dfdfdf;*/
    border-color: #c6c6c6;
    padding: 10px 10px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 1px;
    padding: 15px;
    text-align: center;
}
table.table-package-details th{
    background: #c6c6c6;
    text-align: center;
}
table.table-package-details td a.btn.btn-sm.btn-danger {
    padding: 3px 15px;
    background: #ff656b;
    border-color: #ff656b;
    color: #fff;
    font-size: 14px;
}


table.tbl_fiberrelocation{
  margin-top: 20px;
  margin-bottom: 30px;
}
.tbl_fiberrelocation tr:first-child td {
    border-top: 1px solid #f0f0f0 !important;
    border-left: 1px solid #f0f0f0;
}
.tbl_fiberrelocation th, 
.tbl_fiberrelocation td {
    border: 1px solid #c6c6c6;
    padding: 10px 10px;
    text-align: center;
}


/*Contact Form 7*/
/*======================================*/
.form-wrapper,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.form-wrapper .form-control {    
  padding: 18px 18px;
}
.form-wrapper .form-group.formsubmit {
    text-align: center;
}
.form-wrapper .form-group.formsubmit input[type="submit"] {
  padding: 5px 30px;
  font-weight: bold;
}
span.wpcf7-not-valid-tip {
    color: #ec1c24;
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding-top: 3px;
}
.wpcf7-not-valid {
  border: 1px solid #ec1c2473;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 0em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7-spinner{

}
/*.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
  bottom: 300px;
  right: 30px;
}*/


.wpcf7-form {
  border: 1px solid #ccc;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #ccc;
}

/*Gird Block View*/
/*======================================*/
.columns {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.columns:hover {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
}


/*News & Events Category Grid View*/
/*======================================*/
.blog .blog-category-block {
  min-height: 455px;
  /*max-height: 515px;*/
  padding-top: 20px;
}
.blog .blog-category-block .cat-details {
  min-height: 245px;
}
/*.blog .blog-category-block .columns {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.blog .blog-category-block .columns:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}*/
.blog .blog-category-block .cat-details h5{
  padding: 5px 15px;
  text-align: center;
  line-height: 1.4;
}
.blog .blog-category-block .cat-details hr{
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ec1c24;
}
.blog .blog-category-block .cat-details small{
  font-size: 10.5px;
  padding: 5px 15px;
}
.blog .blog-category-block .cat-details p{
  padding: 5px 15px;
  font-size: 14px;
}


/*Vacancy  Grid View*/
/*======================================*/
.vacancy-details {
		min-height: 330px;
}
.vacancy-details h5{
  /*padding: 5px 15px;*/
  text-align: center;
}
.vacancy-details hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ec1c24;
    margin-right: -15px;
    margin-left: -15px;
}
.vacancy-details small{
  font-size: 12px;
}
.vacancy-details .vacancy-requirment{
  font-size: 13px;
  padding-top: 5px;
  min-height: 160px;
}
.vacancy-details .job_location{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vacancy-details .btn-vacancy-view-details{
  padding: 10px 15px 0px;
  text-align: center;
}

/*Advanced Recent Post Widget*/
/*======================================*/
.advanced_recent_posts_widget * {
    margin: 0;
    padding: 0;
}
.advanced_recent_posts_widget {
    font-size: 12px;
    line-height: 18px;
}
.advanced_recent_posts_widget ul li {
    list-style: none;
        list-style-type: none;
    list-style-type: none;
    margin: 3px 0;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}
.advanced_recent_posts_widget .post-title {
    font-size: 12px;
    font-weight: bold;
}
.advanced_recent_posts_widget .post-date {
    font-style: italic;
}
.advanced_recent_posts_widget .post-entry {
    padding: 0 0 5px 0;
    overflow: hidden;
}


/*About Us page*/
.columns .ftth-feature-block ul{
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: square;
  padding-left: 25px;
}

.columns .ftth-feature-block ul li {
    border-bottom: 1px solid #DEDEDE;
    padding: 5px 10px;
    text-align: left;
}

.columns .mission-block,
.columns .vision-block {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 150px;
}
.columns .mission-block .mission-block-title,
.columns .vision-block .vision-block-title {
    font-size: 30px;
    margin-bottom: 15px;    
}
.columns .mission-block .mission-block-title span,
.columns .vision-block .vision-block-title span {
    border-bottom: 2px solid #ec1c24;
}
.columns .mission-block img,
.columns .vision-block img {
    width: 120px;
    padding: 5px;
}
.columns .mission-block ul {
   margin-bottom: 15px;
   margin-left: 10px;
}
.columns .mission-block ul li{
    border-bottom: 0px solid #DEDEDE;
    list-style: initial;
    margin-bottom: 5px;
    padding: 0px 15px;
    text-align: left;

}

/*Book Internet Connection Section*/
.book-internet-connection-section{
  padding-top: 30px;
  text-align: center;
  font-size: 18px;
}
@media (max-width:538px){
  .book-internet-connection-section{
    padding-top: 10px;
    font-size: 15px;
  }
  .book-internet-connection-section > span,
  .book-internet-connection-section > a{
    margin: 5px 10px 0px;
  }
}
/*Quick Link Bar Home page*/
/*======================================*/
.eltools__wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0;
    margin-bottom: 1em;
}
.eltools {
    display: block;
    list-style: none;
    -webkit-border-radius: 50px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0;
    padding: 0 2em;
}
.bg-white {
    background-color: #fff;    
}
.eltools li:first-child::before {
    display: none;
}
.eltools li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    left: -15px;
    background-color: #ec1c24;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.eltools li >div {
  background-color:white;
  opacity:0.7;
  border-radius:10px;
  position:absolute;
  z-index:100;
  padding-left:10px;
  padding-right:10px;
  font-size:20px;
  font-weight:bold;
}
.eltools li {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
}
.eltools li > a::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #ec1c24;
    -webkit-transition: height .3s ease,opacity .2s ease;
    transition: height .3s ease,opacity .2s ease;
}
.eltools li > a {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;

    display:flex !important;
    align-items:center;
    justify-content:center;
}
.eltools li > a:hover {
    text-decoration: none;
}
.eltools li > a:focus::after, 
.eltools li > a:hover::after {
    opacity: 1;
    height: 3px;
    color: #ec1c24;
}

.d-inline-block {
    display: inline-block;
}
.d-inline-block img{
    vertical-align: middle;
}
.eltools__txt {
    margin: 0;
}
.primary--dark {
    color: #070707;
}
.eltools li > a:hover .primary--dark {
    color: #ec1c24;
}
@media (max-width:538px){
  .eltools {
     /*padding: 0 0em;*/
  }
  .eltools li {
      margin-left: 20px;
      margin-right: 20px;
  }
  .eltools li::before {
    left: -20px;
  }
    .eltools li > a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  .d-inline-block img {    
      width: 28px;
      height: auto;
  }
  .eltools__txt {
      /*display: none;*/
      font-size: 12px;
  }
}
@media (max-width:518px){
  .eltools li {
      margin-left: 10px;
      margin-right: 10px;
  }
  .eltools li::before {
    left: -15px;
  }
    .eltools li > a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  .d-inline-block img {    
      width: 28px;
      height: auto;
  }
  .eltools__txt {
      /*display: none;*/
     
  }
}
@media (max-width:429px){
    .eltools li > a.quicklink-pay-online,
    .eltools li > a..quicklink-find-us,
    .eltools li > a.quicklink-referral-offer,
  .eltools li > a.quicklink-register-complaint {
      padding-top: 20px;
    }
  .eltools li::before {
    left: -10px;
  }
}
/*Tiny Slider*/
/*======================================*/
/*.tns-outer {
  padding: 0 !important;
  margin: 0 auto;
  text-align: center;
}*/
#autoWidth_wrapper .item {    
  /* max-width: 320px; */
  max-width: 428px;
  /*max-width: 395px;*/
  width: 100%;
  margin: 0 auto;
}   
@media (max-width:635px){  
  #autoWidth_wrapper .item {
    max-width: 360px;
  }   
}
@media (max-width:430px){  
  #autoWidth_wrapper .item {
    max-width: 285px;
  }   
}


/*Referral Page*/
.step-to-refer-block {
    min-height: 385px;
}
.step-to-refer-block .step-to-refer-title {
  font-weight: bold;
  min-height: 50px;
  padding-top: 10px;
}

/*Image Hover Bounce Effect*/
.hvr-bounce-in {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    vertical-align: middle;
}
.hvr-bounce-in:hover, 
.hvr-bounce-in:focus, 
.hvr-bounce-in:active {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    z-index: 1;
}

.hvr-bounce-in-lgslow:hover, .hvr-bounce-in-lgslow:focus, .hvr-bounce-in-lgslow:active {
  transform: scale(1.1);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  z-index: 1;
}
.hvr-bounce-in-lgslow {
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 4.0s;
  vertical-align: middle;
}



/* Start of  Home Plan Packages Page*/
/*===============================================*/

/*Start of Tabs New and Existing Customer*/
.section-package-title {
    padding-top: 10px;
    text-align: center;
}
.tab-content {
  margin-top: 25px;
}
.tabsandpills-prodcut-list-home-plan {
  clear: both;
  padding-top: 15px;
}
.tabsandpills-prodcut-list-home-plan .tab-content ul#myTab1{
  border-bottom: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.tabsandpills-prodcut-list-home-plan .tab-content ul#myTab1 li{    
  margin-right: 30px;
}

.tabsandpills-prodcut-list-home-plan section {
  margin: 10px 0px 20px;
  overflow: auto;
}
.tabsandpills-prodcut-list-home-plan .nav-tabs > li.nav-item > a {
  color: #fff !important;
  cursor: pointer;
  /*text-transform: uppercase;*/
  text-decoration: none;
  background: #ea9fa2;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  transition: all 0.4s ease 0s;
}

.tabsandpills-prodcut-list-home-plan .nav-tabs > li.nav-item.active > a, 
.tabsandpills-prodcut-list-home-plan .nav-tabs > li.nav-item > a:focus, 
.tabsandpills-prodcut-list-home-plan .nav-tabs > li.nav-item > a:hover{
  background: #ec1c24;
  /*letter-spacing: 1px;*/
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
  transition: all 0.4s ease 0s;
}
 /*End of Tabs New and Existing Customer*/


 /* Start of Price table */
/*One Time Charge Details*/
.vianet_home_plan_one_time_charge table{
    text-align: center;
    border-color: #dfdfdf; 
}
.vianet_home_plan_one_time_charge th,
.vianet_home_plan_one_time_charge td{
    border-color: #dfdfdf;
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;        
}
.vianet_home_plan_one_time_charge tr:first-child td {
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent;
}
/*.vianet_home_plan_one_time_charge th{
	background: #ec1c24;
	color: #ffffff;  
}*/
.vianet_home_plan_one_time_charge th a{
	color: #ffffff;  
}
.fup_sub_tble td,
.fup_sub_tble th {
  font-size: 11px;
  padding: 5px;
}


/*Home Plan Page*/
.vianet_home_plan_one_time_charge table td.td-sticky-blank {
  border-top: 1px solid #fff !important;  
  border-bottom: 1px solid #fff !important; 
  border-left: 1px solid #fff;
  padding: 0px !important;
  background: #ffffff;
  z-index: 99999;
}
@media (max-width: 720px){
  .vianet_home_plan_one_time_charge .col-md-12{
    margin-left: -15px;
  }
  .vianet_home_plan_one_time_charge table {
      /*border-color: #fff !important;*/
      /*white-space: nowrap;*/
      /*border-color: transparent !important;*/
      /*border-spacing: 0;*/
  }
  .vianet_home_plan_one_time_charge tr:first-child td {
    border-top: 1px solid transparent !important;
    /*border-bottom: 1px solid transparent !important;*/
    border-left: 1px solid transparent;
  }
  .vianet_home_plan_one_time_charge .td-sticky,
  .vianet_home_plan_one_time_charge .td-sticky{
    /*background: #ffffff;*/
    left:0px;
    position: -webkit-sticky;
    position:sticky;
    z-index: 2;
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    /*white-space: nowrap;      */      
  }
  .vianet_home_plan_one_time_charge table td.td-sticky-blank {
    border-top: 1px solid #fff !important;  
    border-bottom: 1px solid #fff !important; 
    border-left: 1px solid #fff;
    padding: 0px !important;
    background: #ffffff;
    z-index: 99999;
  }    
}

.border-left-added{
  border-left: 1px solid #dfdfdf;
}
@media (max-width: 720px){
  .border-left-added{
    border-left: 2px solid #dfdfdf;
  }
}
/* End of Price table */

.inquiry-form #content article{
  margin-bottom: 40px;
  margin-top: 0px;
}


/*Quick Access Icon and Link Section*/
.quick-access-section{
  text-align: center;
}
.quick-access-section .quick-access_icon{
  max-width: 60px;
}
.quick-access-section .quick-access_icon_title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0;
}
.quick-access-section table td{
  padding: 0 15px;
  vertical-align: top;
}
.quick-access-section table td .quick-access_icon{
  max-width: 70px;
}
.quick-access-section table td .quick-access_icon_title{
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}


/*EMI Strip Section*/
.emi-strip-section{
  background: #ec1c24;
  text-align: center;
  overflow: auto;
}
.emi-strip-section img{
  width: auto;
  height: 125px;
} 
.emi-strip-section h4{
  color: #ffffff;
  text-align: center;
  padding: 5px 0px;
  line-height: 30px;
  font-size: 25px;
}
.emi-strip-section h4 a{
  color: #ffffff;
}
.emi-strip-section h4 a span{
  font-size: 14px;
}   


@media (max-width:764px){
  .quick-access-section table td{
    padding: 0 10px;
  }      
}

@media (max-width:450px){
  .quick-access-section .quick-access_icon_title{
    font-size:12px;
    padding: 5px 0px;
  }
  .quick-access-section table td{
    padding: 0 5px;
  }
  .quick-access-section table td .quick-access_icon_title{
    font-size:12px;
    padding: 5px 0px;
  }      
  .section-quick-link a > div{
    font-size: 14px;
  }

  .emi-strip-section h4{
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
   }
   .emi-strip-section img{
      height: 100px;
   }
  .emi-strip-section h4 a span{
      font-size: 11px;
  }
}
  

/*.fade.in {
  -webkit-transition: opacity 2s ease-out;
-moz-transition: opacity 2s ease-out;
-o-transition: opacity 2s ease-out;
transition: opacity 2s ease-out;
}*/

/* End of Home Plan */
/*===============================================


/* Start of ZOOM Service Page*/  
.zoom-landing-page{
    font-size: 15px;
  }
.zoom-landing-page .section-zoom-header{
  background: #2C8DFF;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}
.zoom-landing-page .section-zoom-header p img{
  width:100%; 
  height: auto;
}

.zoom-landing-page .section-zoom-header .zoom-desc{
  font-size: 22px;
}
@media (max-width: 640px){
  .zoom-landing-page .section-zoom-header .zoom-desc{
    font-size: 16px;
    padding-bottom: 15px;
  }
}

.zoom-landing-page .section-zoom-features{
  text-align: center;
}


.zoom-landing-page .section-zoom-features .zoom-features table td {
    padding: 0 15px;
    vertical-align: top;
}
@media (max-width: 640px){
  .zoom-landing-page .section-zoom-features .zoom-features table td {
    padding: 0 10px;       
  }
}
@media (max-width: 480px){
  .zoom-landing-page .section-zoom-features .zoom-features table td {
    padding: 0 5px;       
  }
}

.zoom-landing-page .section-zoom-features .zoom-features .zoom-feature-block  {
    min-height: 160px;
}
.zoom-landing-page .section-zoom-features .zoom-features .features_icon_title{
  font-size: 15px;
  padding: 15px 0; 
}

.zoom-landing-page .section-zoom-package-details{
  /*background: #efefef;*/
}
.zoom-landing-page .section-zoom-package-details .col-product-table .columns:hover {
  /*box-shadow: 0 0 0 0 rgba(0,0,0,0.2);*/
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  
}
.zoom-landing-page .section-zoom-package-details .price-table-row .col-product-table .columns .price{
  min-height: 465px;
}
.section-zoom-package-details .header {
  /*min-height: 71px;*/
  line-height: 25px;
}
.zoom-landing-page .section-zoom-package-details .price-table-row .price .package-features-list{
  padding: 0 15px;
}
.zoom-landing-page .section-zoom-package-details .price-table-row .price .package-features-list li {
  border-bottom: 0px solid #dedede;
  padding: 0px;
  text-align: left;
  list-style: outside;
}
.zoom-landing-page .section-zoom-package-details .price-table-row .price li.package-details table td {
    padding: 10px;
    vertical-align: top;
}
.zoom-landing-page .modal{
  margin-top: 30px;
}
.zoom-landing-page .modal-body form .field_label{
  font-weight: 500;
  text-align: left;
}
/* End of ZOOM Service Page*/



/* Start of Bhayankar Offer Page*/
.vianet_bhayankar_offer_package_details{
  /*overflow-x: auto;*/
  /*max-width: 450px;
  width: 100%;*/
}
.vianet_bhayankar_offer_package_details a{
  color: #ffffff;
}
.vianet_bhayankar_offer_package_details .fup_sub_tble td{
  padding: 0px;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* End of Bhayankar Offer Page*/


/*Inquiry Form Heading*/
.inquiry-form-heading{
  color: #333333; 
  font-size: 14px; 
  font-weight: normal; 
  padding-bottom: 0px; 
  padding-top:30px; 
}

/*Terms & Conditions Heading*/
.tandc-heading{
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
}


/* SOHO Plan Page*/
.price-table-fibernet-soho-plan .price .grey {
    background-color: #eee;
    color: #337ab7;
    font-size: 20px;
    transition: all 0.2s ease-in-out 0s;
}
.price-table-fibernet-soho-plan .columns:hover .price .grey {
    font-size: 22px;
    color: #00629b;
}


/* Start of EMI Installment Ma Installation Page*/
.vianet_home_plan_emi_package_details section{
    margin-bottom: 30px;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details{
  overflow-y: auto;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details td.heading {
   background: #ec1c24;
   color: #ffffff;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details table{
   margin-top: 10px;
   margin-bottom: 10px;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details td.col-action {
   border-top: 1px solid transparent !important;
   border-right: 1px solid transparent !important;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details table tr.selected {
    background: #999;
    color: #fff;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details table td {
   border: 1px solid #e1e1e1;
   padding: 5px 10px;
   text-align: center;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details tr:first-child td {
   border-top: 1px solid #fff !important;
   border-left: 1px solid #fff;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details table td.bg-success {
    background-color: #3c763d;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details table td.bg-success a {
    color: #fff;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details table td.bg-success a input {
    background: transparent;
    border: 0px solid transparent;
}
.vianet_home_plan_emi_package_details .table_wrapper_emi_package_details table td.bg-success a:hover input {
    text-decoration: underline;
}
/* End of EMI Installment Ma Installation Page*/

/* Start of ViaTV Page*/
.viatv-page .section.our-features {
  padding-bottom: 0px;
  text-align: center;
}
.viatv-page .section.our-features .box {
    margin-bottom: 30px;
    min-height: 237px;
}
@media (max-width: 500px){
  .viatv-page .section.our-features .box {
    min-height: 200px;
  }
}
.viatv-page .section.our-features .box img {
    width: 100px;
    height: auto;
}
.viatv-page .section.our-features .box p {
    text-align: center;
}


.viatv-page .section.now-showing {
    background: linear-gradient(0deg, rgba(12,32,54,1) 0%, rgba(72,17,50,1) 50%, rgba(115,6,47,1) 192%);
    padding: 30px 0px;
}
.viatv-page .movies-block {
    /*background: #ffffff;*/
    /*border: 1px solid #dddddd;*/
    /*border-radius: 10px;*/
    margin-bottom: 30px;
    min-height: 400px;
}
.viatv-page .movies-block img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.viatv-page .movies-block .card-movie-content-wrapper {
    padding: 10px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.viatv-page .movies-block .card-movie-title {
    color: #000000;
    font-size: 16px;
    margin: 0;
    display: inline;
}
.viatv-page .movies-block .card-movie-info {
    margin-top: 5px;
}


.viatv-page .channel-list {
    /*margin-bottom: 15px;*/
}
.viatv-page .channel-list .nav.nav-pills > li.active > a, 
.viatv-page .channel-list .nav.nav-pills > li.active > a:focus, 
.viatv-page .channel-list .nav.nav-pills > li.active > a:hover {
    color: #fff;
    background: linear-gradient(0deg, rgba(12,32,54,1) 0%, rgba(72,17,50,1) 50%, rgba(115,6,47,1) 192%);
}
.viatv-page .tab-content {
    margin-top: 25px;
}
.viatv-page .channel-list .tab-content .tab-pane {
    overflow-y: auto;
    max-height: 460px;
}
.viatv-page .channel-list .tab-content .tab-pane .channel {
    min-height: 175px;
    margin-bottom: 10px;
    max-width: 145px;
    padding-right: 5px;
}
.viatv-page .channel-list .tab-content .tab-pane .item {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    /*margin-top: 50px;*/
}
.viatv-page .channel-list .tab-content .tab-pane .item .img-thumbnail {
    border: 1px solid #ccc;
    border-radius: 0px;
}
.viatv-page .channel-list .tab-content .tab-pane .item img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}
.viatv-page .channel-list .tab-content .tab-pane .item img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5;
}
.viatv-page .channel-list .tab-content .tab-pane .middle .text {
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
}


.viatv-page .section.download-app.bg-gradient {
    margin-bottom: 0px !important;
    text-align: left;
}
.viatv-page .section.download-app {
    color: #ffffff;
}

.viatv-page .section.download-app.bg-gradient .sectionsubheading {
    color: #ffffff;
    text-align: left;
}

.viatv-page h2.sectionheading.heading-white {
    color: #ffffff !important;
    text-align: center !important;
}
.viatv-page .section.bg-gradient {
    background: linear-gradient(0deg, rgba(12,32,54,1) 0%, rgba(72,17,50,1) 50%, rgba(115,6,47,1) 192%);
    padding: 30px 0px;
}
/* End of ViaTV Page*/




/* Start of General Support Page*/
.section-general-support .sectionsubheading{
	margin-bottom: 15px;
}
.section-general-support .support-contact-information {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
  padding: 5px 50px 5px;
}
@media (max-width: 450px){
  .section-general-support .support-contact-information {
    padding: 5px 15px 5px;
  }
}

.section-general-support .columns {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.section-general-support .columns:hover {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
}
.section-general-support .support-contact-information p,
.section-general-support .support-contact-information .row .col-md-3 {
  margin: 0 0 10px;
}
.section-general-support .support-contact-information img {
  width: 22px;
  margin-right: 5px;
}
.section-general-support .support-contact-information a {
  color: #070707;
}
/* End of General Support Page*/



/* Start of Contact Us Page*/
.contact-us-page-wrapper .section-contact-us .contact-information{
  background: #ec1c24;
  border: 1px solid #ec1c24;
  border-radius: 5px;
  color: #ffffff;
  padding: 15px;

}
.contact-us-page-wrapper .section-contact-us .contact-information .contact-information-header{
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ec1c24;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-us-page-wrapper .section-contact-us .contact-information table{
  margin-bottom: 15px;
}
.contact-us-page-wrapper .section-contact-us .contact-information table td{
  padding: 3px;
}
.contact-us-page-wrapper .section-contact-us .contact-information table td img{  
  width: 20px;
}
.contact-us-page-wrapper .section-contact-us .contact-information table td a{  
  color: #ffffff;
}
.section-contact-us .contact-information .contact-us-follow-us img{
  width: 25px;
  margin-left: 10px;
}


.contact-us-page-wrapper .tab-content .nav.nav-tabs li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.contact-us-page-wrapper .section-our-outlets .tab-content {
  margin-top: 25px;
}
.contact-us-page-wrapper .section-our-outlets .nav-tabs > li.nav-item.active > a, 
.contact-us-page-wrapper .section-our-outlets .nav-tabs > li.nav-item.active > a:focus, 
.contact-us-page-wrapper .section-our-outlets .nav-tabs > li.nav-item.active > a:hover {
background-color: #ec1c24;
color: #ffffff;
}
.contact-us-page-wrapper .section-our-outlets .nav-tabs > li.nav-item a {
   border: 1px solid #cccccc;
   border-radius: 4px 4px 0 0;
   color: #337ab7;
   font-size: 14px;
}

.contact-us-page-wrapper .section-our-outlets .our-outlets-information table{
  margin-bottom: 15px;
}
.contact-us-page-wrapper .section-our-outlets .our-outlets-information table th{
  padding: 2px;
  color: #070707;
  font-size: 16px;
}
.contact-us-page-wrapper .section-our-outlets .our-outlets-information table td{
  padding: 2px;
  color: #070707;
}
.contact-us-page-wrapper .section-our-outlets .our-outlets-information table td img{  
  width: 16px;
  margin-right: 5px;
}
.contact-us-page-wrapper .section-our-outlets .our-outlets-information table td a{  
  color: #ec1c24;
  font-weight: 500;
  /* text-decoration: underline; */
}

/*.contact-us-page-wrapper .section-our-outlets ul{
  padding-left: 0;
}
.contact-us-page-wrapper .section-our-outlets ul li{
  list-style: none;
  margin-bottom: 10px;
}
.contact-us-page-wrapper .section-our-outlets ul li img{
  list-style: none;
  width: 22px;
  margin-right: 5px;
}*/
/* End of Contact Us Page*/



/*Logos Page*/
.logo_page {
    background-color: #dedede;
    margin-bottom: 10px;
    padding: 30px;
}

/*Corporate Plan Page*/
.corporate_sales_representative_section {
   overflow-x: auto;
 }
 .corporate_sales_representative_section table{
    margin-top: 20px;
    margin-bottom: 10px;
 }
 .corporate_sales_representative_section th {
    border: 1px solid #9f9f9f;
    padding: 5px 10px;
    text-align: center;
 }
 .corporate_sales_representative_section td {
    border: 1px solid #9f9f9f;
    padding: 5px 10px;
    text-align: left;
 }  

 /* For Template Full Screen Page*/
.full-screen-page-wrapper .full-screen-page-row{
    margin-right: 0 !important;
}
.full-screen-page-wrapper .full-screen-page-row #content article {
    margin-top: 0px !important;
}
.full-screen-page-wrapper .full-screen-page-row #content article .container h2.sectionheading {
    padding-top: 15px;
}


form .mandatory {
  color: #ec1c24;
  padding-left: 3px;
  font-size: 12px;
  position: relative;
  bottom: 2px;
}
form label{
  font-weight: 500;
  text-align: left;
}

.modal-header {
  min-height: 16.43px;
  padding: 10px 15px;
  border-bottom: 0px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -5px;
}



/* Customer Referral Offer Form - Send OTP */
#send-otp .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

#send-otp label{
  margin: 4px;
  background-color: #c12e2a;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  overflow: auto;
  float: left;
  width:7.0em;
}
#send-otp label:hover {
    background: #070707;
}
#send-otp label input {
   margin-right:100px;
}

#send-otp label input {
    position:absolute;
    top:-20px;
    display: none;
}
#send-otp label span {
    text-align:center;
    padding:5px 10px;
    display:block;
}
#send-otp input:checked + span {
    background-color:#ec1c24;
    color:#fff;
}

/* Customer Referral Offer Form - Verify OTP */
#verify-otp .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

#verify-otp label{
  margin: 4px;
  background-color: #c12e2a;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  overflow: auto;
  float: left;
  width:7.0em;
}
#verify-otp label:hover {
    background: #070707;
}
#verify-otp label input {
   margin-right:100px;
}

#verify-otp label input {
    position:absolute;
    top:-20px;
    display: none;
}
#verify-otp label span {
    text-align:center;
    padding:5px 10px;
    display:block;
}
#verify-otp input:checked + span {
    background-color:#ec1c24;
    color:#fff;
}





/*Button Buy Worldcup Coupon*/
.btn-buy-worldcup-coupon-mobile{
  float: right;
  margin: 10px 15px 5px 0;
}
@media (min-width:768px){
  .btn-buy-worldcup-coupon-mobile{
    display: none;
  }
}
@media only screen and (max-width: 490px) and (min-width: 446px){
    .btn-buy-worldcup-coupon-mobile{
/*        clear: both !important;*/
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .btn-buy-worldcup-coupon-desktop{
        margin-right: 0px !important;
    }
    .btn-desktop-first{
        clear: both;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1349px) and (min-width: 1200px){
    .btn-buy-worldcup-coupon-desktop{
        margin-right: 0px !important;
    }
    .btn-desktop-first{
        clear: both;
        margin-left: 10px;
    }
}

/*Main Menu Height after adding Button on Header - Media Query*/
@media only screen and (max-width: 1200px) and (min-width: 992px){
    .main-menu-bar{
        min-height: 95px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 769px){
    .main-menu-bar{
        min-height: 145px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 300px){
    .main-menu-bar{
        min-height: 95px;
    }
}


/*Temporaly Added CSS  -  Remove after WorldCup Coupon Purchase*/
#mega-menu-wrap-navbar-main-menu #mega-menu-navbar-main-menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 13px !important;
}
a.btn.btn-maroon {
  padding: 6px 7px;
  margin-right: 5px;
}
.customer-portal-login-desktop a,
.btn-buy-worldcup-coupon-mobile {
  font-size: 11px !important;
  margin-top: 5px;
}
@media (min-width:350px){
    .btn-mobile-first {
        clear: both;
    }
}

/* Buy World Cup Coupon button */
/* For Desktop and Mobile view */
.customer-portal-login-desktop .btn-buycoupon,
.vianet_main_menu .btn-buycoupon{
    padding: 7px 10px;
    /* background: #eb323b; */
    /* border-color: #eb323b; */
    /* color: #fff; */
    margin-right: 10px;
}



/*Temporaly Added CSS  -  Remove after WorldCup Coupon Purchase*/




/*XGS Extreme Banner of 10 Gbps and 8x Graphics*/
@media (max-width:768px){
    .sgs-extreme-10gbps-8x-graphics-desktop{
        display: none !important;
    }
}

.sgs-extreme-10gbps-8x-graphics-mobile{
    max-width: 400px !important; 
}
@media (min-width:768px){
    .sgs-extreme-10gbps-8x-graphics-mobile{
        display: none !important;  
    }
}



/* Vianet Calendar Page*/
.vianet-calendar-section .vianet-calander img {
  width: 100%;
  height: auto;
}

.grecaptcha-badge { 
    /*visibility: hidden; */
/*    bottom: -100px !important;*/
}

/* Error Page */
.content-1 {
  color: #ec1c24;
  font-size: 150px;
  font-weight: 900;  
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 0 5px 15px rgba(255, 255, 255, 0.16);
  animation: float 3s ease-in-out infinite;
  opacity: 0.9;   
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}