body {
    font-family: "Poppins", san-serif !important;
    /*font-family: "Lucida Grande", san-serif !important;*/
    /*font-family: 'Baloo Bhaina 2', cursive !important;*/
    background-color: #f2f3f8 !important;
    font-weight: 300 !important;
    color: #777 !important;
}

html {
  scroll-behavior: smooth;
}

.h1, h1, .h2, h2, .h3, h3 {
    font-weight: bold !important;
    /*line-height: 2 !important;*/
}

.h1, h1 {
    font-size: 1.7rem !important;
}

.h2, h2 {
    font-size: 1.5rem !important;
}

.h3, h3 {
    font-size: 1.2rem !important;
    margin-top: 20px !important;
}

a.btn {border-radius: 1.25rem; border: 1px solid transparent; padding: .5rem 1rem; color: #fff; }
a.btn:hover { border-radius: 1.25rem; }

.btn-warning {
    color: #212529;
    background-color: rgb(252, 128, 25) !important;
    border: none !important;
}
.btn-warning:hover {
    background-color: white !important;
    color: rgb(252, 128, 25) !important;
    border: none !important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    border-color: white !important;
    border-width: 2px !important;
    border-style: solid !important;
    color: white !important;
    background-color: #102d9f !important;
}

.header {
    padding: 1px 50px;
}

.fas, .far {

    padding-bottom: 15px;

}

.c3b {
    width: 22%;
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
}

.c3a {
    width: 30%;
    display: inline-block;
    margin-right: 20px;
    text-align: left;
}
.c3 {
    /*width: 26%;
    display: inline-block;
    margin-right: 50px;*/
    vertical-align: top;
    text-align: center;
}
.c3>h2 {
    color: #102d9f;
}
/* Style inputs, select elements and textareas */
input[type=text], input[type=file], input[type=tel], input[type=number], input[type=email], select, textarea{
  width: 100%;
  /*padding: 12px;*/
  padding: 25px 12px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-family: "Lucida Grande", san-serif;
  font-size: medium;
  min-height: 55px;
  height: 55px;
  color: #777777;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
input[type=number]{
    /*width: 660px;*/
    border-radius: 6px;
    height: 54px;
    padding: 10px;
    color: #777;
} 
select {
    padding: 12px !important;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  font-family: "Lucida Grande", san-serif;
  font-size: medium;
  height: 45px;
}

/* Style the container */
.container {
  border-radius: 5px;
  /*background-color: #f2f2f2;*/
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
  text-align: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/**** floting label */
.user-input-wrp {
	position: relative;
	width: 100%;
}
.user-input-wrp .inputText {
	width: 100%;
	/*outline: none;
	border:none;*/
	border-bottom: 1px solid #777;
 	box-shadow: none !important;
}
.user-input-wrp .inputText:focus{
	border-color: blue;
	border-width: medium medium 2px;
}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 39px;
	left: 12px;
	transition: 0.2s ease all;
	color: #777777;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: 30px;
	left: 12px;
	font-size: 13px;
	opacity: 1;
}

.mb-0 > [type="button"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  padding-left: 30px;
}
.mb-0 > [type="button"]:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.mb-0 > [type="button"][aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  .header {
    padding: 1px 20px;
    }
  .c3a {

    width: 100%;
    margin-right: 0;
    margin-top: 15px;

}
  .c3b {

    width: 48%;
    margin-right: 0;
    margin-top: 15px;

}
  .contact {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .total-amt {
      width: 100% !important;
  }
  .fname {
      width: 100% !important;
      margin-right: 0;
  }
  .lname {
      width: 100% !important;
  }
  .payment-img {
      margin-top: 10px;
  }
  .faq {
      padding: 20px !important;
  }
  .ctc {
      padding: 20px !important;
  }
  .renewus{
      margin-right: 0 !important;
      width: 100%;
  }
  .latest {
    margin-top: 130px;
    padding: 20px;
    width: 100% !important;
  }
}