.banner-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.banner-list li{
    position: relative;
    width: calc(100% - 10px);
    line-height: 1.5em;
    padding-left: 30px;
    color:var(--white-color);
}
.banner-list li::before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    color: var(--accent-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 0;
}

.servicelist{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.servicelist li{
    position: relative;
    width: calc(100% - 10px);
    line-height: 1.5em;
    padding-left: 30px;
    color:var(--text-color);
}
.servicelist li::before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    color: var(--accent-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 0;
}


.servicelist2{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.servicelist2 li{
    position: relative;
        width: calc(50% - 10px);
    line-height: 1.5em;
    padding-left: 30px;
    color:var(--text-color);
}
.servicelist2 li::before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    color: var(--accent-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 0;
}
.contact-form-top{
    background: #3f3b36;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
}
.contact-form-top h2{
    font-size:35px;
    color:#fff;
    margin-bottom:20px;
}
.contact-form-top .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 14px;
	padding: 17px 20px;
	box-shadow: none;
	outline: none;
}

.contact-form-top .form-control::placeholder{
	color: var(--text-color);
}

.buttonalign{
    display:flex;
    margin-top: 25px;
    gap:20px;
}

.buttonalign1{
    display:flex;
    margin-top: 25px;
    gap:20px;
    justify-content: center;
}

.mt-20{
    margin-bottom:20px;
}
.mt-10{
    margin-bottom:10px;
}

.pbt-new{padding-bottom:60px;}

.header-btn-default{
	position: relative;
    display: inline-block;
    background: var(--accent-color);
	border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    border: none;
    padding: 17px 20px 17px 54px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.header-btn-default:hover{
	background: transparent;
}

.header-btn-default::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('../images/icon-phone-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(20px, -50%);
    transition: all 0.4s ease-in-out;
}

.header-btn-default:hover::before{
	transform: translate(17px, -50%);
}

.header-btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.header-btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}


.phone-btn-default{
	position: relative;
    display: inline-block;
    background: var(--accent-color);
	border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    border: 1px solid var(--accent-color);
    padding: 17px 20px 17px 54px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.phone-btn-default:hover{
	background: transparent;
}

.phone-btn-default::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('../images/icon-phone-1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(20px, -50%);
    transition: all 0.4s ease-in-out;
}

.phone-btn-default:hover::before{
	transform: translate(17px, -50%);
}

.phone-btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.phone-btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.topheader{
    text-align:center;
    background: #88967b;
    padding:15px 0px;
}
.topheader p{
    color:#fff;
    font-size:18px;
    margin-bottom: 0px;
}
.topheader a{
    color:#fff; 
        text-decoration: underline;
}

.servorder{order:1;}
    .servorder1{order:2;}
    
   .modal-body {
  padding: 0!important;
}  

#modal-1 .modal-dialog {
  max-width: 700px;
}

#modal-2 .modal-dialog.modal-xl {
  width: 820px;
}

#modal-2.modal .modal-content {
  overflow: hidden;
}

#modal-2.modal .bg-img {
  background: url(../images/modal.jpg);
  background-position: left center;  
  background-size: cover;
} 
 
#modal-2 .modal-body-content {
  text-align: center;
  padding: 60px 15px 40px;
}

/*------------------------------------------*/
/*  MODAL WINDOW CLOSE BUTTON
/*------------------------------------------*/ 

.modal .modal-close {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-shadow: none;
  right: 15px!important;
  top: 15px!important;
  z-index: 9999;
}

.modal .modal-close.ico-20 [class^="flaticon-"]:before, 
.modal .modal-close.ico-10 [class^="flaticon-"]:after {
  font-size: 1.5rem;
}

.theme--dark .modal-close.color--black span {
  color: #363636!important;
}

.modal-close:focus {
  outline: none!important;
  text-decoration: none!important;
}

/*------------------------------------------*/
/*  MODAL WINDOW REQUEST FORM
/*------------------------------------------*/ 

#modal-2 .request-form {
  margin: 0;
}

#modal-2 .request-form .col-md-12 {
  padding: 0;
}

#modal-2 .request-form-title h3 {
    color: #363636;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 37px;
}
#modal-2 .request-form-title h4{
    color: #cb9c6b;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--default-font);
    font-size: 22px;
    margin-bottom: 15px;
}

#modal-2 .request-form-title h3 span {
  font-family: 'Jost', sans-serif;
  font-size: 2.65rem;
  font-weight: 700;
  letter-spacing: -2px;
}

#modal-2 .request-form-title p {
  color: #cb9c6b;
  margin-top: 16px;
  margin-bottom: 25px;
      font-style: italic;
}

#modal-2 .request-form .form-control {  
  height: 52px;
  background-color: #fff; 
  border: 1.5px solid #6f6f6f;
  box-shadow: 0 0 0 0;
  color: #363636;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 0 15px;
  margin-bottom: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  Request Form Placeholder
/*------------------------------------------*/

#modal-2 .request-form .form-control::-moz-placeholder { color: #6f6f6f; } 
#modal-2 .request-form .form-control:-ms-input-placeholder { color: #6f6f6f; }
#modal-2 .request-form .form-control::-webkit-input-placeholder { color: #6f6f6f; }

/*------------------------------------------*/
/*  Request Form Input Focus
/*------------------------------------------*/

#modal-2 .request-form .form-control:focus {
  border-color: #262b2f;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Request Form Button
/*------------------------------------------*/

#modal-2 .request-form .btn {
  display: block; 
  width: 100%!important;
  height: 56px;
  margin: 0;
}

.theme--dark #modal-2 .request-form .btn.btn--black {
  color: #fff!important;
  background-color: #363636!important;
  border-color: #363636!important;
}

.theme--dark #modal-2 .request-form .btn.hover--tra-black:hover {
  color: #363636!important;
  background-color: transparent!important;
  border-color: #363636!important;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

#modal-2 .request-form-msg {
  text-align: center;
  width: 100%!important;
  display: block;
  margin-top: 12px;
  padding-left: 0;
}

#modal-2 .request-form .loading {
  color: #363636;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}

#modal-2 .request-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}

 
    .float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 25px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}
.my-float {
    margin-top: 14px;
} 


.btn-default-popup{
	position: relative;
    display: inline-block;
    background: var(--white-color);
	border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: #2c3543;
    border: 1px solid #2c3543;
    padding: 17px 20px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default-popup:hover{
	border: 1px solid #8d8d8d;
	color: #8d8d8d;
}
.popdispnon{display:none;}
 
 
    
    @media only screen and (max-width: 767px){
        #modal-2 .modal-dialog.modal-xl {
    width: auto !important;
}
    .why-choose-image{margin-bottom: 30px;}
    .servorder{order:2 !important;}
    .servorder1{order:1 !important;}
    .buttonalign1, .buttonalign {flex-wrap: wrap;}

}