@font-face {
  font-family: 'FrutigerLTStd-Light';
  src: url('https://d2pco6gv44g4j6.cloudfront.net/sc3-assets/static/mnk/FrutigerLT/FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'),  url('https://d2pco6gv44g4j6.cloudfront.net/sc3-assets/static/mnk/FrutigerLT/FrutigerLTStd-Light.otf')  format('opentype'),
       url('https://d2pco6gv44g4j6.cloudfront.net/sc3-assets/static/mnk/FrutigerLT/FrutigerLTStd-Light.woff') format('woff'), url('https://d2pco6gv44g4j6.cloudfront.net/sc3-assets/static/mnk/FrutigerLT/FrutigerLTStd-Light.ttf')  format('truetype'), url('https://d2pco6gv44g4j6.cloudfront.net/sc3-assets/static/mnk/FrutigerLT/FrutigerLTStd-Light.svg#FrutigerLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url(https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css);
*{
	box-sizing: border-box;
	font-family: 'FrutigerLTStd-Light';
}
#sgn-error-cont, #sgn-flashloader, #sgn-loader, #sgn-succ-cont {
  position:fixed !important;
  top:0 !important;
  padding: 20px !important;
}
#sgn-flashloader-text, #sgn-succ-text {
  padding:10px !important;
}
html,body,div,img,h1,h2,h3,h4,h5,h6,p,input,figure,span,button,ul,li,a{
	margin: 0;
	padding: 0;
}
html{
	min-height: 100;
}
body{
	height: 100;
}
.bg_container{
	background-image: url("https://s3.amazonaws.com/fileservice.in/intouch_creative_assets/f7e43a14c579601e0c33.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
    opacity: 0.85;
    z-index: 0;
   	/*background: #ed1b2f;*/
}
.content_container{
	position: relative;
	z-index: 2;
}
.logo_wrap{
	text-align: center;
    box-shadow: 0px 20px 30px 0px rgb(244, 244, 244,0.1);
    background: #747474;
    position: relative;
    opacity: 0.95;
    padding: 10px;
}
.logo_wrap .logo{
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0px auto;
	border: 0px;
}
.content_wrap{
	background: #d1d8d4ed;
	border-radius: 5px;
	padding: 30px 30px 60px;
	max-width: 470px;
	margin:50px auto;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0,0.1);
	border: none;
}
.heading{
	padding: 15px 0px 0px;
	color: #666;
	text-align: center;
}
.heading h3{
	text-align: center;
	padding: 15px 0px;
	color: #fcaf17;
	letter-spacing: 1px;
    color: #2b7d8e;
}
.heading p{
	font-size: 14px;
	letter-spacing: 1px;
}
.inputfield-wrap{
	margin: 10px auto 0px;
    max-width: 300px;
    display: flex;
    width: 100%;
}
.inputfield-wrap label{
	padding: 10px;
    color: #fff;
    /*background: #38bbd6;*/
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    display: inline-block;
    background: #268a9f
}
.inputfield-wrap .input_field{
	height: 40px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    outline: 0;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #fff;
   	border: none;
}
/*::placeholder{
	color: #67311A;
}*/
/*::-moz-placeholder{
	color: #67311A;
}*/
/*:-moz-placeholder{
	color: #67311A !important;
}*/
.submit_btn{
    height: 40px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    outline: 0;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    border:none;
    letter-spacing: 1px;
    color: #fff;
    /*background: #38bbd6;*/
    background: #268a9f
}
.submit_btn:hover{
    background: #38bbd6;
}
.otp_field{
	border-radius: 3px !important;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.profile_content {
    max-width: 700px;
    margin: 20px auto;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: none;
    padding: 20px;
}
.content_heading {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0px 5px;
}
.content_heading h4 {
    text-align: center;
    color: #3fc4e0;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 900;
}
.member_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 0px 10px 0px;
}
.member_list ul li {
    width: 48%;
    list-style: none;
    padding: 0px 0px 15px 0px;
}
.member_list .label {
    font-size: 12px;
    position: relative;
    padding: 0 0 5px 0;
    color: #666;
    display: inline-block;
    letter-spacing: 1px;
}
.input-field .input_field {
    padding: 0 7px;
    height: 40px;
    width: 100%;
    font-size: 15px;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.error_msg {
    color: #ff0000;
    font-size: 13px;
    text-align: center;
}
.home-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-main {
    text-align: center;
    margin: 10px auto 0px auto;
    width: 48%;
}
.updatebtn {
    max-width: 700px;
    width: 100%;
}
.home-btn {
    text-decoration: none;
    width: 100%;
}
.radio-field {
    padding: 5px 0;
}
.radiobtn {
    width: 19px;
    height: 16px;
    vertical-align: middle;
}
.radiobtn_text {
    vertical-align: bottom;
    font-size: 12px;
    color: #666;
    letter-spacing: 2px;
}
.required_field {
    color: red;
    font-size: 18px;
    display: inline-block;
    height: 10px;
    position: absolute;
    top: -5px;
    right: -10px;
}
.readonly {
    background: #f1f1f1;
    pointer-events: none;
}
.menus_main{
    /*background: #67311A;*/
    background: #fff;
    padding: 5px;
    margin: 10px auto;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0,0.1);*/
    border: none;
    color: #a3a3a3;
    font-weight: bold;
}
.menus_wrap{
    margin: 0px auto;
    width: 100%;
}
.menus_main ul{
    display: flex;
    justify-content: space-around;
    /*flex-wrap: wrap;*/
    flex-direction: row;
    width: 100%;
    font-size: 14px;
    align-items: center;
}
.menus_main ul li{
    list-style-type: none;
    cursor: pointer;
    width: 22%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 1px;
}
.menus_main ul li:hover{
    /*color: #67311a;*/
    color: #fff;
    background: #bbb0ab;
    border-radius: 3px;
}
.menus_main ul li.active_menu{
    color: #fff;
    background: #bbb0ab; 
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}
.logoutbtn-wrap{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100%;
    text-align: right;
}
.logoutbtn{
    padding: 10px;
    border: none;
    color: #67311a;
    cursor: pointer;
    background: #fff;
    font-size: 13px;
    height: 40px;
    border-radius: 8px;
    max-width: 80px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    outline: 0;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
}
.logoutbtn:hover{
    background: #167f92;
    color: #fff;
}
.viewprofile_container{
    background: #fff;
    border-radius: 10px;
    max-width: 650px;
    margin: 20px auto;
    padding: 30px 30px 40px;
    /*color: #67311a;*/
    width: 100%;
    background: #f3f2f0;
    background: #fff;
    border-radius: 5px;
    /*opacity: 0.9;*/
}
.field3{
    display: flex;
    justify-content: center;
    padding: 0px 0px 15px;
}
.label-field3{
    width: 100%;
    padding: 10px 5px 7px;
    color: #666;
    font-size: 13px;
}
.input-field3{
    width: 100%;
    background: none;
    padding: 10px 5px;
    border-bottom: 2px solid #dcdbd9;
    margin: 0 auto;
    font-size: 15px;
}
.tab-content{
    display: none;
}
.active{
    display: block;
}
.heading_row{
    background: #67311a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #167f92;
}
th{
    border-bottom: none;
    border-right: none;
}
th,td{
    width: 15%;
    padding: 15px 0px 15px 5px;
    text-align:center;
    font-size: 14px;
}
.field1{
    display: flex;
    justify-content: center;
    padding: 0px 0px 15px;
    width: 100%;
    flex-direction: column;/*
    max-width: 530px;*/
    margin: 0 auto;
}
#profile_content{
    opacity: 0.9;
    background: #f3f2f0;
}
.hide{
    display: none;
}
.label-field3 label{
    letter-spacing: 1px;
}
table tbody tr:nth-child(2n){
    background: #eaf3f3;
}
.feedback_text{
    color: #666;
    font-size: 15px;
    /*letter-spacing: 1px;*/
    padding: 0 0 7px;
    display: inline-block;
    font-weight: bold;
}
.feedback_text p{
   font-weight: normal;
   letter-spacing: 0px;
   padding: 20px 0px 0px;
}
.feedback_textbox{
    resize: none;
    width: 100%;
    height: 90px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    outline: 0;
}
.feedbackbtn_container{
    margin: 10px 0px 0px auto;
    max-width: 140px;
    width: 100%;
}
.feedbackbtn{
    letter-spacing: 1px;
    padding: 10px;
    border:none;
    color: #fff;
    background: #666;
    width: 100%;
    outline: 0;
    border-radius: 5px; 
    cursor: pointer;
    background: #268a9f;
    font-size: 15px;
}
.feedbackbtn:hover{
    background: #38bbd6;
}
#feedback_content{
    padding: 30px 30px 25px;
}
.input-field .input_field:focus{
    border: 2px solid #ccc;
}
.sidemenus{
    position: absolute;
    width: 100%;
    top: 10px;
    left: 10px;
    display: none;
    cursor: pointer;
    max-width: 30px;
}
.border_container{
    width: 100%;
    cursor: pointer;
}
.border_container p{
    border: 2px solid #ccc;
    margin: 5px auto 0px; 
    border-radius: 3px;
    cursor: pointer;
}
.menus_main.active{
    display: block;
}
.heading_row th td {
    width: 27%;
}
.terms_text{
    color: #666;
    font-size: 15px;
    padding: 0 0 7px;
}
.terms_text h3{
    text-align: center;
    padding: 10px 0px 20px;
}
.terms_text h4{
    color: #666;
    font-size: 15px;
    padding: 0 0 10px;
}
.terms_text p{
    padding: 7px 0px 15px;
    padding: 0 0 7px;
    text-align: justify;
    font-size: 14px;
    line-height: 150%;
}
/*table th:first-child {
    border-top-left-radius: 5px;
}
table th:last-child {
    border-top-right-radius: 5px;
}*/
.nested_button ul{
    display: flex;
    justify-content: space-around;
    /*flex-wrap: wrap;*/
    flex-direction: row;
    width: 100%;
    font-size: 14px;
    align-items: center;
}
.nested_button ul li{
    list-style-type: none;
    cursor: pointer;
    width: 13%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    width: 31%;
}
.nested{
    display: none;
}
.nested_button ul li.nested_active{
    background: #ccc;
    border-radius: 3px;
}
.active{
    display: block;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px !important;
    border: 1px solid #aaa;
    border-radius: 3px !important;
    background-color: #fff !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    /* box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 6px !important;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.mail_text{
        color: #666;
    padding: 10px 0px 5px;
    font-size: 14px;
    width: 91%;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:  transparent transparent #000 !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 6px 3px 0 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px !important;
}
.totalpoint_container{
    text-align: right;
    padding: 10px 0px 0px;
}
.totalpoint_container p{
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.inputpoints{
    outline: 0;
    border: none;
    max-width: 50px;
}
.tymsg{
    font-size: 13px;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 13px;
    color: #33a1b7;
    padding: 20px;
    word-spacing: 1px;
    line-height: 140%;
}
@media only screen and (max-width: 767px){
	.content_wrap{
		width: 95%;
        background: #d1d8d4ed !important;
	}
	.member_list ul li, .home-main{
		width: 100%;
	}
	.profile_content{
		width: 95%;
	}
    .viewprofile_container{
        width: 95%;
    }
    .menus_main{
        width: 40%;
        border-radius: 3px;
        padding: 10px 20px;
        opacity: 0;
        display: none;
        position: absolute;
        z-index: 3;
        left: 10px;
        top: 10px;
    }
    .menus_main ul{
        flex-direction: column;
    }
    .menus_main ul li{
        width: 100%;
        margin: 5px auto 5px;
    }
    .sidemenus{
        display: block;
    }
}@media only screen and (max-width: 600px){
    th,td{
        width: 30%;
        font-size: 11px;
        padding: 10px 0px 10px 5px;
    }
    .totalpoint_container p{
        font-size: 11px;
    }
    .inputpoints{
      font-size:11px;  
  }    
}
