*{
    padding: 0;
    margin: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,600&display=swap');
body{
    font-family: 'Open Sans', sans-serif; background: url(../img/addnew_bg.jpg)!important;
    background-repeat: repeat;
}
input,textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 6px;
}
input {
    height: 40px;
}
input:active, input:focus {
    border-color: #7fafa6;
    outline: none;
    transition: ease-in .3s;
}
.height-55{
    height:55px;
}
.height-30{
    height: 30px;
}
.w-16{
width: 16%;
}
.w-30{
 width:30%;    
}
.w-50{
 width:50%;    
}
.mt-15px{
    margin-top:15px
}
.pl-20{
    padding-left:20px;
}
hr {
    background-color: #e3e3e3;
    height: 1px;
    border: 0;
}
.mb-15{margin-bottom:15px !important;}
._main {
    display: flex;
    width: 100%;
    
  }
.template_detail {
    flex: 2;
    background-color: #fff;
    padding:15px;
    border-radius: 17px;
    border: 1px solid #f3f3f3;
    width: 80%;
    margin: 0px auto;
    box-shadow:rgb(197 197 197) 0px 10px 20px -10px;
}

.template_detail h2 {
    font-size: 26px;
    font-weight: 600;
}
.template_detail h4 {
    font-size: 17px;
    font-weight: 600;
}
._inputField {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
._inputField label {
    margin-bottom: 5px;
}
._inputField input, ._inputField select{
    height: 40px;
    margin-bottom: 0;
border-radius: 21px;
border: 1px solid #ccc;
padding: 0 12px;
font-size: 14px;
}
 .hell {
    height: 3rem;
    margin-bottom: 0;
border-radius: 2px;
border: 1px solid #ccc;
padding: 0 12px;
}

.addnew {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.nav-wrapper.call-ul.wow.fadeIn {
    display: none;
}
._inputField input:focus {
    outline: none;
    box-shadow: none;
}
.template_wrapper {
    flex: 3;
    display: flex;
    padding: 15px;    
    box-shadow: 0 0 0 #676767;
    border-radius: 14px;
 
}
.left_section {
    flex: 2;
    margin-right: 20px;
}
.right_section {
    flex: 1;
}
._banner {
    height:240px;
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 25px;
    position: relative;
    width: 60%;
    margin: 0px auto;
        text-align: center;
}
.left_section small {
    font-weight: 400;
}
.left_section h3 {
    margin: 10px 0;
}
._banner img {
    /*width: 100%;*/
    /*object-fit: fill;*/
    /*height: 100%;*/
}
._form {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
._fields {
    margin: 15px 0 0px;
    border-radius: 50px;
    padding: 0px 6px;
    line-height: 30px;
    font-size: 14px;
}
._bg_gray{
    background-color: #ececec;
}
._box {
    border: 1px solid #e2e2e2;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 25px;
    background-color: #fff;
}
._map {
    border-radius: 5px;
    height: 200px;
    margin-top: 0;
}
.mt-none{
    margin-top:0;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#business_name {
    text-transform: uppercase;
    padding: 0;
    font-size: 20px;
}
.cocuntry_details.flex {
    flex-wrap: wrap;
    justify-content: inherit;
    position: relative;
}
    .cocuntry_details ._fields {
    line-height: 20px;
}
.cocuntry_details.flex i.fa {
    position: absolute;
    left: 0;
    top: 22px;
}
#business_address {
    font-size: 18px;
    line-height: 24px;
}
.contactdetails {
    position: relative;
}
.ph_number i.fa, ._email i.fa {
    position: absolute;
left: -20px;
top: 7px;
}

.contactdetails .fa {
    position: absolute;
    left: 0;
    top: 7px;
}
#update_business_directory {
    position: relative;
}

.top-header-main
{
    float: left;
width: 100%;
padding: 10px;
background-color: #fff;
margin-bottom: 10px;
box-shadow: 0 0 3px #ccc;
}
.add_free {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 12px 0px #8e8e8e;
    border-radius: 8px;
    transform: translate(-50%, -50%);
}
.business_id h6 {
    font-weight: 300;
}
.add_free ._shop img {
    width: 86px;
}
.add_free ._shop {
    float: left;
    margin-right: 15px;
}
.business_id {
    float: left;
    width: auto;
}
#resultsupdated {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 0 15px 15px;
    border-radius: 6px;
    height: 200px;
    overflow: scroll;
    box-shadow: 0 3px 9px #bfbdbd;
}
#update_business_directory , #add_new_business {
    border-radius: 30px;
    margin-top: 15px!important;
}
@media screen and (max-width:1280px){
    .template_wrapper {
        padding: 10px;
        margin: 10px;
        border-radius: 6px;
    }
    ._box {
        padding: 10px;
        border-radius: 6px;
    }
    .template_detail {
        padding: 15px;
    }
    ._banner {
        border-radius: 6px;
    }
}



@media screen and (max-width:1024px){
    .template_detail {
        padding: 40px;
    }
    .template_wrapper{display: none;}
}


/*vikram css*/

.right_section ._fields {
    font-weight: bold;
    font-size:16px;
}

._banner_heading{background-color: #fff; padding: 10px; border-radius: 15px; border: 1px solid #e2e2e2; margin-top: 15px;}
._form._sign_up_from {    background-color: #fff;    padding: 10px;    border-radius: 15px;    border: 1px solid #e2e2e2;    margin-top: 15px;}
._sign_up_bnr { width: 100%;}
.div_center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media screen and (max-width:768px){
   .div_center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
} 

.template_detail {width: 100%;}

.template_detail {
    padding: 21px;
}

#update_business_directory, #add_new_business{margin-top:0px!important;}

}

