body, html {
    font-family: 'MyriadPro', sans-serif !important;
    background-color: rgb(16, 16, 16) !important;
}

a:hover, a:active {
    text-decoration: none !important;
}

.back-errows a:before {
    content: "\f053";
    font-family: 'fontAwesome', sans-serif;
    margin-right: 15px;
    font-size: 15px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #95aeb3;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0px;
}

#return-to-top:hover, #return-to-top:active, #return-to-top:focus {
    background: #e6ab96;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
}

.nav1 ul li > a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li > a > i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav, .nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover > a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover > a > i {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 1024px) {

    .slider .item .carousel-caption {
        top: 80px;
    }

    .slider-text h3 {
        font-size: 40px;
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slider-text .form-group label {
        font-size: 12px;
    }

}

.open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}


@media screen and (max-width: 767px) {
    .logo-bar nav {
        display: none !important;
    }

    a#hamburg {
        display: block;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav, .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav > form {
        position: relative;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover > a {
        color: #000;
    }

    .nav1 ul li a > i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover > ul {
        display: none;
    }

    .nav1 ul li:hover > a > i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }

    .nav1 ul li.open > a {
        background-color: transparent;
    }

    .nav1 ul li.open > a > i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
    }

    .nav1 ul li.open > ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        z-index: 999;
    }

    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open > span {
        background: #fff;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .open-menu .nav-cross span {
        display: none;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    outline: 1px solid #ffffff;
}

::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #ffca4b;
}

::selection {
    color: #ffffff;
    background: #ffca4b;
}

body.page-home-2 .container {
    max-width: 1215px;
}

.top-rightbar {
    text-align: right;
}

.search-fields input[type="search"]::-webkit-input-placeholder {
    color: rgb(160 174 167);
    opacity: 1;
}

.search-fields input[type="search"]:-moz-placeholder {
    color: rgb(160 174 167);
    opacity: 1;
}

.search-fields input[type="search"]::-moz-placeholder {
    color: rgb(160 174 167);
    opacity: 1;
}

.search-fields input[type="search"]:-ms-input-placeholder {
    color: rgb(160 174 167);
    opacity: 1;
}

.search-fields {
    display: inline-block;
    height: 40px;
    background-color: rgb(37, 37, 37);
    padding: 0px 10px;
    width: 100%;
    border-radius: 30px;
    position: relative;
}

.login-links {
    display: inline-block;
    margin-left: 10px;
    width: 60px;
    vertical-align: middle;
    padding-top: 5px;
}

.search-fields input[type="search"] {
    font-family: cerebri, sans-serif;
    letter-spacing: -0.01rem;
    background-color: transparent;
    border: 0px;
    color: rgb(255, 255, 255);
    line-height: 3.4rem;
    outline: none;
    /* width: 85%; */
    height: 36px;
}

.search-fields input[type="submit"] {
}

.top-navbar ul {
    margin: 0px;
    padding: 0px;
}

.top-navbar ul li {
    display: inline-block;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
}

.top-navbar ul li a {
    display: block;
    color: #efefef;
}

.top-navbar ul li a:hover, .top-navbar ul li a:active, .top-navbar ul li a:focus, .login-links a:hover, .login-links a:focus, .login-links a:active {
    color: #ffca4b;
}

.logo-bx {
    text-align: center;
}

.logo-bx a {
    display: inline-block;
}

.login-links a {
    color: #fff;
}

.top-navbar {
    padding-top: 60px;
}

.top-rightbar {
    padding-top: 60px;
    display: flex;
    justify-content: center;
}

.topbar {
    padding: 50px 0px 30px;
}

.main-banner {
    background: url(../images/video-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}

.video-acnhor {
    padding: 30px 0px 0px;
}

.main-banner h1 {
    line-height: normal;
    color: #ffca4b;
    font-family: romans;
    font-size: 60px;
    margin-bottom: 50px;
}

.video-acnhor {
    padding: 20px 0px 0px;
}

.main-banner h1 {
    line-height: normal;
    color: #ffca4b;
    font-family: romans;
    font-size: 60px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.get_startBx a {
    display: inline-block;
    width: 100%;
    height: auto;
}

.get_startBx img {
    width: 100% !important;
    height: auto;
}

.get_startBx h3 {
    margin: 15px 0px;
    line-height: normal;
    color: #ffca4b;
    font-family: romans;
    text-transform: uppercase;
    font-size: 23px;
}

.get_startBx p {
    font-size: 15px;
    color: #ffca4b;
}

.get_start {
    padding: 40px 0px 85px;
    background-color: #101010;
}

.get_startBx a.get_link {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background-color: #ffca4b;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

.get_startBx a.get_link:hover, .get_startBx a.get_link:active, .get_startBx a.get_link:focus {
    background-color: #fff;
    color: #000;
}

.getStarttoday {
    text-align: center;
    padding: 85px 115px;
    background: url(../images/booking-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

.getStarttoday h2 {
    color: #ffca4b;
    font-family: romansItalic;
    font-size: 72px;
    line-height: normal;
    margin-bottom: 40px;
}

.getStarttoday a {
    display: inline-block;
    padding: 8px 15px;
    background-color: #ffca4b;
    font-size: 24px;
    color: #101010;
    font-family: romans;
}

.getStarttoday a:hover, .getStarttoday a:active, .getStarttoday a:focus {
    background-color: #fff;
    color: #000;
}

.f-widget {
    padding: 45px 0px 40px;
    text-align: center;
}

.f-widget a {
    display: inline-block;
}

.f-widget p {
    margin: 20px 0px 0px;
    color: #9d9d9d;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.logo-bx img {
    max-width: 100%;
    height: auto;
}

.video-acnhor img {
    max-width: 100%;
    height: auto;
}

.topnavbar {
    margin-bottom: 25px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .top-navbar ul li {
        padding-right: 16px;
        font-size: 12px;
    }

    .top-navbar ul li:last-child {
        padding-right: 0px;
    }

    .search-fields input[type="search"] {
        width: 60%;
    }

    .search-fields {
        max-width: 145px;
        width: 100%;
    }

    .video-banner p {
        top: 14px;
        font-size: 38px;
    }

}

@media screen and (max-width: 767px) and (min-width: 300px) {
    .topbar {
        padding: 10px 0px 30px;
    }

    .top-navbar {
        padding-top: 0;
    }

    .top-navbar ul li:last-child {
        padding-right: 0px;
    }

    .top-navbar ul li {
        padding-right: 15px;
    }

    .top-navbar ul {
        text-align: center;
    }

    .logo-bx {
        margin-top: 10px;
    }

    .top-rightbar {
        padding-top: 20px;
    }

    .search-fields {
        max-width: 225px;
    }

    .search-fields input[type="search"] {
        width: 75%;
    }

    .main-banner h1 {
        font-family: romans;
        font-size: 23px;
        margin-bottom: 10px;
    }

    .get_startBx {
        margin-bottom: 40px;
    }

    .get_start {
        padding: 40px 0px 10px;
    }

    .getStarttoday {
        padding: 15px 15px;
    }

    .getStarttoday h2 {
        font-size: 34px;
    }

    .getStarttoday a {
        font-size: 16px;
    }

    .top-rightbar {
        text-align: center;
    }

    .mob-menu-logo-holder a.headertext {
        display: none;
    }

    .top-navbar {
        display: none;
    }
}


/* AHMED RAZA STYLING - START
-------------------------------------------------------------- */
.topnavbar {
    display: none;
}

.page-browse-more-options .topnavbar,
.page-celebrity-category .topnavbar,
.archive.author .topnavbar {
    display: block;
}

.available-master-wrap + .available-master-wrap {
    margin-top: 70px;
}

.available-master-wrap h1 {
    line-height: normal;
    color: #ffca4b;
    font-family: romans;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.25px;
    margin-bottom: 40px;
    margin: 26px 0 40px;
}

.available-master {
    padding: 55px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px rgb(0 0 0 / .8);
}

.master_img {
    width: 210px;
    margin: 0 auto 16px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / .8);
}

.available-master .master_text h2,
.available-master .master_text h4 {
    line-height: normal;
    color: #ffca4b;
    font-family: romans;
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 2px;
    letter-spacing: 1.5px;
}

.available-master .master_text h4 {
    font-size: 21px;
    margin-bottom: 0;
    letter-spacing: .75px;
}

.available-master a.master_btn {
    padding: 0 20px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background-color: #ffca4b;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 38px;
}

.more-master-chats {
    padding: 55px 0 65px;
}

.more-master-chats h2.main_title {
    color: #ffca4b;
    font-family: romansItalic;
    font-size: 72px;
    line-height: normal;
    margin-bottom: 75px;
    text-align: center;
    letter-spacing: 2.25px;
}

.more-master-chats .browse_btn {
    display: table;
    padding: 5px 26px 1px;
    background-color: #ffca4b;
    font-size: 24px;
    color: #101010;
    font-family: 'romans', sans-serif;
    margin: 45px auto 0;
    letter-spacing: .75px;
}

.available-master a.master_btn:hover, .available-master a.master_btn:focus,
.more-master-chats .browse_btn:hover, .more-master-chats .browse_btn:focus {
    background-color: #fff;
}

body.page-browse-options {
    background-color: #1e1e1e !important;
    background-image: url(../images/browse_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.page-browse-options footer {
    background: #101010 !important;
}

.facebook-register, .instagram-link, .apple-links, .register-label {
    display: none;
}

.page-id-266 {
    /*background: #fff !important;*/
}

.page-id-266 h1 {
    margin: 50px 0 30px;
    font-size: 36px;
    font-weight: 700;
}

.page-id-266 input[type="text"],
.page-id-266 input[type="email"],
.page-id-266 input[type="tel"],
.page-id-266 textarea {
    width: 100%;
    padding: 12px 20px;
    line-height: normal;
    box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 0.15);
    border: 0;
    background: #fff;
    font-size: 16px;
    color: #212529;
    height: 44px;
    margin-bottom: 20px;
    font-weight: normal;
}

.page-id-266 textarea {
    height: 150px;
    resize: none;
}

.page-id-266 .wpcf7-submit {
    width: 150px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #ffca4b;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    border: 0;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.page-id-266 .wpcf7-submit:hover,
.page-id-266 .wpcf7-submit:focus {
    background-color: #000;
    color: #fff;
}

.page-id-266 .wpcf7 {
    margin-bottom: 40px;
}

.page-id-266 .wpcf7-response-output {
    margin: 1em auto 2em !important;
    display: table;
}

.page-id-266 .wpcf7-not-valid-tip {
    margin: -10px 0 20px;
}

.user-thumb::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7175245098039216) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* opacity: 0; */
}

.user-thumb {
    position: relative;
    border-radius: 5px;
}

#review.modal > .fa-star {
    display: none;
}

.page .menu-tabs {
    border-top: 0;
}

.page .menu-tabs .btn-primary {
    background: #ffca4b !important;
    font-size: 18px;
    color: #000000 !important;
    border: 0 !important;
}

.page .menu-tabs .btn-primary.active,
.page .menu-tabs .btn-primary:hover {
    background: #fff !important;
    color: #000000 !important;
}

.page .menu-tabs .btn-primary:focus {
    box-shadow: none !important;
}

.page .menu-tabs .btn-primary.active:hover {
    background: #ffca4b !important;
    color: #000000 !important;
}

.page-id-125 .table-striped tbody tr:nth-of-type(odd) {
    /*background-color: #ffca4b;*/
}

.page-id-125 .table-bordered,
.page-id-125 .table-bordered th,
.page-id-125 .table-bordered td {
    border: 0;
}

.page-id-125 .dataTables_wrapper .dataTables_filter input {
    border: 0;
}

.page-id-125 .dataTables_wrapper .dataTables_filter input {
    border: 0;
    padding: 2px 8px;
}

body.page-id-125 .account-page .dataTables_wrapper .dataTables_paginate .paginate_button {
    cursor: pointer !important;
}

body.page-id-125 .account-page .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ffca4b !important;
}

.profile_setting form {
    padding: 30px 100px;
    background-color: rgb(28, 28, 28);
    border-radius: 0.8rem;
}

.promo-checkbox {
    display: none;
}

.profile_setting form label {
    color: #fff !important;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01rem;
    line-height: normal;
}

.profile_setting table.form-table label {
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.01rem;
    border: 0px;
    background: transparent;
    display: inline-block;
    width: calc(100% / 3 - 3px);
    margin-bottom: 0;
}

.profile_setting .form-control {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: normal;
    background-color: transparent;
    border-radius: 5px !important;
    border: 0.1rem solid rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    padding: 15px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
}

.profile_setting .form-control:focus {
    box-shadow: none;
}

.profile_setting input[type="submit"].form-control {
    background: #ffca4b !important;
    width: 100% !important;
    max-width: 500px !important;
    height: 54px !important;
    border: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin: 0 auto;
    display: block;
}

.profile_setting input[type="submit"].form-control:active {
    box-shadow: none !important;
    color: #000;
}

.user-registration-error {
    max-width: 380px;
    margin: 0 auto 10px !important;
}

.page-id-12 #user-registration p {
    color: #fff !important;
}

footer .f-menu {
    margin: 60px 0 40px;
}

footer .f-logo-bottom {
    margin: 40px 0;
}

footer .f-menu a {
    color: #FFF;
}

footer .f-menu a:hover {
    color: #ffca4b;
}

@media screen and (max-width: 767px) {
    .available-master-wrap h1 {
        font-size: 24px;
        margin: 26px 0 32px;
        letter-spacing: 1px;
    }

    .available-master .master_text h2 {
        font-size: 19px;
        letter-spacing: .5px;
        margin-bottom: 3px;
    }

    .available-master .master_text h4 {
        font-size: 13px;
        letter-spacing: .5px;
    }

    .available-master a.master_btn {
        padding: 0 16px;
        height: 40px;
        text-align: center;
        line-height: 41px;
        background-color: #ffca4b;
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        display: inline-block;
    }

    .more-master-chats h2.main_title {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 50px;
        letter-spacing: 1px;
    }

    .available-master {
        padding: 55px 20px;
    }

    .more-master-chats .browse_btn {
        padding: 8px 22px;
        font-size: 18px;
        margin: 35px auto 0;
        letter-spacing: .5px;
    }

    .profile_setting form {
        padding: 30px 8%;
    }

    .profile_setting .form-control {
        margin-bottom: 10px !important;
    }

    .profile_setting table.form-table label {
        width: 100%;
    }

    .profile_setting input[type="submit"].form-control {
        max-width: 100% !important;
        margin-top: 10px;
    }


}

/* AHMED RAZA STYLING - END
-------------------------------------------------------------- */
