@font-face {
    font-family: 'Ethnocentric';
    src: url('/Ethnocentric\ Rg\ It.otf') format('woff2'),
        url('/path-to-fonts/ethnocentric.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.main-layout-container {
    width: 100%;
    height: auto;
    /*background-image: linear-gradient(180deg, #2c4635, #223026);*/
       background: url('../image/Contact-Us-Desktop.png'); /* Sirf image set karna */
  background-size: cover; /* Image ko poore background mein fit karne ke liye */
  background-repeat: no-repeat; /* Image ko repeat hone se rokne ke liye */
  background-position: center;
    position: relative;
}


.main-content {
    width: 80%;
    margin: auto;
    padding-top: 94px;
    text-align: left;
  
}
 .main-content p{
        font-size: 16px;
    }
.textfooter p{
    color: #fff !important;
}
.textfooter p, .textfooter strong {
    color: #fff !important;
}
.textfooter h4,
.textfooter p {
    color: #fff !important;
}
.textfooter * {
    color: #fff !important;
}


 .under-container {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    backdrop-filter: blur(1px);   /* Applies a blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari support */
    padding: 23px;
    margin: 33px 0px;
}
.textfooter h4{
    font-size:14px;
     font-family: 'Albert Sans', sans-serif;
}
.containert {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
}
.main-layout-container, .main-layout-row {
    width: 100%;
    margin: auto;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.location {
    flex: 1;
}
.links {
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Albert Sans', sans-serif;
}
input::placeholder {
    font-family: 'Albert Sans', sans-serif;
    font-weight:500;
  color: #acacac !important;
   
}
textarea::placeholder {
    font-family: 'Albert Sans', sans-serif;
     font-weight:500;
  color: #acacac !important;
   
}
.links .footer-links {
    display: flex;
    justify-content: left;
    align-items: center;
}
.links li {
    list-style: none;
    margin-bottom: 10px;
    animation: slideInRight 1s ease-out;
}
.iconsfooter img {
    width: 40px;
    height: 40px;
    padding-right: 10px;
}
.contact-form {
    flex: 2;
    padding: 30px;
    max-width: 920px;
    margin: 0 auto;
    border-radius: 10px;
    background: url(../image/Contact-Desktopw.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-content h2{
    font-size: 44px;
    margin-left: 0;
}
.main-content-p {
    font-size: 18px !important;
    margin-left: 0;
}
.contact-form label{
    display: block;
    margin-bottom: 5px;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    /*border: 1px solid #ccc;*/
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
}
.links{
    padding-left:0;
      font-family: 'Poppins', sans-serif;
}
.word-count{
    font-size: 15px;
    padding: 0;
    margin-top: -5px;
    color: black;
}
.btnclass {
    padding: 5px 10px;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    /*right: 13%;*/
    /*position: absolute;*/
    float: inline-end;
    width: 125px;
    background-image: linear-gradient(180deg, #84d7a0, #4a94ae);
   
    color: #fff;
   font-family: 'Albert Sans';
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    color: black;
}
.iti__country {
    padding: 5px 10px;
    outline: none;
    color: black;
}
.iti--separate-dial-code{
    width: 100%;
}
.iti__country-list {
    
       overflow-x: hidden;
    max-width: 300px;
}

@media only screen and (max-device-width: 1536px) {
    .main-content {
    width: 80%;
    margin: auto;
    padding-top: 101px;
    text-align: left;
}
@media only screen and (max-device-width: 1440px) {
    .main-content {
    width: 80%;
    margin: auto;
    padding-top: 102px;
    text-align: left;
}
}
}

@media only screen and (max-device-width: 480px) {
.main-content {
    width: 100%;
    margin: auto;
        padding-top: 115px;
    text-align: left;
    font-family: mypoppinsRegular;
}
.main-content h2{
    font-size: 25px;
    margin-left: 0;
}
.main-content-p {
    font-size: 12px !important;
    margin-left: 0;
}
.links {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
  
}
.main-layout-container {
   
    /*background-image: linear-gradient(180deg, #2c4635, #223026);*/
       background: url('../image/Contact-Us-Mobile.png'); /* Sirf image set karna */
  background-size: cover; /* Image ko poore background mein fit karne ke liye */
  background-repeat: no-repeat; /* Image ko repeat hone se rokne ke liye */
  background-position: center;
    position: relative;
}
.under-container {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(10px);
    padding: 23px;
    margin: 0px 16px;
    border-top-right-radius: 14px;
}
.containert {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 4px;
}
.btnclass {
    right: 6%;
}
.contact-form{
    padding:20px;
}
  .main-content p{
        font-size: 12px;
    }
}
@media only screen and (max-device-width: 390px) {
    .main-content {
      
        padding-top: 169px;
       
    }
  
}

@media only screen and (max-device-width: 375px) {
    .main-content {
      
        padding-top: 170px;
       
    }
}