body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	line-height: normal;
}
a {
	color: #00aeef;
	text-decoration: underline;
}
a:hover {
	color: #f58221;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
#wrap {
	float: left;
	width: 100%;
}
.container {
	max-width: 1250px;
	margin: 0 auto;
}
#topbar {
	display: none;
	float: left;
	width: 100%;
}
#topbar a {
	display: block;
	padding: 8px 15px;
	background: #00aeef;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#topbar a:hover {
	background: #f58221;
}
#header {
	float: left;
	width: 100%;
	padding: 15px 0px;
	background: #ffffff;
}
#header * {
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
	width: 170px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .top_right {
	float: right;
	width: auto;
	padding: 0px 0 0 0px;
}
.menu_box2 { 
	display:none;
}
.menu_box2 .dl-menuwrapper {
    max-width: 345px; 
}
.menu_box {
	float: left;
    width: 66%;
    padding: 20px 0 0 0;
}
.menu_box .menu {
	float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.menu_box ul.menu li {
	position: relative;
	float: left;
	width: auto;
	padding: 0 15px;
}
.menu_box ul.menu li.current_page_item a {
	color:#00aeef;
}
.menu_box ul.menu li.current_page_item a:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #00aeef;
    border-radius: 15px;
    margin: 0 auto;	
}
.menu_box ul.menu li a {
	position:relative;
    display: block;
	font-size: 18px;
    color: #000000;
	font-weight: 500;
	line-height: 28px;   
    text-decoration: none;
	text-transform: uppercase;
}
.menu_box ul.menu li a:hover {
	color:#00aeef;
}
.menu_box ul.menu li a:hover:after {
	transition: all .3s ease-in-out;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #00aeef;
    border-radius: 15px;
    margin: 0 auto;
}
#header .top_right {
	float: right;
	width: auto;
    padding: 14px 0 0 0;
}
#header .top_right a {
	display: inline-block;
	padding: 10px 20px;
	background: #00aeef;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration:none;
}
#header .top_right a:hover {
	background: #f58221;
}
/*-------------- Sticky Header Start --------------*/
#header.stiky {
	padding-top: 10px;
	padding-bottom: 10px;
	position: sticky;
    top: 0;
    z-index: 3;
	background: #ffffff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	transition: all .3s ease-in-out;
}
#header.stiky .logo {
	width: 140px;
}
#header.stiky .top_right {
	padding-top: 7px;
}
#header.stiky .menu_box {
    padding: 10px 0 0 0;
    width: 70%;
}
#header.stiky .top_right a {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 26px;
}
/*-------------- Sticky Header End --------------*/
#homeBanner {
    position: relative;
    float: left;
    width: 100%;
}
#homeBanner .caption {
    position: absolute;
    width: 100%;
    top: 35%;
    transform: translateY(-50%);
}
#homeBanner .caption .slide {
	width:55%;
	float:left;
}
#homeBanner .caption h1 {
	margin: 0 0 15px 0;
	font-size: 48px;
	color: #282828;
	line-height: 55px;
	font-weight:400;
	text-transform: uppercase;
	text-align: left;
}
#homeBanner .caption h1 strong {
	color: #00aeef;
	font-weight:700;
}
#homeBanner .caption p {
	margin: 0 0 25px 0;
	font-size: 25px;
	color: #282828;
	line-height: 30px;
	text-align: left;
}
#homeBanner .caption .view_btn {
	float: left;
	padding: 10px 35px;
	margin-right: 10px;
	background: #00aeef;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-weight:700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#homeBanner .caption .view_btn:hover {
	background: #000;
}
#homeBanner .caption .call_btn {
	display: inline-block;
	padding: 10px 35px;
	background: #f58221;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-weight:700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#homeBanner .caption .call_btn:hover {
	background: #000;
}
#homeBanner .owl-nav button.owl-next { 
	right: 3%; 
}
#homeBanner .owl-nav button.owl-prev { 
	left: 3%; 
}
#support_sec {
	display: inline-block;
    margin-top: -160px;
    position: relative;
    z-index: 1;
}
#support_sec .content .white_box {
	display:inline-block;
	text-align:center;
    padding: 35px;
	min-height:315px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
#support_sec .content .white_box img {	
	margin: 0px 0px 25px 0px;
}
#support_sec .content .white_box h2 {	
	margin: 0px 0px 15px 0px;
	font-size: 25px;
	font-weight:700;
	color: #00aeef;
	line-height: 25px;
	text-transform: uppercase;
}
#support_sec .content .white_box p {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight:400;
	color: #545454;
	line-height: 28px;
}
#middle {
	float: left;
	width: 100%;
	 margin: 15px 0px;
}
#middle li{
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    color: #545454;
    line-height: 28px;
}
#SpeedInternet {
	position: relative;
	padding-top: 70px;
	padding-bottom: 50px;
}
#SpeedInternet h2 {
	margin: 0px 0 10px 0px;
	font-size: 35px;
	font-weight:700;
	color: #282828;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}
#SpeedInternet h5 {
	margin: 0px 0px 20px 0px;
	font-size: 22px;
	font-weight:400;
	color: #282828;
	line-height: 32px;
	text-align: center;
}
.speed-cont {
	float: left;
	width: 100%;
}
.speed-box .owl-item {
    padding: 28px 20px;
}
.speed-box .item {
	padding: 0px;
	background: rgba(255, 255, 255, 0.75); 
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	transition: all .3s ease-out;
}
.speed-box .item .img {
    position: relative;
    display: block;
    width: 100%;
}
.speed-box .item .tag {
    position: absolute;
    top: -8px;
    right: -9px;
}
.speed-box .item .info {
    width: 100%;
    padding: 25px;
	text-align: center;
}
.speed-box .item h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
	font-weight:700;
    color: #00aeef;
    line-height: 22px;
	text-align: left;
}
.speed-box .item p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #282828;
    line-height: 28px;
	text-align: left;
}
.speed-box .item a {
	display: inline-block;
	padding: 10px 25px;
	background: #f58221;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-weight:700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.speed-box .item a:hover {
	background: #00aeef;
}
#SpeedInternet .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 100%;
    font-size: 30px;
    color: #00aeef;
    cursor: pointer;
    border: 2px solid #00aeef;
}
#SpeedInternet .owl-theme .owl-nav button.owl-prev {
    left: -50px;
}
#SpeedInternet .owl-theme .owl-nav button.owl-next {
    right: -50px;
}

#OttPlan {
	position: relative;
	padding-top: 0px;
	padding-bottom: 70px;
}
#OttPlan h2 {
	margin: 0px 0 40px 0px;
	font-size: 22px;
	font-weight:700;
	color: #000000;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
}
#OttPlan ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 30px;
    justify-content: center;
}
#OttPlan ul li {
    width: 14.61%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
#OttPlan ul li img {
	max-width: 100%;
	height: auto;
}
#BroadbandSec {
	padding-top: 70px;
	padding-bottom: 0px;
	background: #ededef;
}
#BroadbandSec h5 {
	margin: 0px 0px 30px 0px;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	text-align:center;
}
#BroadbandSec h2 {
	margin: 0px 0px 0px 0px;
	font-size: 30px;
	color: #000000;
	line-height: 45px;
	font-weight:700;
	text-transform: uppercase;
	text-align:center;
}
#BroadbandSec h2 strong {
	color: #00aeef;
	font-weight:700;
}
#BroadbandSec .broadban-box { 
	text-align:center;
	padding-top: 30px;
}
#BroadbandSec .broadban-box img {
	display: inline-block;
	width: auto;
	height:auto;
	margin-bottom: 20px;
}
#BroadbandSec .broadban-box h3 {
	margin: 0px 0px 20px 0px;
	font-size: 30px;
	color: #000000;
	line-height: 30px;
	font-weight:700;
}
#BroadbandSec .broadban-box p {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	text-transform: uppercase;
}

#TestimonialSec {
	padding-top: 70px;
	padding-bottom: 70px;
}
#TestimonialSec h2 {
	position: relative;
	margin: 0 0 30px 0;
	font-size: 35px;
	color: #f58221;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}
#TestimonialSec .testimonial_box {
	float: left;
	width: 100%;
	padding: 30px 30px 30px 110px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
}
#TestimonialSec .testimonial_box:before {
	position: absolute;
    content: '';
    background: url(../images/testi-icon.png) left top no-repeat;
    width: 65px;
    height: 40px;
    top: 52px;
    left: 40px;
}
.testimonial .owl-item {
    padding: 15px;
}
#TestimonialSec .testimonial_box p {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 28px;
	min-height: 112px;
}
#TestimonialSec .testimonial_box h3 {
	margin: 0 0 0px 0;
	font-size: 18px;
	color: #f58221;
	font-weight: 700;
	line-height: 20px;
	text-transform:uppercase;
}
#TestimonialSec .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 100%;
    font-size: 30px;
    color: #f58221;
    cursor: pointer;
    border: 2px solid #f58221;
}
#TestimonialSec .owl-theme .owl-nav button.owl-prev {
    left: -50px;
}
#TestimonialSec .owl-theme .owl-nav button.owl-next {
    right: -50px;
}

#footer {
	float: left;
	width: 100%;
	background-color: #101010;
}
.footer_sec {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align:center;
}
.footer_sec .ftr_logo {
	margin: 0 0 40px 0;
}
.footer_sec .social {
	margin: 0 0 60px 0;
}
.footer_sec .social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer_sec .social ul li {
	display: inline-block;
    width: auto;
    padding: 0 3px;
}
.footer_sec .social ul li a {
	display: inline-block;
	width: 40px;
    height: 40px;
    border: 2px solid #bcbcbc;
	font-size: 18px;
	color: #838383;
    line-height: 35px;
	text-align:center;
	text-decoration: none;
	transition: all .3s ease-out;
}
.footer_sec .social ul li a:hover {
	color: #fff;
	background:#00aeef;
	border: 2px solid #00aeef;
}
.footer_sec .ftr_menu {
	margin: 0 0 40px 0;
}
.footer_sec .ftr_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer_sec .ftr_menu ul li {
	display: inline-block;
	width: auto;
	padding: 0 15px;
}
.footer_sec .ftr_menu ul li a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s ease-in-out;
	text-transform:uppercase;
}
.footer_sec .ftr_menu ul li a:hover {
	color: #00aeef;
	text-decoration: none;
}
.footer_sec .copyright {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #fff;
}
.footer_sec .ftr_link {
	font-size: 14px;
	color: #00aeef;
}
.footer_sec .ftr_link a {
	display: inline-block;
	font-size: 14px;
	color: #00aeef;
	font-weight: 400;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.footer_sec .ftr_link a:hover {
	color: #fff;
	text-decoration: none;
}

/*-------------------- Inner Page Header -----------------*/

#inner_banner {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#inner_banner:before {
    content:"";
	background:rgb(0 0 0 / 50%);
	position:absolute;
	top:0;
	left:0px;
	right:0px;
	bottom:0px;
}
#inner_banner > img {
	width: 100%;
}
#inner_banner .caption {
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
    top: 50%;
	text-align: center;
}
#inner_banner .caption h1 {
	margin: 0 0 0px 0;
	font-size: 48px;
    color: #fff;
    line-height: 48px;
	font-weight:700;
}
.breadcrumb {
    display: inline-block;
    width: auto;
    padding: 10px 0 0 0;
	margin: 0 auto;	
    background-color: transparent;
	font-size: 16px;
	list-style: none;
	text-align:center;
}
.breadcrumb > li {
    display: inline-block;
	color: #c0c0c0;
}
.breadcrumb > li + li:before {
    padding: 0 10px;
    color: #fff;	
    content: "/";
}
.breadcrumb > li a {
	color: #fff;
    text-decoration: none;	
    transition: all 0.3s ease-in-out
}
.breadcrumb > li a:hover {
	color: #56d1ff;
}
.breadcrumb > li.active {
    color: #56d1ff;
}
/*-------------------- About Page-----------------*/
#whoweare_sec {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
#whoweare_sec h2 {
	margin: 0px 0 20px 0px;
    font-size: 35px;
    font-weight: 700;
    color: #282828;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}
#whoweare_sec h2 strong {
	color: #00aeef;
	font-weight:700;
}
#whoweare_sec h5 {
	margin: 0px 0px 10px 0px;
	font-size: 22px;
	font-weight:400;
	color: #282828;
	line-height: 22px;
	text-align: center;
}
#whoweare_sec p {
	margin: 0px 0px 15px 0px;
    font-size: 17px;
    color: #545454;
    line-height: 28px;
    text-align: center;
}
#about_sec {
	display: inline-block;
    position: relative;
	padding-top: 0px;
    padding-bottom: 40px;
}
#about_sec .content .white_box {
	display:inline-block;
	text-align:center;
	margin-bottom: 30px;
    padding: 35px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
#about_sec .content .white_box img {	
	margin: 0px 0px 25px 0px;
}
#about_sec .content .white_box h2 {	
	margin: 0px 0px 15px 0px;
	font-size: 25px;
	font-weight:700;
	color: #00aeef;
	line-height: 25px;
	text-transform: uppercase;
}
#about_sec .content .white_box p {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight:400;
	color: #545454;
	line-height: 28px;
}
/*-------------------- Service Page-----------------*/
#service_sec {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
#service_sec h2 {
	margin: 0px 0 0px 0px;
    font-size: 30px;
    font-weight: 700;
    color: #282828;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
#service_sec h2 strong {
	color: #00aeef;
	font-weight:600;
}
#serviceicon {
	display: inline-block;
    position: relative;
	padding-top: 0px;
    padding-bottom: 40px;
}
#serviceicon .content .white_box {
	display:inline-block;
	width:100%;
	text-align:center;
	margin-bottom: 30px;
    padding: 35px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
#serviceicon .content .white_box img {	
	margin: 0px 0px 25px 0px;
}
#serviceicon .content .white_box h2 {	
	margin: 0px 0px 0px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #00aeef;
    line-height: 25px;
    text-transform: uppercase;
}
#residential_sec  {
	display: inline-block;
    position: relative;
	padding-top: 0px;
    padding-bottom: 40px;
}
#residential_sec .content .white_box {
	display:inline-block;
	width:100%;
	text-align:center;
	margin-bottom: 30px;    
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
#residential_sec .content .white_box .img img {	
	width: 100%;
	height:auto;
}
#residential_sec .content .white_box .info { 
	padding: 25px;
	min-height: 175px;
}
#residential_sec .content .white_box .info h2 {	
    margin: 0px 0px 15px 0px;
    font-size: 25px;
    font-weight: 700;
    color: #00aeef;
    line-height: 25px;
    text-transform: uppercase;
}
#residential_sec .content .white_box .info p {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight:400;
	color: #545454;
	line-height: 28px;
}
#terms_sec {
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
}
#terms_sec h2 {
	margin: 0px 0 15px 0px;
	font-size: 30px;
	font-weight: 700;
	color: #282828;
	line-height: 30px;
}
#terms_sec h3 {
	margin: 0px 0 15px 0px;
	font-size: 25px;
	font-weight: 700;
	color: #282828;
	line-height: 30px;
}
#terms_sec h4 {
	margin: 0px 0 15px 0px;
	font-size: 20px;
	font-weight: 500;
	color: #282828;
	line-height: 30px;
}
#terms_sec p {
	margin: 0px 0px 15px 0px;
    font-size: 18px;
    color: #545454;
    line-height: 28px;
}

/*-------------------- Plans Page-----------------*/
#plan_sec {
	position:relative;
	padding-top: 50px;
	padding-bottom: 0px;
	text-align: center;
}
#plan_sec .table-responsive .table {
	margin-bottom: 50px;
	border: 1px solid #dcdcdc;
}
#plan_sec .table thead th {
	padding: 10px 0px;	
	background-color: #f58220;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}
#plan_sec .table tbody .first {	
   	background: #e0f5fd;
    color: #000000;
    text-align: center;
    border-top: 0px solid #ddd;	
}
#ottplan_sec {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
	text-align: center;
}
#ottplan_sec h2 {
    margin: 0 0 20px 0;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}
#ottplan_sec .table-responsive .table {
	border: 1px solid #dcdcdc;
}
#ottplan_sec .table thead th {
	padding: 10px 50px;	
	background-color: #00aeef;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
#ottplan_sec .table tbody .first {	
   	background: #e0f5fd;
    font-size: 18px;
    color: #000000;
    text-align: center;
    border-top: 0px solid #ddd;	
}
#ottplan_sec .ottlogo {
	display:inline-block;
	width:100%;
	padding-top: 30px;
}
#ottplan_sec .ottlogo ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#ottplan_sec .ottlogo ul li {
    padding: 0 20px;
}

/*----------------- Contact Page -----------------*/
#contact_sec {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact_form {
    float: left;
    width: 100%;
}
.contact_form h3 {
    margin: 0 0 20px 0;
    font-size: 30px;
    color: #00a2ea;
    font-weight: 600;
    line-height: 35px;
	text-transform: uppercase;
}
.contact_form .form-control{
	display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 18px;
    color: #5f5f5f;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.contact_form textarea.form-control {
    height: auto;
	resize: none;
}
.contact_form .submit_btn {
    display: inline-block;
    border: none;
    background: #00a2ea;
    padding: 10px 50px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
	border-radius: 0px;
}
.contact_form .submit_btn:hover {
	background: #f58221;
}
.contact_detail {
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
}
.contact_detail h3 {
    margin: 0 0 20px 0;
    font-size: 30px;
    color: #00a2ea;
    font-weight: 600;
    line-height: 35px;
	text-transform: uppercase;
}
.contact_detail .detail {
	position:relative;
	float:left;
	width:100%;
	padding:0px 0px 10px 25px;
	color:#5f5f5f;
	font-size:16px;
	font-weight:400;
	line-height:26px;
}
.contact_detail .address:before {
	position:absolute;
	display:inline-block;
	content: "\F34E";
	left:0;
	top: 0;
	font-family:"Material Design Icons";
	font-size:16px;
	color:#00a2ea;
}
.contact_detail a {
	color:#5f5f5f;
	text-decoration:none;
}
.contact_detail a:hover {
	color:#00a2ea;
}
.contact_detail .call:before {
	position:absolute;
	display:inline-block;
	content: "\F3F2";
	left:0;
	top: 0;
	font-family:"Material Design Icons";
	font-size:16px;
	color:#00a2ea;
}
.contact_detail .email:before  {
	position:absolute;
	display:inline-block;
	content: "\F1EE";
	left:0;
	top: 0;
	font-family:"Material Design Icons";
	font-size:16px;
	color:#00a2ea;
}

.table th, .table td{
    padding: 0.50rem;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#popup .window {
  position:absolute;
  left:0;
  top:10% !important;
  width:700px;
  height:525px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#popup #dialog {
  width:700px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
}
#popup #dialog img {
  width:100%; 
  height:auto;
  border-radius: 15px;
}
#popup .close {
	position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #003d59;
    text-shadow: none;
    opacity: 1;
    background: #ffffff;
    border-radius: 50px;
}
#popup .close:hover{
	color: #f58221;
}
.tableBtm {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.tableBtm .clm1 {
	float: left;
	width: 20%;
}
.tableBtm .clm2 {
	float: left;
	width: 60%;
	padding-top: 20px;
}
.tableBtm .clm3 {
	float: left;
	width: 20%;
}
.fastestPlan {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.fastestPlan .leftCnt {
	float: left;
	width: 60%;
}
.fastestPlan .rightCnt {
	float: right;
	width: 35%;
	padding: 15px;
	border: 5px solid #2e3192;
}
.fastestPlan .rightCnt .image {
	float: left;
	width: 100%;
}
.fastestPlan .rightCnt .text {
	float: left;
	width: 100%;
    font-size: 24px;
    color: #282828;
    font-weight: 600;
    line-height: normal;
	text-align: center;
}
.tableBtm .clm2 .textBlue {
	float: left;
	width: 100%;
    font-size: 24px;
    color: #00aeef;
    font-weight: 600;
    line-height: normal;
	text-align: center;
}
