body{
	font-family: 'Muli', 'Hind Siliguri', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4C4C5B
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
  font-family: 'Hind Siliguri','Muli', sans-serif;
}

p{
  margin: 0;
}



/*Global Item Styles*/




section .title{
	padding: 50px 7%;
	position: relative;
	text-align: center;
}

section .title h2{
	color: #1C2D41;
	font-size: 35px;
	font-weight: 700;
	position: relative;
	margin-bottom: 40px;
}

section .title h2 span{
	color: #009DE1;
}

section .title h2:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	content: '';
	width: 80px;
	height: 5px;
	background: #E20613;
	text-align: center;
	margin: 0 auto;
}

section .title p{
	color: #1C2D41;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin-top: 20px;
}




.btn.btn-white{
	padding: 10px 30px;
	background: #fff;
	font-size: 16px;
	color: #009DE1
}


.btn.btn-blue{
	padding: 10px 30px;
	background: #009DE1;
	font-size: 16px;
	color: #fff
}




.btn.btn-primary{
	color: #fff;
	background-color: #0091D8;
	border-color: #0091D8;
}


.btn.btn-danger{
	color: #fff;
	background-color: #E20613;
	border-color: #E20613;
}



.bg-image {
	min-height: 800px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#html5-watermark{
	display: none !important;
}

.wrapper{}

.wrapper-inner{
	padding-top: 78px;
}

/*
*********************************************************************************************************************************************

															Site Menu Styles

**********************************************************************************************************************************************
*/


/* #Navigation
================================================== */
 
/* Navbar */
 .site-navbar {
	 margin-bottom: 0px;
	 z-index: 1999;
	 position: absolute;
	 width: 100%;
}
 .site-navbar.transparent {
	 background: transparent;
}
 .site-navbar.absolute {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
}
 .site-navbar .site-logo {
	 position: relative;
	 top: -4px;
}
 .site-navbar .site-logo a {
	 color: #fff;
}

.site-navbar .bex-logo a img,
.site-navbar .site-logo a img{
	height: 45px;
}

.site-navbar .site-menu-toggle,
.site-navbar.scrolled .site-menu-toggle{
	 color: #009DE1;
	 font-size: 1.75rem;
}

 .site-navbar .site-navigation.border-bottom {
	 border-bottom: 1px solid #f3f3f4 !important;
}
 .site-navbar .site-navigation .site-menu {
	 margin-bottom: 0;
}
 .site-navbar .site-navigation .site-menu .active > a {
	 color: #009DE1;
}
 .site-navbar .site-navigation .site-menu a.active {
	 color: #009DE1;
}
 .site-navbar .site-navigation .site-menu a {
	 text-decoration: none !important;
	 display: inline-block;
	 letter-spacing: .1em;
	 font-size: 14px;
}
 .site-navbar .site-navigation .site-menu > li {
	 display: inline-block;
	 padding: 10px 20px;
	 position: relative;
}
 .site-navbar .site-navigation .site-menu > li > a {
	 padding: 10px 0px;
	 color: #fff;
	 font-weight: 600;
	 text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
	 color: #009DE1;
}


.site-navbar .site-navigation .site-menu > li:before{
	background:url('../images/icons/curve-left.svg');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 18px;
	left: 0;
	content: '';
	width: 100%;
	height: 40%;
	opacity: 0;
	transition: all 200ms linear;
	z-index: -1
}

.site-navbar .site-navigation .site-menu > li:after{
	background:url('../images/icons/curve-right.svg');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 18px;
	right: 0;
	content: '';
	width: 100%;
	height: 40%;
	opacity: 0;
	transition: all 200ms linear;
	z-index: -1
}

.site-navbar .site-navigation .site-menu > li:hover:before,
.site-navbar .site-navigation .site-menu > li:hover:after{
  opacity: 1;
}

.site-navbar .site-navigation .site-menu > li.active:before,
.site-navbar .site-navigation .site-menu > li.active:after{
  opacity: 1;
}

.site-navbar .site-navigation .site-menu > li.signIn{
	padding: 0
}

.site-navbar .site-navigation .site-menu > li.signIn:hover:before,
.site-navbar .site-navigation .site-menu > li.signIn:hover:after{
	opacity: 0;
}

.site-navbar .site-navigation .site-menu > li.signIn a{
	padding: 8px 20px !important;
	background: #0091D8;
	color: #fff !important;
	border-radius: 25px;
	margin-right: 10px;
}


 .site-navbar .site-navigation .site-menu .has-children {
	 position: relative;
}
 .site-navbar .site-navigation .site-menu .has-children > a {
	 position: relative;
}

 .site-navbar .site-navigation .site-menu .has-children .dropdown {
	 visibility: hidden;
	 opacity: 0;
	 top: 100%;
	 left: -27px;
	 position: absolute;
	 text-align: left;
	 border-top: 5px solid #009DE1;
	 -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	 box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	 border-left: 1px solid #edf0f5;
	 border-right: 1px solid #edf0f5;
	 border-bottom: 1px solid #edf0f5;
	 padding: 0px 0;
	 margin-top: 20px;
	 margin-left: 0px;
	 background: #fff;
	 -webkit-transition: 0.2s 0s;
	 -o-transition: 0.2s 0s;
	 transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children:last-child .dropdown{
	 left:-116px;
}

 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	 position: absolute;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	 bottom: 100%;
	 left: 20%;
	 border: solid transparent;
	 content: " ";
	 height: 0;
	 width: 0;
	 position: absolute;
	 pointer-events: none;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	 border-color: rgba(136, 183, 213, 0);
	 border-bottom-color: #fff;
	 border-width: 10px;
	 margin-left: -10px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown a {
	 text-transform: none;
	 letter-spacing: normal;
	 -webkit-transition: 0s all;
	 -o-transition: 0s all;
	 transition: 0s all;
	 color: #343a40;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
	 color: #009DE1;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	 color: #009DE1 !important;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 min-width: 200px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	 padding: 9px 20px;
	 display: block;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	 background: #f4f5f9;
	 color: #009DE1;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
	 content: "\e315";
	 right: 20px;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
	 left: 100%;
	 top: 0;
}
 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
	 background: #f4f5f9;
	 color: #009DE1;
}
 .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
	 color: #009DE1;
}
 .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
	 cursor: pointer;
}
 .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	 -webkit-transition-delay: 0s;
	 -o-transition-delay: 0s;
	 transition-delay: 0s;
	 margin-top: 0px;
	 visibility: visible;
	 opacity: 1;
}

.site-navbar.scrolled {
	 background-color: #fff;
	 position: fixed;
	 width: 100%;
	 left: 0;
	 right: 0;
	 top: 0;
	 margin-top: -130px;
	 padding-top: 0 !important;
	 padding-bottom: 0 !important;
	 -webkit-box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
	 box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
}
 .site-navbar.scrolled.awake {
	 margin-top: 0px;
	 -webkit-transition: .3s all ease-out;
	 -o-transition: .3s all ease-out;
	 transition: .3s all ease-out;
}
 .site-navbar.scrolled.sleep {
	 -webkit-transition: .3s all ease-out;
	 -o-transition: .3s all ease-out;
	 transition: .3s all ease-out;
}
 .site-navbar.scrolled .site-menu-toggle {
	 color: #000;
}
 .site-navbar.scrolled .site-navigation .site-menu li a {
	 color: #000;
}
 .site-navbar.scrolled .site-navigation .site-menu li a.active {
	 color: #009DE1;
}
 .site-navbar.scrolled .site-logo a {
	 color: #000 !important;
}
 .site-mobile-menu {
	 width: 100%;
	 position: fixed;
	 right: 0;
	 z-index: 9000;
	 padding-top: 10px;
	 background: #fff;
	 height: calc(100vh);
	 -webkit-transform: translateX(110%);
	 -ms-transform: translateX(110%);
	 transform: translateX(110%);
	 -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	 box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	 -webkit-transition: .3s all ease-in-out;
	 -o-transition: .3s all ease-in-out;
	 transition: .3s all ease-in-out;
}
 .offcanvas-menu .site-mobile-menu {
	 -webkit-transform: translateX(0%);
	 -ms-transform: translateX(0%);
	 transform: translateX(0%);
}
 .site-mobile-menu .site-mobile-menu-header {
	 width: 100%;
	 float: left;
	 padding-left: 20px;
	 padding-right: 20px;
	 margin-bottom: 20px;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	 position: absolute;
	 top: 5px;
	 right: 20px;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	 font-size: 30px;
	 /*display: inline-block;*/
	 display: block;
	 padding-left: 10px;
	 padding-right: 0px;
	 line-height: 1;
	 cursor: pointer;
	 -webkit-transition: .3s all ease;
	 -o-transition: .3s all ease;
	 transition: .3s all ease;
	 color: #009DE1
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	 color: #25262a;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	 float: left;
	 margin-top: 10px;
	 margin-left: 0px;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	 display: inline-block;
	 text-transform: uppercase;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	 max-width: 70px;
}
 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	 text-decoration: none;
}
 .site-mobile-menu .site-mobile-menu-body {
	 overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	 position: relative;
	 padding: 0 20px 20px 0px;
	 height: calc(100vh - 52px);
	 padding-bottom: 150px;
}
 .site-mobile-menu .site-nav-wrap {
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 position: relative;
}
 .site-mobile-menu .site-nav-wrap a {
	 padding: 10px 20px;
	 display: block;
	 position: relative;
	 color: #212529;
}
 .site-mobile-menu .site-nav-wrap a:hover {
	 color: #009DE1;
}
 .site-mobile-menu .site-nav-wrap li {
	 position: relative;
	 display: block;
	 margin-bottom: 15px;
}
 .site-mobile-menu .site-nav-wrap li.active > a {
	 color: #009DE1;
}
 .site-mobile-menu .site-nav-wrap .arrow-collapse {
	 position: absolute;
	 right: 0px;
	 top: 2px;
	 z-index: 20;
	 width: 36px;
	 height: 36px;
	 text-align: center;
	 cursor: pointer;
	 border-radius: 50%;
	 background: #009DE1;
}
 .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	 background: #009DE1;
}
 .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	 font-size: 12px;
	 z-index: 20;
	 font-family: "Font Awesome 5 Free";
	 content: "\f054";
	 font-weight: 900;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%, -50%) rotate(90deg);
	 -ms-transform: translate(-50%, -50%) rotate(90deg);
	 transform: translate(-50%, -50%) rotate(90deg);
	 -webkit-transition: .3s all ease;
	 -o-transition: .3s all ease;
	 transition: .3s all ease;
	 color: #fff;
}
 .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	 -webkit-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}
 .site-mobile-menu .site-nav-wrap > li {
	 display: block;
	 position: relative;
	 float: left;
	 width: 100%;
}
 .site-mobile-menu .site-nav-wrap > li > a {
	 padding-left: 20px;
	 font-size: 20px;
}
 .site-mobile-menu .site-nav-wrap > li > ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li {
	 display: block;
	 margin-bottom: 0;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li > a {
	 padding-left: 40px;
	 font-size: 16px;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	 padding: 0;
	 margin: 0;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	 display: block;
}
 .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	 font-size: 16px;
	 padding-left: 60px;
}
 .site-mobile-menu .site-nav-wrap[data-class="social"] {
	 float: left;
	 width: 100%;
	 margin-top: 30px;
	 padding-bottom: 5em;
}
 .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
	 width: auto;
}
 .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
	 padding-left: 15px !important;
}

.site-mobile-menu .logo .blue-logo{
	 display: inline-block;
	 height: 40px;
}

.site-mobile-menu .site-mobile-menu-close .icon-close2:before {
	 font-family: "Font Awesome 5 Free";
	 font-size: 28px;
	 font-weight: 900;
	 content: "\f00d";
}

.site-navbar-target .blue-logo{
	display: none;
}


.site-navbar-target.scrolled.awake .blue-logo{
	display: block;
	width: 120px;
}

.site-navbar-target.scrolled.awake .white-logo{
	display: none;
}


.site-navbar-target.scrolled.awake .site-menu > li.active > a,
.site-navbar-target.scrolled.awake .site-menu > li > a:hover {
	 color: #009DE1;
}

.site-navbar.navbar-custom{
	background: #fff;
	position: fixed;
	box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
}



.site-navbar.navbar-custom  .site-navigation .site-menu > li > a {
	 padding: 10px 0px;
	 color: #4C4C5B;
	 font-weight: 600;
	 text-decoration: none !important;
}

.site-navbar.navbar-custom  .site-navigation .site-menu > li > a:hover {
	 color: #009DE1;
}


.site-navbar.navbar-custom .white-logo{
	display: none;
}

.site-navbar.navbar-custom .blue-logo{
	display: block;
}




/*
*********************************************************************************************************************************************

															Banner Section Styles

**********************************************************************************************************************************************
*/

.celltalk-banner{}

.celltalk-banner img.desktop{
	display: block;
	width: 100%;
}

.celltalk-banner img.mobile{
	display: none;
}



/*
*********************************************************************************************************************************************

															Welcome Section Styles

**********************************************************************************************************************************************
*/

/* .welcome-section{
	padding: 60px 0;
} */

.welcome-section .celltalk-logo{
	width: 180px;
	height: 180px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius: 7px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.welcome-section .title p{
	margin-top: 60px;
	font-size: 24px;
}

.welcome-section p{
	font-size: 22px;
	font-weight: 700;
}

/*
*********************************************************************************************************************************************

															Address Information Section Styles

**********************************************************************************************************************************************
*/
.select2-container--bootstrap4 .select2-selection--single{height:calc(1.5em + .75rem + 2px)!important}.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder{color:#757575;line-height:calc(1.5em + .75rem)}.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{position:absolute;top:50%;right:3px;width:20px}.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{top:60%;border-color:#343a40 transparent transparent;border-style:solid;border-width:5px 4px 0;width:0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute}.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{line-height:calc(1.5em + .75rem)}.select2-search--dropdown .select2-search__field{border:1px solid #ced4da;border-radius:.25rem}.select2-results__message{color:#6c757d}.select2-container--bootstrap4 .select2-selection--multiple{min-height:calc(1.5em + .75rem + 2px)!important}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 8px;width:100%}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field{width:100%!important}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{color:#343a40;border:1px solid #bdc6d0;border-radius:.2rem;padding:0 5px 0 0;cursor:pointer;float:left;margin-top:.3em;margin-right:5px}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove{color:#bdc6d0;font-weight:700;margin-left:3px;margin-right:1px;padding-right:3px;padding-left:3px;float:left}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover{color:#343a40}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear{float:none;margin-right:0;position:absolute!important;top:0;right:.7em}.select2-container{display:block;width: 100% !important;}.select2-container :focus{outline:0}.input-group .select2-container--bootstrap4{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.input-group-prepend~.select2-container--bootstrap4 .select2-selection{border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.select2-container--bootstrap4:not(:last-child) .select2-selection{border-top-right-radius:0;border-bottom-right-radius:0}.select2-container--bootstrap4 .select2-selection{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.select2-container--bootstrap4 .select2-selection{-webkit-transition:none;transition:none}}.select2-container--bootstrap4.select2-container--focus .select2-selection{border-color:#80bdff;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection,.select2-container--bootstrap4.select2-container--disabled .select2-selection{background-color:#e9ecef;cursor:not-allowed;border-color:#ced4da;-webkit-box-shadow:none;box-shadow:none}.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field,.select2-container--bootstrap4.select2-container--disabled .select2-search__field{background-color:transparent}form.was-validated select:invalid~.select2-container--bootstrap4 .select2-selection,select.is-invalid~.select2-container--bootstrap4 .select2-selection{border-color:#dc3545}form.was-validated select:valid~.select2-container--bootstrap4 .select2-selection,select.is-valid~.select2-container--bootstrap4 .select2-selection{border-color:#28a745}.select2-container--bootstrap4 .select2-dropdown{border-color:#ced4da;border-radius:0}.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below{border-top:none;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above{border-top:1px solid #ced4da;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true]{background-color:#e9ecef}.select2-container--bootstrap4 .select2-results__option--highlighted,.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]{background-color:#007bff;color:#f8f9fa}.select2-container--bootstrap4 .select2-results__option[role=group]{padding:0}.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option{padding-left:1em}.select2-container--bootstrap4 .select2-results>.select2-results__options{max-height:15em;overflow-y:auto}.select2-container--bootstrap4 .select2-results__group{padding:6px;display:list-item;color:#6c757d}.select2-container--bootstrap4 .select2-selection__clear{width:.9em;height:.9em;line-height:.75em;padding-left:.15em;margin-top:.7em;border-radius:100%;background-color:#c8c8c8;color:#f8f9fa;float:right;margin-right:.3em}.select2-container--bootstrap4 .select2-selection__clear:hover{background-color:#afafaf}

.address-info-form{
	padding: 0px 0 60px;
}

.select2-container--bootstrap4 .select2-selection--single{
	 height: calc(1.5em + .75rem + 8px)!important;
	 border-color: #ced4da;
	 border-width: 1px;
}


.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 6px;
}

.select2-container--open .select2-dropdown{}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:7px;
}

.invalid-feedback{
	font-size: 13px;
	font-weight: 700;
}

/*.form-control.is-invalid, .was-validated .form-control:invalid{}*/
form.was-validated select:invalid~.select2-container--bootstrap4 .select2-selection, select.is-invalid~.select2-container--bootstrap4 .select2-selection{
	border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
    background-image: url(../images/icons/cross-red.svg);
    background-repeat: no-repeat;
    padding-right: calc(1.5em + .75rem);
    background-position: center right calc(.375em + 1.1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
select.is-valid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/icons/check-green.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + 1.1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid, .was-validated .form-control:invalid{
	box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

.address-info-form .submit-btn{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.address-info-form .submit-btn  .btn{
	font-size: 22px;
	padding: 8px 40px;
	border-radius: 50px;
}

.address-info-form .direct-call{}

.address-info-form .direct-call h2{
	font-size: 28px;
	font-weight: 700;
	color: #009DE1;
	margin-bottom: 15px;
}

.address-info-form .direct-call h4{
	font-size: 28px;
	font-weight: 600;
}

.address-info-form .direct-call h4 i{
	position: relative;
	top: 2px;
}


/*
*********************************************************************************************************************************************

															Video Section Styles

**********************************************************************************************************************************************
*/


.video-section{
	position: relative;
}

.video-section .page-title{
	 display: none;
}

.video-bg {
	 position: relative;
}

.video-bg .video-box{
	margin: 0;
	position: absolute;
	top: 50%;
	left:  50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	color: #fff;
}



.video-bg .video-box h2{
	font-size: 60px;
}

.video-bg .video-box .play-btn{
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 30px auto;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: #E20613;
}

.video-bg .video-box .play-btn i{
	font-size: 80px;
	line-height: 100px;
}

.video-bg .video-box p{
	font-size: 30px;
}


/*
*********************************************************************************************************************************************

															Product Intro Section Styles

**********************************************************************************************************************************************
*/

.product-intro-section{}

.package-details{
	padding-top: 80px;
}

.package-details .details-title{
	margin-bottom: 50px;
}

.package-details .details-title h2{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.package-details .details-title p{
	font-size: 26px;

}

.package-details .description{}

.package-details .description h1{
	font-size: 50px;
	font-weight: 700;
	color: #009DE1;
}

.package-details .description h3{
	font-size: 24px;
	font-weight: 600;
	color: #009DE1;
	margin: 25px 0;
}
.package-details .description h4{
	font-size: 24px;
	font-weight: 600;
	color: #E20613;
	margin-bottom: 3px;
}
.package-details .description p{
	font-size: 18px;
	margin-top: 10px;
}

.package-details a.btn{
	font-size: 22px;
	padding: 8px 40px;
	border-radius: 50px;
	margin-top: 25px;
}




/*
*********************************************************************************************************************************************

															Footer Styles

**********************************************************************************************************************************************
*/

.footer{
	background: #F4F4F4;
	padding: 20px 5% 0;
}

.footer .footer-widgets{
	margin-bottom: 30px;
}

.footer .footer-widgets .footer-widget{}

.footer .footer-widget h2{
	position: relative;
	font-size: 25px;
	font-weight: 600;
	color: rgb(34, 34, 34);
	line-height: 1.2em;
	margin-top: 30px;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.footer .footer-widget h2:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	content: '';
	width: 40px;
	height: 5px;
	background: #E20613;
	text-align: center;
}


.footer .footer-widget .footer-logo{
	margin-bottom: 20px;
}

.footer .footer-widget p.about-text{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

.list-style-one{
	position:relative;
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.list-style-one li{
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:400;
	margin-bottom:14px;
	padding-left:25px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#666666;
	font-size:14px;
}

.list-link{
	position:relative;
	list-style: none;
	padding-left: 0px;
}

.list-link li{
	position:relative;
	margin-bottom:15px;
}

.list-link li a{
	position:relative;
	color:#666666;
	font-size:14px;
	padding-left:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-link li a:hover{
	color:#009DE1;
	margin-left:8px;
	text-decoration:none;
}

.list-link li a:before{
	position:absolute;
	 content: "\f054";
	left:0px;
	top:-2px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}

.footer-bottom{
	padding: 30px 0;
	border-top: 1px solid #DCDCDC
}

.footer-bottom .copyright{
	margin-top: 5px;
}

.footer-bottom .copyright p{
	font-size: 12px;
}

.footer-bottom .copyright p a{}

.footer-bottom .copyright p a img{
	width: 5%;
	position: relative;
	top:0px;
}

.footer-social{
	text-align: left;
}

.footer-social ul{
	list-style: none;
	padding: 0;
}

.footer-social ul li{
	display: inline-block;
	text-align: center;
}

.footer-social ul li a{
	display: block;
	width: 35px;
	height: 35px;
	background: #009DE1;
	border-radius: 50%;
	color: #fff;

}

.footer-social ul li a i{
	font-size: 14px;
	line-height: 35px;
}



@media (min-width: 1900px) {}

@media (min-width: 1600px) {}

@media (min-width: 1400px) {}

/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

/* tablets */
@media (max-width: 991px) {}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {}

/* mobile or only mobile */
@media (max-width: 767px) {

}

@media (min-width: 320px) and (max-width: 480px) {

	.wrapper-inner {
		padding-top: 67px;
	}

	section .title{
		padding-bottom: 10px;
	}

	section .title h2{
		font-size: 28px;
		line-height: 38px;
	}

	.site-navbar .bex-logo a img{
		width: 120px;
		height: auto;
		position: relative;
		top: 5px
	}
	.site-navbar .site-logo a img{
		width: 100px;
		height: auto;
	}

	.celltalk-banner img.desktop{
		display: none;
	}

	.celltalk-banner img.mobile{
		display: block;
		width: 100%;
	}

	.welcome-section{
		padding: 0;
	}

	.welcome-section .title p {
		margin-top: 40px;
		font-size: 18px;
		line-height: 28px;
	}

	.welcome-section .celltalk-logo{
		margin-bottom: 30px;
	}

	.welcome-section p {
	    font-size: 18px;
	}

	.video-bg .video-box .play-btn {
		width: 80px;
		height: 80px;
	}

	.video-bg .video-box .play-btn i {
	    font-size: 80px;
	    line-height: 80px;
	}

	.product-intro-section{
		text-align: center;
	}

	.package-details{
		padding-top: 30px;
	}

	.package-details .details-title p{
		font-size: 17px;
	}
	
	.package-details .details-title {
	    margin-bottom: 25px;
	}

	.package-details .description h1 {
		font-size: 40px;
		line-height: 50px;
	}

}
