@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
	overflow-x: hidden;
	background-color:#eeedf4;

	
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
form,
input,
textarea,
dl,
dt,
dd {
    padding: 0px 0px 0px 0px;
    margin: 0;
    font-weight: normal;
    vertical-align: baseline;
}
header,
footer,
section,
nav,
article,
aside {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-weight: normal;
    vertical-align: baseline;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
img {
    outline: none;
    border: none;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}
a {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.clr {
    clear: both;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
 outline: none;
 outline: none;
 outline-offset: -2px
}

/*============================================header=====================*/

.navigation {
    background-color: #edf0f3 !important;
    padding: 6px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.signin_btns{ background-color:#0b558c; border-color:#0b558c; color:#fff; border:none}
.signin_btns:hover{ background-color:#128ae4;}
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.banner_sec {
    margin-top: 61px;
}
.logo img {
    width: 167px;
}
.navigation .form-control {
    display: block;
  
    height: calc(29px + 2px);
    padding: .375rem .75rem;
    font-size: 11px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navigation .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    padding: 4px 13px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*=======================================services========================*/

.banner_sec .serviceBox {
    border: 1px solid #0b558c;
    margin-top: 70px;
    text-align: center;
    padding: 25px;
    background-color: #ffffff;
}
.banner_sec .serviceBox .service-icon{
    width:100px;
    height:100px;
    border: 1px solid #0b558c;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    background: #0b558c;
    transform: rotate(-45deg);
    margin: -75px auto -20px;
}
.banner_sec .serviceBox .service-icon i img{
    transform: rotate(45deg);
    color:#4f4f4f;
    transition:all 0.3s ease-out;
}
.banner_sec .serviceBox:hover .service-icon{
    background: #0f75c1;
    border-color: #0f75c1;
    transition:all 0.3s ease-out;
}
.banner_sec .serviceBox:hover .service-icon i{
    color:#fff;
}
.banner_sec .serviceBox .service-content{
    margin-top: 60px;
	height: 122px;

}
.banner_sec .serviceBox .service-content h3{
    text-transform: capitalize;
    color:#0b558c;
    font-size: 18px;
}
.banner_sec .serviceBox .service-content h3:after{
    content: "";
    border-top: 1px solid #0b558c;
    border-bottom: 1px solid #0b558c;
    width: 70px;
    height:4px;
    display:block;
    margin: 10px auto 20px;
}
.banner_sec .serviceBox .service-content p {
    color: #6e6d6c;
    line-height: 23px;
    font-size: 14px;
}
.banner_sec .serviceBox .read{
    margin-top: 40px;
}
.banner_sec .serviceBox .read a{
    color:#161616;
    text-transform: capitalize;
}
.banner_sec .serviceBox:hover .read a{
    color:#3498db;
    transition:all 0.3s ease-out;
}
@media only screen and (max-width: 990px){
    .banner_sec .serviceBox{
        margin-top: 90px;
    }
}

.commn_btns{ background-color:#0b558c; border-color:#0b558c; color:#fff; border:none}
.commn_btns:hover{ background-color:#128ae4; border-color:#128ae4; color:#fff;}
.banner_sec .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40px;
}
.form_sec{ width:769px; margin:0 auto}
footer.footer {
    background-color: #434649;
    padding: 50px 0px 22px 0px;
}

.member_lable {
    color: #fff;
    margin-bottom: 11px !important;
}
.search_btn{ background-color:transparent; color:#fff; border-color:#fff;}

.directory {
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    background-color: #434649;
    padding: 0 12px;
}
.directory .title, .directory ol, .directory li {
    font-size:16px;
    line-height: 1.33333;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    font-weight: 300;
    display: inline-block;
}
.directory li {
    padding-left: 8px;
}
.directory li a {
    font-weight: 600;
    color: rgba(255,255,255,0.85);
	font-size:11px;
}
.directory li a:hover{ color:#1b4dd5}

.sub_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sub_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
}
.sub_nav {
    padding: 20px 0px;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.sub_nav ul li  {

  
}

.sub_nav ul li a {
	padding-right: 10px;
	margin: 4px 13px 0 0;
	color: #fff;
	font-size: 14px;
}
.sub_nav ul li a:hover{ color:#128ae4}

.sub_nav ul li a:hover{ color:#0b558c}
.copyright {
    padding-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
section.responsive_view {
    padding: 30px 0px;
}


/*==============================================signup================================================*/

.breadcrumbs-area {
    background: url(images/breadcumbanner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 16px 0;
    position: relative;
    width: 100%;
	margin-top: 64px;
}
.parallex::before {
    background: rgba(11,85,140, 0.9) !important;
}

.parallex::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-heading h3 {
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
    line-height: 45px;
    margin-bottom: 5px;
}
.page-heading h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 5px;
    text-transform: uppercase;
}
.breadcrumbs {
    color: #fff;
    font-weight: normal;
    line-height: normal;
    list-style: outside none none;
    margin: 25px 0;
    padding: 12px 0;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0;
}
.breadcrumbs li a {
    color: #fff !important;
    text-decoration: none;
    text-transform: capitalize;
}
ul.breadcrumbs li + li::before {
    content: "/";
    font-family: FontAwesome;
    padding: 0 10px;
}
.section-padding-70 {
    padding: 70px 0;
	background: #eee url(images/darkgrain.png) repeat scroll 0 0;

}
.registration {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 0 0 3px #eee;
    color: #555;
    padding: 30px;
    width: 522px;
    margin: 0 auto;
}
.box-header {
    border-bottom: 1px solid #eee;
    color: #555;
    margin-bottom: 9px;
    text-align: center;
}
.box-header h2 {
    color: #0b558c;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
.registration p {
    font-size: 14px;
    margin-bottom: 11px;
}
.registration label {
    color: #999;
}
.registration .form-control {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 5px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.margin-bottom-20 {
    margin-bottom: 10px;
}
.conditanion_text{ color:#0b558c}

/*======================================aboutus====================================*/
.about_us_content_wrapper .nav.nav-tabs {
    border: medium none;
}
.about_us_content_wrapper .nav.nav-tabs li a {
    background: #ccc;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    padding: 15px 33px;
}
.mission_vision .tab-content {
    padding-top: 28px;
}
.about_us_content_wrapper .nav.nav-tabs li.active a {
    background: #0b558c;
    color: #eeeeee;
}
section.mission_vision {
    padding: 48px 0px;
}

/*=====================================================contact us=========================================*/

.contact_form_area2 {
    padding: 35px 0;
}
.single_title {
    font-size: 30px;
    font-family: roboto,sans-serif;
    font-weight: 700;
    color: #0b558c;
    text-transform: uppercase;
    padding-bottom: 22px;
	text-align: center;
}
.contact_us_form .form-group input {
    height: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    color: #58585a;
    font-family: roboto,sans-serif;
    font-weight: 400;
    letter-spacing: .45px;
    padding: 0 15px;
}
.contact_us_form .form-group textarea {
    height: 120px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    color: #58585a;
    font-family: roboto,sans-serif;
    font-weight: 400;
    letter-spacing: .45px;
    padding: 15px;
    resize: none;
}
.submit_blue {
    display: inline-block;
    background: 0 0;
    border: 1px solid #2761d8;
    line-height: 50px;
    width: 165px;
    height: 48px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: roboto,sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    padding: 0;
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 2;
}
.contact_form_area2 .contact_details_inner {
    background: #0b558c;
    min-height: 274px;
    padding: 40px;
}
.contact_form_area2 .contact_details_inner .media:first-child {
    margin-top: 0;
}

.contact_form_area2 .contact_details_inner .media {
    margin-top: 25px;
}
.contact_form_area2 .contact_details_inner .media .media-left {
    padding-right: 20px;
    color: #fff;
    font-size: 20px;
}
.contact_form_area2 .contact_details_inner .media .media-left i {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
}
.contact_form_area2 .contact_details_inner .media .media-body a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: roboto,sans-serif;
    font-weight: 400;
    letter-spacing: .48px;
}
.contact_form_area2 .contact_details_inner .media .media-body p {
    color: #fff;
    font-size: 16px;
    font-family: roboto,sans-serif;
    font-weight: 400;
    letter-spacing: .48px;
}
.contact_us_text {
    line-height: 82px !important;
}

/*============================searchpage=============================================*/

.search_sec {
    margin-top: 94px;
    margin-bottom: 39px;
}
.search_header{
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.search_name {
    float: left;
    display: inline-block;
}
.social_panel {
    float: right;

}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}

.btn-twitter{color:#fff !important;background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}

.btn-linkedin{color:#fff !important;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}

.search_name h3 {
    font-size: 21px;
    margin-top: 8px;

}

.join-header {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    border-bottom: 1px solid #f1f3f5;
    padding-top: 24px;
    padding-bottom: 24px;
}

.join-header .content .content-row {
    display: flex;
    justify-content: center;
    text-align: center;
}

.join-header .content h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
    margin-top: 16px;
    margin-bottom: 12px;
}
.join-header .content h3 {
    font-size: 16px;
    line-height: 20px;
    color: #66696a;
    font-weight: normal;
}
.join-header .actions {
    margin-top: 16px;
	text-align: center;
}
.professionals {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}
/*.professionals ul.content {
    display: inline-block;

}


.professionals ul.content li.has-country-specific-link {
    padding-top: 15px;
    border-top: 1px solid #f1f3f5;
}
.professionals ul.content li:first-child {
    padding-top: 0px;
}
.professionals ul.content li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f3f5;
}
.profile-card {
    position: relative;
}
.profile-card .profile-img {
    display: inline-block;
    vertical-align: top;
}
.profile-card .content {
    padding-left: 20px;
    display: inline-block;
    width: 70%;
}
.profile-card .view-profile-button {
    position: absolute;
    top: 27px;
    right: 15px;
}
.hide-desktop {
    display: none;
}
.profile-card .content h3 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #006fa6;
    text-decoration: none;
}

.profile-card .content .headline {
    font-size: 13px;
    line-height: 17px;
    color: #333;
    font-weight: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding-bottom: 3px;
}
.profile-card .content .basic {
    margin-bottom: 15px;
}*/



.professionals ul.content li.has-country-specific-link {
    padding-top: 15px;
}
.professionals ul.content li.has-country-specific-link:last-child{
    border-bottom:none;
}
.professionals ul.content li:first-child {
    padding-top: 0px;
}
.professionals ul.content li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f3f5;
}
.profile-card {
    position: relative;
}
.profile-card .profile-img {
    display: inline-block;
    vertical-align: top;
}
.profile-card .content {
    padding-left: 20px;
    display: inline-block;
    width: 70%;
}

.hide-desktop {
    display: none;
}
.profile-card .content h3 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #006fa6;
    text-decoration: none;
}

.profile-card .content .headline {
    font-size: 13px;
    line-height: 17px;
    color: #333;
    font-weight: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding-bottom: 3px;
}
.profile-card .content .basic {
    margin-bottom: 15px;
}

/*==============================profile=================================*/

.profile_navbar .navbar-nav .nav-link{ color:#0b558c !important}
.profile_navbar .navbar-nav .nav-link i{ font-size:14px;}
.dropdown-menu-right {
    right: 0;
    left: auto;
    top: 51px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 9px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}
section.profile_section {
    margin-top: 63px;
    padding: 30px 0px;

}
.profile-background-image1 {
    position: relative;
    width: 100%;
    padding-bottom: 25%;
 	box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
    transition: box-shadow 83ms;
}


.profile-background-image1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


.pf-profile-wrapper{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pv-top-card-section {
    margin-top: 0;
}


.pf-profile-wrapper{

    padding: 24px;
}

.pf-profile-wrapper{
    box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
    transition: box-shadow 83ms;
}
.pf-profile-wrapper {
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    list-style: none;
    width: 100%;
}
.pv-top-card-v2-section__photo-wrapper {
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 49.9%;
}
.profile_pic img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile_pic {
    float: left;
    position: absolute;
    top: 67%;
    z-index: 9;
    left: 5%;
}
.profile_background_image1 {
    position: relative;
	 box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
}
.edit_p {
    float: right;
    font-size: 25px;
}
.card-section{
    width: 488px;
}
.card-v2-section {
    width: 232px;
    padding-top: 33px;
}
.display-flex{
    display: flex;
}
h1.profile_name {
    font-size: 28px;
	color:#0b558c;
	margin-top:3px;
}
h2.profile_information {
    font-size: 13px;
    line-height: 23px;
}
h3.address {
    font-size: 15px;
    margin-bottom: 15px;
}
.card-v2-section ul li a {
    color: rgba(0,0,0,.9);
}
.card-v2-section ul li a i {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    margin-right: 14px;
}
.card-v2-section ul li {
    padding: 6px 0px;
}
.contact_info_edit{
	float: right;
    margin-left: 16px;
}
.contact_heading {
    font-size: 16px;
    margin-top: 8px;
}
.cntact_details {
    padding-top: 10px;
}
.cntact_details ul li {
    padding: 2px 0px;
}
.cntact_details ul li i {
    margin-right: 10px;
    font-size: 13px;
	color:rgba(0,0,0,.5)
}
.cntact_details ul li {
    font-size: 15px;
}
.view_panel{
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.view_text {
    font-size: 21px;
    margin-bottom: 4px;
    color: #0b558c;
    text-align: center;
}
.media {
    margin-bottom: 18px;
}
.name_heading {
    font-size: 18px;
    /* font-weight: bold; */
}

.mvr_btns {
    border: none;
    width: 141px;
}
.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.card-body_new{ padding:0px 0px 0px 5px}
.search_text{ font-size:14px;}
.members_search_btns{ background-color:#0b558c; border:none;}
.members_search_btns:hover {
    background-color: #128ae4;
    border-color: #128ae4;
    color: #fff;
}
.search_section {
    margin-bottom: 34px;
}
.search_items{
	    box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
    transition: box-shadow 83ms;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.members_view{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.members_view_list {
    flex-basis: 50%;
    max-width: 50%;
}

.profile_picture2 {
    height: 230px;
    padding: 2px;
}

.profile_picture2{
    display: flex;
    flex-direction: column;
    outline: #cdcfd2 solid 1px;
    box-shadow: none;
    border-radius: 0;
}
.profile_picture2{
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.Photo-circle-7 {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 49.9%;
}
.text-align-center{ text-align:center}
.text_search{
    padding: 12px 20px;
    border-bottom: none;
}
header.text_search h3 {
    font-size: 16px;
}
.mutual_btns{ border:none; background-color:transparent; font-size:12px}
.connect_btns_footer{
    margin-left: auto;
}
.connect_btns_footer{
    margin-right: auto;
}
.connect_btns_footer{
    margin-top: 8px;
}
.connect_btns{
    font-size: 14px;
    padding: 0 10px;
    line-height: 20px;
	border:1px dashed #0b558c;
	background-color:transparent;
	color:#0b558c;
	cursor:pointer;
}
.profile_details_sec {
    box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
    transition: box-shadow 83ms;
    padding: 4px 10px;
}
.profile_details_sec label {
    margin-bottom: 0px;
    font-size: 13px;
}
.common_text {
    font-size: 13px;
    margin-top: 4px;
}
.panel-default {
    border-color: #ddd !important;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 5px 10px;
	font-size:14px;
}

.membership_sec .serviceBox{
    color: #0b558c;
    padding: 0 10px 60px;
    background-color: #0b558c;
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 80px 0 30px;
    position: relative;
 }
.membership_sec .serviceBox .service-content {
    text-align: center;
    padding: 15px 20px 30px;
    margin-top: -80px;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
}
 .membership_sec .serviceBox .service-content:hover{
   box-shadow: 0 0 20px -5px #000;
 }
.membership_sec  .serviceBox .service-content:after{
    content: '';
    height: 50px;
    width: 50px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    transform:translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.membership_sec .serviceBox .service-icon{
    display: inline-block;
    color: #F9A11C;
    font-size: 90px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.membership_sec .serviceBox:hover .service-icon{
    transform:rotateX(360deg);
}
.membership_sec .serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin:0 0 10px;
}
.membership_sec .serviceBox .description{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
	height: 100px;
}
.membership_sec .serviceBox .read-more{
    display: block;
    width: 60%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #6D4D42;
    border-radius: 15px;
    transform:translateX(-50%);
    transition:all 0.3s ease 0s;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
.membership_sec .serviceBox .read-more:hover{
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 0 0 10px #000;
}
.membership_sec .serviceBox.green{background-color: #0b558c;}
.membership_sec .serviceBox.green .service-icon{color: #44BB85;}
.membership_sec .serviceBox.green .read-more{background-color: #007A6D;}
.membership_sec .serviceBox.blue{background-color: #0b558c;}
.membership_sec .serviceBox.blue .service-icon{color: #36BFC5;}
.membership_sec .serviceBox.blue .read-more{background-color: #015F65;}
.membership_sec .serviceBox.red{background-color: #0b558c;}
.membership_sec .serviceBox.red .service-icon{color: #0b558c;}
.membership_sec .serviceBox.red .read-more{background-color: #ad0e0c;}
@media only screen and (max-width:990px){
   .membership_sec  .serviceBox{ margin-bottom: 60px; }
   .membership_sec  .serviceBox .service-content{padding: 20px 15px 30px;}
}
@media only screen and (max-width:767px){
    .membership_sec .serviceBox{ margin-bottom: 130px; }
}
section.membership_sec {
    padding: 48px 0px;
}
.membership_sec .read1{

    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
.btns_plan{ background-color:#007bff; border:none; color:#fff; padding:7px 15px;}



/*============================pricingtable====================================*/

.pricingTable{
    background: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
	margin-bottom: 21px;
}
.pricingTable:hover{ box-shadow: 0 0 5px rgba(0,0,0,0.8) inset, 0 0 10px rgba(0,0,0,0.8); }
.pricingTable svg{
    display: block;
    margin-left: -1px;
}
.pricingTable .pricing-content{
    padding: 40px 0 30px;
    position: relative;
}
.pricingTable .title{
    font-size: 16px;
    font-weight: 600;
    color: #0b558c;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 0px 0;
    list-style: none;
}
.pricingTable .pricing-content ul li {
    font-size: 15px;
    color: rgba(0,0,0,0.60);
    line-height: 26px;
    text-transform: capitalize;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 50px;
    background: #ae003d;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .pricingTable-signup{ box-shadow: 0 0 10px #ae003d; }
.pricingTable .pricingTable-signup:hover{
    color: #ae003d;
    background: #fff;
    box-shadow: 0 0 10px #ae003d, 0 0 10px #000 inset;
}
.pricingTable.blue .title{ color: #005c99; }
.pricingTable.blue .pricingTable-signup{ background: #005c99; }
.pricingTable.blue:hover .pricingTable-signup{ box-shadow: 0 0 10px #005c99; }
.pricingTable.blue .pricingTable-signup:hover{
    color: #005c99;
    background: #fff;
    box-shadow:0 0 10px #005c99, 0 0 10px #000 inset;
}
.pricingTable.red .title{ color: #db2c29; }
.pricingTable.red .pricingTable-signup{ background: #db2c29; }
.pricingTable.red:hover .pricingTable-signup{ box-shadow: 0 0 10px #db2c29; }
.pricingTable.red .pricingTable-signup:hover{
    color: #db2c29;
    background: #fff;
    box-shadow:0 0 10px #db2c29, 0 0 10px #000 inset;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}

span.yr_text {
    position: absolute;
    top: 17%;
    left: 56%;
    color: #fff;
    font-size: 23px;
}
/*===========================logo======================================*/


.shrink .logo img {
    width: 93px;

}

.contact_us_form {
    width: 566px;
    margin: 0 auto;
}


.shrink {transition: 0.8s;
        -webkit-transition:  0.8s;
}

/*===============================================radiobtns================================*/
.radiotextsty {
    color: #0b558c;
    font-size: 15px;
    margin-right: 10px;
}
.customradio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top:3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0b558c;
}
.modal_header_padding {
    padding: 5px 14px;
    background-color: #0b558c;
    color: #fff;
}
.proceed_btns {
    background-color: #0b558c;
    border-color: #0b558c;
    color: #fff;
    border: none;
	text-align:left;
}
.modal-content_new{ border:none; text-align:center;}
.modal_body{ padding:2px 13px}
.connections_text {
    font-size: 19px;
    margin-bottom: 5px;
	color:#0b558c;
}
.lable_text {
    font-size: 19px;
    margin-bottom: 5px;
	color:#0b558c;
}
.form-check-inline {
	width:95%;
    margin-bottom: 5px;
}
.modal-footer_new{ display:block;}
.modal-title_new{
    /* margin-bottom: 0; */
    line-height: 1.5;
    margin: 0 auto;
    width: 100%;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}


/*======================================21.011.2018===================================*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.banner_sec_new{ position:relative;}
.service_box_new {
    position: absolute;
    bottom: 9%;
    left: 15%;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 333;
}
/*===================================30.11.2018===========================================*/

.register {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    /* margin-top: 3%; */
    padding: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.pp_margin{
	margin-top:100px;
}
.pp_margin img{
	animation:none;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
.registration_new {
    /* background: #fefefe none repeat scroll 0 0; */
    /* border: 1px solid #eee; */
    /* box-shadow: 0 0 3px #eee; */
    color: #555;
    padding: 13px 50px;
    /* width: 522px; */
    margin: 0 auto;
}
.registration_new .form-control {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 5px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.registration_new .form-check-inline {

    margin-right: 8px;
}
form.registration_new label {
    font-size: 14px;
}
.profile_sec_padding{ padding-bottom:0px !important}

.parsley-required{
	color:#F00 !important;
}

/*=================2018-12-05==================================payment css======================================*/

.main-timeline{
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 7px;
    height: 100%;
    background: #000;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    padding: 20px 60px;
    border-top: 7px solid #000;
    border-right: 7px solid #000;
    border-radius: 0 30px 0 0;
    position: relative;
    right: -3.5px;
}
.main-timeline .icon{
    display: block;
    width: 50px;
    height: 50px;
    line-height:50px;
    border-radius: 50%;
    background: #007bff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 0 0 2px #007bff;
    position: absolute;
    top: -30px;
    left: 0;
}
.main-timeline .timeline-content{
    display: block;
    padding: 30px 22px 10px;
    border-radius: 20px;
    background: #007bff;
    color: #fff;
    position: relative;
}
.main-timeline .timeline-content:hover{
    text-decoration: none;
    color: #fff;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    background: #007bff;
    border: 1px solid #fff;
    position: absolute;
    top: -35px;
    left: 50px;
}
.main-timeline .timeline-content:after{
    left: auto;
    right: 50px;
}
.main-timeline .title {
    font-size: 24px;
    margin: 0;
    text-align: left;
    margin-bottom: 12px;
}
.main-timeline .description{
    font-size: 19px;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.main-timeline .timeline:nth-child(2n){
    border-right: none;
    border-left: 7px solid #000;
    border-radius: 30px 0 0 0;
    right: auto;
    left: -3.5px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(2){ margin-top: 130px; }
.main-timeline .timeline:nth-child(odd){ margin: -130px 0 30px 0; }
.main-timeline .timeline:nth-child(even){ margin-bottom: 80px; }
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){ margin: 0 0 30px 0; }
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .icon{ background: #007bff; }
.main-timeline .timeline:nth-child(2n) .icon{ box-shadow: 0 0 0 2px #007bff; }
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before,
.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .icon{ background: #ff9e09; }
.main-timeline .timeline:nth-child(3n) .icon{ box-shadow: 0 0 0 2px #ff9e09; }
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before,
.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .icon{ background: #3ebae7; }
.main-timeline .timeline:nth-child(4n) .icon{ box-shadow: 0 0 0 2px #3ebae7; }
@media only screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
        right: auto;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd){
        width: 100%;
        float: none;
        padding: 20px 30px;
        margin: 0 0 30px 0;
        border-right: none;
        border-left: 7px solid #084772;
        border-radius: 30px 0 0 0;
        right: auto;
        left: 0;
    }
    .main-timeline .icon{
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline .title{ font-size: 18px; }
}

.form_sec_payment .form-control {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 1px;
    height: auto;
    padding: 5px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form_sec_payment select{
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 1px;
    height: auto;
    padding: 5px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.date_sec {
    margin-top: 9px;
}
.month_sec {
    font-size: 40px;
}
.month_sec span{ font-size:20px}
.form-group {
    margin-bottom: 4px;
}
.payment_logo {
    text-align: center;
}
.payment_logo img {
    width: 245px;
}
.margin_top{ margin-top:10px;}
.payment_sec{ padding-top:40px !important;}

/*===============================================succes css==============================*/
.card_new {
    width: 742px;
    margin: 0 auto;
    margin-top: 20px;
}

.hesdings h2 {
    text-align: center;
    color: #0b558c;
    margin-top: 31px;
    font-size: 28px;
}
.download_sec a i {
    margin-right: 5px;
}

/*===============================================toggle css=-================================*/

.menu {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 21;
    right: 2%;
    top: 8px;
    z-index: 999999;
}
.menu span {
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -1.5px;
}
.menu span, .menu span::before, .menu span::after {
	display: block;
	
		width: 26px;
	right: 0;
	height: 3px;
	background-color: #0b558c;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.menu span::before, .menu span::after {
	position: absolute;
	content: "";
}
.menu span::before {
	top: -9px;
	 width:20px
}
.menu span::after {
	top: 9px;width: 33px;

}
.menu.clicked span {
	background-color: transparent;
}
.menu.clicked span::before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);    width: 33px;
}
.menu.clicked span::after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.menu.clicked span:before, .menu.clicked span:after {
	background-color: #007bff;
}
.menu:hover {
	cursor: pointer;
}
/*  NAV
========================================== */

#nav {
    background: #211316;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    height: 185px;
    max-width: 180px;
    width: 100%;
    padding: 77px 33px 53px 35px !important;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav.show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#nav.show ul.main li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.menu.clicked {
    position: fixed;
    z-index: 9999;
}
#nav.show ul.main li:nth-child(1) {
	transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
	transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
	transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
	transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
	transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
	transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
	transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
	transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
	transition-delay: 1.35s;
}
#nav.show .about, #nav.show .social, #nav.show ul.sub {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	transition-delay: .85s;
}

@media (min-width: 667px) {
#nav {
	padding: 120px 30px 70px 20px;
}
}
#nav ul.main {
	list-style-type: none;
}
#nav ul.main li {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: none;
	    list-style: circle;
    color: #fff
}
#nav ul.main li:last-of-type {
	margin-bottom: 0px;
}
#nav ul.main li a {
	color: #ffffff;
	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
	display: block;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul.main li a span {
	color: #b7ac7f;
}
#nav ul.main li a:hover {
	color: #007bff;
}
#nav ul.sub {
	list-style-type: none;
	margin-top: 40px;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav ul.sub li {
	margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
	margin-bottom: 0px;
}
#nav ul.sub li a {
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
	color: #b7ac7f;
}
.menu:hover span{}

/*  OVERLAY
========================================== */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #603e82;
	opacity: 0;
	visibility: hidden;
}
.overlay.show {
	opacity: 0.8;
	visibility: visible;
}

profile_picu
{
	position: absolute;
    z-index: 12;
    left: 5%;
}
.profile_picu img {
    width: 120px;
    height: 120px;
    border-radius: 60%;
	animation:none;
}

/*============================================14.01.2019================================*/
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #007bff;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family:'FontAwesome';
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #007bff;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 0px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
.input_info {
    display: block;
    width: 100%;
    /* height: 48px; */
    border: 1px solid #e9e6e0;
    border-radius: 0;
    background-color: #f5f5f5;
    background-image: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 7px 10px;
}
.no_padd_left{ padding-left:0px;}
label.control-label.label_profile {
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: normal;
	color:#007bff;
}
.no_padd_right{ padding-right:0px;}

.profile-background-image {
    position: relative;
}

.edit_pencil {
    margin-right: 6px;
}
.change_profile {
    margin-left: 14px;
}
.change_profile i {
    margin-right: 6px;
}

/*======================================16.01.2019=======================================*/

.widget {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 0px 2px rgba(0,0,0,0.24);
    -ms-box-shadow: 1px 0px 2px rgba(0,0,0,0.24);
    -o-box-shadow: 1px 0px 2px rgba(0,0,0,0.24);
    box-shadow: 1px 0px 2px rgba(0,0,0,0.24);
}
.sd-title {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.sd-title h3 {
    color: #007bff;
    font-size: 18px;
    font-weight: 500;
    float: left;
}
.sd-title i {
    float: right;
    color: #b7b7b7;
    font-size: 28px;
    position: absolute;
    right: 11px;
    font-weight: normal;
    top: 15px;
}
.suggestions-list {
    float: left;
    width: 100%;
    padding: 13px 0 30px 0;
}
.suggestion-usd {
    float: left;
    width: 100%;
    padding: 11px 20px;
}
.suggestion-usd img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
	float: left;
}
.sgt-text {
    float: left;
    padding-left: 10px;
}
.sgt-text h4 {
    color: #007bff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
}
.suggestion-usd > span i:hover {
    background-color: #007bff;
    color: #fff;
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.sgt-text span {
    color: #686868;
    font-size: 12px;
}
.suggestion-usd > span {
    float: right;
    margin-top: 4px;
    position: relative;
}
.suggestion-usd > span i {
    color: #b2b2b2;
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer;
}
.view-more {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.view-more > a {
    color: #007bff;
    font-size: 14px;
    font-weight: 700;
}
/*---------2019-02-02-----search----------------*/
.User_search_section .form-control {
    display: block;
    height: calc(30px + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.3;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
.User_search_section {
    padding: 30px 30px 0px;
}
.User_search_section label {
    font-size: 14px;
    font-weight: 600;
}
.checkbox label {
    font-weight: normal;
    font-size: 16px;
    color: #999;
    margin-right: 14px;
    cursor: pointer;
}
.checkbox {
    margin-bottom: 15px;
}
.profile-card {
    position: relative;
    display: flex;
}
.profile-card .profile-img {
    display: inline-block;
    vertical-align: top;
}
.profile-card .content {
    padding-left: 20px;
    flex: 0 0 70%;
}
.action_button {
    flex: 0 0 20%;
}
.profile-card .view-profile-button {
    margin-bottom: 10px !important;
}

/*============================================17.02.2019================================*/

.professionals {}
.professionals h3 { font-size: 22px; font-weight: bold; line-height: 24px; color: #000; margin-top: 16px; padding-bottom:20px;}

.btn-primary {color: #fff; background-color: #007bff;  border-color: #007bff; margin:0px 5px 5px 0px;}
.btn-primary:hover { color: #fff;  background-color: #0069d9; border-color: #0062cc;}

.btn-success {color: #fff;  background-color: #28a745;  border-color: #28a745; margin:0px 5px 5px 0px;}
.btn-success:hover {color: #fff; background-color: #218838; border-color: #1e7e34;}

.btn-danger {color: #fff;  background-color: #dc3545;  border-color: #dc3545; margin:0px 5px 5px 0px;}
.btn-danger:hover { color: #fff;  background-color: #c82333;  border-color: #bd2130;}
 

.search_box { width:100%;  margin:auto; border: solid 1px #CCC; padding:20px 10px 10px 10px; text-align:center; margin-bottom:30px;}
.search_box h4 { font-size:18px; font-weight:bold; padding:10px 0px 0px 0px;}
.search_box h6 { font-size:14px; color:#999; padding-bottom:10px;}
.search_box p { font-size:15px; line-height:20px; padding-bottom:5px; }

.profile_pic2 { width:150px; height:150px; margin:auto;}
.profile_pic2_cir { border-radius:100%;}


.profile_box { padding:30px 0px 0px 0px; width:100%; display:block;}

.box_sec { position:relative;  border: solid 1px #CCC; padding:20px 20px 20px 100px; margin-bottom:10px;}
.profile_icon { position:absolute; top:25px; left:20px;}
.box_sec  h3 { font-size:20px; font-weight:bold; padding-bottom:10px;}
.box_sec  p { font-size:16px; line-height:24px;  padding-bottom:10px;}

/*==========2019-03-05======================*/
.footer_pagination li a {
    font-size: 14px;
    color: #000;
}
.footer_pagination li {
    margin-right: 5px !important;
}
.footer_pagination li .active{
    background-color:#9CF;
	padding-left:5px;
	padding-right:5px;
}

.connect_btns_accept{
    font-size: 14px;
    padding: 0 10px;
    line-height: 20px;
	border:1px dashed #0F0;
	background-color:#03C;
	color:#FFF;
	cursor:pointer;
}
.connect_btns_decline{
    font-size: 14px;
    padding: 0 10px;
    line-height: 20px;
	border:1px dashed #0b558c;
	background-color:#FC3;
	color:#0b558c;
	cursor:pointer;
}
.profile_picture2_new {
    height: 200px;
    padding: 2px;
    display: flex;
    flex-direction: column;
    outline: #cdcfd2 solid 0px;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.footerlink a{
	color:#FFF;text-decoration:underline;
}
.footerlink a:hover{
	color:#FFF;text-decoration:underline;
}

header.text_search h3 { font-size: 21px; color: #0b558c; text-align: center; }

/*===========Rating==2020-09-29===================*/

.rating_sec { /*margin:30px 0px 20px 0px;*/ position:relative; width:100%; max-width:300px; }

.rating_sec ul {text-align:left;}
.rating_sec li {display:inline; padding:0px 0px 0px 0px;}

.rating_box { z-index:9; top:30px;   position:absolute; width:100%; max-width:300px; margin:auto; padding:20px 10px 10px 10px; background-color:#fff; border: solid 1px #cccccc; border-radius:5px; /*display:none;*/ }

.rate { margin-bottom:25px; border-bottom: solid 1px #CCC; padding-bottom:15px;}
.rate ul {text-align:left;}
.rate li {display:inline; font-weight:bold; text-decoration:none; padding:0px 0px 0px 0px;}

.rate_count { margin-bottom:5px;}
.rate_count_rat { position:relative; font-size:14px; line-height:24px; margin-bottom:10px;}
.rate_count_rat_rit { position:absolute; top:0; right:0;}

.rate_count_rat_rit {text-align:right;}
.rate_count_rat_rit li {display:inline;}
.rate_count_rat_rit a {text-decoration:none; padding:0px 0px 0px 0px;}

.toparrow { position:absolute; margin:auto; left:0%; right:0%; top: -14px;}



.rating_sec3 { margin-bottom:30px; }
.rating_sec3 ul {text-align:center;}
.rating_sec3 li {display:inline; padding:0px 0px 0px 0px;}
.rating_sec3  h5 { font-size:14px; text-align:center; padding-bottom:5px; }



@media only screen and (max-width: 480px) {
	

.rating_sec { margin: 30px 0px 20px 0px; max-width: 270px;}
.rate_count_rat {font-size: 12px;}
