
#outer{
    width:100%;
    text-align: center;
    margin-left: -35px;
}
.inner{
    background-color:  #f4364c;
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 12px 24px;
    cursor: pointer;
    margin-left: 60px;
    justify-content: center;
    border-radius: 20px;
}

.container3 {
    position: relative;
    text-align: center;
    color: white;
    
}

#photoGridImage {
    width: 125px;
    height: 125px;
    margin-top: -10px;
}
.ap
{
    background-color:  white;
    border: black;
    color: #f4364c;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    justify-content: center;
    border-radius: 20px;
}

.ui-tabs-nav { 
    padding: 0em; 
    background: transparent; 
    border-width: 0px; 
    width: 375px;

} 
.ui-tabs-nav li { 
    margin: 0px; 
    color: whitesmoke;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 

    border-bottom: 1px solid black !important; 

} 

.ui-tabs-nav li.ui-tabs-selected { 
    padding-bottom: 0px; 
    
}

.ui-page-theme-a .ui-btn.ui-btn-active {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: black;
    text-shadow:none;
    border-bottom: 5px solid #fea863 !important; 
    box-shadow: none;
    
}

#sitterImage{
    border-radius: 50%; 
    width: 150px; 
    height: 150px;  
    margin-top: 10%;
    margin-left: 30%;
    margin-right: auto;
}
.main-headings {
    margin-left: 6%;
    margin-top: 9px;
}

.ui-navbar li:last-child .ui-btn {
    margin-right: -4px;
    margin-top: -20.5px;
}

#TabR{
    width: 100%;
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {

    #review-reply{
        margin-top: -5% !important;
    }
}

@media only screen and (min-device-height: 1000px) and (max-device-width: 1100px) and (orientation: portrait) {
    #sitterImage {
        border-radius: 50%;
        width: 250px;
        height: 250px;
        margin-top: 2%;
        margin-left: 35%;
        margin-right: auto;
    }

    #tabs {
        width: 100%;
    }
    
    .inner {
        background-color: #f4364c;
        border: none;
        color: white;
        text-align: center;
        display: inline-block;
        padding: 12px 24px;
        cursor: pointer;
        margin-left: 89px;
        justify-content: center;
        border-radius: 20px;
    }
    .main-headings {
        margin-left: 6%;
        margin-top: 9px;
        font-size: xx-large;
    }
   #one{
       font-size: large;
   } 

}

@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) and (orientation: landscape) {
    #sitterImage {
        border-radius: 50%;
        width: 250px;
        height: 250px;
        margin-top: 2%;
        margin-left: 13%;
        margin-right: auto;
    }

    #TabR{
        width: 90%;
        
    }
    
    .inner {
        background-color: #f4364c;
        border: none;
        color: white;
        text-align: center;
        display: inline-block;
        padding: 12px 24px;
        cursor: pointer;
        margin-left: 89px;
        justify-content: center;
        border-radius: 20px;
    }
    .main-headings {
        margin-left: -48%;
        margin-top: 9px;
        font-size: xx-large;
    }
    #outer {
        width: 100%;
        text-align: center;
        margin-left: -292px;
    }
   #one{
       font-size: large;
   } 
    
    #tabs {
        overflow-x: hidden;
        overflow-y: none;
        margin-top: -394px;
    margin-left: 460px;;
    }
}