@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@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&family=Praise&display=swap");   :root {
--bodyfont: 'Poppins', sans-serif;
--curvefont: 'Praise', cursive;
--headingfont: 'Playfair Display', serif;
--greycolor: #525252;
--yellowcolor: #FFBB00;
--bluecolor: #1C6DB7;
--whitecolor: #fff;
--blackcolor: #000;
--deepblue: #0B2740;
--transition: all 0.5s ease-in-out;
}
section {
padding: 70px 0;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
}
*,
html {
padding: 0;
margin: 0;
}
*,
::after,
::before {
box-sizing: border-box;
} html,
body {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.clear {
clear: both;
}
.clear:after {
content: '';
clear: both;
position: relative;
width: 100%;
display: table;
}
img {
max-width: 100%;
}
body {
background: var(--whitecolor);
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #414141;
font-family: 'Poppins', sans-serif;
}
.container {
max-width: 1170px;
padding: 0px 15px;
margin: 0 auto;
position: relative;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
transition: all 0.5s ease-in-out;
display: inline-block;
}
a:hover {
color: var(--bluecolor);
}
a,
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
p:last-child {
margin-bottom: 0;
}
section {
padding: 80px 0;
position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-family: var(--headingfont);
}
input:focus,
select:focus,
textarea:focus {
outline: none;
} .mobileMenuSection {
display: none;
}
.mobilemenuBtn {
display: none;
}
.mobilemenuBtn span {
background: var(--whitecolor);
display: block;
width: 25px;
height: 2px;
margin: 0 0 5px 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
.mobilemenuBtn span:last-child {
margin: 0;
}
.mm-wrapper--opened .mobilemenuBtn span:first-child {
transform: rotate(45deg) translate(4px, 6px);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transform: rotate(45deg) translate(4px, 6px);
-moz-transform: rotate(45deg) translate(4px, 6px);
-ms-transform: rotate(45deg) translate(4px, 6px);
-o-transform: rotate(45deg) translate(4px, 6px);
}
.mm-wrapper--opened .mobilemenuBtn span:last-child {
transform: rotate(-45deg) translate(4px, -6px);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transform: rotate(-45deg) translate(4px, -6px);
-moz-transform: rotate(-45deg) translate(4px, -6px);
-ms-transform: rotate(-45deg) translate(4px, -6px);
-o-transform: rotate(-45deg) translate(4px, -6px);
}
.mm-wrapper--opened .mobilemenuBtn span:nth-child(2) {
opacity: 0;
}
.mm-navbar {
background: var(--bluecolor);
box-shadow: 0 2px 14px -2px rgb(0, 0, 0, .2);
border: 0;
min-height: 45px;
}
.mm-navbar .mm-navbar__title {
font-size: 25px;
line-height: 1.2;
color: var(--whitecolor) !important;
font-weight: 600;
font-family: 'pristinaregular';
}
.mm-listview>li>a,
.mm-listview>li>span {
font-size: 15px;
line-height: 24px; color: #202124 !important;
padding-top: 10px;
padding-bottom: 10px;
}
.mm-listview>li>a:hover,
.mm-listview>li.active>a {
color: #000;
}
.mm-listitem {
border-color: #ddd;
}
.mm-listview>li:not(.mm-divider):after {
left: 0;
}
.mm-menu .mm-listview>li .mm-next:after {
border-color: rgb(0, 0, 0);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
border-color: #000;
width: 6px;
height: 6px;
}
.mm-btn--prev:before {
width: 8px !important;
height: 8px !important;
border-color: #fff !important;
}
.mmenu-open-fade .mobileMenuSection {
display: none;
}
.mmenu-open-fade .mobileMenuSection {
display: none;
}
.mm-btn--prev:before {
border-color: #2C3087 !important;
} .sitemain { } .site-header {
position: fixed;
width: 100%;
top: 0;
z-index: 2;
transition: 00.5s ease-in-out;
}
.main-menu nav>ul {
display: flex;
align-items: center;
}
.main-menu nav li a {
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #FFFFFF;
padding: 28px 7px;
display: inline-block;
position: relative;
}
.main-menu nav li:nth-child(1)~li a {
padding: 8px 20px 8px 10px;
}
.main-menu nav li.active>a,
.main-menu nav li.current-menu-item a,
.main-menu nav li>a:hover {
color: var(--yellowcolor);
}
.main-menu nav li:not(:last-child) {
margin-right: 10px;
}
.hashchild>ul {
position: absolute;
display: none;
background: rgba(255, 255, 255, 0.97);
flex-wrap: wrap;
border-top: 3px solid #C81B20;
z-index: 1;
width: 200px;
box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.1);
top: 50px;
font-family: 'Roboto', sans-serif;
padding-bottom: 5px;
font-size: 13px;
}
.hashchild>ul::after {
content: "\f2f8";
position: absolute;
font-family: 'Material-Design-Iconic-Font';
color: #C81B20;
top: -19px;
left: 22%;
transform: translate(-50%, 0);
font-size: 47px;
}
.hashchild>ul li {
width: 100%;
margin: 0 !important;
position: relative;
}
.main-menu nav li.hashchild>ul li a,
.hashchild>ul li a {
color: #414141;
padding: 7px 15px 7px 23px;
display: block;
font-weight: 500;
line-height: 20px;
}
.hashchild>a::after {
content: "\f2f9";
position: absolute;
font-family: 'Material-Design-Iconic-Font';
color: #414141;
font-size: 16px;
right: 6px;
top: 50%;
transform: translate(0, -50%);
transition: 0.5s ease-in-out;
}
.hashchild>a:hover:after,
.hashchild.active>a:after {
color: #fff;
}
.main-menu nav li.hashchild>ul li a:hover,
.main-menu nav li.hashchild>ul li.active a,
.hashchild>ul li a:hover {
background: #ffe9ea;
}
.hashchild li::after {
content: "\f194";
position: absolute;
font-family: 'Material-Design-Iconic-Font';
top: 50%;
transform: translate(0, -50%);
left: 8px;
font-size: 12px;
color: #C81B20;
opacity: 0;
transition: 0.5s ease-in-out;
}
.hashchild li:hover::after,
.hashchild li.active::after {
opacity: 1;
}
a.logo img {
width: 100%;
}
.header-top-list li.hashchild a::after {
color: #fff;
right: -5px;
}
header.site-header.sticky {
transform: translateY(-49px);
width: 100%;
z-index: 999;
}
header.site-header.sticky .main-menu nav li a {
padding: 19px 7px;
}
a.logo {
max-width: 181px;
}
header.site-header.sticky a.logo {
max-width: 134px;
}
header.site-header.sticky .in_hdr:after {
height: 0px;
left: 0;
}     .site-header.inner-header .logo {
opacity: 1;
} .has-submenu {
position: relative;
}
.has-submenu>a {
padding-right: 15px;
position: relative;
}
.has-submenu>a:after {
content: '\f2f9';
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
color: #03629E;
font-size: 20px;
transition: all 0.5s ease-in-out;
}
.has-submenu .sub-menu {
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, 70px);
background: transparent;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
width: 250px;
padding-top: 0px;
opacity: 0;
pointer-events: none;
transition: all 0.5s ease-in-out;
z-index: 999;
}
.has-submenu:hover>.sub-menu {
transform: translate(-50%, 0);
opacity: 1;
pointer-events: all;
}
.has-submenu .sub-menu>li {
height: auto;
line-height: 20px;
}
.has-submenu .sub-menu>li>a {
padding: 9px 15px;
display: block;
font-size: 14px;
color: #000;
transition: all 0.5s ease-in-out;
background: #f7f7f7;
}
.has-submenu .sub-menu>li>a {
background: #0055a5;
color: #fff;
}
.has-submenu:hover>a:after {
color: #0055a5;
}
.has-submenu .sub-menu>li>a:hover {
color: #fff;
background: #00B7C2 !important;
}
.has-submenu .has-submenu-sub {
position: relative;
}
.has-submenu .has-submenu-sub>a {
position: relative;
}
.has-submenu .has-submenu-sub>a:after {
content: '\f2f6';
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
color: #000;
font-size: 20px;
transition: all 0.5s ease-in-out;
}
.has-submenu .sub-menu>li:not(:last-child) {
border-bottom: 1px solid #fff;
}
.has-submenu .has-submenu-sub:hover>a {
background: #0055a5;
color: #fff;
}
.has-submenu .has-submenu-sub:hover>a:after {
color: #fff;
}
.has-submenu .has-submenu-sub .sub-menu {
left: 100%;
transform: translate(0, 70px);
transition: all 0.5s ease-in-out;
top: 0;
width: 250px;
}
.has-submenu .has-submenu-sub:hover .sub-menu {
left: 100%;
transform: translate(0, 0);
opacity: 1;
pointer-events: all;
}
.site-header {
padding: 0px 45px;
} .up_hdr {
background: var(--greycolor);
}
.quick_links ul li {
display: inline-block;
}
.quick_links ul li:not(:last-child) {
margin-right: 30px;
}
.quick_links ul li a {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #FFFFFF;
display: flex;
align-items: center;
}
.quick_links ul li a:hover {
color: var(--yellowcolor);
}
.quick_links ul li i {
margin-right: 6px;
font-size: 17px;
line-height: 1;
}
.reservation_btn {
background: var(--bluecolor);
color: #fff;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
padding: 12px 25px;
min-width: 149px;
text-align: center;
}
.reservation_btn:hover {
background: var(--yellowcolor);
}
.quick_links {
margin-right: 33px;
}
.searchbox i {
color: #fff;
font-size: 21px;
}
.searchbox {
margin-right: 50px;
}
.header-bottom {
background: var(--blackcolor);
padding: 0px 0;
border-radius: 0px 0px 10px 10px;
}
.main-menu nav ul li a i { font-size: 20px;
}
.in_hdr {
position: relative;
border-radius: 0px 0px 10px 12px;
}
.in_hdr:after {
position: absolute;
background: rgba(255, 255, 255, 0.25);
border-radius: 0px 0px 10px 12px;
height: 139px;
width: 100%;
content: "";
top: 0;
z-index: -1;
left: -11px;
}
.main-menu nav li:last-child a {
padding-right: 0px !important;
}
.banner_txt {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.banner_txt h2 {
font-style: normal;
font-weight: 600;
font-size: 80px;
line-height: 90px;
text-align: center;
color: #FFFFFF;
font-weight: var(--headingfont);
font-weight: 600;
}
.banner_txt h2 span {
font-family: var(--curvefont);
font-weight: 400;
font-size: 68px;
}
.in_bnnrtxt {
max-width: 622px;
margin: 0 auto;
}
.banner_slder .swiper-pagination-bullet {
background: #fff;
opacity: 1;
height: 10px;
width: 10px;
}
.banner_slder .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #F3C15E;
opacity: 1;
}
.banner_slder .swiper-horizontal>.swiper-pagination-bullets,
.banner_slder .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner_slder .swiper-pagination-custom,
.banner_slder .swiper-pagination-fraction {
bottom: 143px;
}
.search_area input[type="search"] {
width: 100%;
height: 45px;
padding: 5px 15px;
border: 0px;
border-radius: 6px;
}
.search_area input[type="submit"] {
background: var(--yellowcolor);
color: #000;
height: 45px;
border: 0px;
border-radius: 0px 6px 6px 0px; position: absolute;
right: 0px;
top: 0px;
transition: all 0.5s ease-in-out;
}
.search_area input[type="submit"]:hover {
background: var(--deepblue);
color: #fff;
}
.search_area {
position: absolute;
width: 500px;
z-index: 3;
left: 0;
margin: 0 auto;
right: 0;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease-in-out;
transform: translateY(50px);
}
.searchbox.newsearch .search_area {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.floating-icons-hldr {
position: fixed;
z-index: 999;
top: 35vh;
right: 0px;
}
.floating-icons-hldr a .icon {
display: inline-block;
width: 40px;
height: 40px;
background: #000;
text-align: center;
line-height: 40px;
color: #fff;
font-size: 20px;
}
.floating-icons-hldr li {
position: relative;
transition: 0.5s ease-in-out;
margin-right: -82px;
}
.floating-icons-hldr li.blue a {
background: #253b6b;
}
.floating-icons-hldr li.blue a .icon {
background: #3B5998;
}
.floating-icons-hldr a .txt {
font-size: 12px;
line-height: 1;
vertical-align: text-top;
padding: 0 10px;
display: inline-block;
}
.floating-icons-hldr li.red a {
background: #c90303;
}
.floating-icons-hldr li.red a .icon {
background: #FF0000;
}
.floating-icons-hldr li.deepblue a {
background: #04547f;
}
.floating-icons-hldr li.deepblue a .icon {
background: #0077B5;
}
.floating-icons-hldr li.skyblue a {
background: #0377ac;
}
.floating-icons-hldr li.skyblue a .icon {
background: #03A9F4;
}
.floating-icons-hldr li.grad a {
background: linear-gradient(231.61deg, #47165e -2.35%, #621711 49.5%, #896d1f 100%);
}
.floating-icons-hldr li.grad a .icon {
background: linear-gradient(231.61deg, #9F3ACE -2.35%, #E72C1E 49.5%, #FFD253 100%);
}
.floating-icons-hldr a {
display: block;
color: #fff;
white-space: nowrap;
display: flex;
align-items: center;
}
.floating-icons-hldr li:hover a {
transform: translateX(-80px);
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator { -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} .avl_box input[type="text"],
.avl_box select,
.avl_box input,
.avl_box textarea {
height: 56px;
font-weight: 400;
font-size: 14px;
line-height: 29px;
color: #A9A9A9;
padding: 14px;
border: 1px solid #D9D9D9;
border-radius: 4px;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff;
} .avl_box input[type="text"].form-date {
background: url(//suncitylataguri.in/wp-content/themes/astra-child/images/date-icon.svg) no-repeat calc(100% - 10px) center #fff !important;
background-size: 17px;
-webkit-appearance: none;
appearance: none;
cursor: pointer;
}
.avl_box select {
width: 100%;
padding: 0 11px;
background: url(//suncitylataguri.in/wp-content/themes/astra-child/images/down-arrow.svg) no-repeat calc(100% - 10px) center #fff;
background-size: 15px;
padding-right: 37px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
color: #676767;
line-height: 1;
}
select::-ms-expand {
display: none;
}
.avl_box label {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 29px;
width: 100%;
color: #676767;
margin-bottom: 7px;
}
.avalable_box {
background: #FFFFFF;
box-shadow: 0px 0px 23px rgb(0 0 0 / 15%);
border-radius: 10px;
padding: 25px 40px;
margin-top: -72px;
position: relative;
z-index: 2;
}
.avl_box input[type="submit"] {
background: var(--bluecolor);
color: var(--whitecolor);
width: 100%;
padding: 15px 25px;
text-align: center;
border: 0px;
transition: all 0.5s ease-in-out;
border-radius: 6px;
}
.avl_box input[type="submit"]:hover {
background: var(--yellowcolor);
color: var(--blackcolor);
}
.p-100 {
padding-top: 163px;
padding-bottom: 100px;
}
.title h5 {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
position: relative;
color: #1C6DB7;
margin-bottom: 14px;
font-family: var(--bodyfont);
}
.title h5.dash:after {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background: #D9D9D9;
content: "";
width: 196px;
height: 1px;
}
.title h3 {
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 52px;
color: var(--deepblue);
margin-bottom: 20px;
}
.title p {
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #00303F;
}
.read_more {
position: relative;
padding-left: 20px;
display: flex;
align-items: center;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 28px;
color: var(--deepblue);
font-family: var(--bodyfont);
margin-top: 26px;
}
.read_more::before {
position: absolute;
content: "";
border-radius: 50%;
background-color: var(--yellowcolor);
width: 40px;
height: 40px;
left: 0;
top: -6px;
transform: translateY(-50%);
z-index: -1;
transition: var(--transition);
animation: bounce 2s infinite ease-in-out alternate;
}
.read_more i {
margin-left: 10px;
font-size: 22px;
transition: var(--transition);
}
.read_more:hover i {
margin-left: 15px;
}
.wlbx:last-child figure:first-child {
margin-bottom: 20px;
}
.wlbx:last-child figure {
height: 219px;
}
.wlbx:last-child figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
.welcome_section {
position: relative;
z-index: 2;
}
.welome_txt p {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #676767;
}
.welome_txt {
padding-right: 15px;
}
.wel_bg {
position: absolute;
top: -220px;
left: 0;
width: 100%;
height: 117%;
object-fit: cover;
z-index: 1;
pointer-events: none;
}
.welcome_area:after {
position: absolute;
background: rgba(255, 255, 255, 0.25);
border-radius: 0px 0px 10px 12px;
height: 100%;
width: 97%;
content: "";
top: 10px;
z-index: -1;
left: 0px;
right: 0px;
margin: 0 auto;
} .addbanner figure a {
width: 100%;
} .max-771 {
max-width: 771px;
margin: 0 auto;
}
.room_txt_box {
background: #BC9300;
padding: 43px 33px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.swiper {
height: 100%;
}
@keyframes bounce {
0% {
transform: scale(1);
}
50% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
.welcome_area {
background: #fff;
z-index: 1;
position: relative;
margin-top: -74px;
max-width: 94%;
margin: -70px auto 0;
border-radius: 10px;
}
.title.white h3 {
color: #fff;
font-weight: 700;
}
.title.white p {
color: #fff;
}
.wel_bg img {
height: 100%;
object-fit: cover;
}
.facility_servies_section {
position: relative;
z-index: 2;
padding-top: 70px;
}
.fclty_bx .bx span {
display: inline-block;
width: 50px;
}
.fclty_bx .bx .text {
width: calc(100% - 50px);
padding-left: 10px;
}
.fclty_bx .bx .text h5 {
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;
font-family: var(--bodyfont);
color: #FFFFFF;
margin-bottom: 15px;
}
.fclty_bx .bx .text p {
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 24px;
margin-bottom: 0px;
color: #FFFFFF;
}
.fclty_txt {
padding-right: 25px;
}
.room_txt_box h4 {
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
text-transform: uppercase;
color: #FFFFFF;
font-family: var(--bodyfont);
margin-bottom: 15px;
}
.room_txt_box p {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #FFFFFF;
}
.view_all_btn {
background: #00303F;
border-radius: 6px;
padding: 10px 26px;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
width: 225px;
text-align: center;
}
.room_itms p {
margin-bottom: 0px;
}
.room_itms .col span {
width: 22px;
}
.room_itms .col .heading {
width: calc(100% - 22px);
padding-left: 6px;
}
.room_slider .text h5 {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
font-family: var(--bodyfont);
color: #FFFFFF;
margin-bottom: 25px;
}
.room_slider .text {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 14px;
transform: translateY(62px);
transition: all 0.5s ease-in-out;
}
.rom_slide:hover .text {
transform: translateY(0px);
}
.room_slider .text .heading p {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
}
.room_slider figure { height: 100%;
width: 100%;
}
.room_slider figure img {
height: 100%;
width: 100%;
object-fit: cover;
}
.room_slider figure:after {
position: absolute;
left: 0px;
top: 0px; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 77%, rgba(0, 0, 0, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0); content: "";
height: 100%;
width: 100%;
}
.rom_slide.position-relative {
height: 100%;
}
.rooms_area .col-lg-8.room_txt {
width: 74%;
}
.rooms_area .col-lg-4.room_txt {
width: 26%;
}
.rooms_area {
max-width: 1500px;
margin: 0 auto;
}
.view_all {
display: table;
background: var(--bluecolor);
padding: 5px 15px;
color: #fff;
margin: 15px 0px;
}
.view_all:hover {
background: var(--yellowcolor);
color: #000;
}
.rom_slide {
overflow: hidden;
}
.rooms_area {
margin-top: 40px !important;
}
.room_itms .col {
margin-top: 5px;
}
.nearby_attaction_area .text h5 {
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
font-family: var(--bodyfont);
color: #00303F;
margin-bottom: 5px;
min-height: 37px;
}
.nearby_attaction_area .text p {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #00303F;
max-width: 130px;
}
.nearby_attaction_area .box figure {
border-radius: 8px;
overflow: hidden;
margin-bottom: 16px !important;
}
.nearby_attaction_area .box figure img {
border-radius: 8px;
width: 100%;
height: 100%;
object-fit: cover;
transition: var(--transition);
transform: scale(1);
}
.nearby_attaction_area .box a {
width: 100%;
}
.nearby_attaction_area .box:hover img {
transform: scale(1.05);
}
.nearby_attaction_area {
margin-top: 40px;
}
.nearby_attaction_section .title p {
color: #00303F;
font-style: italic;
}
.nearby_attaction_section {
background: url(//suncitylataguri.in/wp-content/themes/astra-child/images/attctionbg.png)no-repeat center center;
background-size: cover;
} .mouth_section {
background: #000 url(//suncitylataguri.in/wp-content/themes/astra-child/images/moute_bg.jpg)no-repeat center center;
position: relative;
z-index: 0;
background-attachment: fixed;
background-size: cover;
}
.mouth_section:after {
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
content: "";
background: rgba(0, 0, 0, 0.8);
content: "";
z-index: -2;
}
.mouth_section .title h5 {
color: var(--yellowcolor);
}
.mouth_section .read_more {
color: #fff;
}
.mouth_section .read_more::before {
background: var(--bluecolor);
}
section.best_places_secton {
padding-bottom: 100px;
} .event_pic_box {
position: relative;
}
.event_pic_box .event_smallpc {
width: 266px;
position: absolute;
bottom: 27px;
right: 0;
border: 8px solid #fff;
}
.event_pic_box figure.event_bigpc.mb-0 {
width: 86%;
}
.meetings_area .mt_txt {
padding-left: 30px;
}
.meetings_area:first-child .event_pic_box {
position: relative;
margin-top: -70px;
}
.meetings_area:nth-child(even) .mt_txt {
order: 1;
padding-left: 15px;
}
.meetings_area:nth-child(even) .mt_bx {
order: 2;
} .location_section {
background: #00303F;
position: relative;
padding: 56px 0px;
}
.location_section title.white p {
color: #A9BDC3;
}
.location_section address i {
max-width: 19px;
width: 100%;
}
.location_section address p {
width: calc(100% - 19px);
padding-left: 15px;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 21px;
color: #FFFFFF;
}
.bybox h6 {
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 21px;
color: #A9BDC3;
font-family: var(--bodyfont);
margin-bottom: 15px;
}
.bybox p {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #A9BDC3;
}
.map_box {
position: absolute;
top: 0px;
width: 50%;
height: 100%;
left: 0;
}
.map_box iframe {
width: 100%;
height: 100%;
}
.locatitxt {
padding-left: 30px;
}
.locatitxt .title.white p {
color: #A9BDC3;
} .gallery_section {
padding-left: 30px;
padding-right: 30px;
}
.italictxt p {
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 28px;
text-align: center;
color: #00303F;
}
.gallery_slider_area {
margin-top: 40px;
}
.gal_box {
overflow: hidden;
}
.gal_box .text {
padding: 15px;
position: absolute;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
height: 100%;
width: 100%;
display: flex;
align-items: center;
text-align: center;
flex-direction: column;
justify-content: center;
transform: scale(0.4);
opacity: 0;
transition: var(--transition);
}
.med-wrapp .text {
background: transparent;
}
.gal_box:hover .text {
transform: scale(1);
opacity: 1;
}
.gal_box .text p {
color: #fff;
margin-bottom: 0px;
}
.gal_box .text i {
color: #fff;
font-size: 25px;
margin-bottom: 20px;
display: inline-block;
}
.gallery_slider.owl-carousel .owl-nav button {
width: 50px;
height: 50px;
line-height: 36px;
border-radius: 100%;
text-align: center;
color: #00303F;
border: 2px solid #00303F;
color: #00303F;
font-size: 30px;
transition: all 0.5s ease-in-out;
}
.gallery_slider.owl-carousel .owl-nav button:hover {
background: #00303F;
color: #fff;
}
.gallery_slider .owl-nav {
text-align: center;
}
.gallery_slider.owl-carousel .owl-nav button {
margin: 0 10px;
}
.gallery_slider.owl-carousel .owl-nav {
margin-top: 30px;
}
.vertual_txt {
background: #E9F0F1;
height: 100%;
padding: 40px;
text-align: center;
overflow: hidden;
}
.review_pic h5 {
background: #FFBB00;
text-align: center;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 29px;
color: #00303F;
padding: 5px 10px;
border-bottom: 2px solid #fff;
font-family: var(--bodyfont);
}
.review_alider h5 {
font-weight: 400;
font-size: 16px;
line-height: 24px;
font-family: var(--bodyfont);
color: #00303F;
margin-bottom: 15px;
margin-top: 25px;
}
.review_alider h5 img {
margin-right: 5px;
}
.review_alider h5 span {
font-weight: 600;
}
.vertual_txt .title p {
color: #00303F;
font-style: italic;
}
.vertual_txt p {
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 24px;
text-align: center;
color: #00303F;
}
.review_alider .swiper-horizontal>.swiper-pagination-bullets,
.review_alider .swiper-pagination-bullets.swiper-pagination-horizontal,
.review_alider .swiper-pagination-custom,
.review_alider .swiper-pagination-fraction {
bottom: 56px;
z-index: 2;
}
.review_alider .swiper-pagination-bullet {
background: #676767;
opacity: 1;
}
.review_alider .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--yellowcolor);
}
.social_icons span {
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #00303F;
}
.social_icons {
margin-top: 33px;
}
.social_icons ul li {
display: inline-block;
margin-right: 5px;
}
.social_icons ul {
margin-left: 20px;
}
.vertual_txt {
background: #E9F0F1;
height: 100%;
padding: 40px;
text-align: center;
overflow: hidden; margin-left: -23px;
z-index: 1;
position: relative;
padding-left: 103px;
padding-bottom: 100px;
}
.col-md-5.review_pic {
padding-top: 33px;
padding-bottom: 35px;
z-index: 2;
}
a.playicon {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
transform: translateY(-50%);
text-align: center;
width: 60px;
height: 60px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
animation: pulse 1500ms infinite;
}
.review_pic figure {
position: relative;
}
.guest_pic {
position: absolute;
right: 0px;
bottom: 0px;
width: 416px;
z-index: 3;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 #fff;
}
100% {
box-shadow: 0 0 0 17px #fbb32f01;
}
} .site-footer {
background: #00303F;
padding: 100px 0px 0px;
border-top: 10px solid #40646F;
}
.main-footer h5 {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 23px;
color: #A9BDC3;
font-family: var(--bodyfont);
margin-bottom: 22px;
}
.ft_logo_holder {
margin-bottom: 42px;
}
.ft_quick_links ul li a,
.ft_quick_links ul li {
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 21px;
color: #A9BDC3;
}
.ft_quick_links ul li {
display: flex;
margin-bottom: 20px;
flex-wrap: wrap;
}
.ft_quick_links ul li:last-child {
margin-bottom: 0;
}
.ft_quick_links ul li i {
color: var(--yellowcolor);
font-size: 23px;
margin-right: 11px;
}
.ft_quick_links ul li span {
width: calc(100% - 42px);
}
.ft_quick_links ul li a:hover {
color: var(--yellowcolor);
}
.main-footer h4 {
margin-bottom: 32px;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 23px;
color: #FFFFFF;
}
.main-footer p {
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 25px;
color: #A9BDC3;
}
.newsleter_box {
position: relative;
}
.newsleter_box input[type="email"] {
background: #FFFFFF;
border-radius: 4px;
height: 56px;
padding: 5px 15px;
width: 100%;
border: 0px;
padding-right: 130px;
}
.tnp.tnp-subscription input[type="submit"],
.newsleter_box input[type="submit"] {
background: #FFBB00;
border-radius: 0px 4px 4px 0px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 29px;
color: #00303F;
font-family: var(--bodyfont);
position: absolute;
top: 0;
right: 0;
height: 100%;
border: 0;
min-width: 120px;
transition: all 0.5s ease-in-out;
}
.tnp.tnp-subscription input[type="submit"]:hover,
.newsleter_box input[type="submit"]:hover {
background: var(--bluecolor);
color: #fff;
}
.tnp.tnp-subscription {
position: relative;
}
.tnp-field.tnp-field-email label {
display: none;
}
.tnp.tnp-subscription input[type="email"] {
padding-right: 130px;
border-radius: 0px 4px 4px 0px;
}
.ft_links ul li a {
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 21px;
color: #A9BDC3;
}
.ft_links ul li a:hover {
color: var(--yellowcolor);
}
.ft_links ul li {
margin-bottom: 5px;
}
.mt-49 {
margin-top: 49px;
}
.down_footer {
background: #40646F;
padding: 15px 0px;
}
.down_footer p {
margin-bottom: 0px;
color: #B6DFF7;
}
.down_footer p a {
color: #fff;
}
.down_footer p a:hover {
color: var(--yellowcolor);
}
.ft_links ul li a {
position: relative;
padding-left: 16px;
font-size: 13px;
line-height: 22px;
display: inline-block;
}
.ft_links ul li a:before {
background: url(//suncitylataguri.in/wp-content/themes/astra-child/images/sprite1.png) no-repeat -363px -290px;
position: absolute;
content: "";
width: 12px;
height: 18px;
left: -3px;
top: -1px;
} .outer_bnr {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 8px 0;
background: rgba(0, 0, 0, 0.5);
}
.outer_bnr ol li,
.outer_bnr ol li a {
color: var(--whitecolor);
font-size: 16px;
font-weight: 600;
}
.outer_bnr ol li a:hover,
.outer_bnr ol li.active {
color: var(--yellowcolor);
}
.outer_bnr .breadcrumb-item+.breadcrumb-item::before {
content: ">";
color: var(--whitecolor);
font-weight: 400;
}
.about_meeting .meetings_area:first-child .event_pic_box {
margin-top: 0;
}
.guest_sec .review_alider h5 {
margin-top: 0;
} .inner_choose .title {
text-align: center;
margin-bottom: 40px;
}
.chose_left {
background: #E9F0F1;
padding: 20px 18px 143px;
}
.chose_left ul li {
display: flex;
margin-bottom: 15px;
}
.chose_left ul li:last-child {
margin-bottom: 0;
}
.chose_left ul li span {
width: 40px;
}
.chose_left ul li h5 {
color: var(--deepblue);
font-weight: 400;
font-size: 20px;
margin-bottom: 10px;
font-family: var(--bodyfont);
}
.chose_left ul li p {
color: var(--deepblue);
margin-bottom: 0;
font-size: 13px;
}
.right_chos_info {
padding-left: 10px;
} .guest_sec .vertual_txt .review_alider .swiper-pagination-bullets.swiper-pagination-horizontal {
position: relative;
bottom: 0;
}
.guest_sec .vertual_txt {
background: transparent;
padding: 0;
margin-left: 0;
height: auto;
}
.guest_sec .title p i {
color: #00303F;
}
.guest_sec .title {
margin-bottom: 40px;
}
.guest_sec .review_alider h5 span {
color: #676767;
} .about_gallery .gallery_slider_area {
margin-top: 0;
}
.gallery_section.about_gallery {
padding-top: 15px;
}
.about_gallery {
padding-left: 0;
padding-right: 0;
}
.about_gallery .container-fluid {
padding: 0;
}
.about_gallery .owl-nav {
display: none;
} .tour_sec {
position: relative;
border-bottom: 8px solid var(--yellowcolor);
}
.tour_sec::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, .45);
}
.tour_iner {
position: absolute;
top: 56%;
left: 0;
right: 0;
margin: 0 auto;
width: 400px;
transform: translateY(-50%);
}
.tour_iner .playicon {
position: static;
transform: inherit;
}
.tour_iner h3 {
text-align: center;
color: var(--whitecolor);
font-family: var(--bodyfont);
font-weight: 700;
font-size: 32px;
text-transform: uppercase;
}  .inner_explore .title {
text-align: center;
margin-bottom: 40px;
}
.explore_box figure {
position: relative;
z-index: 1;
}
.explore_box figure img {
width: 100%;
}
.explore_box .price {
position: absolute;
content: "";
left: 15px;
bottom: 15px;
background: var(--whitecolor);
padding: 4px 10px;
border-radius: 5px;
z-index: 1;
}
.normal_head {
font-size: 24px;
font-family: var(--bodyfont);
font-weight: 600;
color: #676767;
text-transform: capitalize;
margin-bottom: 20px;
}
.room_details .normal_head a {
color: #676767;
}
.room_details .normal_head a:hover {
color: var(--bluecolor);
}
.room_details .room_itms {
margin-bottom: 20px;
}
.blue_btn {
background: var(--bluecolor);
color: var(--whitecolor);
font-weight: 600;
font-size: 16px;
border-radius: 6px;
padding: 14px 35px;
}
.blue_btn:hover {
background: var(--yellowcolor);
color: var(--blackcolor);
}  .dishes_box {
background: #BC9300;
padding: 20px;
height: 100%;
}
.dishes_box h3 {
color: var(--whitecolor);
margin-bottom: 10px;
font-size: 32px;
font-weight: 700;
font-family: var(--bodyfont);
text-transform: uppercase;
}
.dishes_box p {
color: var(--whitecolor);
}
.dining_box {
position: relative;
overflow: hidden;
}
.dining_box .dining_info {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
width: calc(100% - 20px);
height: calc(100% - 20px);
background: rgba(0, 0, 0, 0.59);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
transition: var(--transition);
}
.dining_box:hover .dining_info {
transform: translate(-50%, -50%) scale(1);
}
.dining_info h5 {
font-size: 18px;
color: var(--whitecolor);
font-weight: 600;
text-transform: capitalize;
font-family: var(--bodyfont);
}
.dining_box>img {
width: 100%;
transition: .4s all ease-in-out;
transform: scale(1);
}
.dining_box:hover>img {
transform: scale(1.2);
} .inner_menu .title {
text-align: center;
margin-bottom: 40px;
}
.inner_menu .nav {
justify-content: center;
}
.inner_menu #myTab li {
margin-right: 15px;
}
.inner_menu #myTab li:last-child {
margin-right: 0;
}
.inner_menu #myTab {
border: 0;
margin-bottom: 40px;
}
.inner_menu #myTab li button {
background: var(--whitecolor);
font-weight: 500;
font-size: 16px;
color: #0B2740;
border-radius: 0;
padding: 8px 40px;
min-width: 140px;
border: 0;
}
.inner_menu #myTab li button.active {
background: var(--bluecolor);
color: var(--whitecolor);
}
.inner_grly .title,
.iner_blog .title,
.inner_gallery .title,
.book_sec .title,
.inner_nature .title,
.inner_services .title,
.inner_dining .title {
text-align: center;
margin: 0 auto 40px;
max-width: 970px;
}
.inner_menu {
max-width: 970px;
margin: 0 auto;
position: relative;
bottom: -20px;
}
.inner_menu .tab-content {
background: var(--whitecolor);
padding: 25px;
border-radius: 10px;
position: relative;
z-index: 1;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.tab-content figure>img {
width: 100%;
height: 100%;
object-fit: cover;
}
.tab-content figure {
margin-bottom: 0;
height: 100%;
}
.inner_menu .normal_head {
font-family: var(--bodyfont);
font-weight: 600;
color: #676767;
margin-bottom: 20px;
}
.green_part {
background: #209E00;
border-radius: 24px;
font-weight: 600;
color: var(--whitecolor);
padding: 2px 17px;
margin-bottom: 10px;
display: inline-block;
min-width: 102px;
text-align: center;
}
.fast_list ul li {
font-weight: 500;
color: #676767;
position: relative;
padding-left: 15px;
margin-bottom: 5px;
}
.fast_list ul li:last-child {
margin-bottom: 0;
}
.fast_list ul li::before {
position: absolute;
content: "";
width: 4px;
height: 4px;
background: #676767;
border-radius: 50%;
left: 0;
top: 10px;
}
.green_part.red_part {
background: #B40000;
}
.menu_sec {
margin-bottom: 80px;
padding-top: 60px;
}  .inner_services .nav-tabs {
border-bottom: 0;
justify-content: center;
margin-bottom: 40px;
}
.filters-button-group {
display: flex;
justify-content: center;
}
.filters-button-group button,
.inner_services .nav-tabs li button {
background: #E9F0F1;
font-weight: 500;
color: #0B2740;
text-transform: capitalize;
border-radius: 0;
border: 0;
padding: .5rem 1rem;
}
.inner_services .nav-tabs li button.active {
background: var(--bluecolor);
color: var(--whitecolor);
}
.inner_services .nav-tabs li {
margin-right: 15px;
}
.inner_services .nav-tabs li:last-child {
margin-right: 0;
}
.serb_box {
background: rgba(255, 255, 255, 0.3);
padding: 40px 45px;
position: relative;
top: 40px;
left: -49px;
z-index: 1;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.serb_box::before {
position: absolute;
content: "";
width: calc(100% - 40px);
height: calc(100% - 40px);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #E9F0F1;
z-index: -1;
}
.serb_box .normal_head {
color: var(--blackcolor);
}
.inner_services .tab-pane {
max-width: 86%;
}
.service_glry .owl-item {
margin-right: 0 !important;
}
.swipertwo {
overflow: hidden;
} .inner_nature .nav-link {
display: flex;
align-items: center;
padding: 0;
background: transparent;
margin-bottom: 16px;
text-align: left;
color: #00303F;
font-weight: 500;
font-size: 13px;
}
.inner_nature .nav-link.active figure {
filter: inherit
}
.inner_nature .nav-link:last-child {
margin-bottom: 0;
}
.inner_nature .nav-link figure {
margin-bottom: 0;
width: 65px;
height: 65px;
min-width: 65px;
min-height: 65px;
overflow: hidden;
border-radius: 50%;
margin-right: 14px;
filter: grayscale();
}
.inner_nature .nav-link figure img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.inner_nature .nav-pills .nav-link.active,
.inner_nature .nav-pills .show>.nav-link {
color: #1C6DB7;
background-color: transparent;
}
.inner_nature .gal_box {
position: relative;
}
.inner_nature #v-pills-tab {
width: 18%;
padding-right: 12px;
border-right: 1px solid #D9D9D9;
}
.inner_nature #v-pills-tabContent {
width: 82%;
}
.park_info {
background: #BC9300;
padding: 20px;
margin-bottom: 10px;
}
.park_info .normal_head {
color: var(--whitecolor);
font-size: 20px;
margin-bottom: 10px;
}
.park_info p {
margin-bottom: 0;
color: var(--whitecolor);
font-weight: 600;
}
.inner_nature .gal_box {
margin-bottom: 10px;
}
.inner_nature .gal_box:last-child {
margin-bottom: 0;
}
.lata_left .gal_box figure>img {
min-height: 164px;
max-height: 164px;
}
.lata_right .gal_box figure>img {
min-height: 150px;
max-height: 150px;
}
.lata_middle .gal_box figure>img {
min-height: 150px;
max-height: 150px;
}  .book_sec .event_pic_box .event_smallpc {
width: 88%;
bottom: -54%;
}
.book_sec .event_pic_box .event_smallpc::before {
position: absolute;
content: "";
width: 12px;
height: 283px;
background: #000000;
opacity: 0.1;
left: -18px;
bottom: 0;
}
.book_sec .event_pic_box figure.event_bigpc {
width: 90%;
position: relative;
}
.book_sec .event_pic_box figure.event_bigpc::before {
position: absolute;
content: "";
width: 12px;
height: 283px;
background: #FFBB00;
right: -18px;
top: 0;
opacity: 0.3;
}
.common_form .form-control {
height: 56px;
font-weight: 400;
font-size: 14px;
line-height: 29px;
color: #A9A9A9;
padding: 14px;
border: 1px solid #D9D9D9;
border-radius: 4px;
width: 100%;
}
.book_sec input[type="submit"].wpcf7-form-control,
.common_form input[type="submit"] {
background: var(--bluecolor);
color: var(--whitecolor);
width: 100%;
padding: 15px 25px;
text-align: center;
border: 0px;
transition: all 0.5s ease-in-out;
border-radius: 6px;
font-weight: 600;
font-size: 16px;
}
.book_sec input[type="submit"].wpcf7-form-control {
padding: 19px 25px;
}
.book_sec input[type="submit"].wpcf7-form-control:hover,
.common_form input[type="submit"]:hover,
.book_sec input[type="reset"].reste_btn {
color: var(--blackcolor) !important;
background: #E9F0F1 !important;
border: 0 !important;
}
.book_sec input[type="reset"].reste_btn:hover {
background: var(--bluecolor) !important;
color: var(--whitecolor) !important;
}
.common_form label {
font-weight: 400;
font-size: 14px;
color: #676767;
display: block;
margin-bottom: 5px;
}
.common_form label mark {
background: transparent;
color: #CA0000;
}
.form-control:focus {
box-shadow: inherit;
}
.book_sec .avl_box label {
font-weight: 400;
font-size: 15px;
}  .glry_sec .gal_box>figure>img {
width: 100%;
}
.glry_sec .gal_box {
position: relative;
width: 24.99%;
padding: 10px 10px;
}
.img-txt-wrapp {
position: relative;
height: 200px;
border-radius: 10px;
overflow: hidden;
}
.glry_sec .inner_services .tab-pane {
max-width: 100%;
}
.glry_main_box li:not(:last-child) {
margin-bottom: 20px;
}
.vidoe_part .gal_box .text {
opacity: 1;
transform: scale(1); }
.glry_sec .inner_services .nav-tabs li button {
padding: .5rem 3rem;
}
.main_gal {
display: flex;
flex-wrap: wrap;
}  .blog_box h5 {
font-family: var(--bodyfont);
margin-bottom: 15px;
font-weight: 500;
font-size: 18px;
}
.blog_box h5 a {
color: var(--blackcolor);
}
.blog_box h5 a:hover {
color: var(--bluecolor);
}
.date {
display: flex;
align-items: center;
margin-bottom: 15px;
font-weight: 500;
font-size: 13px;
color: #0B2740;
}
.date img {
margin-right: 5px;
}
.blog_box .read_more::before {
display: none;
}
.blog_box .read_more {
padding-left: 0;
margin-top: 0;
line-height: 1;
color: var(--bluecolor);
}
.blog_box .read_more:hover {
color: var(--deepblue);
}
.blog_box figure {
margin-bottom: 0;
width: 100%;
height: 100%;
}
.blog_box figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
.blog_box>div {
margin-bottom: 35px;
}
.blog_box>div:last-child {
margin-bottom: 0;
}
.post_part h4 {
background: var(--bluecolor);
font-weight: 600;
font-size: 20px;
color: var(--whitecolor);
padding: 10px 30px;
margin-bottom: 0;
}
.post_part ul {
background: #E9F0F1;
padding: 20px 35px;
}
.post_part ul li a {
font-size: 13px;
color: #0B2740;
}
.post_part ul li a:hover {
color: #0B2740;
}
.post_part ul li {
margin-bottom: 15px;
position: relative;
padding-left: 20px;
}
.post_part ul li:hover::before {
background: #0B2740;
}
.post_part ul li::before {
position: absolute;
content: "";
width: 9px;
height: 9px;
left: 0;
top: 8px;
border: 1px solid #0B2740;
border-radius: 50%;
transition: .4s all ease-in-out;
}
.post_part ul li:last-child {
margin-bottom: 0;
}
.post_part:not(:last-child) {
margin-bottom: 20px;
}
.pagi {
text-align: center;
margin-top: 40px;
} .common_form textarea.form-control {
height: 132px;
resize: none;
}
.cont_sec .common_form input[type="submit"] {
width: auto;
min-width: 281px;
}
.cont_sec figure {
margin-bottom: 0;
}
.contact_location {
background: #E9F0F1;
margin-bottom: 25px;
}
.contact_location ul li h4 {
font-weight: 600;
font-size: 18px;
margin-bottom: 10px;
color: #0B2740;
}
.contact_location ul li p {
margin-bottom: 0;
}
.contact_location ul li a {
font-size: 13px;
color: #0B2740;
}
.contact_location ul li p a:hover,
.contact_location ul li a:hover {
color: var(--yellowcolor);
}
.contact_location ul li p a {
font-size: 13px;
font-weight: 600;
color: #0B2740;
}
.contact_location ul li p a span {
font-weight: 400;
}
.contact_location ul li.pin {
background: url(//suncitylataguri.in/wp-content/themes/astra-child/images/pin.svg) no-repeat 0 0 / 28px;
}
.contact_location ul li.contact {
background: url(//suncitylataguri.in/wp-content/themes/astra-child/images/call.svg) no-repeat 0 0 / 28px;
}
.contact_location ul li.mail {
background: url(//suncitylataguri.in/wp-content/themes/astra-child/images/mail.svg) no-repeat 0 0 / 28px;
}
.contact_location ul li {
padding-left: 38px;
}
.contact_location ul li:not(:last-child) {
margin-bottom: 20px;
}
.contact-form-holder input,
.contact-form-holder select,
.contact-form-holder textarea {
height: 56px;
font-weight: 400;
font-size: 14px;
line-height: 29px;
color: #A9A9A9;
padding: 14px;
border: 1px solid #D9D9D9;
border-radius: 4px;
width: 100%;
background: #fff;
}
.contact-form-holder .wpcf7-not-valid {
border: 1px solid #CA0000;
}
.contact-form-holder .wpcf7-not-valid::placeholder { color: #CA0000;
}
.contact-form-holder .wpcf7-not-valid:-ms-input-placeholder { color: #CA0000;
}
.contact-form-holder .wpcf7-not-valid::-ms-input-placeholder { color: #CA0000;
}
.contact-form-holder .wpcf7-not-valid-tip {
display: none;
}
.contact-form-holder input[type="submit"] {
background: var(--bluecolor);
color: var(--whitecolor);
width: 100%;
padding: 15px 25px;
text-align: center;
border: 0px;
transition: all 0.5s ease-in-out;
border-radius: 6px;
font-weight: 600;
font-size: 16px;
max-width: 280px;
}
.contact-form-holder textarea {
height: 132px;
resize: none;
}
.contact-form-holder input[type="submit"]:hover {
background: #E9F0F1;
color: var(--blackcolor);
}
.contact-form-holder .wpcf7-spinner {
position: absolute;
}
.contact-form-holder label {
font-weight: 400;
font-size: 14px;
color: #676767;
display: block;
margin-bottom: 5px;
}
.book_sec mark,
.contact-form-holder label mark {
background: transparent;
color: #CA0000;
}
.contact-form-holder br {
display: none;
}
.contact-form-holder .wpcf7 form.invalid .wpcf7-response-output {
border-color: #CA0000;
color: #CA0000;
} .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha iframe {
transform: scale(0.8);
transform-origin: left bottom;
}
.avl_box span.wpcf7-form-control-wrap {
display: grid;
} .down_footer {
color: #B6DFF7;
}
.down_footer a {
color: #fff;
}
.down_footer a:hover {
color: var(--yellowcolor);
}
.main-footer .tnp-subscription div.tnp-field {
margin-bottom: 0;
}
.mark,
mark {
padding: 0;
background-color: inherit;
}
.book_sec .wpcf7-form input:not(input[type="submit"],
input[type="radio"],
input[type="checbox"]) {
height: 56px;
font-weight: 400;
font-size: 14px;
line-height: 29px;
color: #A9A9A9;
padding: .75em;
border: 1px solid #D9D9D9;
border-radius: 4px;
width: 100%;
background: #fff;
} .page-numbers {
display: flex;
align-items: center;
justify-content: center;
}
.pagi ul li .page-numbers {
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #E9F0F1;
font-weight: 500;
font-size: 14px;
padding: 5px 10px;
}
.pagi ul li a {
color: #000;
}
.pagi ul li .prev.page-numbers,
.pagi ul li .next.page-numbers {
width: auto;
}
.pagi ul li {
padding: 0 5px;
}
.pagi ul li .page-numbers.current {
background: #1C6DB7;
color: #FFFFFF;
}
.arr {
margin-left: 6px;
}
.book_sec .wpcf7-form p {
margin-bottom: 0;
}
@-moz-document url-prefix() {
.avl_box input[type="date"] {
background: #fff !important;
}
}
.tour_plan_section.fab-tour {
margin-top: 110px;
}
.tour_plan_section.fab-tour img {
width: 100%;
}
.tour_plan_section.fab-tour .breadcrumb {
margin-left: 0;
}
.breadcrumb_sec ol li a {
color: #6c757d;
}
.breadcrumb_sec ol li.breadcrumb-item.active {
color: #1C6DB7;
font-weight: 600;
font-family: var(--bodyfont);
}
.avalable_box .avl_box .wpcf7-spinner {
position: absolute;
right: -30px;
margin: 0;
top: 21px;
}
.avalable_box .avl_box {
position: relative;
}
.avalable_box .wpcf7-not-valid-tip {
position: absolute;
bottom: -22px;
left: 0;
font-size: 12px;
}
.avalable_box .avl_box label {
font-weight: 400;
font-size: 15px;
}
.site-footer .tnp-subscription {
max-width: 100%;
} .blog_detalis {
padding-top: 80px;
}
.breadcrumb_sec ol li a {
color: #000;
}
.breadcrumb_sec .breadcrumb {
margin-left: 0px;
}
.ovrvw {
padding: 20px 0px;
}
.ovrvw h3 {
margin-bottom: 15px;
}
.policy-wrapp .section-hding {
margin-bottom: 40px;
}
.policy-wrapp p a {
color: #1C6DB7;
font-family: var(--bodyfont);
}
.policy-wrapp p a:hover {
color: #000;
}
.breadcrumb_sec {
margin-bottom: 33px;
}
.cat-date-wrapp a {
color: #0B2740;
font-weight: 500;
}
.cat-date-wrapp span.catagory img {
width: 20px;
margin-right: 4px;
}
.gal_box figure img {
height: 222px;
object-fit: cover;
} .page-template-newsltr .abt_cnt {
text-align: center;
}
.page-template-newsltr #page {
min-height: auto;
}
.page-template-newsltr .mm-page {
min-height: auto;
}
.vdo {
width: 100%;
}
.park_info {
background: #bc9300 !important ;
padding: 22px 20px !important;
margin-bottom: 8px !important;
}
.inner_nature .gal_box {
margin-bottom: 8px !important;
} @media (max-width:1600px) {
.room_slider .text .heading p {
font-size: 12px;
}
.room_itms .col span {
width: 20px;
}
.room_itms .col .heading {
width: calc(100% - 20px);
}
.room_slider .text {
padding: 8px;
}
.rooms_area {
max-width: 1300px;
margin: 0 auto;
}
.guest_pic {
width: 166px;
}
.banner_txt h2 {
font-size: 64px;
line-height: 70px;
}
.banner_txt h2 span {
font-size: 58px;
line-height: 60px;
}
.nearby_attaction_area .text h5 {
font-size: 13px;
min-height: auto;
}
.nearby_attaction_area .text p {
font-size: 13px;
}
}
@media (max-width:1300px) {
.room_txt_box h4 {
font-size: 28px;
}
}
@media (max-width:1199px) {
.header-bottom h1 {
font-size: 0;
}
.main-menu nav li:nth-child(1)~li a {
padding: 8px;
}
a.logo {
max-width: 150px;
}
.main-menu nav li a {
font-size: 13px;
}
.main-menu nav li:not(:last-child) {
margin-right: 5px;
}
.banner_txt h2 {
font-size: 38px;
line-height: 1;
}
.banner_txt h2 span {
font-size: 42px;
line-height: 1;
}
.title h3 {
font-size: 32px;
line-height: 1.3;
}
.title h5.dash::after {
width: 106px;
}
.room_txt_box {
padding: 33px 13px;
}
.main-footer h5 {
font-size: 18px;
}
.dishes_box h3,
.room_txt_box h4 {
font-size: 25px;
}
.view_all_btn {
width: auto;
}
.contact_location {
margin-top: 50px;
}
.locatitxt {
padding-left: 7px;
}
.park_info .normal_head {
font-size: 17px;
}
.inner_services .nav-tabs li {
margin-right: 8px;
}
.chose_left {
padding: 20px 18px 53px;
}
}
@media (max-width:1023px) {
.main-menu nav {
display: none;
}
.header-bottom {
padding: 10px;
}
.mobilemenuBtn {
display: inline-block; }
.lata_left .gal_box figure>img {
min-height: 174px;
max-height: 174px;
}
.banner::after {
width: 45%;
}
.banner-logo-holdr {
max-width: 550px;
}
.site-header.sticky .logo {
box-shadow: 0 2px 5px 0px rgb(0, 0, 0, .2);
bottom: inherit;
top: -12px;
}
h2.title {
font-size: 25px;
}
.section-hd {
margin: 0 0 25px;
}
.core-value-sec .container>div {
flex-wrap: wrap;
}
.core-box {
width: 21%;
margin-bottom: 20px;
}
.core-box:nth-child(4)~.core-box {
margin-bottom: 0;
}
.products-slider-hldr .item p {
-webkit-line-clamp: 2;
}
.operational-holder .row>div .text-center {
padding: 15px 0;
}
.operational-holder .row>div h2 {
font-size: 20px;
line-height: 1;
}
.operational-holder .row>div h2 span {
margin: 5px 0 0;
font-size: 13px;
}
.operational-holder .row>div figure {
margin: 0 0 10px;
}
.operational-holder .row>div:nth-child(3)~div {
border-bottom: 1px solid #E7D5AF;
}
.operational-holder .row>div figure img {
max-width: 40px;
}
.operational-holder .row>div:nth-child(4)~div {
border-bottom: 0;
}
.operational-holder .row>div:nth-child(2n+2) {
border-right: 0;
}
.operational-holder .row>div:nth-child(3) {
border-right: 1px solid #E7D5AF;
}
.left-map-hldr {
max-width: 360px;
}
.impact-slider-hldr .item figure {
height: 320px;
}
.gallery-hd {
font-size: 75px;
}
.gallery-media-coverage {
padding: 50px 25px 30px;
}
.padding-manual {
padding: 50px 0;
}
.products-slider-hldr .owl-nav {
display: flex;
justify-content: center;
align-items: center;
}
.products-slider-hldr .products-slider.owl-carousel .owl-nav button {
width: 30px;
height: 30px;
background: #b08e56;
line-height: 28px;
color: #fff;
font-size: 20px;
border-radius: 100%;
margin: 0 5px;
}
.board_img {
height: auto;
}
.logo img {
max-width: 78px;
}
.site-header.inner-header .logo {
bottom: -26px;
}
.cmny_img img {
width: 100%;
}
.board_img img {
width: 100%;
}
.advisory_part .board_box .board_cont {
min-height: auto;
}
.mid_title {
margin-bottom: 12px;
}
.section-hd p {
font-size: 14px;
}
.mid_btm::before {
width: 84%;
}
.right_btm {
width: 33%;
}
.right_btm {
margin-right: 5px;
}
.right_btm ul:first-child::before {
left: 65%;
}
.gan_box span {
font-size: 13px;
}
.inner-banner {
height: 200px;
}
.page-template-newsltr .inner-banner {
height: auto;
}
.partner_slider figure,
.partner_slider figure {
height: 100px;
}
.partner_slider figure img,
.partner_slider figure img {
height: 100%;
object-fit: cover;
margin: 0 auto;
}
.investor_partnet_slider img {
width: 100%;
}
.sahyak_list {
margin-bottom: 25px;
}
.goverence_pge .nav-tabs .nav-link {
font-size: 13px;
line-height: 19px;
}
.goverence_pge .nav-tabs .nav-link {
padding: 11px 12px;
}
.about-ob2,
.about-ob1 {
bottom: -50px;
} .impact_content .impact_text {
min-height: 278px;
}
.impact_content .impact_text p {
min-height: 182px;
}  .regulations .accordion .accordion-item:not(:last-child) {
margin-bottom: 18px;
}
.title h5.dash::after,
.in_hdr::after {
display: none;
}
.title h3 br {
display: none;
}
.welcome_area {
padding: 70px 10px;
margin-top: 0;
}
.fclty_bx .bx .text h5 {
margin-bottom: 15px;
}
.welcome_section {
padding-bottom: 0;
}
.wel_bg {
display: none;
}
.avalable_box {
margin-top: 70px;
padding: 25px 30px;
}
.banner_slder .swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 20px;
}
.banner_txt {
top: 55%;
}
.banner_txt h2 br {
display: none;
}
.facility_servies_section {
background: #000;
padding: 50px 15px;
}
.rooms_area .col-lg-4.room_txt {
width: 100%;
}
.room_slider figure {
position: static;
}
.rooms_area .col-lg-8.room_txt,
.rooms_area .room_txt {
width: 100%;
margin-top: 40px;
}
.room_txt_box h4 br {
display: none;
}
section.best_places_secton {
padding-bottom: 80px;
}
.meetings_section {
padding-bottom: 15px;
padding-top: 70px !important;
}
.meetings_area:first-child .event_pic_box {
margin-top: 0;
}
.meetings_area .mt_txt {
padding-left: 15px;
}
.mt_bx {
margin-bottom: 30px;
}
.fclty_bx .bx span {
width: 40px;
}
section {
padding: 70px 0;
}
.meetings_area:first-child {
margin-bottom: 30px;
}
.title h3 {
font-size: 27px;
}
.map_box {
position: static;
width: 100%;
height: 360px;
margin-bottom: 30px;
}
.locatitxt {
padding-left: 0;
}
.gallery_slider.owl-carousel .owl-nav button {
width: 40px;
height: 40px;
font-size: 21px;
}
.review_pic h5 {
font-size: 18px;
}
.guest_pic {
width: 126px;
}
.ft_quick_links address {
margin-bottom: 0;
}
.ft_logo_holder {
margin-bottom: 20px;
}
.site-footer {
padding-top: 60px;
}
.main-footer h4 {
margin-bottom: 22px;
}
.about_meeting .meetings_area:first-child {
margin-bottom: 0;
}
.tour_iner h3 {
font-size: 20px;
}
.choose_sec {
margin-bottom: 70px;
}
.tour_sec>img {
min-height: 290px;
object-fit: cover;
}
.post_part ul {
padding: 20px 18px;
}
.cont_sec .mt_bx {
margin-bottom: 0;
}
.cont_sec .common_form input[type="submit"] {
min-width: auto;
padding: 13px 55px;
}
.dining_sec .rooms_area .room_txt:first-child {
margin-top: 0;
}
.inner_nature #v-pills-tab {
width: 100%;
flex-direction: row !important;
margin-bottom: 20px;
padding-right: 0;
border-right: 0;
}
.inner_nature #v-pills-tabContent {
width: 100%;
}
.nature_tab {
flex-wrap: wrap;
}
.inner_nature .nav-link {
width: 33.33%;
}
.lata_middle .gal_box figure>img {
min-height: 156px;
max-height: 156px
}
.lata_right .gal_box figure>img {
min-height: 156px;
max-height: 156px;
}
.inner_services .tab-pane {
max-width: 100%;
}
.inner_services .nav-tabs li {
margin-bottom: 7px;
}
.inner_services .serb_box {
left: 0;
background: rgba(255, 255, 255, 0.3);
padding: 0;
position: static;
margin-top: 20px;
}
.inner_services .serb_box::before {
display: none;
}
.book_sec .event_pic_box .event_smallpc {
width: 100%;
position: static;
border: 0;
margin-top: 10px;
}
.book_sec .event_pic_box figure.event_bigpc {
width: 100%;
}
.book_sec .event_pic_box figure.event_bigpc::before {
display: none;
}
.book_sec .event_pic_box .event_smallpc::before {
display: none;
}
.book_sec.meetings_section {
padding-bottom: 70px;
}
.chose_left {
padding: 20px 18px 20px;
}
.policy-wrapp .about_hldr.newsler {
padding-top: 40px;
}
}
@media (max-width:767px) {
.tnp.tnp-subscription input[type="submit"]{
position: relative;
border-radius: 4px;
margin-top: 10px;
}
.tnp.tnp-subscription input[type="email"]{
border-radius:4px;
padding: 10px;
}
.header-top-list li:first-child~li a .text {
display: none;
}
.header-top-list li:first-child {
margin-right: 10px;
}
.header-top-list li:first-child~li,
.header-top-list li:first-child~li a .ico {
margin-right: 0px;
}
.banner-logo-holdr figcaption {
font-size: 30px;
margin-top: 5px;
}
.banner-logo-holdr img {
max-width: 50px;
}
.banner-logo-holdr {
max-width: 300px;
}
.banner::after {
height: calc(100% + 84px);
width: 50%;
}
.hashchild>ul {
left: 90px;
width: 160px;
z-index: 124;
}
h2.title {
font-size: 22px;
line-height: 1.2;
}
.section-hd {
margin: 0 0 22px;
}
section {
padding: 40px 0;
}
.core-box {
width: 50%;
}
.core-box:nth-child(4)~.core-box {
margin-bottom: 20px;
}
.core-value-sec {
padding-bottom: 20px;
}
.left-map-hldr {
margin: 0 auto 25px;
max-width: 300px;
}
.left-map-hldr li.dist2 {
left: -58px;
}
.left-map-hldr li.dist1 {
left: -82px;
top: -16px;
}
.impact-slider-hldr .item {
flex-wrap: wrap;
}
.impact-slider-hldr .item figure,
.impact-content {
width: 100%;
}
.impact-slider-hldr .owl-dots {
width: 100%;
position: relative;
bottom: 23px;
padding-left: 0px;
justify-content: center;
}
.get-in-touch-hldr form .row>div:not(:last-child) {
margin: 0 0 15px;
}
.gallery-hd {
font-size: 55px;
transform: rotate(0);
text-align: center;
line-height: 1;
margin: 0;
top: 0;
}
.gallery-sec {
padding-top: 40px;
}
.padding-manual {
padding: 40px 0 0;
}
.gallery-column-inner img {
height: auto;
}
.gan_wraper::before {
top: 3.2%;
height: 56.8%;
}
.gan_top::before {
width: 42%;
}
.gan_box span {
font-size: 11px;
line-height: 1.2;
}
.mid_btm::before {
width: 84.10%;
left: -1px;
}
.right_btm {
width: 52%;
}
.right_btm {
margin-right: -20px;
}
.gan_sec {
overflow: hidden;
}
.gan_top {
margin-bottom: 13px;
}
.board_cont,
.board_img {
width: 100%;
}
.board_img {
margin-bottom: 20px;
}
.advisory_part .board_box .board_img {
width: 100%;
height: auto;
margin-right: 0;
}
.advisory_part .bord_box {
margin: 0;
}
.advisory_part .board_box .board_cont {
width: 100%;
}
.gan_box figure {
width: 50px;
height: 50px;
min-width: 50px;
min-height: 50px;
}
.gan_box figure img {
width: 27px;
}
.left_btm {
width: 27%;
}
.left_btm::before {
top: 28px;
}
.gan_box span br {
display: block;
}
.mid_btm ul li::before {
height: 20%;
}
.right_btm ul:first-child::before {
left: 73%;
top: -14%;
}
.up_footer ul li {
display: inline-block;
}
.up_footer ul li:not(:last-child) {
margin-right: 10px;
}
.social_icons {
width: 100%;
}
.social_icons {
padding-left: 15px;
}
.map_box {
width: 100%;
}
.map_ft {
flex-wrap: wrap;
}
.social_icons {
padding-left: 0;
padding-top: 0;
width: 100%;
}
.quick_linksft ul li address {
margin-bottom: 0px;
}
.quick_linksft {
margin-top: 16px;
}
.copy_right {
margin-top: 16px;
}
.up_footer h4 {
margin-bottom: 10px;
}
.cmn-gp {
padding: 40px 0px;
}
.cmn-gp p:last-child {
margin-bottom: 0px;
}
.heading-four {
font-size: 21px;
line-height: 22px;
}
.investor_pg .heading-four {
margin-bottom: 19px;
}
.inner-banner {
height: 200px;
}
.fair_area .fr_bx:not(:last-child) {
margin-bottom: 20px;
}
.fair_area {
margin-top: 27px;
}
.breadcamp li a {
color: #fff;
font-size: 12px;
line-height: 15px;
}
.breadcamp li.active {
font-size: 12px;
line-height: 15px;
}
.goverence_pge .nav-tabs {
border-bottom: 0px;
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.goverence_pge .nav-tabs .nav-link {
width: 48%;
margin: 3px 2px;
}
.governor_box {
min-height: 400px;
}
.governor_box {
padding: 20px 15px 16px 16px;
}
.about-ob2,
.about-ob1 {
bottom: -40px;
}
.about-ob2 {
left: 0;
}
.about-ob1 {
right: 0;
} .impact_stories_tabHolder .tab_item ul {
margin-bottom: 25px;
}
.impact_content .impact_text {
min-height: inherit;
}
.impact_content .impact_text p {
min-height: inherit;
}
.impact_content {
margin-bottom: 25px;
}
.impact_stories_tabHolder .tab_item ul li .common-btn {
font-size: 14px;
padding: 12px 0;
}  .regulations .accordion .accordion-item:not(:last-child) {
margin-bottom: 12px;
}
.regulations .accordion .accordion-item .accordion-button::after {
background-size: 20px;
}
.regulations .accordion .accordion-item .accordion-button {
font-size: 14px;
padding: 6px 10px;
}  .gallery_img {
margin-bottom: 10px;
}
.gallery_content .row {
margin: 0 -5px;
}
.gallery_content .row>div {
padding: 0 5px;
} .site-header {
padding: 0px 15px;
}
.banner_section figure img {
min-height: 380px;
object-fit: cover;
}
.reservation_btn {
padding: 12px 17px;
min-width: auto;
font-size: 14px;
}
.quick_links {
margin-right: 10px;
}
.quick_links ul li:not(:last-child) {
margin-right: 14px;
}
.searchbox {
margin-right: 14px;
}
.banner_txt h2 {
font-size: 30px;
}
section.best_places_secton {
padding-bottom: 70px;
}
.mth_pc figure img {
width: 100%;
}
.title h3 {
font-size: 24px;
margin-bottom: 5px;
}
.welcome_area {
padding: 70px 0;
}
.meetings_area:nth-child(2n) .mt_bx {
margin-bottom: 0;
}
.dishes_box h3,
.room_txt_box h4 {
font-size: 22px;
}
.gallery_section {
padding-left: 0;
padding-right: 0;
}
.title h5 {
margin-bottom: 5px;
}
.location_section {
padding-top: 0;
}
.search_area {
width: auto;
}
.main-footer h4 {
margin-top: 15px;
font-size: 20px;
}
a.playicon {
width: 50px;
height: 50px;
}
a.playicon img {
width: 18px;
}
.quick_links ul li a {
font-size: 12px;
}
.fclty_bx .bx .text h5 {
margin-bottom: 2px;
font-size: 18px;
}
.newsleter_box {
margin-bottom: 16px;
}
.header-bottom {
padding: 10px 0;
}
.vertual_txt {
margin-left: 0;
padding: 20px 20px 100px;
}
.down_footer p {
text-align: center;
}
.banner_section>figure>img {
min-height: 320px;
object-fit: cover;
}
.normal_head {
font-size: 19px;
}
.blue_btn {
padding: 14px 25px;
}
.blog_box h5 {
font-size: 16px;
}
.post_part h4 {
font-size: 18px;
}
.inner_menu #myTab li button {
min-width: auto;
padding: 8px 20px;
}
.inner_nature .nav-link {
width: 49.99%;
padding-right: 10px;
}
.lata_right .gal_box figure>img,
.lata_middle .gal_box figure>img,
.lata_left .gal_box figure>img {
min-height: auto;
max-height: 100%;
}
.review_alider .swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: auto;
}
.policy-wrapp .about_hldr.newsler {
padding-top: 0px;
}
.glry_sec .gal_box {
width: 49.99%;
}
.gal_box figure img {
height: 292px;
object-fit: cover;
}
}
@media(max-width:575px) {
.gan_wraper::before {
top: 3.2%;
height: 56.6%;
}
.right_btm ul:first-child::before {
top: -14%;
}
.up_hdr {
padding: 5px 0;
}
header.site-header.sticky {
transform: translateY(-57px);
}
}
@media(max-width:479px) {
.right_btm {
width: 67%;
}
.gan_box figure {
width: 40px;
height: 40px;
min-width: 40px;
min-height: 40px;
}
.gan_box figure img {
width: 20px;
}
.mid_btm ul li {
padding: 0 5px;
}
.gan_top::before {
top: 30%;
}
.gan_wraper::before {
top: 3.3%;
height: 58.4%;
}
.gan_box span {
font-size: 10px;
}
.left_btm {
width: 29%;
}
.left_btm::before {
top: 31px;
}
.inner-banner {
height: 130px;
}
.breadcamp li a {
font-size: 11px;
}
.breadcamp ul li {
padding: 0px 8px;
}
.sahaya_area {
padding: 26px 15px;
}
.sahayak_pic figure {
margin-bottom: 0px;
}
.top_hdr_box {
flex-wrap: wrap;
justify-content: space-between !important;
}
.quick_links {
margin-right: 0; width: 100%;
text-align: center;
}
.reservation_btn {
width: 100%;
padding: 7px 17px;
}
.mm-navbar .mm-navbar__title {
font-size: 20px;
}
.searchbox {
margin-right: 0;
width: 14%;
}
header.site-header.sticky {
transform: translateY(-96px);
}
.banner_txt h2 {
font-size: 25px;
}
.banner_txt h2 span {
font-size: 26px;
}
.avalable_box {
padding: 25px 20px;
}
.welcome_area {
padding: 50px 0;
}
.social_icons ul li a {
width: 25px;
}
.social_icons ul li {
margin-right: 2px;
}
.review_pic h5 {
font-size: 16px;
}
.ft_logo_holder img {
width: 170px;
}
.inner_menu #myTab li {
margin-right: 12px;
margin-bottom: 10px;
}
.inner_nature .nav-link {
flex-wrap: wrap;
text-align: center;
justify-content: center;
padding-right: 0;
}
.inner_nature .nav-link span {
width: 100%;
display: block;
}
.inner_nature .nav-link figure {
margin: 0 auto 3px;
}
.main_gal {
column-count: 1;
}
main.site-main.blog_detalis {
padding-top: 118px;
}
main.sitemain.innerMain.fav-main.blog_detalis.tax-detalis {
padding-top: 112px;
}
.glry_sec .gal_box {
width: 100%;
}
}
@media (max-width:375px) {
.banner::after {
width: 187px;
}
.left_btm::before {
width: 29%;
top: 27px;
background-size: contain;
}
}div.tnp-subscription, div.tnp-profile,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
} .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}