@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



:root {
    --primary: #004aad;
    --secondary:#397b3c;
    --white: #fff;
    --black: #000;
}
table{
  border: 1px solid black;
} 
th{
  border: 1px solid black;
}
td{
  border: 1px solid black;
}



body {
    margin: 0;
    padding: 0 !important;
    font-family: "Oswald", sans-serif;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    color: #1a1a1a;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Poppins", sans-serif;
    border: 1px solid #c1c1c1a6;
    margin: 0px 0 8px;
    padding: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fdfdfd;
}
::placeholder {
  color: #1a1a1a;
  font-weight:400;
}

select,
input[type="date"] {
    padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 2px;
    line-height: normal;
    width: 100%;
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(--white);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Oswald", sans-serif;
    color: #050A15;
    font-weight: 700;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
    color: #000000d1;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
}
.subheading {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

/* TOPBAR */
.topbar {
    background: var(--primary);
    padding: 5px 0;
}
.smoicons li a {
    background: #f9f9f914;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.smoicons li:last-child a {
    margin-right: 0;
}
.top-contact {
    column-gap: 15px;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #ffffff36;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.top-contact span {
    color: white !important;
}
.top-contact p a{
    color: var(--white);
    font-size: 16px;
}

.top-contact p:not(:last-child)::after {
    content: "";
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}
.menubar .btn {
    background: var(--primary);
    padding: 10px 25px;
    font-size: 14px;
    color: var(--white) !important;
}
a.logo {
    height: 90px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
/* Header */
.mainmenu {
    position: absolute;
    top: 5px;
    z-index: 9;
    width: 100%;
}
header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
.logo a {
    height: 80px !important;
    width: 200px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
header img {
    width: 165px;
    height: 164px !important;
    object-fit: contain;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu .btn-primary {margin-left: 10px;}

/* SLIDER SECTION CSS */
.mainslider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.carousel-content {
    text-align: center;
}
.carousel-content h2 {
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 1px;
    color: #181330;
}
.carousel-caption {
    width: 45% !important;
}
.carousel-content p {
    color: var(--white);
    font-size: 19px;
    letter-spacing: 1px;
}
.banner-desc h2 span {
    color: var(--primary);
}
.banner-desc h5 {
    background: #005bac14;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    color: var(--black);
    letter-spacing: 2px;
    font-size: 16px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    font-weight: 500;
    margin-bottom: 21px;
}
.banner-desc i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}

/* philosophy section  */
.philosophy {
    background: var(--black);
    padding: 100px 0;
}
.philosophy .btn {
    background: var(--white);
    color: var(--black);
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 18px auto 0;
    text-transform: uppercase;
}
.aboutphilosophy .heading {
    font-size: 35px;
    margin-bottom: 14px;
}
.aboutphilosophy p {
    font-size: 24px;
}
.aboutphilosophy p span {
    font-size: 18px;
    line-height: 50px;
}
.founders {
    background: var(--secondary) !important;
}
/* what we offer section  */
.whatweoffer {
    margin: 60px 0;
}
.whatweoffer .lists {
    padding-left: 30px;
}
.whatweoffer .row .col-lg-6:first-child {
    padding-left: 0;
}
.whatweoffer .row:nth-child(2) .col-lg-6:first-child {
    padding-right: 0;
}
.lists h3 {
    font-size: 34px;
    text-transform: uppercase;
}
.lists li {
    margin-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 25px;
}
.lists p {
    background: #004aad14;
    padding: 10px 30px;
    border-radius: 6px;
    color: #000;
}
.lists li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    background: var(--primary);
    border-radius: 50%;
    outline: 2px solid #004aad3b;
    outline-offset: 4px;
}

.whatweoffer .row:nth-child(1) {
    flex-direction: row-reverse;
    margin-bottom: 0 !important;
}
.lists p {
    font-size: 13.7px;
    margin-top: 15px;
    font-style: italic;
}
/* booking section  */
.booking {
    text-align: center;
    padding: 0 0 60px;
}
.aboutbooking p {
    background: #004aad14;
    padding: 10px 30px;
    color: var(--black);
    border-radius: 6px;
    width: 90%;
    margin: 0 auto;
    line-height: 35px;
    font-style: italic;
}

.aboutbooking .btn {
    background: var(--secondary) !important;
    color: var(--white) !important;
}
.aboutbooking span {
    display: block;
    margin: 15px 0;
}
.aboutbooking br {
    display: none;
}
.aboutbooking .btn {
    background: var(--white);
    color: var(--black);
    font-weight: 500;
    margin-top: 20px;
}
/* bookings section  */
.bookings {
    background: #397b3c12;
    padding: 50px;
    text-align: center;
    margin-bottom: 60px;
}
.bookings a {
    background: #fff;
    text-transform: uppercase;
    color: #000;
}
.bookings p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* new section  */
.new {
    margin-bottom: 60px;
}
.new .container {
  height: 100vh;          
}
.profile-display {
    padding: 35px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    background: #004aad14;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
  .profile-display img {
    width: 370px;
    height: 370px;
    max-width: 90%;
    border-radius: 10px;
    object-fit: cover;
}

    .profile-text {
      margin-top: 30px;
    }

.profile-text h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 2px;
}

.profile-text p {
    font-size: 15px;
    max-width: 500px;
    color: #000;
}
.steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #40464d;
    writing-mode: vertical-lr;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.step {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #555;
    cursor: pointer;
    transition: background 0.3s ease;
    border-right: 1px solid #ffffff26;
    flex-direction: row-reverse;
    column-gap: 20px;
}

    .step:hover,
    .step.active {
      background: #57606a;
    }
.step.active h2 {
    opacity: 1;
}
.step.active p {
    opacity: 1;
    color:#fff;
}
.step h2 {
    font-size: 65px;
    color: #ffffff;
    opacity: .2;
    letter-spacing: 10px;
}
.step p {
    margin-top: 5px;
    font-size: 22px;
    color: #c4c4c4;
    opacity: .4;
}
.texts .btn {
    background: var(--primary);
    color: #fff;
}

/*  works section  */
.buttons {
    left: 44%;
}

.buttons .btn {
    background: var(--primary);
    color: var(--white);
    margin-left: 20px;
}
.pensioner {
    margin-top: 90px;
}

/* pensioner section  */
.pensioner {
    background: #f1f6f1;
    padding: 35px;
    border-radius: 10px;
    font-style: italic;
    text-align: center;
}
.about-pensioner p {
    line-height: 32px;
    margin: 0;
}
/* bloglist section  */
.blogs {
    margin-top: 60px;
}
 .breadcrumb {
    background: linear-gradient(45deg, #004aad, #000);
    margin-bottom: 57px;
    padding: 110px 0;
}
.homeblogbox p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: clip;
    margin-bottom: 10px !important;
}
#breadcrumbs {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
}
#breadcrumbs span a {
    color: #fff;
    position: relative;
    padding-right: 25px;
}
span.breadcrumb_last {
    padding-left: 15px;
}
#breadcrumbs span a:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 49px;
    height: 2px;
    width: 17px;
    background: var(--secondary);
}
.post-details h2 {
    font-size: 40px;
    width: 50%;
    margin: 0 auto;
    line-height: 50px;
    margin-bottom: 15px;
}
.homebloglist img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.homebloglist {
    background: #397b3c1c;
    border-radius: 8px;
    overflow: hidden;
}
.homeblogbox {
    padding: 15px;
}

/* reviews section  */
.reviews {
    margin: 60px 0;
}
.reviews .heading  {
    margin-bottom: 25px;
}
.reviews-item {
    background: #f9f9f9;
    padding: 40px 20px;
    height: 190px !important;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}
.reviews .disclaimer {
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
    line-height: 23px;
    font-style: italic;
}
/* contact us section  */
.smallform img {
    border-radius: 10px;
}
.smallform {
    background: #004aad14;
    padding: 45px 0;
}
.smallform img {
    border-radius: 10px;
    height: 380px;
}
.smallform .heading {
    width: 75%;
    margin: 0 auto 35px;
}
/* specialize section  */
.specialize {
    margin: 60px 0 0;
}
.specialize img {
    height: 550px;
    object-fit: cover;
}
.specialize .btn {
    color: var(--white);
    background: var(--primary);
    margin-top: 15px;
    text-transform: uppercase;
}
.specialize .row .col-lg-6:nth-child(2) {
    transform: translateX(-50%);
    text-align: center;
}
.specialize .row .col-lg-6:nth-child(2) p {
    background: var(--white);
    font-size: 22px;
    line-height: 33px;
}

/* about us page  */
.aboutus-content {
    padding-left: 40px;
}
.aboutus-content p {
    line-height: 32px !important;
    margin-top: 15px;
    text-align: justify;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.aboutus {
    padding: 60px 0;
}
.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black);
}
.aboutus-content h5 {
    background: #005bac17;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
}
.aboutus-content h5 i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}
.aboutus .leftheading span {
    color: var(--primary);
}
.aboutus-content .btn {
    color: var(--white);
    background: var(--primary);
    margin-top: 10px;
}
/* services esction  */
.services {
    background: #005bac0d;
    padding: 45px 0;
    margin-bottom: 60px;
}
.aboutservices {
    background: var(--white);
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    border-bottom: 2px solid var(--primary);
}
.aboutservices figure {
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 15px;
}
.aboutservices figure img {
 width:55px;
}
.aboutservices h3 {
    margin-bottom: 8px;
}

/* CONTACT SECTION CSS */
#contactus {
    padding: 50px 0 25px;
}

.contactus {
    margin-bottom: 60px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style for the contact form container */
div#wpcf7-f156-o1 {
    padding: 20px;
    border-radius: 10px;
}

/* Map iframe styling */
.map iframe {
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Optional: Enhance the look of buttons inside the contact form */
.wpcf7 input[type="submit"] {
    background-color: var(--black);
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
/* Optional: Add focus effect on the input fields */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {
    border: 1px solid #ddd;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: border 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #c3188f;
    outline: none;
}

/* instagram section  */
.instagram {
    background: var(--black);
    padding: 100px 0;
}
.instagram .btn {
    background: var(--primary);
    color: var(--white);
}
.instagram h2 {
    font-size: 33px;
    margin-bottom: 22px;
}

/* sticky icons section  */
.stickyicons {
    position: fixed;
    right: 0px;
    margin-top: 50px;
    border-radius: 6px;
    top: 60%;
    z-index: 999;
}
.icons i {
    height: 40px;
    width: 40px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--white);
}
.stickyicons i.fab.fa-instagram {
    background: #d62976;
}
.stickyicons i.fab.fa-facebook-f {
    background: #3b5998;
}
.stickyicons i.fab.fa-linkedin-in {
    background: #0A66C2;
}


/* FOOTER SECTION CSS */
footer {
    background: var(--primary);
}
.footerlogo {
    height: 185px;
    width: 185px;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.footerlogo img {
    width: 180px;
    filter: invert(1) brightness(100);
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .5px;
}
footer h3:after, footer h3:before {
    background:#fff;
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    left: 0;
}
footer h3:before {
    width: 35px;
    left: 20px;
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
}
footer a:hover {
    color: var(--secondary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-weight: 300;
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.map a {
    text-decoration: underline;
    margin-left: 20px;
    font-size: 13px !important;
}
.ftricons li i {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
ul.ftricons li a {
    height: 35px;
    width: 35px;
    background: #ffffff3b;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.ftricons img {
    width: 18px;
}
.ftr-link li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
   
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
footer .col-lg-4 {
    border-right: 1px solid #ffffff14;
    padding:50px 0 40px;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
     padding:80px 0 40px;
}
footer .col-lg-2 {
    border-right: 1px solid #ffffff14;
    padding:80px 0 40px;
}
footer .col-lg-3:last-child {
    border-right: unset;
    padding-left: 35px;
}
.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}
.ftrcontact li span {
    position: absolute;
    left: 45px;
}
.ftrcontact li a {
    font-size: 17px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    height: 35px;
    width: 35px;
    background: #005baca8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff12;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
footer .disclaimer p {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px;
    font-style: italic;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--black);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #010077;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

@media (max-width:991px) {
.mainmenu .col-sm-9 {
    display: flex;
    justify-content: end;
}
.whatweoffer .row {
    row-gap: 20px;
}
.whatweoffer .lists {
    padding-left: 0 !important;
}
.homebloglist img {
    height: 100%;
}
.blogs .row {
    row-gap: 20px;
}
.smallform .row {
    row-gap: 20px;
}
.specialize .row .col-lg-6:nth-child(2) {
    transform: translateX(0);
    margin-top: 20px;
}
.specialize img {
    height: 100%;
}
.aboutus-content {
    padding-left: 0;
}
div#about .row {
    row-gap: 20px;
}
footer .col-lg-2 {
    padding: 0;
}
footer .col-lg-3 {
    padding: 20px 0;
}
footer .col-lg-3:last-child {
    padding-left: 0;
}
#rmp_menu_trigger-573 {
    top: 0 !important;
}
.new .container-fluid {
    flex-wrap: wrap;
}
.steps {
    writing-mode: unset;
}
.profile-display {
    order: 2;
}
}
@media (max-width:767px){
.philosophy {
    padding: 40px 0;
}
.whatweoffer {
    margin: 40px 0;
}
.aboutbooking span {
    margin: 8px 0;
}
.booking {
    padding: 0 0 40px;
}
.buttons .btn {
    margin-left: -15px !important;
}
.about-pensioner {
    padding: 0 35px;
}
.blogs {
    margin-top: 40px;
}
.reviews-item {
    height: 100%!important;
}
.heading, .leftheading {
    font-size: 25px;
}
form.wpcf7-form.init .row {
    row-gap: 0;
}
.specialize {
    margin: 40px 0 0;
}
.aboutus-content p {
    margin-top: 10px;
}
.profile-display {
    flex-wrap: wrap;
}
}

@media (max-width:568px){

.mainmenu .row .col-sm-3 {
    width: 40%;
}
.mainmenu .row .col-sm-9 {
    width: 60%;
}
.whatweoffer .row .col-lg-6:first-child {
    padding-left: 10px;
}
.whatweoffer .row:nth-child(2) .col-lg-6:first-child {
    padding-right: 10px;
}
#GoToTop {
    right: 25px;
}
.stickyicons {
    right: 34px;
    top: 53%;
}
.carousel-caption {
    width: 100% !important;
}
}


