.get-quote-section .form-section {
  padding-right: 20px;
}
.get-quote-section .form-section .input-div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.get-quote-section .form-section .input-div label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.get-quote-section .form-section .input-div .select2-selection {
  padding: 10px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  height: 46px;
}
.get-quote-section .form-section .input-div .select2-selection .select2-selection__arrow {
  top: 10px;
}
.get-quote-section .form-section .input-div .select2-selection .select2-selection__clear {
  margin-right: 7px;
  position: relative;
  top: -3px;
}
.get-quote-section .form-section .input-div input {
  padding: 10px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
}
.get-quote-section .form-section .input-div input:focus {
  outline: none;
}
.get-quote-section .form-section .input-div textarea {
  padding: 10px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
}
.get-quote-section .form-section .input-div textarea:focus {
  outline: none;
}
.get-quote-section .form-section .input-div .upload-btn {
  border: dashed 1px #1a443d;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  border-radius: 5px;
}
.get-quote-section .form-section .input-div .upload-input {
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.get-quote-section .form-section .input-div .get-quote-file-name {
  font-size: 14px;
  color: #1a443d;
  margin-top: 5px;
}
.get-quote-section .form-section .submit-btn {
  padding: 8px 40px;
  background: #1a443d;
  border-radius: 5px;
  font-weight: 800;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 14px;
  transition: 0.3s ease;
  cursor: pointer;
}
.get-quote-section .form-section .submit-btn:hover {
  background: #3c963e;
}
.get-quote-section .right-section {
  padding-left: 40px;
}
.get-quote-section .right-section img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 550px;
}

@media (max-width: 1600px) {
  .get-quote-section .form-section {
    padding-right: 20px;
  }
  .get-quote-section .right-section {
    padding-left: 40px;
  }
  .get-quote-section .right-section img {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .get-quote-section .form-section {
    padding-right: 20px;
  }
  .get-quote-section .right-section {
    padding-left: 40px;
  }
  .get-quote-section .right-section img {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .get-quote-section .form-section {
    padding-right: 0px;
  }
  .get-quote-section .right-section {
    padding-left: 0px;
  }
  .get-quote-section .right-section img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .get-quote-section .form-section .input-div .upload-btn {
    padding: 6px 20px;
  }
  .get-quote-section .form-section .input-div .upload-input {
    padding: 5px 20px;
  }
  .get-quote-section .form-section .input-div .get-quote-file-name {
    font-size: 12px;
  }
  .get-quote-section .form-section .submit-btn {
    width: 100%;
  }
  .get-quote-section .right-section img {
    height: 250px;
    border-radius: 10px;
  }
}
