.contact_pageRVP > h1 {
    color: #fff;
    text-align: center;
    background: #fe661f;
   padding: 60px;
}
#contact-Forms-wrapper {
  /*  padding: 30px 100px;*/
    margin: 50px 0px;
}
inner_reason {
    padding: 40px 0;
}
.inner_reason {
    padding: 50px 0;
}

.inner_reason .tab_cntnt-wraPPed:active,
.inner_reason .tab_cntnt-wraPPed:focus,
.inner_reason .tab_cntnt-wraPPed:hover {
    background: #fe661f;
    color: #FFF;
}
.address_part {
    text-align: center;
     font-size: 18px;
}
.address_part p {
    font-size: 18px;
}
.innner_section_main {
    padding: 30px 100px;
}
.inner_reason .tab_cntnt-wraPPed {
    display: block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    height: 100px;
    border: 2px solid #fe661f;
    background: #FFF;
    color: #fe661f;
    font-weight: bold;
}
#contactForm label,
#contactFormnew label,
#contactForm3 label{
    /* width: 20%; */
    margin-right: 15px;
    margin-bottom: 0px;
    font-weight: 500;
}
.smily-emoj {
    display: inline-block;
}
.smily-emoj .happy {
    position: relative;
    margin-right: 10px;
}
.smily-emoj {
    position: relative;
}
.smily-emoj .SaD {
    position: relative;
}
.smily-emoj i {
    font-size: 40px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.smily-emoj input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
}
.smily-emoj .happy input:checked + i {
  background: url(/img/yosh-happy-smile-hover.svg) center center / 34px no-repeat #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.smily-emoj .SaD input:checked + i {
  background: url(/img/yosh-unhappy-smile-hover.svg) center center / 34px no-repeat #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#contactForm .form-group,
#contactForm3 .form-group {
    width: 100%;
    /* display: flex; */
    flex-wrap: nowrap;
    align-items: center;
    /* margin-bottom: 25px; */
}
#contactForm .txT-grph .form-group input,
#contactForm3 .txT-grph .form-group input,
#contactForm .txT-grph .form-group textarea,
#contactForm3 .txT-grph .form-group textarea {
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
    border: none;
    padding-left: 20px;
    border-radius: 50px;
}
#contactForm .txT-grph .form-group textarea,
#contactForm3 .txT-grph .form-group textarea{
    height: 120px;
    border-radius: 20px;
}
#contactFormnew .form-group {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
   margin-bottom: 25px;
}
#contactFormnew .txT-grph .form-group input {
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
    border: none;
    padding-left: 20px;
    border-radius: 50px;
}
.aftr_label {
    width: 80%;
}
.slct-wrap {
    display: flex;
    align-items: center;
}
.slct-wrap .selcT-grph span {
    font-size: 18px;
}
.slct-wrap .selcT-grph {
    margin-right: 15px;
}
#contact-Forms-wrapper .customer-support-page-content {
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
}
#contact-Forms-wrapper .customer-support-page-content > div > h2 {
    color: #333;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0px;
}
.tab-section-cntct {
    margin-bottom: 50px;
}
#contact-Forms-wrapper .btn.btn-success.btn-lg {
    background-color: #ff6720;
    border-color: #ff6720;
    padding: 10px 45px;
    /*border-radius: 50px;*/
}
.error {
    color: red;
}

/* The selcT-grph */
.selcT-grph {
  display: block;
  position: relative;
  padding-left:27px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.selcT-grph input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.selcT-grph:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.selcT-grph input:checked ~ .checkmark {
  background-color: #333;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.selcT-grph input:checked ~ .checkmark:after {
  display: block;
}
.customer-support-page-wrap {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
/* Style the indicator (dot/circle) */
.selcT-grph .checkmark::after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.txT-grph textarea {
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding-left: 20px;
    border-radius: 20px;
    height: 120px;
    padding-top: 20px;
}
#section2 #contactFormnew .form-group {
    display: unset;
}
.alert-success {
    position: relative;
}
@media (max-width: 1200px){
#contact-Forms-wrapper {
    padding: 30px;
}
.contact_pageRVP > h1 {
    padding: 20px;
    font-size: 30px;
}
.innner_section_main {
    padding: 30px 15px;
}
.inner_reason .tab_cntnt-wraPPed {
    font-size: 14px;
}
}
@media (max-width: 767px){
    #contactForm label,
	#contactFormnew label,
	#contactForm3 label {
    width: 100%;
    margin-bottom: 15px;
}
.aftr_label {
    width: 100%;
}
#contactForm .form-group,
#contactFormnew .form-group,
#contactForm3 .form-group {
    flex-wrap: wrap;
}
.inner_reason {
    margin-bottom: 15px;
}
}
@media (max-width: 480px){
#contact-Forms-wrapper {
    padding: 0px;
    margin: 0px !important;
}
.customer-support-page-wrap .container {
    padding-top: 0px;
    color: #232323;
}
.customer-support-page-wrap .customer-support-bg {
    background-image: none;
}
.customer-support-page-wrap {
    min-height: 100% !important;
    margin-top: 70px;
}
.contact_pageRVP > h1 {
    padding: 75px 20px;
}
#contact-Forms-wrapper form {
    padding: 0px 15px;
}
}
