@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: "HelveticaNeue";
    src: url("HelveticaNeue-BoldCond.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
}

html,
body {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.inner_container {
    max-width: 1392px;
    margin: 0 auto;
}

.main_header {
    width: 100%;
    padding: 14px 0 !important;
    background: #fff;
    margin: 0;
    border: none;
    border-radius: 0px;
}

.main_header .inner_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_header .brand_logo {
    display: flex;
    align-items: center;
    padding: 0;
    height: auto;
}

.main_header .brand_logo img {
    flex-shrink: 0;
}

.main_header .brand_logo .logo {
    height: 52px;
}

.main_header .brand_logo .logo_text {
    height: 34px;
    margin-left: 18px;
}

.main_header .navbar-toggle {
    outline: none;
    margin: 0;
    background: none;
    border: none;
}

.main_header .navbar-toggle:hover {
    background: none;
}

.main_header .navbar-toggle:focus {
    background: none;
    border: none;
}

.main_header .navbar-collapse {
    border: none;
    padding: 0;
}

.main_header ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.main_header ul li {
    position: relative;
}

.main_header ul li .nav-link {
    color: #111111;
    font-size: 0.875em;
    margin-right: 0px;
    transition: color 0.3s ease-in-out;
}

.main_header ul li .nav-link:hover {
    color: #2fc88a !important;
    transition: color 0.3s ease-in-out;
    background: none !important;
}

.phone_signin_btn {
    font-size: 1em;
    border: 2px solid #004c37;
    border-radius: 25px;
    padding: 5px 23px;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
    background: #004c37;
    color: #fff;
    display: none;
}

.main_header ul li .nav_btn {
    font-size: 1em;
    border: 2px solid #004c37;
    border-radius: 25px;
    padding: 5px 23px;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
    background: #004c37;
    color: #fff;
}

.main_header ul li .nav_btn:hover, .main_header ul li .nav_btn:focus {
    color: #004c37;
    background: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #2fc88a !important;
    background: none;
    outline: none;
}

.main_header.navbar-inverse .navbar-nav > li > a:focus {
    color: #2fc88a;
}

.main_header ul li.drop_down .dropdown_menu {
    width: 200px;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 3px 6px #0002;
    display: none;
}

.main_header ul li.drop_down:hover .dropdown_menu {
    display: block;
}

.main_header ul li.drop_down .dropdown_menu li a {
    display: block;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.main_header ul li.drop_down .down_arrow {
    position: absolute;
    top: 14px;
    right: 2px;
}

.main_header ul li.drop_down .down_arrow img {
    height: 10px;
}

.white_rect_btn {
    background: #fff;
    color: #004c37 !important;
    padding: 5px 18px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.wrapper {
    width: 100%;
}

.wrapper .sub_navbar {
    width: 100%;
    background: #2fc88a;
    /*background: transparent;*/
    padding: 10px 0px 6px;
    position: relative;
    border: none;
    border-radius: 0px;
}

/*.wrapper .sub_navbar:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  width: 100%;
  background: #2fc88a;
  z-index: -1;
}*/
.wrapper .sub_navbar ul {
    /*display: flex;*/
    /*align-items: flex-start;*/
    margin: 0;
}

.wrapper .sub_navbar ul li {
    /*flex-shrink: 0;*/
}

.wrapper .sub_navbar ul li.active {
    background: #fff;
    color: #004c37;
    border-radius: 4px;
}

.wrapper .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.wrapper .sub_navbar .collapse.navbar-collapse {
    padding: 0;
    border: none;
    margin: 0;
    overflow: unset;
    box-shadow: none;
}

.wrapper .sub_navbar .navbar-toggle {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    padding: 15px 0 0;
}

.sub_navbar .phone_view_btn {
    font-size: 1em;
    color: #fff;
    margin-left: 12px;
    text-decoration: none;
    font-width: normal;
    transition: all 0.3s;
    padding: 6px 15px 4px;
    text-transform: capitalize;
    border-radius: 4px;
    display: none;
}

.phone_view:hover {
    background: #fff;
    color: #004c37;
}

.wrapper .sub_navbar ul li a {
    font-size: 1em;
    color: #fff;
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    font-width: normal;
    transition: all 0.3s;
    padding: 5px 15px;
    text-transform: capitalize;
}

.wrapper .sub_navbar ul li a:hover {
    background: #fff;
    border-radius: 4px;
    color: #004c37;
}

.wrapper .sub_navbar ul li .all_btn {
    margin-right: 0;
}

.wrapper .sub_navbar ul li:last-child {
    margin-left: auto;
}

/*Dropdown*/
.custom_dropdown_btn {
    position: relative;
}

.custom_dropdown_btn .phone_dropdown_btn {
    position: absolute;
    z-index: 9;
    right: 0;
    display: none;
}

.wrapper .sub_navbar .custom_dropdown_content {
    width: 250px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 6px #0004;
    display: none;
    z-index: 9;
    overflow: unset;
}

.wrapper .sub_navbar .custom_dropdown_content.show {
    display: block;
}

.wrapper .sub_navbar .custom_dropdown_content li a {
    display: block;
    padding: 14px;
    color: #000;
    text-decoration: none;
    margin: 0;
    border-radius: 0px;
}

.wrapper .sub_navbar .custom_dropdown_content li a:hover {
    background: #eaeaea;
}

.custom_dropdown_btn:hover > .custom_dropdown_content {
    display: block;
}

.inner_scroll {
    max-height: 180px;
    overflow-y: auto;
}

.inner_scroll::-webkit-scrollbar {
    width: 4px;
}

.inner_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.inner_scroll::-webkit-scrollbar-thumb {
    background: #8882;
}

.wrapper .home_banner {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #111;
}

.wrapper .home_banner .inner_container {
    display: flex;
    align-items: flex-start;
}

.wrapper .home_banner .inner_container .banner_text {
    width: 60%;
    padding: 64px 0 82px 0;
}

.wrapper .home_banner .inner_container .banner_text h1 {
    color: #2fc88a;
    font-size: 85px;
    font-family: "HelveticaNeue";
}

.wrapper .home_banner .inner_container .banner_text h1 span {
    font-size: 119px;
    color: #004c2c;
    display: block;
    line-height: 104px;
    margin: 8px 0 0;
}

.wrapper .home_banner .inner_container .banner_text .bn_text {
    font-size: 1.375em;
}

.wrapper .home_banner .inner_container .banner_text .search_box {
    width: 100%;
    position: relative;
    background: #337064;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 28px 0;
}

.wrapper .home_banner .inner_container .banner_text .search_box input {
    height: 86px;
    width: 100%;
    border: none;
    border-radius: 10px;
    color: #111111;
    font-weight: 400;
    font-size: 1.5em;
    outline: none;
    padding: 16px 75px 16px 30px;
}

.wrapper .home_banner .inner_container .banner_text .search_box input::placeholder {
    color: #111111;
}

.wrapper .home_banner .inner_container .banner_text .search_box button {
    height: 100%;
    width: 80px;
    position: absolute;
    background: none;
    outline: none;
    border: none;
    right: 10px;
}

.wrapper .home_banner .inner_container .banner_text .sm_text {
    font-size: 1em;
    color: #111111;
}

.wrapper .home_banner .inner_container .banner_img {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.wrapper .home_banner .inner_container .banner_img::after {
    content: "";
    background: url("../images/cv.png") no-repeat left;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-size: contain;
}

.wrapper .home_banner .inner_container .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*button*/
.btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0;
}

.btn_group button {
    padding: 14px 28px;
    font-size: 1.125em;
    color: #37a000;
    background: #fff;
    /*border: 1px solid #ddd;*/
    border: 1px solid #37a000;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 8px;
    transition: all 0.2s;
}

.btn_group button:hover {
    /*background: #f9f9f9;*/
    background: #37a000;
    color: #fff;
}

.wrapper .well_we {
    width: 100%;
    padding: 86px 0;
}

.wrapper .well_we ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.wrapper .well_we ul li {
    padding: 32px;
    width: calc(25% - 26px);
    border-radius: 10px;
    filter: drop-shadow(0.347px 1.97px 19px rgba(93, 140, 178, 0.13));
    background-color: #ffffff;
    min-height: 274px;
}

.wrapper .well_we ul li:first-child {
    min-height: auto;
}

.wrapper .well_we ul li h1 {
    color: #2fc88a;
    font-size: 54px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.wrapper .well_we ul li h1 b {
    font-weight: 600;
}

.wrapper .well_we ul li p {
    font-size: 1.25em;
    color: #111111;
    margin: 24px 0 24px;
    text-align: center;
    text-transform: uppercase;
}

.wrapper .well_we ul li span {
    display: block;
    text-align: center;
    color: #3c3c3c;
    font-size: 0.875em;
    text-transform: none;
}

.wrapper .well_we ul li:first-child {
    filter: none;
}

.wrapper .well_we ul li:first-child h1 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    font-weight: 700;
}

.wrapper .title {
    text-align: center;
    color: #111111;
    font-size: 1.875em;
    font-weight: 600;
}

.wrapper .popular_services {
    width: 100%;
    padding: 0 0 64px;
}

.wrapper .popular_services ul {
    width: 100%;
    padding: 60px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.wrapper .popular_services ul li {
    width: calc(25% - 20px);
    filter: drop-shadow(0.105px 5.999px 4.5px rgba(44, 44, 44, 0.06));
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.5s;
}

.wrapper .popular_services ul li:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0px 9px rgba(44, 44, 44, 0.08));
}

.wrapper .popular_services ul li a {
    text-decoration: none;
    display: block;
}

.wrapper .popular_services ul li .icon {
    background: #337064 url("../images/mesh.png") no-repeat center;
    background-size: cover;
    text-align: center;
    height: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .popular_services ul li .icon img {
    width: 110px;
}

.wrapper .popular_services ul li p {
    font-size: 1.125em;
    color: #111111;
    text-align: center;
    padding: 18px;
    margin: 0;
}

.wrapper .popular_services h4 {
    color: #111111;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.wrapper .popular_services h4 a {
    color: #2fc88a;
}

img {
    max-width: 100%;
}

.hiw {
    padding: 55px 0;
}

@media (min-width: 1800px) {
    .cstm_container {
        max-width: 1411px;
        width: 100%;
        margin: 0 auto;
    }
}

.hiw h2 {
    text-align: center;
}

.creamy_bg {
    background: #fbf7ed;
}

.cards_row {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wht_card {
    background: #fff;
    width: calc(25% - 15px);
    min-height: 340px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.wht_card:hover {
    /*background: #fbf7ed;*/
    background: #2fc88a;
    color: #fff;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.wht_card:hover .img_circle {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.wht_card h3 {
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
}

.wht_card p {
    text-align: center;
    font-size: 14px;
}

.img_circle {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    display: inline-flex;
    background-color: #fbf7ed;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.img_circle img {
    height: 50px;
}

.faq {
    padding: 55px 0 80px;
}

.faq .title {
    text-align: center;
    margin-bottom: 60px;
}

.faq_row {
    max-width: 884px;
    width: 100%;
    margin: 0 auto;
    display: table;
}

.faq_row .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border: none;
}

.faq_row .card-header {
    background-color: transparent;
    border: none;
}

.faq_row .card-header button {
    font-size: 20px;
    color: #55c451;
    background: none;
    text-align: left;
    position: relative;
    white-space: unset;
}

.faq_row .card-header button:focus {
    outline: none;
    box-shadow: 0px 0px 0px #fff;
}

.faq_row .card-header button.collapsed {
    color: #111;
    text-align: left;
    background: none;
}

.faq_row .card-body {
    padding: 1.25rem 34px;
}

.faq_row .card-body p {
    line-height: 31px;
}

.faq_row .card-header button:after {
    content: "∟";
    font-size: 26px;
    color: #55c451;
    float: right;
    line-height: normal;
    transform: rotate(135deg);
    margin-top: 6px;
}

.faq_row .card-header button.collapsed:after {
    content: "∟";
    /* Unicode character for "minus" sign (-) */
    color: #111;
    transform: rotate(-45deg);
    margin-top: -9px;
}

/*===============manish==================================*/
.trusted_wrap {
    text-align: center;
    padding: 50px 0px;
    background: #fbf7ee;
}

.trusted_wrap h1 {
    margin-bottom: 40px;
}

.trusted_wrap .trust_brands {
    display: flex;
    justify-content: space-between;
}

.trusted_wrap .trust_brands .trust_brand_col {
    display: flex;
    align-items: center;
}

.trusted_wrap .trust_brands .trust_brand_col img {
    width: 190px;
}

.links_wrapper {
    /*padding: 100px 0px 70px;*/
    padding: 100px 0px 0px;
}

.links_wrapper h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 500;
}

.links_wrapper .links_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.links_wrapper .links_row .link_col {
    width: calc(25% - 15px);
}

.links_wrapper .links_row .link_col a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #222;
}

.links_wrapper .links_row .link_col a:hover {
    color: #008329;
    text-decoration: underline;
}

.browse_btn_wrp {
    text-align: center;
}

.browse_btn_wrp.space_top {
    padding-top: 32px;
}

.browse_btn_wrp .browse_btn {
    padding: 10px 10px;
    font-size: 1.125em;
    color: #37a000;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    min-width: 185px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}

.browse_btn_wrp .browse_btn:hover {
    background: #37a000;
    color: #fff;
    border-color: #37a000;
}

.footer_wrapper {
    background: #494949;
}

.footer_wrapper .footer_top {
    text-align: center;
    padding-top: 20px;
}

.footer_wrapper .footer_top h4 {
    font-size: 1.125em;
    color: #e0e0e0;
    padding-bottom: 20px;
    border-bottom: 1px solid #60676a;
    font-weight: normal;
}

.footer_wrapper .footer_top h4 a {
    color: #e0e0e0;
    margin: 0px 5px;
    text-decoration: underline;
    font-weight: 500;
}

.footer_wrapper .footer_links {
    display: flex;
    justify-content: space-around;
    padding: 50px 0px;
}

.footer_wrapper .footer_links .footer_links_col h4 {
    color: #fff;
    font-weight: normal;
    font-size: 1.125em;
    margin-bottom: 20px;
}

.footer_wrapper .footer_links .footer_links_col a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.footer_wrapper .footer_links .footer_links_col a:hover {
    text-decoration: underline;
}

.footer_wrapper .footer_social {
    padding: 10px 0px;
    border-bottom: 1px solid #60676a;
    border-top: 1px solid #60676a;
    display: flex;
    justify-content: space-between;
}

.footer_wrapper .footer_social .footer_social_col {
    display: flex;
    align-items: center;
}

.footer_wrapper .footer_social .footer_social_col h4 {
    color: #fff;
    font-weight: normal;
    font-size: 1.125em;
    margin-right: 48px;
}

.footer_wrapper .footer_social .footer_social_col ul {
    margin: 0;
}

.footer_wrapper .footer_social .footer_social_col ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer_wrapper .footer_social .footer_social_col ul li a {
    color: #fff;
    background: #5a5a5a;
    border-radius: 50%;
    padding: 10px;
    display: block;
    height: 38px;
    width: 38px;
    line-height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer_wrapper .footer_social .footer_social_col ul li a .up-icon {
    width: 18px;
}

.footer_wrapper .footer_social .footer_social_col ul li a .up-icon svg {
    fill: #fff;
}

.footer_wrapper .footer_btm {
    text-align: center;
    padding: 50px 0px;
}

.footer_wrapper .footer_btm p {
    color: #fff;
    font-size: 1.125em;
}

.align_center .modal-dialog {
    margin: 100px auto 0;
}

.popular_data {
    display: flex;
    margin: 10px 0 0;
}

.popular_data span {
    font-size: 16px;
    color: #111;
}

.popular_data ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.popular_data ul li {
    padding-left: 8px;
    flex-shrink: 0;
}

.popular_data ul li a {
    font-size: 14px;
    color: #111;
}

.hidden {
    display: none !important;
}


.prov_form {
    max-width: 680px;
    margin: 0 auto;
}

.prov_form .help-block {
    text-align: left;
}

.prov_form label {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}


/*=======23/02/2021========dots=====*/

.v-position{position: relative;}
@keyframes dot-keyframes {
	0% {
		opacity: .4;
		transform: scale(1, 1);
	}

	50% {
		opacity: 1;
		transform: scale(1.2, 1.2);
	}

	100% {
		opacity: .4;
		transform: scale(1, 1);
	}
}

.loading-dots {
	text-align: center;
    display: flex;
    position: absolute;
    left: 322px;
    top:43px;
}

.loading-dots--dot {
	animation: dot-keyframes 2s infinite ease-in-out;
	background-color: #111111;;
	border-radius: 10px;
	display: inline-block;
	height: 3px;
	width: 3px;

}

.loading-dots--dot:nth-child(2) {
	animation-delay: .7s;
    margin: 0 4px;
}

.loading-dots--dot:nth-child(3) {
	animation-delay: 1.5s;
}

/*========new section =======*/

.content-vfs h3{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    color: #111111;
    margin: 0;
    
}


.v-raiting{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    flex-wrap: wrap;
}

.rates-outer{display: flex;width: 100%;}

.v-sml.bold {
    font-weight: 700;
    font-size: 12px;
}
.v-sml.bold.side-spacing {
    margin-right: 5px;
}
.v-sml.grey {
    color: #656565;
    font-size: 11px;
}

.v-mrkt-outer{
    width: 1100px;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 20px 0 10px 0;
}

.v-mrkt-outer > ul{
    display: flex;
    width: 2180px;
}

.v-raiting > ul {display: flex;list-style: none;padding: 0;margin: 0;}

.v-raiting ul li i.fa-star{color:#2fc88a;}
.v-raiting ul li:last-child i.fa-star{color: #ccc;}
.icon {display: inline-block;margin-right: 5px;}
.v-paragraph{font-size: 14px;color: #111111;padding: 15px 0;
    margin: 0;}

.v-mrkt-outer > ul > li{width: 25%;padding: 0 15px;}
.v-contentouter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 194px;
    padding: 18px 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px #000;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow .5s ease,-webkit-transform .5s ease;
    transition: box-shadow .5s ease,-webkit-transform .5s ease;
    transition: box-shadow .5s ease,transform .5s ease;
    transition: box-shadow .5s ease,transform .5s ease,-webkit-transform .5s ease;
    color: #222;
    font-weight: 400;
}

.v-contentouter:hover {
    border: 1px #000;
    box-shadow: 0 1px 15px 0 rgba(29,67,84,.15);
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
    color: #222;
    text-decoration: none;
}





#scrl-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#scrl-style::-webkit-scrollbar
{
	width: 2px;
    height: 3px;
	background-color: #F5F5F5;
}

#scrl-style::-webkit-scrollbar-thumb
{
	background-color: #111111;
}

.img-one img{
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 5px;
    object-fit: cover;
}

/* .vs-two{
    margin-left: -15px;
}
.vs-three{
    margin-left: -10px;
} */

/* .v-imgouter{display: flex;margin-top: 10px;} */



.prson-info{display: flex;flex-wrap: wrap;justify-content: space-between;}
/* .location-v{width: 100%;}
 */
 .sm-vtxt{font-size: 12px;}
.person-face{display: flex;}
.v-imgouter, .img-one, .prson-info{
    display: flex;
    width: 100%;
}
.location-v ul{padding: 0;margin: 0;list-style: none;}
.content-vfs{
    align-self: center;
    margin-left: 10px;
}
.info-content{padding-top: 10px;}
.v-raiting > ul li {padding-right: 3px;}
.v-raiting > ul li:last-child{padding-right: 0;}
.v-tags > ul {display: flex;list-style: none;padding: 0;margin: 0;}
.v-tags > ul > li {min-width: 100px;margin-right: 8px;}
.v-tags > ul > li > a{display: inline-block;border: 1px solid #c1c1c1;border-radius: 50px;padding: 5px 5px;width: 100%;text-align: center;
    font-size: 13px;
    color: #111111;}
.location-v > ul >li {text-align: right;}    




@media screen and (max-width: 1680px) {
    .inner_container {
        max-width: 1170px;
    }

    .main_header {
        padding: 12px 0;
    }

    .main_header .brand_logo .logo {
        height: 42px;
    }

    .main_header .brand_logo .logo_text {
        height: 24px;
        margin-left: 14px;
    }

    .wrapper .sub_navbar ul {
        overflow: unset;
        /*overflow-x: auto;*/
        /*overflow-y: visible !important;*/
    }

    .wrapper .sub_navbar ul::-webkit-scrollbar {
        display: none;
    }

    .wrapper .sub_navbar ul li {
        /*flex-shrink: 0;*/
    }

    .wrapper .sub_navbar ul li a {
        margin-right: 0;
        font-size: 14px;
    }

    .wrapper .home_banner .inner_container .banner_text {
        width: 55%;
        padding: 64px 0 82px 0;
    }

    .wrapper .home_banner .inner_container .banner_text h1 {
        font-size: 65px;
    }

    .wrapper .home_banner .inner_container .banner_text h1 span {
        font-size: 80px;
        line-height: 86px;
    }

    .banner_text h1 span a {
        display: inline-flex;
        position: relative;
        bottom: -4px;
    }

    .wrapper .home_banner .inner_container .banner_text h1 span svg {
        height: 80px;
    }

    .wrapper .home_banner .inner_container .banner_text .bn_text {
        font-size: 1.125em;
    }

    .wrapper .home_banner .inner_container .banner_text .search_box input {
        height: 60px;
        font-size: 1.125em;
        padding: 8px 75px 8px 16px;
    }

    .wrapper .home_banner .inner_container .banner_text .search_box button img {
        height: 26px;
    }

    .wrapper .home_banner .inner_container .banner_img {
        width: 45%;
    }

    .wrapper .well_we ul li {
        padding: 24px;
        width: calc(25% - 20px);
        min-height: 240px;
    }

    .wrapper .well_we ul li h1 {
        font-size: 42px;
    }

    .wrapper .well_we ul li p {
        font-size: 1.125em;
        margin: 24px 0 20px;
    }

    .wrapper .well_we ul li:first-child h1 {
        font-size: 34px;
    }

    .wrapper .title {
        font-size: 1.5em;
    }

    .wrapper .popular_services ul li .icon {
        height: 160px;
    }

    .wrapper .popular_services ul li p {
        font-size: 1em;
        padding: 16px;
        text-transform: capitalize;
    }

    .wrapper .popular_services h4 {
        font-size: 1.125em;
    }

    .trusted_wrap .trust_brands .trust_brand_col img {
        width: 150px;
    }

    .links_wrapper {
        padding: 100px 0px 0px;
    }

    .links_wrapper h2 {
        font-size: 1.125em;
    }

    .links_wrapper .links_row .link_col a {
        font-size: 0.875em;
    }

    .links_wrapper .browse_btn_wrp .browse_btn {
        font-size: 0.875em;
    }

    .footer_wrapper .footer_top h4 {
        font-size: 0.813em;
    }

    .footer_wrapper .footer_links .footer_links_col h4 {
        font-size: 0.875em;
    }

    .footer_wrapper .footer_links .footer_links_col a {
        font-size: 0.813em;
    }

    .footer_wrapper .footer_social .footer_social_col h4 {
        font-size: 0.875em;
    }

    .footer_wrapper .footer_social .footer_social_col ul li a {
        height: 35px;
        line-height: 20px;
    }

    .footer_wrapper .footer_social .footer_social_col ul li a .up-icon {
        width: 15px;
    }

    .footer_wrapper .footer_btm p {
        font-size: 0.875em;
    }

    .wht_card {
        min-height: 328px;
    }
}

@media screen and (max-width: 1200px) {
    .inner_container {
        max-width: 100%;
        padding: 0 15px;
    }

    .wrapper .sub_navbar {
        padding: 8px 15px;
    }

    .wrapper .sub_navbar ul li a {
        font-size: 0.875em;
        margin-right: 20px;
    }

    .wrapper .home_banner .inner_container .banner_text {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .wrapper .home_banner .inner_container .banner_text h1 {
        font-size: 40px;
    }

    .wrapper .home_banner .inner_container .banner_text h1 span {
        font-size: 50px;
        line-height: 56px;
        margin: 5px 0 0;
    }

    .wrapper .home_banner .inner_container .banner_text h1 span svg {
        height: 50px;
    }

    .wrapper .home_banner .inner_container .banner_text .bn_text {
        font-size: 1.125em;
    }

    .wrapper .home_banner .inner_container .banner_text .search_box {
        width: 70%;
        margin: 20px 0;
        padding: 8px;
        border-radius: 8px;
    }

    .wrapper .home_banner .inner_container .banner_text .search_box input {
        height: 48px;
        border-radius: 8px;
        font-size: 1em;
        padding: 8px 50px 8px 16px;
    }

    .wrapper .home_banner .inner_container .banner_text .search_box button {
        width: 50px;
        right: 8px;
    }

    .wrapper .home_banner .inner_container .banner_text .search_box button img {
        height: 18px;
    }

    .wrapper .home_banner .inner_container .banner_img {
        width: 100%;
    }

    .wrapper .home_banner .inner_container .banner_img::after {
        background: #ffffffb5;
        z-index: 1;
        position: absolute;
    }

    .wrapper .well_we ul {
        flex-wrap: wrap;
    }

    .wrapper .well_we ul li {
        padding: 24px;
        width: calc(33.33% - 7.5px);
    }

    .wrapper .well_we ul li h1 {
        font-size: 32px;
    }

    .wrapper .well_we ul li p {
        margin: 16px 0 14px;
    }

    .wrapper .well_we ul li:first-child {
        width: 100%;
        padding: 0 0 24px;
    }

    .wrapper .well_we ul li:first-child h1 {
        font-size: 24px;
    }

    .wrapper .popular_services ul li {
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }

    .cards_row {
        flex-wrap: wrap;
    }

    .cards_row .wht_card {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .trust_brands {
        flex-wrap: wrap;
    }

    .trust_brands .trust_brand_col {
        width: 30%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .main_header {
        padding: 8px 0 !important;
    }

    .align_center .modal-dialog {
        margin: 80px 16px 16px;
    }

    .main_header .brand_logo {
        padding: 0;
        margin: 6px 0 0;
    }

    .main_header .brand_logo .logo {
        height: 30px;
        width: auto;
    }

    .main_header .brand_logo .logo_text {
        height: 18px;
        margin-left: 8px;
    }

    .main_header ul {
        display: block;
        padding: 15px 0 0;
    }

    .main_header ul li {
        display: block;
        margin: 0;
    }

    .main_header ul li .nav_btn {
        display: block;
        text-align: center;
        display: none;
    }

    .phone_signin_btn {
        display: inline-block;
        margin-right: 12px;
    }

    .main_header ul li .nav-link {
        margin: 0;
        display: block;
        padding: 10px 0px;
        text-align: left;
    }

    .main_header ul li.drop_down .down_arrow {
        right: 0;
        width: 40px;
        top: 0;
        height: 40px;
        text-align: right;
        line-height: 40px;
        z-index: 2;
    }

    .main_header ul li.drop_down .dropdown_menu {
        width: 100%;
        position: static;
        box-shadow: none;
    }


    .wrapper .title {
        font-size: 1.2em;
    }

    .wrapper .sub_navbar {
        padding: 0px;
    }

    .sub_navbar .phone_view_btn {
        display: inline-block;
    }

    .sub_navbar ul li.dsk_view {
        display: none;
    }

    .wrapper .sub_navbar ul {
        margin-left: -15px;
        margin-right: -15px;
        padding: 12px 0 0;
    }

    .wrapper .sub_navbar ul li a {
        font-size: 0.875em;
        margin-right: 0px;
        display: block;
        padding: 8px 15px;
        border-radius: 0px;
    }

    .wrapper .sub_navbar ul li a:hover {
        border-radius: 0px;
    }

    .wrapper .sub_navbar ul {
        /*overflow-x: auto; */
    }

    .wrapper .home_banner .inner_container .banner_text {
        padding: 48px 0 48px 0;
    }

    .wrapper .home_banner .inner_container .banner_text .search_box {
        width: 100%;
    }

    .wrapper .well_we {
        padding: 40px 0;
    }

    .wrapper .well_we ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper .popular_services {
        padding: 0 0 40px;
    }

    .wrapper .popular_services ul {
        padding: 40px 0 20px;
    }

    .wrapper .popular_services ul li {
        width: 100%;
        margin-bottom: 16px;
    }

    .hiw {
        padding: 30px 0;
    }

    .cards_row {
        justify-content: center;
        margin-top: 30px;
    }

    .container {
        max-width: 100%;
    }

    .faq .faq_row .card-header {
        padding: 12px 0px;
    }

    .faq .faq_row .card-header button {
        padding: 0 30px 0 0;
        font-size: 12px !important;
    }

    .faq .faq_row .card-header button:after {
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0px;
    }

    .faq .faq_row .card-body {
        padding: 0px 0px 10px;
    }

    .faq .faq_row .card-body p {
        font-size: 12px !important;
    }

    .cards_row {
        flex-wrap: wrap;
    }

    .cards_row .wht_card {
        width: 100%;
        margin-bottom: 15px;
    }

    .trusted_wrap {
        padding: 50px 0px 10px;
    }

    .trusted_wrap .trust_brands {
        flex-direction: column;
        align-items: center;
    }

    .trusted_wrap .trust_brands .trust_brand_col {
        margin-bottom: 30px;
        width: 100%;
        justify-content: center;
    }

    .trusted_wrap .trust_brands .trust_brand_col img {
        width: 120px;
    }

    .links_wrapper {
        padding: 50px 0px 0px;
    }

    .links_wrapper h2 {
        font-size: 1.2em;
    }

    .links_wrapper .links_row {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .links_wrapper .links_row .link_col {
        width: 100% !important;
    }

    .links_wrapper .links_row .link_col a {
        font-size: 1em !important;
    }

    .footer_wrapper .footer_top h4 {
        font-size: 1em;
        line-height: 26px;
    }

    .footer_wrapper .footer_links {
        flex-direction: column;
        padding: 35px 0px;
    }

    .footer_wrapper .footer_links .footer_links_col h4 {
        font-size: 1em;
    }

    .footer_wrapper .footer_links .footer_links_col a {
        font-size: 1em;
    }

    .footer_wrapper .footer_social {
        flex-direction: column;
    }

    .footer_wrapper .footer_social .footer_social_col {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .footer_wrapper .footer_social .footer_social_col h4 {
        margin-bottom: 20px;
        font-size: 1em;
    }

    .faq {
        padding: 40px 0 50px;
    }

    .faq h2 {
        margin-bottom: 15px;
    }

    .faq .faq_row .card-header button {
        font-size: 16px;
        color: #55c451;
    }

    .btn_group {
        padding: 32px 15px 0;
        flex-wrap: wrap;
    }

    .btn_group button {
        width: 100%;
        margin: 0px;
        font-size: 14px;
    }

    .btn_group button:last-child {
        margin-top: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .wrapper .sub_navbar ul li a {
        font-size: 0.675em;
        margin-right: 6px;
    }
}