  /*
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Slab', serif;
	font-family: 'Fjalla One', sans-serif;
	
	font-family: 'Roboto Slab', serif;
	font-family: 'Lobster', cursive;
*/
@import "framework.css";
@import "loader.css";
@import "ui-reset.css";
.container{
	position:relative;
}
*{
	box-sizing:border-box;
}
.pm0{
	padding:0px;
	margin:0px;
}
/*
button,.btn{
	padding:0px;
	margin:0px;
}
*/
img{
	max-width:100%;
}
li{
	list-style:inside;
}
body,h1,h2,h3,h4,ul,li,p{
	margin:0px;padding:0px;font-weight:normal;
}
body{
	color:#333;
	font-family: 'Roboto', sans-serif;
}
a{
	display:inline-block;
	color:#0056b3;
}
.clear{
	clear:both;
}
/*
.main{
	display:none;
}
*/
/* Modal */
.modal-header{
	background:#ff6100;	color:#fff;	border-radius:0px; 
}
.modal-content{
	border-radius:0px;
}
.modal-content a{
	color:#EF5350;
}
.btn-primary{
	background-color: #ff6100;
    border-color: #ff6100;
	border-radius:0px;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #FB8C00;
    border-color: #FB8C00;	
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,.btn-primary.focus, .btn-primary:focus{
	box-shadow: 0 0 0 0.2rem rgba(255, 96, 0,0.3);
}
.input-group>.input-group-prepend>.input-group-text{
	border-radius:0px;
}

/* Header */
.header{
	color:#333;
}
.header .logoarea{
	border-bottom:3px solid #FFF;
}
.header .logo{	
	font-family: 'Fjalla One', sans-serif;
}
.header .menu li{
	display:inline-block;
	padding:10px 20px;
}
.header .menu li a{
	color:#333;
	padding:0px 5px;
}
.body{
	position:relative;
	background:url(../images/banner/banner.jpg);
	min-height:700px;
	border-top:5px solid #ff6100;
	border-bottom:5px solid #ff6100;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center left;
}
.logoarea .menu{
	padding-top:10px;
}

/* Search Form */
.searchform{	
	/*background:rgba(255,255,255,0.9);*/
	background:rgba(255,255,255,1);
	border:3px solid #ff6100;
	min-height:200px;
	color:#333;
	margin-top:150px;
}
.searchform .tab{
	background:#ff6100;
	color:#fff;
	display:inline-block;
	padding:10px;
	font-size:20px;
	position:relative;
	top:-45px;
	left:-18px;
}

.heading{
	font-family: 'Roboto Slab', serif;
	font-size:40px;
	border-bottom:3px solid #ff6100;
}

/* Steps */
.steps .box{
	border:3px solid #ff6100;
	height:200px;
	width:200px;
	padding-top:50px;
	border-radius:100%;
	transition:all 0.2s;
}
.steps a{
	color:#333;
}
.steps a:hover{
	text-decoration:none;
}
.steps .box .icon{
	font-size:50px;
	color:#ff6100;
	transition:all 0.2s;
}
.steps .box h3{
	font-size:20px;
	transition:all 0.2s;
}
.steps .box:hover{
	background:#ff6100;
	transform: scale(1.2);
}
.steps .box:hover .icon,.steps .box:hover h3{
	color:#fff;
}
.banner .bg1{
	background:url("../images/banner/adv1.jpg") no-repeat;
	background-size:1130px auto;
	height:177px;
}
.profile .box{
	border:1px solid #f3f3f3;
	padding:10px;
	box-shadow:0px 0px 5px #ccc;
	margin:20px 0px;
}
.profile .details{
	padding:10px 5px;
	background:#f3f3f3;
	font-size:12px;
}

/* Assitance Service */
.adetails p{
	font-size:20px;
	line-height:50px;
}
.adetails p i{
	padding-right:10px;
	color:#ff6100;
}
.sucessstory{
	line-height:40px;
}
.sucessstory img{
	border:5px solid #fff;
	box-shadow:0px 0px 5px #000;
}
.sucessstory p{
	font-size:20px;
}
.footer li{
	list-style:none;	
}
.footer li a{
	color:#fff;
	font-size:20px;
}
.footer .socialicon i{
	width:40px;
	margin-right:10px;
	background:#fff;
	color:#ff6100;
	line-height:40px;
	text-align:center;
	border-radius:50%;
}
.footer .socialicon img{
	width:32px;
	height:32px;
	margin:10px 5px 0px;
}
.footer .links h3{
	font-size:20px;
	margin-bottom:20px;
	color:#FFF;
}
.footer .links li a{
	font-size:14px;
	color:#FFF;
}
.credit a{
	color:#fff;
}

/* Link Panel */
.sidebar{
	border-radius:10px;
}
.sidebar .block{
	padding-top:15px;
	background:#f3f3f3;
	margin-bottom:10px;
  margin-top: 0px;
}
.sidebar .img img{
	border-radius:10px;
}
.sidebar .img{
	margin-bottom:20px;
  text-align: center;
}
.linkpanel h2{
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
  text-align: center;
}
.linkpanel .links{
	padding-left:10px;
	line-height:40px;	
	padding-bottom:10px;
}
.linkpanel .links div{
	border-bottom:1px solid #ccc;
	font-size:14px;
}
.linkpanel .links a{
	color:#333;
}
.linkpanel .links div.active,.linkpanel .links div.active a{
	color:#ff6100;
}
.linkpanel .links div i{
	padding-right:15px;	
}

.rightside{
	padding-left:30px;
}

.profile .col-md-4{overflow:hidden;}
.profile .box{
	background:#fff;
	padding:0px;
}
.rightside .block{
	background:#fff;
}

.searchresult .card-header{font-weight:bold;}
.faq h3{
	box-shadow:0px 0px 5px #737373;
	font-size:20px;
	padding:20px;
	cursor:pointer;
	margin-bottom:20px;
}
.faq h3 i{
	color:#ff6100;
	padding-right:20px;
}
.faq p{
	font-size:18px;
	text-align:justify;
}
.faq a{
	color:#333;
	display:block;
}

.address h3{
	font-size:26px;
	padding:20px 0px;
}
.address h4{
	padding:0px 0px 20px;
	font-size:18px;
}
.address a{
	color:#ff6100;
}
.btns button{
	border-radius:0px;
	border:0px;
	padding:7px 10px;
	background:#e3e3e3;
	color:#333;
	cursor:pointer;
}
.btns button.primary{
	border-radius:0px;
	border:0px;
	padding:7px 10px;
	background:#333333;
	color:#fff;
}
.bg2{
	background:#c9d6df;
}
.logoarea .name{
	font-weight:bold;
	padding-right:10px;
}
.logoarea .small{
	width:50px;
	border-radius:5px;
}
.logoarea .photo{
	text-align:center;
}
.logoarea .actype{
	font-size:12px;
}
.header .setting li{
	padding:0px 5px;
	font-size:30px;
}
.header .upgrade a{
	color:#ff6100;
	font-weight:bold;
}
.menu2{
	background:#333;
}
.menu2 li{
	display:inline-block;
}
.menu2 a{
	padding:10px 20px;
	color:#fff;
}
.adsblock{
	background:#cccccc;
	color:#333333;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	margin-bottom:10px;
}
.inner .profile .heading{
	font-size:18px;
	padding: 10px 0px;
	border-bottom:0px;
	background:#e2e2e2;
}
.rightside .block{
	padding:0px;
	border:1px solid #e2e2e2;
	border-radius:0px;
}
.inner .profile .container{
	padding:0px;
	
}
.inner .profile .details{
	font-size:12px;
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
	border: 1px solid #ff6100;
    background: #ff6100;
}
.homeform .form1{
	margin-top: 500px;
}
.card-body{
	padding:0.25rem;
}
.recentprofile .card-body img{
	height:60px;
}
.recentprofile .card{
	border:0px;
}
.recentprofile{
	border:1px solid #ccc;
}
.form-control{
	border-radius:0px;
}
.recentprofile .card .img img{
	border-radius:50%;
	height:51px;
	width:60px;
}

.recentprofile .card{
	padding:10px;
	border-bottom:1px solid #ccc;
	margin:0px 10px;
}
.recentprofile .card-body{
	margin-bottom:5px;
}
.stickeyad{
	position:fixed;
	z-index:1000;
	top:0px;
	left:0px;
	width:100%;
	margin-top:0px!important;
}
.tabs1{
  font-size:14px;
}
.tabs1 .ui-corner-top{
	border-radius:0px;
	border-width:0px;
}
.tabs1 .ui-tabs .ui-tabs-nav li{
	width:49.5%;
	background:#fff;
}
.tabs1 .ui-state-active,.tabs1 .ui-widget-content .ui-state-active,.tabs1 .ui-widget-header .ui-state-active{
	background: linear-gradient(#ededed, #fff)!important;
	border-radius:0px;
	border-color:#ccc;
	border-width:1px;
	border-bottom:0px;
}
.tabs1 .ui-state-active a{
	color:#000;
}
.tabs1 .ui-widget-header{
	background:transparent;
	border-width:0px;
	border-radius:0px;
	border-bottom:1px solid #ccc;
}

.tabs1 .ui-tabs .ui-tabs-nav li a{
	width:100%;
	text-align:center;
}
.tabs1 .ui-widget.ui-widget-content{
	border-radius:0px;
	border: 1px solid #c5c5c5;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	padding: .5em 0em;
}
.tabs1 .line .row{
	border-bottom:1px solid #e3e3e3;
	line-height:35px;
}
.tabs1 .line .row:last-child{
	border-bottom:0px;
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: green;
}

/* Circle Animation Start */

.circles {
	margin-bottom: -10px;
}

.circle {
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}


.install {
  display: inline-block;
}

.install a {
  display: block;
  width: auto;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 20px;
  background-color: #111;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  margin: 5px auto;
  transition: all .3s;
}

.install code {
  padding: 6px 12px;
  display: block;
  font: 13px/20px Courier New, Liberation Mono, monospase;
  background-color: #333333;
  border-radius: 4px;
  margin: 5px 0;
  white-space: nowrap;
}

.install a:hover {
  background-color: #222;
}

.credits {
  color: #aaa;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.credits img {
  margin-left: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

@media (max-height: 600px), (max-width: 480px) {
  .credits {
    position: inherit;
  }
}

/* Circle Animation End */

/* Multi Level Menu Start */

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #f1f1f1;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 100%;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #ff6100;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #ff6100;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
	
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #dc5b0c;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub{
	z-index:80;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #000000;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 200px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 100%;
  display: block;
}
/*
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
*/
/* Multi Level Menu End */

button{
	cursor:pointer;
}

.contactno h2{
	font-size:20px;
	font-family: 'Roboto Slab', serif;
}
.rightside .block{
	margin-bottom:10px;
}
.morelink{
	padding-right:10px;
}

.bgdetails .card,.bgdetails .card-header{
	border-radius:0px;
}
.bgdetails .card-header{
	padding:10px 10px;
	font-size:14px!important;
	font-weight:bold;
}
.bgdetails .card-body label{
	font-weight:bold;
}
.bgdetails .card-body{
	font-size:14px;
}
.bgdetails .card-body a{
	color:#000;
	font-weight:normal;
}
.btn-normal{
	border:1px solid #ccc;
	border-radius:0px;
	background: linear-gradient(#ededed, #fff)!important;
}
#accordion .ui-accordion-content{
	height:auto!important;
}
#accordion .form-check{
	margin-bottom:10px;
}
.photos img{
	border:1px solid #ccc;
	padding:5px;
}
.photos h3{
	font-size:14px;
	font-weight:bold;
}
.list-none li{
	list-style:none;
}
.editlink{
	font-weight:bold;
	font-size:12px;
}
.menu2{
	background:#fff;
}

.ui-widget{
	font-family: 'Roboto', sans-serif;
}
.photooption{
	font-size:16px;
}
.photooption a{
	color:#0056b3;
}
.photooption .box{
	text-align:center;
	border:1px solid #ccc;
	padding:10px;
}
.photooption .box .icon{
	font-size:40px;
	color:#00a5c4;
}
.photooption .box .option{
	font-weight:bold;
	margin-top:10px;
}
.dailogue{
	font-size:14px;
	line-height:20px;
}
.dailogue p{
	margin-bottom:10px;
	text-align:justify;
}
.editdetails li{
	list-style:none;
	margin-bottom:15px;
	color:#0056b3!important;
}
.editdetails li i{
	margin-right:10px;
}
.editdetails li a{
	color:#0056b3!important;
	text-decoration:underline;
}
.card-header a{
	color:#0056b3!important;
	text-decoration:underline;
}
.selectphoto{
	border:1px solid #ccc;
	font-size:30px;
}
.selectphoto{
	display:flex;
}
.selectphoto .img{
	padding:10px 20px;
	border-right:1px solid #ccc;
}
.selectphoto .text{
	padding:20px 10px;
	font-size:20px;
}
.browsebtn{
	cursor:pointer;
}
.availphoto .img{
	height:150px;
}
.availphoto .img .radiobtn{
	display:none;
}
.availphoto .img:hover .radiobtn{
	display:block;
}
.availphoto .img:hover img{
	border:2px solid #d81e1e;
}
.availphoto .img img{
	cursor:pointer;
}
.border-top{border-top:1px solid #ccc;padding-top:20px;	}
.border-top .btn{width:100px;}
.section{
	font-size:14px;
	padding:10px 15px 0px;
}
.section .header{
	font-weight:bold;
	padding:5px 20px;
	background:#f3f3f3;
	border:1px solid #ccc;
}
.section .content{
	line-height:30px;
	padding:10px 20px;
}
.card.bgyellow{
	border-color:#ffdecb;
}
.bgyellow .card-header{
	background-color:#ffdecb;
}
.quickmatches{
	padding:10px 0px;
	margin-top:10px;
	margin-bottom:10px;
}
.quickmatches h2{
	margin-bottom:20px;
}
.quickmatches .section{
	padding:0px;
	margin-bottom:5px;
}
.quickmatches .section .content{
	padding:0px;
	border:0px;
}
.rightsidebar .recentprofile p{
	line-height:20px;
}
.card .mainimg img{
	border-radius:0px;
	height:auto;
	width:auto;
}
.middle .card-body .card-body{
	padding:10px 20px;
}
.pagination li{
	list-style:none;
}
.pagination a{
	color:#000;
}
.pagination a:hover{
	color:#333;
}
.options a{
	color:#ff6100;
}
.list-group-item-primary,.list-group-item-primary a{
	background:#00a5c4;
	color:#fff!important;
	font-weight:700;
}
.badge-secondary{
	background:transparent;
	font-size:20px;
	color:#000;
}
.list-group-item-primary .badge-secondary{
	color:#fff;
}
.options li,.options table tr td,.options table tr th{
	padding-top:5px;
	padding-bottom:5px;
}
.card-header{
	background:#ccc;
	padding:10px 15px;
}

.bordergrey{
	border:1px solid #ccc;
}
.samplephoto img{
	max-width:80px;
}
.samplephoto{
	text-align:center;
}
.samplephoto .left{
	display:inline-block;
	vertical-align:top;
	width:230px;
	border-right:2px solid #ccc;
	text-align:left;
}
.samplephoto .right{
	text-align:left;
	display:inline-block;
	vertical-align:top;
	padding-left:20px;
	width:450px;
}
.samplephoto .images .box{
	display:inline-block;
	vertical-align:top;
	margin: 5px;
}
.firstheading tr td:first-child{
	font-weight:bold;
	padding-left:20px;
}
.card-header:first-child{
	border-radius:0px;
}
.card-body{
	font-size:14px;
}
/* Setting Dialogue Box Start */
.settingdialog li{
	display:block;	
	text-align:left;
}
.settingdialog li i{
	width:30px;
	padding-right:0px;
}
.settingdialog li a{	
	display:inline;
	padding: 10px 0px;
}
/*
.settingmenu{
	
}
.settingmenu .container{
	position:relative;
}
*/
#settingarea{height:82px;}
#settingdialog{
	/*display:none;*/
}
/*
.settingdialog:before{
	content: "\f0d8";
	font-family: FontAwesome;
  font-size: 40px;
	top: -38px;
  right: 35px;
	position:absolute;
}*/
.settingdialog{
	width:400px;
	position:absolute;
	top:75px;
	right:15px;
	z-index:111;
	background:#fff;
	padding:10px 20px;
	display:none;
/*	border:3px solid #333; */
	box-shadow:rgba(43, 59, 93, 0.35) 0px 4px 12px;
}
.settingdialog a{
	color:#333;
}
.settingdialog li{
	list-style:none;
	font-size:14px;
	line-height:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.settingdialog li i{
	padding-right:10px;
}
/* Setting Dialogue Box End */
.ui-tabs-nav{
	background:transparent;
	border:0px;
	border-bottom: 1px solid #ccc;
}
.ui-tabs .ui-tabs-nav li{
	border-radius:0px;
	padding:5px 20px 1px;
	border-width:0px;
} 
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	border-color: #ccc;
  background: linear-gradient(#ededed, #fff)!important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
	color:#454545;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	border-width:1px;
	border-bottom-width:0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #fff;
}
.smallcard .card-header{
	padding:5px 15px;
	font-weight:bold;
}
.smallcard .card-body{
	padding-left:15px;
}

.spheader{
	background:url('../images/header-1.jpg') no-repeat;
	background-position:top center;
	height:100px;
}
.body{
	border-width:0px;
	min-height:500px;
  background-position: center center!important;
  background-size: cover;
}
.formbox{
	border:3px solid #ccc;
	padding:10px 50px;
	background:#fff;
}
.formbox h2{
	font-weight:bold;
}
.sfooterbg{
	background:url('../images/footer-bg.jpg') no-repeat;
	background-position:top center;
	height:258px;
}

.timeline{ background-image: linear-gradient(180deg, #11022f, #683f5c);height:1548px;}
.spborder p{line-height:40px;}
.spborder p:first-child{border-bottom:1px solid #ccc;}

/* Contact Us */
.form-control{
	font-size:14px;
}
.address .card{
	box-shadow:5px 5px 1px #ccc;
	margin-bottom:30px;
}
.address .card .card-header{
	font-weight:700;
	background:#fff;
}
.address .card .card-body{
	padding:5px 15px;
}
.list li,.list li a{
	display:inline-block;
}
.list li a{
	color:#333;
	padding:10px 20px;
	margin:10px;
	border-radius:100px;
	padding:5px 20px;
	border:1px solid #ccc;
	background:#fff;
	cursor:pointer;
	color:#333;
	font-weight:bold;
}
.list .statelist li a{
	border-radius:5px;
}
.list li a:hover{
	text-decoration:none;
}
.list li a.active{
	background:#3fb3d3;
	color:#fff;
}
.addressesdetails img{
	border:1px solid #ccc;
	padding:2px;
}
.addressesdetails .row{
	border-bottom:1px solid #ccc;
	padding:0px 0px 20px;
}
.verified{
	color:#39b216;
}
.verification .count{
	background:#333;
	color:#fff;
	width:20px;
	height:23px;
	display:inline-block;
	text-align:center;
}
.verification p{
	margin-bottom:10px;
}
.list-group-item:first-child{
	border-radius:0px;
}
.btnhead{
	padding:0px 0px 10px;
}
.btnhead a{background:#ccc;color:#000;font-weight:700!important;width:100%;padding:10px 0px;border:1px solid #ccc;}
.btnhead a.active{background:#fff;}

.header1 .logo,.spheader .logo,.menu2 .logo{font-size:45px;font-family:"Roboto"!important;font-weight:900;padding-top:20px;}
.spheader .logo{color:#fff;}
.menu2 .logo{color:#fff;font-size:20px;}
.header1 .logo a{color:#000;}
/*.mainmenu .box{float:right;margin-right:30%;padding-top:21px;font-weight:900;width:830px;color:#fff;}*/
.mainmenu {height:100px;overflow:hidden;}
.mainmenu .box a{color:#fff;}
.help{padding-top:18px;}

.hobbies label{
	display:inline-block;
	vertical-align:top;
	width:33%;
}
.hobbies .card-header{
	font-weight:bold;
}
.hobbies .card-body{
	border:1px solid #ccc;
	padding:10px;
}
.hobbies {
	margin-bottom:20px;
}
.hobbies input[type=checkbox]{
	margin-right:10px;
}

@media screen and (max-width: 992px) {
	
}

.sidemenu a{color:#333;display:block;width:100%;}
.sidemenu .active{
	background:#00a5c4;	
	border:0px;
}
.sidemenu .active a{
	color:#fff;
}
.sidemenu ul{
	display:flex;
	flex-direction:row;
}
.sidemenu li{	
	padding:5px 10px;
	font-size:14px;
	width:100%;
	text-align:center;
	background: #f3f2f2;
	transition:all 1s;
}
.sidemenu li:hover {
	background:#00a5c4;	
}
.sidemenu li:hover a{
	color:#fff;
}
.spheader{
/*	background-image: linear-gradient(#11022f,#683f5c);*/
	background:url('../images/header-bg.jpg');
}
.mainmenu{
	background:url('../images/orange-bg.jpg') no-repeat;	
}
.help,.help a{
	margin-top:5px;
	color:#11022f;
}
.contentinfo{
	border:1px solid #ccc;
}
.contentinfo .owl-carousel{
	position:relative;
}
.contentinfo .owl-nav button{
	height:auto;
}
.contentinfo .owl-nav{
	position:absolute;
	top:20%;
	width:100
}

.design1 .banner .image,.design5 .banner .image {
	background: url("../images/newplan/banner.jpg") no-repeat center/cover;
	text-align: center;
	overflow:hidden;
	padding: 110px 0px 300px;
}
.design1 .banner .whitebox,.design5 .banner .whitebox {
	background: rgb(255, 255, 255, .1);
	color: #fff;
	border-radius: 5px;
	margin: 20px auto;
	padding: 0px;
}
.design1 .banner .whitebox,.design5 .banner .whitebox{
	padding: 15px 0px;
	font-size: 26px;
	font-weight: bold;
	font-style:italic;
}
.design1 .newnote,.design5 .newnote{
	position:relative;	
}
.design1 .newnote img,.design5 .newnote img{
	position:absolute;
	top:-1px;
}
.design1 .newnote p,.design5 .newnote p{
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	padding-left:40px;
}
.banner p.secondpart {
	color:#fff;
	text-align:left;
	font-size:20px;
	font-weight: bold;
	padding: 10px 0px;
	margin-top:15px;
}
.design1 .banner .servicesbtn{
	text-align: center;
	margin: 60px auto;
}
.design1 .banner .serbtn {
	margin: 0px 5px;
	width: 300px;
	background: rgb(255, 255, 255, 1);
	display: inline-block;
	padding: 5px 30px;
}
.design1 .banner .servicesbtn a {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.design1 .banner .serbtn:hover {
	background: rgb(255, 255, 255, .5);
} 

.design1 .plan {
	background:#fff;
	height: 600px;
}
.design1 .plan .container{
	position:relative;
	top:-200px;
	text-align: center;
	padding-bottom:63px;
	
}
.design1 .plan .priceplan {
	margin: 0px auto;
	text-align: center;
}
.design1 .plan .box {
	background: #fff;
	border-radius: 25px;
	padding: 20px 15px;
	text-align: center;
	width: 310px;
	box-shadow: 0 0 20px #000;
	margin: 0px auto;
	transition: all .5s;
}
.design1 .plan .box:hover:before{
	content:"";
	top:353px;
	left:35px;
	position:absolute;
	background:#000;	
	z-index:-1;
	background: #000;
	border-radius: 25px;
	padding: 20px 15px;
	width: 310px;
	height:300px;
	transition: all .5s;
}

.design1 .plan .box h3 {
	font-family: "roboto slab";
	font-size: 28px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight:bold;
}
.design1 .plan .box h6 {
	font-family: "roboto slab";
	font-size: 16px;
	margin-bottom: 10px;
}
.design1 .plan .box h6 span {
	font-family: 'Roboto', sans-serif;
}
.design1 .plan .box h1 {
	font-family: "roboto slab";
	font-size: 60px;
	margin: 10px 0px;
	transition: all .5s;
}
.design1 .plan .box .line {
	width: 100px;
	height: 2px;
	background: #333;
	margin: 10px auto 15px;
	transition: all .5s;
}
.design1 .plan .box p {
	font-size: 16px;
	text-align: left;
	margin: 15px 0px;
}
.design1 .plan .box .p {
	-webkit-text-decoration-line: line-through; /* Safari */
	text-decoration-line: line-through;
	opacity: .5;
}
.design1 .plan .box p span {
	padding-left: 30px;
}
.design1 .plan .box i {
	color: #05be1b;
	margin-right: 15px;
}
.design1 .plan .box .btn {
	background: #333;
	width: 55%;
	height: 50px;
	border-radius: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
	box-shadow: 0 3px 0px #000;
	transition: all .5s;
}
.design1 .plan .box .btn p {
	color: #fff;
	font-size: 20px;
	font-family: "roboto slab";
	line-height: 5px;
	text-align: center;
}
.design1 .plan{
	position:relative;
}
.design1 .plan .box:hover i{
	color: #ff6100;	
}

.design1 .plan .box:hover h3,.design1 .plan .box.active h3 {
	color: #ff6100;	
}
.design1 .plan .box:hover h1,.design1 .plan .box.active h1 {
	color: #ff6100;
}
.design1 .plan .box:hover .line,.design1 .plan .box.active .line {
	background: #ff6100;
}
.design1 .plan .box:hover .btn,.design1 .plan .box.active .btn {
	background: #ff6100;
}



.design1 .membership {	
	background: #f3f3f3;
	padding: 50px 0px;
	text-align: center;
}
.design1 .membership h2 {
	font-size: 26px;
	font-family: "roboto slab";
	font-weight: bold;
	margin: 20px 0px;
}
.design1 .membership p {
	font-size: 17px;
	margin: 20px 0px;
}
.design1 .membership .box {
	width: 245px;
	border: 3px solid #ccc;
	padding: 30px 10px 10px;
	border-radius: 25px;
	margin: 40px auto;
	background: #fff;
}
.design1 .membership .box i {
	font-size: 70px;
	color: #000;
}
.design1 .membership .box p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}
.design1 .membership .icon {
	text-align: center;
}


.design1 .stories {
	text-align: center;
	z-index: 3;
	overflow: hidden;
	padding: 50px 0px;
	background:#fff;
}
.design1 .stories .text {
	text-align: left;
}
.design1 .stories h2 {
	text-decoration: underline;
	font-size: 26px;
	font-family: "roboto slab";
	text-align: center;
	font-weight: bold;
	color:#000;
}
.design1 .stories h3 {
	font-size: 20px;
	font-family: "roboto slab";
	text-align: left;
	font-weight: bold;
	color:#000;
}
.design1 .stories p {
	font-size: 18px;
	margin: 20px 0px;
	line-height: 30px;
}
.design1 .stories .image {
	width: 230px;
	border: 5px solid #4c0d44;
	margin: 0px;
	margin-left: 120px;
	padding: 0px;
}
.design1 .stories .theme {
	margin-top: 50px;
}



.design5 .bg1{background:#f3f3f3;}
.design5 .bg2{background:#999999;}


/* Margin */
.mt25{margin-top:25px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}
.mt10{margin-top:10px;}

.mb25{margin-bottom:25px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}

.ml10{margin-left:10px;}
.ml25{margin-left:25px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}

.mr10{margin-right:10px;}
.mr25{margin-right:25px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}

.mall25{margin:25px;}
.mall50{margin:50px;}
.mall100{margin:100px;}

/* Padding */
.pt25{padding-top:25px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}
.pt10{padding-top:10px;}



.pb25{padding-bottom:25px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}
.pb10{padding-bottom:100px;}

.pl25{padding-left:25px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}
.pl0{padding-left:0px;}

.pr25{padding-right:25px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}
.pr0{padding-right:0px;}


.pall10{padding:10px;}
.pall25{padding:25px;}
.pall50{padding:50px;}
.pall100{padding:100px;}

.inline li{display:inline-block;}

.design5 .banner .whitebox3 {
	padding: 0px;
}
.design5 .banner .whitebox2 {
	background: none;
	width: 540px;
	padding: 0px;
	margin: 20px 0px;
}

.design5 .banner .servicesbtn{
	text-align: center;
	margin: 60px auto;
}
.design5 .banner .serbtn {
	margin: 0px 5px;
	width: 300px;
	background: rgb(255, 255, 255, 1);
	display: inline-block;
	padding: 5px 30px;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.design5 .banner .serbtn:hover {
	background: rgb(255, 255, 255, .5);
}
.design5 .banner .serbtn:hover a {
	text-decoration: none;
}
.design5 .personalized {
	background: rgb(255, 255, 255, 1);
	padding: 30px 20px;
}
.design5 .personalized .line {
	border-bottom: 2px solid #000;
	padding-bottom: 6px;
}
.design5 .personalized h3 {
	font-family: "roboto slab";
	font-size: 26px;
	font-weight: bold;
	margin-top:8px;
}
.design5 .personalized h4 {
	font-family: "roboto slab";
	font-size: 24px;
	font-weight: normal;
	float: right;
}
.design5 .personalized p {
	font-size: 14px;
	
	margin-top: 8px;
	text-align: left;
}
.design5 .personalized .tabs p {
	font-size: 14px;
	margin-top: 8px;
	font-family: "roboto slab";
	text-align: center;
}
.design5 .personalized .tabs p span{font-family: 'Roboto', sans-serif;}
.design5 .personalized p i {
	font-size: 14px;
	margin-right: 10px;
	font-weight: bold;
}
.design5 .personalized h5 {
	color: #ff6100;
	
	margin-top: 10px;
	font-size: 18px;
	font-weight: blod;
	text-align: left;
}
.design5 .personalized .box {
	background: #ddd;
	display: inline-block;
	width: 170px;
	text-align: center;
	margin-right: -4px;
	margin-top: 40px;
	padding: 10px;
}
.design5 .personalized .box:hover,.design5 .personalized .box.active {
	background: #333;
	color: #fff;
}
.design5 .personalized .btn {
	background: #ff6100;
	width: 340px;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
}
.design5 .details {background:#fff;}
.design5 .details .box2 ul li{display:block; text-align:left;}
.design5 .details .box2 ul {margin-left:-80px;}
.design5 .details .box2 h3{ color:#333; font-size:26px; font-weight:bold;} 
.design5 .details .box2 p{ color:#333; font-size:14px; font-weight:300; text-align: left;}
.design5 .details .box2 p i{ margin-right: 10px;}
.design5 .details .box2 li a{ color:#333; font-size:14px; font-weight:300;}
.design5 .details .box2 li i{ color:#333; font-size:14px; padding-right: 10px; }
.design5 .details .box2 li{list-style:none;}
.design5 .details .btn1 { margin-bottom:20px;margin-top:10px;margin-left:-330px;color:#ff6100;  font-size:16px; font-weight:bold;height: 100px;}
.design5 .details .box3 h3{ color:#333; font-size:24px; font-weight:300;}
.design5 .details .box3 .square{color:#fff; background:#333333; padding:5px 5px 5px 5px; }
.design5 .details .box3 .square h5,.box3 .square1 h5{font-size:16px;}
.design5 .details .box3 .square h4,.box3 .square1 h4{font-size:24px;}
.design5 .details .box3 .square h6,.box3 .square1 h6{font-size:14px;}
.design5 .details .box3 .square1{background:#dddddd;color:#333; padding: 5px 5px 5px 5px; }
.design5 .details .btn {color:#fff; max-width:260px; margin-left:15px; border-radius:0px; height:40px;}

.design5 .banner .image{padding-bottom:50px;}
.design5 .membership {	
	background: #f3f3f3;
	padding: 50px 0px;
	text-align: center;
}
.design5 .membership h2 {
	font-size: 26px;
	font-family: "roboto slab";
	font-weight: bold;
	margin: 20px 0px;
}
.design5 .membership p {
	font-size: 17px;
	margin: 20px 0px;
}
.design5 .membership .box {
	width: 245px;
	border: 3px solid #ccc;
	padding: 30px 40px 10px;
	border-radius: 25px;
	margin: 40px auto;
	background:#fff;
}
.design5 .membership .box i {
	font-size: 70px;
	color: #000;
}
.design5 .membership .box p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}
.design5 .membership .icon {
	text-align: center;
}
/* Story */
.design5 .stories {
	text-align: center;
	z-index: 3;
	overflow: hidden;
	padding: 50px 0px;
	background:#fff;
}
.design5 .stories .text {
	text-align: left;
}
.design5 .stories h2 {
	text-decoration: underline;
	font-size: 26px;
	font-family: "roboto slab";
	text-align: center;
	font-weight: bold;
}
.design5 .stories h3 {
	font-size: 20px;
	font-family: "roboto slab";
	text-align: left;
	font-weight: bold;
}
.design5 .stories p {
	font-size: 18px;
	margin: 20px 0px;
	line-height: 30px;
}
.design5 .stories .image {
	width: 230px;
	border: 5px solid #4c0d44;
	margin: 0px;
	margin-left: 120px;
	padding: 0px;
}
.design5.stories .theme {
	margin-top: 50px;
}

.contentinfo .owl-nav{
	position:absolute;
	width:110%;
	font-size: 42px;
	top: 71px;
	left: -30px;
}
.owl-carousel .owl-nav button.owl-prev{
 position:absolute;
 left:0px;
}
.owl-carousel .owl-nav button.owl-next{
 position:absolute;
 right:0px;
}
.contentinfo .owl-carousel{
	width: 95%;
	margin-left: 18px;
}
.contentinfo p{
	font-size:14px;
	margin-top:15px;
	margin-right:20px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent;
	color:#000;
}
.formbox{
	font-size: 14px;
}
.extraform .btn-normal{
	display:inline-block;width:auto;
}
.extraform .card-footer{
	background:transparent;
}
.extraform .section{
	padding-left:0px;
	padding-right:0px;
}
.extraform .header{
	padding:5px;
}

.design4 .section-form .form-area{padding-left:30px;padding-right:30px;margin:0px auto;position:relative;}
.design4 .section-form .form-area{border: 2px solid #cccccc;padding-left:30px;padding-right:30px;margin:0px auto;position:relative;}
.design4 .section-form .form-area form{margin-top:40px;}
.design4 .section-form .form-area h1{font-size:30px;font-weight:800;font-family: 'Roboto Slab', serif;color:#333;text-align:center;padding-top:15px;}
.design4 .section-form .form-area p{font-size:20px;color:#333;font-weight:normal;line-height:24px;text-align:center;}
.design4 .section-form .form-area .closebtn{position:absolute;top:15px;right:15px;}
.design4 .section-form .form-area .checkbox p{font-size:14px;font-weight:normal;text-align:left;padding-left:25px;margin-top:20px;}


.design4 .section-form .form-area .regbtn{background:#0065c1;color:#fff;font-size:16px;padding:10px;text-align:center;}
.design4 .section-form .form-area .regbtn .btn{color:#fff;font-size:20px;text-decoration:none;background:transparent;}
.design4 .section-form .form-area .regbtn i{color:#fff;margin-left:15px;}

.design4 .section-form .form-area .link a{color:#333;text-decoration:none;}
.design4 .section-form .form-area .link{margin-top:20px;margin-bottom:20px;}
.design4 .section-form label{margin-left:3px;margin-top:0px;}
.design4 .field .form-control{height:50px;margin-bottom:5px;}
.registerform1,.registerform1 a{color:#fff;}
.registerform1 .part{
	background:rgba(0,0,0,0.5);
	padding:15px;
}
.registerform1 button{display:block;width:100%;height:50px;border:none;font-weight:700;background:#fff;}
.registerform1 button.active{background:#ff6100;color:#fff;}
.registerform1 #section2{display:none;}
.servicesbtn a{color:#333;display:block;}
.modal-open .modal{z-index:2000;}

.design6 #tabs-2 .card .card-body .sidebtn .btn{border:1px solid #ccc;}

/* Design7 */
.design7 .options .card .card-body i{margin-left:50px;}
.design7 .options .card .card-body a{margin-left:20px;}
.design7 .options .card .card-body .message {top:-80px; left:-45px;}
.design7 .options .card .card-body .message2 {top:-70px; left:190px;}
.design7 .options .card .card-body .message i{padding-right:10px;}

.design9 #tabs-1 .card .card-body .box{width:50px; height:50px;border:1px solid #ccc;}

.menu3 ul{display:inline-block;}
.menu3 a{color:#333;font-size:14px;}
.menu3 #cssmenu > ul > li > a{color:#fff;}
.menu3 #cssmenu a:hover{
	background:#dad9d9;
	color:#000;
}
.menu3 .active a{color:#0065c1;text-transform:uppercase;}
.menu3 .active {border-bottom:3px solid #0065c1;}
.headermenu{font-size:14px;text-transform:uppercase;}
.headermenu a{font-weight:bold;}
.headermenu a:hover{text-decoration:none;}
.msgpage .card{border-width:0px;}
.msgpage .card .head2{border-bottom:2px solid #ccc;margin-bottom:10px;}
.msgpage .card .head2 h2{font-weight:700;font-size:16px;}
.msgpage .card .head2 p{font-size:12px;}
.msgpage .card .foot2 a{color:#ff0000!important;font-size:12px!important;}
.msgpage .body1{border-bottom:2px solid #ccc;padding-bottom:10px;font-size:12px;}
.msgpage .sprow{padding:20px 10px;border-radius:0px!important;}
.msgpage .sprow:nth-child(even){background:#e0dfdf;}	
.msgpage .img img{border:2px solid #ccc;width:100%;}
.links2 a{background:#fff;padding:10px;color:#000;}
.links2 a:hover{text-decoration:none;}
.bannerimg{position:relative;}
.bannerimg .img{background:url('../images/newplan/banner.jpg');height:732px;position:absolute;width:100%;}
.searchform1{background:#fff;border:3px solid #ccc;}
.searchform1{padding:35px;}
.frontsearch .btns a{background:#fff;display:block;text-align:center;font-weight:bold;font-size:18px;line-height:56px;color:#000;}
.searchform1 .col-md-6,.searchform1 .col-md-12{padding:0px 5px;}
.frontsearch{margin-bottom:50px;}
.design1 .plan .box.active h1 i{color:#ff6100;}
.design1 .plan .box h1 i{color:#333;}
#comparebox thead th{background:#616161;color:#fff;font-family:"Roboto Slab";font-weight:700;}
#comparebox tbody td,#comparebox thead th{text-align:center;}
#comparebox tbody td:first-child,#comparebox thead th:first-child{text-align:left;}
.optionstart h3{font-size:18px; margin-bottom: 5px;}

/* Normal Block */
.borderall{border:1px solid #ccc;}
.borderleft{border-left:1px solid #ccc;}
.detailssec{padding-left:20px;}
.detailssec p{border-bottom:1px solid #ccc;padding:10px 0px;}
.sidebtns p{font-weight:700;border-bottom-width:0px;padding:5px 0px;}
.card-foooter{background:#f3f3f3;}
.iconpart{font-size:14px;padding:10px;border-top:1px solid #ccc;}
.iconpart a{color:#000;}
.contactdetails .line{margin:10px -15px;border-bottom:1px solid #ccc;padding:0px 15px 10px;}
.contactdetails .line .head i{padding-right:10px;}
.contactdetails .line .info{padding-left:25px;}
.contactdetails .icon{height:85px;text-align:center;border:1px solid #ccc;padding:20px 0px;margin-bottom:10px;box-shadow:0px 0px 5px #ccc;}
.contactdetails .icon img{max-height:40px;}
.contactdetails h3{font-size:14px;text-align:center;height:50px;}
.scoremeter{background:#fff;border:1px solid #ccc;height:22px;border-radius:10px;overflow:hidden;}
.scoremeter .process{display:inline-block;background:#1faa00;height:20px;}
.ticktack img{width:32px;margin-top:5px;}
.contactdetails .line:last-child{border-bottom-width:0px;}
.finalbtn a{color:#333;border:1px solid #333;padding:10px 20px;transition:all 0.5s;}
.finalbtn a:hover{background:#333;color:#fff;text-decoration:none;}


.mybox:before{content: "\f0d8";font-family:"FontAwesome";top:-23px;right:10px;position:absolute;font-size:30px;color:#ccc;}
.hovermenu2 .mybox:before{top:-24px;right:150px;}
.hovermenu2 .mybox{width:355px;top:50px;}
.mybox{border:3px solid #ccc;display:inline-block;width:355px;z-index: 1111;right:30px;background:#f3f3f3;display:none;position:absolute;top:70px;font-size:14px;line-height:30px;padding:20px;}
.hovermenu:hover .mybox{display:inline-block;}
.mybox li{color:#333;font-weight:normal;display:block;}
.mybox li a{color:#000;font-size:14px;padding:5px;text-transform:capitalize;}

/* Inner Page */
.shovermenu{
	
}
/*
.shovermenu{
	display:inline-block;
}
.shovermenu .settingmenu{
	text-align:left;		
}
.shovermenu .settingdialog{
	top: 15px;
  right: -16px;	
	display:none;
}
.shovermenu:hover .settingdialog{
	display:block;
}
.shovermenu .settingmenu li{
	display:block;
}
.shovermenu .settingmenu li a{
	padding:0px;
}
.shovermenu:hover{
	
}
*/

#stickeymenu{position:fixed;top:0px;width:100%;z-index: 111;display:none;background: #fff;}
#stickeymenu .logo{margin-top:12px;}
#comparebox tbody td:first-child, #comparebox thead th:first-child{padding:.3rem;vertical-align:middle;}
.spmenu{text-align:right;}
.spmenu ul{display:inline-block;}

.questionsec .icon{	padding:20px;text-align:center;font-size:50px;}
.questionsec .icon a{color:#442648;}
.questionsec .card-footer{padding:5px;font-weight:bold;}
.questionsec .card-footer a{color:#333;}
.qlink p{color:#ccc;line-height:30px;margin-bottom:10px;border-bottom:1px solid #eee;}
.qlink p i{padding-right:10px;}
.qlink a{color:#0056b3;}
.questionsec h2{font-size:20px;}
.questionsec .description{line-height:25px;font-size:14px;}
.questionsec .description p{margin-bottom:10px;padding-left:30px;}
.inner .qlink p{color:#333;font-size:16px; font-weight:bold;border-color:#333;}
.goback a{color:#333;}
.howtouse h3{font-size:18px;text-decoration:underline;margin-bottom:10px;}
.howtouse p{
	text-align:justify;
}
.howtouse .img{
	border:3px solid #ccc;
	height:250px;
}
.howtouse .img img{
	width:100%;
	height:100%;
}
.msgarea{
	margin-top:0px;
	height:268px;
	overflow:scroll;
	transform: translate3d(5px, 35px, 0px)!important;
}
.msgarea .dark{
	border-color: #ccc;
  background-color: #ddd;
}
.msgarea .light,.msgarea .dark{
	border-radius:3px;
	margin-bottom:10px;
	padding:20px 10px;
}
.msgarea .light{
	border: 2px solid #dedede;
  background-color: #f1f1f1;
}
.msgarea .icon{
	font-size:20px;
	text-align:center;
}
.shovermenu a:hover{
	text-decoration:none;
}
.logo a{color:#fff;}
.logo a:hover{text-decoration:none;}
.nav2 a:hover{text-decoration:none;}

.list-group-item:last-child{border-bottom-right-radius:0px;}
.list-group-item:last-child{border-bottom-left-radius:0px;}
.head3{font-size:20px;padding:10px 0px;border-bottom:3px solid #ff6100;margin-top:20px;margin-bottom:20px;font-weight:bold;padding-bottom:5px;}
.head3 span{background:#ff6100;color:#fff;padding:10px 20px;font-style:italic;}

.profilephoto.active{
	/*background: rgba(0,0,0,0.2);*/
	position:relative;
}
.scmenu{
	border-bottom:2px solid #ccc;padding-bottom:0px;margin-bottom:10px;text-align: center;font-size:14px;
}
.cardhead{margin-bottom:0px;}
.cardhead.border-bottom{border-color:#ff6100!important;color:#fff;}
.cardhead span{display:inline-block;padding:10px 20px;background:#ff6100;font-style:italic;}
.ordertable{font-size:14px;width:80%;}
.ordertable td{padding:10px 5px;}
.ordertable tr td:first-child{width:200px;font-weight:bold;}

.security .imgarea{
	text-align:center;
}
.security .details{
	border: 3px solid #48c259;
	border-left: 0px;
	margin-left: -102px;
	padding-left: 100px;
}
.security .row{
	margin-bottom:50px;
}
.security .odd .details{
	border: 3px solid #48c259;
	border-right: 0px;
	padding-left:20px;
	margin-left: 0px;	
}
.security .odd .images{
	margin-left:-40px;
}
.d1 p{
	border-bottom:1px solid #ccc;
	line-height:40px;
}
.d1 p:last-child{
	border-bottom:0px;
}
.blur-img{
	filter: blur(8px);
}
.like-profile{
	cursor:pointer;
}
.profileimg .owl-nav img{
  width: 20px;
}
.profileimg .owl-nav button.owl-next,.profileimg .owl-nav button.owl-prev{
  padding: 0px;
  height: auto;
  width: 20px;
  top: 43%;
  background: rgba(255,255,255,0.3);
  border-radius: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: rgba(255,255,255,0.3);
  border-radius: 0px; 
}

#loader1 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 250px;
  margin-top: 250px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.block_person{
	cursor: pointer;
}
.page1{
  background: #fff;
  padding: 50px 50px;
}
.page1 p{
  text-align: justify;
  margin-bottom: 20px;
}
.page1 table{
  margin-bottom: 25px;
}
.page1 table td{
  border:1px solid #000;
  padding: 10px;
}
.bclr{
  color:#0056b3;
}

/* Interest Block */
.interestblock .singledata{
  display: flex;
}
.interestblock .sprow:nth-child(even){
  background: #e6e6e6;
  box-shadow: 0px 0px 5px #ccc;
}
.interestblock h2{
  font-size:16px;
  font-weight: bold;
}
.interestblock .firstsection{
  width: 120px;
  margin-right: 10px;
}
.interestblock .middlesection{
 
}
.interestblock .lastsection{
  width: 120px;
  align-items: center;
  /* display: flex; */
  justify-content: space-around;
}
/* Interest Block End */
.select2-container--default .select2-selection--multiple{
	border: 1px solid #ced4da!important;
	border-radius: 0px!important;
	line-height:normal;
	min-height:38px!important;
}
.select2-results__option[aria-selected]{
	font-size:14px;
}
.green{
	color:#39b216;
}
.yellow{
	color:#BDB76B;
}
.red{
	color:red;
}
.select2-selection--multiple{
	background: url(../images/dropdownicon.png) no-repeat center right;
}
.dflexcenter{
	display:flex;
	align-items:center;
}
.progress1 a{
	padding:0px 5px;
}

.footer .line1{
	color:#fff;
	background:#616161;
}
.footer .line2{
	background:#415765;
}
.footer .line2 .mobno{
	color:#fff;
	display:inline-block;
	padding-top:10px;
	font-weight:bold;
}
.footer .developedbylink{
	color:#333;
	font-weight:bold;
	text-align:center;
	padding:10px 0px;
	
}
.footer .developedbylink a{
	color:#e80000;
	text-decoration:underline;
}
.badge1{
	display: inline-block;
	background: #F8BE00;
	padding: 5px;
	height: 25px;
	width: 25px;
	position:absolute;
	top:10px;
	border-radius: 50%;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	line-height: 18px;
}
.btn_request{
	font-size:14px;
	background-color:#eb4034;
	color:#fff;
	padding: 0px 10px;
}
.btn_request:hover{
	background-color:red;
	color:#fff;
	text-decoration:none;
}

.footer p{
	font-size:13px;
	text-align:justify;
}
.bdr{
	border:1px solid #ccc !important;
}

.menu2 a{
	color:#000;
}
.bgcolor{background:#ff6100;color:#fff;padding:5px;}

.contactdetailsheader{padding: 30px 0px;color:#000;}
.contactdetailsheader li{font-weight: bold;text-align: right;}

.menu1{background: #ff6100;}
.menu1 li{display: inline-block;color:#fff;}
.menu1 li a{color:#fff;display: inline-block;padding: 10px 20px;}


.hovermenu{
  position: absolute;
  right: 78px;
  height:300px;
}
.hovermenu .mybox{
  right: 18px;top:8px;
}
.hovermenu .mybox li{color:#333;}
.hovermenu .mybox li a{padding: 0px;}

.homeinner .hovermenu{
  position: absolute;
  right: 0px;
  height:300px;
}
.homeinner .hovermenu .mybox{
  right: 167px;top:8px;
}
.homeinner .hovermenu .mybox li{color:#333;}
.homeinner .hovermenu .mybox li a{padding: 0px;}
.hovermenu:hover .mybox{
  display: block;
}

.verifyblock .card-header{padding: 5px 10px;font-weight: bold;}
.verifyblock ul{
  margin-left: 10px;
  margin-right: 10px;  
}
.verifyblock li{
  line-height: 30px;
  padding-left: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  padding-top: 5px;
}
.verifyblock li:last-child{
 border-bottom:0px;  
}
.verifyblock li img{
  float: right;
}

a.homemenu:hover{
  background: transparent!important;
}

.sprogress{
  border-radius: 20px;
  display: inline-block;
  width:97%;
  height: 20px;
  border:1px solid #ccc;
  overflow: hidden;
}
.per{
  display: inline-block;
	font-size:12px;
}
.sprogress .sfillred{
  background: #0065c1;
  height: 25px;
}

.registerform1 .btnblue1{
  background: #0065c1;
  color:#fff;
}

.btn-danger{
  border-color:#ff6100;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{
  background-color:#ff6100;
  border-color:#ff6100; 
}
.btn-danger:hover{
 border-color:#ff6100;  
}
.logo img{
	height:70px;
}

.bgorange{
	background:#ff6100;
}
.pmeter{
	height:36px;width:265px;padding-left:10px;padding-top:10px;
}
@media (min-width:1200px){
	.mainmenu{
		background-position:895px 0px!important;
	}
}

@import "responsive.css";

