/* =====================================================
--------------Appointment page---------------
===================================================== */
.appointment-wrapper {padding: 0px 0px 164px;}
.appointment-wrapper .full-width{background: #DEF0F2;}
.appointment-wrapper .full-width h3{padding: 32px 0px 32px;line-height: 30px;}
.appointment-form label, .select-day label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.appointment-form input.form-control {
  display: block;
  width: 100%;
  color: #333;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 0px;
  height: 41px;
}
.appointment-form .form-group {
  margin-bottom: 10px;
}
.checkbox-content{padding-top: 0px;}
.pationt-info{padding: 29px 20px;}
.appointment-form .checkbox-content label{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.checkbox-content .radio-btns{display: flex; padding-top: 13px;}
.checkbox-content .radio-btns input {
  width: 30px;
  height: 30px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 5px 40px 0px 45px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #D1D1D1;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #16BAC5;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pationt-info, .pationt-info-heading{
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;  
}
#selectDay{display: flex;}
#selectDay a.day-link{
  outline: none;
  padding: 10px 16px;
  border: 1px solid #E6E8ED;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #333333;
  background: #FFFFFF;
  width: 66px;
  height: 42px;
}
.day-link:focus, .day-link:hover {border:1px solid 16BAC5;}
#selectDay > a.active, a.day-link:hover {
  background: #16BAC5;
  border: 1px solid #E6E8ED;
  box-sizing: border-box;
  color: #FFFFFF;
}
.pationt-apt-heading, .apt-rzn-heading{border-right: 1px solid #D1D1D1;}
.appointment-date{padding: 29px 20px;border-right: 1px solid #D1D1D1;}
.appointment-date .select-day label{padding-bottom: 14px;}
.select-time {padding: 45px 0px 6px;}
.select-time label{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

/* custom select dropdown */
.custom-select-dropdown {
            position: relative;
            font-family: Arial;
            width: 328px;
            height: 46px;
            border-radius: 0px;
            border: none;
        }

        .custom-select-dropdown select {
            display: none;
        }

        .select-selected {
            position: absolute;
            width: 328px;
            left: 0;
            top: 4px;
            background-color: #FFFFFF;
            flex: 1;
            padding: 5px 17px 6px 17px;
            cursor: pointer;
            font-family: Open Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 32px;
            color: #333333;
            background: #FFFFFF;
            border: 1px solid #D1D1D1;
            box-sizing: border-box;
            height: 47px;
        }

        .select-items div:first-child {
            border-top: 1px solid #D1D1D1;
        }

        .select-selected:after {
            content: url(../assets/icons/arrow-white-down.svg);
            position: absolute;
            top: 0;
            right: 0;
            padding: 7px 20px;
            background: #16BAC5;
            cursor: pointer;
            pointer-events: none;
        }

        .select-items div {
            height: 50px;
            padding: 6px 16px;
            cursor: pointer;
            user-select: none;
            background: #FFFFFF;
            border-bottom: 1px solid #D1D1D1;
            border-left: 1px solid #D1D1D1;
            border-right: 1px solid #D1D1D1;
            box-sizing: border-box;
            font-family: Open Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 32px;
            color: #000000;
        }

        .select-items {
            position: absolute;
            background-color: #FFFFFF;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 99;
            color: #000000;
        }

        .select-hide {
            display: none;
        }

        .select-items div:hover,
        .same-as-selected {
            background-color: #333333;
            color: #FFFFFF;
        }
        /* Remove IE arrow */
.select-time select::-ms-expand {
  display: none;
}
select.ui-datepicker-month, select.ui-datepicker-year {text-align-last: center;}
/*.select-time select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
}
.select-time select#slct option {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  background: #FFFFFF;
  padding: 5px 17px 6px 17px !important;
  min-height: 50px;
}
.select-time select#slct option:focus,
.select-time select#slct option:hover
{
outline: 1px solid green;
background: #333333;
color:#FFFFFF;
}*/
/* Remove IE arrow */
/*.select-time select::-ms-expand {
  display: none;
}*/
/* Custom Select */
/*.select-time .select {
  position: relative;
  display: flex;
  width: 328px;
  height: 43px;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: 0px;
}
.select-time select {
  flex: 1;
  padding: 5px 17px 6px 17px;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
}
.select-time .select::after {
  content: url('../assets/icons/arrow_small.svg');
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 20px;
  background: #16BAC5;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
*/
/* custom checkbox */
.appointment-rzn {
  padding: 29px 20px;
  border-right: 1px solid #D1D1D1;
}
.check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom:0px;
  padding-bottom:-10px;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
}
.check-label:hover input ~ .checkmark {
  background-color: #FFFFFF;
}
.check-label input:checked ~ .checkmark {
  background-color: #FFFFFF;
  color:#333333;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-label input:checked ~ .checkmark:after {
  display: block;
}
.check-label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tabular-content .select-rzn ul li {padding: 8px 0px;}
.tabular-content .send-btn a.send-form {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  background: #16BAC5;
  padding: 15px 20px;
}
.tabular-content .send-btn a.send-form:hover {
  color:#FFFFFF;
  text-decoration: none;
}
.tabular-content .send-btn{
  position: absolute;
  right: 0;
  top: 60px;
}
.tabular-content .submit-details{padding: 50px 0px 80px;}
.tabular-content .submit-details .policy{
  position: absolute;
  right: 0;
  top: 105px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
}
.tabular-content .send-form span {padding-right: 10px;}
.tabular-content .submit-details .policy a{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
  text-decoration-line: underline;
}

@media screen and (min-width:991px) and (max-width:1199px){
  .service-detailPagewrapper {
    padding: 10px 0px 70px;
}
.appointment-wrapper .full-width h3 {
  padding: 25px 0px 25px;
}
.appointment-wrapper h3 {
  font-size: 22px;
  line-height: 30px
}
.select-selected {
    position: absolute;
    width: 288px;
  }
  .custom-select-dropdown {
    width: 288px;
  }
}

@media screen and (min-width:768px) and (max-width:991px){
  .service-detailPagewrapper {
    padding: 10px 0px 70px;
}
.appointment-wrapper .full-width h3 {
  padding: 25px 0px 25px;
}
.appointment-wrapper h3 {
  font-size: 20px;
  line-height: 30px
}
.select-selected {
    position: absolute;
    width: 210px;
  }
.custom-select-dropdown {
    width: 210px;
  }
#selectDay a.day-link {
  padding: 6px 10px;
  width: 43px;
  height: 40px;
}
.appointment-wrapper {
  padding: 0px 0px 110px;
}

}

@media screen and (min-width:992px) and (max-width:1199px){
  .service-detailPagewrapper {
    padding: 10px 0px 70px;
}
.appointment-wrapper .full-width h3 {
  padding: 25px 0px 25px;
}
.appointment-wrapper h3 {
  font-size: 20px;
  line-height: 30px
}
.select-selected {
    position: absolute;
    width: 210px;
  }
.custom-select-dropdown {
    width: 210px;
  }
#selectDay a.day-link {
  padding: 6px 10px;
  width: 43px;
  height: 40px;
}
.appointment-wrapper {
  padding: 0px 0px 110px;
}

}

@media screen and (min-width:576px) and (max-width:767px){
  .pationt-info, 
  .pationt-info-heading,
  .pationt-apt-heading, 
  .apt-rzn-heading, 
  .appointment-date,
  .appointment-rzn{
    /* border-left: none;
    border-right: none; */
    border: none;
  }
.appointment-wrapper .pationt-info,
.appointment-wrapper .appointment-date,
.appointment-wrapper .appointment-rzn{padding: 0px;}
.select-rzn ul li {
  list-style: none;
  padding: 5px 0px;
}
.appointment-wrapper .full-width {
  background: #DEF0F2;
  padding: 45px 0px 70px;
}
.appointment-wrapper {
  padding: 0px 0px 90px;
}
}

@media screen and (min-width:320px) and (max-width:575px){
 .appointment-page .subpage-bannerWrapper .subpage-banner {
    min-height: 174px;
    background-position: 22% 86%;
}
  /*.select-time .select {
    width: 290px;
    height: 43px;
  }*/
.select-selected {
    width: 290px;
  }
.custom-select-dropdown {
    width: 290px;
  }
 
  .pationt-info, 
  .pationt-info-heading,
  .pationt-apt-heading, 
  .apt-rzn-heading, 
  .appointment-date,
  .appointment-rzn{
    border: none;
  }
.appointment-wrapper .pationt-info,
.appointment-wrapper .appointment-date,
.appointment-wrapper .appointment-rzn{padding: 0px;}
.select-rzn ul li {
  list-style: none;
  padding: 5px 0px;
}
.tabular-content .send-btn{
  position: relative;
  /* margin-bottom: 40px; */
}
.tabular-content .submit-details .policy{position: relative;}
.tabular-content .submit-details {
  padding: 26px 20px 10px;
}
.appointment-wrapper .full-width {
  background: #DEF0F2;
  padding: 45px 0px 60px;
}
}

/* =====================================================
--------------Appointment page---------------
===================================================== */
.appointment-wrapper {padding: 0px 0px 125px;}
.appointment-wrapper .full-width{background: #DEF0F2;}

.appointment-form .form-group {
    margin-bottom: 11px;
}


.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3{
	padding: 30px 0px 33px; 
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
	color: #333333;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
    border-top: 0;
}

.appointment_form label, .select-day label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.appointment_form  input[type=text], .appointment_form  input[type=email]{
  display: block;
  width: 100%;
  color: #495057;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 0px;
  height: 43px;
}

/*.checkbox-content{padding-top: 17px;}*/

.pationt-info{padding: 22px 20px;}

.appointment_form .checkbox-content label{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.checkbox-content .radio-btns{display: flex; padding-top: 13px;}
.checkbox-content .radio-btns input {
  width: 30px;
  height: 30px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 5px 40px 0px 45px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #D1D1D1;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #16BAC5;
    position: absolute;
    top: 11px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pationt-info, .pationt-info-heading{
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;  
}
#selectDay{display: flex;}
#selectDay a.day-link{
  outline: none;
  padding: 10px 16px;
  border: 1px solid #E6E8ED;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #333333;
  background: #FFFFFF;
  width: 66px;
  height: 41px;
}
.day-link:focus, .day-link:hover {border:1px solid 16BAC5;}
#selectDay > a.active, a.day-link:hover {
  background: #16BAC5;
  border: 1px solid #E6E8ED;
  box-sizing: border-box;
  color: #FFFFFF;
}
.pationt-apt-heading, .apt-rzn-heading{border-right: 1px solid #D1D1D1;}
.appointment-date{padding: 22px 20px;border-right: 1px solid #D1D1D1;}
.appointment-date .select-day label{padding-bottom: 14px;}
.select-time {padding: 25px 0px 20px;}
.select-time label{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

/* custom select dropdown */
.with_frm_style select {
    position: relative;
    font-family: Arial;
    width: 328px;
    height: 46px;
    border-radius: 0px;
    /* border: none; */
    font-family: Open Sans;
    font-style: normal;
	font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #333333;	
	padding: 5px 17px 6px 14px;
}

.with_frm_style select {
	/* display: none; */
}
.appointment-wrapper .tabular-content .submit-details .policy{top:111px;}

        .select-selected {
            position: absolute;
            width: 319px;
            left: 0;
            top: 0px;
            background-color: #FFFFFF;
            flex: 1;
            padding: 5px 17px 6px 17px !important;
            cursor: pointer;
            font-family: Open Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 32px;
            color: #333333;
            background: #FFFFFF;
            border: 1px solid #D1D1D1;
            box-sizing: border-box;
            height: 41px !important;
        }
		
		.form-control.submit{ 
    width: 180px !important;
    height: 60px !important;
    font-size: 18px;
    line-height: 25px;
    /*color: #fff !important;*/
  /*  background-image: url(../assets/icons/arrow_small.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 25px !important;*/
    padding-bottom: 14px;
	padding-right: 32px;
	}
	/*	.appointment-form input.form-control.submit:hover {
      background-image: url(../assets/icons/arrow_white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 25px !important;
    }
		*/
		.select-selected:after {
    content: url(../assets/icons/arrow-white-down.svg);
    position: absolute !important;
    top: 0;
    right: 0;
    padding: 4px 11px !important;
    background: #16BAC5;
    cursor: pointer;
    pointer-events: none;
}
.submit-btn {display: flex;align-items: center;}
.submit-btn span {position: absolute;right: 23px;}
        .select-items div:first-child {
            border-top: 1px solid #D1D1D1;
        }
		
		#frm_field_16_container{position: relative;}
		
        .with_frm_style select {
            background: url("icons/dropdown_arrow.svg") no-repeat;
            background-position: right;
			background-size: contain;
            cursor: pointer;
			border-right: 0;
        }
		
		.with_frm_style select{
			-webkit-appearance: none;
		}

        .select-items div {
            height: 50px;
            padding: 6px 16px;
            cursor: pointer;
            user-select: none;
            background: #FFFFFF;
            border-bottom: 1px solid #D1D1D1;
            border-left: 1px solid #D1D1D1;
            border-right: 1px solid #D1D1D1;
            box-sizing: border-box;
            font-family: Open Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 32px;
            color: #333333;
        }

        .select-items {
            position: absolute;
            background-color: #FFFFFF;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 99;
            color: #000000;
        }

        .select-hide {
            display: none;
        }

        .select-items div:hover,
        .same-as-selected {
            /*background-color: #333333;*/
            color: #FFFFFF;
        }
        /* Remove IE arrow */
.select-time select::-ms-expand {
  display: none;
}
/*.select-time select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
}
.select-time select#slct option {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  background: #FFFFFF;
  padding: 5px 17px 6px 17px !important;
  min-height: 50px;
}
.select-time select#slct option:focus,
.select-time select#slct option:hover
{
outline: 1px solid green;
background: #333333;
color:#FFFFFF;
}*/
/* Remove IE arrow */
/*.select-time select::-ms-expand {
  display: none;
}*/
/* Custom Select */
/*.select-time .select {
  position: relative;
  display: flex;
  width: 328px;
  height: 43px;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: 0px;
}
.select-time select {
  flex: 1;
  padding: 5px 17px 6px 17px;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
}
.select-time .select::after {
  content: url('../assets/icons/arrow_small.svg');
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 20px;
  background: #16BAC5;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
*/
/* custom checkbox */
.appointment-rzn {
  padding: 22px 20px;
  border-right: 1px solid #D1D1D1;
}

.appointment-wrapper h3{margin-bottom:0}
.pationt-info-heading, .pationt-apt-heading,.apt-rzn-heading{padding-left:15px !important;}
.pationt-info, .appointment-date,.appointment-rzn{padding: 29px 30px; !important}
.select-rzn ul{margin-left:0;}
.check-label {
  display: block;
  position: relative;
  padding-left: 39px;
  margin-bottom:0px;
  padding-bottom:-10px;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px !important;
  padding-top:0 !important;
  color: #333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.with_frm_style .frm_checkbox input[type=checkbox]{
  position: relative;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 0;
}

.frm_form_field .frm_checkbox, .frm_form_field .frm_checkbox + .frm_checkbox{margin-bottom: 14px;}

.check-label:hover input ~ .checkmark {
  background-color: #FFFFFF;
}
.check-label input:checked ~ .checkmark {
  background-color: #FFFFFF;
  color:#333333;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-label input:checked ~ .checkmark:after {
  display: block;
}
.check-label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tabular-content .select-rzn ul li {padding: 8px 0px;}

.frm_style_formidable-style.with_frm_style .frm_submit button{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  background: #16BAC5;
  padding: 17px 36px;
  border: 1px solid #16BAC5;
  border-radius: 0;  
  background-image: url("icons/midlebox-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 150px;
  background-position-y: 22px;
  float: right;
  margin-top: 40px;
}

.tabular-content .send-btn a.send-form:hover {
  color:#FFFFFF;
  text-decoration: none;
}
.tabular-content .send-btn{
  position: absolute;
  right: 0;
  top: 40px;
}
.tabular-content .submit-details{padding: 50px 0px 80px;}

.frm_submit{position: relative}

.policy{
  position: absolute;
  right: 0;
  bottom: -25px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
}
.tabular-content .send-form span {padding-right: 10px;}
.policy a{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
  text-decoration-line: underline;
}

@media screen and (min-width:1200px) {

.full_width_div{
	width: 109%;
    background: #DEF0F2;
    min-height: 101px;
    position: relative;
    left: -50px;
}

.appointment_form .frm_forms {
	position: relative;
    top: -115px;
}

.frm_third{
	padding-right: 25px;
    border-right: 1px solid #D1D1D1;
}

}
	
@media screen and (min-width:991px) and (max-width:1199px){
  .service-detailPagewrapper {
    padding: 10px 0px 70px;
}
.appointment-wrapper .full-width h3 {
  padding: 25px 0px 25px;
}
.appointment-wrapper h3 {
  font-size: 22px;
  line-height: 30px
}
.select-selected {
    position: absolute;
    width: 265px;
  }
  .custom-select-dropdown {
    width: 288px;
  }
  #selectDay a.day-link {width: 46px;padding: 10px 6px;}
}

@media screen and (min-width:768px) and (max-width:991px){
  .service-detailPagewrapper {
    padding: 10px 0px 70px;
}
.appointment-wrapper .full-width h3 {
  padding: 25px 0px 25px;
  font-size: 18px;
}
.appointment-form label, .select-day label,.appointment-form .checkbox-content label{font-size:15px;}
.appointment-wrapper h3 {
  font-size: 20px;
  line-height: 30px
}
.select-selected {
    position: absolute;
    width: 210px;
  }
.custom-select-dropdown {
    width: 210px;
  }
#selectDay a.day-link {
     padding: 6px 10px;
    width: 54px;
    height: 36px;
    display: inline-block;
    margin-bottom: 6px;
}
#selectDay{display:inline-block;}
.appointment-wrapper {
  padding: 0px 0px 110px;
}

}
.appointment-form label, .select-day label{padding-top:3px;}
.appointment-form label, .select-day label {
    margin-bottom: 6px !important;
}

.appointment-form .checkbox-content label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px !important;
    color: #333333 !important;
    margin-bottom: 0 !important;
}

.appointment-form .form-group [type="radio"]:checked + label:before, .appointment-form .form-group [type="radio"]:not(:checked) + label:before{top:4px;}
.tabular-content .select-rzn ul li {
    padding: 7px 0px;
    padding-top: 3px !important;
}
.appointment-date .select-day label {
    padding-bottom: 0 !important;
}
.select-time label{margin-bottom:6px !important;}
@media screen and (max-width:767px){
.appointment-wrapper{padding-left:15px;padding-right:15px;}
.appointment-wrapper{padding-bottom:50px !important;}
.tabular-content .send-btn{top:0 !important;}
.appointment-wrapper .full-width{padding-bottom:0 !important;}
.appointment-wrapper .tabular-content .submit-details .policy{top:10px !important}
.appointment-form label, .select-day label{padding-top:3px;}
#selectDay a.day-link {padding: 9px 9px;}
}

@media screen and (min-width:576px) and (max-width:767px){
	.pationt-info-heading, .pationt-apt-heading, .apt-rzn-heading {padding-left: 15px !important;}
	.pationt-info-heading, .pationt-apt-heading, .apt-rzn-heading {padding-left: 0 !important;padding-right: 0 !important;}
	.appointment-wrapper .full-width{background: #fff !important;}
	.appointment-wrapper .full-width h3{background: #DEF0F2;padding-left:15px !important;padding-right:15px !important;}
	.pationt-info,.appointment-date,.appointment-rzn{padding-left:15px !important;padding-right:15px !important;    padding-top: 30px;
    padding-bottom: 30px;}
	.appointment-wrapper .full-width h3 {padding: 30px 15px 30px !important;margin-bottom: 25px;margin-top: 25px;}
	.appointment-wrapper .tabular-content .submit-details .policy {top: 79px !important;}
  .pationt-info, 
  .pationt-info-heading,
  .pationt-apt-heading, 
  .apt-rzn-heading, 
  .appointment-date,
  .appointment-rzn{
    /* border-left: none;
    border-right: none; */
    border: none;
  }
.appointment-wrapper .pationt-info,
.appointment-wrapper .appointment-date,
.appointment-wrapper .appointment-rzn{padding: 0px;}
.select-rzn ul li {
  list-style: none;
  padding: 5px 0px;
}
.appointment-wrapper .full-width {
  background: #DEF0F2;
  padding: 45px 0px 70px;
}
.appointment-wrapper {
  padding: 0px 0px 90px;
}
.submit-btn span {position: relative;}
}

@media screen and (min-width:320px) and (max-width:575px){
	.pationt-info-heading, .pationt-apt-heading, .apt-rzn-heading {padding-left: 0 !important;padding-right: 0 !important;}
	.appointment-wrapper .full-width h3 {padding: 30px 0px 30px !important;}
	.appointment-wrapper .full-width{background: #fff !important;}
	.appointment-wrapper .full-width h3{background: #DEF0F2;padding-left:15px !important;padding-right:15px !important;}
	.pationt-info,.appointment-date,.appointment-rzn{padding-left:15px !important;padding-right:15px !important; padding-top: 30px !important;
    padding-bottom: 30px !important;}
	
 .appointment-page .subpage-bannerWrapper .subpage-banner {
    min-height: 174px;
    background-position: 22% 86%;
}
  /*.select-time .select {
    width: 290px;
    height: 43px;
  }*/
.select-selected {
    width: 290px;
  }
.custom-select-dropdown {
    width: 290px;
  }
 
  .pationt-info, 
  .pationt-info-heading,
  .pationt-apt-heading, 
  .apt-rzn-heading, 
  .appointment-date,
  .appointment-rzn{
    border: none;
  }
.appointment-wrapper .pationt-info,
.appointment-wrapper .appointment-date,
.appointment-wrapper .appointment-rzn{padding: 0px;}
.select-rzn ul li {
  list-style: none;
  padding: 5px 0px;
}
.tabular-content .send-btn{
  position: relative;
  /* margin-bottom: 40px; */
}
.tabular-content .submit-details .policy{position: relative;}
.tabular-content .submit-details {
  padding: 0px 20px 10px;
}
.appointment-wrapper .full-width {
  background: #DEF0F2;
  padding: 45px 0px 60px;
}
.submit-btn span {position: relative;}
}
@media screen and (min-width:992px)
{
.pationt-info, .appointment-date, .appointment-rzn{padding-left: 25px !important;padding-right: 30px !important;}
.pationt-info-heading, .pationt-apt-heading, .apt-rzn-heading {padding-left: 30px !important;}

}

@media screen and (max-width:360px)
{
	#selectDay{display: inline-block;}
	#selectDay a.day-link{display: inline-block;margin-bottom: 5px;}
	.select-selected {width: 108%;}
	.custom-select-dropdown {width: 93%;}
	.appointment-wrapper h3 {font-size: 22px;line-height: 27px;font-weight: 600;}
	.select-items{width: 107%;}
  #selectDay a.day-link {width: 48px;}
}

.appointment-form input.form-control{-webkit-appearance: none;-moz-appearance: none;appearance: none;}


/*===================Date picker field css ====================*/
.page-template-default #ui-datepicker-div, .single-tannhelseinfo #ui-datepicker-div {z-index: 999999 !important;background: #16BAC5;width: 318px;}

.page-template-default #ui-datepicker-div table.ui-datepicker-calendar td, .page-template-default #ui-datepicker-div table.ui-datepicker-calendar th,  
.single-tannhelseinfo #ui-datepicker-div table.ui-datepicker-calendar td, .single-tannhelseinfo #ui-datepicker-div table.ui-datepicker-calendar th {text-align:center;}

.page-template-default #ui-datepicker-div .ui-datepicker-next.ui-corner-all, 
.single-tannhelseinfo #ui-datepicker-div .ui-datepicker-next.ui-corner-all{position: absolute;right: 15px;}

.page-template-default #ui-datepicker-div .ui-datepicker-prev.ui-corner-all,.page-template-default #ui-datepicker-div .ui-datepicker-next.ui-corner-all,
.single-tannhelseinfo #ui-datepicker-div .ui-datepicker-prev.ui-corner-all, .single-tannhelseinfo #ui-datepicker-div .ui-datepicker-next.ui-corner-all{cursor:pointer;}

.page-template-default #ui-datepicker-div table.ui-datepicker-calendar td a, .single-tannhelseinfo #ui-datepicker-div table.ui-datepicker-calendar td a {color: #fff;}

.page-template-default #ui-datepicker-div .ui-datepicker-title span, 
.single-tannhelseinfo #ui-datepicker-div .ui-datepicker-title span{padding-left:0;padding-right:0;}

.page-template-default #ui-datepicker-div .ui-datepicker-title, .single-tannhelseinfo #ui-datepicker-div .ui-datepicker-title{padding-top:3px;}

.ui-datepicker .ui-widget-header, .ui-datepicker .ui-datepicker-header{background: #def0f2 !important;color: #000 !important;padding-left: 6px;padding-right: 6px;padding-top: 7px; padding-bottom: 7px;}


/*===============Form validation css ===================*/
span.error {
    display: none !important;
}
.appointment-form input.form-control input {
    outline: none;
}
.appointment-form .form-control.error {
    border: 1px solid #ff0000 !Important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 767px) { 
_::-webkit-full-page-media, _:future, :root .appointment-form input[name='fodselsdato']{padding-top:9px}
}


/*message box css*/
.messageBox textarea {height: 160px;}
#selectDay a.day-link input[type="checkbox"] {opacity: 0;width: 59px;height: 54px;position: absolute;cursor: pointer;margin-top: -13px;margin-left: -18px;}
#selectDay a.day-link {display: inline-flex;}
/*.activeBg {background: #16bac5 !important;}*/
a.day-link.activeBg {color: #fff !important;}
@media(min-width: 992px) and (max-width: 1199px) {
  #selectDay a.day-link input[type="checkbox"] {width: 52px;height: 50px;margin-left: -7px;}
}
@media(min-width: 320px) and (max-width: 767px) { 
  #selectDay a.day-link input[type="checkbox"] {margin-left: -7px;}
}