
/* Live Chat */
#mychat a { color: white; }


.btn-navy {
            background-color:  #042789;
            padding: 15px 45px;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;    
	  	
            /* box-shadow: 0 0 20px #eee;*/
            display: block;
          }

          .btn:hover, .btn:focus, .btn.focus{
            background-color: #6AA2B8;
   		    color: #ffffff;
			  
          }
.c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn) {
  color: rgba(8,51,170,1.00) !important;
  }	
.grecaptcha-badge{visibility:collapse!important}a.disabled{color:gray}

.table-blue {
    border-collapse: collapse;
    width: 100%;
		font-size: 14px; 

}

.table-blue td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-blue tr:nth-child(even){background-color: #f7f7f7 ;}

.table-blue tr:hover {background-color: #ECECEC;}

.table-blue th {
    padding-top: 12px;
    padding-bottom: 12px;
	 padding-left: 12px;
	 padding-right: 12px;
	font-size: 14px; 
    text-align: left;
    background-color: #6AA2B8;
    color: white;
	border: 1px solid white;
	/*	border-bottom: 2px solid #ED8800;*/

}

/* Tabs panel */
.tabbable-panel {
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #ED8800;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #ED8800;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #f4b766;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #ED8800;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}


.subscribe-form {
	max-width: 400px;
	margin: 50px auto ;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(237, 139, 0, 1.0);
	color: #FFFFFF;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #3eb0f7;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
	
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}

.subscribe-form-sm {
	max-width: 400px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form-sm form {
	position: relative;
}
.subscribe-form-sm input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form-sm .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(237, 139, 0, 1.0);
	color: #FFFFFF;
	font-size: 16px;
	height: 55px;
}
.subscribe-form-sm button {
	border-radius: 0 4px 4px 0;
	background-color: #3eb0f7;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form-sm .btn {
	height: 55px;

}
.subscribe-form-sm .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form-sm .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form-sm .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form-sm .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form-sm .form-control:-ms-input-placeholder {  
	color: #333;  
}

.custom-counter {
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
	
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  margin-left: 60px;
  list-style-position: inside;
  text-indent: -2em;
   

}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 8px;
  font-size: 80%;
  background-color: rgb(237, 136, 0);
  color: white;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 10px;
	
}

.hidecontent {
  display: none;
}

/*grecaptcha */
.grecaptcha-badge{
      visibility: collapse !important; 
}


a.disabled {
  /* Make the disabled links grayish*/
  color: gray;

}

/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ED8800;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
	
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h2 {
  color: #006BA6;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
 /* background:  linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,107,166,1) 59%, rgba(80,203,232,1) 100%);*/
  background:  #ffff;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h2 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
    padding: 100px 0;
    position: relative;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}

    .owl-controls {
      position: relative;;
      top: 0;
      left: 0;
      transform: translate(0%,-100%);
      width: 100%;
    }

    .owl-nav {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 100%;
}
      .owl-prev {
        float: left;
      }
      .owl-next {
        float: right;
      }
    }

    .owl-dots {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
	

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

	.plan-products-icon {
		line-height: 18px;
    	padding-bottom: 5px;
     }
	.cta-pdp {
    	margin-bottom: 40px;
     }
	
.plan-products-icon-two-line {
    	padding-bottom: 10px;
     }
	


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

.plan-products-icon {
		line-height: 18px;
    	padding-bottom: 5px;
     }
	
	



}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

	.plan-products-icon {
		line-height: 18px;
    	margin-bottom: 5px;
     }
	
	.cta-pdp {
    	margin-bottom: 55px;
     }
	
	.cta-mms {
    	margin-bottom: 40px;
     }
	
.plan-products-icon-two-line {
    	padding-bottom: 22px;
     }
	
.plan-products-icon-two-line {
    	padding-bottom: 22px;
     }	
	
	
.cta-agent-mb-30 {
    	margin-bottom: 30px;
     }	
	
.cta-agent-mb-50 {
    	margin-bottom: 50px;
     }	
	
.paddingBottom-10 {
    	padding-bottom:  10px;
     }		

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
	.plan-products-icon {
		line-height: 18px;
   		 margin-bottom: 15px;
     }
	
	.cta-pdp {
    	margin-bottom: 36px;
     }
	
	.cta-mms {
    	margin-bottom: 26px;
     }
	
	.plan-products-icon-two-line {
    	padding-bottom: 6px;
     }
	
	.cta-agent-mb-30 {
    	margin-bottom: 30px;
     }	
	
	

}
/*
@media only screen  and (min-width : 1224px) {
.carousel-desktop-padding {
  padding: 40px 30px 30px 30px !important ; 
}
	
.owl-carousel .owl-stage-outer {
   max-height: 500px !important;
	background-color: #006ba6 !important;
}
	
}


@media only screen  and (min-width : 1824px) {
.carousel-desktop-padding {
  padding: 80px 50px 40px 40px !important ; 
}
	
.owl-carousel .owl-stage-outer {
   max-height: 500px !important;
	background-color: #006BA6 !important;
}	
}


*.owl-carousel .owl-wrapper {
    display: flex !important;
}
.owl-carousel .owl-item .item img {
    width: 130%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
overflow-y: hidden;
	position: relative;
}

