.borders_container,
.imag-container,
.main-border-container,
.themain {
    position: relative
}

.HomeConta,
.HomeConta p,
.imag-container,
.img-conta,
.themain,
.trip-description,
.trip-name {
    overflow: hidden
}

.moreC,
.trip-name,
.trip-name h2 {
    font-weight: 700
}

.socialPopularConat P {
    font-size: 32px;
    color: #ff5200;
    background: #FFFFFF;
    text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15);
}

.change_it {
    color: #f9f1f1;
    font-size: 41px;
    background: #FFFFFF;
    text-transform: capitalize;
    font-family: raleway, Geneva, sans-serif;
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
}

.HomeConta,
.attraction_det,
.attraction_info h3,
.info-conta h3,
.popularConta,
.suggested h4,
.trip_Num {
    font-family: raleway
}

.contentSection {
    padding-bottom: 30px
}

.themain {
    float: left;
    height: 360px;
    width: 99%;
    border-radius: 10px;
    margin: 15px 0 0;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    z-index: 5
}

.HomeConta:hover,
.themain:hover {
    box-shadow: 0 0 30px #c6c6c6;
    -webkit-box-shadow: 0 0 30px #c6c6c6;
    -moz-box-shadow: 0 0 30px #c6c6c6;
    -o-box-shadow: 0 0 30px #c6c6c6
}

.new-idea {
    height: auto
}

.moreC {
    font-style: italic;
    float: right;
    font-size: 12px;
    margin: 5px 7px;
    color: #000
}

.imag-container img {
    width: 100%
}

.imag-container {
    height: 195px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.New-box .box-container,
.box-container {
    border-radius: 5px;
    background-color: #000
}

.trip-all-description {
    padding: 10px;
    float: left;
    width: 100%
}

.trip-description {
    height: 56px;
    width: 100%
}

.trip-name {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #545454;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.main-border-container {
    height: 200px
}

.trip-name h2 {
    font-size: 18px;
    color: #238bc4;
    text-transform: capitalize;
}

.trip-description {
    font-size: 13px;
    color: #000
}

.row {
    margin: 0
}

.New-box .box-container {
    width: 100%;
    position: relative
}

.box-container .offer-view {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.box-container {
    position: relative
}

.box-container .offer-view span {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    position: absolute;
    padding-right: 25px;
    top: 19px;
    left: -21px
}

.box-container .offer-view span::after,
.box-container .offer-view span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A
}

.box-container .offer-view span::before {
    left: 0;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent
}

.box-container .offer-view span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A
}

.box-container .price {
    top: 18px;
    right: 0;
    padding: 7px 8px 3px;
    background-color: #ff2525;
    z-index: 2;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute
}

.price sup {
    position: relative;
    top: -3px;
    font-size: 16px
}

.img-conta {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 0;
    height: 225px
}

.img-conta img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: .4s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .8;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 100%
}

.img-conta a:hover img {
    transform: scale(1.2);
    opacity: .4
}

.box-container a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.box-container .info-conta {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/shadow.png) left bottom repeat-x;
    width: 100%;
    padding: 25px 15px 15px 20px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease
}

.img-conta a:hover .info-conta {
    padding-bottom: 13%
}

.img-conta a:hover .info-conta p {
    display: block;
    opacity: 1
}

.info-conta h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.info-conta span {
    opacity: .7
}

.info-conta p {
    opacity: 0;
    display: none;
    padding-top: 10px;
    line-height: 1.4;
    font-weight: 400
}

.contents .guide_location {
    float: left;
    padding: 0 10px;
    z-index: 2;
    font-size: 15px;
    background-color: #5790cf;
    border-radius: 4px;
    color: #fff;
    position: relative;
    margin-bottom: 5px
}

.fa-arrow-right {
    width: 14px;
    float: left;
    top: 3px;
    left: -2px;
    z-index: 1;
    position: relative;
    color: red
}

.city_trips_conta .arroConta .fa-arrow-right {
    position: absolute;
    left: 0;
    top: 26px;
    bottom: 0;
    color: #ff7c00
}

.travelCat .fa-arrow-right {
    left: 0;
    z-index: 1;
    position: relative;
    color: #fff;
    margin-right: 5px
}

.view_options p {
    display: inline
}

.view_options {
    float: right;
    display: inline-block
}

.attraction_info h3 {
    text-align: left;
    text-transform: capitalize;
    font-weight: 700
}

.attraction_det {
    text-align: left;
    line-height: 1.7;
    font-size: 16px
}

.attraction_det a {
    position: relative
}

.suggested {
    height: 60px;
    background-color: #ff6c03;
    padding-top: 8px;
    font-weight: 700
}

.suggested h4 {
    font-weight: 700;
    font-size: 25px
}

.Sugg_Tours {
    margin-top: 20px
}

.abs_img {
    display: none;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-color: #252525;
    border-radius: 10px;
    padding: 1px;
    border: 2px solid #c1bbbb;
    position: absolute;
    top: -100px;
    transition: .5s all;
    right: 5%
}

.attraction_det .abs_img:hover {
    width: 150px;
    height: 150px;
    z-index: 10;
    position: absolute
}

.attraction_det span i {
    color: #000;
    transition: .5s all;
    font-size: 19px;
    width: 15px
}

.attraction_det span i:hover {
    color: #00f
}

.HomeConta {
    width: 100%;
    height: 360px;
    margin-top: 15px;
    border: 1px solid #c2c5c7;
    border-radius: 10px;
    background-color: #3ba1fb;
    position: relative;
    margin-bottom: 10px
}

.HomeConta img {
    width: 100%;
    height: 100%;
    opacity: .8
}

.HomeConta .headerConta {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: -webkit-linear-gradient(90deg, #ff7000, #ff9c00)
}

.HomeConta p {
    position: absolute;
    top: 15%;
    max-height: 140px;
    text-align: left;
    padding: 15px;
    color: #fff;
    background-color: #00073;
    margin: 20px;
    border-radius: 10px
}

.HomeConta .headerConta h3 {
    text-align: left;
    position: relative;
    bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.popularConta {
    height: 400px;
    border: 1px solid #c1bbbb;
    background-color: #f1f1f1;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 20px
}

.popularConta .popular .popularCity {
    width: 95%;
    margin: 10px auto;
    border-radius: 5px;
    float: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #c1bbbb
}

.All_Trip_conta,
.city_trips_conta {
    width: 100%;
    position: relative
}

.list_offers,
.toolConta {
    border-radius: 10px;
    overflow: hidden
}

.trip_right {
    text-align: right;
    padding-right: 10px;
    color: #6161ff;
    font-weight: 700;
    position: relative
}

.All_Trip_conta {
    top: -11px
}

.city_trips_conta .arroConta {
    height: 35px;
    position: relative;
    border-left: 3px solid #ff7c00
}

.city_trips_conta .arroConta h4 {
    position: absolute;
    bottom: -8px;
    width: 70%;
    overflow: hidden;
    height: 20px;
    text-align: left;
    display: inline-block;
    left: 15px;
    margin: 0;
    color: #3a3c90
}

.city_trips_conta .arroConta .pricee {
    float: right;
    font-size: 15px;
    padding-top: 7px;
    color: red;
    position: relative;
    top: 10px
}

.ftSearch {
    height: 300px;
    background: url(../images/background_images/marsa-alam-city.jpg) no-repeat fixed;
    background-size: cover;
    margin-bottom: 15px
}

.ftSearch .input-group {
    margin: 10% auto;
    width: 70%
}

.buildTrip h3,
.carusalConta>h3,
.socialPopularConat h3 {
    text-align: left;
    padding: 15px;
    color: #fff;
    font-family: raleway;
    margin-bottom: 20px;
    margin-top: 0;
    background: -moz-linear-gradient(left, #1e5799 0, #2989d8 40%, #207cca 62%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0, #2989d8 40%, #207cca 62%, #7db9e8 100%);
    background: linear-gradient(to right, #1e5799 0, #2989d8 40%, #207cca 62%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1)
}

.carousel-inner .item a {
    color: #fff;
    transition: .5s all
}

.carousel-inner .item a:hover {
    color: #f79627
}

.buildTrip,
.carusalConta {
    max-height: 510px
}

.buildTrip h3 {
    background: #f73131;
    background: -moz-linear-gradient(left, #f73131 0, #ff7130 40%, #f79627 61%, #ff8989 100%);
    background: -webkit-linear-gradient(left, #f73131 0, #ff7130 40%, #f79627 61%, #ff8989 100%);
    background: linear-gradient(to right, #f73131 0, #ff7130 40%, #f79627 61%, #ff8989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73131', endColorstr='#ff8989', GradientType=1)
}

.buildTrip .btn {
    background-color: #adcfec;
    font-size: 15px
}

.buildTrip .btn:hover {
    background-color: #028bff;
    color: #fff
}

.buildTrip #emailee,
.buildTrip #namee {
    display: inline;
    width: 20%;
    line-height: 2.7
}

.buildTrip .emailinput,
.buildTrip .nameinput {
    display: inline;
    width: 80%
}

.carusalConta {
    margin-top: 15px;
    padding-left: 0
}

.carusalConta .carousel {
    margin-left: 10px
}

.carousel-inner>.item>img {
    height: 370px;
    width: 100%
}

.carusel2 .carousel-inner .active {
    height: 250px
}

.carusel2 .carousel-control.left,
.carusel2 .carousel-control.right {
    background-image: none
}

.carusel2 .carousel-caption h3 {
    color: #303e30;
    height: 52px;
    overflow: hidden
}

.carusel2 .carousel-caption p {
    color: #757a7d;
    text-shadow: none
}

.carusel2 {
    margin-top: 0
}

.carusel2 .carousel-caption {
    left: 12%;
    right: 12%
}

.carusel2 .glyphicon {
    color: #00f
}

.buildTrip {
    margin-top: 15px;
    padding-right: 0
}

.buildTrip form {
    margin-right: 10px
}

.home_Trip_Conta .themain {
    margin-bottom: 10px
}

.list_offers {
    background-color: rgba(251, 251, 251, .8);
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
    width: 100%;
    float: left
}

.all_programs_list_data {
    float: left;
    width: 100%;
    padding: 15px 0 0
}

.all_programs_list_data h2 {
    color: #5790cf;
    text-align: left;
    font-size: 22px;
    margin-bottom: 15px
}

.all_programs_list_data_icons {
    float: left;
    width: 100%
}

.icons_contain {
    border-left: 1px solid #b0b0b0;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    padding-left: 15px
}

.icons_text {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 3;
    text-align: left;
    float: left;
    font-size: 14px
}

.icons_text:after {
    margin-top: -45px;
    margin-left: -14px;
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    display: block
}

.all_programs_list_data_desc {
    float: left;
    width: 100%;
    position: relative;
    text-align: left
}

.nopadding {
    padding: 0
}

.all_programs_list_photo {
    width: 100%;
    border-radius: 0 10px 10px 0;
    height: 225px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: left;
    color: snow;
    overflow: hidden
}

.all_programs_list_photo .price {
    padding: 8px 8px 8px 10px;
    background-color: #fff;
    color: #60acff;
    top: 20px;
    position: relative;
    font-weight: 700;
    text-transform: lowercase
}

.all_programs_list_details,
.all_programs_list_price {
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: absolute
}

.all_programs_list_price {
    top: 20px;
    left: 0;
    background-color: #ff8500;
    line-height: 45px;
    font-size: 22px;
    height: 40px;
    padding-right: 5px
}

.all_programs_list_details {
    background-color: #ff4910;
    line-height: 40px;
    font-size: 24px;
    height: 42px;
    bottom: 0;
    width: 100%
}

.all_programs_list_price .price {
    margin-left: 7px
}

.toolConta {
    background-color: rgba(251, 251, 251, .8);
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
    width: 100%;
    float: left
}

.trip_Num {
    font-size: 19px;
    margin-left: 21px;
    padding: 10px;
    float: left
}

a.bt_filters {
    background-color: #fff;
    padding: 2px 7px;
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    margin: 10px
}

.girdConta .active {
    color: #ff4910
}

.about_ {
    padding: 40px;
    font-size: 17px;
    line-height: 1.7;
    font-family: raleway;
    text-align: justify;
}

.all_programs_list_photo .transfer_span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    padding: 5px;
    padding-left: 12px;
    background-color: #fff;
    color: black;
    border-radius: 10px;
    top: 80px;
    left: -8px;
    transition: 0.5s all;
}

.all_programs_list_photo .transfer_span:hover {
    background-color: #103e20;
    color: white;
}

.all_programs_list_photo .fa-arrow-right {
    float: none;
    top: 0px;
    left: 0px;
    z-index: 1;
    position: relative;
    color: #59ff07;
}

.arri_depar {
    font-size: 24px;
    font-family: cursive;
    margin-top: 0px;
    margin-bottom: 17px;
    color: #ff3d00;
}

.all_trips {
    max-width: 100%;
    font-family: raleway;
    border: 1px solid #d8d8d8;
    background: url('../images/new-theme/pattern_3.png');
    border-radius: 20px;
    margin: 20px;
}

.all_trips a {
    color: #ff3100;
    font-weight: bold;
}

.all_trips h3 {
    margin: 30px;
}

.trip-all-description .btn {
    margin-bottom: 10px;
}

.zoom_img {
    display: none;
}

.trip-all-description .btn:first-of-type {
    margin-top: 30px;
}

.themain .head {
    position: absolute;
    top: 0;
    width: 100%;
    height: 45px;
    background: -webkit-linear-gradient(90deg, #ff7000, #ff9c00);
}

.themain .head h3 {
    text-align: center;
    position: relative;
    bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.themain .more {
    position: relative;
    top: 50px;
}

.travelCat {
    position: relative;
    z-index: 3;
}

.marsa_alam_intro {
    font-family: raleway, Geneva, sans-serif;
    font-size: 18px;
    text-align: left;
}

.marsa_alam_intro h4 {
    margin-top: 0;
    color: inherit;
    font-size: 20px;
    color: red;
    padding: 10px;
    margin-bottom: 0;
    padding-left: 0
}

.speech-bubble {
    position: fixed;
    right: 210px;
    bottom: 13px;
    z-index: 7;
    min-width: 250px;
    min-height: 103px;
    background: #0ab;
    border-radius: .4em;
    padding: 15px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    margin-left: 30px;
    line-height: 1.6;
    transition: .5s all
}

.close_bubble {
    position: absolute;
    color: red
}

.close_bub_conta {
    position: absolute;
    top: -20px;
    left: -16px;
    padding: 8px;
    height: 40px;
    width: 40px;
    font-size: 25px;
    border: 2px solid red;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer
}

.get_package .modal-dialog {
    width: 90%;
    height: 350px
}

.get_package {
    top: 30px
}

.get_package h2 {
    font-size: 17px;
    font-weight: 700;
    text-align: left
}

.get_package p {
    text-align: left
}

.get_package .big_items {
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #bbcfe1;
    padding: 5px;
    margin-bottom: 2px;
    text-align: left
}

.get_package .package_iten {
    text-align: left
}

.package_trip {
    padding: 16px;
    border: 2px solid #f1f1f1;
    margin-bottom: 20px
}

.speech-bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left-color: #0ab;
    border-right: 0;
    margin-top: -25px;
    margin-right: -25px
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #00f
}

.package_ {
    width: 100%;
    border: 1px solid #b4d3eb;
    padding: 10px;
    text-align: left;
    font-size: 17px;
    position: relative;
    margin-top: 15px
}

.package_ a {
    color: #fff
}

.show_package {
    position: relative;
    margin: 0 auto;
    width: 10%
}

.show_package .abs_div {
    position: fixed;
    z-index: 1000;
    top: 200px;
    width: 10%
}

.show_package .abs_div .load_img {
    display: none
}

.package_price {
    position: absolute;
    top: -11px;
    right: -13px;
    background-color: #00f;
    color: #fff;
    font-weight: 700;
    padding: 5px
}

.package_ .package_element {
    display: inline-block;
    margin-right: 1px;
    position: relative;
    margin-bottom: 10px
}

.pack_img_conta {
    width: 100%;
    position: relative
}

.package_img {
    height: 450px
}

.package_ .package_element .fa-caret-right {
    color: #b8dcfb;
    font-size: 28px;
    position: relative;
    bottom: -4px
}

.package_ .package_element p {
    display: inline;
    padding-left: 6px;
    background-color: #b8dcfb;
    font-weight: 700;
    background-color: #eef3f7
}

.package_ .package_element .fa-circle {
    padding: 0;
    position: absolute;
    font-size: 10px;
    color: #fb7535;
    top: 12px;
    left: 7px
}

.package_prices {
    text-align: right;
    color: #ff3625;
    position: absolute;
    top: 4px;
    right: 5px
}

.data_conta .name {
    display: block;
}

.data_conta img {
    padding: 20px;
}

.inclusions h3:nth-of-type(3),
.inclusions h3:nth-of-type(4),
.inclusions h3:nth-of-type(5) {
    font-size: 16px;
    font-weight: 100;
}

.trans_hotel {
    font-size: 20px;
    margin-bottom: 20px;
    background-color: #b8dcfb;
    display: inline-block;
    padding: 8px;
    float: left;
    position: relative;
    padding-left: 28px;
    border-radius: 0 10px 10px 0;
    left: -16px;
    font-weight: 100 !important
}

.trans_hotel span {
    font-weight: 700;
    color: #006cad
}

.thumbnail h3 {
    font-size: 20px
}

#googleMap {
    width: 100%;
    height: 0;
    margin: 10px auto
}

#output {
    text-align: center;
    font-size: 20px;
    margin: 20px auto
}

.hidden_from {
    display: none
}

.done_mail {
    position: fixed;
    height: 400px;
    top: 150px;
    left: 23%;
    z-index: 1001;
    width: 50%;
    background-color: #091419e0;
    color: #fff;
    padding-left: 35px
}

.exit {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    float: right;
    position: relative;
    top: -20px;
    right: -21px;
    border: 1px solid red;
    font-size: 32px;
    cursor: pointer;
    color: #000
}

.faa {
    background: linear-gradient(141deg, #e2195e 0%, #ce1463 51%, #9e056f 75%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: #ff1616;
    background-clip: text;
    -webkit-text-fill-color: #6d101000
}

.panel-body h4 {
    background-color: #f3f3f3;
    padding: 10px;
    display: inline-block;
    text-transform: capitalize
}

.panel-body .hotell {
    background-color: #e8fff0;
    padding: 5px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px
}

.output_det .alert-info {
    padding: 20px;
    font-family: monospace
}

.pac-container:after {
    background-image: none !important;
    height: 0
}

.Visa {
    position: relative;
    top: 200px;
    width: 40%;
    margin: 0 auto;
    z-index: 10000
}

.visain {
    position: fixed;
    top: 200px;
    text-align: center;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    font-family: raleway;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    text-align: center;
    font-size: 25px;
    padding: 30px;
    background-color: #f3f3f3;
    border: 2px solid #d4d1d1;
    border-radius: 10px
}

.visaBoot {
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    font-family: raleway;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    display: block;
    top: 100px;
    font-size: 25px;
    display: none
}

.popup_offer .modal.fade .modal-dialog {
    transform: translate(0, 20%);
}

.show {
    opacity: 1;
}

.popup_offer .modal-title {
    font-size: 20px;
    color: #ff4700;
}

.circle {
    width: 100px;
    height: 100px;
    border: 4px dashed#008fbe;
    display: block;
    border-radius: 50%;
    margin: 10px;
}

.offer_note {
    font-size: 20px;
    color: #145650
}

.img_discount {
    position: absolute;
    top: 98px;
    left: 0px;
    transform: rotate(-16deg);
}

.offer_value {
    display: block;
    text-align: center;
    transform: translate(0, 25px);
    font-size: 30px;
    font-family: fantasy;
    color: red;
}

.offer_percent {
    position: relative;
    float: right;
    font-size: 26px;
    transform: translate(-4px, -35%);
    color: #41a900;
}

.offer_code {
    display: block;
    border: 2px groove #f9f9f9;
    height: 100px;
    margin: 10px;
    text-align: center;
    font-size: 34px;
    width: 90%
}

.input_code {
    position: relative;
}

.copy_codee {
    position: absolute;
    bottom: 5px;
    right: 30px;
    color: #328c90;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.5s
}

.copy_codee:hover {
    color: red;
}

.coppied {
    position: absolute;
    bottom: -29px;
    right: 0px;
    display: none;
}

.modal-footer .trekksoft {
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.modal .close2 {
    font-size: 48px;
    position: absolute;
    right: 24px;
    top: 15px;
    color: red;
    opacity: 0.5;
}

.trans_points {
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding-left: 10px
}

.box-style_4 {
    margin-top: 0px;
}

.empty1 {
    margin: 0px;
    padding: 0px;
}

.box-style_4,
.box-style_4 .offer_code {
    background: linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
    background-color: #252525;
    color: white
}

.popup_offer .modal-content {
    background: #22c1c3;
    background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);
    background: linear-gradient(to right, #fdbb2d, #22c1c3);
    width: 90%;
}

.popup_offer .offer_code {
    background: #22c1c3;
    background: -webkit-linear-gradient(to left, #fdbb2d, #22c1c3);
    background: linear-gradient(to left, #fdbb2d, #22c1c3);
}

.popup_offer .modal-footer {
    padding-top: 0px;
    padding-bottom: 0px
}

.modal-footer .trekksoft .trekkbtn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.trans_points {
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding-left: 10px
}

.trans_points .from_span {
    color: #91ff90
}

.trans_container {
    background: #ff2626;
    background: background: #ebf1f6;
    background: -moz-linear-gradient(top, rgba(235, 241, 246, 1) 0%, rgba(171, 211, 238, 1) 50%, rgba(137, 195, 235, 1) 51%, rgba(213, 235, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(235, 241, 246, 1) 0%, rgba(171, 211, 238, 1) 50%, rgba(137, 195, 235, 1) 51%, rgba(213, 235, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(235, 241, 246, 1) 0%, rgba(171, 211, 238, 1) 50%, rgba(137, 195, 235, 1) 51%, rgba(213, 235, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf1f6', endColorstr='#d5ebfb', GradientType=0);
    margin-bottom: 20px
}

@media(max-width:992px) {
    .offer_note {
        font-size: 15px;
    }
    .modal.fade .modal-dialog {
        transform: translate(0, 5%);
        width: 90%;
        position: fixed;
        margin: 0 auto;
        right: 0px;
    }
    .img_discount {
        top: 16px;
        right: 162px;
        transform: rotate(45deg);
    }
    .circle {
        margin: 0 auto;
    }
    .show_pack {
        display: none;
    }
    .popularConta {
        height: auto;
        overflow: hidden;
        border-right: 0
    }
    .buildTrip form {
        padding-left: 30px;
        padding-right: 30px
    }
    .buildTrip .emailinput,
    .buildTrip .nameinput {
        width: 100%
    }
    .ftSearch {
        height: 200px
    }
    .ftSearch .input-group {
        margin-top: 15%
    }
}

@media(max-width:992px) and (min-width:680px) {
    .ftSearch .input-group {
        margin-top: 10%
    }
}

@media(min-width:600px) {
    .attraction_det img {
        max-width: 500px;
        border: 2px solid #ff6d46;
        box-shadow: 6px 6px #adf1cf;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .attraction_det img[src^="../images/360_Egypt.png"] {
        border: 0px;
        box-shadow: none;
        display: inline;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media(max-width:600px) {
    .ftSearch .input-group {
        margin-top: 25%
    }
}

@media(max-width:599px) {
    .all_programs_list_photo {
        float: none;
    }
    .attraction_det img {
        max-width: 300px;
        border: 2px solid #ff6d46;
        box-shadow: 6px 6px #adf1cf;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .attraction_det img[src^="../images/360_Egypt.png"] {
        border: 0px;
        box-shadow: none;
        display: inline;
        margin-left: 0px;
        margin-right: 0px;
    }
    .fa-map {
        display: none;
    }
    .price,
    .texth h1 {
        font-size: 25px;
    }
    .texth p {
        font-size: 12px;
    }
    .panel-one p {
        font-size: 14px;
    }
    .cbp_tmtimeline>li .cbp_tmlabel h4 {
        font-size: 16px;
    }
    .cbp_tmtimeline>li .cbp_tmlabel p {
        font-size: 13px;
    }
    .inclusions ul li {
        font-size: 13px;
    }
    .speech-bubble {
        display: none;
    }
}

@media(min-width:676px) {
    .navbar-collapse .navbar-nav li {
        background: url(../images/manu_bg.png) no-repeat right top;
    }
    .hotel_rate {
        margin-top: 0px;
    }
    .navbar-nav li:last-of-type {
        background: none;
    }
    .navbar-collapse .navbar-right li {
        background: url(../images/manu_bg.png) no-repeat left top;
    }
    .navbar-nav li:hover {
        color: #fff;
        background-color: #34889c;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form,
    .navbar {
        background-color: #f3f3f3;
    }
    .card-body iframe {
        width: 100%;
    }
}

@media(max-width:675px) {
    .navbar-nav li:hover {
        color: #fff;
        background-color: #d9edf7;
    }
    .package_prices {
        font-size: 20px;
        display: block;
        float: none;
        top: 0px;
        margin-bottom: 20px;
        left: 0px;
        position: relative;
    }
    .carousel-inner>.item>img {
        height: 200px;
        width: 100%
    }
}
.carusel2 .carousel-control .fa-angle-left,.carusel2 .carousel-control .fa-angle-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px;font-size:30px;color:#00f}.carusel2 .carousel-control .fa-angle-left{left:50%;margin-left:-10px}.carusel2 .carousel-control .fa-angle-right{right:50%;margin-right:-10px}
