/* @extend display-flex; */
display-flex {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* roboto-slab-300 - latin */
@font-face {
    font-family: 'BebasNeue';
    font-weight: normal;
    font-display: swap;
    src: local('BebasNeue-Bold'), local('BebasNeue-Bold'), url('../fonts/BebasNeue-Bold.woff') format('woff'), url('../fonts/BebasNeue-Bold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    font-weight: normal;
    font-display: swap;
    src: local('Montserrat-Medium'), local('Montserrat-Medium Regular'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-display: swap;
    src: local('Montserrat-Regular'), local('Montserrat Regular'), url('../fonts/Montserrat-Regular.ttf') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
}


.calling_email_top {
  width: 100%;
  padding: 10px 20px 5px 20px;
  display: inline-block;
  min-height: 30px;
  background: #8BC441;
}
.main_header {
    /*background-color: #d1d2d4;*/
	background-color:#fff;
}
table th, table td{font-size:15px;}
response_message{color:red;}
/*.response_message_mc{}*/
.main_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo_mc {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.subsequent {
    font-size: 14px;
}
.logo_sc {
  margin: auto;
}
.harsha_logo {
    cursor: pointer;
}
.harsha_logo img {
        width: 240px;
        height: auto;
		padding:14px;
}
section.thank_you {
  background: #f3f3f3;
  padding: 40px 0;
  position: relative;
}
.footer_bottom{
background-color:#C8E2BF;
padding:15px 10px;
}
.footer_bottom_mc{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.footer_bottom_sc_1{
flex-basis:23%;
padding:2px;
}
.footer_bottom_sc_1 img{
height:60px;
width:auto;
}
.footer_bottom_sc_2{
flex-basis:23%;
padding:2px;
}
.footer_bottom_sc_3{
flex-basis:23%;
padding:2px;
}
.footer_bottom_sc_4{
flex-basis:23%;
padding:2px;
}
.footer_bottom_mc a{display: inline-block;
    color: #000;
    text-decoration: none;line-height:24px;font-size:16px;}
/*custom end*/

a:focus, a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

input, select, textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
  font-family: 'Montserrat-Medium';
  }
select{
background:#fff;
appearance: auto !important;
-moz-appearance: auto !important;
-webkit-appearance: auto !important;
border: 1px solid #ebebeb !important;
border-radius:12px;
font-family: 'Montserrat-Medium';
}
label{color:#222;font-size:16px;font-family: 'Montserrat-Medium';}
.submit:focus{
  color: #fff !important;
  border-bottom: 2px solid #4966b1;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

p {
  margin-bottom: 0px; }

input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
  -moz-box-shadow: 0 0 0 30px white inset;
  -webkit-box-shadow: 0 0 0 30px white inset;
  -o-box-shadow: 0 0 0 30px white inset;
  -ms-box-shadow: 0 0 0 30px white inset; }

h2 {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #222;
font-family: 'Montserrat-Medium';
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase; }

h3 {
  font-weight: bold;
  color: #222;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 35px; }

.clear {
  clear: both; }

body {
  font-size: 13px;
  line-height: 1.8;
  color: #000;
/*  background-image: url("../images/body-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;*/
  font-weight: 400;
  font-family: 'Montserrat-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0px; }
input#ie_submit_btn, input#pop_ie_submit_btn {
    font-size:16px;
}
/*#main_header{width:100%;height:120px;background:#8e8e8e52;}
.gigis_logo img{height:100px;padding:10px;}*/
.thank_you .container{max-width:1120px;margin:0 auto;}
.thankyou_subcontainer{color:#000;text-align:center;font-size:22px;}
/*#gig_footer{height:100px;background:#1c68b2;}
.gig_footer_logo{padding:5px;}
.gig_footer_logo img{height:70px;}
*/
/* gig_footer Section Start */
.gig_footer {
    background-color: #1967b3;
    padding: 15px 0;
}
.gig_footer_mc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gig_footer_nav_title {
    color: #f79821;
    font-size: 17px;
    margin-top: 0;
}
.gig_footer_sc a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
}
.gig_footer_sc a:hover {
    opacity: 0.8;
    color: #f79821;
}
.gig_footer_sc a {
    color: #fff;
    text-decoration: none;
}
.gig_footer_sc a>i {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
}
.gig_footer_sc a>i.fa-phone-volume {
    transform: rotate(-20deg);
}
/* .gig_footer_logo {
    margin-bottom: 20px;
} */
.gig_footer_logo img {
    height: 60px;
    display: block;
    /* margin-bottom: 20px; */
}
/* gig_footer Section End */
.main {
  /*padding: 60px 0;*/
  position: relative; }

.main {
  min-height: 100vh;
  display: flex; }
  .main .image-holder {
    width: 69.9%;
	position:relative;
	}
  .main .container {
    width: 30.1%;
	margin:auto;
	}

.image-holder {
  /*background: url("../images/body-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  */
  }
  .image-holder img {
    display: block; }


.container {
  background: #ff97a4;
  /*padding-top: 16.36vh;*/
  padding-top: 1vh;
  padding-left: 4vw;
  padding-right: 4vw; }

form {
  width: 100%; }

/*
.container {
  width: 586px;
  background: #fff;
  margin-left: 165px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
*/
.container {
    /*width: 586px;*/
    background: #fff;
    /*margin-left: 165px;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    /*width: 35%;*/
    /*margin: 3em auto;*/
	margin-top:20px;
    /* background: rgba(0, 0, 0, 0.18); */
    /*background-size: cover;*/
    }

.header{
position:relative;
display:none;
top:0;
bottom :0;
width:100%;
height:80px;
background:#cacacaf0;
padding-bottom:10px;
}
.form-sub-heading{color:#f89a20;font-size:18px;text-align:center;}
.form-heading{text-align:center;font-weight:400;}
.error{position: relative;
    margin-bottom: 10px;
	margin-top:-10px;
    display: none;
    color: red;}
.muchbold{font-weight:600;}
.break{display:inline;}


.logo img{height:80px;
padding:10px;
}
/*.appointment-form {
  padding: 30px 60px 70px 60px; }
*/
input, select, textarea {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 2px solid #ebebeb;
  padding: 5px 0;
  color: #222;
  margin-bottom: 31px;
  font-family: 'Montserrat-Medium';
  font-size:16px;
  }
  input:focus, select:focus {
    color: #222;
    border-bottom: 2px solid #4966b1;
	
	}

input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none; }

input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 25px; }

input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  margin-bottom: 3px;
  /*border: 1px solid #ebebeb;*/
  border: 1px solid #a9a1a1;
  background: white;
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
  vertical-align: bottom; }

input[type=checkbox]:not(old):checked + label > span {
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white); }

input[type=checkbox]:not(old):checked + label > span:before {
  content: '\f26b';
  display: block;
  color: #222;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold; }

.label-agree-term {
  /*color: #999;*/
  color:#6c6b6b;}

.term-service {
  color: #222; }

.submit {
  width: 180px;
  background: #4966b1;
  color: #fff;
  padding: 16px 17px;
  font-size: 13px;
  margin:0 auto;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -moz-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -o-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -ms-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7); }
  .submit:hover {
    background: #3a518d; }

ul {
  background: 0 0;
  z-index: 9; }

ul li {
  padding: 3px 0px;
  z-index: 2;
  color: #999; }
  ul li:last-child {
    border-bottom: 1px solid #ebebeb; }

ul li:not(.init) {
  display: none;
  background: #fff;
  color: #222;
  padding: 5px 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }

ul li:not(.init):hover, ul li.selected:not(.init) {
  background: #4966b1;
  color: #fff; }

li.init {
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #ebebeb; }
  li.init:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
    color: #999;
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2f9'; }

#confirm_type {
  margin-bottom: 30px; }

.form-group-2 {
  margin-top: 15px;
  margin-bottom: 30px; }

.form-check {
  margin-bottom: 20px; }

.select-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 55px; }

.list-item {
  position: absolute;
  width: 100%; }

#confirm_type {
  z-index: 99; }

#hour_appointment {
  z-index: 9; }
  .section_container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}
.thankyou_subcontainer h1{font-size:26px;}
.ie_register_submit_btn{
	width: auto;
  background-color: #1967b3;
  color: #fff;
  border: 0;
  min-width: 110px;
  text-align: center;
  display: block;
  padding: 14px 14px;
  height: auto;
  margin: 0 auto;
  }
  form ::placeholder {
    font-family: 'Montserrat-Medium';
    color: #ccc;
}
select, option {
font-family: 'Montserrat-Medium';
font: -moz-pull-down-menu;
-moz-font-family:"Lucida Console", Monaco, monospace;
}
/*custom*/
.diabled_btn{
cursor: no-drop;
background: #959da4 !important;
}
@media (min-width:576px){
.gig_footer_sc {
        flex-basis: 33.33%;
    }
}
@media (min-width: 992px){
.gig_footer_mc {
    max-width: 85%;
    margin: 0 auto;
}
.gig_footer_sc {
    text-align: center;
}
.gig_footer_sc {
    flex-basis: 33.33%;
}
}
@media (max-width: 1500px){
.container {
    display: flex;
    align-items: center;
    padding-top: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
	padding-bottom:4vw;
}
}
@media (max-width: 1199px) {
  .main {
    flex-direction: column; }
    .main .image-holder {
      width: 100%;
      height: auto; }
    .main .container {
      width: 100%;
      height: auto; }

  .container {
    padding-left: 14vw;
    padding-right: 14vw; }

  button {
    width: 50%; } }
@media (max-width: 991px) {
  .main .image-holder {
    height: auto; }
  .main .container {
    height: auto; }

    .form-header {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .main .container {
    height: auto; }
  .main .image-holder {
    height: auto; }

  .image-holder img {
    display: block; }

  .form-inner {
    padding: 30px 20px; }

  button {
    width: 100%; }
    .gig_footer_mc {
    align-items: initial;
    flex-direction: column;
	}
	.gig_footer_sc {
    margin-bottom: 10px;
}
    
}
/*
@media screen and (max-width: 1024px) {
  .container {
    margin: 0 auto; } }
	*/
@media screen and (max-width: 768px) {
  .container {
    width: calc( 100% - 30px);
    max-width: 100%;
    margin-top: 30px;}
	/*.appointment-form {
    padding: 30px 40px 70px 40px;
}*/
.break {
    display: inline;
}
h2{font-size: 16px;}
.form-sub-heading{font-size:15px;}
	}
@media screen and (max-width:600px){
.footer_bottom_sc_1, .footer_bottom_sc_2, .footer_bottom_sc_3, .footer_bottom_sc_4{
flex-basis:100%;
padding:2px;
}
}
@media screen and (max-width: 480px) {
  /*.appointment-form {
    padding: 30px 30px 70px 30px; } */}

/*# sourceMappingURL=style.css.map */
