.m_design
{
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.575);
-webkit-box-shadow: 0 0 10px   rgba(0, 0, 0, 0.575);
box-shadow: 0 0 10px   rgba(0, 0, 0, 0.575);
}

.facebook-icon {
    width: 100px;
    display: block;
    height: 20px;
    text-decoration: none;
    padding-left: 15px;
    margin: 5px;
  }

  .facebook-icon:before {
    content: '';
    background: url('https://drive.google.com/uc?export=view&id=1pgEleudexmvv-2JtMqC2CPtCuzizdiqi');
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -20px;
    margin-top: 3px;
  }

  .ig-icon {
    width: 100px;
    display: block;
    height: 20px;
    text-decoration: none;
    padding-left: 15px;
    margin: 5px;
  }

  .ig-icon:before {
    content: '';
    background: url('https://drive.google.com/uc?export=view&id=1y09f2dRYecX5POCJGgxvSch7nVYjBcNg');
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -20px;
    margin-top: 3px;
  }

  .email-icon {
    width: 100px;
    display: block;
    height: 20px;
    text-decoration: none;
    padding-left: 15px;
    margin-left: 5px;
    margin-top:5px;
  }

  .email-icon:before {
    content: '';
    background: url('https://drive.google.com/uc?export=view&id=1_jgMYVMHEpZ1LTw1J7AvrWlV3TOvhho9');
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -20px;
    margin-top: 3px;
  }

  .phone-icon {
    width: 100px;
    display: block;
    height: 20px;
    text-decoration: none;
    padding-left: 15px;
    margin-left: 5px;
    margin-top:5px;
  }

  .phone-icon:before {
    content: '';
    background: url('https://drive.google.com/uc?export=view&id=1t9jxdAUyZqW8zDNvV3ACpuN-POyoAQkl');
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -20px;
    margin-top: 3px;
  }
 /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.loader {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 9999;
			background: rgb(249, 249, 249);
			opacity: .8;
			background-size: 200px 120px;
		}

		.loader-page {

			position: absolute;
			left: 50%;
			top: 50vh;
			z-index: 1;
			border: 16px solid #f3f3f3;
			border-radius: 50%;
			border-top: 16px solid #192a48;
			width: 120px;
			height: 120px;
			-webkit-animation: spin 2s linear infinite;
			/* Safari */
			animation: spin 2s linear infinite;
			/* width: 100%;
		height: 100%; */
			z-index: 1;
			/* background: url("loader.gif") 50% 50% no-repeat rgb(249, 249, 249); */
			/* opacity: .8; */
			/* background-size: 200px 120px; */

		}

    @-webkit-keyframes spin {
			0% {
				-webkit-transform: rotate(0deg);
			}

			100% {
				-webkit-transform: rotate(360deg);
			}
		}

		@keyframes spin {
			0% {
				transform: rotate(0deg);
			}

			100% {
				transform: rotate(360deg);
			}
		}

    * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  height:100%;
  position: relative;
  margin: auto;
  width:100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

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

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

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}


.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popup-content {
  background-color: #fefefe;
  margin: 2% auto; /* 15% from the top and centered */
  width: 50%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}

@media(max-width: 500px) {
  .popup-content {
    width: 80%;
    margin: 25% auto;
  }
}

.popup-header {
  padding: 2px 16px;
  background-color: #444c74;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.popup-text {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 1rem;
}

/* Modal Body */
.popup-body {
  padding: 10px 12px;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}