.UIBannerControl .banner img {
    width: 110px;
    height: 111px;
}
.UIBannerControl {
    background: url(images/bg-header-2.png) no-repeat center top;
    background-size: contain;

}
.UIBannerControl .banner {
    width: 1170px;
    margin: 30px auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.UIBannerControl img {
    /* width: 650px !important; */
           max-width: 1200px;
        width: auto!important;
}
.UIBannerControl {
     background: #80d0f5;  
 max-width: 1170%;
    margin: 0 auto;
}
.UIBannerControl .banner .text {
    margin-left: 24px;
}
.UIBannerControl .banner div .info a {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    color: #DC0000;
    font-family: Merriweather;
}
.UIBannerControl .banner div .info2 a {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: left;
    color: #DC0000;
    font-family: Merriweather;
}
.UIBannerControl .banner div .website a
{
        font-family: Roboto;
        font-size: 36px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 0em;
        text-align: left;
		color: #DC0000;
}
.UIBannerControl  .bottom-circle{
        display: none;
}
@media only screen and (max-width: 768px){
       .UIBannerControl .banner div .info2 a {
            font-size: 15px;
            line-height: 10px;
            color: #ffffff;
        }
       
        .UIBannerControl {
            width: 100%;
            border-bottom: none;
        }
       .UIBannerControl .banner {
            margin: 0;
            padding: 12px;
            width: 100vw;
        }
        .UIBannerControl >div {
            /* height: 80px !important; */
            /* width: 97vw !important; */
        }
      .UIBannerControl  .bottom-circle {
            display: inherit;
            height: 20px;
            background: white;
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
        }
        .UIBannerControl{
			background: #0066BC;
            color: #FFFFFF;
        }
       .UIBannerControl .banner div .info a{ 
            font-size: 18px;
            font-weight: 800;
            line-height: 23px;
            letter-spacing: 0.07em;
            text-align: left;
            color: white;
        }
        .UIBannerControl .banner .text {
            margin-left: 12px;
        }
        .UIBannerControl .banner div .website a
        { 
                font-size: 15px;
                font-weight: 500;
                line-height: 18px;
                letter-spacing: 0em;
                text-align: left;
				 color: white;
        }
        .UIBannerControl img{
        	height: 80px !important;
    		width: 100vw !important;
    		object-fit: cover;
        }
}








