body {
    padding: 150px 0 0 0;
    margin: 0;
    background: #fff;
    font-family: "Tahoma" !important;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #303030;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #008cd2;
    outline: none;
}
/*-- Nav --*/
#mainNav {
    box-shadow: none;
    background-color: #fff;
}
.paddLhRh0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#mainNav.navbar-shrink {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#mainNav.navbar-shrink .navbar-brand img {
    height: 45px;
    width: auto;
}
/*--Top Social links--*/
.socialTopBar {
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0%, rgba(0, 140, 210, 1)),
        color-stop(65%, rgba(0, 140, 210, 1)),
        color-stop(65%, rgba(176, 202, 5, 1)),
        color-stop(100%, rgba(176, 202, 5, 1))
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(0, 140, 210, 1) 0%,
        rgba(0, 140, 210, 1) 65%,
        rgba(176, 202, 5, 1) 65%,
        rgba(176, 202, 5, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(0, 140, 210, 1) 0%,
        rgba(0, 140, 210, 1) 65%,
        rgba(176, 202, 5, 1) 65%,
        rgba(176, 202, 5, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(0, 140, 210, 1) 0%,
        rgba(0, 140, 210, 1) 65%,
        rgba(176, 202, 5, 1) 65%,
        rgba(176, 202, 5, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(0, 140, 210, 1) 0%,
        rgba(0, 140, 210, 1) 65%,
        rgba(176, 202, 5, 1) 65%,
        rgba(176, 202, 5, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cd2', endColorstr='#b0ca05', GradientType=1 );

    padding: 10px 5px 10px 5px;
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.socialTopBar a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 10px;
}
.socialTopBar a span {
    margin-top: 12px;
    margin-right: 15px;
    font-weight: 300;
}
.socialTopBar a:hover {
    color: rgba(176, 202, 5, 1);
    text-decoration: none;
}
.socialTopBar svg {
    display: inline-block;
    text-align: center;
    height: 16px;
    width: 17px;
    margin: 5px 5px 0 5px;
    padding: 0 5px;
    transition: all 0.5s;
}
.socialTopBar .socialLink {
    display: block;
    text-align: right;
}
.socialTopBar .socialLink a svg {
    height: 17px;
    width: 15px;
    padding: 0 2px;
    transition: all 0.5s;
}
.socialTopBar a:hover svg {
    color: rgba(176, 202, 5, 1) !important;
    text-decoration: none;
}
.socialTopBar .socialLink a:hover svg {
    color: #008cd2 !important;
    text-decoration: none;
}
/*-- Blue Sect --*/
.blueSect {
    background: #008cd2;
    padding: 40px 0;
    text-align: left;
    color: #fff;
}
.blueSect h2 {
    font-size: 40px;
    font-family: "Times";
    font-weight: bold;
    padding: 0;
    margin: 0 0 25px 0;
}
.blueSect h2 span {
    font-size: 30px;
}
.blueSect p {
    font-size: 25px;
    font-family: "Times";
    font-weight: bold;
}
section {
    padding: 35px 0;
}
/*-- Left Sect --*/
.infoColTop {
    border: 1px solid #e4e6e8;
    border-radius: 8px;
    margin: 0 0 25px 0;
    padding: 15px 15px 10px 15px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.infoColTop table {
    border: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.infoColTop table td {
    vertical-align: top !important;
}
.accordion-item {
    margin: 0 0 30px 0;
    font-family: "Tahoma";
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}
.accordion-button::after {
    height: 12px;
    width: 15px;
    background-size: 15px;
    background-image: url(../images/arrow.png);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow2.png);
}
.accordion-button {
    border-radius: 10px !important;
    color: #a5a5a5;
    font-size: 25px;
    font-weight: bold;
    font-family: "Tahoma" !important;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
}
.accordion-item,
.accordion-item:not(:first-of-type) {
    border: 1px solid #b9b8b8;
    border-radius: 10px !important;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 10px !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #008cd2;
    background: #fff;
    font-size: 25px;
    font-weight: bold;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: "Tahoma" !important;
}
.accordion-body {
    padding-top: 0;
}
.borderBig {
    border: 10px solid #b8dff2;
}
.middAccordion .accordion-button {
    background: #f5f5f5;
    font-size: 16px;
    color: #303030;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-radius: 10px 10px 0 0 !important;
}
.middAccordion .accordion-button span {
    color: #fff;
    display: inline-block;
    background: #008cd2;
    padding: 5px 15px;
    font-weight: normal;
    margin: 0 20px 0 0;
    border-radius: 5px;
}
.middAccordion .accordion-item:first-of-type .accordion-button {
    border-radius: 10px 10px 0 0 !important;
}
.middAccordion .accordion-item,
.middAccordion .accordion-item:not(:first-of-type) {
    border-radius: 10px 10px 0 0 !important;
}
.middAccordion .accordion-item:last-child {
    margin-bottom: 10px;
}
.middAccordion .accordion-body {
    padding-top: 15px;
}
/*-- Enquiry Sect --*/
.enquirySect {
    background: #fff;
    border: 1px solid #b9b8b8;
    margin-bottom: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.enquirySect h3 {
    color: #fff;
    background: #008cd2;
    border-radius: 7px 7px 0 0;
    padding: 15px 20px;
    margin: 0 0 5px 0;
    font-size: 22px;
    font-family: "Times";
    font-weight: bold;
    text-transform: uppercase;
}
.enquirySect form {
    padding: 15px 20px 35px 20px;
}
.enquirySect ul {
    padding: 5px 20px;
    margin: 0;
    display: block;
}
.enquirySect ul li {
    list-style: none;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 1px solid #d0d0d0;
    font-family: "Tahoma" !important;
}
.enquirySect ul li:last-child {
    border-bottom: none;
}
.enquirySect ul li a {
    color: #666666;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    font-size: 15px;
    text-align: left;
}
.enquirySect ul li a:hover,
.enquirySect ul li a:focus,
.enquirySect ul li a.act {
    color: #008cd2;
    text-decoration: none;
}
.form-control {
    border: 1px solid #b9b8b8;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 25px 0;
    font-size: 14px;
    text-transform: capitalize;
}
.form-control.textLg {
    font-size: 18px !important;
}
.formBtn {
    cursor: pointer;
    border: 1px solid #045fbb;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;

    background: rgba(0, 139, 208, 1);
    background: -moz-linear-gradient(
        top,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(0, 139, 208, 1)),
        color-stop(100%, rgba(1, 104, 155, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bd0', endColorstr='#01689b', GradientType=0 );
}
.formBtn:hover,
.formBtn:focus {
    color: #fff;
    background: rgba(1, 104, 155, 1);
    background: -moz-linear-gradient(
        top,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(1, 104, 155, 1)),
        color-stop(100%, rgba(0, 139, 208, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01689b', endColorstr='#008bd0', GradientType=0 );
}
.formBtn.topbotpadd10 {
    padding: 10px 30px !important;
    font-size: 22px !important;
    text-transform: capitalize !important;
}
.rightAdLink {
    display: block;
    margin-bottom: 30px;
}
.rightAdLink img {
    width: 100%;
}
/*-- Slider Bottom --*/
.sliderBot {
    background: #fff;
}
.swiper-container {
    width: 100%;
    margin: 40px 0;
    padding: 130px 0;
}
.swiper-slide {
    opacity: 0.4;
    overflow: hidden;
    transition: 0.7s;
}
.swiper-slide img {
    width: 100%;
    max-height: 500px;
}
.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.4);
    border: 3px solid #fff;
}
.swiper-slide h3 {
    color: #008cd2;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    font-family: "Tahoma" !important;
    padding: 0;
    margin: 15px 0 5px 0;
    background: #fff;
}
.swiper-slide p {
    display: block;
    text-align: center;
    font-size: 13px;
    background: #fff;
}
/*-- Back to Top --*/
.backtotop {
    position: fixed;
    bottom: 4em;
    right: 0;
    text-decoration: none;
    font-size: 17px;
    padding: 1em 1em;
    display: none;
    /*border-radius:80px;*/
    z-index: 30;
}
.button-backtop {
    background: url(../images/backtotop.png) no-repeat center top;
    color: #000 !important;
    cursor: pointer;
    height: 51px;
    width: 54px;
    display: block;
    /*padding: 10px 13px;*/
    /*border-radius:50px;*/
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
}
.button-backtop:hover {
    color: #fff;
}
/*-- Footer --*/
footer {
    background: url(../images/botshadow.png) repeat-x left top #fff;
    padding: 30px 0;
    color: #454545;
    font-size: 17px;
    font-weight: 400;
}
.copyrightTxt {
    text-align: right;
    padding-top: 10px;
}
.copyrightTxt a {
    color: #008cd2;
}
.copyrightTxt a:hover {
    color: #afca02;
}
.showonTab {
    display: none;
}
/*---Not Found --*/
.notFoundSect {
    background: url(../images/botshadow.png) repeat-x left top #fff;
    padding: 40px 0 100px 0;
    min-height: 700px;
    text-align: center;
}
.notFoundSect h1 {
    font-size: 42px;
    font-weight: bold;
    color: #008cd2;
    margin: 15px 0 15px 0;
}

.notFoundSect h5 {
    margin-bottom: 15px;
}
.notFoundSect p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
}
.btnLg,
a.btnLg {
    background: #008cd2;
    color: #fff;
    font-size: 25px;
    padding: 20px 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    margin: 0 0 10px 0;
}
.btnLg:hover,
a:hover.btnLg {
    text-decoration: none;
    color: #fff;
    background: #afca05;
}
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.form-control.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.was-validated .form-control:invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.form-control:focus,
.form-control.is-invalid:focus,
.was-validated .form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #008cd2 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 140, 210, 0.25) !important;
}
.errorTxt,
.validation-error {
    color: #f05023;
    position: absolute;
    margin: -25px 0 0 0;
    font-size: 14px !important;
}
.breakPoint {
    display: none;
}
/*-- coming soon --*/
.comingSoon {
    background: url(../images/comingsoonbg.jpg) no-repeat left top fixed;
    background-size: cover;
    height: 100%;
    padding-top: 30px !important;
    color: #fff;
}
.topSectCS {
    text-align: right;
    font-size: 17px;
}
.topSectCS a {
    color: #fff;
    text-decoration: none;
    padding: 0;
    margin: 5px 25px;
}
.topSectCS a.margRight0 {
    margin-right: 0;
}
.topSectCS a span {
    margin-left: 5px;
}
.topSectCS a:hover,
.topSectCS a:focus {
    color: #008cd2;
    text-decoration: none;
}
.comingSoon h1 {
    font-size: 90px;
    font-family: "Tahoma";
    font-weight: bold;
    display: block;
}
.comingSoon h5 {
    font-size: 34px;
    font-family: "Tahoma";
    font-weight: 400;
    display: block;
}
.margTop120 {
    margin-top: 120px;
}
.margBot80 {
    margin-bottom: 80px;
}
.comingSoon p {
    font-size: 18px;
    display: block;
    margin-bottom: 70px;
    font-weight: 400;
}
.comingSoon p.margBot30 {
    margin-bottom: 30px !important;
}
.comingSoon p a {
    color: #fff;
    text-decoration: none;
}
.comingSoon p a:hover,
.comingSoon p a:focus {
    color: #008cd2;
    text-decoration: none;
}
.inputLg {
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 20px 200px 20px 15px;
    margin-bottom: 40px;
    color: #868686;
    border: 2px solid #fff;
    font-size: 14px;
    width: 100%;
}
.inputLg:focus {
    border: 2px solid #008cd2;
    box-shadow: none;
    outline: none;
}
.btnLgCS,
a.btnLgCS {
    border: 0;
    border-radius: 5px;
    padding: 14px 35px;
    cursor: pointer;
    color: #fff;
    background: #008cd2;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    float: right;
    margin-top: -98px;
    margin-right: 7px;
}
.btnLgCS:hover,
a:hover.btnLgCS {
    color: #fff;
    background: #afca05;
    text-decoration: none;
}
.socialLinksCS {
    display: block;
    margin: 0 0 50px 0;
}
.socialLinksCS a {
    display: inline-block;
    margin: 0 15px 0 0;
    color: #848484;
    background: #fff;
    font-size: 21px;
    height: 45px;
    width: 45px;
    padding: 6px 0 0 0;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
}
.socialLinksCS a:hover,
.socialLinksCS a:focus {
    color: #fff;
    background: #008cd2;
    text-decoration: none;
    outline: none;
}
.subHeader {
    position: relative;
}
.subHeader h1 {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-family: "Times";
    font-weight: bold;
    font-size: 50px;
    top: 110px;
}
.contactBox {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: -140px;
    min-height: 650px;
    margin-bottom: 50px;
}
h3.headingAlex,
.headingAlex {
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    color: #008cd2;
    font-size: 53px;
    padding: 0;
    margin: 0 0 5px 0;
}
.contactBox h2 {
    font-size: 58px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #000000;
    font-weight: bold;
}
.contactBox h5 {
    font-size: 27px;
    color: #afca02;
    padding: 0;
    margin: 0 0 20px 0;
}
.contactBox h4 {
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.contactBox p {
    font-size: 22px;
    padding: 0;
    margin: 0 0 30px 0;
    color: #535454;
}
.paddTopBot {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.paddLeftcol {
    padding-left: 30px;
}
.paddRightcol {
    padding-right: 40px;
}
.borderRight {
    border-right: 1px solid #b6b6b6;
}
.contactBox table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.contactBox table td {
    border: none;
    border-collapse: collapse;
    padding: 0 0 10px 0;
    text-align: left;
    vertical-align: top;
    font-size: 20px;
    color: #525252;
    line-height: 25px;
}
.contactBox table td strong {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.contactBox table td img {
    margin-bottom: 45px;
    margin-right: 20px;
}
.contactSocialLink {
    display: block;
    text-align: center;
    padding: 0 0 80px 0;
}
.contactSocialLink a svg {
    font-size: 40px;
    padding: 0 5px;
    margin: 5px 20px 5px 0;
    transition: all 0.5s;
    color: #008cd2;
}
.contactSocialLink a:hover svg {
    color: #afca05 !important;
    text-decoration: none;
}
/*-- Grid n List ---*/
#container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: ease-in;
}
#container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#container ul li {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}
#container ul li img {
    border-radius: 10px;
    float: left;
    min-width: 350px;
    max-width: 350px;
}
#container ul.grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-around;
    gap: 0 2em;
}
#container .buttons {
    margin: 10px 0 0 0;
    text-align: right;
    float: right;
}
#container .grid li:hover {
    transition: 0.5s ease;
    border: 1px solid #47acdf;
}
#container .grid li {
    margin: 20px 0 20px 0;
    padding: 0;
    text-align: left;
    position: relative;
}
#container .list li {
    float: left;
    width: 100%;
    margin: 15px 0 15px 0;
    padding: 0;
    text-align: left;
    position: relative;
}
#container .list li:hover {
    border: 1px solid #47acdf;
    transition: 0.5s ease;
}
/*#container .list li button {
  display: none;
}*/
/*#container li:nth-child(odd) {
  background: #ffffff;
}
#container li:nth-child(even) {
  background: #ede5e9;
}*/
.float-left {
    float: left;
    padding-right: 20px;
}
.green-btn {
    background: green;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}
.green-btn:hover {
    background: #e8e8e8;
    color: green;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.square-btn {
    margin: 0 5px;
    padding: 0;
    background: #ffffff;
    color: #444444;
    font-size: 24px;
    border: none;
    cursor: pointer;
}
.square-btn:hover,
.square-btn:focus {
    background: #fff;
    color: #008cd2;
    outline: none;
}
.square-btn:active {
    background: #fff;
    color: #008cd2;
}
.location {
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin: 5px 0;
}
.location i {
    color: #008cd2;
}
.review {
    font-weight: normal;
    font-size: 16px;
    display: block;
}
.review svg {
    color: #ffae01;
}
.review a {
    color: #008cd2;
    text-decoration: none;
    margin-left: 10px;
}
.review a:hover {
    color: #afca02;
    text-decoration: none;
}
.time {
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px;
}
.detailsRight {
    padding: 15px 0 20px 15px;
    float: left;
    width: 62%;
    position: relative;
}
.detailsRight h2 {
    font-size: 25px;
    color: #008cd2;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 22px;
}
.detailsRight h2 a {
    color: #008cd2;
    text-decoration: none;
}
.detailsRight h2 a:hover,
.detailsRight h2 a:focus {
    text-decoration: none;
    color: #afca05;
}
.detailsRight p {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    line-height: 22px;
}
.priceSect {
    text-align: right;
    border-left: 1px solid #dadada;
}
.priceSect table {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
.priceSect table td {
    text-align: right;
    padding: 5px 0;
}
.priceSect table td span {
    border: 1px solid #008cd2;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #008cd2;
    display: inline-block;
}
.price {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    display: block;
}
#container .grid li .detailsRight {
    padding: 15px;
    float: none;
    width: 100%;
}
#container .grid li .detailsRight .col-xl-8,
#container .grid li .detailsRight .col-xl-4 {
    width: 100%;
}
#container .grid li .detailsRight .priceSect {
    text-align: left;
    border-top: 1px solid #dadada;
    border-left: none;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
}
#container .grid li .detailsRight .priceSect table {
    width: auto;
    float: left;
}
#container .grid li .detailsRight .priceSect .btnPriceSect {
    float: right;
}
#container .grid li .detailsRight .priceSect .price {
    margin-top: 0;
    font-size: 22px;
}
#container .grid li .detailsRight .priceSect .btnSmall {
    font-size: 15px;
}
#container .grid li .detailsRight h2 {
    margin: 15px 0 10px 0;
    font-size: 20px;
}
#container .grid li .detailsRight .location {
    font-size: 15px;
}
#container .grid li .likeIcon {
    left: auto;
    right: 5%;
    top: 3%;
}
.sortInput {
    border: none;
    display: inline-block;
    min-width: 120px;
    float: right;
    margin: 20px 10px 0 0;
}
.sortInput:hover,
.sortInput:focus {
    outline: none;
}
#container h3 {
    font-size: 35px;
    color: #000;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.btnSmall,
a.btnSmall {
    background: #008cd2;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px 15px;
}
.btnSmall:hover,
a:hover.btnSmall,
.btnSmall:focus,
a:focus.btnSmall {
    color: #fff;
    background: #afcd05;
    outline: none;
}
.likeIcon {
    background: #fff;
    color: #cac7c7;
    font-size: 16px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    /*left: 32%;*/
    left: 29%;
    top: 5%;
    text-align: center;
    z-index: 1;
    padding: 4px 3px;
}
.pagination {
    margin: 10px 0 10px 0;
}
.page-link {
    padding: 8px 25px;
    border-radius: 5px;
    margin: 0 8px;
    color: #000;
    background: #f3f3f3;
    border-color: #f3f3f3;
    transition: all 0.5s;
}
.page-link:hover {
    z-index: 2;
    background: #afca02;
    color: #fff;
    border-color: #afca02;
}
.page-link.active,
.active > .page-link {
    background: #008cd2;
    color: #fff;
    border-color: #008cd2;
}
.page-link:focus {
    background: #008cd2;
    color: #fff;
    border-color: #008cd2;
    box-shadow: 0 0 0 0.25rem rgba(0, 140, 210, 0.25);
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    font-family: "Tahoma" !important;
    letter-spacing: 0.5px;
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:focus {
    color: #008cd2;
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active,
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #008cd2 !important;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #9a9a9a;
    font-size: 16px;
}
/*-- Home Slider --*/
header .item {
    height: 650px;
    position: relative;
}
header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .item .cover {
    padding: 0 0 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
}
header .item .cover .header-content {
    position: relative;
    padding: 0;
    overflow: hidden;
}
header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}
header .item .cover .header-content h1 {
    font-size: 78px;
    font-weight: normal;
    font-family: "AuxinDemiBold";
    margin: 0 0 50px 0;
    word-spacing: 5px;
    color: #fff;
    line-height: 100px;
    text-shadow: 1px 7px 7px rgba(0, 0, 0, 0.6);
}
header .item .cover .header-content h1 span {
    font-size: 98px;
}
header .item .cover .header-content h4 {
    font-size: 23px;
    font-family: "Tahoma";
    font-weight: normal;
    line-height: 38px;
    color: #000;
    margin: 0 0 30px 0;
}
header .item .cover .header-content p {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Tahoma";
    font-weight: bold;
    color: #043184;
    letter-spacing: 1px;
}
header .item .cover .header-content p a {
    text-decoration: none;
    color: #043184;
    padding: 0;
    margin: 0 10px 10px 0;
}
header .item .cover .header-content p a.whiteLink {
    color: #fff;
    margin: 0 0 10px 10px;
}
header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
header .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
header .owl-nav .owl-prev:focus {
    outline: 0;
}
header .owl-nav .owl-prev:hover {
    background: #000 !important;
}
header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
header .owl-nav .owl-next:focus {
    outline: 0;
}
header .owl-nav .owl-next:hover {
    background: #000 !important;
}
header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
header:hover .owl-next {
    right: 0px;
    opacity: 1;
}
header .item img.sliderTransBg {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: auto;
}
header .owl-item.active img.sliderTransBg.home {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
/*-- Count Sect --*/
.countSect {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-height: 375px;
    margin-top: -64px;
    display: flex;
    padding: 100px 0 80px 0;
    color: #fff;
    background: url(../images/botshadow.png) repeat-x left bottom #fff;
}
.countBox {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
}
.countBox span {
    font-size: 50px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin: 20px 0;
    font-family: "Times";
    font-weight: bold;
    color: #afca05;
}
.countBox label {
    font-size: 23px;
    color: #000;
    font-weight: 400;
    font-family: "Times";
    font-weight: bold;
    text-align: center;
}
/*--- Paragraph Section ---*/
.paragraphSect {
    padding: 65px 0;
    margin: 0;
    position: relative;
    text-align: left;
}
.paragraphSect h3 {
    font-size: 40px;
    color: #afca05;
    font-weight: normal;
    font-family: "Amaze";
    padding: 0;
    margin: 0 0 10px 0;
    /*background: url(../images/headingline.png) no-repeat center 6px;*/
    text-align: center;
    position: relative;
}
.paragraphSect h3 span:before {
    content: url(../images/headingline-left.png);
    position: absolute;
    left: 21%;
    top: 10px;
}
.paragraphSect h3 span:after {
    content: url(../images/headingline-right.png);
    position: absolute;
    right: 21%;
    top: 10px;
}
.paragraphSect h3 span {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
}
.paragraphSect h2 {
    font-size: 60px;
    font-family: "Times";
    font-weight: bold;
    color: #000;
    display: block;
    padding: 0;
    margin: 0 0 60px 0;
}
.paragraphSect p {
    font-size: 20px;
    line-height: 30px;
    color: #5e5e5e;
    font-family: "Tahoma";
    font-weight: normal;
    margin: 0 0 30px 0;
}
.tblList {
    width: 100%;
    border: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.tblList td {
    text-align: left;
    vertical-align: top;
    border: none;
    padding: 5px 0;
}
.tblList td.imgList {
    width: 103px;
}
.tblList td h4 {
    font-size: 30px;
    font-family: "Times";
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
}
.tblList td h4.TextUppercase {
    text-transform: uppercase !important;
}
.tblList td p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}
.tblList.blackText td h4,
.tblList.blackText td p {
    color: #000 !important;
}
.tblList.blackText td p {
    margin-bottom: 40px !important;
}
.imgPushDown {
    margin-top: 170px;
}
.imgPushDownAbout {
    margin-top: 100px;
}
.paragraphSect.blueBg {
    background: #f2fbff;
}
.paragraphSect.blueBg h3 span {
    background: #f2fbff;
}
.paragraphSect.fullSect h3 span:before {
    left: 28%;
    top: 10px;
}
.paragraphSect.fullSect h3 span:after {
    right: 28%;
    top: 10px;
}
.travelType,
a.travelType {
    border: 1px solid #008cd2;
    border-radius: 5px;
    display: block;
    background: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    min-height: 290px;
}
.travelType:hover,
a:hover.travelType,
.travelType:focus,
a:focus.travelType {
    border: 1px solid #008cd2;
    background: #008cd2;
    color: #fff;
}
.travelType img,
a.travelType img {
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
}
.travelType h5,
a.travelType h5 {
    font-size: 22px;
    font-family: "Times";
    font-weight: bold;
    padding: 0;
    margin: 0 10px 10px 10px;
    text-transform: capitalize;
}
.travelType p,
a.travelType p {
    padding: 0;
    margin: 0 10px 20px 10px;
    font-size: 18px;
    line-height: 25px;
}
.travelType:hover h5,
a:hover.travelType h5,
.travelType:focus h5,
a:focus.travelType h5,
.travelType:hover p,
a:hover.travelType p,
.travelType:focus p,
a:focus.travelType p {
    color: #fff !important;
}
#thumbSlide .owl-nav {
    position: absolute !important;
    right: 0;
    top: -125px;
}
#thumbSlide .owl-nav button.owl-next,
#thumbSlide .owl-nav button.owl-prev {
    background: #d8d8d8;
    color: #000;
    height: 48px;
    width: 48px;
    border-radius: 60px;
    text-align: center;
    font-size: 30px;
    transition: all 0.5s;
    line-height: 20px;
}
#thumbSlide .owl-nav [class*="owl-"]:hover {
    background: #008cd2;
    color: #fff;
}
/*---- Featured Experiences ----*/
.featuredExperiences {
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #e2e4e7;
    margin: 0 0 30px 0;
}
.featuredExperiences:hover {
    background: #f2fbff;
    border: 1px solid #008cd2;
}
.featuredExperiences img {
    border-radius: 5px 5px 0 0;
}
.featuredExperiences .infoSect {
    padding: 15px 25px;
}
.featuredExperiences .infoSect h5 {
    font-size: 23px;
    color: #000;
    font-family: "Times";
    font-weight: bold;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    min-height: 110px;
}
.featuredExperiences .infoSect .star {
    font-size: 20px;
    color: #f8c012;
    padding: 0;
    margin: 0 0 10px 0;
}
.featuredExperiences .infoSect p {
    font-size: 15px;
    color: #000;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Tahoma";
    font-weight: normal;
    line-height: 20px;
    min-height: 80px;
}
.featuredExperiences .linkSect {
    border-top: 1px solid #bebebe;
    padding: 10px 0 0 0;
    margin: 5px 0 0 0;
}
.featuredExperiences .linkSect a {
    color: #555555;
    text-decoration: none;
    text-align: right;
    display: block;
}
.featuredExperiences .linkSect a:hover,
.featuredExperiences .linkSect a:focus {
    color: #008cd2;
    text-decoration: none;
}
.linkRight {
    text-align: right;
    font-size: 22px;
    margin: 20px 0;
}
.linkRight a {
    display: inline-block;
    color: #008cd2;
}
.linkRight a:hover,
.linkRight a:focus {
    color: #9a9a9a;
    text-decoration: none;
}
/*---- Testimonials ----*/
.paragraphSect.greenBg {
    background: #fdfff1;
}
.paragraphSect.greenBg h3 span {
    background: #fdfff1;
}
.paragraphSect.greenBg.fullSect h3 span:before {
    left: 33%;
    top: 10px;
}
.paragraphSect.greenBg.fullSect h3 span:after {
    right: 33%;
    top: 10px;
}
.testimonial-card {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 40px 20px;
    margin: 20px 10px;
    color: #717171;

    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}
.testimonial-card:hover {
    background: #008cd2;
    border: 1px solid #008cd2;
    color: #fff;
}
.testimonial-card p {
    font-size: 15px;
    line-height: 18px;
    min-height: 210px;
    /* max-height: 235px; */
    overflow: hidden;
}
.testimonial-card:hover p {
    color: #fff;
}
.testimonial-card .infoSect .star {
    font-size: 14px;
    color: #c7c7c7;
    margin: 0 0 25px 0;
}
.testimonial-card:hover .infoSect .star {
    color: #afca05;
}
.testimonial-card .infoSect table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.testimonial-card .infoSect table td {
    text-align: left;
    vertical-align: top;
}
.testimonial-card .infoSect img {
    border-radius: 80px;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
}
.testimonial-card .infoSect h4 {
    color: #717171;
    font-size: 23px;
    line-height: 20px;
    font-family: "Times";
    font-weight: bold;
    padding: 0;
    margin: 0 0 15px 0;
}
.testimonial-card .infoSect h4 span {
    font-size: 14px;
    font-weight: normal;
    font-family: "Tahoma";
    line-height: 16px !important;
}
.testimonial-card:hover .infoSect h4 {
    color: #fff;
}
.testimonial-card .infoSect table td svg {
    font-size: 60px;
    color: #c7c7c7;
}
.testimonial-card:hover .infoSect table td svg {
    color: #afca05;
}
.tblNumbers {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}
.tblNumbers td {
    text-align: left;
    vertical-align: top;
}
.tblNumbers td .number {
    font-size: 158px;
    color: #008cd2;
    padding: 0;
    margin: 0;
    line-height: 120px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    width: 120px;
    display: block;
}
.tblNumbers td h5 {
    font-size: 23px;
    color: #797979;
    font-family: "Times";
    font-weight: bold;
}
.tblNumbers td h4 {
    font-size: 45px;
    font-family: "Times";
    font-weight: bold;
    color: #000;
}
.tblNumbers td p {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    padding: 0;
    margin: 0 0 15px 0;
}
.readyToTravel {
    background: url(../images/readytotravelbg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 560px;
    padding: 70px 0 20px 0;
    color: #fff;
}
.readyToTravel h2 {
    text-align: center;
    font-size: 92px;
    line-height: 100px;
    font-family: "Times";
    font-weight: bold;
    padding: 0;
    margin: 0 0 35px 0;
}
.readyToTravel p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 5px 0;
}
.readyToTravel p span {
    color: #c3e201;
}
.readyToTravel p a {
    color: #c3e201;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin: 20px 15px;
    letter-spacing: 1px;
}
.readyToTravel p a.whiteLink {
    color: #fff;
    text-decoration: none;
}
/*--- Blogs n News ---*/
.blogsNewsSect {
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #e2e4e7;
    margin: 0 0 20px 0;
}
.blogsNewsSect:hover {
    background: #f2fbff;
    border: 1px solid #008cd2;
}
.blogsNewsSect img {
    border-radius: 5px;
    width: 100%;
    height: 185px;
}
.blogsNewsSect .infoSect {
    padding: 30px 35px;
}
.blogsNewsSect .infoSect h5 {
    font-size: 28px;
    color: #000;
    font-family: "Times";
    font-weight: bold;
    padding: 0;
    margin: 20px 0 20px 0;
}
.blogsNewsSect .infoSect span {
    margin: 0 0 25px 0;
    font-size: 16px;
    font-weight: normal;
}
.blogsNewsSect .infoSect p a {
    color: #999999;
    text-decoration: none;
    font-size: 18px;
}
.blogsNewsSect .infoSect p a:hover,
.blogsNewsSect:hover .infoSect p a {
    color: #008dd2;
    text-decoration: none;
}
.linkRightgrey {
    text-align: right;
    font-size: 22px;
    margin: 20px 0;
}
.linkRightgrey a {
    display: inline-block;
    color: #9a9a9a;
}
.linkRightgrey a:hover,
.linkRightgrey a:focus {
    color: #008cd2;
    text-decoration: none;
}
.footerLink {
    display: block;
    position: relative;
    text-align: right;
}
.footerLink ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.footerLink ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 5px 0;
}
.footerLink ul li:last-child {
    margin: 00 5px 0;
}
.footerLink ul li a {
    display: block;
    text-decoration: none;
    color: #9a9a9a;
    font-size: 18px;
    text-transform: uppercase;
}
.footerLink ul li a:hover,
.footerLink ul li a:focus {
    text-decoration: none;
    color: #008cd2;
}
/*--- Loader ---*/
#site {
    display: none;
    transition: all 6s ease;
}
#preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    padding-top: 14%;
    background: #fff;
    z-index: 10000 !important;
    top: 0;
}
/*--New Css --*/
.itineraryMiddSect {
    background: #f1f1f1;
    padding: 15px 20px;
    border-radius: 10px;
}
.itineraryMiddSect h3 {
    font-size: 18px !important;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
}
.itineraryMiddSect p {
    font-size: 15px !important;
    color: #000;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 24px;
}
.itineraryMiddSect p.mrgBot0 {
    margin-bottom: 0 !important;
}
a.callBtn,
.callBtn {
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background: #008cd2;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.5s;
    text-decoration: none;
    margin: 0 10px 0 0;
}
a:hover.callBtn,
.callBtn:hover,
a:focus.callBtn,
.callBtn:focus {
    background: #b0ca05;
    color: #fff;
}
a.emailBtn,
.emailBtn {
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background: #b0ca05;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.5s;
    text-decoration: none;
}
a:hover.emailBtn,
.emailBtn:hover,
a:focus.emailBtn,
.emailBtn:focus {
    background: #008cd2;
    color: #fff;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.whiteText {
    color: #fff !important;
}
.highLightText {
    color: #afca05 !important;
}
.margLeftBannerText {
    margin-left: 60px !important;
}
.lightBlueBg {
    background: #f4fdff !important;
}
.paragraphSect.lightBlueBg h3 span {
    background: #f4fdff !important;
}
.paragraphSect.lightBlueBg h3 span:before {
    left: 2%;
}
.paragraphSect.lightBlueBg h3 span:after {
    right: 2%;
}
.travelIsNotBreak {
    background: url(../images/travel-isnot-break.jpg) no-repeat center top;
    background-size: cover;
    min-height: 560px;
    padding: 70px 0 20px 0;
    color: #fff;
}
.travelIsNotBreak h2 {
    text-align: left;
    font-size: 75px;
    line-height: 81px;
    font-family: "Times";
    font-weight: bold;
    padding: 0;
    margin: 0 0 35px 0;
}
.travelIsNotBreak h4 {
    font-size: 40px;
    color: #fff;
    font-family: "Annifont Italic";
    margin: 25px 0 25px 0;
    letter-spacing: -3px;
    text-shadow: -1px 3px 3px rgba(0, 0, 0, 0.67);
}
.travelIsNotBreak p {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    padding: 10px 0;
    margin: 0 0 5px 0;
}
.travelIsNotBreak p span {
    color: #c3e201;
}
.travelIsNotBreak p a {
    color: #c3e201;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin: 5px 15px;
    letter-spacing: 1px;
}
.travelIsNotBreak p a.whiteLink {
    color: #fff;
    text-decoration: none;
}
.ourTeam {
    background: linear-gradient(
        to bottom,
        rgb(235, 244, 255) 0%,
        rgb(255, 255, 255) 70%,
        rgb(255, 255, 255) 100%
    );
}
.paragraphSect.ourTeam h3 span {
    background: transparent;
}
.paragraphSect.ourTeam h2 {
    margin-bottom: 30px;
}
.paragraphSect.ourTeam h2.margBot10 {
    margin-bottom: 10px !important;
}
.paragraphSect.ourTeam p {
    color: #000;
    font-weight: normal;
}
.paragraphSect.ourTeam .teamImg {
    width: 95%;
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #afca05;
    margin: 0 0 40px 0;
}
.paragraphSect.ourTeam h4 {
    font-family: "Times";
    font-size: 40px;
    color: #000;
}
.paragraphSect.ourTeam #thumbSlide .owl-nav {
    position: absolute !important;
    right: 25%;
    top: auto;
    bottom: -50px;
}
.theTravmoriesStory {
    background: url(../images/about-storybg.jpg) no-repeat center top #fff;
    background-size: contain;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    position: relative;
    padding: 70px 0 150px 0;
}
.paragraphSect.theTravmoriesStory h3 span:before {
    left: 8%;
}
.paragraphSect.theTravmoriesStory h3 span:after {
    right: 8%;
}
.paragraphSect.theTravmoriesStory h2 {
    margin-bottom: 30px !important;
}
.storySectInfo {
    /*background: linear-gradient(to bottom,  rgba(255,255,255,0.73) 0%,rgba(213,229,253,1) 100%); */
    background: url(../images/storysectbg.png) no-repeat left top;
    padding: 30px 30px 30px 30px;
    text-align: left;
    margin-bottom: 60px;
}
.storySectInfo h4 {
    font-size: 60px;
    color: #008cd2;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
    display: block;
    font-family: "Annifont Italic";
    font-weight: normal;
    letter-spacing: -8px;
}
.storySectInfo h5 {
    font-size: 55px;
    font-family: "Another Regular";
    font-weight: normal;
    color: #000000;
}
/*--- Blog Section ---*/
.blogSect {
    margin-bottom: 50px;
    background: #fff;
    box-shadow: -2px 2px 9px -2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 2px 9px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 9px -2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: relative;
}
.blogSect img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    aspect-ratio: 4 / 2;
}
.blogSect img.img-fluid.smlImgblog {
    aspect-ratio: auto !important;
    border-radius: 10px 10px;
    margin: 0 0 30px 0;
}
.blogSect .blogShortInfo {
    padding: 25px 45px 10px 45px;
}
.blogSect .blogShortInfo h2 {
    font-size: 32px;
    color: #008cd2;
    padding: 0;
    margin: 0 0 25px 0;
    font-weight: 600;
    font-family: "Tahoma";
}
.blogSect .blogShortInfo p {
    font-family: "Tahoma";
    font-size: 20px;
    padding: 0;
    color: #535454;
}
.blogSect .blogShortInfo ul {
    padding: 0;
    margin: 0;
}
.blogSect .blogShortInfo ul li {
    list-style: none;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0 15px 10px 0;
    color: #000;
    font-size: 16px;
    border: none !important;
    font-family: "Tahoma";
}
.blogSect .blogShortInfo ul li.backpacAdv {
    background: url(../images/backpackadv.jpg) no-repeat left top;
}
.blogSect .blogShortInfo ul li.userIcon {
    background: url(../images/usericon.jpg) no-repeat left top;
}
.blogSect .blogShortInfo ul li.blogDate {
    background: url(../images/blogdate.jpg) no-repeat left top;
}
.blogSect .blogDesc {
    padding: 5px 45px 50px 45px;
    font-family: "Tahoma" !important;
    font-size: 20px;
}
.blogSect .likeIcon,
.blogSect a.likeIcon {
    background: #fff;
    color: #cac7c7;
    font-size: 16px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    left: 3%;
    top: 2%;
    text-align: center;
    z-index: 1;
    padding: 4px 3px;
}
.blogSect .likeIcon:hover,
.blogSect a:hover.likeIcon {
    background: #fff;
    color: #008cd2;
}
.btnReadMore,
a.btnReadMore {
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background: #008cd2;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.btnReadMore:hover,
a:hover.btnReadMore {
    text-decoration: none;
    color: #fff;
    background: #afca02;
}
.greybgText {
    background: #f5f5f5;
    color: #000 !important;
    padding: 50px;
    text-align: left;
    border-radius: 10px;
    border-left: 5px solid #afca05;
    margin-bottom: 30px;
}
.greybgText p {
    color: #000 !important;
}
.tagsShareSect {
    border-top: 2px solid #b2cc10;
    padding: 20px 0;
    font-size: 16px;
}
.tagsShareSect ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.tagsShareSect ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 5px 0 !important;
    padding: 5px 10px !important;
    color: #000;
    text-transform: uppercase;
    font-size: 15px !important;
    border-radius: 4px !important;
    background: #f5f5f5;
    font-family: "Tahoma";
}
.socialLinkBot {
    display: inline-block;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 8px 25px;
}
.socialLinkBot a {
    display: inline-block;
    color: #161921;
    text-decoration: none;
    font-size: 20px;
    margin: 2px 5px;
}
.socialLinkBot a:hover,
.socialLinkBot a:focus {
    text-decoration: none;
    color: #008cd2;
}
/*--- Testimonials Details ---*/
.testimonialDetails {
    width: 100%;
    column-width: 340px;
    column-gap: 2.5rem;
    max-width: 100%;
}
.testimonialDetails .testimonialsCol {
    min-width: 100%;
    margin-bottom: 3rem;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;

    break-inside: avoid-column;
}
@media screen and (max-width: 991px) {
    .testimonialDetails {
        column-width: 330px;
    }
}
.testimonialsCol .testimonial-card {
    margin: 0 !important;
}
.testimonialsCol .testimonial-card p {
    min-height: 20px;
}

/*-- Media Css --*/
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}
@media (max-width: 1440px) {
    .swiper-slide img {
        width: 100%;
        max-height: 400px;
    }
    .margTop120 {
        margin-top: 60px;
    }
    .margBot80 {
        margin-bottom: 40px;
    }
    .comingSoon h1 {
        font-size: 65px;
    }
    .comingSoon h5 {
        font-size: 28px;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 17px;
    }
    .paragraphSect h3 span:before {
        left: 17%;
    }
    .paragraphSect h3 span:after {
        right: 17%;
    }
    .paragraphSect.lightBlueBg h3 span:before {
        left: 1%;
    }
    .paragraphSect.lightBlueBg h3 span:after {
        right: 1%;
    }
    .paragraphSect.lightBlueBg h3 {
        font-size: 30px;
    }
    .paragraphSect h2 {
        font-size: 55px;
    }
    .tblList td h4 {
        font-size: 25px;
    }
    .tblList td p {
        font-size: 17px;
        line-height: 25px;
    }
    .paragraphSect.fullSect h3 span:before {
        left: 23%;
    }
    .paragraphSect.fullSect h3 span:after {
        right: 23%;
    }
    .travelType h5,
    a.travelType h5 {
        font-size: 25px;
    }
    .travelType p,
    a.travelType p {
        font-size: 17px;
        line-height: 22px;
    }
    .travelType,
    a.travelType {
        min-height: 290px;
    }
    .tblNumbers td .number {
        font-size: 138px;
        width: 90px;
    }
    .tblNumbers td h4 {
        font-size: 40px;
    }
    .tblNumbers td h5 {
        font-size: 20px;
    }
    .tblNumbers td p {
        font-size: 22px;
        line-height: 30px;
    }
    .travelIsNotBreak h2 {
        font-size: 65px;
        line-height: 75px;
        margin: 0 0 15px 0;
    }
    .travelIsNotBreak p {
        font-size: 20px;
    }
    .travelIsNotBreak h4 {
        font-size: 25px;
        margin: 15px 0 15px 0;
    }
    .travelIsNotBreak p a {
        font-size: 17px;
        margin: 5px 5px;
    }
    .travelIsNotBreak h2 {
        font-size: 55px;
        line-height: 60px;
        margin: 0 0 5px 0;
    }
    .travelIsNotBreak {
        min-height: 500px;
    }
    .paragraphSect.ourTeam p {
        margin-bottom: 20px;
    }
    .paragraphSect.ourTeam h4 {
        font-size: 30px;
    }
    .paragraphSect.ourTeam #thumbSlide .owl-nav {
        right: 25%;
        top: auto;
        bottom: -70px;
    }
    .storySectInfo h4 {
        font-size: 50px;
    }
    .storySectInfo h5 {
        font-size: 40px;
    }
    .paragraphSect p {
        font-size: 15px;
        line-height: 26px;
    }
    .subHeader h1 {
        top: 80px;
    }
    .enquirySect ul li {
        font-size: 19px;
    }
    .blogSect .blogShortInfo h2 {
        font-size: 25px;
    }
    .blogSect .blogShortInfo p {
        font-size: 18px;
    }
    .btnReadMore,
    a.btnReadMore {
        font-size: 18px;
        margin-top: 20px;
    }
}
@media (max-width: 1400px) {
    #container ul li img {
        min-width: 290px;
        max-width: 290px;
    }
}
@media (max-width: 1366px) {
    .copyrightTxt {
        font-size: 15px;
    }
    .swiper-slide img {
        width: 100%;
        max-height: 370px;
    }
    .swiper-slide h3 {
        font-size: 13px;
    }
    .margTop120 {
        margin-top: 30px;
    }
    .margBot80 {
        margin-bottom: 20px;
    }
    .comingSoon h1 {
        font-size: 55px;
    }
    .comingSoon h5 {
        font-size: 22px;
    }
    .comingSoon p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .socialLinksCS {
        margin: 0 0 30px 0;
    }
    .inputLg {
        padding: 14px 200px 14px 15px;
    }
    .btnLgCS,
    a.btnLgCS {
        padding: 9px 35px;
        margin-top: -87px;
    }
    .subHeader h1 {
        top: 80px;
        font-size: 45px;
    }
    .contactBox h2 {
        font-size: 50px;
    }
    .contactBox h5 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .contactBox h4 {
        font-size: 40px;
    }
    .contactBox p {
        font-size: 17px;
    }
    .form-control.textLg {
        font-size: 17px !important;
    }
    .contactBox table td {
        font-size: 17px;
        line-height: 20px;
    }
    .contactBox table td strong {
        font-size: 19px;
        margin-bottom: 6px;
    }
    .contactBox table td img {
        width: 70px;
    }
    .contactSocialLink a svg {
        font-size: 35px;
    }
    #container ul.grid {
        grid-template-columns: repeat(2, auto);
    }
    #container ul li img {
        max-width: 300px;
        min-width: 300px;
    }
    .detailsRight h2 {
        font-size: 22px;
        margin: 0 0 5px 0;
    }
    .location {
        font-size: 14px;
        margin: 1px 0;
    }
    .detailsRight p {
        line-height: 20px;
        font-size: 15px;
    }
    .price {
        font-size: 20px;
        margin: 0px 0 5px 0;
    }
    .priceSect table td span {
        padding: 1px 5px;
        font-size: 13px;
    }
    .priceSect table td {
        padding: 2px 0;
    }
    .detailsRight {
        padding: 10px 0 10px 15px;
    }
    .btnSmall,
    a.btnSmall {
        font-size: 15px;
    }
    #container .grid li img {
        max-width: 100%;
        width: 100%;
    }
    #container h3 {
        font-size: 25px;
        margin: 10px 0 0 0;
    }
    .pagination {
        margin: 10px 0 10px 0;
    }
    .page-link {
        padding: 5px 15px;
        font-size: 14px;
    }
    header .item {
        height: 520px;
        position: relative;
    }
    header .item .cover .header-content h1 {
        font-size: 58px;
        line-height: 80px;
        margin: 0 0 30px 0;
    }
    header .item .cover .header-content h1 span {
        font-size: 78px;
    }
    header .item .cover .header-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
    header .item .cover .header-content p {
        font-size: 16px;
    }
    .countBox label {
        font-size: 20px;
    }
    .paragraphSect h3 span:before {
        left: 11%;
    }
    .paragraphSect h3 span:after {
        right: 11%;
    }
    .paragraphSect h2 {
        font-size: 45px;
        margin: 0 0 25px 0;
    }
    .tblList td.imgList {
        width: 70px;
    }
    .tblList td h4 {
        font-size: 22px;
    }
    .paragraphSect.fullSect h3 span:before {
        left: 20%;
    }
    .paragraphSect.fullSect h3 span:after {
        right: 20%;
    }
    .paragraphSect p br {
        display: none;
    }
    .travelType h5 br,
    a.travelType h5 br {
        display: none;
    }
    .travelType h5,
    a.travelType h5 {
        font-size: 22px;
    }
    .readyToTravel {
        min-height: 500px;
    }
    .readyToTravel h2 {
        font-size: 75px;
        line-height: 85px;
    }
    .readyToTravel p {
        font-size: 20px;
        line-height: 30px;
    }
    .readyToTravel p a {
        font-size: 16px;
        margin: 20px 15px 10px 15px;
    }
    .blogsNewsSect .infoSect h5 {
        font-size: 23px;
        margin: 10px 0 10px 0;
        min-height: 82px;
    }
    .blogsNewsSect .infoSect p a {
        font-size: 16px;
    }
    .blogsNewsSect .infoSect span {
        font-size: 14px;
    }
    .linkRightgrey,
    .linkRight {
        text-align: right;
        font-size: 18px;
        margin: 10px 0 10px 0;
    }
    .paragraphSect.greenBg.fullSect h3 span:before {
        left: 23%;
        top: 10px;
    }
    .paragraphSect.greenBg.fullSect h3 span:after {
        right: 23%;
        top: 10px;
    }
    .paragraphSect.lightBlueBg h3 span:before {
        left: 1%;
    }
    .paragraphSect.lightBlueBg h3 span:after {
        right: 1%;
    }
    .paragraphSect.lightBlueBg h3 {
        font-size: 25px;
    }
    .margLeftBannerText {
        margin-left: 40px !important;
    }
    .paragraphSect.ourTeam p {
        font-size: 16px;
        line-height: 24px;
    }
    .paragraphSect.theTravmoriesStory h3 span:before {
        left: 0%;
    }
    .paragraphSect.theTravmoriesStory h3 span:after {
        right: 0%;
    }
    .blogSect .likeIcon,
    .blogSect a.likeIcon {
        top: 1%;
    }
}
@media (max-width: 1280px) {
    .blueSect {
        padding: 30px 0;
    }
    .blueSect h2 {
        font-size: 35px;
        margin: 0 0 15px 0;
    }
    .blueSect h2 span {
        font-size: 25px;
    }
    .accordion-button:not(.collapsed),
    .accordion-button {
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .middAccordion .accordion-button:not(.collapsed),
    .middAccordion .accordion-button {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .swiper-container {
        padding: 80px 0;
    }
    .swiper-slide h3 {
        font-size: 13px;
        margin: 10px 0 5px 0;
    }
    .swiper-slide p {
        font-size: 11px;
    }
    .swiper-slide img {
        width: 100%;
        max-height: 330px;
    }
    .footerLink ul li a {
        font-size: 16px;
    }
    .travelIsNotBreak {
        min-height: 450px;
        padding: 40px 0 20px 0;
    }
    .travelIsNotBreak h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 0 0 5px 0;
    }
    .travelIsNotBreak p {
        font-size: 17px;
        line-height: 30px;
    }
    .travelIsNotBreak p a {
        font-size: 15px;
        margin: 0px 5px;
    }
    .storySectInfo h4 {
        font-size: 42px;
        margin: 0 0 5px 0;
    }
    .storySectInfo h5 {
        font-size: 30px;
    }
    .paragraphSect p {
        font-size: 16px;
        line-height: 22px;
    }
    .paragraphSect.theTravmoriesStory h3 span:before {
        left: 1%;
    }
    .paragraphSect.theTravmoriesStory h3 span:after {
        right: 1%;
    }
    .socialLinkBot a {
        font-size: 16px;
    }
    .tagsShareSect .text-right {
        text-align: left !important;
        margin-top: 15px;
    }
}
@media (max-width: 1200px) {
    .showonTab {
        display: inline-block;
    }
    header .item .cover .header-content p a.whiteLink {
        margin-left: 0;
    }
    .enquirySect h3 {
        font-size: 18px;
    }
    .copyrightTxt {
        padding-top: 15px;
    }
    .backtotop {
        bottom: 6em;
    }
    .contactBox table td {
        font-size: 15px;
        line-height: 18px;
    }
    .contactBox table td strong {
        font-size: 17px;
        margin-bottom: 6px;
    }
    .contactSocialLink a svg {
        font-size: 30px;
        margin: 5px 10px 5px 0;
    }
    .paddTopBot {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    #container ul li img {
        max-width: 270px;
        min-width: 270px;
    }
    .priceSect {
        text-align: left;
        border-left: none;
        border-top: 1px solid #dadada;
        margin: 5px 0 0 0;
        padding: 5px 0 0 0;
    }
    .priceSect table {
        width: auto;
        float: left;
    }
    .btnPriceSect {
        float: right;
    }
    .detailsRight {
        width: 58%;
    }
    #mainNav .navbar-brand img {
        height: 50px;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 0 0.7rem;
    }
    body {
        padding: 120px 0 0 0;
    }
    nav#mainNav.py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    header .item {
        height: 450px;
        position: relative;
    }
    header .item .cover .header-content h1 {
        font-size: 48px;
        line-height: 60px;
    }
    header .item .cover .header-content h1 span {
        font-size: 68px;
    }
    .paragraphSect h2 {
        font-size: 35px;
        margin: 0 0 25px 0;
    }
    .paragraphSect h3 {
        font-size: 30px;
    }
    .tblNumbers td h4 {
        font-size: 30px;
    }
    .tblNumbers td h5 {
        font-size: 15px;
    }
    .tblNumbers td p {
        font-size: 18px;
        line-height: 24px;
    }
    .tblNumbers td .number {
        font-size: 100px;
        width: 70px;
        vertical-align: top;
    }
    .readyToTravel h2 {
        font-size: 65px;
        line-height: 75px;
    }
    .readyToTravel {
        min-height: 400px;
        padding: 40px 0 20px 0;
    }
    .countBox span {
        font-size: 30px;
    }
    .countBox img {
        width: 30%;
    }
    .countBox label {
        font-size: 15px;
        font-weight: 400;
    }
    .priceSect table {
        width: 67%;
        text-align: left;
    }
    .priceSect table td {
        text-align: left !important;
    }
    .paragraphSect.lightBlueBg h3 span:before {
        left: 0%;
        top: -2px;
    }
    .paragraphSect.lightBlueBg h3 span:after {
        right: 0%;
        top: -2px;
    }
    .paragraphSect.lightBlueBg h3 {
        font-size: 20px;
    }
    .tblList.blackText td p {
        margin-bottom: 20px !important;
    }
    .paragraphSect.ourTeam p {
        font-size: 15px;
        line-height: 22px;
    }
    .paragraphSect.ourTeam #thumbSlide .owl-nav {
        right: 25%;
        top: auto;
        bottom: -50px;
    }
    .subHeader h1 {
        top: 60px;
    }
    .enquirySect ul {
        padding: 5px 10px;
    }
    .enquirySect ul li {
        font-size: 16px;
    }
    .enquirySect ul li a {
        padding: 7px 5px;
    }
    .blogSect .blogShortInfo h2 {
        font-size: 35px;
        margin: 0 0 15px 0;
    }
    .blogSect .blogShortInfo p {
        font-size: 16px;
    }
    .btnReadMore,
    a.btnReadMore {
        font-size: 16px;
    }
    .blogSect .blogShortInfo ul li {
        font-size: 14px;
    }
}
@media (max-width: 1100px) {
    .accordion-button:not(.collapsed),
    .accordion-button {
        font-size: 18px;
    }
    .swiper-slide img {
        width: 100%;
        max-height: 280px;
    }
}
@media (max-width: 1024px) {
    .backtotop {
        bottom: 7em;
    }
    .subHeader h1 {
        top: 60px;
        font-size: 40px;
    }
}
@media (max-width: 1000px) {
    .socialTopBar {
        font-size: 14px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 25px;
    }
    .comingSoon {
        background-size: initial;
    }
    .contactBox table td img {
        width: 40px;
    }
    .contactBox table td {
        font-size: 14px;
        line-height: 18px;
    }
    .paddLeftcol {
        padding-left: 10px;
    }
    .contactBox h2 {
        font-size: 45px;
    }
    h3.headingAlex,
    .headingAlex {
        font-size: 38px;
    }
    .contactBox h5 {
        font-size: 22px;
        margin: 0 0 30px 0;
    }
    .contactBox h4 {
        font-size: 30px;
    }
    .detailsRight {
        width: 95%;
    }
    #container ul li img {
        max-width: 100%;
        width: 100%;
    }
    .likeIcon {
        left: auto;
        right: 5%;
    }
    #container .buttons,
    .sortInput {
        float: none;
        display: inline-block;
    }
    #container .grid li .detailsRight .priceSect .btnPriceSect {
        float: none;
        width: 100%;
    }
    #container .grid li .detailsRight .priceSect table {
        float: none;
        width: auto;
    }
    .navbar-toggler {
        background: #008cd2;
        color: #fff;
        border: 1px solid #008cd2;
    }
    #mainNav.navbar-shrink {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 17px;
        padding: 5px 0.7rem;
    }
    #mainNav .navbar-nav li {
        border-bottom: 1px solid #ccc;
    }
    #mainNav .navbar-nav li:last-child {
        border-bottom: none;
    }
    .countSect {
        min-height: 300px;
    }
    .paragraphSect h3 span:after {
        right: -7%;
    }
    .paragraphSect h3 span:before {
        left: -7%;
    }
    .paragraphSect h3 {
        font-size: 25px;
        line-height: 50px;
    }
    .paragraphSect.fullSect h3 span:before {
        left: 10%;
    }
    .paragraphSect.fullSect h3 span:after {
        right: 10%;
    }
    .paragraphSect.greenBg.fullSect h3 span:before {
        left: 15%;
        top: 10px;
    }
    .paragraphSect.greenBg.fullSect h3 span:after {
        right: 15%;
        top: 10px;
    }
    .readyToTravel h2 {
        font-size: 45px;
        line-height: 50px;
        margin: 0 0 15px 0;
    }
    .readyToTravel {
        min-height: 300px;
        padding: 40px 0 20px 0;
    }
    .readyToTravel p a {
        font-size: 15px;
        margin: 5px 15px 5px 15px;
    }
    .blogsNewsSect .infoSect h5 {
        font-size: 17px;
        margin: 10px 0 10px 0;
        min-height: 82px;
    }
    .blogsNewsSect .infoSect {
        padding: 20px 25px;
    }
    .blogsNewsSect .infoSect span {
        font-size: 13px;
    }
    .blogsNewsSect .infoSect p a {
        font-size: 14px;
    }
    .tblNumbers td .number {
        font-size: 80px;
        width: 55px;
        vertical-align: top;
    }
    .tblNumbers td h4 {
        font-size: 25px;
    }
    .tblNumbers td p {
        font-size: 16px;
        line-height: 22px;
    }
    #thumbSlide .owl-nav button.owl-next,
    #thumbSlide .owl-nav button.owl-prev {
        height: 32px;
        width: 32px;
    }
    .owl-theme .owl-nav {
        margin-top: 60px;
    }
    .paragraphSect.lightBlueBg h3 span:before {
        left: 0%;
        top: -2px;
        display: none;
    }
    .paragraphSect.lightBlueBg h3 span:after {
        right: 0%;
        top: -2px;
        display: none;
    }
    .paragraphSect.lightBlueBg h3 {
        font-size: 30px;
    }
    .travelIsNotBreak h2 {
        font-size: 42px;
        line-height: 50px;
        margin: 0 0 5px 0;
    }
    .paragraphSect.theTravmoriesStory h3 span:before {
        left: -8%;
    }
    .paragraphSect.theTravmoriesStory h3 span:after {
        right: -8%;
    }
}
@media (max-width: 800px) {
    .blueSect {
        padding: 15px 0 10px 0;
    }
    .blueSect h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .blueSect h2 span {
        font-size: 22px;
    }
    .blueSect p {
        font-size: 20px;
    }
    .swiper-slide h3 {
        font-size: 12px;
    }
    .countBox span {
        font-size: 20px;
    }
    .countBox label {
        font-size: 13px;
        font-weight: 400;
    }
}
@media (max-width: 768px) {
    .breakPoint {
        display: inline-block;
    }
    .socialTopBar {
        text-align: left;
        padding: 5px 5px 5px 5px;
        font-size: 13px;

        background: -webkit-gradient(
            left top,
            right bottom,
            color-stop(0%, rgba(0, 140, 210, 1)),
            color-stop(60%, rgba(0, 140, 210, 1)),
            color-stop(60%, rgba(176, 202, 5, 1)),
            color-stop(100%, rgba(176, 202, 5, 1))
        );
        background: -webkit-linear-gradient(
            -45deg,
            rgba(0, 140, 210, 1) 0%,
            rgba(0, 140, 210, 1) 60%,
            rgba(176, 202, 5, 1) 60%,
            rgba(176, 202, 5, 1) 100%
        );
        background: -o-linear-gradient(
            -45deg,
            rgba(0, 140, 210, 1) 0%,
            rgba(0, 140, 210, 1) 60%,
            rgba(176, 202, 5, 1) 60%,
            rgba(176, 202, 5, 1) 100%
        );
        background: -ms-linear-gradient(
            -45deg,
            rgba(0, 140, 210, 1) 0%,
            rgba(0, 140, 210, 1) 60%,
            rgba(176, 202, 5, 1) 60%,
            rgba(176, 202, 5, 1) 100%
        );
        background: linear-gradient(
            135deg,
            rgba(0, 140, 210, 1) 0%,
            rgba(0, 140, 210, 1) 60%,
            rgba(176, 202, 5, 1) 60%,
            rgba(176, 202, 5, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008cd2', endColorstr='#b0ca05', GradientType=1);
    }
    .socialTopBar .socialLink {
        text-align: right;
    }
    .blueSect h2 {
        font-size: 25px;
    }
    .blueSect h2 span {
        font-size: 15px;
    }
    .blueSect p {
        font-size: 18px;
    }
    footer {
        text-align: center;
    }
    .copyrightTxt {
        text-align: center;
        padding-top: 5px;
    }
    .footerLink {
        margin-top: 15px;
    }
    .rightAdLink {
        display: block;
        text-align: center;
    }
    .rightAdLink img {
        width: auto;
        display: inline-block;
    }
    .backtotop {
        bottom: 3em;
    }
    .swiper-container {
        padding: 10px 0 5px 0;
        min-height: 250px;
    }
    #mainNav.navbar-shrink {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .swiper-slide-active {
        transform: scale(1.4);
    }
    #mainNav .navbar-brand img {
        height: 50px;
    }
    #mainNav.py-3 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    body {
        padding: 130px 0 0 0;
    }
    footer img.logo {
        height: 50px;
    }
    .sliderBot {
        padding: 0;
    }
    .notFoundSect h1 {
        font-size: 35px;
        margin: 15px 0 15px 0;
    }
    .notFoundSect p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .swiper-slide img {
        width: 100%;
        max-height: 200px;
    }
    .socialTopBar a span {
        margin-right: 0;
    }
    .topSectCS {
        margin: 0 0 35px 0;
    }
    .paddLeftcol {
        padding-left: 0;
    }
    .paddRightcol {
        padding-right: 0;
    }
    .borderRight {
        border-right: none;
        margin-top: 30px;
        padding-top: 40px;
        border-top: 1px solid #b6b6b6;
    }
    .subHeader h1 {
        top: 35px;
        font-size: 35px;
    }
    .contactBox table td img {
        width: 60px;
    }
    header .item {
        height: 320px;
        position: relative;
    }
    header .item .cover .header-content h1 {
        font-size: 38px;
        line-height: 50px;
        margin: 30px 0 20px 0;
    }
    header .item .cover .header-content h1 span {
        font-size: 50px;
    }
    header .item .cover .header-content h4 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }
    header .item .cover .header-content p {
        font-size: 14px;
    }
    header .item .cover .header-content p a.whiteLink {
        color: #043184;
    }
    .imgPushDown {
        margin-top: 0px;
    }
    .paragraphSect h3 {
        font-size: 30px;
        line-height: 50px;
    }
    .paragraphSect h3 span:before {
        left: 0%;
    }
    .paragraphSect h3 span:after {
        right: 0%;
    }
    .paragraphSect.fullSect h3 span:before {
        left: 0%;
    }
    .paragraphSect.fullSect h3 span:after {
        right: 0%;
    }
    .paragraphSect.greenBg.fullSect h3 span:before {
        left: 5%;
    }
    .paragraphSect.greenBg.fullSect h3 span:after {
        right: 5%;
    }
    .paragraphSect p {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 20px 0;
    }
    .paragraphSect h2 {
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    .tblList {
        margin: 0;
    }
    .tblList td p {
        margin: 0 0 10px 0;
    }
    .paragraphSect h2 {
        font-size: 36px;
        margin: 0 0 15px 0;
    }
    .paragraphSect {
        padding: 30px 0;
    }
    .footerLink {
        text-align: center;
    }
    .footerLink ul li a {
        font-size: 14px;
    }
    .footerLink ul li {
        margin: 0 15px 2px 0;
    }
    .paragraphSect.lightBlueBg h3 span:before {
        left: 0%;
        top: 10px;
        display: block;
    }
    .paragraphSect.lightBlueBg h3 span:after {
        right: 0%;
        top: 10px;
        display: block;
    }
    .paragraphSect.lightBlueBg h3 {
        font-size: 25px;
    }
    .imgPushDownAbout {
        margin-top: 10px;
    }
    .margLeftBannerText {
        margin-left: 30px !important;
    }
    header .item .cover .header-content p a.whiteLink.mob2 {
        color: #fff;
    }
    .paragraphSect.ourTeam p {
        font-size: 17px;
        line-height: 26px;
    }
    .paragraphSect.ourTeam #thumbSlide .owl-nav {
        right: 42%;
        top: auto;
        bottom: -50px;
    }
    .paragraphSect.theTravmoriesStory h3 span:before {
        left: 0;
    }
    .paragraphSect.theTravmoriesStory h3 span:after {
        right: 0;
    }
    .theTravmoriesStory {
        background: url(../images/about-storybg-mob.jpg) no-repeat center top
            #fff;
        background-size: contain;
    }
    .paragraphSect.theTravmoriesStory {
        padding-bottom: 100px;
    }
    .paragraphSect.theTravmoriesStory img {
        width: 70%;
    }
    .storySectInfo {
        margin-bottom: 10px;
        padding: 20px 20px 10px 20px;
    }
}
@media (max-width: 600px) {
    .topSectCS {
        text-align: center;
    }
    #container ul.grid {
        grid-template-columns: repeat(1, auto);
    }
    .subHeader h1 {
        top: 20px;
        font-size: 22px;
    }
    #container .grid li .detailsRight .priceSect .btnPriceSect,
    .detailsRight .priceSect .btnPriceSect {
        float: right;
        width: auto;
    }
    #container .grid li .detailsRight .priceSect table,
    .detailsRight .priceSect table {
        float: left;
        /*width: auto;*/
    }
    .countBox {
        width: 33.3333%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .countBox.countLg {
        width: 49%;
    }
    .countBox label {
        font-size: 18px;
        font-weight: 400;
    }
    .countBox span {
        font-size: 30px;
    }
    .countBox img {
        width: 70px;
        height: auto;
    }
    /*.paragraphSect h3 span:before, .paragraphSect h3 span:after{
    content: none;
  }*/
    .paragraphSect h3 span:before {
        content: url(../images/headingline-sml-left.png);
    }
    .paragraphSect h3 span:after {
        content: url(../images/headingline-sml-right.png);
    }
    .paragraphSect h3 {
        font-size: 23px;
    }
    .footerLink ul li a {
        font-size: 13px;
    }
    .footerLink ul li {
        margin: 0 10px 2px 0;
    }
    #preloader {
        padding-top: 35%;
    }
    #preloader img {
        width: 65%;
    }
}
@media (max-width: 550px) {
    .swiper-slide img {
        width: 100%;
        max-height: 150px;
    }
    .contactBox h2 {
        font-size: 40px;
    }
    .contactBox {
        padding: 30px;
    }
}
@media (max-width: 450px) {
    #mainNav .navbar-brand img {
        height: 40px;
    }
    .socialTopBar {
        line-height: 14px;
        padding: 5px 0;
    }
    body {
        padding: 110px 0 0 0;
    }
    .socialTopBar svg {
        height: 12px;
        width: 13px;
        margin: 5px 0 0 0;
    }
    .socialTopBar .socialLink a svg {
        height: 16px;
        width: 14px;
        padding: 0 1px;
    }
    .swiper-slide h3 {
        font-size: 13px;
    }
    .swiper-slide p {
        font-size: 10px;
        line-height: 14px;
    }
    .swiper-container {
        min-height: 250px;
    }
    .backtotop {
        bottom: 7em;
    }
    .blueSect h2 {
        font-size: 20px;
    }
    .blueSect h2 span {
        font-size: 15px;
    }
    .blueSect p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #preloader {
        padding-top: 50%;
    }
    #preloader img {
        width: 75%;
    }
    #container .grid li .detailsRight .priceSect table,
    .detailsRight .priceSect table {
        float: left;
        width: 100%;
    }
    .detailsRight .priceSect table {
        text-align: left;
    }
    #container .grid li .detailsRight .priceSect .btnPriceSect,
    .detailsRight .priceSect .btnPriceSect {
        float: right;
    }
    .price {
        text-align: right !important;
    }
}
