body, html {
  width: 100%;
  height: 100%;
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.5;
    color: #212529;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none !important; 
}
a:hover {
    text-decoration: none !important; 
}
h1, h2, h3, h4, h5, h6, p, ul, ul li {
    margin: 0px;
    padding: 0px;
}
.color_white {
    color: #ffffff;
}
.color_darkgreen {
    color: #00666e;
}

@font-face {
  font-family: 'Poppins';
  src: url('../webfonts/Poppins-Light.eot');
  src: url('../webfonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/Poppins-Light.woff2') format('woff2'), url('../webfonts/Poppins-Light.woff') format('woff'), url('../webfonts/Poppins-Light.ttf') format('truetype'), url('../webfonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
    font-family: 'poppinsbold';
    src: url('../webfonts/poppins-bold-webfont.eot');
    src: url('../webfonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../webfonts/poppins-bold-webfont.woff') format('woff'),
         url('../webfonts/poppins-bold-webfont.ttf') format('truetype'),
         url('../webfonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../webfonts/poppins-medium-webfont.eot');
    src: url('../webfonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../webfonts/poppins-medium-webfont.woff') format('woff'),
         url('../webfonts/poppins-medium-webfont.ttf') format('truetype'),
         url('../webfonts/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wrapper_grid {
    margin-top: 100px;
  width: 85%;
  margin: 0px auto;
}
.font_poppins_bold {
    font-family: 'poppinsbold';
}
.font_poppins_medium {
    font-family: 'poppinsmedium';
}
/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
  box-shadow: none;
  background: #00666e;
  transition: all 0.5s ease;
  padding: 2.125rem 7.5%;
}
.navbar-custom_contact {
  box-shadow: none;
  background: transparent;
  transition: all 0.5s ease;
  padding: 2.125rem 7.5%;
}
.navbar-custom.top-nav-collapse {
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 50px 7.5% 0.5rem 7.5%;
}
.navbar-custom .navbar-brand.logo-image img {
  width: 280px;
  margin-bottom: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
  -webkit-filter: inherit;
  filter: inherit;
    width: 250px;
}
.navbar-custom .navbar-brand.logo-text {
  color: #fff;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.navbar-custom.top-nav-collapse .nav-item .nav-link {
  color: #fff;
}
.navbar-custom.top-nav-collapse .nav-item .nav-link {
  color: #48B1AE;
}
.navbar-custom.top-nav-collapse .nav-item .nav-link:hover, .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
    color: #48B1AE;
    border-bottom: 3px solid #FFA500;
}
.navbar-custom .navbar-nav {
  margin-top: 5px;
}
.navbar-custom .nav-item .nav-link {
  padding: 0.25rem 0rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
    margin-left: 3rem;
    border-bottom: 3px solid transparent;
}
.navbar-custom .nav-item .nav-link:hover, .navbar-custom .nav-item .nav-link.active {
    border-bottom: 3px solid #ffffff;
    color: #fff;
}
.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
  outline: 0;
}
.navbar-custom .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0.25rem;
  background-color: #4633af;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
}
.navbar-custom .dropdown-item {
  color: #fff;
  text-decoration: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.navbar-custom .dropdown-item:hover {
  background-color: #4633af;
}
.navbar-custom .dropdown-item .item-text {}
.navbar-custom .dropdown-item:hover .item-text {
  color: #00c9db;
}
.navbar-custom .dropdown-items-divide-hr {
  width: 84%;
  height: 1px;
  margin: 0.25rem auto 0.25rem auto;
  border: none;
  background-color: #b5bcc4;
  opacity: 0.2;
}
/* end of dropdown menu */
.navbar-custom .social-icons {
  /* display: none; */
}
.navbar-custom .navbar-toggler {
  border: none;
  color: #fff;
}
.navbar-custom.top-nav-collapse .navbar-toggler {
  border: none;
  color: #48B1AE;
}
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times {
  display: none;
}
.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars {
  display: inline-block;
}
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars {
  display: none;
}
.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times {
  display: inline-block;
  margin-right: 0.125rem;
}
.nav-top-section {
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000000;
    z-index: 100;
    padding: 0px 7.5%;
    overflow: hidden;
    display: none;
     -webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.top-nav-collapse .nav-top-section {
    display: block;
}
.nav-social-sec {
    float: right;
    border-left: 1px solid #48B1AE;
    padding: 11px 0%;
    padding-left: 10px;
}
.footer-nav-social-sec {
    float: none;
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 40px 0px 0;
}
.nav-social-sec a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    -webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.footer-nav-social-sec a {
    width: 35px;
    height: 35px;
    margin: 0px;
    margin-right: 5px;
}
.header_social_sec {
    float: right;
}
.nav-social-sec a.fb_icon {
    background: url("../images/icon_fb.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.fb_icon_form {
    background: url("../images/icon_fb.png") no-repeat center center;
    background-size: cover;
    background-color: #3b5998;
}
.nav-social-sec a.fb_icon:hover {
    background: url("../images/icon_fb_over.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.insta_icon {
    background: url("../images/icon_insta.png") no-repeat center center;
    background-size: cover;
    
}
.nav-social-sec a.insta_icon_form {
    background: url("../images/icon_insta.png") no-repeat center center;
    background-size: cover;
    background-color:rgb(176, 38, 68) ; 

    
}
.nav-social-sec a.insta_icon:hover {
    background: url("../images/icon_insta_over.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.tw_icon {
    background: url("../images/icon_twiter.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.tw_icon_form {
    background: url("../images/icon_twiter.png") no-repeat center center;
    background-size: cover;
    background-color: #0072b1 ;
}
.nav-social-sec a.tw_icon:hover {
    background: url("../images/icon_twiter_over.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.li_icon {
    background: url("../images/icon_linker.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.li_icon_form {
    background: url("../images/icon_linker.png") no-repeat center center;
    background-size: cover;
    background-color: #0072b1 ;
}
.nav-social-sec a.li_icon:hover {
    background: url("../images/icon_linker_over.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.yt_icon {
    background: url("../images/icon_youtube.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.yt_icon_form {
    background: url("../images/icon_youtube.png") no-repeat center center;
    background-size: cover;
    background-color: red;
}
.nav-social-sec a.yt_icon {
    background: url("../images/icon_youtube.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.yt_icon:hover {
    background: url("../images/icon_youtube_over.png") no-repeat center center;
    background-size: cover;
}
.nav-social-sec a.whatsapp_icon {
    background: url("../images/icon_whatsapp.png") no-repeat center center;
    background-size: cover;
    
}
.nav-social-sec a.whatsapp_icon:hover {
    background: url("../images/icon_whatsapp_over.png") no-repeat center center;
    background-size: cover;
}

.nav-top-section .header_social {
    float: right;
    margin: 0;
    color: #48B1AE;
    font-size: 0.85rem;
}
.nav-top-section .header_social li {
    display: inline-block;
    margin: 0px 15px;
    padding: 3px 0px;
}
.nav-top-section .header_social li.nav_mail_border {
     border-left: 1px solid #48B1AE;
    padding-left: 20px;
}
.nav-top-section .header_social li a {
    color: #48B1AE;
    display: inline-block;
    line-height: 42px;
    transition: all 300ms linear 0s;
    
}

/*********************/
/*    04. Header     */
/*********************/
.header {
  background: #00666e;
  height: 100vh;
    min-height: 850px;
    position: relative;
    overflow: hidden;
}
.header_residential {
    background: url("../images/residential_banner.jpg") no-repeat center center;
    background-size: cover;
}
.truely_unlimited_img {
    width: 52%;
}
.top_lines {
        position: absolute;
    width: 100%;
    height: 35%;
    left: 0%;
    bottom: 5%;
    z-index: 0;
    background: url("../images/runner_line_1.png") no-repeat top left;
    background-size: cover;

}

.header-content {
    padding-top: 230px;
}
.flying_man_div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.flying_man {
        position: absolute;
    width: 100%;
    height: 90%;
    left: 17%;
    top: 0%;
    background: url(../images/flying-bg.png) no-repeat left center;
    background-size: contain;
     -webkit-animation: speeder 1.5s linear infinite;
  -moz-animation: speeder 1.5s linear infinite;
  -ms-animation: speeder 1.5s linear infinite;
  -o-animation: speeder 1.5s linear infinite;
  animation: speeder 1.5s linear infinite;
    z-index: 1;
}
@-webkit-keyframes speeder {
0% {
		 top: 0%;
	}

	 50% {
		 top: -2%;
	}

	 100% {
		 top: 0%;
	}    
}
@keyframes speeder {
	0% {
		 top: 0%;
	}

	 50% {
		 top: -2%;
	}

	 100% {
		 top: 0%;
	}    
}
.fly_lines {
    display: block;
    width: 150px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 100%;
    top: 0%;
    opacity: 0.5;
    z-index: 0;
}
.fly_line1 {
    top: 15%;
    -webkit-animation: fly_lines 0.6s linear infinite;
  -moz-animation: fly_lines 0.6s linear infinite;
  -ms-animation: fly_lines 0.6s linear infinite;
  -o-animation: fly_lines 0.6s linear infinite;
  animation: fly_lines 0.6s linear infinite;
}
.fly_line2 {
    top: 30%;
    -webkit-animation: fly_lines 0.6s linear infinite;
  -moz-animation: fly_lines 0.6s linear infinite;
  -ms-animation: fly_lines 0.6s linear infinite;
  -o-animation: fly_lines 0.6s linear infinite;
  animation: fly_lines 0.6s linear infinite;
    animation-delay: 1s;
}
.fly_line3 {
    top: 50%;
    -webkit-animation: fly_lines 0.6s linear infinite;
  -moz-animation: fly_lines 0.6s linear infinite;
  -ms-animation: fly_lines 0.6s linear infinite;
  -o-animation: fly_lines 0.6s linear infinite;
  animation: fly_lines 0.6s linear infinite;
    animation-delay: 0.5s;
}
.fly_line4 {
    top: 60%;
    -webkit-animation: fly_lines 0.6s linear infinite;
  -moz-animation: fly_lines 0.6s linear infinite;
  -ms-animation: fly_lines 0.6s linear infinite;
  -o-animation: fly_lines 0.6s linear infinite;
  animation: fly_lines 0.6s linear infinite;
    animation-delay: 1.5s;
}
@-webkit-keyframes fly_lines {
  0% {
left: 100%;
  }

  100% {
left: -200px;
  }
}
@keyframes fly_lines {
0% {
left: 100%;
  }

  100% {
left: -200px;
  }
}
.alert {
    position: relative;
    width: 100%;
    padding: 2% 1%;
    z-index: 10000000;
    text-align: center;
    background-color: #a6a8ab;
    border: 2px solid #000;
    color: #ffffff;
}
.alert-danger {
    background-color: #d0312d;
    color: #ffffff;
}
a.close_alert {
    position: absolute;
    right: 0;
    top: 0px;
    background: #000000;
    color: #ffffff;
    padding: 0.5% 1%;
}

h1.h1Text {
    font-size: 2.4rem;
    line-height: 3.4rem;
}
h2.h1Text {
    font-size: 2.4rem;
    line-height: 3rem;
}

h2.h2Text {
    font-size: 2.2rem;
    line-height: 3rem;
}
h3.h3Text {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h4.h4Text {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5.h5Text {
    font-size: 1.4rem;
    line-height: 2rem;
}    
h6.h6Text {
    font-size: 1.3rem;
    line-height: 1.8rem;
}


#slider {
  position: relative;
    height: 220px;
}    

.content_slider {
  position: absolute;
  display: none;
    width: 700px;
}
.content_slider_bigtext {
    width: 800px;
}
.content_slider h2 {
    color: #48B1AE;
}
#slider h1.slide_fixed_text { 
    position: absolute;
    top: 100%;
    letter-spacing: 8px;
}
.btn_default {
    margin: 1rem 0;
    display: inline-block;
    padding: 1rem 2.5rem 0.7rem;
    background: transparent;
    border: 2px solid #00666e;
    position: relative;
    color: #00666e;
    font-size: 1.2rem;
    line-height: 1.6rem;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'poppinsmedium';
}
.btn_default:hover {
  background: #00666e;
  color: #ffffff;
}
.btn_default_lightgreen {
    border: 2px solid #48B1AE;
    color: #48B1AE;
}
.btn_default_lightgreen:hover {
  background: #48B1AE;
  color: #ffffff;
}
/* scroll animation home start*/
.scroll_btm_animation {
  position: absolute;
  bottom: 20px;
  left: 0%;
  width: 100%;
  height: 50px;
  text-align: center;
  z-index: 100;
}
.icon-scroll, .icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 32px;
  height: 50px;
  margin-left: -20px;
  top: 50%;
  margin-top: -32px;
  box-shadow: inset 0 0 0 3px #ffffff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 4px;
  height: 10px;
  background: #ffffff;
  margin-left: -2px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation: scroll_down 1.5s infinite linear;
  -moz-animation: scroll_down 1.5s infinite linear;
  -ms-animation: scroll_down 1.5s infinite linear;
  -o-animation: scroll_down 1.5s infinite linear;
  animation: scroll_down 1.5s infinite linear;
}
@-webkit-keyframes scroll_down {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes scroll_down {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
/* scroll animation home end*/
.wrapper_body {
    position: relative;
    margin-top: 90px;
    width: 100%;
}
.multibuisness_section {
    margin-top: 40px;
    background: #e9f6f5;
    padding: 100px 0px 80px;
}
.multibuisness_content_section {
    text-align: center;
}
.multibuisness_rows {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.multibuisness_rows .multibuisness_cols {
    width: 23%;
    padding: 0% 1%;
    position: relative;
}

.multibuisness_rows .multibuisness_cols h3 {
    font-weight: bold;
    margin: 15px 0;
}
.multibuisness_rows .multibuisness_cols p {
}
.broadband_section {
    background: #ffffff;
    padding: 120px 0px 80px;
}
.broadband_content_section {
    text-align: center;
}
.broadband_content_section h1 {
}
.broadband_content_section h6 {
}
.broadband_flex_section {
    width: 100%;
    margin: 80px 0px 50px;
}
.broadband_flex_section_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.broadband_flex_section_cols {
    width: 32.5%;
    background: #e9f6f5;
    padding: 25px;
    overflow: hidden;
    position: relative;
}
.broadband_flex_section_cols h1 {
}

.broadband_flex_bg_green {
    background: #46b2af;
}
.broadband_flex_bg_gradient {
    background: #00666e;
    padding-top: 2rem;
}
.broadband_flex_section_cols p {
    margin: 0px;
}
.broadband_flex_section_cols h3 {
    font-weight: bold;
}
.broadband_flex_section_cols h4 {
    font-weight: bold;
}
.broadband_flex_section_cols h6 {
    font-weight: bold;
    margin: 15px 0px 0px;
    font-family: 'poppinsmedium';
}
.broadband_flex_section_cols h5 {

}

.broadband_flex_table {
    display: table;
    width: 100%;
    margin: 25px 0px;
}
.broadband_flex_table_cols {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}
.broadband_flex_table_cols img {
    width: 90%;
}
.broadband_flex_table_cols_first {
    
}
.broadband_flex_table_cols_center {
    width: 50%;
    padding: 0px 20px;
}
.broadband_flex_table_cols_last img {
    width: 70%;
}
.bottom_content {
    padding-top: 120px;
    width: 100%;
}
.bottom_content p {
    width: 87%;
}
.bottom_content p.free_img {
    width: 100px;
}
.broadband_icons_abs {
    position: absolute;
    width: 100px;
    right: 20px;
    top: 20px;
}
.broadband_icons_abs img {
}
.multipro_section {
    background: #00666e;
    padding: 120px 0px 100px;
}
.multipro_flex_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.multipro_flex_section_cols {
     width: 32.5%;
}
.multipro_flex_section_cols h3 {
    font-weight: bold;
    margin: 15px 0 10px;
}
.multipro_flex_section_cols p {
    width: 95%;
}
.switch_section {
    background: #ffffff;
    padding: 100px 0px;
}
.switch_content_section {
    text-align: center;
}
.switch_content_section h2 {

}
.switch_rows {
    width: 100%;
    margin: 50px 0px;
}
.switch_rows .switch_cols {
    width: 32%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0% 3%;
    position: relative;
}
.switch_rows .switch_cols p.switch_icons img {
    width: 100px;
}
.switch_rows .switch_cols h6 {
    font-weight: bold;
    margin: 15px 0 5px;
}
.switch_rows .switch_cols h6 span {
    display: inline-block;
    background: #46b2af;
    color: #212529;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 32px;
    margin-right: 10px;
}
.switch_rows .switch_cols p {
    margin: 0px 5%;
}
.switch_rows .switch_cols .switch_arrow1 {
    position: absolute;
    width: 50%;
    left: 70%;
    top: 105%;
}
.switch_rows .switch_cols .switch_arrow2 {
    position: absolute;
    width: 50%;
    left: 70%;
    top: 0%;
}
.footer_section {

    background: #000000;
    padding: 60px 0px;
}
.footer_section_contact {
    margin-top: 8em;
    background: white;
    display: flex;
    justify-content: space-evenly;
    /* padding: 60px 0px; */
}
.footer_flex_section_contact {
    margin-top: 4em;
    width: 100%;
    display: flex;
    margin-left: 10%;
    color: black;
    align-items: self-start;
}
.footer_flex_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #48B1AE;
    align-items: center;
}
.footer_flex_section_form {
    width: 120%;
    display: flex;
    justify-content: center;
    color: #48B1AE;
    align-items: center;
    margin-top: -10px;
}
.footer_flex_section_form_contact {
    width: 60%;
    display: flex;
    justify-content: center;
    color: #48B1AE;
    align-items: center;
    margin-top: -10px;
    margin-left:-20px;
}

.footer_flex_section_cols {
    margin-left: 20px;
    width: 30%;
}
.footer_flex_section_cols_quicklink {
    width: 30%;
}

.footer_flex_section_cols h1 {
    margin-bottom: 30px;
}
.footer_flex_section_cols h6 {
    color: #48B1AE;
    margin-bottom: 20px;
}
.copyright_text {
    color: #48B1AE;
    margin: 50px 0px 0px;
    font-size: 80%;
}
.footer_flex_section_cols a, .copyright_text a {
    color: #48B1AE;
}

.form_section {
    width: 100%;
}

.form_section_contact {
    width: 140%;
}
.form_input {
    margin-bottom: 15px;
}
.form_section input[type="text"] {
    padding: 8px;
    display: block;
    width: 100%;
    background: #fff;
    outline: none;
    color: #303030;
    font-size: 0.85rem;
    border: 1px solid #48B1AE;
    border-radius: 8px;
}
.submit_div {
    text-align: right;
}
.submit_btn {
    padding: 0.5rem 2.5rem 0.3rem;
    margin: 20px 0 0;
}
.residential_section1 {
    background: #00666e;
    padding: 80px 0px 60px;
    text-align: center;
}
h1.h1BigText {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-family: 'poppinsbold';
    margin-bottom: 10px;
}
.residential_section2 {
    background: #f3f3f3;
    padding: 100px 0px 80px;
}
.residential_section2_flex_row {
    display: flex;
    justify-content: flex-start;
}
.residential_section2_flex_col_left {
    width: 100%;
}
.residential_section2_flex_col_right {
    width: 30%;
}
.residential_price_sec {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.res_price_col {
   /* width: 33%;*/
   width: 25%;
    float: left;
    position: relative;
}
.res_price_content {
    position: absolute;
    width: 70%;
    left: 18%;
    top: 12%;
    font-family: 'poppinsmedium';
}
.res_price_col1 .res_price_content {
    width: 80%;
    left: 8%;
}
.res_price_col2 {
    margin-left: -2%;
}

.res_price_col3 {
    margin-left: -2%;
}
.res_price_content h6 {
    font-size: 1.5vw;
    line-height: 2vw;
    font-family: 'poppinsbold';
}
.res_price_content h4 {
    font-size: 2vw;
    line-height: 2.6vw;
    font-family: 'poppinsbold';
}
.res_price_content h4 span {
    font-family: 'poppinsmedium';
}
.rupee_symbol {
    
}
.res_free_content {
    position: relative;
    margin: 10% 0 5%;
}
.res_free_content_rows {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.res_free_content_cols {
    width: 50%;
    position: relative;
}
.res_free_content_cols h1 {
    font-size: 5vw;
    line-height: 5vw;
    font-family: 'poppinsbold';
}
.res_free_content_cols h4 {
    font-size: 2vw;
    line-height: 2vw;
    font-family: 'poppinsbold';
    margin-left: 18%;
}
.free_router_img {
    position: absolute;
    left: 62%;
    top: -40%;
    width: 30%;
}

.residential_section3 {
    background: #ffffff;
    padding: 100px 0px 80px;
    text-align: center;
}

.res_sec3_collage_img {
    margin: 2% 0 3%;
}
.res_sec3_collage_img_row {
    display: flex;
    justify-content: space-between;
}
.res_sec3_collage_img_row1_col1 {
    width: 41%;
}
.res_sec3_collage_img_row1_col2 {
    width: 32.9%;
}
.res_sec3_collage_img_row1_col2 img {
    margin-bottom: 1.5%;
}
.res_sec3_collage_img_row1_col3 {
    width: 24.5%;
}
.res_sec3_collage_img_row1_col3 img {
    margin-bottom: 3.3%;
}
.res_sec3_collage_img_row2_col {
    width: 24.5%;
}



/*****************************/
/*     18. Media Queries     */
/*****************************/
@media (min-width: 2000px) {

}
@media (max-width: 1500px) {
body, html {
    font-size: 1rem;
    line-height: 1.5;
}   

.header {
    min-height: 750px;
}
.header-content {
    padding-top: 210px;
}    
.broadband_icons_abs {
    width: 80px;
}    
.multibuisness_section {
    padding: 80px 0px 80px;
}    
.broadband_section {
    padding: 80px 0px 80px;
}    
h1.h1Text {
    font-size: 2.3rem;
    line-height: 3rem;
}    
h2.h2Text {
    font-size: 2rem;
    line-height: 2.6rem;
}    
h3.h3Text {
    font-size: 1.4rem;
    line-height: 2rem;
}    
.top_lines {
    height: 30%;
    bottom: 2%;
} 
.footer_flex_section_cols_left {
    width: 35%;
   
}    
.copyright_contactus{
    margin-left: 7%;
}
.footer_flex_section_cols_left_quicklinks {
    margin-top: -9%;
    width: 35%;
    /* border: 1px solid red; */
}    
}
@media (max-width: 1400px) {
body, html {
    font-size: 1rem;
    line-height: 1.4;
}    
.navbar-custom .nav-item .nav-link {
    margin-left: 2rem;
}
.navbar-custom .navbar-brand.logo-image img {
    width: 250px;
}    
.navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
    width: 250px;
}    
.content_slider {
    width: 500px;
}    
h1.h1Text {
    font-size: 2rem;
    line-height: 3rem;
}    
h2.h2Text {
    font-size: 1.8rem;
    line-height: 2.5rem;
}    
h3.h3Text {
    font-size: 1.4rem;
    line-height: 2rem;
}    
h4.h4Text {
    font-size: 1.3rem;
    line-height: 2rem;
}    
 
h6.h6Text {
    font-size: 1.1rem;
    line-height: 1.6rem;
}    
.bottom_content {
    padding-top: 50px;
}    
.form_section {
}  
h1.h1BigText {
    font-size: 3rem;
    line-height: 4rem;
}    
}
@media (max-width: 1200px) {
.header {
    min-height: 800px;
}
h1.h1Text {
    font-size: 1.8rem;
    line-height: 2.4rem;
}   
h3.h3Text {
    font-size: 1.3rem;
    line-height: 1.8rem;
}    
.broadband_flex_section_cols h1 {
    margin-bottom: 10px;
}
.bottom_content {
    padding-top: 80px;
}    
.multibuisness_section, .broadband_section, .multipro_section, .switch_section {
   
    padding: 80px 0px 60px;
}        
}

@media (max-width: 1100px) {
body, html {
    font-size: 0.9rem;
    line-height: 1.4;
}    
.navbar-custom {
    padding: 2.125rem 5%;
}
.navbar-custom .nav-item .nav-link {
    margin-left: 1.5rem;
}
.nav-top-section {
    padding: 0px 5%;
}    
.navbar-custom.top-nav-collapse {
    padding: 50px 5% 0.5rem 5%;
}    
.navbar-custom .navbar-brand.logo-image img {
    width: 220px;
}    
.navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
    width: 220px;
}   
.wrapper_grid {
    width: 90%;
}    
.footer_flex_section_cols {
    width: 40%;
}    
}
@media (orientation:portrait) {
body, html {
    font-size: 1.05rem;
    line-height: 1.5rem;
}    
.content_slider {
    width: 100%;
}    
.navbar-custom .navbar-brand.logo-image img {
    width: 170px;
}
.navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
    width: 170px;
}       
.navbar-custom .nav-item .nav-link {
    margin-left: 1.2rem;
    font-size: 0.7rem
}    
.multibuisness_rows {
    display: block;
    justify-content: inherit;
}    
.multibuisness_rows .multibuisness_cols {
    width: 100%;
    padding: 0% 1%;
    margin-bottom: 40px;
}    
.truely_unlimited_img {
    width: 100%;
}    
h1.h1Text {
    font-size: 2rem;
    line-height: 2.8rem;
}    
h2.h2Text {
    font-size: 2rem;
    line-height: 2.8rem;
}    
h3.h3Text {
    font-size: 1.6rem;
    line-height: 2.2rem;
}    
h4.h4Text {
    font-size: 1.5rem;
    line-height: 2.2rem;
}    
h6.h6Text {
    font-size: 1.8rem;
    line-height: 2.4rem;
}  
.switch_rows .switch_cols h6 span {
    font-size: 1.2rem;
}    
.top_lines {
    height: 30%;
    bottom: 0%;
}    
.flying_man_div {
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0px;
    top: 35%;
    z-index: 0;
}    
.flying_man {
    height: 80%;
    left: 0%;
    top: 20%;
}    
.broadband_flex_section_row {
    display: block;
    justify-content: inherit;
}    
.broadband_flex_section_cols {
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
}    
.broadband_content_section h6 {
    font-size: 1.1rem;
    line-height: 1.6rem;
}    
.multipro_flex_section {
    display: block;
    justify-content: inherit;
}    
.multipro_flex_section_cols {
    width: 100%;
    margin: 50px 0px;
}    
.switch_rows .switch_cols {
    width: 100%;
    display: block;
    padding: 0% 3%;
    margin-bottom: 50px;
}    
.switch_rows .switch_cols .switch_arrow1, .switch_rows .switch_cols .switch_arrow2 {
    display: none;
}    
.footer_flex_section {
    display: block;
    justify-content: inherit;
}    
.footer_flex_section_cols {
   width: 100%;
    margin: 60px 0px;
    text-align: center;
}    
.footer-nav-social-sec {
    margin: 50px 0px 0;
}
h1.h1BigText {
    font-size: 2.5rem;
    line-height: 3.5rem;
}  
.residential_section2_flex_row {
    display: block;
    justify-content: inherit;
}  
.residential_section2_flex_col_left {
    width: 100%;
}   
.residential_section2_flex_col_right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}  
.residential_section2_flex_col_right img {
    width: 40%;
} 
.res_price_content h6 {
    font-size: 3vw;
    line-height: 4vw;
}
.res_price_content h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
}    
.res_price_content {
    width: 78%;
    left: 14%;
}    
.res_free_content_cols h1 {
    font-size: 8.8vw;
    line-height: 9vw;
}
.res_free_content_cols h4 {
    font-size: 4vw;
    line-height: 5vw;
    margin-left: 15%;
}
}
@media (max-width: 768px) {
.res_price_col{
    width: 50%!important;
    margin-top: 20px;
}

  .navbar-custom {
    background-color: #48B1AE;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .navbar-nav {
    margin-top: 0.75rem;
  }
  .navbar-custom.top-nav-collapse {
    box-shadow: 0 0.0625rem 0.375rem 0 rgb(0 0 0 / 10%);
  }
  .navbar-custom .dropdown-items-divide-hr {
    width: 100%;
  }
}
@media (max-width: 480px) {
body, html {
    font-size: 0.9rem;
    line-height: 1.3rem;
} 

.wrapper_grid {
    width: 100%;
}  
.heading_bold{
    font-size: 12px!important;
    padding: 5px;
}  
.heading_light{
    font-size: 12px!important; 
    padding: 5px;
}
.plan_table td{
    line-height: 1.3rem;
}
.mobile_sub {
    padding: 5px;
}
.advance-bonus-code{
    padding: 14px;
}
.align_certer{
    line-height: 1.3rem;
}
.residential_section2{
    background-color: #fff!important;
}

.nav-social-sec {
    display: none;
}
.nav-top-section .header_social li {
    margin: 0px 5px;
}    
.nav-top-section .header_social {
    font-size: 0.75rem;
}    
.navbar-custom {
    padding: 1.125rem 9%;
}    
.navbar-custom.top-nav-collapse {
    padding: 50px 9% 0.5rem 9%;
}    
.navbar-custom .nav-item .nav-link {
    margin-left: 0rem;
    font-size: 0.9rem;
    margin-bottom: 15px;
}    
.header-content {
    padding-top: 170px;
}    
h1.h1Text {
    font-size: 1.6rem;
    line-height: 2.2rem;
}    
h2.h2Text {
    font-size: 1.4rem;
    line-height: 2rem;
}    
h3.h3Text {
    font-size: 1.4rem;
    line-height: 2rem;
}    
h6.h6Text {
    font-size: 1.1rem;
    line-height: 1.5rem;
}   
.multipro_flex_section_cols {
    margin: 20px 0px 50px;
}    
.broadband_icons_abs {
    width: 60px;
}    
.broadband_content_section h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 20px;
}    
.flying_man {
    height: 100%;
    top: 0%;
}
.flying_man {
    width: 140%;
    height: 100%;
    left: -20%;
    top: 30%;
}
.multibuisness_section, .broadband_section, .multipro_section, .switch_section {
    padding: 60px 0px 40px;
}    
.multibuisness_rows .multibuisness_cols {
    margin-bottom: 50px;
}    
.broadband_flex_section {
    margin: 60px 0px 40px;
}    
.broadband_flex_section_cols {
    padding: 25px;
}    
.bottom_content {
    padding-top: 40px;
}    
.bottom_content p {
    width: 100%;
}    
.residential_section1, .residential_section2, .residential_section3 {
    padding: 60px 0px 40px;
} 
h1.h1BigText {
    font-size: 2rem;
    line-height: 3rem;
}    
  
.res_price_content h6 {
    font-size: 2.5vw;
    line-height: 3.2vw;
}    
h5.h5Text {
    font-size: 0.9rem;
    line-height: 1.4rem;
}    
.free_router_img {
    left: 67%;
} 
.res_sec3_collage_img_row {
    display: block;
    justify-content: inherit;
} 
    .res_sec3_collage_img_row img {
        margin-bottom: 10px;
    }    
.res_sec3_collage_img_row1_col {
    width: 100%;
}
.res_sec3_collage_img_row2_col {
    width: 100%;
} 
.footer_flex_section_cols {
    margin: 30px 0px;
}    
}

@media (max-height: 450px) {
    .navbar-custom .navbar-brand.logo-image img {
    width: 170px;
}
.navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
    width: 170px;
}    
.header-content {
    padding-top: 160px;
}    
}

.rupee_symbol {
    font-family: 'poppinsmedium';
}
.heading_bg1 {
    background-color: #ffdd00;
}
.heading_bg2 {
    background-color: #ffc20e;
}
.heading_bg3 {
    background-color: #faa61a;
}
.heading_bg4 {
    background-color: #f58220;
}
.true-plan {
    color: #f58220;
}
.table-heading-color {
    color: #00666e;
}
.heading_light {
    /*font-weight: 300;*/
    font-size: 16px;
}
.heading_bold {
   font-family: 'poppinsbold';
    font-size: 20px;
}
.advance-bonus-code {
    color: #f58221;
    font-weight: 600;
}
.align_certer {
    text-align: center;
    font-family: 'poppinsbold';
}
.plan_table td{
    text-align: center;
    font-family: 'poppinsmedium';
}
.contact-us span {
    font-size: 18px;
}

/*Custom css*/


  .quick_logo{
    margin-top: 90px;
    text-align: center;
    padding-top: 5%;
  }
  .quick_logo img{
    width:  350px;
  }
  .quick_btn {
    background-color: #01666e;
    color:  #fff;
    width: 400px;
    padding: 3px;
    font-weight: bold;
    letter-spacing: 1.5px;
    border: 1px solid #01666e;
    font-size: 23px;
    font-family: 'Poppins';
  }
  .recharge_button {
    /* margin-top: 100px; */
    padding: 25px 0px;
  }
  .quick_text_paragraph {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    width: 28em;
  }
  .help_text {
    color: #01666e;
    font-family: 'poppinsbold';
    letter-spacing: 1.3px;
  }
  .help {
    padding-top: 15px;
  }
  .contact_page p {
    font-family: 'poppinsbold';
    color: #01666e;
    font-size: 23px;
    padding: 8px 0px;
  }
  .contact_page p a {
    font-family: 'poppinsbold';
    color: #01666e;
    font-size: 23px;
  }
  .qr_payment{
    padding: 15px 0px;
  }

  @media (max-width: 480px) { 
    .quick_text_paragraph { 
        font-size: 14px;     
    }

    .contact_page {
        line-height: 1.5;
        font-size: 16px;
    }
    .quick_logo {
        padding-top: 20%;
    }
    .quick_btn{
        padding: 8px;
    }
}
.privacyheader{
	background: #00666e;
}

.book-now-button button{
    /* border: 1px solid red; */
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: bold;
    background-color: orange;
    padding: 5px;
    position: absolute;
    top: 11px;
    width: 140px;
    right: 10rem;
    color: white;
    outline: none;
    border-radius: 3px;
}

.book-now-button button:hover{
    background-color: #8dc63f;
}