*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.conatact-containerMain{
    width: 100%;
    max-width: 1290px;
    height: 102vh;
    margin-inline: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "poppins", sans-serif;
}
.contact-container{
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
}
.contactSubContainer{
    padding: 10px;
}
.contactContents{
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
    margin-top: 90px;
    display: flex;
    justify-content: center;
}
.widget-content{
    width: 100%;
    max-width: 400px;
    padding: 10px;
}
.headingDont-be-shy{
    font-size: 26px;
    line-height: 26px;
    color: #666666;
    font-weight: 700;
    margin-bottom: 22px;
}
.contact-para{
    font-size: 15px;
    line-height: 27px;
    color: #666666;
    margin-bottom: 20px;
}
.contact-wrapper,
.call-wrapper
{
   display: flex;
   align-items: center;
   margin-bottom: 25px;
}
.contact-wrapper i{
    font-size: 33px;
    color: #ffb400;
}
.mail-me{
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    padding-left: 17px;
}
.mail-me .mailMe{
    text-transform: uppercase;
    opacity: .8;
}
.mail-me a{
    text-decoration: none;
    color: #666666;
    font-weight: 600;
}
.call-wrapper i{
    font-size: 39px;
    color: #ffb400;
}
.social-media-links ul{
    display: flex;
    align-items: center;
}
.social-media-links ul li{
    list-style: none;
}
.social-media-links ul li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    color: #666666;
    transition: .3s;
    font-size: 17px;
    margin: 0 6px;
    background: #eee;
    border-radius: 50%;
}
.social-media-links ul li a:hover{
    background: #ffb400;
    color: #fff;
}
/* form */
.formContainer{
    width: 100%;
    max-width: 741px;
    padding: 10px;
    padding-bottom: 60px;
}
.input-contaier{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    
}
.form-group{
    padding-inline: 15px;
}
.form-group input{
    height: 47px;
    max-width: 220px;
    width: 100%;
    padding: 11px 26px;
    outline: none;
    border-color: #ddd;
    background-color: #fff;
    color: #666666;
    border-radius: 30px;
    border: 1px solid #ddd !important;
    font-size: 15px;
    font-family: "poppins", sans-serif;

}
.text-area{
    padding-inline: 15px;
}
.text-area textarea{
    font-family: "poppins", sans-serif;
    width: 100%;
    min-height: 160px;
    border: 1px solid #ddd;
    padding: 11px 26px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 27px;
    color: #666666;
    outline: #ffb400;
    margin-bottom: 30px;
}
.contact-btn{
    margin-left: 15px;
    max-width: 219px;
    height: 55px;
}
.contactBtnText{
    color: #666666;
    z-index: 999;
}
.contact-btn.arrow-more {
    right: -14px;
  }

@media only screen and (max-width:1199px){
    .formContainer {
        max-width: 604px;
    }
    .widget-content {
        max-width: 325.5px;
    }
}

@media only screen and (max-width:991px){
    .formContainer {
        max-width: 448.5px;
        padding-inline: 0px;
    }
    .widget-content {
        max-width: 241.5px;
    }
}
@media only screen and (max-width: 767px){
    .contactContents{
        flex-direction: column;
        max-width: 510px;
        margin-inline: auto;
    }
    .widget-content{
        max-width:100%;
    }
    .input-contaier{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .form-group input {
        height: 47px;
        max-width: 100%;
    }
    .form-group {
        width: 100%;
        padding-inline: 10px;
        margin-bottom: 10px;
    }
    .formContainer {
        max-width: 100%;
        margin-top: 48px;
        padding-bottom: 100px;
    }
    .text-area textarea {
        height: unset;
        min-height: 100px;
        margin-bottom: 15px;
    }    
}
@media only screen and (max-width: 670px){
    .aboutMeheadingBg {
        font-size: 94px !important;
        line-height: 75px;
    }
}
@media only screen and (max-width: 576px){
    .contactHeading{
        text-align: center;
    }
    .headingDont-be-shy {
        font-size: 21px;
        line-height: 21px;
        font-weight: 700;
    }
    .contactContents {
        margin-top: 21px;
    }
}
@media only screen and (max-width: 575px){
    .contactHeading{
        text-align: left;
    }

}

