.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  & .cnt-left {
	    width: calc(100% - 680px);
	    max-width: 800px;
		padding-right:40px;
		display: flex;
		flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
  }

  & .cnt-right {
    width: 680px;
  }

  & .addreass-list li .ft-box {
    & label {
      color:#000000;
      font-weight: 600;
    }

    & p,
    & a {
      color: var(--black);
    }

    & .ft-icon>img {
      filter: invert(1);
    }
  }

  & .addreass-list li:last-child {
    margin-bottom: 0;
  }

  & .address-wr-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 65px;
    border-top: 1px solid rgba(0 0 0 / 10%);
    margin-top: 50px;
    padding-top: 50px;
  }

  & .ft-info {
    max-width: 230px;
  }

  & .get-quote-block .logo-shape {
    position: absolute;
    bottom: 0;
    right: 40px;
			 z-index:-1;
  }

  & .badge-wrapper {
    display: flex;
    gap:20px;
    justify-content:center;
    align-items: center;
    max-width:450px;
    margin:0 auto;
    position: relative;
  }
  & .logo-bottom-wrap
  {
    display:block;
    position: relative;
    border-radius:20px;
    margin-top:65px;

    & .bgimg{
      border-radius:20px;
    }
  }
  & .logo-btm-box {
    background-color: rgb(222 9 20 / 40%);
    border-radius: 20px;
    padding:54px 0;
  }
		& .get-quote-block{
				z-index:0;
	 }
	
}
.contact-wrap .cnt-left > div{width: 100%;}
.contact-page .accreditions-certification-sec .flex-container{
	padding:80px 0;
	border-top:0;
}


.office-sec ul.addreass-list
{
	 display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:0 -9px -18px;
	
	& li{
		width:25%;
		padding:0 9px;
		margin-bottom:18px;
	}
	
	& .ft-box
	{
		 border-radius:4px;
		 background-color:#292828;
		 padding:25px 35px;
		 height:100%;
	}
	& .ft-info p{
		color:#CBCBCB;
	}
	& .ft-icon{
		margin-top:3px;
	}
}
.contact-wrap .address-wrapper .addreass-list
{
	 row-gap:25px;
}
.contact-wrap .address-wrapper .addreass-list li{
	margin-bottom: 0;
}


.contact-wrap {
    & .addreass-list li .ft-box {
       a:hover {
            color:var(--red);
        }
    }
}
.cnt-right form .form-group:has(p){
	margin-bottom: 0;
}

/*--------- media query -------*/
@media (max-width: 1599.98px) {
	
}

@media (max-width: 1439.98px) {
		.contact-wrap {
			& .cnt-left {
					width:calc(100% - 540px);
				 padding-right:20px;
			}
			& .cnt-right{
				 width: 540px;
			}
		}
	.contact-wrap .address-wrapper .addreass-list
		{
				row-gap:20px;
		}
	
	.office-sec ul.addreass-list {
		    margin: 0 -4px -8px;
    & li {
        padding: 0 4px;
        margin-bottom:8px;
    }
	}
	.office-sec ul.addreass-list {
		 & .ft-box {
			padding: 25px 25px;	
		 }
	 }
	.contact-page .accreditions-certification-sec .flex-container{
		padding:60px 0;
	}
}

@media (max-width: 1199.98px) {
	.contact-wrap {
			& .cnt-left {
					width:100%;
				 	padding-right:0px;
				 	margin-bottom:40px;
				 	max-width: 100%;
			}
			& .cnt-right{
				 width:100%;
			}
			& .address-wr-bottom{
     grid-template-columns: repeat(3, 1fr);
     column-gap: 20px;
				 margin-top:30px;
     padding-top:30px;
			}
			& .logo-bottom-wrap{
				margin-top:40px;
			}
		}
	.contact-wrap .address-wrapper .addreass-list {
  row-gap: 15px;
 }
	
	.office-sec ul.addreass-list {
        & li {
         width:33.33%;
        }
    }
	.contact-page .accreditions-certification-sec .flex-container{
		padding:40px 0;
	}
}

@media (max-width: 991.98px) {
	.contact-wrap {
    & .logo-btm-box {
      padding: 30px 0;
    }
			& .address-wr-bottom{
					grid-template-columns: repeat(2, 1fr);
					column-gap:15px;
			}
	 }
	    .office-sec ul.addreass-list {
        & .ft-box {
            padding: 20px;
        }
    }
}

@media (max-width: 767.98px) {
	    .office-sec ul.addreass-list {
        & li {
            width: 50%;
        }
    }
}
@media (max-width: 575.98px) {
	.contact-wrap .address-wrapper .addreass-list {
   grid-template-columns: repeat(2, 1fr);
		 column-gap:10px;
  }
	.contact-wrap {
		& .badge-wrapper {
			max-width:380px;
			gap:10px;
		}
		& .badge-wrapper>img{
			width:33.33%;
		}
	}
	    .contact-wrap {
						& .address-wr-bottom {
							            margin-top: 20px;
            padding-top:20px;
						}
						& .logo-bottom-wrap {
            margin-top: 20px;
        }
	}
}
@media (max-width: 480.98px) {
	.contact-wrap .address-wrapper .addreass-list {
   grid-template-columns: repeat(1, 1fr);
		 column-gap:0px;
  }
	 .contact-wrap {
    & .address-wr-bottom {
					grid-template-columns: repeat(1, 1fr);
     column-gap: 0px;
     row-gap: 15px;
    }
			        & .badge-wrapper {
            max-width: 100%;
            gap: 6px;
            width: 86%;
        }
  }
	.office-sec ul.addreass-list {
		margin:0;
        & li {
          width: 100%;
									padding:0;
        }
    }
}