.contact-us-ban {
  background: url(../images/contact-us-ban.webp);
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
  padding: 90px 0px;
}

.contact-us-ban::before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000d9;
  opacity: 0.84;
  position: absolute;
}

.contact-us-ban h1 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;}  

.contact-us-ban p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 30px;
  padding: 30px 90px;}




/*--------------address details------------------ */

.contect-details.bg-light.padding-t-120.padding-b-120 {
  padding: 50px 0px 20px;
}

.contect-details h2 {
  font-size: 40px;
  color: #000;
}
.contect-details p {
  font-size: 18px;
  color: #333;
}

.contect-details .add-flex .right-column .address-row.dis-flex h2 {
  font-size: 24px;
  color: #b60101;
  text-transform: uppercase;
}
.contect-details .add-flex .right-column .address-row.dis-flex h3 {
  font-size: 19px;
  color: #333;
  line-height: 40px;
}
.contect-details .add-flex .right-column .address-row h4 {
  font-size: 24px;
  color: #b60101;
}

.contect-details .add-flex {
  margin-top: 50px;
  justify-content: space-between;
}
.contect-details .add-flex .left-column {
  flex-basis: 30%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.contect-details .add-flex .left-column .flex-wrap {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contect-details .add-flex .left-column .flex-wrap .phone-box {
  align-items: center;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .country {
  width: 115px;
  color: #414141;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-right: 12px;
  font-size: 14px;
  line-height: 20px;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .country img {
  margin-right: 8px;
  border-radius: 50%;
  width: 30px;
  height: 29px;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .phone {
  padding-left: 12px;
  position: relative;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .phone a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #05164d;
  font-weight: 500;
  margin: 0;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .phone a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .phone a span {
  font-size: 12px;
  opacity: 0.6;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .phone:before {
  content: "";
  width: 1px;
  height: 33px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: -5px;
}
.contect-details
  .add-flex
  .left-column
  .flex-wrap:first-child
  .phone-box
  .phone:before {
  top: 4px;
}
.contect-details .add-flex .left-column .flex-wrap:last-child {
  margin: 0;
  border: 0;
  padding: 0;
}
.contect-details .add-flex .right-column {
  flex-basis: 68%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.contect-details .add-flex .right-column .address-row {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contect-details .add-flex .right-column .address-row.dis-flex {
  align-items: center;
  column-gap: 50px;
}
.contect-details .add-flex .right-column .address-row .address-col .bold {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: rgba(5, 22, 77, 0.8);
  margin: 0 0 5px;
}
.contect-details .add-flex .right-column .address-row .address-col p {
  color: rgba(5, 22, 77, 0.8);
  font-size: 16px;
  line-height:30px;
}

.contect-details .add-flex .right-column .address-row .address-col p a {
  font-size: 16px;
  line-height: 22px;
}
.contect-details .add-flex .right-column .address-row .address-col.two-line {
  flex-basis: 46%;
  position: relative;
}
.contect-details
  .add-flex
  .right-column
  .address-row
  .address-col.two-line:before {
  content: "";
  width: 1px;
  height: 192px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -10px;
  top: 25px;
}
.contect-details
  .add-flex
  .right-column
  .address-row
  .address-col.two-line:last-child:before {
  display: none;
}
.contect-details .add-flex .right-column .address-row:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.dis-flex {
  display: flex;
}

.soc-box {
  margin: 35px 0 32px;
  color: rgba(5, 22, 77, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.soc-box a:first-child {
  padding: 0;
}

.soc-box a:first-child {
  padding: 0;
  border: none !important;
}

.soc-box a:first-child::before {
  display: none;
}

.soc-box a i {
  margin-right: 10px;
}

.soc-box a span {
  position: relative;
}

.soc-box a span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/soc-border.svg) 0 0 no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 1 !important;
}

.soc-box a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  color: rgba(5, 22, 77, 0.8);
}

.soc-box a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  color: rgba(5, 22, 77, 0.8);
}

.soc-box a::before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 9px;
  top: -2px;
  background: rgba(65, 65, 65, 0.3);
}


@media (max-width:767px){


.contect-details.bg-light.padding-t-120.padding-b-120 {
  padding: 40px 0px;
}
.contect-details h2 {
  font-size: 25px;
  line-height: 35px;
}
.contect-details .add-flex {
  margin-top: 40px;
}
.contect-details .add-flex .left-column {
  flex-basis: 100%;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .phone a {
  font-size: 14px;
}
.contect-details .add-flex .left-column .flex-wrap .phone-box .country {
  font-size: 14px;
}
.contect-details .add-flex .right-column {
  flex-basis: 100%;
}
.contect-details .add-flex .right-column .address-row .address-col.two-line {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.leftcontact p {
  padding: 0px 0px;
}
.soc-box a {
  color: rgba(5, 22, 77, 0.8);
  font-size: 12px;
}
.leftcontact h2 {
  font-size: 26px;
  line-height: 34px;
}
.cbanner,
.contactsec {
  padding: 0px 0;
}




}





