.mt {
    margin-top: 80px;
}

footer {
    background-color: #121c22;
    padding: 60px 0;
}

footer h4 {
    font-size: 34px;
    line-height: 54px;
    font-family: Manrope;
    font-weight: 700;
    color: white;
    margin: 0;
}

footer .footer-contact-details {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 40px;
}

footer .footer-contact-details div:first-child,
footer .footer-contact-details div:nth-child(2) {
    margin-bottom: 36px;
}

footer .footer-contact-details div h5 {
    font-size: 18px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 500;
    color: white;
    margin: 0;
}


footer .footer-contact-details div p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: Manrope;
    color: white;
    margin: 0;
    margin-top: 24px;
}

footer .footer-contact-details div:first-child,
footer .footer-contact-details div:nth-child(2) {
    margin-bottom: 36px;
}



footer .footer-contact-details div h5 {
    font-size: 18px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 500;
    color: white;
    margin: 0;
}


footer .footer-contact-details div ul {
    margin-top: 24px;
    padding-left: 0;
}

/* 

footer .footer-contact-details div ul li {
    list-style-type: none;
} */

/* footer .footer-contact-details div ul li{
    margin-top: 0;
    color: white;
} */


footer .footer-contact-details div ul li {
    font-size: 16px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 500;
    color: white;
    margin: 0;
}

footer .footer-contact-details div ul li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: Manrope;
    color: #E66445;
    margin: 0;
    margin-top: 24px;
}

footer .footer-contact-details div {
    width: 50%;
}

footer .footer-contact-details div h5 {
    font-size: 18px;
    line-height: 30px;
    font-family: Manrope;
    font-weight: 500;
    color: white;
    margin: 0;
}

footer .footer-contact-details div ul {
    margin-top: 24px;
    padding-left: 0;
}

footer .footer-contact-details div ul li {
    list-style-type: none;
}

/* footer .footer-contact-details div ul li {
    margin-top: 0;
    color: red;
} */


footer h6 {
    font-size: 80px;
    line-height: 120px;
    font-family: Manrope;
    font-weight: 700;
    color: #E66445;
    margin: 0;
    margin-top: 48px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #E66445;
}

/* footer .footer-form {
    background-color: white;
    padding: 40px 30px;
}

footer .footer-form h4 {
    font-size: 34px;
    line-height: 54px;
    font-weight: 700;
    color: black;
    margin: 0;
}

iframe {
    border: 0;
}

footer h6.since-text-scnd {
    display: none;
    text-align: center;
} */


#map {
    width: 100%;
    height: 300px;
}

footer .footer-links {
    display: flex;
    justify-content: space-between;
}



footer .map,
footer .footer-links {
    margin-top: 40px;
}


footer .footer-links {
    display: flex;
    justify-content: space-between;
}

footer .footer-links .f-links {
    display: flex;
    align-items: center;
}

footer .footer-links .f-links ul {
    display: flex;
    padding-left: 0;
    margin: 0;
}

footer .footer-links .f-links ul li:not(:last-child) {
    margin-right: 40px;
}


footer .footer-links .f-links ul li{
    list-style-type: none;
}


.active-menu-link {
    border-bottom: 1px solid #E66445;
}

footer .footer-links .f-links ul li {
    list-style-type: none;
    text-decoration: none;
}

.active-menu-link {
    border-bottom: 1px solid #E66445;
}

ul {
    box-sizing: border-box;

}

footer .footer-form form {
    margin: 0;
    margin-top: 16px;
}

input.large {
    inline-size: 100%;
}


.ft-rel {
    position: relative;
}

.div-1 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 6%;
}


@media screen and (max-width: 767px){
footer .footer-links .f-links ul {
    flex-wrap: wrap;
}
}


footer .footer-form {
    background-color: white;
    padding: 40px 40px;
  }
  
  footer .footer-form h4 {
    font-size: 34px;
    line-height: 54px;
    font-weight: 700;
    color: black;
    margin: 0;
  }
  
  footer .footer-form form {
    margin: 0;
    margin-top: 16px;
  }
  
  footer .footer-form form input.input,
  footer .footer-form form textarea {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: black;
    margin: 0;
    padding: 8px 0;
    margin-bottom: 12px;
  }
  
  footer .footer-form form input.input::placeholder,
  footer .footer-form form textarea::placeholder {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: black;
  }
  
  footer .footer-form input.primary-button {
    background-color: transparent;
  }
  
  footer .footer-form input.primary-button:hover {
    background-color: #E66445;
    color: white;
  }
  
  footer .footer-form input[type="submit"] {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: #E66445 !important;
    margin: 0 !important;
    border: 1px solid #E66445 !important;
    background-color: transparent !important;
    padding: 8px 17px !important;
    text-decoration: none !important;
    transition: 0.2s ease-in all !important;
    -webkit-transition: 0.2s ease-in all !important;
    -moz-transition: 0.2s ease-in all !important;
    -ms-transition: 0.2s ease-in all !important;
    -o-transition: 0.2s ease-in all !important;
  }
  
  footer .footer-form input[type="submit"]:hover {
    background-color: #E66445 !important;
    color: white !important;
  }
  


  /* g forms */

.gform_title {
    display: none;
  }
  
  footer .footer-form input,
  footer .footer-form textarea {
    width: 100% !important;
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid Black!important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: Black!important;
    margin: 0 !important;
    padding: 8px 0 !important;
    margin-bottom: 12px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
  
  footer .footer-form input::placeholder,
  footer .footer-form textarea::placeholder {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: Black!important;
  }
  
  footer .footer-form input.primary-button {
    background-color: transparent;
  }
  
  footer .footer-form input.primary-button:hover {
    background-color: #E66445;
    color: white;
  }
  
  footer .footer-form input[type="submit"] {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: #E66445 !important;
    margin: 0 !important;
    border: 1px solid #E66445 !important;
    background-color: transparent !important;
    padding: 8px 17px !important;
    text-decoration: none !important;
    transition: 0.2s ease-in all !important;
    -webkit-transition: 0.2s ease-in all !important;
    -moz-transition: 0.2s ease-in all !important;
    -ms-transition: 0.2s ease-in all !important;
    -o-transition: 0.2s ease-in all !important;
  }
  
  footer .footer-form input[type="submit"]:hover {
    background-color: #E66445 !important;
    color: white !important;
  }
  
  .gform-theme--foundation .gfield textarea.large {
    min-block-size: unset !important;
  }
  
  .gform-theme--foundation .gform_fields {
    display: unset !important;
  }
  
  .gform-theme--foundation .gform_fields div:not(:last-child) {
    margin-bottom: 16px !important;
  }
  
  /* end */



  .footer-form .gform-theme--framework .field_sublabel_below .gform-field-label--type-sub{
    display: none !important;
  }


  footer .footer-links .f-links ul li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    margin: 0;
    text-decoration: none;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}

.active-menu-link a {
    color: red !important;
}



@media screen and (max-width:767px) {

    footer h4 {
        font-size: 28px;
        line-height: 42px;
        font-family: Manrope;
        font-weight: 700;
        color: white;
        margin: 0;
    }
}