
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.938rem;
    /* color: #6f8ba4; */
    
    font-weight: 400;    
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
html,body {
    height:100%;
}



p{
    margin: 0;
    
}
ul{
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #1f8ceb;
}
.clearfix::after {
    content: "";
   
    display: table;
  }
  .clearfix::before {
    content: "";
    
    display: table;
  }  
  section {
    display: block;
  }
  h1, h2, h3, h4, h5, h6 {
   
}
i.service-icon {
    border: 3px solid rgb(111 139 164);
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}
 .theme-btn {
    margin-left: 25px;
    margin-bottom: 20px;
}
img {
    display: inline-block;
    max-width: 100%;
}
#subscribeMessage {
    display: none;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.avoid-clicks {
    pointer-events: none;
  }

  .btn{
    
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    padding: 12px 10px 10px;
    background-color: #1f8ceb;
  }

  .contact-similar-sections {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 34px 18px;
  }

  .contact-similar-sections .description p {
    color: #333333;
    font-weight: 600;
    font-size: 1.1rem;
  }

  .contact-similar-sections .img-section {
    background-color: #ec1b24;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
  }

  .contact-similar-sections .img-section img {
    height: 100%;
    width: 100%;
    padding: 1rem;
  }

  .custom-padding-contact {
    padding-top: 6rem;
  }

.contact_img_bottom {
    position: absolute;
    right: -29.5rem;
    top: 22.5rem;
    z-index: 1;
    width: 52.5%;
}


.final-section-right {
    width: 56%;
    height: 100%;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
}   

.final-section-right img {
    width: 100%;
    height: 100%;
}

.custom-bg-for-contact {
    background-color: #fff !important;
}

.custom-container {
    max-width: 1500px;
    margin: 0 auto;
}

.final-section-left {
    width: 70%;
    margin: 0 auto;
    margin-right: 0;
}

.final-section-left .map-img-section {
    width: 100%;
    height: 100%;
}

.final-section-left .map-img-section img {
    width: 100%;
    height: 100%;
}

.final-section-description h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.final-section-description p {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 2rem;
}