@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif
}

body {
    /* background-color: #fff3e0 */
    background-color: rgb(0 173 255 / 16%);
}

#order-heading {
    background-color: #edf4f7;
    position: relative;
    border-top-left-radius: 25px;
    max-width: 800px;
    padding-top: 20px;
    margin: 30px auto 0px
}

#order-heading .text-uppercase {
    font-size: 0.9rem;
    color: #777;
    font-weight: 600
}

#order-heading .h4 {
    font-weight: 600
}

#order-heading .h4+div p {
    font-size: 0.8rem;
    color: #777
}

.close {
    padding: 10px 15px;
    background-color: #777;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -20px
}

.wrapper {
    padding: 0px 50px 50px;
    max-width: 800px;
    margin: 0px auto 40px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.table-success, .table-success>td, .table-success>th {
    background-color: #cdcdcd;
}

#t-body {
    padding: 5px;
}

.table th {
    border-top: none
}

.table thead tr.text-uppercase th {
    font-size: 0.8rem;
    padding-left: 0px;
    padding-right: 0px
}

.table tbody tr th,
.table tbody tr td {
    font-size: 0.9rem;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px
}


.list div b {
    font-size: 0.8rem
}

.list .order-item {
    font-weight: 600;
    color: #6db3ec
}

.list:hover {
    background-color: #f4f4f4;
    cursor: pointer;
    border-radius: 5px
}

label {
    margin-bottom: 0;
    padding: 0;
    font-weight: 900
}

button.btn {
    font-size: 0.9rem;
    background-color: #66cdaa
}

button.btn:hover {
    background-color: #5cb99a
}

.price {
    color: #5cb99a;
    font-weight: 700
}

p.text-justify {
    font-size: 0.9rem;
    margin: 0
}

.row {
    margin: 0px
}

.subscriptions {
    border: 1px solid #ddd;
    /* border-left: 5px solid #ffa500; */
    border-left: 5px solid #d6f1ff;
    padding: 10px
}

.subscriptions div {
    font-size: 0.9rem
}

.pd-0 { margin-bottom: 5px; }
.order-id { float: right; }


section {
    padding: 30px 100px 0px 100px;
}

@media only screen and (max-width: 812px) {
/*label:before {*/
/*    display:none;*/
    
/*}*/
/*label {*/
/*    padding-left:0px !important;*/
/*}*/
   section {
        padding: 10px 10px 0px 0px;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
    .button-donate {
        width:100%;
        margin-bottom:10px !important;
    }
    .button-paypal {
        width:100%;
        
    }
    #card_num {
    background-position: 6px -80px, 112% -33px;
    background-repeat: no-repeat;
    background-size: 54px auto, 71px auto;
    padding-left: 71px;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    padding: 0.375rem 7.75rem;
    color: #495057;
}
#card_num.visa {
    background-position: 3px -128px, 112% -32px;
}
#card_num.visa.valid {
    background-position: 3px -128px, 112% -68px;
}
}
    

  #apple-pay-button {
    display: none;
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px;
  }

    
.modaldx
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}
.center
{ text-align: center;
    margin-top: 100px;
    /*z-index: 1000;*/
    /*margin: 300px auto;*/
    /*margin-left: 500px;*/
    /*width: 100px;*/
    /*border-radius: 10px;*/
    /*filter: alpha(opacity=100);*/
    /*opacity: 1;*/
    /*-moz-opacity: 1;*/
}
.center img
{
    /*height: 128px;*/
    /*width: 100%; */
    /*border-radius: 10px;*/
}
.imgdx
{width:unset;
    }
   

#paymentResponse.alert{
    background-color: #3c424f;
    color: white;
    opacity: 0;
}
.form-control{
    width: 50%;
}
#customFormWrapperx{
    padding: 15px;
    width: 100%;
}
#customFormWrapper.static{
    background: repeating-linear-gradient(
      -45deg,
      #3c424f,
      #3c424f 10px,
      #f5f5f5 10px,
      #f5f5f5 20px
    );
}
#customFormWrapper.animated{
    background-image: repeating-linear-gradient(-45deg, #3c424f, #3c424f 10px, #f5f5f5 10px, #f5f5f5 20px);
        -webkit-animation:progress 2s linear infinite;
        -moz-animation:progress 2s linear infinite;
        -ms-animation:progress 2s linear infinite;
    animation:progress 2s linear infinite;
    background-size: 150% 100%;
}
#myCustomForm{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    /*font-family: "Lucida Console", Monaco, monospace;*/

}
#paymentButton.not-disabled{
    background-color: #3c424f;
    border-color: #01db00;
}

@-webkit-keyframes progress{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}
@-moz-keyframes progress{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}    
@keyframes progress{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -70px 0px;
  }
} 

.help-block {
display: block;
margin-top: -50px;
width: 25px;
float: right;
}
.fa-times-circle{
    color: red;
}
.fa-check-circle {
    color:green;
}

/*Mahmood's CSS Start*/

.form-signin{
width: 100%;
max-width: 330px;
padding: 20px;
margin: 0 auto;
background-color: whitesmoke;
margin-bottom: 20px;
margin-top: 20px;
}

.form-signin form{
    margin-bottom:0px;
}

.form-signin input{
border: 1px solid #c8c8c8;
margin-bottom: 10px;
}

.flogin-btn {
width: 100%;
background: #90bf3e;
border-radius: 0;
padding: 15px 0 15px 0;
margin-top: 0% !important;
font-size: 16px;
margin-bottom:0px !important;
}

.flogin-btn:hover {
background-color: #041D57;
color: #FFFFFF;
}

.form-signin .avatar {
margin: 0 auto;
margin-bottom: 20px;
width: 95px;
height: 95px;
border-radius: 50%;
background: #e8e3e3;
padding: 15px;
}

.xs-banner-inner-section {
padding-top: 200px !important;
}

.form-signin h3{
    margin-bottom:20px;
}

.login-btn{
    text-align:right;
}

.logout-btn{
    text-align:left;
}

/* Dashboard CSS */

.dashboard-login{
    padding: 50px 0;
}

.dashboard-content {
	width: 30%;
	background: #00adef;
	padding: 20px;
    margin: 0 auto;
}
@media screen and (max-width:812px) {
    .dashboard-content {
	width: 90%;
}
}
.dashboard-content .profile-pic img{
    width: 150px;
    height: 130px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.dashboard-content .btn-login{
	color: #252424;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	background: #ffce22;
	width: 100%;
    outline: none;
    border: none;
}

.dashboard-content .btn-login:hover{
	background: #fff;
}

.dashboard-content .login-form input{
	padding: 5px 10px;
	border-radius: 0;
}

.dashboard-content small{
	color: #fff;
}

/* dashboard my account*/
.myaccount-content {
    margin-top: 125px;
}
.myaccount-content input{
    display: block;
    padding: 8px 10px;
    border-radius: 0;
    width: 100%;
}

.profile-pic{
    display: flex;
    align-items: center;
    background-color: #89b537;
    margin-bottom: 15px;
    padding: 10px;
}

.profile-pic img{
    margin-right: 10px;
}

.tablinks{
    width: 100%;
    padding: 15px;
    color: #fff;
    background-color: #89b537;
    border: none;
    outline: none;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 0;
}

.tabs button:hover {
    background-color: #a7cf5c;
}

.tabs button.active {
    color: #ffffff;
    background-color: #283a06;
}

/*dashborad*/
.user-name {
     color: #FFF;
}
#dashborad h3{
    margin-bottom: 10px;
}

#dashborad p{
    margin-bottom: 20px;
}


#uPassword button{
    color: #FFF;
    background-color: #283a06;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 0px;
}

#uDetails .customFormWrapperx button{
    color: #FFF;
    background-color: #283a06;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 0px;
}

#uDetails .nav-item button{
    color: #FFF;
    background-color: #283a06;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 20px;
    border: none;
    outline: none;
    margin-right: 5px;
}

#pass-upd-msg { display: none; }

/* end dashboard my account*/

/*.btn-red{*/
/*    display: none !important;*/
/*}*/
 .header-2 {
    display:none !important;
}
.mb-container {
    display:none;
}
.xs-banner-inner-section {
    /*padding-top: 400px !important;*/
}
#retrymy {
    width:28%;
}
.header-img {
    display:none;
}
.xs-black-overlay {
    background-color: unset !important;
}
.xs-inner-banner-content {
    display: none;
}
.qd_panel_wrapper {
    display:none;
}
	table {
		/*padding-left: 30%; padding-right: 30%; width: 100%;*/
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    border: 1px solid #83ad3a;
	}
	@media screen and (max-width: 812px) {
		table {
		padding-left: 0%; padding-right: 0%;
		font-size: 14px;
		margin-left: 0;
        margin-right: 0;
        width: 100%;
	}
	.thank-you-width {
	    width: 100% !important;
	}
	}
	td {
		width: 50% !important;
	}
	.thank-you-width {
	    width: 50%;
	}
	a[href^=date]{ color:#FFFFFF; text-decoration:none;}
a[href^=telephone]{ color:#FFFFFF; text-decoration:none;}
a[href^=address]{ color:#FFFFFF; text-decoration:none;}
a[href^=email]{ color:#FFFFFF; text-decoration:none;}
.blueLinkFix a {color: #FFFFFF !important; text-decoration: none;}
@media screen and (max-width:992px) {
    
    
    .xs-banner-inner-section {
    padding-top: 165px !important;
}
.mb-container {
    display:block !important;
}

    .header-img {
    margin-top:3px;
}
#retrymy {
    width:100%;
}
.modal-content {
    width: 90% !important;
}
.modal-content h5 {
    font-size:17px;
}
.mt-100-ds{
    margin-top:100px;
}
.header-img {
    display:block;
}
.xs-banner-inner-section {
   /*display: none;*/
}
    }
/*end test*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  /*width: 100% !important; Could be more or less, depending on screen size */
  text-align: center;
  max-width:600px;
  }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



.form-control {
    text-transform : uppercase;
}

.woocommerce table.shop_table th {
   width: 33.33%;
}


table {
	max-width:980px;
	table-layout:fixed;
	margin:auto;
}
th, td {
	padding:5px 10px;
}
thead, tfoot {
	background:#f9f9f9;
	display:table;
	width: 100% !important;
	width:calc(100% - 18px);
}
tbody {
	height:200px;
	overflow:auto;
	overflow-x:hidden;
	display:block;
	width:100%;
}
tbody tr {
	display:table;
	width:100%;
	table-layout:fixed;
}
/*end Table right side css*/
.header-2 {
    display:none !important;
}
.qd_panel_wrapper {
   
    display: none;
}
    .control-label {
    text-align: left;
    width: 100%;
}
.billingd {
    color: #041D57;
        font-size: 2em !important;
    text-align: left;
}
.footer-v4 .xs-social-list-v2 li a {
    padding-top: 10px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #727272 !important;
}
.rev_slider .tp-mask-wrap *:last-child {
    height:auto !important;
}
.main-container {
    padding: 10px 0;
}

.logout-link a {
    color: #fff;
}
.tabcontent h3 {
    color: #000;
}

@media screen and (max-width:414px) {
    .mt-100-ds{
    margin-top:60px;
}
}
@media(max-width: 425px) {
    .wrapper {
        padding: 20px
    }

    body {
        font-size: 0.85rem
    }

    .subscriptions div {
        padding-left: 5px
    }

    img+label {
        font-size: 0.75rem
    }
}