﻿/**=======================================================================================================================
- eCRWealthQuickSilver - 
css starts for the website 
as on 13-06-2019
=======================================================================================================================**/
*:hover, *:active, *:focus
{
    outline: none!important;
}
label, .form-group
{
	margin-bottom:0px;
}

input[type='text']
{
	border:1px solid #cccc;
	border-radius:0px!important;	
}

/* new added css */

.FlexClass { 
	width:100%; 
	display:flex; 
	flex-wrap:wrap; 
	}

.Thumbnail_border { 
	width:25%;
	margin-bottom: 25px;
	}

.Thumbnail_border img {
	background-color:#f2eaea;
	padding:10px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.55);
	}

.FullViewMain {
	width: 95%;
    margin: 80px auto 50px;
	}

.FullViewMain img { 
	width:100%; 
	}
	
.close {
	font-size:42px !important;
}

.dropbtn {
  background-color: #fdb813;
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 195px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 11px;
}

.dropdown-content a {
  color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
  
}

.dropdown-content a:hover {background-color: #f1f1f1; color: #fff;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #fff; color: #000;
}


/* new css start */

.cntus_persnldet textarea { display:none ! important; }

/* new css end */

@media screen and (max-width: 1024px) {
	
.Thumbnail_border {
	width:33%;
}

.Thumbnail_border img {
	width:100%;
}

.FlexClass {
	justify-content: space-between;
}
	
}

@media screen and (max-width: 990px) {
	
.Thumbnail_border {
	width:31%;
}

.Thumbnail_border img {
	width:100%;
}
	
}

@media screen and (max-width: 568px) {
	
.Thumbnail_border {
	width:48%;
}

.FullViewMain {
	margin: 70px auto 50px;
}

}

@media screen and (max-width:480px) {
	
	.modal-header { 
		padding:10px;
	}
	
}

@media screen and (max-width:320px) {
	
	.Thumbnail_border { 
		width:98%;
	}
	
}

@media only screen and (max-width: 768px)
{
	.dropbtn {
  width:187px;
  
}
}




.inpg_H1						/*-- for inner page Main Heading --*/
{
	font-size:30px;
	color:#003975;
	margin:0px auto;
    margin-bottom: 32px;	
}
.inpg_H2						/*-- inside Shadow box Main Heading  --*/
{
	font-size:22px;
	color:#003975;
	margin:0px auto;
}
.inpg_H3						/*-- for inner page Left & Bold Heading  --*/
{
	font-size:20px;
	font-weight:bold;
	color:#003975;	
	margin:0px auto;
	margin-bottom:18px;
}
.middlepgsect_div				/*-- inner page Main middle section div --*/
{
	text-align:Center;
	padding:105px 0px;
}
.midsect_shadowbox				/*-- inner page Shadow box div --*/
{
	width:100%;
	float:left;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.35);
	border-radius:8px;	
   padding: 20px 20px;	
}

@media only screen and (max-width: 1200px)
{
	.midsect_shadowbox
	{
	    padding: 13px 13px;	
	}
}

@media only screen and (max-width: 1024px)
{
	.middlepgsect_div 
	{
		text-align: Center;
		padding: 60px 0px;
	}
}

@media only screen and (max-width: 991px)
{
	.inpg_H3 
	{
		font-size: 18px;
	}
	.welcmlogout_sect label, .btn-logout
	{
	    font-size: 14px!Important;	
	}	
    	.inpg_H1 
	{
		font-size: 26px;
	}	
}
@media only screen and (max-width: 767px)
{
	.inpg_H3 
	{
		font-size: 16px;
	}
	.welcmlogout_sect label, .btn-logout 
	{
		font-size: 13px!Important;
	}
	.middlepgsect_div
	{
	    		padding: 55px 15px;
	}	
	.inpg_H1 
	{
		font-size: 24px;
	}	
}

@media only screen and (max-width: 650px)
{
	.middlepgsect_div 
	{
		padding: 65px 15px;
	}
	.middlepgsect_div .inpg_H3, .middlepgsect_div .welcmlogout_sect
	{
		padding:0px;
	}
	.inpg_H3
	{
		width:100%;
		float:left;
		text-align:center;
		margin-bottom: 25px;
	}
	.welcmlogout_sect
	{
		width:100%;
		float:left;
		margin-bottom: 10px!important;
	}
	.welcmlogout_sect label
	{
		float:left;
	}
}

@media only screen and (max-width: 480px)
{
	.middlepgsect_div 
	{
		padding: 35px 15px;
	}	
	.inpg_H1 
	{
		font-size: 20px;
	}
}


/*--- input text effect ---*/

.inputtxt_field:focus, .payment_detls .clientdet_indiv form > .form-group:nth-child(5) .input-group.date input:focus, .contactuspg_form .headofcbodycont input:focus, .contactuspg_form .headofcbodycont textarea:focus
{
	border:1px solid transparent;
	border-bottom:3px solid #003975!important;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.inputtxt_label
{
	font-size:14px;		
	transition:all 0.5s ease-out;	
	font-weight:600;
}
.inputtxt_field, .contactuspg_form .headofcbodycont input, .contactuspg_form .headofcbodycont textarea
{
	border:1px solid #cccccc;
	border-radius: 0px!important;
	transition:all 0.35s ease-out;	
}
.inputtxt_field:visited,.contactuspg_form .headofcbodycont input:visited, .contactuspg_form .headofcbodycont textarea:visited
{
	border:1px solid rgba(204, 204, 204, 0);
	border-bottom:3px solid #003975!important;	
}
.inputtxt_titlefoc
{
	color:#003975!important;
}

@media only screen and (max-width: 1200px)
{
	.inputtxt_label 
	{
		font-size: 13px!Important;
	}	
    .inputtxt_field, .contactuspg_form .headofcbodycont input, .contactuspg_form .headofcbodycont textarea
	{
		font-size:14px!Important;
	}
}
/*--- input text effect ---*/








/**--------------------------- Login page css -----------------------------**/
.loginpg_div .midsect_shadowbox 
{
    width: 53%;
	float:none;
	display:inline-block;
}
.loginpg_btnopt
{
    padding: 25px 120px;
}
.btn-selectopt
{
	background-color:#fff;
	border:1px solid #cccccc!important;
	color:#003975;
	border-radius:5px!important;
	font-size:16px;
	width:138px;
	padding:13px 0px!Important;
	transition:all 0.5s ease-out;	
}
.btn-selectopt:hover, .btn-selectopt:focus, .btn-selectActive
{
	background-color:#003975;	
	color:#fff!important;
}

.loginpg_inputsect form > .fullwidth100
{
    display: flex;
	align-items:flex-end;
	margin-bottom:15px;
}
.loginicon_width, .logininput_width
{
	display:inline-block;
}
.loginicon_width
{
    width: 20%;
    float: left;	
	text-align:right;
	padding-right:5px;
}
.logininput_width
{
	width:60%;
	float:left;
	text-align:left;
}
.logininput_width .inputtxt_label
{
	color:#666666;	
	margin-bottom: 8px;	
}
@media only screen and (max-width: 1200px)
{
	.loginpg_btnopt 
	{
		padding: 25px 85px;
	}
}
@media only screen and (max-width: 991px)
{
	.loginpg_btnopt 
	{
		padding: 25px 55px;
	}
	.loginpg_div .midsect_shadowbox 
	{
		width: 60%;
	}	
}
@media only screen and (max-width: 767px)
{
	.loginpg_div .midsect_shadowbox 
	{
		width: 70%;
	}
}
@media only screen and (max-width: 650px)
{
	.loginpg_div .midsect_shadowbox 
	{
		width: 94%;
	}
}
@media only screen and (max-width: 480px)
{
	.loginpg_div .midsect_shadowbox 
	{
		width: 100%;
	}	
	.loginpg_btnopt 
	{
		padding: 25px 0px;
	}
	.loginpg_btnopt .btn-selectopt
	{
	    width: 125px;	
	}
	.loginicon_width
	{
	    width: 17%;	
	}
	.loginpg_inputsect .fullwidth100:last-child .loginicon_width:last-child
	{
	    width: 21%;	
	}	
	.loginpg_inputsect input.btn-yellow
	{
	    padding: 6px 3px !Important;	
	}
}
/**--------------------------- Login page css -----------------------------**/




/**--------------------------- Client Details page ------------------------**/

/*--- middle div heading and logout section ---*/
.welcmlogout_sect
{
	text-align:right;
    margin-bottom: 20px;	
}
.welcmlogout_sect label
{
	font-weight:200;
	font-size:14px;
	color:#003975;
}
.btn-logout
{
	padding:0px!important;
	box-shadow:none;
	font-size:14px;
	color:#e10000;
	font-weight:bold;
	margin-left:15px;
}
/*--- middle div heading and logout section ---*/

.clientdet_indiv
{
	text-align:left;
}
.clientdet_div form .middlepgsect_div, .middlepgsect_btn
{
    padding: 40px 200px;	
}
.clientdet_div form .middlepgsect_div.payment_detls, .middlepgsect_btn
{
	padding-top:0px;
}
.cldet_label .inputtxt_label
{
    background-color: #e2e2e2;
    width: 100%;
    padding: 12.2px 25px;
    position: relative;	
}
.clientdet_indiv .cldet_label
{
	padding-left:0px;
}
.cldet_input
{
	background-color:#f0f0f0;
     padding: 7.7px 25px;	
}
.clientdet_indiv > .form-group:nth-child(2) .cldet_input
{
	padding: 12.2px 25px;
}
.cldet_input .form-check-inline
{
	display:inline-block;
	margin-right:15px
}
.clientdet_indiv .form-check-inline input[type=checkbox], .choose_assetclass .form-check-inline input[type=checkbox]
{
	display:none!important;
}
.clientdet_indiv .form-check-inline input[type=checkbox] + label:before, .choose_assetclass .form-check-inline input[type=checkbox] + label:before
{
	content: "\2714";
	border: 0.1em solid #000;
	border-radius: 0.2em;
	display: inline-block;
	width: 20px;
	height: 20px;
	/* padding-left: 4px; */
	padding: 0;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
    margin-bottom: 0px;	
}
.clientdet_indiv .form-check-inline input[type=checkbox] + label:active:before, .choose_assetclass .form-check-inline input[type=checkbox] + label:active:before
{
  transform: scale(0.5);
}

.clientdet_indiv .form-check-inline input[type=checkbox]:checked + label:before, .choose_assetclass .form-check-inline input[type=checkbox]:checked + label:before  
{
  background-color: #003975;
  color: #fff;
  border:0px;
  text-align:center;
}

/*.cldet_input i
{
	position: absolute;
    left: 12px;
    font-size: 30px;
    color: #Fff;
    background-color: #c4c4c4;
    border-radius: 30px;
    text-align: center;
    padding: 5px 13px;
    top: 8px;
}
.cldet_input i.fa-envelope-o
{
    font-size: 23px;
    padding: 8px 8px;	
}*/
.clientdet_indiv > .form-group:first-child .cldet_label .inputtxt_label
{
	padding-top:15px;
}
.clientdet_indiv > .form-group:first-child .cldet_input
{
    padding-top: 11px;	
}
.clientdet_indiv > .form-group:last-child .cldet_label .inputtxt_label
{ 
	padding-bottom:15px;
}
.clientdet_indiv > .form-group:last-child .cldet_input
{
	padding-bottom:11px;	
}
.clientdet_indiv .form-group:nth-child(3) .cldet_input p
{
	width:auto;
    float: left;
	margin:0px auto;
	font-style:italic;
    font-size: 13px;
    line-height: 27px;	
}
.cldet_input .inputtxt_field.form-control
{
    height: 30px;	
}
.clientdet_indiv #url .inputtxt_field
{
	width: 50%;	
}
.cldet_input .inputtxt_field, .payment_detls .clientdet_indiv form > .form-group:nth-child(3) .cldet_input .inputtxt_field, 
.payment_detls .clientdet_indiv form > .form-group:nth-child(5) .cldet_input .input-group.date
{
	width: 74%;
}
.cldet_input .btn-yellow
{
	float:right;
}


/*-- Payment Details --*/
.payment_detls
{
	padding-top:0px;
}
.payment_detls .clientdet_indiv form > .form-group:nth-child(5) .input-group.date input
{
	background-color:#fff;
}
.payment_detls .clientdet_indiv > .form-group:first-child .cldet_input {
    padding-top: 20px;
}
.datepicker-days .datepicker-switch, .datepicker-days th.dow
{
	font-weight:bold;
}
.datepicker-days td.day
{
	border:0px!important;
}
.dd_date .datepicker
{
	background-color:#fff;
}
/*.payment_detls .clientdet_indiv > .form-group:first-child .inputtxt_label
{
    padding: 31.3px 25px;	
}*/
.payment_detls .clientdet_indiv > .form-group:first-child .cldet_input .btn-yellow
{
    margin-top: 5px;	
}

.cldet_input .inputtxt_field.domainname
{
    width:50% !important; 
}

.checkdomain
{
    font-size: 20px;
    margin-top: 5px;
    margin-left: 5px;
    color: green;
}
.uncheckdomain
{
font-size: 20px;
    margin-top: 5px;
    margin-left: 5px;
    color: red;
}
/*-- Payment Details --*/



@media only screen and (max-width: 1200px)
{
	.clientdet_indiv .form-check-inline input[type=checkbox] + label:before, .choose_assetclass .form-check-inline input[type=checkbox] + label:before
	{
	    width: 18px;
		height: 18px;	
	}	
	.cldet_input .form-check-inline
	{
		margin-right: 0px;	
	}
	.clientdet_indiv > .form-group:nth-child(2) .cldet_input
	{
	    padding: 12.2px 15px;	
	}
	.cldet_input
	{
	    padding: 7.7px 15px;	
	}
	.cldet_input .inputtxt_field, .payment_detls .clientdet_indiv form > .form-group:nth-child(3) .cldet_input .inputtxt_field, .payment_detls .clientdet_indiv form > .form-group:nth-child(5) .cldet_input .input-group.date
	{
		width:100%;
	}
	.clientdet_indiv .form-group:nth-child(3) .cldet_input p
	{
		font-size:13px!important;
	}
	.clientdet_indiv #url .inputtxt_field 
	{
		width: 47%;
	}
	.cldet_label .inputtxt_label
	{
	    padding: 13.2px 15px;	
	}
    .payment_detls .clientdet_indiv > .form-group:first-child .inputtxt_label 
	{
		padding: 48.5px 15px;
	}	
	.clientdet_indiv > .form-group:first-child .cldet_label .inputtxt_label 
	{
		padding-top: 16px;
	}	
}

@media only screen and (max-width: 1200px)
{
	.payment_detls .clientdet_indiv > .form-group:first-child .inputtxt_label 
	{
		padding: 15.5px 15px;
	}	
	.payment_detls .clientdet_indiv > .form-group:first-child .cldet_input
	{
		padding:0px;
	}
}
@media only screen and (max-width: 991px)
{
	.clientdet_div form .middlepgsect_div, .middlepgsect_btn 
	{
		padding: 40px 85px;
	}
	.clientdet_indiv > .form-group:nth-child(2) .cldet_input 
	{
		padding: 12.2px 15px;
	}
	.clientdet_div form .middlepgsect_div.payment_detls, .middlepgsect_btn 
	{
		padding-top: 0px!important;
	}	
}

@media only screen and (max-width: 767px)
{
	.cldet_label .inputtxt_label
	{
		padding: 13.2px 10px;
	}	
	.inputtxt_field
	{
		padding:5px 5px!Important;
	}
	.clientdet_div form .middlepgsect_div, .middlepgsect_btn 
	{
		padding: 40px 50px;
	}
    .clientdet_indiv > .form-group:first-child .cldet_input 
	{
		padding-top: 10.5px;	
	}
    .payment_detls .clientdet_indiv > .form-group:first-child .inputtxt_label 
	{
		padding: 13.2px 15px;
	}	
	.payment_detls .cldet_label .inputtxt_label 
	{
		padding: 13.2px 10px!important;
	}		

}

@media only screen and (max-width: 650px)
{
	.clientdet_div form .middlepgsect_div, .middlepgsect_btn 
	{
		padding: 40px 15px;
	}
	.clientdet_indiv .cldet_label, .cldet_input
	{
		width:100%;
		padding-left:0px;
		padding-right:0px;
	}
	.cldet_input
	{
		text-align:center;
	}
	.cldet_input .inputtxt_field, .payment_detls .clientdet_indiv form > .form-group:nth-child(3) .cldet_input .inputtxt_field, .payment_detls .clientdet_indiv form > .form-group:nth-child(5) .cldet_input .input-group.date
	{
		width:95%;
		float:none;
	}
	.clientdet_indiv #url .inputtxt_field
	{
		float:left;
	}
	.clientdet_indiv #url .cldet_input
	{
		padding-left: 30px;
	}
    .payment_detls .clientdet_indiv > .form-group:first-child .cldet_input button
	{
		float:none!Important;
	}
	.payment_detls .clientdet_indiv > .form-group:first-child .inputtxt_label 
	{
		padding: 13.2px 10px;
	}	
}
@media only screen and (max-width: 480px)
{
    	.clientdet_div .midsect_shadowbox 
	{
		padding: 1px 1px;
	}	
	.clientdet_indiv
	{
	    border-radius: 7px;	
	}
	.inputtxt_label, .clientdet_indiv .form-group:nth-child(3) .cldet_input p
	{
		font-size: 12px!Important;
	}
	.clientdet_indiv #url .cldet_input
	{
		padding-left: 7px;
	}	
	.clientdet_indiv #url .inputtxt_field 
	{
		width: 40%;
	}	
}

/**--------------------------- Client Details page ------------------------**/


/**--------------------------- Template Selection page ------------------------**/
.templatesel_div .midsect_shadowbox
{
	padding: 40px 20px;	
}
.page {
  display: none;
}
.page-active {
  display: block;
}
.templatesel_indiv .page > DIV
{
	margin-bottom:75px;
}
.templatepadng
{
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}
.template_thumbimg
{
    height: 272px;
    overflow: hidden;	
    position:relative;	
}
.template_radioDiv
{
	/* position:relative; */
    margin:0px auto;
	height: 24px;
}
.template_imghead
{
	text-align:left;
    background-color: #e6e6e6;
    padding: 7px 7px!important;
    color: #000;
    border-bottom: 1px solid #ccc;	
}
.template_thumbhvr
{
	display:none;
    width: 100%;
    height: 100%;
	position:absolute;
	z-index:0;
    top: 0;
    left: 0;	
	background: rgba(0,0,0,.5);
	opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;	
}
.template_thumbimg:hover .template_thumbhvr, .template_thumbhvrActive
{
	display:block;
	z-index:1;
	opacity: 1;	
	transition:all 0.5s ease-out;	
}
.thumbhvr_div
{
	background: #fff;
    width: 75%;
    height: 50px;
    margin: 0 auto;
    position: relative;
    top: 40%;
    clear: both;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #fff;	
}
.thumbhvr_div a
{
    top: 10px;	
	display: inline-block;
	float:none;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    background: 0 0;
    border-radius: 0;
    border: none;
    /* padding: 0; */
    /* line-height: 1em; */
    position: relative;	
	border-right:1px solid #000;
}
.thumbhvr_div a.viewTemplate:first-child
{
	top:15px;
}
.thumbhvr_div a:last-child
{
	border-right:0px;
}

.thumbhvr_div a span
{
    /* display: inline; */
	float:left;
    text-align: center;
    margin: 0;
    color: #000;
    text-transform: uppercase;	
}




@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.template_radioDiv .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  width: 24px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.template_radioDiv .option-input:hover {
  background: #9faab7;
}
.template_radioDiv .option-input:checked {
  background: #199205;
}
.template_radioDiv .option-input:checked::before {
    height: 24px;
    width: 24px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}
.template_radioDiv .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.template_radioDiv .option-input.radio {
    border-radius: 50%!important;
    margin: 0px auto;
    padding: 0px!Important;
    line-height: 0;
}
.template_radioDiv .option-input.radio::after {
  border-radius: 50%;
}




.templatesel_indiv .pagination
{
    margin-top: 0px;	
}
.pagination>li>a, .pagination>li>span
{
	border:0px;
    color: #003975;	
    font-size: 15px;	
}
.pagination>li>a i
{
	font-size:25px;
    line-height: 20px;	
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
    border-radius: 50px;
    color: #fdb813;
    cursor: default;
    background-color: #003975;
    border-color: #003975;	
	font-weight:bold;
	cursor:pointer;
}
.pagination>li.disabled>a:hover
{
	font-weight:normal;
}
#templateModal
{
    z-index: 9999;	
}
#templateModal .modal-dialog
{
	margin: 0px;
    width: 100%;	
}
#templateModal .modal-content
{
    width: 100%;
    float: left;	
}
#templateModal .modal-dialog
{
	transform:none;
}
#templateModal .modal-footer
{
	position:fixed;
	top:40%;
	right:0;
	left:0;
	text-align:center;
	border:0px;
}
#templateModal .modal-footer button
{
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    padding: 10px 40px;
}

@media only screen and (max-width: 1024px)
{
	.thumbhvr_div
	{
	    width: 91%;	
	}
}
@media only screen and (max-width: 991px)
{

	.template_thumbimg
	{
	    height: 180px;	
	}
	.thumbhvr_div
	{
	    width: 87%;
		height: 35px;		
	}
	.templateview_div .thumbhvr_div a.viewTemplate:first-child
	{
		top: 7px;	
	}
	.templatesel_div.templateview_div .thumbhvr_div a
	{
	    font-size: 12px!important;	
	}
	
	.thumbhvr_div a
	{
	    top: 7px;	
		font-size: 9px!important;	
	    padding: 0 5px;	
	}
	.template_radioDiv .option-input, .template_radioDiv .option-input:checked::before
	{
	    height: 15px;
		width: 15px;	
	}
	.template_radioDiv .option-input:checked::before
	{
	    font-size: 12px;
		line-height: 16px;	
	}
	.template_radioDiv
	{
	    height: 15px;	
	}
	
}

@media only screen and (max-width: 767px)
{
	.templateview_div .thumbhvr_div 
	{
		width: 60%;
	}
}

@media only screen and (max-width:650px)
{
	.template_thumbimg 
	{
		height: 155px;
	}
	.templatesel_div.templateview_div .thumbhvr_div 
	{
		width: 70%;
	}	
	.thumbhvr_div 
	{
		width: 75%;
	}
}
@media only screen and (max-width:480px)
{
	.pagination>li>a i 
	{
		font-size: 20px;
	}
	.pagination>li>a, .pagination>li>span
	{
	    font-size: 13px;
		padding: 7px 12px;		
	}	
}
/**--------------------------- Template Selection page ------------------------**/



/**--------------------------- Customer Profile Details page ------------------------**/
.cusprodet_circleDiv
{
	margin-top:50px;
}
/*------------- About Us slide ----------------*/
.cusprodet_circle
{
	border:1px solid #cccccc;
	border-radius:50%;
    padding: 79px 0px;
    width: 160px;	
	position:relative;
	margin:0px auto;
	float:none;
	transition:all 0.5s ease-out;
}
.cusprodet_circleDiv > DIV.cusprodet_active:after
{
	content:"";
	border:0px;
	border-left:5px solid #003975;
    border-top: 2px solid #003975;	
}
.cusprodet_active .cusprodet_circle, .cusprodet_circle:hover
{
	background-color:#003975;
}
.cusprodet_active, .cusprodet_active .cusprodet_circle:hover
{
	cursor:pointer!important;
}
.cusprodet_circle:hover
{
	cursor:not-allowed;
}
.cusprodet_active .inpg_H2, .cusprodet_circle:hover .inpg_H2
{
	color:#Fff!Important;
}
.cusprodet_circle .cusprodet_step
{
	background-color:#fdb813;
	border:1px solid #cccccc;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	width: 70px;
    padding: 11px 0px;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.cusprodet_circle .inpg_H2
{
	text-transform:uppercase;
	font-weight:bold;
	color:#003975;
	text-align:center;
    margin-top: -10px;	
	transition:all 0.5s ease-out;	
}


.cusprodet_cntner
{
	border:1px solid #1d305b;
	padding:20px;
}
.cusprodet_headPara					/*-- for Customer Profile Details paragraph ---*/
{
	font-family:'Lato', sans-serif;	
	font-size:16px;
	color:#333333;	
	margin:0px;
	margin-bottom:20px;	
    font-weight: bold;	
}

/*-- tab css --*/
.cusprodet_tab ul.tabs 
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/* border-bottom: 1px solid #333; */
	width: 100%;
}

.cusprodet_tab ul.tabs li {
	float: none;
	margin: 0;
	cursor: pointer;
	padding: 14px 21px;
	line-height: 31px;
	border: 1px solid #cccccc;
	background-color: #d7ebff;
	color: #003975;
	overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0px auto;	
	font-size:16px;
}
.tabsection_2_1.cusprodet_tab ul.tabs li, .tabsection_2_2.cusprodet_tab ul.tabs li
{
    padding: 0px 21px;	
}

.cusprodet_tab .tab_last { border-right: 1px solid #333; }

.cusprodet_tab ul.tabs li:hover {
	background-color: #003975;
	color: #fff;
}

.cusprodet_tab ul.tabs li.active, .cusprodet_tab ul.tabs li.active_2, .cusprodet_tab ul.tabs li.active_2_1, .cusprodet_tab ul.tabs li.active_2_2 {
	background-color: #003975;
	color: #fff;
	/* border-bottom: 1px solid #fff; */
	/* display: block; */
}

.cusprodet_tab .tab_container {
	/* border: 1px solid #333; */
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.cusprodet_tab .tab_content {
	padding: 20px;
	display: none;
}

.cusprodet_tab .tab_drawer_heading { display: none; }


#tab4 .headPara, #tab5 .headPara
{
	text-align:center;
}
.template_div textarea
{
	height:150px!important;
	text-align:justify;
}
.template_txt
{
	border:1px solid #c7c7c7;
	padding:12px;
}
.template_txt textarea
{
	border:0px;
}
.template_txt p
{
	color:#000;
	font-size:13px;
	text-align:justify;
}

.cusprodet_cntner .btn-yellow
{
	margin-top:20px;
}
/*-- tab css --*/


.cusprodet_tab textarea
{
	resize: none;	
	height:40px;
	border-radius:0px!important;
}
.charcount 
{
	padding-top:8px;
	color:#666666;
	font-size:14px;
}
.charcount #chars, .red_asterisk, .clientdet_indiv form > .form-group:nth-child(3) .cldet_input p
{
	color:#ff0000;
}

/*-- browse file --*/
.browsefile_input
{
	position:relative;
	height:50px;
}
.tabsection_1 .tab_container .browsefile_input
{
	margin:0px;
}
.tab_container .browsefile_input
{
	margin:25px 0px;
}
.browsefile_input .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.browsefile_input .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	font-weight:100;
}
.browsefile_input .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height:39px;
    padding: .375rem .75rem;
    line-height: 1.7;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}
.browsefile_input .custom-file-input:lang(en)~.custom-file-label::after 
{
    content: "Browse";
}
/*-- browse file --*/


.blue_dashed
{
	border:0px;
	border-bottom:1px dashed #003975;
}

@media screen and (max-width: 767px)
{
	.cusprodet_circleDiv > DIV.cusprodet_active
	{
		display:block
	}
	.cusprodet_circleDiv > DIV
	{
		display:none;
	}

	
}

@media screen and (max-width: 480px) {
	.cusprodet_tab .tabs {
		display: none;
	}
	.cusprodet_tab .tab_drawer_heading {
		width:100%;
		float:left;
		background-color: #d7ebff;
		color: #000;
		font-size:17px;
		border: 1px solid #333;
		margin: 0;
		margin-bottom:4px;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.cusprodet_tab .d_active, .cusprodet_tab .d_active_2, .cusprodet_tab .d_active_2_1, .cusprodet_tab .d_active_2_2 {
		background-color: #003975;
		color: #fff;
	}
	.tabsection_aboutdetl .tab_container #tab4
	{
		padding:10px;
	}
	.cusprodet_tab .tab_content
	{
	    float: left;
		width: 100%;	
	}
}
/*------------- About Us slide ----------------*/




/*------------- Contact Us slide ----------------*/
.cntus_persnldetDiv > DIV
{
	float:none;
	display:inline-block;
}
.cntus_persnldet
{
	border:1px solid #999999;
	padding: 16px;	
}
.cntus_persnldet .form-group
{
	text-align:left;
}
.cntus_persnldet input, .cntus_persnldet textarea, .cntus_persnldet textarea:focus
{
	border:0px;
	box-shadow:none;
}
.cntus_socialNet
{
	margin-top:30px;
}
.cntus_socialNet > DIV:nth-child(4), .cntus_socialNet > DIV:nth-child(5), .cntus_socialNet > DIV:nth-child(6)
{
	margin-top:30px;
}
.cntus_socialNet img
{
	margin-right:8px;
}
.cntus_persnldet textarea
{
	min-height:130px;
	height:100%;
}

.testimonial_div textarea
{
	height:160px;
}

@media only screen and (max-width: 991px)
{
	.cntus_socialNet input
	{
	    padding: 5px 4px!Important;	
	}
		
}
@media only screen and (max-width: 767px)
{
	.cntus_socialNet img
	{
		width:auto;
		float:Left;
	}
	.cntus_socialNet input 
	{
		width: 84%;
	}
	.cntus_socialNet > DIV
	{
		margin-top:30px;
	}	
}
@media only screen and (max-width: 650px)
{
	.cntus_socialNet
	{
		margin-top:0px;
	}
	.cntus_socialNet img
	{
	    margin: 0px auto;
		float: none!Important;
		margin-bottom: 7px;	
	}
	.cntus_socialNet input
	{
		width:100%;
	}
}
@media only screen and (max-width:480px)
{
	.cntus_persnldetDiv > DIV
	{
		padding:0px;
	}
	.cntus_persnldet
	{
		padding: 16px 5px;	
	}
	.cusprodet_cntner
	{
	    padding: 20px 5px;	
	}
	.cntus_socialNet img
	{
	    float: left!Important;
		margin-right: 7px;	
		margin-bottom:0px;
	}
	.cntus_socialNet input 
	{
		width: 83%;
	}
}
/*------------- Contact Us slide ----------------*/


/*------------- Testimonial Slide ---------------*/
.choose_assetclass
{
	margin-bottom: 40px;
}
.choose_assetclass .cldet_input .form-check-inline
{
	margin:0px;
}
.testimonial_div
{
	margin-top: 40px;	
}
.testimonial_owner > DIV
{
	display:inline-block;
	float:none;
}

@media only screen and (max-width: 585px)
{
	.choose_assetclass .cldet_input .form-check-inline
	{
		float:left!important;
	}
}
@media only screen and (max-width: 581px)
{
	.choose_assetclass .cldet_input .form-check-inline
	{
		margin-top:13px;
		float:left!important;
		padding: 0px 14px;		
	}
	.choose_assetclass .cldet_input .form-check-inline:first-child
	{
		margin-top:0px;
	}	
	.testimonial_owner > DIV	
	{
		width:100%;
	}
	.testimonial_owner > DIV:last-child
	{
		margin-top:13px;
	}
}
/*------------- Testimonial Slide ---------------*/


/*------------- Finish slide ----------------*/
.finish_div p
{
	font-size:14px;
	text-align:center;
	color:#000;
}
.finish_div .inpg_H2
{
	font-weight:bold;
	font-size:28px;
    margin: 47px 0px;	
}
.finish_div p.inpg_H2
{
	color:#000;
	font-weight:normal;
	line-height: 35px;
}
.preview_link
{
	font-size:18px;
	font-style:italic;
	color:#0018ff;
	text-align:center;
	font-weight:bold;
	width:100%;
    letter-spacing:1px;
}
.finish_side2 p
{
    margin-top: 61px;
    margin-bottom: 15px;
}
.finish_side1 img
{
	margin:0px auto;
}


@media only screen and (max-width: 1200px)
{
	.preview_link	
	{
	    font-size: 14px;	
	}
}
@media only screen and (max-width: 991px)
{
	.finish_div
	{
		display:flex;
		flex-direction:column;
	}
	.finish_side1
	{
		order:2;
	}
	.finish_side1
	{
		order:1;
	}	
	.finish_div .inpg_H2
	{
		margin-top:0px;
	}
	.finish_div p.inpg_H2, .finish_side2 p, .finish_div p
	{
		font-size: 16px!important;
	}
	.preview_link 
	{
		font-size: 16px;
	}	
}
@media only screen and (max-width: 767px)
{
	.finish_side1 img
	{
		display:none;
	}
}
@media only screen and (max-width: 650px)
{
	.preview_link 
	{
		font-size: 14px;
	}	
}
@media only screen and (max-width: 480px)
{
	.preview_link
	{
		word-break:break-word;
	}
	.finish_div p.inpg_H2, .finish_side2 p, .finish_div p
	{
		font-size: 14px!important;	
	}
	.finish_note p strong:first-child
	{
		width:100%;
		float:left;
		text-align:center;
	}
	.finish_note p
	{
		text-align:justify;
	}
}
/*------------- Finish slide ----------------*/


/**--------------------------- Customer Profile Details  page------------------------**/


/**---------------------------------------- Contact Us page  ------------------------**/
.contactuspg_bshadow
{
	/* box-shadow: 3px 6px 8px 0px rgba(0,0,0,.5); */
    border-radius: 10px;
    padding: 15px;	
}
.contactuspg_add .headH1, .contactuspg_form .headofcheadcont h4.h4
{
	text-align:left;
    border-bottom: 1px dashed;
	padding-bottom: 5px;
	font-size:30px;
}
.contactuspg_add .headPara
{
	font-size:18px;
}
.contactuspg_add .headPara span
{
	width:auto;
	float:left;
}
.contactuspg_add .headPara i
{
	width:auto;
    float: left;
    font-size: 25px;
    margin-right: 12px;
    color: rgb(0, 57, 117);	
}
.contactuspg_add .headPara a
{
	color:#333333;
}


.contactuspg_form .contactusflexorder1
{
	width:100%;
	float:left;
}

.contactuspg_form .headofcbodycont input, .contactuspg_form .headofcbodycont textarea
{
	width:100%;
	float:left;
	margin-bottom:15px;
	border-radius:0px!important;
}

@media only screen and (max-width: 480px)
{
	.contactuspg_bshadow, .contactuspg_add, .contactuspg_form, .contactuspg_form .contactusflexorder1
	{
		padding:0px;
	}
	.contactuspg_add .headPara i 
	{
		width: 5%;
		font-size: 15px;
		margin-right: 5px;
	}
	.contactuspg_add .headPara span 
	{
		width: 90%;
	}
}
/**---------------------------------------- Contact Us page  ------------------------**/

/**=======================================================================================================================
- eCRWealthQuickSilver - 
css starts for the website 
as on 13-06-2019
=======================================================================================================================**/

