@charset "utf-8";
/* CSS Document */

@import url('menu.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('bootstrap.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700,900');

body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif !important;
  color: #333333 !important;
  font-weight: 400;
  font-size: 16px;
}

div:focus, a:focus{
  outline: 0 none;
}
a {
  color: #2d3990;
}
@media (min-width: 991px) {
/** {
  transition: 0.3s ease-in-out;
}*/
a:hover {
  transition: 0.3s ease-in-out;
}
}
a:hover {
  text-decoration: none !important;
}
a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0px auto -webkit-focus-ring-color;
}
.n_container {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}

#send_form input[type="submit"]{
  float:none;
  margin:0 auto;
  display: table;
  margin-top:30px;
}

#contact_form label.error{
  display:none!important;
}

#contact_form textarea.error,
#contact_form input.error{
  border:1px solid red;
}

/********************************************* header css **********************************************************/
.header_section {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 10px 20px 30px;
}
.header_section .head_left {
  width: 20%;
  float: left;
}
.header_section .head_center {
  width: 80%;
  float: left;
}
nav .submit_case a {
  background-color: #2d3990;
  color: #fff;
  border-radius: 25px;
}
nav .submit_case a:hover {
  background: #34c4c4;
  color: #fff;
}
.banner_section {
  width: 100%;
  float: left;
  background: url(../images/banner_bg.png);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
.banner_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.20);
}
.banner_section .banner_cont {
    width: 100%;
    max-width: 800px;
    margin: 12% auto;
    text-align: center;
    padding: 0 15px;
    position: relative;
}
.banner_section .banner_cont h2 {
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
}
.banner_section .banner_cont a {
  background-color: #2d3990;
  color: #fff;
  font-size: 18px;
  border-radius: 25px;
  padding: 12px 30px;
  display: inline-block;
  margin: 30px 0 0;
  font-weight: 400;
  letter-spacing: 1px;
}
.banner_section .banner_cont a:hover {
  background-color: #34c5c5;
}
.life_plans_section {
  width: 100%;
  float: left;
  padding: 70px 0 80px;
  text-align: center;
  color: #000;
}
.life_plans_section h2 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 80px;
  letter-spacing: 2px;
}
.life_plans_section .plans_cont h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.life_plans_section .plans_cont a {
  color: #2d3990;
}
.life_plans_section .plans_cont a:hover {
  color: #34c5c5;
}
.testimonial_section {
    width: 100%;
    float: left;
    padding: 30px 0px 50px 0;
    background: transparent;
    background-size: cover;
    text-align: center;
}
.testimonial_section .regular {
    max-width: 750px;
    margin: 0px auto;
    position: relative;
}
.testimonial_section .slick-slide img {
  display: inline-block;
  border-radius: 50%;
  border: 4px solid #34c0c3;
  width: 102px;
}
.testimonial_section .slick-slide p {
    margin: 28px 0;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}
.testimonial_section .slick-slide p span {
    font-weight: 700;
    color: #34c0c3;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
.testimonial_section .slick-slide p span i {
font-size: 29px;
    position: absolute;
    top: -3px;
}
.bottom_section {
  width: 100%;
  float: left;
  padding: 70px 0;
  background-color: #2d3990;
  color: #fff;
  text-align: center;
}
.bottom_section h2 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 1px;
}
.bottom_section h2 span {
    font-weight: 700;
}
.bottom_section a {
    background-color: #fff;
    color: #000033;
    font-size: 18px;
    border-radius: 25px;
    padding: 12px 30px;
    display: inline-block;
    margin: 30px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.bottom_section a:hover {
  background-color: #34c5c5;
  color: #fff;
}
.footer_section {
  width: 100%;
  float: left;
  background-color: #1b2d82;
  color: #fff;
}
.footer_section .footer_top {
  padding: 50px 0;
}
.footer_section .footer_top_left {
  width: 70%;
  float: left;
}
.footer_section .footer_top_right {
  width: 30%;
  float: left;
  text-align: right;
}
.footer_section .footer_top_left ul {
  margin: 0px;
  padding: 0px;
}
.footer_section .footer_top_left ul li {
  margin-right: 20px;
  list-style: none;
  display: inline-block;
}
.footer_section .footer_top_left ul li a {
  color: #fff;
  font-weight: 200;
}
.footer_section .footer_top_left ul li a:hover {
  color: #34c5c5;
}
.footer_section .footer_top_right a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 8px;
}
.footer_section .footer_top_right a:hover {
  color: #34c5c5;
}
.footer_section .fooetr_bottom {
    padding: 20px 0 10px;
    border-top: 1px solid #233794;
}
.sub_banner_section {
  width: 100%;
  float: left;
  background: url(../images/sub_banner_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
.sub_banner_section .sub_banner_cont {
    width: 100%;
    max-width: 800px;
    margin: 20% auto 10%;
    text-align: center;
    padding: 0 15px;
}
.sub_banner_section .sub_banner_cont h2 {
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
}
.contact_section {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.contact_section h3 {
  text-transform: uppercase;
}
.contact_section .contact_cont_left {
  width: 40%;
  float: left;
}
.contact_section .contact_cont_left ul {
  margin: 20px 0;
  padding: 0px;
}
.contact_section .contact_cont_left ul li {
  margin: 0px;
  padding: 10px 0 10px 30px;
  list-style: none;
  position: relative;
}
.contact_section .contact_cont_left ul li span {
  position: absolute;
  left: 0;
  color: #000;
}
.contact_section .contact_cont_right {
     width: 53%;
    float: right;
}
.contact_cont_right {
    padding-top: 23px;
}
.contact_section .contact_cont_right input[type="text"], .contact_section .contact_cont_right input[type="email"] {
  width: 49%;
  float: left;
  border-radius: 30px;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  margin: 10px 0;
  font-size: 14px
}
.contact_section .contact_cont_right textarea {
  width: 100%;
  float: left;
  border-radius: 50px;
  padding: 20px 20px;
  border: 1px solid #e0e0e0;
  margin: 10px 0;
  height: 100px;
  font-size: 14px;
}
.contact_section .contact_cont_right input[type="submit"] {
    float: right;
    background: #2d3990;
    color: #fff;
    border-radius: 25px;
    border: 0px;
    margin: 10px 0;
}
span.sndmsg {
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
}
.contact_section .contact_cont_right input[type="submit"]:hover {
  background: #34c5c5;
}
.contact_section .contact_cont_right input:nth-child(2), .contact_section .contact_cont_right input:nth-child(4) {
  float: right;
}
.map_section {
  width: 100%;
  float: left;
}
.map_section iframe {
  width: 100%;
  height: 460px;
}
.process_banner {
  color: #fff;
}
.process_conetnt_cont {
  width: 100%;
  float: left;
  /* padding: 60px 0 120px; */
  color: #000;
}
.process_conetnt_cont h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  line-height: 42px;
}
.process_conetnt_cont .process_cont {
  width: 100%;
  position: relative;
}
.process_conetnt_cont .process_cont:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #34c0c3;
  left: 50%;
  top: 40px;
}
.process_conetnt_cont .process_cont h3 {
  font-size: 18px;
  color: #1b3f61;
  line-height: 26px;
}
.process_conetnt_cont .process_cont h4 {
  font-size: 16px;
  color: #333;
  padding: 8px 0 0 30px;
  position: relative;
}
.process_conetnt_cont .process_cont h4 span {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #1b3f61;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  padding: 3px;
  left: 0;
  top: 30%;
  text-align: center;
}
.process_conetnt_cont .process_cont ul {
  margin: 0px;
  padding: 0px;
}
.process_conetnt_cont .process_cont ul li {
  margin: 5px 0px;
  padding: 0px 0 0 30px;
  list-style: none;
  font-size: 14px;
  position: relative;
}
.process_conetnt_cont .process_cont ul li:before {
    content: "\f105";
    font-family: Fontawesome;
    font-size: 20px;
    color: #34c0c3;
    position: absolute;
    left: 10px;
    top: -3px;
}
.process_conetnt_cont .process_col1, .process_conetnt_cont .process_col3, .process_conetnt_cont .process_img {
  text-align: right;
  padding-right: 60px;
  position: relative;
}
.process_conetnt_cont .process_cont .process_col1 ul li {
  padding: 0px 30px 0 0px;
}
.process_conetnt_cont .process_cont .process_col1 ul li:before {
    content: "\f104";
    left: auto;
    right: 5px;
}
.process_conetnt_cont .process_img img {
  margin-top: 100px;
}
.process_conetnt_cont .process_col2 {
  padding-left: 80px;
  position: relative;
}
.process_conetnt_cont .process_col1:before, .process_conetnt_cont .process_col2:before, .process_conetnt_cont .process_col3:before {
  content: "";
  position: absolute;
  right: -79px;
  top: 0;
  width: 123px;
  height: 123px;
  background: url(../images/process1.jpg);
  background-size: 100% 100%;
  z-index: 99;
}
.process_conetnt_cont .process_col2:before {
  left: -79px;
  right: auto;
  background: url(../images/process2.jpg);
}
.process_conetnt_cont .process_col3:before {
  background: url(../images/process3.jpg);
  top: -20px;
}
.client_testimonial_cont {
  width: 100%;
  float: left;
  padding: 60px 0;
  text-align: center;
}
.client_testimonial_cont h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #000;
}
.client_testimonial_cont p {
    margin: 0 0 30px;
}
.client_testimonial_cont a {
    background: #2d3990;
    color: #fff;
    padding: 14px 50px;
    border-radius: 25px;
    border: 0px;
    margin: 50px 0 0;
    display: inline-block;
}
.client_testimonial_cont a:hover {
    background: #34c5c5;
}
.client_testimonial_cont .col-sm-4 {
  padding-right: 10px;
  padding-left: 10px;
}
.cls-testimonial-outer {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.client_testimonial_cont .client_cont {
    border: 1px solid #2d3990;
    padding: 70px 20px 0px;
    margin: 50px 0 0;
    position: relative;
    border-radius: 4px;
    height: 100%;
}
.client_testimonial_cont .client_cont:hover {
    background-color: #2d3990;
    color: #fff;
}
.client_testimonial_cont .client_cont span {
    background: #34c0c3;
    color: #fff;
    position: absolute;
    width: 66px;
    height: 66px;
    display: inline-block;
    border-radius: 50%;
    padding: 3px;
    font-size: 40px;
    top: -30px;
    margin: 0px auto;
    left: 0;
    right: 0;
}
.client_testimonial_cont .service_cont {
    border: 1px solid #2d3990;
    padding: 70px 20px 40px;
    margin: 60px 0;
    position: relative;
    border-radius: 4px;
    min-height: 460px;
}
.client_testimonial_cont .service_cont li {
    text-align: left;
}
.client_testimonial_cont div[class*="col-sm-12"] .service_cont {
    min-height: 544px;
}

.client_testimonial_cont div[class*="col-sm-12"] .service_cont ul {
    text-align: left;
    padding: 0 0 0 25px;
}

.client_testimonial_cont .service_cont h3 {
    color: #2d3990;
    margin: 25px 0;
}
.client_testimonial_cont .service_cont:hover {
    background-color: #2d3990;
    color: #fff;
}
.client_testimonial_cont .service_cont:hover h3 {
    color: #fff;
}
.client_testi_cont {
    display: flex;
    flex-wrap: wrap;
}

.client_testimonial_cont .service_cont a {
    margin: 10px 0 0;
    font-size: 13px;
    padding: 13px 20px;
}
.APPLY-btn-cls {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 15px;
	    margin-top: -29px;
}
.client_testimonial_cont .service_cont:hover a {
    color: #333;
    background: #fff;
}
.client_testimonial_cont .service_cont span {
    background: #fff;
    border: 1px solid #2d3990;
    position: absolute;
    width: 130px;
    height: 130px;
    display: inline-block;
    border-radius: 50%;
    padding: 0px;
    top: -70px;
    margin: 0px auto;
    left: 0;
    right: 0;
}
.client_testimonial_cont .service_cont span img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.submit_case_cont {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.submit_case_cont h2 {
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.submit_case_cont h3 {
  color: #1b3f61;
  text-align: center;
}
.submit_case_cont .client_information, .submit_case_cont .structured_settlement, .submit_case_cont .opposing_attorney, 
.submit_case_cont .case_details, .submit_case_cont .bottom_details {
  display: inline-block;
  width: 100%;
}
.submit_case_cont .client_information h3, .submit_case_cont .structured_settlement h3, .submit_case_cont .opposing_attorney h3, 
.submit_case_cont .case_details h3, .submit_case_cont .bottom_details h3 {
  color: #333;
  text-align: left;
  padding: 0 15px;
  margin: 40px 0;
  text-transform: uppercase;
}
.submit_case_cont input[type="text"], .submit_case_cont input[type="email"], .submit_case_cont input[type="file"], .submit_case_cont select {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #cacaca;
    background-color: #f1f1f1;
    padding: 10px 20px;
    box-shadow: 0 2px 16px #d6d6d6;
    height: 46px;
    font-size: 14px;
    color: #757575;
    margin-bottom: 25px;
}
.submit_case_cont select {
  -webkit-appearance: none;
  background: url(../images/dropdown_icon.png);
  background-repeat: no-repeat;
  background-position: 95% 17px;
  background-color: #f1f1f1;
}
.submit_case_cont span.gender {
    margin-top: 18px;
    display: block;
}
.submit_case_cont span.gender label {
    margin-right: 15px;
}
.submit_case_cont .bottom_details ul {
  margin: 20px 0;
  padding: 0px;
}
.submit_case_cont .bottom_details ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
    max-width: 270px;
}
.submit_case_cont .submit_details {
  text-align: center;
}
.submit_case_cont .submit_details input[type="submit"] {
    background-color: #2d3990;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
    padding: 12px 50px;
    display: inline-block;
    margin: 20px 0 30px;
    font-weight: 400;
    letter-spacing: 1px;
    border: 0px;
}
.submit_case_cont .submit_details input[type="submit"]:hover {
    background-color: #34c5c5;
}
.login_section {
  width: 100%;
  float: left;
 /* background: url(../images/logo_bg2.jpg); */
  background-size: cover;
  position: relative;
}
.login_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.80);
}
.login_section .login_cont {
  width: 100%;
  max-width: 450px;
  margin: 10% auto;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.login_section .login_cont h1 {
    font-size: 35px;
    font-weight: 700;
    color: #2d3990;
    margin: 80px 0 40px;
}
.login_section .login_cont input[type="email"], .login_section .login_cont input[type="password"] {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 12px 20px;
    margin-bottom: 25px;
}
.login_section .login_cont input[type="submit"] {
    width: 100%;
    background: #2d3990;
    color: #fff;
    padding: 14px 50px;
    border-radius: 25px;
    border: 0px;
    margin: 20px 0;
}
.login_section .login_cont input[type="submit"]:hover {
    background: #34c5c5;
}
.login_section .login_cont span {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}
.login_section .login_cont span img {
    width: 55%;
}
.login_section .login_cont .remember {
  text-align: left;
  color: #2d3990;
}
.login_section .login_cont a {
    font-size: 12px;
    color: #333;
    margin: 40px 0;
    display: inline-block;
}
.n_checkbox input {
  padding: 0;
  display: none;
  cursor: pointer;
}
.n_checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
}
.n_checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #2d3990;
  border: 0px solid #0079bf;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.n_checkbox input:checked + label:after {
  content: '\f00c';
  font-family: fontawesome;
  color: #fff;
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 12px;
}
.service_banner_section {
  width: 100%;
  float: left;
  padding: 8% 0;
  text-align: center;
  background: url(../images/sub_banner_bg.jpg);
  background-size: cover;
  color: #fff;
  background-position: 100% 100%;
}
.service_banner_section h2 {
  margin-bottom: 20px;
}
.contact_cont_left a {
    color: #000;
}
.contact_cont_left a:hover {
    color: #2D3990;
}
.profile_bottom_right a {
    color: #fff;
}
.submit_banner_section {
  width: 100%;
  float: left;
  padding: 8% 0;
  text-align: center;
  background: url(../images/submit_banner_bg.jpg);
  background-size: cover;
  color: #fff;
  background-position: 100% 96%;
}
.submit_banner_section h2 {
  margin-bottom: 20px;
}
.test_banner_section {
  width: 100%;
  float: left;
  padding: 8% 0;
  text-align: center;
  background: url(../images/test_banner_bg.jpg);
  background-size: cover;
  color: #fff;
    background-position: 100% 99%;
}
.test_banner_section h2 {
  margin-bottom: 20px;
}
.contact_banner_section {
  width: 100%;
  float: left;
  padding: 8% 0;
  text-align: center;
  background: url(../images/contact_banner_bg.jpg);
  background-size: cover;
  color: #fff;
    background-position: 100% 32%;
}
.contact_banner_section h2 {
  margin-bottom: 20px;
}
.process_banner_section {
  width: 100%;
  float: left;
  padding: 8% 0;
  text-align: center;
  background: url(../images/process_banner_bg.jpg);
  background-size: cover;
  color: #fff;
  background-position: 100% 100%;
}
.process_banner_section h2 {
  margin-bottom: 20px;
}
input#American_General value= {
	width:10px!important;
}
.bottom_details input[type="text"] {
    width: 80px;
    height: 30px;
    float: right;
    padding: 8px 15px;
    margin-bottom: 9px;
    margin-top:0;
}

.about_banner_section {
  width: 100%;
  float: left;
  padding: 8% 0;
  text-align: center;
  background: url(../images/about_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  background-position: 100% 30%;
}
.about_banner_section h2 {
  margin-bottom: 20px;
}
.about_profile_cont {
  width: 100%;
  float: left;
  padding: 60px 0;
  background-color: #2d3990;
  color: #fff;
  font-weight: 300;
}
.about_profile_cont h2 {
     font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.about_profile_cont .profile_top .profile_top_left {
  width: 30%;
  float: left;
  padding: 10px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}
.about_profile_cont .profile_top .profile_top_left img {
  width: 100%;
}
.about_profile_cont .profile_top .profile_top_right {
  width: 66%;
  float: right;
}
.about_profile_cont .profile_top .profile_top_right h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 600;
}
.about_profile_cont .profile_top .profile_top_right p {
  margin-bottom: 30px;
}
.about_profile_cont .profile_bottom {
  margin: 40px 0;
  width: 100%;
  display: inline-block;
}
.about_profile_cont .profile_bottom h4 {
text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
	
}
.about_profile_cont .profile_bottom h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.about_profile_cont .profile_bottom ul {
  padding: 0px;
}
.about_profile_cont .profile_bottom ul li {
  margin: 0px;
  padding: 10px 0 10px 30px;
  list-style: none;
  position: relative;
}
.about_profile_cont .profile_bottom ul li span {
  position: absolute;
  left: 0;
  color: #fff;
}
.about_profile_cont .profile_bottom p {
  margin-bottom: 20px;
}
.about_profile_cont .profile_bottom .profile_bottom_left {
  width: 55%;
  float: left;
}
.about_profile_cont .profile_bottom .profile_bottom_right {
  width: 40%;
  float: right;
}
.three_profile_cont {
  width: 100%;
  float: left;
  padding: 100px 0;
}
.three_profile_cont .pro_column {
  background-color: #f1f1f1;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.three_profile_cont .pro_column h3 {
    background: #2d3990;
    color: #fff;
    margin: 0px;
    padding: 0 20px;
    height: 68px;
}
.three_profile_cont .pro_column h3 span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.three_profile_cont .pro_column ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.three_profile_cont .pro_column ul li {
  margin: 0px;
  padding: 10px;
  list-style: none;
  width: 33.3333%;
  float: left;
  font-size: 14px;
  cursor: pointer;
}
.three_profile_cont .pro_column ul li img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-bottom: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.n_popup .modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 957px;
}
.n_popup button.close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
    -webkit-text-stroke: 2px #44caca;
}
.n_popup .modal-body {
    padding: 0px;
    border: 10px solid #d6d6d6;
    text-align: center;
}
.n_popup .top_img {
  background-color: #44caca;
  margin-bottom: 35px;
}
.n_popup .top_img img {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 1px solid #44caca;
  position: relative;
  top: 60px;
}
.n_popup .pro_content {
  background-color: #efeff6;
  padding: 20px 20px 60px;
}
.n_popup .pro_content h2 {
    font-weight: 400;
    margin: 20px 0;
}
@media (max-width: 991px) {
nav .submit_case a {
    background-color: transparent !important;
}
}
@media (max-width: 767px) {
.life_plans_section .plans_cont {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.footer_section .footer_top_left, .footer_section .footer_top_right {
  text-align: center;
  width: 100%;
}
.footer_section .footer_top_right {
  margin-top: 20px;
}
.copyright {
    text-align: center;
}
.cls-testimonial-outer {
    display: block;
}
}
@media(max-width: 540px){
  .footer_section .footer_top_left ul li {
    margin-right: 8px;
}
.footer_section .footer_top_left ul li a {
    font-size: 14px;
}
}
@media (max-width: 480px) {
	
.header_section .head_left img {
    max-width: 180px;
}
.banner_section .banner_cont h2 {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 26px;
    line-height: 32px;
}
.banner_section .banner_cont a, .bottom_section a {
    font-size: 16px;
    padding: 12px 20px;
    letter-spacing: 0;
}
.life_plans_section {
    padding: 20px 0 0px;
}
.life_plans_section h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
}


/************* service page media css **********************/

@media(max-width: 991px){
  .client_testimonial_cont .service_cont a{
    padding: 14px 32px;
  }

}

/************* service page media css end **********************/

/************* about page media css **********************/
@media(max-width: 1199px){
  .three_profile_cont .pro_column ul li img {
    width: 75px;
    height: 75px;
}
.three_profile_cont .pro_column h3 {
    height: 93px;
    font-size: 21px;
}
}
@media(max-width: 991px){
  .three_profile_cont .pro_column ul li {
    width: 49.3333%;
}
}
@media(max-width: 836px){
.n_popup .modal-dialog {
    max-width: 100%;
    padding: 15px;
}
}
@media(max-width: 767px){
  .about_profile_cont .profile_bottom .profile_bottom_left {
    width: 100%;
    float: left;
}
.about_profile_cont .profile_bottom .profile_bottom_right {
    width: 100%;
    float: right;
}
.about_profile_cont .profile_bottom {
    border-top: 1px solid #fff;
    padding-top: 30px;
}
.about_profile_cont {
    padding: 60px 0 0px;
}
  .three_profile_cont .pro_column ul li {
    width: 33.3333%;
}
}
@media(max-width: 600px){
  .about_profile_cont .profile_top .profile_top_left {
    width: 100%;
}
.about_profile_cont .profile_top .profile_top_right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
}
@media(max-width: 480px){
    .three_profile_cont .pro_column ul li {
    width: 49.3333%;
}
}
/************* about page media css end **********************/
/************* contact page media css **********************/

@media(max-width: 991px){
  .contact_section .contact_cont_right {
    width: 51%;
    float: right;
}
.contact_section h3 {
    text-transform: uppercase;
    font-size: 22px;
}
}
@media(max-width: 767px){
  .contact_section .contact_cont_left {
    width: 100%;
    float: left;
}
.contact_section .contact_cont_right {
    width: 100%;
    float: right;
}
}
/************* contact page media css **********************/
/************* login page media css **********************/

@media(max-width: 767px){
  .login_section .login_cont h1 {
    font-size: 50px;
    margin: 40px 0 40px;
}
}
/************* login page media css end **********************/
/************* process page media css **********************/
@media(max-width: 767px){
  .process_conetnt_cont .process_col1, .process_conetnt_cont .process_col3{
    text-align: left;
    padding-right: 0px;
    position: relative;
    padding-left: 80px;
}
.process_conetnt_cont .process_img {
  text-align: center;
  padding-right: 0px;
  position: relative;
}
.process_conetnt_cont .process_col1:before, .process_conetnt_cont .process_col2:before, .process_conetnt_cont .process_col3:before{
  display: none;
}
.process_conetnt_cont .process_cont:after{
  display: none;
}
.process_conetnt_cont .process_img img {
    margin-top: 50px;
}
.process_conetnt_cont {
    padding: 0px 0 60px;
}
.process_conetnt_cont .process_cont .process_col1 ul li {
    padding: 0px 0 0 20px;
}
.process_conetnt_cont .process_cont .process_col1 ul li:before {
    content: "\f105";
    left: 0px;
    right: auto;
}
.three_profile_cont .pro_column h3 {
    height: 100%;
    padding: 15px;
}
.three_profile_cont .pro_column h3 span {
    top: 0;
    transform: translateY(-0%);
}
.client_testimonial_cont .service_cont {
    margin: 100px 0;
}
.client_testimonial_cont {
    padding: 0px 0;
}
.client_testimonial_cont a {
    margin: 30px 0 50px;
}
}
@media(max-width: 480px){
  .process_conetnt_cont .process_col1, .process_conetnt_cont .process_col3 {
      padding-left: 20px;
  }
  .process_conetnt_cont .process_col2 {
      padding-left: 20px;
  }
  .bottom_section {
      padding: 30px 0;
  }
  .process_conetnt_cont h2 {
      font-size: 18px;
      line-height: 31px;
  }
  .three_profile_cont {
      padding: 50px 0;
  }
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #f1f1f1;
    color: #333;
    font-size: 18px;
    border-radius: 25px;
    padding: 12px 30px;
    display: inline-block;
    margin: 30px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn-success {
    color: #fff!important;
    background-color: #1b2d82!important;
    border-color: #1b2d82!important;
}
.about_profile_cont.second-one img {
    width: 100%;
}

.about_profile_cont.second-one .profile_top_right {
    margin-bottom: 30px;
}

.about_profile_cont.second-one .profile_top_left {
    padding: 10px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.about_profile_cont .content {
    height: 256px;
    transition: height 0.6s ease-in-out;
    overflow: hidden;
}

.about_profile_cont .open-content .content {
    height: initial;
}

.about_profile_cont a.slide {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 2px;
}

.three_profile_cont.partners-bottom h2 {
    margin: 0 0 60px 0;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #2d3990;
}

.three_profile_cont.partners-bottom .pro_column ul li {
    width: 100%;
    text-align: left;
    display: flex;
    margin: 9px 0 0px 0;
    background: #f1f1f1;
    border: 1px solid #2d3990;
}

.three_profile_cont.partners-bottom .pro_column ul li .image {
    padding-right: 15px;
}


.three_profile_cont.partners-bottom .pro_column {
    position: relative;
    padding-bottom: 0px;
    background: transparent;
}

/*.three_profile_cont.partners-bottom .pro_column .partner-content {
    height: 394px;
    transition: height 0.6s ease-in-out;
    overflow: hidden;
}*/

.three_profile_cont.partners-bottom .pro_column a.partner-slider {
    position: absolute;
    bottom: 13px;
    right: 23px;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
}

.myModalsynergy hr.popupline {
    border-color: #cccccc;
}

.n_popup.myModalsynergy .pro_content ul {
    text-align: left;
}
.cost-content {
    text-align: left;
    padding: 10px 20px;
}
.cost-content h2 {
    margin: -10px -20px 30px -20px;
    padding: 25px 0;
    background: #44caca;
    color: #fff;
    text-align: center;
}

.cost-content .price-section p {
    font-size: 20px;
}

.cost-content .price-section p span {
    font-weight: 500;
    margin: 0 3px 0 0;
}

.cost-content .content-cost h3 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 16px 0 20px 0;
    font-weight: 500;
}


.cost-content .price-section p {
    font-size: 20px;
}

.cost-content .price-section p span {
    font-weight: 500;
    margin: 0 3px 0 0;
}

.cost-content .content-cost h3 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 16px 0 20px 0;
    font-weight: 500;
}

.cost-content .content-cost ul {
    padding: 0;
}

.cost-content .content-cost ul li {
    padding: 0 0px 0 25px;
    list-style: none;
    margin: 10px 0;
    position: relative;
}
.col-csl-three-inner {
    width: 33.33%;
    float: left;
}
.cost-content .content-cost ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    -webkit-text-stroke: 1px #fff;
    top: 0px;
}

.cost-content .content-cost ul li ul li:before {
    content: "";
    height: 6px;
    width: 6px;
    background: #2d3990;
    border-radius: 50%;
    top: 7px;
}
.n_popup.cost-popup button.close {
    margin-top: 0;
}

nav li.current_page_item a {
    color: #34c0c3;
}


.page-template-template-login .header_section {
    text-align: center;
    display: none;
}

.page-template-template-login .header_section .head_left {
    width: 100%;
}

.page-template-template-login .login_section span.logo {margin: 0 0 50px 0;}

.page-template-template-login .login_section #wppb-login-wrap.wppb-user-forms #loginform label {
    width: 100% !important;
    display: block;
    text-align: left;
    font-weight: 500;
}

.page-template-template-login .login_section #wppb-login-wrap.wppb-user-forms #loginform input[type="text"], .page-template-template-login .login_section #wppb-login-wrap.wppb-user-forms #loginform input[type="password"] {
    width: 100%;
    border-radius: 30px;
    height: 45px;
    padding: 0 10px;
}

.page-template-template-login .login_section #wppb-login-wrap.wppb-user-forms #loginform .login-remember label {
    font-size: 13px;
}

.page-template-template-login .login_section #wppb-login-wrap.wppb-user-forms #loginform .login-remember input#rememberme {
    border-radius: 0;
    width: 14px;
    height: 14px;
    margin: 0 6px 0 0;
}

.page-template-template-login .login_section #wppb-login-wrap.wppb-user-forms #loginform p {
    padding-bottom: 20px;
}

.page-template-template-login .login_section #wppb-login-wrap.wppb-user-forms #loginform input#wppb-submit {
    margin-top: 0;
}

nav li.spec {
    padding: 0 10px 0 12px;
}

nav li.spec span {
    margin: 0 8px 0 0;
}
nav .spec a {
    padding: 0;
}
.plans_cont {
    background: #eee;
    padding: 30px 10px;
    min-height: 585px;
    border-radius: 4px;
}
@media (max-width: 1199px){
  .three_profile_cont.partners-bottom .pro_column ul {
      margin-top: 20px;
  }
  .three_profile_cont.partners-bottom .pro_column ul li {
      width: 100%;
      text-align: left;
      display: flex;
      padding: 4px 10px;
  }
  .three_profile_cont.partners-bottom .pro_column .partner-content p {
      font-size: 12px;
  } 
  .about_profile_cont div[class*="col-md"] {
      margin-bottom: 30px;
  }
  .three_profile_cont.partners-bottom {
      padding: 60px 0 60px 0;
  }
  nav a {
      padding: 8px 14px;
  }
  .client_testimonial_cont .service_cont {
    min-height: 563px;
}
.plans_cont {
    min-height: 675px;
}
}

@media (max-width: 1171px){
  nav a {
      padding: 8px 6px;
      font-size: 15px;
  }
}

@media (max-width: 991px){
  .three_profile_cont.partners-bottom .pro_column ul li .image {
      padding-right: 15px;
      width: 70px;
  }
  .three_profile_cont.partners-bottom .pro_column ul li .image img {
      width: 60px;
      height: 60px;
  }
  .three_profile_cont.partners-bottom .pro_column .partner-content h4 {
      font-size: 14px;
  }
  .three_profile_cont.partners-bottom .pro_column .partner-content p {
      font-size: 11px;
  }
  .three_profile_cont.partners-bottom .pro_column h3 {
      font-size: 16px;
      height: 60px;
  }
  .three_profile_cont.partners-bottom .pro_column {
      position: relative;
      padding-bottom: 44px;
  }
  .about_profile_cont .content {
      font-size: 14px;
      line-height: 21px;
  }
  .footer_section {
      font-size: 14px;
  }
  .footer_section .footer_top_left ul li {
      margin-right: 18px;
  }
  .client_testimonial_cont .service_cont {
    min-height: auto;
    margin-bottom: 40px;
}
.plans_cont {
    min-height: 969px;
}
}
@media(max-width: 941px){
  
}
@media (max-width: 767px){
  .three_profile_cont.partners-bottom .pro_column ul li {
      padding: 9px 10px;
  }
  .three_profile_cont.partners-bottom div[class*="col"] {
      max-width: 360px;
      margin: 9px auto;
  }
  .about_profile_cont div[class*="col-md"] {
      margin-bottom: 30px;
      max-width: 360px;
      margin: 20px auto;
  }
  .about_profile_cont .content {
      font-size: 13px;
      line-height: 20px;
  }
  .about_profile_cont .content h3 {
      margin-top: 0;
  }
  .about_profile_cont .content#toggle-2 {
      line-height: 19px;
  }
  .plans_cont {
    min-height: auto;
}
.col-csl-three-inner {
    width: 100%!important;
    float: left;
	margin-left: 0px!important;
}
}


.page-id-47 .contact_section .contact_cont_right {
    width: 98%;
    float: right;
}

.page-id-47 .contact_cont_right {
    padding-top: 75px;
}
.page-id-50 .contact_section .contact_cont_right {
    width: 100%;
    float: right;
}


a.rsvp {
    color: #fff;
    background-color: #2d3990;
    color: #fff;
    border-radius: 25px;
    padding: 9px;
}
a.rsvp:hover {
    background: #34c4c4;
}
.rsvpbtn {
    margin-top: 10px;
    margin-left: 2px;
}
.page-id-16 a.cls-load-mode {
    display: none;
}
div#_oss_container {
    display: none;
}


.about_profile_cont.second-one .profile_top_right h4{
  cursor: pointer;
}
.nsss-cls a {
    color: red;
}

.testimonial_section .slick-slide p {
    position: relative;
}

span.top-cls {
    position: absolute;
    top: -25px;
    right: -3px;
    z-index: 1;
}
span.bottom-cls {
    bottom: -2px !important;
    right: 43px  !important;
    top: initial !important;
    position: absolute;
}
.contact_section .panel-default > .panel-heading {
    color: #333;
    background-color: #34c4c4 !important;
    border-color: transparent !important;
}
.contact_section .panel-default {
    border-color: transparent !important;
    box-shadow: none !important;
}
.contact_section .panel-body {
    border: 0px !important;
    color: #000 !important;
}
.contact_section .panel-title h2 {
    margin: 0px !important;
    font-size: 20px;
    color: #fff;
}
.contact_section .panel-body {
    border: 0px !important;
}
.contact_section .panel-collapse {
    background: #eee !important;
}
.full-cls strong {
    font-size: 35px;
}
.full-cls{
  text-align: center;
}
@media (min-width: 992px){

.page-id-50 .col-md-3 {
    margin-right: 5%;
    margin-left: 17%;
}

}
@media(max-width: 991px){
    nav li.current_page_item a {
    color: #2d3990;
}
.page-id-12 .modal-content {
    height: 667px!important;
}
.page-id-12 .n_popup .modal-body {
    height: 666px;
}
}

.three_profile_cont.partners-bottom a {
    background-color: #2d3990;
    color: #fff;
    font-size: 15.5px;
    border-radius: 25px;
    padding: 12px 30px;
    display: inline-block;
    margin: 30px 0 0;
    font-weight: 400;
    letter-spacing: 1px;
}
.three_profile_cont.partners-bottom a:hover {
    background-color: #34c5c5;
}

@media (max-width: 480px) {
	ul.agendasession {
    text-align: left;
    margin-left: 0%!important;
}
	.page-id-12 ul.col-csl-three {
    margin-left: 0px!important;
}
	.client_testimonial_cont div[class*="col-sm-12"] .service_cont {
    min-height: 967px!important;
}
.page-id-12 .client_testi_cont {
    margin-top: -43px;
}
.client_testimonial_cont .service_cont a {
    margin: 1px 0 0!important;
    font-size: 13px;
    padding: 13px 49px!important;
    margin-bottom: 10px!important;
}
	.page-id-12 .modal-content a {
    background: #2d3990;
    color: #fff;
    padding: 9px 68px;
    border-radius: 25px;
    border: 0px;
    margin: 4px 0 0!important;
    display: inline-block;
}
	.page-id-12 .n_popup .modal-body {
    height: 946px!important;
	    border: none;
}
.page-id-12 .modal-content {
    height: 938px!important;
}
.timing {
    float: left;
    margin-top: 8%!important;
    margin-left: 30px
}
	.page-template-NSSTA .contact_section {
    margin-top: -14%;
}
.page-template-NSSTA .contact_cont_right h2 {
    font-size: 19px;
}
.page-template-NSSTA .col-md-12.full-cls strong {
 font-size: 17px;
}
.page-id-50 .contact_cont_right {
    padding-top: 0px;
}
}
@media (max-width: 890px) {
	.page-id-12 .n_popup .modal-body {
    height: 666px!important;
}
	
}
	@media (max-width: 780px) {
	.page-template-NSSTA .contact_section {
    margin-top: -8%;
}
.page-template-NSSTA .contact_cont_right h2 {
    font-size: 20px;
}
.page-template-NSSTA .col-md-12.full-cls strong {
 font-size: 17px;
}
.page-id-50 .contact_cont_right {
    padding-top: 0px;
}
}
.page-id-12 .modal-content {
    height: 633px;
}
.page-id-12  .n_popup .modal-body {
    height: 641px;
}

.page-id-12 .modal-content a {
    background: #2d3990;
    color: #fff;
    padding: 9px 68px;
    border-radius: 25px;
    border: 0px;
    margin: 4px 0 0;
    display: inline-block;
}
.timing {
    float: left;
    margin-top: 27%;
    margin-left: 30px;
	    text-align: left;
}
.timing2 {
    float: left;
    margin-top: 3%;
    margin-left: 43px;
    text-align: left;
}
.page-id-12 ul.col-csl-three {
    margin-left: 33px;
}

	@media (max-width: 1200px) {
.client_testimonial_cont div[class*="col-sm-12"] .service_cont {
    min-height: 596px;
}
	}
	
	p.sampletitel2 {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
}
ul.agendasession {
    text-align: left;
    margin-left: 29%;
}

.page-id-16 .col-sm-4 {
    width: 50%;
}
.login_cont h3 {
    display: none;
}
li.spec {
    display: none;
}