@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


:root {
    --orange-color: #E28C1F;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-black: #282828;

}

a{
  color:var(--orange-color);
  text-decoration: none;
}

body{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
  
header .navbar-collapse {
  justify-content: space-between;
}

header .ryt-image img {
  max-width: 86px;
}

.navbar-brand {
  font-size: 28.83px;
  color: var(--orange-color) !important;
  font-weight: 500;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  color: var(--white-color);
}

.navbar-nav .nav-item {
  margin-right: 21px;
}

.ryt-image {
  width: 195px;
  text-align: right;
}

header .navbar-brand {
  min-width: 150px;
}

.navbar-nav{
justify-content: center;
width: 100%;
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: #28282894;
  padding: 10px 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
  color: var(--orange-color);
  border-bottom: 2px solid var(--orange-color);
}

.main-cnter {
    text-align: left !important;
    margin: 0 auto;
    padding: 0 20px 0 170px;
}

.top-txt {
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}

.banner-area {
  position: relative;
  background-color: #000;
  
}

.top-txt h2 {
  color: var(--orange-color);
  font-size: 32px;
  font-weight: 500;
  
}

.top-txt h1 {
  color: var(--white-color);
  font-size: 52px;
  font-weight: 500;
 
  margin: 30px 0;
}

.btn-style {
  font-size: 18px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  display: inline-block;
  border: none;
}

.orange-btn,.black-btn:hover {
  background-color: var(--orange-color);
  color: var(--white-color);
  transition: all 350ms ease-in-out;
}

.black-btn,.orange-btn:hover {
  background-color: var(--light-black);
  color: var(--white-color);
  transition: all 350ms ease-in-out;
}

.banner-area .carousel-inner img {
  opacity: .7;
}

.banner-area img {
  height: 667px;
  object-fit: cover;
}

.banner-links a {
  margin: 0 5px;
}

.main__footer {
  background-color: var(--light-black);
  color: var(--white-color);
  padding: 70px 0px 0 0px;
  font-size: 13px;
}

.main__footer a {
  color: var(--white-color);
  text-decoration: none;
}

.main__footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-logo a {
  color: var(--orange-color);
  font-size: 28.83px;
  font-weight: 600;
}

.footer-logo {
  margin: 0 0 15px;
}

.main__footer .company-info {
  font-size: 13px;
  font-weight: 700;
}

.main__footer .soc-icons li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.main__footer .soc-icons a {
  color: var(--orange-color);
  font-size: 13px;
}

.main__footer .soc-icons {
  margin: 15px 0 0;
}
.footer-heading strong {
  font-size: 18px;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}
.q-links a {
  text-transform: uppercase;
}

.q-links li {
  margin: 0 0 5px;
}

.main__footer form input {
  border-radius: 0;
  padding: 15px 15px;
  font-size: 14px;
  margin: 0 0 5px;
}

.main__footer form button {
  width: 100%;
  font-size: 16px;
}

.copy-r {
  border-top: 1px solid;
  padding: 15px 0;
  margin: 25px 0 0;
}

.copy-r p {
  margin: 0;
}
.inner-banner .top-txt h1 {
  font-style: normal;
  font-size: 66px;
  font-weight: 600;
  margin: 100px 0 0;
  text-transform: uppercase;
}
.inner-banner img {
  height: 500px;
}

.img-holder img {
  width: 100%;
}

.img-design {
  position: relative;
  padding: 0 0 15px 15px;
}

.img-design:before {
  position: absolute;
  left: 0px;
  bottom: 0;
  background: var(--orange-color);
  width: 95%;
  height: 95%;
  content: '';
  z-index: -1;
}

.abt-sec {
  padding: 90px 0;
  overflow: hidden;
}

.abt-sec h3 {
  color: var(--light-black);
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.abt-sec h2 {
  color: var(--orange-color);
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 20px;
}

.our-projects {
  background-color: var(--light-black);
  color: var(--white-color);
  overflow: hidden;
}

.op-top {
  padding: 40px 0;
  text-align: center;
}

.op-top span {
  display: block;
  color: var(--orange-color);
  font-size: 18px;
  font-weight: 500;
}

.op-top strong {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 500;
 
}

.op-gallery .row > div {
  padding: 0;
  position: relative;
}

.bg-img img {
  width: 100%;
  height: 517px;
  object-fit: cover;
}

.op-gallery .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #24242487;
  transition: all 350ms ease-in-out;
  padding: 0 160px;
  text-align: center;
}

.op-gallery .overlay:hover {
  background-color: #24242430;
}

.op-gallery span {
  color: var(--orange-color);
  font-size: 20px;
  font-weight: 500;
  
}

.op-gallery h3 {
  color: var(--white-color);
  font-size: 29px;
  font-weight: 500;
 
  margin: 15px 0;
}

.op-gallery a:hover {
  color: var(--white-color);
}

.sec-head h2 {
  color: #E28C1F;
  font-weight: 500;
 
  text-align: center;
}

.build {
  padding: 80px 0;
}

.build .sec-head {
  margin: 0 0 40px;
}

.build .row > div {
  padding: 0;
}

.build .content-holder {
  padding: 30px;
  background-color: #282828;
  min-height: 236px;
  color: #E28C1F;
}

.build .content-holder i {
  font-size: 50px;
}

.build p {
  font-size: 18px;
  font-weight: 500;
  margin: 25px 0;
  line-height: 25px;
}

.build a {
  display: inline-block;
}

.build .row > div:nth-child(2n) .content-holder {
  background-color: #EEEEEE;
}

.cli-say .row > div {
  padding: 0;
  background-color: #282828;
  color: #fff;
}

.cli-say .img-area img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.cli-say h3 {
  color: #E28C1F;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 20px;
}

.cli-say p {
  font-size: 15px;
}

.client-info .cli-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow:hidden;
}

.client-info .cli-image img {
  width: 100%;
  height: 100%;
}

.cli-image {}

.client-info {
  display: flex;
  align-items: center;
}

.client-info p {
  margin: 0;
  color: #E28C1F;
  line-height: 16px;
}

.client-info span {
  font-size: 12px;
  font-weight: 200;
  line-height: 15px;
  display: inline-block;
}

.cli-txt {
  padding: 0 0 0 12px;
}

.cli-say .content-holder {
  width: 70%;
}

.cli-say .row > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info .contact-bottom {
  background-color: transparent;
  background-image: linear-gradient(190deg, #000000AD 22%, #E28C1FBA 100%);
  padding: 30px 0;
}

.contact-info .contact-bottom form {
  border: 3px solid #000;
  border-radius: 0px 80px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  padding: 20px;
}

.contact-info .contact-bottom label {
  color: #E28C1F;
  font-size: 14px;
}

.contact-info .contact-bottom input,.contact-info .contact-bottom textarea {
  border: 1px solid;
  padding: 8px 10px;
}

.contact-info .contact-bottom .btn-style {
  width: 100%;
  font-size: 14px;
  border: 1px solid #222;
  border-radius: 5px;
}

.contact-bottom .img-holder img {
  height: 503px;
  object-fit: cover;
  object-position: top;
}

.our-services {
  padding: 80px 0;
  text-align: center;
}

.ser-inner .img-holder img {
  height: 112px;
  width: 112px;
  border-radius: 50%;
}

.ser-inner h4 {
  color: #E28C1F;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 0.8em;
  letter-spacing: -0.4px;
  margin: 25px 0;
}

.ser-inner span {
  color: #282828;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  margin: 0 0 15px;
}

.ser-inner p {
  text-align: center;
  color: #282828;
  font-size: 16px;
  font-weight: 300;
}

.ser-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ser-inner ul li {
  display: inline-block;
  margin: 0 4px;
}

.our-services .sec-head {
  margin: 0 0 60px;
}
.w-contact {
  background-color: #141414;
  color: #fff;
  padding: 30px 0;
}


.w-contact h5 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 2px;
}

.w-contact ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.w-contact ul i {
  font-size: 55px;
  margin: 0 5px 0 0;
}

.w-contact li a {
  font-size: 35px;
  font-weight: 500;
  font-style: italic;
}

.abt-ryt-img {
  padding: 0;
}

.blog-box {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 30px;
}

.top-content h2 a {
  font-size: 25px;
}

.blog-layout {
  padding: 90px 0;
}

.top-content {
  padding: 25px;
}

.top-content a {
  font-size: 12px;
  font-weight: 700;
}

.date-area {
  border-top: 1px solid #eaeaea;
}

.date-area ul {
  list-style: none;
  margin: 0;
  padding: 12px 25px;
}

.date-area ul li {
  display: inline-block;
  font-size: 12px;
  color: #eaeaea;
}

.date-area ul li:nth-child(2) {
  margin-left: 12px;
}

.blog-box .img-holder img {
  height: 300px;
  object-fit: cover;
}

.c-box {
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: all 350ms ease-in-out;
    padding: 20px;
    text-align: center;
    position: relative;
    top: 0;
}

.c-box span {
  color: #E28C1F;
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 3px solid #E28C1F;
  margin: 0 auto 15px;
  font-size: 50px;
  line-height: 104px;
}

.three-cols {
  padding: 60px 0;
}

.c-box:hover {
  background-color: #828282;
  top: -10px;
}

.map-area {
  padding: 80px 0;
}

.c-adu-form form button {
  width: 100%;
}

.c-adu-form form input, .c-adu-form form textarea,.c-adu-form form select {
  border: 1px solid #818a91;
  border-radius: 0;
}

.c-adu-form form label {
  font-size: 15px;
  color: #e28c1f;
  font-weight: 300;
  margin: 0 0 4px;
}

.c-adu-form h3 {
  margin: 0 0 30px;
}

.c-adu-form form input, .c-adu-form form select {
  padding: 10px 10px;
}

.model-types .sec-head h2 {
  font-style: normal;
  font-size: 46px;
  font-weight: 600;
  margin: 0 0 30px;
}

.model-types .sec-head {
  margin: 0 0 50px;
  text-align: center;
}

.model-types {
  padding: 50px 0;
}

.m-types .content-holder h2 {
  color: #E28C1F;
  font-size: 28.83px;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
}

.mt-box {
  text-align: center;
}

.inner__style {
  text-align: center;
  margin: 45px 0;
}

.inner__style h2 {
  font-size: 46px;
  font-weight: 600;
  font-style: normal;
}

.inner__style p {
  padding: 9px 0 15px;
}

.style__slider img {
  width: 100%;
}

.style__text {
  text-align: center;
  padding: 22px 0 3px;
}

.spec__design h1 {
  text-align: center;
  margin: 0 auto;
  font-size: 36px !important;
  font-weight: bold;
}

.spec__design .modal-header {
  border-bottom: none;
}

.enlarged__design .modal-header{
  border-bottom: none;
}

.enlarged__design h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
}

.style__button a {
  max-width: 300px;
  display: flex;
  margin: 13px auto;
  justify-content: center;
}

.style__text strong {
  font-size: 28px;
  color: var(--orange-color);
}

.all__styles {
  padding: 63px;
  
}

.all__styles {
  padding: 9px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  margin-bottom: 60px;
}

.base__inner__text {
  text-align: right;
}

.base__image img {
  width: 100%;
  margin: 0 0 15px;
}

.base__image {
  max-width: 220px;
  float: right;
}

.exterior {
  border-bottom: 1px solid;
  margin: 10px 0 10px 0;
}

.exterior1 {
  border-bottom: 1px solid;
  margin: 0 0 20px;
}

.exterior2 {
  border-bottom: 1px solid;
  margin: 0 0 20px;
}

.exterior3 {
  border-bottom: 1px solid;
  margin: 0 0 20px;
}

.benefits-sec {
  padding: 80px 0;
}

.benefits-sec h3 {
  font-size: 22.78px;
  font-weight: 600;
  margin: 25px 0 15px;
}

.benefits-sec strong {
  color: var(--orange-color);
}

.estimate-sec {
  padding: 80px 0;
}

.nav-space {
  height: 115px;
}

.blog-content {
  padding: 80px 0 80px;
}

.leave-comment .form-check label {
  margin: 4px 0 0 6px;
}

.baseprice {
  margin: 15px 0 15px;
}

.tab__button a {
  width: 100%;
  max-width: 560px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

.additio__tabs li {
  border: 1px solid;
  margin: 60px 10px 0;
  background-color: var(--orange-color);
}

.additio__tabs button {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
}

.additio__tabs .nav-link:focus, .nav-link:hover {
  color: brown;
}

.flooring__image img {
  width: 100%;
  max-width: 135px;
  float: right;
  margin: 0 0 25px;
}

.tab__button {
  margin: 0 0 30px;
}

.quartz__image img {
  width: 100%;
}

.quartz__image {
  max-width: 150px;
  min-width: 150px;
  float: right;
  margin: 0 0 25px;
}

.b-head h2 {
  font-weight: 600;
  font-size: 32px;
  color: var(--orange-color);
}

.b-head ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.b-head ul li {
  display: inline-block;
}

.b-head ul li:not(li:first-child):before {
  content: "/";
  margin: 0 6px;
}

.b-prev {
  margin: 70px 0 0;
}

.leave-comment h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: normal;
}

.leave-comment p {
  margin: 0 0 25px;
}

.leave-comment {
  padding: 0 0 80px;
}

.leave-comment button {
  display: inline-block;
  width: auto !important;
  margin: 10px 0 0;
}

.form-check-input:checked {
  background-color: var(--orange-color);
  border-color: var(--orange-color);
}

.form-check-input:focus{
  box-shadow:0 0 0 0.25rem #e28c1f2e;
}

.modal-header .btn-close {
  margin: -15px 0 0;
}

.exterior .d-flex {
  flex-direction: column;
  justify-content: space-between;
}

.interior__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interior__image {
  max-width: 152px;
  float: right;
  min-width: 119px;
  height: 130px;
  margin: 0 0 20px;
}

.upgrade__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upgrade__image {
  max-width: 152px;
  float: right;
  min-width: 119px;
  height: 130px;
  margin: 0 0 20px;
}

.upgrade {
  text-align: right;
}

.upgrade1 {
  text-align: right;
}

.upgrade1 button {
  width: 100%;
}

.last__price {
  text-align: right;
}

.additio__tabs ul {
  margin: 0 0 40px;
}

.enlarged__ima img {
  width: 100%;
}

.cli-say .content-holder .slick-dots li.slick-active button:before {
  color: var(--orange-color);
}

.minor__style img {
  height: 600px;
  object-fit: cover;
}

.villa__style img {
  height: 600px;
  object-fit: cover;
}

.style__slider .slick-dots li.slick-active button:before {
  color: var(--orange-color);
}

.style__slider .slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  color: var(--orange-color);
}


/* .content-holder.slick-dots li.slick-active button:before{
  color: #E28C1F;
} */

.t-line {
  border: 1px solid;
  position: absolute;
  width: 95%;
  height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 350ms ease-in-out;
}

.op-gallery > div > div:hover .t-line {
  border-width: 11px;
}

.r-line {
  border: 1px solid;
  position: absolute;
  width: 91%;
  height: 91%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.op-gallery {
  overflow: hidden;
}

.op-gallery > div {
  margin: 0;
}

.op-gallery a {
  display: inline-block;
  padding: 10px 0;
}

.op-gallery a:hover {
  background-color: #282828;
}
.main__footer .form-control:focus {
  box-shadow: none;
}

/* login */

.user__logo {
  display: flex;
}

.user__logo input {
  padding: 12px;
  margin: 0 12px 0;
}

.user__logo select {
  padding: 12px;
  margin: 0 12px 0;
}


.forgot__pass {
  float: right;
}

.inner__login a {
  font-size: 18px;
}

.inner__login select {
  padding: 12px;
  margin: 0 13px 35px;
  width: 100%;
  max-width: 95%;
  color: #6e7072;
}

.login__button button {
  width: 100%;
  max-width: 100%;
}

.inner__create {
  text-align: center;
  margin: 30px 0 0;
}

.inner__create a {
  font-size: 18px;
}

.main__login form {
  padding: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}


.user__logo .form-control:focus {
  box-shadow: none;
  border-color: var(--orange-color);
}

.form-select:focus{
  box-shadow: none;
  border-color: var(--orange-color);
}

.main__login {
  padding: 50px 0 50px;
}

.user__logo {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}

.user__logo i {
  font-size: 21px;
  color: var(--orange-color);
}

.inner__login {
  width: 100%;
  margin: 0 auto;
}

.login__button {
  text-align: center;
  margin: 28px 0 0;
}

.login__button a {
  padding: 10px 30px 10px 30px;
  cursor: pointer;
}

/* * login end */

.last-modal .modal-content {
    position: relative;
}

.last-modal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    filter: invert(1);
}

.last-modal h3 {
    background-color: #e28c1f;
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 54px 15px 15px;
    margin: 0 0 20px;
}

.last-modal .modal-body {
    padding: 0;
}

.last-modal .form-start {
    padding: 0 15px 25px;
}

.last__price {
    margin: 0 0 30px;
}

.o-hidden{
    overflow:hidden;
}

.m-types .img-holder img {
    height: 380px;
    object-fit: cover;
}

.flooring__image {
    min-height: 150px;
}

p.error-message {
  color: #ff0000;
  font-weight: 600;
}

.mb-3.form_heading p {
    font-weight: 600;
    text-align: center;
    font-style: italic;
    color: #ff0000;
}

.contact-info {
    margin-top: 30px;
}

.banner-links a {
    margin: 0 5px 10px;
}

/* RESPONSIVE */
@media(max-width:1399px){
  .ryt-image {
    width: 145px; 
}

.navbar-nav .nav-item {
  margin-right: 0;
}

.op-gallery .overlay {
    padding: 0 120px;
}

.c-box {
    min-height: 209px;
}

.additio__tabs li {
    margin: 60px 0px 0;
}


}



@media(max-width:1199px){
  header .navbar-brand {
    min-width: 120px;
}

.navbar-nav .nav-item {
  margin-right: 0;
}
.navbar-nav .nav-link {
  font-size: 14px;
}

.ryt-image {
    width: 95px;
}

.op-gallery .overlay {
    padding: 0 70px;
}

 .navbar .navbar-toggler {
    border: 1px solid var(--orange-color);
}

.navbar .navbar-toggler:hover {
    background-color: var(--orange-color);
}

.navbar-toggler-icon{
    background-image:url(../images/001-menu.png);
    background-repeat:no-repeat;
}

.additio__tabs li button {
    width: 100%;
    white-space: nowrap;
}

.additio__tabs ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.additio__tabs ul::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.additio__tabs ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.additio__tabs ul::-webkit-scrollbar-thumb {
  background: var(--orange-color);
}

/* Handle on hover */
.additio__tabs ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}


}


@media(max-width:991px){
   
.top-txt {
    width: 100%;
    max-width: 80%;
}

.top-txt h2 {
    font-size: 26px;
}

.top-txt h1 {
    font-size: 40px;
    margin: 15px 0;
}

.banner-area img {
    height: 580px;
}

.op-gallery .overlay {
    padding: 0 30px;
}

.w-contact h5 {
    font-size: 16px;
}

.w-contact li a {
    font-size: 26px;
}

.navbar-collapse {
    background-color: #000;
    margin: 0 -11px;
    padding: 0 15px;
}

.navbar-collapse {
    transition: all 350ms ease-in-out;
}

.abt-sec .align-items-center {
    align-items: self-start !important;
}

.inner-banner .top-txt h1 {
    font-size: 55px;
}

.inner-banner img {
    height: 300px;
}

.abt-ryt-img .row {
    flex-direction: column-reverse;
}

.in-abt-sec {
    padding: 30px 0;
}

.main__footer {
    padding: 40px 0px 0 0px;
}

.c-box {
    min-height: 235px;
}


}



@media(max-width:767px){
     .top-txt {
    max-width: 95%;
}

.abt-sec .img-holder {
    margin-bottom: 20px;
}

.abt-sec h2 {
    font-size: 25px;
}

.abt-sec h3 {
    font-size: 30px;
}

.op-top strong {
    font-size: 30px;
}

.op-gallery h3 {
    font-size: 25px;
}

.build p {
    font-size: 17px;
}

.cli-say h3 {
    margin-top: 25px;
}

.op-gallery a {
    max-width: 210px;
    margin: 0 auto;
    padding: 10px 25px;
}

.top-content {
    padding: 15px;
}

.blog-content {
    padding: 50px 0 50px;
}

.c-box {
    min-height: auto;
    margin-bottom: 20px;
}

.base__image {
    max-width: 220px;
    float: none;
}

.exterior__align strong {
    margin-bottom: 10px;
    display: inline-block;
}

.base__inner__text {
    text-align: center;
}

.interior__image {
    float: none;
    margin: 20px 0 21px;
}

}

@media(max-width:430px){
    
.last__price {
    text-align: center;
    padding: 0 0 30px !important;
}

input.cp-field {
    width: 100%;
    max-width: 100% !important;
}

.benefits-sec {
    padding: 40px 0;
}
    
}

@media(max-width:576px){
    .top-txt h2 {
    font-size: 20px;
}

.top-txt h1 {
    font-size: 30px;
    margin: 15px 0;
}

.banner-links a {
    margin: 0 5px 10px;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
}

.banner-area img {
    height: 440px;
}

body {
    font-size: 15px;
}

.op-top strong {
    font-size: 26px;
    line-height: 35px;
}

.bg-img img {
    height: 350px;
}

.abt-sec,.build,.our-services {
    padding: 60px 0;
}

.btn-style {
    font-size: 15px;
    padding: 10px 25px 10px 25px;
}

.cli-say .img-area img {
    height: auto;
}

.contact-bottom .img-holder img {
    height: auto;
    margin-top: 20px;
}

.ser-inner h4 {
    font-size: 20px;
    margin: 15px 0;
}

header {
    padding: 0px 0;
}

.top-txt {
    margin-top: 30px;
}

.in-abt-sec {
    padding: 20px 0;
}

.inner-banner img {
    height: 290px;
}

.inner-banner .top-txt h1 {
    font-size: 40px;
    margin-top: 0;
}

.blog-box .img-holder img {
    height: auto;
    max-height: 300px;
}

.in-adu-finance .content-side img {
    width: 100%;
    height: auto;
}

.m-types .content-holder {
    margin-bottom: 30px;
}

.model-types .sec-head h2 {
    font-size: 34px;
}
.style__slider img {
    height: 340px !important;
}


.style__slider video {
    height: 340px !important;
}


}

/* END REPONSIVE */

input.cp-field {
    width: 100%;
    max-width: 110px;
}