
body {
    margin: 0 auto;
    font-size: 15px;
    padding: 0;
    font-family: 'arial', sans-serif;
    color: #000;
    /* max-width: 1920px; */
}

::selection {
    background-color: #BFF325;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
 }

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #1d1d1d;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: #4A4A4A;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-heading {
	color: #000000;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.SumoSelect {
	display: block;
	width: 100%;
}
.section {
    margin-top: 50px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color:#9C9C9C;
}

.form-control::-moz-placeholder {
    color:#9C9C9C;
}

.form-control:-ms-input-placeholder {
    color:#9C9C9C;
}

.form-control:-moz-placeholder {
    color:#9C9C9C;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.user_dropdown img {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
   color: #c72026;
}


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader::before {
	content: "";
	width: 100px;
	height: 100px;
	border: 5px solid rgba(0, 0, 0, 0.05);
	border-top-color: #272b75;
	border-radius: 50%;
	animation: spin 1.5s infinite linear;
	display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/

#header {
    height:65px;
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05); */
    background: 0 0 !important;
    background-color: #fff !important;
}

#header.is-sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 65px;
    border-bottom: 1px solid #ededed;
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
#header::before{
    position: absolute;
    content: '';
    border-radius: 0px 0px 0px 80px;
    background:#202777;
    width: 60%;
    right: 0;
    height: 100%;
}
.header_two #header::before {
    width: 61%;
    }
#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    height: 48px;
    width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
	margin-right: 40px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}
#header   .nav-link {
    position: relative;
    padding: 0;
}
#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #BFF325;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
    color: #BFF325;
    transform: scaleX(1);
}

#header .navbar-expand-lg .navbar-nav .nav-link:before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #BFF325;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}

#header .dropdown-toggle::after {
    border: none;
    /* height: 8px;
  width: 11px; */
    /* background-image: url(../img/drop_arrow.png); */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px;
}
#header .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	font-size: 16px;
	position: relative;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
#header .extra_nav {
    margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 10px;
}
#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item:last-child {
    margin-right: 0px !important;
}

#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}


#header .extra_btn:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

#header .header_filled_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #c72026;
    color: #fff;
    border: 1px solid #c72026;
}

#header .header_filled_btn:hover{
    background-color: #fff;
    color: #c72026 ;
}

#header .header_border_btn{    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #fff;
    color: #c72026 ;
    border: 1px solid #c72026;
}
#header .header_border_btn:hover {
    background-color: #c72026;
    color: #fff !important;
}

.header_border_btn:before, .header_filled_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}


#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom;
}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    font-weight: 300;
}


/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
    margin: 0;
    padding: 4px 11px 6px 10px;
}

.lang_country {
    position: relative;
    cursor: pointer;
}
.dropdown-toggle.lang_drop {
    border: 0;
    background: transparent;
}
#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
}
#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 0px 0 0px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.extra_nav .nav-link.lang_drop i {
    margin-left: 6px;
    font-size: 16px;
}
.lang_country {
    position: relative;
    padding: 5px 0px 5px 34px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;
}

.lang_country .flag_ico img {
    width: 20px;
    height: 20px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: #bff325;
    background-color: transparent;
}


.navbar-brand {
    font-size: 0;
}
/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #d42027;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: #d42027;
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 219px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}
.copyright {
	padding: 30px 0 0;
	border-top: 1px solid rgb(255,255,255,.16);
	margin-top: 50px;
}
.newsletter-form .form-control {
    height: 45px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    background: transparent;
    border: 0;
    border-radius: 3px;
    padding-right: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: #d42027;
}

footer h6 {
    font-size: 17px;
    color: #000;
    margin: 0 0 27px;
    position: relative;
}

.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

ul.footer-links li {
    padding: 0;
    list-style: none;
    /* margin-bottom: 10px; */
}

.footer-links li a {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
    position: relative;
    padding-left: 15px;
}

ul.footer-links li:hover a {
    color: #BFF325;
}
.footer-links li:hover a::before{
    color: #BFF325;
}
ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper {
	background: #202777;
	padding: 120px 0 30px;
	/* border-top: 1px solid #eeeeee; */
}

footer h6 {
	margin: 0 0 26px;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.footer_logo_box {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid rgb(255,255,255,.16);
	padding-bottom: 60px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 30px;
}
.navbar {
    padding: 0;
}
.footer_desc {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
}
.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	row-gap: 25px;
	position: relative;
	max-width: 296px;
}
.footer-links li a::before{
    position: absolute;
    content: '\f105';
    font-size: 13px;
    font-weight: 400;
    left: 0;
    top: -1px;
    color: #fff;
    font-family: "Font-awesome-5-pro";
}
.footer-links li a.active::before{
    color: #BFF325;
}
.footer-links li a.active{
    color: #BFF325;
}
.footer_contText {
	color: #DBDBDB;
	font-size: 14px;
	font-weight: 400;
}
.footer_info_box {
    display: flex;
    gap: 10px;
    width: 33.33%;
}
.footer_info_box a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    display: block;
    word-break: break-all;
}

.footer_info_box a.footer_address {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    display: block;
    word-break: normal;
}
.copyright_text {
	color: rgb(255,255,255,.70);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: block;
}
.footer_contIcon {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo img {
	max-width: 202px;
	margin-bottom: 21px;
}
.footer_contact_box {
    display: flex;
    gap: 15px;
    row-gap: 30px;
}
.footer-logo {
	max-width: 450px;
}
.footer-social {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
	padding: 0;
}
.footer-social li a {
	width: 35px;
	height: 35px;
	background: rgb(255,255,255,.10);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.footer-social li a svg path{
    color: rgb(255,255,255,.80);
}
.footer-social li a:hover {
	background: #BFF325;
    transition: all .4s ease;
}
.footer-social li a:hover  svg path{
	color: #000;
}
.footer_social_title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}
#top-button {
    display: inline-block;   
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
 
  #top-button.show {
    opacity: 1;
    visibility: visible;
  } 
  .back_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #BFF325;
	display: none;
	border: #BFF325 1px solid;
	z-index: 1;
	border-radius: 4px;
}
.back_top span {
    position: relative;
    display: block;  color: #000;
    width: 100%;
    height: 100%;
}
.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.back_top:hover {
    border-color: #BFF325;
    color: #000;
    background-color: #fff;
}
.back_top:hover span{
     color: #000;
     }


/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 25px;
}

.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */



.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #555 !important;
}

.custom_checkbox input[type="checkbox"]:checked,
 .custom_checkbox input[type="radio"]:checked {
	border: 2px solid #202777;
	background: #202777;
}
.custom_checkbox input[type="checkbox"],
 .custom_checkbox input[type="radio"] {
	height: 21px;
	width: 21px;
	min-width: 21px;
	margin: 0;
	padding: 0;
	opacity: 1;
	appearance: none;
	border: 2px solid #d0d0d0;
	/* border-radius: 5px; */
	background: transparent;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}
/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
}
.custom_radio [type="radio"]:checked + label::after, .custom_radio [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #F87DA9;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.custom_radio  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-control {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 15px 25px;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #2196F3;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #2196F3;
}

.btn-primary:hover {
    color: #2196F3;
    background-color: transparent;
    border: 1px solid #2196F3;
}

.custom_select_block .ms-dd .ms-dd-header{
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;    
    border-radius: 6px;
    border: 1px solid #B1B1B1;
   overflow: hidden;
   width: 100%;
}
.custom_select_block .ms-dd .ms-dd-header .option-selected{
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

.custom_select_block  .ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}
.custom_select_block .ms-dd{
    width: 100%;
}
.custom_select_block .ms-dd .ms-dd-arrow {  
    margin-top: -5px;   
    right: 25px;   
}


/* Select2 */

 

.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}
.floating-diff .floating-label{
    opacity: 0;
}
.floating-diff.focused .floating-label{
    opacity: 1;
}
.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px;
}
.form-group.focused select.form-control{
    padding-top: 21px;
}
.float-checkradio{
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}
.float-checkradio.focused{
    padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label{
    opacity: 0;
}
.select2Part.focused .floating-label{
    opacity: 1;
}
.select2multiple .floating-label{
    opacity: 1;
}
.select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top: 13px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #DFE3E7;
    height: 55px;
}
.select2-container--focus.select2-container--default .select2-selection--single{
    border: 1px solid #5A8DEE;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    transition: 240ms;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    padding-top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
    right: 15px;
    transition: 240ms;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(236 238 241);
    color: #4a494a;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #5A8DEE;
    color: #fff;
}  
.select2-container--default .select2-results__option:last-child{
    border-radius: 0px 0px 4px 4px;
}
.select2-container--default .select2-selection--single{
    border-radius: .267rem;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 19px;

}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, 
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.select2-results__option {
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    color: #4F4F4F;
    font-size: 15px;
    font-weight: 400;
}
.select2-container--open .select2-dropdown--above {
    box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
    border-radius: 0px;
    border: none;
    top: 8px;
    border-radius: 6px;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--below{
    box-shadow: 0px 2px 18px rgb(0 0 0 / 16%);
    border-radius: 0px;
    border: none;
    top: -8px;
    border-radius: 6px;
    overflow: hidden;
}
.select2Part.w-100 > .select2-container{    
    width: 100% !important;
}
.select2-search--dropdown{
    padding: 12px 15px;
    position: relative;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 14px;
    border: 1px solid #DFE3E7;
    border-radius: 4px;
    color: #757575;
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
    padding-right: 45px;
}
.select2-container--default .select2-search--dropdown:after{
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 23px;
    right: 30px;
    font-size: 15px;
    color: rgba(0,0,0,0.54);
}
.select2-container--default .select2-selection--multiple{
    background-color: #fff;
    border: 1px solid #DFE3E7;
    min-height: 50px;
    border-radius: 6px;
    position: relative;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #5A8DEE;
    background-color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    color: #757575;
    line-height: 55px;
    padding-right: 40px;
    display: block;
    height: 100%;
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px;
    transition: 240ms;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 48px;
    right: 15px;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field{
    line-height: initial;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: '';
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    line-height: initial;
    padding: 5px;
    font-size: 14px;
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    cursor: default;
    float: left;
    color: #1f1f1f;
    margin-right: 5px;
    margin-top: 5px;
    width: initial !important;
    padding: 5px 10px;
    padding-right: 24px !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    width: 100% !important;
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    padding-left: 5px;
    line-height: 27px;
    padding-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position: absolute;
    font-size: 17px;
    width: 20px;
    height: 20px;
    top: 3px;
    text-align: center;
    color: #e45555;
    right: 0px;
}
.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px;
}
.select2-container {
	box-sizing: border-box;
	display: block;
	margin: 0;
	position: relative;
	/* vertical-align: middle;
	width: 100% !important; */
}
/*.select2multiple .select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}*/


.form-group{
    position: relative;
    margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control{
    padding-top: 10px;
    transition: 0.15s;
}
.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: none;
}






/* FAQ Page Css Start  */
.faq_section {
	padding: 62px 0;
	margin-bottom: 30px;
}
.faq_block {
    text-align: center;
}
.faq_sub_title {
    color: #202777;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px;
}
/* .section-heading {
    color: #000;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 16px;
} */
.section_desc {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
    max-width: 740px;
    margin: auto;
}
.faq_box{
    position: relative;
} 
/* .faq_box:before {
    content: "";
    background: url(../img/globe.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 140px;
    z-index: -1;
} */
.questions_block {
    padding-top: 50px;
}

.questions_block .accordion-item {
    border: none;
}
.questions_block .accordion-button {
    background-color:transparent;
    box-shadow: none;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.questions_block .accordion-item {
    box-shadow:none;
    margin-bottom: 30px;
}
.questions_block .accordion-collapse.collapse.show {
/*    background-image: linear-gradient(180deg, #FFF 2.72%, #EBECFF 100%);*/
}
.questions_block .accordion-body {
	color: #4A4A4A;
	font-size: 16px;
	padding-top: 0;
	font-weight: 400;
	max-width: 857px;
}
.questions_block .accordion-body {
	padding: 10px 15px 0;
}
.card-img-top {
    height: 170px;
    object-fit: cover;
}
.questions_block .accordion-button {
	padding: 0px;
}
.questions_block .accordion-button::after {
    transform: rotate(0deg);
    background-color: transparent;
  /*  width: 35px;
    height: 35px;*/
    background-position: center;
    border-radius: 100px;
}

.fag_imgNone::before{
    background-image: none;
}
.questions_block .accordion-button.collapsed {
	padding: 0px;
}
.questions_block .accordion-button:not(.collapsed)::after {
	/* transform: var(--bs-accordion-btn-icon-transform); */
        transform: rotate(0deg);
	background-color: transparent;
	padding: 10px !important;
	border-radius: 100px;
	/*width: 35px;
	height: 35px;*/
	background-position-y: center;
	background-position-x: center;
	box-shadow: none;
	transform: rotate(0deg);
/*	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85132 1.93164L10.0001 10.0436L18.1488 1.93164' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");*/
	background-repeat: no-repeat no-repeat;
	background-position: center center;
}
.logo_block {
    display: flex;
    justify-content: space-between;
}
.footer_banner_section {
	margin-bottom: 76px;
}
.logo_track {
    min-width: 155px;
    width: 155px;
}
.logo_track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_box .breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: 'Font-Awesome-5-Pro';
    font-size: 14px;
    margin-top: 5px;
}
.banner_box {
    position: relative;
    background: #ffffff;
    padding: 60px 0 0;
}
.banner-heading {
    color: #000;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
}
.banner_desc {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
}
/* .banner_desc:before {
    content: "";
    background: #BFF325;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -15px;
} */
.breadcrumb-item a {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.breadcrumb-item.active {
    color: #202777;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
/* .banner_text:before {
    content: "";
    background: #BFF325;
    height: 40px;
    width: 50px;
    position: absolute;
    border-radius: 0 20px 20px 0;
    left: 0;
    top: 160px;
} */
.banner_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* background: #BFF325; */
    padding: 20px 0;
    max-width: 900px;
    border-radius: 80px 0 0 190px;
    display: none;
}
.banner_img:after {
    content: "";
    position: absolute;
    width: 800px;
    background: #BFF325;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 80px 0 0 190px;
}
.banner_img img {
    border-radius: 80px 0 0 190px;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    object-fit: cover;
}
.banner_img:before {
    content: "";
    background: #BFF325;
    width: 100px;
    height: 47px;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    left: -37px;
}
/* FAQ Page Css End  */


/*  */
.hero_section_wrap {
    background: #202777;
    min-height: 674px;
    max-height: 674px;
    position: relative;
}
/* .hero_section_wrap::before {
	content: "";
	background: #BFF325;
	height: 60px;
	width: 60px;
	position: absolute;
	border-radius: 0 70px 70px 0;
	left: 0;
	top: 47%;
} */
.heroBtn_box {
    border-radius: 100px;
    background: #BFF325;
    padding: 14px 25px;
    display: block;
    width: fit-content;
    color: #202777;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid transparent;
}
.heroBtn_box:hover {
    background:transparent;
    color: #BFF325;
    border-color:#BFF325;
}
 .custom-width-container {
	max-width: 100%;
	padding-left: calc((100% - 1000px)/2);
}
.hero_content_box {
	max-width: 579px;
	padding-bottom: 50px;
}
.hero_rigth_img img {
    border-radius: 0;
    min-height: 674px;
    max-height: 674px;
    width: 100%;
    object-fit: cover;
}
.hero_rigth_img {
	position: relative;
	/* padding: 52px 0 50px; */
}
/* .hero_rigth_img::before{
    content: "";
    position: absolute;
    width: 87%;
    background: #BFF325;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 80px 0px 0px 190px; 
}
.hero_rigth_img::after {
	content: "";
	background: #BFF325;
	width: 161px;
	height: 60px;
	position: absolute;
	z-index: 99;
	top: 36%;
	transform: translateY(-50%);
	border-radius: 70px;
	left: -80px;
} */
.hero_title {
    color: #FFFFFF;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 30px;
}
.hero_desc {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 40px;
    letter-spacing: 1px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: 0;
	position: absolute;
	left: 0px;
	width: auto;
	bottom: 110px;
}
.swiper-pagination-bullet {
	background: #4A4A4A;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet-active {
    background: #202777;
    box-shadow: 0 0 0 7px #2027774a;
}

.client_reviewStar {
	color: #4A4A4A;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.client_review_content {
	border-radius: 50px 50px 50px 130px;
	background: #F9F9F9;
	margin-top: 121px;
	padding: 0px 112px 45px 112px;
}
.client_review_employ {
    position: relative;
    top: -63px;
    padding: 0 0;
}
.client_review_content .swiper-slide-visible.swiper-slide-thumb-active .client_employe_img::before {
	position: absolute;
	content: '';
	width: 126px;
	height: 126px;
	border-radius: 50%;
	background-color:rgb(140 , 198 ,63 ,.53);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.client_employe_img {
	width: 126px;
	height: 126px;
	cursor: pointer;
}
.client_employe_img img {
	border-radius: 50%;
	width: 126px;
	height: 126px;
	display: block;
	object-fit: cover;
	margin: 0 auto;
}
.client_nameDesc {
	color: #666;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.client_nameTitle {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
}
.client_review_icon {
	text-align: center;
	display: block;
}
.client_review_wrap {
	margin-bottom: 180px;
}

/* Home Page Css Start */

.laundry_cleaning {
    padding: 80px 0;
}
.laundry_cleaning_box {
    text-align: center;
    z-index: 9;
    position: relative;
}
.laundry_cleaning_box img {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}
.laundry_cleaning_box span {
    color: #202777;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}
.laundry_cleaning_box .section-heading {
    max-width: 750px;
    margin: auto;
}
.laundry_cleaning_details {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
}
.laundry_details_items {
    border-radius: 70px;
    background: #202777;
    padding: 5px 24px 5px 10px;
    color: #BFF325;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border: 2px solid #BFF325;
}
.laundry_details_icon {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #202777;
    background: #BFF325;
    display: block;
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.19);
    margin-right: 10px;
}
.laundry_service {
    padding-top: 60px;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 60px;
}
.laundry_service:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.laundry_service_all {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
    background: #FFF;
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}
.laundry_service_img {
    position: relative;
}
.laundry_service .row {
    justify-content: space-between;
    align-items: center;
}
.laundry_service_title {
    color: #202777;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}
.laundry_service_content .section_desc {
    margin-bottom: 20px;
}
.laundry_service_content .section-heading {
    margin-bottom: 20px;
}
.work {
    color: #BFF325;
    font-style: normal;
    border-radius: 100px;
    background: #202777;
    padding: 11px 24px;
    display: block;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid transparent;
    margin-top: 30px;
}
.work:hover {
    background: #BFF325;
    color: #202777;
}
.laundry_service_all_left {
    left: -70px;
}
.bg_remove{
    background-color: transparent;
    box-shadow: none;
}
.laundry_service_content .form-group {
    margin-bottom: 20px;
}
.dry_cleaning_full_box .section-heading {
    max-width: 500px;
    padding: 10px 0 30px 0;
}
.card-title {
	color: #202777;
	font-size: 24px;
	font-weight: 700;
}
.card-text {
    color: #4A4A4A;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.2em;
}
.dry_cleaning_full_block .card {
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
}
/* .dry_cleaning_full_block .card img {
    border-radius: 0px 60px 0 0;
} */
.dry_cleaning_full_block  .card:hover .card-title {
    color: #bff325;
}
.card_icon {
    position: relative;
    border-radius: 50%;
    border: 2px solid #BFF325;
    background: #BFF325;
    width: 70px;
    height: 70px;
    max-width: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -34px;
    left: 50%;
    transform: translateX(-50%);
}
.card_icon img {
    height: 40px;
    width: 40px;
}
.dry_cleaning_full_block .card-body {
	margin-top: -5px;
	text-align: center;
}
.dry_cleaning_full_block .card_icon img {
    border-radius: 0;
}
.dry_cleaning_full_details .row {
    justify-content: center;
    --bs-gutter-y: 1.5rem;
}
.dry_cleaning_full_details {
    padding-bottom: 80px;
}
.work_section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 180px;
}
.work_section:before{
    content: "";
    background-color: #FCFCFC;
    opacity: .9;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -1; */
}
.work_flow_block {
	z-index: 9;
	position: relative;
	display: flex;
	padding-top: 70px;
	overflow: hidden;
}
.iron-wash-detail .section_desc {
	font-size: 14px;
}
.banner_text {
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(32 39 119 / 20%);
}
.work_flow_block:before {
    content: "";
    background-image: url(../img/work-img.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 80px;
    top: 116px;
    z-index: -1;
}
.work_block_img {
    border: 2px dashed #202777;
    padding: 30px;
    border-radius: 100px;
    text-align: center;
    height: 150px;
    width: 150px;
    margin: auto;
    position: relative;
    background-color: #fff;
}
.work_title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 0;
}
.work_track {
    text-align: center;
}
.laundry_service_img img {
	width: 100%;
}
.number {
    position: absolute;
    top: -4px;
    background: #BFF325;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    left: 4px;
}
.work_flow_block .work_track:nth-child(even){
    padding-top: 40px;
}
.payment_section {
    padding: 80px 0;
    background: #fff;
    /* background: linear-gradient(to bottom, #ffffff 69%, #F5FFD6 70%); */
}
.payment_block .section-heading {
    padding-right: 100px;
    padding-top: 10px;
}
.payment_track {
	list-style: none;
	margin-bottom: 0;
	margin-top: 20px;
}
.payment_track li {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
}
.payment_method {
	margin-top: 80px;
	display: flex;
	gap: 16px;
}
.payment_track li:before {
    content: "";
    background: #ffffff;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -30px;
    border-radius: 100px;
    top: 9px;
    border: 4px solid #202777;
}
.payment_section{
    position: relative;
    z-index: 1;
}
.payment_section::before {
    position: absolute;
    content: '';
    height: 260px;
    background: #EBECFF;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
/* Home Page Css End */




/* press-ironing-css */
.cloth_icon {
    background: #BFF325;
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.ironing_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 36px;
    border-bottom: 1px solid #D0D0D0;
    align-items: center;
}
.iron-wash-detail {
    flex: 1;
    text-align: left;
}
.ironing_section .faq_sub_title {
    margin-bottom: 18px;
    display: inline-block;
}
.ironing_section .section-heading {
    margin-bottom: 18px;
    padding-left: 0;
}
.banner-vector-img {
    position: absolute;
    right: 0;
    top: -23px;
}
.ironing_section .section_desc{
    max-width: 100%;
}
.ironing_section {
    padding: 50px 0 35px;
    position: relative;
}
.banner-before-img {
    position: absolute;
    z-index: -1;
    top: -100px;
}


/* pricing-css */
.sub_heading{
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
}

.pricing_section .section_desc{
    max-width: 100%;
}
.price-icon {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #BFF325;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    flex: 0 0 41px;
    position: relative;
}
.price-icon img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    height: 48px;
    width: 48px;
}
.product-heading {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-top: 1px solid rgba(78, 78, 97, 0.20);
    padding: 16px 0 16px;
    margin-bottom: 20px;
    position: relative;
}
.product-heading::before {
	position: absolute;
	content: '';
	width: 73px;
	background-color: rgba(78, 78, 97, 0.20);
	bottom: 0;
	left: 0;
	height: 1px;
}
.size{
    color: #636363;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    bottom: -22px;
    position: relative;
    left: -15px;
}
.size strong{
    color: #636363;
    font-weight: 700;
}
.pricing_listing {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.pricing_listing li {
    width: calc(25% - 15px);
    overflow: hidden;
}
.product_des {
    padding: 15px;
    position: relative;
    border: 1px solid #C3C3C3;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.price-rate {
    background: #BFF325;
    width: 157px;
    height: 157px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: auto;
    top: -60px;
    right: -20px;
    overflow: hidden;
    z-index: -1;
    align-items: center;
    justify-content: center;
}
.price_wrapper {
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 60px;
    margin-top: 20px;
}
.price_Detail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
    min-height: 60px;
}
.price_Detail h4{
    color: #000;   
    font-size: 18px;    
    font-weight: 700;
    line-height: 26px;
}
.pricing_listing .sub_heading{
    margin-bottom: 0;
}
.pricing_listing li:nth-child(even) .price-rate{
    background: #EFFFBE;
}
.pricing_listing li:nth-child(even) .sub_heading {
    color: #202777;
}
.service-detail {
    padding-top: 60px;
    padding-bottom: 170px;
}
.sub-title{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.service-detail .sub_heading{
    margin-bottom: 30px;
}
.service-detail .section_desc{
    max-width: 100%;
}
.service_content{
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}
.service_content::after{
    position: absolute;
    content: "";
    width: 350px;
    height: 1px;
    background: #D0D0D0;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
.service_content:last-child::after{
    display: none;
}
.pricing_listing {
    padding-left: 0;
}

/*  */


/*  */


/* Contect Us css Start */
.laundry_cleaning_box .section_desc {
    max-width: 740px;
    margin-bottom: 50px;
}
.address_box {
    border: 1px solid #D0D0D0;
    border-radius: 20px;
    padding: 20px;
    height: 700px;
    overflow-y: auto;
}
.shop_address_block {
    display: flex;
    border: 1px solid #202777;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.shop_address_block:last-child {
    margin-bottom: 0;
}

.laundry_icon {
    /* width: 60px; */
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #202777;
    background: #202777;
    flex: 0 0 14%;
    min-width: 60px;
}
.contact_details_block {
    display: flex;
    padding: 20px 0px 20px 14px;
    width: 70%;
}
.contact_details_track {
    padding-left: 18px;
    padding-right: 8px;
}
.shop_title {
    margin-bottom: 0;
    color: #202777;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}
.shop_address_track {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 7px;
}
.contact_box {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
}
.contact_items a:hover{
    color: #BFF325;
}
.contact_items a{
    padding-left: 5px;
}
.contact_items, .contact_items a {
    color: #424242;
    font-weight: 600;
    word-break: break-all;
    font-size: 13px;
    display: block;
}
.shop_open_details {
    background-color: #F8FAFF;
    border-left: 1px solid#D0D0D0;
    border-radius: 0 5px 5px 0;
    padding-top: 50px;
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
}
.open_time:last-child{
    padding-bottom: 0;
}
.open_time {
    display: block;
    color: #424242;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 7px;
}
.contact_map {
    height: 100%;
    border-radius: 20px;
        min-height: 160px;
}
.contact_map iframe {
    width: 100%;
    height: 100%;
 
}
.contact_form_box {
    border-radius: 20px;
    border: 1px solid #D0D0D0;
    padding: 40px;
    width: calc(100% - 24px);
    margin: auto;
    margin-top: 50px;
}
.contact_form_box .section-heading {
    padding-left: 0;
}
.form_icon{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.form-floating label {
    padding-left: 45px;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.form-floating label::after{
    background-color: transparent !important;
}
.form-control,.form-control:focus {
    padding-left: 45px !important;
    background: #F8F8F8;
    border: none;
    border-radius: 10px;
}
.textarea_track .form-control {
    padding-left: 20px !important;
}
.textarea_track label{
    padding-left: 20px;
}
.contact_form_box textarea.form-control {
    min-height: calc(1.5em + 10.75rem + calc(var(--bs-border-width) * 2));
    resize: none;
}
.contact_form_box label {
    font-weight: 400;
    color: #4A4A4A !important;
    padding-right: 10px;
}
.privacy_policy{
    color: #202777;
    font-size: 16px;
    font-weight: 400;
}
.form-submit-btn {color: #BFF325;font-style: normal;border-radius: 100px;background: #202777;padding: 11px 40px;display: block;width: fit-content;font-size: 20px;font-weight: 600;border: 1px solid transparent;margin-top: 30px;}
.form-submit-btn:hover {
    background: #bff325;
}
/* Contect Us css End */


/* service-section */
.service_section .laundry_cleaning_box img{
    margin-bottom: 19px;
}
.service_section .laundry_cleaning_box span{
    padding-bottom: 19px;
}
.service_section .section-heading {
    margin-bottom: 15px;
    font-size: 24px;
}
.service_section .banner_desc{
    margin-bottom: 0;
    max-width: 740px;
    text-align: center;
    margin: 0 auto;
}
.service_section .banner_desc::before{
    display: none;
}
.service_section .faq_sub_title {
    color: #202777;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}
.service_section .ironing_wrapper{
    border-bottom: none;
    padding-bottom: 0;
    gap: 25px;
}
.service_section .card-body {
    padding: 15px;
    margin-top: 0;
}
.service_section .dry_cleaning_full_block .card .card-body .cloth_icon img {
    border-radius: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.service_section .dry_cleaning_full_block .card{
    padding-bottom: 0;
}
.price_box {
    display: flex;
    align-items: center;
    margin-top: 13px;
    gap: 10px;
}
.price_rate {
    border-radius: 1px;
    padding: 15px 17px 15px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    height: 60px;
    flex: 1;
}
.price_rate p {
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.price_rate strong{
    font-weight: 700;
}
.price_rate span{
    font-weight: 400;
}
.arrow_box {
    border-radius: 3px;
    background: #BFF325;
    padding: 19px 25px;
    height: 100%;
    width: 60px;
    flex: 0 0 60px;
}
.service_section {
    position: relative;
    margin-top: 60px;
}
 .laundry_cleaning.service_section {
    padding: 80px 0 40px;
}
.service_section.faq_section{
    margin-bottom: 0;
}
.logo_slider {
	padding-bottom: 80px;
}
.today_iconLeft {
	color: #4A4A4A;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

/* spepcialist */

.laundry-icon img {
    max-width: 73px;
    max-height: 70px;
}
.spepcialist-title {
	color: #202777;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
	display: block;
	margin-top: 7px;
	margin-bottom: 13px;
}
.specialist-heading {
	color: #042041;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 16px;
}
.specialist-block {
	text-align: center;
	max-width: 645px;
	margin: 0 auto 170px;
}

.ellipse-client-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ellipse-client-img {
	border-radius: 50%;
	border: 3px solid #BFF325;
	max-width: 270px;
	width: 270px;
	height: 270px;
	background: #FFF;
	max-height: 270px;
	display: flex;
	position: relative;
	top: -140px;
	align-items: center;
	justify-content: center;
	padding: 7px;
	margin: 0 auto;
}

.specialist-item-box {
    background-color: #F3F3F3;
    text-align: center;
    border-radius: 20px 20px 20px 90px;
    height: 100%;
    max-height: 406px;
}
.active_box {
    background-color: #202777;
}
.active_box .cleaner-text {
    color: #ffffff;    
}
.active_box .spec-user-nam {
    color: #fff;
}
.active_box  .social-media-icons li a i {
    color: #D2D4E4;
    border: 1px solid #fff;
}
.active_box .social-media-icons .team_social_icon i {
    background: transparent;
}
.active_box .social-media-icons li .active i {
    background-color: #BFF325;
    color: #202777;
}
.specia-list{
    background-color:#BFF325;
}
.Our_BgTeam{
    background-color:#BFF325;
}
.specialist-card-box {
    margin: 180px 0px 50px;
}
.cleaner-text {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 700;
}
.spec-user-nam {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin: 9px 0px 15px;
}
.social-media-icons {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 0;
}
.social-media-icons li a i{
    color: #4A4A4A;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #BFF325;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-icons li .active i{
    background-color:#BFF325;
    color: #202777;
}
.social-media-icons li .team_social_icon:hover i{
    background-color:#BFF325;
    color: #202777;
}
.social-media-icons li .active:hover i{
    background:none;
    color:#4A4A4A;
}
.specialist-details {
    margin-top: -140px;
    padding: 25px 0px;
}
.Our_BgTeam  li .team_social_icon i ,.Our_BgTeam  li .team_social_icon.active:hover i{
    background:none;
    border: 1px solid #000;
    color:#000;
}
.Our_BgTeam .cleaner-text{
    color: #000;
}
.Our_BgTeam  li .team_social_icon.active i ,.Our_BgTeam  li .team_social_icon:hover i{
    background-color: #000;
    color:#BFF325;
}

.media-iocn li .active:hover i{
    background:none;
    color:#202777;
}
.media-iocn li .team_social_icon:hover i{
    background-color: #000;
    color:#BFF325;
}
.social-media-icons .team_social_icon i {
    background: #fff;
}

.specialist-wrap {
	margin: 40px 0 140px;
}


.how_noPoint{
    font-family: 'Poppins', sans-serif;
}
.privacy_box_head {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.cms_wrapper_block {
    margin-top: 50px;
}
.privacy_Arti_Desc {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
    margin: 11px 0 25px;
}




/*  */
.choose_box {
    position: absolute;
    opacity: 0;
}
.choose_time_block .contact_details_block {
    background: #202777;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.choose_time_block .shop_title,.choose_time_block .shop_address_track,.choose_time_block .contact_items,.choose_time_block  .contact_items a{
    color: #fff;
}

.choose_time_block .shop_open_details {
    background-color: #bff325;
}

.choose_time_block .shop_open_details .shop_title{
    color: #000;
}

.choose_time_block{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);

}

.choose_time_block .laundry_icon {
    background-color: #bff325;
    border: 1px solid #202777;
    color: #202777;
}


/* 13-09-2023 css start */
.span_tittle{
    font-size: 16px;    
    font-weight: 800;   
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #202777;
}


.prise_block {
    background-color: #202777;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.service_price{
    justify-content: center;
    gap: 50px;
}
.left_prise_box {
    color: #BFF325;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    gap: 13px;
    align-items: center;
}
.left_prise_box span{
    font-size: 14px;
    font-weight: 600;
    max-width: 75px;
    text-align: right;
    display: inline-block;
    line-height: 18px;
}
.prise_block a{
    cursor: pointer;
    display: inline-block;
}
.prise_block svg{
    height: 32px;
    width: 32px;

}

/* 13-09-2023 css end */

/* 14-09-2023 css start */
   .left_prise_box span.category_text{
    font-size: 23px;   
    font-weight: 400;    
   }
   .left_prise_box span.item_text{
       max-width: 50px;
   }

   .icon_img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.services_prise_box {
    padding: 15px 0px 20px;
    border-top: 1px solid rgba(78, 78, 97, 0.20);
    display: flex;
    align-items: baseline;
}
/* 14-09-2023 css end */


/* 19-09-2023 css start */
   .header_two #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 12px;
}
   .header_two #header .navbar-expand-lg .navbar-nav .nav-link{
   font-size: 15px;
}
.header_two #header .extra_nav {
    margin-left: 0;
}

.laundry_cleaning .container>div:last-child{
    position: relative;
}
.laundry_cleaning .container>div:last-child::after{
     content: '';
    width: 50%;
    height: 3px;
    /* position: absolute; */
    margin: auto;
    background: #202777;
    margin-top: 60px;
    margin-left: auto;
    display: block;
    border-radius: 22px;
}
.client_review_wrap.hideBefore .faq_block:before{
    content: none;
}
.client_review_wrap .faq_block:before{
     content: '';
    width: 50%;
    height: 3px;
    /* position: absolute; */
    margin: auto;
    background: #202777;
    margin-bottom: 60px;
    margin-left: auto;
    display: block;
    border-radius: 22px;
}
/* 19-09-2023 css end */
.laundry_service_img img {
    border-radius: 15px;
}

.view_more_faq .work {
    margin: 40px auto 0;
}
.shop_title {
    font-size: 15px;
    font-weight: 700px;
}
.shop_name_title {
    padding-bottom: 8px;
}
.shop_detail_title {
    padding-bottom: 16px;
}
.contact_box:not(:last-child){
    margin-bottom: 7px;
}
.copyright_box {
    display: flex;
    justify-content: space-between;
}

.copyright_box .footer-link-new {
    display: flex;
    list-style: none;
    /* gap: 30px; */
}
.footer-link-new a{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

.footer-link-new li:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.footer-link-new li a:hover {
    color: #BFF325;
}
.services_prise_new {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    border-top: 0;
    padding-bottom: 0;
}
.services_prise_new .size {
    bottom: unset;
    left: unset;
}
.services_prise_main {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(78, 78, 97, 0.20);
    justify-content: space-between;
}
.services_prise_new .sub_heading {
    font-size: 20px;
}
.services_prise_new .size strong {
    font-size: 12px;
}
.size_box {
    font-size: 12px;
    font-weight: 500;
}
.questions_block .accordion-button{
    font-size: 16px;
}

.footer_contact2{
    margin-top: 20px;
}