/*geta page css*/

.contact-info {
    top: 90px !important;
}







.gradient-brand-color {
    background-color: #667079;
    color: #fff;
}

.contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
}

.contact-info__list span.position-absolute {
    left: 0
}

.z-index-101 {
    z-index: 101;
}

.list-style--none {
    list-style: none;
}

.contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
}

@media (min-width: 1024px) {
    .contact-form__wrapper {
        padding: 5rem !important
    }
}

@media (max-width: 1024px) {
    .contact-form__wrapper {
        padding: 3rem !important
    }
}

@media (max-width: 600px) {
    .contact-form__wrapper {
        padding: 2rem !important
    }
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(132, 138, 163, 0.1) !important;
}

.mailf {
    text-decoration: none;
    color: white;
}

.mailf:hover {
    text-decoration: none !important;
    color: white;
}

.file_send {
    position: relative;
}

.file_send label {
    position: absolute;
    top: 84%;
    border-radius: 4px;
    padding: 6px 14px;
    border: 1px solid #ced4da;
    color: #8b8989;
    width: 100%;
}

.file_send [type=file] {
    opacity: 0;
}








    .contectinfo {
        width: 40.666667%;
       height: 734px;
    }

    @media(max-width:1200px) {
        .contectinfo {
            margin: 0% 1.5%;
            width: 97%;
            height: 300px;
        }
    }

    .phonee {
        padding-left: 0px;
    }

    .code {
        padding-right: 0px;
    }

    @media(max-width:768px) {
        .phonee {
            padding-left: 15px;
        }
        .code {
            padding-right: 15px;
        }
    }
    
     .dropbtn {
         position: absolute;
         bottom: 1px;
         border: none;
         right: 1px;
         height: 38px;
         width: 170px;
         font-size: 13px;
         /* cursor: pointer; */
     }

@media(max-width:1200px){
     .dropbtn {
         position: absolute;
         bottom: 1px;
         border: none;
         right: 1px;
         height: 38px;
        width: 197px;
         font-size: 13px;
         /* cursor: pointer; */
     }
}
     .dropdown {
         position: relative;
         display: inline-block;
     }

     .dropText {
         overflow-y: scroll;
         max-height: 400px;
         min-width: 183px;
         display: none;
         position: absolute;
         background-color: #f0f0f0;

         z-index: 1;
     }

     .dropText li {
         color: black;
         padding: 6px 12px;
         text-decoration: none;
         display: block;
         cursor: pointer;
     }

     .dropText a:hover {
         background-color: blue;
         color: white;
     }

     .dropdown:hover .dropText {
         display: block;
     }

/*geta page end*/