
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
  
*:focus {
	outline: none;
   }
  
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-acor: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
} 
body {
	font-family:  'Open Sans', sans-serif;
	color: #1C1C1C;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	background-color: #fff;
	letter-spacing: 0.2px;
}   

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}  

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
}

.enqure-now-banner {
  width: 100%;
}
/** feedback section Start **/ 
.bg-image {
  padding: 0px;
  width: 100%;
  background-image: url(../images/form-bg.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback-sec {
	width: 100%;
	margin: 0 auto;
	background: #f4f6f9;
	padding: 0% 0% 2% 0%;
	max-width: 700px;
	margin-top: 5%;
}
 .feedback-sec .con-info {
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0px 0px 25px 0px;
	background: #273c75;
	color: #fff;
	display: block;
	width: 100%;
	padding: 8px 2px 11px 2px;
}
 .form-section {
    width: 100%;     
	min-height: 300px;
	padding: 0 15px 20px 15px;
}
/** Start date 19/01/2024 **/
.form-section .text-box {
	width: 50%;
  float: left;
  padding: 5px 8px 13px 8px;
}
/** End date 19/01/2024 **/
.form-section .message-box {
    width: 100%; 
	padding:  5px 7px 13px 7px;
}
.form-section .message-box .category-discription {
  height: 60px;
}
.clear {
    clear: both;
}
.form-section .text-box label {
	font-size: 14px;
	font-weight: 600;
	color: #737373;
	margin-bottom: 3px;
	display: block;
}
.form-section input, 
.form-section textarea, 
.form-section select {
	font-size: 15px;
	padding: 3px 13px;
	width: 100%;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.02) inset;
	margin: 0px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 1;
	color: #313131;
	height: 44px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}
.form-section .opt-form-sec {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background: transparent url(../img/bottom-aro.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 20px; 
    background-size: 15px;
    font-size: 16px;  
	background-color: #fff;
	color: #8f8f8f;
} 
.form-section textarea {
	height:80px;
}
.submit-box {
	width: 100%;
	padding: 10px 5px 10px 5px;  
	display: flex;
	text-align: center;
}
.form-section .submit-button {
	width: 100px;
	display: block;
	background: #273c75;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #273c75;
	padding: 12px 5px;
	margin-top: 2px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 17px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: 500;
    } 
.form-section .submit-button:hover {
    border: 1px solid #0b60a2;
    background: #0b60a2;
    color: #fff;
    }
.form-section .reset-button {
	width: 100px;
	display: block;
	background: #dfdfdf;
	color: #444444;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	padding: 12px 5px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 17px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: 500;
		} 
.form-section  .sub-heading {
  width: 100%;
  padding: 10px 7px 5px 7px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.form-section .mic-web-p {
	margin: 3px 0 0 3px;
	padding: 0;
	font-size: 13px;
	color: #737373;
	font-weight: 700;
	font-style: italic;
}
.form-section .check-box {
  font-size: 16px;
  padding: 3px 13px;
  width: 18px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.02) inset;
  margin: 0px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 0px;
  opacity: 1;
  color: #313131;
  height: 18px;
  border: 1px solid rgba(36,39,44,.3);
}
.form-section .check-box-section label {
    font-size: 14px;
	margin-left: 5px;
	margin-right: 4%;
	color: #4d4d4d;
	font-weight: 700;
}
.form-section .check-box-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-section .payment-sec {
	width: 99%;
	background: #f2f2f2;
	padding: 13px 15px;
	border: 1px solid #e6e6e6;
	margin: 5px auto 10px auto;
}
.form-section .payment-sec .payment-box {
  width: 50%;
}
.form-section .payment-sec .total-amount-h6 {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #0f0f0f;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.form-section .payment-sec .total-amount-h6 span { 
  color: #f2141d; 
}
/** feedback section End **/

/** Start date 19/01/2024 **/

.file-att-sec {
	width: 100%;
}
.file-att-sec input {
	float: left;
	width: calc(100% - 80px);
	margin-bottom: 15px;
	padding-top: 11px;
  }
  .file-submit {
	float: right;
	width: 80px;
	border-radius: 0;
	border: 1px solid rgba(36,39,44,.3);
	border-left: none;
	background: #f2f2f2;
	font-size: 16px;
	color: #4f4f4f;
	font-weight: 500;
	height: 48px;
    cursor: pointer;
	letter-spacing: 0.1px;
  }
  .file-submit:hover { 
	border: 1px solid #2378b9;
	border-left: none;
	background: #2378b9; 
	color: #fff; 
  }

/** End date 19/01/2024 **/


@media only screen and (max-width: 768px) { 
   
/** feedback section Start **/ 
.feedback-sec {
  width: 100%;
  margin: 0 auto;
}
/** feedback section Start **/

}

@media only screen and (max-width: 650px) { 
   
/** feedback section Start **/ 
.feedback-sec .con-info {
	font-size: 20px;
	line-height: 26px;
	margin-left: 0px;
}
.form-section .text-box {
    width: 100%;
    float: left;
    padding: 5px 0px 10px 0px;
}
.form-section .message-box {
    width: 100%;
    padding: 5px 0px 10px 0px;
}
.form-sec .submit-box {
    width: 100%;
    padding: 0px 0px 10px 0px;
}
.form-sec .form-section input, 
.form-sec .form-section textarea, 
.form-sec .form-section select { 
    height: 45px;
}
.form-sec .form-section textarea {
    height: 100px;
}
.form-sec .form-section .submit-button { 
    padding: 11px 10px;
}
.submit-box {
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.form-section .payment-sec {
  width: 100%; 
  padding: 10px; 
  margin: 5px auto 10px auto;
}
.form-section .payment-sec .payment-box {
  width: 100%;
  margin-bottom: 10px;
}
/** feedback section End **/
 
}

@media only screen and (max-width: 512px) {  

}


@media only screen and (max-width: 420px) { 

}