@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@font-face {
    font-family: "LatoWebSemibold";
    src: url("font/Lato-Semibold.eot?r=1"); /* IE9 Compat Modes */
    src: url("font/Lato-Semibold.eot?#iefix?r=1") format("embedded-opentype"),
      /* IE6-IE8 */ url("font/Lato-Semibold.woff2?r=1") format("woff2"),
      /* Modern Browsers */ url("font/Lato-Semibold.woff?r=1") format("woff"),
      /* Modern Browsers */ url("font/Lato-Semibold.ttf?r=1")
        format("truetype");
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
  }

body {
    margin: 0px;
    padding: 0px;
    font-family: "Lato", serif!important;
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}



.container{
    max-width: 1166px;
    margin: 0px auto;
    position: relative;
}

.contact-us-banner{
    background: linear-gradient(270deg, #FFF -18.88%, #F3FAFF 108.36%);
    padding-top: 129px;
    margin-top: 80px;
    position: relative;
}
.banner-bg-circle{
    position: absolute;
    left: 0px;
    z-index: 0;
    top: 0px;
}
.bannerCirBottom{
    position: absolute;
    left:100px;
    bottom: 0px;
}
.contact-us-banner .container{
    display: flex;
}
.banner-content {
    display: flex;
    flex-direction: column;
    max-width: 556px;
    z-index: 2;
    position: relative;
}
.banner-content  h2{
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    color: #2F3136;
    font-weight: 700;
    line-height: 56px;
}
.banner-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
    color: #52565E;
}

.banner-img{
    margin-left: auto;
    position: relative;
}
img.poswatch{
    position: absolute;
    left: -10px;
    top: -10px;
}

.contact-us-body{
    padding-top: 60px;
}

.contact-us-body h1{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #202126;
}

.map{
    margin-top: 60px;
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    overflow: hidden;
}

.address{
    display: flex;
    margin-top: 120px;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.addressBox{
    max-width: calc(50% - 20px);
    border: 1px solid #EEEFF4;
    padding: 17px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
    text-align: center;
}

.addressBox:last-child{
    margin-left: auto;
}

.adress-title{
    font-size: 24px;
font-weight: 700;
line-height: 32px;
color: #2F3136;
margin-top: 18px;
}

.address-content{
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #52565E;
    font-family: "LatoWebSemibold";
}
.address-bottom{
    margin-top: 12px;
    padding-top: 16px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #EEEFF4;
}
.address-bottom a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1570EF;
}
.address-bottom a img{
    margin-right: 5px;
}

.weblink{
    margin-left: 52px;
}
.wrapper{
    background-color: #fff!important;
}
.contact-us-body{
    padding-bottom: 40px;
}
.mob1-cir{
    display: none;
}
.mob2-cir{
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .container{
        max-width: 100%;
        padding: 0px 16px;
    }
    .bannerCirBottom{
        display: none;
    }
    .mob1-cir{
        display: block;
        right: 0px;
        top: 0px;
        position: absolute;
        z-index: 0;
    }
    .mob2-cir{
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        z-index: 0;
    }

    .contact-us-banner .container{
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    .contact-us-banner{
        padding-top: 16px;
        margin-top: 50px;
    }
    .banner-content{
        height: auto;
    }
    .banner-content h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        color: #202126;
    }
    .banner-content p{
        margin-top: 8px;
        font-size: 12px;
        line-height: 22px;
    }
    .banner-img{
        margin-right: auto;margin-top: 50px;
    }
    .banner-img img{
        max-width: 223px;
    }
    img.poswatch {
        max-width: 40px;
        left: 0px;
    }
    .banner-bg-circle img{
        max-width: 200px;
    }

    .contact-us-body{
        padding-top: 32px;
    }
    .contact-us-body h1{
        font-size: 16px;
        font-weight: 700;
        
        line-height: 24px;
    }
    .map{
        margin-top: 18px;
    }
    .map iframe{
        height: 135px;
    }

    .address{
        margin-top: 30px;
        flex-direction: column;
    }
    .addressBox{
        max-width: 100%;
        margin-bottom: 18px;
        padding: 12px 12px 8px 12px;
    }
    .address-content{
        font-family: "Lato", serif!important;
        font-weight: 400;
    }
    .add-icon img{
        max-width: 32px;
        max-height: 32px;
    }
    .adress-title{
        font-size: 14px;
        line-height: 24px;
    }
.address-content{
    font-size: 12px;
    line-height: 22px;
    margin-top: 3px;
}
.address-bottom{
    margin-top: 8px;
    padding-top: 8px;
}
.address-bottom a{
    font-size: 12px;
}
.weblink{
    margin-left: 35px;
}
.contact-us-body{
    padding-bottom: 20px;
}
}


@media (min-width: 768px) and (max-width: 1200px) {
    .container{
        max-width: 100%;
        padding: 0px 16px;
    }
    .banner-img img{
        max-width: 233px;
    }
    img.poswatch{
        max-width: 50px;
    }
    .banner-content h2{
        font-size: 40px;
    }
    .banner-content p{
        font-size: 16px;
        padding-bottom: 20px;
    }
    .contact-us-body{
        padding-top: 40px;
    }
    .address{
        margin-top: 60px;
    }
}