html, body {
    height: 100%;
    margin: 0;
    padding: 0;color:#47474f;
}

body{font-family: "Amiko", sans-serif;
  font-weight: 400;
  font-style: normal;background-color: #f5f5fa;color:#47474f;
}
a{text-decoration:none !important;}
p{margin-bottom:10px;}
img{max-width:100%;max-height:100%;}
table{width: 100%;}

.site-content > .ast-container{width:100%;max-width:100%;display:block !important;padding:0px !important;}
.ws-section{width:100%;}
.ws-row{width:100%;}
.page-wrapper {width:100%;
    display: flex;
    flex-direction: column;
}

.ws-main-content-area{width: 100%;position:relative;background-color: #f5f5fa;display:flex;min-height: 85vh;}
.ws-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0px 20px;
}
.ws-sticky-header{width:100%;float:left;position:fixed;top:0!important;left:0;z-index:10;background-color:#fff;-webkit-box-shadow:0 0 25px 20px rgba(0,0,0,.2);-moz-box-shadow:0 0 25px 20px rgba(0,0,0,.2);box-shadow:0 0 100px 0px rgba(0,0,0,.2);-webkit-transition:all .5s ease;-moz-transition:position 10s;-ms-transition:position 10s;-o-transition:position 10s;transition:all .5s ease;-webkit-animation: HeaderStickyAnimation 0.5s ease-out;-moz-animation: HeaderStickyAnimation 0.5s ease-out;-ms-animation: HeaderStickyAnimation 0.5s ease-out;animation: HeaderStickyAnimation 0.5s ease-out; }
.ws-header-placeholder{display:none;}
@keyframes HeaderStickyAnimation{0%{transform:translateY(-40px)}100%{transform:translateY(0)}}@-webkit-keyframes HeaderStickyAnimation{0%{-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}


/* Full-screen loader */
.page-loader-screen {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 9999;
}
.page-loader-screen .loader-container {
	position: absolute;top: 0;left:0px;right:0px;bottom:0px;z-index:999;margin:auto;
	width: 600px;
	height: 600px;
	background: #fff;border-radius: 50%;
	
}
.page-loader-screen .loader-container .loader-inner{width:100%;height:100%;position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.page-loader-screen .loader-container .loader-inner .logo{width: 100px;height: 100px;margin:0 auto;border-radius: 50%;position:relative;justify-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border: 4px solid transparent;}
.page-loader-screen .loader-container .loader-inner .logo img{width:auto;height:auto;max-width:50px;max-height:50px;display:block;margin:0 auto;border-radius: 50%;}
.page-loader-screen .loader-container .loader-inner .logo:before{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;border-radius: 50%;
        border: 3px dashed #43BDA7;
        -webkit-animation: LogoBorderAnimation 5s linear infinite;
        -moz-animation: LogoBorderAnimation 5s linear infinite;
        -ms-animation: LogoBorderAnimation 5s linear infinite;
        -o-animation: LogoBorderAnimation 5s linear infinite;
        animation: LogoBorderAnimation 5s linear infinite;
}	
@keyframes LogoBorderAnimation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
	
/* Doors */
.page-loader-screen .door {
	position: absolute;
	width: 50%;
	height: 100vh;
	background-image: radial-gradient(at center center, #30DAC5 0%, #394E6A 100%);
	top: 0;
}

.page-loader-screen .left-door {
	left: 0;
}

.page-loader-screen .right-door {
	right: 0;
}

/* Animation */
.page-loader-screen .open {
	animation: openDoors 1.5s ease-in-out forwards;
}

.page-loader-screen .main-text {width:100%;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	border-right: 3px solid black; /* Cursor effect */
	padding-right: 5px;margin-top:20px;
	
}

/* Standard and Vendor-Prefixed Keyframes */
@keyframes openDoors {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@-webkit-keyframes openDoors {
  0% { -webkit-transform: translateX(0); }
  100% { -webkit-transform: translateX(-100%); }
}

/* Apply Animation with Prefixes */
.animated-element {
  -webkit-animation: openDoors 1s ease-in-out;
  animation: openDoors 1s ease-in-out;
}


.page-loader-screen .right-door.open {
  -webkit-animation: openDoorsRight 1.5s ease-in-out forwards;
    animation: openDoorsRight 1.5s ease-in-out forwards;
    
}

@keyframes openDoorsRight {
    0% { transform: translateX(0); }
    100% { transform: translateX(100%); }
}

@-webkit-keyframes openDoorsRight {
    0% { -webkit-transform: translateX(0); }
    100% { -webkit-transform: translateX(100%); }
}

.text-center{text-align:center;}.text-left{text-align:left;}.ws-col-item-lg-1,.ws-col-item-lg-10,.ws-col-item-lg-11,.ws-col-item-lg-12,.ws-col-item-lg-2,.ws-col-item-lg-3,.ws-col-item-lg-4,.ws-col-item-lg-5,.ws-col-item-lg-6,.ws-col-item-lg-7,.ws-col-item-lg-8,.ws-col-item-lg-9,.ws-col-item-md-1,.ws-col-item-md-10,.ws-col-item-md-11,.ws-col-item-md-12,.ws-col-item-md-2,.ws-col-item-md-3,.ws-col-item-md-4,.ws-col-item-md-5,.ws-col-item-md-6,.ws-col-item-md-7,.ws-col-item-md-8,.ws-col-item-md-9,.ws-col-item-sm-1,.ws-col-item-sm-10,.ws-col-item-sm-11,.ws-col-item-sm-12,.ws-col-item-sm-2,.ws-col-item-sm-3,.ws-col-item-sm-4,.ws-col-item-sm-5,.ws-col-item-sm-6,.ws-col-item-sm-7,.ws-col-item-sm-8,.ws-col-item-sm-9,.ws-col-item-xs-1,.ws-col-item-xs-10,.ws-col-item-xs-11,.ws-col-item-xs-12,.ws-col-item-xs-2,.ws-col-item-xs-3,.ws-col-item-xs-4,.ws-col-item-xs-5,.ws-col-item-xs-6,.ws-col-item-xs-7,.ws-col-item-xs-8,.ws-col-item-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.ws-col-item-xs-1,.ws-col-item-xs-10,.ws-col-item-xs-11,.ws-col-item-xs-12,.ws-col-item-xs-2,.ws-col-item-xs-3,.ws-col-item-xs-4,.ws-col-item-xs-5,.ws-col-item-xs-6,.ws-col-item-xs-7,.ws-col-item-xs-8,.ws-col-item-xs-9{float:left}.ws-col-item-xs-12{width:100%}.ws-col-item-xs-11{width:91.66666667%}.ws-col-item-xs-10{width:83.33333333%}.ws-col-item-xs-9{width:75%}.ws-col-item-xs-8{width:66.66666667%}.ws-col-item-xs-7{width:58.33333333%}.ws-col-item-xs-6{width:50%}.ws-col-item-xs-5{width:41.66666667%}.ws-col-item-xs-4{width:33.33333333%}.ws-col-item-xs-3{width:25%}.ws-col-item-xs-2{width:16.66666667%}.ws-col-item-xs-1{width:8.33333333%}.ws-col-item-xs-pull-12{right:100%}.ws-col-item-xs-pull-11{right:91.66666667%}.ws-col-item-xs-pull-10{right:83.33333333%}.ws-col-item-xs-pull-9{right:75%}.ws-col-item-xs-pull-8{right:66.66666667%}.ws-col-item-xs-pull-7{right:58.33333333%}.ws-col-item-xs-pull-6{right:50%}.ws-col-item-xs-pull-5{right:41.66666667%}.ws-col-item-xs-pull-4{right:33.33333333%}.ws-col-item-xs-pull-3{right:25%}.ws-col-item-xs-pull-2{right:16.66666667%}.ws-col-item-xs-pull-1{right:8.33333333%}.ws-col-item-xs-pull-0{right:0}.ws-col-item-xs-push-12{left:100%}.ws-col-item-xs-push-11{left:91.66666667%}.ws-col-item-xs-push-10{left:83.33333333%}.ws-col-item-xs-push-9{left:75%}.ws-col-item-xs-push-8{left:66.66666667%}.ws-col-item-xs-push-7{left:58.33333333%}.ws-col-item-xs-push-6{left:50%}.ws-col-item-xs-push-5{left:41.66666667%}.ws-col-item-xs-push-4{left:33.33333333%}.ws-col-item-xs-push-3{left:25%}.ws-col-item-xs-push-2{left:16.66666667%}.ws-col-item-xs-push-1{left:8.33333333%}.ws-col-item-xs-push-0{left:0}.ws-col-item-xs-offset-12{margin-left:100%}.ws-col-item-xs-offset-11{margin-left:91.66666667%}.ws-col-item-xs-offset-10{margin-left:83.33333333%}.ws-col-item-xs-offset-9{margin-left:75%}.ws-col-item-xs-offset-8{margin-left:66.66666667%}.ws-col-item-xs-offset-7{margin-left:58.33333333%}.ws-col-item-xs-offset-6{margin-left:50%}.ws-col-item-xs-offset-5{margin-left:41.66666667%}.ws-col-item-xs-offset-4{margin-left:33.33333333%}.ws-col-item-xs-offset-3{margin-left:25%}.ws-col-item-xs-offset-2{margin-left:16.66666667%}.ws-col-item-xs-offset-1{margin-left:8.33333333%}.ws-col-item-xs-offset-0{margin-left:0}@media (min-width:768px){.ws-col-item-sm-1,.ws-col-item-sm-10,.ws-col-item-sm-11,.ws-col-item-sm-12,.ws-col-item-sm-2,.ws-col-item-sm-3,.ws-col-item-sm-4,.ws-col-item-sm-5,.ws-col-item-sm-6,.ws-col-item-sm-7,.ws-col-item-sm-8,.ws-col-item-sm-9{float:left}.ws-col-item-sm-12{width:100%}.ws-col-item-sm-11{width:91.66666667%}.ws-col-item-sm-10{width:83.33333333%}.ws-col-item-sm-9{width:75%}.ws-col-item-sm-8{width:66.66666667%}.ws-col-item-sm-7{width:58.33333333%}.ws-col-item-sm-6{width:50%}.ws-col-item-sm-5{width:41.66666667%}.ws-col-item-sm-4{width:33.33333333%}.ws-col-item-sm-3{width:25%}.ws-col-item-sm-2{width:16.66666667%}.ws-col-item-sm-1{width:8.33333333%}.ws-col-item-sm-pull-12{right:100%}.ws-col-item-sm-pull-11{right:91.66666667%}.ws-col-item-sm-pull-10{right:83.33333333%}.ws-col-item-sm-pull-9{right:75%}.ws-col-item-sm-pull-8{right:66.66666667%}.ws-col-item-sm-pull-7{right:58.33333333%}.ws-col-item-sm-pull-6{right:50%}.ws-col-item-sm-pull-5{right:41.66666667%}.ws-col-item-sm-pull-4{right:33.33333333%}.ws-col-item-sm-pull-3{right:25%}.ws-col-item-sm-pull-2{right:16.66666667%}.ws-col-item-sm-pull-1{right:8.33333333%}.ws-col-item-sm-pull-0{right:0}.ws-col-item-sm-push-12{left:100%}.ws-col-item-sm-push-11{left:91.66666667%}.ws-col-item-sm-push-10{left:83.33333333%}.ws-col-item-sm-push-9{left:75%}.ws-col-item-sm-push-8{left:66.66666667%}.ws-col-item-sm-push-7{left:58.33333333%}.ws-col-item-sm-push-6{left:50%}.ws-col-item-sm-push-5{left:41.66666667%}.ws-col-item-sm-push-4{left:33.33333333%}.ws-col-item-sm-push-3{left:25%}.ws-col-item-sm-push-2{left:16.66666667%}.ws-col-item-sm-push-1{left:8.33333333%}.ws-col-item-sm-push-0{left:0}.ws-col-item-sm-offset-12{margin-left:100%}.ws-col-item-sm-offset-11{margin-left:91.66666667%}.ws-col-item-sm-offset-10{margin-left:83.33333333%}.ws-col-item-sm-offset-9{margin-left:75%}.ws-col-item-sm-offset-8{margin-left:66.66666667%}.ws-col-item-sm-offset-7{margin-left:58.33333333%}.ws-col-item-sm-offset-6{margin-left:50%}.ws-col-item-sm-offset-5{margin-left:41.66666667%}.ws-col-item-sm-offset-4{margin-left:33.33333333%}.ws-col-item-sm-offset-3{margin-left:25%}.ws-col-item-sm-offset-2{margin-left:16.66666667%}.ws-col-item-sm-offset-1{margin-left:8.33333333%}.ws-col-item-sm-offset-0{margin-left:0}}@media (min-width:992px){.ws-col-item-md-1,.ws-col-item-md-10,.ws-col-item-md-11,.ws-col-item-md-12,.ws-col-item-md-2,.ws-col-item-md-3,.ws-col-item-md-4,.ws-col-item-md-5,.ws-col-item-md-6,.ws-col-item-md-7,.ws-col-item-md-8,.ws-col-item-md-9{float:left}.ws-col-item-md-12{width:100%}.ws-col-item-md-11{width:91.66666667%}.ws-col-item-md-10{width:83.33333333%}.ws-col-item-md-9{width:75%}.ws-col-item-md-8{width:66.66666667%}.ws-col-item-md-7{width:58.33333333%}.ws-col-item-md-6{width:50%}.ws-col-item-md-5{width:41.66666667%}.ws-col-item-md-4{width:33.33333333%}.ws-col-item-md-3{width:25%}.ws-col-item-md-2{width:16.66666667%}.ws-col-item-md-1{width:8.33333333%}.ws-col-item-md-pull-12{right:100%}.ws-col-item-md-pull-11{right:91.66666667%}.ws-col-item-md-pull-10{right:83.33333333%}.ws-col-item-md-pull-9{right:75%}.ws-col-item-md-pull-8{right:66.66666667%}.ws-col-item-md-pull-7{right:58.33333333%}.ws-col-item-md-pull-6{right:50%}.ws-col-item-md-pull-5{right:41.66666667%}.ws-col-item-md-pull-4{right:33.33333333%}.ws-col-item-md-pull-3{right:25%}.ws-col-item-md-pull-2{right:16.66666667%}.ws-col-item-md-pull-1{right:8.33333333%}.ws-col-item-md-pull-0{right:0}.ws-col-item-md-push-12{left:100%}.ws-col-item-md-push-11{left:91.66666667%}.ws-col-item-md-push-10{left:83.33333333%}.ws-col-item-md-push-9{left:75%}.ws-col-item-md-push-8{left:66.66666667%}.ws-col-item-md-push-7{left:58.33333333%}.ws-col-item-md-push-6{left:50%}.ws-col-item-md-push-5{left:41.66666667%}.ws-col-item-md-push-4{left:33.33333333%}.ws-col-item-md-push-3{left:25%}.ws-col-item-md-push-2{left:16.66666667%}.ws-col-item-md-push-1{left:8.33333333%}.ws-col-item-md-push-0{left:0}.ws-col-item-md-offset-12{margin-left:100%}.ws-col-item-md-offset-11{margin-left:91.66666667%}.ws-col-item-md-offset-10{margin-left:83.33333333%}.ws-col-item-md-offset-9{margin-left:75%}.ws-col-item-md-offset-8{margin-left:66.66666667%}.ws-col-item-md-offset-7{margin-left:58.33333333%}.ws-col-item-md-offset-6{margin-left:50%}.ws-col-item-md-offset-5{margin-left:41.66666667%}.ws-col-item-md-offset-4{margin-left:33.33333333%}.ws-col-item-md-offset-3{margin-left:25%}.ws-col-item-md-offset-2{margin-left:16.66666667%}.ws-col-item-md-offset-1{margin-left:8.33333333%}.ws-col-item-md-offset-0{margin-left:0}}@media (min-width:1200px){.ws-col-item-lg-1,.ws-col-item-lg-10,.ws-col-item-lg-11,.ws-col-item-lg-12,.ws-col-item-lg-2,.ws-col-item-lg-3,.ws-col-item-lg-4,.ws-col-item-lg-5,.ws-col-item-lg-6,.ws-col-item-lg-7,.ws-col-item-lg-8,.ws-col-item-lg-9{float:left}.ws-col-item-lg-12{width:100%}.ws-col-item-lg-11{width:91.66666667%}.ws-col-item-lg-10{width:83.33333333%}.ws-col-item-lg-9{width:75%}.ws-col-item-lg-8{width:66.66666667%}.ws-col-item-lg-7{width:58.33333333%}.ws-col-item-lg-6{width:50%}.ws-col-item-lg-5{width:41.66666667%}.ws-col-item-lg-4{width:33.33333333%}.ws-col-item-lg-3{width:25%}.ws-col-item-lg-2{width:16.66666667%}.ws-col-item-lg-1{width:8.33333333%}.ws-col-item-lg-pull-12{right:100%}.ws-col-item-lg-pull-11{right:91.66666667%}.ws-col-item-lg-pull-10{right:83.33333333%}.ws-col-item-lg-pull-9{right:75%}.ws-col-item-lg-pull-8{right:66.66666667%}.ws-col-item-lg-pull-7{right:58.33333333%}.ws-col-item-lg-pull-6{right:50%}.ws-col-item-lg-pull-5{right:41.66666667%}.ws-col-item-lg-pull-4{right:33.33333333%}.ws-col-item-lg-pull-3{right:25%}.ws-col-item-lg-pull-2{right:16.66666667%}.ws-col-item-lg-pull-1{right:8.33333333%}.ws-col-item-lg-pull-0{right:0}.ws-col-item-lg-push-12{left:100%}.ws-col-item-lg-push-11{left:91.66666667%}.ws-col-item-lg-push-10{left:83.33333333%}.ws-col-item-lg-push-9{left:75%}.ws-col-item-lg-push-8{left:66.66666667%}.ws-col-item-lg-push-7{left:58.33333333%}.ws-col-item-lg-push-6{left:50%}.ws-col-item-lg-push-5{left:41.66666667%}.ws-col-item-lg-push-4{left:33.33333333%}.ws-col-item-lg-push-3{left:25%}.ws-col-item-lg-push-2{left:16.66666667%}.ws-col-item-lg-push-1{left:8.33333333%}.ws-col-item-lg-push-0{left:0}.ws-col-item-lg-offset-12{margin-left:100%}.ws-col-item-lg-offset-11{margin-left:91.66666667%}.ws-col-item-lg-offset-10{margin-left:83.33333333%}.ws-col-item-lg-offset-9{margin-left:75%}.ws-col-item-lg-offset-8{margin-left:66.66666667%}.ws-col-item-lg-offset-7{margin-left:58.33333333%}.ws-col-item-lg-offset-6{margin-left:50%}.ws-col-item-lg-offset-5{margin-left:41.66666667%}.ws-col-item-lg-offset-4{margin-left:33.33333333%}.ws-col-item-lg-offset-3{margin-left:25%}.ws-col-item-lg-offset-2{margin-left:16.66666667%}.ws-col-item-lg-offset-1{margin-left:8.33333333%}.ws-col-item-lg-offset-0{margin-left:0}}a{text-decoration:none!important}.ws-mt-0{margin-top:0!important}.ws-mb-0{margin-bottom:0!important}.ws-ml-0{margin-left:0!important}.ws-mr-0{margin-right:0!important}.ws-mt-5{margin-top:5px}.ws-mt-10{margin-top:10px}.ws-mt-15{margin-top:15px}.ws-mt-20{margin-top:20px}.ws-mt-25{margin-top:25px}.ws-mt-30{margin-top:30px}.ws-mt-35{margin-top:35px}.ws-mt-40{margin-top:40px}.ws-mt-50{margin-top:50px}.ws-mt-55{margin-top:55px}.ws-mt-60{margin-top:60px}.ws-mt-65{margin-top:65px}.ws-mt-70{margin-top:70px}.ws-mt-75{margin-top:75px}.ws-mt-80{margin-top:80px}.ws-mt-85{margin-top:85px}.ws-mt-90{margin-top:90px}.ws-mt-95{margin-top:95px}.ws-mt-100{margin-top:100px}.ws-mt-105{margin-top:105px}.ws-mt-110{margin-top:110px}.ws-mt-115{margin-top:115px}.ws-mt-120{margin-top:120px}.ws-mt-125{margin-top:125px}.ws-mt-130{margin-top:130px}.ws-mt-135{margin-top:135px}.ws-mt-140{margin-top:140px}.ws-mt-145{margin-top:145px}.ws-mt-150{margin-top:150px}.ws-mb-5{margin-bottom:5px}.ws-mb-10{margin-bottom:10px}.ws-mb-15{margin-bottom:15px}.ws-mb-20{margin-bottom:20px}.ws-mb-25{margin-bottom:25px}.ws-mb-30{margin-bottom:30px}.ws-mb-35{margin-bottom:35px}.ws-mb-40{margin-bottom:40px}.ws-mb-50{margin-bottom:50px}.ws-mb-55{margin-bottom:55px}.ws-mb-60{margin-bottom:60px}.ws-mb-65{margin-bottom:65px}.ws-mb-70{margin-bottom:70px}.ws-mb-75{margin-bottom:75px}.ws-mb-80{margin-bottom:80px}.ws-mb-85{margin-bottom:85px}.ws-mb-90{margin-bottom:90px}.ws-mb-95{margin-bottom:95px}.ws-mb-100{margin-bottom:100px}.ws-mb-105{margin-bottom:105px}.ws-mb-110{margin-bottom:110px}.ws-mb-115{margin-bottom:115px}.ws-mb-120{margin-bottom:120px}.ws-mb-125{margin-bottom:125px}.ws-mb-130{margin-bottom:130px}.ws-mb-135{margin-bottom:135px}.ws-mb-140{margin-bottom:140px}.ws-mb-145{margin-bottom:145px}.ws-mb-150{margin-bottom:150px}.ws-ml-5{margin-left:5px}.ws-ml-10{margin-left:10px}.ws-ml-15{margin-left:15px}.ws-ml-20{margin-left:20px}.ws-ml-25{margin-left:25px}.ws-ml-30{margin-left:30px}.ws-ml-35{margin-left:35px}.ws-ml-40{margin-left:40px}.ws-ml-50{margin-left:50px}.ws-ml-55{margin-left:55px}.ws-ml-60{margin-left:60px}.ws-ml-65{margin-left:65px}.ws-ml-70{margin-left:70px}.ws-ml-75{margin-left:75px}.ws-ml-80{margin-left:80px}.ws-ml-85{margin-left:85px}.ws-ml-90{margin-left:90px}.ws-ml-95{margin-left:95px}.ws-ml-100{margin-left:100px}.ws-ml-105{margin-left:105px}.ws-ml-110{margin-left:110px}.ws-ml-115{margin-left:115px}.ws-ml-120{margin-left:120px}.ws-ml-125{margin-left:125px}.ws-ml-130{margin-left:130px}.ws-ml-135{margin-left:135px}.ws-ml-140{margin-left:140px}.ws-ml-145{margin-left:145px}.ws-ml-150{margin-left:150px}.ws-mr-5{margin-right:5px}.ws-mr-10{margin-right:10px}.ws-mr-15{margin-right:15px}.ws-mr-20{margin-right:20px}.ws-mr-25{margin-right:25px}.ws-mr-30{margin-right:30px}.ws-mr-35{margin-right:35px}.ws-mr-40{margin-right:40px}.ws-mr-50{margin-right:50px}.ws-mr-55{margin-right:55px}.ws-mr-60{margin-right:60px}.ws-mr-65{margin-right:65px}.ws-mr-70{margin-right:70px}.ws-mr-75{margin-right:75px}.ws-mr-80{margin-right:80px}.ws-mr-85{margin-right:85px}.ws-mr-90{margin-right:90px}.ws-mr-95{margin-right:95px}.ws-mr-100{margin-right:100px}.ws-mr-105{margin-right:105px}.ws-mr-110{margin-right:110px}.ws-mr-115{margin-right:115px}.ws-mr-120{margin-right:120px}.ws-mr-125{margin-right:125px}.ws-mr-130{margin-right:130px}.ws-mr-135{margin-right:135px}.ws-mr-140{margin-right:140px}.ws-mr-145{margin-right:145px}.ws-mr-150{margin-right:150px}.ws-pt-0{padding-top:0!important}.ws-pb-0{padding-bottom:0!important}.ws-pl-0{padding-left:0!important}.ws-pr-0{padding-right:0!important}.ws-pt-5{padding-top:5px}.ws-pt-10{padding-top:10px}.ws-pt-15{padding-top:15px}.ws-pt-20{padding-top:20px}.ws-pt-25{padding-top:25px}.ws-pt-30{padding-top:30px}.ws-pt-35{padding-top:35px}.ws-pt-40{padding-top:40px}.ws-pt-50{padding-top:50px}.ws-pt-55{padding-top:55px}.ws-pt-60{padding-top:60px}.ws-pt-65{padding-top:65px}.ws-pt-70{padding-top:70px}.ws-pt-75{padding-top:75px}.ws-pt-80{padding-top:80px}.ws-pt-85{padding-top:85px}.ws-pt-90{padding-top:90px}.ws-pt-95{padding-top:95px}.ws-pt-100{padding-top:100px}.ws-pt-105{padding-top:105px}.ws-pt-110{padding-top:110px}.ws-pt-115{padding-top:115px}.ws-pt-120{padding-top:120px}.ws-pt-125{padding-top:125px}.ws-pt-130{padding-top:130px}.ws-pt-135{padding-top:135px}.ws-pt-140{padding-top:140px}.ws-pt-145{padding-top:145px}.ws-pt-150{padding-top:150px}.ws-pb-5{padding-bottom:5px}.ws-pb-10{padding-bottom:10px}.ws-pb15{padding-bottom:15px}.ws-pb-20{padding-bottom:20px}.ws-pb-25{padding-bottom:25px}.ws-pb-30{padding-bottom:30px}.ws-pb-35{padding-bottom:35px}.ws-pb-40{padding-bottom:40px}.ws-pb-50{padding-bottom:50px}.ws-pb-55{padding-bottom:55px}.ws-pb-60{padding-bottom:60px}.ws-pb-65{padding-bottom:65px}.ws-pb-70{padding-bottom:70px}.ws-pb-75{padding-bottom:75px}.ws-pb-80{padding-bottom:80px}.ws-pb-85{padding-bottom:85px}.ws-pb-90{padding-bottom:90px}.ws-pb-95{padding-bottom:95px}.ws-pb-100{padding-bottom:100px}.ws-pb-105{padding-bottom:105px}.ws-pb-110{padding-bottom:110px}.ws-pb-115{padding-bottom:115px}.ws-pb-120{padding-bottom:120px}.ws-pb-125{padding-bottom:125px}.ws-pb-130{padding-bottom:130px}.ws-pb-135{padding-bottom:135px}.ws-pb-140{padding-bottom:140px}.ws-pb-145{padding-bottom:145px}.ws-pb-150{padding-bottom:150px}.ws-pl-5{padding-left:5px}.ws-pl-10{padding-left:10px}.ws-pl-15{padding-left:15px}.ws-pl-20{padding-left:20px}.ws-pl-25{padding-left:25px}.ws-pl-30{padding-left:30px}.ws-pl-35{padding-left:35px}.ws-pl-40{padding-left:40px}.ws-pl-50{padding-left:50px}.ws-pl-55{padding-left:55px}.ws-pl-60{padding-left:60px}.ws-pl-65{padding-left:65px}.ws-pl-70{padding-left:70px}.ws-pl-75{padding-left:75px}.ws-pl-80{padding-left:80px}.ws-pl-85{padding-left:85px}.ws-pl-90{padding-left:90px}.ws-pl-95{padding-left:95px}.ws-pl-100{padding-left:100px}.ws-pl-105{padding-left:105px}.ws-pl-110{padding-left:110px}.ws-pl-115{padding-left:115px}.ws-pl-120{padding-left:120px}.ws-pl-125{padding-left:125px}.ws-pl-130{padding-left:130px}.ws-pl-135{padding-left:135px}.ws-pl-140{padding-left:140px}.ws-pl-145{padding-left:145px}.ws-pl-150{padding-left:150px}.ws-pr-5{padding-right:5px}.ws-pr-10{padding-right:10px}.ws-pr-15{padding-right:15px}.ws-pr-20{padding-right:20px}.ws-pr-25{padding-right:25px}.ws-pr-30{padding-right:30px}.ws-pr-35{padding-right:35px}.ws-pr-40{padding-right:40px}.ws-pr-50{padding-right:50px}.ws-pr-55{padding-right:55px}.ws-pr-60{padding-right:60px}.ws-pr-65{padding-right:65px}.ws-pr-70{padding-right:70px}.ws-pr-75{padding-right:75px}.ws-pr-80{padding-right:80px}.ws-pr-85{padding-right:85px}.ws-pr-90{padding-right:90px}.ws-pr-95{padding-right:95px}.ws-pr-100{padding-right:100px}.ws-pr-105{padding-right:105px}.ws-pr-110{padding-right:110px}.ws-pr-115{padding-right:115px}.ws-pr-120{padding-right:120px}.ws-pr-125{padding-right:125px}.ws-pr-130{padding-right:130px}.ws-pr-135{padding-right:135px}.ws-pr-140{padding-right:140px}.ws-pr-145{padding-right:145px}.ws-pr-150{padding-right:150px}.ws-no-padding{padding:0!important}.ws-no-margin{margin:0!important}.ws-show{display:block}.ws-hide{display:none}.ws-show-fixed{display:block!important}.ws-hide-fixed{display:none!important}.ws-float-left {float:left}.ws-float-right{float:right}.ws-width-auto{width:auto}.ws-width-auto-fixed{width:auto!important}.ws-full-width{width:100%}.ws-fulll-height{width:100%}.ws-full-width-fixed{width:100%!important}.ws-fulll-height-fixed{height:100%!important}.ws-display-block{display:block}.ws-display-inline-block{display:inline-block}.itemsdf{display:-webkit-box;display:-moz-box;display:-ms-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.itemschdf{display:-webkit-box;display:-moz-box;display:-ms-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.itemscvdf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-align-items:center;-o-align-items:center;-ms-align-items:center;align-items:center}.ws-bold-500{font-weight:500}.ws-bold-600{font-weight:600}.ws-align-center{text-align:center}.ws-show-this{display:block}.ws-hide-this{display:none}.ws-row{width:100%;float:left}.ws-fixedToTop{position:fixed!important}
.clear-left{clear:left;}
.clear-right{clear:right;}
form .ws-field-wrapper{width: 100%;float: left;position:relative;}
form .password-toggler {position: absolute;top: 18px;right: 10px;z-index: 1;}
.ws-show{display:block;}
.ws-hide{display:none;}
.ws-disable-selection{ -webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.msg-success{color:green;}
.msg-error{color:#f00;}
form .ws-validation{width:100%;float:left;letter-spacing:1px;display:none;}
form .ws-form-main-heading{width:100%;float:left;text-transform:uppercase;font-size:22px;font-weight: 600;color:#000;background-color: #fff;text-align:center;border-bottom: 3px solid #f1f1f1;padding:10px 10px;}
form .ws-form-group{float:left;}
form .ws-form-group.ws-fulll-width{width:100%;}
form .ws-form-group .ws-input-textual{height:45px;}
form .ws-form-group .ws-input-select{height:45px;padding:0px 10px;border-radius: 0px;}
form .ws-form-group.style-1{float:left;position:relative;margin-top:30px;margin-bottom:10px;}
form .ws-form-group.style-1:last-child{margin-bottom:0px !important;}
form .ws-form-group.style-1 .ws-form-group-inner{width:100%;float:left;position:relative;border:3px solid #048aae;background-color:#fff;padding:22px 10px 10px 10px;}
form .ws-form-group.style-1 .ws-label-wrapper{width:100%;float:left;display:block;position: absolute;top: -20px;left: 0px;}
form .ws-form-group.style-1 .ws-label-wrapper .ws-label{width:auto !important;min-width:110px;float:left;display:block !important;margin:0px 0px 0px 10px !important;padding: 6px 15px !important;background-color: #048aae;border-radius:3px;}
form .ws-form-group.style-1 .ws-label-wrapper .ws-label-text{color:#fff;font-weight: normal;letter-spacing:1px;display:inline-block;}
form .ws-form-group.style-1 .ws-field-wrapper{width:100%;float:left;}
form .ws-form-group.style-1 input.ws-input{width:100%;float:left;border:2px solid #e0e0e0 !important;border-radius: 0px;outline:none !important;letter-spacing:1px;font-size:16px;}
form .password-toggler-btn{width:70px;height:30px;line-height: 30px !important;display:inline-block;background-color:#008ea2;border-radius:3px;cursor:pointer !important;text-align:center;position: absolute !important;top: 7px !important;right: 10px !important;z-index: 1 !important;border:0px;outline:none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none;}
form .password-toggler-btn .btn-text{color:#fff;}
form .form-btn{border:0px !important;outline:none !important;background-color:#048aae;color:#fff;border-radius:3px !important;display:inline-block;margin:10px auto !important;}
form .form-btn:hover{background-color:#15c5d8 !important;color:#fff !important;}
form .ws-form-group .asterisk{position:relative;display:block;margin-left:10px;font-size: 18px;font-weight: 700;}
form .ws-form-group .asterisk:after{content:'*';position:relative;top:0px;left:0px;color:#f00;display:block;}
.ws-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.ws-popup.popup-show{display:flex;}
.ws-popup.popup-hide{display:none;}

.ws-popup .popup-content {
  background: #fff;
  padding: 20px;font-size: 20px; font-weight: 600;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}

.ws-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.ws-popup .popup-body {
  margin: 20px 0;
}
.tabs-container{width:100%;float:left;position:relative;}
.tabs-container .tab-content{width:100%;float:left;position:relative;}
.tabs-container .tab-item{width:100%;float:left;position:relative;display:none;}
.tabs-container .tab-item.tab-item-active{display:block;}
.tabs-container .tabs-nav-container{width:100%;float:left;position:relative;margin-bottom:10px;}
.tabs-container .tabs-nav-item {float:left;margin:0px 10px 10px 0px;}
.tabs-container .tabs-nav-item .tabs-nav-label{position:relative;}
.tabs-container .tabs-nav-item .tabs-nav-link{position:relative;border:0px solid #ccc;background-color:#fff;padding:5px 10px;border-radius:3px;cursor:pointer;}
.tabs-container .tabs-nav-item .tabs-nav-link.item-active{background-color:#048aae;color:#fff;}
.tabs-container .tabs-nav-item .tabs-nav-link.item-active:before{
  border-color: #048aae transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  content: "";
  display: block;
  left: calc(50% - 10px);
  position: absolute;
  width: 0px;
  top: 100%;
}
.ws-password-strength-checker{width:100%;float:left;position:relative;margin:5px 0px 0px 0px;display:none;}
.ws-password-strength-checker .ws-password-strength-checker-inner{width:100%;float:left;position:relative;margin:5px 0px 0px 0px;display:flex;flex-wrap:wrap;align-items:center;}
.ws-password-strength-checker .ws-password-meter{width:100%;float:left;display:none;}
.ws-password-strength-checker .ws-password-strength-text{width:100%;float:left;letter-spacing:1px;}
.ws-password-strength-checker .ws-password-strength-info{width:100%;float:left;letter-spacing:1px;}
.ws-password-strength-checker[data-strength="poor"] .ws-password-strength-text{color:#f00;}
.ws-password-strength-checker[data-strength="medium"] .ws-password-strength-text{color:#eeaa2e;}
.ws-password-strength-checker[data-strength="strong"] .ws-password-strength-text{color:#00b817;}
.custom-select-dropdown-container{width: 100%;float: left;position:relative;display:block;}
.custom-select-dropdown-container .dropdown-loader,
.custom-select-dropdown-container .dropdown-loader .loader-item,
.custom-select-dropdown-container .dropdown-loader .loader-item:after {
  box-sizing: border-box;
}
.custom-select-dropdown-container .dropdown-loader {
  position: absolute !important;top:14px;right:30px; bottom:0px;margin:auto;z-index: 1;
  color: #000;
  width: 25px;
  height: 25px;
  margin:0 auto;display:none;
}
.custom-select-dropdown-container .dropdown-loader .dropdown-loader-spinner 
{
  border: 4px solid #e4e4e4;
  border-top: 4px solid #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: dropdownBoxLoader 2s linear infinite;
}

@keyframes dropdownBoxLoader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-select-dropdown-container .dropdown-box{width: 100%;min-height:50px;float: left;position:relative;float: left;position:relative;cursor:pointer;display: flex;flex-wrap:wrap;}
.custom-select-dropdown-container .dropdown-elements{width: 100%;float: left;position:relative;display:block;}
.custom-select-dropdown-container .show-this{display:block;}
.custom-select-dropdown-container .hide-this{display:none;}
.custom-select-dropdown-container .select-option-text{width: 100%;position:relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none;}
.custom-select-dropdown-container .dropdown-selection{width: 100%;min-height:50px;border:1px solid #ccc;padding:5px 20px 5px 5px;border-radius:6px;position:relative;overflow:hidden;cursor:pointer;display: flex;flex-wrap:wrap;align-items:center;}
.custom-select-dropdown-container .dropdown-selection .selection-text{color:#000;}
.custom-select-dropdown-container .dropdown-selection .dropdown-arrow-icon{width:10px;height:10px;float:right;position:absolute;top:0px;bottom:0px;right:10px;margin:auto;}
.custom-select-dropdown-container .dropdown-selection .dropdown-arrow-icon::before 
{
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	border-color: #000;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
  top: 0;
	transform: rotate(135deg);
}
.custom-select-dropdown-container .dropdown-selection .selection-choices{float: left;position:relative;}
.custom-select-dropdown-container .dropdown-selection .selection-choices:not(.show-this){display:none;}
.custom-select-dropdown-container .dropdown-selection .selection-choice{max-width: 100%;min-height: 25px;background-color: #e4e4e4;
    border: 0px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
	flex-wrap:wrap;
    margin: 2px;
    margin-top: 0px;
    padding: 0;
    position: relative;   
}
.custom-select-dropdown-container .dropdown-selection .selection-choice-inner{width: 100%;position:relative;display:inline-block;}
.custom-select-dropdown-container .dropdown-selection .selection-choice-content{position:relative;margin:0px 0px 0px 20px;padding:2px 10px 2px 10px;display:inline-block; border-left: 1px solid #aaa;}
.custom-select-dropdown-container .dropdown-selection .selection-choice .selection-choice-text{display:inline-block;color:#000;position: relative;margin:0px;line-height:normal;}
.custom-select-dropdown-container .dropdown-selection .selection-choice .selection-choice-remove{ width: 20px;
    min-height: 25px;background-color: transparent;
    border: none;
   
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #6d6d6d;
    
    font-size: 1em;display:inline-block;
    position: absolute;
    left: 0;
    top: 0;z-index:2;
}
.custom-select-dropdown-container .dropdown-selection .selection-choice .selection-choice-remove-icon{width: 20px;height:20px;position:relative;display:inline-block;cursor: pointer;position:absolute;top:5px;left:0px;}
.custom-select-dropdown-container .dropdown-selection .selection-choice .selection-choice-remove-icon:before,.dropdown-box .dropdown-selection .selection-choice .selection-choice-remove-icon:after{content: '';
    position: absolute;
    top: 4px;
    left: 9px;
    display: block;
    width: 2px;
    height: 12px;
    background-color: #6d6d6d;
    border-radius: 50px;
}
.custom-select-dropdown-container .dropdown-selection .selection-choice .selection-choice-remove-icon:before{transform: rotate(45deg);}
.custom-select-dropdown-container .dropdown-selection .selection-choice .selection-choice-remove-icon:after{transform: rotate(-45deg);}
.custom-select-dropdown-container .search-box{width: 100%;float: left;position:relative;padding:10px 10px 2px 10px;}
.custom-select-dropdown-container .search-box .current-value-input{width: 100%;height:40px;border:1px solid #ccc;outline:none !important;padding:10px 10px;}
.custom-select-dropdown-container .search-box .search-box-input{width: 100%;height:40px;border:1px solid #ccc;outline:none !important;padding:10px 10px;}
.custom-select-dropdown-container .search-box .search-box-input::placeholder {color: #666;opacity: 1;}

.custom-select-dropdown-container .search-box .search-box-input:-ms-input-placeholder { color: #666;}
.custom-select-dropdown-container .search-box .search-box-input::-ms-input-placeholder {color: #666;}
.custom-select-dropdown-container .search-box .search-box-input::-webkit-input-placeholder {color: #666;}
.custom-select-dropdown-container .search-box .search-box-input::-moz-placeholder {color: #666;}
.custom-select-dropdown-container .search-box .search-box-input:-moz-placeholder {color: #666;}
.custom-select-dropdown-container .dropdown-options {
    width: 100%;
    background-color:#fff;
    border: 1px solid #ccc;
   overflow: hidden;position: absolute;
    top: 100%;
    left: 0px;z-index:10;margin-top: -5px;
}
.custom-select-dropdown-container .dropdown-options:not(.show-this){display:none;}

.custom-select-dropdown-container .dropdown-content {
    width: 100%;
    background-color:#fff;position: relative;
}
.custom-select-dropdown-container .dropdown-list-wrapper {
  width: 100%;
  position: relative;
  max-height: 300px;
  overflow: auto;

  /* Firefox support */
  scrollbar-width: thin;
  scrollbar-color: #666 #dedede;
}

/* WebKit Browsers: Chrome, Safari, Edge (Chromium) */
.custom-select-dropdown-container .dropdown-list-wrapper::-webkit-scrollbar {
  width: 7px;
  height: 7px; /* For horizontal scrollbars */
  background-color: #dedede;
}

.custom-select-dropdown-container .dropdown-list-wrapper::-webkit-scrollbar-track {
  background-color: #dedede;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.custom-select-dropdown-container .dropdown-list-wrapper::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/* Microsoft Edge & Internet Explorer fallback (very limited support) */
@supports (-ms-ime-align:auto) {
  .custom-select-dropdown-container .dropdown-list-wrapper {
    scrollbar-face-color: #666;
    scrollbar-track-color: #dedede;
  }
}


.custom-select-dropdown-container .dropdown-list {width: 100%;float:left;
    
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item {width:100%;float:left;list-style:none !important;
    width: 100%;position:relative;display:block;
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 10px 10px 10px !important;cursor:pointer;
}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item:last-child{border-bottom:0px !important;}

.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item .option-item-inner {
    width: 100%;float:left;font-size:16px;position:relative;display:flex;flex-wrap:wrap;align-items: center;
    cursor: pointer !important;
}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item .option-item-content {
    width: 100%;float:left;font-size:16px;position:relative;display:flex;flex-wrap:wrap;align-items: center;
    cursor: pointer !important;
}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item .option-item-text {max-width: calc(100% - 30px);
   font-size: 16px;color:#000;font-weight: normal;position:relative;display:inline-block;margin:0px 0px 0px 0px;
}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item.has-checkbox .option-item-text {margin-left:18px;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item .option-item-check-input-wrapper{position:absolute;top:0px;left:0px;margin: 8px 0px 0px 0px;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item input[type=checkbox]{float:left;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item:not(.no-value):hover{background-color: #048aae;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item:not(.no-value):hover .option-item-text {color: #fff;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item:not(.no-value):not(.no-value).item-active{background-color: #048aae;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item:not(.no-value).item-active .option-item-text {color: #fff;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item .cnt-icon-wrapper{
	width:25px;height:25px;display:inline-block;text-align:center;border-radius:50%;background-color:red;color:#fff;margin-left:auto;
}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item .cnt-icon-wrapper .cnt-icon{width: 100%;display: block;color: #fff;position:relative}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item .cnt-icon-wrapper.has-data{background-color: green;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item.has-business .cnt-icon-wrapper.no-data{background-color: red;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item .cnt-icon-wrapper .cnt-icon:before, .dropdown-box .dropdown-options .dropdown-list .option-item .cnt-icon-wrapper .cnt-icon:after{content:'';position:absolute;border-radius:50px;background-color:#fff;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item.has-business .cnt-icon-wrapper .cnt-icon:before, .dropdown-box .dropdown-options .dropdown-list .option-item.has-business .cnt-icon-wrapper .cnt-icon:after{width:2px;height:15px;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item.no-business .cnt-icon-wrapper .cnt-icon:before, .dropdown-box .dropdown-options .dropdown-list .option-item.no-business .cnt-icon-wrapper .cnt-icon:after{top:5px;left:12px;width:2px;height:15px;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item.has-business .cnt-icon-wrapper .cnt-icon:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg); height: 6px;top: 12px;left: 8px; border-radius: 0;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item.has-business .cnt-icon-wrapper .cnt-icon:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);height: 12px;top: 7px;left: 13px;border-radius: 0;}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item.no-business .cnt-icon-wrapper .cnt-icon:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.custom-select-dropdown-container .dropdown-options .dropdown-list .option-item.no-business .cnt-icon-wrapper .cnt-icon:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(-45deg);}

.ws-table-of-contents-widget.style-1  { width: 100%;background-color: #dcf6f8;border-radius: 10px;}
.ws-table-of-contents-widget a { text-decoration: none; }
.ws-table-of-contents-widget.style-1 .ws-toc-head {width: 100%;padding: 0px 0px;position:relative;font-size: 20px;
-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ws-table-of-contents-widget.style-1 .ws-toc-head .ws-toc-head-text-wrapper{width: 100%;padding: 10px 20px 0px 20px; position:relative;display: inline-block;}
.ws-table-of-contents-widget.style-1 .ws-toc-head .ws-toc-head-text-wrapper:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #048aae;
    display: none !important;transform:skew(-30deg, 0deg);transform-origin:100% 100%;
    transition: .5s ease;
}
.ws-table-of-contents-widget.style-1 .ws-toc-head .ws-toc-head-text-wrapper .ws-toc-head-text{position:relative;color:#000;font-weight:600;letter-spacing:1px;z-index:2;}
.ws-table-of-contents-widget.style-1.style-1 .ws-toc-head .ws-toc-toggle-btn{color:#fff;float:right;cursor:pointer;padding: 10px 10px;display:none !important;}
.ws-table-of-contents-widget.style-1 .ws-toc-body {width: 100%;padding: 0px 10px 10px 0px;}
.ws-table-of-contents-widget.style-1 .ws-toc-body.hidden { display: none; }
.ws-table-of-contents-widget.style-1 .ws-toc-body ul{padding: 0px !important;margin: 0px 0px 0px 20px;}
.ws-table-of-contents-widget.style-1 .ws-toc-body ol{padding: 0px !important;margin: 0px 0px 0px 20px;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper {width: 100%;
    list-style: none !important;
    border-left: 0px solid #000 !important;
    padding: 0px 20px 0px 20px !important;margin: 0px !important;
	max-height: 450px;
    overflow-x: hidden;
	overflow-y: auto;
}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #dcf6f8 #99c8d4;
}

.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

@supports (-ms-ime-align:auto) {
    .ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper {
        scrollbar-face-color: #000;
        scrollbar-track-color: #F5F5F5;
    }
}

.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper ul{width: 100%;position:relative;margin:0px 0px 0px 0px;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper ul ul{margin:0px 0px 0px 20px !important;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper ul-none:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 9px;
    width: 1px;
    height: 100%;
	background-color: #d3d3d3;
    border-radius: 50px;
    display: block !important;
}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item {width: 100%;list-style: none !important;margin-bottom: 0px;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-inner{width: 100%;display: inline-block;
    position: relative;
    
}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-link {width: 100%;position:relative;border-left: 1px solid #b9e3e7;line-height:normal;padding:5px 0px 5px 20px;display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-identifier{width:15px;height:15px;line-height:15px;text-align:center;font-size:13px;display:inline-block;background-color: #000;color: #fff;border-radius:50%;position:absolute;top:3px;left:2px;z-index:2;-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;display:none !important;
}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-identifier .ws-toc-list-item-identifier-inner {width: 100%;height: 100%;display: inline-block;position:relative;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-identifier .ws-toc-list-item-identifier-text {display: none;position:relative;z-index:2;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-identifier:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -8px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 2px;
	background-color: #000;
    border-radius: 50px;
    display: none !important;
}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-text{max-width: calc(100% - 0px);margin-left: 0px;font-weight: 600;color:#1b1b1b;display: inline-block;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-link:hover {color: #048aae;cursor:pointer;}
.ws-table-of-contents-widget.style-1.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-item-active {color: #046bd2;font-weight: 600;border-left: 1px solid transparent;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-list-item-link.ws-toc-item-active:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0px;
    margin: auto;
    width: 0;
    height: 0px;
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #046bd2; /* uses link text color */
    display: block !important;
}

.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-item-active .ws-toc-list-item-identifier{background-color: #048aae;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-item-active .ws-toc-list-item-identifier:after{background-color: #048aae;}
.ws-table-of-contents-widget.style-1 .ws-toc-list-wrapper .ws-toc-list-item .ws-toc-item-active .ws-toc-list-item-text{color: #046bd2;}

.ws-related-post-list-widget{width:100%;position:relative;background-color:#fff;border-radius:20px;border:1px solid #dfdfdf;}
.ws-related-post-list-widget .widget-heading-wrapper{width:100%;position:relative;margin:20px 0px 0px 0px;padding:10px 20px;}
.ws-related-post-list-widget .widget-heading-wrapper .widget-heading-text{font-size:24px;font-weight:600;margin:0px;padding:0px;}
.ws-related-post-list-widget .widget-content{width:100%;position:relative;}
.ws-related-post-list-widget .post-list{width:100%;position:relative;}
.ws-related-post-list-widget .post-list{width:100%;position:relative;}
.ws-related-post-list-widget .post-list{width:100%;position:relative;}
.ws-related-post-list-widget .post-list .post-list-item{width:100%;position:relative;margin-bottom:20px;}
.ws-related-post-list-widget .post-list .post-list-item .item-post-content{width:100%;position:relative;}
.ws-related-post-list-widget .post-list .post-list-item .item-post-title{font-size:16px;}
.ws-related-post-list-widget .post-list .post-list-item .item-post-title>a{width:100%;display:block;position:relative;color:#000;background-color:#d1fcd1;padding:15px 20px;}
.ws-related-post-list-widget .post-list .post-list-item .item-post-title>a:hover{background-color:#dcf6f8;color:#046bd2;}

.ws-post-author-box {
  display: flex;flex-wrap:wrap;
position:relative;
}
.ws-post-author-box .box-inner {width:100%;position:relative;  padding: 20px;}
.ws-post-author-box.style-1 .box-inner {width:100%;position:relative;  padding: 20px;display:flex;flex-wrap:wrap;align-items:center;}
.ws-post-author-box.style-1 .author-image-wrapper{width:100px;height:100px;margin:0 20px 0px auto;border-radius: 50%;overflow:hidden;}
.ws-post-author-box.style-1 .author-image-wrapper img {width:100%;height:100%;
  border-radius: 50%;display:block;
}

.ws-post-author-box.style-1 .author-info {position:relative;  margin-top: 0px;flex: 1;}

.ws-post-author-box.style-1 .author-name {
  font-size: 20px;color: #000;
  font-weight: 600;text-align:left;margin-bottom:10px;
}
.ws-post-author-box.style-1 .author-designation {
  font-size: 16px;color: #000;
  font-weight: 600;text-align:left;margin-bottom:10px;
}
.ws-post-author-box.style-1 .author-description {
  font-size: 16px;color: #000;
}
.ws-post-author-box.style-2 .author-image-wrapper{width:100px;height:100px;margin:0 auto 20px auto;border-radius: 50%;overflow:hidden;}
.ws-post-author-box.style-2 .author-image-wrapper img {width:100%;height:100%;
  border-radius: 50%;display:block;
}

.ws-post-author-box.style-2 .author-info {position:relative;  margin-top: 10px;flex: 1;}

.ws-post-author-box.style-2 .author-name {
  font-size: 20px;color: #000;
  font-weight: 600;text-align:center;margin-bottom:10px;
}
.ws-post-author-box.style-2 .author-designation {
  font-size: 16px;color: #000;
  font-weight: 600;text-align:center;margin-bottom:10px;
}
.ws-post-author-box.style-2 .author-description {
  font-size: 16px;color: #000;
}

.ws-blog-detail-page .top-title-bar{width:100%;float:left;background-color: #048AAE;color:#fff;padding:20px;text-align:center;}
.ws-blog-detail-page .top-title-bar .inner-wrap{width:100%;}
.ws-blog-detail-page .top-title-bar .post-title{width:100%;color:#fff;font-size:32px;}
.ws-blog-detail-page .top-title-bar .posted-by{width:100%;color:#fff;font-size:16px;}
.ws-blog-detail-page .entry-header {display:none !important;}
.ws-blog-detail-page .page-content-area {width:100%;float:left;padding:20px 0px;}
.ws-blog-detail-page .ws-sidebar {width:300px;float:left;}
.ws-blog-detail-page .ws-sidebar.right-sidebar {width:300px;float:left;background-color: #fff;padding:20px;}
.ws-blog-detail-page .ws-sidebar.sticky-sidebar{position:fixed;top:110px;z-index:2;}
.ws-blog-detail-page .ws-sidebar .ws-widget{width:100%;float:left;}
.ws-blog-detail-page .ws-sidebar .ws-widget-heading{width:100%;float:left;border-bottom:2px solid #000;margin-bottom:10px;padding-bottom:2px;}
.ws-blog-detail-page .ws-sidebar .ws-widget-heading-text{font-size:20px;color:#000;margin:0px;}
.ws-blog-detail-page .ws-sidebar .post-list{float:left;}
.ws-blog-detail-page .ws-sidebar .post-list .post-list-item{width:100%;float:left;border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:5px;display:flex;flex-wrap:wrap;}
.ws-blog-detail-page .ws-sidebar .post-list .post-list-item .item-post-image{width:100px;float:left;}
.ws-blog-detail-page .ws-sidebar .post-list .post-list-item .item-post-content{float:left;}
.ws-blog-detail-page .ws-sidebar .post-list .post-list-item .item-post-title{font-size:16px;color:#000;}
.ws-blog-detail-page .ws-sidebar .post-list .post-list-item .item-post-title a{color:#000;}
.ws-blog-detail-page .ws-widget-post-content{background-color: #fff;}

.ws-category-list-container{width:100%;float:left;}
.ws-category-list-container .ws-category-list{width:100%;float:left;}
.ws-category-list-container .ws-category-list.list-style-1{width:100%;float:left;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item{float:left;position:relative;margin:0px 0px 20px 0px;padding:0px 10px !important;border-radius: 10px 10px 10px 10px;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-inner{width:100%;float:left;position:relative;background-color: #43bda7;border-radius: 10px 10px 10px 10px;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-row{width:100%;float:left;position:relative;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-col{float:left;position:relative;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-image-wrapper{width:200px;min-height:200px;float:left;position:relative;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-image-wrapper img{width:100%;height:100%;object-fit: cover;display:block;border-radius: 10px 0px 0px 10px;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-content-wrapper{width:calc(100% - 200px);float:left;position:relative;background-color: #43bda7;padding:20px;color:#fff;border-radius: 0px 10px 10px 0px;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-content-wrapper a{color:#fff;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-name{font-size:24px;font-weight:600;color:#fff;}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-description{
display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    height: calc(1em* 1.2* 2);
}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-view-more-info-btn{border:0px;outline:0px;display:inline-block; font-size:16px !important;background-color: transparent;
    color: #000 !important;
    padding: 7px 10px;
    border: 2px solid #000;
    border-radius: 5px;transition:.3s ease;
}
.ws-category-list-container .ws-category-list.list-style-1 .list-item .list-item-view-more-info-btn:hover{background-color: #048aae;color:#fff !important;border-color: #048aae;}

.ws-top-search-section{width:100%;float:left;background-color: #367886;background-color: transparent;background-image: radial-gradient(at center center, #30DAC5 0%, #394E6A 100%);color:#fff;padding:40px 20px;}

.search-container.style-1{width:100%;position: relative;}
.search-container.style-1 .search-container-inner{width:100%;position: relative;display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-container.style-1 .image-holder{width:350px;min-height: 350px;position: relative;border-radius: 30px 0px 0px 30px;background: linear-gradient(100deg, #6bc6ce 0%, #05acc4 100%);background-repeat: no-repeat;background-position: center center;background-size: cover;}
.search-container.style-1 .image-holder img{width:100%;height:100%;border-radius: 30px 0px 0px 30px;object-fit:cover;}
.search-container.style-1 .contents-wrapper{width:calc(100% - 350px);background-color:#fff;padding:30px;border-radius: 0px 30px 30px 0px;}
.search-container.style-1 .sf-tabs-container{width:100%;position:relative;}
.search-container.style-1 .sf-tabs-container .tab-content{width:100%;position:relative;}
.search-container.style-1 .sf-tabs-container .tab-item{width:100%;position:relative;display:none;}
.search-container.style-1 .sf-tabs-container .tab-item.tab-item-active{display:block;}
.search-container.style-1 .sf-tabs-container .tabs-nav-container{width:100%;position:relative;margin-bottom:10px;display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-container.style-1 .sf-tabs-container .tabs-nav-item {position:relative;display:inline-block;margin:0px 20px 10px 0px;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%; /* Start from the center */
    background-color: #43BDA7;
    -webkit-transition: width 0.5s ease, left 0.5s ease;
    -moz-transition: width 0.5s ease, left 0.5s ease;
    -ms-transition: width 0.5s ease, left 0.5s ease;
    -o-transition: width 0.5s ease, left 0.5s ease;
    transition: width 0.5s ease, left 0.5s ease;
}
.search-container.style-1 .sf-tabs-container .tabs-nav-item:hover{cursor:pointer;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item:hover::after {width: 100%; left: 0;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item .tabs-nav-icon-wrapper{width:100%;position:relative;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item  .tabs-nav-icon{width:45px;height:45px;margin:0 auto;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item  .tabs-nav-icon-wrapper img{width:100%;height:100%;margin:0 auto;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item .tabs-nav-label{width:100%;position:relative;text-align:center;color:#000;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item .tabs-nav-inner{position:relative;border:0px solid #ccc;background-color:#fff;padding:5px 10px;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item.item-active img{filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(500%) hue-rotate(120deg);}
.search-container.style-1 .sf-tabs-container .tabs-nav-item.item-active::after{width: 100%;left:0px;}
.search-container.style-1 .sf-tabs-container .tabs-nav-item:hover img{filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(500%) hue-rotate(120deg);}
.search-container.style-1 .search-filters-wrapper form{display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-container.style-1 .search-filters-wrapper .form-fields{width:100%;display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-container.style-1 .search-filters-wrapper .form-group{padding-left:0px !important;margin-bottom:10px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.search-container.style-1 .search-filters-wrapper .form-group.fixed-width{width:215px;padding-left:0px !important;margin-bottom:10px;display: flex;flex-wrap: wrap;}
.search-container.style-1 .search-filters-wrapper .form-group.ws-full-width{width:100% !important;}
.search-container.style-1 .search-filters-wrapper .form-group-inner{width:100%;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;flex-wrap: wrap;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;flex-grow: 1;}
.search-container.style-1 .search-filters-wrapper .field-label-wrapper{width:100%;position:relative;}
.search-container.style-1 .search-filters-wrapper .field-input-wrapper{width:100%;position:relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1;flex-grow: 1;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.search-container.style-1 .search-filters-wrapper .field-label-text{color:#000;font-weight:600;}
.search-container.style-1 .search-filters-wrapper .custom-select-dropdown-container {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.search-container.style-1 .search-filters-wrapper .custom-select-dropdown-container .dropdown-box{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.search-container.style-1 .search-filters-wrapper .custom-select-dropdown-container .dropdown-elements{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.search-container.style-1 .search-filters-wrapper .custom-select-dropdown-container .dropdown-elements-items{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.search-container.style-1 .search-filters-wrapper .custom-select-dropdown-container .dropdown-selection{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.search-container.style-1 .search-filters-wrapper .search-btn-container{margin-top:25px;}
.search-container.style-1 .search-filters-wrapper .search-btn{padding:12px 25px;margin:0px !important;background-color:#43BDA7;color:#fff;font-size:17px !important;}
.search-container.style-1 .search-filters-wrapper .search-btn:hover{background-color:#000 !important;color:#43BDA7 !important;}
.search-container.style-1 .search-loader {
  color: #000;
  position: relative;
  width: 40px;
  height: 40px;
  margin:0px 0px 0px 30px;display:none;
}
.search-container.style-1 .search-loader div {
  transform-origin: 40px 40px;
  animation: searchLoaderAnimation 1.2s linear infinite;
}
.search-container.style-1 .search-loader div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: #000;
}
.search-container.style-1 .search-loader div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.search-container.style-1 .search-loader div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.search-container.style-1 .search-loader div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.search-container.style-1 .search-loader div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.search-container.style-1 .search-loader div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.search-container.style-1 .search-loader div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.search-container.style-1 .search-loader div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.search-container.style-1 .search-loader div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.search-container.style-1 .search-loader div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.search-container.style-1 .search-loader div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.search-container.style-1 .search-loader div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.search-container.style-1 .search-loader div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@-webkit-keyframes searchLoaderAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes searchLoaderAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes searchLoaderAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes searchLoaderAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ✅ User-Friendly Google-Style Loader with Black Spinner */
#loading-indicator {
    position: relative;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000; /* ✅ Black Text */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 1000;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

/* ✅ Smooth Black Spinner */
.spinner {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.3);
    border-top: 3px solid #000; /* ✅ Black Spinner */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* 🔄 Spinner Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ✅ Show Loader when active */
#loading-indicator.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}


@media (max-width: 767px) {
    
}


@media (max-width: 600px){
	
}
@media (max-width: 580px){

}