/* All Variables */
:root{
    /* --primary:#bb736a; */
    --primary:#008768; --successs:#3bd5b1; --shaded-primary:#84bdff; --dark-primary:#2e8af1; --dark-success:#b13a7b; --shaded-success:#ff9ad1;
}
/* @font-face {
	font-family: theme-font;
	font-display: swap;
	src: url('../../fonts/emirates-medium.ttf');
} */
*{font-family: 'Poppins', sans-serif;}

/* .btn-primary:hover{background-image: linear-gradient(#ffffff,#ffffff); color:var(--primary)}  */
.btn-primary:hover{background-color: #479d89!important; color:white;}
.btn-success{background-color: var(--successs)!important; color: black!important; border: none!important;} .bg-primary{background-color: var(--primary)!important;} .bg-success{background-color: var(--successs)!important;} .text-primary{color: var(--primary)!important;} .text-success{color: var(--successs)!important;}
.bg-gray{background-color: #f3f3f3ba!important;}
.grad-gray{background:linear-gradient(#fbfbfb, white, #fbfbfb);}
.grad-gray2{background: linear-gradient(#f3f3f3ba, #ffffffba);}
.btn-success:focus{box-shadow: none;}
.header-nav-brnd img{width: 60px;}
.wsnr{white-space: nowrap;}
.sub-nav .nav-link{color:white!important; white-space: nowrap;}
.balackOverlay{
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.7822479333530288) 0%, rgb(0 0 0 / 5%) 100% );
}
.navbar-toggler{margin: 5px 0px;
    border: none;
    padding: 0px;
}
a{cursor: pointer;}
.fs-9{font-size: 9px;}
.fs-11{font-size: 11px;}
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-22{font-size: 22px;}
.fs-24{font-size: 24px;}

li{list-style: none;}
.red-heart{fill: #ff6c5b;}
.border-primary{border:1px solid var(--primary)}
.social .icon {
  width: 13px!important;
}
.green{background-color: green!important;}
.social .fs-10 {
font-size: 12px!important;
}
.icon {
    width: 15px!important;
}
.social .tripadvisor {
    width: 21px!important;
}
/* .navbar .icon { width: 15px!important; } */
footer .nav-link{font-size: 14px!important;}

.letter-spacing-1{letter-spacing: 1px;} .letter-spacing-2{letter-spacing: 2px;} .letter-spacing-3{letter-spacing: 3px;}

/* .sideCategoryList:hover + .sideCategoryList svg  {
    background-color: gray;
    display: none;
} */
.bg-dark-overlay{background-color: #212529cf;}
.sideBar .subcategories>li{
    border-left: 3px solid white;
    box-shadow: inset 0 0 0 0 var(--theme);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.sideBar .subcategories>li:hover{
    border-color: var(--primary);
    cursor: pointer;
    box-shadow: inset 200px 0 0 0 white;
}

.width-25{width: 25%;}
.height-25{height: 25px;}
.w-17{width:17px!important;}
.w-20{width:20px!important;}
.w-25{width:25px!important;}
.w-95{width: 95%;}
/* .tour-itenaries .itenary{background: linear-gradient(#fff3e2,#ffffff);} */
.navbar .dropdown-menu {
    background-color: var(--successs);
}
.ConfirmTicketImage{height:55px; width: 70px;}

.ellipse-2{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  overflow: hidden;}
.ellipse-3{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden; min-height: 57px;}
.navbar .dropdown-menu li {
    background-color: white;
    margin: 5px;
    text-align: center;
    font-size: 14px!important;
}
.sub-icon {
    width: 12px!important;
}

.icon-primary{
    filter: grayscale(10%) brightness(100%) sepia(300%) hue-rotate(122deg) saturate(600%);
  }

.icon-gray{
    filter: grayscale(100%) brightness(100%);
}

.sub-nav .nav-link {
    color: white!important;
    white-space: nowrap;
}
.fw-bolder{font-weight: bolder;}
.fw-semibold{font-weight: 600;}
a {
    text-decoration: none!important;
}
.navbar .dropdown-menu li a {
    /* padding: 2px!important; */
    font-weight: 600;
}
.grad-4{background:linear-gradient(#efeeee, #e3e3e3)}
.navbar .bars {
    width: 20px!important;
    color: white;
}

.mySwiperCatAnimated .swiper-slide-next{margin: 0px!important;}

/*page scrollbar */
body::-webkit-scrollbar { width: 10px; } /* Track */ body::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ body::-webkit-scrollbar-thumb { background-image: linear-gradient(#ffc48c,var(--successs)); } /* Handle on hover */ body::-webkit-scrollbar-thumb:hover { background: #555; }
.taskbar-main{background-color: #fbfbfb; box-shadow: 0 1rem 2rem rgba(0,0,0,1)!important;}
.taskbar-main .col{
    padding: 7px 0px 3px 0px!important;
    /* background: linear-gradient(45deg, white, #f9f9f9,#f9f9f9,white); */
}
.taskbar-main .row{background-color: #f5f5f5;}
.taskbar-main .col{border-right: 1px solid #edecec;}
.taskbar-main .col img{margin-bottom: 2px!important;}
/* .taskbar-main .swiper-slide{width: 90px!important; margin-right: 3px; border-radius:20px!important} */

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none!important;
}
.grad-danger{background: linear-gradient(#ff8691, #c50416);}
.z-index-upper{z-index: 1111;}
input:focus-visible{outline: none;}
.top-0{top: 0px!important;}
.left-0{left: 0px!important;}
.right-0{right: 0px!important;}
.bottom-0{bottom: 0px!important;}
.bottom-2{bottom: 2px!important;}
.z-index-0{z-index: 0;}
.z-index-1{z-index: 999;}
.z-index-2{z-index: 555555!important;}
.top-105{top: 105px;}
.top-125{top: 125px;}
.top-dark-overlay{background: linear-gradient(#1010104d,transparent,transparent);}
.bottom-right-corner{bottom:5px; right: 5px;}
.bottom-right-corner2{bottom:0px; right: 0px;}
.heading-20{font-size: 20px;}
.right-5{right: 5px;}
.right-corner-0{top:0px; right: 0px;}
.right-corner{top:5px; right: 5px;}
.right-corner-2{top:5px; right: 30px;}
.right-corner-3{top:7px; right: 50px;}
.left-corner{top:5px; left: 5px;}
.left-corner-0{top:0px; left: 0px;}
.h-200{height: 200px;}
.h-125{height: 125px;}
.max-h-100{max-height: 100px;}
.max-h-150{max-height: 150px;}
.max-h-160{max-height: 160px;}
.max-h-200{max-height: 200px;}
.max-h-400{max-height: 400px;}
.border-left-primary-3{border-left: 3px solid var(--primary);}
.border-right-primary-3{border-left: 3px solid var(--primary);}
.outline-1{outline:5px solid white; outline-offset: -18px;}
.grad-1 {background-image: linear-gradient(var(--primary),var(--successs));}
.grad-2{background-image: linear-gradient(var(--successs), var(--primary))!important;}
.grad-3{background-image: linear-gradient(#ffd295, #c39362)!important;} .grad-1-light{background-image: linear-gradient(var(--info))} .grad-red{background: linear-gradient(#ff6364,#ab6161)!important;}
.btn-xs{line-height: 1.2rem; font-size: 12px!important;}
.toast-top{top:75px;}
#taskbar .price{
    /* border-left: 2px solid var(--primary)4a; border-right: 2px solid var(--primary)4a; */
    /* border-top: 1px solid var(--primary); */
    /* background-image: linear-gradient(90deg, #cb6d571c,#fff,#fff, #cb6d571c)!important; */
}
#taskbar .taskbar-badge1{width: 15px; text-align: center; margin-bottom: 2px; margin-right: 2px; font-size: 8px; line-height: 2;}
/* #taskbar .items{
    background-color: white; padding: 4px 8px;
} */

.cartBadge{
    padding: 8px 5px;
    right: -8px;
    line-height: 0px;
    top: -7px!important;
}

.fw-semibold{font-weight: 600!important;}
.border-danger{border-color: var(--primary)!important;}
.border-primary-top{border-top:2px solid var(--primary)}
.border-primary{border: 1px solid var(--primary)!important;}
/* #taskbar .mySwiper-taskbar .swiper-slide{width: 85px!important;} */

.scrollStyle:hover{min-height: 100%; overflow-y: auto!important;}


    .taskbar-single ,.taskbar-main{ animation: 2.5s ease-out 0s 1 slideInFromTop;}
    @keyframes slideInFromTop {
    0% {
        transform: translateY(100%);
      }
      80% {
          transform: translateY(0);
        }
      }

      /* .taskbar-main .swiper-wrapper{ animation: 1s ease-out 0s 1 slideInFromLeft;}
      @keyframes slideInFromLeft {
      0% {
          transform: translateX(-30%);
        } */
        /* 50% {
          transform: translateX(5%);
        } */
        /* 100% {
            transform: translateX(0);
          }
        } */


/* book now butttons */
.minus, .plus{background-color:#f2f2f2; border-radius:4px; padding:5px 10px; border:1px solid #ddd; display: inline-block; vertical-align: middle; text-align: center; cursor: pointer;}
.all-questions input{text-align: center; border:1px solid #ddd; border-radius:4px; display: inline-block; vertical-align: middle; }
/* .ticketCheck{border: 2px solid white!important;} */
.booking-count .ticketCounter{height: 25px!important; border-radius: 0px!important;}
.booking-count #no_of_adult_ticket, .booking-count #no_of_child_ticket, .booking-count #no_of_item_ticket{
    height: 25px!important; border-radius: 0px!important;
}
.TicketSubtotalBox{width: 65px;}
a.text-white.d-flex.align-items-center:focus-visible{outline: none!important;}
/* .bottom-to-top{    display: none; position:fixed; z-index: 5; bottom: 17vh; right: 3vh; width: 40px; height: 40px; color: var(--primary); } */
.bottom-to-top{display: none; width: 37px; height: 37px; color: var(--primary);
outline-offset:-5px; outline: 2px solid white;
}
.outline-primary-1{outline:2px solid var(--primary); outline-offset: -5px;}
.outline-white-1{outline:3px solid white; outline-offset: -7px;}
.outline-white-2{
    outline: 2px solid white;
    outline-offset: -5px;
}
/* .sizingCss{
    width: 217.8px; margin-right: 15px;
} */
.b-chip {
    width: 32px;
    height: 27px;
    background-color: #ffe8f1;
}
.outline-white-primary {
    outline: 2px solid var(--primary);
    outline-offset: -4px;
}
.pointer{cursor: pointer;}
.blogboxdesc p{font-size: 12px; line-height: 15px;}
.ellipse-4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }

.modal-footer .btn-primary:hover{background: var(--primary) !important; color:white!important;}
/*reviews and rating css*/
.rate {
    float: left;
    height: 46px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.dropdown-item:active{background-color: var(--primary)!important;}

    /*meta keywords css*/
    .xscroll::-webkit-scrollbar{display: none;}
    .tagsinput{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;font-family:sans-serif;font-size:14px;line-height:20px;color:#556270;padding:5px 5px 0;border:1px solid #e6e6e6;border-radius:2px}
    .tagsinput.focus{border-color:#ccc}
    .tagsinput .tag{position:relative;background:var(--primary);display:block;max-width:100%;word-wrap:break-word;color:#fff;padding:5px 30px 5px 5px;border-radius:2px;margin:0 5px 5px 0}
    .tagsinput .tag .tag-remove{position:absolute;background:0 0;display:block;width:30px;height:30px;top:0;right:0;cursor:pointer;text-decoration:none;text-align:center;color:#ff6b6b;line-height:30px;padding:0;border:0}
    .tagsinput .tag .tag-remove:after,.tagsinput .tag .tag-remove:before{background:#fff;position:absolute;display:block;width:10px;height:2px;top:14px;left:10px;content:''}
    .tagsinput .tag .tag-remove:before{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}
    .tagsinput .tag .tag-remove:after{-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
    .tagsinput div{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
    .tagsinput div input{background:0 0;display:block;width:100%;font-size:14px;line-height:20px;padding:5px;border:0;margin:0 5px 5px 0}
    .tagsinput div input.error{color:#ff6b6b}
    .tagsinput div input::-ms-clear{display:none}
    .tagsinput div input::-webkit-input-placeholder{color:#ccc;opacity:1}
    .tagsinput div input:-moz-placeholder{color:#ccc;opacity:1}
    .tagsinput div input::-moz-placeholder{color:#ccc;opacity:1}
    .tagsinput div input:-ms-input-placeholder{color:#ccc;opacity:1}
    .tag-input:focus-visible{outline:1px solid #e6e6e6;}
    /* .tourTitleBoxHome{min-height:50px;} */
    .mySwiper-slider-topRated .swiper-button-next:after, .mySwiper-slider-topRated .swiper-button-prev:after{
        color: #646363!important;
        background-color: #fdfdfdd9!important;
        padding: 10px 14px!important;
        border-radius: 50px!important;
        font-weight: bold;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        background: linear-gradient(90deg, var(--primary) 0%, var(--successs) 100%);
        color: white!important;
    }
    .accordion-flush .accordion-item
    {
    margin-bottom: 7px;
    border: 1px solid #d2d2d2!important;
    }
    .accordion-button {
        padding: 10px 15px;
        background: #f9f9f9;
        color: black;
    }
.form-check-input{
    border-radius: 50px!important;
    margin-right: 7px;
    /* border: 2px solid white!important; */
    /* border: 1px solid rgba(0,0,0,.25)!important; */
    width: 17px;
    height: 17px;
}
.form-check-input:checked{
background-color: var(--primary)!important;
/* border: none!important; */
}
.form-check-input:focus{
    box-shadow: none!important;
}



.tour-offer-bar{
    padding: 1px 5px;
    border-right: 4px solid #c38345;
}
.fs-13{font-size: 13px;}
.overflow-x-hidden{overflow-x: hidden;}
/* .social_fixed_icons{margin-bottom: 10px; margin-right: 40px;} */
.social_fixed_icons img{width: 50px;}
.social_icon1{margin-bottom: 50px;}
.bottom-to-top{margin-bottom: 10px;}

.catSidesHome,.swiper-slide{
    width: 210px;
    margin-right: 10px;
}
.sideSubcategories::-webkit-scrollbar {
    display: none;
}

@media only screen and ((max-width: 320px))
{
    .menuNav{display: none;}
}
@media only screen and ((max-width: 600px))
{
    .fs-xs-13{font-size: 13px!important;}
    .ConfirmTicketImage{height:50px; width: 65px;}
    .cartSubTicket{flex-direction: column;}
    .cartTourImage{width: 80px!important; height: 60px!important;}
    .toast-top{top:150px;}
    .menuNav a{font-size: 12px!important;}
    .footer{padding-bottom: 70px;}
        .img-flex{
            min-width:120px!important; max-width:120px!important; height:120px;
        }

        .sideSubcategories{
            margin-left: 5px;
            margin-right: 5px;
            display: flex;
            white-space: nowrap;
            flex-wrap: nowrap;
            overflow: auto;
        }

    .horizontalTour img{height: 105px!important;}
    .sideSubcategories div{
        border: 1px solid #dee2e6!important;
        border-radius: .25rem!important;
        font-weight: bold;
        background:linear-gradient(#fffafaba, #f3f3f3ba)!important;
        margin-top: 0.25rem!important;
        margin-bottom: 0.25rem!important;
        padding-top: 0.25rem!important;
        padding-bottom: 0.25rem!important;
        margin-right: 2px;

    }
    .sideSubcategories::-webkit-scrollbar {
        display: none;
    }


    .ellipse-1-sm{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  overflow: hidden;}
    .ellipse-2-sm{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  overflow: hidden;}
    .ellipse-3-sm{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;}
    .ellipse-4-sm{display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;  overflow: hidden;}
    .main-service-img{
        height: 250px;
        object-position: 50% 40%;
        object-fit: cover;
    }
    .none-75{display:none!important;}
    .toast{width: 100%; margin-left: 0px!important; margin-right: 0px!important; margin-top: 35px!important; margin-bottom: 0px!important;}

    .tourLabels{
        /* background: linear-gradient(#ff9880,#d53a16)!important; */
        border-radius: 3px;
        margin-top: 3px;
        /* border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; */
         padding: 0px 5px ;
         font-size: 8px;
        }
        .tourLabels2{
            border-radius: 3px;
            /* border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; */
                /* background: linear-gradient(#832727b8,#ad3b42)!important; */
            background: linear-gradient(#ffffff,#f5f4f4)!important;
            color: #000;
             padding: 2px 5px;
             font-size: 8px;

        }

    .ellipse-3-sm{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        }
    .overview_ellipses{
        height: 55px;
    }

    .sub-nav-div { justify-content: space-between!important; }
    .header-nav-brnd img { width: 50px; }
    .navbar .nav-link { font-size: 11px!important; }
    .navbar .dropdown-menu li {
    font-size: 10px!important;
}
}

@media(min-width:767px){
    .img-flex{
        min-width:175px; max-width:175px; height:130px;
    }
}

@media only screen and (max-width: 768px){
        .none-75{display:none!important;}
    .img-flex{
        min-width:150px; max-width:150px; height:120px;
    }

    .overview_ellipses{height: 55px;}
    .dropdown-toggle::after{display: none;}

    .sub-nav-div { justify-content: space-between!important; }
    /* .navbar .dropdown-menu li {
        font-size: 10px!important;
    } */
    .sub-nav .nav-item{
        padding: 0px!important;
        margin-bottom: 5px;
        }


        .sub-nav .nav-link {
            font-weight: 600;
            color: black!important;
        }

        .navbar-nav .dropdown-toggle {
            display: flex;
            justify-content: space-between;
        }
        .sub-nav .nav-link {
            background-image: linear-gradient(var(--successs),#c7a071);
        }
        .sub-nav .navbar-nav {
            text-align: center;
            /* border: 3px solid #4c91df; */
            margin-bottom: 10px;
        }

        footer  .fs-12 {
            font-size: 12px!important;
        }
        .footer .fs-14 {
            font-size: 13px!important;
            padding: 0px!important;
            margin-top: 15px;
        }

    }

    @media only screen and ((max-width: 992px) and (min-width: 769px))
    {
        .hide-mobile{display: none;}
        .tourInfoList{
            background:linear-gradient(#fbfbfb, white, #fbfbfb);
            border-left: 3px solid var(--primary);
            border-right: 3px solid var(--primary);
            border-bottom: 1px solid #dee2e6!important;
            border-top: 1px solid #dee2e6!important;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .overview_ellipses{height: 90px!important;}
        .sub-nav .nav-link {
            font-size: 12px!important;
        }
        .navbar .main-nav-link {
            font-size: 12px!important;
        }
        .dropdown-menu-end[data-bs-popper] {
            right: -30px!important;
        }

        footer .nav-link {
            font-size: 12px!important;
        }
    }

    @media only screen and ((max-width: 1200px) and (min-width: 992px))
    {
        .tourInfoList{
            background:linear-gradient(#fbfbfb, white, #fbfbfb);
            border-left: 3px solid var(--primary);
            border-right: 3px solid var(--primary);
            border-bottom: 1px solid #dee2e6!important;
            border-top: 1px solid #dee2e6!important;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .overview_ellipses{height: 90px!important;}
        .sub-nav .nav-link {
            font-size: 12px!important;
        }
        .dropdown-menu-end[data-bs-popper] {
            right: -60px!important;
        }
    }

    @media only screen and (min-width: 1200px)
    {
        .ellipse-5-lg{display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;  overflow: hidden;}
        .overview_ellipses{height: 100px;}
        .sub-nav .nav-link {
            font-size: 14px!important;
        }


    }


    @media only screen and (min-width: 600px){
    .tourLabels{
        /* background: linear-gradient(#ff9880,#d53a16)!important; */
        border-radius: 3px;
        margin-top: 3px;
         padding: 2px 7px ;
        }
        .tourLabels2{
            border-radius: 3px;
            /* border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; */
                /* background: linear-gradient(#832727b8,#ad3b42)!important; */
            background: linear-gradient(#ffffff,#f5f4f4)!important;
            color: #000;
             padding: 2px 7px;
        }
    }


    @media only screen and ((max-width: 1200px) and (min-width: 600px))
    {
        .ellipse-5-lg{display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;  overflow: hidden;}
        .overview_ellipses{height: 75px;}
    }
    /* tour all css */
        .spec-comp .fs-12{font-size: 10px!important;}
        .spec-comp .fs-14{font-size: 12px!important;}
        .book-now-aside-container .spinner-border{width: 25px; height: 25px;}

        @media only screen and (min-width: 1400px)
        {
            .overview_ellipses{
                height: 125px;
            }
        }

        #notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../img/bg.jpg') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}


.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
          box-shadow: 0px 4px 15px -5px #0046d5;
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
    }
    .notfound .notfound-404 h1 {
      font-size: 112px;
    }
}

@media only screen and (min-width: 1367px){
    .container{
        max-width: 1170px!important;
    }
}
