.contactSection {
    background-attachment: fixed;
    background-size: cover;
    /* position: relative; */
}
 .back-quton {
    background: #fff !important;
}
 .form-quotion {
    background-color: #fff;
    padding: 60px 50px;
    box-shadow: 0 0 10px 0 rgba(79, 79, 79, .1);
    margin-left: -100px;
    margin-top: 70px;
}
.contact-page__quotion {
    position: relative;
    display: block;
      background: #ffffff;
    padding: 30px 30px 30px;
 }
.imgContainer {
    background-size: cover;
    background-position: 50%;
    height: 100%;    position: relative;
}
.overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(28, 28, 32, .7);
}
 .tit-quotion {
    font-size: 40px;
    font-weight: 900;
    text-transform: capitalize;
    color: rgba(0, 0, 0, .85);margin-bottom: 30px;
}
.upload-area {
    width: 100%;
    padding: 40px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    color: #000000;
    font-size: 18px;
    margin-bottom: 30px;
    background: #fafafa;
    border: 1px dashed #d9d9d9;
}

.upload-area:hover {
    background: #ffe6e9;
}

.upload-area.dragover {
    background: #d8f4f7;
    border-color: #0895a6;
}

/* Preview */
.preview {
    margin-top: -17px;
    display: none;
}

.preview-img {
    max-width: 150px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    display: block;
}

.file-name {
    font-size: 14px;
    color: var(--gotur-primary, #143b4a);
    margin-top: 8px;
}

.required {
    color: red;
}
/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
    position: relative;
    display: block;
    /* padding: 60px 0 60px; */
    background-color: var(--fixpro-primary);
    z-index: 1;
    position: relative;
    display: block;
    background-color: var(--fixpro-black);
    /* padding: 60px 0 60px; */
    overflow: hidden;
    z-index: 1;
}

.why-choose-three__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100% - 74px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.why-choose-three__right {
    position: relative;
    display: block;
    margin-left: 38px;
}

.why-choose-three__right .section-title {
    margin-bottom: 24px;
}

.why-choose-three__text-1 {
    margin-bottom: 40px;
}

.why-choose-three__progress-box {
    position: relative;
    display: block;
    margin: 30px 0 0;
}

.why-choose-three__progress-list {
    position: relative;
    display: block;
}

.why-choose-three__progress-list li {
    position: relative;
    display: block;
}

.why-choose-three__progress-list li+li {
    margin-top: 10px;
}

.why-choose-three__progress {
    position: relative;
    display: block;
}

.why-choose-three__progress-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--fixpro-black);
    margin-bottom: 7px;
    text-transform: capitalize;
}

.why-choose-three__progress .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: rgba(var(--fixpro-black-rgb), 0.05);
    border-radius: 6px;
}

.why-choose-three__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--fixpro-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.why-choose-three__progress .count-text {
    position: absolute;
    right: -6px;
    bottom: 13px;
    color: var(--fixpro-gray);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-three__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.why-choose-three__progress .bar.marb-0 {
    margin-bottom: 0;
}

.why-choose-three__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
}

.why-choose-three__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.why-choose-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--fixpro-base);
    background-color: var(--fixpro-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
}
.backgroundc {
    background: #ffffff !important;
    /* border: 1px solid #df0606; */
    /* border-radius: 20px; */
}
.why-choose-three__video-icon::before {
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    border: 9px solid rgba(var(--fixpro-white-rgb), .40);
    border-radius: 50%;
}

.why-choose-three__video-icon:hover {
    background-color: var(--fixpro-black);
    color: var(--fixpro-base);
}

.why-choose-three__video-link .ripple,
.why-choose-three__video-icon .ripple:before,
.why-choose-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--fixpro-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--fixpro-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--fixpro-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--fixpro-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.why-choose-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.why-choose-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}


/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
.contact-info {
    position: relative;
    display: block;
    padding: 50px 0 50px;
    z-index: 1;
}
.contact-page {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    z-index: 1;
}

.contact-page__inner {
    position: relative;
    display: block;
    background-color: var(--fixpro-black);
    border-radius: 20px;
    padding: 0px 0 0px;
}
 

.google-map__one {
    position: relative;
    display: block;
    height: 270px;
    width: 100%;
    /* border-radius: 20px; */
    border: 1px solid #e3e3e3;
    margin-top: 30px;
}

.contact-page__right {
    position: relative;
    display: block;
    /* margin-left: 30px; */
    /* margin-right: 30px; */
    background: #f7f4f2;
    padding: 30px 30px 30px;
    /* border-radius: 20px; */
}

.contact-page__form-title {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -1.44px;
    color: #df0606;
    margin-bottom: 37px;
    margin-top: 5px;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="file"],
.contact-page__input-box input[type="tel"],
.contact-page__input-box input[type="date"],
.contact-page__input-box input[type="number"] {
    height: 55px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgb(255 255 255);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--fixpro-gray);
    display: block;
    /* border-radius: 20px; */
}

.contact-page__input-box .select-box {
    width: 100%;
}

.contact-page__input-box .nice-select {
    height: 57px;
    width: 100%;
    background-color: #00273a;
    border: 1px solid rgba(var(--fixpro-white-rgb), .10);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--fixpro-gray);
    display: block;
    font-weight: 400;
    border-radius: 20px;
    line-height: 57px;
    float: none;
}

.contact-page__input-box textarea {
    font-size: 16px;
    color: var(--fixpro-gray);
    height: 175px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(var(--fixpro-white-rgb), .10);
    padding: 15px 20px 30px;
    /* border-radius: 20px; */
    outline: none;
    font-weight: 400;
    position: relative;
    display: block;
}

.contact-page__input-box.text-message-box {
    height: 175px;
}


.contact-page__btn-box {
    position: relative;
    display: block;
}

.contact-page__btn-box .thm-btn {
    border: none;
}

.contact-page__btn-box .thm-btn:hover {
    color: #ffffff;
}

.contact-page__btn-box .thm-btn::before,
.contact-page__btn-box .thm-btn::after {
    background-color: var(--fixpro-white);
}
 











.contact-page__left {
  position: relative;
  display: block;
}

.contact-page__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 60px;
}

.contact-page__contact-list {
  position: relative;
  display: block;
  background: #f9f9f9;
  padding: 30px;
  height: 100%;
}

.contact-page__contact-list li {
  position: relative;
  /* display: flex; */
}

.contact-page__contact-list li+li {
  margin-top: 35px;
}

.contact-page__contact-list li .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.contact-page__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: #ffffff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  font-size: 30px;
  /* border-radius: 20px; */
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #9c5938;
  text-align: center;
  z-index: 1;
}

.contact-page__contact-list li:hover .icon span {
  transform: scale(.9);
}

.contact-page__contact-list li .content {
  position: relative;
  display: block;
  /* margin-left: 35px; */
}

.contact-page__contact-list li .content h3 {
  line-height: 37px;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 22px;
  color: rgba(0, 0, 0, .85);
  text-transform: capitalize;
}

.contact-page__contact-list li .content a {
  color: #828282;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}

.contact-page__contact-list li .content a:hover {
  color: #df0606;
}

.contact-page__contact-list li .icon span::after {
    position: absolute;
    right: -10%;
    bottom: -10%;
    height: 100%;
    width: 100%;
    content: "";
    background: #9c5938;
    z-index: -1;
    /* border-radius: 20px; */
    opacity: .3;
}
 .contact-page__contact-list li .content a:last-child {
    margin-bottom: 0px;
}
   .contactContent {
    background: #df0606;
    padding: 70px 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 8;
}

  .contactContent h2
  {
    color: #fff;
    margin: 20px 0 40px;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
}
  .contactForm {
    background: #fff;
    margin: 100px 0;
    padding: 40px;
    position: relative;
    z-index: 8;
}
.coninpt input , .coninpt textarea , .coninpt .selectmenu {
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px;
}

 .icnbox {
    font-size: 30px;
    color: red;
}

.contactUs_contactUs__gr0gP .contactInfo .infoCard.card1 {
    background: #f9f9f9;
}
 
.contactUs_contactUs__gr0gP .contactInfo .infoCard {
    padding: 30px;
    height: 100%;
}
 .marsoc {
    margin-right: 5px;
}