/* Carousel Fading slide */
.carousel-fade .carousel-inner {}
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
  
  
/* CSS STARTS HERE */
.wordpress-developer-body {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
}
.wordpress-cms-item-div-img {
    margin: 0 0 15px 0;
}
.wordpress-cms-item-div p {
    font-size: 18px;
    color: #484848;
    margin: 0;
    display: none;
}
.wordpress-common-class {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.wordpress-banner {
    margin: 101px 0 0 0;
    background-image: url(../images/wordpress-images/banner-bg.jpg);
    height: 283px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 22px 0;
}
.wordpress-banner-right .table-bordered {
    border: 2px solid #000;
    margin: 0;
}
.wordpress-banner-right .table-bordered th {
    border: 2px solid #000;
    margin: 0;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #020202;
        padding: 5px;
}
.wordpress-banner-left img {
    max-width: 100%;
}
.wordpress-banner-right .table-bordered td {
    border: 2px solid #000;
    margin: 0;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #4a4a4a;
        padding: 5px;
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
	font-size: 18px;
    color: #020202;
}

.wordpress-common-class .container {
    width: 1230px;
    padding: 0 15px;
    max-width: 100%;
}
.wordpress-banner-left {
    width: 100%;
    float: left;
    text-align: center;
}
.wordpress-banner-left h1 {
    margin: 0 0 38px 0;
    font-size: 40px;
    color: #1f1f1f;
}
.wordpress-banner-right {
    width: 100%;
    float: left;
    border: 5px solid #fff;
    border-radius: 4px;
}
.wordpress-cms-section {
    background-image: url('../images/wordpress-images/wordpress-cms-bg.png');
    background-repeat: no-repeat;
}
.wordpress-title-div {
    width: 100%;
    float: left;
    text-align: center;
}
.wordpress-title-div .wordpress-title-inner {
    font-size: 40px;
    color: #1f1f1f;
    margin: 0 0 22px 0;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
}
.wordpress-title-div p {
    font-size: 18px;
    color: #646464;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    margin: 0;
}
.wordpress-example-section {
    background-image: url(../images/wordpress-images/example-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wordpress-cms-item-div {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 20px;
    margin: 25px 0 0 0;
}
.wordpress-cms-item-div h4 {
    font-size: 18px;
    color: #646464;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.wordpress-example-bottom-div-right {
    width: 45%;
    float: left;
}
.wordpress-example-bottom-div-right .carousel-inner {
    width: calc(100% + 20%);
    float: right;
}
.ourprocess-timeline-item {
    width: auto;
    float: none;
    margin: 22px auto 0;
    display: table;
}
.ourprocess-timeline-item-top {
    width: 100%;
    float: left;
}
.ourprocess-timeline-item-bottom {
    width: 100%;
    float: left;
}
.ourprocess-timeline-item-top-left {
    width: auto;
    float: left;
	margin: 0 5px 0 -8px;
}
.ourprocess-timeline-item-top-right {
    width: 85%;
    float: left;
    position: relative;
    height: 87px;
}
.ourprocess-timeline-item-top-right p {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    padding: 0px 40px 0 0;
    position: absolute;
    top: 15px;
    margin: 0;
    left: 0;
} 
.ourprocess-timeline-item:hover .ourprocess-timeline-item-bottom {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.ourprocess-timeline-item-even .ourprocess-timeline-item-top-right p {
    bottom: 10px;
    top: unset;
}
.wordpress-customization-bottom-div {
    width: 100%;
    float: left;
    background-color: #03a9f5;
    border-radius: 12px;
    padding: 12px 40px 12px 12px;
    margin: 32px 0 0 0;
}
.wordpress-customization-bottom-div-left {
    width: 58.2%;
    float: left;
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 20px 18px;
    min-height: 420px;
}
.wordpress-customization-bottom-div-left p {
    margin: 0;
    font-size: 18px;
    color: #1f1f1f;
}
.wordpress-customization-bottom-div-left p span, .wordpress-customization-bottom-div-left p a {
    text-decoration: underline;
    color: #1f1f1f;
    font-weight: 600;
}
.wordpress-customization-bottom-div-left p button.btn.btn-info.btn-lg {
    text-decoration: underline;
    color: #1f1f1f;
    font-weight: 600;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none !important;
    white-space: unset;
    display: inline-block;
    vertical-align: bottom;
    font-size: inherit;
}
.wordpress-customization-bottom-div-left ul {
    width: 100%;
    float: left;
    list-style: none;
}
.wordpress-customization-bottom-div-left ul li {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}
.wordpress-customization-bottom-div-left ul li span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.wordpress-customization-bottom-div-left ul li span.span-left-img {
	background-color: #03a9f5;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 4px;
    padding: 8px 0 0 0;
    margin: 0 15px 0 0;
}
.wordpress-customization-bottom-div-left ul li span p {
	margin:0;
	font-size: 22px;
	color: #535353;
}
.wordpress-customization-bottom-div-right {
    width: 41.8%;
    float: right;
    padding: 0 0px 0 40px;
}
form#contact_form .form-group.row {
    width: 100%;
}
.wordpress-customization-bottom-div-right .title-div {
    width: 100%;
    float: left;
}
.wordpress-customization-bottom-div-right .title-div h6 {
    color: #ffffff;
    margin: 0 0 23px 0;
    font-size: 30px;
}
.wordpress-customization-bottom-div-right .form-group .form-control {
    font-size: 16px;
    color: #838383;
    height: 42px;
	padding: 8px 12px;
}
.ourprocess-timeline-section {
    padding-top: 0;
}
.wordpress-customization-bottom-div-right .form-group:last-child {
    margin-bottom: 0;
}
.submit-btn-cnt {
    font-weight: 600;
    font-size: 18px;
    color: #03a9f4;
    position: relative;
    background-color: #ffffff;
    border: 0;
    height: 48px;
    width: 130px;
    border-radius: 4px;
	transition: ease all 0.5s;
}
.submit-btn-cnt:hover {
    box-shadow: 0px 2px 4px #757171;
}
.loader {
	border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #59d3b2;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.validations-cen {
	position: relative;
}
.submit-btn-cnt[disabled] {
display: none;
}

.wordpress-customization-bottom-div-right .form-group .textarea-class {
    height: 170px;
}
.ourprocess-timeline-item-bottom {
    width: 130px;
    float: left;
    background-color: #ffffff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    height: 130px;
    text-align: center;
    padding: 7px 0;
    -webkit-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, transform 0.5s;
}
.timeline-counter {
    font-weight: 600;
    font-size: 50px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}
.ourprocess-timeline-item-even .ourprocess-timeline-item-bottom {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    margin: 0 0 15px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);	
}
.ourprocess-timeline-item-odd .ourprocess-timeline-item-top {
    margin: 25px 0 15px 0;
}
.wordpress-example-bottom-div-left {
    width: 55%;
    float: left;
    background-color: #015abe;
    padding: 55px 40px;
    margin: 66px 0 0 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 300px;
}
.wordpress-example-bottom-div-right-main-width-img {
    width: calc(100% + 20%);
    float: right;
}
.wordpress-example-bottom-div-right-main-responsive-img {
    display: none;
}
.wordpress-example-bottom-div {
    width: 100%;
    float: left;
}
.wordpress-example-bottom-div ol.carousel-indicators {
    display: inline-block;
    position: absolute;
    margin: 0;
    text-align: left;
    width: auto;
    vertical-align: middle;
    left: 25px;
    top: 200px;
    bottom: unset;
}
.wordpress-example-bottom-div-left .vendor-medical-div {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
}
.wordpress-example-bottom-div ol.carousel-indicators li {
    float: none;
    display: table;
    text-indent: 0;
    padding: 0;
    margin: 0 0 15px 0;
    width: 13px;
    height: 13px;
    background-color: #8fa2b2;
    border: 0;
} 
.wordpress-example-bottom-div ol.carousel-indicators li.active {
    background-color: #ffffff;
}
.wordpress-example-div-class {
    width: 100%;
    float: left;
    position: relative;
}

.wordpress-example-bottom-div-left .vendor-medical-div h2 {
    color: #ffffff;
    font-size: 30px;
    margin: 0 0 25px 0;
}
.wordpress-example-bottom-div-left .vendor-medical-div p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 0 45px 0 0;
    line-height: 26px;
} 
.submit-btn-cnt:before {
    content: "";
    background-image: url(../images/wordpress-images/submit.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.responsive-price-page {
    width: 100%;
    float: left;
    display: none;
}
.responsive-price-page-select {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.resource-hourly-rate-left {
    width: 49%;
display: inline-block;
vertical-align: middle;
}
.resource-hourly-rate-select-right {
    width: 49%;
display: inline-block;
vertical-align: middle;
    text-align: right;
}
.webdesinger-btm-cnt {
    width: 100%;
    float: left;
}
.webdesinger-btm-cnt-left { 
    width: 44%;
    float: left;
}
.my-info-1 {
    width: 56%;
    float: left;
}
.webdesinger-btm-cnt-right ul li.large-list-cnt {
    line-height: initial;
}
.webdesinger-btm-cnt-left ul {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
}
.webdesinger-btm-cnt-left ul li {
    margin: 0;
    padding: 5px;
    width: 100%;
    float: left;
    border: 1px solid gray;
    border-right: 0;
    font-size: 15px;
    border-bottom: 0;
    height: 60px;
	line-height: 47px;
	color: #020202;
	font-weight: 600;
}
.resource-hourly-rate-left h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #020202;
}
.resource-hourly-rate-select-right .div-toggle {
    width: 108px;
    font-size: 16px;
    font-weight: 600;
    color: #020202;
}

.webdesinger-btm-cnt-right {
    width: 100%;
    float: left;
}
.webdesinger-btm-cnt-right ul {
    margin: 0;
    width: 100%;
    float: left;
    list-style: none;
}
.webdesinger-btm-cnt-right ul li {
    margin: 0;
    padding: 5px;
    width: 100%;
    float: left;
    border: 1px solid gray;
    font-size: 13.8px;
    border-bottom: 0;
    height: 60px;
	line-height: 47px;
	color: #4a4a4a;
	font-weight: 600;
}
.webdesinger-btm-cnt-left ul li:last-child {
    border-bottom: 1px solid gray;
}
.webdesinger-btm-cnt-right ul li:last-child {
    border-bottom: 1px solid gray;
}
.slider-item {
    width: 100%;
    float: left;
}
.slider-item .wordpress-cms-item-div .wordpress-cms-item-div-img img {
    display: unset !important;
    width: auto !important;
}
.owl-dots {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 0 0;
}
.owl-dots .owl-dot {
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #000;
}
.owl-dots .owl-dot {
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.owl-dots .owl-dot.active span {
    background-color: #000;
} 
.wordpress-customization-bottom-div-right .form-group .error {
    font-size: 14px;
    margin: 2px 0 0 0;
} 
.wordpress-banner-left-bottom {
    display: none;
}
.for-responsive-width-div {
    display: none;
}
.why-choose-wordpress-left {
    width: 100%;
    float: left;
}
.why-choose-wordpress-left img {
    max-width: 100%;
}
.why-choose-wordpress-right {
    width: 100%;
    float: left;
}
.why-choose-wordpress-right .wordpress-title-div {
    text-align: left;
}
.wordpress-title-div-list {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}
.wordpress-title-div-list ul {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
}
.wordpress-title-div-list ul li {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}
.wordpress-title-div-list ul li span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.wordpress-title-div-list ul li p {
    font-size: 16px;
    color: #646464;
    font-weight: 600;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
}


/* CSS STARTS HERE */ 


/* RESPONSIVE CSS HERE */
@media (min-width:320px) and (max-width:479px) {
.why-choose-wordpress-left {
    text-align: center;
}
.why-choose-wordpress-right .wordpress-title-div {
    text-align: center;
}
.why-choose-wordpress-right {
    margin: 15px 0 0 0;
}
.wordpress-title-div-list ul li p {
    font-size: 14px;
    width: 78%;
}
.wordpress-banner-left h1 {
    margin: 0 0 15px 0;
    font-size: 25px;
}
.for-responsive-width-div {
    display: block;
}
.for-main-width-div {
    display: none;
}
.ourprocess-timeline-item { 
    width: 100%;
    float: left;
    margin: 22px 0 0 0;
}
.ourprocess-timeline-item-bottom img {
    display: none;
}
.ourprocess-timeline-item-bottom {
    width: 45px;
	float: none;
	border-top-left-radius: 100%;
	height: 45px;
	padding: 7px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: none;
	transition: none;
	display: inline-block;
	vertical-align: middle;
}
.ourprocess-timeline-item-top {
    margin: 0;
	width: 78%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.ourprocess-timeline-item:hover .ourprocess-timeline-item-bottom {
    -ms-transform: 0;
    -webkit-transform: 0;
    transform: 0;
} 
.ourprocess-timeline-item-top-left {
    display: none;
}
.ourprocess-timeline-item-top-right {
    height: auto;
    width: 95%;
}
.timeline-counter {
	font-size: 22px;
	top: 7px;
}
.ourprocess-timeline-item-even .ourprocess-timeline-item-bottom {
    border-bottom-left-radius: 100%;
    margin: 0;
}
.ourprocess-timeline-item-even .ourprocess-timeline-item-top-right p {
    bottom: 10px;
    top: unset;
    position: unset;
}





#contact_form .error {
    margin-top: -15px;
    margin-bottom: 15px;
}
.wordpress-banner-left-top {
    display: none;
}
.wordpress-banner-left-bottom {
    display: inline-block;
}
.wordpress-banner-left {
    margin: 20px 0 20px 0;
}
.loader {
    margin: 0 auto;
}



.wordpress-example-div-class {
    margin-top: 20px;
}
.wordpress-example-bottom-div-right-main-width-img {
    width: calc(100% + 0%);
    display: none;
} 
.wordpress-example-bottom-div-right-main-responsive-img {
    display: block;
    text-align: center;
    margin: -30px 0 0 0;
}
.wordpress-example-bottom-div-right-main-responsive-img img {
    max-width: 100%;
}

.responsive-price-page {
    display: block;
}



.wordpress-banner {
    margin: 0;
    height: auto;
    padding: 15px 0;
}
.wordpress-banner-right {
    display: none;
}
.wordpress-common-class {
    padding: 15px 0;
}
.wordpress-title-div .wordpress-title-inner {
    font-size: 25px;
    margin: 0 0 10px 0;
}
.wordpress-title-div p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
}
form#contact_form .form-group.row {
    margin: 0;
}
.wordpress-cms-item-div {
    padding: 0;
    margin: 15px 0 0 0;
}
.wordpress-cms-item-div-img {
    margin: 0 0 10px 0;
}
.wordpress-cms-item-div h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.wordpress-cms-item-div p {
    font-size: 15px;
}
.wordpress-example-bottom-div-left {
    width: 100%;
    padding: 20px 15px 40px 15px;
    margin: 0;
    border-radius: 10px;
    height: auto;
}
.wordpress-example-bottom-div ol.carousel-indicators {
    display: inline-block;
    width: 75px;
    left: 0;
    top: 0;
    bottom: unset;
    right: 0;
    margin: 0 auto;
}
.wordpress-example-bottom-div ol.carousel-indicators li {
    display: inline-block;
    margin: 8px 5px 0;
}
.wordpress-example-bottom-div-left ol.carousel-indicators {
    text-align: center;
    width: 100%;
}
.wordpress-example-bottom-div-left ol.carousel-indicators li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.wordpress-example-bottom-div-left .vendor-medical-div {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.wordpress-example-bottom-div-left .vendor-medical-div p {
    margin: 0;
    font-size: 15px;
    padding: 0;
    line-height: initial; 
}
.wordpress-example-bottom-div-left .vendor-medical-div h2 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 10px 0;
}
.wordpress-example-bottom-div-right {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}	
.wordpress-example-bottom-div-right .carousel-inner {
    width: 100%;
    float: left;
    margin-top: 0;
}
.wordpress-example-bottom-div-right .carousel-inner .item img {
    max-width: 100%;
    /*-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
}
.wordpress-customization-bottom-div {
    padding: 12px;
    margin: 15px 0 0 0;
}
.wordpress-customization-bottom-div-left {
    padding: 10px;
	width: 100%;
	min-height: unset;
}
.wordpress-customization-bottom-div-right {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
}
.wordpress-customization-bottom-div-right .form-group .form-control {
    margin-bottom: 15px;
    font-size: 15px;
}
.ourprocess-timeline-item-odd .ourprocess-timeline-item-top {
    margin: 0;
	width: 78%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.ourprocess-timeline-item-top-right p {
    font-size: 15px;
	position: unset;
	padding: 0;
}
.wordpress-customization-bottom-div-right .form-group {
    margin-bottom: 0;
}
.wordpress-customization-bottom-div-right .title-div h6 {
    margin: 0 0 15px 0;
    font-size: 22px;
    text-align: center;
}
.submit-btn-cnt {
    margin: 0 auto;
    display: table;
    font-size: 15px;
}
.wordpress-customization-bottom-div-left p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.wordpress-customization-bottom-div-left ul li {
    margin: 8px 0 0 0;
}
.wordpress-customization-bottom-div-left ul li span.span-left-img {
    margin: 0 5px 0 0;
}
.wordpress-customization-bottom-div-left ul li span p {
    font-size: 15px;
}
.wordpress-customization-bottom-div-left ul li span {
    width: 100%;
}
.wordpress-customization-bottom-div-left ul li span.span-left-img {
    margin: 0 auto 2px;
    float: none;
    display: table;
}




}
@media (min-width:480px) and (max-width:767px) {
.why-choose-wordpress-left {
    text-align: center;
}
.why-choose-wordpress-right .wordpress-title-div {
    text-align: center;
}
.why-choose-wordpress-right {
    margin: 15px 0 0 0;
}
.wordpress-title-div-list ul li p {
    font-size: 15px;
}



.wordpress-banner-left h1 {
    margin: 0 0 18px 0;
    font-size: 30px;
}
.for-responsive-width-div {
    display: block;
}
.for-main-width-div {
    display: none;
}
.ourprocess-timeline-item { 
    width: 100%;
    float: left;
    margin: 22px 0 0 0;
}
.ourprocess-timeline-item-bottom img {
    display: none;
}
.ourprocess-timeline-item-bottom {
    width: 50px;
	float: none;
	border-top-left-radius: 100%;
	height: 50px;
	padding: 7px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: none;
	transition: none;
	display: inline-block;
	vertical-align: middle;
}
.ourprocess-timeline-item-top {
    margin: 0;
	width: 78%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.ourprocess-timeline-item:hover .ourprocess-timeline-item-bottom {
    -ms-transform: 0;
    -webkit-transform: 0;
    transform: 0;
} 
.ourprocess-timeline-item-top-left {
    display: none;
}
.ourprocess-timeline-item-top-right {
    height: auto;
}
.timeline-counter {
    font-size: 25px;
	top: 7px;
}
.ourprocess-timeline-item-even .ourprocess-timeline-item-bottom {
    border-bottom-left-radius: 100%;
    margin: 0;
}
.ourprocess-timeline-item-even .ourprocess-timeline-item-top-right p {
    bottom: 10px;
    top: unset;
    position: unset;
} 
.ourprocess-timeline-item-top-right p {
    font-size: 16px;
    position: unset;
    padding: 0;
}










#contact_form .error {
    margin-top: -15px;
    margin-bottom: 15px;
}
.wordpress-banner-left-top {
    display: none;
}
.wordpress-banner-left-bottom {
    display: inline-block;
}
.wordpress-banner-left {
    margin: 20px 0 20px 0;
}
.loader {
    margin: 0 auto;
}

.wordpress-example-bottom-div ol.carousel-indicators {
    display: inline-block;
    width: 75px;
    left: 0;
    top: 0;
    bottom: unset;
    right: 0;
    margin: 0 auto;
}
.wordpress-example-bottom-div ol.carousel-indicators li {
    display: inline-block;
    margin: 8px 5px 0;
}
.wordpress-example-bottom-div-left {
    width: 100%;
    padding: 20px 15px 70px 15px;
    margin: 0;
    border-radius: 10px;
    height: auto;
}
.wordpress-example-bottom-div-left .vendor-medical-div {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.wordpress-example-bottom-div-right {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}
.wordpress-example-bottom-div-right-main-width-img {
    width: calc(100% + 0%);
    display: none;
}
.wordpress-example-bottom-div-right-main-responsive-img {
    display: block;
    text-align: center;
    margin: -50px 0 0 0;
}
.wordpress-example-bottom-div-right-main-responsive-img img {
    max-width: 100%;
}
.wordpress-example-div-class {
    margin-top: 20px;
}
.wordpress-banner {
    margin: 83px 0 0 0;
    height: auto;
    padding: 15px 0;
}
.wordpress-banner-right {
    
}
.wordpress-banner-right .table-bordered th {
    font-size: 16px;
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
    font-size: 16px;
}
.wordpress-banner-right .table-bordered td {
    font-size: 15px;
}
.wordpress-banner-left {
    margin: 0 0 15px 0;
    text-align: center;
}
.wordpress-common-class {
    padding: 20px 0;
}
.wordpress-title-div .wordpress-title-inner {
    font-size: 25px;
    margin: 0 0 10px 0;
}
.wordpress-title-div p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
}
form#contact_form .form-group.row {
    margin: 0;
}
.wordpress-cms-item-div {
    padding: 0;
    margin: 15px 0 0 0;
}
.wordpress-cms-item-div-img {
    margin: 0 0 10px 0;
}
.wordpress-cms-item-div h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.wordpress-cms-item-div p {
    font-size: 15px;
}
.wordpress-example-bottom-div-left ol.carousel-indicators {
    text-align: center;
    width: 100%;
}
.wordpress-example-bottom-div-left ol.carousel-indicators li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.wordpress-example-bottom-div-left .vendor-medical-div {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.wordpress-example-bottom-div-left .vendor-medical-div p {
    margin: 0;
    font-size: 15px;
    padding: 0;
    line-height: initial; 
}
.wordpress-example-bottom-div-left .vendor-medical-div h2 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 10px 0;
}
.wordpress-example-bottom-div-right {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}	
.wordpress-example-bottom-div-right .carousel-inner {
    width: 100%;
    float: left;
    margin-top: 0;
}
.wordpress-example-bottom-div-right .carousel-inner .item img {
    max-width: 100%;
    /*-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
}
.wordpress-customization-bottom-div {
    padding: 12px;
    margin: 15px 0 0 0;
}
.wordpress-customization-bottom-div-left {
    padding: 10px;
	width: 100%;
	min-height: unset;
}
.wordpress-customization-bottom-div-right {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
}
.wordpress-customization-bottom-div-right .form-group .form-control {
    margin-bottom: 15px;
    font-size: 15px;
}
.ourprocess-timeline-item-odd .ourprocess-timeline-item-top {
    margin: 0px;
}
.wordpress-customization-bottom-div-right .form-group {
    margin-bottom: 0;
}
.wordpress-customization-bottom-div-right .title-div h6 {
    margin: 0 0 15px 0;
    font-size: 22px;
    text-align: center;
}
.submit-btn-cnt {
    margin: 0 auto;
    display: table;
    font-size: 15px;
}
.wordpress-customization-bottom-div-left p {
    margin: 0;
    font-size: 15px;
    text-align: center;
}
.wordpress-customization-bottom-div-left ul li {
	margin: 15px 0 0 0;
	width: 200px;
	float: none;
	display: inline-block;
}
.wordpress-customization-bottom-div-left ul {
    text-align: center;
}
.wordpress-customization-bottom-div-left ul li span.span-left-img {
    margin: 0 5px 0 0;
}
.wordpress-customization-bottom-div-left ul li span p {
    font-size: 17px;
}
.wordpress-customization-bottom-div-left ul li span {
    width: 100%;
}
.wordpress-customization-bottom-div-left ul li span.span-left-img {
    margin: 0 auto 2px;
    float: none;
    display: table;
}




}
@media (min-width:768px) and (max-width:1023px) {
.wordpress-banner-left h1 {
    margin: 0 0 30px 0;
    font-size: 35px;
}
.wordpress-customization-bottom-div {
    padding: 12px 12px 12px 12px;
}
.wordpress-customization-bottom-div-right {
    padding: 0 0px 0 20px;
}
.wordpress-banner {
    margin: 83px 0 0 0;
}


}
@media (min-width:768px) and (max-width:991px) {
form#contact_form .form-group.row {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.why-choose-wordpress-left {
    text-align: center;
}
.why-choose-wordpress-right .wordpress-title-div {
    text-align: center;
}
.why-choose-wordpress-right {
    margin: 15px 0 0 0;
}
.wordpress-customization-bottom-div-right .form-group .error {
    font-size: 13px;
}
#contact_form .error {
    margin-top: -15px;
    margin-bottom: 15px;
}
.wordpress-example-bottom-div ol.carousel-indicators {
    display: inline-block;
    width: 75px;
    left: 0;
    top: 0;
    bottom: unset;
    right: 0;
    margin: 0 auto;
}
.wordpress-example-bottom-div ol.carousel-indicators li {
    display: inline-block;
    margin: 8px 5px 0;
}
.wordpress-example-bottom-div-left {
    width: 100%;
    padding: 20px 15px 70px 15px;
    margin: 0;
    border-radius: 10px;
    height: auto;
}
.wordpress-example-bottom-div-left .vendor-medical-div {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.wordpress-example-bottom-div-right {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}
.wordpress-example-bottom-div-right-main-width-img {
    width: calc(100% + 0%);
    display: none;
}
.wordpress-example-bottom-div-right-main-responsive-img {
    display: block;
    text-align: center;
    margin: -50px 0 0 0;
}
.wordpress-example-bottom-div-right-main-responsive-img img {
    max-width: 100%;
}
.wordpress-example-div-class {
    margin-top: 20px;
}


.wordpress-banner {
    height: auto;
    padding: 15px 0;
}
.wordpress-banner-right {
    
}
.wordpress-banner-right .table-bordered th {
    font-size: 16px;
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
    font-size: 16px;
}
.wordpress-banner-right .table-bordered td {
    font-size: 15px;
}
.wordpress-banner-left {
    margin: 0 0 15px 0;
    text-align: center;
}
.wordpress-common-class {
    padding: 20px 0;
}
.wordpress-title-div .wordpress-title-inner {
    font-size: 30px;
    margin: 0 0 10px 0;
}
.wordpress-title-div p {
    font-size: 17px;
}
.wordpress-cms-item-div {
    padding: 0;
    margin: 15px 0 0 0;
}
.wordpress-cms-item-div-img {
    margin: 0 0 10px 0;
}
.wordpress-cms-item-div h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.wordpress-cms-item-div p {
    font-size: 15px;
}
.wordpress-example-bottom-div-left {
    width: 100%;
    padding: 15px 15px 55px 15px;
    margin: 0;
    border-radius: 10px;
}
.wordpress-example-bottom-div-left ol.carousel-indicators {
    text-align: center;
    width: 100%;
}
.wordpress-example-bottom-div-left ol.carousel-indicators li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.wordpress-example-bottom-div-left .vendor-medical-div {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.wordpress-example-bottom-div-left .vendor-medical-div p {
    margin: 0;
    font-size: 17px;
    padding: 0;
    line-height: initial; 
}
.wordpress-example-bottom-div-left .vendor-medical-div h2 {
    color: #ffffff;
    font-size: 25px;
    margin: 0 0 10px 0;
}
.wordpress-example-bottom-div-right {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}	
.wordpress-example-bottom-div-right .carousel-inner {
    width: 100%;
    float: left;
    margin-top: 0;
}
.wordpress-example-bottom-div-right .carousel-inner .item img {
    max-width: 100%;
    /*-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
}
.wordpress-customization-bottom-div {
    padding: 12px;
    margin: 15px 0 0 0;
}
.wordpress-customization-bottom-div-left {
    padding: 10px;
	width: 50%;
}
.wordpress-customization-bottom-div-right {
    width: 50%;
	padding: 0 5px 0 10px;
	margin: 15px 0 0 0;
}
.wordpress-customization-bottom-div-right .form-group .form-control {
    margin-bottom: 0px;
    font-size: 15px;
}
.ourprocess-timeline-item-top-right p {
    font-size: 15px;
}
.wordpress-customization-bottom-div-right .form-group {
    margin-bottom: 0;
}
.wordpress-customization-bottom-div-right .title-div h6 {
    margin: 0 0 15px 0;
    font-size: 22px;
    text-align: center;
}
.submit-btn-cnt {
    font-size: 15px;
}
.wordpress-customization-bottom-div-left p {
    margin: 0;
	font-size: 17px;
	text-align: center;
}
.wordpress-customization-bottom-div-left ul li {
    margin: 8px 0 0 0;
}
.wordpress-customization-bottom-div-left ul li span.span-left-img {
    margin: 0 5px 0 0;
}
.wordpress-customization-bottom-div-left ul li span p {
    font-size: 16px;
	text-align: left;
}
.wordpress-customization-bottom-div-left ul li span {
    width: 85%;
}




}
@media (min-width:992px) and (max-width:1023px) {
.wordpress-cms-item-div h4 {
    font-size: 17px;
}
.wordpress-title-div-list ul li {
    margin: 15px 0 0 0;
}
.ourprocess-timeline-item-top-right p {
    padding: 0px 25px 0 0;
}
.wordpress-banner-right .table-bordered th {
    font-size: 16px;
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
    font-size: 15px;
}
.wordpress-banner-right .table-bordered td {
    font-size: 14px;
}
.wordpress-banner {
    height: auto;
}
.wordpress-example-bottom-div-left {
    padding: 30px 40px;
    margin: 25px 0 0 0;
}


}
@media (min-width:1024px) and (max-width:1279px) {}
@media (min-width:1024px) and (max-width:1199px) {
.wordpress-cms-item-div h4 {
    font-size: 17px;
}
.wordpress-customization-bottom-div-right {
    padding: 0 0px 0 28px;
}
.ourprocess-timeline-item-top-right p {
    padding: 0px 25px 0 0;
}
.wordpress-banner-right .table-bordered th {
    font-size: 16px;
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
    font-size: 15px;
}
.wordpress-banner-right .table-bordered td {
    font-size: 14px;
}
.wordpress-banner {
    height: auto;
}
.wordpress-example-bottom-div-left {
    padding: 30px 40px;
    margin: 25px 0 0 0;
}
.wordpress-example-bottom-div-right .carousel-inner {
    height: 352px;
}
.wordpress-example-bottom-div-right .carousel-inner .item img {height: 340px;
width: 100%;}


}
@media (min-width:1200px) and (max-width:1279px) {}


@media only screen and (min-width:1680px) and (max-width:1919px){
.wordpress-title-div-list ul li p {
    font-size: 18px;
}
.wordpress-common-class .container {
    width: 1395px;
}
.wordpress-banner-left h1 {
    font-size: 42px;
}
.wordpress-banner-right .table-bordered th {
    font-size: 20px;
}
.wordpress-banner-right .table-bordered td {
    font-size: 19px;
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
    font-size: 20px;
}
.wordpress-common-class {
    padding: 42px 0;
}
.wordpress-banner {
    height: 300px;
    padding: 24px 0;
}
.wordpress-title-div .wordpress-title-inner {
    font-size: 42px;
}
.wordpress-title-div p {
    font-size: 20px;
}
.wordpress-cms-item-div {
    margin: 30px 0 0 0;
}
.wordpress-customization-bottom-div-left p {
    font-size: 20px;
}
.wordpress-customization-bottom-div-left ul li span p {
    font-size: 24px;
}
.wordpress-customization-bottom-div-right .title-div h6 {
    margin: 0 0 25px 0;
    font-size: 32px;
}
.wordpress-customization-bottom-div-right .form-group .form-control {
    font-size: 17px;
    height: 44px;
}
.submit-btn-cnt {
    font-size: 20px;
    height: 50px;
    width: 140px;
}
.ourprocess-timeline-item-top-right p {
    font-size: 18px;
    padding: 0px 30px 0 0;
}
.wordpress-customization-bottom-div-right .form-group .textarea-class {
    height: 175px;
}
.wordpress-customization-bottom-div-left {
    padding: 22px 20px;
    min-height: 435px; 
}
.timeline-counter {
    font-size: 52px;
}



}
@media only screen and (min-width:1920px) and (max-width:2100px){
.wordpress-title-div-list ul li p {
    font-size: 20px;
}
.wordpress-common-class .container {
    width: 1635px;
}
.wordpress-banner-left h1 {
    font-size: 44px;
}
.wordpress-banner-right .table-bordered th {
    font-size: 22px;
}
.wordpress-banner-right .table-bordered td {
    font-size: 21px;
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
    font-size: 22px;
}
.wordpress-common-class {
    padding: 44px 0;
}
.wordpress-banner {
    height: 322px;
    padding: 26px 0;
}
.wordpress-title-div .wordpress-title-inner {
    font-size: 44px;
}
.wordpress-title-div p {
    font-size: 22px;
}
.wordpress-cms-item-div {
    margin: 30px 0 0 0;
}
.wordpress-customization-bottom-div-left p {
    font-size: 22px;
}
.wordpress-customization-bottom-div-left ul li span p {
    font-size: 26px;
}
.wordpress-customization-bottom-div-right .title-div h6 {
    margin: 0 0 25px 0;
    font-size: 34px;
}
.wordpress-customization-bottom-div-right .form-group .form-control {
    font-size: 18px;
    height: 46px;
}
.submit-btn-cnt {
    font-size: 22px;
    height: 60px;
    width: 150px;
}
.ourprocess-timeline-item-top-right p {
    font-size: 20px;
    padding: 0px 20px 0 0;
}
.wordpress-customization-bottom-div-right .form-group .textarea-class {
    height: 185px;
}
.wordpress-customization-bottom-div-left {
    padding: 24px 22px;
    min-height: 460px;
}
.timeline-counter {
    font-size: 52px;
}


}
@media only screen and (min-width:2101px) and (max-width:2559px){
.wordpress-title-div-list ul li p {
    font-size: 22px;
}
.wordpress-common-class .container {
    width: 1816px;
}
.wordpress-banner-left h1 {
    font-size: 46px;
}
.wordpress-banner-right .table-bordered th {
    
}
.wordpress-banner-right .table-bordered td {
    
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
    
}
.wordpress-common-class {
    padding: 46px 0;
}
.wordpress-banner {
    height: 332px;
    padding: 28px 0;
}
.wordpress-title-div .wordpress-title-inner {
    font-size: 46px;
}
.wordpress-title-div p {
    font-size: 24px;
}
.wordpress-cms-item-div {
    margin: 30px 0 0 0;
}
.wordpress-customization-bottom-div-left p {
    font-size: 24px;
}
.wordpress-customization-bottom-div-left ul li span p {
    font-size: 28px;
}
.wordpress-customization-bottom-div-right .title-div h6 {
    margin: 0 0 27px 0;
    font-size: 36px;
}
.wordpress-customization-bottom-div-right .form-group .form-control {
    font-size: 19px;
    height: 48px;
}
.submit-btn-cnt {
    font-size: 24px;
    height: 70px;
    width: 160px;
}
.ourprocess-timeline-item-top-right p {
    font-size: 22px;
	padding: 0px 0px 0 0;
	top: 5px;
}
.wordpress-customization-bottom-div-right .form-group .textarea-class {
    height: 195px;
}
.wordpress-customization-bottom-div-left {
    padding: 25px 23px;
    min-height: 487px;
}
.timeline-counter {
    font-size: 53px;
}



}
@media only screen and (min-width:2560px){
.wordpress-title-div-list ul li p {
    font-size: 24px;
}
.wordpress-common-class .container {
    width: 2275px;
}
.wordpress-banner-left h1 {
    font-size: 48px;
}
.wordpress-banner-right .table-bordered th {
    
}
.wordpress-banner-right .table-bordered td {
    
}
.wordpress-banner-right .table-bordered td:nth-child(1) {
    
}
.wordpress-common-class {
    padding: 48px 0;
}
.wordpress-banner {
    height: 365px;
    padding: 30px 0;
}
.wordpress-title-div .wordpress-title-inner {
    font-size: 48px;
}
.wordpress-title-div p {
    font-size: 26px;
}
.wordpress-cms-item-div {
    margin: 30px 0 0 0;
}
.wordpress-customization-bottom-div-left p {
    font-size: 26px;
}
.wordpress-customization-bottom-div-left ul li span p {
    font-size: 30px;
}
.wordpress-customization-bottom-div-right .title-div h6 {
    margin: 0 0 29px 0;
    font-size: 38px;
}
.wordpress-customization-bottom-div-right .form-group .form-control {
    font-size: 21px;
    height: 50px;
}
.submit-btn-cnt {
    font-size: 26px;
    height: 75px;
    width: 170px;
}
.ourprocess-timeline-item-top-right p {
    font-size: 23px;
	padding: 0px 0px 0 0;
	top: 0px;
}
.wordpress-customization-bottom-div-right .form-group .textarea-class {
    height: 205px;
}
.wordpress-customization-bottom-div-left {
    padding: 26px 24px;
    min-height: 510px;
}
.timeline-counter {
    font-size: 54px;
}



}

/* RESPONSIVE CSS HERE */
