/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body, select option{
	font-family: "Oxygen", Sans-serif;
}
.elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper ~ .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper ~ .elementor-swiper-button{
	background:var( --e-global-color-primary );
	padding: 6px !important;
	font-size:21px !important;
	border-radius:5px !important;
}
.elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper ~ .elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper ~ .elementor-swiper-button svg {
  fill: #fff !important;
}
.ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image > img{
	border-radius:20px !important;]
}
.elementskit-stars{
	padding:0px !important;
}
.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content {
  top:inherit !important;
  bottom: 0px;
}
.elementor-11 .elementor-element.elementor-element-598941d .elementor-icon-box-title, .elementor-11 .elementor-element.elementor-element-598941d .elementor-icon-box-title a, .elementor-11 .elementor-element.elementor-element-84049f1 .elementor-icon-box-title, .elementor-11 .elementor-element.elementor-element-84049f1 .elementor-icon-box-title a{
	margin:0px;
}

.elementor-51.stick {
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100%;
  background:#fff!important;
  -webkit-animation:slide-down 1s;
  animation:slide-down 1s;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
}
/*.elementor-51.stick .elementor-element-d7a189b .e-con-inner{
	padding-top:14px;
	padding-bottom:14px;
}
 .elementor-51.stick .elementor-element.elementor-element-95b6484 img {
  width: 280px;
} 
.elementor-51.stick .elementor-element-7236ec2 .e-con-inner{
	padding-top:6px;
	padding-bottom:6px;
}*/

@-webkit-keyframes slide-down {
  0% {
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }
  100% {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes slide-down {
  0% {
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }
  100% {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
.contact-getintouch .row{
	display:flex;
	margin:0 -16px;
	flex-wrap:wrap;
}
.contact-getintouch .col-md-6{
	width:50%;
	padding:0 16px;
}
.contact-getintouch input[type="date"], .contact-getintouch input[type="email"], .contact-getintouch input[type="number"], .contact-getintouch input[type="password"], .contact-getintouch input[type="search"], .contact-getintouch input[type="tel"], .contact-getintouch input[type="text"], .contact-getintouch input[type="url"], .contact-getintouch select, .contact-getintouch textarea {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 6px;
  padding:14px 20px;
	background:#fff;
}
.contact-getintouch .mb-3{
	margin-bottom:20px;
}
.contact-getintouch [type="button"], .contact-getintouch [type="submit"], .contact-getintouch button{
	border-color:#1CA548;
	background:#1CA548;
	min-width:160px;
	color:#fff;
	padding:12px 32px;
	border-radius:6px;
}
.contact-getintouch p{
	text-align:center;
}
.contact-getintouch .wpcf7-spinner{
	display:block;
}
.contact-getintouch [type="button"]:hover, .contact-getintouch [type="submit"]:hover, .contact-getintouch button:hover{
	border-color:var( --e-global-color-primary );
	background:var( --e-global-color-primary );
}
.contact-getintouch .intl-tel-input .selected-flag .iti-arrow {
  position: inherit;
  margin-top: 24px;
  margin-left: 10px;
  margin-right: 6px;
}
.banner-form input[type="date"], .banner-form input[type="email"], .banner-form input[type="number"], .banner-form input[type="password"], .banner-form input[type="search"], .banner-form input[type="tel"], .banner-form input[type="text"], .banner-form input[type="url"], .banner-form select, .banner-form textarea{
	  width: 100%;
  border: 1px solid rgba(110, 129, 168, 0.6);
  border-radius: 6px;
  padding:9px 16px;
	min-height:42px;
	background:#fff;
}
.banner-form [type="button"], .banner-form [type="submit"], .banner-form button{
	border-color:#1CA548;
	background:#1CA548;
	min-width:160px;
	display:block;
	color:#fff;
	width:100%;
	padding:10px 32px;
	border-radius:6px;
}
.banner-form [type="button"]:hover, .banner-form [type="submit"]:hover, .banner-form button:hover{
	border-color:var( --e-global-color-primary );
	background:var( --e-global-color-primary );
}
.banner-form .mb-3{
	padding-bottom:2px;
}

.elementor-element-5f569ec7 .elementor-social-icons-wrapper .elementor-grid-item svg{
	height: 18px !important;
  width: 18px !important;
}
.elementor-element-5f569ec7 .elementor-social-icons-wrapper .elementor-social-icon{
	height: 38px !important;
  width: 38px !important;
	display:flex;
	align-items:center;
	justify-content: center;
}
.elementor-element-111aac6 .elementor-social-icons-wrapper .elementor-grid-item svg{
	height: 20px !important;
  width: 20px !important;
}
.search-box{
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f5f5f5;
	box-shadow:0px 4px 20px rgba(0,0,0,.2);
	margin-top:-60px;
	border-radius:12px;
	font-family: "Oxygen", Sans-serif;
}
  .hospital-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 40%;
    padding: 1.75rem 0 1.75rem 1.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.hospital-box label{
	width:25%;
	min-width: 25%;
	font-weight:600;
	font-size:14px;
	color:var( --e-global-color-primary );
}
.hospital-box input[type="text"] {
  line-height: 2.375rem;
  border: 1px solid #ccc;;
  padding: 4px 12px;
	border-radius:8px;
}
  .search-btn {
    border: none;
    padding: 6px 2rem 6px 2rem;
	  background-color: var( --e-global-color-primary );
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
	  display:flex;
	  align-items:center;
	  justify-content:center;
  font-size: 1.25rem;
	  border-bottom-right-radius:12px;
	  border-top-right-radius:12px;
  }
.image-hover-gradient-card .elementskit-info-image-box{
	position:relative;
}
.image-hover-gradient-card .elementskit-box-body {
    width: 100%;
    position: absolute !important;
    background: linear-gradient(rgba(14, 13, 13, .15) 0%, rgba(0, 0, 0, .7) 100%);
    bottom: 0;
	border-radius:20px !important;
	overflow:hidden;
    height: 100%;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
	justify-content:space-between;
	padding:24px !important;
}
.image-hover-gradient-card .elementskit-box-content .elementskit-info-box-title{
	margin-bottom:6px !important;
}
.home-team .swiper-slide-inner{
	position:relative;
}
.home-team .swiper-slide-inner .elementor-image-carousel-caption{
    width: 100%;
  position: absolute !important;
  background:#f5f5f5;
  bottom: 0px;
  border-radius:0px 0px 20px 20px !important;
  overflow: hidden;
	color:#191919;
  display: flex;
  align-items: center;
  pointer-events: none;
  flex-direction: column;
  padding: 20px 20px 26px 20px !important;
  justify-content: flex-end;
}
.home-team .swiper-slide-inner .elementor-image-carousel-caption span{
	font-size:13px;
	display:block;
	width:100%;
	font-weight:400;
}
.home-team .swiper-slide-inner .elementor-image-carousel-caption strong{
	font-size:13px;
	display:block;
	margin-top:8px;
	width:100%;
	font-weight:400;
}
.elementor-element-1b62d28 a, .elementor-element-60060c1 a, .elementor-element-fdb23c2 a{
	color:#fff !important;
	text-decoration:none !important;
}
.rtcl-widget-search .form-group.ws-location {
	display:none;
}
.elementor-element-2ae3620 ul, .elementor-element-35b3d7ba ul, .elementor-element-664460f3 ul{
	padding:0;
	list-style:none;
}
.elementor-element-2ae3620 ul .elementor-icon-list-icon, .elementor-element-35b3d7ba ul .elementor-icon-list-icon{
	margin-right:4px;
}
.elementor-element-664460f3 ul .elementor-icon-list-item svg{
	max-width: 16px;
  max-height: 20px;
  margin-right: 8px;
}
.elementor-302 .elementor-element.elementor-element-d239366 .elementor-icon-box-wrapper, .elementor-302 .elementor-element.elementor-element-7a7fb1a .elementor-icon-box-wrapper, .elementor-302 .elementor-element.elementor-element-5f8fdfd .elementor-icon-box-wrapper, .elementor-302 .elementor-element.elementor-element-5e81286 .elementor-icon-box-wrapper, .elementor-302 .elementor-element.elementor-element-945c945 .elementor-icon-box-wrapper, .elementor-302 .elementor-element.elementor-element-4dc28cd .elementor-icon-box-wrapper {
  text-align: left;
  display: flex;
}
.elementor-302 .elementor-element.elementor-element-d239366 .elementor-icon-box-wrapper .elementor-icon-box-icon, .elementor-302 .elementor-element.elementor-element-7a7fb1a .elementor-icon-box-wrapper .elementor-icon-box-icon, .elementor-302 .elementor-element.elementor-element-5f8fdfd .elementor-icon-box-wrapper .elementor-icon-box-icon, .elementor-302 .elementor-element.elementor-element-5e81286 .elementor-icon-box-wrapper .elementor-icon-box-icon, .elementor-302 .elementor-element.elementor-element-945c945 .elementor-icon-box-wrapper .elementor-icon-box-icon, .elementor-element.elementor-element-4dc28cd .elementor-icon-box-wrapper .elementor-icon-box-icon{
	margin-right:14px;
}
.carousel-card-box .uc_classic_carousel_placeholder{
	text-align: center;
  justify-content: center;
  display: flex;
}
.carousel-card-box .uc_classic_carousel_placeholder img{
	max-width:30px;
	height:auto !important;
}
.carousel-card-box .ue-carousel-item .uc_classic_carousel_border{
	display:none;
}
.carousel-card-box .ue-carousel-item{
	border-radius:20px;
	background:#f5f5f5;
	transition: transform 3s;
	min-height:170px;
	padding:32px 10px 16px 10px !important;
}
.carousel-card-box .ue-carousel-item:hover{
	background:#D4E5F3;
}
#uc_card_carousel_elementor_91691ae .ue-carousel-item{
	border-radius:20px;
	background:#f5f5f5;
	transition: transform 3s;
	min-height:195px;
	padding:32px 10px 16px 10px !important;
}
select.rtcl-category-search {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url('images/down.svg') no-repeat right 12px center;
  padding-right: 30px; /* Make room for the arrow */
	background-size:20px !important;
}
.elementor-302 .elementor-element.elementor-element-b43d1ea .elementor-icon-box-title, .elementor-302 .elementor-element.elementor-element-4f6491f .elementor-icon-box-title{
	margin-top:0px;
}
.elementor-302 .elementor-element.elementor-element-b43d1ea .elementor-icon-box-wrapper, .elementor-302 .elementor-element.elementor-element-4f6491f .elementor-icon-box-wrapper {
  display: flex;
}
.elementor-302 .elementor-element.elementor-element-b43d1ea .elementor-icon-box-wrapper .elementor-icon-box-icon, .elementor-302 .elementor-element.elementor-element-4f6491f .elementor-icon-box-wrapper .elementor-icon-box-icon{
	margin-right:6px;
}
#uc_card_carousel_elementor_196102a2 .ue-carousel-item, #uc_card_carousel_elementor_636b475b .ue-carousel-item, #uc_card_carousel_elementor_304e58ba .ue-carousel-item{
	min-height:212px;
}
#uc_card_carousel_elementor_1c62f097 .ue-carousel-item, #uc_card_carousel_elementor_14ef8db9 .ue-carousel-item{
	min-height:190px;
}
.awsm-filter-wrap .awsm-filter-items{
	justify-content:center;
}
body .awsm-selectric .label, body .awsm-selectric-items li, body .awsm-selectric-items ul{
	font-size:16px;
}
body .awsm-job-item h2.awsm-job-post-title {
  margin: 8px 0 20px;
  font-size: 24px;
	color: var( --e-global-color-secondary );
}
body .awsm-job-item h2.awsm-job-post-title a{
	font-size: 22px;
	color: var( --e-global-color-secondary );
}
body .awsm-job-item {
  font-size: 16px;
}
.awsm-job-more{
	border:2px solid var( --e-global-color-primary );
  font-family: "Oxygen", Sans-serif;
	color:var( --e-global-color-primary );
  font-weight: 400;
  border-radius: 6px 6px 6px 6px;
  padding: 4px 12px;
	display:inline-block;
	margin-top:16px;
}
.awsm-job-more:hover{
	color:#fff;
	background: var( --e-global-color-primary );
}
body .awsm-lists {
	border-radius: 6px;
  border: 1px solid #dddfe3;
}
body .awsm-list-item .awsm-job-item {
  border-bottom: 1px solid #dddfe3;
  border-radius: 6px;
}
body .awsm-selectric {
  border-radius: 6px;
	border-color:rgba(110, 129, 168, 0.6);
}
.awsm-job-single-wrap{
	font-family: "Oxygen", Sans-serif;
	font-size: 18px;
	line-height:1.6;
  font-weight: 400;
	color: var( --e-global-color-secondary );
}
.entry-title{
	font-family: "Oxygen", Sans-serif;
	font-size: 48px;
	margin:60px 0 40px 0;
	color: var( --e-global-color-secondary );
}
.awsm-job-single-wrap{
	display:flex;
	flex-wrap:wrap;
}
.awsm-job-content{
	width:63%;
}
.awsm-job-form{
	width:37%;
	padding-left:40px;
	font-size:14px;
	line-height:1.4;
}
body .awsm-job-form-inner {
  background: #fff;
  border: 1px solid rgba(110, 129, 168, 0.6);
 border-radius:16px;
	padding-bottom:18px;
}
body input[type="date"], body input[type="email"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="url"], body select, body textarea {
  border: 1px solid rgba(110, 129, 168, 0.6);
  border-radius: 6px;
}
[type="button"], [type="submit"], button{
	background-color: var( --e-global-color-primary );
	border-color:var( --e-global-color-primary );
  font-family: "Oxygen", Sans-serif;
  font-size: 16px;
  font-weight: 400;
	color:#fff;
  border-radius: 6px 6px 6px 6px;
  padding: 10px 32px;
}
body .awsm-grid-item .awsm-job-item{
	border-radius:8px;
	border:1px solid rgba(110, 129, 168, 0.6);
}
.doctor-lisit{
	 font-family: "Oxygen", Sans-serif;
	font-size:14px;
	color:#555;
}
.doctor-lisit h3{
	font-weight:700;
	color:var( --e-global-color-primary );
}
.doctor-lisit h6{
	font-weight:700;
	color:#191919;
	font-size:14px;
}
body .btn-outline-primary{
	border-color:var( --e-global-color-primary );
	color:var( --e-global-color-primary );
	font-weight:600;
	padding:11px 24px;
}
body {
 font-family: "Oxygen", Sans-serif;	
}
.left-filter-boxh5{
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
}
.left-filter-box h6{
	font-size:14px;
}
body a{
	color:var( --e-global-color-primary );
}
.form-check label{
	margin-top:-5px;
	font-size:14px;
}
body .form-check-input:checked {
  background-color: var( --e-global-color-primary );
  border-color: var( --e-global-color-primary );
}
.d-flex.justify-content-between.align-items-center.mb-4{
	font-size:14px;
}
body .form-check-input {
  border: var(--bs-border-width) solid #808184;
}
body .form-check{
	padding-bottom:2px;
}
 .doctor-lisit{
            border-bottom: 1px solid #ccc;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }
.doctors-container{
	padding:40px 15px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  font-size: 16px;
}
.intl-tel-input ul.country-list {
  font-size: 16px;
}
body .wpcf7-not-valid-tip {
  font-size: 15px;
}
.row{
	display:flex;
	flex-wrap:wrap;
	margin-left:-16px;
	margin-right:-16px;
}
.col-md-6{
	width:50%;
	padding:0 16px;
}
.reqapoinment label{
	color:#191919;
	font-size:16px;
	display:inline-block;
	margin-bottom:8px;
}
.col-md-6.mb-3{
	padding-bottom:6px;
}
.reqapoinment .wpcf7-acceptance {
	position: relative;
  top: 20px;
}
.reqapoinment .wpcf7-list-item-label{
	line-height:1.6;
}
.reqapoinment input[type="date"], .reqapoinment input[type="email"], .reqapoinment input[type="number"], .reqapoinment input[type="password"], .reqapoinment input[type="search"], .reqapoinment input[type="tel"], .reqapoinment input[type="text"], .reqapoinment input[type="url"], .reqapoinment select, .reqapoinment textarea {
  min-height:44px;
	background-color:#fff;
}
#ui-id-1{
		background:#fff;
		padding:0px;
		border-radius:6px;
	overflow:hidden;
	z-index:9;
	width:220px;
	box-shadow: 0px 4px 20px rgba(0,0,0,.2);
	list-style:none;
	}
#ui-id-1 li{
	padding:5px 16px;
}
#ui-id-1 li:hover, #ui-id-1 li:focus{
	background:#D4E5F3;
}
#wpcf7-f2718-p2510-o1 select {
    appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    cursor: pointer;
}
#doctor_filter_form select {
    appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    cursor: pointer;
	min-height:47.6px;
}
#wpcf7-f1015-p29-o1 select {
    appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    cursor: pointer;
}
#wpcf7-f1015-p1178-o1 select{
	appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    cursor: pointer;
}
.elementor-element-7deeb312.carousel-card-box .ue-carousel-item, .elementor-element-768a32c4.carousel-card-box .ue-carousel-item, .elementor-element-20041219.carousel-card-box .ue-carousel-item{
	min-height:200px;
}
.elementor-element-58759d97.carousel-card-box .ue-carousel-item{
	min-height:190px;
}
.home-card-slider .swiper-slide-inner{
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.home-card-slider .elementor-image-carousel-caption{
  width: 100%;
  position: absolute !important;
  background: linear-gradient(rgba(14, 13, 13, .15) 0%, rgba(0, 0, 0, .7) 100%);
  bottom: 4px;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  justify-content: space-between;
  padding: 24px !important;
}
.home-card-slider-new .ue-carousel-item{
	position:relative;
}
.home-card-slider-new .uc_classic_carousel_content{
  width: 100%;
  position: absolute !important;
  background: linear-gradient(rgba(14, 13, 13, .15) 0%, rgba(0, 0, 0, .7) 100%);
    background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
  display: flex;
  pointer-events: none;
 justify-content: flex-end !important;
  padding: 24px !important;
}
.care-card .elementor-image-box-wrapper{
	position:relative;
}
.care-card .elementor-image-box-wrapper .elementor-image-box-content{
	width: 100%;
  position: absolute !important;
  background: linear-gradient(rgba(14, 13, 13, .15) 0%, rgba(0, 0, 0, .7) 100%);
    background-color: rgba(0, 0, 0, 0);
  bottom: 5px;
  border-radius: 20px !important;
  overflow: hidden;
  height: calc(100% - 5px);
  display: flex;
  pointer-events: none;
	align-items:flex-end;
 justify-content: flex-start !important;
  padding: 24px !important;
}
.care-card .elementor-image-box-wrapper .elementor-image-box-content h3{
	margin:0px 0 5px 0;
	color:#fff;
}

@media screen and (min-width: 1300px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
    max-width: 1260px !important;
  }
}

@media screen and (max-width: 1200px) {
.awsm-job-content{
	width:100%;
}
.awsm-job-form{
	width:100%;
	padding-left:0px;
}	
.entry-title {
  font-size: 40px;
  margin: 40px 0 20px 0;
}
}

@media screen and (max-width: 992px) {
.rtcl-elementor-widget-search.rtcl-widget-search-inline .ws-item.ws-text {
  min-width: inherit;
}
}

@media screen and (max-width: 767px) {
.image-hover-gradient-card .elementskit-box-body {
  border-radius:12px !important;
}	
	.awsm-job-single-wrap{
		padding:0px 10px;
	}
	.entry-title {
  font-size: 38px;
  margin: 40px 0 20px 0;
}
	.left-filter-box .form-check {
  padding-right: 16px;
  display: inline-block;
}
	.doctors-container{
		padding:24px 20px !important;
	}
	.left-filter-box{
		padding-bottom:24px;
	}
	body .form-check {
  padding-bottom: 0px;
}
	.doctor-lisit {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body .btn-outline-primary {
  padding: 10px 20px;
	font-size:15px;
}
	.search-box {
  display: flex;
		flex-wrap:wrap;
		padding:15px 7px;
		margin-top:10px;
	}
	.hospital-box{
		width:50%;
		padding:0px 6px 12px 6px;
	}
	.search-btn{
		margin-left:8px;
		font-size: 14px;
  padding: 9px 32px;
		min-width:calc(100% - 12px);
	}
	#doctor_filter_form select {
  font-size: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 18px;
  min-height: 38px;
		letter-spacing:-.3px;
		padding-left:12px;
}
}

@media screen and (max-width: 600px) {
.rtcl-elementor-widget-search.rtcl-widget-search-inline .row {
  display: block;
}	
	.col-md-6{
	width:100%;
	padding:0 16px;
}
.rtcl-elementor-widget-search .form-control {
  height: 44px;
}
.elementor-11 .elementor-element.elementor-element-0367851 .rtcl-elementor-widget-search .btn[type="submit"] {
  height: 44px;
  width: 100%;
	border-radius:8px;
  display: block;
}
.rtcl-elementor-widget-search.rtcl-widget-search-inline .ws-button {
  max-width: 100%;
}
.image-hover-gradient-card .elementskit-box-body {
  padding:12px !important;
}
.contact-getintouch .col-md-6 {
  width: 100%;
}
	.contact-getintouch input[type="date"], .contact-getintouch input[type="email"], .contact-getintouch input[type="number"], .contact-getintouch input[type="password"], .contact-getintouch input[type="search"], .contact-getintouch input[type="tel"], .contact-getintouch input[type="text"], .contact-getintouch input[type="url"], .contact-getintouch select, .contact-getintouch textarea {
  width: 100%;
  border-radius:6px;
  padding:10px 16px; 
}
	select {
   width: 100%;
  border-radius:6px;
  padding:10px 16px; 
		border: 1px solid rgba(110, 129, 168, 0.6);
		min-height:40px;
}
	.contact-getintouch [type="button"], .contact-getintouch [type="submit"], .contact-getintouch button {
  padding:10px 32px;
}
	.contact-getintouch .mb-3 {
  margin-bottom: 10px;
}
	.awsm-job-form-inner h2{
		font-size:26px;
	}
	.reqapoinment .wpcf7-acceptance {
	position: relative;
  top: 0px;
	padding-bottom:10px;
}

}