.clearfix {
    content: "";
    display: block;
    clear: both;
}
.notice-text {
     color: #9e7419;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
}
.note-h5{
    font-size: 18px;
    padding: 5px;
    letter-spacing: 1px;
    color: #BD553C;
    font-weight: 600;
}
.passportContent {
    font-family: 'Cardo', serif;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.heading1 {
    font-family: 'Oswald', sans-serif;
    color: #7c795d;
    /*    font-family: 'Trocchi', serif; */
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.border {
    display: block;
    margin: auto;
    width: 200px;
    height: 3px;
    background: #7c795d;
     margin-bottom: 5px;
}

.passport-intro {
    width: 100%;
    height: auto;
    background: #ddd;
}

.pp-box {
    float: left;
    margin-bottom: 10px;

}

.pp-box-1 {
    width: 15%;
    height: 250px;
    margin: 0 5px;
    border: 1px solid green;
}

.pp-box-2 {
    width: 84%;
    height: 250px;
    border: 1px solid green;
}

.pp-box img {
    width: 100%;
    height: 100%;
    padding: 5px 5px;

}

.pp-box-2 p {
    font-size: 20px;
    padding: 5px;
    line-height: 1;
}
.passportContent .pp-types::after {
    content: "";
    display: block;
    clear: both;
}
.passportContent .pp-types {
    width: 100%;
    background: #C2EFEB;
  
}

.identity h1 {
    background: #007bff;
   font-family: 'Oswald', sans-serif;
   font-size: 15px;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-weight: normal; 
   padding: 5px 0px;
}
.pp-types .types {
    width: 23%;
    height: 200px;
    float: left;
    margin: 5px 12px;
    border: 1px solid #149911;
    
}
.pp-types p {
      font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: justify;
    padding: 0 5px;
}
.id-content h4 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 600;
    color: #5F0F40;
    padding-top: 5px;
    letter-spacing: 2px;
}
.maxi {
 background: #006DAA;
    color: #fff;
}
.etc {
   background: #006DAA;
    color: #fff;
}
.child {
   background: #006DAA;
    color: #fff;
}
.regular {
    background: #006DAA;
    color: #fff;
}


/*Start Accordion*/
.accordion {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    background: #003875;
    color: #fff;
}
.accordion__label,
.accordion__content {
    padding: 14px 20px;
}
.accordion__content .accordion-h4 {
    color: #008000;
    font-weight: 300;
    letter-spacing: 1px;
}
.accordion__label {
    display: block;
    color: #065535;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
    background: #bfbfbf;
    font-size: 15px;
    border-bottom: 1px solid #003785;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    
}
.accordion__label:hover {
    background: rgba(0,0,0,0.1);
    color: #fff;
}
.accordion__label::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../img/caret-down-solid.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: contain;
    transition: transform 0.4s;
}
.accordion__content {
    line-height: 1.6;
    font-size: 15px;
    display: none;
    background: #fff;
    color: #000;
    border-left: 1px solid #003785;
    border-right: 1px solid #003785;
    border-bottom: 1px solid #003785;
}
.accordion__input {
display: none;
}
.accordion__input:checked ~ .accordion__content {
    display: block; 
}
.accordion__input:checked ~ .accordion__label::after {
     transform: translateY(-50%) rotate(0.5turn);
}
.identity {
    border: 1px solid #453;
}
.accordion-list .accordion-items {
    list-style: decimal;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 5px;
    margin: 5px;
  
}
.accordion-items a {
    display: inline-block;
}

.accordion-list {
    margin: 0px 18px;
  
}

.sh-sub-heading {
    font-size: 16px;
    padding: 5px;
    letter-spacing: 1px;
    color: #BD553C;
}

.sh-bg-text {
    background: #6B7177;
    color: #fff;
}
.process-time {
    width: 100%;
    height: 120px;
    background: #73a580;
    color: #fff;
    text-align: center;
}
.process-time h4 {
    color: #000;
}
.process-time p {
    text-align: center;
    font-size: 18px;
}
.sh-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sh-links a {
   text-decoration: none; 
    margin: 5px;
    font-size: 15px;
}
.sh-links .link-1 {
    padding: 5px 30px;
    letter-spacing: 1px;
     text-decoration: none;
}
.sh-links .fa-phone-square  {
    color: #084596;

}
.sh-links .fa-envelope-square {
    color: #065535;

}
.link-text p {
    font-size: 16px;
    padding-left: 5px;
    display: inline-block;
    color: #5c2268;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
}
.span-bold {
    color: #BD553C;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
/*--------Media Quries--------*/
@media screen and (max-width: 1024px) {
    .heading1 {
        font-size: 16px;
    }
    .pp-types .types {
    width: 22.33%;
    height: 250px;;
    float: left;
    margin: 5px 12px;
    border: 1px solid green;
    
}
    
    .pp-box p {
        padding: 5px;
    }
    .pp-box {
      
    }
}

@media screen and (max-width: 768px) {
.pp-types .types {
    width: 100%;
    height: 100%;
    float: none;
    border: 1px solid green;
    margin: auto;
    margin-bottom: 10px;
    
    
}

    .pp-box-1 {
        width: 150px;
        height: 250px;
        margin: 0 5px;
        border: 1px solid green;
    }
    
    .pp-box-2 {
        width: 600px;
        height: 250px;
        border: 1px solid green;
    }
    .pp-box-2 p {
    font-size: 16px;
    padding: 5px;
    line-height: 1.4;
        text-align: justify;
        line-height: 1;
}
}

@media screen and (max-width: 500px) {
    .pp-box {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        height: 100%;
        float: none;
        text-align: center;
        margin-bottom: 5px;

    }
    .pp-box-2 p {
        font-size: 18px;
          font-family: 'Poppins', sans-serif;
    }
    .types p {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
    }
    .pp-box img {
        width: 150px;
    }
    .accordion-list-content {
        border: 2px solid #452;
    }
   .accordion-list .accordion-items {
    list-style: decimal;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
    
    .sh-links {
   flex-direction: column;
}

}


/*--------End Media Quries--------*/
