.company-row{
    background-color: whitesmoke;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}
input::placeholder,select,textarea::placeholder{
    font-weight: bold;
    color: teal !important;
}

.links-footer{
    cursor: pointer;
    font-size: 10px !important;
}

.img-col {
    flex: 1;
}
.img-col > img {
    max-width: 100%;
}
.data-col{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.website{
    color: dodgerblue;
}
.data-col > p {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 1px;
}
#map,.map-div{
    width: auto;
    max-height: 500px;
}
.map-div{
    position: relative;
    max-height: 500px;
    max-width: 359px;
}
.map-dot{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: 'HongKongL';
    src: url('HongKong-Light.otf'),
  }

  .header-desc{
    color: grey !important;
    font-size: 16px !important;
}

.reg-error-div > p{
    font-size: 12px;
    color: tomato;
    margin: 0px ;
    margin-bottom: 10px;
}

.nav{
    height: 50px;
    padding: 20px;
    display: flex;
    background-color: #54483A;
    flex-direction: row;

}

.join{
    border:1px solid white;
    padding: 5px 20px;
    color: white;
}
.nav-right{
    flex: 3;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-right-r{
    flex: 1 ;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-left{
    flex: 1;
    display: flex;
    justify-content:center;
    align-items: center;
}
.nav-left > img{
    height: 40px;
}

.nav-right > p{
    text-align: center;
    font-size: 14px;
    flex: 1;
    font-family: 'HongKongL';
    border-radius: 5px;
    color: white;
}

.nav-right-r > p{
    margin-left: 30px;
}

.nav-right > p:hover{
    color: #2e3192 !important;
    cursor: pointer !important;
}

.connect{
    color: white;
    font-size: 11px;
}

.arrow{
    width: 10px !important;
    position: relative;
    left: -10px;
    top: -7px;
}

.arrow-div{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pn-div{
    flex-direction: row;
    display: flex;
    width: 50%;
    margin: auto;
}
.pn-title{
    color: white;
    font-size: 25px;
    margin: 10px;
}
.north-south{
    font-size: 25px;
    color: white;
}
.check-box-div{
    display: flex;
  }
  .check-box-div > p{
    font-size: 12px;
    margin-left: 12px;
  }
  .f1{
    flex: 1;
    align-items: center;
  justify-content: flex-start;
  }
  .f5{
    flex: 5;
    align-items: center;
    justify-content: center;
  }
@media screen and (max-width: 700px) {
    .ff-row{
        flex-direction: column !important;
    }
    .c0-div > div {
        width: 80%;
    }
    .main-para{
        font-size: 12px !important;
    }
    .footer-text{
        padding: 10px;
        margin-bottom: 50px;
        font-size: 14px;
    }
    .header > p{
        font-size: 23px !important;
      }
      .header > .header-desc{
        font-size: 12px !important;
      }
    .pn-div{
        width: 90%;
    }
    .pn-title{
        font-size: 18px;
    }
    .row{
        flex-direction: column;
    }
    .nav-right,.arrow-div{
        display: none;
    }
    
    .nav-right-r{
        justify-content: flex-end;
    }
    .cat-header,.search-div{
        flex-direction: row;
    }
    .content{
        flex-direction: column !important;
    }
    .f3{
        flex: 4;
    }
    .share-tour{
        left: 0px !important;
    }
    .txt{
        max-width: 80%;
        margin: auto;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .nav-left{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .container{
        padding: 0px 10px !important;
    }
    .open-col > img {
        width: 100% !important;
    }
   
    .ff-sqr {
        max-width: 100% !important;
        }

        .open-call-img{
            max-width: 100% !important;
        }
    
    
}
.reg-success{
    color: green;
}