/* navbar section starts here */
.nav {
    padding: 10px;
}
.navbar {
    border:solid .1px rgba(0,0,0,.1) !important;
    box-shadow: none !important;
    padding: 5px 0 0 0;
    background: rgba(255, 255, 255, 1);
    border: none;
    -moz-box-shadow: 1px 1px 3px 4px #ccc;
    -webkit-box-shadow: 1px .5px 6px 1px #ccc;
    border:solid .1px rgba(0,0,0,.1) !important;
}
.navbar-brand {
    padding: 0 15px;
}
.navbar-nav.navbar-right .btn { 
    position: relative; 
    z-index: 2; 
    padding: 4px 20px; 
    margin: 10px auto; 
    transition: transform 0.3s; 
}
.navbar .nav-collapse { 
    position: absolute; 
    z-index: 1; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: 0; 
    padding-right: 120px; 
    padding-left: 80px; 
    width: 100%; 
}
.navbar.navbar-default .nav-collapse { 
    background-color: #f8f8f8; 
}
.navbar.navbar-inverse .nav-collapse { 
    background-color: #222; 
}
.navbar .nav-collapse .navbar-form { 
    border-width: 0; 
    box-shadow: none; 
}
.nav-collapse>li { 
    float: right; 
}
.btn.btn-outline { 
    background-color: transparent; 
}
.navbar-nav.navbar-right .btn:not(.collapsed) {
    background-color: rgb(31, 78, 121);
    border-color: rgb(31, 78, 121);
    color: rgb(255, 255, 255);
}
.navbar.navbar-default .nav-collapse,
.navbar.navbar-inverse .nav-collapse {
    height: auto !important;
    transition: transform 0.3s;
    transform: translate(0px,-50px);
}
.navbar.navbar-default .nav-collapse.in,
.navbar.navbar-inverse .nav-collapse.in {
    transform: translate(0px,0px);
}
@media (min-width: 768px) and (max-width: 1024px) {
    .h1, h1 {
        font-size: 25px !important;
    }
    .nav {
        padding: 0;
        margin-top: -52px;
    }
    .navbar {
        padding: 11px 0 11px 0;
    }
}
@media (min-width: 980px) and (max-width: 1280px) {
    .h1, h1 {
        font-size: 25px !important;
    }
    .logo {
        width: 170px !important;

    }
    .nav {
        padding: 0;
        margin-top: -52px;
    }
    
}
/* navbar section ends here */
@media (min-width: 360px) and (max-width: 640px) {
    h1 {
        font-size: 23px;
        font-family: "HelveticaNeue" !important;
    }
}
/* logo section starts here */
@media (min-width: 320px) and (max-width: 640px) {
    .logo {
        width: 160px !important;
    }
    
}
@media (min-width: 641px) and (max-width: 1024px) {
    .logo {
         width: 160px !important;
    }
}
/* logo section ends here */

/* home section starts here */
.home-left-image {
    width: 95%;
}
.home-right-image {
    width: 80%;
}
.intro-section{
    padding-top: 80px;
    height: auto;
}
@media (min-width: 360px) and (max-width: 640px) {
    .home-left-image {
        width: 100%;
    }
    .home-right-image {
        margin-top:15px;
        width: 100%;
        background: #ededed;
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .home-left-image {
        width: 100%;
    }
    .home-right-image {
        width: 100%;
        border-left: dashed 1px #ddd;
    }
    .contact-section {
        background: none;
    }
}
/* home section ends here */


/* why real section starts here */
.why-real-section{
    padding-top: 100px; 
}
@media screen and (max-width: 360px) {
    .why-real-circled-section {
        display: none;
    }
    .why-real-section{
        height: auto;
    }
    .small-text-weight {
        font-weight: 300;
    }
    .brd {
        border-bottom: solid 1px #ededed;
        margin-bottom: 6%;
        padding-bottom:15px;
    }
    .navbar {
        padding: 10px 0 10px 0;
    }
}
@media screen and (max-width: 411px) {
    .why-real-circled-section {
        display: none;
    }
    .navbar {
        padding: 10px 0 10px 0;
    }
    .brd {
        border-bottom: solid 1px #ededed;
        margin-bottom: 6%;
        padding-bottom:15px;
    }
}
@media screen and (max-width: 768px) {
    .why-real-circled-section {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .why-real-circled-section {
        display: none;
    }
}
@media screen and (max-width: 980px) {
    .why-real-circled-section {
        display: none;
    }
}
@media (min-width: 600px) and (max-width: 1280px) and (orientation : landscape){
    .nav {
        padding: 0;
        margin-top: 0;
    }
    .navbar {
        padding: 11px 0 11px 0;
    }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation : landscape){
    .why-real-listed-section {
        display: none;
    }
}
@media (min-width: 900px) and (max-width: 1600px) and (orientation : landscape){
    .why-real-listed-section {
        display: none;
    }
}
@media (min-width: 900px) and (max-width: 1920px) and (orientation : landscape){
    .why-real-listed-section {
        display: none;
    }
}
/* why real section ends here */

/* how we build section starts here */
.how-webuild {
    padding-top: 75px;
    height: auto;
    color: #ffffff;
    font-weight: 300 !important;
    letter-spacing: 1px;
}
.how-webuild-bg {
    background: rgb(31,78,121);
    padding-bottom: 105px;
}
@media (min-width: 360px) and (max-width: 640px) {
    h1 {
       font-weight: 600 !important;
    }
    .small-text-weight {
        font-weight: 300;
    }
    .how-webuild-bg {
        padding-bottom: 50px;
    }
}
/* how we build section ends here */
/* about section starts here */
.about-section {
    background: none !important;
    padding-top: 75px;
    height:auto !important;
    padding-bottom: 25px;
}
/* about section ends here */
/* get started starts here */
.contact-section {
    padding-top: 70px;
    background: none;
}
@media (min-width: 360px) and (max-width: 640px) {
    .contact-section {
        padding-top: 10px;
        background: none;
        height: 85%;
    }
}
/* get started ends here */
/* button section starts here */
.btn {
    margin-top: -9px;
    font-weight: 200;
    font-size: 1.7rem;
}
.btn-info {
    font-weight: 300;
    color: #fff;
    border-color: #1F4E79;
    background: #1F4E79;
}
.btn-success {
    font-weight: 600 !important;
    }
/* button section ends here */
.form-control {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.42857143;
    color: #777 !important;
    background-image: none;
    border: 0 solid #ccc;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.show-employers {
    width: 77%;
}
@media (min-width: 641px) and (max-width: 1024px) {
    .h1, h1 {
        font-size: 30px;
    }
    .logo {
        width: 80%;
    }
    .brd {
        border-bottom: solid 1px #ededed;
        margin-bottom: 6%;
        padding-bottom:15px;
    }
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 2px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none
}
.ui-autocomplete li {
    padding: 8px 16px;
}
.ui-autocomplete li:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #42A5F5;
}
.ui-helper-hidden-accessible
{
    display : none !important;
}
.dtp .p10 > a{
    color:#fff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #999 !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color: red !important;
}

.quotation{
  font-size: 20px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 15px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 15px;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 5px;
  position: relative;
  top: 20px;
  color: #ccc;
  font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 0px;
  position: relative;
  top: 25px;
  color: #ccc;
  font-size: 3em;
}
.quote-person{
  margin:0;
  text-align: right;
  font-size: 1.0em;
  font-style: italic;
}
.partner-logo img{
    display:block;
    margin:auto;
}
.partner-logo div{
    margin-top:4%;
    margin-bottom:4%;
}
/* Desktop potrait */
@media (min-width: 1024px) {
    .nh {
        width: 100%;
        margin-top:-60px !important;
        margin-left: 30px !important;

    }
    .tt{
        width: 54%;
        margin-top:-60px !important;
        margin-right: -5px !important;

    }
    .ippr{
        width: 33% !important;
        margin-top:-60px !important;
        margin-left: 90px !important;
    }

    .squire{
        width: 70%;
        margin-top:-60px !important;
        margin-right: -22px !important;
    }
    .jman{
        width: 119px;
        padding-top:5%;
        margin-top:-58px !important;
    }
    .cil{
        margin-top:-60px !important;
        width: 120%;

    }
    .gs{
        margin-top:-60px !important;
        width: 120%;
        margin-left: 2px !important;
    }

    .hymans{
        width: 125%;
        padding-top: 16%;
        margin-top: -59px !important;
        margin-left: 19px!important;
    }
    .davis{
        width: 75%;
        padding-top:17%;
        margin-top:-60px !important;

    }
    .fclp{
        width: 90%;
        padding-top:8%;
        margin-top:-60px !important;

    }
}
/* Ipad and Ipad pro potrait */
@media (width: 768px) and (height: 1024px) {
    .cil{
        width: 100%;
        margin-left: -250px !important;
    }
    .nh{
        width: 100%;
        margin-left: 404px !important;
        margin-top: -145px !important;
    }
    .tt{
        width: 52%;
        margin-left: -94px !important;
    }
    .squire {
        width: 75%;
        margin-left: -150px !important;
    }

    .ippr{
        width: 27%;
        margin-top: -194px !important;
        margin-left: 275px !important;
    }
    .jman{
        width: 100%;
        margin-left: -438px !important;

    }
    .davis{
        width: 75%;
        margin-left: -230px!important;
        padding-top:15%;

    }
    .fclp{
        width: 80%;
        margin-top: -99px!important;             
    }
    .gs{
        width: 100%;
        margin-top: -47px!important;             

    }
    .hymans{
        width: 100%;
        margin-top: -16px!important;    
    }
}
/* Ipad potrait */
@media (min-width: 1024px) {
    .ippr{
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .gs, .nh, .fclp,.cil,.squire,.davis,.hymans{
        width: 100%;
    }
    .tt{
        width: 75%;
    }
    .ippr{
        width: 80%;
    }
    .jman{
        width: 100%;
        padding-top:5%;
    }
}
/* @media (width: 884px) and (height:285px) and (orientation: landscape){
    .gs, .nh, .fclp,.cil,.squire,.davis,.hymans{
        width: 100%;
    }
    .tt{
        width: 75%;
    }
    .ippr{
        width: 80%;
    }
    .jman{
        width: 100%;
        padding-top:5%;
    }
} */
@media (min-width: 570px) and (max-width: 812px) and (orientation: landscape){
    .gs, .nh, .fclp,.cil,.davis,.hymans{
        width: 50%;
    }
    .tt,.squire{
        width: 30%;
    }
    .ippr{
        width: 14%;
    margin-top: -144px !important;
    }
    .jman{
        width: 50%;
    }
}
@media (width: 812px) and (height: 375px) and (orientation: landscape){
    .fclp{
        width: 50%;
    }
    .nh{
        width: 87%;
    margin-top: -142px !important;
    margin-right: -392px !important;
    }
    .hymans{
        width: 112%;
        margin-left: 212px!important;
        margin-top: -41px !important;
    }
    .cil{
    width: 100%;
    margin-left: -216px !important;
    margin-top: -50px !important;

    }
    .davis{
        width: 80%;
        margin-left: -216px !important;
        margin-top: -20px !important;

    }
    .gs{
        width: 50%;
        margin-top: -109px !important;
    }
    .fclp{
        width: 80%;
        margin-left: -11PX !important;
        margin-top: -109px !important;
    }
    .squire{
        width: 58%;
        margin-left: -100px !important;
    }
    .ippr{
        width: 27%;
        margin-top: -180px !important;
    }
    .jman{
        width: 102%;
        margin-left: -446px!important;
        margin-top: -41px !important;
    }
    .gs{
        width: 88%;
        margin-top: -62px !important;
    }
    .tt{
        width: 40%;
        margin-left: -100px !important;
    }
  
}

/* Iphone 6/7/8 potrait */
@media (min-width: 320px) and (max-width: 568px) {
    .gs, .nh{
        width: 65%;
    }
    .tt,.squire{
        width: 35%;
    }
    .davis{
        width: 35%;
        margin-top: 15px !important;
        margin-bottom: 31px !important;


    }
    .ippr{
        width: 15%;
        margin-top: -63px !important;        

    }
    .nh{
        width: 55%;
    }
    .jman{
        width: 55%;
        padding-top:5%;
    }
    .hymans{
        width: 65%;
    }
    .cil{
        width: 65%;
        margin-top: -63px !important;
    }
    .fclp{
        width: 45%;
    }
}
/* Iphone 6/7/8 lanscape */
@media (max-width: 375px) and (max-width: 667px) {
    .gs, .nh, .fclp{
        width: 50%;
    }
    .tt,.squire{
        width: 25%;
    }
    .davis{
        width: 35%;
        margin-top: 15px !important;

    }
    .fclp{
        width: 50%;
        margin-top: 15px !important;

    }
    .ippr{
        width: 15%;
        margin-top: -63px !important;
    }
    .jman{
        width: 50%;
        padding-top:5%;
    }
    .hymans{
        width: 65%;
    }
    .cil{
        width: 50%;
        margin-top: -63px !important;
    }
}
.align-center{
    text-align: center;
}
thead > tr > td{
    background-color: #003763;
    vertical-align: middle;
    color: #fff;
}
/* Change color of tbody to blue */
tbody > tr > td{
    color: #1f4e79;
    vertical-align: middle !important;
}
/* contact form */
.contact-button, .contact-button:hover{
    background-color: #25628e;
    border-color: rgb(31, 78, 121);
    color: rgb(255, 255, 255) !important;
}
#navbar-collapse-1 > .navbar-right > li > a{
    padding-left:8px;
    padding-right:8px;
}
/* Right side menu header fix for Ipad and Ipad pro*/
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-right{
        margin-top:0px;
    }
}
@media (min-width: 1024px) {
    .dotted-border{
        border-right:2px;
        border-style: dashed;
        border-right-color: #5fc1df;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }
}

/* Real rating Partner images */
.real-rating-logo, .psc-logo {
    width: 80%;
}

.flex-center {
    display: flex;
    align-items: center;
}

.hymans-logo {
    width: 74%;
}

.legal-logo {
    width: 44%;
}

.nous-logo {
    width: 100%;
}

.squire-logo {
    width: 70%;
}

.teneo-logo {
    width: 90%;
}

.old-square-logo {
    width: 90%;
}

@media only screen and (max-width: 479px) {
    .flex-center {
        display: block !important;
        text-align: center;
    }

    .real-rating-logo, .hymans-logo, .nous-logo, .squire-logo, .teneo-logo, .old-square-logo {
        width: 40%;
    }

    .legal-logo, .nous-logo, .squire-logo, .psc-logo {
        width: 30%;
    }
}