


html {
  font-size: 62.5%;
}

*{
	margin:0;
	padding: 0;
}

body{
	margin:0;
	padding: 0;
}

body {
 
  color: #707070;
  line-height: 1.6667;
      font-family: "Work Sans", sans-serif;
  font-weight: 300;
	
	
}

body{
	    overflow-x: hidden;
}

p {
  font-size: 1.8rem;
  color: #707070;
  line-height: 1.6667;
 
  font-weight: 300;
  margin-bottom:20px;
}
.text-white p, .theme-bg p {
  color: #ffffff;
}
p:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 7.2rem;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 3rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
  color: #424242;
  font-weight: 300;
}
.text-white h1, .theme-bg h1, .text-white
.h1, .theme-bg
.h1, .text-white
h2, .theme-bg
h2, .text-white
.h2, .theme-bg
.h2, .text-white
h3, .theme-bg
h3, .text-white
.h3, .theme-bg
.h3, .text-white
h4, .theme-bg
h4, .text-white
h4, .theme-bg
h4, .text-white
h5, .theme-bg
h5, .text-white
.h5, .theme-bg
.h5, .text-white
h6, .theme-bg
h6, .text-white
.h6, .theme-bg
.h6 {
  color: #ffffff;
}

a {
  color:#009ba8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:visited {
  color:#5a8fff;
  outline: none;
  text-decoration: none;
}
a:hover {
  color:#b8b8bb;
  text-decoration: none;
  outline: none;
 
}

.main-wrap {
  float: left;
  width: 100%;
}

.section {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}

.padd-left-4{
	padding-left:4px;
}

.padd-right-4{
	padding-right:4px;
}

.modal-open {
    overflow: hidden;
	padding-right: 0 !important;
}

.theme-bg {
  background-color:#009ba8;
}

.second-bg {
  background-color: #0dd49b;
}

.gray-bg {
  background-color: #eef2f5;
}

.section-padding {
  padding:35px 0;
}
.section-padding.top-padding-normal {
  padding-top: 0;
}
.section-padding.bottom-padding-normal {
  padding-bottom: 0;
}

.section-header {
  margin-bottom:0;
	margin-top:0;
}
.section-header .section-subtext {
  margin-top:38px;
  margin-bottom:70px;
}

.section-title {
  margin: 0;
}
.section-title span {
  display: block;
  clear: both;
}

form {
  position: relative;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

textarea {
  resize: none;
}


.preloader {
  position: fixed;
  z-index: 999;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lds-css.ng-scope {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.lds-ripple {
  position: relative;
}

.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(1) {
  border-color:#5a8fff;
}

.lds-ripple div:nth-child(2) {
  border-color:#284d9b;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-ripple {
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}


.play-video {
  font-size: 2.4rem;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #1491fb;
  color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  border-radius: 50%;
}
.play-video:focus, .play-video:visited {
  color: #ffffff;
}
.play-video:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.play-video i {
  margin-left: 5px;
}
.text-white .play-video, .theme-bg .play-video {
  color: #0dd49b;
  background-color: #ffffff;
}
.text-white .play-video:focus, .text-white .play-video:visited, .theme-bg .play-video:focus, .theme-bg .play-video:visited {
  color: #0dd49b;
}

.btn {
  color:#009ba8;
  border: 2px solid #e6e6e6;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 28px;
  text-transform: uppercase;
}
.btn:focus, .btn:visited {
  color:#009ba8;
}
.btn:hover {
  color: #ffffff;
  border-color:#009ba8;
  background-color:#009ba8;
}
.text-white .btn, .theme-bg .btn {
  color: #ffffff;
  border-color:rgba(255, 255, 255, 0.3);
}
.text-white .btn:focus, .text-white .btn:visited, .theme-bg .btn:focus, .theme-bg .btn:visited {
  color: #ffffff;
}
.text-white .btn:hover, .theme-bg .btn:hover {
  border-color:#1cabb7;
}


.navbar-default {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  z-index: 990;
  border: none;
  margin: 0;
  border-radius: 0;
  background-color:#FFFFFF;
  min-height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-default.greenbg{
	 background: #2b8ab6;
	 min-height: 87px;
	
}

.navbar-default.greenbg .navbar-nav > li > a{
	color:#fff !important;	
}

.navbar-default.greenbg .navbar-nav > li > a:hover{
	color:#fff;
}

.navbar-default.greenbg .navbar-nav > li > a:focus, .navbar-default.greenbg .navbar-nav > li > a:visited{
	    color: #fff !important;
    background-color: transparent!important;
}


.navbar-default.bulebg{
	background:#5a8fff;
}

.navbar-default .navbar-brand {
  height: 71px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-default .navbar-brand img {
  
	    margin-top:6px;
}

.navbr-vendor.navbar-default.affix .navbar-brand img{
	max-height: 54px;
    margin-top: 7px !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: none;
    padding: 0;
}

.navbar-default.affix .navbar-brand img{
	 margin-top: 5px !important;
}
.navbar-default .navbar-nav {
  background-color:transparent;
  margin-top: 8px;
  margin-bottom: 8px;
	
}
.navbar-default .navbar-nav > li > a {
  font-weight: normal;
  color:#000000;
  font-size: 1.6rem;
  text-transform: capitalize;
  line-height: 25px;
  padding: 15px 12px;
  letter-spacing: 1px;
}

.navbar-default.bulebg .navbar-nav > li > a{
	color:#fff;
	    cursor: pointer;
}
.navbar-default.bulebg  .navbar-nav > li > a:focus, .navbar-default.bulebg .navbar-nav > li > a:visited{
	color:#fff !important;
}


.navbar-default .navbar-nav > li > a.right-border:after{
	content: "";
    position: absolute;
    top: 12px;
    right: -11px;
    width: 1px;
    height: 34px;
    background: #5e627b;
}

.navbar-default .navbar-nav > li > a.btn-download {
  background-color:#3cbc9d;
}

.btn-download {
  background-color:#3cbc9d;
	color:#fff;
	border-radius: 0;
	border: none;
	height: 56px;

}


.bookappbtt {
    background: #5a8fff ;
    color: #fff !important;
    border-radius: 5px;
    padding:3px 40px !important;
    margin-top:17px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
	margin-left:80px;
  
}

.bookappbtt:hover{
	  background: #5a8fff !important;
}


.btn-download:focus{
	color:#fff;
}

.btn-download:hover {
  background-color:#fff;
	color:#3cbc9d;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:visited {
  
}
.navbar-default .navbar-nav > li > a:hover {
    color:#000000;
    background-color: transparent;
    
}
.navbar-default .navbar-nav > li.active > a {
  color:#000;
  background-color:transparent;
}
.navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:visited, .navbar-default .navbar-nav > li.active > a:hover {
  color:#000;
  background-color: transparent;
}
.navbar-default .navbar-nav li.dropdown .dropdown-menu {
  border: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav li.dropdown .dropdown-menu li a {
  font-weight: 400;
  color: #0dd49b;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 25px;
}
.navbar-default .navbar-nav li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.navbar-default.affix {
  top: 0;
  min-height:66px;
  background-color:#fff;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
}

.navbar-default.bulebg.affix {
	background:#5a8fff;
}

.navbar-default.greenbg.affix {
	    background: #2b8ab6;
}


.navbar-default.affix .navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-default.affix .navbar-nav {
  margin-top:7px;
  margin-bottom: 0;
}


.banner {
  position: relative;
  
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height:549px;
	    background: #5a8fff;
}

.banner2 {
    position: relative;
    background-image: url(/img/banner2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 635px;
    
}
.banner.bannerall{
	height:300px;
}

.banner.bannerall h1{
	font-size:30px;
	text-align: center;
	margin: -84px 0 0 0;
}

.searchbox{
	display:block;
}

.banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 57px;
}

.banner-content.banner-content2 {
	top:44%;
}

.banner-content h1 {
  line-height: 8rem;
  margin: 0;
}
.banner-content p {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 54px;
  text-align: center;	
}

.banner-play {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  position: absolute;
}


.client-logo .container {
  border-bottom: 1px solid #dbdbdb;
}

.client-logos {
  float: left;
  width: 100%;
  margin-top:-32px;
  padding-bottom: 0;
}
.client-logos label {
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 29px;
}

.logo-item {
  display: block;
  float: left;
  text-align: center;
  position: relative;
  height: 63px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:1;
}
.logo-item:hover {
    opacity: 0.5;
}
.logo-item img {
  position: absolute;
      top: 39%;
    left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.features-section .section-header {
  margin-bottom: 70px;
}

.features {
  float: left;
  width: 100%;
  margin-bottom: -60px;
}

.feature {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.feature p {
  margin-top: 16px;
}

.feature-icon {
  position: relative;
  background-color:#009ba8;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 3rem;
  color: #424242;
  text-align: center;
}
.feature-icon span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.feature-title {
  margin-top: 18px;
  margin-bottom: 0;
}




.arrow {
    text-align: center;
    margin: 2% 0;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
}

.arrow.bounce a{
	font-size: 47px;
    color: #5a8fff;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


.left-search-box:hover {
     box-shadow: 0 5px 19px rgb(139, 141, 144);
}

.left-search-box{
	background: #fff;
    border-radius:0;
    padding: 17px 10px;
    float: left;
    width: 100%;
	margin-bottom: 10px;
     box-shadow: 0 1px 2px rgba(147, 147, 148, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.left-search-side{    
	margin-top:20%;
}
.search_noresult{
	font-size: 15px;
    text-align: center;
    background: #fff;
    font-weight: 500;
	padding: 10px 0;
}


.add-search-side{
	margin-top:151px;
    text-align: center;
    position: fixed;
}


.left-logo-detials{
	    text-align: center;
    padding-left: 0;
}

.left-logo-detials h3{
	color: #5a8fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
   
    padding-bottom: 13px;
} 

.dr-detials-box{
	border-left: 1px solid #cfcfcf;
    padding-left: 11px;
}


.dr-detials-box h3{
	font-size: 12px;
    color: #fff;
    background: #ee0558;
    line-height: 23px;
    text-align: left;
    padding: 3px 4px;
    font-weight: 500;
    margin: 4px 0 0 0;
    line-height: 11px;
    
    display: inline-block;
}

.dr-detials-box h2{
	font-size: 21px;
    color: #000;
    line-height: 23px;
    text-align: left;
    font-weight: 300;
    margin: 0;
}


.dr-detials-box h1{
	font-size: 21px;
    color: #000;
    line-height: 23px;
    text-align: left;
    font-weight: normal !important;
    
    margin: 0 0 5px 0;
    line-height: 23px;
    text-transform: uppercase;
}



.dr-detials-box p{
	  font-size: 15px;
    color: #747474;
    line-height:19px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 3px;
}

.dr-detials-box h6{
	  font-size: 13px;
    color: #747474;
    line-height: 16px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 3px;
	margin: 0;
}

.dr-detials-box h5{
	color: #5a8fff;
    font-weight: 500;
    font-size: 14px;
    margin: 2px 0 2px 0;
}

.dr-detials-box h4{
	font-size:13px;
	color:#02d94f;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 6px 0 0 0;
}

.dr-detials-box h4 img {
    margin-top: -4px;
}
.dr-detials-box img{
	
	margin-right:2px;
}
.buttonbox2{
	
    
    margin-left: 286px;
    margin-top: 8px;
   
}

select#doctor_select {
    color: #5a8fff;
}

.buttonbox{
	border: 1px solid #75a1ff;
    padding: 1px 8px;
    text-align: center;
    background: none;
    color: #5b8eff;
    font-size: 12px;
    border-radius: 21px;
    display: inline-block;
    margin-right: 3px;
	float: left;
}


.buttonbox img{
	margin-top:-1px;
    margin-right: 3px;
}

.buttonbox:before{
	
}

.app-logo {
	margin-top:15px;
    text-align: center;
 
}

.app-logo img{
	    display: inline-block;
    margin-left: 0;
    
    text-align: center;
}

.app-logo img.bor-rigtnone{
	 border-right: 0;
}


.location_box{
	text-align: right;
	padding-right: 8px;
}

.location_box h5{
	font-size: 12px;
    letter-spacing: 1px;
    color: #676767;
    margin: 0;
    font-weight: normal;
}

.location_box p{
	font-size: 13px;
    letter-spacing: 1px;
    color: #676767;
    margin: 0;
	float: right;
    font-weight: normal;
}

.add-button{
	background: #5a8fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 1px 17px;
    float: right;
    border: 0;
    border-radius: 20px;
    clear: both;
    margin-top: 16px;
	position: inherit !important;
	top: auto !important;
	margin-right: 7px;
	z-index: 10;
	
}

.text-dr-detials{    margin-left:6px;}

.timetexbox{    
	       font-size: 9.5px;
    text-align: left;
    line-height: 16px;
    color: #676767;
    font-weight: normal;
    margin-top: -6px;
    padding-top: 0;
    float: left;
    padding-right: 20px;
    word-break: break-all;
    display: block;
    width: 116px;
}


p.time-text{
	    display: block;
    font-size: 11px;
    margin: 0 0 0 0;
    line-height: 29px;
    font-weight: 600;
}

.img-list {
       margin-top: 21px;
    float: left;
}

.img-list ul{
	margin:0;
	padding: 0;
}

.img-list ul li{
	list-style:none;
	display: inline-block;
}

.gender_box input {
    height: auto !important;
    width: auto !important;
    clip: inherit !important;
}







.panel.blogboxbg {
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top:72px;
    padding: 24px;
}
label.blogimg {
    box-shadow: 0 1px 5px rgba(0,0,0,.05);
    width: 100%;
    padding: 12px;
}

.blog-text h1 {
    margin: 0 0 8px 0;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.blog-text h4 {
   margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6e7578;
}


.blog-text h6 {
    color: #6e7578 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    margin: 0 0 18px 0;
    font-weight: 600 !important;
}



.blog-text p {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 1.570;
    font-weight: normal;
    color:#252525;
}



.screenshot-wrap {
  float: left;
  width: 100%;
  margin: -15px 0;
}

.screenshot-carousel .image-large {
  display: block;
  margin: 15px;
  box-shadow: 0 0 5px 0 rgba(1, 2, 2, 0.15), 8px 0 5px 0 rgba(1, 2, 2, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.screenshot-carousel .image-large:hover {
  box-shadow: 0 0 12px 0 rgba(1, 2, 2, 0.3), 10px 0 5px 0 rgba(1, 2, 2, 0.3);
}
.screenshot-carousel .image-large img {
  max-width: 100%;
}
.screenshot-carousel .owl-pagination {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 30px;
}
.screenshot-carousel .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  border: 1px solid #c0c0c0;
  display: inline-block;
  border-radius: 7.5px;
  margin: 0 7.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.screenshot-carousel .owl-pagination .owl-page.active {
  border-color:#3cbc9d;
  background-color:#3cbc9d;
  width: 30px;
}





.gallery-wrap {
  float: left;
  width: 100%;
  margin: -15px 0;
}

.gallery-carousel .image-large {
  display: block;
  margin: 15px;
  box-shadow: 0 0 5px 0 rgba(1, 2, 2, 0.15), 8px 0 5px 0 rgba(1, 2, 2, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-carousel .image-large:hover {
  box-shadow: 0 0 12px 0 rgba(1, 2, 2, 0.3), 10px 0 5px 0 rgba(1, 2, 2, 0.3);
}
.gallery-carousel .image-large img {
  max-width: 100%;
}
.gallery-carousel .owl-pagination {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 30px;
}
.gallery-carousel .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  border: 1px solid #c0c0c0;
  display: inline-block;
  border-radius: 7.5px;
  margin: 0 7.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-carousel .owl-pagination .owl-page.active {
  border-color:#3cbc9d;
  background-color:#3cbc9d;
  width: 30px;
}



.price-section .section-header {
  margin-top: 30px;
}

.package {
  border: 1px dashed #dbdbdb;
  float: left;
  width: 100%;
  padding: 43px 57px;
}
.package.package-premium {
  border-style: solid;
}

.pack-title {
  margin: 0;
  line-height: 100%;
}

.pack-price {
  margin: 0;
  color: #424242;
  font-size: 4.8rem;
}
.pack-price .currency {
  margin-right: 11px;
}

.pack-duration {
  font-size: 1.8rem;
  margin-left: 11px;
}

.pack-features {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  min-height: 110px;
}
.pack-features li {
  line-height: 2;
}

.order-btn {
  color: #0dd49b;
  border: 1px solid #e6e6e6;
  font-weight: 400;
  text-transform: uppercase;
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 38px;
}
.order-btn:hover {
  color: #ffffff;
  border-color:#009ba8;
  background-color:#009ba8;
}

.searchbox{
    border-radius:25px;
    background: #ffff;
    padding:0 9px;
    width:87%;
    margin: -84px 0;
    margin-left: 52px;
    float: left;
  
	 box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.32);

}


.searchbox.searchbox2{
	    margin: 0;
    display: block;
    width: 56%;
    position: fixed;
    top: 14%;
    left: 18%;
    
    z-index: 999;
    
    height: 41px;
}
.searchbox.searchbox2.affix {
    top: 12%;
}

.searchbox.searchbox2 .searchinput{
	padding-right: 122px !important;
}


.searbtton.searbtton2{
	    right: -69px;
}

.citybox{
	border-right:1px solid #5a8fff;
	
}

.cityinput{
	    text-align: center;
    font-size: 14px;
    color: #000000;
    border: 0;
    width: 100%;
    padding: 9px 0;
    background: transparent;
	    padding-right: 25px;
}


::-webkit-input-placeholder { 
  color:#a0a0a0;
}
::-moz-placeholder { 
  color:#a0a0a0;
}
:-ms-input-placeholder { 
  color:#a0a0a0;
}
:-moz-placeholder { 
  color:#a0a0a0;
}

.citybox:before{
	content: "";
    position: absolute;
    left: 21px;
    top: 13px;
    width:12px;
    height:19px;
    z-index: 99;
    background: url(/img/city-icon.png) no-repeat;
}


.citybox:after{
	content: "";
	position: absolute;
	right: 33px;
    top: 13px;
	width: 20px;
	height: 20px;
	z-index: 99;
	background: url(/img/location-icon.png) no-repeat;
}


.localitybox{
	border-right:1px solid #5a8fff;
	
}

.localityinput{
	    text-align: center;
    font-size: 14px;
    color: #000000;
    border: 0;
    width: 100%;
    padding: 9px 0;
    background: transparent;
	padding-right: 54px;
}

.localitybox:before{
	
}

.localitybox_btn{
        content: "";
        cursor: pointer;
        position: absolute;
        right: 35px;
        top:7px;
        width: 20px;
        height: 20px;
        z-index: 99;
        
}



.searbtton:before{
	    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    width:15px;
    height:15px;
    z-index: 99;
    background: url(/img/search-icon.png) no-repeat;
}

.searbtton{
      background: #00a651;
    border-radius: 25px;
    text-align: center;
    
    font-size: 19px;
    width: 29%;
    color: #fff;
    border: 0;
    position: absolute;
    right: 5px;
    top: -1px;
    padding: 6px 0;
    padding-left: 19px;;
}


.searchbox.searchbox2 .searbtton{
	padding: 6px 0;
    width: 33%;
    text-align: left;
    padding-left:33px;
}

.searchbox.searchbox2 .searbtton:before{ left: 13px; top: 14px;}

.searchinput{
	text-align: center;
	font-size:14px;
	color:#000000; 
	border:0;
	width: 100%;
    padding-right: 149px !important;
    padding: 9px 0;
	    background: transparent;

}

.getlinkbox{
	
        border-radius: 25px;
    padding: 0;
    border: 1px solid #bdc3d1;
    margin-top: 16px !important;
    width: 27%;
    margin: auto;
    margin-left: 29px;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 1px -1px 1px 0px rgba(191,194,203,1);
    -moz-box-shadow: 1px -1px 1px 0px rgba(191,194,203,1);
    box-shadow: 1px -1px 1px 0px rgba(191,194,203,1);
}


.getlinkbox .textno{
    font-size: 16px;
    color: #2f3a56;
    text-align: left;
    border-right: 1px solid #adb0b759;
    width: 13%;
    
    float: left;
    
    padding: 6px 9px;
}

.getlinkinput{
	    border: 0;
    font-size: 16px;
    color: #fff;
    width: 47%;
    float: left;
    background: transparent;
    text-align: center;
    padding: 5px 5px;
}

.getlinkbutton{
	    background: #5a8fff;
    border: 0;
    border-radius: 0 25px 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    padding: 7px 13px;
    float: right;
}


.getlinkinput::-webkit-input-placeholder { 
  color:#babbc0;
}
.getlinkinput::-moz-placeholder { 
  color:#babbc0;
}
.getlinkinput:-ms-input-placeholder { 
  color:#babbc0;
}
.getlinkinput:-moz-placeholder { 
  color:#babbc0;
}








.getlinkbox2{
	
          border-radius: 25px;
    padding: 0;
    border: none;
    background: #fff;
    margin-top: 16px !important;
    width: 31%;
    margin: auto;
    margin-left: 29px;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 1px -1px 1px 0px rgba(191,194,203,1);
    -moz-box-shadow: 1px -1px 1px 0px rgba(191,194,203,1);
    box-shadow: none;
}


.getlinkbox2 .textno{
    font-size: 16px;
    color: #2f3a56;
    text-align: left;
    border-right: 1px solid #adb0b759;
    width: 13%;
    
    float: left;
    
    padding:4px 9px;
}

.getlinkinput2{
	    border: 0;
    font-size: 16px;
    color: #000000;
    width: 47%;
    float: left;
    background: transparent;
    text-align: center;
    padding:4px 5px;
}

.getlinkbutton2{
	    background: #284d9b;
    border: 0;
    border-radius: 0 25px 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    padding:5px 20px;
    float: right;
}


.getlinkinput2::-webkit-input-placeholder { 
  color:#babbc0;
}
.getlinkinput2::-moz-placeholder { 
  color:#babbc0;
}
.getlinkinput2:-ms-input-placeholder { 
  color:#babbc0;
}
.getlinkinput2:-moz-placeholder { 
  color:#babbc0;
}


a.buttonlogin {
        background: transparent;
    border: 1px solid #fff;
    padding: 2px 27px !important;
    border-radius: 14px;
    
    display: inline-block;
    margin-top: 11px;
    margin-left: 18px;
}


.loginbutton2{
	    border-radius: 25px;
    padding: 6px 16px !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    text-align: center;
    border: 0;
    background: transparent;
    margin-top: 9px;
    font-weight: normal;
    letter-spacing: 1px;
    background: #5a8fff;
    margin-left: 37px;
}

.loginbutton2:before{
	    content: "";
    position: absolute;
    left: 22px;
    top: 10px;
    width: 1px;
    height: 41px;
    background: #fff;
}




.searchbg.affix {
    min-height: 130px;
    background:#dcdcdc;
    z-index: 9999;
    width: 100%;
}

.navbar-default .navbar-nav > li > a.loginbutton:visited {
    color: #fff !important;
}

a.loginbutton{
	       border-radius: 25px;
    padding: 6px 16px !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    text-align: center;
    border: 5px solid #c2cbdc;
    background: transparent;
    margin-top: 4px;
    font-weight: normal;
    letter-spacing: 1px;
    background:#5a8fff;
	margin-left: 37px;
}

a.loginbutton:hover{
	color:#FFFFFF;
	background: #5a8fff !important;
}
a.loginbutton:focus {
    background: #5a8fff !important;
}

.right-inner-box{
	background: #fff;
	margin-bottom: 5%;
}

.adds-img-right{
	text-align: left;
    margin: 0 auto;
    margin-bottom: 8px;
}


.right-updd-box{
	
    width: 100%;
	margin-top:48%;
	float: left;
}

.right-updd-box .inneruddbox{
	padding: 7px 10px;
}

.right-updd-title h2{
	font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: 1px;
    margin-top: 0;
    background: #152e64;
	padding: 3px 0;
	
}

.udd-detials{
	 background: #fff;
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.33);
    padding: 7px;
    margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
	
}

.udd-detials h5 {
    text-align: right;
    font-weight: 500;
    font-size: 14px;
}

.udd-detials h5 a{
	color:#000;
}

.udd-detials h6 {
	font-size: 13px;
    font-weight: normal;
    color: #000;
    margin-top: 10px;
    text-align: right;
}
	
.udd-detials h3{
	font-size:14px;
    font-weight:600;
    margin: 0;
	margin-top: 8px;
	text-align: left;
}

.udd-detials p{
	font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    text-align: justify;
}

.udd-detials img {
   clear: both;
}


.download-section .section-header {
  margin-top: 44px;
}
.download-section .section-subtext {
      margin-top: 1px;
    margin-bottom: 7px;
}
.download-section .download-btn {
  display: inline-block;
}
.download-section .download-btn + .download-btn {
  margin-left: 27px;
}



.client-logos h4 {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 0 0;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    line-height: 33px;
}

.list-textouter{
	margin-bottom: 28px;
}

.list-text{
	margin-bottom: 10px;
}

.list-text i{    
	color:#009ba8;
    font-size: 12px;
    vertical-align: 0px;
    font-weight: normal;
}

.list-text .u-t-bold{
	    font-weight: bold;
}


.testimonial-section .section-header {
  margin-bottom: 70px;
}

.testimonials {
  margin: -15px;
  float: left;
  width: 100%;
}

.testimonial-item {
  margin: 15px;
  border-style: dashed;
  border-color: #dbdbdb;
  border-width: 0 1px 1px;
  text-align: center;
  padding: 12px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-item:hover {
  border-color: transparent;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-item:before {
  
}
.testimonial-item blockquote {
  padding: 0;
  margin: 6px 0;
  border: none;
  font-size: 1.8rem;
}
.testimonial-item .commenter {
  margin-top: 22px;
  margin-bottom: 28px;
}
.testimonial-item .commenter .name {
  color: #424242;
  text-transform: uppercase;
}
.testimonial-item .commenter .profession {
  font-style: italic;
}

.testimonial-carousel .owl-pagination {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 30px;
}
.testimonial-carousel .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  border: 1px solid #c0c0c0;
  display: inline-block;
  border-radius: 7.5px;
  margin: 0 7.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-carousel .owl-pagination .owl-page.active {
  border-color:#009ba8;
  background-color:#009ba8;
  width: 30px;
}


.team-section .section-header {
  margin-bottom: 50px;
}

.team-img {
  display: inline-block !important;
}


.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.panel-default > .panel-heading {
  background-color: transparent;
  color: #424242;
  border: none;
  padding: 17px 0;
}
.panel-default > .panel-heading .panel-title {
  font-size: 2.2rem;
  font-weight: 300;
}
.panel-default > .panel-heading .panel-title a {
  color: #424242;
  line-height: 100%;
}
.panel-default > .panel-heading .panel-title a:before {
  line-height: inherit;
  color:#009ba8;
  content: "\e64b";
  font-family: 'themify';
  vertical-align: middle;
  margin-right: 15px;
}
.panel-default > .panel-heading .panel-title a:hover, .panel-default > .panel-heading .panel-title a[aria-expanded=true] {
  color:#009ba8;
}
.panel-default > .panel-heading .panel-title a[aria-expanded=true]:before {
  content: "\e648";
}

.panel-body {
  padding: 15px 0 0 42px;
}


.custom-section-1, .custom-section-2, .download-section {
  overflow: hidden;
}

.side-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: 140px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  width: 606px;
  z-index: 0;
}
.side-img.right-img {
  left: 50%;
  right: auto;
  margin-left: 140px;
  margin-right: 0;
}
.custom-section-1 .side-img {
  background-image: url(/img/bookaom-img.png);
}
.custom-section-2 .side-img {
  background-image: url(/img/slideimg.png);
}
.download-section .side-img {
  background-image: url(/img/slider-img.png);
}

.main-content {
  position: relative;
  z-index: 1;
}

.custom-section-2-carousel .item h2 {
  margin: 0;
}
.custom-section-2-carousel .item h2 span {
  display: block;
}
.custom-section-2-carousel .item p {
  margin-top: 24px;
}
.custom-section-2-carousel .owl-buttons {
  position: absolute;
  right: -220px;
  bottom: 0;
}
.custom-section-2-carousel .owl-prev, .custom-section-2-carousel .owl-next {
  border: 1px solid #ffffff;
  height: 38px;
  width: 38px;
  font-size: 1.8rem;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}
.custom-section-2-carousel .owl-prev span, .custom-section-2-carousel .owl-next span {
  color: inherit;
  line-height: inherit;
}
.custom-section-2-carousel .owl-prev {
  margin-right: 15px;
}


.footer {
  float: left;
  width: 100%;
  clear: both;
}

.footer-upper {
  float: left;
  width: 100%;
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 52px 0 52px;
    background: #5a8fff;	
}

.footer-upper-content h3 {
    font-size: 3.6rem;
    margin: 0 0 21px 0;

}
.footer-upper-content p {
      font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28px;
}
.footer-upper-content .subscription {
  width: 100%;
  max-width: 430px;
  margin: 54px auto 0;
}
.footer-upper-content .subscription [type=email] {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 25px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  margin-bottom: 8px;
}

.footer-upper-content .subscription [type=text] {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 25px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  margin-bottom: 8px;	
}

.footer-upper-content .subscription textarea {
  border: 1px solid #ffffff;
  background-color: transparent;

  border-radius: 25px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

.footer-upper-content .subscription [type=submit] {
  font-weight: 400;
  color:#009ba8;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  border: none;
  padding: 0 42px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-upper-content .subscription [type=submit]:hover {
  background-color:#1cabb7;
  color: #ffffff;
}
.footer-upper-content .subscription ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-upper-content .subscription ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-upper-content .subscription :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-upper-content .subscription :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.newsletter-success, .newsletter-error {
  margin-top: 15px;
  margin-bottom: 0;
  display: none;
}
.footer-upper-content .newsletter-success, .footer-upper-content .newsletter-error {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.newsletter-success {
  background-color: #0dd49b;
}

.newsletter-error {
  background-color: #e74c3c;
}

.footerlink{
	    margin: 14px 0 8px 0;
    padding: 0;
    float: right;
}

p.copyright-text {
    margin: 14px 0 8px 0;
    color: #fff;
    font-size: 14px;
    float: left;
}

p.copyright-text a{
	   color: #fff;
}

.footerlink ul{
	margin:0;
	padding:0;
	text-align: center;
}

.footerlink ul li{
	display: inline-block;
    padding: 0 9px;
   
}

.footerlink ul li a{
	    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.footerlink ul li a:hover{
	color:#3a589b;
	
}



.copyright-footer {
  float: left;
  width: 100%;
  clear: both;
  padding:46px 0 25px;
      background: #5a8fff;
    margin-top: 34px;	
}

.social a {
  color: #000;
  font-size: 1.4rem;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background-color:#fff;
  border-radius: 50%;
}
.social a + a {
  margin-left: 10px;
}
.social a:hover {
  background-color:#000;
  color: #ffffff;
}
.social + .copyright-text {
  margin-top: 42px;
  margin-bottom: 0;
}


.page-header {
  border: none;
  margin: 0;
  padding: 340px 0 85px;
  border-radius: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  background-position: center center;
  background-size: cover;
}

.page-title {
  font-size: 6rem;
  margin: 0;
}

.blog-list {
  float: left;
  width: 100%;
  position: relative;
}
.blog-list:after {
  position: absolute;
  right: -65px;
  background-color: #dbdbdb;
  width: 1px;
  top: 0;
  height: 100%;
  content: "";
}

.blog {
  float: left;
  width: 100%;
}
.blog + .blog {
  margin-top: 80px;
}
.blog .post-thumb {
  display: block;
  float: left;
  width: 100%;
}
.blog .post-thumb img {
  width: 100%;
}
.blog .post-metas {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.blog .post-metas .date-meta {
  display: inline-block;
  margin-right: 2px;
}
.blog .post-metas .admin-meta {
  margin-left: 2px;
  display: inline-block;
}
.blog .post-title {
  font-size: 2.4rem;
  color: #424242;
  margin-top: 6px;
  margin-bottom: 0;
}
.blog .post-title a {
  color: inherit;
}
.blog .post-title a:hover {
  color: #0dd49b;
}
.blog .post-excerpt {
  margin-top: 21px;
  margin-bottom: 0;
}
.blog .readmore-btn {
  display: inline-block;
  border: 1px solid #0dd49b;
  color: #0dd49b;
  text-transform: uppercase;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  padding: 0 27px;
  margin-top: 27px;
  border-radius: 20px;
}

.pagination {
  display: block;
  margin: 80px 0 0;
  float: left;
  width: 100%;
  border-radius: 0;
}

.page-numbers {
  display: inline-block;
  color: #707070;
  font-size: 1.8rem;
  border: 1px solid #e6e6e6;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  float: left;
}
.page-numbers + .page-numbers {
  margin-left: 10px;
}
.page-numbers.current {
  border-color: #0dd49b;
  color: #0dd49b;
}

.current-page {
  font-size: 1.6rem;
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 33px;
}


.sidebar {
  float: left;
  width: 100%;
}
.sidebar .widget {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 40px;
  margin-bottom: 33px;
}
.sidebar .widget + .widget {
  margin-top: 0;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget .widget-title {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 28px;
}
.sidebar .widget .widget-inner {
  float: left;
  width: 100%;
}
.sidebar .widget.search-widget {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .widget .searchform {
  width: 100%;
  float: left;
  position: relative;
}
.sidebar .widget .searchform ::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.sidebar .widget .searchform ::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.sidebar .widget .searchform :-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.sidebar .widget .searchform :-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.sidebar .widget .searchform [type=search] {
  color: #707070;
  width: 100%;
  height: 50px;
  border: 1px solid #dbdbdb;
  line-height: 48px;
  padding: 0 60px 0 15px;
}
.sidebar .widget .searchform [type=submit] {
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  line-height: 48px;
  color: #424242;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  font-size: 1.4rem;
}
.sidebar .widget .widget-cat {
  padding: 0;
  margin: 0;
}
.sidebar .widget .widget-cat .cat {
  display: block;
  width: 100%;
}
.sidebar .widget .widget-cat .cat + .cat {
  margin-top: 14px;
}
.sidebar .widget .widget-cat .cat a {
  color: #707070;
  display: block;
  line-height: 1.6667;
}
.sidebar .widget .widget-cat .cat a span {
  float: right;
}
.sidebar .widget .widget-cat .cat a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sidebar .widget .widget-cat .cat a:hover {
  color: #0dd49b;
}
.sidebar .widget .widget-posts {
  float: left;
  width: 100%;
}
.sidebar .widget .widget-posts .widget-post {
  float: left;
  width: 100%;
}
.sidebar .widget .widget-posts .widget-post + .widget-post {
  margin-top: 30px;
}
.sidebar .widget .widget-posts .widget-post .widget-thumb {
  display: inline-block;
  width: 70px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.sidebar .widget .widget-posts .widget-post .widget-thumb:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  color: #ffffff;
  background-color: rgba(13, 212, 155, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.sidebar .widget .widget-posts .widget-post .widget-thumb + .widget-post-content {
  float: left;
  width: calc(100% - 90px);
}
.sidebar .widget .widget-posts .widget-post .widget-post-title {
  color: #424242;
}
.sidebar .widget .widget-posts .widget-post .widget-post-title:hover {
  color: #0dd49b;
}
.sidebar .widget .widget-posts .widget-post .widget-post-date {
  margin-top: 7px;
  margin-bottom: 0;
}
.sidebar .widget .widget-posts .widget-post:hover .widget-thumb:before {
  opacity: 1;
}
.sidebar .widget .tags {
  margin: -5px;
  float: left;
  width: calc(100% + 10px);
}
.sidebar .widget .tags .tag {
  display: inline-block;
  color: #707070;
  height: 35px;
  line-height: 33px;
  border: 1px solid #dbdbdb;
  border-radius: 17px;
  padding: 0 17px;
  float: left;
  margin: 5px;
}
.sidebar .widget .tags .tag:hover {
  color: #0dd49b;
  border-color: #0dd49b;
}


.blog-single {
  float: left;
  width: 100%;
  position: relative;
}
.blog-single:after {
  position: absolute;
  right: -65px;
  background-color: #dbdbdb;
  width: 1px;
  top: 0;
  height: 100%;
  content: "";
}

.blog-single .blog .post-metas {
  margin-top: 42px;
}
.blog-single .blog .post-title {
  font-size: 3rem;
}
.blog-single .blog .post-entry {
  margin-top: 20px;
}
.blog-single .blog .post-entry p {
  margin-bottom: 20px;
}
.blog-single .blog .post-entry blockquote {
  color: #707070;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 98px;
  border: none;
}
.blog-single .blog .post-entry blockquote:before {
  content: "\e67e";
  font-family: 'themify';
  font-size: 3.6rem;
  color: #0dd49b;
  position: absolute;
  line-height: 100%;
  top: 0;
  left: 32px;
}

.single-footer {
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 20px;
}
.single-footer label {
  font-weight: 300;
  font-size: 1.8rem;
  margin: 0;
  color: #424242;
  border-right: 1px solid #e1e1e1;
  padding: 10px 15px;
  line-height: 30px;
}
.single-footer .post-tag-wrap {
  display: inline-block;
  padding: 10px 16px;
}
.single-footer .post-tag-wrap a {
  display: inline-block;
  line-height: 30px;
  color: #707070;
  font-size: 1.6rem;
}
.single-footer .post-share {
  float: left;
  width: 100%;
  text-align: right;
}
.single-footer .post-share label {
  float: right;
  border-right: none;
  border-left: 1px solid #e1e1e1;
}
.single-footer .post-share .share-social {
  display: inline-block;
  padding: 10px 16px;
}
.single-footer .post-share .share-social a {
  font-size: 1.4rem;
  color: #707070;
  line-height: 30px;
}
.single-footer .post-share .share-social a + a {
  margin-left: 19px;
}

.given-comment {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 74px;
}
.given-comment .comments {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  clear: both;
}
.given-comment .child-comments {
  padding-left: 110px;
}
.given-comment .comment {
  width: 100%;
  float: left;
}
.given-comment .comment-wrap {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 0;
}
.given-comment .commenter-thumb {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
.given-comment .commenter-thumb img {
  max-width: 100%;
}
.given-comment .comment-body {
  float: left;
  width: calc(100% - 110px);
}
.given-comment .comment-title {
  margin: 0;
  line-height: 100%;
}
.given-comment .comment-title .commenter-name {
  font-size: 1.8rem;
}
.given-comment .comment-title .comment-date {
  font-size: 1.6rem;
  color: #707070;
}
.given-comment .comment-content {
  margin-top: 20px;
}
.given-comment .comment-reply {
  font-weight: 400;
  color: #0dd49b;
  text-transform: uppercase;
  width: 100px;
  height: 35px;
  line-height: 33px;
  border-radius: 17px;
  text-align: center;
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin-top: 18px;
}
.given-comment .comment-reply:hover {
  background-color: #0dd49b;
  border-color: #0dd49b;
  color: #ffffff;
}

.given-comment-title {
  font-size: 2.4rem;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

.commenting-wrap {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 74px;
}
.commenting-wrap p {
  margin-bottom: 20px;
}

.comment-form-title {
  margin-top: 0;
  margin-bottom: 28px;
}

.comment-form input, .comment-form textarea {
  border: 1px solid #dbdbdb;
  background-color: transparent;
  width: 100%;
  margin-bottom: 30px;
  padding: 5px 20px;
}
.comment-form [type=submit] {
  font-weight: 400;
  color: #0dd49b;
  text-transform: uppercase;
  border: 1px solid #dbdbdb;
  background-color: transparent;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  padding: 0 55px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form [type=submit]:hover {
  color: #ffffff;
  background-color: #0dd49b;
  border-color: #0dd49b;
}




.form-body{
    background:#fff;
    padding:5px;
}
.login-form{
    background:rgba(255,255,255,0.8);
	padding:20px;
	border-top:3px solid#3e4043;
}
.innter-form{
	padding-top:20px;
}
.final-login li{
	width:50%;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs>li{
	color:#222 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color:transparent;
    border: none !important;
    border-bottom-color: transparent;
	border-radius:none !important;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: none !important;
    border-radius:none !important;
	text-transform:uppercase;
	font-size:16px;
}

.social-login{
	text-align:center;
	font-size:12px;
}
.social-login p{
	margin:15px 0;
}
.social-login ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.social-login ul li{
	width:33%;
	float:left;
    clear:fix;
}
.social-login ul li a{
	font-size:13px;
	color:#fff;
	text-decoration:none;
	padding:10px 0;
	display:block;
}
.social-login ul li:nth-child(1) a{
	background:#3b5998;
}
.social-login ul li:nth-child(2) a{
	background:#e74c3d;
}
.social-login ul li:nth-child(3) a{
	background:#3698d9;
}
.sa-innate-form input[type=text], input[type=password], input[type=file], textarea, select, email{
    font-size:14px;
	padding:10px;
	border:1px solid#ccc;
	outline:none;
	width:100%;
	margin:8px 0;
	
}
.sa-innate-form input[type=submit]{
    border:1px solid#e64b3b;
	background:#e64b3b;
	color:#fff;
	padding:10px 25px;
	font-size:14px;
	margin-top:5px;
	}
	.sa-innate-form input[type=submit]:hover{
	border:1px solid#db3b2b;
	background:#db3b2b;
	color:#fff;
	}
	
	.sa-innate-form button{
	border:1px solid #3cbc9d;
	background:#3cbc9d;
	color:#fff;
	padding:10px 25px;
	font-size:14px;
	margin-top:5px;
	}
	.sa-innate-form button:hover{
	border:1px solid #db3b2b;
	background:#db3b2b;
	color:#fff;
	}
    .sa-innate-form p{
        font-size:13px;
        padding-top:10px;
    }


	.btn span.glyphicon {    			
		opacity: 0;				
	}
	.btn.active span.glyphicon {				
		opacity: 1;				
	}
	
	.btn.chekboxbtn{
	    background: #3cbc9d;
		border: 0;
		border-radius: 0;
		
		height: 21px;
		padding: 0 4px;
		line-height:18px;
		
		margin-top: 7px;
	}
	
	.labchekboxtext{
		
		font-size: 13px;
		padding-left: 8px;
		font-weight: normal;
		padding-right: 59px;
		
	}

	.glyphicon.glypicontext{
		
		font-size: 11px;
		
	} 

	.btn.chekboxbtn:focus{
		 outline: none;
	}

.btn.chekboxbtn:hover, .btn.chekboxbtn:focus, .btn.chekboxbtn:active{
	outline: none;
	color: #fff;
}


.download-platform {
    
    margin-top: -42px;
}



.modal-content.smallmodal {
    width: 363px;
    margin: 50px auto;
    border-radius: 0;
}

.modal-body.paddnone{
	padding:0 21px;
}

.loginbox h1{
	font-size:25px;
	font-weight: 500;
}

.modal-content.smallmodal h4{}

.btn.otpbuttons{    
	    border-radius: 4px;
    
    padding: 3px 71px;
    line-height: 0;
    height: 32px;
    color: #fff;
    text-transform: capitalize;
    background:#01a858;
    box-shadow: none;
    border: 0;
    letter-spacing: 1px;
    font-size: 17px;
    
    
    clear: both;
    margin-bottom: 4px;
	margin-top: 14px;
}

.phonebox {
    
    padding: 0;
    border: 1px solid #BFBCBC;
    width: 100%;
    margin: auto;
    display: inline-block;
}

.phonebox .textno {
        font-size: 15px;
    color: #555;
    text-align: left;
    border-right: 1px solid #75707066;
    width: 10%;
    padding-left: 5px;
    float: left;
    height: 34px;
    padding: 3px 3px;
}

.form-control.phoneinput{
	
	    
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    
    
    padding: 4px 10px;
    
}

.form-control.phoneinput2{
	
	border: 0; 
    border: 1px solid #38252559;
    box-shadow: none;
    border-radius: 0;
    font-size:15px;
     width: 90%; 
   float: left;
        padding:4px 10px;
    height: auto;
}

.loginoutter{
	padding: 5px 17px;
}

.loginoutter p{
	font-size:12px;
	color: #313131;
	text-align: right;
	clear: both;
	letter-spacing: 1px;
	    margin-top: 6px;
}
.loginoutter p a{
	color: #fff;
}

.loginoutter2{	padding: 5px 40px;}
.loginoutter2 p{
	text-align: right;
	color: #76a1ff;
	font-size: 13px;
	
}




[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}


label.radiobutton {
  display: inline-block;
  cursor: pointer;
  line-height:15px;
  font-size: 1.5em;
	       margin-bottom: 0;
    margin-top: 24px;
}

[type="radio"] + span {
  
	    color: #fff;
    font-size: 16px;
	font-weight:300;
	letter-spacing: 1px;
}


[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.22em #fff;
  margin-right: 0.75em;
  transition: 0.5s ease all;
	    background: #fff;
}


[type="radio"]:checked + span:before {
    background: #01a858;
    box-shadow: 0 0 0 0.22em #fff;
}


[type="radio"]:focus + span:after {
  content: '';
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -32px !important;
	
}

.rightbox{
	margin: 33px 0 0 0;
}

.rightbox h1{
	font-size: 19px;
    margin: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	
}


.rightbox .listul{
	margin:17px 0 0 0;
	padding: 0;
}

.listul ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

.listul ul li{
	    display: inline-block;
    padding: 8px 0;
    list-style: none;
    
    width: 32%;
    float: left;
}

.listul ul li h4{
	letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
    color: #000;
    margin: 6px 0 0 0;
}

.leftbox {
    margin: 33px 0 0 0;
	
    padding: 0 29px;

}

.leftbox:after{
	    content: "";
    position: absolute;
    right:2px;
    top: 47px;
    width:1px;
    height: 345px;
    z-index: 99;
    background: #00000036;
}

.leftbox h1{
        font-size: 17px;
    margin: 0;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 1px;
	
}

.leftbox h3{
	font-size: 17px;
    margin: 18px 0 24px 0;
    line-height: 28px;
    font-weight: 600;
    color: #636363;
    letter-spacing: 1px;
    color: #636363d9;
}

.leftbox hr{
	margin:12px 0 12px 0;
    width: 86%;
}

.leftbox p{
	font-size: 12px;
	line-height: 0;
}

.modal-dialog.freelistigmodal{
	width: 71%;
	margin:85px auto;
}


.modal-content.smallmodal {
       width: 363px;
    margin: 71px auto;
    border-radius: 0;
    margin-left: 59%;
    background: #5a8fff;
    border: 1px solid #ffffffa1;
}

.modal-body.paddnone{
	padding:0;
}



.modal-content.smallmodal h4{}

.btn.otpbuttons2{    
	border-radius: 0;
    width: 100%;
    padding: 5px 0;
    line-height: 0;
    height: 37px;
    color: #fff;
    text-transform: capitalize;
    background: #5287f5;
    box-shadow: none;
    border: 0;
	letter-spacing: 1px;
}


.form-control.phoneinput2{
	
	border: 0;
	
	box-shadow: none;
	border-radius: 0;
	font-size:16px;
	width:90%;
	float: left;
}

.loginoutter{
	padding: 5px 17px;
	    margin-top: 31px;
}

.loginoutter2{	padding: 5px 40px;}
.loginoutter2 p{
	text-align: right;
	color: #76a1ff;
	font-size: 13px;
}

.btn.otpbuttons2 {
    border-radius: 0;
    width: 100%;
    padding: 19px 71px;
    line-height: 0;
    height: 32px;
    color: #fff;
    text-transform: capitalize;
    background:#5a8fff;
    box-shadow: none;
    border: 0;
    letter-spacing: 1px;
    font-size: 17px;
    
    
    clear: both;
    margin-bottom: 0;
    margin-top: 4px;
}

.bann-left-title{
	margin-top: 58px;
    margin-left: 59px;
}

.bann-left-title:before{
	content: "";
    position: absolute;
    top: 92px;
    left: 23px;
    background: url(/img/Side-Lines.png) no-repeat;
    width: 20px;
    height: 114px;
}

.bann-left-title h3{
	font-size: 43px;
    line-height: 30px;
    margin: 0;
    color: #FFFFFF;
    letter-spacing: 1px;
} 

.bann-left-title h1{
	font-size: 69px;
    line-height: 101px;
    margin: 0;
    color: #FFFFFF;
    font-weight:500;
    letter-spacing: 1px;
}

.bann-left-title p{
	font-size: 17px;
    line-height: 25px;
    margin: 0;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.tabbable-line {
    margin-top: 14px;
}


.appoint-box{
	background-color: #53cfe9;
    padding: 0 0;
    margin-top: 20px;
    display: inline-block;
    
    text-align: center;
	width: 100%;
    margin-bottom: 30%;
	min-height: 110px;
}

.appoint-box h3{
	background-color: #20bae0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 4px 0;
    font-weight: 600;
	
}

.plus-butt{
	float: right;
    margin-top: 14%;
    margin-right: 7px;
    margin-bottom: 9px;
}
.img-left{
	    margin: 6px 0 7px 6px;
}

.app-detials{
	background: #20bae0;
    width:100px;
    height:100px;
    border-radius: 100%;
    font-size: 14px;
    color: #fff;
    border:4px solid #fff;
    margin: auto !important;
    text-align: center;
    z-index: 999;
    position: absolute;
    top:75px;
    left: 0;
	right: 0;
	padding-top:1px;
	    
	
}

.app-detials h3{
	    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.app-detials p{
	font-size: 10px;
	color:#fff;
	line-height: 5px;
	
}

.detial-white{
	background: #fff;
    border-radius: 10px;
    padding: 0px 2px;
    font-size: 12px;
    color: #20bae0;
    margin-top: -14px !important;
    width: 67%;
    margin: auto;
    font-weight: 500;
    
    letter-spacing: 1px;
}
.detial-white a{color: #20bae0;}



.light-green{
	background-color:#74ddd9 !important; 
}

.light-green h3{
	background-color:#4bc8c2 !important; 
}

.light-greendetial{
	background:#34d2c4 !important;
}

.light-greendetial a{color: #4bc8c2 !important;}




.dark-bule{
	background-color:#458ed3 !important; 
}

.dark-bule h3{
	background-color:#3a72ab !important; 
}

.dark-buledetial{
	background:#3a72ab !important;
}

.dark-buledetial a{color: #3a72ab !important;}




.light-pink{
	background-color:#fd5972 !important; 
}

.light-pink h3{
	background-color:#dd4c5b !important; 
}

.light-pinkdetial{
	background:#dd4c5b !important;
}

.light-pinkdetial a{color: #dd4c5b !important;}






.dark-pink{
	background-color:#ec407a !important; 
}

.dark-pink h3{
	background-color:#d81a60 !important; 
}

.dark-pinkdetial{
	background:#d81a60 !important;
}

.dark-pinkdetial a{color: #d81a60 !important;}




.dark-green{
	background-color:#d4e056 !important; 
}

.dark-green h3{
	background-color:#b0b42b !important; 
}

.dark-greendetial{
	background:#afb32b !important;
}

.dark-greendetial a{color: #afb32b !important;}



.dark-brown{
	background-color:#a1897f !important; 
}

.dark-brown h3{
	background-color:#6d4d42 !important; 
}

.dark-browndetial{
	background:#6d4d42 !important;
}

.dark-browndetial a{color: #6d4d42 !important;}




.dark-orange{
	background-color:#ffb74e !important; 
}

.dark-orange h3{
	background-color:#fb8c00 !important; 
}

.dark-orangedetail{
	background:#fb8c00 !important;
}

.dark-orangedetail a{color:#fb8c00 !important;}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}




.left-conten {
    margin-top:74px;
}

.dr-right-img{
	margin-top:20px; 
}
.left-conten h1{
	
	font-size: 46px;
    color: #081e4f;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
	
}


.left-conten h4{
	
	    font-size: 25px;
    color: #081e4f;
    text-transform: capitalize;
    line-height: 59px;
    margin: 0;
    text-align: left;
    padding: 0 6px;
	
}


.inner-box{
	margin-top: 24px;
    margin-left: 12%;
}

.inner-box h3{
	font-size: 29px;
    color: #081e4f;
    text-transform: capitalize;
    line-height: 59px;
    margin: 0;
    text-align: left;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 300;
	
}

.inner-box h2{
	font-size: 43px;
    color: #081e4f;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0;
    text-align: left;
    font-style: italic;
    font-weight: 600;
	
}

.inner-box h4{
	 font-size: 32px;
    color: #081e4f;
    text-transform: capitalize;
    line-height: 62px;
    margin: 0;
    text-align: left;
    padding: 5px 37px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
	
}

a.getstartbutt {
    background: #284e97;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 23px;
    font-weight: 600;
    margin: 0 0 0 32px;
    font-size: 17px;
}



.about-title{
	margin-bottom:105px;
	
}


.inner-box-conten {
    padding:5px 4px 0 72px;
}

.about-title h3{
	 font-size:29px;
    letter-spacing: 3px;
    font-weight: 400;
	margin: 0;
	color: #000000;
}

.about-title h1{
	font-size:50px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 0;
    color: #000000;
    text-transform: uppercase;
}

.about-title h4{
	font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
	color: #000000;
}

.bule-bg{
	width: 100%;
    background: #284d9b;
    padding:25px 351px  25px 9px;
    float: left;
    clear: both;
	margin-top:-76px;
}

.bule-bg:before {
        content: '';
    position: absolute;
    left: 0;
    bottom:321px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    clear: both;
    right: 149px;
    text-align: center;
    
    margin: 0 auto;
  
}




.bule-bg:after {
           content: '';
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #284d9b;
    clear: both;
   
    right: 149px;
    text-align: center;
    
    margin: 0 auto;
  
}

.inner-light-bule{
	width:100%;
	background:#5a8fff;
	padding:17px 25px;
	float:left;
	clear: both;
}

.right-video {
        
    
    
    float: right;
    margin-top: -471px;
    margin-right: 7%;
}

.icon-box {
    margin: 16px 0 16px 0;
}

.icon-box h3{
	font-size:19px;
	letter-spacing: 1px;
	color:#FFFFFF;
	margin:3px 0 5px 0;
	font-weight: 300;
}

.icon-box  span{
	font-size:29px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 32px;
}

.padding-LR{
	padding-left:5px !important;
	padding-right: 5px !important;
}


.inner-light-bule p{
	color: #fff;
    letter-spacing: 2px;
    text-align:right;
    margin: 0;
    line-height: 20px;
    font-size: 24px;
}


.getbuttons {
        background: #284e99;
    border: 0;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: capitalize;
    
    margin: 11px 1px 0 0;
    padding: 2px 11px;
    float: right;
    
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.getbuttons a{
	color:#fff !important;
	
}


.video-box {
    position: absolute;
    top:25%;
    left: 0%;
    right: 0%;
    margin-left: 69%;
}

.download-content{}


.download-content h2{
	font-size:44px;
	color:#284d9a;
	margin: 0 0 5px 0;
	font-weight: 400;
	text-transform: capitalize;
	text-align: left;
}

.download-content h4{
	font-size:20px;
	color: #000000;
	margin: 0 ;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
}



.download-content p{
	font-size: 18px;
    color: #6e6e6e85;
    line-height: 25px;
    margin: 15px 0 0 0;
    text-align: left;
    font-weight: 600;
}


.list-download ul{
	margin:25px 0 0 0;
	padding: 0;
	   
}

.list-download ul li{
	
	line-height: 26px;
    font-size: 16px;
    color: #000;
    text-align: left;
    list-style-image: url(/img/Check-Mark-01.png);
    list-style-position: inside;
    font-weight: 400;
	
}


.secction-bule-bg{
	background: #5a8fff;
}


.services-box{
	text-align: center;
	margin-bottom: 48px;
    padding: 20px 30px;
}

.services-box h2{
	font-size:20px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0;
	color: #FFFFFF;
}

.services-box p{
	font-size:17px;
    font-weight:300;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin:8px 0 0 0;
    color: #FFFFFF;
    padding: 0 20px;
    line-height:22px;
}

.featiure-bg{
	 position: relative;
    background-image: url(/img/Bg-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:506px;
	background-attachment: fixed;
}

.red-box{
	position: absolute;
    left: 121px;
    right: 0;
    top:0;
}
.red-box h2{
	font-size:43px;
	text-transform: uppercase;
	
	padding-bottom: 8px;
	color:#fff;
	letter-spacing: 1px;
	font-weight:300;
	    margin: 30px 0 0 0;
}
.red-box hr{
	width:293px;
    
    
    clear: both;
    margin: 0 0 18px 0;
    line-height: 0;
    padding: 0;
    height: 0;
}


.red-box p{
	font-size:20px;
    color: #fff;
    line-height:33px;
    letter-spacing: 1px;
    margin: 0;
}

.mobile-features{
	padding:35px;
	margin-top:-26px;
}

.secure-title h3{
	font-size: 45px;
	color: #000000;
	font-weight: 500;
	margin:0;
	text-transform: uppercase;
	text-align: center;
}

.secure-title  hr{
    width: 445px;
    
    
    clear: both;
    height: 14px !important;
    margin: 0 auto;
    line-height: 0;
    padding: 0;
    height: 0;
    color: #000000;
    text-align: center;
    font-weight: 700;
} 

.secured-box{
	text-align: center;
}

.secured-box h3{
	text-align: center;
	font-size:20px;
	color:#000000;
	letter-spacing: 1px;
	margin:5px 0 0 0;
	
}

.footer-link ul{
	margin: 0;
	padding: 0;
	
}


.footer-link ul li{
	list-style: none;;
	padding: 0;
	line-height: 25px;
	
}

.footer-link {
    margin-left: 34%;
	margin-top: 28px;
}

.footer-link ul li a{
	color: #fff;
	font-size:16px
}

.add-text{
	margin: 0;
	padding: 0;
}
.add-text h3{
	font-size: 22px;
	color: #fff;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.add-text h6{
	font-size: 16px;
	color: #fff;
	margin: 0 0 5px 0;
	    letter-spacing: 1px;
}

.add-text p{
	font-size: 15px;
	color: #fff;
	margin:10px 0 0 0;
	line-height:20px;
}

.social a.facebook{
	    background-color: #3a589b;
	color:#fff;
}

.social a.twitter{
	    background-color: #55acee;
	color:#fff;
}

.section-padd-top{
	padding-top: 0;
}


.boox-wrap{
	margin-top:-106px;
	margin-bottom:77px;
	padding: 0 120px;
}

.boox-1{
	background: url(/img/boox-1.png) no-repeat;
	width:250px;
	height:198px;
	float: left;
}

.boox-2{
	background: url(/img/boox-2.png) no-repeat;
	width: 250px;
	height:198px;
	float: left;
}

.boox-3{
	background: url(/img/boox-3.png) no-repeat;
	width:250px;
	height:198px;
	float: left;
}


.boox-4{
	background: url(/img/boox-4.png) no-repeat;
	width:250px;
	height:198px;
	float: left;
}


.inner-boxt-text{
	
	
    
    
    
    text-align: center;
    padding:47px 46px;
}

.inner-boxt-text h3{
	
	color: #fff;
	font-size: 20px;
	margin: 10px 0 0 0;
	font-weight: 300;
}

.googel-playbtt{
	margin-top: 24px;
    float: left;
}






.padd-none{
	padding:0 !important;
}


.bule-box{
	background: #5a8fff;
    padding: 17px 0;
    margin-top: -16px;
    padding-left: 207px;
}

label.radiobutton.radiobutton1{
	    padding-left: 24px;
}

label.radiobutton span h6{
	    color: #fff;
    margin: 0;
    text-align: left;
    padding-left: 27px;
    font-size: 12px;
}



[type="radio"] + span.radiobox:before {
	    background: transparent;
	
}

[type="radio"]:checked + span.radiobox:before{
	background: #01a858;
    
}

.right-price{
	    margin-top: 21px;
}

.right-price h3{
	font-size: 14px;
    color: #fff;
    text-align: right;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.rupesbox{
	border: 2px solid #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    padding: 0 0;
    width: 100%;
    text-align: center;
}


.btn.buy-now{
	    background: none;
    border-radius: 10px;
    padding: 13px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 0;
    height: auto;
    border: 1px solid #fff;
    margin: 5px 0 0 -13px;
    letter-spacing: 1px;
}


.freepacklist {
    box-shadow: 1px 0px 5px -1px rgba(191,194,203,1);
	    margin-left: 30%;
}

.freepacklist.freepacklist2{
	margin-left: 0;
}

.freepacklist h2{
	font-size:20px;
	text-align: center;
	background-color:#09856b;
	padding:8px 0;
	font-weight: 600;
	color:#fff;
}

.freepacklist ul{
	margin:0;
	padding: 34px 41px;
}

.freepacklist ul li{
	padding:0 0;
	list-style: none;
	font-size: 15px;
	line-height:22px;
	color: #000;
	text-align: left;
	font-weight: 300;
}


.container-fluid.cont-fluid{
	padding-left:25px;
	padding-right:25px;
}

.plus-img{
	vertical-align:middle;
	margin-top: 13%;
	text-align: center;
}

.right-textbox h2{
	font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    padding: 3px 0;
    text-transform: capitalize;
    margin: 0 0 15px 0;
	
}

.right-textbox{
	margin-top:20px;
	margin-right: 10%;
}

.right-textbox h2.colo-lightbule{
	background-color:#20bae0; 
}

.right-textbox h2.colo-lightgreen{
	background-color:#4bc8c2; 
}


.right-textbox h2.colo-darkbule{
	background-color:#3a72ab; 
}

.right-textbox h2.colo-lightpink{
	background-color:#dd4c5b; 
}

.right-textbox h2.colo-pinkdark{
	background-color:#dd4c5b; 
}


.right-textbox h2.colo-darkgreen{
	background-color:#b0b42b; 
}


.right-textbox h2.colo-browan{
	background-color:#6d4d42; 
}


.right-textbox h2.colo-orange{
	background-color:#fb8c00; 
}





.tabbable-panel {
  border:0;
  padding: 10px;
}


.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right:0;
    width: 50%;
	    background: #214aa2;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #fff;
    text-align:center;
    font-size: 31px;
    text-transform:uppercase;
    letter-spacing: 1px;
    padding: 2px 0;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom:0;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #fff;
}
.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:0;
  position: relative;
  background: #fff;	
}


.tabbable-line > .nav-tabs > li.deactive {
    background-color: #fff;
}
.tabbable-line > .nav-tabs > li.deactive a{
	color:#214aa2;
}

.tabbable-line > .nav-tabs > li.active.activbg{
	background-color:#214aa2;
}

.tabbable-line > .nav-tabs > li.active.activbg:hover{
	background-color:#214aa2;
}

.tabbable-line > .nav-tabs > li.active.activbg > a{
	color:#fff;
}

.tabbable-line > .nav-tabs > li.active.activbg:after{
	    border-top: 17px solid #214aa2;
}

.tabbable-line > .nav-tabs > li.active:after{
	content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left:17px solid transparent;
    border-right:17px solid transparent;
    border-top: 17px solid #fff;
    clear: both;
} 

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color:#214aa2;
}
.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;
}




.ui-widget-content {
    border: 1px solid #dddddd;
    background: #fff !important;
}

.ui-menu-item {
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
	padding: 5px 5px !important;
	cursor: pointer !important;
	border: 0 !important;
	background: #fff !important;
	color: #000 !important;
	
}

.ui-menu-item:hover{
	background: #5a8fff !important;
	color:#fff !important;
	border: 0 !important;
	padding: 5px 5px !important;
}

.ui-menu-item:focus{
	background: #5a8fff !important;
	color:#fff !important;
	border: 0 !important;
	padding: 5px 5px !important;
}

select.ui-datepicker-month {
	
	    padding: 2px 10px !important;
	color:#000 !important;
	font-size: 13px !important;
}

select.ui-datepicker-year {
	    padding: 2px 10px !important;
	color:#000 !important;
	font-size: 13px !important;
}




.child-member {
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 100%;
	cursor: pointer;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.child-member:hover{
	box-shadow:0 9px 6px 0 #d9d9da;
    -webkit-box-shadow:0 9px 6px 0 #d9d9da;
    -moz-box-shadow:0 9px 6px 0 #d9d9da;
    -o-box-shadow: 0 9px 6px 0 #d9d9da;
    cursor: pointer;
}

.child-member > * {
    float: left;
}

.child-member .member-details {
    line-height: 24px;
    padding: 20px 24px;
}

.child-member .member-details h4 {
	    color: #fff;
        margin: 0;

}

.child-member .member-details p {
        margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.bg-darkpink {
    background-color: #d83385;
}

.bg-darkbule {
    background-color: #5a8fff;
}

.child-member .member-details h4 span {
        font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.bg-orange {
    background-color: #fa7a28;
}

.bg-gray {
    background-color: #053542;
}

.p-line {
    width: 142px;
    height: 1px;
    margin-right: 12px;
    margin-top: 13px;
	background-color:#cacaca;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.mb-sm {
    margin-bottom: 50px;
}
.con-img {
    width: 100%;
    position: relative;
}

.con-img img {
    z-index: 2;
    position: relative;
}

.img-about {
    width: 97%;
    margin-left: 12px;
    margin-top: 12px;
}

.con-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 95%;
    width: 95%;
    border-radius: 2px;
    z-index: 1;
	background-color:#e6e6e6;
}

.con-icons {
    width: 86%;
}

.h-section {
    color: #444 !important;
    font-size: 3rem;
    text-transform: uppercase!important;
    font-weight: 500;
}

.hr-about{background-color:#cacaca;    
	      height: 1px;
          width: 66%;
          margin: 20px 0 30px;
}
.col-lg-5.hidd.mb-sm {
    margin-top: 1%;
}
.name-text{
	font-size: 15px;
	text-transform: capitalize;
}

