.second-location-container{
  background:url(/view/img/home/Bubble_backpattern.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  flex-direction: row;
  padding: 80px 30px;
  display:flex;
  align-items:center;
}

.second-location-left{
     width:45%;
     margin-right:40px;
}

.left-cont h2{
    margin-bottom:50px;
}
.left-cont img{
    margin-bottom:10px;
}
.second-location-right{
     margin-left:40px;
     width:55%;
     color :#fff;
}

.second-location-right img{
    max-width: 500px;
    width: 100%;
    margin-bottom: 40px;
}
.second-location-right button{
    display: block;
    margin-top: 60px;
    border-radius:50px!important;
    max-width :fit-content;
    margin-left:0;
}

.circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
color: #fff;
text-align: center;
max-width: 700px;
margin: 0 auto;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #418fde;
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width:100%;
    max-width:700px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:40%; opacity:0} 
    to {top:50%; opacity:1}
}

@keyframes animatetop {
    from {top:40%; opacity:0}
    to {top:50%; opacity:1}
}

/* The Close Button */
.close {
    color: #43b02a;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #418fde;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {padding: 2px 16px;}





@media (max-width: 1200px) {
  .second-location-right img{
    max-width: 450px;
}
}

@media (max-width: 1024px) {
  .circle__content h2{
    font-size:32px;
  }
    .second-location-right img{
        max-width: 400px;
    }
    
    .second-location-right button {
        padding: 10px 15px;
        font-size: 21px;
        margin-top: 40px
    }
}

@media (max-width: 800px){
.second-location-container {
    max-height: fit-content!important;
    height:auto;
}
}

@media (max-width: 768px) {
  .second-location-container{
    flex-direction:column;
    padding:60px 30px;
    }
    .second-location-left {
        width: 100%;
        margin-right: 0px;
    
    }
    .second-location-right {
        margin-left: 0px;
        width: 100%;
        color: #fff;
        margin-top: 60px;
        text-align:center;
    }
    
     .second-location-right button{
        margin: 40px auto 0;
    }
        
}

@media (max-width: 500px){
    .circle__content h2 {
        font-size: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 22px;
    }
}