/*--------------------------------------------------------------

  Template Name: Medilearn  Medical HTML Template.
  Template URI: #
  Description: Medilearn is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.all-payment .input-box select:first-child {
    margin-left: 0;
}
.all-payment .input-box select {
    background-color: #f1f1f1;
}
.service-lists {
    max-width: 850px;
    margin: 0 auto;
}
.f-services span {
  color: #ffc267 ;
  font-size: 16px;}
.s-services {
  display: flex;
  flex-wrap: wrap;
}
.f-services {
  width: 33.33%;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #646464;
  margin-bottom: 20px;
}

/* Hide the browser's default checkbox */
.f-services input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.f-services:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.f-services input:checked ~ .checkmark {
  background-color: #ffc267;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.f-services input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.f-services .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.f-total {
  text-align: center;
    padding-top: 20px;
}
.f-total label {
  color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
}
.f-total input[type="text"] {
  background: #fff;
  border: solid 1px #646464;
  padding: 10px;
  font-size: 14px;
  margin: 10px 0;
}
.f-total input[type="button"],
.f-total input[type="reset"] {
    background: #ffc267 none repeat scroll 0 0;
    color: #606060 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    border: none;
}
.f-total input[type="button"]:hover,
.f-total input[type="reset"]:hover,
.f-total input[type="button"]:focus,
.f-total input[type="reset"]:focus,
.f-total input[type="button"]:active,
.f-total input[type="reset"]:active {
  color: #ffc267 !important;
  background: #151515 none repeat scroll 0 0;
}
.a-service {
      max-width: 700px;
    margin: 0 auto;
    border: solid 1px #646464;
}
.a-service h2.section-title {
  background: #252525;
    color: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.a-service h2.section-title:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #252525;
  bottom: -15px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
}
#theForm,
.ui.calendar {
  padding: 0 20px 30px 20px;
}
.a-service h2.section-title span {
  font-family: Lato;
    font-size: 16px;
    display: block;
}
.m-b {
  margin-bottom: 40px;
}
.ui.calendar {
  text-align: center;
}
.ui.calendar .ui.input {
  width: 270px;
}
.jumbotron a {
  color: #646464;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
    }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}



.modal .modal-info .info h2 {
  font-size: 2.25rem;
  text-align: center;
}
.modal .modal-info .info form .form-list {
  margin-top: 1.5rem;
}
.modal .modal-info .info form .form-list .form-list-row {
  margin: 1rem 0;
}
.modal .modal-info .info form .form-list .form-list-row label {
  font-size: 1rem;
}
.modal .modal-info .info form .form-list .form-list-row input {
  width: 100%;
  font-size: 1rem;
  padding: .4rem 0;
  border: none;
  display: inline-block;
  border-bottom: solid 2px #999;
  background-color: transparent;
  transition: all .3s ease;
}
.modal-info form {
    max-width: 500px;
    margin: 0 auto;
}
.modal .modal-info .info form .form-list .form-list-row input:focus {
  border-color: #cdb196;
}
.user,
.number {
    position: relative;
}
.modal .modal-info .info form .form-list .form-list-row i {
    position: absolute;
    top: 33px;
}
.modal .modal-info .info form .form-list .form-list-row .user .fa-user {
  color: #999;
  font-size: 1rem;
}
.modal .modal-info .info form .form-list .form-list-row .user input {
  position: relative;
  left: -2px;
  padding-left: 30px;
}
.modal .modal-info .info form .form-list .form-list-row .number .fa-credit-card {
  color: #999;
  font-size: 1rem;
}
.modal .modal-info .info form .form-list .form-list-row .number input {
  position: relative;
  left: -2px;
  padding-left: 30px;
}
.modal .modal-info .info form .form-list .form-list-row .date {
  display: inline-block;
    width: 60%;
}
.modal .modal-info .info form .form-list .form-list-row .date input {
  width: 45%;
    text-align: center;
    display: inline-block;
}
.modal .modal-info .info form .form-list .form-list-row .date .year {
    margin-left: 8%;
}
.modal .modal-info .info form .form-list .form-list-row .cvc {
     padding-left: 0;
    text-align: center;
    display: inline-block;
        width: 39%;
}
.modal .modal-info .info form .form-list .form-list-row .cvc .fa-question-circle {
  color: dodgerblue;
  display: inline-block;
  position: relative;
  left: .75rem;
  top: 0;
}
.modal .modal-info .info form .form-list .form-list-row .cvc input {
  width: 50%;
    text-align: center;
}
.modal .modal-info .info form .form-list .form-list-row .checkbox {
  margin-top: 2rem;
}
.modal .modal-info .info form .form-list .form-list-row .checkbox input {
  width: auto;
}
.modal .modal-info .info form .form-list .form-list-row .checkbox span {
  font-size: .8rem;
}
.modal .modal-info .info form button {
  background: #ffc267 none repeat scroll 0 0;
    color: #606060 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    border: none;
}
.modal .modal-info .info form button::before {
    background: #151515 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.modal .modal-info .info form button:hover {
    color: #fff !important;
}
.modal .modal-info .info form button:hover::before {
    background: #151515 none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    width: 100%;
}
.modal .modal-info .info form button:hover {
  background-color: #b59779;
}
.modal .pay-btn {
text-align: center; 
}
.modal-header {
    padding: 15px 15px 0 0;
     border-bottom: none;
}
.modal-body {
    padding: 0 15px 30px 15px;
}
.footer-address.eamil a, .footer-address.call a {
  line-height: 34px;
}
.hidden {
  display: none;
}
.story-details p + p {
  margin-top: 15px;
}
.story-details p {
  font-weight: 600;
}
.for-sticky, 
.header-wrap.scroll-header .hs-logo .not-sticky {
  display: none;
}
.header-wrap.scroll-header .hs-logo .for-sticky {
  display: block;
} 
.jumbotron h1, .jumbotron .h1 {
  line-height: 50px;
}
.our-services {
  margin-bottom: 40px;
}
.findsloon-btn {
  margin-left: 30px;
}
.findsloon-home .input-box select {
  width: 25%;
}
@media (max-width: 1370px) {
    .findsloon-btn .hs-btn.btn-light.btn-large, .findsloon-home .input-box select {
      height: 40px;
      line-height: 40px;
    }
}
@media (max-width: 991px) {
  .main-menu li + li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .s-services {
    display: block;
  }
  .f-services {
    width: 100%;
  }
  .modal .modal-info .info form .form-list .form-list-row .date {
    padding-left: 0;
  }
  .footer-title {
    padding-top: 50px;
  }
  .findsloon-home .input-box select {
    width: 100%;
  }
  .findsloon-btn {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .findsloon-btn a {
    display: block;
  }
}
@media (max-width: 479px) {
  .ui.calendar .ui.input {
    width: 225px;
  }
  .modal .modal-info .info form .form-list .form-list-row .date,
  .modal .modal-info .info form .form-list .form-list-row .cvc {
    width: 100%;
  }
  .modal .modal-info .info form .form-list .form-list-row .cvc {
    margin-top: 20px;
  }
  .hs-btn.btn-light.btn-large {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px){
  .jumbotron h1, .jumbotron .h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px){
  .hs-story-text-rot h3 {
    font-size: 12px;
  }
}
