@import url("https://fonts.googleapis.com/css2?family=Fira+Sans: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&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body { font-family: "Fira Sans", sans-serif !important;}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
font-family: "Fira Sans", sans-serif !important;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  margin: 0;
 
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Fira Sans", sans-serif !important;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
	font-family: "Fira Sans", sans-serif !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
font-family: "Fira Sans", sans-serif !important;
  font-size: 1em;
  white-space: pre-wrap;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #c36;
}
a:active,
a:hover {
  color: #336;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
font-family: "Fira Sans", sans-serif !important;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
details {
  display: block;
}
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
[hidden],
template {
  display: none;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #ccc;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
}
[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
select {
  display: block;
}
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table th {
  font-weight: 700;
}
table tfoot th,
table thead th {
  font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
dd,
dl,
dt,
li,
ol,
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


/***********************/

h1.entry-title {
    display: none !important;
}

.copyright.show {
    display: none !important;
}


.banner-caption{}
.banner-caption h5{    color: #2f2f2f;
    padding: 10px 20px;
    background: #fff;
    border-radius: 70px;
    display: inline-block;
    margin: 0 0 15px;}

.banner-caption h1{    letter-spacing: -.02em;
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 50px;
    color: #201f1d;
    line-height: 64px;}

.banner-caption strong{    color: #fe9307;}
.banner-caption p {
    color: #787878;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 30px;
}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 30px;
    color: #2f2f2f;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
}

.elementor-kit-18 img {
    opacity: 1 !important;
}

.site-logo img {
    width: 220px;
}


.banner-booking-form {
    overflow: hidden;
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 12px;
    padding: 35px;
    background-color: white;
    position: relative;
    top: -80px;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgb(225 225 225 / 31%);
}

.banner-booking-form p {
    margin-bottom: 0;
}


.banner-booking-form lable{    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;}

.banner-booking-form select,
.banner-booking-form input{    height: 50px;}

.bk-nw{position: relative}

.banner-booking-form .wpcf7-submit{      background-color: #fe9307;
    border-color: transparent; width: 100%; color: white}


.banner-booking-form span.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.wpcf7-response-output {
    position: absolute;
    top: 11px;
    left: 26px;
    right: 26px;
}


.top-heading-cl{}
.wrap-my-rental{}

.item-my-rental{    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 6%);
    padding: 20px 25px !important;
    border-radius: 14px !important;     position: relative !important; overflow: hidden !important}

.item-my-rental h4{    color: #000000 !important;
    font-size: 22px;}

.item-my-rental p{    margin-bottom: 12px;
    line-height: 24px;}

.my-rental-shape{}

.my-rental-wrap {
    padding: 30px 0 90px;
    position: relative;
	
}

.item-my-rental:after{     content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background-color: #fe9307;
    right: -40px;
    border-radius: 50%;
    top: -40px;
    border: 6px solid #f1f1f1;}

.my-rental-wrap:after{
    content: "";
    background-image: url(./assets/images/service-right.png);
    width: 280px;
    position: absolute;
    right: 0;
    height: 630px;
    background-repeat: no-repeat;
    top: -80px;
    bottom: 0;
    background-size: cover;
   
}

.top-heading-cl {
    padding-bottom: 60px;
    position: relative;
}

.top-heading-cl:after{content: "";
    background-image: url(../../uploads/2024/08/title-head.png);
    position: absolute;
    width: 60px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 15px auto;}


.item-my-rental svg{    position: absolute !important;
    right: -8px;
    z-index: 9999;
    top: 0;
    fill: white !important;}

.feeatured-vehicles-wrap{ padding: 90px 25px !important;}

.feeatured-vehicles-wrap img{}

.wrap-feature-vehicals .anwp-pg-post-teaser{
	    background-color: white;
    border-radius: 15px;
    overflow: hidden;
}

.wrap-feature-vehicals .anwp-pg-post-teaser__content {
    padding: 20px;
}

.wrap-feature-vehicals .anwp-pg-post-teaser__excerpt p {
  margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.wrap-feature-vehicals .anwp-pg-post-teaser__excerpt a{width: 50%;
    text-align: center;
    background-color: #fe9307;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px; 
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;}


.wrap-feature-vehicals .anwp-font-heading a{    color: black;}

.wpr-particle-no .elementor-icon{font-size: 40px;}

.home-about-us{ background-image: url(./assets/images/about-bg-1.jpg);   background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px 100px 15px;}


.home-about-left{}
.home-about-left img{}

.home-about-right-sec{}
.home-about-right-sec h5{    font-size: 18px;
    font-weight: 500 !important;}
.home-about-right-sec h2{}

.home-about-right-sec .points-abt{    font-weight: 400 !important;
    line-height: 25px;
    box-shadow: 0px 20px 30px 0px rgba(139, 139, 139, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;}

.home-about-right-sec .points-abt h2{     width: 60px;
    height: 60px;
    background-color: #f7ce9896;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fe9307;
    margin: 0 0 15px 0;
    outline: 2px solid #fe930766;
    outline-offset: 6px;}

.home-about-right-sec .points-abt p{    margin-bottom: 0;}


.home-about-right-sec ul{    border-top: 2px solid #fcfcfc;
    padding-top: 20px !important;}

.home-about-right-sec ul li{width: 47%;
    margin-bottom: 13px !important;}
.home-about-right-sec ul li .elementor-icon-list-icon{}
.home-about-right-sec ul li .elementor-icon-list-text{}

.wrap-feature-vehicals .anwp-pg-post-teaser__excerpt a:first-child{    background-color: transparent;
    border: 2px solid black;}


.why-choose-us{    background-image: url(./assets/images/road_image.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 70px;
    background-position: 150px 100px;}

  
.why-choose-us .wpr-feature-list-icon-inner-wrap{    background-color: transparent !important;     height: 100% !important;}
.why-choose-us .wpr-feature-list-icon-inner-wrap img{}

.why-choose-us .wpr-feature-list-title{margin-bottom: 10px !important;}
.why-choose-us .wpr-feature-list-description{    line-height: 20px;   font-size: 16px;}

.best-valued h5{}
.best-valued h2{}
.best-valued p{    font-size: 16px;
    font-weight: 400 !important;
    color: black !important;
    line-height: 22px;}


.tp-choose-us-img img{width: 600px;}


.counter-top-area{}

.counter-top-area h2{}
.counter-top-area p{    color: black !important;
    font-size: 13px;
    max-width: 24%;
    margin: 0 auto;}

.counter-area {
    background-color: #F2F7F6;
    padding: 70px 0 80px 0px;
}


.counter-area .top-heading-cl {
	padding-bottom: 30px;}


.counter-area .elementor-counter-number{    color: #fe9307;
    font-weight: 800;
    font-size: 60px;}
.counter-area .elementor-counter-title{    color: black;}
.counter-area .elementor-counter{ position: relative;
    width: 100%;
    top: 0;
    background-image: url(../../uploads/2024/08/count-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 10px;
    padding: 20px;}

#site-footer {
    display: none;
}

.footer-wrap {
    background-color: black;
    padding: 60px;
}

.footer-logo-area{}


.footer-logo-area p {
    line-height: 25px;
    font-size: 15px;
    max-width: 100%;
}

.footer-wrap h4 {
    color: #fe9307 !important;
}

.footer-logo-area img {
    width: 240px;
}

.footer-wrap .elementor-icon-list-items span{    font-size: 17px;
    display: inline-block;
    padding: 10px;
    color: white;}


.footer-wrap .elementor-icon-list-items svg{fill: #fe9307;}

.footer-contact-info .wpr-feature-list-title .wpr-feature-list-url{color: white !important;     font-size: 17px;}
.footer-contact-info .wpr-feature-list-description{    color: white !important;}

.copywriter-footer {
    background-color: #0000003d;
    padding: 10px;
}

.copywriter-footer p{    margin-bottom: 0;     color: black;}

.footer-logo{}


.inner-page-banner {
    padding: 60px !important;
	    background-image: linear-gradient(93deg, #ffbe6ad1 54%, #FCFCFF 115%) !important;
}

.inner-page-banner h5 {
       color: #080809 !important;
    font-size: 38px !important;
}
.inner-page-banner p{}
.inner-page-banner p a{    text-decoration: none;
    color: #fe9307;}

.service-grid-cl p{    line-height: 20px;
    font-weight: 400 !important;}


.cntct-itm-info svg{}
.cntct-itm-info h5{    margin-bottom: 10px;
    color: black !important;}
.cntct-itm-info h4{    margin-bottom: 18px;
    font-size: 16px;
    margin-top: 14px;
    color: #fe9307 !important;}

.cntct-itm-info {
    background: #f3f3f3;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
    margin: 0 0 24px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 10px;
    position: relative;
}

.cntct-itm-info svg {
    fill: #fe9307 !important;
}

.cntct-itm-info .elementor-icon{    background-color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;}

.email-mobile p {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.frm-cntc-area {
    padding: 0;
}
.frm-cntc-area p{margin-bottom: 0}
.frm-cntc-area input{    padding: 15px 30px 19px 30px;
    margin: 0px 0px 10px 0px;
    border-radius: 8px;
    background-color: #F2F7F6;
    outline: 0;
    border: 0;}
.frm-cntc-area textarea{    padding: 15px 30px 19px 30px;
    margin: 0px 0px 10px 0px;
    border-radius: 8px;
    background-color: #F2F7F6;
    outline: 0;
    border: 0;}


.wpcf7-submit {
    width: 100%;
    background-color: #fe9307 !important;
    padding: 15px !important;
	color: white !important;
}


.wrap-booking-form-area {
    background-color: #F2F7F6;
    padding: 40px;
    border-radius: 15px;
    max-width: 58%;
    margin: 50px auto;
	    padding-bottom: 0;
	    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

.wrap-booking-form-area label{    margin: 10px 0;}
.wrap-booking-form-area input,
.wrap-booking-form-area select{     padding: 14px;
    background-color: white;
    border-color: #ededed;
    border-radius: 8px;
    outline: 0;
    border-color: #ededed !important;}

.wrap-booking-form-area .wpcf7-submit{    border-color: transparent;}


.main-panel-booking:after{    content: "";
    background-image: url(./assets/images/service-right.png);
    width: 330px;
    position: absolute;
    right: 0;
    height: 630px;
    background-repeat: no-repeat;
    top: 50px;
    bottom: 0;
    background-size: cover;}


.current-menu-item a {
    color: #fe9307 !important;
}

.wpcf7-response-output {
     text-align: center;
    background-color: #fe93074f;
    border-color: #fe9307 !important;
    padding: 12px !important;
}

.copywriter-footer p {
    font-size: 14px;
    font-weight: 500 !important;
}

.swiper-slide a {
    text-decoration: none !important;
    color: black;
}


/*============Responsive============*/





/*Mobile*/

@media(max-width:767px) {

 .home-bnner .e-con-inner {
    padding: 50px 10px;
}
	
.banner-caption h5 {
         padding: 10px 13px;
        font-size: 14px;
        line-height: 20px;
}
	
.banner-caption h1 {
    letter-spacing: -.02em;
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 36px;
    color: #201f1d;
    line-height: 45px;
    text-align: left;
}
	
	.banner-caption p {
    color: #787878;
    margin: 0 0 0px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
	
	.banner-booking-form {
    overflow: hidden;
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr;
    grid-column-gap: 12px;
    padding: 15px;
    background-color: white;
    position: relative;
    top: -60px;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgb(225 225 225 / 31%);
}
	
	.banner-booking-form lable {
           margin-bottom: 1px;
        display: inline-block;
        text-transform: uppercase;
        margin-top: 14px;
        font-size: 14px;
}
	
	.banner-booking-form select, .banner-booking-form input {
    height: 44px;
}
	
	.wpcf7-submit {
    padding: 9px !important;
    color: white !important;
}
	
	.footer-wrap .elementor-icon-list-items span {
    font-size: 17px;
    padding: 8px;
}
	
	.footer-contact-info .wpr-feature-list-title .wpr-feature-list-url {
    font-size: 15px;
}
	
	.my-rental-wrap:after{display: none}
	
	.top-heading-cl {
		padding-bottom: 20px;}
	
	.item-my-rental:after {
  
    width: 110px;
		height: 110px;}
	
	.item-my-rental svg {
    position: absolute !important;
    right: -18px;
    z-index: 9999;
    top: -10px;
    fill: white !important;
    width: 36px;
    height: 35px;
}
	
.item-my-rental h4 {
    font-size: 20px;
}	
	.site-logo img {
    width: 140px;
}
	
	.my-rental-wrap {
    padding: 30px 0 30px;
    position: relative;
}
	
	.feeatured-vehicles-wrap {
    padding: 30px 25px !important;
}
	
	.home-about-us {
    background-size: cover;
    padding: 45px 0 10px 0px;
}
	.counter-area {
    background-color: #F2F7F6;
    padding: 25px 0;
}
	.counter-top-area p {
    color: black !important;
    font-size: 13px;
    max-width: 85%;
    margin: 0 auto;
    line-height: 20px;
}
	
	.footer-wrap {
    background-color: black;
    padding: 60px 0;
}
	
	.copywriter-footer p {
    font-size: 10px;
}
	
	.copywriter-footer {
    padding: 0px;
}
	
	.footer-wrap {
    background-color: black;
    padding: 13px 0;
}
	
	.footer-logo-area p {
    display: none;
}
	
	.footer-logo-area img {
    width: 170px;
    display: none !important;
}
	

	
		.wrap-booking-form-area {
    background-color: #F2F7F6;
    padding: 30px 14px;
    border-radius: 15px;
    max-width: 100%;
		margin: 50px auto;}
	
	.main-panel-booking:after{display:none}
	
	.wrap-booking-form-area p {
    margin-bottom: 4px;
}
	
	.wrap-booking-form-area label {
    margin: 8px 0;
    font-size: 15px;
}
	
	
	.elementor-widget-google_maps iframe {
    display: none !important;
}
	
	.inner-page-banner {
		padding: 25px !important;}
	
	.inner-page-banner h5 {
    font-size: 28px !important;
}
	
	.frm-cntc-area input,
	.frm-cntc-area textarea{
    padding: 14px 8px 14px 15px;
		font-size: 14px;}
	

}




/*For small mobile devices*/
@media (min-width:320px) and (max-width:479px) {
    
    
}


/*For landscape mobiles devices*/
@media (max-width:736px) and (orientation:landscape) {

}


/*tablet devices (both orentations)*/
@media (min-width:768px) and (max-width:979px) {
	
		.wrap-feature-vehicals .anwp-pg-post-teaser__excerpt a {
    padding: 12px 0;
    white-space: nowrap;
    border-radius: 8px;
		font-size: 15px;}
	
	.my-rental-wrap:after {
    width: 230px;
    height: 469px;
    top: -80px;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}
	
	.footer-wrap h4 {
    color: #fe9307 !important;
    font-size: 20px;
}
	
	.footer-wrap {
    background-color: black;
    padding: 60px 30px;
}
	
	.inner-page-banner {
		padding: 20px !important;}
	
	.inner-page-banner h5 {
    font-size: 25px !important;
}
	
	.service-dt .e-con-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
	
	.service-dt .e-child .e-con-inner {
    display: inline-block;
}
	
	.wrap-booking-form-area {
    background-color: #F2F7F6;
    padding: 30px;
    border-radius: 15px;
    max-width: 65%;
		margin: 50px auto;}
	
	.main-panel-booking:after{display:none}
	
	
	.cntct-itm-info {
    margin-bottom: 0;
}
	
}


/*For small screens and laptops devices*/
@media (min-width:980px) and (max-width:1199px) {



}


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



@media (min-width: 1200px){
    

    
}










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


