/*---our--location---start----here---*/
    .location_inner_wrapper_row{display: flex;flex-wrap: wrap;background: #F7F7F7;border-radius: 16px;overflow: hidden;}
    .left_colm_location{width: 65%;}
    .right_colm_location{width: 35%;padding: 15px 50px;display: flex;align-items: center;}
    .right_location_inner_colm{width: 100%;}
    .title_location{font-size: 26px;color: #4C4C4C;font-weight: 600;line-height: 1.3;}
    .title_location_dec{font-size: 14px;line-height: 23px;color: #747474;margin: 10px 0px;}
    .left_colm_location iframe{width: 100%; height: 350px;display: block;}
    .location_connct_ul li{display: inline-block;padding: 0px; margin: 0px;padding-right: 15px;}
     .location_connct_ul li:last-child{padding-right: 0px;}
    .location_connct_ul li a{display: inline-block;position: relative;text-decoration: none;color: #047C9E;
        padding-left: 21px;font-weight: 700;font-size: 14px;}
    .location_connct_ul li a img{position: absolute;top: 2px;left: 0px;width: 16px;height: initial;}
    .location_connct_ul{margin-top: 15px;}
     @media only screen and (min-width: 1025px){
        .location_connct_ul li a:hover{opacity: 0.8;}
     }

     @media only screen and (max-width: 1199px){
        .left_colm_location{width: 60%;}
        .right_colm_location{width: 40%;}
     }
     @media only screen and (max-width: 991px){
        .left_colm_location{width: 100%;}
        .right_colm_location{width: 100%;}
        .location_inner_wrapper_row{flex-wrap: wrap;}
        .left_colm_location iframe{height: 250px;}
        .right_colm_location{padding: 30px;}
     }

       @media only screen and (max-width: 767px){
        .right_colm_location{padding: 20px;}
        .title_location{font-size: 22px;}
       }

     /*---our--location---end----here---*/