body {
    margin: 0;
}
.topDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 3px solid rgba(0, 134, 213, 1);
}
.Logo {
    width: 160px;
}
  
.topDiv #topMenu a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: black;
}
  
.topDiv #topMenu a:hover {
    color: white;
    background: #00a4f1;
    border-radius: 39px;
}

* {
    box-sizing: border-box;
    scrollbar-color: transparent transparent;
    scrollbar-width: 0px;
  }
  
  *::-webkit-scrollbar {
    width: 0;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }
  
  * {
    -ms-overflow-style: none;
  }

@media only screen and (min-width: 764px) {
    #dropDown {
        display: none;
    }
}

@media only screen and (max-width: 764px) {
    #topMenu {
      display: none;
    }
    #dropDown {
        display: block;
        margin-right: 10%;
    }
}
#dropDownBtn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
#dropDownContent {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
#dropDownContent a{
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
#dropDownContent a:hover {
    background-color: #00a4f1;
    color: white;
}
#dropDown.open #dropDownContent {
    display: block;
    
}
.get-in-touch {
    width: 100%;
    height: 100%;
    margin-top: 2%;
    background-image: url("../Attachments/getintouch\ bg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30% 100%;
}
.get-in-touch h3 {
    text-align: center;
    font-size: 25px;
    padding: 50px;
    padding: 0;
}
.mini-container {
    display: flex;
    justify-content:center;
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.mailus {
    width: 45%;
    height: 80px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 24px 33px 0px #B5B5B540;
    display: flex;
    align-items: center;
}
.mailus img {
    width: 50px;
    margin-right: 10px;
}
.callus {
    margin-left: 20px;
    width: 45%;
    height: 80px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 24px 33px 0px #B5B5B540;
    display: flex;
    align-items: center;
}
.callus img {
    width: 50px;
    margin-right: 10px;
}
.contact-form {
    margin: 0 auto;
    margin-top: 1%;
    width: 60%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 17px 44px 0px #B3B3B340;
    padding: 45px;
    border-radius: 40px;
}
.form-row {
    display: flex; 
    justify-content: space-between;
    margin-bottom: 20px;
}
.form-column {
    width: 90%;
}
.contact-form input[type=text] {
    width: 95%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #D3D3D3 
}
.message {
    width: 100%;
    height: 150px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #D3D3D3 
}
.contact-form input[type=submit] {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 140px;
    height: 50px;
    border-radius: 39px;
    background-color: black;
    color: white;
}
.map {
    margin-top: 5%;
    height: 100%;
}
.footer {
    width: 100%;
    height: 100%;
    padding:0px 100px;
    margin-top: 5%; 
}

.footer-logo{
    width: 160px;
}
.footer a, .footer span{
    font-size: 15px;
}
.company-details {
    width: 250px;
}
.company-details span, .company-details p {
    font-size: 15px;
    color: rgba(121, 121, 121, 1);
    margin: 0;
}

.footer a {
    text-decoration: none;
    color: rgba(121, 121, 121, 1);
}
.footer li {
    margin: 10px 0;
    list-style: none;
    
}
.pages ul, .utility-pages ul, .address ul{
    color: rgba(121, 121, 121, 1);
}
.address span {
    color: rgba(121, 121, 121, 1);
}
.address img {
    width: 13px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    bottom: 0;
    margin: 0 45px 0 45px;
}
.social-media button{
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0 8px;
}
.innerFooter{
    display: flex; 
    justify-content: space-between;
}
/* Mobile Resolution */
@media only screen and (max-width: 767px) and (orientation: portrait) {
    body {
        zoom:80%;
    }
    .get-in-touch{
        height: 100%;
    }
    .mini-container{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        
    }
    .callus{
        width: 80%;
        margin-left: 0;
        margin-top: 1%;
        background-color: white;
        
    }
    .mailus{
        width: 80%;
        background-color: white;
    }
    .contact-form{
        height: 100%;
        width: 90%;
        zoom: 100%;
    }
    .form-row{
        display: flex;
        flex-direction: column;
    }
    
    .form-row input[type=text]{
        width: 90%;
    }
    .map{
        height: 100%;
    }

    .footer{
        height: 100%;
        flex-direction: column;
        padding: 50px;
    }
    .innerFooter{
        display: flex; 
        justify-content: space-between;
        flex-direction: column;
    }
    .copyright{
        zoom: 80%;
        margin: 0 10px 0 10px;
        width: 100%;
    }
}

@media only screen and (max-height: 432px) and (orientation: landscape) {
    body{
        zoom: 70%;
    }
    .get-in-touch{
        height: 100%;
        zoom: 90%;
    }
    .callus{
        background-color: white;
        
    }
    .mailus{
        background-color: white;
    }
    .contact-form{
        height: 100%;
        zoom: 95%;
        width: 90%;
        align-items: center;
    }
    .form-column{
        width: 45%;
    }
    .map{
        height: 100%;
    }
    .footer{
        padding: 20px;
        height: 100%;
    }
}

/* Tablet resolution */
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    body{
        zoom: 80%;
    }
    .get-in-touch{
        height: 100%;
    }
    .mini-container{
        width: 80%;
    }
    .callus{
        background-color: white; 
    }
    .mailus{
        background-color: white;
    }
    .contact-form{
        width: 90%;
    }
    .map{
        height: 100%;
    }
    .footer{
        zoom: 110%;
        height: 100%;
        padding: 50px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    body{
        zoom: 90%;
    }
    .get-in-touch{
        height: 100%;
    }
    .mini-container{
        width: 70%;
    }
    .callus{
        background-color: white; 
        zoom: 85%;
    }
    .mailus{
        background-color: white;
        zoom: 85%;
    }
    .contact-form{
        width: 90%;
        zoom: 90%;
    }
    .map{
        height: 100%;
    }
    .footer{
        padding: 30px;
    }
}