@charset "utf-8";

@font-face {font-family: "Serendipity One Regular";
  src: url("../fonts/646b67569c4a0b5cae7666a5521e9686.eot"); /* IE9*/
  src: url("../fonts/646b67569c4a0b5cae7666a5521e9686.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/646b67569c4a0b5cae7666a5521e9686.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/646b67569c4a0b5cae7666a5521e9686.woff") format("woff"), /* chrome、firefox */
  url("../fonts/646b67569c4a0b5cae7666a5521e9686.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/646b67569c4a0b5cae7666a5521e9686.svg#Serendipity One Regular") format("svg"); /* iOS 4.1- */
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
a{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

h6.errors_here {
    text-transform: uppercase;
    color: #e53238;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 2px;
    margin-top: 1em;
	text-align:center;
}

.error_here{
	color: #e53238;
	font-size:13px;
	display:block;
}

.yw_bg{
	background:#FF91A4 !important;
}
.yw_cl{
	color:#FF91A4 !important;
}
.rd_bg{
	background:#051912 !important;
}
.rd_cl{
	color:#051912 !important;
}

.my_font{
	font-family: "Serendipity One Regular" !important;
    letter-spacing: 12px !important;
	line-height: 1.5;
}
.sec_font{
	font-family: 'Josefin Sans', sans-serif !important;
}

.my_h1{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	margin-bottom: 0;
	color:#368c1e; /*#7800ff;*/
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 48px;
}

.my_fnt{
	font-family: 'Open Sans', sans-serif !important;
}
.error_here,.donotphn{
	color: #e53238;
	font-size:13px;
	display:block;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2.145;
    font-weight: 400;
    color: #2c2c2c;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

.my_logo{
	color:#fffb1b !important; 
	background: #ffffff6b;
}

.my_logo img{
	position: relative;
	top: -5px;
	width: 70px;
}

@media only screen and (max-width: 575px)
{
	.my_h1{
		font-size: 36px;
	}
	
	h6.title.my_cl.my_fnt{
		padding-top:1rem !important;
		margin: 0 auto !important;
	}
	
	.my_logo img{
		position: relative;
		top: -3px;
		width: 50px;
	}
	
	i.lnr{
		display:block;
	}
}

.rowed{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*.d-flex {
	display: -webkit-box;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/

.vertical-align{
	vertical-align: middle !important;
}

.margin-center{
	margin:0px auto;
}


.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

@media screen  and (min-width: 992px) {
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

}

.jm-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 7em;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.h-100 {
    height: 100% !important;
}

.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.pa-3{
	padding:10px ;
}

.bg_tm{
	background:#f5f5f5;
}
.prd_img img{
	margin-bottom:10px;
	margin:0px auto;
	//border-radius:50%;
}

.prd_img h3 {
    font-size: 1.2rem;
	color: #000;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
} 


.register-form label{
	color:#212121;
}

.register-form label font{
	color:red;
}

.contact-page-area .register-form.form-area input, .contact-page-area .register-form.form-area select {
    padding: 10px;
}

.contact-page-area .register-form.form-area select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background:#fff url(arrow.png);
    background-size: 12px;
    background-position: 95% 42%;
    background-repeat: no-repeat;
}

.hd-th{
	line-height:30px;
	letter-spacing:0.05em;
	color:#3c3950;
	font-size:19px;
	font-weight:700;
	//font-family:'Montserrat'
}





.button {
	margin-top: 20px;
	width: 165px;
	position: relative;
    background: transparent;
	text-align: center;
	border: solid 2px #ffc016; /*#ff0e3b*/
    overflow: hidden;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 130%;
    height: 320%; 
    background: #ffc016; /*#ff0e3b*/
    content: '';
    z-index: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.button .my_btn {
    display: block;
    position: relative;
    height: 100%;
	width:100%;
	cursor:pointer;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
	border:none;
	background:transparent;
    letter-spacing: 0.075em;
    line-height:48px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.button::after {
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background: #ffc016;/*#ff0e3b*/
    content: '';
    transform: rotate(-45deg);
}

.button:hover::before{
	top: 160%;
	left: 160%;
}
.button:hover .my_btn{
	color: #ffc016; /*#ff0e3b*/
}



.primary-btn {
    color: #FFF;
	background-color:  #F8694A;
}
.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #30323A;
}


@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
	width: 50%;
	-webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
	box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
  }
  

}




/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background:  #fff url(arrow.png);
    background-size: 12px;
    background-position: 95% 52%;
    background-repeat: no-repeat;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
}
*/


.ds_price {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #ff4444;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 120px;
	height: 30px;
	padding: 5px 0 0 0;
	z-index: 1;
}


.jp-seek-kkbar > div {
    height: 5px;
    background: #e1e1e1;
    cursor: pointer;
    width: 245px;
}

.jp-current-time {
	/*font-size: 15px;
	color: #111111;
	position: absolute;
	left: -50px;
	top: -9px;*/
	opacity:0;
}

.jp-duration {
	opacity:0;
	position: absolute;
	/*font-size: 15px;
	color: #111111;
	position: absolute;
	right: 0;
	top: 16px;*/
}

.ggen .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-indent:30px;
	font-weight:bold;
}




.smlinf{
	
}

.smlinf .prdinfo{
    padding: 0;
    //border-top: 1px solid #f5f5f5;
    //border-bottom: 1px solid #f2f2f2;
}

.smlinf .prdinfo .image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 0;
	float: left;
	height: 65px;
	width: 65px;
	overflow: hidden;
}

.smlinf .prdinfo .content {
    margin-left: 65px;
    padding: 11px 0;
    padding-left: 12px;
}

.smlinf .prdinfo .content .name {
    line-height: -webkit-calc(20/16);
    line-height: -moz-calc(20/16);
    line-height: calc(20/16);
}

.smlinf .prdinfo .content .name a {
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

.smlinf .prdinfo .content .email {
    font-size: 13px;
    color: #999;
    line-height: -webkit-calc(20/13);
    line-height: -moz-calc(20/13);
    line-height: calc(20/13);
}

.dismg img {
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    max-height: 100%;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

/****************======================ALERT MODAL================*************************************/

.modal-confirm {		
	color: #434e65;
	//width: 525px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 25px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn {
	color: #fff;
	background: #eeb711;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 5px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645;
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}

/*=========FOR DELETE ==*/
.modal-delete .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-delete .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-delete h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-delete .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-delete .modal-body {
	color: #999;
}
.modal-delete .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-delete .modal-footer a {
	color: #999;
}		
.modal-delete .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-delete .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-delete .btn {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
	outline: none !important;
}
.modal-delete .btn-info {
	background: #c1c1c1;
}
.modal-delete .btn-info:hover, .modal-delete .btn-info:focus {
	background: #a8a8a8;
}
.modal-delete .btn-danger {
	background: #f15e5e;
}
.modal-delete .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
	
	
/****************======================ALERT MODAL================*************************************/




.new-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5rem;
  margin-right: 1rem;
  font-weight: 100;
  font-size: 14px; }
  
.new-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

  .new-control.new-checkbox .new-control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e0e6ed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 4px; }
  .new-control.new-checkbox > input:checked ~ span.new-control-indicator {
    background: #888ea8; }

    .new-control.new-checkbox > input:checked ~ span.new-control-indicator:after {
      display: block; }
  .new-control.new-checkbox span.new-control-indicator:after {
    border: solid #fff;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    height: 8px; }
	
.new-control.new-checkbox.checkbox-primary > input:checked ~ span.new-control-indicator {
  background: #1b55e2; }	
  
.new-control.new-checkbox {
  cursor: pointer; }
  
  

/****************************
ORDER CART INFO
******************************/
#togtld{
	padding:10px;
	margin:10px auto;
	text-align:center;
	width:100%;
}

#togtld .spinner-grow {
	width:;
	height:;
}

.cart_section {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 111px;
	color:#000;
}

.section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DADADA;
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
    color: #30323A;
    margin: 0 0 10px;
    font-weight: 700;
	font-size: 16px;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 60px;
    background-color: #F8694A;
}

.olwqs.sumr {
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
	max-height: 100% !important;
    overflow-y: auto;
    font-size: 13px;
    color: #000;
}

.sing_prds {
    display: -ms-flex;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    padding: 6px 8px 6px 8px;
}
.cv_pk {
    width: 23%;
    margin-top: 6px;
}
.jl_wvg {
    margin-left: 8px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6px;
}
.jl_wvg span:first-child {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.824rem;
}
.jl_wvg span:last-of-type {
    color: #F8694A;
    font-weight: 600;
}
.jl_wvg div {
    color: #000;
}
.jl_wvg div i {
    font-style: normal;
    color: #ababab;
}

.prattr {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 11px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}

.new-control-indicator#red  {
  background-color: #C91524;
}

.new-control-indicator#blue {
  background-color: #0000FF;
}

.new-control-indicator#gold {
  background-color:#FFD700;
}

.new-control-indicator#multi-colour {
    background: -webkit-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: -o-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -o-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: -moz-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -moz-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
}
.new-control-indicator#silver {
  background-color: #C0C0C0;
}

.new-control-indicator#brown {
  background-color: #8B4513;
}

.new-control-indicator#gray {
  background-color: #808080;
}

.new-control-indicator#green {
  background-color:#008000 ;
}

.new-control-indicator#orange {
  background-color: #FFA500;
}

.new-control-indicator#pink {
  background-color: #FF1493 ;
}

.new-control-indicator#purple {
  background-color: #FF00FF;
}

.new-control-indicator#yellow {
  background-color: #FFFF00;
}

.new-control-indicator#black {
  background-color: #000;
}

.qwe_pmk {
    margin-top: 16px;
    padding: 0 8px;
}
.prcd_plk {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 8px;
}
.dscm {
    -ms-flex: 1;
    flex: 1;
    word-wrap: break-word;
}
.subamtn {
    width: 45%;
    text-align: right;
    color: #000;
}

.tsbt{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

label.si{
	margin-bottom:0;
	vertical-align: text-top;
	display:block;
	cursor:pointer;
}

.si .si-label { 
  cursor: pointer;
  position: relative;
  padding-left: 15px;
  color: #9aa6bf;
  vertical-align: text-bottom;
  margin-right: 20px;
}

.si > input[type="checkbox"],.si > input[type="radio"] {
  clip-path: polygon(0 0);
}

.si .si-label::before,
.si .si-label::after {
  transition: all 0.2s ease-in-out;
}

.si .si-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #dee5f2;
  position: absolute;
  top: 1px;
  left: 0;
  transform: rotate(0deg) scale(1);
  border: 3px solid #F8694A;
}

.si.si-radio .si-label::before,
.si.si-radio .si-label::after {
  border-radius: 100%;
  top: -2px;
}

.si.si-radio .si-label::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 0;
  top: 100%;
  left: 5px;
}


.si.si-radio > input:checked + .si-label::after {
  background-color: #F8694A;
  height: 12px;
  top: 3px;
}


.si.si-radio > input:checked + .si-label::before {
  background-color:#fff;
}

/***************************style --- checkbox----- ****************/

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}

.si.si-checkbox .si-label::before {
  border: 3px solid #F8694A;
}

.si.si-checkbox .si-label:hover::before {
  border-color: #F8694A;
}

.si.si-checkbox .si-label::after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent #F8694A  #F8694A transparent; /*#0069ff*/
  position: absolute;
  top: -3px;
  left: 0;
  transform: rotate(180deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::before {
  transform: rotate(40deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::after {
  left: 8px;
  transform: rotate(40deg) scale(1);
}


.ech_adrs {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding-bottom: 20px;
    padding: 0 20px 20px 0px;
}

.fulinf {
    -ms-flex: 1;
    flex: 1;
}
.rm_hkl {
    color: #555;
    padding-left: 50px;
    line-height: 1.42857;
}

.mkbtm {
	display:inline-block;
	margin-top: 20px;
	width: 165px;
	position: relative;
    background: transparent;
	text-align: center;
	border: solid 2px #290ba0; /*#ff0e3b*/
    overflow: hidden;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	outline:none;
}

.cart_buttons .mkbtm{
	width:220px;
	font-size:12px;
	padding-right:4px;
}

.disdnct{
	position: absolute;
    z-index: 9;
    right: 0;
    color: #fff;
    bottom: 0;
    font-size: 15px;
	opacity:0;
}

.mkbtm::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 130%;
    height: 320%; 
    background: #290ba0; /*#ff0e3b*/
    content: '';
    z-index: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.mkbtm .my_btn,.edt_cfd{
    display: block;
    position: relative;
    height: 100%;
	width:100%;
	cursor:pointer;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
	border:none;
	background:transparent;
    letter-spacing: 0.075em;
    line-height:48px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
	outline:none;
}

.doinfrcrt .mkbtm .my_btn{
	line-height:38px;
}

.mkbtm::after {
    display: block;
    position: absolute;
    right: -25px;
    bottom: -15px;
    width: 55px;
    height: 35px;
    background: #290ba0;/*#ff0e3b*/
	font-family: 'Linearicons-Free';
    content: "";
	color:#fff;
    transform: rotate(-45deg);
}

.mkbtm:hover::before,.mkbtm.iskl::before{
	top: 160%;
	left: 160%;
}

.mkbtm:hover .disdnct,.mkbtm.iskl .disdnct{
	opacity:1;
}

.mkbtm:hover .my_btn,.mkbtm.iskl .my_btn,.edt_cfd{
	color: #290ba0; /*#ff0e3b*/
}



















.progress_made{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress_made:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress_made > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress_made .progress_made-left{
    left: 0;
}
.progress_made .progress_made-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress_made .progress_made-left .progress_made-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress_made .progress_made-right{
    right: 0;
}
.progress_made .progress_made-right .progress_made-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress_made .progress_made-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress_made.blue .progress_made-bar{
    border-color: #049dff;
}
.progress_made.blue .progress_made-left .progress_made-bar{
    animation: loading-3 1.5s linear forwards 1.8s;
}
.progress_made.yellow .progress_made-bar{
    border-color: #fdba04;
}
.progress_made.yellow .progress_made-left .progress_made-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress_made.pink .progress_made-bar{
    border-color: #ed687c;
}
.progress_made.pink .progress_made-left .progress_made-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress_made.green .progress_made-bar{
    border-color: #1abc9c;
}
.progress_made.green .progress_made-left .progress_made-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress_made{ margin-bottom: 20px; }
}






.partycard{
	background: #fff;
	height: auto;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.partycard .circle{
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	cursor: default;
}
.partycard .circle .box,
.partycard .circle .box span{
	position: absolute;
	top: 50%;
	left: 50%;
}
.partycard .circle .box{
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	transition: all 0.2s;
}

.partycard .circle:hover .box{
	transform: translate(-50%, -50%) scale(0.91);
}

.partycard.ndc .circle .box span,
.partycard.ndc .text{
	background: -webkit-linear-gradient(left, #08bb03, #bb0303);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.partycard.npp .circle .box span,
.partycard.npp .text{
	background: -webkit-linear-gradient(left, #bb0303, #0000ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.partycard .circle .box span{
	font-size: 38px;
	font-family: sans-serif;
	font-weight: 600;
	transform: translate(-45%, -45%);
	transition: all 0.1s;
}
.partycard .circle:hover .box span{
	transform: translate(-45%, -45%) scale(1.09);
}
.partycard .text{
	font-size: 20px;
	font-weight: 600;
}


.containerdemo { border:1px solid red; margin: 150px auto; }
.demo{
        margin: 20px 0;
    }
	

form.chnginp .field-wrapper {
    width: 100%;
    display: block;
    position: relative;
    outline: none;
    margin: 10px 0;
}

form.chnginp .field-wrapper label {
    font-size: 11px;
    font-weight: 700;
    color: #3b3f5c;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 5px;
    display: inline-block;
    background: #FFF;
    margin: 8px 5px;
    line-height: 1.4em;
    padding: 0 10px;
    transition: all .2s linear;
    text-transform: capitalize;
}

form.chnginp .field-wrapper.focused label {
	  transition: all .2s linear;
	  top: -20px;
}

form.chnginp .field-wrapper.fordate label{		
	padding-right:3rem;		
	padding-bottom:.3rem;
}

form.chnginp .field-wrapper.fordate.focused label{
	padding: 0 10px;
}

.pre_img {
    padding: 3px;
    width: auto;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.pre_img img, .vspec img{
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    max-height: 100%;
}

.form-control.form-error{
	border-color:#dc3545;
}

.chnge {
    display: block;
    color: #751bbb;
    cursor: pointer;
    position: absolute;
    right: -8px;
    bottom: 1px;
    background: #fff;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    padding: 5px 10px;
    font-size: 14px;
}

.chnge svg{
	position:relative;
	left:-3px;
}

.toloadimg{
	position: absolute;
	top: 50%;
    left: 20%;
    transform: translate(0%, -50%);
    max-height: 100%;
	color:#fff;
}

.vcolor{
	max-width:100px;
	display:block;
	height:20px; 
	border-radius:4px; 
}

.carousel.slide.venset{
	
}

.carousel.slide.venset .carousel-inner .carousel-item img{
	height:auto;
	width:auto;
	max-height:300px;
	max-width:600px;
	margin:0px auto;
}

.venset .carousel-control-next, .venset .carousel-control-prev{
	background:#751bbb !important;
	opacity: 1;
}

.scrollnotice{
	height: auto;
	max-height: 250px;
	overflow:hidden;
	overflow-y: auto;
}

.custom-dropdown-icon a.dropdown-toggle {
    position: relative;
    padding: 9px 35px 10px 15px;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    transform: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    letter-spacing: normal;
    min-width: 115px;
    text-align: inherit;
    color: #3b3f5c;
    box-shadow: none;
    max-height: 35px;
    font-weight: 600;
    letter-spacing: 0px;
}

.dt-buttons .dt-button {
  color: #fff !important;
  background-color: #1b55e2 !important;
  border-color: #1b55e2;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-right: 5px; 
}
  
  


.widget-content-area {
  -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.0901961), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.0901961), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.0901961), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06); }

.layout-spacing {
  padding-bottom: 25px; 
}

/* 
===================
    User Profile
===================
*/
.user-profile .widget-content-area {
  border-radius: 6px; }
  .user-profile .widget-content-area .edit-profile,.jusbt {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-self: center;
    background-color: #1b55e2;
    background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2); }
	.jusbt{
		background:none;
		box-shadow:unset;
	}
    .user-profile .widget-content-area .edit-profile svg {
      font-size: 17px;
      vertical-align: middle;
      margin-right: 0;
      color: #fff;
      width: 19px;
      align-self: center; }
  .user-profile .widget-content-area h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #3b3f5c;
    margin: 6px 0px 0 0; }
    .user-profile .widget-content-area h3:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 55px;
      background: #1b55e2;
      border-radius: 50%;
      bottom: 9px;
      left: 15px; }
  .user-profile .widget-content-area .user-info {
    margin-top: 40px; }
    .user-profile .widget-content-area .user-info img {
      border-radius: 9px;
      box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
    .user-profile .widget-content-area .user-info p {
      font-size: 20px;
      font-weight: 600;
      margin-top: 22px;
      color: #1b55e2; }
  .user-profile .widget-content-area .user-info-list ul.contacts-block {
    border: none;
    margin: 20px auto; }
    .user-profile .widget-content-area .user-info-list ul.contacts-block li {
      margin-bottom: 13px;
      font-weight: 600;
      font-size: 13px; }
      .user-profile .widget-content-area .user-info-list ul.contacts-block li a {
        font-weight: 600;
        font-size: 15px;
        color: #1b55e2; }
    .user-profile .widget-content-area .user-info-list ul.contacts-block svg {
      width: 21px;
      margin-right: 15px;
      color: #888ea8;
      vertical-align: middle;
      fill: rgba(0, 23, 55, 0.08); }
    .user-profile .widget-content-area .user-info-list ul.contacts-block li:hover svg {
      color: #1b55e2;
      fill: rgba(27, 85, 226, 0.239216); }
    .user-profile .widget-content-area .user-info-list ul.contacts-block ul.list-inline {
      margin: 27px auto; }
      .user-profile .widget-content-area .user-info-list ul.contacts-block ul.list-inline div.social-icon {
        border: 2px solid #e0e6ed;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-self: center; }
      .user-profile .widget-content-area .user-info-list ul.contacts-block ul.list-inline svg {
        margin-right: 0;
        color: #1b55e2;
        width: 19px;
        align-self: center; }
  



/****************************************************************************************/

._fr ._in_each {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
	box-shadow:2px 5px 17px 0 rgba(31, 45, 61, 0.17);
}
.car-img{
	height:200px;
	overflow:hidden;
}
._fr .left_notic {
    position: absolute;
    left: -10px;
    top: -10px;
    background: #310d4d;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
	z-index: 1;
}
._fr .right_notic {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #ff4444;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	min-width: 60px;
	height: 30px;
	padding: 5px 0 0 0;
	z-index: 1;
}
._fr .ven_img {
    max-width: 100%;
	width:auto;
    height: auto;
	max-height:100%;
	vertical-align: middle;
	border-style: none;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

._fr .small_details {
	font-size: 20px;
	margin: auto !important;
	width: 100%;
	text-align: center;
	background: #ccc3;
	padding: 4px;
	
}

._fr .car_detail {
    background: transparent;
    text-align: center;
    border-radius: 3px;
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
	display: inline-block;
	width:31%;
}

._fr .car_nme {
	text-align: center !important;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:20px;
}


._fr .car_title h5 {
    text-transform: uppercase;
    font-size: 18px;
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: #434d51;
}

.tg-nm{
	text-align:left;
	display:block;
	
	color:#5a6062 !important;
}
.car_title li .tg-nm{
	font-size:100%;
}

.car_title li{
	font-size:13px;
}


.to_trck{
    border:3px dashed #fff;
}

.to_trck a{
    color:#fff;
}

.to_trck:hover{
    background:#fff;
	border:3px dashed transparent;
}

.to_trck:hover a{
    color:#310d4d;
}

.main-postshow span, .main-postshow p, .main-postshow div, .main-postshow ul, .main-postshow ul li,.main-postshow ol li,.main-postshow h1,
.main-postshow h2, .main-postshow h3, .main-postshow h4,.main-postshow h5,.main-postshow h6, .main-postshow a{
	font-family: 'Quicksand', sans-serif !important;
}

/****************************************************************************************/


@media (min-width: 768px){
	.sidebar-wrapper .profile-info figure {
		height: 66px;
	}
	
	.sidebar-wrapper .profile-info .user-info .hold_pp, .recperpro {
		top: 15px;
	}
	
	.sidebar-wrapper .profile-info .user-info {
		height: 87px;
	}
}


.infobox-3 {
  position: relative;
  border: 1px solid #e0e6ed;
  width: 100%;
  padding: 50px 25px 25px 25px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1);
  box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1);
  margin-right: auto;
  margin-left: auto; 
  background:#fff;
  }
  .infobox-3 .info-icon {
    position: absolute;
    margin-bottom: 20px;
    background: #ff91a4;
    display: inline-block;
    top: -31px;
    padding: 6px;
    border-radius: 6px; }
    .infobox-3 .info-icon svg {
      width: 50px;
      height: 50px;
      stroke-width: 1px;
      color: #fff; }
  .infobox-3 .info-heading {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 14px;
    letter-spacing: 2px; }
  .infobox-3 .info-text {
    font-size: 15px;
    color: #888ea8;
    margin-bottom: 15px; }
  .infobox-3 .info-link {
    color: #1b55e2;
    font-weight: 600; }
    .infobox-3 .info-link svg {
      width: 15px;
      height: 15px; }


.media {}
  .media img {
    width: 50px;
    height: 50px;
    margin-right: 15px; }
  .media .media-body {
    align-self: center; }
    .media .media-body .media-heading {
      color: #3b3f5c;
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 22px;
      letter-spacing: 1px; }
    .media .media-body .media-text {
      color: #515365;
      margin-bottom: 0;
      font-size: 14px;
      letter-spacing: 0; }

/*      Right Aligned   */
.media-right-aligned .media img {
  margin-right: 0;
  margin-left: 15px; }

/* 	Media Notation 	*/
.notation-text .media:first-child {
  border-top: none; }

.notation-text .media .media-body .media-notation {
  margin-top: 8px;
  margin-bottom: 9px; }
  .notation-text .media .media-body .media-notation a {
    color: #515365;
    font-size: 13px;
    font-weight: 700;
    margin-right: 8px; }

/* 	Media Notation With Icon	*/
.media:first-child {
  border-top: none; }

.media .media-body .media-notation {
  margin-top: 8px;
  margin-bottom: 9px; }
  .media .media-body .media-notation a {
    color: #515365;
    font-size: 13px;
    font-weight: 700;
    margin-right: 8px; }
    .media .media-body .media-notation a svg {
      color: #888ea8;
      margin-right: 6px;
      vertical-align: sub;
      width: 18px;
      height: 18px;
      fill: rgba(0, 23, 55, 0.08); }
	  
@media (max-width: 479px) {
	.header-container .navbar-nav.theme-brand {
		width: 200px;
		border-right-color: transparent;
	}
	.media .media-body .media-notation a {
    margin-right: 2px; }

}


/******=========================================*******************/

.navbar-brand {
  font-size: 30px;
  font-weight: 700;
  color: #fff; }

.navbar-expand .navbar-nav .nav-link {
  color: #fff;
  padding: 0 17px; }

.doapplg{
		width:25%;
	}
	
.fq-header-wrapper {
  padding: 0 0;
  background-color: #051912;
  }
  .fq-header-wrapper h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px; }
  .fq-header-wrapper p {
    color: #d3d3d3;
    font-size: 14px;
    margin-bottom: 27px;
    line-height: 25px; }
  .fq-header-wrapper button {
    border-radius: 30px;
    padding: 10px 25px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    color: #fff; }
    .fq-header-wrapper button:hover {
      background-color: transparent;
      color: #fff;
      box-shadow: none; }

	.fq-header-wrapper .cppkg{
		height: 382px;
	}
	
	.fq-header-wrapper .cppkg.sml{
		height: 282px;
	}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fq-header-wrapper {
    background-image: none; } }

.paginating-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

  .paginating-container .prev svg, .paginating-container .next svg {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom; }
  .paginating-container .pagination {
    margin-bottom: 0; }
  .paginating-container li {
    padding: 10px 0;
    font-weight: 600;
    color: #3b3f5c;
    border-radius: 4px; }
    .paginating-container li a {
      padding: 10px 15px;
      font-weight: 600;
      color: #3b3f5c; }
    .paginating-container li:not(:last-child) {
      margin-right: 4px; }
.pagination-solid li {
  background-color: #e0e6ed; }
  .pagination-solid li:hover a {
    color: #1b55e2; }
  .pagination-solid li.active {
    background-color: #1b55e2 !important;
    color: #fff; }
  .pagination-solid li a.active:hover, .pagination-solid li.active a {
    color: #fff; }

.pagination-solid .prev {
  background-color: #e0e6ed; }
  .pagination-solid .prev:hover {
    background-color: #1b55e2; }
    .pagination-solid .prev:hover a, .pagination-solid .prev:hover svg {
      color: #fff; }

.pagination-solid .next {
  background-color: #e0e6ed; }
  .pagination-solid .next:hover {
    background-color: #1b55e2; }
    .pagination-solid .next:hover a, .pagination-solid .next:hover svg {
      color: #fff; }


.faq .faq-layouting .fq-comman-question-wrapper {
  padding: 52px 52px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  border-radius: 15px;
  background: #fff;
  margin-top: -57px;
  margin-bottom: 70px; }
  .faq .faq-layouting .fq-comman-question-wrapper h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 40px; }
  .faq .faq-layouting .fq-comman-question-wrapper ul {
    padding: 0; }
    .faq .faq-layouting .fq-comman-question-wrapper ul li {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 16px;
      color: #3b3f5c; }
      .faq .faq-layouting .fq-comman-question-wrapper ul li:hover {
        cursor: pointer;
        color: #1b55e2; }
      .faq .faq-layouting .fq-comman-question-wrapper ul li .icon-svg {
        display: inline-block;
        margin-right: 9px; }
      .faq .faq-layouting .fq-comman-question-wrapper ul li svg {
        color: #888ea8;
        width: 19px;
        height: 19px;
        vertical-align: bottom; }
      .faq .faq-layouting .fq-comman-question-wrapper ul li:hover svg {
        color: #1b55e2; }
		

.faq .faq-layouting .fq-article-section {
  margin-bottom: 90px; }
  .faq .faq-layouting .fq-article-section h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 40px; }
  .faq .faq-layouting .fq-article-section .card {
    border: none;
    -webkit-box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
    border-radius: 12px; }
    .faq .faq-layouting .fq-article-section .card img {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px; }
    .faq .faq-layouting .fq-article-section .card .card-body .fq-rating {
      margin-bottom: 13px; }
      .faq .faq-layouting .fq-article-section .card .card-body .fq-rating svg {
        width: 17px;
        color: #e2a03f; }
        .faq .faq-layouting .fq-article-section .card .card-body .fq-rating svg.checked {
          fill: rgba(226, 160, 63, 0.541176); }
    .faq .faq-layouting .fq-article-section .card .card-body h5.card-title {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 21px; }
    .faq .faq-layouting .fq-article-section .card .card-body p.card-text {
      letter-spacing: 1px;
      color: #888ea8; }
    .faq .faq-layouting .fq-article-section .card .card-body p.meta-text {
      font-size: 13px;
      font-weight: 600;
      color: #1b55e2; }
      .faq .faq-layouting .fq-article-section .card .card-body p.meta-text svg {
        width: 18px;
        vertical-align: bottom; }


#miniFooterWrapper {
  color: #fff;
  font-size: 14px;
  border-top: solid 1px #ffffff;
  padding: 14px;
  -webkit-box-shadow: 0px -1px 20px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 0px -1px 20px 0 rgba(31, 45, 61, 0.1); }
  #miniFooterWrapper .arrow {
    background-color: #1b55e2;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: -33px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    cursor: pointer; }
    #miniFooterWrapper .arrow p {
      align-self: center;
      margin-bottom: 0;
      color: #fff;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 1px; }
  #miniFooterWrapper .copyright a {
    color: #1b55e2;
    font-weight: 700;
    text-decoration: none; }

/*
    Media Query
*/
@media (max-width: 1199px) {
  .fq-header-wrapper .banner-img img {
    width: 340px;
    height: 363px;
    margin: 0 auto; } }

@media (max-width: 767px) {
  /*.fq-header-wrapper {
    min-height: 640px; }*/
	
	.doapplg{
		width:50%;
	}
	
  .faq .faq-layouting .fq-comman-question-wrapper {
    margin-top: 32px; } }

@media (max-width: 575px) {
  .fq-header-wrapper .banner-img img {
    width: 283px;
    height: 363px; }
  .faq .faq-layouting .fq-tab-section .accordion .card .card-header div svg.feather-code {
    display: none; } }


/******=========================================*******************/
