@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@400;700&display=swap");
.contact22{
    background-color: rgb(242, 242, 242);
    padding: 70px 0;
}
.container9{
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.contact-flex{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.contact-type1,.contact-type2{
    margin-bottom: 50px;
    flex-shrink: 0;
    max-width: 100%;
    width: 100%;
}
.contact-type2{
    margin-bottom: 0 !important;
}
.adress{
    padding: 80px 40px 80px 30px;
    background-color: black;
}
.adress1{
    margin-bottom: 60px;
}
.adress1 h2,.input1 h2{
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: white;
}
.verticalline{
    width: 25%;
    margin-top: 16px;
    height: 2px;
    background-color:#0039a6 ;
}
.adress2{
    display: flex;
    margin-bottom: 15px;
}
.adress-icon i{
    color: #0039a6;
    font-size: 22px;
}
.adress-melumat{
    padding-left: 18px;
}
.adress-melumat p{
    font-size: 17px;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}
.adress-melumat a:hover{
transition:all .8s ease;
color: rgb(0, 255, 0);
}
.footericons i {
    font-size: 16px;
    color: white;
    text-align: center;
  }
  .footericons i:hover {
    color: #1fff0a;
    transition: all 0.8s ease;
  }
.input1{
    margin-bottom: 60px;
}
.input1 h2{
    color: black;
    padding-bottom: 17px;
}
.email-input {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.form1{
    margin-bottom: 30px;
    flex-shrink: 0;
    width: 100%;
    padding: 0 0px 0px 6px;
    max-width: 100%;
}
.form1 input,.form1 textarea{
    padding: 13px 18px;
    box-shadow: 0 0 50px 0 white;
    border:1px solid white !important;
    width: 100%;
    outline: none;
    max-width: 99.425%;
}
.form1 textarea{height: 150px;}
.form1 input::placeholder,.form1 textarea::placeholder{
    color: #0039a6;
    font-size: 17px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.email-input2 button{
    width: 120px;
    height: 50px;
    font-size: 16px;
    background-color: #0039a6;
    color: white;
    border: 1px solid #0039a6;
    cursor: pointer;
    border-radius: 5px;
}
.email-input2 button:hover{
    background-color: rgb(0, 75, 23);
    border: 1px solid #ffffff;
    transition:all 0.5s ease;
}
.except4{cursor: pointer;}
.map{
    padding-top: 70px;
    overflow: hidden;
}
.map iframe{
    width: 100%;
    height: 500px;
    border: 0;
}
@media (min-width: 576px) {
    .container9{
       max-width: 540px;
    }
      }
      @media (min-width: 768px) {
        .container9{
            max-width: 720px;
         }
         .email1{
            flex:0 0 auto;
            width: 50%;
           
        }
      }
      @media (min-width: 991px) {
        .contact22{
            padding: 100px;
        }
        .container9{
            max-width: 960px;
         }
         .contact-type1,.contact-type2{
            margin-bottom: 0px;
            flex:0 0 auto;
            width: 50%;
        }
        .contact-type2{
            padding: 0px 0px 30px 0;
        }
        .adress{
            margin-right: 30px;
        }
        .adress1 h2,.input1 h2{
            font-size: 42px;
            line-height: 50px;
            }
            .map{
                padding-top: 100px;
            }
      }
      @media (min-width: 1200px) {
        .container9{
            max-width: 1140px;
         }
      }
      @media (min-width: 1300px) {
        .container9{
            max-width: 1380px;
         }
      }