body {
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 1.4;
color: #122853;
overflow-x: hidden;
position: relative;
}
body:has(.openMenu) {
overflow: hidden;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
button {
border: 0;
outline: 0;
cursor: pointer;
padding: 0;
margin: 0;
background-color: transparent;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
@media screen and (max-width: 767px) {
button {
font-size: 14px;
}
}
input,
textarea {
outline: 0;
border-radius: 50px;
padding: 12px 15px;
border: 1px solid #cccccc;
font-size: 14px;
resize: none;
}
textarea {
height: 150px;
border-radius: 30px;
}
.btn {
padding: 12px 30px;
font-size: 16px;
font-weight: 600;
outline: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
.btn {
font-size: 14px;
}
}
.btn_border {
border: 2px solid #0057b8;
background-color: transparent;
color: #0057b8;
border-radius: 50px;
}
.btn_border:hover {
background-color: #0057b8;
color: #ffffff;
}
.btn_fill {
background-color: #0057b8;
color: #0057b8;
border-radius: 50px;
}
.btn_fill:hover {
background-color: #122853;
color: #ffffff;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #000000;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
font-weight: 500;
}
a:hover {
text-decoration: underline;
color: #0057b8;
}
h1 {
font-size: 44px;
font-weight: 600;
margin: 0;
color: #122853;
}
@media screen and (max-width: 1200px) {
h1 {
font-size: 36px;
}
}
@media screen and (max-width: 992px) {
h1 {
font-size: 32px;
}
}
@media screen and (max-width: 767px) {
h1 {
font-size: 24px;
}
}
h2 {
font-size: 45px;
font-weight: 600;
margin: 0;
color: #122853;
}
@media screen and (max-width: 1024px) {
h2 {
font-size: 38px;
}
}
@media screen and (max-width: 767px) {
h2 {
font-size: 28px;
}
}
h6 {
font-size: 20px;
font-weight: 600;
margin: 0;
color: #122853;
}
@media screen and (max-width: 1024px) {
h6 {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
h6 {
font-size: 16px;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-family: "Poppins", sans-serif;
}
p {
font-size: 16px;
color: #122853;
}
@media screen and (max-width: 1024px) {
p {
font-size: 14px;
}
}
img {
width: 100%;
max-width: 100%;
-o-object-fit: contain;
object-fit: contain;
} ::-webkit-scrollbar {
width: 10px;
height: 5px;
} ::-webkit-scrollbar-track {
background: #f1f1f1;
} ::-webkit-scrollbar-thumb {
background: #888;
} ::-webkit-scrollbar-thumb:hover {
background: #555;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper .swiper-slide {
text-align: center;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.swiper .swiper-slide img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.header_wrap {
background-color: #ffffff00;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-animation: slideUp 0.35s ease-out;
animation: slideUp 0.35s ease-out;
}
@media screen and (max-width: 1024px) {
.header_wrap {
padding: 15px 0;
}
}
@media screen and (max-width: 767px) {
.header_wrap .col-md-3 {
width: 40%;
}
.header_wrap .col-md-9 {
width: 60%;
}
}
.header_wrap.fixed_header {
background-color: #ffffff;
position: fixed;
left: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
top: 0;
width: 100%;
z-index: 99999;
-webkit-box-shadow: 0 5px 5px #00000029;
box-shadow: 0 5px 5px #00000029;
-webkit-animation: slideDown 0.35s ease-out;
animation: slideDown 0.35s ease-out;
}
.header_wrap .container .row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header_wrap .container .img_logo {
width: 180px;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}
.header_wrap .container ul.menu_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap {
position: fixed;
right: -400px;
top: 0;
width: 400px;
height: 100vh;
background-color: #ffffff;
z-index: 9;
padding: 50px 20px 40px;
display: block;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
z-index: 99999;
overflow: auto;
}
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
.header_wrap .container ul.menu_wrap {
width: 100%;
right: -100%;
}
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap.openMenu {
right: 0;
}
}
.header_wrap .container ul.menu_wrap li.menu_list {
margin-left: 25px;
}
@media screen and (max-width: 1100px) {
.header_wrap .container ul.menu_wrap li.menu_list {
margin-left: 20px;
}
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list {
margin-left: 0;
}
.header_wrap .container ul.menu_wrap li.menu_list.mob_hide {
display: none;
}
}
.header_wrap .container ul.menu_wrap li.menu_list a {
display: block;
line-height: 60px;
padding: 15px 0;
}
@media screen and (max-width: 1155.5px) {
.header_wrap .container ul.menu_wrap li.menu_list a {
font-size: 13px;
}
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list a {
line-height: 1.4;
}
.header_wrap .container ul.menu_wrap li.menu_list a.service_link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap {
position: relative;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover .service_dropdown {
height: 470px;
}
@media screen and (max-width: 1155.5px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover .service_dropdown {
height: 410px;
}
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover .service_dropdown {
height: 0;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover a,
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover svg {
fill: #0057b8;
text-decoration: underline;
color: #0057b8;
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover a,
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover svg {
fill: #000;
text-decoration: none;
color: #000;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:hover svg {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown.openService_dropdown {
height: 100%;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:has(.openService_dropdown) a,
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:has(.openService_dropdown) svg {
fill: #0057b8;
text-decoration: underline;
color: #0057b8;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap:has(.openService_dropdown) svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap a {
cursor: pointer;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap svg {
width: 20px;
-o-object-fit: contain;
object-fit: contain;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown {
overflow: hidden;
top: 90px;
background-color: #ffffff;
-webkit-box-shadow: 0 5px 10px #00000029;
box-shadow: 0 5px 10px #00000029;
height: 0;
z-index: 99;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
position: absolute;
width: 200px;
border-radius: 0 0 10px 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown {
position: unset;
height: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
transform: none;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .container {
padding: 50px 20px;
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .container {
padding: 0;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .container .row {
display: block;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .container .row .col-md-4,
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .container .row .col-md-8 {
max-width: 100%;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown a {
line-height: 1.4;
text-decoration: none;
padding: 0;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .img_menu {
width: 100%;
max-width: 300px;
height: 200px;
margin: 0 auto;
display: block;
border-radius: 20px;
-o-object-fit: cover;
object-fit: cover;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown p {
max-width: 500px;
margin: 10px auto;
text-align: center;
font-size: 14px;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown a {
text-align: center;
width: 100%;
color: #44cbf5;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .mob_hide {
display: none;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab {
height: auto;
overflow: auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding: 8px 0;
width: 100%;
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab {
padding-bottom: 20px;
height: 100%;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: block;
width: 100%;
text-align: left;
margin: 0;
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button {
padding-left: 30px;
margin-bottom: 10px;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button.active:first-child a {
font-weight: 500;
color: #44cbf5;
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button.active:first-child a {
color: #000;
font-weight: 500;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button a {
background-color: transparent;
width: auto;
padding: 0;
color: #000;
font-size: 16px;
text-align: left;
padding: 5px 15px;
}
@media screen and (max-width: 1155px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button a {
font-size: 13px;
}
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button a {
padding: 0;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button a:hover {
font-weight: 500;
color: #44cbf5;
background: aliceblue;
}
@media screen and (max-width: 1024px) {
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button a:hover {
background: transparent;
}
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button:hover {
background-color: transparent;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tab button.active {
background-color: transparent;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_wrap .service_dropdown .tabcontent {
display: none;
}
.header_wrap .container .search_wrap {
position: relative;
}
.header_wrap .container .search_wrap:hover svg {
fill: #0057b8;
}
.header_wrap .container .search_wrap svg {
width: 25px;
-o-object-fit: contain;
object-fit: contain;
cursor: pointer;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.header_wrap .container .search_wrap .search_box {
display: none;
position: absolute;
right: 0;
top: 40px;
width: 0;
overflow: hidden;
background-color: #fff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
z-index: 9;
border-radius: 50px;
}
.header_wrap .container .search_wrap .search_box.openSearchBox {
width: 345px;
}
.header_wrap .container .search_wrap .search_box.openSearchBox .search_btn {
right: 50px;
}
.header_wrap .container .search_wrap .search_box input {
width: 300px;
margin-right: 20px;
border: 1px solid #0057b8;
}
.header_wrap .container .search_wrap .search_box .search_btn {
position: absolute;
right: 0;
top: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 35px;
height: 35px;
background: #0057b8;
padding: 5px;
border-radius: 50%;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.header_wrap .container .search_wrap .search_box .search_btn:hover {
background-color: #122853;
}
.header_wrap .container .search_wrap .search_box .search_btn svg {
width: 20px;
fill: #fff;
}
.header_wrap .close_mobile_menu {
display: none;
position: absolute;
right: 20px;
top: 20px;
}
@media screen and (max-width: 1024px) {
.header_wrap .close_mobile_menu {
display: block;
padding: 5px;
}
}
@media screen and (max-width: 500px) {
.header_wrap .close_mobile_menu {
padding: 5px 0;
}
}
.header_wrap .close_mobile_menu svg {
width: 35px;
height: 35px;
fill: #000000;
}
@media screen and (max-width: 500px) {
.header_wrap .close_mobile_menu svg {
width: 25px;
height: 25px;
}
}
.header_wrap .mobile_menu {
display: none;
}
@media screen and (max-width: 1024px) {
.header_wrap .mobile_menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.header_wrap .mobile_menu .search_wrap {
margin-right: 20px;
}
}
@media screen and (max-width: 555px) {
.header_wrap .mobile_menu .btn_border {
padding: 10px;
font-size: 12px;
}
.header_wrap .mobile_menu .search_wrap {
margin-right: 10px;
}
}
.header_wrap .mobile_menu .menumobile_btn {
padding: 5px;
margin-left: 20px;
}
@media screen and (max-width: 555px) {
.header_wrap .mobile_menu .menumobile_btn {
padding: 0;
margin-left: 10px;
}
}
.header_wrap .mobile_menu .menumobile_btn svg {
width: 35px;
height: 35px;
fill: #000;
}
@media screen and (max-width: 500px) {
.header_wrap .mobile_menu .menumobile_btn svg {
width: 25px;
height: 25px;
}
}
.modal-open header.header_wrap {
z-index: 999;
}
@-webkit-keyframes slideDown {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideDown {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slideUp {
from {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
to {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
}
@keyframes slideUp {
from {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
to {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
}
body:has(.banner_wrap) .header_wrap .container .search_wrap .search_box {
background: #e8f1fe;
}
body:has(.banner_wrap) .fixed_header.header_wrap .container .search_wrap .search_box {
background: #fff;
}
.footer_wrap .upper_footer {
background-color: #0057b8;
padding: 50px 0;
}
@media screen and (max-width: 1024px) {
.footer_wrap .upper_footer .col-md-7 {
margin-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
.footer_wrap .upper_footer {
padding: 30px 0;
}
}
.footer_wrap .upper_footer h4 {
font-size: 40px;
font-weight: 700;
margin-bottom: 0;
color: #fff;
}
@media screen and (max-width: 1024px) {
.footer_wrap .upper_footer h4 {
font-size: 30px;
}
}
@media screen and (max-width: 500px) {
.footer_wrap .upper_footer h4 {
font-size: 25px;
}
}
.footer_wrap .upper_footer h5 {
font-size: 25px;
font-weight: 700;
margin-bottom: 10px;
color: #fff;
}
@media screen and (max-width: 500px) {
.footer_wrap .upper_footer h5 {
font-size: 18px;
}
}
.footer_wrap .upper_footer .email_input {
width: 400px;
max-width: 100%;
margin-bottom: 20px;
padding: 13px 15px;
display: block;
border-radius: 10px;
}
.footer_wrap .upper_footer .btn_border {
border-color: #fff;
color: #fff;
padding: 8px 25px 9px;
}
.footer_wrap .upper_footer .btn_border:hover {
color: #0057b8;
background-color: #fff;
}
.footer_wrap .main_footer {
background-color: #012d61;
padding: 80px 0 20px;
}
@media screen and (max-width: 500px) {
.footer_wrap .main_footer {
padding: 40px 0 20px;
}
}
.footer_wrap .main_footer .img_logo {
width: 180px;
max-width: 100%;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
.footer_wrap .main_footer .img_logo {
margin-bottom: 30px;
}
}
.footer_wrap .main_footer .social_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
.footer_wrap .main_footer .social_wrap {
margin-bottom: 40px;
}
}
.footer_wrap .main_footer .social_wrap a {
margin-right: 20px;
border-radius: 50%;
border: 2px solid #888;
padding: 9px 11px;
width: 45px;
height: 45px;
}
@media screen and (max-width: 1024px) {
.footer_wrap .main_footer .social_wrap a {
margin-right: 10px;
}
}
@media screen and (max-width: 500px) {
.footer_wrap .main_footer .social_wrap a {
padding: 4px 9px;
width: 35px;
height: 35px;
}
}
.footer_wrap .main_footer .social_wrap a:hover {
border-color: #fff;
}
.footer_wrap .main_footer .social_wrap a img {
width: 20px;
height: 20px;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 500px) {
.footer_wrap .main_footer .social_wrap a img {
height: 15px;
}
}
.footer_wrap .main_footer .footer_menu_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer_wrap .main_footer .footer_menu_wrap p {
font-size: 20px;
color: #fff;
margin-bottom: 15px;
font-weight: 600;
width: 100%;
}
@media screen and (max-width: 500px) {
.footer_wrap .main_footer .footer_menu_wrap p {
font-size: 16px;
}
}
.footer_wrap .main_footer .footer_menu_wrap .footer_menu {
width: 33%;
}
@media screen and (max-width: 500px) {
.footer_wrap .main_footer .footer_menu_wrap .footer_menu {
width: 50%;
}
.footer_wrap .main_footer .footer_menu_wrap .footer_menu:last-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
margin-top: 20px;
}
}
.footer_wrap .main_footer .footer_menu_wrap .footer_menu li {
margin-bottom: 10px;
}
.footer_wrap .main_footer .footer_menu_wrap .footer_menu a {
color: #fff;
}
@media screen and (max-width: 500px) {
.footer_wrap .main_footer .footer_menu_wrap .footer_menu a {
font-size: 14px;
}
}
.footer_wrap .bottom_footer {
margin-top: 80px;
}
@media screen and (max-width: 500px) {
.footer_wrap .bottom_footer {
margin-top: 40px;
}
}
.footer_wrap .bottom_footer p {
color: #fff;
font-size: 14px;
margin-bottom: 0;
}
@media screen and (max-width: 500px) {
.footer_wrap .bottom_footer p {
font-size: 12px;
}
}
.footer_wrap .bottom_footer .right_btm {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.footer_wrap .bottom_footer .right_btm span {
margin: 0 10px;
color: #fff;
}
.footer_wrap .bottom_footer .right_btm a {
color: #fff;
font-size: 14px;
margin-bottom: 0;
}
.banner_wrap {
background-color: #e8f1fe;
padding: 120px 0 120px;
margin-top: -90px;
}
@media screen and (max-width: 767px) {
.banner_wrap {
padding: 120px 0 80px;
}
}
.banner_wrap p {
font-size: 20px;
margin: 10px 0 35px;
}
@media screen and (max-width: 1024px) {
.banner_wrap p {
font-size: 16px;
}
}
.banner_wrap .img_banner {
width: 350px;
position: relative;
z-index: 1;
display: block;
margin: 0 auto;
}
.banner_wrap .img_circle {
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 500px;
}
@media screen and (max-width: 767px) {
.banner_wrap .col-md-6 {
margin-bottom: 30px;
}
.banner_wrap .col-md-6:last-child {
margin-bottom: 0;
}
}
.search_form_wrap {
padding: 40px 50px;
border-radius: 30px;
background-color: #ffffff;
-webkit-box-shadow: 0 3px 6px #00000029;
box-shadow: 0 3px 6px #00000029;
max-width: 1100px;
margin: -140px auto 80px;
position: relative;
z-index: 9;
}
@media screen and (max-width: 1100px) {
.search_form_wrap {
width: 95%;
}
}
@media screen and (max-width: 1024px) {
.search_form_wrap {
padding: 40px 20px;
margin-top: -120px;
}
}
@media screen and (max-width: 767px) {
.search_form_wrap {
padding: 30px 10px;
margin-bottom: 40px;
}
}
.search_form_wrap .input_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.search_form_wrap .input_wrapper {
display: block;
}
}
.search_form_wrap .input_wrapper .input_wrap {
position: relative;
width: 100%;
max-width: 440px;
}
@media screen and (max-width: 767px) {
.search_form_wrap .input_wrapper .input_wrap {
margin-bottom: 20px;
}
}
.search_form_wrap .input_wrapper .input_wrap svg {
position: absolute;
left: 15px;
top: 47%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 22px;
height: 22px;
fill: #000000;
}
.search_form_wrap .input_wrapper .input_wrap input {
width: 100%;
padding: 16px 15px 16px 50px;
line-height: 1.4;
}
@media screen and (max-width: 1100px) {
.search_form_wrap .input_wrapper .input_wrap input {
width: 95%;
}
}
@media screen and (max-width: 767px) {
.search_form_wrap .input_wrapper .input_wrap input {
width: 100%;
}
}
.search_form_wrap .input_wrapper .input_wrap select {
width: 100%;
padding: 16px 15px;
line-height: 1.4;
outline: 0;
border-radius: 50px;
border: 1px solid #cccccc;
font-size: 14px;
resize: none;
}
@media screen and (max-width: 1100px) {
.search_form_wrap .input_wrapper .input_wrap select {
width: 95%;
}
}
@media screen and (max-width: 767px) {
.search_form_wrap .input_wrapper .input_wrap select {
width: 100%;
}
}
.search_form_wrap .input_wrapper .btn_fill {
border-radius: 10px;
padding: 12px;
font-size: 0;
}
@media screen and (max-width: 767px) {
.search_form_wrap .input_wrapper .btn_fill {
font-size: 14px;
color: #fff;
width: 100%;
border-radius: 50px;
}
}
.search_form_wrap .input_wrapper .btn_fill svg {
fill: #fff;
width: 24px;
}
@media screen and (max-width: 767px) {
.search_form_wrap .input_wrapper .btn_fill svg {
display: none;
}
}
.search_form_wrap .like_btns {
margin-top: 20px;
}
.search_form_wrap ul {
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
overflow-x: auto;
padding-bottom: 10px;
}
.search_form_wrap ul li {
border: 2px solid #9cc5ff;
background-color: #e8f1fe;
padding: 10px;
font-size: 14px;
color: #122853;
font-weight: 500;
margin-right: 20px;
white-space: nowrap;
cursor: pointer;
}
@media screen and (max-width: 767px) {
.search_form_wrap ul li {
margin-right: 10px;
padding: 5px;
font-size: 12px;
}
}
.search_form_wrap ul li:hover {
border-color: #122853;
}
.counter_wrap {
background-color: #122853;
padding: 50px 0;
}
@media screen and (max-width: 767px) {
.counter_wrap {
padding: 30px 0;
}
.counter_wrap .col-md-3 {
padding: 20px 15px;
width: 50%;
}
}
.counter_wrap .counter_item {
text-align: center;
}
.counter_wrap .counter_item h3 {
color: #fff;
font-size: 50px;
font-weight: 600;
margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
.counter_wrap .counter_item h3 {
font-size: 40px;
}
}
.counter_wrap .counter_item p {
color: #fff;
margin-bottom: 0;
}
.counter_wrap.light_bg {
background-color: #e8f1fe;
margin: 80px 0;
}
@media screen and (max-width: 767px) {
.counter_wrap.light_bg {
margin: 40px 0;
}
}
.counter_wrap.light_bg .counter_item h3,
.counter_wrap.light_bg .counter_item p {
color: #122853;
}
.box_wrap {
padding: 40px 0;
}
.box_wrap:has(.swiper) {
padding: 80px 0;
}
@media screen and (max-width: 767px) {
.box_wrap:has(.swiper) {
padding: 20px 0;
}
}
@media screen and (max-width: 767px) {
.box_wrap {
padding: 20px 0;
}
.box_wrap .col-md-6 {
padding: 20px 15px;
}
}
.box_wrap h2 {
margin-bottom: 10px;
}
.box_wrap p {
margin-bottom: 10px;
}
.box_wrap p strong {
display: block;
}
.box_wrap .btn_border {
margin-top: 20px;
}
@media screen and (max-width: 767px) {
.box_wrap .btn_border {
margin-top: 10px;
}
}
.detail_wrap {
padding: 40px 0;
background-color: #e8f1fe;
text-align: center;
}
.detail_wrap .img_icon {
width: 60px;
height: 60px;
margin: 0 auto;
display: block;
}
.detail_wrap h6 {
margin: 15px 0 5px;
}
.detail_wrap p {
margin: 0;
}
@media screen and (max-width: 767px) {
.detail_wrap .col-md-4 {
padding: 20px 15px;
}
}
.treatmentSlider .box_content {
position: relative;
border-radius: 30px;
overflow: hidden;
}
.treatmentSlider .box_content:hover .img_treatment {
scale: 1.05;
}
.treatmentSlider .box_content .img_treatment {
width: 100%;
border-radius: 30px;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
height: 350px;
}
@media screen and (max-width: 767px) {
.treatmentSlider .box_content .img_treatment {
height: 250px;
}
}
.treatmentSlider .box_content .text_wrap {
position: absolute;
left: 0;
bottom: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#000000d4));
background-image: linear-gradient(to bottom, #ffffff00, #000000d4);
padding: 20px;
width: 100%;
height: 100%;
text-align: left;
border-radius: 0 0 30px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.treatmentSlider .box_content .text_wrap h6 {
color: #fff;
}
.treatmentSlider .box_content .text_wrap p {
color: #44cbf5;
margin: 0;
font-weight: 600;
}
.expert_wrap {
background-image: -webkit-gradient(linear, left top, right top, from(#a6e5f9), to(#0057b8));
background-image: linear-gradient(to right, #a6e5f9, #0057b8);
margin-top: 100px;
}
@media screen and (max-width: 767px) {
.expert_wrap {
margin-top: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#a6e5f9), to(#0057b8));
background-image: linear-gradient(to bottom, #a6e5f9, #0057b8);
}
}
.expert_wrap .col-md-6 {
padding: 50px 15px;
}
@media screen and (max-width: 767px) {
.expert_wrap .col-md-6 {
padding: 40px 15px 0 15px;
}
}
.expert_wrap .doc_group {
position: absolute;
right: 0;
bottom: 0;
height: auto;
display: block;
}
@media screen and (max-width: 767px) {
.expert_wrap .doc_group {
position: unset;
}
}
.expert_wrap p {
max-width: 500px;
margin: 5px 0 25px;
}
@media screen and (max-width: 767px) {
.expert_wrap p {
margin: 5px 0 15px;
}
}
.expert_wrap .btn_border {
border-color: #122853;
color: #122853;
display: block;
margin-top: 15px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.expert_wrap .btn_border:hover {
background-color: #122853;
color: #ffffff;
}
.quote_wrap {
padding: 80px 0;
position: relative;
}
@media screen and (max-width: 767px) {
.quote_wrap {
padding: 40px 0;
}
}
.quote_wrap::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 450px;
z-index: -9;
background-color: #e8f1fe;
}
.quote_wrap h2 {
text-align: center;
}
.quote_wrap p {
text-align: center;
max-width: 620px;
margin: 20px auto 50px;
}
@media screen and (max-width: 767px) {
.quote_wrap p {
margin-bottom: 20px;
}
}
.quote_wrap .white_form_box {
background-color: #fff;
padding: 30px;
border-radius: 30px;
-webkit-box-shadow: 0 5px 10px #00000029;
box-shadow: 0 5px 10px #00000029;
max-width: 800px;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.quote_wrap .white_form_box {
padding: 20px;
}
}
.quote_wrap .white_form_box .img_doc {
border-radius: 30px;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.quote_wrap .white_form_box .input_wrap {
margin-bottom: 20px;
width: 100%;
}
.quote_wrap .white_form_box .input_wrap input {
width: 100%;
}
.quote_wrap .white_form_box input[type="file"] {
padding: 0;
font-size: 12px;
}
.quote_wrap .white_form_box input[type="file"]::file-selector-button {
border: 0 !important;
padding: 12px 15px !important;
border-radius: 0;
background-color: #0057b8 !important;
color: #fff;
font-size: 14px;
}
.quote_wrap .white_form_box input[type="file"]::file-selector-button:hover {
background-color: #81ecec;
border: 2px solid #00cec9;
}
.quote_wrap .white_form_box .sub_text {
font-size: 14px;
text-align: left;
margin: 0 0 5px;
color: #555;
font-weight: 500;
}
@media screen and (max-width: 1024px) {
.quote_wrap .white_form_box .sub_text {
font-size: 12px;
}
}
.quote_wrap .white_form_box h4 {
color: #122853;
font-size: 30px;
margin-bottom: 30px;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.quote_wrap .white_form_box h4 {
margin: 30px 0;
font-size: 20px;
}
}
.quote_wrap .white_form_box h4 img {
width: 50px;
height: 50px;
margin-right: 5px;
}
@media screen and (max-width: 767px) {
.quote_wrap .white_form_box h4 img {
width: 40px;
height: 40px;
}
}
.quote_wrap .white_form_box .btn_border {
width: 100%;
margin-top: 10px;
}
@media screen and (max-width: 767px) {
.quote_wrap .white_form_box .btn_border {
margin-top: 0;
}
}
.hospitals_grid {
padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
.hospitals_grid {
padding-bottom: 30px;
}
}
.hospitals_grid p {
max-width: 300px;
}
.hospitals_grid a {
display: block;
width: 100%;
height: 100%;
border-radius: 20px;
overflow: hidden;
-webkit-box-shadow: 0 2px 10px #00000029;
box-shadow: 0 2px 10px #00000029;
}
.hospitals_grid a.btn.btn_border {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 50px;
}
.hospitals_grid .img_hospital {
border-radius: 20px;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
height: 200px;
}
.hospitals_grid .img_hospital:hover {
scale: 1.05;
}
.hospitals_grid .col-md-4 {
padding: 15px;
}
.testimonial_wrap {
padding: 80px 0;
background-color: #e8f1fe;
position: relative;
}
@media screen and (max-width: 767px) {
.testimonial_wrap {
padding: 40px 0;
}
}
.testimonial_wrap h2 {
text-align: center;
}
.testimonial_wrap p.desc_text {
text-align: center;
max-width: 620px;
margin: 20px auto 50px;
}
.testimonial_wrap .testimonialSlider {
max-width: 800px;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testimonialSlider {
padding-bottom: 30px;
}
}
.testimonial_wrap .testimonialSlider .swiper-pagination {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
left: 330px;
bottom: 50px;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testimonialSlider .swiper-pagination {
left: 0;
bottom: 0;
width: 100%;
}
}
.testimonial_wrap .testimonialSlider .swiper-pagination .swiper-pagination-bullet {
background: #0057b8;
opacity: 0.5;
width: 12px;
height: 12px;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testimonialSlider .swiper-pagination .swiper-pagination-bullet {
width: 8px;
height: 8px;
}
}
.testimonial_wrap .testimonialSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
}
.testimonial_wrap .testi_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testi_box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.testimonial_wrap .testi_box p {
text-align: left;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testi_box p {
text-align: center;
}
}
.testimonial_wrap .testi_box p strong {
font-weight: 600;
font-size: 18px;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testi_box p strong {
font-size: 14px;
text-align: center;
}
}
.testimonial_wrap .testi_box p.comment_text {
margin-top: 15px;
height: 90px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testi_box p.comment_text {
height: auto;
-webkit-line-clamp: none;
text-overflow: unset;
display: block;
}
}
.testimonial_wrap .testi_box .content_right {
height: 155px;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testi_box .content_right {
height: auto;
overflow: visible;
}
}
.testimonial_wrap .testi_box .img_user {
width: 300px;
margin-right: 30px;
border-radius: 20px;
}
@media screen and (max-width: 767px) {
.testimonial_wrap .testi_box .img_user {
width: 150px;
margin-right: 0;
margin-bottom: 10px;
}
}
.blogs_list_wrap {
padding: 80px 0;
position: relative;
}
@media screen and (max-width: 767px) {
.blogs_list_wrap {
padding: 40px 0;
}
}
.blogs_list_wrap .col-md-4 {
padding: 20px 15px;
}
.blogs_list_wrap h2 {
text-align: center;
}
.blogs_list_wrap p.desc_text {
text-align: center;
max-width: 620px;
margin: 10px auto 50px;
}
.blogs_list_wrap a:hover {
text-decoration: none;
}
.blogs_list_wrap .blog_box {
border-radius: 20px;
-webkit-box-shadow: 0 5px 10px #00000029;
box-shadow: 0 5px 10px #00000029;
height: 100%;
position: relative;
padding-bottom: 20px;
}
.blogs_list_wrap .blog_box:hover .img_blog {
scale: 1.05;
}
.blogs_list_wrap .blog_box .img_box {
border-radius: 20px 20px 0 0;
overflow: hidden;
height: 200px;
}
.blogs_list_wrap .blog_box .img_box .img_blog {
border-radius: 20px 20px 0 0;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
height: 100%;
}
.blogs_list_wrap .blog_box .content_wrap {
padding: 20px;
}
@media screen and (max-width: 1024px) {
.blogs_list_wrap .blog_box .content_wrap {
padding: 10px;
}
}
.blogs_list_wrap .blog_box .content_wrap .author_text {
font-size: 14px;
margin: 0 0 10px;
color: #122853;
}
@media screen and (max-width: 1024px) {
.blogs_list_wrap .blog_box .content_wrap .author_text {
font-size: 12px;
}
}
.blogs_list_wrap .blog_box .content_wrap h4 {
font-size: 24px;
font-weight: 500;
margin-bottom: 10px;
color: #122853;
}
@media screen and (max-width: 1024px) {
.blogs_list_wrap .blog_box .content_wrap h4 {
font-size: 18px;
}
}
.blogs_list_wrap .blog_box .content_wrap .desc_detail {
margin-bottom: 10px;
color: #122853;
}
.blogs_list_wrap .blog_box .content_wrap .desc_detail p {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.blogs_list_wrap .blog_box .content_wrap .read_more {
color: #44cbf5;
font-weight: 600;
margin-bottom: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: absolute;
bottom: 20px;
left: 20px;
}
@media screen and (max-width: 1024px) {
.blogs_list_wrap .blog_box .content_wrap .read_more {
bottom: 10px;
left: 10px;
}
}
.blogs_list_wrap .blog_box .content_wrap .read_more:hover {
text-decoration: underline;
}
.blogs_list_wrap .btn_border {
margin: 50px auto 0;
display: block;
}
@media screen and (max-width: 767px) {
.blogs_list_wrap .btn_border {
margin-top: 30px;
}
}
.inner_banner_wrap {
background-color: #e8f1fe;
padding: 80px 0;
text-align: center;
}
@media screen and (max-width: 767px) {
.inner_banner_wrap {
padding: 40px 0 60px;
}
}
.inner_banner_wrap p {
max-width: 700px;
margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
.inner_banner_wrap p {
margin-top: 10px;
}
}
.hospital_listing_wrap {
margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
.hospital_listing_wrap {
margin-bottom: 100px;
}
}
@media screen and (max-width: 767px) {
.hospital_listing_wrap {
margin-bottom: 60px;
}
}
.hospital_listing_wrap .col-md-4 {
padding: 20px 15px;
}
.hospital_listing_wrap .load_more_btn {
margin: 60px auto 0;
display: block;
}
@media screen and (max-width: 767px) {
.hospital_listing_wrap .load_more_btn {
margin-top: 30px;
}
}
.hospital_listing_wrap .grid_box {
border-radius: 20px;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-box-shadow: 0 2px 10px #00000029;
box-shadow: 0 2px 10px #00000029;
height: 100%;
position: relative;
padding-bottom: 60px;
}
.hospital_listing_wrap .grid_box:hover {
-webkit-box-shadow: 0 5px 10px #00000029;
box-shadow: 0 5px 10px #00000029;
}
.hospital_listing_wrap .grid_box:hover .grid_text {
padding: 20px;
}
.hospital_listing_wrap .grid_box .hospital_img {
border-radius: 20px;
-o-object-fit: cover;
object-fit: cover;
height: 280px;
}
@media screen and (max-width: 1024px) {
.hospital_listing_wrap .grid_box .hospital_img {
height: 240px;
}
}
.hospital_listing_wrap .grid_box a:hover {
text-decoration: none;
}
.hospital_listing_wrap .grid_box .grid_text {
padding: 20px;
}
.hospital_listing_wrap .grid_box .grid_text h3 {
font-size: 22px;
font-weight: 600;
color: #122853;
margin-bottom: 3px;
}
.hospital_listing_wrap .grid_box .grid_text p {
margin: 0 0 3px;
}
.hospital_listing_wrap .grid_box .grid_text p strong {
font-weight: 600;
}
.hospital_listing_wrap .grid_box .grid_text .btn_border {
margin-top: 15px;
font-size: 13px;
padding: 10px 20px;
position: absolute;
left: 20px;
bottom: 20px;
}
.hospital_banner {
padding: 60px 0;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.hospital_banner {
padding: 40px 0;
}
}
.hospital_banner .hospital_hero_img,
.hospital_banner .img_treatment {
width: 450px;
height: 400px;
max-height: 400px;
display: block;
margin: 0 auto;
border-radius: 30px;
-o-object-fit: cover;
object-fit: cover;
-webkit-box-shadow: 0 3px 10px #00000023;
box-shadow: 0 3px 10px #00000023;
-o-object-position: top;
object-position: top;
}
@media screen and (max-width: 767px) {
.hospital_banner .hospital_hero_img,
.hospital_banner .img_treatment {
width: 350px;
}
}
.hospital_banner .btn_border {
margin-top: 20px;
}
.hospital_banner h1 {
font-size: 40px;
margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
.hospital_banner h1 {
font-size: 30px;
margin: 20px 0 10px 0;
}
}
.hospital_banner p {
margin-bottom: 10px;
}
.about_box {
padding: 0 15px;
text-align: center;
}
.about_box .container {
border-radius: 50px;
padding: 70px;
background-color: #e8f1fe;
}
@media screen and (max-width: 1024px) {
.about_box .container {
padding: 40px;
}
}
@media screen and (max-width: 767px) {
.about_box .container {
padding: 25px 15px;
}
}
.about_box p {
font-weight: 500;
}
.about_box ul {
text-align: left;
max-width: 700px;
margin: 0 auto 30px;
list-style: disc;
}
.about_box ul li {
margin-bottom: 15px;
}
.about_box h2 {
font-size: 35px;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.about_box h2 {
font-size: 28px;
}
}
.doc_list {
margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
.doc_list {
margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
.doc_list {
margin: 30px 0 20px;
}
}
.doc_list h2 {
font-size: 40px;
margin-bottom: 40px;
text-align: center;
}
@media screen and (max-width: 767px) {
.doc_list h2 {
font-size: 28px;
margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.doc_list .col-md-3, .doc_list .col-sm-12 {
width: 50%;
max-width: 50%;
padding: 15px 10px;
}
}
.doc_list .doc_wrap .doc_img {
width: 100%;
height: 270px;
border-radius: 20px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
@media screen and (max-width: 1024px) {
.doc_list .doc_wrap .doc_img {
height: 250px;
}
}
@media screen and (max-width: 767px) {
.doc_list .doc_wrap .doc_img {
height: auto;
}
}
.doc_list .doc_wrap .doc_detail {
padding: 15px 0;
}
.doc_list .doc_wrap .doc_detail h5 {
margin-bottom: 8px;
font-weight: 600;
font-size: 22px;
}
@media screen and (max-width: 1024px) {
.doc_list .doc_wrap .doc_detail h5 {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.doc_list .doc_wrap .doc_detail h5 {
font-size: 16px;
margin-bottom: 4px;
}
}
.doc_list .doc_wrap .doc_detail p {
margin-bottom: 0;
font-weight: 500;
}
@media screen and (max-width: 1024px) {
.doc_list .doc_wrap .doc_detail p {
font-size: 14px;
}
}
.getQuote_popup {
padding: 15px 0px 15px 15px !important;
z-index: 999999;
}
.getQuote_popup button.close {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: absolute;
right: 30px;
top: 30px;
z-index: 9;
}
@media screen and (max-width: 767px) {
.getQuote_popup button.close {
top: 10px;
right: 10px;
}
}
.getQuote_popup .modal-dialog {
max-width: 830px;
}
.getQuote_popup .modal-content {
padding: 30px 50px;
border-radius: 30px;
border: 0;
-webkit-box-shadow: 0 5px 10px #00000029;
box-shadow: 0 5px 10px #00000029;
}
@media screen and (max-width: 767px) {
.getQuote_popup .modal-content {
padding: 20px;
}
}
.getQuote_popup .modal-title {
margin-bottom: 30px;
font-size: 30px;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.getQuote_popup .modal-title {
font-size: 25px;
}
}
.getQuote_popup .modal-title .img_icon {
width: 50px;
margin-right: 5px;
}
@media screen and (max-width: 767px) {
.getQuote_popup .modal-title .img_icon {
width: 40px;
}
}
.getQuote_popup .modal-body {
padding: 0;
}
@media screen and (max-width: 767px) {
.getQuote_popup .col-md-5 {
padding-bottom: 30px;
}
}
.getQuote_popup .img_doc {
border-radius: 30px;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.getQuote_popup .input_wrap {
margin-bottom: 20px;
width: 100%;
}
.getQuote_popup .input_wrap input {
width: 100%;
}
.getQuote_popup .btn_border {
width: 100%;
}
.getQuote_popup input[type="file"] {
padding: 0;
font-size: 12px;
}
.getQuote_popup input[type="file"]::file-selector-button {
border: 0 !important;
padding: 12px 15px !important;
border-radius: 0;
background-color: #0057b8 !important;
color: #fff;
font-size: 14px;
}
.getQuote_popup input[type="file"]::file-selector-button:hover {
background-color: #81ecec;
border: 2px solid #00cec9;
}
.getQuote_popup .sub_text {
font-size: 14px;
text-align: left;
margin: 0 0 5px;
color: #555;
font-weight: 500;
}
@media screen and (max-width: 1024px) {
.getQuote_popup .sub_text {
font-size: 12px;
}
}
.contact_banner .row {
width: 100%;
margin: 0;
}
.contact_banner .img_contact_banner {
-o-object-fit: cover;
object-fit: cover;
height: calc(100vh - 90px);
}
@media screen and (max-width: 767px) {
.contact_banner .img_contact_banner {
height: 300px;
}
}
.contact_banner .blue_boxwrap {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.contact_banner .blue_boxwrap .col-md-6.p-0 {
height: calc(100vh - 90px);
}
@media screen and (max-width: 767px) {
.contact_banner .blue_boxwrap .col-md-6.p-0 {
height: auto;
}
}
.contact_banner a {
display: block;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px;
}
.contact_banner a:hover {
text-decoration: none;
}
.contact_banner .blue_box {
background-color: #122853;
width: 100%;
min-height: calc(50vh - 45px);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
padding: 0;
}
@media screen and (max-width: 767px) {
.contact_banner .blue_box {
min-height: 150px;
width: 50%;
}
}
.contact_banner .blue_box:first-child, .contact_banner .blue_box:last-child {
background-color: #0057b8;
}
.contact_banner .blue_box:hover {
background-color: #44cbf5;
}
.contact_banner .blue_box img {
width: 80px;
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.contact_banner .blue_box img {
width: 50px;
}
}
.contact_banner .blue_box p {
font-weight: 600;
font-size: 24px;
color: #fff;
margin: 0;
}
@media screen and (max-width: 767px) {
.contact_banner .blue_box p {
font-size: 14px;
font-weight: 500;
}
}
.contact_form {
margin: 80px 0;
}
@media screen and (max-width: 767px) {
.contact_form {
margin: 40px 0;
}
}
.contact_form h2 {
max-width: 450px;
}
.contact_form p {
max-width: 400px;
margin: 15px 0 40px;
}
.contact_form a {
display: block;
font-size: 18px;
font-weight: 500;
margin-bottom: 20px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
@media screen and (max-width: 1024px) {
.contact_form a {
font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.contact_form a {
font-size: 14px;
}
}
.contact_form a:hover {
text-decoration: none;
}
.contact_form a .icon_link {
width: 30px;
margin-right: 10px;
}
@media screen and (max-width: 500px) {
.contact_form a .icon_link {
width: 25px;
}
}
.contact_form .contact_form_wrap {
border-radius: 30px;
padding: 30px;
max-width: 85%;
margin: 0 auto;
-webkit-box-shadow: 0 0px 20px #00000029;
box-shadow: 0 0px 20px #00000029;
}
@media screen and (max-width: 767px) {
.contact_form .contact_form_wrap {
margin-top: 30px;
max-width: 100%;
padding: 20px;
border-radius: 20px;
}
}
.contact_form .contact_form_wrap h3 {
font-weight: 600;
margin-bottom: 0;
}
.contact_form .contact_form_wrap p {
margin: 0 0 30px 0;
}
.contact_form .contact_form_wrap .input_wrap {
margin-bottom: 20px;
}
.contact_form .contact_form_wrap .input_wrap .cmn_input {
width: 100%;
}
.contact_form .contact_form_wrap .btn_border {
width: 80%;
margin: 0 auto;
display: block;
}
.blog_listing_banner {
padding: 80px 0;
background-color: #e8f1fe;
text-align: center;
}
@media screen and (max-width: 767px) {
.blog_listing_banner {
padding: 40px 0;
}
}
.blog_listing_banner p {
max-width: 600px;
margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
.blog_listing_banner p {
margin: 10px auto 0;
}
}
.about_us_banner {
padding: 350px 0 40px;
background-image: url(//surgeryassistance.com/wp-content/themes/surgery-child/assets/images/about_usbanner.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
@media screen and (max-width: 767px) {
.about_us_banner {
padding: 100px 0 40px;
}
}
.about_us_banner::after {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff00));
background: linear-gradient(to top, #ffffff, #ffffff00);
}
.about_us_banner h1 {
position: relative;
z-index: 1;
}
@media screen and (max-width: 767px) {
.about_us_banner h1 {
font-size: 20px;
}
}
.about_details {
margin: 80px 0;
}
@media screen and (max-width: 767px) {
.about_details {
margin: 40px 0 0;
}
}
.about_details .col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 35px 15px;
}
@media screen and (max-width: 767px) {
.about_details .col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 5px 15px;
}
}
.about_details .white_box {
-webkit-box-shadow: 0 5px 10px #00000029;
box-shadow: 0 5px 10px #00000029;
padding: 25px 20px;
border-radius: 20px;
background-color: #e8f1fe;
height: 100%;
}
@media screen and (max-width: 1024px) {
.about_details .white_box {
padding: 15px;
}
}
@media screen and (max-width: 767px) {
.about_details .white_box {
margin-bottom: 40px;
}
}
.about_details .white_box .img_icon {
width: 80px;
margin-top: -70px;
}
@media screen and (max-width: 767px) {
.about_details .white_box .img_icon {
width: 50px;
margin-top: -40px;
}
}
.about_details .white_box h5 {
font-weight: 600;
margin: 0;
}
@media screen and (max-width: 1024px) {
.about_details .white_box h5 {
font-size: 16px;
}
}
.about_details .white_box p {
margin: 0;
}
.content_details h2 {
margin-bottom: 20px;
font-size: 30px;
margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
.content_details h2 {
margin-bottom: 10px;
}
}
.content_details .img_content {
height: 500px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50px;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.content_details .img_content {
height: auto;
border-radius: 20px;
}
}
.content_details .pt_30 {
padding-top: 30px;
}
@media screen and (max-width: 767px) {
.content_details .pt_30 {
padding-top: 10px;
}
}
.content_details .mt_50 {
margin-top: 0;
}
@media screen and (max-width: 767px) {
.content_details .mt_50 {
margin: 0;
}
}
.founder_wrap {
max-width: 1100px;
margin: 80px auto 40px;
}
@media screen and (max-width: 767px) {
.founder_wrap {
margin: 40px auto;
}
}
.founder_wrap .col-md-5 {
padding-right: 80px;
}
@media screen and (max-width: 1024px) {
.founder_wrap .col-md-5 {
padding-right: 15px;
}
}
.founder_wrap .founder_img {
border-radius: 30px;
height: 500px;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 767px) {
.founder_wrap .founder_img {
height: auto;
margin-bottom: 20px;
}
}
.founder_wrap .founder_text {
position: relative;
padding-top: 50px;
font-size: 18px;
}
@media screen and (max-width: 767px) {
.founder_wrap .founder_text {
font-size: 16px;
}
}
.founder_wrap .founder_text::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100px;
background-image: url(//surgeryassistance.com/wp-content/themes/surgery-child/assets/images/icon-coma.png);
background-repeat: no-repeat;
background-size: contain;
height: 100px;
opacity: 0.2;
z-index: -9;
}
.founder_wrap .name_text {
font-weight: 600;
font-size: 24px;
margin-bottom: 0;
}
.logos_wrap .logoSlider .logo_img {
width: 150px;
-o-object-fit: contain;
object-fit: contain;
-webkit-filter: grayscale(100);
filter: grayscale(100);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.logos_wrap .logoSlider .logo_img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.faq_banner {
background-color: #e8f1fe;
padding: 60px 0;
text-align: center;
}
.faq_banner h1 {
font-size: 45px;
}
@media screen and (max-width: 767px) {
.faq_banner h1 {
font-size: 30px;
}
}
.faq_banner p {
max-width: 600px;
margin: 10px auto 30px;
}
.faq_banner .search_faq_wrap {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
}
.faq_banner .search_faq_wrap .search_input {
width: 400px;
max-width: 100%;
padding: 14px 20px;
}
@media screen and (max-width: 767px) {
.faq_banner .search_faq_wrap .search_input {
width: 280px;
}
}
.faq_banner .search_faq_wrap .btn_border {
position: absolute;
right: 8px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
padding: 0px;
width: 35px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #0057b8;
border: 0;
}
.faq_banner .search_faq_wrap .btn_border:hover {
background-color: #122853;
}
.faq_banner .search_faq_wrap .btn_border svg {
width: 18px;
height: 18px;
fill: #fff;
}
.faq_wrap {
padding: 60px 0;
}
@media screen and (max-width: 767px) {
.faq_wrap {
padding: 40px 0;
}
}
.faq_wrap .cards {
border-bottom: 1px solid #ccc;
}
.faq_wrap .cards:has(.show) button svg {
rotate: 180deg;
}
.faq_wrap .cards h2 {
padding: 0;
}
.faq_wrap .cards h2:hover button {
color: #0057b8;
}
.faq_wrap .cards h2 button {
font-size: 18px;
font-weight: 600;
color: #122853;
width: 100%;
padding: 20px 0;
display: block;
position: relative;
padding-right: 30px;
}
.faq_wrap .cards h2 button svg {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
width: 20px;
height: 20px;
position: absolute;
right: 0;
top: 20px;
}
.faq_wrap .cards .cards-body {
padding: 0 0 15px 15px;
}
.faq_wrap .cards ul.wp-block-list {
list-style: disc;
padding-left: 25px;
}
.faq_wrap .cards ul.wp-block-list li {
margin-bottom: 6px;
}
.blog_detail_wrap {
padding: 40px 0;
}
@media screen and (max-width: 767px) {
.blog_detail_wrap {
padding: 30px 0;
}
}
.blog_detail_wrap .row {
margin: 0 -20px;
}
.blog_detail_wrap .col-lg-8,
.blog_detail_wrap .col-lg-4 {
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 767px) {
.blog_detail_wrap h1 {
font-size: 30px;
}
}
.blog_detail_wrap .author_text {
margin: 10px 0 30px;
}
.blog_detail_wrap .img_blog {
border-radius: 30px;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.blog_detail_wrap .img_blog {
height: auto;
margin-bottom: 20px;
}
}
.blog_detail_wrap .sub_img_blog {
border-radius: 30px;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
.blog_detail_wrap .sub_img_blog {
height: auto;
margin-bottom: 20px;
}
}
.blog_detail_wrap h2 {
font-size: 30px;
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.blog_detail_wrap h2 {
font-size: 20px;
}
}
.blog_detail_wrap .list_recent {
padding-top: 30px;
}
.blog_detail_wrap .list_recent h3 {
font-weight: 700;
margin-bottom: 30px;
}
.blog_detail_wrap .list_recent ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
border-radius: 15px;
-webkit-box-shadow: 0 0px 5px #00000029;
box-shadow: 0 0px 5px #00000029;
margin-bottom: 30px;
}
.blog_detail_wrap .list_recent ul li .img_blog_small {
width: 150px;
height: 100px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 15px 0 0 15px;
}
.blog_detail_wrap .list_recent ul li .content_text {
padding: 0 10px;
}
.blog_detail_wrap .list_recent ul li .content_text p {
margin: 0;
}
.blog_detail_wrap .list_recent ul li .content_text .date_text {
font-size: 12px;
}
.blog_detail_wrap .list_recent ul li .content_text .title_text {
font-size: 16px;
font-weight: 700;
height: 45px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.service_banner {
padding: 60px 0;
text-align: center;
background-color: #e8f1fe;
}
@media screen and (max-width: 767px) {
.service_banner {
padding: 40px 0;
}
}
.service_banner h1 {
max-width: 900px;
font-size: 50px;
margin: 0 auto 15px;
}
@media screen and (max-width: 1024px) {
.service_banner h1 {
font-size: 40px;
max-width: 740px;
}
}
@media screen and (max-width: 767px) {
.service_banner h1 {
font-size: 30px;
}
}
.service_banner p {
margin: 0 auto;
max-width: 700px;
}
.services_listing {
padding: 50px 0;
}
@media screen and (max-width: 767px) {
.services_listing {
padding: 40px 0;
}
}
.services_listing .col-md-4 {
padding: 15px;
}
.services_listing .box_content {
position: relative;
border-radius: 30px;
overflow: hidden;
}
.services_listing .box_content:hover .img_treatment {
scale: 1.05;
}
.services_listing .box_content .img_treatment {
width: 100%;
border-radius: 30px;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-o-object-fit: cover;
object-fit: cover;
height: 350px;
}
@media screen and (max-width: 767px) {
.services_listing .box_content .img_treatment {
height: 250px;
}
}
.services_listing .box_content .text_wrap {
position: absolute;
left: 0;
bottom: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#000000d4));
background-image: linear-gradient(to bottom, #ffffff00, #000000d4);
padding: 20px;
width: 100%;
height: 100%;
text-align: left;
border-radius: 0 0 30px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.services_listing .box_content .text_wrap h6 {
color: #fff;
}
.services_listing .box_content .text_wrap p {
color: #44cbf5;
margin: 0;
font-weight: 600;
}
.service_details {
padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
.service_details {
padding: 40px 0 0;
}
}
.service_details .img_treatment {
border-radius: 30px;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 767px) {
.service_details .img_treatment {
height: 300px;
margin-bottom: 20px;
}
}
.service_details h1 {
font-size: 40px;
margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.service_details h1 {
font-size: 30px;
}
}
.service_details p {
margin-bottom: 20px;
}
.hospital_list_service {
margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
.hospital_list_service {
margin: 30px 0 20px;
}
}
.hospital_list_service h2 {
font-size: 35px;
}
@media screen and (max-width: 767px) {
.hospital_list_service h2 {
font-size: 28px;
}
}
.hospital_list_service .hospital_wrapper {
text-align: center;
margin-bottom: 20px;
}
.hospital_list_service .hospital_wrapper p {
max-width: 650px;
margin: 10px auto 20px;
}
.contact_form .contact_form_wrap p label {
width: 100%;
}
.contact_form .contact_form_wrap p label input {
width: 100%;
}
.contact_form .contact_form_wrap p label textarea {
width: 100%;
}
.founder_wrap strong {
margin-bottom: 5px;
display: inline-block;
}
.contact_form .contact_form_wrap p input.wpcf7-form-control.wpcf7-submit.has-spinner {
border: 2px solid #0057b8;
background-color: transparent;
color: #0057b8;
border-radius: 50px;
width: 80%;
margin: 0 auto;
display: block;
padding: 12px 30px;
font-size: 16px;
font-weight: 600;
outline: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrap p input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
background-color: #0057b8;
color: #ffffff;
}
.contact_form .contact_form_wrap p:nth-child(6) {
margin-bottom: 0;
}
.doctor_wrap {
padding: 0 15px 30px;
}
.doctor_wrap a:hover {
text-decoration: none;
}
.white_form_box label {
text-align: left;
width: 100%;
margin-bottom: 0;
font-size: 14px;
}
.white_form_box label span {
display: block;
width: 100%;
}
.white_form_box input {
width: 100%;
}
.white_form_box p {
margin-bottom: 0;
}
.white_form_box input[type="submit"] {
border: 2px solid #0057b8;
background-color: transparent;
color: #0057b8;
border-radius: 50px;
width: 100%;
margin-top: 10px;
padding: 12px 30px;
font-size: 16px;
font-weight: 600;
outline: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
font-family: "Poppins", sans-serif;
}
.white_form_box input[type="submit"]:hover {
background: #0057b8;
color: #fff;
}
.emaillist input.es-email {
max-width: 400px;
width: 100%;
margin-bottom: 20px;
padding: 13px 15px;
display: block;
border-radius: 10px;
}
.emaillist .gjs-row {
margin-bottom: 0 !important;
}
.emaillist input[type="submit"] {
color: #fff;
padding: 8px 25px 9px;
border: 2px solid #fff;
background-color: transparent;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
outline: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.emaillist input[type="submit"]:hover {
color: #0057b8;
background-color: #fff;
}
.getQuote_popup label {
width: 100%;
font-size: 14px;
}
.getQuote_popup input {
width: 100%;
}
.getQuote_popup input[type="submit"] {
color: #0057b8;
padding: 12px 30px;
border: 2px solid #0057b8;
background-color: transparent;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
outline: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
margin-top: 20px;
}
.getQuote_popup input[type="submit"]:hover {
color: #fff;
background-color: #0057b8;
}
.search-results-page ~ .hospital_listing_wrap .grid_box {
padding-bottom: 0;
}
.procedure_wrap h2 strong {
font-weight: 700;
}
.procedure_wrap iframe {
width: 100%;
height: 250px;
}
.procedure_wrap .procedures_table {
margin-top: 50px;
}
.faq_wrap.procedure_wrap .col-md-7 {
max-width: 100% !important;
-webkit-box-flex: 100% !important;
-ms-flex: 100% !important;
flex: 100% !important;
width: 100%;
}
.faq_wrap.procedure_wrap .col-md-5 {
display: none;
}
.procedures_list {
padding: 50px 0;
}
.procedures_list a:hover {
text-decoration: none;
}
.procedures_list h3 {
padding: 50px;
border: 1px solid #000;
text-align: center;
border-radius: 20px;
margin: 20px 0;
}
.procedures_list h3:hover {
background: #e8f1fe;
}
.upper_footer .es_subscription_message {
color: #fff;
}
.doc_list .btn.btn_border.load_more_btn {
margin: 20px auto 0;
display: block;
}
.header_wrap .container ul.menu_wrap li.menu_list a.service_link {
margin-right: 10px;
}
.header_wrap .container ul.menu_wrap li.menu_list .service_btn_link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.search-results-page ~ .search_form_wrap {
margin-top: -100px;
}
.certificate_wrap {
margin-bottom: 40px;
}
.certificate_wrap .row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.certificate_wrap .col-md-5 {
max-width: 60%;
}
@media screen and (max-width: 1024px) {
.certificate_wrap .col-md-5 {
max-width: 100%;
}
}
.certificate_wrap h2 {
font-size: 30px;
text-align: center;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.certificate_wrap h2 {
font-size: 24px;
}
}
.certificate_wrap .certificate_img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 40px;
height: 400px;
}
@media screen and (max-width: 767px) {
.white_form_box label span.wpcf7-form-control-wrap input[type="file"] {
margin-top: 10px;
}
.content_details .row.flex-row-reverse.align-items-center {
margin-top: 30px;
}
.content_details p.mb-5 {
margin-bottom: 1rem !important;
}
}
@media screen and (min-width: 768px) {
.procedure_wrap .cards-body:not(.col-md-5) .col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.procedure_wrap .cards-body:has(.col-md-5) .col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 0 0 58.333333%;
flex: 0 0 0 0 58.333333%;
max-width: 58.333333%;
}
}
@media screen and (max-width: 1024px) {
.search-results-page ~ .search_form_wrap {
margin-top: -80px;
}
.header_wrap .container .search_wrap .search_box {
width: 300px !important;
height: 0;
top: 80px;
right: 0px;
position: fixed;
padding: 0 10px;
background: #fff !important;
z-index: 99;
-webkit-box-shadow: 0 5px 10px #00000011;
box-shadow: 0 5px 10px #00000011;
}
.header_wrap.fixed_header .container .search_wrap .search_box {
top: 70px;
}
.header_wrap .container .search_wrap .search_box.openSearchBox {
height: 70px;
}
.header_wrap .container .search_wrap .search_box.openSearchBox .search_btn {
top: 18px;
right: 50px;
}
.header_wrap .container .search_wrap .search_box input {
width: 250px;
margin-right: 10px;
}
}
@media screen and (max-width: 500px) {
.header_wrap .container .search_wrap .search_box {
top: 70px;
}
}