@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif; }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none; }
  .btn:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.list-inline {
  margin: 0;
  padding: 0; }
  .list-inline::after {
    display: block;
    content: "";
    clear: both; }
  .list-inline li {
    float: left; }
    .list-inline li a {
      display: inline-block; }

label {
  padding-bottom: 15px; }

.form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid #606060;
  background-color: transparent;
  font-size: 24px;
  color: #111111;
  padding: 60px 0px 20px; }
  .form-control::placeholder {
    color: #919191; }
  .form-control:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    background-color: #ffffff; }
  .form-control:focus {
    box-shadow: none;
    background-color: #ffffff;
    text-decoration: none;
    outline: none;
    border-color: #F27113; }

.form-group {
  margin-bottom: 15px; }
  .form-group textarea {
    height: 150px;
    border-radius: 20px;
    padding-top: 10px; }

.nodata img {
  width: 500px;
  object-fit: cover;
  max-width: 100%; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .container {
    max-width: 1320px; } }

/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .container {
    max-width: 1320px; } }

/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .container {
    max-width: 1230px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1230px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  max-height: 750px;
  overflow: auto;
  max-height: auto !important; }
  body::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #C5C5C5; }
  body::-webkit-scrollbar-track {
    border-radius: 10px; }
  body::-webkit-scrollbar-thumb {
    background: #F27113;
    border-radius: 10px; }
  body::-webkit-scrollbar-thumb:hover {
    background: #F27113; }
  body.zoom-more {
    zoom: 105%; }
  body.zoom-equal {
    zoom: 100%; }
  body.zoom-minus {
    zoom: 90%; }

.btn-primary {
  background-color: transparent;
  border: 1px solid white;
  color: #ffffff;
  border-radius: 10px;
  line-height: 55px;
  padding: 0 20px;
  font-size: 24px; }
  .btn-primary:hover {
    background-color: #f26e0e;
    border-color: #F27113;
    border-color: #f26e0e;
    color: #ffffff; }
  .btn-primary:focus {
    box-shadow: none;
    background-color: #f26e0e;
    border-color: #F27113;
    border-color: #f26e0e;
    color: #ffffff; }

.btn-primary-2 {
  background-color: transparent;
  border: 2px solid #F27113;
  color: #000000;
  border-radius: 40px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px; }
  .btn-primary-2:hover {
    background-color: #c75a0b;
    color: #ffffff; }

.btn-primary-3 {
  background-color: #e5e4cc;
  border: none;
  color: #000000;
  border-radius: 40px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px; }
  .btn-primary-3:hover {
    background-color: #e2e0c5; }

.sub-buttn .btn-primary {
  width: 180px;
  height: 45px;
  line-height: 45px;
  font-size: 16px; }

.text-success {
  color: #4dc329 !important; }

.bg-success {
  background-color: #74d058 !important; }

.scroll_off {
  overflow: hidden;
  touch-action: none;
  overflow: hidden;
  -ms-touch-action: none; }

.nodata img {
  width: 500px !important;
  object-fit: cover;
  max-width: 100% !important; }

.shifte .sign-person {
  margin-bottom: 15px; }

.fixed-edit-section .single-image {
  position: relative; }
  .fixed-edit-section .single-image a {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center; }
    .fixed-edit-section .single-image a i {
      background-color: #F27113;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      color: #ffffff;
      display: block;
      line-height: 25px;
      text-align: center;
      margin: 0 auto; }
  .fixed-edit-section .single-image img {
    width: 180px;
    object-fit: cover;
    max-width: 100%; }

.carousel__button.fancybox__button--zoom {
  display: none !important; }

.carousel__button.fancybox__button--thumbs {
  display: none !important; }

.fancybox__container {
  z-index: 999999999999 !important; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

label.error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important; }

.callout {
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 13px; }
  .callout.callout-success {
    border-left-color: #1e7e34;
    background-color: #28a745;
    color: #fff; }
  .callout.callout-danger {
    border-left-color: #bd2130;
    background-color: #d72d3e;
    color: #fff; }

.alert.alert-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
  color: #fff; }

.alert.alert-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
  color: #fff; }

.popover {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e8e8eb;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 50, 0.12); }
  .popover .popover-body {
    padding: 0; }
    .popover .popover-body p {
      font-weight: 600;
      font-size: 14px;
      color: #000000;
      padding-bottom: 10px; }
      .popover .popover-body p a {
        color: #0000FF;
        display: inline-block; }
    .popover .popover-body a {
      color: #0000FF;
      font-weight: 600;
      display: block; }

.pagination_area {
  text-align: center;
  display: table;
  margin: 0 auto; }
  .pagination_area::after {
    display: block;
    content: "";
    clear: both; }
  .pagination_area .list-inline li a {
    display: block;
    font-size: 16px;
    color: #000000;
    background-color: #F27113;
    color: #ffffff;
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    margin: 0px 1.2px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    .pagination_area .list-inline li a:hover {
      background-color: #c75a0b; }
  .pagination_area .list-inline li.page_np a {
    width: auto;
    padding: 0px 8px; }
  .pagination_area .list-inline li.disable {
    cursor: no-drop; }
    .pagination_area .list-inline li.disable a {
      pointer-events: none; }

.custom_pagination {
  padding-top: 15px;
  overflow: auto; }
  .custom_pagination .pagination {
    white-space: nowrap; }
    .custom_pagination .pagination .paginate_button.page-item a {
      display: block;
      position: relative;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #000000;
      background-color: #fff;
      border: 1px solid #dee2e6; }
      .custom_pagination .pagination .paginate_button.page-item a.active {
        color: #fff;
        background-color: #F27113;
        border-color: #F27113; }

#pb_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none; }

#pb_scroll::-webkit-scrollbar {
  width: 3px;
  background-color: none; }

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #F27113;
  border: 1px solid #F27113; }

.read-more {
  position: relative; }
  .read-more::after {
    position: absolute;
    content: "\f061";
    right: 0;
    top: 0;
    font-family: 'Font Awesome 5 Pro';
    color: #F27113;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 600; }

.calender {
  position: relative; }
  .calender::after {
    position: absolute;
    content: "\f073";
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Pro';
    color: #F27113;
    font-size: 14px;
    padding-top: 0px;
    font-weight: 600; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.btn-checkbox {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 12px;
  border-radius: 0px; }
  .btn-checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 7px;
    margin-top: -5px;
    opacity: 0;
    z-index: 2; }
  .btn-checkbox .active_border {
    display: block;
    border: 0px solid #CECECE;
    padding: 5px 10px;
    color: #000000;
    font-size: 12px;
    border-radius: 5px; }
  .btn-checkbox input[type=checkbox]:checked + .active_border {
    background-color: #CC8899;
    border: 0px solid #4dc329;
    color: #ffffff; }
  .btn-checkbox input[type=radio]:checked + .active_border {
    background-color: #CC8899;
    border: 0px solid #4dc329;
    color: #ffffff; }

.btn-checkbox.mind-checkbox {
  display: block; }
  .btn-checkbox.mind-checkbox .active_border {
    border: 1px solid #000;
    width: auto;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 0;
    font-size: 16px; }
  .btn-checkbox.mind-checkbox input[type=radio]:checked + .active_border {
    background-color: #737373;
    color: #ffffff;
    border: 1px solid;
    border-color: #737373; }
  .btn-checkbox.mind-checkbox input[type=checkbox]:checked + .active_border {
    background-color: #737373;
    color: #ffffff;
    border: 1px solid;
    border-color: #737373; }

.form-select {
  border-radius: 0px;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 24px;
  border: none;
  background-image: url(../images/down.png);
  background-size: 20px;
  line-height: 1.2; }
  .form-select:focus {
    box-shadow: none; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 25px; }
  .custom-control .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
    .custom-control .custom-control-label:before {
      position: absolute;
      content: '';
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 17px;
      height: 17px;
      pointer-events: none;
      background-color: transparent;
      border: #adb5bd solid 2px; }
    .custom-control .custom-control-label:after {
      position: absolute;
      content: '';
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 17px;
      height: 17px;
      background: no-repeat 50%/50% 50%; }

.custom-control.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 18px;
  height: 18px;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
  margin-top: 2px; }

.custom-control.custom-checkbox .custom-control-label {
  font-size: 14px;
  color: #ffffff; }
  .custom-control.custom-checkbox .custom-control-label:before {
    top: 2px;
    border-radius: 3px;
    height: 18px;
    width: 18px;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 2px solid #000000; }
  .custom-control.custom-checkbox .custom-control-label:after {
    top: 2px;
    border-radius: 3px;
    height: 18px;
    width: 18px;
    box-shadow: none;
    text-decoration: none;
    outline: none; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4dc329;
  border-color: #4dc329;
  box-shadow: none;
  text-decoration: none;
  outline: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/checkbox.png");
  background-repeat: no-repeat;
  background-size: 12px; }

.form-check {
  padding-left: 0; }

.custom-control-radio.custom-radio [type="radio"]:checked,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.custom-control-radio.custom-radio [type="radio"]:checked + label,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

.custom-control-radio.custom-radio [type="radio"]:checked + label:before,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: transparent; }

.custom-control-radio.custom-radio [type="radio"]:checked + label:after,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #4dc329;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.custom-control-radio.custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e4cc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 17px;
      left: 0px;
      bottom: 0px;
      border-radius: 50%;
      background-color: #FF0000;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch input:checked + .slider {
    background-color: #e5e4cc; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
    background-color: #4dc329; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .btn-checkbox .custom_check {
    height: 15px;
    width: 15px;
    margin-top: -8px; }
    .btn-checkbox .custom_check i {
      font-size: 8px; }
  .btn-checkbox .active_border {
    font-size: 14px; }
  .custom-radio .custom-control-label {
    font-size: 14px; } }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.datepicker {
  z-index: 9998 !important; }
  .datepicker:before {
    display: none; }
  .datepicker:after {
    display: none; }
  .datepicker table tr th {
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    height: 35px;
    width: 35px;
    font-size: 14px;
    text-align: center; }
  .datepicker table tr td {
    border-top: 1px solid #ddd;
    border-radius: 0;
    height: 35px;
    width: 35px;
    font-size: 14px; }
    .datepicker table tr td.day:hover {
      background-color: #F27113;
      color: #ffffff; }
    .datepicker table tr td.day.focused {
      background-color: #F27113;
      color: #ffffff; }
    .datepicker table tr td.today {
      background-image: none;
      background-color: #F27113;
      color: #ffffff;
      text-align: center; }
      .datepicker table tr td.today:hover {
        background-image: none;
        background-color: #F27113;
        color: #ffffff; }
        .datepicker table tr td.today:hover:hover {
          background-image: none;
          background-color: #F27113;
          color: #ffffff; }
      .datepicker table tr td.today.disabled {
        background-image: none;
        background-color: #F27113;
        color: #ffffff; }
        .datepicker table tr td.today.disabled:hover {
          background-image: none;
          background-color: #F27113;
          color: #ffffff; }

.datepicker-months .table-condensed tbody tr td, .datepicker-years .table-condensed tbody tr td {
  width: 100%;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .datepicker-months .table-condensed tbody tr td span, .datepicker-years .table-condensed tbody tr td span {
    display: inline-block;
    width: 25%; }

.datepicker-days .table-condensed tbody tr td {
  text-align: center; }
  .datepicker-days .table-condensed tbody tr td.active {
    background-image: none;
    background-color: #F27113;
    color: #ffffff; }
  .datepicker-days .table-condensed tbody tr td.disabled:hover {
    background-color: transparent;
    color: #999;
    cursor: no-drop; }

/*
.ui-datepicker{
	z-index: 99999999 !important;
	background-color: $white;
	border-radius: 20px 20px;
	padding: 5px;
	.ui-datepicker-header{
		@include clearfix();
		height: 35px;
		.ui-datepicker-prev{
			float: left;
			height: 35px;
			line-height: 35px;
			cursor: pointer;
		}
		.ui-datepicker-next{
			float: right;
			height: 35px;
			line-height: 35px;
			cursor: pointer;
		}
		.ui-datepicker-title{
			text-align: center;
			height: 35px;
			line-height: 35px;
		}
	}
	table{
		width: 100%;
		tr{
			th{
				border-bottom: 0px solid #ddd;
				border-radius: 0;
				height: 40px;
				width: 40px;
				font-size: 14px;
				font-weight: 500;
				text-align: center;
			}
			td{
				border-top: 0px solid #ddd;
				border-radius: 0;
				height: 40px;
				width: 40px;
				font-size: 14px;
				font-weight: 500;
				text-align: center;
				border-radius: 50%;
				&:hover{
					background-image: none;
					background-color: rgba(46, 209, 154, 1);
					color: $black;
				}

				&.ui-datepicker-today{
					background-image: none;
					background-color: rgba(46, 209, 154, 0.55);
					color: $black;
					&:hover{
						background-image: none;
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
				}

				&.selectDay{
					&:hover{
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
					&.focused{
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
				}
				&.ui-datepicker-current-day{
					background-image: none;
					background-color: rgba(46, 209, 154, 0.55);
					color: $black;
					&:hover{
						background-image: none;
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
				}
			}
		}
	}
}

.ui-datepicker-days{
	.table-condensed{
		tbody{
			tr{
				td{
					&.ui-datepicker-current-day{
						background-image: none;
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
					&.disabled{
						&:hover{
							background-color: rgba(46, 209, 154, 0.55);
							color: $black;
							cursor: no-drop;
						}
					}
				}
			}
		}
	}
}

.ui-datepicker table tr td.ui-datepicker-current-day:hover, .ui-datepicker table tr td.ui-datepicker-current-day:hover:hover, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover:hover, .ui-datepicker table tr td.ui-datepicker-current-day:active, .ui-datepicker table tr td.ui-datepicker-current-day:hover:active, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:active, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover:active, .ui-datepicker table tr td.ui-datepicker-current-day.ui-datepicker-current-day, .ui-datepicker table tr td.ui-datepicker-current-day:hover.ui-datepicker-current-day, .ui-datepicker table tr td.ui-datepicker-current-day.disabled.ui-datepicker-current-day, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover.ui-datepicker-current-day, .ui-datepicker table tr td.ui-datepicker-current-day.disabled, .ui-datepicker table tr td.ui-datepicker-current-day:hover.disabled, .ui-datepicker table tr td.ui-datepicker-current-day.disabled.disabled, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover.disabled, .ui-datepicker table tr td.ui-datepicker-current-day[disabled], .ui-datepicker table tr td.ui-datepicker-current-day:hover[disabled], .ui-datepicker table tr td.ui-datepicker-current-day.disabled[disabled], .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover[disabled]
{
	background-color: rgba(46, 209, 154, 0.55);
	color: $black;
}
.ui-datepicker{
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	border-radius: 20px 20px;
	overflow: hidden;
	.ui-datepicker-days{
		border: 0;
		table{
			border: 0;
			tr{
				border: 0;
				th{
					height: 40px;
					width: 40px;
					border: 0;
				}
				td{
					height: 40px;
					width: 40px;
					border: 0;
				}
			}
			tbody{
				tr{
					td{
						border-radius: 50%;
					}
				}
			}
		}
	}
}
*/
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

#fp-nav {
  bottom: 0;
  height: 100%;
  margin: 0 !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  top: 0 !important; }
  #fp-nav::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-right: 1px solid #ffffff;
    bottom: 0;
    height: 100%;
    margin-right: 13.5px;
    content: ''; }
  #fp-nav ul li {
    margin: 10px; }
    #fp-nav ul li a {
      background-color: transparent;
      height: 20px;
      width: 20px;
      border-radius: 0;
      line-height: 20px;
      margin: 0;
      text-align: center;
      border: 1px solid transparent;
      transition: 0.3s ease-in-out; }
      #fp-nav ul li a span {
        background-color: #F27113;
        height: 10px !important;
        width: 10px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        margin: 0 auto !important;
        left: 0;
        right: 0;
        top: 23% !important; }
      #fp-nav ul li a.active {
        background-color: transparent;
        height: 20px;
        width: 20px;
        border-radius: 0;
        line-height: 20px;
        margin: 0;
        text-align: center;
        left: 0;
        right: 0;
        top: 0;
        border: 1px solid #F27113;
        transition: 0.3s ease-in-out; }
        #fp-nav ul li a.active span {
          background-color: #F27113;
          height: 12px !important;
          width: 12px !important;
          border-radius: 0;
          margin: 0 auto;
          left: 0;
          right: 0;
          top: 3px !important; }

.section.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .section.banner:after {
    content: "";
    background: rgba(17, 17, 17, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .section.banner:after img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section.banner .icon-down {
    animation: mover 1s infinite alternate;
    position: relative;
    z-index: 9; }
    .section.banner .icon-down a {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      margin-bottom: 50px;
      height: 60px;
      width: 60px;
      line-height: 70px;
      border-radius: 50%;
      background-color: #F27113;
      z-index: 9;
      text-align: center; }
    .section.banner .icon-down i {
      font-size: 25px;
      color: #ffffff; }
  .section.banner .logo_area {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 158px;
    margin-top: 35px;
    z-index: 3; }
    .section.banner .logo_area .image_area {
      width: 300px; }
      .section.banner .logo_area .image_area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .section.banner .detail_area {
    z-index: 3;
    position: relative; }
    .section.banner .detail_area .text_area {
      text-align: center; }
      .section.banner .detail_area .text_area h1 {
        font-size: 100px;
        color: #F27113; }
      .section.banner .detail_area .text_area p {
        font-size: 30px;
        color: #ffffff;
        font-weight: 300;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 15px; }
  .section.banner .tittle_info {
    position: relative;
    z-index: 3; }
    .section.banner .tittle_info .text_area {
      scrollbar-width: thin;
      scrollbar-face-color: #F27113;
      /* Firefox 63 compatibility */
      scrollbar-track-color: #C5C5C5;
      /* Firefox 63 compatibility */
      scrollbar-color: #F27113;
      scrollbar-width: thin;
      background: rgba(242, 113, 19, 0.3);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      padding: 30px;
      max-height: 750px;
      overflow: auto;
      max-height: 700px; }
      .section.banner .tittle_info .text_area::-webkit-scrollbar {
        width: 8px;
        border-radius: 10px;
        background-color: #C5C5C5; }
      .section.banner .tittle_info .text_area::-webkit-scrollbar-track {
        border-radius: 10px; }
      .section.banner .tittle_info .text_area::-webkit-scrollbar-thumb {
        background: #F27113;
        border-radius: 10px; }
      .section.banner .tittle_info .text_area::-webkit-scrollbar-thumb:hover {
        background: #F27113; }
      .section.banner .tittle_info .text_area h2 {
        font-size: 60px;
        color: #ffffff;
        margin-bottom: 30px;
        font-weight: 600; }
      .section.banner .tittle_info .text_area p {
        font-size: 24px;
        color: #ffffff;
        line-height: 37px;
        font-weight: 300; }
  .section.banner .contact_info {
    position: relative;
    z-index: 99;
    padding: 15px 70px;
    padding-right: 0;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4); }
    .section.banner .contact_info::after {
      position: absolute;
      content: '';
      width: 360px;
      height: 100%;
      background: rgba(242, 113, 19, 0.8);
      box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
      top: 0;
      bottom: 0;
      right: 0;
      z-index: -1; }
    .section.banner .contact_info .form-control {
      padding-top: 6px; }
    .section.banner .contact_info textarea {
      height: 100px; }
    .section.banner .contact_info .left_info {
      padding-left: 40px; }
      .section.banner .contact_info .left_info .tittle h2 {
        font-size: 60px;
        color: #000000;
        margin-bottom: 30px; }
      .section.banner .contact_info .left_info .tittle p {
        font-size: 24px;
        color: #000000; }
      .section.banner .contact_info .left_info .form-label {
        margin-bottom: 0; }
      .section.banner .contact_info .left_info .submit_btn {
        text-align: end;
        margin-top: 30px; }
        .section.banner .contact_info .left_info .submit_btn::after {
          display: block;
          content: "";
          clear: both; }
        .section.banner .contact_info .left_info .submit_btn .btn.btn-primary {
          border: 2px solid #F27113;
          color: #000000;
          width: 230px; }
    .section.banner .contact_info .right_info .box_area {
      background-color: #111111;
      padding: 40px; }
      .section.banner .contact_info .right_info .box_area h3 {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 32px; }
      .section.banner .contact_info .right_info .box_area .contact_detail {
        padding-bottom: 33px; }
        .section.banner .contact_info .right_info .box_area .contact_detail::after {
          display: block;
          content: "";
          clear: both; }
        .section.banner .contact_info .right_info .box_area .contact_detail .image_area {
          float: left;
          width: 44px; }
          .section.banner .contact_info .right_info .box_area .contact_detail .image_area img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .section.banner .contact_info .right_info .box_area .contact_detail .text_info {
          padding-left: 20px;
          float: right;
          width: calc(100% - 44px); }
          .section.banner .contact_info .right_info .box_area .contact_detail .text_info p {
            font-size: 22px;
            color: #ffffff;
            font-weight: 300;
            word-break: break-all; }
          .section.banner .contact_info .right_info .box_area .contact_detail .text_info a {
            font-size: 22px;
            color: #ffffff;
            font-weight: 300;
            word-break: break-all; }
      .section.banner .contact_info .right_info .box_area .social_media ul li {
        display: inline-block;
        color: #ffffff;
        font-size: 24px;
        margin-right: 28px; }
        .section.banner .contact_info .right_info .box_area .social_media ul li:last-child {
          margin-right: 0; }
        .section.banner .contact_info .right_info .box_area .social_media ul li:first-child {
          margin-right: 10px; }
        .section.banner .contact_info .right_info .box_area .social_media ul li:hover i {
          color: #F27113;
          transition: 0.3s ease-in-out; }
        .section.banner .contact_info .right_info .box_area .social_media ul li i {
          color: #ffffff;
          font-size: 30px;
          transition: 0.3s ease-in-out; }
    .section.banner .contact_info .right_info .connect_people {
      position: absolute;
      bottom: 0;
      left: 0;
      margin-bottom: 18%; }
      .section.banner .contact_info .right_info .connect_people .image_area {
        background-color: #F47F2B;
        padding: 10px;
        width: 86px; }
        .section.banner .contact_info .right_info .connect_people .image_area img {
          width: 65px; }

.section.banner_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .section.banner_bg.spacing {
    padding-top: 100px;
    padding-bottom: 50px; }
    .section.banner_bg.spacing.choose_space {
      padding-top: 40px; }
    .section.banner_bg.spacing .tittle_info {
      position: relative;
      z-index: 3; }
      .section.banner_bg.spacing .tittle_info .text_area {
        text-align: center; }
        .section.banner_bg.spacing .tittle_info .text_area h2 {
          font-size: 70px;
          color: #111111;
          margin-bottom: 30px;
          font-weight: 600; }
        .section.banner_bg.spacing .tittle_info .text_area p {
          font-size: 30px;
          color: #111111;
          line-height: 45px;
          font-weight: 300; }
          .section.banner_bg.spacing .tittle_info .text_area p.text-line {
            font-size: 25px; }
    .section.banner_bg.spacing .detail_area {
      text-align: center;
      margin-top: 33px; }
      .section.banner_bg.spacing .detail_area .icon_area {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 18px; }
        .section.banner_bg.spacing .detail_area .icon_area img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section.banner_bg.spacing .detail_area .text h6 {
        font-size: 24px;
        color: #111111;
        margin-bottom: 10px; }
      .section.banner_bg.spacing .detail_area .text p {
        font-size: 20px;
        color: #606060; }
        .section.banner_bg.spacing .detail_area .text p.info {
          font-size: 20px; }
    .section.banner_bg.spacing .scrolling-area {
      position: relative; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main {
        background: #FFFFFF;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
        border-radius: 5px;
        overflow: hidden;
        padding: 60px;
        position: relative;
        margin: 30px 20px 20px 20px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main::before {
          position: absolute;
          background-color: #F27113;
          bottom: 0;
          left: 0;
          right: 0;
          content: "";
          width: 100%;
          height: 12px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area {
          position: relative;
          padding-top: 25px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area .img-comma {
            height: 40px;
            width: 40px;
            position: absolute;
            top: 0;
            left: 0;
            margin-left: -42px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area .img-comma img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area h6 {
            font-size: 24px;
            font-weight: 400;
            color: #111111;
            margin-bottom: 20px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area {
          margin-bottom: 50px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
            font-size: 20px;
            color: #606060;
            display: inline-block; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p img {
              width: 40px;
              position: relative;
              top: 15px;
              display: inline-block; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main {
          margin-top: 30px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main::after {
            display: block;
            content: "";
            clear: both; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile {
            float: left;
            width: 60px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile .img-girl {
              height: 60px;
              width: 60px;
              border-radius: 5px;
              overflow: hidden; }
              .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile .img-girl img {
                height: 100%;
                width: 100%;
                object-fit: cover; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile {
            float: right;
            width: calc(100% - 60px);
            padding-left: 30px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile p {
              font-size: 24px;
              font-weight: 400;
              color: #111111;
              margin: 0; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile span {
              font-size: 16px;
              font-weight: 400;
              color: #757575; }
      .section.banner_bg.spacing .scrolling-area .owl-nav {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: 0;
        transition: cursor 0.3s;
        border: none;
        outline: none;
        font-size: 0;
        background-color: transparent;
        cursor: none; }
        .section.banner_bg.spacing .scrolling-area .owl-nav button {
          width: 50%;
          height: 100%;
          border: 0;
          overflow: none; }
        .section.banner_bg.spacing .scrolling-area .owl-nav .owl-prev {
          left: 0;
          cursor: url("../images/curser-left.png"), auto; }
        .section.banner_bg.spacing .scrolling-area .owl-nav .owl-next {
          right: 0;
          cursor: url("../images/curser-right.png"), auto; }
      .section.banner_bg.spacing .scrolling-area .owl-dots {
        margin: 0 auto;
        text-align: center;
        margin-top: 10px; }
        .section.banner_bg.spacing .scrolling-area .owl-dots .owl-dot {
          width: 24px;
          height: 24px;
          border: 1px solid #ffffff;
          position: relative;
          border-radius: 50%;
          transform: scale(1);
          margin-right: 30px;
          transition: 0.2s ease-in-out; }
          .section.banner_bg.spacing .scrolling-area .owl-dots .owl-dot:last-child {
            margin-right: 0; }
          .section.banner_bg.spacing .scrolling-area .owl-dots .owl-dot.active {
            transition: 0.2s ease-in-out;
            transform: scale(1.2);
            border-color: #000000; }
            .section.banner_bg.spacing .scrolling-area .owl-dots .owl-dot.active::after {
              background-color: #000000; }
          .section.banner_bg.spacing .scrolling-area .owl-dots .owl-dot::after {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            width: 8px;
            height: 8px;
            background-color: #ffffff;
            content: "";
            border-radius: 50%;
            margin: 0 auto;
            margin-top: 7px; }

@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

.icon-dots {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  margin-top: 100px;
  margin-right: 100px; }
  .icon-dots .dropdown .btn.btn-secondary {
    border: none;
    background-color: transparent;
    padding: 0; }
    .icon-dots .dropdown .btn.btn-secondary a {
      height: 60px;
      width: 60px;
      line-height: 70px;
      border-radius: 50%;
      background-color: #F27113;
      z-index: 9;
      text-align: center;
      display: inline-block; }
      .icon-dots .dropdown .btn.btn-secondary a i {
        font-size: 25px;
        color: #ffffff; }
  .icon-dots .dropdown .dropdown-toggle::after {
    display: none;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0; }
  .icon-dots .dropdown .dropdown-menu {
    background-color: #F27113;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 10px !important;
    margin-right: 26px !important; }
    .icon-dots .dropdown .dropdown-menu li .dropdown-item {
      padding: 0; }
      .icon-dots .dropdown .dropdown-menu li .dropdown-item:hover {
        background-color: #F27113; }
      .icon-dots .dropdown .dropdown-menu li .dropdown-item .cal-main {
        display: flex;
        align-items: flex-end;
        border-bottom: 1px solid #ffffff; }
        .icon-dots .dropdown .dropdown-menu li .dropdown-item .cal-main a {
          font-weight: 400;
          color: #ffffff;
          margin-right: 10px; }
          .icon-dots .dropdown .dropdown-menu li .dropdown-item .cal-main a:last-child {
            margin-right: 0; }
          .icon-dots .dropdown .dropdown-menu li .dropdown-item .cal-main a.minus {
            font-size: 24px; }
          .icon-dots .dropdown .dropdown-menu li .dropdown-item .cal-main a.equal {
            font-size: 30px;
            position: relative;
            bottom: -3px; }
          .icon-dots .dropdown .dropdown-menu li .dropdown-item .cal-main a.add {
            font-size: 36px;
            position: relative;
            bottom: -6px; }
      .icon-dots .dropdown .dropdown-menu li .dropdown-item .ln-drop .goog-te-gadget .goog-te-combo {
        background: #ffffff;
        border: 1px solid #111111;
        border-radius: 5px;
        padding: 2px 10px;
        margin: 22px 0 !important; }
      .icon-dots .dropdown .dropdown-menu li .dropdown-item .ln-drop .goog-logo-link:link {
        font-size: 12px;
        font-weight: 400 !important;
        color: #000000; }
      .icon-dots .dropdown .dropdown-menu li .dropdown-item .ln-drop .goog-te-gadget {
        font-size: 12px;
        font-weight: 400;
        color: #606060; }
        .icon-dots .dropdown .dropdown-menu li .dropdown-item .ln-drop .goog-te-gadget img {
          padding-right: 5px !important;
          padding-bottom: 2px;
          width: 40px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .section.banner .logo_area {
    margin-top: 21px; }
  .section.banner .tittle_info .text_area {
    max-height: 584px; }
  .section.banner_bg.spacing {
    padding-top: 40px; }
    .section.banner_bg.spacing .tittle_info .text_area h2 {
      font-size: 60px; }
    .section.banner_bg.spacing .detail_area {
      margin-top: 23px; }
      .section.banner_bg.spacing .detail_area .text p.info {
        font-size: 15px; }
    .section.banner_bg.spacing .scrolling-area .item .scroll-main {
      padding: 42px 58px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area h6 {
        font-size: 21px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
        font-size: 17px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .section.banner .logo_area {
    margin-top: 21px; }
    .section.banner .logo_area .image_area {
      width: 240px; }
  .section.banner .tittle_info .text_area {
    max-height: 584px; }
  .section.banner .detail_area .text_area h1 {
    font-size: 80px; }
  .section.banner_bg.spacing {
    padding-top: 40px; }
    .section.banner_bg.spacing .tittle_info .text_area h2 {
      font-size: 60px; }
    .section.banner_bg.spacing .detail_area {
      margin-top: 23px; }
      .section.banner_bg.spacing .detail_area .text p.info {
        font-size: 15px; }
    .section.banner_bg.spacing .scrolling-area .item .scroll-main {
      padding: 42px 58px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area h6 {
        font-size: 21px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
        font-size: 17px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .section.banner .logo_area .image_area {
    width: 218px; }
  .section.banner .detail_area .text_area h1 {
    font-size: 70px; }
  .section.banner .tittle_info .text_area {
    max-height: 440px; }
    .section.banner .tittle_info .text_area h2 {
      font-size: 43px;
      margin-bottom: 13px; }
    .section.banner .tittle_info .text_area p {
      font-size: 20px; }
  .section.banner .contact_info .form-control {
    padding-bottom: 10px;
    font-size: 16px; }
  .section.banner .contact_info textarea {
    height: 75px; }
  .section.banner .contact_info .left_info .tittle h2 {
    font-size: 38px;
    margin-bottom: 20px; }
  .section.banner .contact_info .left_info .tittle p {
    font-size: 20px; }
  .section.banner .contact_info .left_info .form-label {
    margin-bottom: 0; }
  .section.banner .contact_info .left_info .submit_btn .btn.btn-primary {
    width: 170px;
    font-size: 20px;
    line-height: 45px; }
  .section.banner .contact_info .right_info .connect_people {
    margin-bottom: 14%; }
  .section.banner .contact_info .right_info .box_area .contact_detail .image_area {
    width: 33px; }
  .section.banner .contact_info .right_info .box_area .contact_detail .text_info {
    width: calc(100% - 33px); }
  .section.banner .contact_info .right_info .box_area .contact_detail .text_info p {
    font-size: 18px; }
  .section.banner .contact_info .right_info .box_area .contact_detail .text_info a {
    font-size: 18px; }
  .section.banner_bg.spacing {
    padding-top: 30px; }
    .section.banner_bg.spacing .detail_area {
      margin-top: 8px; }
      .section.banner_bg.spacing .detail_area .text h6 {
        font-size: 20px; }
      .section.banner_bg.spacing .detail_area .text p.info {
        font-size: 14px; }
    .section.banner_bg.spacing .tittle_info .text_area h2 {
      font-size: 43px;
      margin-bottom: 18px; }
    .section.banner_bg.spacing .tittle_info .text_area p.text-line {
      font-size: 20px;
      line-height: 31px; }
    .section.banner_bg.spacing .scrolling-area .item .scroll-main {
      padding: 45px;
      margin-top: 14px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area {
        margin-bottom: 32px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
          font-size: 14px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p img {
            width: 30px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area .img-comma {
        width: 30px;
        height: 30px; }
    .section.banner_bg.spacing.choose_space {
      padding-top: 30px; }
  .icon-dots {
    margin-top: 48px;
    margin-right: 48px; }
    .icon-dots .dropdown .btn.btn-secondary a {
      width: 48px;
      height: 48px;
      line-height: 55px;
      padding: 0; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .section {
    max-height: 100%; }
    .section.banner {
      padding: 0px 0; }
      .section.banner .logo_area {
        margin-left: 0px;
        margin-top: 30px; }
        .section.banner .logo_area .image_area {
          width: 165px; }
      .section.banner .icon-down a {
        margin-bottom: 12px; }
      .section.banner .detail_area .text_area h1 {
        font-size: 40px; }
      .section.banner .detail_area .text_area p {
        font-size: 22px;
        width: 378px;
        padding-top: 10px; }
      .section.banner .tittle_info .text_area {
        max-height: 525px; }
        .section.banner .tittle_info .text_area h2 {
          font-size: 40px;
          margin-bottom: 20px; }
        .section.banner .tittle_info .text_area p {
          font-size: 20px;
          line-height: 32px; }
      .section.banner .contact_info {
        padding: 20px 0px 20px 70px; }
        .section.banner .contact_info .left_info .tittle h2 {
          font-size: 34px;
          margin-bottom: 15px; }
        .section.banner .contact_info .left_info .tittle p {
          font-size: 22px; }
        .section.banner .contact_info .form-control {
          padding: 10px 0px 15px; }
        .section.banner .contact_info .right_info .box_area {
          padding: 35px; }
          .section.banner .contact_info .right_info .box_area h3 {
            margin-bottom: 28px; }
          .section.banner .contact_info .right_info .box_area .contact_detail .image_area {
            width: 33px; }
          .section.banner .contact_info .right_info .box_area .contact_detail .text_info {
            width: calc(100% - 33px); }
          .section.banner .contact_info .right_info .box_area .contact_detail .text_info p {
            font-size: 18px; }
          .section.banner .contact_info .right_info .box_area .contact_detail .text_info a {
            font-size: 18px; }
          .section.banner .contact_info .right_info .box_area .social_media ul li i {
            font-size: 25px; }
      .section.banner.contact_space {
        padding-bottom: 146px;
        padding-top: 50px; }
    .section.banner_bg.spacing {
      padding-bottom: 60px;
      padding-top: 60px; }
      .section.banner_bg.spacing.choose_space {
        padding-top: 60px; }
      .section.banner_bg.spacing .tittle_info .text_area h2 {
        font-size: 40px;
        margin-bottom: 20px; }
      .section.banner_bg.spacing .tittle_info .text_area p.text-line {
        font-size: 20px;
        line-height: 32px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main {
        padding: 50px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area {
          padding-top: 18px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area h6 {
            font-size: 22px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area .img-comma {
            height: 30px;
            width: 30px;
            margin-left: -35px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
          font-size: 16px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p img {
            width: 30px;
            top: 12px; }
      .section.banner_bg.spacing .detail_area .text p.info {
        font-size: 14px; }
  .icon-dots {
    margin-top: 48px;
    margin-right: 51px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .section {
    max-height: 100%; }
    .section.banner {
      padding: 0px 0; }
      .section.banner .logo_area {
        margin-left: 0px;
        margin-top: 30px; }
        .section.banner .logo_area .image_area {
          width: 165px; }
      .section.banner .icon-down a {
        margin-bottom: 30px; }
      .section.banner .detail_area {
        margin-top: 20px; }
        .section.banner .detail_area .text_area h1 {
          font-size: 52px; }
        .section.banner .detail_area .text_area p {
          font-size: 20px;
          width: 340px;
          padding-top: 10px; }
      .section.banner .tittle_info .text_area {
        max-height: 408px; }
        .section.banner .tittle_info .text_area h2 {
          font-size: 45px;
          margin-bottom: 20px; }
        .section.banner .tittle_info .text_area p {
          font-size: 20px; }
      .section.banner .contact_info {
        padding: 20px 0px 20px 70px; }
        .section.banner .contact_info::after {
          width: 210px; }
        .section.banner .contact_info .left_info .tittle h2 {
          font-size: 34px;
          margin-bottom: 15px; }
        .section.banner .contact_info .left_info .tittle p {
          font-size: 16px; }
        .section.banner .contact_info .left_info .submit_btn {
          margin-top: 40px; }
          .section.banner .contact_info .left_info .submit_btn .btn.btn-primary {
            width: 200px;
            font-size: 20px; }
        .section.banner .contact_info .form-control {
          padding: 20px 0px 10px;
          font-size: 20px; }
          .section.banner .contact_info .form-control textarea {
            height: 100px; }
        .section.banner .contact_info .right_info .box_area {
          padding: 20px; }
          .section.banner .contact_info .right_info .box_area h3 {
            margin-bottom: 20px;
            font-size: 25px; }
          .section.banner .contact_info .right_info .box_area .contact_detail {
            padding-bottom: 28px; }
            .section.banner .contact_info .right_info .box_area .contact_detail .image_area {
              width: 35px; }
            .section.banner .contact_info .right_info .box_area .contact_detail .text_info {
              width: calc(100% - 35px);
              padding-left: 15px; }
              .section.banner .contact_info .right_info .box_area .contact_detail .text_info p {
                font-size: 16px; }
              .section.banner .contact_info .right_info .box_area .contact_detail .text_info a {
                font-size: 16px; }
          .section.banner .contact_info .right_info .box_area .social_media ul li {
            font-size: 18px; }
            .section.banner .contact_info .right_info .box_area .social_media ul li i {
              font-size: 20px; }
        .section.banner .contact_info .right_info .connect_people {
          margin-bottom: 20%; }
          .section.banner .contact_info .right_info .connect_people .image_area {
            width: 82px; }
            .section.banner .contact_info .right_info .connect_people .image_area img {
              width: 60px; }
      .section.banner.contact_space {
        padding-bottom: 130px;
        padding-top: 60px; }
    .section.banner_bg.spacing {
      padding-bottom: 60px;
      padding-top: 60px; }
      .section.banner_bg.spacing.choose_space {
        padding-top: 60px; }
      .section.banner_bg.spacing .tittle_info .text_area h2 {
        font-size: 50px;
        margin-bottom: 20px; }
      .section.banner_bg.spacing .tittle_info .text_area p.text-line {
        font-size: 20px;
        line-height: 31px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main {
        padding: 40px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area {
          padding-top: 14px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area h6 {
            font-size: 22px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area .img-comma {
            height: 25px;
            width: 25px;
            margin-left: -27px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
          font-size: 18px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p img {
            width: 25px;
            top: 10px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main {
          margin-top: 20px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile p {
            font-size: 22px; }
      .section.banner_bg.spacing .detail_area {
        margin-top: 25px; }
        .section.banner_bg.spacing .detail_area .icon_area {
          width: 70px;
          height: 70px;
          margin-bottom: 12px; }
        .section.banner_bg.spacing .detail_area .text h6 {
          font-size: 22px; }
        .section.banner_bg.spacing .detail_area .text p.info {
          font-size: 16px; }
  .icon-dots {
    margin-top: 53px;
    margin-right: 35px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .section {
    max-height: 100%; }
    .section.banner {
      padding: 55px 0; }
      .section.banner .icon-down a {
        margin-bottom: -76px;
        height: 50px;
        width: 50px;
        line-height: 58px; }
        .section.banner .icon-down a i {
          font-size: 20px; }
      .section.banner.page-space {
        padding: 105px 0; }
      .section.banner .logo_area {
        margin-left: 10px;
        margin-top: 15px; }
        .section.banner .logo_area .image_area {
          width: 150px; }
      .section.banner .detail_area {
        margin-top: 20px; }
        .section.banner .detail_area .text_area h1 {
          font-size: 26px; }
        .section.banner .detail_area .text_area p {
          font-size: 14px;
          width: 230px;
          padding-top: 7px; }
      .section.banner .tittle_info .text_area {
        padding: 20px;
        max-height: 310px; }
        .section.banner .tittle_info .text_area h2 {
          font-size: 25px;
          margin-bottom: 10px; }
        .section.banner .tittle_info .text_area p {
          font-size: 15px;
          line-height: 27px; }
      .section.banner .contact_info {
        padding: 30px 20px 10px 20px; }
        .section.banner .contact_info::after {
          width: 0px; }
        .section.banner .contact_info .left_info {
          padding-left: 10px; }
          .section.banner .contact_info .left_info .form-control {
            padding: 22px 0px 5px;
            padding-top: 10px;
            font-size: 15px; }
          .section.banner .contact_info .left_info textarea {
            height: 100px; }
          .section.banner .contact_info .left_info .tittle h2 {
            font-size: 25px;
            margin-bottom: 10px; }
          .section.banner .contact_info .left_info .tittle p {
            font-size: 15px; }
          .section.banner .contact_info .left_info .submit_btn {
            margin-top: 40px; }
            .section.banner .contact_info .left_info .submit_btn .btn.btn-primary {
              width: 132px;
              font-size: 16px;
              line-height: 45px;
              padding: 0 15px; }
        .section.banner .contact_info .right_info .box_area {
          padding: 15px;
          margin-top: 10px; }
          .section.banner .contact_info .right_info .box_area h3 {
            margin-bottom: 15px;
            font-size: 18px; }
          .section.banner .contact_info .right_info .box_area .contact_detail {
            padding-bottom: 15px; }
            .section.banner .contact_info .right_info .box_area .contact_detail .image_area {
              width: 25px; }
            .section.banner .contact_info .right_info .box_area .contact_detail .text_info {
              width: calc(100% - 35px);
              padding-left: 15px; }
              .section.banner .contact_info .right_info .box_area .contact_detail .text_info p {
                font-size: 14px; }
              .section.banner .contact_info .right_info .box_area .contact_detail .text_info a {
                font-size: 14px; }
          .section.banner .contact_info .right_info .box_area .social_media ul li {
            font-size: 15px; }
            .section.banner .contact_info .right_info .box_area .social_media ul li i {
              font-size: 16px; }
        .section.banner .contact_info .right_info .connect_people {
          margin-bottom: 229px;
          margin-left: 21px; }
          .section.banner .contact_info .right_info .connect_people .image_area {
            width: 43px;
            padding: 6px; }
            .section.banner .contact_info .right_info .connect_people .image_area img {
              width: 30px; }
      .section.banner.contact_space {
        padding-bottom: 60px; }
    .section.banner_bg.spacing {
      padding-bottom: 30px;
      padding-top: 45px; }
      .section.banner_bg.spacing.choose_space {
        padding-top: 45px; }
      .section.banner_bg.spacing .tittle_info .text_area h2 {
        font-size: 30px;
        margin-bottom: 10px; }
      .section.banner_bg.spacing .tittle_info .text_area p.text-line {
        font-size: 16px;
        line-height: 28px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main {
        padding: 20px;
        margin: 15px 15px 15px 15px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main::before {
          height: 8px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area {
          padding-top: 8px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area h6 {
            font-size: 18px;
            margin-bottom: 10px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area .img-comma {
            height: 15px;
            width: 15px;
            margin-left: -16px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area {
          margin-bottom: 35px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
            font-size: 14px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p img {
              width: 15px;
              top: 6px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main {
          margin-top: 20px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile {
            width: 50px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile .img-girl {
              height: 50px;
              width: 50px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile {
            width: calc(100% - 50px);
            padding-left: 15px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile p {
              font-size: 18px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile span {
              font-size: 14px; }
      .section.banner_bg.spacing .detail_area {
        margin-top: 20px; }
        .section.banner_bg.spacing .detail_area .icon_area {
          width: 60px;
          height: 60px;
          margin-bottom: 8px; }
        .section.banner_bg.spacing .detail_area .text h6 {
          font-size: 16px;
          margin-bottom: 6px; }
        .section.banner_bg.spacing .detail_area .text p.info {
          font-size: 12px; }
  .icon-dots {
    margin-top: 33px;
    margin-right: 31px; }
    .icon-dots .dropdown .btn.btn-secondary a {
      width: 40px;
      height: 40px;
      line-height: 43px; }
      .icon-dots .dropdown .btn.btn-secondary a i {
        font-size: 18px; }
    .icon-dots .dropdown .dropdown-menu {
      padding: 9px 10px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .section {
    max-height: 100%; }
    .section.banner .icon-down a {
      height: 50px;
      width: 50px;
      line-height: 58px; }
      .section.banner .icon-down a i {
        font-size: 20px; }
    .section.banner .logo_area {
      margin-left: 10px;
      margin-top: 15px; }
      .section.banner .logo_area .image_area {
        width: 150px; }
    .section.banner .detail_area {
      margin-top: 20px; }
      .section.banner .detail_area .text_area h1 {
        font-size: 30px; }
      .section.banner .detail_area .text_area p {
        font-size: 16px;
        width: 230px;
        padding-top: 8px; }
    .section.banner .tittle_info .text_area {
      padding: 20px;
      max-height: 460px; }
      .section.banner .tittle_info .text_area h2 {
        font-size: 25px;
        margin-bottom: 10px; }
      .section.banner .tittle_info .text_area p {
        font-size: 15px;
        line-height: 27px; }
    .section.banner .contact_info {
      padding: 30px 20px 10px 20px; }
      .section.banner .contact_info::after {
        width: 0px; }
      .section.banner .contact_info .left_info {
        padding-left: 10px; }
        .section.banner .contact_info .left_info .form-control {
          padding: 25px 0px 5px;
          font-size: 15px;
          padding-top: 10px; }
        .section.banner .contact_info .left_info textarea {
          height: 100px; }
        .section.banner .contact_info .left_info .tittle h2 {
          font-size: 25px;
          margin-bottom: 10px; }
        .section.banner .contact_info .left_info .tittle p {
          font-size: 15px; }
        .section.banner .contact_info .left_info .submit_btn {
          margin-top: 40px; }
          .section.banner .contact_info .left_info .submit_btn .btn.btn-primary {
            width: 132px;
            font-size: 16px;
            line-height: 45px;
            padding: 0 15px; }
      .section.banner .contact_info .right_info .box_area {
        padding: 15px;
        margin-top: 10px; }
        .section.banner .contact_info .right_info .box_area h3 {
          margin-bottom: 15px;
          font-size: 18px; }
        .section.banner .contact_info .right_info .box_area .contact_detail {
          padding-bottom: 15px; }
          .section.banner .contact_info .right_info .box_area .contact_detail .image_area {
            width: 25px; }
          .section.banner .contact_info .right_info .box_area .contact_detail .text_info {
            width: calc(100% - 35px);
            padding-left: 2px; }
            .section.banner .contact_info .right_info .box_area .contact_detail .text_info p {
              font-size: 14px; }
            .section.banner .contact_info .right_info .box_area .contact_detail .text_info a {
              font-size: 14px; }
        .section.banner .contact_info .right_info .box_area .social_media ul li {
          font-size: 15px; }
          .section.banner .contact_info .right_info .box_area .social_media ul li i {
            font-size: 16px; }
      .section.banner .contact_info .right_info .connect_people {
        margin-bottom: 250px;
        margin-left: 21px; }
        .section.banner .contact_info .right_info .connect_people .image_area {
          width: 43px;
          padding: 6px; }
          .section.banner .contact_info .right_info .connect_people .image_area img {
            width: 30px; }
    .section.banner.contact_space {
      padding-bottom: 60px;
      padding-top: 40px; }
    .section.banner_bg.spacing {
      padding-bottom: 30px;
      padding-top: 45px; }
      .section.banner_bg.spacing.choose_space {
        padding-top: 45px; }
      .section.banner_bg.spacing .tittle_info .text_area h2 {
        font-size: 30px;
        margin-bottom: 10px; }
      .section.banner_bg.spacing .tittle_info .text_area p.text-line {
        font-size: 16px;
        line-height: 28px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main {
        padding: 20px;
        margin: 15px 15px 15px 15px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main::before {
          height: 8px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area {
          padding-top: 8px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area h6 {
            font-size: 18px;
            margin-bottom: 10px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area .img-comma {
            height: 15px;
            width: 15px;
            margin-left: -16px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area {
          margin-bottom: 35px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
            font-size: 14px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p img {
              width: 15px;
              top: 6px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main {
          margin-top: 20px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile {
            width: 50px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile .img-girl {
              height: 50px;
              width: 50px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile {
            width: calc(100% - 50px);
            padding-left: 15px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile p {
              font-size: 18px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile span {
              font-size: 14px; }
      .section.banner_bg.spacing .detail_area {
        margin-top: 20px; }
        .section.banner_bg.spacing .detail_area .icon_area {
          width: 60px;
          height: 60px;
          margin-bottom: 8px; }
        .section.banner_bg.spacing .detail_area .text h6 {
          font-size: 16px;
          margin-bottom: 6px; }
        .section.banner_bg.spacing .detail_area .text p.info {
          font-size: 12px; }
  .icon-dots {
    margin-top: 33px;
    margin-right: 31px; }
    .icon-dots .dropdown .btn.btn-secondary a {
      width: 40px;
      height: 40px;
      line-height: 43px; }
      .icon-dots .dropdown .btn.btn-secondary a i {
        font-size: 18px; }
    .icon-dots .dropdown .dropdown-menu {
      padding: 9px 10px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .section {
    max-height: 100%; }
    .section.banner .icon-down a {
      height: 50px;
      width: 50px;
      line-height: 58px; }
      .section.banner .icon-down a i {
        font-size: 20px; }
    .section.banner .logo_area {
      margin-left: 10px;
      margin-top: 15px; }
      .section.banner .logo_area .image_area {
        width: 150px; }
    .section.banner .detail_area {
      margin-top: 20px; }
      .section.banner .detail_area .text_area h1 {
        font-size: 26px; }
      .section.banner .detail_area .text_area p {
        font-size: 14px;
        width: 230px;
        padding-top: 8px; }
    .section.banner .tittle_info .text_area {
      padding: 20px;
      max-height: 440px; }
      .section.banner .tittle_info .text_area h2 {
        font-size: 25px;
        margin-bottom: 10px; }
      .section.banner .tittle_info .text_area p {
        font-size: 15px;
        line-height: 27px; }
    .section.banner .contact_info {
      padding: 30px 20px 10px 20px; }
      .section.banner .contact_info::after {
        width: 0px; }
      .section.banner .contact_info .left_info {
        padding-left: 10px; }
        .section.banner .contact_info .left_info .tittle h2 {
          font-size: 25px;
          margin-bottom: 10px; }
        .section.banner .contact_info .left_info .tittle p {
          font-size: 15px; }
        .section.banner .contact_info .left_info .submit_btn {
          margin-top: 40px; }
          .section.banner .contact_info .left_info .submit_btn .btn.btn-primary {
            width: 132px;
            font-size: 16px;
            line-height: 45px;
            padding: 0 15px; }
      .section.banner .contact_info .form-control {
        padding: 25px 0px 5px;
        font-size: 15px;
        padding-top: 10px; }
      .section.banner .contact_info textarea {
        height: 100px; }
      .section.banner .contact_info .right_info .box_area {
        padding: 15px;
        margin-top: 10px; }
        .section.banner .contact_info .right_info .box_area h3 {
          margin-bottom: 15px;
          font-size: 18px; }
        .section.banner .contact_info .right_info .box_area .contact_detail {
          padding-bottom: 15px; }
          .section.banner .contact_info .right_info .box_area .contact_detail .image_area {
            width: 25px; }
          .section.banner .contact_info .right_info .box_area .contact_detail .text_info {
            width: calc(100% - 35px);
            padding-left: 2px; }
            .section.banner .contact_info .right_info .box_area .contact_detail .text_info p {
              font-size: 14px; }
            .section.banner .contact_info .right_info .box_area .contact_detail .text_info a {
              font-size: 14px; }
        .section.banner .contact_info .right_info .box_area .social_media ul li {
          font-size: 15px; }
          .section.banner .contact_info .right_info .box_area .social_media ul li i {
            font-size: 16px; }
      .section.banner .contact_info .right_info .connect_people {
        margin-bottom: 250px;
        margin-left: 21px; }
        .section.banner .contact_info .right_info .connect_people .image_area {
          width: 43px;
          padding: 6px; }
          .section.banner .contact_info .right_info .connect_people .image_area img {
            width: 30px; }
    .section.banner.contact_space {
      padding-bottom: 60px;
      padding-top: 40px; }
    .section.banner_bg.spacing {
      padding-bottom: 30px;
      padding-top: 45px; }
      .section.banner_bg.spacing.choose_space {
        padding-top: 45px; }
      .section.banner_bg.spacing .tittle_info .text_area h2 {
        font-size: 30px;
        margin-bottom: 10px; }
      .section.banner_bg.spacing .tittle_info .text_area p.text-line {
        font-size: 16px;
        line-height: 28px; }
      .section.banner_bg.spacing .scrolling-area .item .scroll-main {
        padding: 20px;
        margin: 15px 15px 15px 15px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main::before {
          height: 8px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area {
          padding-top: 8px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area h6 {
            font-size: 18px;
            margin-bottom: 10px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .title-area .img-comma {
            height: 15px;
            width: 15px;
            margin-left: -16px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area {
          margin-bottom: 35px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p {
            font-size: 14px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .content-area .text-area p img {
              width: 15px;
              top: 6px; }
        .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main {
          margin-top: 20px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile {
            width: 50px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .left-profile .img-girl {
              height: 50px;
              width: 50px; }
          .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile {
            width: calc(100% - 50px);
            padding-left: 15px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile p {
              font-size: 18px; }
            .section.banner_bg.spacing .scrolling-area .item .scroll-main .profile-main .right-profile span {
              font-size: 14px; }
      .section.banner_bg.spacing .detail_area {
        margin-top: 20px; }
        .section.banner_bg.spacing .detail_area .icon_area {
          width: 60px;
          height: 60px;
          margin-bottom: 8px; }
        .section.banner_bg.spacing .detail_area .text h6 {
          font-size: 16px;
          margin-bottom: 6px; }
        .section.banner_bg.spacing .detail_area .text p.info {
          font-size: 12px; }
  .icon-dots {
    margin-top: 33px;
    margin-right: 31px; }
    .icon-dots .dropdown .btn.btn-secondary a {
      width: 40px;
      height: 40px;
      line-height: 43px; }
      .icon-dots .dropdown .btn.btn-secondary a i {
        font-size: 18px; }
    .icon-dots .dropdown .dropdown-menu {
      padding: 9px 10px; } }

/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.header_section {
  background-color: #F27113;
  padding: 14px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999 !important; }
  .header_section .header_area {
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
    .header_section .header_area::after {
      display: block;
      content: "";
      clear: both; }
    .header_section .header_area .left_area {
      float: left;
      width: 370px; }
      .header_section .header_area .left_area .img-area {
        width: 350px; }
        .header_section .header_area .left_area .img-area img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .header_section .header_area .right_area {
      float: right;
      width: calc(100% - 370px); }
      .header_section .header_area .right_area ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: end; }
        .header_section .header_area .right_area ul li {
          display: inline-block;
          margin-left: 50px; }
          .header_section .header_area .right_area ul li:first-child {
            margin-left: 0; }
          .header_section .header_area .right_area ul li a {
            font-size: 24px;
            font-weight: 400;
            color: white; }
            .header_section .header_area .right_area ul li a.btn-primary:hover {
              border-color: #ffffff; }
            .header_section .header_area .right_area ul li a.btn-primary:focus {
              outline: none;
              box-shadow: none;
              border-color: #ffffff; }
          .header_section .header_area .right_area ul li .drop-area .btn-secondary {
            color: white;
            background-color: transparent;
            border: 1px solid white;
            padding: 8px 50px 8px 50px;
            font-size: 24px;
            font-size: 400;
            border-radius: 10px; }
            .header_section .header_area .right_area ul li .drop-area .btn-secondary i {
              margin-left: 20px;
              font-size: 20px; }
          .header_section .header_area .right_area ul li .drop-area .dropdown-toggle::after {
            display: inline-block;
            margin-left: 0;
            vertical-align: 0;
            content: "";
            border-top: 0;
            border-right: 0 solid transparent;
            border-bottom: 0 solid;
            border-left: 0 solid transparent; }
          .header_section .header_area .right_area ul li .drop-area .dropdown-menu {
            background: rgba(242, 113, 19, 0.5);
            border-radius: 10px;
            display: none;
            padding: 20px 0;
            border: 0;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
            margin-bottom: 45px !important; }
            .header_section .header_area .right_area ul li .drop-area .dropdown-menu.show {
              display: block; }
            .header_section .header_area .right_area ul li .drop-area .dropdown-menu li {
              margin-left: 0;
              border-bottom: 1px solid #ffffff;
              width: 100%;
              padding: 10px 20px; }
              .header_section .header_area .right_area ul li .drop-area .dropdown-menu li:last-child {
                border-bottom: 0; }
              .header_section .header_area .right_area ul li .drop-area .dropdown-menu li a {
                font-size: 24px;
                color: #ffffff;
                font-weight: 400;
                padding: 0; }
                .header_section .header_area .right_area ul li .drop-area .dropdown-menu li a:hover {
                  background-color: transparent; }
                .header_section .header_area .right_area ul li .drop-area .dropdown-menu li a:focus {
                  background-color: transparent; }
    .header_section .header_area .powered_by {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-bottom: -10px;
      margin-right: 50px; }
      .header_section .header_area .powered_by .text {
        font-size: 14px;
        color: #ffffff;
        font-weight: 500; }
        .header_section .header_area .powered_by .text a {
          color: #000000;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .header_section .header_area .powered_by .text a:hover {
            opacity: 0.7; }

.header_section2 {
  position: fixed;
  bottom: 53px;
  left: 0;
  z-index: -2;
  transition: all 0.3s ease-in-out; }
  .header_section2.show {
    z-index: 9;
    transition: all 0.3s ease-in-out; }
  .header_section2 .header_area2 .list_content {
    z-index: -2;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out; }
    .header_section2 .header_area2 .list_content.show {
      z-index: 1;
      visibility: visible;
      opacity: 1;
      transition: 0.3s ease-in-out; }
      .header_section2 .header_area2 .list_content.show ul {
        padding: 0px;
        margin-bottom: 10px; }
        .header_section2 .header_area2 .list_content.show ul li {
          padding: 9px 15px;
          transition-duration: 190ms; }
          .header_section2 .header_area2 .list_content.show ul li:last-child {
            border-bottom: 0;
            margin-bottom: 0px; }
          .header_section2 .header_area2 .list_content.show ul li:nth-child(1) {
            transition-duration: 190ms;
            transform: translateY(-48px); }
          .header_section2 .header_area2 .list_content.show ul li:nth-child(2) {
            transition-duration: 190ms;
            transform: translateY(-40px); }
          .header_section2 .header_area2 .list_content.show ul li:nth-child(3) {
            transition-duration: 190ms;
            transform: translateY(-32px); }
          .header_section2 .header_area2 .list_content.show ul li:nth-child(4) {
            transition-duration: 190ms;
            transform: translateY(-25px); }
          .header_section2 .header_area2 .list_content.show ul li:nth-child(5) {
            transition-duration: 190ms;
            transform: translateY(-18px); }
          .header_section2 .header_area2 .list_content.show ul li:nth-child(6) {
            transition-duration: 190ms;
            transform: translateY(-11px); }
          .header_section2 .header_area2 .list_content.show ul li:nth-child(7) {
            transition-duration: 190ms;
            transform: translateY(-5px); }
          .header_section2 .header_area2 .list_content.show ul li:nth-child(8) {
            transition-duration: 190ms;
            transform: translateY(0px); }
    .header_section2 .header_area2 .list_content ul {
      position: relative; }
      .header_section2 .header_area2 .list_content ul li {
        padding: 9px 15px;
        border-bottom: 1px solid #f27113;
        background-color: #f27113;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        transition-duration: 190ms; }
        .header_section2 .header_area2 .list_content ul li:nth-child(1) {
          transition-duration: 210ms;
          transform: translateY(196px); }
        .header_section2 .header_area2 .list_content ul li:nth-child(2) {
          transition-duration: 200ms;
          transform: translateY(153px); }
        .header_section2 .header_area2 .list_content ul li:nth-child(3) {
          transition-duration: 190ms;
          transform: translateY(109px); }
        .header_section2 .header_area2 .list_content ul li:nth-child(4) {
          transition-duration: 180ms;
          transform: translateY(65px); }
        .header_section2 .header_area2 .list_content ul li:nth-child(5) {
          transition-duration: 170ms;
          transform: translateY(21px); }
        .header_section2 .header_area2 .list_content ul li:nth-child(6) {
          transition-duration: 160ms;
          transform: translateY(-22px); }
        .header_section2 .header_area2 .list_content ul li:nth-child(7) {
          transition-duration: 150ms;
          transform: translateY(34px); }
        .header_section2 .header_area2 .list_content ul li:nth-child(8) {
          transition-duration: 140ms;
          transform: translateY(-8px); }
        .header_section2 .header_area2 .list_content ul li a .list_main .left_list .circle {
          height: 60px;
          width: 60px;
          line-height: 60px;
          border-radius: 50%;
          text-align: center;
          background-color: #F27113; }
          .header_section2 .header_area2 .list_content ul li a .list_main .left_list .circle i {
            font-size: 20px;
            color: #ffffff; }
        .header_section2 .header_area2 .list_content ul li a .list_main .right_list p {
          font-size: 16px;
          color: #ffffff;
          font-weight: 500; }

.menu_area {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 64px;
  background-color: #F27113;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin-bottom: 30px;
  margin-left: 10px; }
  .menu_area a {
    display: block; }
  .menu_area i {
    font-size: 20px;
    color: #ffffff; }

.powereds_by {
  width: 100%;
  position: fixed;
  z-index: 9;
  bottom: 0;
  margin-bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background: #F27113; }
  .powereds_by .text {
    font-size: 12px;
    padding: 4px 0;
    font-size: 400; }
    .powereds_by .text a {
      color: #000000;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .powereds_by .text a:hover {
        opacity: 0.7; }

.load_site {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #F27113;
  z-index: 99999999999 !important;
  width: 100%;
  height: 100%;
  right: 0; }
  .load_site .inner {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center; }
    .load_site .inner .img_are {
      width: 800px;
      max-width: 100%; }
      .load_site .inner .img_are img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .header_section .header_area {
    padding-left: 50px; }
    .header_section .header_area .left_area .img-area {
      width: 320px; }
    .header_section .header_area .right_area ul li {
      margin-left: 40px; }
      .header_section .header_area .right_area ul li a {
        font-size: 22px; }
      .header_section .header_area .right_area ul li .drop-area .btn-secondary {
        font-size: 22px; }
      .header_section .header_area .right_area ul li .drop-area .dropdown-menu li a {
        font-size: 22px; }
      .header_section .header_area .right_area ul li .btn-primary {
        font-size: 22px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .header_section .header_area {
    padding-left: 50px; }
    .header_section .header_area .left_area .img-area {
      width: 320px; }
    .header_section .header_area .right_area ul li {
      margin-left: 40px; }
      .header_section .header_area .right_area ul li a {
        font-size: 20px; }
      .header_section .header_area .right_area ul li .drop-area .btn-secondary {
        font-size: 20px; }
      .header_section .header_area .right_area ul li .drop-area .dropdown-menu li a {
        font-size: 20px; }
      .header_section .header_area .right_area ul li .btn-primary {
        line-height: 44px;
        font-size: 20px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .header_section {
    padding: 27px 0; }
    .header_section .header_area {
      padding-left: 50px; }
      .header_section .header_area .left_area {
        width: 250px; }
        .header_section .header_area .left_area .img-area {
          width: 200px; }
      .header_section .header_area .right_area {
        width: calc(100% - 250px); }
        .header_section .header_area .right_area ul li {
          margin-left: 40px; }
          .header_section .header_area .right_area ul li a {
            font-size: 22px; }
          .header_section .header_area .right_area ul li .drop-area .btn-secondary {
            font-size: 22px;
            padding: 11px 50px 11px 50px; }
          .header_section .header_area .right_area ul li .drop-area .dropdown-menu {
            margin-bottom: 30px !important; }
          .header_section .header_area .right_area ul li .drop-area .dropdown-menu li a {
            font-size: 22px; }
          .header_section .header_area .right_area ul li .btn-primary {
            font-size: 22px; }
      .header_section .header_area .powered_by {
        margin-bottom: -23px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .header_section .header_area {
    padding-left: 30px;
    padding-right: 30px; }
    .header_section .header_area .left_area {
      width: 260px; }
      .header_section .header_area .left_area .img-area {
        width: 250px; }
    .header_section .header_area .right_area {
      width: calc(100% - 260px); }
      .header_section .header_area .right_area ul li {
        margin-left: 30px; }
        .header_section .header_area .right_area ul li a {
          font-size: 18px; }
        .header_section .header_area .right_area ul li .drop-area .btn-secondary {
          font-size: 18px;
          padding: 7px 25px 7px 25px; }
        .header_section .header_area .right_area ul li .drop-area .dropdown-menu {
          padding: 12px 0; }
          .header_section .header_area .right_area ul li .drop-area .dropdown-menu li {
            padding: 8px 15px; }
            .header_section .header_area .right_area ul li .drop-area .dropdown-menu li a {
              font-size: 18px; }
        .header_section .header_area .right_area ul li .btn-primary {
          font-size: 18px;
          line-height: 42px;
          padding: 0px 15px; }
    .header_section .header_area .powered_by {
      margin-bottom: -9px;
      margin-right: 30px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .header_section {
    padding: 20px 0; }
    .header_section .header_area {
      padding-left: 40px;
      padding-right: 20px; }
      .header_section .header_area .left_area {
        width: 195px; }
        .header_section .header_area .left_area .img-area {
          width: 185px; }
      .header_section .header_area .right_area {
        width: calc(100% - 195px); }
        .header_section .header_area .right_area ul li {
          margin-left: 20px; }
          .header_section .header_area .right_area ul li a {
            font-size: 16px; }
          .header_section .header_area .right_area ul li .drop-area .btn-secondary {
            font-size: 16px;
            padding: 6px 16px 6px 16px; }
            .header_section .header_area .right_area ul li .drop-area .btn-secondary i {
              margin-left: 12px;
              font-size: 15px; }
          .header_section .header_area .right_area ul li .drop-area .dropdown-menu {
            padding: 12px 0; }
            .header_section .header_area .right_area ul li .drop-area .dropdown-menu li {
              padding: 8px 15px; }
              .header_section .header_area .right_area ul li .drop-area .dropdown-menu li a {
                font-size: 16px; }
          .header_section .header_area .right_area ul li .btn-primary {
            font-size: 16px;
            line-height: 36px;
            padding: 0px 12px; }
      .header_section .header_area .powered_by {
        margin-bottom: -15px;
        margin-right: 20px; } }

/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .menu_area {
    width: 50px;
    height: 50px;
    line-height: 55px; }
  .powereds_by .text {
    font-size: 10px;
    padding: 4px 0;
    font-size: 400; } }

/* Smaller phones */
@media (max-width: 360px) {
  .menu_area {
    width: 50px;
    height: 50px;
    line-height: 55px; }
  .powereds_by .text {
    font-size: 10px;
    padding: 4px 0;
    font-size: 400; } }

/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.privacy_policy_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 165px; }
  .privacy_policy_section .box_area {
    background-color: #ffffff;
    padding: 20px 130px 50px 130px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4); }
    .privacy_policy_section .box_area .detail_area .head_title {
      padding-top: 60px; }
      .privacy_policy_section .box_area .detail_area .head_title h1 {
        color: #000000;
        text-align: center;
        font-size: 50px;
        font-weight: 600; }
    .privacy_policy_section .box_area .detail_area .text_area {
      padding-top: 30px; }
      .privacy_policy_section .box_area .detail_area .text_area h1 {
        font-size: 40px;
        color: #262C33;
        font-weight: 500; }
      .privacy_policy_section .box_area .detail_area .text_area h2 {
        font-size: 36px;
        color: #262C33;
        font-weight: 500; }
      .privacy_policy_section .box_area .detail_area .text_area h3 {
        font-size: 30px;
        color: #262C33;
        font-weight: 500; }
      .privacy_policy_section .box_area .detail_area .text_area h4 {
        font-size: 26px;
        color: #262C33;
        font-weight: 500; }
      .privacy_policy_section .box_area .detail_area .text_area h5 {
        font-size: 24px;
        color: #262C33;
        font-weight: 500; }
      .privacy_policy_section .box_area .detail_area .text_area h6 {
        font-size: 22px;
        color: #262C33;
        font-weight: 500; }
      .privacy_policy_section .box_area .detail_area .text_area p {
        font-size: 18px;
        padding-bottom: 30px;
        padding-top: 20px;
        color: #808080;
        font-weight: 400; }
      .privacy_policy_section .box_area .detail_area .text_area ul li {
        padding-top: 10px;
        font-size: 18px;
        color: #808080; }
      .privacy_policy_section .box_area .detail_area .text_area ol {
        padding-left: 0px; }
        .privacy_policy_section .box_area .detail_area .text_area ol li {
          list-style: none;
          padding-top: 10px;
          color: #808080;
          font-size: 18px; }

.privacy_policy_section.registration_section .box_area {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  padding: 50px; }
  .privacy_policy_section.registration_section .box_area .detail_area .head_title {
    padding-top: 10px; }
    .privacy_policy_section.registration_section .box_area .detail_area .head_title .icon_area {
      color: green;
      font-size: 90px;
      margin: 0 auto;
      text-align: center; }
    .privacy_policy_section.registration_section .box_area .detail_area .head_title h1 {
      color: #000000;
      text-align: center;
      font-size: 36px;
      font-weight: 600; }
  .privacy_policy_section.registration_section .box_area .detail_area .text_area {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 20px 25px;
    padding-bottom: 15px; }
    .privacy_policy_section.registration_section .box_area .detail_area .text_area .title_main {
      padding-bottom: 5px; }
  .privacy_policy_section.registration_section .box_area .detail_area .link_btn_area {
    padding-top: 35px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center; }
    .privacy_policy_section.registration_section .box_area .detail_area .link_btn_area a {
      display: inline-block;
      background-color: #F27113;
      padding: 15px 25px;
      color: #ffffff;
      border-radius: 35px;
      font-size: 16px;
      font-weight: 500; }
      .privacy_policy_section.registration_section .box_area .detail_area .link_btn_area a:hover {
        opacity: 0.8; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .privacy_policy_section {
    padding-left: 50px;
    padding-right: 50px; }
    .privacy_policy_section .box_area {
      padding: 20px 100px 50px 100px; }
      .privacy_policy_section .box_area .detail_area .head_title h1 {
        font-size: 40px; }
      .privacy_policy_section .box_area .detail_area .text_area p {
        line-height: 32px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .privacy_policy_section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 135px; }
    .privacy_policy_section .box_area {
      padding: 20px 60px 50px 60px; }
      .privacy_policy_section .box_area .detail_area .head_title {
        padding-top: 50px; }
        .privacy_policy_section .box_area .detail_area .head_title h1 {
          font-size: 38px; }
      .privacy_policy_section .box_area .detail_area .text_area h4 {
        font-size: 24px; }
      .privacy_policy_section .box_area .detail_area .text_area p {
        line-height: 33px; }
  .privacy_policy_section.registration_section .box_area {
    padding: 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .privacy_policy_section {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px; }
    .privacy_policy_section .box_area {
      padding: 20px 40px 30px 40px; }
      .privacy_policy_section .box_area .detail_area .head_title {
        padding-top: 30px; }
        .privacy_policy_section .box_area .detail_area .head_title h1 {
          font-size: 34px; }
      .privacy_policy_section .box_area .detail_area .text_area h4 {
        font-size: 24px; }
      .privacy_policy_section .box_area .detail_area .text_area p {
        line-height: 33px; }
  .privacy_policy_section.registration_section .box_area {
    padding: 20px; }
    .privacy_policy_section.registration_section .box_area .detail_area .head_title .icon_area {
      font-size: 75px; }
    .privacy_policy_section.registration_section .box_area .detail_area .head_title h1 {
      font-size: 24px; }
    .privacy_policy_section.registration_section .box_area .detail_area .link_btn_area {
      padding-top: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .privacy_policy_section {
    padding: 30px 15px; }
    .privacy_policy_section .box_area {
      padding: 20px 20px 20px 20px; }
      .privacy_policy_section .box_area .detail_area .head_title {
        padding-top: 20px; }
        .privacy_policy_section .box_area .detail_area .head_title h1 {
          font-size: 24px; }
      .privacy_policy_section .box_area .detail_area .text_area h4 {
        font-size: 16px; }
      .privacy_policy_section .box_area .detail_area .text_area p {
        font-size: 14px;
        line-height: 23px;
        padding-bottom: 15px;
        padding-top: 15px; }
      .privacy_policy_section .box_area .detail_area .text_area ul li {
        font-size: 14px;
        padding-top: 6px; }
      .privacy_policy_section .box_area .detail_area .text_area ol li {
        font-size: 14px;
        padding-top: 6px; }
  .privacy_policy_section.registration_section .box_area {
    padding: 20px; }
    .privacy_policy_section.registration_section .box_area .detail_area .head_title .icon_area {
      font-size: 60px; }
    .privacy_policy_section.registration_section .box_area .detail_area .head_title h1 {
      font-size: 17px; }
    .privacy_policy_section.registration_section .box_area .detail_area .link_btn_area {
      padding-top: 25px; }
      .privacy_policy_section.registration_section .box_area .detail_area .link_btn_area a {
        font-size: 14px;
        padding: 10px 15px; }
    .privacy_policy_section.registration_section .box_area .detail_area .text_area .title_main {
      font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .privacy_policy_section {
    padding: 20px 10px; }
    .privacy_policy_section .box_area {
      padding: 20px 20px 20px 20px; }
      .privacy_policy_section .box_area .detail_area .head_title {
        padding-top: 16px; }
        .privacy_policy_section .box_area .detail_area .head_title h1 {
          font-size: 22px; }
      .privacy_policy_section .box_area .detail_area .text_area h4 {
        font-size: 14px; }
      .privacy_policy_section .box_area .detail_area .text_area p {
        font-size: 12px;
        line-height: 23px;
        padding-bottom: 10px;
        padding-top: 10px; }
      .privacy_policy_section .box_area .detail_area .text_area ul li {
        font-size: 12px;
        padding-top: 6px; }
      .privacy_policy_section .box_area .detail_area .text_area ol li {
        font-size: 12px;
        padding-top: 6px; }
  .privacy_policy_section.registration_section .box_area {
    padding: 20px; }
    .privacy_policy_section.registration_section .box_area .detail_area .head_title .icon_area {
      font-size: 60px; }
    .privacy_policy_section.registration_section .box_area .detail_area .head_title h1 {
      font-size: 17px; }
    .privacy_policy_section.registration_section .box_area .detail_area .link_btn_area {
      padding-top: 25px; }
      .privacy_policy_section.registration_section .box_area .detail_area .link_btn_area a {
        font-size: 14px;
        padding: 10px 15px; }
    .privacy_policy_section.registration_section .box_area .detail_area .text_area .title_main {
      font-size: 14px; } }

/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.blog_detail_section {
  background-color: #FFF9F5;
  padding-top: 70px;
  padding-bottom: 200px; }
  .blog_detail_section .blog_area .top_area .calender_main::after {
    display: block;
    content: "";
    clear: both; }
  .blog_detail_section .blog_area .top_area .calender_main .left_area {
    float: left;
    width: 30px; }
    .blog_detail_section .blog_area .top_area .calender_main .left_area i {
      color: #F27113;
      padding-top: 5px; }
  .blog_detail_section .blog_area .top_area .calender_main .right_area {
    float: right;
    width: calc(100% - 30px); }
    .blog_detail_section .blog_area .top_area .calender_main .right_area p {
      font-size: 18px;
      font-weight: 400;
      color: #606060; }
  .blog_detail_section .blog_area .top_area h4 {
    font-size: 22px;
    font-weight: 500;
    color: #111111;
    padding-top: 20px; }
  .blog_detail_section .blog_area .top_area .button_area {
    padding-top: 20px; }
    .blog_detail_section .blog_area .top_area .button_area a {
      background-color: #FFB884;
      color: #111111;
      font-size: 14px;
      font-weight: 400;
      border-radius: 8px;
      padding: 6px 15px;
      display: inline-block; }
  .blog_detail_section .blog_area .image_area {
    padding-top: 30px; }
    .blog_detail_section .blog_area .image_area .img_area .img_main {
      height: 257px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4); }
      .blog_detail_section .blog_area .image_area .img_area .img_main:hover img {
        transform: scale(1.1);
        transition: 0.3s ease-in-out; }
      .blog_detail_section .blog_area .image_area .img_area .img_main.img1 {
        height: 544px; }
      .blog_detail_section .blog_area .image_area .img_area .img_main img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: 0.3s ease-in-out; }
    .blog_detail_section .blog_area .image_area .right_side_met .img_area {
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4); }
      .blog_detail_section .blog_area .image_area .right_side_met .img_area:first-child {
        margin-bottom: 30px; }
  .blog_detail_section .blog_area .detail_area {
    padding-top: 20px; }
    .blog_detail_section .blog_area .detail_area .heading_main {
      padding-top: 8px; }
      .blog_detail_section .blog_area .detail_area .heading_main h3 {
        font-size: 20px;
        font-weight: 500;
        color: #111111; }
    .blog_detail_section .blog_area .detail_area .text_area h1 {
      font-size: 40px;
      color: #262C33;
      font-weight: 500; }
    .blog_detail_section .blog_area .detail_area .text_area h2 {
      font-size: 36px;
      color: #262C33;
      font-weight: 500; }
    .blog_detail_section .blog_area .detail_area .text_area h3 {
      font-size: 30px;
      color: #262C33;
      font-weight: 500; }
    .blog_detail_section .blog_area .detail_area .text_area h4 {
      font-size: 26px;
      color: #262C33;
      font-weight: 500;
      padding-top: 20px; }
    .blog_detail_section .blog_area .detail_area .text_area h5 {
      font-size: 24px;
      color: #262C33;
      font-weight: 500; }
    .blog_detail_section .blog_area .detail_area .text_area h6 {
      font-size: 22px;
      color: #262C33;
      font-weight: 500; }
    .blog_detail_section .blog_area .detail_area .text_area p {
      font-size: 18px;
      padding-top: 10px;
      color: #606060;
      font-weight: 400; }
    .blog_detail_section .blog_area .detail_area .text_area ul li {
      font-size: 20px;
      font-weight: 500;
      color: #111111;
      padding-top: 15px;
      padding-left: 15px;
      position: relative;
      list-style: none; }
    .blog_detail_section .blog_area .detail_area .text_area ol {
      padding-top: 20px; }
      .blog_detail_section .blog_area .detail_area .text_area ol li {
        font-size: 20px;
        font-weight: 400;
        color: #606060;
        margin-left: -20px;
        padding-left: 15px;
        padding-top: 10px;
        list-style: inherit; }
    .blog_detail_section .blog_area .detail_area .text_area ul {
      padding-top: 40px; }
      .blog_detail_section .blog_area .detail_area .text_area ul li {
        font-size: 20px;
        font-weight: 400;
        color: #606060;
        line-height: 30px;
        padding-top: 4px;
        position: relative;
        padding-left: 20px;
        padding-top: 0;
        width: 700px;
        max-width: 100%; }
        .blog_detail_section .blog_area .detail_area .text_area ul li::after {
          position: absolute;
          left: 0;
          top: 0;
          width: 7px;
          height: 7px;
          content: '';
          border-radius: 50%;
          background-color: #111111;
          margin-top: 12px; }
    .blog_detail_section .blog_area .detail_area .text_area p {
      font-size: 20px;
      width: 900px;
      max-width: 100%; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Extra large desktops and mac laptops*/
@media (min-width: 1200px) and (max-width: 1366px) {
  .blog_detail_section .blog_area .image_area .img_area .img_main {
    height: 235px; }
    .blog_detail_section .blog_area .image_area .img_area .img_main.img1 {
      height: 500px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_detail_section {
    padding-left: 20px;
    padding-right: 20px; }
    .blog_detail_section .blog_area .image_area .img_area .img_main {
      height: 238px; }
      .blog_detail_section .blog_area .image_area .img_area .img_main.img1 {
        height: 480px; }
    .blog_detail_section .blog_area .image_area .right_side_met .img_area:first-child {
      margin-bottom: 4px; }
    .blog_detail_section .blog_area .detail_area .heading_main {
      padding-top: 25px; }
    .blog_detail_section .blog_area .detail_area .text_area ul {
      padding-top: 13px; }
      .blog_detail_section .blog_area .detail_area .text_area ul li {
        padding-top: 24px;
        padding-left: 27px; }
        .blog_detail_section .blog_area .detail_area .text_area ul li::after {
          margin-top: 36px; }
    .blog_detail_section .blog_area .detail_area .text_area p {
      width: 800px;
      max-width: 100%;
      line-height: 34px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .blog_detail_section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 150px; }
    .blog_detail_section .blog_area .image_area .img_area .img_main {
      height: 183px; }
      .blog_detail_section .blog_area .image_area .img_area .img_main.img1 {
        height: 370px; }
    .blog_detail_section .blog_area .image_area .right_side_met .img_area:first-child {
      margin-bottom: 4px; }
    .blog_detail_section .blog_area .detail_area .heading_main {
      padding-top: 25px; }
    .blog_detail_section .blog_area .detail_area .text_area ul {
      padding-top: 13px; }
      .blog_detail_section .blog_area .detail_area .text_area ul li {
        padding-top: 24px;
        padding-left: 27px; }
        .blog_detail_section .blog_area .detail_area .text_area ul li::after {
          margin-top: 36px; }
    .blog_detail_section .blog_area .detail_area .text_area p {
      width: 700px;
      max-width: 100%;
      line-height: 34px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .blog_detail_section {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 54px; }
    .blog_detail_section .blog_area .image_area .img_area .img_main {
      height: 148px; }
      .blog_detail_section .blog_area .image_area .img_area .img_main.img1 {
        height: 300px; }
    .blog_detail_section .blog_area .image_area .right_side_met .img_area:first-child {
      margin-bottom: 4px; }
    .blog_detail_section .blog_area .detail_area .heading_main {
      padding-top: 25px; }
      .blog_detail_section .blog_area .detail_area .heading_main h3 {
        font-size: 18px; }
    .blog_detail_section .blog_area .detail_area .text_area ul {
      padding-top: 0; }
      .blog_detail_section .blog_area .detail_area .text_area ul li {
        font-size: 17px;
        padding-top: 10px;
        padding-left: 20px; }
        .blog_detail_section .blog_area .detail_area .text_area ul li::after {
          margin-top: 20px; }
    .blog_detail_section .blog_area .detail_area .text_area ol {
      padding-top: 5px; }
      .blog_detail_section .blog_area .detail_area .text_area ol li {
        font-size: 17px;
        line-height: 20px;
        padding-top: 20px; }
    .blog_detail_section .blog_area .detail_area .text_area p {
      width: 600px;
      max-width: 100%;
      line-height: 26px;
      font-size: 16px; }
    .blog_detail_section .blog_area .top_area h4 {
      font-size: 18px;
      padding-top: 13px; }
    .blog_detail_section .blog_area .top_area p {
      font-size: 16px; }
      .blog_detail_section .blog_area .top_area p i {
        font-size: 16px; }
    .blog_detail_section .blog_area .top_area .calender_main .left_area i {
      padding-top: 3px; }
    .blog_detail_section .blog_area .top_area .calender_main .right_area p {
      font-size: 16px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .blog_detail_section {
    padding-top: 30px;
    padding-bottom: 48px; }
    .blog_detail_section .blog_area .image_area .img_area .img_main {
      height: 210px; }
      .blog_detail_section .blog_area .image_area .img_area .img_main.img1 {
        height: 210px;
        margin-bottom: 15px; }
    .blog_detail_section .blog_area .image_area .right_side_met .img_area:first-child {
      margin-bottom: 15px; }
    .blog_detail_section .blog_area .detail_area .heading_main {
      padding-top: 20px; }
      .blog_detail_section .blog_area .detail_area .heading_main h3 {
        font-size: 16px;
        line-height: 22px; }
    .blog_detail_section .blog_area .detail_area .text_area h2 {
      font-size: 27px; }
    .blog_detail_section .blog_area .detail_area .text_area ul {
      padding-top: 0; }
      .blog_detail_section .blog_area .detail_area .text_area ul li {
        font-size: 15px;
        padding-top: 10px;
        padding-left: 20px;
        line-height: 23px; }
        .blog_detail_section .blog_area .detail_area .text_area ul li::after {
          height: 6px;
          width: 6px;
          margin-top: 20px; }
    .blog_detail_section .blog_area .detail_area .text_area ol li {
      font-size: 15px;
      line-height: 20px; }
    .blog_detail_section .blog_area .detail_area .text_area p {
      width: 550px;
      max-width: 100%;
      line-height: 24px;
      font-size: 14px; }
    .blog_detail_section .blog_area .top_area h4 {
      font-size: 16px;
      padding-top: 13px;
      line-height: 23px; }
    .blog_detail_section .blog_area .top_area p {
      font-size: 16px; }
      .blog_detail_section .blog_area .top_area p i {
        font-size: 16px; }
    .blog_detail_section .blog_area .top_area .calender_main .left_area i {
      padding-top: 2px; }
    .blog_detail_section .blog_area .top_area .calender_main .right_area p {
      font-size: 15px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .blog_detail_section {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .blog_detail_section .blog_area .image_area {
      padding-top: 24px; }
      .blog_detail_section .blog_area .image_area .img_area .img_main {
        height: 210px; }
        .blog_detail_section .blog_area .image_area .img_area .img_main.img1 {
          height: 210px;
          margin-bottom: 15px; }
      .blog_detail_section .blog_area .image_area .right_side_met .img_area:first-child {
        margin-bottom: 15px; }
    .blog_detail_section .blog_area .detail_area .heading_main {
      padding-top: 10px; }
      .blog_detail_section .blog_area .detail_area .heading_main h3 {
        font-size: 15px;
        line-height: 20px; }
    .blog_detail_section .blog_area .detail_area .text_area h2 {
      font-size: 27px; }
    .blog_detail_section .blog_area .detail_area .text_area ul {
      padding-top: 0; }
      .blog_detail_section .blog_area .detail_area .text_area ul li {
        font-size: 14px;
        padding-top: 10px;
        padding-left: 20px;
        line-height: 20px; }
        .blog_detail_section .blog_area .detail_area .text_area ul li::after {
          height: 6px;
          width: 6px;
          margin-top: 20px; }
    .blog_detail_section .blog_area .detail_area .text_area ol li {
      font-size: 14px;
      line-height: 20px; }
    .blog_detail_section .blog_area .detail_area .text_area p {
      width: 500px;
      max-width: 100%;
      line-height: 23px;
      font-size: 14px; }
    .blog_detail_section .blog_area .top_area h4 {
      font-size: 15px;
      padding-top: 13px;
      line-height: 22px; }
    .blog_detail_section .blog_area .top_area p {
      font-size: 16px; }
      .blog_detail_section .blog_area .top_area p i {
        font-size: 16px; }
    .blog_detail_section .blog_area .top_area .calender_main .right_area p {
      font-size: 14px; } }

/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.blog_section {
  padding-top: 20px;
  padding-bottom: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .blog_section .blog_area {
    padding-top: 40px; }
    .blog_section .blog_area .title_main h3 {
      font-size: 60px;
      color: #111111;
      text-align: center;
      font-weight: 600; }
    .blog_section .blog_area .sub_title {
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .blog_section .blog_area .sub_title p {
        padding-top: 8px;
        text-align: center;
        color: #111111;
        font-size: 24px;
        font-weight: 400;
        width: 900px;
        line-height: 30px;
        max-width: 100%; }
    .blog_section .blog_area .detail_area {
      padding-top: 20px; }
      .blog_section .blog_area .detail_area .card_main {
        margin-top: 30px;
        background-color: #ffffff;
        border-radius: 10px;
        padding-bottom: 30px;
        overflow: hidden;
        box-shadow: 0px 0px 16px rgba(242, 113, 19, 0.1); }
        .blog_section .blog_area .detail_area .card_main .content_main .img_main {
          height: 230px;
          overflow: hidden; }
          .blog_section .blog_area .detail_area .card_main .content_main .img_main img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
        .blog_section .blog_area .detail_area .card_main .content_main .description_area {
          padding-top: 20px;
          padding-left: 20px;
          padding-right: 20px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main::after {
            display: block;
            content: "";
            clear: both; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .left_area {
            float: left;
            width: 30px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .left_area i {
              color: #F27113;
              padding-top: 4px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .right_area {
            float: right;
            width: calc(100% - 30px); }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .right_area p {
              font-size: 17px;
              color: #606060;
              font-weight: 400; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main {
            padding-top: 20px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main h4 {
              font-size: 22px;
              color: #111111;
              font-weight: 400;
              line-height: 26px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading {
            padding-top: 20px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading p {
              font-size: 18px;
              font-weight: 400;
              color: #606060;
              line-height: 22px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area {
            padding-top: 30px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area a {
              background-color: #FFB884;
              border-radius: 10px;
              font-size: 16px;
              color: #111111;
              padding: 6px 14px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_section {
    padding-bottom: 170px; }
    .blog_section .blog_area .detail_area {
      padding-left: 15px;
      padding-right: 15px; }
      .blog_section .blog_area .detail_area .card_main {
        margin-top: 24px; }
        .blog_section .blog_area .detail_area .card_main .content_main .img_main {
          height: 200px; }
        .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main {
          padding-top: 15px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main h4 {
            font-size: 20px; }
        .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading {
          padding-top: 15px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading p {
            font-size: 17px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .blog_section {
    padding-top: 20px;
    padding-bottom: 130px; }
    .blog_section .blog_area .title_main h3 {
      font-size: 54px; }
    .blog_section .blog_area .sub_title p {
      font-size: 21px; }
    .blog_section .blog_area .detail_area {
      padding-left: 15px;
      padding-right: 15px; }
      .blog_section .blog_area .detail_area .card_main {
        margin-top: 24px;
        padding-bottom: 24px; }
        .blog_section .blog_area .detail_area .card_main .content_main .img_main {
          height: 154px; }
        .blog_section .blog_area .detail_area .card_main .content_main .description_area {
          padding-top: 14px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main {
            padding-top: 10px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main h4 {
              font-size: 17px;
              line-height: 20px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading {
            padding-top: 10px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading p {
              font-size: 15px;
              line-height: 21px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area {
            padding-top: 21px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area a {
              font-size: 14px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .left_area i {
            padding-top: 3px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .right_area p {
            font-size: 15px;
            margin-left: -5px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .blog_section {
    padding-top: 10px;
    padding-bottom: 30px; }
    .blog_section .blog_area .title_main h3 {
      font-size: 50px; }
    .blog_section .blog_area .sub_title p {
      font-size: 20px;
      line-height: 27px; }
    .blog_section .blog_area .detail_area {
      padding-top: 12px;
      padding-left: 6px;
      padding-right: 6px; }
      .blog_section .blog_area .detail_area .card_main {
        margin-top: 18px;
        padding-bottom: 19px; }
        .blog_section .blog_area .detail_area .card_main .content_main .img_main {
          height: 136px; }
        .blog_section .blog_area .detail_area .card_main .content_main .description_area {
          padding-top: 12px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main {
            padding-top: 6px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main h4 {
              font-size: 15px;
              line-height: 20px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading {
            padding-top: 6px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading p {
              font-size: 13px;
              line-height: 19px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area {
            padding-top: 19px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area a {
              font-size: 13px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .left_area i {
            padding-top: 3px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .right_area p {
            font-size: 15px;
            margin-left: -5px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .blog_section {
    padding-top: 10px;
    padding-bottom: 30px; }
    .blog_section .blog_area .title_main h3 {
      font-size: 36px; }
    .blog_section .blog_area .sub_title p {
      font-size: 16px;
      line-height: 21px; }
    .blog_section .blog_area .detail_area {
      padding-top: 10px;
      padding-left: 3px;
      padding-right: 3px; }
      .blog_section .blog_area .detail_area .card_main {
        margin-top: 18px;
        padding-bottom: 19px; }
        .blog_section .blog_area .detail_area .card_main .content_main .img_main {
          height: 160px; }
        .blog_section .blog_area .detail_area .card_main .content_main .description_area {
          padding-top: 12px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main {
            padding-top: 6px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main h4 {
              font-size: 15px;
              line-height: 20px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading {
            padding-top: 6px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading p {
              font-size: 13px;
              line-height: 19px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area {
            padding-top: 19px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area a {
              font-size: 13px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .left_area i {
            padding-top: 3px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .right_area p {
            font-size: 15px;
            margin-left: -5px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .blog_section {
    padding-top: 10px;
    padding-bottom: 30px; }
    .blog_section .blog_area .title_main h3 {
      font-size: 32px; }
    .blog_section .blog_area .sub_title p {
      font-size: 16px;
      line-height: 22px; }
    .blog_section .blog_area .detail_area {
      padding-top: 5px; }
      .blog_section .blog_area .detail_area .card_main {
        margin-top: 16px;
        padding-bottom: 19px; }
        .blog_section .blog_area .detail_area .card_main .content_main .img_main {
          height: 160px; }
        .blog_section .blog_area .detail_area .card_main .content_main .description_area {
          padding-top: 12px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main {
            padding-top: 6px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .heading_main h4 {
              font-size: 15px;
              line-height: 20px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading {
            padding-top: 6px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .sub_heading p {
              font-size: 13px;
              line-height: 19px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area {
            padding-top: 19px; }
            .blog_section .blog_area .detail_area .card_main .content_main .description_area .button_area a {
              font-size: 12px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .left_area i {
            padding-top: 3px; }
          .blog_section .blog_area .detail_area .card_main .content_main .description_area .calender_main .right_area p {
            font-size: 15px;
            margin-left: -5px; } }

/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.gallery_section {
  padding-top: 20px;
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .gallery_section .gallery_area .title_main {
    padding-top: 30px; }
    .gallery_section .gallery_area .title_main h3 {
      font-size: 60px;
      font-weight: 600;
      color: #111111;
      text-align: center; }
  .gallery_section .gallery_area .sub_title {
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .gallery_section .gallery_area .sub_title p {
      font-size: 26px;
      font-weight: 400;
      color: #111111;
      text-align: center;
      line-height: 34px;
      width: 900px;
      max-width: 100%; }
  .gallery_section .gallery_area .gallery_main {
    padding-top: 30px; }
    .gallery_section .gallery_area .gallery_main .img_area {
      position: relative;
      margin-bottom: 20px; }
      .gallery_section .gallery_area .gallery_main .img_area .img_main {
        width: 100%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px; }
        .gallery_section .gallery_area .gallery_main .img_area .img_main:hover img {
          transform: scale(1.1);
          transition: 0.3s ease-in-out; }
        .gallery_section .gallery_area .gallery_main .img_area .img_main img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          transform: scale(1);
          transition: 0.3s ease-in-out; }
        .gallery_section .gallery_area .gallery_main .img_area .img_main video {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      .gallery_section .gallery_area .gallery_main .img_area .img_main1 {
        border-radius: 10px;
        height: 265px;
        width: 100%;
        overflow: hidden; }
        .gallery_section .gallery_area .gallery_main .img_area .img_main1 img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          transform: scale(1);
          transition: 0.3s ease-in-out; }
      .gallery_section .gallery_area .gallery_main .img_area .icon_main {
        position: absolute;
        top: 40%;
        margin: 0 auto;
        right: 0;
        left: 0;
        bottom: 0;
        height: 28px;
        width: 28px;
        padding-bottom: 2px;
        padding-left: 2px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        background-color: #F27113;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .gallery_section .gallery_area .gallery_main .img_area .icon_main i {
          font-size: 9px;
          color: #ffffff; }
      .gallery_section .gallery_area .gallery_main .img_area .icon_main1 {
        position: absolute;
        top: 40%;
        margin: 0 auto;
        right: 0;
        left: 0;
        bottom: 0;
        height: 28px;
        width: 28px;
        padding-bottom: 2px;
        padding-left: 2px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        background-color: #F27113;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .gallery_section .gallery_area .gallery_main .img_area .icon_main1 i {
          font-size: 9px;
          color: #ffffff; }

.grid-item {
  float: left;
  width: 80px;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, 0.5); }

.grid-item--width2 {
  width: 160px; }

.grid-item--height2 {
  height: 140px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery_section {
    padding-top: 20px;
    padding-bottom: 100px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .gallery_section {
    padding-right: 4px;
    display: flex;
    align-items: center; }
    .gallery_section .gallery_area .title_main h3 {
      font-size: 50px; }
    .gallery_section .gallery_area .sub_title p {
      font-size: 19px;
      line-height: 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .gallery_section {
    padding-top: 10px;
    padding-bottom: 30px; }
    .gallery_section .gallery_area .title_main {
      padding-top: 20px; }
      .gallery_section .gallery_area .title_main h3 {
        font-size: 42px; }
    .gallery_section .gallery_area .sub_title {
      padding-top: 12px; }
      .gallery_section .gallery_area .sub_title p {
        font-size: 18px;
        line-height: 27px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .gallery_section {
    padding-top: 6px;
    padding-bottom: 20px; }
    .gallery_section .gallery_area .title_main {
      padding-top: 20px; }
      .gallery_section .gallery_area .title_main h3 {
        font-size: 30px; }
    .gallery_section .gallery_area .sub_title {
      padding-top: 12px; }
      .gallery_section .gallery_area .sub_title p {
        font-size: 16px;
        line-height: 23px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .gallery_section {
    padding-top: 6px;
    padding-bottom: 20px; }
    .gallery_section .gallery_area .title_main {
      padding-top: 20px; }
      .gallery_section .gallery_area .title_main h3 {
        font-size: 30px; }
    .gallery_section .gallery_area .sub_title {
      padding-top: 12px; }
      .gallery_section .gallery_area .sub_title p {
        font-size: 16px;
        line-height: 23px; } }

/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.modal-body {
  padding: 0; }

.modal-header {
  padding: 0; }
  .modal-header .btn-close {
    padding: 0;
    z-index: 6;
    position: absolute;
    margin-right: 40px;
    height: 32px;
    width: 32px;
    right: 0;
    margin-right: 15px;
    margin-top: 30px;
    border-radius: 50%;
    font-size: 12px;
    color: #ffffff;
    background-color: #F27113;
    opacity: 1.5;
    background-image: url("../images/cross.png"); }

.modal {
  top: unset;
  bottom: 0;
  height: unset; }
  .modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0; }
    .modal .modal-dialog .img_main {
      width: 100%;
      max-width: 100%; }
      .modal .modal-dialog .img_main .img_area {
        width: 100%;
        max-width: 100%;
        height: calc(100vh - 164px);
        background-color: #111111;
        overflow: hidden;
        position: relative; }
        .modal .modal-dialog .img_main .img_area.video {
          height: calc(100vh - 164px);
          max-width: 100%;
          width: 100%; }
        .modal .modal-dialog .img_main .img_area img {
          height: 100%;
          width: 100%;
          object-fit: contain; }
        .modal .modal-dialog .img_main .img_area video {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .modal .modal-dialog .img_main1 {
      position: relative; }
      .modal .modal-dialog .img_main1 .img_area1 {
        height: 155px;
        border: 1px solid #ffffff;
        overflow: hidden; }
        .modal .modal-dialog .img_main1 .img_area1 img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .modal .modal-dialog .slick-list {
      margin: -10px; }
    .modal .modal-dialog button.slick-prev.pull-left.slick-arrow {
      position: absolute;
      height: 34px;
      width: 34px;
      border-radius: 50%;
      font-size: 14px;
      background-color: #F27113;
      color: #ffffff;
      z-index: 3;
      margin-top: 50px;
      margin-left: 15px;
      border: none;
      top: 0;
      left: 0; }
    .modal .modal-dialog button.slick-next.pull-right.slick-arrow {
      position: absolute;
      height: 34px;
      width: 34px;
      border-radius: 50%;
      font-size: 14px;
      background-color: #F27113;
      color: #ffffff;
      right: 0;
      top: 0;
      margin-top: 50px;
      margin-right: 20px;
      border: none; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .modal.show .modal-dialog .img_main1 .img_area1 {
    height: 140px; }
  .modal.show .modal-dialog .modal-header .btn-close {
    margin-right: 34px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .modal.show .modal-dialog .img_main1 .img_area1 {
    height: 110px; }
  .modal.show .modal-dialog .modal-header .btn-close {
    margin-top: 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .modal.show .modal-dialog .img_main .img_area {
    height: calc(100vh - 70px); }
    .modal.show .modal-dialog .img_main .img_area.video {
      height: calc(100vh - 70px); }
  .modal.show .modal-dialog .img_main1 .img_area1 {
    height: 100px; }
  .modal.show .modal-dialog .modal-header .btn-close {
    height: 28px;
    width: 28px;
    margin-top: 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .modal.show .modal-dialog .img_main .img_area {
    height: calc(100vh - 70px); }
    .modal.show .modal-dialog .img_main .img_area.video {
      height: calc(100vh - 70px); }
  .modal.show .modal-dialog .img_main1 .img_area1 {
    height: 70px; }
  .modal.show .modal-dialog .modal-header .btn-close {
    height: 20px;
    width: 20px;
    margin-top: 16px;
    font-size: 10px; }
  .modal.show .modal-dialog button.slick-prev.pull-left.slick-arrow {
    height: 20px;
    width: 20px;
    font-size: 10px;
    margin-top: 19px; }
  .modal.show .modal-dialog button.slick-next.pull-right.slick-arrow {
    height: 20px;
    width: 20px;
    font-size: 10px;
    margin-top: 19px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .modal.show .modal-dialog .img_main .img_area {
    height: calc(100vh - 70px); }
    .modal.show .modal-dialog .img_main .img_area.video {
      height: calc(100vh - 70px); }
  .modal.show .modal-dialog .img_main1 .img_area1 {
    height: 70px; }
  .modal.show .modal-dialog .modal-header .btn-close {
    height: 20px;
    width: 20px;
    margin-top: 16px;
    font-size: 10px; }
  .modal.show .modal-dialog button.slick-prev.pull-left.slick-arrow {
    height: 20px;
    width: 20px;
    font-size: 10px;
    margin-top: 19px; }
  .modal.show .modal-dialog button.slick-next.pull-right.slick-arrow {
    height: 20px;
    width: 20px;
    font-size: 10px;
    margin-top: 19px; } }

/* Smaller phones */
@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.match_making_section {
  background-color: #FDF0E7;
  padding-top: 30px;
  padding-bottom: 180px; }
  .match_making_section.medical_form_section .registration_number {
    padding-top: 20px; }
  .match_making_section .box_area {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    background-color: #ffffff; }
    .match_making_section .box_area .heading_detail::after {
      display: block;
      content: "";
      clear: both; }
    .match_making_section .box_area .heading_detail .head_title {
      float: left;
      width: calc(100% - 370px);
      padding-top: 80px; }
      .match_making_section .box_area .heading_detail .head_title h1 {
        font-size: 56px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 20px; }
      .match_making_section .box_area .heading_detail .head_title p {
        font-size: 24px;
        width: 700px;
        font-weight: 400;
        color: #111111;
        line-height: 30px;
        max-width: 100%; }
    .match_making_section .box_area .heading_detail .img_main {
      float: right;
      width: 370px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end; }
      .match_making_section .box_area .heading_detail .img_main .image_area {
        margin-top: 25px;
        width: 310px;
        height: 304px; }
        .match_making_section .box_area .heading_detail .img_main .image_area img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .match_making_section .box_area .form_detail {
      padding-top: 10px; }
      .match_making_section .box_area .form_detail .form-group {
        margin-bottom: 50px;
        position: relative; }
        .match_making_section .box_area .form_detail .form-group.spce {
          padding-top: 34px; }
        .match_making_section .box_area .form_detail .form-group .icon {
          position: absolute;
          z-index: 99;
          top: 0;
          right: 0;
          margin-top: 55px;
          margin-right: 4px; }
          .match_making_section .box_area .form_detail .form-group .icon i {
            font-size: 22px;
            color: #000000; }
        .match_making_section .box_area .form_detail .form-group .form-control {
          padding: 0;
          border: none;
          padding-bottom: 20px;
          border-bottom: 1px solid #606060; }
          .match_making_section .box_area .form_detail .form-group .form-control:focus {
            border-bottom-color: #F27113; }
          .match_making_section .box_area .form_detail .form-group .form-control.pading {
            padding-bottom: 26px; }
          .match_making_section .box_area .form_detail .form-group .form-control.capitalize {
            text-transform: capitalize; }
        .match_making_section .box_area .form_detail .form-group label {
          padding-bottom: 12px;
          color: #000000;
          font-size: 24px; }
          .match_making_section .box_area .form_detail .form-group label span {
            color: #F27113; }
      .match_making_section .box_area .form_detail .form-label {
        font-size: 24px;
        color: #000000; }
      .match_making_section .box_area .form_detail .back_btn {
        margin-top: 60px;
        float: left; }
        .match_making_section .box_area .form_detail .back_btn .btn.btn-primary {
          border: 2px solid #F27113;
          color: #000000;
          font-size: 24px;
          padding: 0 60px; }
          .match_making_section .box_area .form_detail .back_btn .btn.btn-primary:hover {
            color: #ffffff; }
      .match_making_section .box_area .form_detail .next_btn {
        margin-top: 60px;
        float: right; }
        .match_making_section .box_area .form_detail .next_btn .btn.btn-primary {
          border: 2px solid #F27113;
          color: #000000;
          font-size: 24px;
          padding: 0 60px; }
          .match_making_section .box_area .form_detail .next_btn .btn.btn-primary:hover {
            color: #ffffff; }
      .match_making_section .box_area .form_detail .radio_detail_info {
        display: flex; }
        .match_making_section .box_area .form_detail .radio_detail_info .abc {
          padding-right: 60px; }
          .match_making_section .box_area .form_detail .radio_detail_info .abc:last-child {
            padding-right: 0; }
        .match_making_section .box_area .form_detail .radio_detail_info p {
          font-size: 24px; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check .form-check-input {
          border-radius: 0px;
          width: 30px;
          height: 30px;
          position: relative;
          background-image: url("../images/white_radio.png");
          height: 20px;
          width: 20px;
          background-color: #ffffff;
          border-color: #ffffff; }
          .match_making_section .box_area .form_detail .radio_detail_info .form-check .form-check-input:focus {
            box-shadow: none; }
          .match_making_section .box_area .form_detail .radio_detail_info .form-check .form-check-input::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            border: 1px solid #000000;
            top: -6px;
            left: -6px;
            right: 0;
            margin: 0 auto;
            text-align: center; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check .form-check-input:checked[type=radio] {
          background-image: url("../images/radio.png");
          height: 20px;
          width: 20px;
          background-color: #ffffff;
          border-color: #ffffff; }
          .match_making_section .box_area .form_detail .radio_detail_info .form-check .form-check-input:checked[type=radio]::before {
            border: 1px solid #F27113; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check label {
          padding-left: 20px; }
    .match_making_section .box_area .upload_main {
      border: 2px solid #606060;
      border-style: dashed;
      padding: 40px 70px;
      display: inline-block;
      border: 2px solid #606060;
      border-radius: 16px;
      border-style: dashed; }
      .match_making_section .box_area .upload_main .uploads {
        text-align: center;
        margin: 0 auto;
        align-items: center;
        display: flex;
        justify-content: center; }
        .match_making_section .box_area .upload_main .uploads i {
          color: #F27113;
          font-size: 22px;
          cursor: pointer; }
      .match_making_section .box_area .upload_main p {
        text-align: center;
        font-size: 24px;
        color: #111111;
        font-weight: 400;
        margin-top: -10px; }
    .match_making_section .box_area .show-section .single-image {
      position: relative;
      width: 130px;
      max-width: 100%; }
      .match_making_section .box_area .show-section .single-image .fileRemover {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 5px; }
        .match_making_section .box_area .show-section .single-image .fileRemover i {
          font-size: 28px;
          color: #F27113;
          font-weight: 400; }
      .match_making_section .box_area .show-section .single-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .match_making_section .box_area .btn_main {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .match_making_section .box_area .btn_main .remove_btn {
        margin-top: 60px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; }
        .match_making_section .box_area .btn_main .remove_btn .btn.btn-primary {
          border: 2px solid #F27113;
          color: #000000;
          font-size: 24px;
          padding: 0 60px; }
          .match_making_section .box_area .btn_main .remove_btn .btn.btn-primary:hover {
            color: #ffffff; }
      .match_making_section .box_area .btn_main .back_btn {
        margin-top: 60px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; }
        .match_making_section .box_area .btn_main .back_btn .btn.btn-primary {
          border: 2px solid #F27113;
          color: #000000;
          font-size: 24px;
          padding: 0 60px; }
          .match_making_section .box_area .btn_main .back_btn .btn.btn-primary:hover {
            color: #ffffff; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Extra large desktops and mac laptops*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .match_making_section {
    padding-bottom: 128px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .match_making_section {
    padding: 40px 40px;
    padding-bottom: 138px; }
    .match_making_section .box_area .heading_detail .head_title {
      width: calc(100% - 300px);
      padding-top: 70px; }
      .match_making_section .box_area .heading_detail .head_title h1 {
        font-size: 52px;
        padding-bottom: 5px; }
      .match_making_section .box_area .heading_detail .head_title p {
        font-size: 22px; }
    .match_making_section .box_area .heading_detail .img_main {
      width: 300px; }
      .match_making_section .box_area .heading_detail .img_main .image_area {
        width: 285px;
        height: 268px; }
    .match_making_section .box_area .form_detail .form-group {
      margin-bottom: 40px; }
      .match_making_section .box_area .form_detail .form-group .icon {
        margin-top: 49px; }
        .match_making_section .box_area .form_detail .form-group .icon i {
          font-size: 19px; }
      .match_making_section .box_area .form_detail .form-group.spce {
        padding-top: 31px;
        padding-bottom: 0px; }
      .match_making_section .box_area .form_detail .form-group label {
        padding-bottom: 8px; }
      .match_making_section .box_area .form_detail .form-group .form-control {
        font-size: 22px; }
    .match_making_section .box_area .form_detail .next_btn {
      margin-top: 50px; }
      .match_making_section .box_area .form_detail .next_btn .btn.btn-primary {
        font-size: 22px; }
    .match_making_section .box_area .form_detail .radio_detail_info p {
      font-size: 22px; }
    .match_making_section .box_area .form_detail .form-label {
      font-size: 22px; }
    .match_making_section .box_area .form_detail .btn_main .remove_btn {
      margin-top: 50px; }
      .match_making_section .box_area .form_detail .btn_main .remove_btn .btn.btn-primary {
        font-size: 22px; }
    .match_making_section .box_area .form_detail .btn_main .back_btn {
      margin-top: 50px; }
      .match_making_section .box_area .form_detail .btn_main .back_btn .btn.btn-primary {
        font-size: 22px; }
    .match_making_section .box_area .upload_main {
      padding: 35px 60px; }
      .match_making_section .box_area .upload_main p {
        font-size: 22px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .match_making_section {
    padding: 40px 20px;
    padding-bottom: 122px; }
    .match_making_section .box_area .heading_detail .head_title {
      width: calc(100% - 275px);
      padding-top: 70px; }
      .match_making_section .box_area .heading_detail .head_title h1 {
        font-size: 38px;
        padding-bottom: 0px; }
      .match_making_section .box_area .heading_detail .head_title p {
        font-size: 20px; }
    .match_making_section .box_area .heading_detail .img_main {
      width: 275px; }
      .match_making_section .box_area .heading_detail .img_main .image_area {
        width: 260px;
        height: 255px; }
    .match_making_section .box_area .form_detail .form-group {
      margin-bottom: 35px; }
      .match_making_section .box_area .form_detail .form-group.spce {
        padding-top: 24px;
        padding-bottom: 21px; }
      .match_making_section .box_area .form_detail .form-group .icon {
        margin-top: 38px; }
        .match_making_section .box_area .form_detail .form-group .icon i {
          font-size: 19px; }
      .match_making_section .box_area .form_detail .form-group .form-control {
        font-size: 18px;
        padding-bottom: 18px; }
        .match_making_section .box_area .form_detail .form-group .form-control.pading {
          padding-bottom: 9px; }
      .match_making_section .box_area .form_detail .form-group label {
        font-size: 18px;
        padding-bottom: 8px; }
      .match_making_section .box_area .form_detail .form-group .form-select {
        font-size: 18px; }
    .match_making_section .box_area .form_detail .next_btn {
      margin-top: 30px; }
      .match_making_section .box_area .form_detail .next_btn .btn.btn-primary {
        font-size: 20px; }
    .match_making_section .box_area .form_detail .radio_detail_info .form-check label {
      padding-left: 10px; }
    .match_making_section .box_area .form_detail .radio_detail_info p {
      font-size: 17px; }
    .match_making_section .box_area .form_detail .form-label {
      font-size: 20px; }
    .match_making_section .box_area .form_detail .btn_main .remove_btn {
      margin-top: 40px; }
      .match_making_section .box_area .form_detail .btn_main .remove_btn .btn.btn-primary {
        font-size: 20px; }
    .match_making_section .box_area .form_detail .btn_main .back_btn {
      margin-top: 40px; }
      .match_making_section .box_area .form_detail .btn_main .back_btn .btn.btn-primary {
        font-size: 20px; }
    .match_making_section .box_area .upload_main {
      padding: 30px 50px; }
      .match_making_section .box_area .upload_main p {
        font-size: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .match_making_section {
    padding-bottom: 30px; }
    .match_making_section .box_area {
      padding-bottom: 30px; }
      .match_making_section .box_area .heading_detail .head_title {
        float: unset;
        width: 100%;
        padding-top: 40px; }
        .match_making_section .box_area .heading_detail .head_title h1 {
          font-size: 30px;
          margin-bottom: 10px; }
        .match_making_section .box_area .heading_detail .head_title p {
          font-size: 16px;
          line-height: 25px; }
      .match_making_section .box_area .heading_detail .img_main {
        float: unset;
        width: 100%; }
        .match_making_section .box_area .heading_detail .img_main .image_area {
          max-width: 100%;
          margin: 0 auto; }
      .match_making_section .box_area .form_detail {
        padding-top: 10px; }
        .match_making_section .box_area .form_detail .form-group {
          margin-bottom: 25px;
          padding-bottom: 0px;
          display: block; }
          .match_making_section .box_area .form_detail .form-group.spce {
            padding-top: 18px;
            padding-bottom: 0; }
          .match_making_section .box_area .form_detail .form-group .icon {
            margin-top: 36px; }
            .match_making_section .box_area .form_detail .form-group .icon i {
              font-size: 16px; }
          .match_making_section .box_area .form_detail .form-group .form-control {
            font-size: 16px;
            padding-bottom: 10px; }
            .match_making_section .box_area .form_detail .form-group .form-control.pading {
              padding-bottom: 9px; }
          .match_making_section .box_area .form_detail .form-group .form-select {
            font-size: 16px;
            padding-top: 6px;
            padding-bottom: 17px;
            background-size: 18px; }
          .match_making_section .box_area .form_detail .form-group label {
            font-size: 16px;
            padding-bottom: 8px; }
        .match_making_section .box_area .form_detail .next_btn {
          margin-top: 10px; }
          .match_making_section .box_area .form_detail .next_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 45px;
            line-height: 44px; }
        .match_making_section .box_area .form_detail .btn_main .remove_btn {
          margin-top: 35px; }
          .match_making_section .box_area .form_detail .btn_main .remove_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 45px;
            line-height: 44px; }
        .match_making_section .box_area .form_detail .btn_main .back_btn {
          margin-top: 35px; }
          .match_making_section .box_area .form_detail .btn_main .back_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 45px;
            line-height: 44px; }
      .match_making_section .box_area .form_detail .radio_detail_info {
        padding-bottom: 14px; }
        .match_making_section .box_area .form_detail .radio_detail_info .abc {
          padding-right: 39px; }
        .match_making_section .box_area .form_detail .radio_detail_info p {
          font-size: 16px; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check label {
          font-size: 16px;
          padding-left: 15px; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check .form-check-input::before {
          width: 26px;
          height: 26px;
          top: -4px;
          left: -4px; }
      .match_making_section .box_area .form_detail .form-label {
        font-size: 16px;
        margin-bottom: 0; }
      .match_making_section .box_area .upload_main {
        padding: 20px 35px;
        border-radius: 10px; }
        .match_making_section .box_area .upload_main i {
          font-size: 18px; }
        .match_making_section .box_area .upload_main p {
          font-size: 16px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .match_making_section {
    padding-bottom: 30px; }
    .match_making_section .box_area {
      padding-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px; }
      .match_making_section .box_area .heading_detail .head_title {
        float: unset;
        width: 100%;
        padding-top: 40px; }
        .match_making_section .box_area .heading_detail .head_title h1 {
          font-size: 30px;
          margin-bottom: 10px; }
        .match_making_section .box_area .heading_detail .head_title p {
          font-size: 16px;
          line-height: 25px; }
      .match_making_section .box_area .heading_detail .img_main {
        float: unset;
        width: 100%; }
        .match_making_section .box_area .heading_detail .img_main .image_area {
          max-width: 100%;
          height: 275px; }
      .match_making_section .box_area .form_detail {
        padding-top: 20px; }
        .match_making_section .box_area .form_detail .form-group {
          margin-bottom: 25px;
          padding-bottom: 0;
          display: block; }
          .match_making_section .box_area .form_detail .form-group .icon {
            margin-top: 33px; }
            .match_making_section .box_area .form_detail .form-group .icon i {
              font-size: 16px; }
          .match_making_section .box_area .form_detail .form-group.spce {
            padding-top: 3px;
            padding-bottom: 9px; }
          .match_making_section .box_area .form_detail .form-group .form-control {
            font-size: 16px;
            padding-bottom: 10px; }
            .match_making_section .box_area .form_detail .form-group .form-control.pading {
              padding-bottom: 13px; }
          .match_making_section .box_area .form_detail .form-group label {
            padding-bottom: 8px; }
          .match_making_section .box_area .form_detail .form-group .form-select {
            font-size: 16px;
            padding-top: 5px;
            padding-bottom: 15px;
            background-size: 17px; }
          .match_making_section .box_area .form_detail .form-group label {
            font-size: 16px; }
        .match_making_section .box_area .form_detail .next_btn {
          margin-top: 5px; }
          .match_making_section .box_area .form_detail .next_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 30px;
            line-height: 36px; }
        .match_making_section .box_area .form_detail .btn_main .remove_btn {
          margin-top: 35px; }
          .match_making_section .box_area .form_detail .btn_main .remove_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 30px;
            line-height: 36px; }
        .match_making_section .box_area .form_detail .btn_main .back_btn {
          margin-top: 35px; }
          .match_making_section .box_area .form_detail .btn_main .back_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 30px;
            line-height: 36px; }
      .match_making_section .box_area .form_detail .radio_detail_info {
        padding-bottom: 0px; }
        .match_making_section .box_area .form_detail .radio_detail_info .abc {
          padding-right: 39px; }
        .match_making_section .box_area .form_detail .radio_detail_info p {
          font-size: 16px; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check label {
          font-size: 16px;
          padding-left: 15px; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check .form-check-input::before {
          width: 26px;
          height: 26px;
          top: -4px;
          left: -4px; }
      .match_making_section .box_area .form_detail .form-label {
        font-size: 16px;
        margin-bottom: 0; }
      .match_making_section .box_area .upload_main {
        padding: 20px 35px;
        border-radius: 10px; }
        .match_making_section .box_area .upload_main i {
          font-size: 18px; }
        .match_making_section .box_area .upload_main p {
          font-size: 16px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .match_making_section {
    padding-bottom: 25px; }
    .match_making_section .box_area {
      padding-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px; }
      .match_making_section .box_area .heading_detail .head_title {
        float: unset;
        width: 100%;
        padding-top: 40px; }
        .match_making_section .box_area .heading_detail .head_title h1 {
          font-size: 30px;
          margin-bottom: 10px; }
        .match_making_section .box_area .heading_detail .head_title p {
          font-size: 16px;
          line-height: 25px; }
      .match_making_section .box_area .heading_detail .img_main {
        float: unset;
        width: 100%; }
        .match_making_section .box_area .heading_detail .img_main .image_area {
          max-width: 100%;
          height: 265px; }
      .match_making_section .box_area .form_detail {
        padding-top: 20px; }
        .match_making_section .box_area .form_detail .form-group {
          margin-bottom: 25px;
          padding-bottom: 0;
          display: block; }
          .match_making_section .box_area .form_detail .form-group .icon {
            margin-top: 33px; }
            .match_making_section .box_area .form_detail .form-group .icon i {
              font-size: 16px; }
          .match_making_section .box_area .form_detail .form-group.spce {
            padding-top: 3px;
            padding-bottom: 9px; }
          .match_making_section .box_area .form_detail .form-group .form-control {
            font-size: 16px;
            padding-bottom: 10px; }
            .match_making_section .box_area .form_detail .form-group .form-control.pading {
              padding-bottom: 13px; }
          .match_making_section .box_area .form_detail .form-group label {
            padding-bottom: 8px; }
          .match_making_section .box_area .form_detail .form-group .form-select {
            font-size: 16px;
            padding-top: 5px;
            padding-bottom: 15px;
            background-size: 17px; }
          .match_making_section .box_area .form_detail .form-group label {
            font-size: 16px; }
        .match_making_section .box_area .form_detail .next_btn {
          margin-top: 5px; }
          .match_making_section .box_area .form_detail .next_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 30px;
            line-height: 36px; }
        .match_making_section .box_area .form_detail .btn_main .remove_btn {
          margin-top: 35px; }
          .match_making_section .box_area .form_detail .btn_main .remove_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 30px;
            line-height: 36px; }
        .match_making_section .box_area .form_detail .btn_main .back_btn {
          margin-top: 35px; }
          .match_making_section .box_area .form_detail .btn_main .back_btn .btn.btn-primary {
            font-size: 16px;
            padding: 0 30px;
            line-height: 36px; }
      .match_making_section .box_area .form_detail .radio_detail_info {
        padding-bottom: 0px; }
        .match_making_section .box_area .form_detail .radio_detail_info .abc {
          padding-right: 39px; }
        .match_making_section .box_area .form_detail .radio_detail_info p {
          font-size: 16px; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check label {
          font-size: 16px;
          padding-left: 15px; }
        .match_making_section .box_area .form_detail .radio_detail_info .form-check .form-check-input::before {
          width: 26px;
          height: 26px;
          top: -4px;
          left: -4px; }
      .match_making_section .box_area .form_detail .form-label {
        font-size: 16px;
        margin-bottom: 0; }
      .match_making_section .box_area .upload_main {
        padding: 20px 35px;
        border-radius: 10px; }
        .match_making_section .box_area .upload_main i {
          font-size: 18px; }
        .match_making_section .box_area .upload_main p {
          font-size: 16px; } }
