
.pandp h2{
    font-size: 18px;
    line-height: 20px;
}
.pandp .fullstop{
    font-size: 30px;
}

.form-control:focus,.form-select:focus {
    box-shadow: 0 0 0 3px #4169E1;
}

.form-head{
    margin: 40px 0 18px 0;

    font-family: 'Montserrat-semibold';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    color: #404040;
}
.form-select, .form-input{
    background-color: #F7F7F7;
    border-radius: 4px;
    border: none;
    padding: 15px 20px;

    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #808080;
}
.form-btn{
    background-color: #4169E1;
    border-radius: 5px;
    border:none;
    padding: 15px 25px;

    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
.form-btn:hover{
    background-color: #0b5ed7;
}
.form-table{
    margin: 40px 0 0 0;
}
.tip{
    padding: 15px 40px!important;
}
.form-table .tr-head, .form-table th{
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #404040;
    border: none;
}
.form-table tr{
    border: 1px solid #D5D5D5;
}
.form-table td{
    border: none;
}
.table-sub-head{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #4169E1;
}
.table-item{
    font-family: 'Montserrat-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #404040;
}

.form-ul li{
    margin: 0 0 25px 0;
}

.upload{
    border: 1px dashed #A8A8A8;
    border-radius: 17px;
    overflow: hidden;
    padding: 20px;
}
.upload img{
    width: 25px;
    margin: 10px;
}
.upload h4{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: center;

    color: #AFAFAF;
}
.ul-in{
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    top:20px;
}
.upload input{
    position: relative;
    top: 0;
    transform: scale(100);
    opacity: 0;
}

.remind{
    display: flex;
    align-items: center;
}
.remind img{
    width: 36px;
    margin-right: 8px;
}
.remind p{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #AFAFAF;
}

/*rating*/
.rating div{
display: flex;
align-items: center;
justify-content: space-between;
}
.mood{
    padding: 20px;
}
.rating h4{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #BEBEBE;
}
.star{
    font-family: 'Montserrat-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #404040;
    margin: 10px;


    border: 2px solid rgba(65, 105, 225, 0.29);
    border-radius: 5px;

    padding: 3% 6%;
    /* padding: 22px 50px; */
    transition: 0.3s;
}
.star:hover{
    background-color: #cacaca;
    cursor: pointer;
}
.con-details{
    margin: 0 0 200px 30px;
}
.con-details h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #404040;
}
.con-underline{
    border-bottom: 3px solid #0b5ed7;
    margin: 5px 0 10px;
    width: 200px;
}
.con-cell img{
    width: 25px;
    margin: 0 10px 0 0;
}
.con-cell a{
    font-size: 16px;
    color: #404040;
}
.con-cell{
    margin: 15px 0 0 0 ;
}
.con-cell a{
    display: flex;
    align-items: center;
}

/*responcive*/
@media only screen and (max-width: 1180px){}
@media only screen and (max-width: 1080px){}
@media only screen and (max-width: 1023px){}
@media only screen and (max-width: 992px){
    .mood{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 990px){}
@media only screen and (max-width: 880px){}
@media only screen and (max-width: 768px){
    .tr-head{
        display: none;
    }
    .tr-td{
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    .tr-td td{
        padding: 0px 15px!important;
    }
    .con-details{
        margin: 100px 0 0 10px;
    }
}
/*mobile*/
@media only screen and (max-width: 767px){}
@media only screen and (max-width: 485px){}
@media only screen and (max-width: 420px){
    .form-head {
        margin: 20px 0 15px 0;
        font-size: 18px;
        line-height: 22px;
    }
    .form-select, .form-input {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .form-btn {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 16px;
    }
    .tip {
        padding: 10px 10px!important;
    }
    .form-table .tr-head, .form-table th {
        font-size: 12px;
        line-height: 18px;
    }
    .form-table td {
        border: none;
        font-size: 12px;
    }
    .contact input {
        margin: 20px 0;
        font-size: 14px!important;
        line-height: 161.4%;
        padding: 0 0 5px 0;
    }

    .star {
        font-size: 12px;
        line-height: 18px;
        margin: 5px;
        padding: 2% 6%;
    }
    .rating h4 {
        font-size: 8px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 400px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 280px){}