@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;1,400&family=Poppins:ital,wght@0,400;0,600;0,700;0,900;1,100&family=Roboto:wght@700&family=Wix+Madefor+Text:ital,wght@0,400,0,600;0,700;1,400;1,800&display=swap");
.toolbar-area {
  padding: 0 20px;
}

.ddded {
  background: #004b44 !important;
}
.travel-area .travel-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.travel-area .travel-contact ul .rs-contact-email {
  color: #fff;
}

.travel-area .travel-contact ul li {
  display: inline-block;
  line-height: 50px;
  color: #fff;
}
.travel-area .travel-contact ul li a {
  transition: all 0.4s ease-in-out 0s;
  border-right: 1px solid #fff;
  margin-right: 20px;
  padding-right: 20px;
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}
.travel-area .travel-contact ul li i:before {
  font-size: 18px;
  margin-left: 0;
  position: relative;
  top: 1px;
}
.travel-area .travel-sl-share ul {
  text-align: right;
  margin: 0px;
  padding: 0;
}
.travel-area .travel-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
}
.travel-area .opening em {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}

.travel-area .travel-sl-share ul li + li {
  margin-left: 15px;
}

.travel-area .travel-sl-share ul li a {
  display: block;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none;
}
.responsive_get a {
  background-color: #01a189;
  padding: 8px 12px;
  border-radius: 50px;
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
/*----------navbar----------*/
.navbar {
  background-color: #fff;
  padding: 15px 0px !important;
}
.navbar-light111 .navbar-brand {
  width: 20%;
}
.navbar-light111 .navbar-brand img {
  width: 100%;
}
.navbar-nav {
  width: 100%;
  justify-content: center;
}
.navbar-collapse ul li .nav-link {
  color: #000 !important;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin: 0px 6px;
}
.log-class {
  display: flex;
  justify-content: space-around;
  margin: 0px;
  padding: 0px;
}

.login_main_class {
  width: 30%;
}
.login_main_class .log-class li {
  width: 50%;
  list-style: none;
}

.login_main_class .log-class li .register_btn {
  background-color: #01a189;
  padding: 8px 12px;
  border-radius: 50px;
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.login_main_class .log-class li .lock-class {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 15px;
}
.login_main_class .log-class li .lock-class i {
  margin-right: 10px;
  color: #01a189;
}
/*----------hero----------*/
/* .hero_img {
  background-image: url(./assets/images/body1.jpg);
  height: 474px;
  width: 100%;
  background-size: cover;
} */

.hero_bgcolor {
  /* background-color: #01a189; */
  background-image: linear-gradient(
    126deg,
    #01a189 27.90508270263672%,
    #02a78e 39.71376419067383%,
    #018e79 50.911521911621094%,
    #01a189 63.58194351196289%,
    #06b096 91.60547256469727%
  );
  padding: 60px 0px 100px;
}
.hero_img img {
  width: 75%;
  margin: auto;
  display: block;
}
.hero_text h1 {
  text-align: center;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 400;
  font-size: 75px;
  color: #fff;
  margin: 0px;
}
.hero_text p {
  text-align: center;
  margin: 0px;
  font-size: 24px;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 15px 0px 0px;
}
.hero_text {
  padding: 0px 36px;
}
.ul_list_hero ul {
  margin: 0px;
  padding: 0px;
}
.ul_list_hero ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  text-align: center;
}
.ul_list_hero ul li {
  list-style: none;
  padding: 0px 4px;
}
.ul_list_hero ul li a {
  transition: all 0.2s ease, visibility 0s;
  font-family: "Wix Madefor Text", sans-serif;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0);
  border-radius: 14px;
  margin: 0px 0px 0px 3px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
.ul_list_hero ul li a svg {
  font-size: 10px;
}
.ul_list_hero {
  text-align: center;
  margin: auto;
  display: table;
  margin-top: 30px;
}
.hero_button a {
  background-color: #fff;
  padding: 10px 27px;
  border-radius: 50px;
  font-family: "Wix Madefor Text", sans-serif;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 24px;
}
.hero_button {
  margin: auto;
  display: block;
  text-align: center;
  margin-top: 35px;
}
.hero_button p {
  padding: 20px 0px 20px;
  margin: 0px;
  color: #fff;
}
.hero_button a i {
  font-size: 20px;
}
/*----------maquree----------*/
.news-section {
  background-color: #004b44;
  position: relative;
  padding: 8px 0 3px;
}
.news-section h3 {
  position: absolute;
  font-size: 18px;
  z-index: 1;
  margin: 0;
  background: #fff;
  padding: 10px;
  top: 0;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}
.news-section p {
  margin: 0;
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}
/*----------about----------*/
.about_gap {
  padding: 70px 0px;
  background-color: #f2f2f2;
}
.about_bgcolor h1 {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0px;
}
.line_bottom {
  background-color: #01a189;
  width: 120px;
  height: 2px;
  margin-top: 10px;
}
.about_bgcolor p {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 400;
  margin: 0px;
  text-align: justify;
}
.about_bgcolor .about_p {
  padding-top: 10px;
  margin-bottom: 20px;
}
.about_p_first {
  padding-top: 25px;
}
.media-global i {
  color: #01a189;
  margin-right: 8px;
}
.media-body-global h2 {
  font-size: 18px;
  margin: 0px;
  padding-bottom: 5px;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;
}
.media-body-global p {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}
.hero-button a {
  text-decoration: none;
  cursor: pointer;
}
.wprt-button {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0.65em 1.5em;
  background-color: #004b44;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
}
.wprt-button i {
  color: #df9430;
}
.travel_img {
  position: relative;
}
.travel_img:before {
  position: absolute;
  content: "";
  /* bottom: -40px; */
  left: 5%;
  bottom: 5%;
  background: #004b44;
  height: 428px;
  width: 100%;
  z-index: 999;
  bottom: -5%;
}
.travel_img img {
  border: 5px solid #fff;
  z-index: 9999;
  position: relative;
}

/*----------why-choose-us----------*/
.why_choose_us {
  padding: 70px;
}
.pmargin {
  margin-top: 30px;
}
.project1-image {
  position: relative;
  background: #0b0b0b;
}
.project1-image a img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}
.project1 {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  margin-left: -40px;
  padding: 50px 0 40px 60px;
  background-color: #fff;
}
.project1 h3 {
  font-size: 28px;

  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;

  position: relative;
}
.project1 h3:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  left: -22%;
  top: 24px;
  background: #fbb040;
}

.project1 a {
  font-size: 14px;
  color: #00a28a;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}

.project1 a i {
  color: #000;
}

.project1-image:hover a img {
  transform: scale(1.03);
  opacity: 0.5;
}
.why_choose_text h1 {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;

  font-size: 25px;
  margin: 0px;
}
.project1 p {
  margin: 0px;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;

  padding-bottom: 10px;
}

/*----------footer----------*/
.footer {
  background-color: #000;
  padding: 70px 0px 30px;
}
.footer_list .footer-title {
  margin: 0px;
  font-size: 25px;
  font-family: "Wix Madefor Text", sans-serif;

  font-weight: 700;
  padding: 0px 0px 5px;
  color: #fff;
}
.menu-footer ul {
  margin-top: 25px;
  padding: 0px;
}
.menu-footer ul li {
  list-style: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.menu-footer ul li a {
  color: #fff !important;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 400;
}
.menu-footer ul li a i {
  color: #fbb040 !important;
}
.menu-footer ul a span {
  margin-left: 5px;
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;

  font-weight: 400;
}
.menu-footer ul a i {
  color: #fbb040;
}

.menu-footer ul li a .fa-circle {
  font-size: 10px;
  margin-right: 5px;
}
.footer_description p {
  color: #fff;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
}
.footer_description img {
  width: 85%;
  margin-bottom: 10px;
}
/*----------copy-right----------*/
.copy_bgcolor {
  background-color: #0c442e;
  padding: 15px;
}
.cpoyright_text h2 {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}
.cpoyright_text h2 a {
  text-decoration: underline;
  color: #fbb040;
}

/*---------------------popup-form-code--------------------------*/
/* .modal-box{ font-family: 'Poppins', sans-serif; }
.show-modal{
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #49a6fd);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 200px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}
.show-modal:hover,
.show-modal:focus{
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}
.modal-dialog{
    width: 400px;
    margin: 70px auto 0;
}
.modal-dialog{ transform: scale(0.5); }
.modal-dialog{ transform: scale(1); }
.modal-dialog .modal-content{
    text-align: center;
    border: none;
}
.modal-content .close{
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #4cd5ff);
    font-size: 25px;
    font-weight: 400;
    text-shadow: none;
    line-height: 27px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 8px;
    top: 8px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-content .close:hover{
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.close:focus{ outline: none; }
.modal-body{ padding: 60px 40px 40px !important; }
.modal-body .title{
    color: #026fd4;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.modal-body .description{
    color: #9A9EA9;
    font-size: 16px;
    margin: 0 0 20px;
}
.modal-body .form-group{
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
.modal-body .input-icon{
    color: #777;
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
}
.modal-body .form-control{
    font-size: 17px;
    height: 45px;
    width: 100%;
    padding: 6px 0 6px 50px;
    margin: 0 auto;
    border: 2px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}
.form-control::placeholder{
    color: #AEAFB1;
}
.form-group.checkbox{
    width: 130px;
    margin-top: 0;
    display: inline-block;
}
.form-group.checkbox label{
    color: #9A9EA9;
    font-weight: normal;
}
.form-group.checkbox input[type=checkbox]{
    margin-left: 0;
}
.modal-body .forgot-pass{
    color: #7F7FD5;
    font-size: 13px;
    text-align: right;
    width: calc(100% - 135px);
    margin: 2px 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}
.forgot-pass:hover{
    color: #9A9EA9;
    text-decoration: underline;
}
.modal-content .modal-body .btn{
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #4cd5ff);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 5px;
    border: none;
    display: inline-block;
    transition: all 0.6s ease 0s;
}
.modal-content .modal-body .btn:hover{
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-content .modal-body .btn:focus{ outline: none; }
@media only screen and (max-width: 480px){
    .modal-dialog{ width: 95% !important; }
    .modal-content .modal-body{
        padding: 60px 20px 40px !important;
    }
}*/

/*---------------------popup-form-code--------------------------*/
/* ----------------------------------------------login-form---------------------------------------------------- */
.login_text {
  text-align: center;
  margin-bottom: 35px;
}
.login_text h1 {
  font-size: 30px;
  margin: 0px;
  padding-bottom: 20px;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.login_text p {
  font-size: 18px;
}
.hero_bgcolor1 {
  background-color: #fff;
  padding: 70px 0px;
}

.form-control {
  position: relative;
  margin: 20px 0 28px;
  /* width: 300px; */
  /* text-decoration: overline; */
  border: 0px solid #fff;
  padding: 10px 0px 0px;
}

.form-control input {
  background-color: transparent;
  border: none;
  border-bottom: 1px #868aa540 solid;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
}
.form-control input:hover {
  border-bottom: 1px #868aa540 solid;
}
/* .form-control input:focus,
.form-control input:valid {
  outline: 0;
} */

.form-control label {
  position: absolute;
  top: 15px;
  left: 0;
}

.form-control label span {
  display: inline-block;
  font-size: 18px;
  min-width: 5px;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* bouncing movement*/
}

.form-control input:focus + label span,
.form-control input:valid + label span {
  color: #004b44;
  transform: translateY(-30px);
}
.text a {
  font-size: 13px;
  text-decoration: underline;
  color: #000;
}
.btn {
  cursor: pointer;
  display: inline-block;
  width: 90%;
  padding: 6px 10px;
  background: #fff;
  color: #000;
  border: none;
  border: 1px solid #156dfa5e;
  border-radius: 50px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  margin-top: 40px;
}
.btn1 {
  cursor: pointer;
  display: inline-block;
  width: 35%;
  padding: 6px 10px;
  background: #fff;
  color: #000;
  border: none;
  border: 1px solid #156dfa5e;
  border-radius: 50px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  margin-top: 25px;
}
.btn1:hover {
  background-color: #1a73e8;
  color: #fff;
}
.google_icon a {
  width: 56px;
  height: 46px;
  background-color: #fff;
  padding: 8px 20px;
}
.google_icon {
  border: 1px solid #1a73e8;
  margin-bottom: 15px;
}
.google_icon a p {
  margin: 0px;
  padding: 0px;
}
.google_icon a p img {
  width: 20px;
  height: 18px;
}
.media-body-google {
  background-color: #1a73e8;
  border: 0;
  color: #fff;
  font-weight: 400;
  height: 46px;
  text-align: center;
  font-size: 15px;
  padding: 12px 12px 12px;
  border-style: dashed;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}

.google_icon1 a {
  width: 56px;
  height: 46px;
  background-color: #fff;
  padding: 8px 20px;
}
.google_icon1 {
  border: 1px solid #3b5897;
  margin-bottom: 15px;
}
.google_icon1 a p {
  margin: 0px;
  padding: 0px;
}
.google_icon1 a p img {
  width: 20px;
  height: 18px;
}
.media-body-google1 {
  background-color: #3b5897;
  border: 0;
  color: #fff;
  font-weight: 400;
  height: 46px;
  font-size: 15px;
  padding: 12px 12px 12px;
  text-align: center;
  border-style: dashed;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}

.google_icon2 a {
  width: 56px;
  height: 46px;
  background-color: #fff;
  padding: 8px 20px;
  border-right: 1px solid #000;
}
.vertical_line span {
  margin-left: -7px;
  font-size: 12px;
}
.google_icon2 {
  border: 1px solid #000;
}
.google_icon2 a p {
  margin: 0px;
  padding: 0px;
}
.google_icon2 a p img {
  width: 20px;
  height: 18px;
}
.media-body-google2 {
  border: 1px solid #000;
  background-color: #fff;
  border: 0;
  color: #000;
  font-weight: 400;
  height: 46px;
  font-size: 15px;
  padding: 12px 12px 12px;
  text-align: center;
  border-style: dashed;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
}
/* .btn:focus {
  outline: 0;
} */

.btn:hover {
  background-color: #1a73e8;
  color: #fff;
}

.text {
  margin-top: 20px;
}
.first_line-1 {
  width: 1px;
  height: 100%;
  height: 115px;
  opacity: 0.8;
  background-color: #e0e5eb;
}
.vertical_line {
  margin: auto;
  display: table;
}

/* .content {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 30px 35px 40px;
  box-sizing: border-box;
  border-radius: 5px;
 
}
.login_form p {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.text {
  font-size: 30px;
  color: #000000;

  text-align: center;
  letter-spacing: 2px;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
#times {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 25px;
  background: #dcdff1;
  padding: 3px;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 50%;

  box-shadow: -4px -4px 7px #fffdfdb7, 3px 3px 5px rgba(94, 104, 121, 0.24);
  cursor: pointer;
}

form {
  margin-top: 40px;
}

label {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}

input {
  display: block;
  height: 43px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  border: none;
  
  border: 1px solid #cecece;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
}

::placeholder {
  color: #555;
}

.button {
  border-radius: 5px;
  margin-top: 35px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: -4px -4px 7px #fffdfdb7, 3px 3px 5px rgba(94, 104, 121, 0.388);
  background: #03a990;
  color: #fff;
  border: none;
  margin-bottom: 32px;
  padding: 12px;
  text-align: center;
}

.button:hover {
  background: #004b44;
} */
/* ----------------------------------------------PRICING---------------------------------------------------- */
.pricing-tale {
  background-color: #004b44;
  padding: 5px 5px 0px;
  margin-top: 50px;
}
.pricename1 {
  background-color: #01a189;
  padding: 8px 5px;
}
.pricename1 h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}
.pricename {
  background-color: #fff;
  padding: 8px 5px;
}
.pricename h2 {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;
}
.pricename_bottom {
  border-bottom: 4px solid #000;
}
.pragraph_table p {
  padding: 20px 20px 0px 20px;
  margin: 0px;
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 17px;
  text-align: center;
}
.pricename h2 {
  text-align: center;
  font-size: 25px;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 700;
  margin: 0px;
}
.triangle-down {
  width: 93%;
  height: 20%;
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;
  border-top: 143px solid #004b44;
  position: absolute;
  margin-top: 18px;
  margin-left: -6px;
}
.pricing_table {
  padding: 70px 0px 250px;
  background-color: #f2f2f2;
}
.bottom_triangle img {
  width: 107%;
  margin-left: -12px;
}
.bottom_triangle {
  background: url(../images/tr1.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.bottom_triangle {
  text-align: center;
}
.bottom_triangle a {
  background-color: white;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-family: "Wix Madefor Text", sans-serif;
  position: relative;
  top: 8%;
  font-weight: 600;
  cursor: pointer;
}
/* -------------------dashboard-card------------------ */
.line-card {
  background-color: #01a189;
  height: 2px;
  width: 70px;
  margin: 12px 0px;
}

.card-body-1 {
  margin: 0px;
  padding: 15px 8px 20px;
}
.card-body-1 h2 {
  font-size: 23px;
  font-weight: 700;
  font-family: "Wix Madefor Text", sans-serif;
}
.card-body-1 p {
  font-family: "Wix Madefor Text", sans-serif;
  margin-top: 10px;
  padding: 0px;
  font-weight: 500;
}
.card_padding {
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #dadada;
}
.card_padding img {
  border-radius: 10px;
}
.card-body-1 a {
  background-color: #004b44;
  padding: 7px 12px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-family: "Wix Madefor Text", sans-serif;
}
.card_padding_gap {
  margin-top: 30px;
}
.card_padding_gap1 {
  margin-top: 50px;
}
.pricing_table1 {
  padding: 70px 0px 70px;
  background-color: #fff;
}
.description_text_footer {
  background-color: #f2f2f2;
  padding: 50px;
}
.description_text11 h1 {
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #004b44;
}
.description_text11 p {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
  margin: 0px;
}
.description_text11_gap {
  margin-top: 25px;
}
/* ---------inner-signal-page--------------- */
.blog_inner {

  background-image: url('../images/ocd-bredcrumbs-img.jpg');
  position: relative;
  padding: 175px 0px 80px;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_clearfix h1 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 35px;
  font-family: "Wix Madefor Text", sans-serif;
  margin: 0px;
}
.text_bgcolor1 h2 {
  font-weight: 800;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 25px;
}
.text_bgcolor {
  background-color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px #ddddddd1;
  margin-top: 30px;
}
.text_bgcolor1 p {
  background-color: white;
  padding: 10px;
  border: 1px solid #bababa70;
  font-family: "Wix Madefor Text", sans-serif;
  margin-top: 20px;
  text-align: justify;
}
.text_bgcolor1_gap {
  margin-top: 40px;
}
.package_bgcolor {
  border-bottom: solid 1px #e7e7e7;
  background: #10f4d21f;
  padding: 20px;
  position: relative;
}

.package_bgcolor .sale_price {
  color: #9b9b9b;
  font-size: 12px;
  text-decoration: line-through;
  margin: 0px;
}
.pragraph span {
  font-weight: 800;
}
.package_bgcolor h2 .sale_number {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 800;
  color: #4c4c4c;
}
.package_bgcolor h2 .small_sale_number {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #4c4c4c;
}
.package_bgcolor .exclusive {
  color: #000;
  font-size: 10px;
  margin: 0px;
}
.package_bgcolor h2 {
  margin: 0px;
}
.package_bgcolor_bottom {
  /* background-color: #fff; */
  padding: 10px 20px 10px;
}
.package_row {
  display: flex;
  justify-content: space-between;
}
.package_row > .edit_text {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;
}
.package_row > .edit_text .fa-calendar-alt {
  font-size: 15px;
  margin-right: 5px;
}
.package_row .edit {
  color: #01a189;
}
.package_row .edit a {
  text-decoration: none;
}
.package_button {
  /* padding: 10px 20px 18px 20px; */
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  /* margin: 4px 0 0 0; */
}
.package_button1 a {
  background-color: #01a189;
  padding: 8px 18px;
  border-radius: 50px;
  color: #fff;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin: auto;
  display: table;
  margin-top: 15px;
  text-decoration: none;
}
.packae_bgcolor1_main {
  background-color: #dadada2e;
  padding: 10px 0px 20px;
}
.best_deals .offer_best {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 700;
  padding: 15px 18px;
  margin: 0px;
  text-align: center;
}
.maximun_benefit {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  color: #fff;
}
.make_travel {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.make_travel .page_login a {
  background-color: #ffffff;
  padding: 6px 12px;
  border-radius: 50px;
  color: #000;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  margin: auto;
  display: table;
  font-weight: 700;
  text-decoration: none;
}
.banner_list {
  padding: 10px 15px;
  background-image: linear-gradient(71deg, #01a189, #01a189);
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.best_deals {
  margin-top: 30px;
  background-color: #f8f8f8;
}
.banner_list ul {
  margin: 0px;
  padding: 0px;
}
.banner_list ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  font-family: "Wix Madefor Text", sans-serif;
  width: 50%;
  margin-bottom: 10px;
}
.right_side_top_gap {
  margin-top: 32px;
}
.full_text_bgcolor {
  background-color: #fff;
  padding: 28px 25px;
  box-shadow: -1px 0px 4px 4px #d7d7d72b;
}
.title_card_text .card_full_text {
  text-align: center;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 800;
  font-size: 33px;
  color: #01a189;
  text-transform: uppercase;
}
.title_card_text p {
  text-align: center;
  font-family: "Wix Madefor Text", sans-serif;
  margin: 0px;
  font-size: 17px;
}
.head_tittle_gap {
  margin-top: 70px;
}
.box {
  font-family: "Wix Madefor Text", sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 10px solid #eee;
}
.box:before {
  content: "";
  background: #fafafa;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  top: 0;
  transition: all 0.5s ease 0s;
}
.box:hover:before {
  left: 0;
  right: 0;
}
.box img {
  width: 100%;
  height: auto;
  transition: 0.5s ease 0s;
}
.box:hover img {
  opacity: 0.3;
}

.box-content {
  color: #fff;
  background: #01a189;
  width: 90%;
  padding: 12px 12px 11px;
  position: absolute;
  top: 65px;
  left: 0;
  transition: all 0.5s ease 0s;
  margin: auto;
  text-align: center;
  right: 0px;
}
.box:hover .box-content {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}
.box:hover .box_content1 h1 {
  color: #01a189;
}
.box:hover .box_content1 a {
  color: #fff;
  background-color: #01a189;
}
.box .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0px;
}
.box .post {
  font-size: 15px;
  font-weight: 500;
  padding-top: 7px;
  text-transform: capitalize;

  display: block;
}
.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.box:hover .icon {
  opacity: 1;
}
.box .icon li {
  margin: 0 3px;
  display: inline-block;
}
.box .icon li a {
  color: #227e22;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all 0.3s ease 0s;
}
.box .icon li a:hover {
  color: #227e22;
  background: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 12px #227e22;
}
.box_content1 h1 {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  font-size: 28px;
  font-weight: 700;
}
.box_content1 a {
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  font-size: 17px;
  font-weight: 500;
  background: #fff;
  width: 35%;
  padding: 4px 0px;
  border-radius: 50px;
  margin: auto;
  color: #000;
  text-decoration: none;
}
.cardcontainer_gap {
  margin-top: 30px;
}
.about_bgcolor1 h1 {
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0px;
  text-align: center;
}
.line_bottom11 {
  background-color: #01a189;
  width: 120px;
  height: 2px;

  margin: 10px auto;
}
.card_effect_gap {
  margin-top: 30px;
}
@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}
@media all and (min-width: 768px) {
  .project11-image a img {
    display: none;
  }
  .nav-item .nav-link_responsive {
    display: none !important;
  }
  .line_bottom_responsive {
    display: none;
  }
  .responsive_get a {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .card_effect_gap {
    margin-top: 1px;
  }
  .title_card_text p {
    font-size: 16px;
  }
  .full_text_bgcolor {
    padding: 25px 15px;
  }
  .box .title {
    font-size: 18px;
  }
  .box-content {
    top: 48px;
  }
  .box_content1 a {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    width: 40%;
    padding: 4px 1px;
  }
  .pricing_table1 {
    padding: 50px 0px 30px;
    background-color: #fff;
  }
  .about_bgcolor1 h1 {
    font-size: 22px;
  }
  .blog_inner {
    padding: 0px 0px 0px !important;
    height: 25vh !important;
    display: flex;
    align-items: center;
  }
  .box_content1 h1 {
    top: 8px;
    font-size: 25px;
  }
  .title_card_text .card_full_text {
    font-size: 22px;
  }
  .banner_clearfix h1 {
    font-size: 23px;
  }
  .resposive_price_gap {
    margin-top: 250px;
  }

  .form_login {
    display: none;
  }
  .vertical_line {
    display: none;
  }
  .hero_bgcolor1 {
    background-color: #fff;
    padding: 35px 0px;
  }
  .btn {
    margin-top: 20px;
    margin-bottom: 30px !important;
  }
  .media-body-google1 {
    font-size: 14px;
  }
  .media-body-google {
    font-size: 14px;
  }
  .media-body-google2 {
    font-size: 14px;
  }
  .hero_text h1 {
    text-align: center;
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin: 0px;
  }
  .hero_text {
    padding: 0px 10px;
  }
  .hero_text p {
    text-align: center;
    margin: 0px;
    font-size: 17px;
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 15px 0px 0px;
  }
  .hero_button a {
    font-size: 15px;
  }
  .hero_button a i {
    font-size: 15px;
  }
  .hero_button {
    margin-top: 25px;
  }
  .hero_button p {
    padding: 30px 0px 30px;
    margin: 0px;
    color: #fff;
  }
  .hero_bgcolor {
    background-color: #2f40ad;
    padding: 60px 0px 70px;
  }

  .responsive_get a {
    padding: 7px 8px;

    font-size: 12px;
  }
  .navbar-collapse {
    padding: 10px;
  }
  .why_choose_text h1 {
    font-size: 22px;
  }
  .line_bottom_responsive {
    margin-bottom: 10px;
  }
  .media-global i {
    color: #01a189;
    margin-right: 8px;
    font-size: 20px;
  }
  .login_main_class {
    width: 50%;
  }
  .log-class {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
  }
  .travel-area {
    display: none;
  }
  .navbar-light111 .navbar-brand {
    width: 52%;
  }
  /* .hero_img {
    height: 22vh;
  } */
  .news-section h3 {
    font-size: 15px;
  }
  .news-section {
    background-color: #004b44;
    position: relative;
    padding: 5px 0 3px;
  }
  .about_bgcolor h1 {
    font-size: 22px;
  }
  .about_gap {
    padding: 50px 0px;
    background-color: #f2f2f2;
  }
  .travel_img:before {
    display: none;
  }
  .travel_img img {
    border: 5px solid #01a189;

    margin-top: 26px;
  }

  .why_choose_us {
    padding: 50px 0px 50px 0px;
  }
  .project1 {
    position: relative;
    z-index: 1;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding: 0px 0 0px 0px !important;
    background-color: #fff;
  }
  .pmargin {
    margin-top: 25px;
  }
  .project1 h3:before {
    display: none;
  }
  .project1-image a img {
    display: none;
  }
  .project1 h3 {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin-top: 25px;
  }
  .menu-footer-responsive {
    margin-top: 20px !important;
  }
  .footer {
    background-color: #000;
    padding: 50px 0px 30px;
  }
  .description_text_footer {
    background-color: #f2f2f2;
    padding: 30px 5px;
  }
  .card_padding_gap1 {
    margin-top: 30px;
  }
  .card_padding_gap1_responsive_top {
    margin-top: 40px;
  }
  .btn11 {
    width: 30% !important;
  }
  .already_margin {
    margin: 0px;
    padding: 0px;
  }
  .login_text111 {
    margin-bottom: 10px !important;
  }
}
.btn11 {
  cursor: pointer;
  display: inline-block;
  width: 20%;
  padding: 6px 10px;
  background: #fff;
  color: #000;
  border: none;
  border: 1px solid #156dfa5e;
  border-radius: 50px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  margin-top: 25px;
}
.btn11:hover {
  background-color: #1a73e8;
  color: #fff;
}

.agent_img img {
  width: 100%;
}
.row_align {
  align-items: center;
}
