html{
    scroll-behavior: smooth;
}
.fs-34-18{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
}
.fs-26-18{
    font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
}
.fs-26-16{
    font-size: clamp(1rem, 0.5657rem + 1.2107vw, 1.625rem) !important;
}
.fs-26-14{
    font-size: clamp(0.875rem, 0.3538rem + 1.4528vw, 1.625rem) !important;
}
.fs-16-14{
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
}
.text-black {
    color: #000 !important;
}
.fw-50{
    font-weight: 50 !important;
}
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}
.fw-1000{
    font-weight: 1000 !important;
}
.lh-1{
    line-height: 1 !important;
}
.lh-1-1{
    line-height: 1.1 !important;
}
.lh-1-2{
    line-height: 1.2 !important;
}
.lh-1-3{
    line-height: 1.3 !important;
}
.lh-1-4{
    line-height: 1.4 !important;
}
.lh-1-5{
    line-height: 1.5 !important;
}
.lh-1-6{
    line-height: 1.6 !important;
}
.lh-1-7{
    line-height: 1.7 !important;
}
.lh-1-8{
    line-height: 1.8 !important;
}
.lh-1-9{
    line-height: 1.9 !important;
}
.lh-2{
    line-height: 2 !important;
}
body {
    background-color: #fefefe;
    color: #555a64;
    /*font-family: "Poppins",sans-serif;*/
    font-family: "Inter", serif;
    font-size: clamp(0.875rem, 0.6983rem + 0.4926vw, 1rem);
    height: 100%;
    /*scroll-padding-top: 5.3625rem;*/
    overflow-x: hidden;
}
.d-none{display:none;}
.add-project{   
 background-color: #243D99;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.add-project:hover{background-color: #243d99cc;border-color: #243d99cc;color: #fff;}
.custom-control-input-main {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-checkbox .custom-control-input-main:checked ~ .custom-control-label::before{
    background-color: #243D99;
    border-color: #243D99
}
.custom-control-input-main:checked ~ .custom-control-label::after{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    left: -22px;
    color: #fff;
}



.custom-control-input{
    z-index: 2;
}
.custom-control-label{
    z-index: 1;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #243D99;
    border-color: #243D99
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e);
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
h1, h2, h3, h4, h5, h6 {
    color: #2c3038;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
p{
    color:#666666;
}
a:hover,
a:focus{
    text-decoration:none;
    outline:none;
}
.section-content p{
    text-align: center;
    color: #000;
}
button:focus {
    outline: 0;
}
.btn.focus, .btn:focus { box-shadow: none; }
.hide{display: none;}

/* Shortcode */

.mh-auto {
	min-height: auto;
}
.display-5 {
	font-size: 21px; 
	line-height: 32px;
}
.form-control.custom-height {
	height: auto;
	margin-top:5px;
}
.bg-theme {
	background-color: #243D99;
}
.bg-grey {
	background-color: #f2f2f2;
}
.badge-prof {
	background-color: #243D99;
}
.badge-user {
	background-color: #243D99;
}
.custom-badge-sm {
	padding: 0.23em 0.5em; 
	border-radius: 50em; 
	background: #243D99; 
	color: #fff;
}
.badge-theme {
	background-color: #243D99;
	color: #fff;
}
.btn-theme {
	background-color: #243D99;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-theme:hover, .btn-theme:focus {
	background-color: #243D99;
	opacity: 1;
}
.bootstrap-tagsinput input[type="text"] {
    float: none !important;
}
.block{
    padding:40px 0;
    position:relative;
}
.block.remove-top {
	padding-top:0;
}
.block.no-padding {
	padding-top:0; 
	padding-bottom:0;
}
.block.dark {
	background: #111;
}
.block.gray {
	background: #fafafa;
}
.block.remove-bottom {
	padding-bottom: 0;
}
.hero-section {
    position: relative;
}
/*.providerBanerWrapSec__wr{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}*/
.homeBanerSlider__wr{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.homeBanerSlider__wr .imageWrap__wr{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.homeBanerSlider__wr .imageWrap__wr::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}
.homeBanerSlider__wr .imageWrap__wr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.homeBanerSlider__wr.owl-carousel .owl-stage-outer{
	height: 100%;
}
.homeBanerSlider__wr.owl-carousel .owl-stage{
	height: 100%;
}
.homeBanerSlider__wr.owl-carousel.owl-drag .owl-item{
	height: 100%;
}
.homeBanerSlider__wr .bannerContentWrap__wr{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
/*.homeBanerSlider__wr .bannerContentWrap__wr::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}*/
.homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr{
    width: 58.333333%;
}
.homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    color: #fff;
    font-weight: bold;
    margin-top: 150px;
    margin-bottom: 0;
}
.homeBanerSlider__wr .bannerContentWrap__wr .wrapper__wr{
    width: 41.6666667%;
    height: 100%;
    /*margin-left: 58.333333%;*/
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.homeBanerSlider__wr .bannerContentWrap__wr .rhtImage__wr{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    /* height: 100%; */
}
.homeBanerSlider__wr .bannerContentWrap__wr .rhtImage__wr img{
    width: auto;
}
.homeBanerSlider__wr .bannerContentWrap__wr .name__wr{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
}
.homeBanerSlider__wr .bannerContentWrap__wr .name__wr::before{
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #243D99;
}
/*.home-banner {
    background-image: url("../img/banner.jpg");
    background-size:cover;
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}*/
/*.layer:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    z-index:0;
    width:100%;
    height:100%;
    opacity:0.3;
    background: #000;
}*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    color:#1e1e1e;
}
.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 14px;
    /*min-height: 46px;*/
    padding: 6px 15px;
}
.form-control:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0 none;
}

/*-----------------
    Nav Tabs
-----------------------*/

.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}
.nav-tabs > li > a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: transparent;
    color: #272b41;
}
.nav-tabs.nav-tabs-solid > li > a {
    color: #272b41;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
    background-color: #243D99;
    border-color: #243D99;
    color: #fff;
}
.tab-content {
    padding-top: 20px;
}
.nav-tabs .nav-link {
    border-radius: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #272b41;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
    border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
    color: #272b41;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #243D99;
    border-color: #243D99;
    color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}
.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
    border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li+li > a {
    margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #243D99;
}
.nav-tabs.nav-tabs-bottom > li > a.active, 
.nav-tabs.nav-tabs-bottom > li > a.active:hover, 
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #243D99;
    background-color: transparent;
    transition: none 0s ease 0s; 
    -moz-transition: none 0s ease 0s; 
    -o-transition: none 0s ease 0s; 
    -ms-transition: none 0s ease 0s; 
    -webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}
.nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}

/* Page Loading */

.page-loading {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.page-loading > img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.page-loading > span {
    color: #b3b3b3;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    margin-top: 30px;
    text-decoration: underline;
}
.header{
    background: #fff;
    position: relative;
    border-bottom: 1px solid #9d97974d;
}
.logo img {
    height: auto;
    max-width: 100%;
    max-height: 72px;
}
.logo a {
    float: left;
}
.logo a img {
    float: left;
    max-height: 32px;
}
.section-search {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 150px;
    margin-bottom: 150px;
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
}
.section-search > h1 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.section-search > h1 span {
    color:#243D99;
}
.section-search > p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.search-box {
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 5px;
    display: table;
    padding-left: 15px;
    /*margin-top: 35px;*/
    margin-top: calc(35px + 70px);
}
.search-box input:hover, .search-box input:focus, .search-box .form-control:hover, .search-box .form-control:focus {
    background-color: #fff !important;
}
.search-box form {
    float: left;
    width: 100%;
}
.search-box form select.form-control{
    border: none;
    /*min-height: 57px;*/
    height: 40px;
    text-indent: 25px;
    /*padding-left: 50px;*/
}
.search-box form select.form-control option{}
.search-input {
    float: left;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.search-box ::-webkit-input-placeholder { /* Edge */
    font-size: 16px;
}
.search-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
}
.search-box ::placeholder {
    font-size: 14px;
}
.search-input {
    width:32%;
}
.search-input.line {
    width: 40%;
}
.search-input input, .search-input.line input {
    height: 40px;
    padding:0px 15px 0px 35px;
    border: 0;
}
.search-input.line::before {
    position: absolute;
    right: 0;
    top: -2px;
    bottom: -2px;
    width: 1px;
    /*height: 60px;*/
    background: #ccc;
    content: "";
    z-index: 1;
    /*margin-top: -30px;*/
}
.search-input i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform:translateY(-50%);
    color: #858585;
    font-size: 18px;
}
.search-input .current-loc-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
    color: #858585;
    font-size: 18px;
}
.search-input .current-loc-icon i {
    position: unset;
    transform: unset;
}
.search-input > i.bficon {
    right: inherit;
    left: 15px;
    z-index: 1;
}
.search-input.line > i.bficon {
	left: 0;
}
.search-btn {
    float: right;
    width: 25%;
}
.search-btn .btn {
    width: 100%;
    border: 1px solid #243D99;
    background: #243D99;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 20px;
    height: 40px;
}
.search-btn .btn:hover, .search-btn .btn:hover {
    color: #fff;
}
.search-input.line {
    width: 32%;
}
.search-input {
    width: 28%;
}
.search-input.pr_type{
     width: 22%;
}
.search-btn {
    float: right;
    width: 16%;
}
.search-box form .search-input.pr_type select.form-control{
    text-indent:0;
}
.search-cat span {
    float: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    margin-right: 25px;
}
.search-cat i {
    color: #243D99;
    margin-right: 5px;
}
.search-cat {
    margin-top: 30px;
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    /*align-items: stretch;*/
    /*justify-content: center;*/
    /*padding: 0 10%;*/
}
.search-cat .labelWrap__wr{
    display: inline-flex;
    align-items: flex-start;
}
.search-cat .title__wr{
    display: inline-flex;
    align-items: center;
    padding: 8px 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.search-cat .labelWrap__wr span{
    float: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    margin-right: 25px;
    white-space: nowrap;
}
.search-cat .catWrap__wr{
    display: inline-flex;
    flex-wrap: wrap;
}
.search-cat a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    /*padding: 8px 16px;*/
    padding: 4px 8px;
    border: 1px solid #fff;
    /*border: 1px dashed #fff;*/
    border-radius: 25px;
    margin: 10px 5px;
    opacity: 0.8;
}

#searchResult {
    list-style: none;
    padding: 0px;
    width: 300px;
    position: absolute;
    margin-left: 60px;
    border-radius: 50px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.05);
    background-color: #fff;
    z-index: 9;
    border: none;
	border-top: 0;
}
#searchResult li {
    background: #fff;
    padding: 7px 5px;
    border-bottom: 1px solid #e8ecec;
    font-size: 14px;
}
#searchResult li:hover {
	color: #243d99cc;
	cursor: pointer;
}
.heading {
    padding: 40px 0 50px 30px;
    margin-bottom: 20px;
    background: url(../img/title-image.png) no-repeat left center;
}
.heading.howitworks {
    text-align: center;
    background: url(../img/title-image2.png) no-repeat center center;
    padding-left: 0;
}
.heading h2 {
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    color: #2c3038;
    font-weight: bold;
    margin-bottom: 10px;
}
.heading span {
    font-size: 18px;
    color: #858585;
}
.viewall{
    text-align: right;
    padding: 40px 0 0;
}
.viewall h4{
    margin: 0;
}
.viewall a {
    color: #171717;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
.viewall a:hover{
    color: #243d99cc;
}
.viewall a i{
    font-size: 24px;
    margin-left: 5px;
}
.viewall span{
    color: #f0f0f0;
    font-size: 40px;
    font-weight: 400;
}
.cate-widget {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}
.cate-widget img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    width: 100%;
}
.cate-widget:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.cate-widget:before{
    background: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cate-title {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}
.cate-title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.cate-title h3 span {
    color: #171717;
    display: inline-block;
    background: #fff;
    padding: 8px 10px;
    border-radius: 20px;
}
.cate-title h3 span i{
    color: #243D99;
    font-size:12px;
    margin-right: 3px;
}
.cate-count {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    color: #243D99;
    font-size: 15px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}
.how-work {
    padding: 40px 0;
}
.app-section {
    padding: 40px 0;
    /*background-color:#233C97;*/
    background-image: linear-gradient(50deg, #233c97 0%, #0e3976 100%);
}
.app-section .app-content{
    text-align: center;
}
.app-section .app-content h1{
	color: #fff;
}
.app-section .app-content p:not([class]){
	color: #fff;
}
.app-section .links-list a{
    display: inline-block;
    width: 175px;
}
.app-section .links-list a~a{
    margin-left: 1rem;
}
/*.app-content h1,p{
    color: #fff;
}*/
.timlineWrap__wr{
    position: relative;
}
.timlineWrap__wr .timlineItem__wr{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.timlineWrap__wr .timlineItem__wr::before{
    content: "1";
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 2px solid #c1c1c1;
    background: #f2fbff;
    position: absolute;
    top: 94px;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
    text-align: center;
    color: #222;
    line-height: 51px;
    font-weight: bold;
}
.timlineWrap__wr .timlineItem__wr.timlineItem2::before{
    content: '2';
}
.timlineWrap__wr .timlineItem__wr.timlineItem3::before{
    content: '3';
}
.timlineWrap__wr .timlineItem__wr.itemActive::before,
.timlineWrap__wr .timlineItem__wr.active::before{
    border-color: #243d99;
}
.timlineWrap__wr .timlineItem__wr::after{
    content: '';
    width: 3px;
    height: 110%;
    /*min-height: 292px;*/
    /* background: transparent; */
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 48px;
    /*bottom: 0;*/
    border-left: 2px dotted #ccc !important;
}
.timlineWrap__wr .timlineItem__wr.timlineItem3::after{
    display: none;
}
.timlineWrap__wr .timlineItem__wr .v__wr{
    border-left: 3px solid #243d99;
    height: 0px;
    left: 49.8% !important;
    /* margin-left: 881px; */
    top: 80px;
    transition: 0.9s;
    /* margin: auto; */
    position: absolute;
    z-index: 2;
}
.timlineWrap__wr .timlineItem__wr.active .v__wr{
    height: 100%;
}
.timlineWrap__wr .timlineItem__wr .timelineStep{
    position: absolute;
    z-index: 2;
    top: 46px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem);
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    background: #f2fbff;
    width: 40px;
}
.timlineWrap__wr .timlineItem__wr .timelineIcon__wr{
    display: inline-block;
    width: 250px;
    height: 250px;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 16%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.timlineWrap__wr .timlineItem__wr .timelineIcon__wr::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../img/timline-icon-border.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease 2s;
}
.timlineWrap__wr .timlineItem__wr .timelineIcon__wr:hover::before{
    transform: rotate(360deg);
}
.timlineWrap__wr .timlineItem__wr .timelineIcon__wr::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 170px;
    height: 170px;    
    width: 170px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 9px 3px rgb(0 0 0 / 10%);
    z-index: -1;
}
.timlineWrap__wr .timlineItem__wr .timelineIcon__wr img{
    width: 80px;
}
.timlineWrap__wr .timlineItem__wr .contentWrap__wr{
    width: 50%;
    padding: 50px;
    float: right;
    text-align: center;
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.timlineWrap__wr .timlineItem__wr .contentWrap__wr .title__wr{
    font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
    font-weight: bold;
    color: #212121;
    margin-bottom: 16px;
}
.timlineWrap__wr .timlineItem__wr .contentWrap__wr p:not([class]){}
.timlineWrap__wr .timlineItem__wr .contentWrap__wr .btnParent__wr{}
.timlineWrap__wr .timlineItem__wr .contentWrap__wr .btn-primary{}
.timlineWrap__wr .timlineItem__wr:nth-child(even) .timelineIcon__wr{
    left: auto;
    right: 16%;
}
.timlineWrap__wr .timlineItem__wr:nth-child(even) .contentWrap__wr{
    float: left;
}
.howItworkWrapp__wr{
    position: relative;
    box-sizing: border-box;
    overflow: auto;
    /*float: left;*/
    /*clear: both;*/
}
.howItworkWrapp__wr::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #243D99;
}
.howItworkWrapp__wr ul{
    overflow: auto;
    /*float: left;*/
    /*clear: both;*/
}
.howItworkWrapp__wr ul>li{
    list-style: none;
    position: relative;
    width: 50%;
    padding: 32px 40px;
    box-sizing: border-box;
}
.howItworkWrapp__wr ul>li::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 60px;
    right: -10px;
    background: rgb(36 61 153);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(36 61 153 / 15%);
}
.howItworkWrapp__wr ul>li::after{
    content: '';
    display: inline-block;
    width: 70%;
    height: 2px;
    background: #243d99;
    position: absolute;
    top: 67px;
    right: 0;
}
.howItworkWrapp__wr ul>li .contentWrap__wr{}
.howItworkWrapp__wr ul>li .contentWrap__wr .iconWrap__wr{
    float: none;
    display: inline-block;
    font-size: 65px;
    background: #fff;
    color: #243D99;
    width: 105px;
    height: 105px;
    border: 2px solid #243D99;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    position: relative;
    margin-bottom: 24px;
}
.howItworkWrapp__wr ul>li .contentWrap__wr .iconWrap__wr .steps__wr{
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #243D99;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.howItworkWrapp__wr ul>li .contentWrap__wr .iconWrap__wr img{
    width: 50px;
    height: 50px;
}
.howItworkWrapp__wr ul>li .contentWrap__wr .title__wr{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 16px;
}
.howItworkWrapp__wr ul>li .contentWrap__wr p:not([class]){}

.howworksec {
    text-align: center;
    margin: 40px 0 0;
    position: relative;
    background: url(../img/hiwbg.png) no-repeat center 50px;
    float: left;
    clear: both;
}
.howwork {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.howwork .iconround {
    float: none;
    display: inline-block;
    font-size: 65px;
    background: #fff;
    color: #243D99;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    position: relative;
}
.howwork .iconround .steps {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #243D99;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    top: 15px;
    left: -15px;
}
.howwork .iconround img{
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    margin-top: 10px !important;
}
.howwork .iconround:hover img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.howwork h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #212121;   
    margin-top: 30px;
    margin-bottom: 12px;
}
.howwork p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #8d8d8d;
    margin: 0;
    line-height: 24px;
    padding: 0 20px;
    margin-top: 5px;
}
.footer {
    /*background-color: #fff;
    border-top: 1px solid #e8ecec;*/
    margin-top: -23px;
    background-color: #e8ecec;
    border-top: 1px solid #e8ecec;
}
.view-icons {
    display: inline-flex;
    float: right;
}
.view-icons a {
    font-size: 20px;
}
.view-icons a:hover, .view-icons a:focus  {
    color: #243d99cc;
}
.view-icons a.active {
    color: #243D99;
}
.view-icons a.active:hover, .view-icons a.active:focus {
    color: #243d99cc;
}
.breadcrumb-title h2 {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.3538rem + 1.4528vw, 1.625rem) !important;
    margin: 0;
}
.breadcrumb-title span {
    font-size: 13px;
    color: #8d8d8d;
    margin-top: 9px;
}
.breadcrumbs {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcrumbs li {
    float: left;
    margin: 0;
    position: relative;
    padding: 0 11px;
}
.breadcrumbs li a {
    float: left;
    font-size: 13px;
    color: #8d8d8d;
}
.breadcrumbs li::before {
    position: absolute;
    right: -3px;
    top: 50%;
    content: ">";
    font-size: 10px;
    color: #8d8d8d;
    line-height: 10px;
    margin-top: -3px;
}
.breadcrumbs li:last-child {
    padding-right: 0;
}
.breadcrumbs li:last-child::before {
    display: none;
}
.pagination {
	width: 100%;
    text-align: center;
    margin-top: 40px;
    padding: 0 15px;
}
.pagination > ul {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}
.pagination > ul li {
    float: none;
    display: inline-block;
    margin: 0 1px;
}
.pagination > ul li a {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e8ecec;
    line-height: 34px;
    font-size: 13px;
    color: #8d8d8d;
}
.pagination > ul li span {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e8ecec;
    line-height: 34px;
    font-size: 13px;
    color: #8d8d8d;
}
.pagination > ul li.arrow a{
    background: #f1f1f1;
    font-size: 17px;
    margin: 0 9px;
}

.pagination > ul li.active a {
    background: #243D99;
    border-color: #243D99;
    color: #fff;
}
.chat-scroll {
    max-height: calc(100vh - 255px);
    overflow-y: auto;
}
.pbox {
    float: left;
    width: 100%;
}
.pbox h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
}
.tags {
    float: left;
    width: 100%;
    margin: 0;
}
.tags > li {
    float: left;
    font-size: 13px;
    background: #243D99;
    margin-right: 5px;
    padding: 5px 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 0;
}
.tags > li .tagRemove {
    float: left;
    margin-right: 5px;
}
.tags > li.tagAdd.taglist {
    float: left;
    width: auto;
    background: none;
    padding: 0;
    margin: 0;
}
.tags > li.tagAdd.taglist #search-field {
    width: auto;
    padding: 0;
    margin: 0;
    background: no-repeat;
    float: left;
    line-height: 25px;
}
.pbox:last-child {
    margin-bottom: 0;
}
.dash.dashboradsec {
    float: left;
    width: 100%;
}
.dashboradsec > h3 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    color: #111111;
    margin-bottom: 40px;
}
#read_text{
    display:none;
}
.notcenter {
    float: left;
    width: 100%;
}
.notificationlist {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecec;
    padding-top: 20px;
    position: relative;
}
.notificationlist h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #242423;
    margin: 0;
}
.notificationlist span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #8d8d8d;
    margin-top: 6px;
}
.notificationlist a {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 13px;
    color: #243D99;
    line-height: 20px;
    margin-top: -10px;
}
.notificationlist a i {
    float: left;
    font-size: 17px;
    margin-right: 7px;
}
.notificationlist:first-child {
    padding-top: 0;
}
.notificationlist:last-child {
    padding-bottom: 0;
    border: none;
}
.user-image {
    border-radius: 18px;
    width: 120px;
    margin-right: 15px;
}
.jstinput > a {
    float: none;
    display: inline-block;
    background: #243D99;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
    border-radius: 4px;
}
.jstinput {
    position: relative;
    float: left;
    width: 100%;
}
.jstinput input {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.updatebtn {
    float: left;
    background: #243D99;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #243D99;
    border-radius: 4px;
    -webkit-transition: all 300ms linear 0s; 
    -moz-transition: all 300ms ease-in 0s; 
    -ms-transition: all 300ms ease-in 0s; 
    -o-transition: all 300ms ease-in 0s; 
    transition: all 300ms ease-in 0s;
}
.updatebtn:hover {
    background: transparent;
    color: #243D99;
    border: 1px solid #243D99;
}
.dash-widget {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.dash-widget-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    flex: 0 0 60px;
    margin-right: 10px;
}
.dash-widget-info > span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.dash-widget-info {
    text-align: right;
}
.dash-widget.dash-bg-1 {
    background-color: #243D99;
}
.dash-widget.dash-bg-2 {
    background-color: #323031;
}
.dash-widget.dash-bg-3 {
    background-color: #243D99;
}
.currency {
    float: left;
    font-style: normal;
}
.currency i {
    font-style: normal;
    color: #121212;
}
.pagination > ul li a:hover {
    background: #243D99;
    border-color: #243D99;
    color: #fff;
}
.search-btn button:hover{
    background: #243d99cc;
}
.search-cat a:hover {
    background: #243D99;
    color: #fff;
    border-color: #243D99;
    opacity: 1;
}
.cate-widget:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.howwork:hover > i {
    color: #fb3b44;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #243D99;
    border: 1px solid #243D99;
}
.nav-pills .nav-link.active:hover, .nav-pills .show > .nav-link:hover {
    background: #243D99;
    color: #fff;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    color: #243D99;
    background: #fff;
    border: 1px solid #243D99;
}
.bootstrap-datetimepicker-widget.usetwentyfour {
    display:block;
}

/* Chat */

.contacts_body {
    padding:  0.75rem 0;
    overflow-y: auto;
    white-space: nowrap;
    min-height: 430px;
}
.msg_card_body{
    overflow-y: auto;
}
.card-header {
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
}
.card-footer {
    background-color:#fff;
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}
.type_msg {
    background-color: rgba(0,0,0,0.1) !important;
    border:0 !important;
    overflow-y: auto;
}
.type_msg:focus {
    box-shadow:none !important;
    outline:0px !important;
}
.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.1) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.send_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.1) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.search_btn {
    background-color: transparent;
    border:0 !important;
}
.contacts {
    list-style: none;
    padding: 0;
}
.contacts li {
    margin-bottom: 15px;
}
.contacts li.marking {
	background-color: #f5f5f6;
}
.user_img {
    height: 45px;
    width: 45px;
    border:1.5px solid #f5f6fa;

}
.user_img_msg {
    height: 40px;
    width: 40px;
    border:1.5px solid #f5f6fa;
}
.img_cont {
    position: relative;
    height: 45px;
    width: 45px;
}
.img_cont_msg {
    height: 40px;
    width: 40px;
}
.online_icon {
    position: absolute;
    height: 15px;
    width:15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border:1.5px solid white;
}
.offline{
    background-color: #c23616 !important;
}
.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user_info .user-name {
    color: #2c3038;
}
.user_info span {
    font-size: 16px;
}
.user_info p {
    font-size: 14px;
    color: #8d8d8d;
}
.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #e4e4e4;
    padding: 10px;
    position: relative;
}
.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #243D99;
    color: #fff;
    padding: 10px;
    position: relative;
}
.msg_time {
    color: #1a1a1a;
    font-size: 10px;
    position: relative;
    display:block;
}
.msg_time_send {
    position: relative;
    color:rgba(230, 230, 230, 0.8);
    font-size: 10px;
    display: block;
}
.msg_head {
    position: relative;
}
#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}
.action_menu {
    z-index: 1;
    position: absolute;
    padding: 7px 0;
    background-color: #e4e4e4;
    color: white;
    top: 30px;
    right: 15px;
    display: none;
}
.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.action_menu ul li i {
    padding-right: 10px;
}
.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}
.chat-history-blk ::-webkit-input-placeholder {
    color:#333;
}
.chat-history-blk :-ms-input-placeholder {
    color:#333;
}
.chat-history-blk ::placeholder {
    color:#333;
}
.provider-menu{color: #243D99!important;}

/******sign up modal*****/

.sign-up-rv-h .close {
   color: #fff!important;
    font-size: 35px!important;
}

.sign-up-rv{
    background: #1f2e69!important;
   
}

.sign-up-rv .modal-header{border-bottom: unset!important;padding: 0rem 1rem!important;}
.sign-up-rv .modal-body {
    padding: 1rem 3rem 3rem 3rem;
}

 .radio-design {
    text-align: center;
    margin: auto;
}

.card-design{

  text-align: center;
  background: #ffffff0d;
  box-shadow: 0 0 1px 0 #ffffff;
  padding: 10px 0px 15px 0px;
  background-color: #ffffff59;
  border-radius: 20px;

}

div.radio-with-Icon p.radioOption-Item label span{color: #000; margin-top: 15px; font-size: 15px;}

.radio-design .card-design h1{text-align: center; color: #fff; margin-bottom: 0;}


.radio-design .btn{
  text-align: center; 
  margin: 0 auto; 
  display: block;     
 
  background: #D2A361;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  border: unset;
  cursor: pointer;
  color: #fff;
  width: 90%;
  }
 
div.radio-with-Icon {
  display: block;
  text-align: center;
}
div.radio-with-Icon p.radioOption-Item {
  display: inline-flex;
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  margin: 25px 15px;
  border: none;
}
div.radio-with-Icon p.radioOption-Item label {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid transparent;
  color: #D2A361;
  cursor: pointer;
  opacity: .8;
  transition: none;
  font-size: 13px;
  padding-top: 25px;
  text-align: center;
  margin: 0 !important;
      background: #fff;
}

div.radio-with-Icon p.radioOption-Item label img.icon {
    display: block;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
}


.radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 2px;
    float: right;
    
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    outline: 1px solid green;
    background: green;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
   outline: 2px solid #D2A361;/* focus style */
}
/******end signup modal*****/
/* Modal Wizard */

#modal-wizard .modal-header {
    border-bottom:0px solid transparent;
}
.m-progress-bar {
    min-height: 0.23em;
    background: #243D99;
    width: 5%;
}
.m-progress-stats {
    display: none;
}

#modal-wizard .modal-footer {
    border-top: 0px solid transparent;
}

.header-content-blk h4 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 0px;
}
.header-content-blk h4:after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #727c8e;
    width: 230px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
}
.modal-content {
    border-radius: 30px;
}

.has-error .help-block {
    font-size: 13px;
    margin-top: 7px;
    color: red;
}
.user-notify-blk img {
    width: 60px;
    height: 60px;
}
.user-notify-blk .badge {
    right: 10px;
    top: 23px;
}

/* Price Range Slider */

.range-slider.ui-slider {
    height: 6px;
    background: #efedf3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.range-slider.ui-widget.ui-widget-content {
    border: 0px solid #fff;
    margin-top: 15px;
    margin-bottom: 5px;
}
.range-slider.ui-slider .ui-slider-range {
    background: #243D99;
}
.range-slider.ui-slider .ui-slider-handle {
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: -6px;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.range-slider.ui-slider .ui-slider-handle:focus {
    outline: 0;
}
.range-slider.ui-slider .ui-slider-handle:before {
    content: '';
    position: absolute;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background: #fff;
    left: 4px;
    top: 4px;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.main-nav li.mobile-list {
    display: none;
}
.wallet-img {
    width: 15px;
}
.dropdown.noti-dropdown {
    margin-top: 20px;
}
.noti-dropdown .dropdown-toggle {
    color:#fff;
    font-size: 14px;
    line-height: 23px;
    padding: 0 15px;
}
.noti-dropdown .dropdown-toggle::after {
    display:none;
} 
.noti-dropdown .dropdown-toggle span {
    background-color: #f43f3f;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    position: absolute;
    right: 3px;
    top: 5px;
}
.noti-dropdown .dropdown-toggle i {
    float: right;
    line-height: 50px;
    margin-left: 15px;
    font-size: 21px;
    float: left;
    line-height: 50px;
    color:    #fff;
    margin: 0px;
    margin-left: 0px;
    cursor: pointer;
}
.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}
.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}
.noti-dropdown .dropdown-menu {
    top:63px !important;
    font-size: 14px;
}
.noti-details {
    line-height: 22px;
}
.notification-message {
    margin-bottom: 0;
}

/*-----------------
    Notifications
-----------------------*/

.notifications {
    padding: 0;
}
.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd;
}
.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}
.notifications .media:last-child {
    border-bottom: none;
}
.notifications .media a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}
.notifications .media a:hover {
    background-color: #fafafa;
}
.notifications .media > .avatar {
    margin-right: 10px;
}
.notifications .media-list .media-left {
    padding-right: 8px;
}
.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}
.topnav-dropdown-header, 
.topnav-dropdown-footer {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.topnav-dropdown-footer {
    border-top: 1px solid #eee;
}
.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}
.user-menu.nav > li > a .badge {
    background-color: #f43f3f;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    position: absolute;
    right: 3px;
    top: 6px;
}
.user-menu.nav > li > a > i {
    font-size: 1.5rem;
    line-height: 60px;
}
.noti-details {
    color: #989c9e;
    margin-bottom: 0;
}
.noti-title {
    color: #333;
}
.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative;
}
.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notifications ul.notification-list > li{
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}
.notifications ul.notification-list > li:last-child {
    border-bottom: none;
}
.notifications ul.notification-list > li a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}
.notifications ul.notification-list > li a:hover {
    background-color: #fafafa;
}
.notifications ul.notification-list > li .list-item {
    border: 0;
    padding: 0;
    position: relative;
}
.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
}
.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.noti-time {
    margin: 0;
}
.filter-section {
    border: 1px solid #ededed;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.05);
}
.content {
    /*padding: 50px 0;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
.noti-contents {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    color: #a1a1a1;
    justify-content: center;
}

/*-----------------
    Login
-----------------------*/

.account-page {
    background-color: #fff;
}
.account-page .content {
    padding: 50px 0;
}
.login-header {
    margin-bottom: 20px;
}
.login-header p {
    margin-bottom: 0;
}
.login-header h3 {
    font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
    margin-bottom: 0;
    text-transform: uppercase;
}
.login-header h3 a {
    color: #0de0fe;
    float: right;
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem);
    margin-top: 2px;
}
.login-btn {
    border: 0;
    background-color: #243D99;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}
.login-btn:hover {
    background-color: #243d99cc;
    border: 1px solid #243d99cc;
    color:#fff;
}
.forgot-link {
    color: #3d3d3d;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    border-bottom: 1px dashed;
}
.btn-facebook {
    background-color: #3a559f;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}
.btn-google {
    background-color: #dd4b39;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}
.account-box .form-group {
    margin-bottom: 25px;
}
.account-footer a {
    color: #243D99;
}
.account-footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.account-footer-link a {
    color: #243D99;
}
.account-footer-link a:hover {
    color: #243d99cc;
}
.modal-scroll {
    overflow-y: scroll;
}

/*-----------------
    Footer
-----------------------*/

.account-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 99;
}
.footer .footer-top {
    padding: 40px 0;
}
.footer .footer-top .brand__wr{
    display: inline-block;
    width: 196px;
    margin-bottom: 1rem;
}
.footer .footer-top .brand__wr img{}
.footer-title {
    color: #171717;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.footer .footer-widget.footer-menu .app-img~.app-img{
    margin-top: 1rem;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
}
.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding: 2px;
}
.social-links li a {
    color: #B0B0B0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    transition: all 0.4s ease 0s;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    text-decoration: none;
    }
.footer .footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer .footer-menu ul li a {
    color: #000;
    font-size: 15px;
    transition: all 0.4s ease 0s;
}
.footer .footer-menu ul li a i {
    margin-right: 5px;
}
.footer .footer-widget.footer-menu ul li a:hover {
    color: #000;
    text-decoration: underline;
}
.footer-contact-info {
    color: #000;
    font-size: 15px;
}
.footer-contact-info .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-contact-info p {
    font-size: 14px;
    color: #000;
}
.footer-contact-info .footer-address span {
    margin-right: 20px;
}
.footer-contact-info .footer-address span i {
    color: #243D99;
    font-size: 18px;
}
.footer-contact-info p i {
    color: #243D99;
    font-size: 18px;
    margin-right: 12px;
}
.footer .footer-bottom{
    border-top: 1px solid #d8d8d8;
}
.footer .footer-bottom .copyright {
    border-top: 1px solid #e8ecec;
    padding: 30px 0;
}
.footer .footer-bottom .copyright-text p {
    color: #000;
    font-size: 15px;
}
.footer .footer-bottom .copyright-text p a {
    color: #243D99;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer .footer-bottom .copyright-text p a:hover {
    color: #243D99;
}
.footer .footer-bottom .copyright-text p.title {
    font-weight: 400;
    margin: 10px 0 0;
}
.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .social-icon ul li {
    margin-right: 10px;
}
.footer .social-icon ul li:last-child {
    margin-right: 0;
}
.footer .social-icon ul li a {
    color: #243D99;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    transition: all 0.4s ease 0s;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}
.footer .social-icon ul li a:hover {
    background-color: rgba(255, 0, 128, 0.05);
    color: #243D99 !important;
	text-decoration: none !important;
}
.footer .social-icon ul li a i {
	margin: 0;
}
.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.policy-menu li {
    display: inline-block;
    margin-right: 15px;
}
.policy-menu li:last-child {
    margin-right: 0;
}
.policy-menu li a {
    color: #8d8d8d;
}
.policy-menu li a:hover,
.policy-menu li a:focus {
    color: #243D99;
}
.policy-menu li::after {
    color: #8d8d8d;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}
.policy-menu li:last-child::after {
    content: "";
}
.app-img {
    text-align: left;
}
.app-img img {
    width: 120px;
}

/*-----------------
    Header
-----------------------*/

header.sticktop.navbar-fixed {
    z-index: 1039;
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #151519;
    box-shadow:0 10px 40px rgba(0, 0, 0, 0.05);
}
.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0;
}
.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav > li > a {
    color: #000;
}
.main-nav > li.active > a {
    color: #243D99;
}
.main-nav > li > a::after {
    width: 0;
    background: #243D99;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main-nav > li > a:hover::after, .main-nav > li.active > a::after {
    width: 100%;
    right: auto;
    left: 0;
}
.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%;
    border-top: 1px solid #f0f0f0;
}
.main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}
.main-nav > li .submenu li {
    position: relative;
}
.main-nav li a {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
}
.main-nav li a:hover{
    color: #243D99;
}
.top-menu-active{
    color: #243D99 !important;
}
.main-nav li.login-link {
    display: none;
}
.header .become-provider{

}
.header .become-provider a{
    display: inline-block;
    background-color: #243D99;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 15px;
}
.header .become-provider a:hover,
.header .become-provider a:focus{
    background-color: #243d99cc;
    border-color: #243d99cc;
    color: #fff;
}
.header-navbar-rht {
    margin: 0;
    padding: 0;
}
.header-navbar-rht > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 15px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
    padding-right:0px;
}
.header-navbar-rht > li .dropdown-menu {
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht > li .fa-bell {
    font-size: 24px;
}
.header-navbar-rht > li .fa-comment-dots {
    font-size: 24px;
    color: #243d99;
}
.header-navbar-rht .dropdown-toggle::after {
    display: none;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    font-size: 0.9375rem;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}
.header-navbar-rht > li a.header-login:hover, .header-navbar-rht > li a.header-login:focus {
    background-color: #243d99cc;
    border-color: #243d99cc;
    color: #fff;
}
.header-navbar-rht li > .dropdown-menu a:hover {
    color: #243D99;
    background-color: #fff;
}
.header-navbar-rht li > a.header-login {
    background-color: #243D99;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #858585;
    border-right: 2px solid #858585;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.header-navbar-rht > li.enrolLink a{
    display: inline-block;
    background-color: #243D99;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}
.user-menu.nav > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 60px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
    color: #fff;
}
.user-img {
    display: inline-block;
    position: relative;
}
.user-img > img {
    height: 31px;
    object-fit: cover;
    width: 31px;
}
.user-menu.nav > li > a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}
.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
    color: #243D99;
}
.user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
}
.user-header .user-text {
    margin-left: 10px;
}
.user-header .user-text h6 {
    font-size: 15px;
    margin-bottom: 2px;
}
.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 85px;
    padding: 0 10px;
    color: #fff;
    position: relative;
}

/*-----------------
    Mobile Menu
-----------------------*/
.filter-card{    background-color: #FFECE5;}
.sidebar-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1039;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding:  0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: none;
}
.menu-logo img {
    height: auto;
    max-width: 180px;
}
.menu-close {
    font-size: 18px;
    color: #243D99;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #243d99;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
    display: none;
    margin-right: 30px;
}
html.menu-opened body {
    overflow: hidden;
}
.main-menu-wrapper {
    margin: 0 auto;
}
.navbar-brand.logo-small {
    display: none;
}
.navbar-brand.logo-small img {
    max-height: 40px;
    width: auto;
}
header.sticktop.dark {
    position: unset;
}
.header.sticktop.navbar-fixed .header-nav {
    background: #fff;
}
.settings-menu ul {
    display: block;
    border: 0;
}
.settings-menu ul li + li {
    margin-top: 15px;
}
.settings-menu ul li a {
    /*color: #858585;*/
    color: #243D99;
    display: block;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    border: 2px solid #243D99;
}
.settings-menu ul li a:hover, .settings-menu ul li a:focus {
    color: #fff;
    background-color: #243D99 !important;
    border-color: #243D99 !important;
    /*border: 0 !important;*/
}
.settings-menu ul li a.active {
    color: #fff !important;
    background-color: #243D99 !important;
    border-color: #243D99 !important;
    /*border: 0;*/
}
.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px;
}
.settings-menu .nav-tabs .nav-link{
    display: block;
    margin-bottom: 0;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    border: 2px solid #243D99;
}
.settings-menu .nav-tabs .nav-link:hover, .settings-menu .nav-tabs .nav-link:focus {
    color: #fff;
    background-color: #243D99 !important;
    border-color: #243D99 !important;
}
.form-title {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 15px;
}
.widget-title {
    font-size: clamp(1rem, 0.5657rem + 1.2107vw, 1.625rem) !important;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.transaction-table .card-body {
    padding: 0;
}
.transaction-table .card-body .table > thead > tr > th {
    border-top: 0;
}
.transaction-table .table tr td:first-child,
.transaction-table .table tr th:first-child {
    padding-left: 1.5rem;
}
.transaction-table .table tr td:last-child,
.transaction-table .table tr th:last-child {
    padding-right: 1.5rem;
}
.transaction-table .table td, .transaction-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}
.transaction-table table.dataTable {
    margin: 0 !important;
}
.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}
.card-body {
    padding: 1rem;
}
.card-title {
    margin-bottom: 15px;
}
.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}
.card-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}
.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.card .card-header .card-title {
    margin-bottom: 0;
}
.pricing-box .pricing-selected .card {
    background-color: #243D99;
    border-color: #243D99;
    color: #fff;
}
.pricing-box .pricing-selected .pricing-header h2 {
    color: #fff;
}
.pricing-box .pricing-selected .pricing-header p {
    color: #fff;
}
.pricing-box .pricing-selected .pricing-card-price .heading2 {
    color: #fff;
}
.pricing-box .pricing-selected .pricing-card-price p {
    color: #fff;
}
.pricing-box .pricing-selected .btn {
    background-color: #fff;
    color: #243D99;
}
.pricing-box .pricing-selected .pricing-options li {
    color: #fff;
}
.pricing-box .pricing-header {
    margin-bottom: 2rem;
}
.pricing-box .pricing-header h2 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}
.pricing-box .pricing-header p {
    color: #9b9b9b;
    font-size: .875rem;
    line-height: 1.43;
}
.pricing-box .pricing-card-price {
    margin-bottom: 1.563rem;
}
.pricing-box .pricing-card-price .heading2 {
    margin-bottom: 5px;
}
.pricing-box .pricing-card-price p {
    color: #000;
}
.pricing-box .pricing-card-price p + p {
    margin: 0;
}
.pricing-box .pricing-options {
    list-style: none;
    padding: 0;
    margin-bottom: 1.875rem;
}
.pricing-box .pricing-options li {
    margin-bottom: 12px;
    font-size: 0.875rem;
    line-height: 1.43;
    position: relative;
}
.btn.btn-white {
    background: #fff;
    border: none !important;
    color: #243D99 !important;
}
.withdraw-btn {
    padding: 12px 15px;
    font-weight: bold;
}
.btn-primary {
    background-color: #243D99;
    border-color: #243D99;
}
.btn-primary {
    background-color: #243D99;
    border: 1px solid #243D99;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #243d99cc;
    border: 1px solid #243d99cc;
}
.btn-outline-primary{
    color: #243D99;
    border-color: #243D99;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary:active{
    color: #fff;
    background-color: #243D99;
    border-color: #243D99;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #243d99cc;
    border: 1px solid #243d99cc;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    background-color: #243d99cc;
    border-color: #243d99cc;
    color: #fff;
}
.btn-primary.active:focus:not(:disabled):not(.disabled), 
.btn-primary:active:focus:not(:disabled):not(.disabled), 
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #243D99;
    border-color: #243D99;
    color: #fff;
}
.content {
    /*min-height: 200px;*/
    min-height: calc(100dvh - 86px);
    /*padding: 40px 0;*/
    padding-top: 40px;
    padding-bottom: 40px;
}
.breadcrumb-bar {
    background-color: #fafafa;
    padding: 30px 0;
}
.breadcrumb-bar .breadcrumb-title {
    color: #8d8d8d;
    font-size: 22px;
    font-weight: 700;
}
.page-breadcrumb ol {
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}
.page-breadcrumb ol li a {
    color: #8d8d8d;
}
.page-breadcrumb ol li.active {
    color: #8d8d8d;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #8d8d8d;
}

.service-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.05);
}
.inactive-service .service-widget {
    opacity: 0.6;
}
.inactive-service .service-widget:hover {
    opacity: 1;
}
.service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 15px 15px 0 0;
}
.service-img::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
}
.service-img .serv-img {
    aspect-ratio: 2 / 1.5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    width: 100%;
}
.service-img:hover .serv-img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.service-content {
    padding: 15px;
}
.service-content .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.service-widget .service-content .title a {
    display: inline-block;
    color: #242423;
}
.service-widget .service-content .title .hearting{
    padding-right: 5px;
}
.service-widget .service-content .title a:hover, .service-widget .service-content .title a:hover {
    color: #243D99;
}
.jjk {
    border: 0 none;
    color: #fff;
    display: flex;
    font-size: 16px;
    line-height: 23px;
    position: absolute;
    right: 20px;
    text-align: center;
    z-index: 8;
    top: 4px;
}
.jjk img {

    width: 40px !important;
    height: 40px;
    margin-right: 10px;
}

.hot-tag {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    text-align: center;
    z-index: 8;
    background-color: #ffffff;
    border: 3px double #FFD42A;
    top: 4px;
    margin-top:6px;
}
.fa-bookmark:before {
    content: "\f02e";
}
.hot-tag i {
    color: #FF9800;
}
.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}
.rating i {
    color: #dedfe0;
}
.rating i.filled {
    color: #fbc418;
}
.service-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}
.service-widget .rating i {
    font-size: 14px;
}

.item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
    z-index: 1;
}
.service-user img {
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block !important;
}
.service-user {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    float: left;
}
.cate-list {
    float: right;
}
.cate-list a {
    color: #fff;
    padding: 2px 15px;
    font-size: 13px;
    overflow: hidden;
    line-height: 22px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
}
.bg-yellow {
    background: #243D99;
}
.bg-yellow-chat {
    background: #243D99;
}
.bg-red-chat {
    background: red;
    color: #fff;
}
.user-info span i {
    font-size: 12px;
    line-height: 26px;
    color: #171717;
    text-align: center;
    width: 27px;
    height: 27px;
    border: 1px dashed #171717;
    border-radius: 50%;
}
/*.service-carousel .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}
.service-carousel:hover .owl-nav{
    opacity:1;
    visibility:visible;
}*/
.service-carousel .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin-top: -24px;
}
.service-carousel .owl-carousel .owl-nav div:hover{
    color:#fff;
}
.service-carousel .owl-carousel .owl-nav .owl-prev{
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    /*right:-75px;*/
    left:-75px;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(calc(-50% - 24px));
    transform: translateY(calc(-50% - 24px));
}
.service-carousel .owl-carousel .owl-nav .owl-prev:hover{
    left:-65px;
}
.service-carousel .owl-carousel .owl-nav .owl-next{
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    /*left:-75px;*/
    right:-75px;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(calc(-50% - 24px));
    transform: translateY(calc(-50% - 24px));
}
.service-carousel .owl-carousel .owl-nav .owl-next:hover{
    right:-65px;
}
.service-carousel .popular-slider.owl-carousel .owl-nav .owl-prev,
.service-carousel .popular-slider.owl-carousel .owl-nav .owl-next{
    position: static;
    transform: unset;
}
.service-carousel .popular-slider.owl-carousel .owl-nav .owl-prev{
    margin-right: 1rem;
}
.service-carousel .popular-slider.owl-carousel .owl-nav .owl-next{
    margin-left: 1rem;
}
.service-carousel .owl-dots{
    margin-top:50px;
}
.service-carousel .owl-dots .owl-dot{
    margin-right:5px;
}
.service-carousel .owl-dots .owl-dot:last-child{
    margin-right:0px;
}
.service-carousel .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin:0;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.service-carousel .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 30px;
    height: 12px;
}
.serviceDetailWrapSec__wr .service-carousel .owl-carousel .owl-nav .owl-prev{
    right:-75px;
    left: auto;
}
.serviceDetailWrapSec__wr .service-carousel .owl-carousel .owl-nav .owl-next{
    left:-75px;
    right: auto;
}
.has-error .help-block {
    color: red;
}
small.help-block {
    color: #F44336 !important;
}
.heading-2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 400;
}
.service-desc {
    min-height: 200px;
}
.service-upload {
    border: 2px dashed #dcdcdc;
    border-radius: .25rem;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}
.service-upload i {
    font-size: 50px;
    color: #858585;
}
.service-upload span {
    font-size: 15px;
    color: #858585;
    margin-top: 14px;
    display: block;
}
.service-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.section-header {
    margin-bottom: 60px;
}
.section-header h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 1px;
    color: #242133;
}
.section-header h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #243D99;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}
.btn.btn-danger.trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 3px;
    top: 3px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.upload-images {
    position: relative;
}
.upload-images img {
    border-radius: 4px;
    height: 60px;
    width: auto;
}
.upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.upload-wrap li {
    margin: 10px;
}
.preloader-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: white;
    display: flex;
    align-items: center;
}
.preloader-square-swapping {
    margin: 30px auto;
    width: 19px;
    height: 19px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.preloader-square-swapping .cssload-square-part {
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 1;
    animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
.preloader-square-swapping .cssload-square-green {
    background: #243D99;
    right: 0;
    bottom: 0;
    animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
}
.preloader-square-swapping .cssload-square-pink {
    background: #243D99;
    left: 0;
    top: 0;
}
.preloader-square-swapping .cssload-square-blend {
    background: rgb(117,81,125);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    animation: blend-anim 0.92s ease-in infinite;
    -o-animation: blend-anim 0.92s ease-in infinite;
    -ms-animation: blend-anim 0.92s ease-in infinite;
    -webkit-animation: blend-anim 0.92s ease-in infinite;
    -moz-animation: blend-anim 0.92s ease-in infinite;
}

@keyframes blend-anim {
    0% {
        transform: scale(0.01, 0.01) rotateY(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        transform: scale(1, 1) rotateY(0);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-o-keyframes blend-anim {
    0% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -o-transform: scale(1, 1) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-ms-keyframes blend-anim {
    0% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -ms-transform: scale(1, 1) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-webkit-keyframes blend-anim {
    0% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -webkit-transform: scale(1, 1) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-moz-keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@keyframes cssload-part-anim {
    0% {
        transform: translate3d(-10px, -10px, 0);
    }
    100% {
        transform: translate3d(10px, 10px, 0);
    }
}

@-o-keyframes cssload-part-anim {
    0% {
        -o-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -o-transform: translate3d(10px, 10px, 0);
    }
}

@-ms-keyframes cssload-part-anim {
    0% {
        -ms-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -ms-transform: translate3d(10px, 10px, 0);
    }
}

@-webkit-keyframes cssload-part-anim {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -webkit-transform: translate3d(10px, 10px, 0);
    }
}

@-moz-keyframes cssload-part-anim {
    0% {
        -moz-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -moz-transform: translate3d(10px, 10px, 0);
    }
}


.widget h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}
.available-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.available-widget ul li {
    color: #858585;
    overflow: hidden;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.available-widget ul li span {
    float: left;
}
.available-widget ul li:first-child {
    padding-top: 0;
}
.available-widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar-widget {
    background: #f9f9f9;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
}
.sidebar-widget .service-amount {
    color: #2c3038;
    font-size: 36px;
    font-weight: 700;
}
.service-book button{
    margin-top: 20px;
}

.service-book .btn {
    font-weight: 700;
    display: block;
    padding: 11px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
}
.service-header h1 {
    font-weight: bold;
}
.service-cate {
	display: flex;
	align-items: center;
}
.service-cate .cate-link {
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    background: #243D99;
    border-radius: 4px;
    font-size: 0.8125rem;
    display: inline-block;

}
.fav-link {
    font-size: 26px;
    margin-left: 10px;
	color: #2c3038;
}
.fav-link:hover {
	color: #243D99;
}
.fav-link.favourited {
	color: #243D99;
}
.service-header {
    margin-bottom: 30px;
}
.widget {
    margin-bottom: 30px;
}
.about-provider-img {
    background-color: #fff;
    height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px;
}
.provider-details {
    margin-left: 100px;
}
.about-author {
    min-height: 80px;
}
.provider-details .ser-provider-name {
    display: inline-block;
    margin-bottom: 5px;
}
.post-author img {
    border-radius: 100%;
    width: 28px;
    margin-right: 5px;
}
.ser-provider-name {
    display: inline-block;
    margin-bottom: 10px;
    color: #272b41;
    font-size: 16px;
    font-weight: 600;
}
.service-tabs > li + li {
    margin-left: 10px;
}
.list-bullet {
    padding-left: 0;
    list-style-type: none;
}
.list-bullet li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}
.list-bullet li::before {
    position: absolute;
    left: 0;
    content: '';
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #243D99;
}
.list-bullet li:last-child {
    margin-bottom: 0;
}
.service-images {
    margin-bottom: 30px;
}
.service-images.service-carousel .owl-carousel .owl-item img{
    aspect-ratio: 2 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.submit-section .submit-btn {
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
    min-width: 150px;
}

/*-----------------
    Appoitment List
-----------------------*/

.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.widget-profile .booking-widget {
    display: block;
    text-align: center;
}
.widget-profile .booking-widget .booking-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.widget-profile .booking-widget .booking-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.booking-list .booking-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left;
    flex: 0 0 calc(100% - 245px);
}
.booking-list .booking-widget .booking-img img {
    border-radius: 4px;
    height: 120px;
    object-fit: cover;
    width: 120px;
}
.bookings .booking-list {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px;
    padding: 14px;
    align-items: center;
}
.bookings .booking-list:last-child {
    margin-bottom: 30px;
}
.bookings .booking-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 0 0 245px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.booking-action a {
    font-size: 13px;
    margin: 3px 0;
    min-width: 74px;
}
.booking-action a + a {
    margin-left: 5px;
}
.info-details {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-details li .title {
    color: #272b41;
    font-weight: 500;
}
.info-details li .text {
    color: #757575;
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.info-details li {
    margin-bottom: 10px;
}
.info-details li:last-child {
    margin-bottom: 0;
}
.booking-details li span {
    width: 120px;
    display: inline-block;
    font-weight: 500;
    color: #000;
    flex: 0 0 120px;
}
.booking-details li {
    color: #858585;
    display: flex;
}
.booking-details li + li {
    margin-top: 3px;
}
.booking-img {
    margin-right: 15px;
    flex: 0 0 120px;
    max-width: 120px;
}
.booking-det-info h3 a {
    color: #2c3038;
}
.booking-det-info h3 a:hover {
    color: #243D99;
}
.booking-det-info h3 {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.booking-details li span.badge {
    color: #fff;
    width: auto;
    flex: 0 0 auto;
    margin-left: 5px;
    font-weight: normal;
    padding: 4px 9px;
    height: 20px;
}
.bg-info-light {
    background-color: rgba(2, 182, 179,0.12) !important;
    color: #1db9aa !important;
}
.bg-primary-light {
    background-color: rgba(17, 148, 247,0.12) !important;
    color: #2196f3 !important;
}
.bg-danger-light {
    background-color: rgba(242, 17, 54,0.12) !important;
    color: #e63c3c !important;
}
.bg-warning-light {
    background-color: rgba(255, 152, 0,0.12) !important;
    color: #f39c12 !important;
}
.bg-success-light {
    background-color: rgba(15, 183, 107,0.12) !important;
    color: #26af48 !important;
}
.bg-purple-light {
    background-color: rgba(197, 128, 255,0.12) !important;
    color: #c580ff !important;
}
.bg-default-light {
    background-color: rgba(40, 52, 71,0.12) !important;
    color: #283447 !important;
}

/*-----------------
    Avatar
-----------------------*/

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}
.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
header .header-navbar-rht li .dropdown-menu .avatar > img{
    width: 40px;
    height: 40px;
}
.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #20c0f3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}
.avatar-online::before {
    background-color: #00e65b;
}
.avatar-offline::before {
    background-color: #ff0100;
}
.avatar-away::before {
    background-color: #ffbc34;
}
.avatar .border {
    border-width: 3px !important;
}
.avatar .rounded {
    border-radius: 6px !important;
}
.avatar .avatar-title {
    font-size: 18px;
}
.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}
.avatar-xs .border {
    border-width: 2px !important;
}
.avatar-xs .rounded {
    border-radius: 4px !important;
}
.avatar-xs .avatar-title {
    font-size: 12px;
}
.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
    border-width: 1px;
}
.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}
.avatar-sm .border {
    border-width: 3px !important;
}
.avatar-sm .rounded {
    border-radius: 4px !important;
}
.avatar-sm .avatar-title {
    font-size: 15px;
}
.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
    border-width: 2px;
}
.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}
.avatar-lg .border {
    border-width: 3px !important;
}
.avatar-lg .rounded {
    border-radius: 8px !important;
}
.avatar-lg .avatar-title {
    font-size: 24px;
}
.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
    border-width: 3px;
}

.service-action {
    margin-top: 15px;
}
.service-action a {
    font-size: 14px;
    color: #243D99;
}
.ser-contact {
    display: flex;
    overflow: hidden;
    align-items: center;
}
.ser-contact span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    display: block;
}
.ser-location {
    display: flex;
    overflow: hidden;
    text-align: right;
    align-items: center;
}
.ser-location span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    display: block;
}

.sp-plan-action {
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 1px solid #f0f0f0;
    display: flex;
}
.stats-alert{position: relative;border: 1px solid transparent;border-radius: 0.25rem;}
.pricing-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bootstrap-select .btn {
    background-color: #fff;
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}
.star-rating {
    direction: rtl;
}
.star-rating input[type=radio] {
    display: none
}
.star-rating label {
    color: #bbb;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #f2b600
}

.review-list {
    border-bottom: 1px solid #e8ecec;
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
}
.review-list:last-child {
    border-bottom: 0;
}
.review-img {
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 15px;
}
.review-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.review-count {
    flex: 0 0 auto;
    margin-left: auto;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.review-info h5 {
    font-size: 17px;
    margin-bottom: 2px;
}
.review-info a {
    color: #2c3038;
}
.review-info a:hover {
    color: #243D99;
}
.review-date {
    font-size: 14px;
    color: #2c3038;
    margin-bottom: 5px;
}
.review-info p {
    margin-bottom: 0;
    font-size: 14px;
}
.review-card .card-body {
    padding: 0 15px;
}

.pro-avatar {
    height: 40px;
    margin-right: 5px;
    width: auto;
}
table .badge {
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    min-width: 75px;
    padding: 4px 12px;
    text-align: center;
}
.pro-avatar {
    height: 1.65rem;
    margin-right: 5px;
    width: auto;
    border-radius: .25rem;
}
table.table td a {
    color: #333;
}
table.table td a:hover {
    color: #243D99;
}
.transaction-table div.table-responsive > div.dataTables_wrapper > div.row:first-child {
    padding: 1rem 1.5rem 0;
}
.transaction-table div.table-responsive > div.dataTables_wrapper > div.row:last-child {
    padding: 0 1.5rem 1rem;
}
div.dataTables_wrapper div.dataTables_length select {
    min-height: auto;
}
div.dataTables_wrapper div.dataTables_filter input {
    min-height: auto;
}
.last-seen {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.last-seen i {
    color: #ffbc34;
    margin-right: 5px;
    font-size: 12px;
}
.last-seen i.online {
    color: #00e65b;
}
.provider-info {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}
.provider-info p{
	color: #666666;
}
.review-box .card-body {
    max-height:500px;
    overflow-y:auto;
}
.filter-list {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.filter-title {
    margin-bottom: 15px;
    font-size: 1rem;
}
/*.container {
	max-width: 1200px;
}*/
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.payment-card {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    margin-top: 25px;
    border: 1px solid #f0f0f0;
}
.header-navbar-rht .logged-item .nav-link .badge {
    position: absolute;
    top: 15px;
    right: 0;
}
.nav-tabs.menu-tabs {
    margin-bottom: 30px;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link {
    color: #243D99;
}
.nav-tabs.menu-tabs .nav-item {
    padding-right: 2.25rem;
}
.nav-tabs.menu-tabs .nav-link {
    padding: 0 0 1rem;
    font-weight: 700;
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    background: transparent;
}
.nav-tabs.menu-tabs .nav-link::before, .nav-tabs .nav-link::after {
    position: absolute;
    content: '';
}
.nav-tabs.menu-tabs .nav-link::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #243D99;
    opacity: 0;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link::after {
    opacity: 1;
}
.nav-tabs.menu-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: transparent;
}
.nav-tabs.menu-tabs .nav-link:focus {
    color: #243D99;
}
.nav-tabs.menu-tabs .nav-link .badge {
    margin-left: 0.25rem;
}
.avatar-view {display: block;margin: 5px;height: 220px;width: 220px;border: 3px solid #fff;border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,.15);cursor: pointer;overflow: hidden;}
.avatar-view img {width: 100%;}
.avatar-body {padding-right: 15px;padding-left: 15px;}
.avatar-upload {overflow: hidden;}
.avatar-alert {margin-top: 10px;margin-bottom: 10px;}
.avatar-wrapper {height: 364px;width: 100%;margin-top: 15px;box-shadow: inset 0 0 5px rgba(0,0,0,.25);background-color: #fcfcfc;overflow: hidden;}
.avatar-wrapper img {display: block;height: auto;max-width: 100%;}
.avatar-preview {float: left;margin-top: 15px;margin-right: 15px;border: 1px solid #eee;border-radius: 4px;background-color: #fff;overflow: hidden;}
.avatar-preview:hover {border-color: #ccf;box-shadow: 0 0 5px rgba(0,0,0,.15);}
.avatar-preview img {width: 100%;}
.preview-lg {height: 184px;width: 184px;margin-top: 15px;}
.preview-md {height: 100px;width: 100px;}
.preview-sm {height: 50px;width: 50px;}
.avatar-btns {margin-top: 30px;margin-bottom: 15px;}
.avatar-btns .btn-group {margin-right: 5px;}
.loading {display: none;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #fff url("../img/loader.gif") no-repeat center center;opacity: .75;filter: alpha(opacity=75);z-index: 20140628;}
.crop-image {margin-bottom: 60px;text-align: center;}
.upload-btn {margin-bottom:70px;}
.upload-btn > a {background-color: #2ea2db;border-color: #2ea2db;border-radius: 8px;font-size: 24px;padding: 12px 25px;text-transform: uppercase;}
.upload-btn > a:hover {background-color:#218ec4;border-color:#218ec4;}
.crop-image > h4 {color: #a3a3a3;margin: 0;}
.crop-content {margin-bottom: 70px;}
.crop-content h4 {font-weight: 600;}
.img-cropper {background: #e0e0e0 url("../images/img-icon.png") no-repeat scroll center center;border-radius: 10px;margin: 0 auto 40px;position: relative;width: 250px;height: 250px;}
.crop-area {color: inherit;overflow: hidden;width: 100%;}
.crop-result {overflow: hidden;position: absolute;bottom: 0;left: 0;right: 0;top: 0;}
.crop-result img {display: block;left: 0;position: absolute;top: 0;width: 100%;}
.img-cropper img {height: auto;width: 100%;}
.crop-action {  bottom:5px;left: 0;overflow: hidden;position: absolute;right: 0;z-index: 3;}
.crop-delete {
    background-image: url("../images/delete.png");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
    cursor:pointer;
    display:inline-block;
    margin:0 2px;
}
.crop-download{
    background-image: url("../images/download.png");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
    cursor:pointer;
    display:inline-block;
    margin:0 2px;
}
.crop-edit{
    background-image: url("../images/edit.png");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
    cursor:pointer;
    display:inline-block;
    margin:0 2px;
}
.result-details {margin: 0 auto 20px;width: 50%;}
.result-table {margin:0;background-color:#fff;}
.result-table th {width: 50%;}
.result-table th, .result-table td {text-align:left;vertical-align:middle !important;}
.result-table p {margin: 0;}


.chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}
.chat-search .input-group {
    width: 100%;
}
.chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}
.chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}
.no-messages i {
    font-size: 50px;
}
#flash_succ_message {
    position: absolute;
    min-width: 400px;
    right: 2em;
    z-index: 99;
    margin-top: 15px;
    max-width: 50%;
}
.msg_time {
    color: #1a1a1a;
}
.w-180 {
    width: 180px;
}
.w-155 {
    width: 155px;
}
.error {
    color:#f00;
}
.resend-otp {
    font-size: 13px;
    text-align:center;
}
.category-section {
    padding: 40px 0;
    position: relative;
}
.cat-sec:after {
    position: absolute;
    content: url(../img/find-dot-bottom.png);
    right: 0px;
    top: 0px;
}
.cat-sec:before {
    position: absolute;
    content: url(../img/find-pot.png);
    left: 0px;
    bottom: -7px;
}
.popular-services {
    background-color: #fafafa;
    padding: 40px 0;
}

.swal-text {
    text-align: center !important;
    line-height: 1.2 !important;
}

.swal-footer {
    text-align: center !important;
}

.main-nav li > ul.lang-blk {
    min-width: 131px;
}

/*provider avaliablity time shot*/

.panel-style {
    background-color: #f9f9f9;
    padding:14px;
    border-radius: 5px;
}


.faq-card .card-header {
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.faq-card .card {
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: unset;
    border-radius: 0;
    background-color: #fafafa;
}
.faq-card .card:last-child {
    margin-bottom: 0;
}
.faq-card .card h4 {
	margin-bottom: 0;
}
.faq-card .card h4 > a {
    color: #353760;
    display: block;
    font-size: clamp(1rem, 0.5657rem + 1.2107vw, 1.625rem) !important;
    font-weight: 400;
    padding-right: 25px;
    position: relative;
}
.faq-card .card h4 > a:after {
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    top: 5px;
    right: 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq-card .card h4 > a:not(.collapsed):after {
	border-color: #243D99;
}
.faq-card .card-collapse {
	padding-top: 15px;
}
.faq-card .card:hover {
	background-color: #fafafa;
}
.faq-card .card .card-body {
	padding: 1rem;
}


.availability-table tr td {
    white-space: nowrap;
}

.pac-container {
    z-index: 1100 !important;
}
#my_map .setlocation {
    font-size: 13px;
    padding: 12px;
}
#my_map input[type="range"] {
	width:100%;
}
#my_map .form-control {
    background-color: #f7faff;
    background-clip: padding-box;
    border: 1px solid #dce9ff;
}
#my_map .modal-header {
    display: block !important;
    background: #f7faff;
    border-bottom: 1px solid #dce9ff;
}
#my_map .modal-body {
    padding: 1rem;
    background: #f5f8fd;
}
#my_map .modal-footer {
	border-top: 1px solid #dce9ff;
    background: #f5f8fd;
}
.iti .form-control.login_mobile {
    padding-left: 80px !important;
}
.iti .form-control.user_mobile {
    padding-left: 95px !important;
}

.herbyCookieConsent {
    padding: 20px !important;
    background: #ffffff !important;
    text-align: center;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 9999 !important;
}
.herbyCookieConsent p {
    display: inline-block !important;
    color: #2c3038;
    font-family: Poppins !important;
    margin-top: 0 !important;
    margin-bottom: 0;
    float: unset !important;
    width: unset !important;
    font-weight: 500;
}
.herbyCookieConsent p a {
    vertical-align: unset !important;
}
.herbyCookieConsent a {
    text-decoration: underline;
    color: #2c3038;
    font-weight: 600;
}
.herbyCookieConsent .herbyBtn {
    display: inline-block !important;
    padding: 4px 10px !important;
    vertical-align: middle !important;
    margin-left: 15px !important;
    background: #243D99 !important;
    font-size: 15px !important;
    color: #fff !important;
    border-radius: 15px !important;
    cursor: pointer !important;
    float: unset !important;
    border: 0 !important;
}
.avatar-view {
  display: block;
  height: 220px;
  width: 220px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  cursor: pointer;
  overflow: hidden;
}

.avatar-view img {
  width: 100%;
}

.avatar-body {
  padding-right: 15px;
  padding-left: 15px;
}

.avatar-upload {
  overflow: hidden;
}

.avatar-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}

.avatar-upload input {
  display: block;
  margin-left: 110px;
}

.avatar-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.avatar-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  background-color: #fcfcfc;
  overflow: hidden;
}

.avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.avatar-preview {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.avatar-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.avatar-preview img {
  width: 100%;
}

.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 15px;
}

.preview-md {
  height: 100px;
  width: 100px;
}

.preview-sm {
  height: 50px;
  width: 50px;
}

@media (min-width: 992px) {
  .avatar-preview {
    float: none;
  }
}

.avatar-btns {
  margin-top: 30px;
  margin-bottom: 15px;
}

.avatar-btns .btn-group {
  margin-right: 5px;
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("../img/eye.gif") no-repeat center center;
  background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center center;

  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}
.notifi-menu {
  max-height:250px;
  overflow-y:scroll;
  max-width:250px;
}

.notifi-title {
  font-weight:bold;
  text-align:center;
  padding: 6px 10px 10px;
  }

.notifi-list-group-item {
  border-width:1px;
  white-space:normal !important;
}
.map-modal #map {
	height: 300px;
	background: rgb(243, 243, 139);
}

/*-----------------
    Blog
-----------------------*/


.blog-section {
    background-color: #fafafa;
    padding: 40px 0;
	/*margin-top: 30px;*/
}
.blog {
    background: #fff;
    position: relative;
	max-width: 415px;
	border-radius: 18px;
	box-shadow: 0px 4px 24px rgba(214, 214, 214, 0.25);
    margin: 0 auto;
	margin-bottom: 30px;
}
.grid-blog .blog-image {
    border-radius: 4px 4px 0px 0px;
}
.blog-image, .blog-image > a, .blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.blog-image img {
    aspect-ratio: 2 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.blog-view .blog-image img{
    aspect-ratio: unset;
}
.blog-inner-image img {
    height: 240px;
}
.blog-content {
    position: relative;
	padding:30px;
}
.blog-title a {
	font-weight: 600;
	font-size: clamp(1rem, 0.5657rem + 1.2107vw, 1.625rem) !important;
	color: #333333;
	margin-bottom: 25px;
	transition: 0.5s all;
	display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-title, .blog-title a:hover {
	color:#243D99 ;
}
.blog-sub-title h6 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 27px;
}
.blog-sub-title h6 i {
	color:#243D99;
}
.blog-sub-title {
	margin-bottom: 20px;
}
.blog-image:hover img {
    transform: scale(1.1);
}
.blog-image {
    overflow: hidden;
}
.blog-date p {
	margin-bottom: 0px;
	color: #333333;
	font-size: 16px;
}
.blog-read-more a {
    color: #243D99;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.blog-read-more a:hover::before	{
	width: 87px;
}
.blog-read-more a::before{
	width: 0;
    background: #243D99;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.all-blogs {
    padding: 80px 0px 100px 0px;
}

/******Blog detail right*****/

.article-wrapper,
.app-author-box,
.box_wrapper{
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.article-wrapper.article--blog .article-content-wrapper{
    padding: 15px;
}
.article-wrapper .article-figure img{
    margin: 0.25rem;
    width: calc(100% - 0.5rem);
}
.article-wrapper .article-content-wrapper .article-content-main p{
    font-size: 16px !important;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.article-wrapper .article-content-wrapper .article-content-main p+p{
    margin-top: 0;
}
.article-wrapper .article-content-wrapper .article-content-main ul li,
.article-wrapper .article-content-wrapper .article-content-main ol li{
    font-size: 16px !important;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.article-wrapper .article-content-wrapper .article-content-main .article-content-details{
    margin-bottom: 1rem;
}
.article-wrapper .article-content-wrapper .article-content-main .article-content-details li{
    font-size: 14px !important;
    font-weight: 300;
    padding: 0 10px;
    border-right: 1px solid #a7a7a7;
    color: #a7a7a7;
    margin-bottom: 0;
}
.article-wrapper .article-content-wrapper .article-content-main .article-content-details li:first-child{
    padding-left: 0;
}
.article-wrapper .article-content-wrapper .article-content-main .article-content-details li:last-child{
    padding-right: 0;
    border-right: none;
}
.article-wrapper .article-content-wrapper .article-content-main .article-content-details i{
    margin-right: 5px;
}
.article-wrapper .article-content-wrapper .article-content-main .article-content-details a, 
.article-wrapper .article-content-wrapper .article-content-main .article-content-details span{
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.article-wrapper .article-content-wrapper .article-content-main .article-content-details *+*{
    margin-left: unset;
}
.article-wrapper .article-content-wrapper .article-content-main h1{
    font-size: calc(1.15rem + 0.2vw) !important;
    font-weight: 500;
    line-height: 1.2;
    font-family: inherit;
    color: #000;
    color: #ff7506;
    margin-bottom: 0.9375rem;
}

.article-wrapper .article-content-wrapper .article-content-main h2,
.article-wrapper .article-content-wrapper .article-content-main h3,
.article-wrapper .article-content-wrapper .article-content-main h4,
.article-wrapper .article-content-wrapper .article-content-main h5,
.article-wrapper .article-content-wrapper .article-content-main h6{
    font-size: calc(1rem + 0.1vw)  !important;
}
.article-wrapper .article-content-wrapper .article-content-main h2,
.article-wrapper .article-content-wrapper .article-content-main h3,
.article-wrapper .article-content-wrapper .article-content-main h4,
.article-wrapper .article-content-wrapper .article-content-main h5,
.article-wrapper .article-content-wrapper .article-content-main h6{
    font-weight: 600;
    line-height: 1.2;
    font-family: inherit;
    color: #000;
    margin-bottom: 0.9375rem;
}
.article-wrapper .article-content-wrapper .article-content-main h2,
.article-wrapper .article-content-wrapper .article-content-main h3,
.article-wrapper .article-content-wrapper .article-content-main h4,
.article-wrapper .article-content-wrapper .article-content-main h5,
.article-wrapper .article-content-wrapper .article-content-main h6{
    margin-top: 1.875rem;
}
.article-wrapper .article-content-wrapper .article-content-main b,
.article-wrapper .article-content-wrapper .article-content-main strong,
b, 
strong{
    font-weight: 700;
}
.article-wrapper .article-content-wrapper .article-content-main p:nth-child(3)::first-letter{
    color: #000;
    float: left;
    font-size: 60px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: top;
}

.row [class*=col-] .form_block{
    position: sticky;
    top: 100px;
    z-index: 1;
}
.box_wrapper{
    padding: 0;
}
.row [class*=col-] .box_wrapper~.box_wrapper{
    margin-top: 30px;
}
.box_wrapper .box_sec_head{
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px;
}
.box_wrapper .box_body{
    border-top: 1px solid #a7a7a7;
    padding: 15px;
}
.box_wrapper .post_list{
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    padding: 0;
}
.box_wrapper .post_list~.post_list{
    margin-top: 15px;
}
.box_wrapper .post_list:first-child{
    margin-top: 0;
}
.box_wrapper .post_list .img_box{
    margin-right: 10px;
    display: inline-block;
    width: calc(50% - 10px);
}
.box_wrapper .post_list .img_box img{}
.box_wrapper .post_list .box_content{
    width: 50%;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box_wrapper .post_list .box_content .post_title{
    display: inline-block;
    text-decoration: none;
}
.box_wrapper .post_list .box_content .post_title .title{
    font-size: 14px !important;
    line-height: 1.2;
    margin: 0;
    overflow: hidden;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}
.box_wrapper .post_list .box_content .post_info_wrapper{}
.box_wrapper .post_list .box_content .post_info_wrapper ul{
    margin: 0;
}
.box_wrapper .post_list .box_content .post_info_wrapper ul li{
    font-size: 12px;
}
.box_wrapper .important_links{
    margin: 0;
    list-style: none;
}
.blog_detail_sec .box_wrapper .important_links li{
    margin-bottom: 0.5rem;
}
.box_wrapper .important_links li:last-child{
    margin-bottom: 0;
}
.box_wrapper .important_links li a{
    font-size: 16px;
    color: #000;
    display: inline-block;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
}
.box_wrapper .important_links li a::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
}
.box_wrapper form{}
.box_wrapper form input{
    font-size: 15px;
    font-weight: 300;
    color: #000;
    border-color: #a7a7a7;
    height: 50px;
    border-radius: 4px;
    padding: 0 .75rem;
}
.box_wrapper form textarea{
    font-size: 15px;
    font-weight: 300;
    color: #000;
    border-color: #a7a7a7;
    height: 90px;
    border-radius: 4px;
    padding: 0.75rem 0.75rem;
    resize: none;
}
/*.box_wrapper form .btn-primary{
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    padding: 0 0.75rem;
    text-align: center;
    color: #fff;
    background-color: #ff7506;
    border-color: #ff7506;
    -ms-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}
.box_wrapper form .btn-primary:hover,
.box_wrapper form .btn-primary:not(:disabled):not(.disabled):active,
.box_wrapper form .btn-primary:not(:disabled):not(.disabled):active:focus,
.box_wrapper form .btn-primary:focus{
    color: #ff7506;
    background-color: #072867;
    border-color: #072867;
    box-shadow: none;
}*/
 .box_wrapper form input::-webkit-input-placeholder,
 .box_wrapper form textarea::-webkit-input-placeholder{
  color: #a7a7a7;
}
 .box_wrapper form input::-moz-placeholder,
 .box_wrapper form textarea::-moz-placeholder{
  color: #a7a7a7;
}
 .box_wrapper form input:-ms-input-placeholder,
 .box_wrapper form textarea:-ms-input-placeholder{
  color: #a7a7a7;
}
 .box_wrapper form input:-moz-placeholder,
 .box_wrapper form textarea:-moz-placeholder{
  color: #a7a7a7;
}
 .form-control:focus{
    box-shadow: 0 0 0 0.2rem rgba(255 117 6 / 25%);
    border-color: #ff7506;
}
/******Blog detail right end*****/
/*-----------------
    Blog Details
-----------------------*/


.blog-single-post .blog-image {
	margin-bottom: 20px;
	border-radius: 25px;
}
.blog-single-post .blog-title {
	font-weight: 700;
	color: #000000;
	margin-bottom: 25px;
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
}
.about-author-img {
	background-color: #fff;
	height: 120px;
	width: 120px;
}
.about-author-img img {
	border-radius: 5px;
	height: 120px;
	width: 120px;
}
.author-details .social-share > li > a {
	width: 25px;
	height: 30px;
}
.author-widget > .card-header {
	border-bottom: 1px solid #f0f0f0 !important;
}
.blog-comments > .card-header {
	border-bottom: 1px solid #f0f0f0 !important;
}
.new-comment > .card-header {
	border-bottom: 1px solid #f0f0f0 !important;
}
.author-details {
	margin-left: 20px;
	flex: 1;
}
.about-author {
	display: flex;
    display: -ms-flexbox;
	align-items: center;
}
.author-details .blog-author-name {
	display: inline-block;
	color: #131523;
	font-weight: 600;
	margin-bottom: 5px;
	transition: all 0.5s;
}
.author-details .blog-author-name span {
	font-size: 12px;
	font-weight: 400;
	color: #7E84A3;
	padding-left: 3px;
}
.author-details p {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}
.blog-comments .comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.blog-comments .comments-list li {
	clear: both;
	padding-left: 80px;
}
.blog-comments .comments-list li .comment {
	margin-bottom: 20px;
}
.blog-comments .comments-list li .comment-author {
	left: 0;
	position: absolute;
}
.blog-comments .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 50px;
}
.blog-comments .comment-btn {
    color: #000000;
    display: inline-block;
    font-size: 12px;
}
.blog-comments .comment-btn img {
	width: auto !important; 
}
.blog-author-name {
	font-size: 16px;
    font-weight: 600;
	margin-bottom: 5px;
	color: #131523;
}
.blog-date {
    color: #7E84A3;
    font-weight: 400;
}
.comments-list .comment-block  .comment-by {
    display: block;
    margin: 0 0 10px;
}
.comments-list .comment-block .blog-author-name {
    font-size: 16px;
    font-weight: 600;
}
.comments-list .comment-block p {
    margin-bottom: 5px;
}
.comments-list .comment-block .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 14px;
}
.comments-list .comment-block .btn i {
    margin-right: 10px;
}
.comments-list .comment-block .btn:hover {
    background: #c82333;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}
.card.blog-comments .card-header .card-title {
    font-size: 18px;
    font-weight: 600;
}
.card.new-comment .card-header .card-title {
    font-size: 18px;
    font-weight: 600;
}
.new-comment .form-floating >.form-control,
.form-floating >.form-select {
    height: 50px;
	border-radius: 5px;
    background: #F5F6FA;
}
.new-comment textarea.form-control {
    background: #F5F6FA;
}
.new-comment .form-floating > label {
	font-size: 14px;
	color:#71717A;
}
.new-comment .form-floating > label {
    padding: 0.8rem 0.6rem;
}
.social-share {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    align-items: center;
}
.author-details .social-share{
	margin-top: 15px;
}
.social-share > li {
	display: inline-block;
	float:left;
	margin-left: 10px;
	text-align: center;
}
.social-share > li:first-child {
	margin-left: 0;
}
.social-share > li > a {
	border-radius: 6px;
	color: #333333;
	display: flex;
    display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	height: 40px;
	width: 40px;
	transition: .5s all;
}
.social-share > li > a:hover {
	background-color: #333333;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.post-list ul {
	margin: 0 0 20px;
	padding-left: 0;
	list-style: none;
	display: flex;
    display: -ms-flexbox;
	align-items: center;
	flex-wrap: wrap;
}
.post-list ul li {
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	margin-right: 30px;
}
.post-list ul li i {
	padding-right: 5px;
}
.post-list ul li:last-child {
	margin-right: 0;
}
.post-author img {
    border-radius: 5px;
    width: 36px;
	height: 36px;
    margin-right: 10px;
}
.post-author1 span:nth-child(1) {
	font-size: 14px;
    font-weight:500;
	color:  #131523;;
    transition: all 0.5s;
}
.post-author1 span:nth-child(2) {
	font-size: 14px;
    font-weight:400;
	color:  #333333;
    transition: all 0.5s;
}
.blog-content p {
    /*font-size: 14px;*/
    line-height: 1.8;
    color: #333333;
}
a.blog-author-name:hover {
    color: #243D99;
}
a.comment-btn:hover {
    color: #243D99;
}
.save-btn {
	font-weight: 600;
    font-size: 16px;
    padding: 6px 75px;
}
.blog-inner-img {
    display: flex;
    justify-content: center;
	padding: 34px 0px 50px 0px;
}
.blog-inner-img img:nth-child(1){
	margin-right: 20px;
}
.post-author1 img {
    border-radius: 50px;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.blog-tags ul li a {
	color: #000000;
	font-size: 14px;
	padding: 11px 16px;
	background: #EEF1FE;
	border-radius: 4px;
	transition: 0.5s all;
}
.blog-tags ul {
    display: flex;
}
.blog-tags ul li {
    margin-right: 10px;
}
.blog-tags ul li:last-child {
    margin-right: 0px;
}
.blog-tags ul li a:hover {
	background-color: #243D99;
	color: #fff;
}
.tags-links-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comments-btn {
    background-color: #000000;
    color: #fff;
    padding: 7px 44px;
    border-radius: 5px;
	transition: all 0.5s;
}
.comments-submit {
	padding-top: 10px;
}
.comments-btn:hover {
	background-color: #243D99;
	border-color: #243D99;
}
.card.author-widget .card-header .card-title {
	font-size: 18px;
	font-weight: 600;
	color: #131523;
}
.blog-item {
	background-color: #FEFEFE;
	border: 1px solid #F5F6FA;
	border-radius: 4px;
	position: relative;
}
.blog-slider {
    display: flex;
    justify-content: end;
}
.blog-item p .fa-chevron-left {
    position: absolute;
    left: 58px;
    top: 46%;
	transition: all 0.5s;
}
.blog-item p .fa-chevron-right {
    position: absolute;
    right: 58px;
    top: 46%;
	transition: all 0.5s;
}
.blog-item p i:hover {
	color:#243D99;
	cursor: pointer;
}
.blog-item:hover {
	box-shadow: 0px 1px 4px rgb(0 0 0 / 5%);
}

.blog-slider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 39%;
    left: 4%;
}
.blog-slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 39%;
    right: 4%;
}
.blog-item p {
    margin-bottom: 0px;
    padding: 40px 100px;
	transition: all 0.5s;
}
.blog-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
	transition: all 0.5s;
}
.blog-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
	color:#243D99;
	background-color: transparent;
}
.blog-carousel {
    margin-bottom: 20px;
}
.author-details .social-share > li > a > i {
    font-size: 15px;
}
.blog-item.left-box{
	margin-right: 80px;
}
.post-author1 a:hover span {
    color: #243D99;
}
.author-img-wrap textarea.form-control {
    min-height: 150px;
    resize: none;
}
.header-navbar-rht .register-dropdown ul li {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.header-navbar-rht .register-dropdown ul li:last-child {
    border-bottom: 0;
}
.header-navbar-rht .register-dropdown .dropdown-content ul li a {
    font-size: 14px;
    color: #2d3b48;
    line-height: normal;
}
.header-navbar-rht .register-dropdown .dropdown-content ul li a:hover {
    color: #243D99;
}

.book-service-left {
    display: none;
}
.popularCatWrap__wr{}
.popularCatWrap__wr .item__wr{
    margin-top: 2rem;
    max-width: calc(100% / 4);
    flex-grow: unset;
    flex-basis: unset;
}
.popularCatWrap__wr .item__wr .itemTitle__wr{
    font-size: 18px;
    font-weight: 600;
    color: #2c3038;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.popularCatWrap__wr .item__wr .listWrap__wr{
    display: flex;
    flex-direction: column;
}
.popularCatWrap__wr .item__wr .listWrap__wr a{
    font-size: 15px;
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.popularCatWrap__wr .item__wr .listWrap__wr a~a{
    margin-top: 0.5rem;
}
.popularCatWrap__wr .item__wr .listWrap__wr a:hover{
    color: #243D99;
}
.popularCatWrap__wr .item__wr .viewAllCat__wr{
    margin-top: 1rem;
}
.popularCatWrap__wr .item__wr .viewAllCat__wr a{
    display: inline-flex;
    align-items: center;
    color: #243D99;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.popularCatWrap__wr .item__wr .viewAllCat__wr i{}
.popularCatWrap__wr .item__wr .viewAllCat__wr a::before{
    width: 0;
    background: #243D99;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.popularCatWrap__wr .item__wr .viewAllCat__wr a:hover::before{
    width: 100%;
}
.sidebar-widget.widget .service-book{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-widget.widget .service-book .btn{}
.sidebar-widget.widget .service-book .btn i{
    margin-right: 0.5rem;
}
.sidebar-widget.widget .service-book .btn~.btn{
    margin-left: 0.5rem;
}
.sidebar-widget.widget .service-book .btn-outline-primary i{
    /*font-size: 25px;*/
}
/*ABOUT US PAGE*/
/*ABOUT US SEC */
.visionWrapSec__wr{
	padding: 3rem 0;
}
.visionWrapSec__wr .row{}
.visionWrapSec__wr .imageParentWrap__wr{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    /*margin-left: -15px;
    margin-right: -15px;*/
}
.visionWrapSec__wr .imageParentWrap__wr .imageWrap__wr{
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding-top: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.visionWrapSec__wr .imageParentWrap__wr .imageWrap__wr::before{
    content: '';
}
.visionWrapSec__wr .imageParentWrap__wr .imageWrap__wr img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all linear 0.6s;
}
.visionWrapSec__wr .imageParentWrap__wr .imageWrap__wr:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*.visionWrapSec__wr .imageParentWrap__wr .imageWrap__wr~.imageWrap__wr{
    margin-left: 15px;
    transform: translateY(36px);
}*/
.visionWrapSec__wr .contentParentWrap__wr{}
.visionWrapSec__wr .contentParentWrap__wr .secTitleParent__wr{
    margin-bottom: 32px;
}
.visionWrapSec__wr .contentParentWrap__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    font-weight: bold;
    line-height: 1.2;
    color: #2c3038;
    text-transform: capitalize;
    margin-bottom: 0;
}
.visionWrapSec__wr .contentParentWrap__wr .listWrap__wr{
	background: #F3F5F6;
	border-radius: 10px;
    padding: 2rem 24px;
}
.visionWrapSec__wr .contentParentWrap__wr .listWrap__wr .itemWrap__wr{
    padding: 20px 15px;
    box-shadow: 0px 4px 20px rgba(65, 91, 245, 0.06);
    border-radius: 5px;
    background: #fff;
    padding-left: calc(50px + 30px);
    position: relative;
}
.visionWrapSec__wr .contentParentWrap__wr .listWrap__wr .itemWrap__wr .count__wr{
	width: 50px;
	height: 50px;
	background: #243D99;
	border-radius: 5px;
	font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    left: 15px;
    top: 20px;
}
.visionWrapSec__wr .contentParentWrap__wr .listWrap__wr .itemWrap__wr p:not([class]){
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
    color: #555a64;
    margin-bottom: 0;
}
.visionWrapSec__wr .contentParentWrap__wr .listWrap__wr .itemWrap__wr~.itemWrap__wr{
	margin-top: 15px;
}
.visionWrapSec__wr .contentParentWrap__wr p:not([class]){
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e1e;
}
.visionWrapSec__wr .contentParentWrap__wr p:not([class]) a{
    color: inherit;
    text-decoration: underline;
    transition: all linear 0.3s;
}
.visionWrapSec__wr .contentParentWrap__wr p:not([class]) a:hover{
    color: #243D99;
    text-decoration: underline;
}
.missionWrapSec__wr{
	padding: 3rem 0;
}
.missionWrapSec__wr .secTitleParent__wr{
	text-align: center;
	margin-bottom: 2rem;
}
.missionWrapSec__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    color: #2c3038;
    font-weight: bold;
    margin-bottom: 0;
}
.missionWrapSec__wr .imageWrap__wr{
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding-top: 30%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.missionWrapSec__wr .imageWrap__wr img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: all linear 0.6s;
    transition: all linear 0.6s;
}
.missionWrapSec__wr .imageWrap__wr:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.missionWrapSec__wr .missionWrap__wr{
	margin-top: -100px;
    padding-left: 5rem;
    padding-right: 5rem;
}
.missionWrapSec__wr .missionWrap__wr .itemWrap__wr{
	background: #fff;
	box-shadow: 0px 4px 20px rgba(65, 91, 245, 0.1);
	border-radius: 10px;
	text-align: center;
    padding: 48px 32px;
    padding-top: 75px;
    position: relative;
    height: 100%;
}
.missionWrapSec__wr .missionWrap__wr .itemWrap__wr .count__wr{
	width: 50px;
    height: 50px;
    background: #243D99;
    border-radius: 5px;
    font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.missionWrapSec__wr .missionWrap__wr .itemWrap__wr p:not([class]){
	font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
    color: #555a64;
    margin-bottom: 0;
}
.valuesWrapSec__wr{
	padding: 3rem 0;
	background: #F3F5F6;
}
.valuesWrapSec__wr .secTitleParent__wr{
	text-align: center;
	margin-bottom: 2rem;
}
.valuesWrapSec__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    color: #2c3038;
    font-weight: bold;
    margin-bottom: 0;
}
.valuesWrapSec__wr .itemWrap__wr{
	box-shadow: 0px 4px 20px rgba(65, 91, 245, 0.06);
	border-radius: 5px;
	background: #fff;
	text-align: center;
	padding: 32px 24px;
	height: 100%;
}
.valuesWrapSec__wr .itemWrap__wr .icon__wr{
	width: 100px;
	height: 100px;
	margin-bottom: 16px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #F3F5F6;
    box-shadow: 0 0 0 30px rgba(65 91 245 / 0);
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.valuesWrapSec__wr .itemWrap__wr .icon__wr img,
.valuesWrapSec__wr .itemWrap__wr .icon__wr svg{
	width: 50px;
}
.valuesWrapSec__wr .itemWrap__wr .icon__wr svg path{
    fill: #243D99;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.valuesWrapSec__wr .itemWrap__wr .contentWrap__wr{}
.valuesWrapSec__wr .itemWrap__wr .contentWrap__wr .title__wr{
	font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	margin-bottom: 1rem;
}
.valuesWrapSec__wr .itemWrap__wr .contentWrap__wr p:not([class]){
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
    color: #555a64;
    margin-bottom: 0;
}
.valuesWrapSec__wr .itemWrap__wr:hover .icon__wr{
	background: #243D99;
    box-shadow: 0 0 0 5px rgba(65 91 245 / 10%);
}
.valuesWrapSec__wr .itemWrap__wr:hover .icon__wr svg path{
	fill: #fff !important;
}
/*VISSION MISSION SEC*/
.visionMissionWrapSec__wr{
    padding: 2rem 0;
}
.visionMissionWrapSec__wr .rowWrap__wr{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.visionMissionWrapSec__wr .imageWrap__wr{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.visionMissionWrapSec__wr .imageWrap__wr img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all linear 0.6s;
}
.visionMissionWrapSec__wr .contentWrap__wr{
    /*padding: 5rem 8vw;*/
    padding: 3rem 3vw;
}
.visionMissionWrapSec__wr .contentWrap__wr .rowTitle__wr{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #2c3038;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.visionMissionWrapSec__wr .contentWrap__wr p:not([class]){
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e1e;
}
/*FAQ PAGE*/
/*FAQ TABS BTN*/
.faqParentWrapSec__wr{
    padding: 3rem 0;
}
.faqParentWrapSec__wr .faqTabWarp__wr{
    display: grid;
    grid-gap: 1rem;
    align-items: center;
}
.faqParentWrapSec__wr .faqTabWarp__wr a{
    text-align: center;
    padding: 24px 0;
    background: #4c62b1c4;
    border: 2px solid #4c62b1c4;
    border-radius: 0;
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    /*width: calc(100% / 3);*/
}
/*.faqParentWrapSec__wr .faqTabWarp__wr a~a{
    margin-left: 30px;
}*/
.faqParentWrapSec__wr .faqTabWarp__wr a.active{
    background: #243D99;
    border-color: #243D99;
}
.faqParentWrapSec__wr .tabContentParentwrap__wr{}
.faqParentWrapSec__wr .tabContentWrap__wr{
    display: none;
}
.faqParentWrapSec__wr .tabContentWrap__wr .content{
	padding: 40px 0 0;
}
.faqParentWrapSec__wr .tabContentWrap__wr.active{
    display: block;
}
.faqParentWrapSec__wr .tabContentWrap__wr .secTitleParent__wr{
    padding: 2rem 0;
    text-align: center;
}
.faqParentWrapSec__wr .tabContentWrap__wr .secTitleParent__wr .secTitle__wr{
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: #243D99;
    margin: 0;
}
.faqParentWrapSec__wr .accordianWrapper__wr{
    list-style: none;
    margin: 0;
}
.faqParentWrapSec__wr .accordianWrapper__wr>li{
    width: 100%;
    display: block;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
}
.faqParentWrapSec__wr .accordianWrapper__wr>li~li{
    margin-top: 20px;
}
.faqParentWrapSec__wr .accordianWrapper__wr>li>.accordHead__wr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #353760;
    padding: 1rem;
    padding-right: 2rem;
    cursor: pointer;
    position: relative;
}
.faqParentWrapSec__wr .accordianWrapper__wr>li>.accordHead__wr::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    top: 18px;
    right: 16px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.faqParentWrapSec__wr .accordianWrapper__wr>li>.accordHead__wr .title__wr{
    color: #353760;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding-right: 60px;
    margin-bottom: 0;
}
.faqParentWrapSec__wr .accordianWrapper__wr>li>.accordBody__wr{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e1e;
    padding: 0 1rem;
}
.faqParentWrapSec__wr .accordianWrapper__wr>li>.accordBody__wr p:not([class]){}
.faqParentWrapSec__wr .accordianWrapper__wr>li.active>.accordHead__wr::before{
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.blog-section{background-color: #E5F8FC !important;}
.middle-app-section{
	background-color: #FFECE5;
	padding-top: 40px;
    padding-bottom: 40px;
	position: relative;
}
.middle-app-section .mobileScreen__wr{
    display: block;
}
.m-app:before {
    position: absolute;
    content: url(../img/dot-dot.png);
    left: 15px;
    top: 20px;
}
.m-app:after {
    position: absolute;
    content: url(../img/dot-dot.png);
    right: 15px;
    bottom: 20px;
}
.middle-app-section .mobileScreen__wr img{
    transform-origin: bottom;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
.middle-app-section .mobileScreen__wr:hover img{
    animation-name: bounce-2;
}
@keyframes bounce-2{
    0% {transform: translateY(0);}
    50% {transform: translateY(-20px);}
    100% {transform: translateY(0);}
}
.middle-app-section .middle-app-content{
	margin-bottom: 50px;
}
.middle-app-section p:not([class]){
    color: inherit;
}
.middle-app-section .links-list{}
.middle-app-section .links-list .btnWrap__wr{}
.middle-app-section .links-list .btnWrap__wr~.btnWrap__wr{
	margin-left: 3rem;
}
.middle-app-section .links-list a{
    display: block;
    width: 175px;
}
.middle-app-section .links-list .barcode__wr{
	display: block;
    width: 175px;
	margin-top: 2rem;
}
.providerBanerWrapSec__wr{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    padding: 40px 0;
}
/*.providerBanerWrapSec__wr::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}*/
.providerBanerWrapSec__wr .providerBanerSlider__wr{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.providerBanerWrapSec__wr .providerBanerSlider__wr .imageWrap__wr{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.providerBanerWrapSec__wr .providerBanerSlider__wr .imageWrap__wr::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.providerBanerWrapSec__wr .providerBanerSlider__wr .imageWrap__wr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.providerBanerWrapSec__wr .providerBanerSlider__wr.owl-carousel .owl-stage-outer{
	height: 100%;
}
.providerBanerWrapSec__wr .providerBanerSlider__wr.owl-carousel .owl-stage{
	height: 100%;
}
.providerBanerWrapSec__wr .providerBanerSlider__wr.owl-carousel.owl-drag .owl-item{
	height: 100%;
}
.providerBanerWrapSec__wr .container{
    position: relative;
}
.providerBanerWrapSec__wr .bannerContentWrap__wr{
    color: #fff;
    position: relative;
    z-index: 2;
}
.providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr{}
.providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 1rem;
}
.providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr p:not([class]){
    font-size: clamp(1rem, 0.5657rem + 1.2107vw, 1.625rem) !important;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 0;
}
.providerBanerWrapSec__wr .bannerContentWrap__wr .videoBtnWrap__wr{
    margin-top: 32px;
    text-align: center;
}
.providerBanerWrapSec__wr .bannerContentWrap__wr .videoBtnWrap__wr .videoBtn__wr{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    text-align: center;
    background: rgba(255,255,255,0.9);
    font-size: 30px;
    color: #233C97;
    border-radius: 50%;
}
.providerBanerWrapSec__wr .bannerContentWrap__wr .videoBtnWrap__wr .videoBtn__wr::before,
.providerBanerWrapSec__wr .bannerContentWrap__wr .videoBtnWrap__wr .videoBtn__wr::after{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.providerBanerWrapSec__wr .bannerContentWrap__wr .videoBtnWrap__wr .videoBtn__wr::after{
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.providerBanerWrapSec__wr .bannerContentWrap__wr .videoBtnWrap__wr .videoBtn__wr i{}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.providerBanerWrapSec__wr .formBlockParentWrap__wr{
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 32px 15px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-top: 8px solid #234098;
}
.providerBanerWrapSec__wr .formBlockParentWrap__wr .secTitleParent__wr{
    width: 100%;
    background-color: #234098;
    padding: 15px 20px 5px 20px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -40px;
    margin-bottom: 16px;
}
.providerBanerWrapSec__wr .formBlockParentWrap__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1rem, 0.5657rem + 1.2107vw, 1.625rem) !important;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}
.providerBanerWrapSec__wr .formBlockParentWrap__wr .secTitleParent__wr p:not([class]){
    color: inherit;
}
.providerBanerWrapSec__wr .formBlockParentWrap__wr .formWrapper__wr{}
.providerBanerWrapSec__wr .formBlockParentWrap__wr .formWrapper__wr .formRowWrapp__wr{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.providerBanerWrapSec__wr .formBlockParentWrap__wr .formWrapper__wr .form-group{
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.providerBanerWrapSec__wr .formBlockParentWrap__wr .formWrapper__wr .formRowWrapp__wr .form-group:last-child{
    margin-bottom: 0;
}
.partnerBnefitsWrapSec__wr{
    padding: 40px 0;
}
.partnerBnefitsWrapSec__wr .secTitleParent__wr{
    width: 100%;
    text-align: center;
    background: url(../img/title-image2.png) no-repeat center center;
    padding: 60px 0 60px;
    margin-bottom: 20px;
}
.partnerBnefitsWrapSec__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    color: #2c3038;
    font-weight: bold;
    margin-bottom: 0;
}
.partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr{}
.partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr{
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr .iconround__wr{
    display: inline-block;
    font-size: 65px;
    background: #fff;
    color: #243D99;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    position: relative;
}
.partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr .iconround__wr .steps__wr{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #243D99;
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
    color: #fff;
    text-align: center;
    line-height: 40px;
    top: 15px;
    left: -15px;
}
.partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr .iconround__wr img{
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr .iconround__wr img{
    width: 60px;
    margin-top: 10px;
}
.partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr .content__wr{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 12px;
}
.partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr .content__wr .title__wr{
    width: 100%;
    font-size: clamp(1rem, 0.5657rem + 1.2107vw, 1.625rem) !important;
    font-weight: bold;
    color: #212121;
}
.serviceBnefitsWrapSec__wr{
    padding: 40px 0;
    background-color: #FFECE5;
}
.serviceBnefitsWrapSec__wr .secTitleParent__wr{
    width: 100%;
    text-align: center;
    background: url(../img/title-image2.png) no-repeat center center;
    padding: 60px 0 60px;
    margin-bottom: 20px;
}
.serviceBnefitsWrapSec__wr .secTitleParent__wr .secTitle__wr{
    font-size: 30px;
    color: #2c3038;
    font-weight: bold;
    margin-bottom: 0;
}
.serviceBnefitsWrapSec__wr .serviceBnefitsWrap__wr{}
.serviceBnefitsWrapSec__wr .serviceBnefitsWrap__wr .itemWrap__wr{
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    /*margin-bottom: 30px;*/
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
}
.serviceBnefitsWrapSec__wr .serviceBnefitsWrap__wr .itemWrap__wr .imageWrap__wr{
    display: flex;
    overflow: hidden;
}
.serviceBnefitsWrapSec__wr .serviceBnefitsWrap__wr .itemWrap__wr .imageWrap__wr img{
    transition: all ease 0.8s;
}
.serviceBnefitsWrapSec__wr .serviceBnefitsWrap__wr .itemWrap__wr .imageWrap__wr:hover img{
    transform: scale(1.1);
}
.serviceBnefitsWrapSec__wr .serviceBnefitsWrap__wr .itemWrap__wr .contentWrap__wr{
    position: relative;
    padding: 15px;
}
.serviceBnefitsWrapSec__wr .serviceBnefitsWrap__wr .itemWrap__wr .contentWrap__wr .title__wr{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 25px;
    transition: 0.5s all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.serviceBnefitsWrapSec__wr .serviceBnefitsWrap__wr .itemWrap__wr .contentWrap__wr p:not([class]){
    color: inherit;
}
.providerCountWrapSec__wr{
    padding: 40px 0;
    text-align: center;
}
.providerCountWrapSec__wr>.container>.row{}
.providerCountWrapSec__wr .wrapper__wr{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.providerCountWrapSec__wr .wrapper__wr .imageWrap__wr{
    display: flex;
    width: 400px;
    margin-right: 50px;
}
.providerCountWrapSec__wr .wrapper__wr .imageWrap__wr img{
    /*border: 5px solid rgb(255 255 255 / 37%);*/
    animation: border-transform 10s linear infinite alternate forwards;
}
@keyframes border-transform{
    0%, 100% {border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;}
    14% {border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;}
    28% {border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;}
    42% {border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;}
    56% {border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;}
    70% {border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;}
    84% {border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;}
}
.providerCountWrapSec__wr .wrapper__wr .title__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    font-weight: bold;
    line-height: 1.2;
    color: #2c3038;
    margin-bottom: 0;
}
.providerCountWrapSec__wr .secTitle__wr{
    width: 100%;
    font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
    font-weight: bold;
    color: #2c3038;
    text-align: center;
    margin-top: 3rem;
}
.providerCountWrapSec__wr .btnParent__wr{
    width: 100%;
}
.providerCountWrapSec__wr .btn{
    font-size: clamp(1.125rem, 0.7775rem + 0.9685vw, 1.625rem) !important;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #243D99;
    border: 1px solid #243D99;
    max-width: 420px;
    margin: 0 auto;
}
.providerCountWrapSec__wr .btn:hover,
.providerCountWrapSec__wr .btn:focus{
    background-color: #243d99cc;
    border: 1px solid #243d99cc;
}
.abtContactWrapSec__wr{
	padding: 3rem 0;
    background: #F3F5F6;
    text-align: center;
}
.abtContactWrapSec__wr .contentParentWrap__wr{}
.abtContactWrapSec__wr .contentParentWrap__wr .secTitleParent__wr{
	margin-bottom: 2rem;
}
.abtContactWrapSec__wr .contentParentWrap__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    color: #2c3038;
    font-weight: bold;
    margin-bottom: 0;
}
.abtContactWrapSec__wr .contentParentWrap__wr p:not([class]){
	font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem);
	line-height: 1.5;
    color: #555a64;
}
.contactMainWrapSec__wr{
    padding: 60px 0;
    /*background: #f2fbff;*/
}
.contactMainWrapSec__wr .contact-blk-content{
    background: #233C97;
    color: #fff;
    border-radius: 15px;
    padding: 40px;
    position: relative;
}
.contactMainWrapSec__wr .secTitleParent__wr{}
.contactMainWrapSec__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 24px;
}
.contactMainWrapSec__wr .contact-blk-content form label{
    font-size: 16px;
}
.contactMainWrapSec__wr .contact-blk-content form .form-control{
    border-color: transparent;
    border-bottom-color: #fff;
    border-radius: 0;
    height: 48px;
    padding: 6px 0;
    background: transparent;
    color: #fff;
}
.contactMainWrapSec__wr .contact-blk-content form textarea.form-control{
    height: 150px;
}
.contactMainWrapSec__wr .contact-blk-content form .form-control::placeholder{
    color: #fff;
}
.contactMainWrapSec__wr .contact-blk-content form .form-control::-webkit-input-placeholder{
    color: #fff;
}
.contactMainWrapSec__wr .contact-blk-content form .form-control::-moz-placeholder{
    color: #fff;
}
.contactMainWrapSec__wr .contact-blk-content form .form-control:-ms-input-placeholder{
    color: #fff;
}
.contactMainWrapSec__wr .contact-blk-content form .form-control:-moz-placeholder{
    color: #fff;
}
.contactMainWrapSec__wr .contact-blk-content .submit-section .submit-btn{
    background-color: #fff;
    border: 1px solid #fff;
    color: #243D99;
}
.contactMainWrapSec__wr .contact-blk-content .submit-section .submit-btn:hover{
    background-color: #243d99cc;
    border-color: #fff;
    color: #fff;
}
.contactInfoWrap__wr{
    padding-bottom: 40px;
}
.contactInfoWrap__wr .secTitleParent__wr{}
.contactInfoWrap__wr .secTitleParent__wr .secTitle__wr{
	font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
	font-weight: 600;
	line-height: 1.2;
    color: #2c3038;
	margin-bottom: 24px;
}
.contactInfoWrap__wr .infoWrap__wr{}
.contactInfoWrap__wr .infoWrap__wr li{
    color: #2c3038;
    position: relative;
    padding-left: 32px;
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem);
}
.contactInfoWrap__wr .infoWrap__wr li i{
    position: absolute;
    left: 0;
    top: 5px;
}
.contactInfoWrap__wr .infoWrap__wr li .title__wr{
    display: block;
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem);
    color: inherit;
}
.contactInfoWrap__wr .infoWrap__wr li a{
	display: inline-block;
    font-size: clamp(0.875rem, 0.7013rem + 0.4843vw, 1.125rem) !important;
    color: inherit;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.contactInfoWrap__wr .infoWrap__wr li a:hover{
	text-decoration: underline;
    color: #233C97;
}
.contactInfoWrap__wr .infoWrap__wr li~li{
	margin-top: 16px;
}
.service-description .card-body p,
#user_profile_settings #update_user .media .media-body p{
	color: #666666;
}
.home-video-section{
	/*background: #f1fdf7;*/
	background: #f2fbff;
	padding: 5rem 0;
}
.home-video-section .contentWrap__wr{}
.home-video-section .contentWrap__wr .secTitleParent__wr{}
.home-video-section .contentWrap__wr .secTitleParent__wr .secTitle__wr{
    font-size: 30px;
    color: #2c3038;
    font-weight: bold;
    margin-bottom: 24px;
}
.home-video-section .contentWrap__wr ul{}
.home-video-section .contentWrap__wr ul>li{
	position: relative;
    padding-left: 24px;
}
.home-video-section .contentWrap__wr ul>li .title__wr{
	font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem);
	font-weight: 600;
	line-height: 1.2;
	color: #404145;
	margin-bottom: 5px;
}
.home-video-section .contentWrap__wr ul>li p:not([class]){}
.home-video-section .contentWrap__wr ul>li::before{
	content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #243D99;
}
.home-video-section .contentWrap__wr ul>li~li{}
.home-video-section .links-list{}
.home-video-section .links-list div{}
.home-video-section .links-list .btn-theme:hover,
.home-video-section .links-list .btn-theme:focus{
    background-color: #243d99cc;
    border-color: #243d99cc;
    color: #fff;
}
.home-video-section .links-list div~div{
    margin-left: 16px;
}
.home-video-section .videoImageWrap__wr{
	position: relative;
	display: flex;
}
.home-video-section .videoImageWrap__wr .image__wr{
	display: block;
}
.home-video-section .videoImageWrap__wr .image__wr img{
	border-radius: 6px;
}
.home-video-section .videoImageWrap__wr .videoBtnWrap__wr{
	width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-video-section .videoImageWrap__wr .videoBtnWrap__wr .videoBtn__wr{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    color: #233C97;
    font-size: 30px;
}
.home-video-section .videoImageWrap__wr .videoBtnWrap__wr .videoBtn__wr::before,
.home-video-section .videoImageWrap__wr .videoBtnWrap__wr .videoBtn__wr::after{
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.home-video-section .videoImageWrap__wr .videoBtnWrap__wr .videoBtn__wr::after{
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.home-video-section .videoImageWrap__wr .videoBtnWrap__wr .videoBtn__wr i{}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.providerVideoWrapSec__wr{}
.providerVideoWrapSec__wr .boxWrap__wr{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 5rem 3rem;
	border-radius: 10px;
	overflow: hidden;
}
.providerVideoWrapSec__wr .boxWrap__wr::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}
.providerVideoWrapSec__wr .boxWrap__wr>.row{
	position: relative;
}
.providerVideoWrapSec__wr .contentWrap__wr{}
.providerVideoWrapSec__wr .contentWrap__wr .logo__wr{
	display: inline-block;
	width: 150px;
}
.providerVideoWrapSec__wr .contentWrap__wr .logo__wr img{}
.providerVideoWrapSec__wr .contentWrap__wr .title__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
}
.providerVideoWrapSec__wr .contentWrap__wr p:not([class]){
	color: #fff;
	margin-bottom: 0;
}
.providerVideoWrapSec__wr .videoBtnWrap__wr{
	text-align: center;
}
.providerVideoWrapSec__wr .videoBtnWrap__wr .videoBtn__wr{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    text-align: center;
    background: rgba(255,255,255,0.9);
    font-size: 30px;
    color: #233C97;
    border-radius: 50%;
}
.providerVideoWrapSec__wr .videoBtnWrap__wr .videoBtn__wr::before,
.providerVideoWrapSec__wr .videoBtnWrap__wr .videoBtn__wr::after{
	content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.providerVideoWrapSec__wr .videoBtnWrap__wr .videoBtn__wr::after{
	-webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.providerVideoWrapSec__wr .videoBtnWrap__wr .videoBtn__wr i{}
.testimonialWrapSec__wr{
    position: relative;
    background-color: #FFECE5;
    /*background-image: linear-gradient(50deg, #233c97 0%, #233c97 100%);*/
}
/*.testimonialWrapSec__wr::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/perspective-halftone-background.jpg);
    background-size: cover;
    opacity: 0.03;
}*/
.testimonialWrapSec__wr .titleWrap__wr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F3F5F6;
    position: relative;
}
.testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr{}
.testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    font-weight: bold;
    color: #2c3038;
    line-height: 1.2;
    margin-bottom: 0;
}
.testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr .secTitle__wr span{
    display: block;
}
.testimonialWrapSec__wr .sliderWrap__wr{
    position: relative;
    z-index: 2;
    margin: 80px 0;
}
.testimonialWrapSec__wr .reviewSlider__wr{}
.testimonialWrapSec__wr .reviewSlider__wr.owl-carousel .owl-stage-outer{
    /*padding: 0 5px;*/
}
.testimonialWrapSec__wr .reviewSlider__wr.owl-carousel .owl-stage{
    /*padding: 5px 0;*/
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.testimonialWrapSec__wr .reviewSlider__wr.owl-carousel.owl-drag .owl-item .item{
    height: 100%;
    padding: 10px;
}
.reviewSlider__wr .reviewWrap__wr{
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
    padding: 1.5rem 8px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #d6dae4;
    height: 100%;
    box-shadow: 0 2px 1px rgb(0 0 0 / 5%), 0 0 1px rgb(0 0 0 / 25%);
    text-align: center;
}
.reviewSlider__wr .reviewWrap__wr .postInfo__wr{
    display: flex;
    flex-wrap: wrap;
}
.reviewSlider__wr .reviewWrap__wr .postInfo__wr .infoAvtar__wr{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-right: 1rem;
}
.reviewSlider__wr .reviewWrap__wr .postInfo__wr .infoAvtar__wr img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.reviewSlider__wr .reviewWrap__wr .postInfo__wr .infoDetail__wr{
    flex: 1;
}
.reviewSlider__wr .reviewWrap__wr .postInfo__wr .infoDetail__wr .name__wr{
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
    font-weight: 600;
    line-height: 1.2;
    color: #233C97;
    margin-bottom: 0;
}
.reviewSlider__wr .reviewWrap__wr .postInfo__wr .infoDetail__wr .date__wr,
.reviewSlider__wr .reviewWrap__wr .postInfo__wr .infoDetail__wr p:not([class]){
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}
.reviewSlider__wr .reviewWrap__wr .rating__wr{
    display: flex;
    justify-content: center;
    color: #ffb542;
    margin-top: 8px;
    margin-bottom: 24px;
}
.reviewSlider__wr .reviewWrap__wr .rating__wr i{}
.reviewSlider__wr .reviewWrap__wr .rating__wr i~i{
    margin-left: 0.5rem;
}
.reviewSlider__wr .reviewWrap__wr p:not([class]){}
.testimonialWrapSec__wr .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin-top: -24px;
}
.testimonialWrapSec__wr .owl-carousel .owl-nav div:hover{
    color:#fff;
}
.testimonialWrapSec__wr .owl-carousel .owl-nav .owl-prev{
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    left:-50px;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}
.testimonialWrapSec__wr .owl-carousel .owl-nav .owl-prev:hover{
    left:-40px;
}
.testimonialWrapSec__wr .owl-carousel .owl-nav .owl-next{
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    right:-50px;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}
.testimonialWrapSec__wr .owl-carousel .owl-nav .owl-next:hover{
    right:-40px;
}
.testimonialWrapSec__wr .popular-slider.owl-carousel .owl-nav .owl-prev,
.testimonialWrapSec__wr .popular-slider.owl-carousel .owl-nav .owl-next{
    position: static;
    transform: unset;
}
.testimonialWrapSec__wr .popular-slider.owl-carousel .owl-nav .owl-prev{
    margin-right: 1rem;
}
.testimonialWrapSec__wr .popular-slider.owl-carousel .owl-nav .owl-next{
    margin-left: 1rem;
}
.testimonialWrapSec__wr .owl-dots{
    margin-top:50px;
}
.testimonialWrapSec__wr .owl-dots .owl-dot{
    margin-right:5px;
}
.testimonialWrapSec__wr .owl-dots .owl-dot:last-child{
    margin-right:0px;
}
.testimonialWrapSec__wr .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin:0;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.testimonialWrapSec__wr .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 30px;
    height: 12px;
}
/***********Start Instagram************/
.instaWrapSec__wr{
    padding-bottom: 40px;
}
.instaWrapSec__wr .secTitleParent__wr{
    text-align: center;
}
.instaWrapSec__wr .secTitleParent__wr .secTitle__wr{
    font-size: clamp(1.125rem, 0.4301rem + 1.937vw, 2.125rem) !important;
    color: #2c3038;
    font-weight: bold;
    line-height: 1.2;
    padding: 50px 0 70px;
    margin-bottom: 0;
    position: relative;
}
 .instaWrapSec__wr .secTitleParent__wr a{
    display: block;
    font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
    font-weight: 400;
    color: #000;
}
.instaWrapSec__wr .secTitleParent__wr .secTitle__wr i{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100px;
    color: #14397f;
    opacity: 0.2;
    z-index: -1;
}
#instagram-feed{ 
  width: 100%; 
  /*max-width: 600px; */
  float: left; 
}
/*#instagram-feed .instagram-image{ 
  width: 25%; 
  float: left;
  padding: 5px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}*/
#instagram-feed a{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%; 
}
/*#instagram-feed a::before{ 
  content: ''; 
  display: block; 
  padding-top: 100%; 
}*/
#instagram-feed a img,
#instagram-feed a video{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
}
#instagram-feed a video[poster] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/***********End Instagram************/
.alert .nav-link{
    display: inline-block;
    background-color: #243D99;
    border-radius: 8px;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 25%;
}
.alert .nav-link:hover{}
.forgotPassWrap__wr{
    min-height: calc(100dvh - 200px);
    display: flex;
    align-items: center;
}
.forgotPassWrap__wr .about-blk-content{
    padding: 48px 32px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(65, 91, 245, 0.1);
}
.stripeNote__wr{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 32px;
}
.stripeNote__wr .logo__wr{
    margin-right: 1rem;
}
.stripeNote__wr .logo__wr img{}
.stripeNote__wr .note__wr{
    margin-bottom: 0;
}
.registerSecWrap__wr .modal-body{
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.625rem;
}
.payFormWrap__wr{
    border: 2px solid #243D99;
    border-radius: 8px;
    padding: 48px;
    /*background: #F3F5F6;*/
    box-shadow: -5px 10px 29px -22px rgba(0, 0, 0, 0.55);
}
.payFormWrap__wr .form-row{}
.payFormWrap__wr label{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.payFormWrap__wr .form-row [class*=col-]{}
.payFormWrap__wr .form-group{
    position: relative;
}
.payFormWrap__wr .form-group .form-control{
    display: block;
    width: 100%;
    padding: 1.3rem 0;
    height: 62.4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    /*border: 1px solid rgba(0,0,0,30%);*/
    border: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,30%);
    box-shadow: none;
}
.payFormWrap__wr .form-group input.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.payFormWrap__wr .form-group select.form-control{}
.payFormWrap__wr .form-group select.form-control option{
    text-indent: 0.5rem;
}
.payFormWrap__wr .form-group select.form-control:invalid {
    color: #6c757d;
}
.payFormWrap__wr .form-group .form-control:focus{
    border-bottom-color: #243D99;
}
.payFormWrap__wr .form-group.card{
    border: none;
    border-radius: 0;
}
.payFormWrap__wr .form-group.card .form-control{
    padding-right: 56px;
}
.payFormWrap__wr .form-group.card .icon {
    width: 40px;
    height: auto;
    position: absolute;
    left: auto;
    right: 0;
    top: 19px;
    transform: unset;
}
.payFormWrap__wr .form-group .animateBorder__wr{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.payFormWrap__wr .form-group .animateBorder__wr{}
.payFormWrap__wr .btn-primary{
    font-size: 20px;
    text-transform: uppercase;
    padding: 0.375rem 3.5rem;
}
.howWorkVideoSec__wr{
    position: relative;
}
.howWorkVideoSec__wr .backGroundImage__wr{
    display: block;
    position: relative;
}
.howWorkVideoSec__wr .backGroundImage__wr::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.howWorkVideoSec__wr .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.howWorkVideoSec__wr .container .row{
    height: 100%;
}
.howWorkVideoSec__wr.providerVideoWrapSec__wr .videoBtnWrap__wr .videoBtn__wr{
    width: 100px;
    height: 100px;
    font-size: 30px;
}
.howWorkVideoSec__wr.providerVideoWrapSec__wr .videoBtnWrap__wr .videoBtn__wr::before, 
.howWorkVideoSec__wr.providerVideoWrapSec__wr .videoBtnWrap__wr .videoBtn__wr::after{
    width: 100px;
    height: 100px;
}
.c-detail-head-section{}
.c-detail-head-section .nav{}
.c-detail-head-section .nav li{}
.c-detail-head-section .nav li~li{
    margin-left: 25px;
}
.c-detail-head-section .nav li .nav-link{
    color: #000;
    padding: 1rem 0;
    position: relative;
}
.c-detail-head-section .nav li:hover .nav-link{
    color: #243D99;
}
.c-detail-head-section .nav li .nav-link::after{
    content: '';
}
.c-detail-head-section .social{}
.c-detail-head-section .social li{}
.c-detail-head-section .social li~li{}
.c-detail-head-section .social li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    text-align: center;
    font-size: 18px;
}
.c-detail-head-section .social li.facebook a{
    font-size: 36px;
    color: #3b5998;
}
.c-detail-head-section .social li.twitter a{
    background-color: #1da1f2;
    color: #fff;
}
.c-detail-head-section .social li.google-plus a{
    background-color: #e62833;
    color: #fff;
}
.c-detail-head-section .social li.youtube a{
    background-color: #ff0000;
    color: #fff;
}
.c-detail-head-section .social li.instagram a{
    background-color: #D2357C;
    color: #fff;
}
.service-images.service-carousel .images-carousel.owl-carousel .owl-nav .owl-prev{
    right: -75px;
    left: auto;
}
.service-images.service-carousel .images-carousel.owl-carousel .owl-nav .owl-next{
    left: -75px;
    right: auto;
}
.service-images.service-carousel .images-carousel.owl-carousel .owl-dots{
    margin-top: 10px;
}
#counter-stats{
    margin-top: 30px;
    padding: 15px 0;
    background-image: linear-gradient(50deg, #233c97 0%, #0e3976 100%);
    color: #fff;
    border-radius: 25px;
}
#counter-stats .row{
    row-gap: 32px;
}
#counter-stats .stats{}
#counter-stats .stats i{
    display: block;
    font-size: 30px;
    margin-bottom: 16px;
}
#counter-stats .stats .countWrap__wr{
    font-size: clamp(1.625rem, 1.0169rem + 1.6949vw, 2.5rem) !important;
    font-weight: inherit; 
    line-height: 1;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#counter-stats .stats .counting{
    font-size: inherit;
    font-weight: inherit; 
    line-height: inherit;
    /*margin-bottom: 16px;*/
}
#counter-stats .stats h5{
    font-size: 16px;
    color: inherit;
    margin-bottom: 0;
}


.aboutarea h3 {
    font-size: 30px;
    color: #2c3038;
    font-weight: 500;
    margin-bottom: 0;
}
section.aboutarea p {
    text-align: left;
    color: #000;
}
.contactarea-section h3 {
    font-size: 30px;
    color: #2c3038;
    font-weight: 500;
    margin-bottom: 0;
}
.contactarea-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact-box {
    min-height: 150px;
}
.contact-box h2 {
    font-size: 18px;
    font-weight: 600 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.contact-box h2 p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.5;
}
.contact-box a {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.5;
}
.contact-box p {
    margin-bottom: 0;
}
.contact-box i {
    font-weight: 900;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 14px;
    color: #000;
}
section.aboutarea {
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact-box p {
    color: #000;
}
.company-logo{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    float: left;
    background: #ffffffab;
    border-radius: 5px;
    padding: 4px;
    width: 120px;
    height: 80px;
}
.company-logo img {
    /*width: 120px !important;
    height: 45px;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.general-info i {
    font-size: 28px;
}
.c-detail-head-section .row {
    padding-top: 30px;
}
.col-sm-4.user-p {
    display: flex;
    justify-content: right;
}
.general-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.general-info {
    display: flex;
}
.general-info i {
    font-size: 20px;
    margin-right: 10px;
}
.row.g-detail {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
/*****portfolio slider******/
.AwesomeArea {
    padding: 40px 0;
}
.AwesomeArea .offerTitle{
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}
.AwesomeArea .offerTitle:after{
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #d2b20a;
}
#demos .item .quality {
    margin: 30px 10px;
    border: 1px solid #e8e8e8;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
#demos .item .quality:hover{
    box-shadow: 0 5px 5px #ccc3c3;
    transform: translateY(-20px);
}
#demos .item .quality button{
    margin: 10px 0 30px;
    border-radius: 0px;
    background: #d2b20a;
    border: 1px solid #d2b20a;
    font-size: 17px;
    color: white;
    transition: all 0.5s ease-in-out;
}
#demos .item .quality button:hover{
    background: #fff;
    color: #d2b20a;
}
h3.quality-title {
        color: #d2b20a;
    text-align: center;
    margin: 30px 0;
    font-size: 25px;
}

p.quality-description {
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.3px;
    padding: 0 15px;
}
.quality img{
/*    padding:20px 0;*/
}
/*.owl-nav {
    position: absolute;
    top: -73px;
    right: 0;
    width: 110px;
}*/

#demos .owl-prev {
    float: left;
}

#demos .owl-next {
    float: right;
}


#demos .owl-prev,
#demos .owl-next{
    width: 45px;
    height: 45px;
    background-color: #d2b20a;
    color: white;
    padding: 0;
    text-align: center;
    font-size: 26px;
    line-height: 43px;
        border: 1px solid #d2b20a;
    transition: all 0.4s ease-in-out;
}

#demos .owl-prev:hover,
#demos .owl-next:hover{
        background-color: white;
    color: #d2b20a;
}
.service-p figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    font-family: Poppins;
}
.service-p figure img {
    position: relative;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.bottom-gradient-do_more {
    background: rgba(0,0,0,0) linear-gradient(0deg ,#000 0,rgba(0,0,0,.2) 23%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 81%,rgba(0,0,0,0) 92%,rgba(0,0,0,0) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all .5s ease 0s;
}
.service-p figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    inset: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    /*bottom: -42px;
    left: 20px;
    right: 20px;*/
    /*max-height: 40px;*/
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.do_more-grid-title {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.do_more-grid-desc {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}
.do_more-grid-desc>strong {
    display: block;
    margin-bottom: 10px;
}
.service-p figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-p figure:hover .bottom-gradient-do_more {
    background: rgba(0,0,0,0) linear-gradient(0deg ,#000 0,rgba(0,0,0,.2) 100%) repeat scroll 0 0;
    transform: translateY(0);
}
.service-p figure:hover figcaption {
    height: auto;
    /*max-height: 200px;*/
    /*bottom: 50px;*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.service-p figure img {
    height: 270px;
}
.portfolio-slider.owl-carousel.owl-loaded.owl-drag .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 270px !important;
}
.do_more-grid-desc {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
     font-weight: 300;
}
/********end portfolio slider*******/
i.fas.fa-globe.f-globe {
    font-size: 20px;
}
/*-----------------
    Responsive
-----------------------*/

@media (min-width: 576px) {}
@media (min-width: 768px) {
    #dtBasicExample_wrapper .dataTables_filter{
        text-align: right;
    }
    .stripeNote__wr{
        margin-bottom: 103px;
    }
}
@media (min-width: 992px) {
    .main-nav {
        -ms-flex-align: center;
        align-items: center !important;
    }
    .main-nav > li {
        margin-right: 25px;
    }
    .main-nav > li:last-child {
        margin-right: 0;
    }
    .main-nav li {
        display: block;
        position: relative;
    }
    .main-nav > li > a {
        line-height: 85px;
        padding: 0 !important;
    }
    .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px;
    }
    .main-nav li > ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px  rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
        overflow: auto;
        max-height: 300px;
    }
    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .main-nav .has-submenu.active > a {
        color: #243D99;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #243D99;
    }
    .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }
    .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }
    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }
    .main-nav li .submenu a:hover {
        color: #243D99;
        letter-spacing: 0.5px;
        padding-left: 20px;
    }
    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
        border-color: transparent #fff #fff transparent;
    }
    .header-navbar-rht li.show > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    .header-navbar-rht > li.enrolLink{
        display: none;
    }
    .avatar-preview {
        float: none;
    }
    .header-navbar-rht li.show > .register-dropdown {
        margin-top: 23px;
    }
    .visionWrapSec__wr .row{
        /*flex-direction: row-reverse;*/
    }
    .visionMissionWrapSec__wr .contentWrap__wr p:not([class]){
        text-align: justify;
    }
    .visionMissionWrapSec__wr>.container>.rowWrap__wr:nth-child(odd) .imageWrap__wr{
        left: 0;
    }
    .visionMissionWrapSec__wr>.container>.rowWrap__wr:nth-child(odd) .contentWrap__wr{
        margin-left: 50%;
        padding-right: 0;
    }
    .visionMissionWrapSec__wr>.container>.rowWrap__wr:nth-child(even) .imageWrap__wr{
        right: 0;
    }
    .visionMissionWrapSec__wr>.container>.rowWrap__wr:nth-child(even) .contentWrap__wr{
        padding-left: 0;
    }
    .faqParentWrapSec__wr .faqTabWarp__wr{
        grid-template-columns: repeat(3, 1fr);
    }
    .providerBanerWrapSec__wr .bannerContentWrap__wr{
        padding-top: 100px;
    }
    .visionWrapSec__wr .contentParentWrap__wr .listWrap__wr{
        padding: 2rem 5rem;
        margin-left: -10rem;
        width: calc(100% + 10rem);
    }
    .valuesWrapSec__wr .row>[class*=col-]:nth-child(n+5){
        margin-top: 32px;
    }
    .middle-app-section>.container>.row{
        justify-content: center;
    }
    .middle-app-section>.container>.row>[class*=col-]:nth-child(2){
        display: inline-flex;
        flex: unset;
        max-width: unset;
        width: auto;
    }
    .testimonialWrapSec__wr .titleWrap__wr::before{
        content: '';
        width: 200vw;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        z-index: 1;
        background: #F3F5F6;
    }
    .testimonialWrapSec__wr .titleWrap__wr::after{
        content: '';
        width: 160px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        z-index: 1;
        background: #F3F5F6;
    }
    .contactMainWrapSec__wr .contact-blk-content{
        background: #233C97;
        color: #fff;
        padding: 100px 0;
        padding-left: 100px;
        border-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .contactMainWrapSec__wr .contact-blk-content::before{
        content: '';
        width: 200vw;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        z-index: 1;
        background: #233C97;
    }
    .contactInfoWrap__wr{
        padding: 100px 0 0;
        position: sticky;
        top: 10px;
    }
    .instaWrapSec__wr > .container > .row > [class*=col-]:nth-child(n+5){
        margin-top: 30px;
    }
    .howItworkWrapp__wr ul>li:nth-child(odd){
        float: left;
        text-align: left;
        clear: both;
    }
    .howItworkWrapp__wr ul>li:nth-child(even){
        float: right;
        text-align: right;
        clear: both;
    }
    .howItworkWrapp__wr ul>li:nth-child(even)::before{
        right: auto;
        left: -6px;
    }
    .howItworkWrapp__wr ul>li:nth-child(even)::after{
        right: auto;
        left: 0;
    }
    .stripeNote__wr{
        margin-bottom: 55px;
    }
    .search-cat,
    #counter-stats{
        margin-top: 48px;
    }
    .app-section .app-content {
        text-align: left;
    }
    .visionWrapSec__wr .contentParentWrap__wr {
        margin-bottom: 5rem;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1400px){
    .hero-section .container {
        max-width: 1320px;
    }
    .container {
        max-width: 1320px;
    }
}
@media (max-width: 1601px) and (min-width: 992px){
    .visionMissionWrapSec__wr>.container>.rowWrap__wr:nth-child(odd) .imageWrap__wr{
        /*left: -15%;*/
        left: -2.5%;
        /*max-width: calc(50% + 15%);*/
        max-width: calc(50% + 2.5%);
    }
    .visionMissionWrapSec__wr>.container>.rowWrap__wr:nth-child(even) .imageWrap__wr{
        /*right: -15%;*/
        right: -2.5%;
        /*max-width: calc(50% + 15%);*/
        max-width: calc(50% + 2.5%);
    }
}
@media only screen and (max-width: 1310px) {
    .dropdown.noti-dropdown {
        margin-top: 0px !important;
    }
    .header-nav {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-navbar-rht > li.desc-list a > i {
        margin-right: 0 !important;
    }
    .header-navbar-rht > li.desc-list a > span {
        display: none;
    }
    .header .has-arrow .dropdown-toggle::after {
        display: none;
    }
    .howwork {padding: 0; }
    .howworksec{ background-size:contain;}
    .dash-widget-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        flex: 0 0 50px;
    }
    .dash-widget {
        padding: 15px;
    }
    .dash-widget-info > span {
        font-size: 16px;
    }
    .booking-list .booking-widget {
        flex: 0 0 100%;
    }
    .bookings .booking-action {
        display: flex;
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .main-nav > li {
        margin-right: 20px;
    }
    .main-nav li a {
        font-size: 0.8125rem;
    }
    .service-user {
        font-size: 14px;
    }
    .logo img {
        max-height: 55px;
    }
}
@media (min-width: 1600px){
    .section-search{
        margin-top: 250px;
        /*margin-bottom: 250px;*/
        margin-bottom: 64px;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
        margin-top: 250px;
    }
}
@media only screen and (max-width: 991.98px) {
    .header-navbar-rht .hide-dropdown {
        /*display: none;*/
    }
    .main-nav > li > a::after {
        background:transparent;
    }    
    .sidebar-overlay.opened {
        display: block;
    }
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .main-nav ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .main-nav > li {
        margin-left: 0;
    }
    .main-nav li + li {
        margin-left: 0;
    }
    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }
    .main-nav > li > a > i {
        float: right;
        margin-top: 5px;
    }
    .main-nav > li .submenu li a {
        border-top: 0;
        color: #fff;
        padding: 10px 15px 10px 35px;
    }
    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }
    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078";
    }
    .main-nav .has-submenu.active > a {
        color: #243D99;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #243D99;
    }
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1040;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #fff;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    #mobile_btn {
        display: inline-block;
    }
    .header-navbar-rht > li.desc-list {
        display: none;
    }
    footer .container{
        max-width: 100%;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer .footer-top {
        padding-bottom: 10px;
    }
    .search-input.line {
        /*width: 100%;*/
    }
    .search-input {
        /*width: 100%;*/
    }
    .result-details {
        width: 100%;
    }
    .section-search {
        margin-top: 64px;
        /*margin-bottom: 420px;*/
    }
    #counter-stats{
        margin-top: 411px;
    }
    .breadcrumbs {
        float: left; 
        width: 100%; 
        text-align: center; 
        margin-top: 10px;
    }
    .breadcrumbs li {
        float: none;
        display: inline-block; 
        padding: 0 13px;
    }
    .search-box form .search-btn {
        /*width: auto;*/
        float: right;
        margin: 0;
    }
    .howwork {
        margin-bottom: 30px;
    }
    .search-box {
        /*border-radius: 30px;*/
    }
    .search-box form{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .search-box form > div {
        /*width: 100%;*/
    }
    .search-input > i {
        right: 20px;
    }
    .search-box form .search-btn {
        float: left; 
        /*width: 100%; */
        padding: 0;
    }
    .search-input.line::before {
        display: none;
    }
    .viewall span {
        font-size: 1.875rem;
    }
    .howworksec {
        background: none;
    }
    .main-nav li.mobile-list {
        display: block;
    }
    .heading h2 {
        font-size: 1.625rem;
    }

    .sidebar-widget {
        margin-top: 14px;
    }
    .currency-blk {
        display: block;
        padding:15px 20px;
    }
    .currency-blk select {
        margin-top: 0;
        height: auto;
        padding: 0.770rem;
        width: 201px;
    }
    .mobile-list .post-service-blk {
        padding:15px 20px;
        display: block;
    }
    .mobile-list .get_pro_subscription {
        background-color: #243D99;
        border-radius: 8px;
        padding: 8px 12px !important;
        text-align: center;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }

    .book-service-right {
        display: none;
    }
    .book-service-left {
        display: block;
    }
    .popularCatWrap__wr .item__wr{
        max-width: calc(100% / 2);
    }
    .aboutWrapSec__wr .imageParentWrap__wr .imageWrap__wr{
        padding-top: calc((286/437) * 100%);
        margin-bottom: 2rem;
    }
    .visionMissionWrapSec__wr .imageWrap__wr{
        position: relative;
        width: 100%;
        top: auto;
        bottom: auto;
        display: flex;
        padding-top: calc((286/437) * 100%);
    }
    .visionMissionWrapSec__wr .contentWrap__wr{
        padding: 0;
        padding-top: 2rem;
    }
    .visionMissionWrapSec__wr .rowWrap__wr~.rowWrap__wr{
        margin-top: 3rem;
    }
    .faqParentWrapSec__wr .faqTabWarp__wr{
        max-width: 500px;
        margin: 0 auto;
    }
    .middle-app-section{
        padding-bottom: 40px;
    }
    .middle-app-section .mobileScreen__wr{
        text-align: center;
        margin-bottom: 40px;
    }
    .middle-app-section .mobileScreen__wr img{
        max-width: 250px;
    }
    .middle-app-section .middle-app-content{
        text-align: center;
    }
    .middle-app-section .links-list{
        justify-content: center !important;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }
    .popular-services>.container>.row>[class*=col-]>.row{
        align-items: center;
    }
    .popular-services>.container>.row>[class*=col-]>.row>[class*=col-]:first-child{
        flex: 1;
    }
    .popular-services>.container>.row>[class*=col-]>.row>[class*=col-]{
        flex: 0 0 auto;
        max-width: unset;
        width: auto;
    }
    .popular-services .viewall{
        padding: 0;
    }
    .providerBanerWrapSec__wr .formBlockParentWrap__wr{
        margin-top: 48px;
    }
    .visionWrapSec__wr .imageParentWrap__wr .imageWrap__wr{
        padding-top: 60%;
    }
    .visionWrapSec__wr .contentParentWrap__wr{
        margin-top: 40px;
    }
    .missionWrapSec__wr .missionWrap__wr>.row>[class*=col-]~[class*=col-]{
        margin-top: 50px;
    }
    .valuesWrapSec__wr .row>[class*=col-]:nth-child(n+3){
        margin-top: 32px;
    }
    .missionWrapSec__wr .missionWrap__wr{
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .missionWrapSec__wr .imageWrap__wr{
        padding-top: 60%;
    }
    .contactInfoWrap__wr{
        margin-top: 40px;
    }
    .pagination{
        width: 100%;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .wrapper__wr{
        margin: 0 auto;
        justify-content: center;
        /*height: calc(100% - 135px);*/
        height: auto;
        margin-top: 124px;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .rhtImage__wr{
        justify-content: center;
        align-items: flex-end;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .name__wr{
        left: 0;
        text-align: center;
    }
    .home-video-section .videoImageWrap__wr{
        margin-top: 40px;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .name__wr::before{
        display: inline-block;
        position: static;
        transform: unset;
        margin-right: 10px;
    }
    .testimonialWrapSec__wr .titleWrap__wr{
        background: transparent;
        text-align: center;
    }
    .testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr{
        width: 100%;
        padding-top: 40px;
    }
    .testimonialWrapSec__wr .sliderWrap__wr{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .providerVideoWrapSec__wr .boxWrap__wr{
        padding: 5rem 15px;
    }
    .providerVideoWrapSec__wr .contentWrap__wr{
        text-align: center;
    }
    .providerVideoWrapSec__wr .videoBtnWrap__wr{
        margin-top: 40px;
    }
    .testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr .secTitle__wr span{
        display: inline-block;
    }
    .instaWrapSec__wr > .container > .row > [class*=col-]:nth-child(n+3){
        margin-top: 30px;
    }
    .howItworkWrapp__wr{
        overflow: unset;
    }
    .howItworkWrapp__wr::before{
        left: 0;
    }
    .howItworkWrapp__wr ul{
        overflow: unset;
    }
    .howItworkWrapp__wr ul>li{
        width: 100%;
        text-align: right;
    }
    .howItworkWrapp__wr ul>li::before{
        right: auto;
        left: -6px;
    }
    .howItworkWrapp__wr ul>li::after{
        width: 60%;
        right: auto;
        left: 0;
    }
    .timlineWrap__wr .timlineItem__wr .v__wr,
    .timlineWrap__wr .timlineItem__wr::before,
    .timlineWrap__wr .timlineItem__wr::after{
        display: none;
    }
    .timlineWrap__wr .timlineItem__wr .timelineStep{
        display: block;
        width: 100px;
        position: relative;
        top: auto;
    }
    .timlineWrap__wr .timlineItem__wr .timelineStep::after{
        content: '1';
        display: inline-block;
        margin-left: 8px;
    }
    .timlineWrap__wr .timlineItem__wr .timelineIcon__wr{
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        display: flex;
        margin: 0 auto;
        transform: unset;
    }
    .timlineWrap__wr .timlineItem__wr .timelineIcon__wr::before{}
    .timlineWrap__wr .timlineItem__wr .timelineIcon__wr::after{
        z-index: 0;
    }
    .timlineWrap__wr .timlineItem__wr .timelineIcon__wr img{
        position: relative;
        z-index: 1;
    }
    .timlineWrap__wr .timlineItem__wr .contentWrap__wr{
        width: 100%;
    }
    .timlineWrap__wr .timlineItem__wr:nth-child(even) .timelineIcon__wr{
        left: 0;
        right: 0;
    }
    .timlineWrap__wr .timlineItem__wr.timlineItem2 .timelineStep::after{
        content: '2';
    }
    .timlineWrap__wr .timlineItem__wr.timlineItem3 .timelineStep::after{
        content: '3';
    }
    .homeBanerSlider__wr .bannerContentWrap__wr{
        display: block;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr{
        width: 100%;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
        margin-top: 64px;
    }
    .howWorkVideoSec__wr{
        padding: 48px 0;
    }
    .howWorkVideoSec__wr .backGroundImage__wr{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .howWorkVideoSec__wr .backGroundImage__wr img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .howWorkVideoSec__wr .container{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .search-cat{
        row-gap: 15px;
    }
    .search-cat .labelWrap__wr{
        justify-content: center;
        width: 33.333%;
    }
    .service-images.service-carousel .images-carousel.owl-carousel .owl-nav .owl-next,
    .service-images.service-carousel .images-carousel.owl-carousel .owl-nav .owl-prev{
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 18px;
    }
    .service-images.service-carousel .images-carousel.owl-carousel .owl-nav .owl-next{
        left: 0;
    }
    .service-images.service-carousel .images-carousel.owl-carousel .owl-nav .owl-prev{
        right: 0;
    }
    .serviceDetailWrapSec__wr .book-service-left .card.provider-widget .go_book_service{
        display: none;
    }
    .middle-app-section .middle-app-content h1,
    .app-section .app-content h1,
    .providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr .secTitle__wr,
    .providerCountWrapSec__wr .wrapper__wr .title__wr,
    .providerCountWrapSec__wr .secTitle__wr,
    .contactInfoWrap__wr .secTitleParent__wr .secTitle__wr,
    .service-header h1,
    .sidebar-widget .service-amount,
    .testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr .secTitle__wr,
    .contactMainWrapSec__wr .secTitleParent__wr .secTitle__wr{
        font-size: 32px;
    }
    .providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr p:not([class]){
        font-size: 20px;
    }
    .heading span{
        font-size: 16px;
    }
    .viewall a{
        font-size: 14px;
    }
    .viewall a i{
        font-size: inherit;
    }
}
@media only screen and (max-width: 767.98px) {
    body {
        font-size: 0.875rem;
    }
    h1, .h1 {
        font-size: 2rem;
    }
    h2, .h2 {
        font-size: 1.75rem;
    }
    h3, .h3 {
        font-size: 1.375rem;
    }
    h4, .h4 {
        font-size: 1rem;
    }
    h5, .h5 {
        font-size: 0.875rem;
    }
    h6, .h6 {
        font-size: 0.75rem;
    }
    .content {
        /*padding: 15px 0;*/
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-title {
        font-size: 1rem;
    }
    .policy-menu {
        margin-top: 10px;
        text-align: left;
    }
    .form-title {
        font-size: 0.875rem;
    }
    .section-search > h1 ,
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
        font-size: 30px;
    }
    .search-box {
        padding: 10px;
        border-radius: 15px;
    }
    .notificationlist a {
        position: static;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .viewall {
        text-align: left;
        padding: 0 0 30px;
    }
    .viewall span, .search-cat i {
        display: none;
    }
    .search-cat span {
        display: block;
        margin-right: 0;
    }
    .search-cat a {
        margin: 10px 5px;
    }
    #history_page {
        width: 100%;
    }
    .booking-list .booking-widget {
        flex: 0 0 100%;
    }
    .bookings .booking-action {
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 20px;
    }
    .service-cate a {
        font-size: 0.75rem;
    }
    .service-content .title {
        font-size: 1rem;
    }
    .breadcrumb-title h2 {
        font-size: 1.375rem;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-header h2 {
        font-size: 1.875rem;
    }
    .dropdown-menu {
        font-size: 0.875rem;
    }

    .availability-table tr td:not(:first-child) {
        display: block;
    }
    .header-navbar-rht .logged-item .nav-link {
        padding:0px 10px 0px 0px;
    }
    .panel-style {
        margin-bottom: 23px;
    }
    .app-img {
        text-align: left;
    }
    .search-input,
    .search-input.pr_type{
        width: 100%;
    }
    .search-input > i.bficon{
        left: 0;
    }
    .search-box form select.form-control{
        text-indent: 15px;
    }
    .search-input.line{
        width: 100%;
    }
    .search-box form .search-btn{
        width: 100%;
    }
    .popular-services>.container>.row>[class*=col-]>.row>[class*=col-]:first-child{
        flex: unset;
    }
    .popular-services>.container>.row>[class*=col-]>.row>[class*=col-]{
        width: 100%;
    }
    .providerCountWrapSec__wr .wrapper__wr{
        flex-wrap: wrap;
    }
    .providerCountWrapSec__wr .wrapper__wr .imageWrap__wr{
        margin: 0 auto;
    }
    .providerCountWrapSec__wr .wrapper__wr .title__wr{
        margin-top: 16px;
        width: 100%;
        text-align: center;
    }
    .contactInfoWrap__wr{
        margin-bottom: 40px;
        padding-bottom: 0;
    }
    .servicesListWrapSec__wr,
    .serviceDetailWrapSec__wr{
        padding: 15px 0;
    }
    #user_profile_settings #update_user .media,
    #update_provider .media{
        flex-direction: column;
    }
    .theiaStickySidebar .widget.settings-menu ul>li{
        display: block;
    }
    /*.theiaStickySidebar .widget.settings-menu ul>li>a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }*/
    
    .homeBanerSlider__wr .bannerContentWrap__wr .wrapper__wr{
        width: 100%;
        margin-top: 250px;
        height: 570px;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .rhtImage__wr{
        /*height: 74vw;*/
        height: 100%;
    }
    .section-search{
        /*margin-bottom: 600px;*/
    }
    #counter-stats {
        margin-top: 606px;
    }
    .stripeNote__wr{

    }
    .search-box{
        margin-top: calc(35px + 50px);
    }
    
    footer .footer-widget,
    footer .app-img,
    .footer .footer-bottom .copyright-text p,
    .policy-menu,
    #dtBasicExample_wrapper .dataTables_filter,
    #dtBasicExample_wrapper .dataTables_length,
    #dtBasicExample_wrapper .dataTables_info,
    #dtBasicExample_wrapper .dataTables_paginate,
    #user_profile_settings .widget-title,
    #user_profile_settings>.widget .form-group.col-xl-4,
    #user_profile_settings #update_user .row:nth-child(3),
    .dltBtnWrap__wr,
    #update_provider .widget .widget-title,
    #update_provider .widget .form-title,
    #update_provider .media{
        text-align: center;
    }
    .footer-contact-info .footer-address,
    #dtBasicExample_wrapper .dataTables_paginate .pagination{
        justify-content: center;
    }
    .middle-app-section .middle-app-content h1,
    .app-section .app-content h1,
    .providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr .secTitle__wr,
    .providerCountWrapSec__wr .wrapper__wr .title__wr,
    .providerCountWrapSec__wr .secTitle__wr,
    .contactInfoWrap__wr .secTitleParent__wr .secTitle__wr,
    .service-header h1,
    .sidebar-widget .service-amount,
    .testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr .secTitle__wr,
    .contactMainWrapSec__wr .secTitleParent__wr .secTitle__wr{
        font-size: 30px;
    }
    .providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr p:not([class]){
        font-size: 18px;
    }
}
@media only screen and (max-width: 575.98px) {
    body {
        font-size: 0.8125rem;
    }
    h1, .h1 {
        font-size: 1.75rem;
    }
    h2, .h2 {
        font-size: 1.5rem;
    }
    h3, .h3 {
        font-size: 1.25rem;
    }
    h4, .h4 {
        font-size: 1rem;
    }
    h5, .h5, #counter-stats .stats h5{
        font-size: 0.875rem;
    }
    h6, .h6 {
        font-size: 0.75rem;
    }
    .card {
        margin-bottom: 0.9375rem;
    }
    .card-body {
        padding: 1.25rem;
    }
    .card-header {
        padding: .75rem 1.25rem;
    }
    .card-footer {
        padding: .75rem 1.25rem;
    }
    .header-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-nav li.login-link {
        display: block;
    }
    .navbar-header {
        width: 100%;
    }
    #mobile_btn {
        left: 0;
        margin-right: 0;
        padding-right: 15px;
        /*position: absolute;*/
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }
    .bar-icon{
        width: 18px;
    }
    .bar-icon span{
        height: 2px;
        margin-bottom: 6px;
        width: 18px;
    }
    .bar-icon span:nth-child(2) {
        width: 10px;
    }
    .navbar-brand{
        margin-right: 8px;
    }
    .navbar-brand.logo {
        /*display: none;*/
        margin-right: 8px;
    }
    /*.navbar-brand.logo-small {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding: 0 100px;
    }*/
    .navbar-brand.logo img {
        /*height: 36px;*/
        width:196px;
        max-height: 72px;
    }
    .header-navbar-rht > li{
        padding-right: 3px;
    }
    .header-navbar-rht > li:last-child{
        padding-right: 0;
    }
    .header-navbar-rht li > a.header-login,
    .btn-theme{
        font-size: 12px;
    }
    .header-navbar-rht{
        justify-content: flex-end;
    }
    .header-navbar-rht > li.desc-list {
        display: none;
    }
    .header-navbar-rht > li:nth-child(2){
        padding-right: 0;
    }
    .header-navbar-rht > li.enrolLink{
        width: 100%;
        justify-content: flex-end;
        margin-top: 3px;
    }
    .header-navbar-rht > li.enrolLink a{
        font-size: 12px;
    }
    .footer-title {
        font-size: 1.125rem;
    }
    .contacts_card{
      margin-bottom: 15px !important;
    }
    .header-navbar-rht {
        position: absolute;
        right: 15px;
    }
    .comment {
        display: inline-block;
        text-align: center;
    }
    .section-search{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .section-search > h1 ,
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
        font-size: 1.75rem;
    }
    .cate-title span {
        font-size: 0.8125rem;
    }
    .heading h2 {
        font-size: 1.375rem;
    }
    .breadcrumb-title {
        text-align: center;
    }
    .breadcrumb-menu {
        display: none;
    }
    .header-navbar-rht li > a.header-login {
        /*margin-right: 10px;*/
    }
    .popularCatWrap__wr .item__wr {
        max-width: 100%;
    }
    .popular-services .viewall{
        margin-bottom: 32px;
    }
    .cat-sec::before,
    .cat-sec::after,
    .m-app:before,
    .m-app:after{
        display: none;
    }
    .valuesWrapSec__wr .row>[class*=col-]~[class*=col-]{
        margin-top: 32px;
    }
    .visionWrapSec__wr .contentParentWrap__wr .listWrap__wr{
        padding: 24px 15px;
    }
    .visionWrapSec__wr .contentParentWrap__wr .listWrap__wr .itemWrap__wr{
        padding-left: 15px;
    }
    .visionWrapSec__wr .contentParentWrap__wr .listWrap__wr .itemWrap__wr .count__wr{
        position: static;
        float: left;
        margin-right: 15px;
    }
    .contactInfoWrap__wr{
        padding: 0;
    }
    .instaWrapSec__wr .secTitleParent__wr .secTitle__wr{
        padding: 40px 0 40px;
    }
    .instaWrapSec__wr .secTitleParent__wr .secTitle__wr i{
        font-size: 80px;
    }
    .instaWrapSec__wr > .container > .row > [class*=col-]~[class*=col-]{
        margin-top: 30px;
    }
    .contactMainWrapSec__wr .contact-blk-content{
        padding: 32px 15px;
    }
    .howItworkWrapp__wr ul>li{
        padding: 20px 24px;
    }
    .timlineWrap__wr .timlineItem__wr .timelineIcon__wr{
        width: 180px;
        height: 180px;
    }
    .timlineWrap__wr .timlineItem__wr .timelineIcon__wr::after{
        width: 120px;
        height: 120px;
    }
    .timlineWrap__wr .timlineItem__wr .timelineIcon__wr img{
        width: 50px;
    }
    .timlineWrap__wr .timlineItem__wr .contentWrap__wr{
        padding-left: 15px;
        padding-right: 15px;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
        margin-top: 40px;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .wrapper__wr{
        /*height: calc(100% - 70px);*/
        /*margin-top: 400px;*/
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .rhtImage__wr{
        justify-content: center;
    }
    .search-box{
        margin-top: 64px;
    }
    #counter-stats {
        margin-top: 618px;
    }
    .registerSecWrap__wr{
        padding-left: 15px;
        padding-right: 15px;
    }
    .registerSecWrap__wr .modal-body{
        padding: 1.5rem 15px;
    }
    .blog-content{
        padding: 30px 15px;
    }
    .post-list ul li{
        margin-right: 15px;
    }
    /*.search-cat .labelWrap__wr{
        justify-content: center;
        width: 50%;
    }*/
    .search-cat .labelWrap__wr img{
        width: 80px;
    }
    .middle-app-section .middle-app-content h1,
    .app-section .app-content h1,
    .providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr .secTitle__wr,
    .partnerBnefitsWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .serviceBnefitsWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .providerCountWrapSec__wr .wrapper__wr .title__wr,
    .providerCountWrapSec__wr .secTitle__wr,
    .visionWrapSec__wr .contentParentWrap__wr .secTitleParent__wr .secTitle__wr,
    .missionWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .valuesWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .abtContactWrapSec__wr .contentParentWrap__wr .secTitleParent__wr .secTitle__wr,
    .contactInfoWrap__wr .secTitleParent__wr .secTitle__wr,
    .service-header h1,
    .sidebar-widget .service-amount,
    .home-video-section .contentWrap__wr .secTitleParent__wr .secTitle__wr,
    .providerVideoWrapSec__wr .contentWrap__wr .title__wr,
    .instaWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr .secTitle__wr,
    .contactMainWrapSec__wr .secTitleParent__wr .secTitle__wr{
        font-size: 24px;
    }
    .breadcrumb-title h2{
        font-size: 20px;
    }
    .howwork h3,
    .providerCountWrapSec__wr .btn,
    .partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr .content__wr .title__wr,
    .howItworkWrapp__wr ul>li .contentWrap__wr .title__wr,
    .timlineWrap__wr .timlineItem__wr .contentWrap__wr .title__wr{
        font-size: 18px;
    }
    .providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr p:not([class]),
    .contactInfoWrap__wr .infoWrap__wr li a,
    .faq-card .card h4 > a,
    .instaWrapSec__wr .secTitleParent__wr .secTitle__wr span,
    .valuesWrapSec__wr .itemWrap__wr .contentWrap__wr .title__wr{
        font-size: 16px;
    }
    .faqParentWrapSec__wr .faqTabWarp__wr a{
        font-size: 15px;
    }
}
@media only screen and (max-width: 481px) {
    .header-nav{
        padding-left: 8px;
        padding-right: 8px;
    }
    .header-navbar-rht{
        right: 8px;
    }
    .booking-list .booking-widget {
        flex-direction: column;
    }
    .booking-img {
        margin: 0 0 15px;
    }
    .bookings .booking-action {
        justify-content: flex-start;
    }
    .booking-details li span {
        width: 100%;
    }
    .header-navbar-rht .dropdown-menu {
        min-width: 200px;
        padding: 0;
        max-width: 264px;
        right: 0px;
    }
    .header-navbar-rht .dropdown-menu.notify-blk {
        right:-37px;

    }
    .notifications .noti-content {
        width: 300px;
    }
    .header-navbar-rht > li.logged-item:last-child > a {
        padding: 0;
    }
    .header-navbar-rht > li:last-child .dropdown-menu {
        right: 0;
    }
    .service-tabs {
        display: block;
    }
    .service-tabs > li + li {
        margin-left: 0px;
    }
    .service-tabs > li {
        margin:0px 0px 14px 0px;
    }
    .middle-app-section .links-list .btnWrap__wr{
        width: 100%;
        text-align: center;
    }
    .middle-app-section .links-list a{
        margin: 0 auto;
    }
    .middle-app-section .links-list .barcode__wr{
        margin: 0 auto;
        margin-top: 16px;
    }
    .middle-app-section .links-list .btnWrap__wr~.btnWrap__wr{
        margin-left: 0;
        margin-top: 40px;
    }
    .app-section .links-list{
        flex-direction: column;
    }
    .app-section .links-list a~a{
        margin-left: 0;
        margin-top: 1rem;
    }
    .middle-app-section .middle-app-content h1,
    .app-section .app-content h1,
    .section-search > h1,
    .heading h2,
    .providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr .secTitle__wr,
    .partnerBnefitsWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .serviceBnefitsWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .providerCountWrapSec__wr .wrapper__wr .title__wr,
    .providerCountWrapSec__wr .secTitle__wr,
    .providerBanerWrapSec__wr .formBlockParentWrap__wr .secTitleParent__wr .secTitle__wr,
    .visionWrapSec__wr .contentParentWrap__wr .secTitleParent__wr .secTitle__wr,
    .missionWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .valuesWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .abtContactWrapSec__wr .contentParentWrap__wr .secTitleParent__wr .secTitle__wr,
    .contactInfoWrap__wr .secTitleParent__wr .secTitle__wr,
    .service-header h1,
    .sidebar-widget .service-amount,
    .home-video-section .contentWrap__wr .secTitleParent__wr .secTitle__wr,
    .providerVideoWrapSec__wr .contentWrap__wr .title__wr,
    .instaWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr .secTitle__wr,
    .contactMainWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
        font-size: 20px;
    }
    .breadcrumb-title h2{
        font-size: 18px;
    }
    .howwork h3,
    .providerCountWrapSec__wr .btn,
    .partnerBnefitsWrapSec__wr .partnerBnefitsWrap__wr .itemWrap__wr .content__wr .title__wr,
    .howItworkWrapp__wr ul>li .contentWrap__wr .title__wr{
        font-size: 16px;
    }
    .instaWrapSec__wr .secTitleParent__wr .secTitle__wr span{
        font-size: 14px;
    }
}
@media only screen and (max-width: 415px) {
    .homeBanerSlider__wr .bannerContentWrap__wr .wrapper__wr{
        height: 130.553vw;
    }
    #counter-stats{
        margin-top: 142vw;
    }
}
@media only screen and (max-width: 401px) {
    .section-search{
        /*margin-bottom: 550px;*/
    }
    .middle-app-section .links-list a{
        margin: 0 auto;
    }
    .middle-app-section .links-list .barcode__wr{
        margin: 1rem auto 0;
    }
    .howItworkWrapp__wr ul>li::after{
        width: 50%;
    }
    .search-box {
        margin-top: 80px;
    }
    #counter-stats {
        margin-top: 139vw;
    }
    .instaWrapSec__wr .secTitleParent__wr .secTitle__wr i{
        font-size: 60px;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .wrapper__wr{
        /*height: calc(100% - 60px);*/
    }
    .middle-app-section .middle-app-content h1,
    .app-section .app-content h1,
    .section-search > h1,
    .heading h2,
    .providerBanerWrapSec__wr .bannerContentWrap__wr .secTitleParent__wr .secTitle__wr,
    .partnerBnefitsWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .serviceBnefitsWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .providerCountWrapSec__wr .wrapper__wr .title__wr,
    .providerCountWrapSec__wr .secTitle__wr,
    .visionWrapSec__wr .contentParentWrap__wr .secTitleParent__wr .secTitle__wr,
    .missionWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .valuesWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .abtContactWrapSec__wr .contentParentWrap__wr .secTitleParent__wr .secTitle__wr,
    .contactInfoWrap__wr .secTitleParent__wr .secTitle__wr,
    .service-header h1,
    .sidebar-widget .service-amount,
    .home-video-section .contentWrap__wr .secTitleParent__wr .secTitle__wr,
    .providerVideoWrapSec__wr .contentWrap__wr .title__wr,
    .instaWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .testimonialWrapSec__wr .titleWrap__wr .secTitleParent__wr .secTitle__wr,
    .contactMainWrapSec__wr .secTitleParent__wr .secTitle__wr,
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
        font-size: 18px;
    }
    .providerBanerWrapSec__wr .formBlockParentWrap__wr .secTitleParent__wr .secTitle__wr,
    .breadcrumb-title h2,
    .home-video-section .contentWrap__wr ul>li .title__wr{
        font-size: 16px;
    }
}
@media only screen and (max-width: 391px) {
    .contactMainWrapSec__wr .contact-blk-content .submit-section .submit-btn{
        width: 100%;
        text-align: center;
    }
    .providerBanerWrapSec__wr .formBlockParentWrap__wr .secTitleParent__wr .secTitle__wr, 
    .breadcrumb-title h2, 
    .home-video-section .contentWrap__wr ul>li .title__wr{
        font-size: 14px;
    }
}
@media only screen and (max-width: 361px) {
    .howItworkWrapp__wr ul>li::after{
        width: 40%;
    }
    .section-search{
        /*margin-bottom: 500px;*/
    }
}
@media only screen and (max-width: 321px) {
    .section-search{
        /*margin-bottom: 450px;*/
    }
    .navbar-brand.logo img {
        height: 30px;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .contentWrapp__wr .bannerTitle__wr{
        min-height: 4.05rem;
    }
    .homeBanerSlider__wr .bannerContentWrap__wr .wrapper__wr{
        height: 127.5vw;
    }
    #counter-stats{
        margin-top: 144vw;
    }
}