.ContactUsPage{
    padding-top: 0px;
    margin-top: 100px;
    margin-bottom: 0px;
}
.contactHead{
    background: url("../img/Map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 521px;
}
.modal_c_title>span {
    color: var(--functional-error-red, #C81414);
    font-family: 'Darker Grotesque 700';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.324px;
    text-transform: capitalize;
}
.title{
    font-family: 'Darker Grotesque 600';
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.891%;
    text-transform: capitalize;
    color: #FFF;
    text-align: center;
    margin-bottom: 32px;
    top: 80px;
    position: relative;
}
.subtitle{
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #FFF;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    top: 77px;
    opacity: 0.7;
}
.socials {
    margin-top: 105px;
}
.socialrow {
    width: 560px;
    margin-left: 423px!important;
    
}
.address {
    color: #FFF;
    text-align: center;
    font-family: 'Darker Grotesque 700';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 16px;
    margin-left: -100px;
}
.address2 {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.7;
    margin-bottom: 0px;
    margin-left: -100px;
    margin-top: -10px;
}
.AddressMedia_logo{
    background-image: url("../img/logoBackg.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 14px;
    border: 0.3px solid #5551FF80;
    padding: 15px;
    width: 61px;
    height: 60px;
    margin-bottom: 20px;
}
.logoAdd {
    margin-left: -26px;
    margin-top: -20px;
}
.emailMedia_logo{
    background-image: url("../img/logoBackg.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 14px;
    border: 0.3px solid #5551FF80;
    padding: 15px;
    width: 61px;
    height: 60px;
    margin-top: -18px;
    margin-bottom: 20px;
}
.logoemail{
    margin-left: -26px;
    margin-top: -20px;
}
.phoneMedia_logo{
    background-image: url("../img/logoBackg.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 14px;
    border: 0.3px solid #5551FF80;
    padding: 15px;
    width: 61px;
    height: 60px;
    margin-top: -16px;
    margin-bottom: 20px;
}
.logoPhone{
    margin-left: -26px;
    margin-top: -20px;
}

.contactform{
    margin-top: 60px!important;
    width: 617px;
    margin-left: auto!important;
    margin-right: auto!important;
}
.input_field_contactform::placeholder {
    color:red;
    font-family: 'Inter';
    font-size: 15px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%!important; 
    color:  #656565!important;
}
.form-control{
    padding: 14px 16px!important;
    transition: none!important;
}
.form-control:hover{
    background: #FFF;
    border: 1px solid #005BB9;
}

.btn-secondary {
    background-color: #FFFFFF!important;
    color: #3c3c3ccf!important;
    border-color: #adb5bda3!important;
    width: 292px;
    height: 53px;
    font-family: 'Inter';
    font-size: 15px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%!important;
    text-align: left!important;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}
.dropdown:hover{
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 18.3rem!important;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 52%);
    border-radius: 8px!important;
    
}
.dropdown-menu:hover{
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #41464be6!important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown_dropdown-toggle::{
    font-family: 'Inter';
    font-size: 15px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.dropdown-item:hover{
    background-color: #F6F2FF!important;
    border-radius: 8px!important;
}
.form-check {
    /*display: block;*/
    min-height: 1.5rem;
    padding-left: 3px!important;
    margin-bottom: 0.125rem;
    margin-top: 7px;
}

.site_url{
    margin-left: 8px;
    max-width: 600px!important;
}
.txtare {
    resize: vertical;
    border-color: #E6E6E6;
    padding: 14px 16px;
    width: 602px;
    color:  #656565;
    outline: none;
}
.input_field_txtare::placeholder{
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.txtare:hover{
    background: #FFF;
    border: 1px solid #005BB9;
    
}
.tc{
    margin-top: -24px;
    margin-left: 21px;
    color: #050220;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
    width: 450px;
}
.SubButt {
    border-radius: 33px!important;
    background: #5551FF!important;
    color: #FFF!important;
    text-align: center!important;
    font-family: 'Darker Grotesque 700';
    font-size: 18px!important;
    font-style: normal;
    font-weight: 700;
    line-height: 23px!important;
    text-transform: capitalize;
    border-color: #5551FF!important;
    margin-bottom: 60px;
    margin-top: -9px;
    padding: 16px 24px!important;
    margin-left: 48px;
    transition: none!important;
}

.SubButt:hover {
    color: #5551FF!important;
    background: #FFF!important;
    border: 1px solid #8A87FF!important;
    padding: 14px 24px!important;
}


.icon{
    background: none;
    border: none;
    color: #fff;
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 10px;
    position: absolute;
    stroke-width: 2px;
    width: 13px;
    height: 13px;
    margin-left: 557px;
    margin-top: -108px;
}
.savchange{
    border-radius: 33px;
    background:  #5551FF;
    color:  #FFF;
    text-align: center;
    font-family: 'Darker Grotesque 600';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    padding: 16px 24px;
}

.desk{
    display: block;
}
.mob{
    display: none;
}
.chckbox{
    border-color: #00285C;
} 
.main_modal {
    max-width: 755px!important;
    border-radius: 0px!important;
    margin: 30vh auto!important;
}
.modal_content {
    background: url(../img/popo_upup.png);
    border: 0px!important;
    border-radius: 16px!important;
    background-color: transparent!important;
    padding: 40px 80px;
    background-size: cover;
    background-repeat: no-repeat;
}
.moda_boda {
    padding: 0px!important;
}
.modal_c_title {
    color: var(--neutral-white, #FFF);
    text-align: center;
    
    /* Heading/H3 */
    font-family: 'Darker Grotesque 700';
    font-size: 30px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.324px; /* 111.08% */
    text-transform: capitalize;
}
.modal_c_subtitle {
    color: var(--neutral-500, #D0D0D0);
    text-align: center;
    
    /* Body/standard */
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    margin-bottom: 32px;
}

.btn_global {
    color: #FFF!important;
    text-align: center!important;
    font-family: 'Darker Grotesque 700'!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 22px!important;
    text-transform: capitalize!important;
    border-radius: 33px!important;
    background: #5551FF!important;
    padding: 16px 23px!important;
}
.btn_global:hover {
    color: #5551FF!important;
    background: #FFF!important;
    border: 3px solid #8A87FF!important;
    padding: 14px 24px!important;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    margin-top: 152px;
    margin-left: 37px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
