@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@500;600;700&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Domine', serif;
font-family: 'Lato', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

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

input:focus {
    border: none;
    outline: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

button.focus, button:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: none;
}

.slick-track:focus, .slick-slide:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

/*============= Home ==============*/


body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

h3.main_heading {
    font-family: 'Domine', serif;
    font-size: 28px;
    font-weight: 600;
    color: #8C6933;
    line-height: 32px;
}

h3.main_heading2 {
    font-family: 'Domine', serif;
    font-size: 32px;
    font-weight: 600;
    color: #8C6933;
    line-height: 32px;
}

h3.main_heading3 {
    font-family: 'Domine', serif;
    font-size: 22px;
    font-weight: 600;
    color: #8C6933;
    line-height: 25px;
}

h3.main_heading4 {
    font-family: 'Domine', serif;
    font-size: 30px;
    font-weight: 600;
    color: #8C6933;
    line-height: 34px;
}

.container {
    max-width: 1190px;
}

.navbar {
    padding: 10px 0;
}

.navbar-brand {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    color: #404040;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s ease-in;
    padding: 7px 10px;
    margin: 0 3px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #fff;
    background: #3F65B4;
    border-radius: 2px;
}

.navbar .btn_group {
    display: flex;
    margin-left: 8px;
}

.navbar .btn_group .theme_btn {
    background: #009fdf;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 28px;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.navbar .btn_group .theme_btn:hover {
    background: #0567e5;
    color: #fff;
}

.dashboard .navbar-brand img {
    height: 60px;
}

.navbar .btn_group .theme_btn2 {
    background: #009900;
    border: 1px solid #009900;
    color: #fff;
    padding: 10px 20px;
}

.navbar .btn_group .theme_btn2:hover {
    background: #007700;
    border: 1px solid #8c968c;
}

.navbar .btn_group .theme_btn3 {
    border: 1px solid #9F9F9F;
    background: #fff;
    border-radius: 2px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.navbar .btn_group .theme_btn.search_btn {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.navbar .btn_group .theme_btn.search_btn img {
    margin-left: 8px;
}

.navbar .btn_group .theme_btn.search_btn img {
    transition: 0.3s;
}

.navbar .btn_group .theme_btn.search_btn:hover img {
    filter: brightness(0) invert(1);
}

.navbar .btn_group .gap .dropdown {
    margin-left: 0;
}

.navbar .btn_group .theme_btn3 span {
    font-weight: 400;
}

.navbar .btn_group .theme_btn3:hover {
    border: 1px solid #3F65B4;
}

.navbar .btn_group div.gap {
    margin: 0 10px;
}

.btn_group #options .btn {
    border: 1px solid #9F9F9F;
    background: #fff;
    border-radius: 2px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    display: inline-block;
    width: 100px;
    transition: all 0.3s ease-in;
}

.btn_group #options .btn:hover {
    border: 1px solid #009900;
}

.btn_group #options .dropdown-toggle::after {
    margin-left: 0;
}

.btn_group #options .dropdown-menu {
    border: none;
    border-radius: 3px;
    box-shadow: 0 -4px 21px rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    min-width: 100%;
    margin-top: 10px;
    padding: 4px 0;
    overflow: visible !important;
}

.btn_group #options .dropdown-menu li:first-child {
    display: none;
}

.btn_group #options .dropdown-menu li a:hover {
    cursor: pointer;
}

.btn_group #options .dropdown-menu:before {
    content: "";
    background: #fff;
    width: 14px;
    height: 14px;
    z-index: -1;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.navbar-toggler {
    border-radius: 2px;
    border: 1px solid #3B5998;
    padding: 2px 5px;
}

.down_Mobile {
    margin-top: 20px !important;
}

.down_Mobile.btn_group.mtop_lang #options2 .btn {
    margin-top: 0 !important;
}

.navbar-toggler .navbar-toggler-icon {
    background: #3B5998;
    height: 2px;
    margin: 5px 0;
    display: block;
}

.navbar-toggler:focus {
    border: 1px solid #3B5998;
}

.navbar .btn_group .dropdown-menu {
    border: none;
    border-radius: 3px;
    box-shadow: 0 -4px 21px rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    min-width: 150px;
    margin-top: 10px;
    padding: 4px 0;
}

.navbar .btn_group .dropdown-menu:before {
    content: "";
    background: #fff;
    width: 14px;
    height: 14px;
    z-index: -1;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.navbar .btn_group .dropdown-menu a {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 6px 18px;
    line-height: 20px;
    display: block;
    transition: all 0.3s ease-in;
}

.navbar .btn_group .dropdown-menu a:hover {
    background: #3B5998;
    color: #fff;
}

.mtop_lang {
    margin-right: 10px !important;
}

.mtop_lang div {
    width: auto !important;
}

.search_m a.search_btn {
    padding: 5px 7px !important;
    margin: 0px 10px 0 0;
}

.search_m a.search_btn img {
    width: 15px;
}

.mtop_lang .dropdown_mobile {
    position: absolute;
    top: 10px;
    right: 0;
}

.mtop_lang .dropdown_mobile .theme_btn3 {
    border: none;
    background: none;
    font-size: 12px;
    padding: 0;
}

.mtop_lang .dropdown_mobile .theme_btn3:focus,
.mtop_lang .dropdown_mobile .theme_btn3:hover {
    border: none;
    outline: none;
    box-shadow: none;
}

.mtop_lang .dropdown_mobile .dropdown-menu a {
    font-size: 12px;
    padding: 3px 12px;
}

.btn_group.mtop_lang #options2 .btn {
    border: 1px solid #9F9F9F;
    background: #fff;
    border-radius: 2px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    display: inline-block;
    width: 120px;
    transition: all 0.3s ease-in;
}

.btn_group.mtop_lang #options2 .dropdown-toggle::after {
    margin-left: 0;
}

.btn_group.mtop_lang #options2 .dropdown-menu {
    border: none;
    border-radius: 3px;
    box-shadow: 0 -4px 21px rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    min-width: 110px;
    margin-top: 10px;
    padding: 4px 0;
    overflow: visible !important;
}

.btn_group.mtop_lang #options2 .dropdown-menu li:first-child {
    display: none;
}

.btn_group.mtop_lang #options2 .dropdown-menu li a:hover {
    cursor: pointer;
}

.btn_group.mtop_lang #options2 .dropdown-menu:before {
    content: "";
    background: #fff;
    width: 14px;
    height: 14px;
    z-index: -1;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}


.banner {
    overflow: hidden;
    position: relative;
}

.banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #DEDEDE;
    z-index: -1;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #DEDEDE;
    z-index: -1;
}

.banner h1 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #404040;
    line-height: 40px;
}

.banner h1 span {
    font-weight: 700;
}

.banner .banner_btn {
    font-family: 'Roboto', sans-serif;
    background: #009900;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    padding: 10px 28px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    transition: all 0.3s ease-in;
}

.banner .banner_btn:hover {
    background: #007700;
}

.banner .right_content {
    display: flex;
}

.banner .right_content .img_box {
    margin-right: 15px;
}

.banner .right_box {
    padding: 0;
    position: relative;
    margin-left: -10px;
}

.banner .right_box h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.banner .right_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    background-image: linear-gradient(to right, #5475B9, #3B5998);
    width: 345px;
    height: 100%;
    z-index: -1;
    border-radius: 100% 0 0 100%;
    transform: scale(3.56);
}

.banner .right_box ul.contact_link {
    column-count: 1;
}

.banner .right_box ul.contact_link li {
    display: flex;
    align-items: center;
}

.banner .right_box ul.contact_link li + li {
    margin-top: 15px;
}

.banner .right_box ul.contact_link li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease-in;
}

.banner .right_box ul.contact_link li a:hover {
    padding-left: 10px;
}

.banner .right_box ul.contact_link li span {
    border: 1px dotted #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

img.clild_img {
    position: relative;
    left: -50px;
    z-index: -2;
    margin-bottom: 0;
}


.services_sec {
    padding: 40px 0 60px;
    position: relative;
    overflow: hidden;
}

.services_sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FCF8F8;
    width: 37%;
    height: 100%;
    z-index: -1;
    border-radius: 0 100% 100% 0;
    transform: scale(1.15);
}

.services_sec ul.serv_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 60px 0;
}

.services_sec ul.serv_item li {
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16);
    text-align: center;
    width: 15.5%;
    transition: all 0.3s ease-in;
}

.services_sec ul.serv_item li a {
    display: block;
    padding: 20px 9px;
    position: relative;
    transition: all 0.3s ease-in;
}

.services_sec ul.serv_item li:hover {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.services_sec ul.serv_item li a span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Domine', serif;
    color: #404040;
    margin-top: 15px;
    transition: all 0.3s ease-in;
}

.services_sec ul.serv_item li a:hover span {
    color: #3B5998;
}

.services_sec ul.serv_item li:hover {
    color: #3B5998;
}

.services_sec ul.list_fambear {
    margin-top: 20px;
}

.services_sec ul.list_fambear li {
    display: flex;
    align-items: flex-start;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #404040;
}

.services_sec ul.list_fambear li span {
    position: relative;
}

.services_sec ul.list_fambear li + li {
    margin-top: 30px;
}

.services_sec ul.list_fambear li span img {
    margin-right: 15px;
}

.services_sec ul.list_fambear li .thumb_img {
    margin-left: 15px;
    position: absolute;
    right: -50px;
    top: -5px;
}

.services_sec .slider-for {
    margin-top: 30px;
}

.services_sec .slider-for p {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

.services_sec .slider-for h6 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    margin-bottom: 0px;
}

.services_sec .slider-nav .slick-track {
    padding: 20px 0 0;
    display: flex;
    justify-content: center;
}

.services_sec .slider-nav .item {
    border-radius: 50%;
    overflow: hidden;
    opacity: .6;
    transform: scale(.8);
    transition: all 0.3s ease-in;
    border: 4px solid transparent;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0);
}

.services_sec .slider-nav .slick-current {
    transform: scale(1) translatey(-9px);
    border: 4px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in;
}

.services_sec .slider-nav .item.slick-slide.slick-current {
    opacity: 1;

}

.services_sec .slider-nav .item.slick-slide img {
    width: 100%;
}


footer {
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .3s;
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #DEDEDE;
    z-index: 2;
}

.foot_left {
    display: flex;
    align-items: center;
    padding: 50px 0 20px;
    border-bottom: 1px solid #DEDEDE;
    margin-right: -30px;
}

.address_box {
    width: 55%;
    margin-right: 20px;
}

.address_box p {
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0 0;
    line-height: 30px;
}

.foot_left ul.small_link {
    column-count: 2;
    display: inline-block;
}

.foot_left h4 {
    color: #4E3338;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.foot_left ul.small_link li {
    line-height: 30px;
}

.foot_left ul.small_link li a {
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
    position: relative;
}

.foot_left ul.small_link li a:after {
    content: "";
    background: #3B5998;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in;
}

.foot_left ul.small_link li a:hover:after {
    width: 100%;
}

.foot_left ul.small_link li a:hover {
    color: #3F65B4;
}

#Certificate-banners {
    margin-bottom: 30px;
}

.trem_policy {
    padding: 20px 0 25px 0;
}

.trem_policy ul {
    display: flex;
    margin-bottom: 10px;
}

.trem_policy ul li a {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    transition: all .3s ease-in;
}

.trem_policy ul li {
    position: relative;
}

.trem_policy ul li + li {
    padding: 0 10px;
    margin-left: 10px;
}

.trem_policy ul li + li:after {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;

}

.trem_policy ul li a:hover {
    color: #3F65B4;
}

.trem_policy P {
    color: #5A5A5A;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

.foot_right {
    background: #3F65B4;
    height: 100%;
    padding: 60px 0px 60px 60px;
    position: relative;
    z-index: 3;
}

.foot_right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    background: #3F65B4;
    width: 500px;
    height: 100%;
    z-index: 1;
}

.foot_right h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 10px;
}

.foot_right ul.contact_link {
    column-count: 2;
}

.foot_right ul.contact_link li {
    line-height: 60px;
    display: flex;
    align-items: center;
}

.foot_right ul.contact_link li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease-in;
}

.foot_right ul.contact_link li a:hover {
    padding-left: 10px;
}

.foot_right ul.contact_link li span {
    border: 1px dotted #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.chat_open {
    position: fixed;
    right: 45px;
    bottom: 20px;
    z-index: 5;
}


/*============= Home ==============*/


/*================ About Us ================*/

.top_contact {
    background: #3F65B4;
    padding: 12px 0;
}

.top_contact ul.contact_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_contact ul.contact_link li {
    display: flex;
    align-items: center;
}

.top_contact ul.contact_link li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Domine', serif;
    transition: all 0.3s ease-in;
    position: relative;
}

.top_contact ul.contact_link li a:after {
    content: "";
    background: #fff;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in;
}

.top_contact ul.contact_link li a:hover:after {
    width: 100%;
}

.top_contact ul.contact_link li span.border_line {
    border: 1px dotted #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.innerTopBg {
    position: relative;
}

.innerTopBg .banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    text-align: center;
}

.innerTopBg .banner_text h3 {
    color: #fff;
    font-size: 47px;
    font-family: 'Domine', serif;
    font-weight: 500;
}

.innerTopBg .banner_text h3 span {
    display: block;
    font-size: 33px;
}

.innerTopBg .banner_text p {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.innerTopBg .banner_text p span {
    font-weight: 600;
}

.upperSec {
    position: relative;
    margin-top: -75px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 35px;
}

.upperSec p {
    color: #404040;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
}

.upperSec ul.about_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.upperSec ul.about_img li {
    width: 49%;
}

.upperSec ul.about_img li img {
    width: 100%;
    margin-top: 9px;
}

.team_sec {
    position: relative;
    margin: 60px 0;
}

.team_sec .team_member {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 36px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    margin-top: 30px;
}

.team_sec .team_member img {
    width: 100%;
}

.team_sec .team_member h5 {
    color: #404040;
    font-size: 20px;
    font-family: 'Domine', serif;
    font-weight: 600;
    margin: 20px 0 0;
}

.team_sec .team_member p {
    color: #777777;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin: 2px 0 0px;
}


/*================ About Us ================*/

/*================ Services ================*/


.service_inn .banner_text {
    transform: translate(-50%, -100%);
}

.servItems {
    position: relative;
    margin-top: -75px;
    z-index: 1;
}

.servItems .servToSelect {
    background: #fff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 25px 35px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: all 0.3s ease-in;
}

.servItems .servToSelect:hover {
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.15);
}

.servItems .servToSelect h4 {
    color: #404040;
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Domine', serif;
    font-weight: 700;
    margin: 15px 0;
}

.servItems .servToSelect p {
    color: #404040;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
}

.img_group ul.about_img {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 70px;
}

.img_group ul.about_img li {
    width: 15.6%;
}

.img_group ul.about_img li img {
    width: 100%;
}

.top_gap {
    margin-top: 30px;
}


/*================ Services ================*/


/*================ Contact Us ================*/
.contact_sec {
    padding: 50px;
}

.upperSec .map_sec {
    background: #fff;
    border: 7px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.upperSec .map_sec iframe {
    display: block;
}

.contact_sec .custom_col {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 22px;
}

.contact_sec .custom_col2 {
    flex: 0 0 52.9%;
    max-width: 52.9%;
}

.contact_sec .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact_sec .form-group.form-group2 {
    margin-bottom: 20px;
}

.contact_sec .form-control {
    height: 60px;
    border-radius: 3px;
    border: 1px solid #B5B5B5;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #404040;
    font-size: 18px;
    width: 100%;
    padding: 10px 18px;
}

.contact_sec .form-control:focus {
    border: 1px solid #3B5998;
}

.contact_sec .form-control-placeholder {
    position: absolute;
    top: 14px;
    left: 12px;
    padding: 2px 8px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #3B5998;
    font-size: 16px;
    background-color: white;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.contact_sec .form-control:valid {
    border: 1px solid #3B5998;
}

.contact_sec .form-control:focus + .form-control-placeholder,
.contact_sec .form-control:valid + .form-control-placeholder {
    background: #fff;
    font-size: 15px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    color: #3B5998;
}

.contact_sec textarea {
    height: 130px !important;
    resize: none;
}

.check_item {
    display: flex;
}

.check_item input[type="checkbox"] {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    top: 2px;
}

.check_item input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 8px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.check_item input[type="checkbox"]:checked {
    color: #fff;
    border-color: #009900;
    background: #009900;
}

.check_item input[type="checkbox"]:checked::before {
    opacity: 1;
}

.check_item input[type="checkbox"]:checked ~ label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.check_item label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7D7D7D;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 0 10px;
    width: 91%;
}

.check_item label a {
    text-decoration: underline;
    color: #3B5998;
}

.sent_btn {
    background: #009900;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 2px;
    text-align: center;
    padding: 12px 24px;
    transition: all 0.3s ease-in;
}

.sent_btn:hover {
    background: #007700;
}


/*================ Contact Us ================*/


/*================ How It Works ================*/
.how_work {
    width: 90.5%;
    margin: -75px auto 70px;
    padding: 45px 70px;
}

ul.process_time {
    position: relative;
}

ul.process_time:after {
    content: "";
    background: #8C6933;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
    width: 1px;
    height: 90%;
    z-index: -1;
}

ul.process_time li {
    display: flex;
    align-items: flex-start;
}

ul.process_time li + li {
    margin-top: 30px;
}

ul.process_time li .countN span {
    background: #fff;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: 1px dashed #B8B8B8;
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

ul.process_time li .small_detail {
    margin-left: 30px;
}

ul.process_time li .small_detail h4 {
    color: #404040;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Domine', serif;
    text-transform: capitalize;
    margin-bottom: 5px;
}

ul.process_time li .small_detail p {
    color: #404040;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    width: 83%;
}

.interview_type {
    display: flex;
}

.interview_type p span {
    font-weight: 600;
    display: block;
}

.interview_type p:nth-child(2) {
    margin-left: 35px;
}

/*================ How It Works ================*/


/*================ Login ================*/


.login_form {
    background: #fff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 35px 40px;
    margin: 73px auto;
    width: 46.5%;
}

.login_form h4 {
    color: #404040;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Domine', serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 42px;
}

.login_form h4.veri_code {
    font-size: 30px;
    margin-bottom: 20px;
}

.login_form h4.veri_code .backArrow {
    margin-right: 15px;
}

.form_links {
    margin-top: 20px;
}

.form_links p {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
}

.form_links p a {
    color: #3B5998;
    text-decoration: underline;
}

.sent_btn2 {
    padding: 12px 30px;
}

p.send_number {
    font-size: 18px;
    color: #404040;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.otp_code {
    display: flex;
}

.otp_code .form-control {
    height: 48px;
    width: 53px;
}

.otp_code .form-control + .form-control {
    margin-left: 10px;
}

.verification_done {
    margin: -55px auto 45px;
    position: relative;
    z-index: 1;
    width: 51%;
    padding: 60px 50px;
}

.verification_done h3.main_heading4 {
    margin: 20px 0;
    line-height: 30px;
}

.verification_done .message_box p {
    margin: 0 0 15px 0;
}

.verification_done .message_box p.small_p {
    color: #404040;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 24px;
    border-top: 1px solid #E2E2E2;
    padding: 20px 0 25px;
    display: inline-block;
    margin: 0 auto;
}

.verification_done .message_box .sent_btn {
    padding: 12px 40px;
}


/*================ Login ================*/


/*================ Terms & Conditions ================*/


.inner_terms .banner_text {
    transform: translate(-50%, -130%);
}

.term_upper {
    margin: -110px 0 70px;
}

.upsec_heading {
    color: #404040;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Domine', serif;
    margin: 30px 0 15px;
}


/*================ Terms & Conditions ================*/


/*================ Pricing Page ================*/


.pricing_table {
    margin: -70px 0 70px;
}

.pricing_colums {
}

.pricing_colums ul.service_name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pricing_colums ul.service_name li {
    width: 162px;
    height: 170px;
    text-align: center;
    padding: 20px 15px;
}

.pricing_colums ul.service_name li h4 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Domine', serif;
    margin: 20px 0 0;
}

.pricing_colums ul.service_name li:nth-child(odd) {
    background: #F1F7FD;
}

.pricing_colums ul.service_name li:nth-child(even) {
    background: #E4F2FD;
}

.pricing_list {
    border: 1px solid #E4E4E4;
    padding-top: 20px;
}

.pricing_heading {
    padding: 0 20px;
}

.pricing_heading h5 {
    color: #404040;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 13px 0px;
}

.pricing_list ul.detail_listing {
    display: flex;
    align-items: center;
}

.pricing_list ul.detail_listing li {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 162px;
    height: 70px;
    padding: 25px 0;
}

.pricing_list ul.detail_listing li:first-child {
    font-size: 17px;
    text-transform: uppercase;
    width: 187px;
    background: #DAEBF9 !important;
    padding: 26px 18px;
    text-align: left;
}

.pricing_list ul.detail_listing li.border_b {
    border-bottom: 1px solid #CADCF0;
}

.pricing_list ul.detail_listing li:nth-child(odd) {
    background: #E4F2FD;
}

.pricing_list ul.detail_listing li:nth-child(even) {
    background: #F1F7FD;
}

.pricing_list .gap_top {
    margin: 13px 0;
}

.pricing_points {
    background: #fff;
    padding: 10px 25px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    margin: 40px 0;
}

.pricing_points ul li {
    display: flex;
    align-items: flex-start;
    font-family: 'Roboto', sans-serif;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #E2E2E2;
    padding: 20px 0;
}

.pricing_points ul li:last-child {
    border-bottom: none;
}

.pricing_points ul li span {
    margin-right: 20px;
}

.bank_transfer {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
}

.bank_transfer ul.transfer_detail {
    margin-top: 16px;
}

.bank_transfer ul.transfer_detail li {
    display: flex;
    align-items: center;
}

.bank_transfer ul.transfer_detail li {
    font-family: 'Roboto', sans-serif;
    color: #404040;
    font-size: 16px;
    font-weight: 300;
}

.bank_transfer ul.transfer_detail li span.small_text {
    width: 135px;
}

.bank_transfer ul.transfer_detail li span.bold_text {
    font-weight: 600;
}

.bank_transfer ul.transfer_detail li + li {
    margin-top: 15px;
}


.servItem_name {
    background: #F1F7FD;
    height: 150px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.servItem_name h4 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Domine', serif;
    margin: 20px 0 0;
}


/*================ Pricing Page ================*/


/*================ Join Now ================*/

.join_gap {
    padding: 45px 50px;
}

.option_text {
    font-family: 'Domine', serif;
    color: #404040;
    font-size: 30px;
    font-weight: 500;
    margin: 40px 0px;
}

.choose_serv {
    position: relative;
    margin: 20px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

#check1label, #check2label {
    padding: 20px;
}

.choose_serv form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.choose_serv .radiobtn {
    position: relative;
    display: block;
    width: 48.6%;
}

.choose_serv .radiobtn label {
    display: block;
    background: none;
    border-radius: 3px;
    padding: 30px 40px 30px 143px;
    border: 1px solid #E9E9E9;
    cursor: pointer;
    margin: 0;
    color: #757575;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Domine', serif;
    line-height: 38px;
    height: 140px;
}

.choose_serv .radiobtn label span {
    display: block;
    color: #404040;
    font-weight: 600;
    font-size: 30px;
}
.search_sec .choose_serv .radiobtn label span {
    font-size:26px;
}
.search_sec {
    margin-top:-160px;
}
.srch {
    border: 1px solid black;
    border-radius: 2px;
    padding: 9px!important;
}
.choose_serv .radiobtn label:after, .choose_serv .radiobtn label:before {
    content: "";
    position: absolute;
    left: 42px;
    top: 38px;
    width: 68px;
    height: 68px;
    border-radius: 3px;
    background: #fff url(../images/right_c.svg) no-repeat center center;
    border-radius: 50%;
    border: 1px solid #E6E6E6;
}

.choose_serv .radiobtn label:hover {
    border: 1px solid #00D862;
}

.choose_serv .radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none;
}

.choose_serv .radiobtn input[type="radio"]:checked + label {
    background: #fff;
    border: 1px solid #00D862;
}

.choose_serv .radiobtn input[type="radio"]:checked + label:after {
    background: #00D862;
    background: #00D862 url(../images/right_c2.svg) no-repeat center center;
}

.choose_serv a.next_btn {
    background: #C4C4C4;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 40px;
    margin: 30px auto 0;
    width: 262px;
    text-align: center;
    border-radius: 2px;
}

.choose_serv .active1 {
    background: #009900 !important;
    transition: all 0.3s ease-in;
}

.choose_serv .active1:hover {
    background: #007700 !important;
}

.screen_joinNow .banner_text {
    transform: translate(-50%, -100%);
    width: 100%;
}

.screen_centerT.screen_joinNow .banner_text {
    transform: translate(-50%, -70%);
}

.upper_SecTop .banner_text {
    transform: translate(-50%, -90%);
}

.screen_joinNow .banner_text a.back_screen {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    left: 7%;
    top: 25%;
    display: flex;
}

.screen_joinNow .banner_text a.back_screen img {
    margin-right: 15px;
}

.upTop_chooseServ {

}

.upTop_chooseServ form {
    width: 100%;
}

.upTop_chooseServ .select_service {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.upTop_chooseServ .select_service li {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 15.2%;
    margin-top: 20px;
}

.upTop_chooseServ .select_service input[type="checkbox"][id^="tabCheckbox"] {
    display: none;
}

.upTop_chooseServ .select_service input[type="checkbox"][id^="skillCheckbox"] {
    display: none;
}

.upTop_chooseServ .select_service label {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 20px 9px;
    margin: 0;
    width: 100%;
    height: 183px;
    background: #fff;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16);
    text-align: center;
    border-radius: 4px;
    border: 2px solid transparent;
}

.upTop_chooseServ .select_service label span {
    display: block;
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Domine', serif;
    margin-top: 3px;
    line-height: 24px;
}

.upTop_chooseServ .select_service label:hover {
    border: 2px solid #00D862;
}

.upTop_chooseServ .select_service label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0) translate(-50%, -0%);
}

.upTop_chooseServ .select_service :checked + label {
    border: 2px solid #00D862;
    box-shadow: none;
}

.upTop_chooseServ .select_service :checked + label:before {
    content: "";
    background: #00D862 url(../images/right_c2.svg) no-repeat center center / 50%;
    transform: scale(1) translate(-50%, -0%);
}


.upTop_chooseServ .pick_options {
    margin-top: 30px;
    max-width: 915px;
}

.upTop_chooseServ .pick_options2 {
    max-width: 1060px;
}

.upTop_chooseServ .pick_options h4 {
    color: #404040;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Domine', serif;
    margin-bottom: -10px;
    margin-top: 30px;
    text-align: left;
}

.upTop_chooseServ .pick_options .select_service {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.upTop_chooseServ .pick_options .select_service li {
    width: 205px;
    margin-top: 25px;
    margin-right: 15px;
}

.upTop_chooseServ .pick_options .select_service label {
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #DBDBDB;
    height: 60px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upTop_chooseServ .pick_options .select_service label:hover {
    border: 2px solid #00D862;
}

.upTop_chooseServ .pick_options .select_service label span {
    color: #404040;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.upTop_chooseServ .pick_options .select_service label span small {
    font-size: 18px;
    font-weight: 400;
}

.upTop_chooseServ .pick_options .select_service :checked + label:before {
    transform: scale(1) translate(-50%, 5px);
}

.upTop_chooseServ .pick_options .select_service :checked + label {
    border: 2px solid #00D862;
}

.upTop_chooseServ .pick_options .select_service :checked + label span {
    font-weight: 600;
}

.upTop_chooseServ .pick_options .right_gap {
    margin-right: 50px !important;
}

.pick_options .check_item2 {
    margin-top: 25px;
}

.pick_options .check_item2 li {
    width: 25%;
    margin-bottom: 28px;
}

.pick_options .check_item2 label {
    font-size: 18px;
}

.upTop_chooseServ a.next_btn {
    background: #009900;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 40px;
    margin: 30px 0 0;
    width: 262px;
    text-align: center;
    border-radius: 2px;
    display: block;
    transition: 0.3s ease-in;
}

.upTop_chooseServ a.next_btn:hover {
    background: #007700;
}

.upTop_chooseServ .active1 {
    background: #009900 !important;
}

.joinNow_form {
    background: #fff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    max-width: 600px;
    margin: 30px auto 0;
    padding: 40px 25px;
}

.message_box p {
    color: #404040;
    font-size: 22px;
    font-family: 'Domine', serif;
    font-weight: 500;
    line-height: 36px;
    margin: 18px 0;
}

.joinNow_form form {
    padding: 0 45px;
}

.joinNow_form .name_div {
    display: flex;
    justify-content: space-between;
}

.joinNow_form .name_div .form-group {
    width: 48%;
}

.call_withCode {
    display: flex;
}

.call_withCode .form-group:first-child {
    width: 105px;
    margin-right: 15px;
}

.call_withCode .form-group:first-child select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/angle_down.svg) no-repeat right 15px center;
}

.call_withCode .form-group:last-child {
    width: 100%;
}

.joinNow_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/sel_arrow.svg) no-repeat right 20px center;
}

.sel_jobprofile {
    margin: -170px 0 70px;
}

.job_joinUp {
    margin: -120px 0 70px;
}

.sel_jobprofile .joinNow_form {
    border: none;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
}

.sel_jobprofile .joinNow_form .message_box {
    padding-left: 45px;
    margin-bottom: 30px;
}

.sel_jobprofile .joinNow_form .message_box.language_sel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sel_jobprofile .joinNow_form .message_box.language_sel p {
    margin-bottom: 0;
    font-size: 20px;
}

.sel_jobprofile .joinNow_form .form-group h5 {
    color: #404040;
    font-size: 20px;
    font-family: 'Domine', serif;
    font-weight: 700;
    line-height: 36px;
}

.joinNow_form .sent_btn {
    padding: 12px 38px;
}


.contact_sec .form-group.check_item2 {
    margin-bottom: 10px;
}

.check_item2 ul {
    display: flex;
    flex-wrap: wrap;
}

.check_item2 ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.check_item2 input[type="checkbox"] {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #BCBCBC;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    top: 0px;
}

.check_item2 input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 1px;
    left: 4px;
    width: 15px;
    height: 18px;
    background: url(../images/check_1.svg) no-repeat center center;
    opacity: 0;
}

.check_item2 input[type="checkbox"]:checked {
    color: #fff;
    border-color: #00D862;
    background: #00D862;
}

.check_item2 input[type="checkbox"]:checked::before {
    opacity: 1;
}

.check_item2 input[type="checkbox"]:checked ~ label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.check_item2 label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #404040;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 0 15px;
}

/*================ Join Now ================*/


/*================ My Profile ================*/


.my_profile {
    position: relative;
}

.my_profile .banner_text {
    transform: translate(-50%, -140%);
    width: 100%;
}

.profile_form {
    background: #fff;
    border-radius: 3px;
    max-width: 550px;
    margin: 45px auto 0;
    padding: 40px;
    border: none;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    position: relative;
}

.profile_form form {
    padding: 0;
}

p.verifi_msg {
    text-align: right;
    color: #FF0000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 5px 0 0;
    line-height: 16px;
    text-decoration: underline;
}

a.change_pass {
    text-align: right;
    color: #3F65B4;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 5px 0 0;
    line-height: 16px;
    text-decoration: underline;
    transition: all 0.3s ease-in;
}

a.change_pass:hover {
    color: #009900;
}

/*================ My Profile ================*/


/*================ My Appointments ================*/

.my_appointments {
    margin: -126px 0 55px;
    position: relative;
    z-index: 1;
}

.appointment_detail {
    background: #fff;
    border-radius: 3px;
    max-width: 562px;
    margin: 0px auto 20px;
    padding: 30px 30px 20px;
    border: none;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
}

.appointment_detail .name_Idappoint {
    margin-bottom: 15px;
}

.appointment_detail .name_Idappoint h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #404040;
    margin-bottom: 5px;
}

.appointment_detail .name_Idappoint h6 a.green_b {
    background: #009900;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    display: block;
    padding: 5px 9px;
}

.appointment_detail .name_Idappoint h6 a.light_b {
    color: #404040;
    background: #DFDFDF;
}

.appointment_detail .name_Idappoint h5 {
    color: #404040;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.appointment_detail ul.appoi_list {
    display: flex;
    flex-wrap: wrap;
}

.appointment_detail ul.appoi_list li {
    width: 50%;
}

.appointment_detail ul.appoi_list li h4 {
    color: #3B5998;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px;
}

.appointment_detail ul.appoi_list li p {
    color: #404040;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    line-height: 26px;
    margin-bottom: 20px;
}

.appointment_detail ul.appoi_list li p img {
    margin-right: 8px;
}

.appointment_detail ul.appoi_list li:nth-child(odd) {
    width: 58%;
}

.appointment_detail ul.appoi_list li:nth-child(even) {
    width: 42%;
}


/*================ My Appointments ================*/


.cntr {
    text-align: left;
}

.cntr .hidden {
    display: none;
}

.cntr .radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 0 15px 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #3B5998;
    font-size: 18px;
}

.cntr .radio .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #3B5998;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

.cntr .radio .label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #3B5998;
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
}

.cntr .radio:hover .label:after {
    transform: scale(3.6);
}

.cntr input[type="radio"]:checked + .label {
    border-color: #3B5998;
}

.cntr input[type="radio"]:checked + .label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

.cntr input[type="radio"]:checked ~ span.langSel {
    color: #3B5998;
}

.thanks_page {
    margin: -75px auto 70px;
    padding: 30px 25px 20px;
}

.order_detail {
    margin: 10px 0 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 73%;
}

.order_detail li {
    display: flex;
    width: 100%;
}

.order_detail li span {
    width: 40%;
    text-align: left;
}

.order_detail li + li {
    margin-top: 10px;
}

.order_detail li span.light_text {
    color: #404040;
    opacity: 0.7;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.order_detail li span.bold_text {
    color: #404040;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

a.back_home {
    color: #3B5998;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
}

a.back_home:hover {
    color: #009900;
}


/*================ My Appointments ================*/


.appoinmentHead .banner_text {
    transform: translate(-50%, -120%);
}

.upper_section {
    position: relative;
    margin: -100px auto 70px;
    z-index: 1;
}

.appoinment_div {
    background: #fff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 15px;
    max-width: 562px;
    margin: 0 auto 20px;
}

.user_detail .user_profile {
    display: flex;
}

.user_detail .user_profile .leftBlock {
    width: 28.5%;
    text-align: center;
}

.user_detail .user_profile .leftBlock .userpick {
    position: relative;
    margin-bottom: 18px;
}

.user_detail .user_profile .leftBlock .userpick img {
    width: 100%;
}

.user_detail .user_profile .leftBlock span.user_rate {
    background: #009900;
    color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -20px;
    left: 50%;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 1px 5px;
    display: flex;
    align-items: center;
}

.user_detail .user_profile .leftBlock span.user_rate img {
    width: auto;
    margin-right: 5px;
}

.user_detail .user_profile .leftBlock .booking_date {
    color: #fff;
    background: #8C6933;
    border-radius: 3px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 13px;
    padding: 5px 8px;
    line-height: 22px;
}

.user_detail .user_profile .leftBlock .booking_date span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.user_detail .user_profile .rightBlock {
    width: 65%;
    margin-left: 30px;
}

.user_detail .user_profile .rightBlock .user_idName h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #404040;
    margin-bottom: 5px;
}

.user_detail .user_profile .rightBlock .user_idName h6 a.green_b {
    background: #009900;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    display: block;
    padding: 5px 9px;
}

.user_detail .user_profile .rightBlock .user_idName h6 a.light_b {
    color: #404040;
    background: #DFDFDF;
}

.user_detail .user_profile .rightBlock .user_idName h5 {
    color: #404040;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_detail .user_profile .rightBlock .user_idName h5 span {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.user_detail .user_profile .rightBlock ul.infoSec {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.user_detail .user_profile .rightBlock ul.infoSec li:nth-child(odd) {
    width: 45%;
}

.user_detail .user_profile .rightBlock ul.infoSec li:nth-child(even) {
    width: 55%;
}

.user_detail .user_profile .rightBlock ul.infoSec li h4 {
    color: #3B5998;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

.user_detail .user_profile .rightBlock ul.infoSec li p {
    color: #404040;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    line-height: 26px;
    margin-bottom: 18px;
}

.user_detail .user_profile .rightBlock ul.infoSec li span.more_lang {
    background: #3B5998;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.user_notes ul {
    position: relative;
}

.user_notes ul li h4 {
    color: #3B5998;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

.user_notes ul li p {
    color: #404040;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    line-height: 26px;
    margin-bottom: 18px;
}

.user_notes .btn_group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E2E2E2;
    padding-top: 15px;
    margin-top: 10px;
}

.user_notes .btn_group a {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    width: 129px;
    border-radius: 2px;
    text-align: center;
    padding: 8px 2px;
    transition: all 0.3s ease-in;
}

.user_notes .btn_group a.blue_btn {
    background: #3B5998;
    color: #fff;
}

.user_notes .btn_group a.gray_btn {
    background: #8F8F8F;
    color: #fff;
}

.user_notes .btn_group a:hover {
    background: #1e3b77;
}

.user_detail .btn_group a[aria-expanded="true"] {
    background: #3B5998;
    position: relative;
}

.user_detail .btn_group a[aria-expanded="true"]:after {
    content: "";
    background: #3B5998;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 15px;
    width: 15px;
}

.user_detail .change_form {
    padding-top: 30px 0 0;
}

.user_detail .change_form .card {
    margin: 30px 0 0 0;
    border-radius: 0;
    border: none;
}

.user_detail .change_form .card h5 {
    color: #404040;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0 10px 0;
}

.user_detail .change_form .card h6 {
    color: #404040;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.user_detail .change_form .card h6 img {
    margin-right: 10px;
}

.user_detail .change_form .contact_sec {
    padding: 0 90px 0 0;
    margin-top: 20px;
}

.user_detail .change_form .contact_sec .row .form-control-placeholder {
    left: 25px;
}

.user_detail .change_form .card .form-control.location_i {
    background: url(../images/map-marker.svg) no-repeat right 20px center;
}

.user_detail .change_form .contact_sec .check_item label {
    font-size: 17px;
}

.user_detail .change_form .contact_sec .check_item input[type="checkbox"] {
    width: 19px;
    height: 19px;
}

.user_detail .change_form .contact_sec .check_item input[type="checkbox"]::before {
    left: 6px;
    width: 5px;
    height: 11px;
}

.user_detail .change_form .contact_sec .sent_btn {
    background: #3B5998;
    font-size: 14px;
    padding: 10px 30px;
}

.user_detail .change_form .contact_sec .sent_btn:hover {
    background: #009900;
}

.user_detail input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

.user_detail input[type=date]:focus::-webkit-datetime-edit {
    color: #404040 !important;
}

.comment_div {
    margin-top: 20px;
}

span.green_re {
    background: #009900;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 3px 6px;
    display: inline-flex;
    align-items: center;
}

.comment_div .date_fixed {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: inline-flex;
    align-items: center;
    margin: 10px 0 5px;
    width: 100%;
}

.comment_div .date_fixed img {
    margin-right: 5px;
}

.comment_div .text_come {
    color: #404040;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.block_invoce {
    border: 1px dashed #cecece;
    padding: 5px 10px;
    margin-top: 5px;
}

.invo_listDown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.invo_listDown h5 {
    color: #404040;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    width: 20%;
}

.invo_listDown h6 {
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.invo_listDown h6 span {
    color: #009900;
    font-weight: 400;
}

.invo_listDown a {
    color: #3B5998;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}

.invo_listDown span.mid_line {
    margin: 0 5px;
    color: #404040;
}

.invo_listDown .sec_paidD {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

/*================ My Appointments ================*/


/*================ Search Page ================*/

.search_top .banner_text {
    transform: translate(-50%, -180%);
}

.search_sec {
    margin: -170px auto 70px;
    position: relative;
    z-index: 2;
}

.filter_wrap {
    background: #fff;
    border-radius: 3px;
}

.filter_wrap .search_serv {
    box-shadow: 0 3px 34px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 20px 30px;
}

.filter_wrap .search_serv .type_search select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/sel_arrow.svg) no-repeat right 20px center;
    height: 50px;
    border-radius: 0;
}

.filter_wrap .search_serv .type_search .form-control-placeholder {
    top: 10px;
}

.filter_wrap .search_serv .type_search .form-control:focus + .form-control-placeholder,
.filter_wrap .search_serv .type_search .form-control:valid + .form-control-placeholder {
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
}

.filter_wrap .search_serv .card {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.filter_wrap .search_serv .card-header {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
}

.filter_wrap .search_serv .card-header a {
    text-decoration: none;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 8px 5px 8px 25px;
}

.filter_wrap .search_serv .card-header a.collapsed:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    background: url(../images/plus_i.svg) no-repeat left center;
    width: 16px;
    height: 15px;
}

.filter_wrap .search_serv .card-header a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: url(../images/minus_i.svg) no-repeat left center;
    width: 16px;
    height: 15px;
}

.filter_wrap .search_serv .card-body {
    padding: 0;
}

.filter_wrap .search_serv .card-body .check_item2 ul li {
    width: 100%;
}

.filter_wrap .search_serv .card-body .check_item2 label {
    font-size: 14px;
    margin: 0 0 0 10px;
    width: 90%;
}

.filter_wrap .search_serv .card-body .check_item2 input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.filter_wrap .search_serv .card-body .check_item2 input[type="checkbox"]:checked {
    background: #fff;
    border-color: #009900;
}

.filter_wrap .search_serv .card-body .check_item2 input[type="checkbox"]:checked + label {
    color: #009900;
}

.filter_wrap .search_serv .card-body .check_item2 input[type="checkbox"]::before {
    background: url(../images/check_green.svg) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
}

.filter_wrap .col-lg-3 {
    -ms-flex: 0 0 25.5%;
    flex: 0 0 25.5%;
    max-width: 25.5%;
}

.filter_wrap .col-lg-9 {
    -ms-flex: 0 0 74.5%;
    flex: 0 0 74.5%;
    max-width: 74.5%;
}

.filter_wrap .pickSearch {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.filter_wrap .pickSearch ul {
    display: flex;
    align-items: center;
}

.filter_wrap .pickSearch ul li {
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
    margin-right: 10px;
}

.filter_wrap .pickSearch ul li .form-control {
    border-radius: 3px 0 0 3px;
    border: none;
    font-size: 12px;
    color: #7A7A7A;
    font-weight: 500;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.filter_wrap .pickSearch ul li .btn {
    background: #F1F1F1;
    border-radius: 0 3px 3px 0;
    border: none;
    box-shadow: none;
    outline: none;
}

.filter_wrap .pickSearch ul li .btn:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.filter_wrap .pickSearch ul li:nth-child(1) {
    width: 140px;
}

.filter_wrap .pickSearch ul li:nth-child(2) {
    width: 102px;
}

.filter_wrap .pickSearch ul li:nth-child(3) {
    width: 114px;
}

.filter_wrap .pickSearch ul li:nth-child(4) {
    width: 114px;
}

.filter_wrap .pickSearch ul li:nth-child(5) {
    width: 117px;
}

.filter_wrap .pickSearch ul li:nth-child(6) {
    width: 102px;
}

.filter_wrap .booking_block {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    height: 100%;
    display: flex;
}

.filter_wrap .booking_block .user_detail .user_profile {
    padding: 11px;
}

.filter_wrap .booking_block .user_detail .user_profile .rightBlock .user_idName h6 {
    font-size: 13px;
}

.filter_wrap .booking_block .user_detail .user_profile .rightBlock .user_idName h6 span {
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    max-width: 180px;
}

.filter_wrap .booking_block .user_detail .user_profile .rightBlock .user_idName h5 {
    font-size: 20px;
}

.filter_wrap .booking_block .user_detail .user_profile .rightBlock ul.infoSec li p {
    font-size: 14px;
}

.filter_wrap .booking_block .user_detail .user_profile .rightBlock {
    margin-left: 15px;
    width: 68%;
}

.customBlock {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
    padding-top: 25px;
}

.filter_wrap .my_column {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    padding: 0 12.5px;
    margin-bottom: 25px;
}

.filter_wrap .booking_block .user_detail .user_profile .leftBlock {
    width: 27.4%;
}

.filter_wrap .booking_block .user_detail .user_profile .leftBlock span.user_rate {
    font-size: 11px;
    padding: 2px 5px;
}

.filter_wrap .booking_block .user_detail .user_profile .leftBlock span.user_rate img {
    width: 9px;
    margin: -1px 2px 0 0;
}

.filter_wrap .booking_block .user_detail .user_profile .rightBlock ul.infoSec p {
    margin-bottom: 0;
}

.filter_wrap .booking_block .user_detail .user_profile .rightBlock ul.infoSec li:nth-child(even) {
    width: 45%;
}

.filter_wrap .booking_block .user_detail .user_profile .rightBlock ul.infoSec li:nth-child(odd) {
    width: 55%;
}

.filter_wrap .booking_block .view_div {
    padding: 11px;
    border-top: 1px solid #E2E2E2;
}

.filter_wrap .booking_block .view_div p {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    margin-bottom: 10px;
}

.filter_wrap .booking_block .view_div .btn_pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_wrap .booking_block .view_div .btn_pages a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: block;
    width: 49%;
    text-align: center;
    border-radius: 2px;
    padding: 10px 15px;
    transition: all 0.3s ease-in;
}

.filter_wrap .booking_block .view_div .btn_pages a.view_btn1 {
    background: #3B5998;
}

.filter_wrap .booking_block .view_div .btn_pages a.view_btn2 {
    background: #009900;
}

.filter_wrap .booking_block .view_div .btn_pages a.view_btn1:hover {
    background: #2b3f69;
}

.filter_wrap .booking_block .view_div .btn_pages a.view_btn2:hover {
    background: #007700;
}

/*================ Search Page ================*/


/*================ View Profile Page ================*/


.view_profileUp {
    position: relative;
    z-index: 1;
    margin: 20px 0 30px;
}

.profile_sec {
    background: #fff;
    padding: 0;
    border-radius: 3px;
}

.profile_sec .user_detail {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    padding: 15px;
    margin-top: 20px;
    height: calc(100% - 50px);
}

.profile_sec .user_detail .user_profile .leftBlock {
    width: 31%;
}

.profile_sec .user_detail .user_profile .rightBlock .user_idName h6 span {
    font-weight: 600;
    font-size: 16px;
}

.profile_sec .user_detail .user_profile .rightBlock {
    margin-left: 15px;
    width: 66%;
}

.profile_sec .user_detail .user_notes {
    border-top: 1px solid #E2E2E2;
    padding-top: 15px;
}

.profile_sec .user_detail .user_notes ul {
    margin-left: 10px;
}

.profile_sec .user_detail .user_notes ul li h4 {
    font-size: 14px;
    margin-bottom: 4px;
}

.profile_sec .user_detail .user_notes ul li p {
    font-size: 14px;
    margin-bottom: 0;
}

.profile_sec .type_section {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    padding: 30px;
    margin-top: 20px;
    height: calc(100% - 50px);
}

.profile_sec .type_section h5 {
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 25px 0 0;
}

.profile_sec .type_section .contact_sec .form-group.form-group2 {
    margin-bottom: 30px;
}

.profile_sec .type_section .nav-tabs {
    border: none;
    align-items: center;
}

.profile_sec .type_section .nav-tabs .nav-link {
    border: none;
    color: #404040;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border-radius: 2px;
    background: #F2F2F2;
    margin-right: 10px;
    padding: 6px 16px;
    position: relative;
    transition: all 0.3s ease-in;
}

.profile_sec .type_section .nav-tabs .nav-link img {
    margin-right: 7px;
}

.profile_sec .type_section .nav-tabs .nav-link.active,
.profile_sec .type_section .nav-tabs .nav-link:hover {
    border: none;
    background: #009900;
    color: #fff;
}

.profile_sec .type_section .nav-tabs .nav-link.active img,
.profile_sec .type_section .nav-tabs .nav-link:hover img {
    filter: brightness(0) invert(1);
}

.profile_sec .type_section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
    content: "";
    background: #009900;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
    width: 10px;
    border-radius: 0;
}

.profile_sec .type_section .contact_sec {
    margin-top: 25px;
}

.profile_sec .type_section .contact_sec .form_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile_sec .type_section .contact_sec .form_footer .price_text {
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    font-family: 'Roboto', sans-serif;
}

.profile_sec .type_section .contact_sec .form_footer .price_text span {
    font-weight: 400;
}

.profile_sec .type_section .contact_sec .form_footer .sent_btn {
    background: #3B5998;
    padding: 12px 10px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.profile_sec .type_section .contact_sec .form_footer .sent_btn:hover {
    background: #2b3f69;
}

.profile_sec .type_section .contact_sec input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

.profile_sec .type_section .contact_sec input[type=date]:focus::-webkit-datetime-edit {
    color: #404040 !important;
}

.profile_sec .type_section .contact_sec .row .form-control-placeholder {
    left: 25px;
}

.profile_sec .type_section .contact_sec textarea {
    height: 85px !important;
}

.profile_sec .type_section .contact_sec .form-control.location_i {
    background: url(../images/map-marker.svg) no-repeat right 20px center;
}

.contact_sec .form-control.time_i {
    background: url(../images/time_i.svg) no-repeat right 20px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.profile_sec .type_section .contact_sec .form-control.date_i {
    background: url(../images/date_i.svg) no-repeat right 20px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 1;
    position: relative;
}

.contact_sec input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    background: url(../images/calender_i.svg) no-repeat center center;
    border-width: 0;
}

.profile_sec .about_text {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    padding: 30px;
    margin: 30px 0;
}

.profile_sec .about_text p {
    color: #404040;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    margin-bottom: 0;
}

.profile_sec .about_text .comment_div {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
}

.profile_sec .about_text .comment_div:last-child {
    border: none;
    padding-bottom: 0;
}

.profile_sec .about_text .comment_div .verifi_user {
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.profile_sec .about_text .comment_div span.green_re img {
    width: 12px;
}


/*================ View Profile Page ================*/


/*================ Confirm Detail Page ================*/

.confirm_detail {
    background: #fff;
    padding: 30px;
    margin: 10px 0 0;
    border-radius: 3px;
}

.c_detailBg.innerTopBg .banner_text {
    transform: translate(-50%, -180%);
}

.c_detailBg.innerTopBg .banner_text h3 {
    font-size: 40px;
}

.detail_blockT {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    height: 100%;
}

.detail_blockT ul.text_typeD {
    display: flex;
    flex-wrap: wrap;
}

.detail_blockT ul.text_typeD li {
    width: 25%;
}

.detail_blockT ul.text_typeD li h4 {
    color: #3B5998;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.detail_blockT ul.text_typeD li p {
    color: #404040;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    line-height: 22px;
    margin-bottom: 15px;
}

.detail_blockT ul.text_typeD li p img {
    margin-right: 10px;
}

.detail_blockT ul.text_typeD li p.p_small {
    font-size: 15px;
    font-weight: 400;
    max-width: 450px;
}

.payment_type {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    height: 100%;
}

.payment_type .nav-pills .nav-link {
    color: #7A7A7A;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Domine', serif;
    padding: 0px;
    display: inline-block;
    background: none;
    border-radius: 0;
    margin-right: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 1px solid #3B5998;
    color: #3B5998;
}

.payment_type .order_detail {
    margin-left: 0;
    width: 100%;
}

.payment_type .order_detail li span.light_text {
    width: 30%;
}

.payment_type p {
    color: #404040;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    margin: 10px 0 0;
}

.payment_type p a {
    color: #3B5998;
    transition: all 0.3s ease-in;
    border-bottom: 1px solid #3B5998;
}

.payment_type p a:hover {
    color: #1e3b77;
}

.payment_type .order_detail li span.bold_text {
    width: 50%;
}

.payment_type .order_detail li + li {
    margin-top: 15px;
}

.payment_type a.confirm_booking {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #FFCD5A, #F1B728);
    padding: 12px 25px;
    display: inline-block;
    transition: all 0.3s ease-in;
    margin-top: 10px;
}

.payment_type a.confirm_booking:hover {
    background-image: linear-gradient(to bottom, #F1B728, #FFCD5A);
}

.list_forBranch {
    width: 100%;
    display: flex;
    align-items: center;
}

.order_detail .list_forBranch li {
    display: flex;
    flex-wrap: wrap;
    line-height: 26px;
    margin: 6px 0 0 !important;
    width: 30%;
}

.order_detail .list_forBranch li span.light_text {
    display: block;
    width: 100%;
}

.order_detail .list_forBranch li span.bold_text {
    display: block;
    width: 100%;
}

.confirm_detail .user_detail {
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    margin: 30px 15px 0;
}

.confirm_detail .user_detail .user_profile .rightBlock .user_idName h6 {
    font-size: 15px;
}

.confirm_detail .user_detail .user_profile .rightBlock .user_idName h6 span {
    font-weight: 600;
    font-size: 16px;
}

.confirm_detail .user_detail .user_profile .rightBlock ul.infoSec li h4 {
    font-size: 15px;
}

.user_detail .user_profile .rightBlock ul.infoSec li p {
    font-size: 17px;
}


/*================ Confirm Detail Page ================*/


/*================ Back To Top ================*/


.cd-top {
    cursor: pointer;
    transition: all 0.3s ease-in;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 1;
    display: none;
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

.cd-top img {
    width: 18px;
}

.cd-top.cd-top--is-visible {
    display: block;
    transition: all 0.3s ease-in;
}

@-webkit-keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-0.6em);
    }
}

/*================ Back To Top ================*/
.my_calender {
    margin-bottom: 70px;
}

.my_calender .table {
    border: 1px solid #E2E2E2;
    margin-bottom: 0;
}

.my_calender .table th {
    border: 1px solid #3B5998;
    border-bottom: 0;
    background: #3B5998;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.my_calender .table td {
    border: 1px solid #E2E2E2;
    border-bottom: 0;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}

.light_bg td {
    background: #E4F2FD;
}

.my_calender .table td a {
    color: #404040;
    transition: all 0.3s ease-in;
}

.my_calender .table td .check_item label {
    width: auto;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.my_calender .table td .check_item input[type="checkbox"] {
    top: 4px;
}

.my_calender .table td .check_item {
    justify-content: center;
}

.my_calender .time_select {
    color: #fff !important;
    background: #3b5998;
    padding: 4px 15px;
    border-radius: 30px;
}

.my_calender .time_active {
    color: #1e3b77;
}

.my_calender .time_defult {
    color: #868686;
}

.my_calender td a:hover {
    color: #fff;
    background: #3b5998;
    padding: 4px 15px;
    border-radius: 30px;
}


.mobile_filter {
    margin-top: 10px;
}

.mobile_filter .filter_wrap .search_serv {
    background: #fff;
    padding: 15px;
    width: 83%;
    height: 100%;
}

#mySidenav2 .search_serv {
    height: 100%;
    overflow-y: scroll;
}

.mobile_filter .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    box-shadow: 0 3px 34px rgba(0, 0, 0, 0.06);
    border-radius: 0;
}

.mobile_filter .sidenav a {
    padding: 8px 0;
    text-decoration: none;
    font-size: 18px;
    color: #404040;
    display: block;
    transition: 0.3s;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

#mySidenav a:hover {
    color: #3B5998;
}

.mobile_filter .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 70%;
    font-size: 24px;
    color: #3B5998;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.mobile_filter .sidenav .closebtn img {
    margin-right: 2px;
}

.mobile_filter #mobile_sort_filter {
    transition: margin-left .5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_filter #mobile_sort_filter a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 6px 10px;
    border-radius: 2px;
    width: 48%;
    text-align: center;
}

.mobile_filter #mobile_sort_filter a.sort_mobile {
    background: #3b5998;
}

.mobile_filter #mobile_sort_filter a.filter_mobile {
    background: #009900;
}

.mobile_filter #mobile_sort_filter a.sort_mobile:hover {
    background: #1e3b77
}

.mobile_filter #mobile_sort_filter a.filter_mobile:hover {
    background: #007700
}

.appointments_add {
    text-align: center;
}

.appointments_add img.addAppoi {
    margin-bottom: 20px;
}

.appointments_add p {
    margin-bottom: 0;
}

.appointments_add p a {
    color: #3B5998;
    transition: 0.3s;
    border-bottom: 1px solid #3B5998;
}

.appointments_add p a:hover {
    color: #1e3b77;
}


.mobile_filter .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 auto 0 0;
}

.mobile_filter .modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(-100%, 0) scale(1);
    transform: translate(-100%, 0) scale(1);
}

.mobile_filter .modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile_filter .modal-dialog-slideout .modal-content {
    height: 100vh;
    border-radius: 0;
    border: none;
    width: 80%;
}

.mobile_filter .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

.mobile_filter .modal-header .close {
    opacity: 1;
}

.mobile_filter .modal-body {
    padding-top: 0;
    overflow-y: scroll;
}

.mobile_filter .modal-body .search_serv a {
    padding: 8px 0;
    text-decoration: none;
    font-size: 18px;
    color: #404040;
    display: block;
    transition: 0.3s;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.mobile_filter .modal-body .search_serv a:hover {
    color: #3b5998;
}

.mobile_filter .modal-body .search_serv {
    width: 100%;
    box-shadow: none;
    padding: 0;
}

.mobile_filter .modal-body .filter_wrap .search_serv .card-header a {
    padding: 8px 5px 8px 25px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: auto;
    max-width: 350px;
    max-height: 400px;
    overflow: auto;
}

.call_withCode .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #404040;
    font-size: 16px;
    white-space: nowrap;
}

.call_withCode .callingCode {
    font-style: normal;
}

.call_withCode #btn-country {
    height: 60px;
    border-radius: 3px;
    border: 1px solid #3B5998;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #404040;
    font-size: 18px;
    width: 100%;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.invalid-feedback {
    display: block !important;
}

.messages {
    display: block !important;
    margin: 20px 0px;
    font-size: 16px;
}

.search_serv .clrF_btn {
    border: 1px solid #3B5998;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #3B5998;
    font-size: 18px;
    width: 100%;
    padding: 10px 18px;
    background: none;
    border-radius: 0;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
}

.search_serv .clrF_btn:hover {
    background: #2b3f69;
    color: #fff;
}

.search-controls {
    margin-top: 20px;
}

#apply-filters {
    background-color: #009900;
    color: white;
    border: none;
    border-radius: 2px;
    box-shadow: -1px 4px 10px #4a494980;
    margin-top: 20px;
}

#apply-filters:hover {
    box-shadow: none;
}

.register-icons {
    width: 100px;
}

.filter_wrap .booking_block .user_detail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.controls {
    width:16px;
}
.page-item.active .page-link {
    background-color:#4065b3!important;
    border-color: #4065b3;

}
.page-link {
    color:black;
}
