/* Costa Rica modification start */
.cost-bodyMain, .cost-visit {
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.3em;
    box-shadow: inset 0 0 20px rgb(5, 94, 42);
    padding: 15px;
    border-radius: 5px;  
   margin-top: 10px;
   background-color: antiquewhite;
}
.cost-about {
    font-size: larger;
    font-weight: bold;
    margin-top: 20px;
}
.cost-read-more-container {
    display: flex;
    flex-direction: column;
    color: #111;
}
.cost-container {
    padding: 2rem;
    border-radius: 2px;
    line-height: 1.4rem;
}
.cost-read-more-btn {
    margin-top: 10px;
    color: whitesmoke;
    padding: 10px 30px;
    float: right;
    background-color:green;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.cost-read-more-text {
    display: none;
}
.cost-read-more-text--show {
    display: inline;
}
.cost-main-photo {
    margin-top: 15px;
}
.cost-content {
    margin-top: 20px;
}
.cost-imgs {
    margin-top: 20px;
}
/* Costa Rica modification end */

/* Chile modification start */

.chil-read-more-container {
    display: flex;
    flex-direction: column;
    color: #111;
}
.chil-container {
    padding: 2rem;
    border-radius: 2px;
    line-height: 1.4rem;
}
.chil-read-more-btn {
    margin-top: 10px;
    color: whitesmoke;
    padding: 10px 30px;
    float: right;
    background-color:rgb(30, 0, 128);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.chil-read-more-text {
    display: none;
}
.chil-read-more-text--show {
    display: inline;
}

.chilAccord {
    width: 97%;
    max-width: 1280px;
    margin: 2rem auto;
}
.chilAccordItem {
    background-color:#0f0c70;
    color: #fff;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.chilAccordItemHeader {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.chilAccordItemHeader::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
} 
.chilAccordItemHeader.active::after {
    content: "\002D";
}
.chilAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.chilAccordItem-body-content {
    padding: 1rem;
      line-height: 1.5rem;
      border-top: 3px solid;
      border-image: linear-gradient(to right, transparent, #a2cdf4, transparent) 1; 
}
/* Chile modification end */

/* Argentina modification start */

.arg-Main {
    margin-top: 20px;
    background-color: white;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 10px rgb(0, 102, 255);
    -webkit-box-shadow: Inset 0 0 10px rgb(0, 102, 255);
    box-shadow: inset 0 0 10px rgb(0, 191, 255);
    text-align: center;
}
.arg-content {
    margin-top: 20px;
    text-align: center;
}

.argAccordItem {
    background-color: #43A1D5;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.argAccord {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto; 
}

.argAccordItemHeader {
    color: white;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.argAccordItemHeader::after {
    content: "\003E";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
}

.argAccordItemHeader.active::after {
    content: "\003C";
}

.argAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}
.argAccordItem-body-content {
    color: white;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1; 

}


.separationLine {
    margin-top: 30px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #4d08bb, transparent) 1; 
}


/* Argentina modification end */

/* Colombia modification start */

.colAccordItem {
    background-color: #fcd116;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.colAccordItemTwo {
    background-color: #003893;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
 
}
.colAccordItemThree {
    background-color: #Ce1126;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 

} 
.colAccord {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto; 
}

.colAccordItemHeader {
    color: white;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-size: large;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.colAccordItemHeader::after {
    content: "\003E";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
}

.colAccordItemHeader.active::after {
    content: "\003C";
}

.colAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}
.colAccordItem-body-content {
    color: white;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1; 

}


/* Colombial modification end */

/* Australia modification starts */

.syd-Main {
    margin-top: 20px;
    background-color: blanchedalmond;
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 10px rgb(7, 50, 114);
    -webkit-box-shadow: Inset 0 0 10px rgb(7, 50, 114);
    box-shadow: inset 0 0 10px rgb(7, 50, 114);
    text-align: center;

}
.sydAccordItem {
    background-color: #00843d;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
}
.sydAccordItemTwo {
    background-color: #FFCD00;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
 
}
/* .sydAccordItemThree {
    background-color: #00843D;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 

}  */
.sydAccord {
    width: 95%;
    max-width: 1200px;
    margin: 2rem auto; 
}

.sydAccordItemHeader {
    color: white;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-size: large;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.sydAccordItemHeader::after {
    content: "\2016";
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    transition: transform 0.2s ease-in-out;
}

.sydAccordItemHeader.active::after {
    content: "\2017";
}

.sydAccordItem-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}
.sydAccordItem-body-content {
    color: white;
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1; 

}



/* Australia modification ends /*

/* New Zealand modification starts */

.firstImg {
    margin-top: 10px;
}
.nzl-Main {
    margin-top: 20px;
    background-color: rgb(237, 247, 221);
    padding: 15px;
    font-size: 1.5em;
    font-style: italic;  
    -moz-box-shadow: inset 0 0 10px rgb(7, 50, 114);
    -webkit-box-shadow: Inset 0 0 10px rgb(7, 50, 114);
    box-shadow: inset 0 0 10px rgb(7, 50, 114);
    text-align: center;

}
.nzl-info {
    margin-top: 40px;
}

.nzl-read-more-container {
    display: flex;
    flex-direction: column;
    color: #111;
}
.nzl-container {
    padding: 2rem;
    border-radius: 2px;
    line-height: 1.4rem;
}
.nzl-read-more-btn {
    margin-top: 10px;
    color: whitesmoke;
    padding: 10px 30px;
    float: right;
    background-color:rgb(151, 198, 100);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.nzl-read-more-text {
    display: none;
}
.nzl-read-more-text--show {
    display: inline;
}


/* New Zealand modification ends */

/* Anguilla start */

.ang-read-more-btn {
    margin-top: 10px;
    color: whitesmoke;
    padding: 10px 30px;
    float: right;
    background-color:rgb(96, 165, 184);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
 
}
/* Anguilla ends */

/* My Travel modifications */
.MyTraveldata {
    margin-top: 15px;
    background-color: rgb(243, 245, 247);
    text-align: center;
    font-size: 15px;
    padding: 20px;
}
.divider {
    border-right: 2px solid rgb(41, 2, 100);
    padding: 10px;
    display: inline;
}
.MyTraveldataImg {
    margin-top: 15px;
}

/* Begining of the new Mexico city page */

.mexCatedral {
    margin-top: 15px;
    background-color: whitesmoke;
    padding: 10px;
    -moz-box-shadow: inset 0 0 20px rgb(148, 144, 144);
    -webkit-box-shadow: Inset 0 0 20px rgb(148, 144 , 144);
    box-shadow: inset 0 0 20px rgb(148, 144 , 144);
}
.mexCity {
    margin-top: 20px;
}
.read-more-container-mx  {
    display: flex;
    flex-direction: column;
    color: #111;
}
.container-mx {
    padding: 2rem;
    /*background-color: #fff;*/
    border-radius: 2px;
    line-height: 1.4rem;
}
.read-more-btn-mx {
    margin-top: 10px;
    color: rgb(250, 250, 250);
    padding: 15px 40px;
    float: right;
    background-color:#0a4f3a;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.read-more-text-mx {
    display: none;
}
.read-more-text-mx--show {
    display: inline;
} 

/* The end of the new Mexico city page */


/* Begining of new Cabos  */
.cabo-main-photo {
    margin-top: 15px;
    box-shadow: inset 0 0 20px rgb(35, 55, 170);
    border-radius: 10px;
}
.losCabo-intro {
    text-align: center;
    font-style: italic;
    margin: auto;
    font-size: 1.3em;
    box-shadow: inset 0 0 20px rgb(139, 155, 247);
    padding: 15px;
    border-radius: 5px;  
   margin-top: 10px;
   background-color: antiquewhite;
}

.cabo-read-more-container {
    display: flex;
    flex-direction: column;
    color: #111;
}
.cabo-container {
    padding: 2rem;
    border-radius: 2px;
    line-height: 1.4rem;
}
.cabo-read-more-btn {
    margin-top: 10px;
    color: rgb(250, 250, 250);
    padding: 15px 40px;
    float: right;
    background-color:#233370;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
    border-radius: 5px;
}
.cabo-read-more-text {
    display: none;
}
.cabo-read-more-text--show {
    display: inline;
} 
.cabo-about {
    font-size: larger;
    font-weight: bold;
    margin-top: 10px;
}
.cabo-large-photo {
    border-radius: 10px;
}
.caboText-title {
    font-weight: bold;
    font-size: 1.6em;
}
.caboTitle {
    margin-top: 30px;
}
/* The end of new Cabos */

/* Start of Queretaro */
.que-read-more-container {
    display: flex;
    flex-direction: column;
    color:#000;
}
.que-container {
    padding: 2rem;
    border-radius: 2px;
    line-height: 1.4rem;
}
.que-read-more-btn {
        margin-top: 10px;
        color: rgb(250, 250, 250);
        padding: 15px 40px;
        float: right;
        background-color:#641729;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
        cursor: pointer;
        font-style: italic;
        font-size: 15px;
        border-radius: 5px;
}
.que-read-more-text {
    display: none;
}
.que-read-more-text--show {
    display: inline;
}
/* End of Queretaro */

/* Start of San Miguel de Allende*/
.sma-read-more-container {
    display: flex;
    flex-direction: column;
    color:#000;
}
.sma-container {
    padding: 2rem;
    border-radius: 2px;
    line-height: 1.4rem;
}
.sma-read-more-btn {
        margin-top: 10px;
        color: rgb(250, 250, 250);
        padding: 15px 40px;
        float: right;
        background-color:#27721f;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); 
        cursor: pointer;
        font-style: italic;
        font-size: 15px;
        border-radius: 5px;
}
.sma-read-more-text {
    display: none;
}
.sma-read-more-text--show {
    display: inline;
}
.marginUp {
    margin-top: 70px;
}


/* End of San Miguel de Allende*/

.nAmerica {
    margin-top: 20px;
    text-align: center;
}



@media only screen and (min-width: 150px) and (max-width: 600px) 
{
    .divider {
        border-right: 2px solid rgb(41, 2, 100);
        padding: 5px;
        display: inline;
    }
     
}


