/*
Theme Name: Entouch
Theme URI:  http://netconnectweb.com
Author: Brad & Team
Author URI:  http://netconnectweb.com
Description: The 2021 theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face{
    font-family: "Arboria-Bold";
    src: url("be167b60b37c7f9cd47a1b0fdb248cf5.eot");
    src: url("be167b60b37c7f9cd47a1b0fdb248cf5.eot?#iefix")format("embedded-opentype"),
        url("assets/fonts/be167b60b37c7f9cd47a1b0fdb248cf5.woff")format("woff"),
        url("assets/fonts/be167b60b37c7f9cd47a1b0fdb248cf5.woff2")format("woff2"),
        url("assets/fonts/be167b60b37c7f9cd47a1b0fdb248cf5.ttf")format("truetype"),
        url("assets/fonts/be167b60b37c7f9cd47a1b0fdb248cf5.svg#Arboria-Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
}
p {
  margin-bottom: 1.25rem;
}
h2 {
  font-size: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
    font-style:normal;
    font-display:swap;
  font-family: "Arboria-Bold";
}
h1,
h2,
h3,
h4 {
  margin-bottom: 20px;
  color: #012e64;
}
a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: none;
    color: #337ab7;
    text-decoration: none;
}
a:hover {
	color: #ec4445;
}
a:focus,
button:focus {
  outline: none !important;
}
.otp-banner {
  background: #91d9e7;
  margin-bottom: 30px;
}
.otp-banner h2 {
  font-weight: 700;
  margin-bottom: 18px;
}
.otp-banner h3 {
  font-weight: 700;
  margin-bottom: 18px;
  color: #e32526;
}
.navbar {
	background:#fff !important;
}
.phone-banner {
  background: #91d9e7;
  padding: 60px 0;
  margin-bottom: 30px;
}
.h2-title {
  font-weight: 700;
  margin-bottom: 18px;
}
.text-red {
  color: #e32526;
}
.number-input {
  margin-bottom: 30px;
  padding-top: 10px;
}
.number-input input {
  background: #fff;
  border: 3px solid #000;
  margin-right: 20px;
  padding-left: 25px;
  max-width: 100px;
  min-height: 50px;
}
.submit-btn {
  background: #f3dc10;
  border: 2px solid #fff;
  color: #083361;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 3px;
}
.submit-btn:hover,
.submit-btn:focus {
  background: #000;
  color: #fff;
}
.benifit-banner {
  padding: 200px 0;
  background: url(../images/benifit-bg.jpg) center;
  background-size: cover;
}
.benifit-banner h2 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.otp-inner-section {
  padding: 65px 0;
}
.otp-inner-section h2 {
  font-weight: 700;
  color: #e32526;
  margin-bottom: 25px;
}
.otp-inner-section hr {
  border-top: 5px solid #0f3e77;
  opacity: 1;
  margin: 40px 0;
}
.otp-inner-section h3 {
  color: #0f3e77;
  font-weight: 700;
  margin-bottom: 12px;
}
.free-banner {
  padding: 70px 70px 45px 70px;
  background: #91d9e7;
}
.free-banner h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
.free-banner h5 {
  margin-bottom: 20px;
}
.free-banner h3 {
  margin-bottom: 20px;
  font-size: 28px;
}
.header {
  background:#FFEB3B;
	position: sticky;
    top: 0px;
    z-index: 99;
}
.header-top-box{
	padding:10px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.header-top-box .btn{
	font-size:18px;
}
.header-top-box h3{
	margin:0;
	font-size:27px;
}
.header-top-box h5{
	margin:4px 0;
	font-size:20px;
	font-weight:400;
}
.header img {
  max-width: 600px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 184px;
  height: auto;
}
.footer-logo{
    max-width: 200px;
}
header {
  padding: 15px 0;
}
.btn {
  font-weight: 700;
  padding: 16px 30px;
  font-size: 15px;
  text-transform: uppercase;
}
.header.stick img {
  max-width: 500px;
}
.header.stick {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background:#FFEB3B;
  -webkit-animation: slide-down 1s;
  animation: slide-down 1s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: 0 4px 28.8px 3.2px rgba(0, 0, 0, 0.1);
}

/*Added on 24/11/2021*/
#nav-head{
  position: fixed;
  z-index: 1000;
  width: 100%;
/*   -webkit-animation: slide-down 1s;
  animation: slide-down 1s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; */
  box-shadow: 0 4px 28.8px 3.2px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  padding-top: 0px;
}
.page-fluid,.banner,.inner-banner-sec{padding-top:120px;}

.header-banner {
    background-color: #5dc2ee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-banner p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.header-banner .text-end a {
   color: #fff;
   font-size: 16px;
}

.header-banner .content{
    align-items: center;
    display: flex;
}

.my-account {
    background-color: #ffdc19;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    margin-left: 10px;
}

/*********/

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer-top {
  background-color: #0c3d79;
  color: #fff;
  padding: 40px 0;
}
footer {
  font-size: 13px;
  line-height: 1.3;
}
footer h4 {
  color: #fff;
}
.classic-adress a {
  border: 1px solid #787878;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  float: left;
  margin-right: 20px;
}
.classic-adress ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.classic-adress ul {
  padding: 0;
}
footer h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.account-list a {
  border-bottom: 1px solid #787878;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 8px 0;
  text-transform: capitalize;
  text-decoration: none;
}
.account-list ul {
  list-style: none;
  padding: 0;
}
.account-list a:hover {
  color: #ee3124;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #0c3d79;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
.navbar-light .navbar-nav .nav-link {
  color: #0f3e77;
  display: block;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: 600;
}
.header-top h4 {
  color: #0f3e77;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  padding-right: 20px;
}
.header-top h4 a {
  color: #0f3e77;
  text-decoration: none;
}
.header-top h4 a:hover,
.header-top h4 a:focus {
  color: #d60812;
}
.header-top {
  text-align: right;
}
.header-top .btn {
  padding: 6px 15px;
  font-size: 14px;
  margin: 0 10px;
}
.navbar-expand-md .navbar-nav {
  padding-left: 40px;
  padding-top: 5px;
}
.navbar {
  padding-bottom: 10px;
  padding-top: 20px;
}
.btn-primary {
  background: #d60812;
  border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #f6000c;
  border-color: #fff;
}
.btn-secondary {
  border-color: #fff;
  background: #012e64;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #03172e;
  border-color: #fff;
}
.banner {
  padding: 200px 0 130px 0;
background: #0d3d79; /*5dc2ee */
	
}
.banner h2 {
  font-size: 60px;
	color:#FFF;
}
.banner h4 {
  font-size: 30px;
  margin-bottom: 10px;
	color:#FFF;
	font-weight:400;
}
.ui-tabs-nav {
   list-style:none;
}
.banner h3 {
  font-size: 35px;
  margin: 30px 0;
  color: #fff;
}
.banner h3 span {
  color: #ffeb3b;
}
.banner h1 {
  margin-bottom: 30px;
}
.btn-warning {
  background: #ffdc19;
  border-color: #fff;
  color: #022146;
}
.btn-warning:hover,
.btn-warning:focus {
  border-color: #fff;
}
.banner p {
  font-size: 12px;
  color: #fff;
}
.limited {
  font-size: 18px;
  color: #fff;
}
.white-section {
  padding: 50px 0;
}
.banner-bot-services {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.455));
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.banner-bot-services h4 {
  margin: 20px 0 30px 0;
}
.blue-bg {
  background: #012e64;
}
.btn-info {
  background: #5dc2ee;
  border-color: #fff;
  color: #031f40;
}
.btn-info:hover,
.btn-info:focus {
  border-color: #fff;
  color: #031f40;
}
.bullet-ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.bullet-ul li {
  background: url(assets/images/checkmark-red.png) 0px 18px no-repeat;
  padding: 10px 0 10px 30px;
}
.font-size-10 {
  font-size: 10px;
  line-height: 10px;
}
.lifeline-box {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.lifeline-box h2 {
  color: #fff;
  font-size: 50px;
}
.lifeline-box h5 {
  color: #ffdc19;
  margin-top: 15px;
}
.bg-red {
  background: #d60812;
}
.bg-info {
  background: #5dc2ee !important;
}
.btn-more {
  margin-bottom: 15px;
  font-weight: 700;
  display: inline-block;
  color: #d60812;
  text-decoration: none;
  margin-left: 30px;
}
.blue-icon li {
  background: url(assets/images/checkmark-blue.png) 0px 18px no-repeat;
}
.join-section {
  background: #fcae02;
}
.join-box {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bring-section {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030e22+1,0655b1+50,030e22+100 */
  background: rgb(3, 14, 34); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(3, 14, 34, 1) 1%,
    rgba(6, 85, 177, 1) 50%,
    rgba(3, 14, 34, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(3, 14, 34, 1) 1%,
    rgba(6, 85, 177, 1) 50%,
    rgba(3, 14, 34, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(3, 14, 34, 1) 1%,
    rgba(6, 85, 177, 1) 50%,
    rgba(3, 14, 34, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030e22', endColorstr='#030e22',GradientType=1 ); /* IE6-9 */
}
#mega-menu-wrap-experience_menu {
    background: transparent !important;
}
#mega-menu-wrap-experience_menu #mega-menu-experience_menu > li.mega-menu-item > a.mega-menu-link {   
    color: #0f3e77;
    font-weight: 600 !important;
	padding: 0px 15px 0px 15px !important;
	font-size: 15px;
}
#mega-menu-wrap-experience_menu #mega-menu-experience_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-experience_menu #mega-menu-experience_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	  color: #0f3e77;
	background: transparent !important;
}
#mega-menu-wrap-experience_menu #mega-menu-experience_menu > li.mega-menu-flyout ul.mega-sub-menu {
      background: #ffffff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%);
}
#mega-menu-wrap-experience_menu #mega-menu-experience_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {   
	background: #ffffff !important;
}
#mega-menu-wrap-experience_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-experience_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-experience_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
   
    background-color: #080808 !important;
}
#mega-menu-wrap-experience_menu .mega-menu-toggle {
	background: transparent !important;
}

#mega-menu-wrap-experience_menu #mega-menu-experience_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-experience_menu #mega-menu-experience_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-experience_menu #mega-menu-experience_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	 color: #0f3e77 !important;
    font-weight: 600 !important;
	 background: transparent !important;
}
.mega-test123 ul.mega-sub-menu {
	width:500px !important;
}
.mega-test123 ul.mega-sub-menu .mega-test ul.mega-sub-menu {
	width:auto !important;
}
.vc_custom_1625575327539 {
    background-size: auto 100% !important;
    background-position: 0px 0 !important;
    background-color: #004e75 !important;
    color: #FFF;
}
.logos-sec {
	display: flex;
	flex-wrap:wrap;
    align-items: center;
}
.logos-sec .wpb_content_element, .inn-bannerbg .wpb_content_element {
	margin-bottom:0 !important;
}
h2.badge-secondary {
   background-color: #DBDBDB !important;
    padding: 16px 10px;
    text-align: center;
    display: block;
	font-size: 22px;
	color: #012E64;
	border-radius:0;
	margin-bottom: 30px;
}
.panel-heading {
    background: #e74c3c;
    color: #fff;
	padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	text-align: left;
}
.guide-box {
	border:1px solid #e74c3c;
	padding: 15px 30px;
	margin-bottom
}
.font-size-11 {
	font-size:11px;
	margin-bottom: 10px;
}
.lf-box {
	display:flex;
}
.lf-box div > img {
	margin-right:15px;
}
.lf-box h3 {
    font-weight: normal;
}
.lf-box h3 span {
    color:#e74c3c;
}
.lifetime-banner-section {
    padding: 50px 0;
}
.lifetime-banner-section h2, .lifetime-banner-section h4 {
    color:#FFF;
}
.lifetime-banner-section h2 {
   font-size:44px;
	margin-bottom:10px;
}
.lifetime-banner-section h2 span.yellow-clr {
 color:#FFDC19;
}
.vc_custom_1625573780910 {
	background-position:center center;
}
.join-box {
    padding: 100px 15px !important;	
}
.join-box h3 {
	color:#FFF;
	font-size:32px;
	font-weight:normal;
}
.inn-bannerbg {
	background-color:#f3f3f1;
}

.collection-tablecell {
 padding:50px 0;
}

.collection-tablecell .title2 {
    color: #0c3d79;
    font-size: 50px;
    font-weight: 300;
}
.collection-tablecell .title2 strong {
    font-size: 65px;
    color: #444;
	 font-weight: 700;
}
.mens-collection-text p, .small-txt {
    font-size: 13px;
    font-weight: 400;
}
.collection-tablecell a {
    background: #0c3d79 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 20px 42px;
    text-transform: uppercase;
    border: 1px solid #0c3d79;
    transition: all 0.3s ease 0s;
}
.blue-section {
	background-color: #012E64; 
	padding:30px 0;
}
.blue-section .wpb_content_element, .bg-info .wpb_content_element  {
	margin-bottom:0 !important;
}
.blue-section p {
    font-size: 28px;
}
.life-line-box {
	padding:50px 0;
}
ul.no-bullet {
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
    padding: 8px 10px;
	border: 1px solid transparent !important;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
	color:#FFF;
	background-color: #4765a0 !important;
    border: 1px solid #324c80 !important;
}
 .ui-tabs-vertical .ui-tabs-nav li a:hover {
	color:#FFF;
	background-color: #4765a0 !important;
    border: 1px solid #324c80 !important;
} 
.life-line-box h1.heading-subpage {
    font-size: 120px;
    font-weight: 500;
	margin-bottom: 0;
}
.life-line-box p {
	font-size: 13px;
    font-weight: 400;
}
h2.subhead {
    font-size: 30px;
    font-weight: 500;
    color: #333;
}
.wpcf7-form .form-control {
  
    padding: 0.65rem 0.75rem;
}
.android-device h1{
	font-size:75px;
}
.android-device h2{
	font-size:36px;
	font-weight:300;
}
.find-section h1{
	    font-size: 4em;
    color: #0c3d79;
    font-weight: 300;
}
.find-section h2 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
}
.newssection{
	margin-bottom: 40px;
    padding:20px 20px 0px 20px;
    border: 1px solid #0c3d79;
    background-color: #f3f3f1;
}
.newssection h2{
	font-size:30px;
	font-weight:500;
}

.newssection .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.newssection .panel-body {
    padding: 20px;
}
.newssection .panel-heading {
    background: #337ab7;
}
.newssection .panel-heading h4{
	color:#fff;
}
.newssection .panel-primary {
    border-color: #337ab7;
}
.f-16{
	font-size:15px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
	color:#fff;
}
.panel-red {
    border:1px solid #e74c3c;
}
.table-border-right {
    border-right: 1px solid #CCCCCC;
}
.table-alt-col {
    background-color: #f5f5f5 !important;
}
.grey-background h5{
	font-size:16px;
	margin-bottom:5px;
	font-weight:400;
}
#top-up-table tr.blue-row {
    font-weight: bold;
    color: #ffffff;
    background-color: #0F3879;
}
.grey-background {
    background: #F3F3F1 !important;
}
.table{
	margin-bottom:20px !important;
}
.circle-number {
    float: left;
    background-color: #0c3d79;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    line-height: 41px;
    font-size: 24px;
    color: white;
    text-align: center;
    margin-right: 15px;
}
#header-widget-area p{margin-bottom:0}

#header-widget-area .btn-lk{
	text-transform:none;
	font-size:21px;
	line-height:1;
}
#header-widget-area .btn-lk small{
	text-transform:none;
	font-size:13px;
}
.container-fluid{
	padding-left:8.33%;
	padding-right:8.33%
}
body .vc_custom_1627904681409 {
    background-position: bottom left !important;
}

ul.vc_tta-tabs-list {
    border-bottom: 1px solid #ddd;
}
.tab-sec-en .vc_tta-panels {
	background-color:transparent!important;
	border: none !important;
	padding-top: 30px;
}
.tab-sec-en li.vc_tta-tab a {
    border-radius: 0 !important;
	padding: 8px 20px !important;
	 background-color: #ffffff !important;
    color: #337ab7 !important;
    border: none !important;
}
.tab-sec-en li.vc_tta-tab a:hover {
	 background-color: #eee !important;
    color: #ec4445 !important;
}

.tab-sec-en li.vc_tta-tab.vc_active a{
	color:#FFF !important;
	background-color: #143e76 !important;
}
.activate-picture {
    max-width: 120px;
}
.activate-steps {
   max-width: 190px;
    margin-top: 0;
    margin-bottom: 30px !important;
}
.tab-sec-en h4 {
    font-size: 18px;
    font-weight: 500 !important;
	color: #222;
}
ul.disc-ul {
    list-style: disc;
}
.en-ol-list li {
	margin-bottom:15px;	
}
.en-ol-list li li {
	margin-bottom:0px;	
}
/* pop up styles */
#enTouch-data h2, #enTouch-data h4 {
  font-weight: 700;
}
.data-box {
  padding: 30px;
  text-align: left;
  background-color: #757575;
  color: #FFF !important;
margin-bottom: 20px;
}
.bg-dblue {
  background-color: #012e64;
  color: #FFF;
}
#enTouch-data .btn{ 
  display: inline-block;
    font-weight: 700;
    padding: 0.5rem 2rem;
    border-radius: 0;
}
#enTouch-data .btn-info {
    color: #323232;
    background-color: #5dc2ee;
    border-color: #5dc2ee;
}
#enTouch-data .btn-info:hover, #enTouch-data .btn-info:focus {
    background-color: #4eafda;
    border-color: #4eafda;
}
#enTouch-data .btn-light {
    color: #323232;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}
#enTouch-data .btn-light:hover, #enTouch-data .btn-light:focus{
    background-color: #cecbcb;
    border-color: #cecbcb;
}
 #enTouch-data h2, #enTouch-data h4,  #enTouch-data p {
    margin-bottom: 7px;
}
button.btn-close {
    float: right;
}
.cls-top {
  text-align: right !important;
 display: flow-root !important;
}
.data-box h2, .data-box h4 {
    color:#fff !important;
}
.highlight-txt {
  color: #ffdc18  !important;
}
h4.popup-title {
    color: #ffdc18  !important;
}
#enTouch-data h2, #sgpb-popup-dialog-main-div-wrapper h2, .data-box h2 {
    color: #333;
    font-size: 32px;
}
p.lead{
    font-weight:700;
}
body .inn-bannerbg{
	opacity:1 !important;
}

.modal-dialog-width .data-box {

  width: 100%;

  min-height: 360px;

  float: left;

  margin-bottom: 10px;

}
.modal-dialog-width {

  max-width: 1000px !important;

}
.modal-dialog-width .bg-dblue {
    
    margin-bottom: 20px;
}

p.tribal-title {
    color: #ff0000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    /* text-align: center; */
}

.header-banner {
    display: block !important;
}

#mega-menu-item-6926,
.mennu-md {
        display: none !important; 
  }
 rs-module h1.rs-layer, rs-module h2.rs-layer, rs-module h3.rs-layer, rs-module h4.rs-layer, rs-module h5.rs-layer, rs-module h6.rs-layer, rs-module div.rs-layer, rs-module span.rs-layer, rs-module p.rs-layer{
         font-family: "Arboria-Bold" !important;
 }
rs-module h2.rs-layer .ent-slider-btn{
     font-family: "DM Sans", sans-serif !important;
 }
    
@media screen and (min-device-width: 600px) and (max-device-width: 1024px) {
    .navbar .container-fluid {
        width: 85%;
    }
}

@media only screen and (max-width: 1024px) {
    #mega-menu-wrap-experience_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
        color: #0d3d79;
    }
    
    #mega-menu-wrap-experience_menu .mega-menu-toggle .mega-toggle-block-1::after {
        color: #0d3d79;
    }
    
    nav .container-fluid {
        width: inherit;
        margin: inherit;
    }
    
        #mega-menu-wrap-experience_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        float: right;
        margin-top: -90px;
    }
    
    .header .container-fluid, .navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    #mega-menu-item-6926,
    .mennu-md {
        display: block !important;
    }
    #mega-menu-wrap-experience_menu #mega-menu-experience_menu #mega-menu-item-6926.mega-current-menu-item a,
    #mega-menu-wrap-experience_menu #mega-menu-experience_menu #mega-menu-item-6926 a:focus,
    #mega-menu-item-6926 a {
        background-color: #d61e11 !important;
        color: #fff !important;
        text-align: center !important;
    }
    
    #mega-menu-item-6926 a:before {
        content: "\f406";
        font-weight: 900 !important;
        font-family: "Font Awesome 6 Free" !important;
    }
    
    .header-banner,
    .mennu-lg {
        display: none !important;
  }
  
     #mega-menu-wrap-experience_menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {
        color: #0d3d79;
    }
  
  #mega-menu-wrap-experience_menu .mega-menu-toggle+#mega-menu-experience_menu {
        background: #f5f5f5 !important;
    }
}


@media only screen and (min-width: 1024px) {
    
}

@media (max-width: 700px) {

  .modal-dialog-width .data-box {
    margin-bottom: 15px;
    min-height:auto;
  }
  
  p.tribal-title {
      margin-top:5px;
  }

}


