/**
* Template Name: Mamba
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Source Serif Pro,wght@0,400..700;1,400..700..900&display=swap');


body {
  font-family: 'Source Serif Pro', Arial;
  color: #444;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Source Serif Pro', Arial;
}

a.navbar-brand img {
  max-height: 56px;
  max-width: 225px;
  padding: 8px 4px 8px 12px;
  vertical-align: middle;
}
#search {
  float: right;
  margin-top: 9px;
  width: 250px;
}

.search {
  padding: 5px 0;
  width: 230px;
  height: 30px;
  position: relative;
  left: -9px;
  top: -3px;
  float: left;
  line-height: 22px;
}

.search input {
  position: absolute;
  width: 0px;
  float: Left;
  margin-left: 210px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 30px;
  line-height: 18px;
  padding: 0 2px 0 2px;
  border-radius: 5px;
}

.search:hover input,
.search input:focus {
  width: 200px;
  margin-left: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn {
  height: 30px;
  position: absolute;
  right: -4px;
  top: 5px;
  border-radius: 4px;
}
.btn-primary {
  color: rgba(31, 31, 31, 1);
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:hover {
  color: rgba(31, 31, 31, 1);
  background-color: #fff;
  border-color: #fff;
}
.welcome{
      margin: 0 38px 0;
    padding-top: 16px;
}
.welcome a{
  line-height: 1.88;
  padding: 7px 11px;
  font-size: 17px;
  color: rgba(31, 31, 31, 1);
}
.welcome a.active{
  background-color: rgba(31, 31, 31, 1);
    color: rgba(255, 255, 255, 1);
}
.middle{width:100%; float:left;     margin-top: 24px;}
.middle h1{
  font-family: 'Source Serif Pro', Arial;
  font-weight: 700;
  vertical-align: baseline;
  color: rgba(33, 33, 33, 1);
  font-size: 24.0pt;
  margin-top: 38px;
}
.middle p{
  font-family: 'Source Serif Pro', Arial;
  font-weight: 700;
  vertical-align: baseline;
  color: rgba(33, 33, 33, 1);
  font-size: 24.0pt;
}
.middle span{
  color: #222222;
  font-family: 'Source Sans Pro', Arial;
  font-size: 15px;
  font-weight: 600;
  vertical-align: baseline;
  display: inherit;
}
.middle ul{margin:0; padding:0;}
.middle ul li{
  color: rgb(76 76 76);
  font-family: 'Source Sans Pro', Arial;
  font-size: 15px;
  font-weight: 600;
  vertical-align: baseline;
  margin-top: 24px;
  line-height: 29px;
}
/*.middle a {
  background-color: rgba(67, 41, 109, 1);
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
  padding: 8px 68px;
  margin-top: 26px;
  border-radius: 5px;
   font-family:Arial;
}*/
footer{
  background-color: rgba(239, 239, 239, 1);
  width:100%; 
  float:left;    
  color: #434343;
  font-family: 'Source Serif Pro', Arial;
  font-weight: 600;  
  font-size: 12px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}


div.slideouticons{ /* main container for slide out icons */ 
	position: relative; /* change position to fixed or absolute if desired */
	-webkit-perspective: 1000px;
	perspective: 1000px;
	z-index: 1000;
  width: 26%;
  float: left;
}

div.slideouticons input{
	display: none;
}


div.slideouticons label.mainlabel{ /* menu anchor icon style */
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 24px; /* font size, pertains to icon fonts specifically */
	width: 50px; /* width of anchor icon */
	height: 50px; /* height of anchor icon */
	text-align: center;
	color:  rgb(60, 64, 67);;
	border-radius: 50%;
	outline: none;
	z-index: 100000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


div.slideouticons div.iconswrapper{ /* DIV that flips over to reveal the hidden icons */
	position: absolute;
	margin: 0;
	top: 60px; /* vertical offset of icons wrapper from the top of main container */
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}


div.slideouticons div.iconswrapper ul{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: -1;
}

div.slideouticons div.iconswrapper ul li{
	margin-bottom: 10px;
	position: relative;
	opacity: 0;
}


div.slideouticons div.iconswrapper ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  color: rgb(218, 220, 224);
	text-decoration: none;
	text-align: center;
	font-size: 13px; /* font size, pertains to icon fonts specifically */
  font-weight:500;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}


div.slideouticons div.iconswrapper ul li a:hover{
	background: #515151; /* background color of icons on hover */
	color: white;
}

div.slideouticons input:checked ~ label.mainlabel{
	
}

div.slideouticons input:checked ~ div.iconswrapper{ /* flip icons wrapper to reveal icons when activated */
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
  border-radius: 10px;
  background-color: rgba(32, 33, 36, .5);
  width: 476px;
}

div.slideouticons input:checked ~ div.iconswrapper ul li{ /* rotate and shift icons into view when activated */
	opacity: 1;


}

div.slideouticons input:checked ~ div.iconswrapper ul li:nth-of-type(1){

	z-index: 4;
}

div.slideouticons input:checked ~ div.iconswrapper ul li:nth-of-type(2){

	z-index: 3; /* decrement z-index by 1 for each icon */
}

div.slideouticons input:checked ~ div.iconswrapper ul li:nth-of-type(3){

	z-index: 2;
}

div.slideouticons input:checked ~ div.iconswrapper ul li:nth-of-type(4){

	z-index: 1;
}
div.slideouticons.horizontal div.iconswrapper{
	top: 4px;
	left: 44px; /* horizontal offset of icons wrapper from the left of main container */
  width:476px;
}


div.slideouticons.horizontal div.iconswrapper ul li{
	display: inline;
	float: left;
	margin-bottom: 0;
	margin-right: 10px;

  padding: 11px 8px;
}


div.slideouticons.horizontal input:checked ~ div.iconswrapper ul li{

}
.d-flex{justify-content: end;}
.openBtn {
   
    border: none;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAYZJREFUSImtlM9KAlEUxn8Gs43IIHwCcaEbE3qBbOcmcNM7SSDhNty4adUugqT2togkxYXvYCQWk7o4c/XMZebOH/rgMgPfOd9377nnHohHHegAI2ABrIEv4A24ARqOXCfKwCOwSbGegEoW8SvgO6W4WUugnVb8TyWugQHQAkqABxSBS6AP+Fas06Rs7XyO3IELNWBinSS2XLrmc+A0QdzgBJiq3OeooDrhoybt3EaNcLnO7YCOIgcZxQ36SqNrkyNFtnIaNJXGu00uFFnKaXCsNFY2uVakl9OgoDRCOgdIexoc5jQ4Uv+/yKXvDGaKPMtpoPNmyCl2Bq+KvM5poPNebLLBvnY+0tdZUCXhHYBMRRMwQV5oGhSBT5U7jAusILPEBE5JPknVEt8ADzg6sU24ZX3khTaRPi8E3wvgjnBZ9LpPMlnGJGZZTpMKMhXTCA2DsmQ2AemGLjJbVkHSD/AB3LLvFi8QizLpuQxseMg9xHFRJsssBmk2YJuM/9PAmPSQnY+B+hYwxMBTQG+8bwAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    float:right;
    margin-top: -32px;
    background-color: transparent;
}

.openBtn:hover {
    
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 10%;
    padding: 27px;

    font-size: 17px;
    border: none;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAYZJREFUSImtlM9KAlEUxn8Gs43IIHwCcaEbE3qBbOcmcNM7SSDhNty4adUugqT2togkxYXvYCQWk7o4c/XMZebOH/rgMgPfOd9377nnHohHHegAI2ABrIEv4A24ARqOXCfKwCOwSbGegEoW8SvgO6W4WUugnVb8TyWugQHQAkqABxSBS6AP+Fas06Rs7XyO3IELNWBinSS2XLrmc+A0QdzgBJiq3OeooDrhoybt3EaNcLnO7YCOIgcZxQ36SqNrkyNFtnIaNJXGu00uFFnKaXCsNFY2uVakl9OgoDRCOgdIexoc5jQ4Uv+/yKXvDGaKPMtpoPNmyCl2Bq+KvM5poPNebLLBvnY+0tdZUCXhHYBMRRMwQV5oGhSBT5U7jAusILPEBE5JPknVEt8ADzg6sU24ZX3khTaRPi8E3wvgjnBZ9LpPMlnGJGZZTpMKMhXTCA2DsmQ2AemGLjJbVkHSD/AB3LLvFi8QizLpuQxseMg9xHFRJsssBmk2YJuM/9PAmPSQnY+B+hYwxMBTQG+8bwAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.payment-page {
    background-color: #fff;
    height: 100%;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
}
/*.payment-page img{height:150px;}*/
.Checkout{background:#fff; width:80%; border-radius: 12px; border-top:10px solid rgb(107, 61, 146); margin: 16px auto 0;}
.Checkout h2{
   font-family: 'docs-EB Garamond';
    font-weight: 400;
    font-size: 26px;
    color: rgb(32, 33, 36);
    margin: 23px 32px 10px;
    padding: 0 0 26px;
}
.mail-main{display: flex; justify-content: space-between;     padding: 11px 34px 16px;   border-top: 1px solid rgb(218,220,224);     border-bottom: 1px solid rgb(218,220,224);}
.Checkout strong img{height:auto;}
.mail-main span{
    font-family: Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: rgb(95, 99, 104);
}
.mail-main span a{
  color: rgb(26, 115, 232);
  text-decoration: none;
  font-weight: 400;
}
.Checkout p{
    font-size: 15px;
    font-weight: 400;
    color: rgb(217, 48, 37);
    margin: 12px 32px 4px;
    display: inline-block;
}
.modal-body img{    
    height: 167px;
    display: block;
    margin: 0 auto 25px;
  }
.modal-body h3 {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
}
.modal-body p{
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 12px 0 4px;
    display: inline-block;
}
.modal-footer button{
    color: rgb(26, 115, 232);
    border: 0;
    background: transparent;
    cursor: pointer;
}
.modal-dialog {
    max-width: auto;
    margin: 1.75rem auto;
}

.email {
    width: 100%;
    border-radius: 12px;
    margin: 20px auto 0;
    padding: 0;
    display: inline-block;
}
  .email label{
    
    font-weight: 400;
    font-size: 15px;
    width: 100%;
  }
    .email .form-control {
        display: block;
        width: 100%;
        padding: 0.675rem 1.05rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
        .email .form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
        }
  .email label sup{
    color: rgb(217, 48, 37);
  }
  .nest-button{
    width: 80%;
    margin: 30px auto 21px;
    display: flex;
    justify-content: space-between;
  }

    .nest-button .nextbtn {
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        font-size: 19px;
        font-weight: 500;
        letter-spacing: .25px;
        background-origin: 0;
        border: 0;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.141), 0 1px 3px 0 rgba(0, 0, 0, 0.122);
        padding: 13px 40px;
        border-radius: 5px;
        color: #fff;
        background-color: rgb(2, 117, 212);
    }
    .nest-button .submitbtn {
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: .25px;
        background-origin: 0;
        border: 0;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.141), 0 1px 3px 0 rgba(0, 0, 0, 0.122);
        padding: 4px 21px;
        border-radius: 5px;
        color: #fff;
        background: #0274d4;
    }
    .nest-button .clerform{
      font-family: "Google Sans", Roboto, Arial, sans-serif;
      font-size: 17px;
      font-weight: 500;
      letter-spacing: .25px;
      background-origin: 0;
      border: 0;
      background:transparent;
    color: rgb(107, 61, 146);
    cursor: pointer;
    }
     .nest-button .clerform:focus{border:0;}

    .nest-button button:focus {
    outline: 0;
    outline: 0;
}
 .progress {width:218px;    margin-top: 5px;}
.nest-button span{font-size:14px;}
.never{width:100%; float:left;        margin-bottom: 40px;}
.never span{
      font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 16px;
    color: #70757a;
    color: rgba(0, 0, 0, .66);
    margin-top: 8px;
        display: inline-block;
    margin-left: 118px;
}
.never p{
  font: 400 12px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    margin: 16px 0;
    padding: 0 16px;
    text-align: center;
}
.never p a{
  text-decoration: underline;
    cursor: pointer;
        color: rgba(0, 0, 0, 0.66);
}
.never strong{
         font-family: "Product Sans", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 500;
    display: inherit;
    text-align: center;
}
.never strong img{height: 38px;}
.cancel{
  font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    color: #6240b0;
    text-transform: none;
    -webkit-transition: border .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: border .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1);
    border:1px solid #ddd;
    border-radius:10px;
    border-radius: 7px;
    padding: 7px 16px;
}
.ok{
  font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    color: #5f6368;
    text-transform: none;
    -webkit-transition: border .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: border .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1);
    padding: 7px 24px;
    background: #dbdbdb;
    border-radius: 6px;

}
.Checkout .space{width:100%; padding: 10px 35px 34px;}
.Checkout .space span{
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: .0107142857em;
    font-weight: 600;
    color: #333;
    line-height: 37px;
}

.space-1 {
    width: 100%;
    float: left;
    margin-top: 16px;
}
.space-2 {
    background-color: rgb(225, 216, 233);
    
    height: 100vh;
   
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 10px 8px 8px 26px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block;
    transition: 0.3s;
    text-align: left;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}
.hide-destop{display:none;}
.space-2 img{
      height: 161px;
}
.Xpil1b {
    height: 173px;
    width: 100%;
    float: left;
}
.but-filter{
  display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 22px;
}


.but-login{
  display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 23px;
    width: 100%;
}
.but-logout{
  display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
        float: right;
            margin-right: 13px;
}
.mt-top{    margin-top: 39px;}
.center-align{
        display: inline-block;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin: 81px auto 0;
    text-align: left;
    padding: 20px;
}

.center-align .log-1{
  width: 100%;
    float: left;
}

.center-align .log-1 h2{
      font-family: 'Source Serif Pro', Arial;
    font-weight: 700;
    vertical-align: baseline;
    color: rgb(107, 61, 146);
    font-size: 24.0pt;
    
}
.center-align .log-1 label{
      color: rgb(76 76 76);
    font-family: 'Source Sans Pro', Arial;
     font-size: 16px;
    font-weight: 500;
        margin-top: 14px;
}
.center-align .log-1 input{
      display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
#resultTable tr{    background: #fff;    font-size: 15px;}
#resultTable tr:nth-child(2){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(4){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(6){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(8){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(10){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(12){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(14){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(16){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(18){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(20){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(22){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(24){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(26){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(28){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(30){    background: #f1f1f1;    font-size: 15px;}
#resultTable tr:nth-child(32){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr{    background: #fff;    font-size: 15px;}
#ipTable tr:nth-child(2){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(4){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(6){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(8){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(10){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(12){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(14){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(16){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(18){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(20){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(22){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(24){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(26){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(28){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(30){    background: #f1f1f1;    font-size: 15px;}
#ipTable tr:nth-child(32){    background: #f1f1f1;    font-size: 15px;}
.mt-top h2 {
    font-size: 21px;
    font-weight: 600;
    color: rgb(107, 61, 146);
}
.mt-top h3 {
    font-size: 21px;
    font-weight: 600;
    color: #333;
}
.email img {
    height: 40px;
    margin-top:10px;
}
.email .mounth{width: 11%;
    /* float: left; */
    /* margin-bottom: 31px; */
    display: inline-block;}

.card-hoder-name {
    /*        display: flex;
        justify-content: space-between;*/
    background: #fff;
    border-radius: 9px;
    padding: 3px 12px 20px;
    margin: 12px auto 0;
    width: 100%;
}
.card-hoder-name.addnew {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 3px 12px 20px;
    margin: 28px auto 37px;
    width: 100%;
    background: url(../images/back-banner.png) no-repeat;
    height: 172px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
}
    .card-hoder-name .email-wirdh{width:100%; /*display: inline-flex;*/}
        .card-hoder-name .email-address {
            width: 100%;
            display: inline-flex;
            margin-bottom: 16px;
        }

    .card-hoder-name .email-quick {
     width:49%;
    display: inline-flex;
}


.email input::placeholder {
    color: #aeaeae;
}
.email select::placeholder {
  color: #aeaeae;
 
}
select {
    color: #aeaeae;
}
.but-filter-new {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 22px;
    float: right;
    margin-bottom: 10px;
}
/*******New Css Start*********/

.bill-section {
    float: left;
    width: 100%;
    margin: 20px 0 20px;
}

.bills-main {
    display: flex;
    justify-content: space-between;
}

    .bills-main strong {
        font-family: 'Source Serif Pro', Arial;
        font-weight: 600;
        vertical-align: baseline;
        color: rgba(33, 33, 33, 1);
        font-size: 15px;
    }

    .bills-main h1 {
        font-family: 'Source Serif Pro', Arial;
        font-weight: 700;
        vertical-align: baseline;
        color: rgba(33, 33, 33, 1);
        font-size: 26px;
        margin-top: 0px;
    }

.payment-due {
    float: left;
    width: 100%;
    margin: 20px 0 20px;
}

    .payment-due .amout {
        display: flex;
        justify-content: space-between;
        background: url(../images/back-banner.png)no-repeat;
        padding: 0 11px 0 30px;
        height: 172px;
        border-radius: 10px;
        border: 1px solid #e7e7e7;
        box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
        -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    }

        .payment-due .amout .for {
            float: left;
            width: 80%;
        }

            .payment-due .amout .for button {
                background: #65C3C2;
                color: #333333;
                font-size: 14px;
                font-weight: 600;
                border: 0;
                border-radius: 10px;
                padding: 4px 9px;
                display: block;
                margin-top: 41px;
            }

            .payment-due .amout .for h2 {
                font-family: 'Source Serif Pro', Arial;
                font-weight: 700;
                vertical-align: baseline;
                color: rgba(33, 33, 33, 1);
                font-size: 17px;
                margin-top: 21px;
                display: flex;
                align-items: center;
            }

                .payment-due .amout .for h2 span {
                    margin: 0 10px 0;
                }

            .payment-due .amout .for p {
                font-family: 'Source Serif Pro', Arial;
                font-weight: 600;
                vertical-align: baseline;
                color: rgba(33, 33, 33, 1);
                font-size: 13px;
                margin-top: 0;
            }


        .payment-due .amout .for1 {
            float: left;
            width: 20%;
            text-align: center;
            display: inline-grid;
        }

            .payment-due .amout .for1 button {
                background-color: #005395;
                border-color: rgba(255, 255, 255, 1);
                color: rgba(255, 255, 255, 1);
                font-size: 18px;
                font-weight: 500;
                line-height: 3px;
                display: block;
                padding: 0 0;
                margin-top: 26px;
                border-radius: 5px;
                cursor: pointer;
            }

            .payment-due .amout .for1 a {
                font-size: 17px;
                font-weight: 600;
                color: #0375D5;
                display: inline-block;
                text-align: center;
                margin-top: 16px;
            }

.bill {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .bill .sumary {
        float: left;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #e7e7e7;
        box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
        -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
        padding: 30px;
    }

        .bill .sumary h2 {
            font-family: 'Source Serif Pro', Arial;
            font-weight: 700;
            vertical-align: baseline;
            color: rgba(33, 33, 33, 1);
            font-size: 20px;
            margin-bottom: 21px;
        }

        .bill .sumary .line-maine {
            display: flex;
        }

            .bill .sumary .line-maine .line-1 {
                background: #65C3C2;
                height: 20px;
                width: 60%;
                border-radius: 10px 0 0 10px;
            }

            .bill .sumary .line-maine .line-2 {
                background: #1C89A0;
                height: 20px;
                width: 30%;
            }

            .bill .sumary .line-maine .line-3 {
                background: #B83E79;
                height: 20px;
                width: 10%;
                border-radius: 0 10px 10px 0;
            }

.orignal {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    margin-bottom: 0;
}

    .orignal h3 {
        font-family: 'Source Serif Pro', Arial;
        font-weight: 500;
        vertical-align: baseline;
        color: rgba(33, 33, 33, 1);
        font-size: 16px;
    }



.bill .sumary h4 {
    font-family: 'Source Serif Pro', Arial;
    font-weight: 700;
    vertical-align: baseline;
    color: rgba(33, 33, 33, 1);
    font-size: 16px;
    margin-top: 24px;
}

.bill .sumary button {
    background: #EBF7F7;
    color: #65C3C2;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    padding: 4px 9px;
    display: block;
    margin-top: 30px;
    border: 0;
}

.intaek {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .intaek h3 {
        font-family: 'Source Serif Pro', Arial;
        font-weight: 700;
        vertical-align: baseline;
        color: rgba(33, 33, 33, 1);
        font-size: 14px;
    }

    .intaek span {
        font-family: 'Source Serif Pro', Arial;
        font-weight: 700;
        vertical-align: baseline;
        color: rgba(33, 33, 33, 1);
        font-size: 14px;
    }

.bill .sumary a {
    font-size: 15px;
    font-weight: 600;
    color: #0375D5;
    display: inline-block;
    text-align: center;
    margin-top: 16px;
}

.discount span, .orignal span {
    font-family: 'Source Serif Pro', Arial;
    font-weight: 500;
    vertical-align: baseline;
    color: rgba(33, 33, 33, 1);
    font-size: 14px;
}

.banner-top {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.questtions {
    position: relative;
}

    .questtions h3 {
        font-family: 'Source Serif Pro', Arial;
        font-weight: 700;
        vertical-align: baseline;
        color: rgba(33, 33, 33, 1);
        font-size: 21px;
        position: absolute;
        left: 25px;
        top: 0;
    }

    .questtions p {
        font-family: 'Source Serif Pro', Arial;
        font-weight: 500;
        vertical-align: baseline;
        color: rgba(33, 33, 33, 1);
        font-size: 15px;
        position: absolute;
        left: 25px;
        top: 53px;
    }

.make-top {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.make-payment {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    padding: 21px;
}

    .make-payment h2 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        text-align: center;
    }

.breadcrumb {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
    background: transparent;
    justify-content: center;
}

    .breadcrumb a {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 36px;
        color: #0274d3;
        padding: 40px 10px 0 60px;
        position: relative;
    }

        .breadcrumb a:first-child {
            padding-left: 46px;
            border-radius: 5px 0 0 5px;
        }

            .breadcrumb a:first-child:before {
                left: 14px;
            }

        .breadcrumb a:last-child {
            border-radius: 0 5px 5px 0;
            padding-right: 20px;
        }

        .breadcrumb a:after {
            content: '';
            position: absolute;
            top: 0;
        }

        .breadcrumb a:last-child:after {
            content: none;
        }

        .breadcrumb a:before {
            content: counter(flag);
            counter-increment: flag;
            border-radius: 100%;
            width: 30px;
            height: 30px;
            line-height: 27px;
            margin: 8px 0;
            position: absolute;
            top: 0;
            left: 30px;
            color: #fff;
            background: #0274d3;
            font-weight: 600;
            font-size: 15px;
            text-align: center;
        }

.credit-card {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .credit-card h2 {
        font-size: 25px;
        color: #000;
        font-weight: 700;
        text-align: left;
    }

    .credit-card h3 {
        font-size: 17px;
        color: #333333;
        font-weight: 600;
        text-align: left;
        margin: 6px 0 23px;
    }

    .credit-card strong {
        font-size: 17px;
        color: #333333;
        font-weight: 600;
        text-align: left;
        margin: 6px 0 23px;
        display: inline-block;
    }

    .credit-card h4 {
        font-size: 17px;
        color: #333333;
        font-weight: 600;
        text-align: left;
        margin: 0 0 14px;
    }

    .credit-card label {
        font-size: 15px;
        color: #333333;
        font-weight: 500;
    }

    .credit-card input {
        margin-bottom: 13px;
    }

    .credit-card img {
        height: 40px;
    }

.mtnew-5 {
    margin-top: 12px;
}

    .mtnew-5 label {
        font-size: 15px;
        color: #333333;
        font-weight: 500;
    }

        .mtnew-5 label img {
            height: 20px;
        }

.mtnew-6 {
    margin-top: 44px;
}

    .mtnew-6 label {
        font-size: 15px;
        color: #333333;
        font-weight: 500;
    }
select.form-control:not([size]):not([multiple]) {
    height: calc(2.95rem + 2px);
}
.mt-10 {
    margin-top: 44px;
}

    .mt-10 button {
        background: #0274d4;
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: 100%;
        border: 0;
        border-radius: 5px;
        padding: 10px 0;
    }
.progress-bredcum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 17px;
    width: 30%;
    margin: 0 auto 30px;
}

    .progress-bredcum .bar {
        width: 100%;
        height: 0.2rem;
        background: #eeeeee;
        margin-top: 0px;
    }

    .progress-bredcum .point {
        padding: 3px 10px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 50%;
        color: #313541;
        background: #f4f4f4;
    }

        .progress-bredcum .point.active {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            border-radius: 50%;
            background: #0274d3;
        }

            .progress-bredcum .point.active i {
                border: .0625rem solid #006EE3;
                border-radius: 50%;
                width: 34px;
                height: 34px;
                color: #006EE3;
                text-align: center;
                padding: 8px 0;
                display: block;
                margin-left: 10px;
            }

        .progress-bredcum .point i {
            border: .0625rem solid #313541;
            border-radius: 50%;
            width: 34px;
            height: 34px;
            text-align: center;
            padding: 8px 0;
            margin-left: 16px;
            display: block;
        }

input, select, textarea {
    max-width: 100%!important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0b0b0b;
    background-color: #eeeeee;
}
.nav-link {

    color: #000;
   
}

.make h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.make h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.make h3 {
    font-family: 'Source Serif Pro', Arial;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-top: 20px;
}

.make h4 {
    font-family: 'Source Serif Pro', Arial;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-top: 18px;
}

.discount {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: baseline;
}

    .discount h3 {
        font-family: 'Source Serif Pro', Arial;
        font-weight: 500;
        vertical-align: baseline;
        color: rgba(33, 33, 33, 1);
        font-size: 16px;
    }

        .discount h3 .blue {
            width: 15px;
            height: 15px;
            background: #65C3C2;
            display: inline-block;
            border-radius: 50%;
        }

        .discount h3 .blue-1 {
            width: 15px;
            height: 15px;
            background: #1C89A0;
            display: inline-block;
            border-radius: 50%;
        }

        .discount h3 .blue-2 {
            width: 15px;
            height: 15px;
            background: #9CB442;
            display: inline-block;
            border-radius: 50%;
        }

        .discount h3 .blue-3 {
            width: 15px;
            height: 15px;
            background: #BC407C;
            display: inline-block;
            border-radius: 50%;
        }

.middle input {
    width: 427px;
    margin-top: 28px;
    padding: 13px;
}
.middle button {
    display: block;
    border: 0;
    background: #ddd;
    color: #fff;
    padding: 14px 181px;
    margin-top: 31px;
    font-size:18px;
}
.middle strong {
    display: block;
    color: #337ab7;
    margin-top: 12px;
    font-size: 16px;
}
.btn-new {
    display: inline-block;
    border: 0;
    background: #0662b1;
    color: #fff;
    padding: 14px 140px;
    margin-top: 31px;
    font-size: 18px;
    width: 79%;
    border-radius: 5px;
    text-align: center;
}

