/*Toggle button on/off css*/
/* testimonial-setting css */
.container-fluid{
background-color:#ffffff;

}
.ms_comment_settings {
font-size: 17px !important;
padding-left: 20px;
font: initial;
margin-top: 5px;
}
.testimonial_img_preview img {
width: 40%;
}
.setting-css {
margin-top: 5%;
margin-right: 0px !important;
}
.custom-radios div {
display: inline-block;
margin-left: 7px;
}
.custom-radios input[type="radio"] {
display: none;
}
.custom-radios input[type="radio"] + label {
color: #333;
font-family: Arial, sans-serif;
font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
display: inline-block;
width: 40px;
height: 40px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
border-radius: 50%;
border: 2px solid #FFFFFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
background-repeat: no-repeat;
background-position: center;
text-align: center;
line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
opacity: 0;
transition: all .3s ease;
}
.custom-radios input[type="radio"]#title_color_1 + label span {
background-color: #000000;
}
.custom-radios input[type="radio"]#title_color_2 + label span {
background-color: #ffffff;

}
.custom-radios input[type="radio"]#title_color_3 + label span {
background-color: #1e73be;
}
.custom-radios input[type="radio"]#title_color_4 + label span {
background-color: #dd3333;
}
.custom-radios input[type="radio"]#description_color1 + label span {
background-color: #000000;
}
.custom-radios input[type="radio"]#description_color2 + label span {
background-color: #ffffff;
}
.custom-radios input[type="radio"]#description_color3 + label span {
background-color: #1e73be;
}
.custom-radios input[type="radio"]#description_color4 + label span {
background-color: #dd3333;
}
.custom-radios input[type="radio"]#designation_color1 + label span {
background-color: #000000;
}
.custom-radios input[type="radio"]#designation_color2 + label span {
background-color: #ffffff;
}
.custom-radios input[type="radio"]#designation_color3 + label span {
background-color: #1e73be;
}
.custom-radios input[type="radio"]#designation_color4 + label span {
background-color: #dd3333;
}
.custom-radios input[type="radio"]:checked + label span {
opacity: 1;
/* background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg) center center no-repeat;*/
background: url('../../include/img/check-icn.png') center center no-repeat; /* Adjust path as needed */
fill: green;
width: 40px;
height: 40px;
display: inline-block;

}

/* testimonial-setting css */

input[name=testimonial_carousel_design] {
visibility: hidden;
}
.team_layout {
box-shadow: 3px 4px 20px 0px #999;
opacity: 0.9;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

.team_layout:after {
content: "\f00c";
position: absolute;
opacity: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
color: #f00;
font-size: 45px;
}
.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  overflow: hidden;
  padding-left: 18px
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
	display: inline-block;
	width: 60px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 6px 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.pa-lower-title {
	background-color: rgb(246,144,127);
	color: white;
	font-family: Verdana;
	font-size: 20px;
	font-weight: initial;
	margin-left: 30px;
	padding-left: 10px;
	width: 55%;
}

.switch-field label:hover {
	cursor: pointer;

}

.switch-field input:checked + label {
  background-color: #0069DA;
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#FFFFFF;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.em_size_field label {
	width:130px;
}
/**/

/* Rabge bar css*/

.range-slider {
  width: 40%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(98% - (73px)) !important;
  height: 7px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 2px;
  display:inline !important;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
   appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #086EDB;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #086EDB;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #086EDB;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #FF7A5A;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #FFCCBC;
}
.range-slider__range:active::-moz-range-thumb {
  background: #FFCCBC;
}

.range-slider__value {
  display: inline-block !important;
  position: relative !important;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #0069DA;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value::after {
  position: absolute !important;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #086EDB;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


/* Title Css */

.bg-title {
	background-color: #F25E51;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 12px;
}
.bg-title1 {
	background-color: #FF857A;;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.bg-lower-title {
	font-size: 20px;
	font-weight: 500;
	background-color: #F6F6F6;
	color: #23282D;
	font-family: icon;
	padding-left: 10px;
	margin-left: 10px
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
float: left;
}

/*======*******========media query=========******=======*/
@media only screen and (max-width: 359px) {
	.em_size_field  {
		width:80%;
	}
}
@media only screen and (max-width: 300px) {
	#shortcode  {
		width:100%;
	}
}
