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

body {
    font-family: 'Jost', sans-serif;
    background: #ffffff;
    color: #443636;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

p {
    line-height: 1.7em;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.header_area {
    position: relative;
    padding: 0px;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 20;
    border-top: 5px solid #e40178;
    background-color: rgb(0 0 0 / 80%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_area .header_top {
    padding: 8px 0px;    
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header.navbar_fixed .header_top {
    padding: 6px 0px;
    font-size: 15px;
}

.header_area ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.header_area .city_link .dropdown-menu {
    left: auto !important;
    right: 0px;
    top: 100% !important;
}

.header_area .header_main {
    padding: 0px 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(12, 0, 46, 0.4);
    box-shadow: 0px 4px 20px 0px rgba(12, 0, 46, 0.4);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header.header_area.navbar_fixed {
    position: fixed;
}

header.navbar_fixed .header_main {
    /*background-color: #000000;*/
}

/*.header_area .header_main a.navbar-brand {
    color: #fff;
    width: 170px;
    border: 2px solid #fff;
    border-radius: 4px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}*/
    
.header_area a.navbar-brand {
    color: #e40178;
    font-size: 36px;
    font-weight: 700;
}

.header_area a.navbar-brand span {
    width: 150px;
    /* height: 110px; */
    /* line-height: 100px; */
    /* border-radius: 50%; */
    display: block;
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    padding: 16px;
    position: absolute;
    top: 0;
    border: 2px solid #fff;
    border-top: 0;
    box-shadow: 0px 12px 12px -6px rgb(255 255 255 / 40%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header_area a.navbar-brand span #seasons-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.header_area .navbar ul.navbar-nav li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header_area .navbar ul.navbar-nav li + li {
    margin-left: 5px;
}

.header_area .navbar-nav a.nav-link {
    /*color: #fff;*/
    vertical-align: middle;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    padding: 25px 10px;
    font-weight: 500;
}

.header_area .navbar-nav li a.nav-link:hover,
.header_area .navbar-nav li.active a.nav-link {
    color: #fff;
}

.header_area .navbar-nav a.nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0px;
    background: #e40178;
    height: 100%;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header_area .navbar-nav a.nav-link:hover:before,
.header_area .navbar ul.navbar-nav li.active a.nav-link:before {
    left: 0;
    right: 0;
}

header.navbar_fixed .navbar-nav a.nav-link {
    padding: 15px 10px;
}


header.header_area.navbar_fixed a.nav-link {
    /*color: #ffffff !important;*/
}


li.nav-item.getToken {
    margin-right: 40px;
}

li.nav-item.getToken:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    right: -25px;
}

#sub_header {
    position: relative;
    overflow: hidden;
    background-image: url('../images/new/subHeader_bg.jpg');
    background-size: cover;
    background-position: center;
}

#sub_header:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    z-index: 0;
}

#sub_header h1.sub_heading {
    position: relative;
    display: inline-block;
    padding: 8rem 0 8rem;
    color: #fff;
    margin: 0px;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

#sub_header h1.sub_heading:before,
#sub_header h1.sub_heading:after {
    content: "";
    width: 100%;
    height: 4px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
}

#sub_header h1.sub_heading:after {
    margin-top: 44px;
    left: 0px;
}

#home_silder .carousel {
    position: relative;
    overflow: hidden;
}


#home_silder .carousel .carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.6;
    z-index: 0;
}

#home_silder .carousel .carousel-item .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

#home_silder .carousel .carousel-item .carousel-caption .heading_one {
    border-left: 0px !important; 
}

.fade-carousel .carousel-inner .carousel-caption{
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}

.fade-carousel .carousel-inner .active .carousel-caption {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

#header_bottom {
    min-height: 100vh;
    background-color: #17c7bd;
    background: linear-gradient(220deg,#4a62ff 0,#871fff); 
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 40px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    z-index: 0;
}

#header_bottom:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/slide_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#content {
    position: relative;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

#covid_section .choose-city {
    width: 100%;
    display: block;
    background-color: #ec0000;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    margin: 50px 0px 0px;
    background: #ec0000;
    background-image: linear-gradient(to right top, #da0092, #e00070, #de004f, #d5002d, #c60303);
    border: 2px solid;
    border-color: #d56d62 #c21f0c #b51f0d #c21f0c;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 45%);
}

#covid_section .covid_column {
    border: 1px solid #333;
    padding: 30px;
    margin: 20px 0px 20px;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 45%);
}

#covid_section .covid_column h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

#covid_section .covid_column p {
    margin-bottom: 10px;
}

#covid_section .covid_column a {
    text-decoration: underline;
}

#about_agency .about_content,
#about_section,
#header_bottom .heading_content,
#home_packages {
    position: relative;
    padding: 80px 0px;
}

#home_packages {
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: url(../images/new/package_bg.jpg);
    background-size: cover;
    background-position: center;
    /*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
}

#home_packages:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 0;
    opacity: 0.2;
}

#home_packages .heading_one,
#home_packages h6 {
    color: #fff;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.anim-icons .icon-circle-blue {
    width: 300px;
    height: 300px;
    background-image: url(../images/new/icons/circle-blue.png);
    background-size: contain;
    right: -150px;
    bottom: -150px;
    opacity: .70;
    -webkit-animation: fa-spin 30s infinite;
    -moz-animation: fa-spin 30s infinite;
    -ms-animation: fa-spin 30s infinite;
    -o-animation: fa-spin 30s infinite;
    animation: fa-spin 30s infinite;
}

.anim-icons .icon-dots {
    width: 72px;
    height: 60px;
    background-image: url(../images/new/icons/icon-dots.png);
    left: 50%;
    top: 30%;
}

.anim-icons .icon-circle-1 {
    width: 500px;
    height: 500px;
    background-image: url(../images/new/icons/icon-circle-1.png);
    background-size: 100%;
    left: -200px;
    top: -200px;
    opacity: .05;
}

#about_section .inner-column {
    position: relative;
    padding-right: 80px;
}

#about_section .list-style-one,
.check_list {
    margin-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

#about_section .list-style-one li,
.check_list li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
}

#about_section .list-style-one li + li,
.check_list li + li {
    margin-top: 10px;
}

#about_section .list-style-one li:before,
.check_list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    content: "\f05d";
    font-family: 'FontAwesome';
    color: #e1137b;
}

#about_section .image-box {
    position: relative;
    padding-left: 80px;
}

#about_section .image {
    position: relative;
    margin-bottom: 0;
}

#about_section .image:before {
    position: absolute;
    right: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    background-image: url(../images/new/icons/shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-animation: dizzling 10s infinite;
    -moz-animation: dizzling 10s infinite;
    -ms-animation: dizzling 10s infinite;
    -o-animation: dizzling 10s infinite;
    animation: dizzling 10s infinite;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

@keyframes dizzling{
    0%{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50%{
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100%{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

#about_section .image-box img {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 15px solid #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247,0,104);
    background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

/*@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: url("../images/new/package_bg.jpg");
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}*/

.inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 4px solid #ffffff;
    box-shadow: 0 30px 30px rgb(0 0 0 / 40%);
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}

.image-box {
    position: relative;
}

.image-box .image {
    position: relative;
    margin-bottom: 0;
}

.image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    padding: 15px;
    text-align: center;
    background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 20%, #00000000 100%);
    /* background-color: rgba(28,139,210,.70); */
    /* background-color: rgba(237,23,127,.90); */
    /* -webkit-transition: -webkit-transform 0.4s ease; */
    /* transition: -webkit-transform 0.4s ease; */
    /* transition: transform 0.4s ease; */
    /* -webkit-transform: scale(0, 1); */
    /*-ms-transform: scale(0, 1);*/
    /* transform: scale(0, 1); */
    /* -webkit-transform-origin: right center; */
    /*-ms-transform-origin: right center;*/
    /* transform-origin: right center;*/
}

/*.info-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
}*/

.info-box .name {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
} 

.info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
    text-decoration: underline;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.inner-box:hover .info-box .name,
.inner-box:hover .info-box .designation {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/*.inner-box:hover .info-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
}
.inner-box:hover .info-box .name {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.inner-box:hover .info-box .designation {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}*/


#header_bottom .heading_content h1.page_heading {
    font-size: 51px;
    line-height: 60px;
    font-weight: 600;
    margin: 20px 0px;
}

#header_bottom .heading_content h1.page_heading span {
    color: #00fefb;
}

#home_packages .container {
    position: relative;
    z-index: 1;
}

#whyChoose_section .whyChoose_img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#whyChoose_section .whyChoose_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#whyChoose_section ul.whyChoose_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#whyChoose_section ul.whyChoose_list li {
    font-size: 20px;
    display: table;
}

#whyChoose_section ul.whyChoose_list li + li {
    margin-top: 30px;
}

#whyChoose_section ul.whyChoose_list li i.fa {
    color: #ffffff;
    width: 50px;
    height: 50px;
    border: 2px solid #e40178;
    background-color: #e40178;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
    display: table-cell;
}

#whyChoose_section ul.whyChoose_list li span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

#rent_section {
    background-image: url('../images/new/rent_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

#rent_section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(247,0,104);
    background: -moz-linear-gradient(to left, #000000 0%, #e40178 100%);
    background: -webkit-linear-gradient(to left, #000000 0%, #e40178 100%);
    background: linear-gradient(to left, #000000 0%, #e40178 100%);
    z-index: 0;
    opacity: 0.8;
}

#rent_section .container {
    position: relative;
    z-index: 1;
}

#rent_section .heading_one {
    color: #ffffff;
}

.testimonial2 h5 {
   line-height: 22px;
    font-size: 20px;
    font-weight: 600;
    color: #e40178;
}

.testimonial2 p {
    font-size: 18px;
}

.testimonial2 .font-weight-medium {
  font-weight: 500;
}

.testimonial2 .bg-light {
  background-color: #f4f8fa !important;
}

.testimonial2 .subtitle {
  color: #8d97ad;
    font-size: 14px;
}

.testimonial2 .testi2 .image-thumb {
    background: url(../images/new/greadint-bg.png) no-repeat top center;
    padding: 50px 0;
    background-size: contain;
}

.testimonial2 .testi2 .image-thumb img {
  width: 280px;
}

.testimonial2 .testi2 .owl-dots {
  display: inline-block;
  position: relative;
  /*top: -100px;*/
}

.testimonial2 .testi2 .owl-dots .owl-dot {
  border-radius: 100%;
  width: 70px;
  height: 70px;
  background-size: cover;
  margin-right: 10px;
  opacity: 0.4;
  cursor: pointer;
}

.testimonial2 .testi2 .owl-dots .owl-dot span {
  display: none;
}

.testimonial2 .testi2 .owl-dots .owl-dot.active,
.testimonial2 .testi2 .owl-dots .owl-dot:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .testimonial2 .testi2 .owl-dots {
    top: 0px;
  }
}

.testimonial2 .btn-md {
    padding: 14px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.testimonial2 .btn-danger {
    background: #ff4d7e !important;
    border: 1px solid #ff4d7e !important;
}

#team_section {
    background-color: #ffffff;
    padding: 80px 0px;
    position: relative;
    font-size: 14px;
    line-height: 30px;
}

#footer {
    background-color: #222222;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

#footer iframe {
    border-radius: 5px;
    background-color: #fff;
    padding: 1px !important;
}

#footer a {
    color: #ffffff;
}

#footer .footer_top {
    padding: 80px 0px 50px;
    position: relative;
    overflow: hidden;
}

.footer_top:before {
    content: "";
    width: 90%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 5%;
    background-image: url(../images/new/worldMap.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_top:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.9;
}

#footer .footer_top .container {
    position: relative;
    z-index: 1;
}

#footer .footer_top .footerHeading {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#footer .footer_top .footerHeading:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-color: #e40178;
}

#footer .footer_top  .heading_subscribe {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

#footer .footer_top .newsletter_form {
    margin: 20px 0px 0px;
}

#footer .footer_top .newsletter_form .btn_one {
    height: 46px;
    padding: 5px 55px 5px 25px;
    border: 2px solid #e40178;
}

#footer .footer_top .newsletter_form .btn_one i {
    top: 3px;
    right: 3px;
    width: 36px !important;
    height: 36px !important;
}

#footer .footer_top .newsletter_form .input-group {
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #666;
}

#footer .footer_top .newsletter_form .input-group input.form-control {
    border: 0px !important;
    padding: 10px 10px 10px 30px;
}

#footer .footer_top .newsletter_form .input-group .input-group-append .input-group-text {
    background: white !important;
    border: 0px !important;
    padding: 3px;
}

#footer .footer_top .f_category {
    font-size: 15px;
    text-align: left;
}

#footer .footer_top .f_category,
#footer .footer_top .f_category a {
    color: #929292;
}

#footer .footer_top .f_category strong.f_category_heading {
    color: #e40178;
    border-left: 3px solid #fff;
    background-color: rgb(255 255 255 / 25%);
    padding: 0px 10px;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    border-radius: 0px 3px 3px 0px;
}

#footer .footer_bottom {
    /*background: linear-gradient(180deg,#852bff 10%,#0534af);*/
    background-color: #e40178;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 0px;
    color: #fff;
}

#footer ul.f_menu,
#footer ul.social_links {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

#footer .footer_bottom ul.f_menu li, #footer ul.social_links li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

#footer .footer_bottom .poweredBy {
    font-size: 14px;
    margin: 0px;
    font-weight: 300;
}


#footer .footer_bottom .poweredBy span {
    font-weight: 500;
}

/* ---------------------------------------------------
    SIDEBAR
----------------------------------------------------- */

.sidebar_left {
    border: 1px solid #e40178;
    padding: 5px;
    border-radius: 5px;
}

.sidebar .sidebar_heading {
    background-color: #333;
    /*background-color: #e40178;*/
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 3px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sidebar ul.filter_list,
.sidebar ul.inner_list {
    padding: 10px;
    list-style: none;
    margin: 0px 0px 0px 10px;
    position: relative;
}

.sidebar ul.filter_list li + li,
.sidebar ul.inner_list li + li {
    margin-top: 5px;
}

.sidebar ul.filter_list li strong {
    display: block;
    color: #d00171;
    /*margin-bottom: 5px;*/
}

.sidebar_left .icon-indent2 strong {
    padding: 5px 5px;
    color: #e40178;
    font-weight: 600;
}

/* ---------------------------------------------------
    RENTAL PAGE
----------------------------------------------------- */

.rental_box,
.tour_box {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 50%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.rental_box,
.tour_box {
    box-shadow: none;
    padding: 10px;
}

.rental_box:hover,
.tour_box:hover {
    transform: scale(1.05);
}

.rental_box .img_container,
.tour_box .img_container {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

/*.rental_box .img_container {
    height: 200px;
}*/

.rental_box .img_container img,
.tour_box .img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius:3px;
}

.rental_box .img_container img {
    /*object-fit: contain;*/
}

.tour_box .txt_content {
    position: relative;
    padding: 25px 10px 10px;
}

.rental_box .txt_content {
    position: relative;
    padding: 10px 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tour_box .txt_content .price_div {
    display: inline-block;
    background-color: #e40178;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.tour_box .txt_content .tour_title {
    font-size: 18px;
    font-weight: 600;
}

.rental_box .txt_content ul.vehicle-desc-list,
.tour_box .txt_content ul.vehicle-desc-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
    font-size: 90%;
    font-weight: 500;
    margin-bottom: 15px;
}

.rental_box .txt_content ul.vehicle-desc-list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /*max-width: calc(100% - 115px);*/
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 0px;
}

.rental_box .txt_content ul.vehicle-desc-list li h5 {
    font-size: 1.1rem;
}

.rental_box .txt_content ul.vehicle-desc-list li + li,
.tour_box .txt_content ul.vehicle-desc-list li + li {
    margin-top: 5px;
}

.tour_box .txt_content ul.vehicle-desc-list li strong {
    color: #e40178;
}

.rental_box .txt_content ul.vehicle-desc-list li strong {
    font-weight: 600;
}

.rental_box .txt_content ul.vehicle-desc-list li strong span.old-price {
    text-decoration: line-through;
}

.rental_box .txt_content ul.vehicle-desc-list li strong span.spprice {
    color: #f00909;
}

.tour_box .txt_content .bottom_btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.rental_box .txt_content .reserve_div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 110px;
    position: relative;
    width: 100%;
    min-height: 1px;
    /*margin-left: 5px;*/
    margin-top: 10px;
    align-self: center;
}

.tour_box .txt_content .bottom_btn .quick_btn {
    background-color: #888;
    color: #fff;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100px;
    position: relative;
    width: 100%;
    min-height: 1px;
    border-radius: 3px;
    padding: 2px 5px;    
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}   

.rental_box .txt_content .quick_btn {
    background-color: #888;
    color: #fff;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 10px 2px;
}

.tour_box .txt_content .bottom_btn .quick_btn {
    max-width: 100%;
}

.rental_box .txt_content .quick_btn:hover,
.tour_box .txt_content .bottom_btn .quick_btn:hover {
    background-color: #000;
}

.box-form-1 {
    border: 1px solid #efefef;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.10);
}

.box-form-header {
    border: 0px;
    box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
    border-radius: 5px 5px 0px 0px !important;
    overflow: hidden;
    padding: 30px;
}

.box-form-body {
    padding: 25px 30px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.box-form-1 input, .box-form-1 textarea {
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    padding: 5px 15px;
    line-height: 28px;
}

.box-form-1 .btn_create.btn_one {
    padding: 10px 20px !important;
    background: linear-gradient(45deg,#852bff 0,#0534af) !important;
    width: 200px;
}

.box-simple {
    border: 1px solid #efefef;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 0px 30px rgba(0, 0, 0, 0.10);
}

.party_box {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 5px 30px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #c3c3c3;
}

.party_box:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.party_box img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 40%;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1px;
    align-self: center;
    border-radius: 3px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 50%);
}

.party_box .party_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 60%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 20px;
    align-self: center;
}

.party_box .party_content h4 {
    border-left: 4px solid #e40178;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #545454;
    margin-bottom: 15px;
}

.party_box .party_content p {
    margin: 0px;
}

#contact_section .h3 {
    margin-bottom: 25px;
}

ul.contact_address {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.contact_address li {
    display: block;
    margin-bottom: 10px;
}

ul.contact_address li i.fa {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    background: linear-gradient(90deg, #832bfe 0, #0534b0);
    background-color: #7F00FF;
    vertical-align: text-top;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-right: 10px;
}

ul.contact_address li span {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: text-top;
}

/* ---------------------------------------------------
    TESTIMONIALS PAGE
----------------------------------------------------- */


ol.comments-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 26px;
}

li.comment {
    position: relative;
    margin-top: 10px;
}

li.comment .comment-author-avatar {
    float: left;
    border: 3px solid #eaeaea;
    position: relative;
    overflow: hidden;
    width: 75px;
    height: 75px;
    display: block;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}   

.comment-author-avatar > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.comment-container {
    padding-bottom: 40px;
    margin-left: 90px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #bdbdbd;
}

.comment-container h5.comment-author-name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e40178;
    position: relative;
}

.comment-container .comment-content p {
    margin-bottom: 0px;
}

.comment-container h5.comment-author-name span.post-on {
    padding-left: 6px;
    color: #868686;
    font-size: 12px !important;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}

.heading_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.header-divider:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 30px;
    height: 4px;
    background: #e40178;
}

.postComment_form .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    min-height: 46px;
    padding: 10px 20px;
    color: #000;
    border: 0;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.postComment_form button.btn.btn_submit {
    width: 100%;
    height: 44px;
    display: block;
    background-color: #000;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.postComment_form button.btn.btn_submit:hover {
    background-color: #e40178;
}

/* ---------------------------------------------------
    Featured-box  ( only contents )
----------------------------------------------------- */

.featured-box { position: relative;}
.featured-box.top-icon .featured-content{ padding-top: 16px; }
.featured-title h5{ font-size: 24px; line-height: 30px;}

.featured-box.left-icon{ display: table; }
.featured-box.left-icon .featured-icon:not(.ttm-icon_element-border),
.featured-box.left-icon .featured-icon, 
.featured-box.left-icon .featured-content{display: table-cell;vertical-align: middle; }
.featured-box.left-icon.icon-align-top .featured-icon{vertical-align: top;}
.featured-box.left-icon .featured-content { padding-left: 20px; }


.featured-box.style2{margin-bottom: 40px;}
.featured-box.style2 .ttm-icon.ttm-icon_element-size-md {height: 78px;width: 78px;line-height: 78px;margin: 5px 0 0;}

.ttm-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
    margin-bottom: 25px;
}

.ttm-icon i.fa {
    font-size: 40px;
    color: #dc0176;
}

.ttm-bg {
    position: relative;
    height: 100%;
    z-index: 9;
}

.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/new/formBg-01.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.box-shadow {
    -webkit-box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
}

.contactform label i {
    position: absolute;
    left: 20px;
    top: 14px;
    opacity: .9;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
    color: #fd226a;
}

.contactform .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;

    padding: 10px 10px 10px 35px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.contactform select.form-control {
    height: 45px !important;
}

/* ---------------------------------------------------
    DETAILS PAGE
----------------------------------------------------- */

.myaccordion {
  margin: 50px auto 0px;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}


.card-header h2{
    color:#e40178;
}

.myaccordion .fa-stack {
  font-size: 18px;
  line-height: 2.2em;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #d00171;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

/* ---------------------------------------------------
    COMMON CSS
----------------------------------------------------- */


.btn_one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    height: 52px;
    padding: 10px 65px 10px 30px;
    background-color: #ffffff;
    line-height: 26px;
    color: #e40178;
    border: 2px solid #e40178;
    font-weight: 600;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 500ms ease;
    cursor: pointer;
    z-index: 1;
}

.btn_one i {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 38px !important;
    height: 38px !important;
    /*line-height: 44px !important;*/
    text-align: center;
    background-color: #e40178;
    padding: 10px;
    font-weight: 300;
    color: #ffffff;
    border-radius: 50%;
    transition: all 900ms ease;
}

.btn_one:hover {
    background-color: #e40178;
    color: #ffffff;
}

.btn_one:hover i {
    background-color: #ffffff;
    color: #e40178;
}


.btn_reverse {
    background-color: #e40178;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn_reverse i {
    background-color: #ffffff;
    color: #e40178;
}

.btn_reverse:hover {
    background-color: #ffffff;
    color: #e40178;
}

.btn_reverse:hover i {
    background-color: #e40178;
    color: #ffffff;
}

.btn_deposit {
    background-color: #01fafb;
    border-color: #01fafb!important;
    color: #1533b9!important;
    width: calc(100% - 20px);
    margin-left: 10px;
    text-align: left!important;
    padding-left: 13px!important;
    font-size: 14px!important;
    border-radius: 50px!important;
    font-weight: 700;
}

.btn_deposit .fa-plus {
    margin-right: 10px;
    font-size: 10px!important;
}

.btn_botHistory {
    background-color: #fff!important;
    font-size: 14px!important;
    border: 1px solid #17047f!important;
    color: #17047f!important;
    position: relative;
    padding: 5px 10px!important;
    width: 110px;
    display: block;
    white-space: break-spaces;
    font-weight: 500;
}

.btn-botClone {
    border: 1px solid #26e59c!important;
    color: #ffffff!important;
    background-color: #28d1d8!important;
    background: linear-gradient(315deg, #28d1d8, #2b33e8);
}

.btn_botHistory .fa-history,
.btn_botHistory .fa-copy {
    margin-right: 5px;
}

.heading_one {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700;
    margin: 0px 0px 20px;
}

.testimonial_card .card-header {
    background-color: transparent;
    padding: 0px 0px 20px;
    margin: 0px 0px 40px;
    border-bottom-color: #000;
    border-radius: 0px;
}
.testimonial_card .card-header h2 {
    color: #E40178;
    font-size: 28px;
}

.testimonial-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #BDBDBD;
}
.testimonial-box iframe {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}
.testimonial-box p {
    width: calc(100% - 165px);
    display: inline-block;
    padding-left: 15px;
}

.heading_three {
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: 600;
    border-left: 8px solid #e40178;
    padding: 5px 5px 5px 25px;
}

/*
.heading_three:before,
.heading_three:after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #e40178;
    position: absolute;
    left: 4px;
    top: 0px;
}*/

/*.heading_three {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
    /* border-left: 8px solid #e40178; already commented */ 
/*    padding: 0;*/
/*    background: linear-gradient(to left, #ffffff 0%, #dc0176 70%);*/
    /* color: #e40178; already commented*/
/*}*/

.heading_three span {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-right: 8px solid #ffffff;
    background-color: #fff;
}

.heading_three span:before,
.heading_three span:after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    right: -18px;
    top: 0px;
}

.heading_three span:after {
    right: -26px;
    width: 3px;
}

.heading_four {
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
}

.themeColor {
    color: #e40178;
}

.width230 {
    width: 150px;
}

.padding_tb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.margin_b80 {
    margin-bottom: 80px;
}

.form-control:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

a.sidebar-img-link {
    width: 100%;
    display: block;
    margin: 10px 20px;
    /* text-align: center; */
}

@keyframes banner {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(20deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
    
@-webkit-keyframes banner {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(20deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@-moz-keyframes banner {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(20deg)
    }
    100% {
        transform: rotate(0deg)
    }
}



.vehicleDetail_card {
    margin-bottom: 30px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 25%);
}

.vehicleDetail_card .card-header {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.vehicleDetail_card .card-header .card-title {
    background-color: #e40178;
    color: #fff;
    margin: 0px;
    padding: 10px 15px;
    font-size: 22px;
    text-transform: capitalize;
}

.vehicleDetail_card .card-body ul.features-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.vehicleDetail_card .card-body ul.features-list li {
    position: relative;
    padding-left: 30px;
}

.vehicleDetail_card .card-body ul.features-list li:before {
    content: "\f0a4";
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    color: #e40178;
    font-size: 18px;
}

.quote_form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quote_form .icon-indent2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    align-self: center;
}

.quote_form .icon-indent2:first-child {
    max-width: 200px;
}

.quote_form .icon-indent2:nth-child(2) {
    max-width: calc(100% - 200px);
    padding: 10px;
}

.quote_form .icon-indent2:first-child img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.quote_form .icon-indent2 h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

.quote_form .icon-indent2 a.back_btn {
    font-size: 14px;
    display: block;
    text-decoration: underline;
    margin-top: 10px;
}




/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199.98px) {


    #whyChoose_section .whyChoose_img {
        width: 310px;
        height: 310px;
    }

    #whyChoose_section ul.whyChoose_list li {
        font-size: 18px;
    }

}

@media (min-width: 992px) {

    header.navbar_fixed .header_main a.navbar-brand span {
        width: 120px;
        height: 80px;
        line-height: 100px;
        padding: 12px;
    }

}

@media (max-width: 991.98px) {   

    .header_area a.navbar-brand span {
        width: 120px;
        height: 80px;
        padding: 12px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    } 

    .navbar-toggler {
        padding: 5px 8px;
        background-color: rgba(255, 255, 255, 0);
        border: 2px solid #e40178;
    }

    .navbar-toggler span.navbar-icon {
        width: 25px;
        height: 2px;
        display: block;
        padding: 1px;
        margin: 5px 0px;
        background-color: #e40178;
    }

    .header_area .header_main {
        padding: 10px 10px;
    }

    #navbarSupportedContent {
        background-color: #ffffff;
        padding: 10px 10px;
        top: calc(100% + 10px);
        left: 0px;
        position: absolute;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
        border-radius: 0px 0px 5px 5px;
    }

    .header_area #navbarSupportedContent .navbar-nav a.nav-link {
        color: #333333 !important;
        padding: 10px !important;
    }

    .header_area .navbar-nav a.nav-link:before {
        display: none;
    }

    .navbar-expand-lg .language_link .dropdown-menu {
        position: absolute;
        left: auto;
        right: 0px;
        min-width: auto !important;
        padding: 0px !important;
        background-color: #ffffff;
        border: 0px;
    }

    .language_link .dropdown-menu a {
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        background-color: transparent;
        line-height: 35px;
        padding: 0px !important;
        border-radius: 5px;
        padding: 34px;
    }

    #header_bottom {
        min-height: 220px;
        padding: 108px 0px 40px;
    }

    .party_box img,
    .party_box .party_content {
        max-width: 100%;
    }

    .party_box .party_content {
        padding: 30px 20px 0px;
    }

    .party_box .party_content h4 {
        font-size: 18px;
    }

    .ttm-bg {
        height: auto;
    }

}

@media (min-width: 768px) {


    #whyChoose_section ul.right_icon li {
        direction: rtl;
        text-align: right !important;
        width: 100%;
    }

    #whyChoose_section ul.right_icon li span {
        padding-left: 0px;
        padding-right: 10px;
    }


    #team_section .row .teamBox {
        padding: 5px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    #home_silder .carousel .carousel-item .carousel-caption h1 {
        font-size: 2em;
    }

    #home_silder .carousel .carousel-item .carousel-caption h5 {
        font-size: 1.2em;
    }

    /*#home_silder .slide_content h1.slide_title,*/
    #header_bottom .heading_content h1.page_heading,
    .heading_one {
        font-size: 32px;
        line-height: 32px;
    }

    #howItWork_section .icon_box .icon_image {
        width: 110px;
        height: 110px;
        line-height: 70px;
        padding: 20px;
    }

    /*#home_silder .slide_content h6,*/
    #about_agency .about_content h6,
    /*#home_silder .slide_content h5,*/
    #about_agency .about_content h5,
    #howItWork_section .icon_box h4 {
        font-size: 18px;
    }

    #howItWork_section,
    #about_agency,
    #donate_section,
    #currencyConvertor_section,
    #mobile_section,
    #team_section {
        padding: 70px 0px;
        font-size: 16px;
    }

    #whyChoose_section .whyChoose_img {
        width: 240px;
        height: 240px;
    }

    #whyChoose_section ul.whyChoose_list li {
        font-size: 16px;
    }

    .mobileImg {
        margin-top: -90px;
    }

    #team_section .row .teamBox:nth-child(even) {
        margin-top: 120px;
    }

    #team_section .teamBox .teamCard .card-body {
        padding: 10px;
    }

    #team_section .teamBox .teamCard .card-body .card-title {
        font-size: 16px;
        line-height: 16px;
    }

    #team_section .teamBox .teamCard .card-body .card-text {
        font-size: 12px;
    }

    #team_section .teamBox .teamCard .card-body ul.social_links {
        margin: 5px 0px 0px;
    }

    #footer .footer_top {
        padding: 60px 0px;
    }

    #footer .footer_bottom ul.social_links li {
        width: 36px;
        margin: 0px 2px;
    }

    .margin_b80 {
        margin-bottom: 60px;
    }

    .btn_one {
        font-size: 16px;
        height: 48px;
        padding: 10px 60px 10px 25px;
    }

    .btn_one i {
        top: 6px;
        right: 7px;
        width: 36px !important;
        height: 36px !important;
    }

}


@media (max-width: 767.98px) {

    body, p, ul, ul li {
        font-size: 14px;
    }

    .width230 {
        width: auto;
    }

    .header_area a.navbar-brand span {
        width: 120px;
        height: 80px;
        padding: 12px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

    #sub_header h1.sub_heading {
        padding: 4rem 0;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    #sub_header h1.sub_heading:after {
        margin-top: 35px;
    }

    #home_silder .carousel .carousel-item {
        height: 400px;
    }

    #home_silder .carousel .carousel-item img.d-block {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #home_silder .carousel .carousel-item .carousel-caption h1 {
        font-size: 1.6rem;
        margin-bottom: 10px !important;
    }

    #home_silder .carousel .carousel-item .carousel-caption h5 {
        font-size: 1rem;
    }

    #covid_section .covid_column {
        padding: 15px;
        margin: 50px 0px 10px;
        font-size: 14px;
    }

    #covid_section .covid_column h1 {
        font-size: 1.3rem;
    }

    #about_agency .about_content,
    #about_section,
    #header_bottom .heading_content,
    #home_packages,
    #counter_section,
    #rent_section {
        padding: 50px 0px;
    }

    #about_section .inner-column,
    #about_section .image-box {
        padding: 0;
    }

    #about_section .image {
        padding: 20px 0px;
    }

    #about_section .image:before {
        right: 0%;
        top: 0%;
        height: 100%;
        width: 100%;
    }

    #about_section .image-box img {
        width: 80%;
        margin: 0 auto;
    }

    .anim-icons .icon-circle-blue {
        width: 200px;
        height: 200px;
        right: -100px;
        bottom: -100px;
    }

    .anim-icons .icon-dots,
    .wave {
        display: none;
    }

    .home_img {
        width: 80%;
    }

    /*#home_silder .slide_content h1.slide_title,*/
    #header_bottom .heading_content h1.page_heading,
    .heading_one {
        font-size: 32px;
        line-height: 32px;
        display: inline-block;
    }

    #whyChoose_section ul.whyChoose_list li {
        font-size: 16px;
    }

    .margin_b80 {
        margin-bottom: 40px;
    }

    /*#home_silder .slide_content h6,*/
    #about_agency .about_content h6,
    /*#home_silder .slide_content h5,*/
    #about_agency .about_content h5 {
        font-size: 18px;
    }

    #howItWork_section,
    #about_agency,
    #donate_section,
    #currencyConvertor_section,
    #mobile_section,
    #team_section {
        padding: 50px 0px;
        font-size: 16px;
    }

    #donate_section .currency_icons .card img {
        width: 60px;
        height: 60px;
    }

    #currencyConvertor_section {
        padding-bottom: 90px;
    }

    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form .input_one {
        height: 40px;
        width: 40px;
        font-size: 18px;
        padding: 5px;
    }

    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form h1 {
        font-size: 32px;
        line-height: 32px;
        margin: 0px 10px;
    }

    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form .input_two,
    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form .input_three {
        height: 40px;
        width: 100px;
        margin-right: 10px;
        font-size: 18px;
    }

    .mobileImg {
        margin-top: -90px;
    }

    #team_section .row .teamBox:nth-child(even) {
        margin-top: 180px;
    }

    #team_section .teamBox .teamCard .card-body {
        padding: 10px;
    }

    #team_section .teamBox .teamCard .card-body .card-title {
        font-size: 16px;
        line-height: 16px;
    }

    #team_section .teamBox .teamCard .card-body .card-text {
        font-size: 12px;
    }

    #team_section .teamBox .teamCard .card-body ul.social_links {
        margin: 5px 0px 0px;
    }

    #footer .footer_top {
        padding: 60px 0px;
    }

    #footer .footer_bottom ul.social_links li {
        width: 36px;
        margin: 0px 2px;
    }

    .loginPage #login_section {
        padding: 80px 0px;
    }

    .margin_b80 {
        margin-bottom: 40px;
    }

    .btn_one {
        font-size: 16px;
        height: 48px;
        padding: 8px 55px 8px 25px;
    }

    .btn_one i {
        top: 4px;
        right: 4px;
        width: 36px !important;
        height: 36px !important;
    }

}

@media (max-width: 575px) {

    .header_area {
        /*padding: 10px;*/
    }

    .header_area a.navbar-brand span {
        width: 90px;
        height: 65px;
        padding: 10px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .header_area nav.navbar {
        padding: .5rem 0.5rem;
    }

    li.nav-item.getToken {
        margin-right: 20px;
    }

    li.nav-item.getToken:after {
        height: 36px;
        right: -15px;
    }

    .header_area .top_links label {
        display: none;
    }

    .home_img {
        width: 100%;
    }

    #whyChoose_section .whyChoose_img {
        width: 290px;
        height: 290px;
    }

    #header_bottom .heading_content h1.page_heading,
    .heading_one {
        font-size: 24px;
        margin-bottom: 15px !important;
    }

    #howItWork_section, #about_agency,
    #donate_section,
    #currencyConvertor_section,
    #mobile_section,
    #team_section {
        padding: 40px 0px;
        font-size: 15px;
    }

    #currencyConvertor_section {
        padding-bottom: 90px;
    }

    /*#home_silder .slide_content h6,*/
    #about_agency .about_content h6,
    /*#home_silder .slide_content h5,*/
    #about_agency .about_content h5 {
        font-size: 14px;
    }

    /*#home_silder .slide_content h6 > span,*/
    #about_agency .about_content h6 > span {
        width: 30px;
    }

    #howItWork_section .col_five [class*="col-"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-toggler {
        padding: 3px 5px;
    }
    .navbar-toggler span.navbar-icon {
        width: 20px;
        height: 1.5px;
        margin: 3.5px 0px;
    }

    #team_section .row .teamBox:nth-child(even) {
        margin-top: 0px;
    }

    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form .input_one {
        height: 35px;
        width: 40px;
        font-size: 14px;
        padding: 3px;
        font-weight: 500;
    }

    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 0px 5px;
    }

    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form .input_two,
    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form .input_three {
        height: 35px;
        width: 100px;
        padding: 3px;
        margin-right: 3px;
        font-size: 14px;
        font-weight: 500;
    }

    #currencyConvertor_section .currencyConvertor_content .currencyConvertor_form .input_three {
        width: 72px;
        margin-right: 0px;
    }

    #footer .footer_top {
        padding: 40px 0px;
    }

    #footer .footer_top .footerLogo {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    #footer .footer_top h1.heading_one {
        margin-bottom: 16px !important;
        font-size: 21px !important;
    }

    #footer .footer_top .newsletter_form {
        margin: 20px 0px 0px;
    }

    #footer .footer_top .newsletter_form .input-group input.form-control {
        padding: 10px 10px 10px 20px;
    }

    #footer .footer_top .newsletter_form .input-group .input-group-append .input-group-text {
        padding: 3px;
    }

    #footer .footer_top .newsletter_form .input-group .input-group-append .input-group-text .btn_one {
        line-height: 26px;
        padding: 7px 45px 7px 15px;
    }

    #footer .footer_top .newsletter_form .input-group .input-group-append .input-group-text .btn_one i {
        top: 5px;
        right: 5px;
        width: 30px !important;
        height: 30px !important;
        padding: 8px;
    }

    .loginPage #login_section .card {
        padding: 25px;
    }

    .loginPage #login_section .card .form-group {
        margin-bottom: 20px;
    }

    .loginPage #login_section .card .form-control {
        padding: 6px 20px;
        line-height: 24px;
    }

    .loginPage #login_section .card .form-check,
    .loginPage #login_section .card .form-row .form-text {
        text-align: left;
    }

    .loginPage #login_section .card .btn_one {
        margin: 20px 0px;
    }

    .btn_one {
        font-size: 14px;
        height: 44px;
        padding: 7px 50px 7px 20px;
    }

    .btn_one i {
        top: 6px;
        right: 7px;
        width: 32px !important;
        height: 32px !important;
        padding: 9px;
    }

}