/* Dhiraj jadhav 21/4/22*/

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* header main last li carret css */
#header2 ul.drop_down{
	top: 35px;
	left: 0;
	padding:0px;
	width: 100%;
	min-width: 105px;
}
#header2 ul.drop_down > li{
	padding: 0px !important;
	/*  width: 100%;
	max-width: 105px; */
} 
#header2 ul.drop_down > li a{
	font-size: 12px;
}

#header2 .drop_list i.fa.fa-caret-down {
    color: #005c9f !important;
    position: absolute;
    top: 11px;
    right: -10px;
    /* width: 18%;
    height: -3px; */
    transform: scale(0.8);
    width: calc(9px + 4px);
}

.form-group input::placeholder{
    color: #808080;
    font-weight: 300 !important;
    font-size:17px
}
.form-group input,
select.form-control{
	color: #000;
	font-size: 17px;
	font-stretch: normal;
	font-weight: 400;
	font-family: Josefin Sans;
	border:solid 0.4px rgb(112 112 112 / 50%);
	box-shadow: none !important;
	outline: none !important;
}
.form-control:focus{
	color: #000 ;
}
select.form-control{
	-webkit-appearance: none;
    position: relative;
    z-index: 2;
    background: transparent;
}
.custom-selection {
  position: relative;
  z-index: 2;
}

.custom-selection  span.arrow-icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  top: 10px;
  z-index: 1;
}

/* form error css */
.error {
    color: red !important;
}
.success{
	color: green;
	font-family: Josefin Sans;
}
.alert-success {
    font-family: 'Josefin Sans';
}
/* end form error css  */

/* dropdoen css */
li.drop_list{
	position: relative;
}

ul.drop_down {
    display: flex !important;
    position: absolute !important;
    flex-direction: column;
    top: 30px;
    left:21px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 1px;
}
.nav ul.drop_down {
	left: 0px;width: 100%;
}

ul.drop_down > li {
    padding: 0 20px!important;
    background:#fff
}
ul.drop_down > li:hover{
    background:#e3e3e3;
}
ul.drop_down{
	visibility: hidden;
	transition: all 300ms ease-in-out;

}
li.drop_list:hover ul.drop_down{
	visibility: visible;
	transition: all 300ms ease-in-out;
}


/* dropdoen css end */


div#header-new {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 35px 50px;
	border-bottom: solid 0.4px rgb(181 181 181 / 70%);
}

div#header-new .logo img{
	width: 200px;
}
div#header-new .nav ul{
	display: inline-flex;
	list-style: none;
	margin-bottom: 0;
}
div#header-new .nav ul li{
	padding: 0 20px;
}
div#header-new .nav ul li a{
	font-size: 13px;
	font-family: Josefin Sans;
	color: #005c9f;
	font-weight: 800;
	text-transform: uppercase;
}
i.fa.fa-caret-down {
	color: #005c9f !important;
}
.page_section{
	background-color: #fafafa;
	padding: 0px 0 120px 0;
}
.breadcrumb{
	background: transparent!important;
}
ol.custom-bread-crumb.breadcrumb {
	padding-left: 0;
	padding-top: 30px;
}
.breadcrumb-item{
	color: #005c9f;
	font-size: 13px;
	font-family: Josefin Sans;
	font-weight: 800;
}
.breadcrumb-item.active {
	font-weight: 800 !important;
	color: #005c9f;

}
li.breadcrumb-item a {
	color: #000;
}
.custom-bread-crumb .breadcrumb-item + .breadcrumb-item:before {
	display: inline-block;
	padding-right: 0.5rem;
	content: ">" !important;
	color: #000!important;
	padding: 0px 12px 0px 9px;
}

.tab {
	border: solid 0.4px rgb(181 181 181 / 70%);
	border-radius: 3px;
	background-color: #fff;
	padding: 2px 0;
}

/* Style the buttons inside the tab */
.tab a  {
	display: block;
	background-color: inherit;
	color: black;
	padding: 30px 25px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 800;
	font-family: Josefin Sans;

}
.tab a:not(:last-child){
	border-bottom: solid 0.4px rgb(181 181 181 / 70%);
} 


/* Change background color of buttons on hover */
.tab a:hover {
	background-color: #fff;
}

/* Create an active/current "tab button" class */
.tab a.active {
	background-color: #fff;
	color:  #005c9f;
}

/* Style the tab content */
.tabcontent {
	width: 100%;
	padding:30px 40px;
	border: solid 0.4px rgb(181 181 181 / 70%);
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 1rem;
}
.tabcontent h3.title {
	color: #000;
	font-weight: 600;
	font-size: 25px;
	font-family: Josefin Sans;
	border-bottom: solid 0.4px rgb(181 181 181 / 70%);
	padding-bottom: 25px;
	margin-bottom: 0;
}
.tabcontent h6.sub_tittle {
	font-size: 15px;
	color: #000;
	font-weight: 800;
	font-family: Josefin Sans;
	padding: 32px 0;
	margin-bottom: 0;
}
.tabcontent label {
	font-size: 13px;
	color: #000;
	font-family: Josefin Sans;
	font-weight: 300;
}
.tabcontent p{
	font-size: 17px;
	font-weight: 400;
	color: #000;
	font-family: Josefin Sans;
}
.tabcontent .credential{
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}

.credential a.input-change {
	position: absolute;
	right: 16px;
	font-family: Josefin sans;
	font-size: 13px;
	color: #005c9f;
	font-weight: 600;
}
.tabcontent input[type="e-mail"], .tabcontent input[type="password"]  {
	border: solid 0.4px rgb(112 112 112 / 50%);
	border-radius: 4px;
	width: 100%;
	/*max-width: 80%;*/
	padding: 22px 78px 18px 25px
	font-size: 14px;
	color: #000;
	font-family: Josefin Sans;
	font-weight: 400;
}
.credential input#pwd::placeholder {
    color: #000;
    font-size: 40px;
    font-weight:100;
    letter-spacing: 2px;
    position: relative;
    top: -4px;
    font-family: JosefinSans;
}

/*model css reset*/
/* .modal-dialog.model_center {
	transform: translate(0, 100%) !important;
} */
.page_id_123 .modal-content{
	/* width: 100%; */
	/* max-width: 85% !important; */
}
.modal-content{
	font-family: Josefin Sans;
}
.modal-header{
	border: none !important;
}
.modal-footer{
	border: none !important;
	padding: 0 25px 25px 25px;
}
.modal-title {
	font-size: 25px;
	color: #000 !important;
	font-family: Josefin Sans;
	font-weight: 600;
	padding-top: 25px;
}
.form-group input,
.form-group select,{
	padding: 25px 20px;
}
#update-ps .btn.btn-primary{
	width: auto;
	display: inline-block;

}
.btn.btn-primary {
	background-color: #005c9f !important;
	border-color: #005c9f !important;
	font-size: 12px !important;
	font-family: Josefin Sans;
	padding: 10px 22px 8px !important;
	border-radius: 4px !important;
	font-weight: 600;
}
.btn:focus{
	outline: none !important;
	box-shadow: none !important;
}
/* End model */

button.btn.btn-primary.btn_trans {
    background: transparent !important;
    color: #005c9f;
    border: none;
  	font-weight: 800;

}
/* payment card button */
.btn.btn-outline-primary {
  border-color: #005c9f !important;
  font-size: 14px !important;
  padding: 10px 15px 8px !important;
  border-radius: 4px !important;
  font-family: Josefin Sans;
  color: #005c9f !important;
  font-weight: 800;
}

.privateOffice .btn.btn-outline-primary{
	width: 200px;
}

.btn.btn-outline-primary:hover{
  box-shadow: none  !important;
  background-color: transparent !important;
}
.btn.btn-outline-primary:focus{
  box-shadow: none!important;
}
.bank_credit_btn button.btn.btn-outline-primary:nth-child(2) {
    margin-left: 10px;
}

/* end payment card button */
/* Master acrd payment */
.payment_cards {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  min-height: 230px;
  padding-left: 30px;
}
.payment_cards.active {
    border: 1px solid #000;
}
/* .payment_cards:hover{
  border: 1px solid #888;

} */
.card_img{
  position: relative;
}
.card_img img {
    width: 60px;
    height: 37px;
    object-fit: contain;
}
.payment_cards span.crad-title {
  font-size: 17px;
  color: #000;
  font-weight: 800;
  font-family: Josefin Sans;
  text-transform: capitalize;
  padding-left: 30px;
}
.payment_cards span.card-details {
  font-size: 16px;
  color: #000;
  font-family: Josefin Sans;
  text-transform: lowercase;
  font-weight: 300;
}
.credential_account{
  position: absolute;
  top: 6px;
  right: 10px;
}
.credential_account a.input-change {
  right: 16px;
  font-family: Josefin sans;
  font-size: 13px;
  color: #005c9f;
  font-weight: 600;
}
.billing_title{
  font-size: 14px;
  color: #505050;
  font-family: Josefin Sans;
  text-transform: capitalize;
  font-weight: 300;
}
.card_user_deatails > P{
  font-size: 17px;
  color: #000;
  font-family: Josefin Sans;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.payment_cards .d_payment{
  font-size: 13px;
  color: #000;
  font-family: Josefin Sans;
  font-weight: 800;
  outline: 1px solid;
  padding: 5px 8px;
  line-height: 5px;
}
.d_payment span {
	  font-family: Josefin Sans;
	  font-size: 14px;
}
/* custome checkbox */
/* end default checkbox only */
input#check_icon[type="checkbox"]{
	 appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    border-color: #707070;
    display: inline-flex;
    place-items: center;
    justify-content: center;
    top: 2px;

}
input#check_icon[type="checkbox"]:after {
    color: #000;
    font-size:20px;
    font-weight:800;
}
input#check_icon[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}
/* end default checkbox only */
input[type="checkbox"] {
     appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    border-color: #707070;
    display: inline-flex;
    place-items: center;
    justify-content: center;
}


input[type="checkbox"]:after {
     font-family: "Font Awesome 5 Free";
     content: "\f00c";
     font-size: 14px;
     font-weight: 900;
     color:#fff;
     opacity: 0;
   }
 input[type="checkbox"]:hover {
   background-color: #707070;
}

input[type="checkbox"]:checked {
   background-color: #005c9f;
   border-color: #005c9f;
 }
 input[type="checkbox"]:checked:after {
           opacity: 1;
        }
 /* end custome checkbox */

label.default_payment{
	font-weight: 900;
	color: #000;
}
/*model css reset*/
.payment_cards .modal-content{
  width: 100%;
 
}
 input  {
  border: solid 0.4px rgb(112 112 112 / 50%);
  border-radius: 4px;
  width: 100%;
  padding: 22px 78px 18px 25px;
  font-size: 14px;
  color: #000;
  font-family: Josefin Sans;
}
.modal-header .close{
	font-weight: 200;
	color: #000;
	font-size: 40px;
}
/* End model */
/* end master payment card */

/* Monthly fees & subscription */
.monthly_subscription {
    margin-bottom: 70px;
}.monthly_subscription
.monthly_subscription .section_for_subcription {
    padding-top: 30px;
}
.monthly_subscription h3.tittle {
    font-size: 14px;
    font-family: Josefin Sans;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 30px;
}
.section_for_subcription > p > i {
    color: #000;
    padding-left: 4px;
    font-weight: 300;
}
button.btn.subscribtion {
    font-size: 14px;
    font-family: Josefin Sans;
    font-weight: 800;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
button.btn.subscribtion.cancle{
	text-align: left;
	color: #dd2d2d 	!important;
}
button.btn.subscribtion.edit{
	text-align: right;
	color: #005c9f !important;
}
/* end  Monthly fees & subscription */

.modal.payment-btn-modal .modal-dialog.payment-btn-modal-dailog {
      transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 550px;
}
.for_center{
	margin-top: 17rem;
}

/*  checkout css */
.payment-option- {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 0.5rem;
}

.payment-option- img {
    width: calc(10px + 55px);
    padding: 0.5rem;
    border: 2px solid #eee;
    border-radius: 4px;
    max-height: 70px;
    max-width: 70px;
    object-fit: cover;
}

#cardInfo input.required {
	width: auto;
    cursor: pointer;	
}
/* vspace-landing page */
.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
}
/* end  vspace-landing page */
div#carouselExampleControls .carousel-item img.d-block {
    height: 450px;
}
.carousel-item, .carousel-inner{
	/*height: 450px !important;*/
	overflow: hidden !important;
}
/* checkout css end */
@media only screen and (max-width: 767px) {
	/* css for contact information */
	button.close {
	    width: auto !important;
	}
	.modal-header .close{
		    padding: 1rem 1rem !important;
	}
	.nav{
		display: none;
	}
	#update-ps .btn.btn-primary {
		width: 85%;
		margin: auto;
	}
	.tabcontent{
		padding: 30px 15px;
	}
	.tabcontent h3.title{
		font-size: 22px;
	}
	/* end css for cntact information */
	/* Start css for Pyment Information */
	
	.payment_cards span.crad-title{
		padding-top: 10px;
	}
	.credential_account {
    top: 10px;
    right: 10px;
	}
	.payment_cards .d_payment{
		padding: 15px 5px 5px 5px;
	}
	.modal-title{
		font-size: 22px;
	}
	.bank_credit_btn button.btn.btn-outline-primary:nth-child(2) {
    margin-left: 0px;
    margin-top: 10px
	}
	.bank_credit_btn button.btn.btn-outline-primary{
		/* width: 100%; */
		padding: 15px !important;
	}
	.d_payment{
		text-align: right;
	}
	label.default_payment{
		margin-top: 10px;
	}
	
	.for_subs {
	    text-align: right;
	}
	.manage_subsc_btn{
		flex-direction: column-reverse;
	}
	.manage_subsc_btn button{
		width: 100%;
		padding: 10px 0px !important;
		text-align: center !important;
	}
	.manage_subsc_btn button.btn.subscribtion.cancle{
		border: 1px solid #dd2d2d;
		margin-top: 10px;
	}
	.manage_subsc_btn button.btn.subscribtion.edit{
		border: 1px solid #005c9f;
		
	}
/* End css for Pyment Information */
}
@media only screen and (min-width: 768px){
	.page_id_123 .modal-content{
		width: 85%;
	}

}

@media only screen and (max-width: 992px) {
	.card_img > span {
    display: block;
	}
	.payment_cards span.crad-title{
		padding-left: 0px
	}
}
	
