@media screen and (min-width: 900px) {.navbar-right {	right:7rem;	position: absolute;}}
.price_content {
    font-family: myFirstFont;
   /* padding: 40px 0 40px 0;*/
    background: #fff;
  }
  .heading_line {
    padding-bottom: 20px;
    text-align: center;
    /*a{
     padding:5px 0;
     cursor: text;
     text-decoration:none;
     border-top: 3px dotted #ff9a44;
     border-bottom: 3px dotted #ff9a44;
     box-shadow: inset 0 -1px 0 0 #ff9a44, inset 0 1px 0 0 #ff9a44, 0 1px 0 0 #ff9a44, 0 -1px 0 0 #ff9a44; 
     }*/
  }
  .heading_line h1 {
    color: #fa7606;
    font-size: 30px;
    margin-bottom: 1rem;
  }
  .para_line {
    font-size: 18px;
  }
  .sub-heading_line {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 1em;
  }
  .sub-heading_line h1 {
    color: #fa7606;
    font-size: 2.4em;
    margin-bottom: .8em;
  }
  .sub-heading_line h2 {
    color: #fa7606;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: .8em;
  }
  .card-group {
	  all: inherit;
  }
  .card-main {
  min-height: 49rem;
  }
  .card-header p {
    color: #fff;
    margin-bottom: 0;
  }
  .head_pri {
    font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
  }
  .semi-head_pri {
    font-size: 30px;
  }
  .small_head_pri {
	font-size: 11px;
	line-height: .5em;
  }
 .head_pri2 {
    font-size: 26px;
    color: #fff;
  }
  .semi-head_pri2 {
    font-size: 17px;
  }
  .card-body {
    padding: 0.75rem;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border-top: 0px;
  }
  .card-footer p {
    margin-bottom: 10px;
  }
  .client {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  }
  .client:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-box-shadow: 10px 10px 91px 0px #ffa6a9;
    -moz-box-shadow: 10px 10px 91px 0px #ffa6a9;
    box-shadow: 10px 10px 91px 0px #ffa6a9;
    z-index:1;
    /*border-right: 1px solid transparent;*/
    border-bottom: 1px solid transparent;
    cursor: pointer;
    background-color: #fff;
  }
  .clearer {
    clear: both;
  }
  .mb-5 {
    margin-top: 25px !important;
   
  }
  .form-control-placeholder {
    position: absolute !important;
    top: 0 !important;
    padding: 7px 0 0 0 !important;
    transition: all 200ms !important;
    opacity: 0 !important;
  }
  .form-control:focus + .form-control-placeholder {
    font-size: 85% !important;
    transform: translate3d(0, -100%, 0) !important;
    opacity: 1 !important;
  }
  .form-control:valid + .form-control-placeholder {
    font-size: 85% !important;
    transform: translate3d(0, -100%, 0) !important;
    opacity: 1;
  }
  .form-control:invalid {
    background-image: none !important;
  }
  .modal-dialog.modal-notify .modal-body {
    padding: 0px !important;
    color: #616161 !important;
  }
  .modal-content {
	  text-align: left;
  }
  .modal-content .modal-footer {
    padding: 0px 8px 8px 24px !important;
    border-top: 0 !important;
  }
  form {
    margin-bottom: 0.125rem;
  }
  .standard_head {
    background: #4caf50 !important;
  }

  .lead{
    font-size:16px !important;
  }
  .standard_icon {
    color: #4caf50 !important;
  }
  .enter_head {
    background: #03a9f4 !important;
  }
  .enter_icon {
    color: #03a9f4 !important;
  }
  .modal-success .fa-paper-plane-o {
    color: #fff !important;
  }
  .modal-success .md-form {
    position: relative;
    margin-bottom: 0rem;
    margin-top: 10px;
  }
  .modal-success .md-form .form-control:focus {
    box-shadow: 0 1px 0 0 #4caf50;
    border-bottom: 1px solid #4caf50;
  }
  .modal-success .md-form input[type=text]:focus:not([readonly]) + label {
    color: #4caf50;
  }
  .modal-success .md-form input[type=email]:focus:not([readonly]) + label {
    color: #4caf50;
  }
  .modal-success .md-form input[type=url]:focus:not([readonly]) + label {
    color: #4caf50;
  }
  .modal-success .md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: #4caf50;
  }
  .modal-success .btn-default {
    background: #4caf50 !important;
    color: #fff;
  }
  .modal-success .plan_price {
    font-size: 22px;
    padding-top: 15px;
    font-weight: 800;
    color: #4caf50;
    padding-bottom:15px;
  }
  .modal-default .fa-paper-plane-o {
    color: #fff !important;
  }
  .modal-default .modal-header {
    background: #880e4f !important;
  }
  .modal-default .md-form {
    position: relative !important;
    margin-bottom: 0rem;
    margin-top: 10px !important;
  }
  .modal-default .md-form .form-control:focus {
    box-shadow: 0 1px 0 0 #880e4f !important;
    border-bottom: 1px solid #880e4f !important;
  }
  .modal-default .md-form input[type=text]:focus:not([readonly]) + label {
    color: #880e4f !important;
  }
  .modal-default .md-form input[type=email]:focus:not([readonly]) + label {
    color: #880e4f !important;
  }
  .modal-default .md-form input[type=url]:focus:not([readonly]) + label {
    color: #880e4f !important;
  }
  .modal-default .md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: #880e4f !important;
  }
  .modal-default .plan_price {
    font-size: 22px;
    padding-top: 15px;
    font-weight: 800;
    color: #880e4f !important;
  }
  .modal-default .btn-default {
    background: #880e4f !important;
    color: #fff;
  }
  .modal-default .fa-check {
    color: #880e4f !important;
  }
  .modal-info .fa-paper-plane-o {
    color: #fff !important;
  }
  .modal-info .md-form {
    position: relative;
    margin-bottom: 0rem;
    margin-top: 10px;
  }
  .modal-info .md-form .form-control:focus {
    box-shadow: 0 1px 0 0 #03a9f4 !important;
    border-bottom: 1px solid #03a9f4 !important;
  }
  .modal-info .md-form input[type=text]:focus:not([readonly]) + label {
    color: #03a9f4 !important;
  }
  .modal-info .md-form input[type=email]:focus:not([readonly]) + label {
    color: #03a9f4 !important;
  }
  .modal-info .md-form input[type=url]:focus:not([readonly]) + label {
    color: #03a9f4 !important;
  }
  .modal-info .md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: #03a9f4 !important;
  }
  .modal-info .btn-default {
    background: #03a9f4 !important;
    color: #fff;
  }
  .modal-info .plan_price {
    font-size: 32px;
    padding-top: 8px;
    font-weight: 700;
    color: #03a9f4 !important;
  }
  .modal-header {
    padding: 5px 20px 5px !important;
  }
  .bg-light {
    background: #880e4f !important;
  }
  
  .alert-danger {
    background-color: transparent;
  }
  .alert {
    padding: 0px 0px 0px 35px;
    margin-bottom: 0;
  }
  .validate {
    margin-bottom: 0;
  }
  .alert-danger {
    color: red !important;
  }
  
  .price_card .card-text{
	font-size:15px !important;
	margin-bottom: 5px;
  }

.price_card .card-text2{
	margin-bottom: 2px;
	font-size: 1.112em !important;
  }

.standard_plan{
	  color:#fff !important;
      padding: 7px 15px !important;
      font-size: 14px !important;
      margin-bottom:20px;
  }

  .standard_plan:hover{
    color:#fff;
  }

  .md-form label, .modal-dialog.cascading-modal .modal-header .social-buttons a {
    font-size: 14px !important;
}

.md-form .prefix {
  top: 0px !important;
  font-size: 28px !important;
}

.md-form .prefix~label {
  margin-left: 40px !important;
}

.md-form .prefix~input, .md-form .prefix~textarea {
  margin-left: 40px !important;
  width: calc(100% - 50px);

}


.send_rq_ht{
  font-size:14px !important;
}

.md-form label {
  position: absolute;
  top: 0px;
}

.fa-check{
  font-size:50px;
}

.md-form .form-control {
  margin: 0 0 10px;
}

.ttooltip {
  position: relative;
  display: inline-block;
}

.ttooltip .tooltiptext {
  visibility: hidden;
  width: 11rem;
  background-color: black;
  font-size: .7rem;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  margin-left: -9.5rem;
}

.ttooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  opacity: .8;
}

.ttooltip:hover .tooltiptext {
  visibility: visible;
}

.ttooltip .tooltiptext2 {
    visibility: hidden;
    width: 19.8rem;
    background-color: black;
    font-size: .7rem;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    margin-left: -13.6rem;
}

.ttooltip .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 68%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  opacity: .8;
}

.ttooltip:hover .tooltiptext2 {
  visibility: visible;
}
  .modal-demo .fa-paper-plane-o {
    color: #fff !important;
  }
  .modal-demo .md-form {
    position: relative;
    margin-bottom: 0rem;
    margin-top: 10px;
  }
  .modal-demo .md-form .form-control:focus {
    box-shadow: 0 1px 0 0 #17a2b8;
    border-bottom: 1px solid #17a2b8;
  }
  .modal-demo .md-form input[type=text]:focus:not([readonly]) + label {
    color: #17a2b8;
  }
  .modal-demo .md-form input[type=email]:focus:not([readonly]) + label {
    color: #17a2b8;
  }
  .modal-demo .md-form input[type=url]:focus:not([readonly]) + label {
    color: #17a2b8;
  }
  .modal-demo .md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: #17a2b8;
  }
  .modal-demo .btn-default {
    background: #17a2b8 !important;
    color: #fff;
  }
  .modal-demo .plan_price {
    font-size: 22px;
    padding-top: 15px;
    font-weight: 800;
    color: #17a2b8;
    padding-bottom:15px;
  }
  .demo-default {
    background: #17a2b8 !important;
    color: #fff;
  }
  .demo_icon {
    color: #17a2b8 !important;
  }
  
  .modal-register .fa-paper-plane-o {
    color: #fff !important;
  }
  .modal-register .md-form {
    position: relative;
    margin-bottom: 0rem;
    margin-top: 10px;
  }
  .modal-register .md-form .form-control:focus {
    box-shadow: 0 1px 0 0 #a6c;
    border-bottom: 1px solid #a6c;
  }
  .modal-register .md-form input[type=text]:focus:not([readonly]) + label {
    color:#a6c;
  }
  .modal-register .md-form input[type=email]:focus:not([readonly]) + label {
    color: #a6c;
  }
  .modal-register .md-form input[type=url]:focus:not([readonly]) + label {
    color: #a6c;
  }
  .modal-register .md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: #a6c;
  }
  .modal-register .btn-default {
    background: #a6c !important;
    color: #fff;
  }
  .modal-register .plan_price {
    font-size: 22px;
    padding-top: 15px;
    font-weight: 800;
    color: #a6c;
    padding-bottom:15px;
  }
  .register-default {
    background: #a6c !important;
    color: #fff;
  }
  .register_icon {
    color: #a6c !important;
  }
  .quick-link {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	padding-top: 30px;
	padding-bottom: 50px;
  }