/*Start Block1*/
@import url('https://fonts.cdnfonts.com/css/inter');

.block1 {
    background: url(../images/home.png)no-repeat bottom;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    height: calc(112dvh - 200px);
    max-height: 900px;
    justify-content: center;
}

.block1-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
}

.block1-heading {
    color: white;
    max-width: 50%;
}

.block1-heading h1 {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.block1-form {
    /*width: 39%;*/
    background: #fff;
    /*border-radius: 8px;*/
    /*padding: 20px;*/
    margin-left: 20px;
    width: clamp(300px, 35vw, 445px);
    height: auto;
    gap: 8px;
    border-radius: 16px;
}

.block1-form .form-group{
    padding: 20px;
}

.block1-trust-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(247, 247, 247, 1);
    padding: 16px 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-family: 'Inter', sans-serif;
}

.block1-trust-icon {
    height: 20px;
}

.block1-trust-text {
    font-size: 14px;
    font-weight: 600;
    color: #122C5A;
}

.block1-form-p ,.block1-package-p {
    font-size: 17px;
    color: #122C5A;
    line-height: 22px;
    font-weight: 600;
    margin-left: 2%;
}

.block1-form-head {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    line-height: 38px;
    color: #122C5A;
    margin: 0 auto 15px;
    font-family: 'inter','Montserrat', sans-serif;
}

.block1-form-form-control {
    position: relative;
    width: 95%;
}

#blockOneCourses + .select2-container .select2-selection {
    font-size: 18px;
    height: calc(2.25rem + 20px) !important;
    padding-top: 20px;
}

#blockOneCourses + .select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}

.select2-container .select2-selection--single {
    height: 55px !important;
    padding: 16px 0 !important;
    border-radius: 12px !important;
    border: 1px solid #D0D5DD !important;
    display: flex !important;
    align-items: center;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 500;
}

.select2-container {
    text-align: start;
}

.select2-selection__arrow b {
    display: none !important;
}

.select2-selection__arrow {
    width: 24px;
    height: 24px;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute;
    background: url('https://assets.deemples.com/14078eaf-d5d5-484e-b6eb-46a6c98e7be2/images/arrowGray.svg') no-repeat center;
    background-size: 20px 20px;
    pointer-events: none;
}

.select2-container--open .select2-dropdown--below{
    border: 1px solid var(--Grey-100, rgba(237, 237, 237, 1));
}

.block1-form-btn {
    background: #122C5A;
    border-radius: 8px;
    color: #fff;
    width: 95%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    margin-top: 15px;
}

.block1-package-btn {
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    border-radius: 16px;
    background-color: rgba(22, 31, 66, 1);
}

.block1-package-btn svg{
    margin-right: 5px;
}

.block1-or {
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    margin: 10px auto;
    color: rgba(22, 31, 66, 1);
}

.block1-or:before {
    width: 47%;
    height: 1px;
    background: #ECECEC;
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
}

.block1-or:after {
    width: 47%;
    height: 1px;
    background: #ECECEC;
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
}

.block1-app-images {
    width: 148px;
    margin-left: 5px;
}

.block1-form-head2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #122C5A;
    font-family: 'inter','Montserrat', sans-serif;
    margin: 20px auto;
}

#block1-trust-banner_mobile ,.mobile-form{
    display: none ;
}
/*=============================================================*/
/*Start block2*/
.block2 {
    margin-top: 50px;
}
.block2-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #122C5A;
    margin-bottom: 25px;
    font-family: 'inter','Montserrat', sans-serif;
}
.block2-p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 35px;
    color: #000101;
}
.block2-link {
    color: #122C5A;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.block2-link:hover {

    text-decoration: none   ;
    color: #122C5A;
}
.block2-link img {
    margin-left: 20px;
}
.block2-place-container {
    position: relative;
    margin: 10px;
    display: block;
    transition: all .3s ease-in-out;
    overflow: hidden;
    min-height: 340px;
    max-height: 340px;
    background: #cccccc no-repeat center;
    background-size: cover;
    border-radius: 20px;
}
.block2-place-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000006b;
    width: 100%;
    height: 20%;
    z-index: 4;
}
.block2-place-container:hover {
    transform: scale(1.05);
}

.block-package-container , .block-global-container{
    position: relative;
    margin: 10px;
    display: block;
    /*transition: all .3s ease-in-out;*/
    overflow: hidden;
    min-height: 280px;
    max-height: 280px;
    background: #cccccc no-repeat center;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*.block-global-container{*/
/*    min-height: 200px;*/
/*    max-height: 200px;*/
/*}*/
.block-package-container:after ,.block-global-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 20%;
    z-index: 4;
}
.block-global-container:after{
    background: rgba(0, 0, 0, 0.42);

}
.block-package-container:hover ,.block-global-container:hover  {
    transform: scale(1.05);
}

.block2-place-container2 {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 85%;
    z-index: 5;
}
.block2-place-head , .block-package-place-head , .block-global-place-head{
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #fff;
    font-family: 'inter','Montserrat', sans-serif;
    margin-bottom: 3px;
}
.block2-place-head2 ,.block-package-place-head2 {
    font-size:11px;
    font-weight: 500;
    font-family: 'inter','Montserrat', sans-serif;
    line-height: 14px;
    text-align: left;
    color: #fff;
}
.block2-place-container2 span {
    position: absolute;
    right: -10px;
    bottom: 7px;
}

.block-package-container2 , .block-global-container2 {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 85%;
    z-index: 5;
}
.block-package-place-head , .block-global-place-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    font-family: 'inter','Montserrat', sans-serif;
    margin-bottom: 3px;
    color: #122D5A ;
}
 .block-global-place-head {
    text-align: center;
    color: #fff ;
}
.block-package-place-head2{
    color: #000 ;
}
.block-package-container2 span {
    position: absolute;
    right: -10px;
    bottom: 7px;
}

 .block-global-container2 span {
    position: absolute;
     inset-inline-end: auto;
     margin-left: 7px;
}
.block2 .owl-nav.disabled {
    display: none !important;
    position: absolute;
    top: 44%;
    right: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.owl-next {
    margin: auto !important;
}

.block2 .owl-next span{
    font-size: 50px;
    line-height: 1;
    position: relative;
    top: -0.1em;
    display: block;
    width: 50px;
    height: 50px;
}
.block2 .owl-nav.disabled .owl-prev {
    display: none !important;
}
.block2 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: inherit;
}
.block2 .owl-next:focus {
    outline: none;
}

#app-features-section p{
    text-align: left;
}



/*=============================================================*/
/*Start block3*/

.block3 {
    margin-top: 70px;
}
.block3-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    font-family: 'inter','Montserrat', sans-serif;
    color: #122D5A !important;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.block3-p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 35px;
    color: #000101;
}

.block3-place-contatiner1 {
    position: relative;
}
.block3-place-contatiner1 > img {
    min-height: 250px;
    max-height: 250px;
    min-width: 100%;
    transition: all .3s ease-in-out;
    border-radius: 16px;
}
.block3-place-contatiner1 > img:hover {
    transform: scale(1.05);
}
.block3-place-container:hover {
    text-decoration: none;

}
.block3-featue-container{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 92%;
    z-index: 5;
}
.block3-place-feature {
    display: flex;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    background: rgba(255, 255, 255, 0.79);
    border-radius: 8px;
    padding: 5px 15px 5px 12px;
}
.block3-place-feature img {
    width: 13px !important;
    margin-right: 7px;

}
.block3-place-heart {
    cursor: pointer;
    margin-top: 3px;
}
.block3-place-head {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    font-family: 'inter','Montserrat', sans-serif;
    color: #122D5A;
    margin: 7px auto;
    position: relative;
}
.block3-place-head span {
    position: absolute;
    right: 0;
    font-weight: 500;
    color: #000101;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 14px;
    top: 2px;
}
.block3-place-star {
    display: flex;
    align-items: center;
    position: relative;
}
.block3-place-star img{
    width: 16px !important;
    height: 16px;
    margin-right: 2px;
}
.block3-place-star .price {
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    color: #FFC800;
    margin-left: 5px;
}
.block3-place-star .price2 {
    color: #000101;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
}
.block3-place-time {
    font-size: 11px;
    line-height: 16px;
    color: #000101;
    margin-top: 8px;
}


/*=============================================================*/
/*Start block4*/

.block4 {
    margin-top: 70px;
}
.block4-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #122C5A;
    font-family: 'inter','Montserrat', sans-serif;
}
.block4-p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    margin: 10px auto 50px;
    color: #000101;
}
.block4-container {

    margin: 0 auto 50px;
}
.block4-head2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin: 25px auto;
    color: #000101;
    font-family: 'inter','Montserrat', sans-serif;
}

.block4-p2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000101;
}
.block4-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #122C5A;
    margin-top: 50px;
    display: block;
}
.block4-link:hover {
    color: #122C5A;
    text-decoration: none;
}
.select2-container {
    max-width: -webkit-fill-available;
}
.course-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 8px;
    padding: 4px 0;
}

.course-suggestions .dropdown-item {
    padding: 10px 16px;
    cursor: pointer;
}

.course-suggestions .dropdown-item:hover {
    background-color: #f0f0f0;
}

.course-suggestions .dropdown-header {
    font-weight: bold;
    padding: 8px 16px;
    /*background-color: #f8f9fa;*/
    font-size: 14px;
    color: rgba(22, 31, 66, 1);
}
.dropdown-item {
    color: rgba(22, 31, 66, 1);
}
.course-search-input {
    height: 60px;
    font-size: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #ccc;
    width: 100%;
}

.course-suggestions, .dropdown-menu.show {
    display: none; /* hide by default */
}


.dropdown-toggle-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url('https://assets.deemples.com/14078eaf-d5d5-484e-b6eb-46a6c98e7be2/images/arrowGray.svg') no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.dropdown-toggle-arrow.open {
    transform: translateY(-50%) rotate(180deg);
}
.course-suggestions .dropdown-item:hover{
    background-color: rgba(70, 129, 235, 1);
    color: #fff;
}

.no-results-message:hover{
    background-color: #fff !important;
}


.course-suggestions .no-results-message {
    cursor: default;
    color: #6c757d; /* muted gray */
    background-color: #fff;
    border-top: 1px solid #eee;
}


@media (max-width: 1199px) {
    .block1 {
        min-height: 650px;
    }
    .block1-form{
        width: clamp(300px, 40vw, 445px);
    }
    .block1-form-head {
        font-size: 25px;
    }
    .block1-form-p, .block1-package-p {
        font-size: 15px;
    }
    .block1-form-form-control {
        font-size: 17px;
    }
    .form-group:before {
        font-size: 11px;
        left: 16px;
    }
    .block1-form-head2 {
        font-size: 15px;
        margin: 15px auto;
    }
    /* Start Block2*/
    .block2-head ,.block3-head ,.block4-head  ,.block6-head{
        font-size: 24px;
    }
    .block2-p ,.block3-p , .block4-p  , .block6-p {
        font-size: 15px;
    }
    .block2-place-head {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .block2-place-head2 {
        font-size: 10px;
    }
    .block2-place-container:after {
        height: 25%;
    }
    .block2-place-container{
        min-height: 300px;
        max-height: 300px;
    }

    .block-package-container:after , .block-global-container:after  {
        height: 25%;
    }
    .block-package-container  , .block-global-container {
        min-height: 280px;
        max-height: 280px;
    }
    .block2 .owl-nav.disabled {
        top: 43%;
    }
    /* Start Block3*/
    .block3-place-contatiner1 > img {
        min-height: 215px;
        max-height: 215px;
    }
    /* Start Block4*/
    .block4-head2 {
        font-size: 19px;
    }
    .block4-link {
        font-size: 17px;
        margin-top: 35px;
    }
    .block4-p2 {
        font-size: 13px;
    }

    /* Start Block6*/
    .block6-head2 {
        font-size: 14px;
    }
}





@media (max-width: 991px) {

    .block1-form {
        /*width: 50%;*/
        width: clamp(300px, 50vw, 445px);
        margin-left: 15px;
    }

    .block1-trust-text{
        font-size: 13px;
    }
    /*.block1-form-p {*/
    /*    font-size: 14px;*/
    /*    line-height: 18px;*/
    /*}*/
    .block2-head, .block3-head, .block4-head,  .block6-head {
        font-size: 20px;
    }
    .block2-p, .block3-p, .block4-p, .block6-p, .block4-p2 {
        font-size: 14px;
        line-height: 18px;
    }
    .form-group:before {
        left: 15px;
    }
    .select2-selection {
        font-size: 14px;
    }
    /*Start block2*/

    .block2-place-container2 {
        bottom: 30px;
        left: 15px;
    }
    .block-package-container2 , .block-global-container2 {
        bottom: 30px;
        left: 15px;
    }

    .block2-place-head2 {
        font-size: 7px;
    }
    .block2-place-container2 span img {
        width: 15px !important;
    }
    .block-package-container2 span img   {
        width: 15px !important;
    }
    .block2-place-container > img {
        min-height: 210px;
        max-height: 210px;
    }
    .block-package-container > img , .block-global-container > img {
        min-height: 210px;
        max-height: 210px;
    }
    .block2-place-container2 {
        bottom: 10px;
        left: 10px;
        width: 80%;
    }
    .block-package-container2 ,.block-global-container2 {
        bottom: 10px;
        left: 10px;
        width: 80%;
    }

    .block2-place-container {
        min-height: 230px;
        max-height: 230px;
    }
    .block2-place-head {
        font-size: 12px;
    }
    /*Start block3*/
    .block3-place-head span {
        display: contents;
    }
    .block3-place-feature {
        font-size: 9px;
        line-height: 12px;
        padding: 5px 10px 3px 6px;
    }
    .block3-place-feature img {
        width: 11px !important;
    }
    .block3-featue-container {
        width: 89%;
    }
    .block3-place-heart {
        margin-top: 2px;
    }
    .block3-place-head {
        font-size: 12px;
    }
    .block3-place-star .price2 {
        font-size: 10px;
        line-height: 14px;
    }
    .block3-place-star img {
        width: 13px !important;
        height: 13px;
        margin-right: 1px;
    }
    .block3-place-time {
        font-size: 9px;
    }
    .block3-place-contatiner1 > img {
        min-height: 160px;
        max-height: 160px;
    }
    /*Start block4*/

    .block4-head2 {
        font-size: 20px;
        margin: 25px auto 20px;
    }
    .block4-link {
        font-size: 14px;
        margin-top: 20px;
    }

    /*Start block6  */

    .block6-head2 {
        font-size: 11px;
        margin-top: 10px;
    }

    .block1-form-btn ,.block1-package-btn{
        width: 100%;
    }
    .block1-heading h1 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .block2-p, .block3-p, .block4-p,  .block6-p, .block4-p2 {
        font-size: 12px;
    }
    .block2-head, .block3-head, .block4-head, .block6-head {
        font-size: 15px;
    }
    .block1-form {
        padding: 30px 15px 13px;
        margin: auto;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .block1-form-head {
        font-size: 20px;

        margin: 7px auto;
    }
    /*.block1-form-p {*/
    /*    font-size: 12px;*/
    /*    line-height: 18px*/
    /*}*/
    .block1-form-form-control {
        font-size: 18px;
        height: calc(2.25rem + 12px) !important;
        padding-top: 21px;
    }
    .block1-form-btn {
        font-size: 15px;
        line-height: 2;
    }
    .block1-package-btn {
        font-size: 15px;
        line-height: 2;
    }
    .block1 {
        min-height: 480px;
        position: relative;
    }

    .block1-form-head2 {
        font-size: 12px;
        margin: 4px auto;
    }
    .block1-or {
        line-height: 15px;
    }

    .block1-trust-banner {
        display: flex !important;
        align-items: center;
        gap: 8px;
        border-radius: 16px 16px 0 0;
        font-family: 'Inter', sans-serif;
        width: 100%;
        box-sizing: border-box;
        color: white;
        position: absolute;
        bottom: 0;
    }

    .block1-trust-icon {
        height: 24px;
    }

    .block1-trust-text {
        font-size: 14px;
        font-weight: 600;
    }
    .mobile-form {
        display: block;
        width: 100%;
    }

    .block1-form .form-group{
        padding: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder{
        font-size: 14px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 13px !important;
    }
    .select2-selection__rendered {
        font-size: 16px !important;
        font-weight: 400;
        color: #667085; /* soft black */
        font-family: 'Inter', sans-serif;
    }
    .select2-dropdown {
        border-radius: 12px;
        border: 1px solid #D0D5DD;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        font-family: 'Inter', sans-serif;
    }
    .select2-results__option {
        font-size: 16px;
        padding: 12px 16px;
        border-radius: 6px;
    }

    .select2-results__option--highlighted {
        background-color: #122C5A !important;
        color: #fff !important;
    }

    .select2-selection__arrow {
        height: 60px !important;
        right: 12px !important;
    }

    .form-group:before {
        left: 15px;
    }
    /*Start block2*/

    .block2-head {
        margin-bottom: 6px;
        font-size: 13px;
    }
    .block2-link {
        font-size: 12px;
    }
    .block2-link img {
        margin-left: 20px;
        width: 10%;
    }

    .block2-place-container2 {
        bottom: 20px;
        left: 14px;
    }
    .block-package-container2 ,.block-global-container2 {
        bottom: 20px;
        left: 14px;
    }

    .block2-place-head {
        font-size: 13px;
    }
    .block2-place-head2 {
        font-size: 8px;
    }

    .block2-place-container  {
        min-height: 210px;
        max-height: 210px;
    }
    .block2-place-container:after {
        height: 40%;
    }

    /*Start block3*/
    .block3-place-contatiner1 > img{
        min-height: 200px;
        max-height: 200px;
    }
    /*Start block4*/
    .block4-head2 {
        font-size: 15px;
        margin: 20px auto 20px;
    }

    /*Start block6*/
    .block6 {
        margin-bottom: 45px;
    }
    .block6-head {
        margin-top: 40px;
    }
    .block6-head2 {
        font-size: 10px;
        margin-top: 6px;
    }
    #block1-form-large{
        display: none;
    }
    .block1-heading {
        max-width: 100%;
    }

    .block1-heading h1 {
        font-size: 32px;
        font-weight: 400;
    }
    .block1-content{
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

}


@media (max-width: 576px) {
    .block1-form {
        width: 100%;
    }

    .block1-form-head {
        font-size: 4.5vw;
        margin: 1vw auto;
    }

    .block1-form-form-control {
        font-size: 3.5vw;
        height: calc(2.25rem + 12px) !important;
        padding-top: 5vw;
    }

    .form-group:before {
        font-size: 2.6vw;
        top: 1vw;
        left: 4vw;
    }

    .block1-form-btn {
        font-size: 4vw;
    }

    .block1-package-btn {
        margin-top: 0;
        font-size: 4vw;
        padding: 10px;
    }

    .block1 {
        min-height: 95vw;
        height: auto;
    }

    .block1-form-head2 {
        font-size: 3vw;
    }

    .block1-or {
        margin: 3vw auto 3vw;
        font-size: 3vw;
    }

    .select2-selection {
        font-size: 4vw;
        height: calc(2.25rem + 3vw) !important;
        padding-top: 4vw;
    }

    /*Start Block2*/
    .block2 ,.block3 ,.block4{
        margin-top: 6vw;
    }

    .block2-head {
        margin-bottom: 15px;
    }

    .block2 .owl-nav.disabled {
        right: 0;
        top: 65vw;
        width: 10vw;
        height: 10vw;
    }

    .block2-packages .owl-nav.disabled{
        top: 43% !important;

    }

    .block2-place-container2 {
        width: 85%;
        bottom: 3.5vw;
        left: 3vw;
    }

    .block-package-container2 ,  .block-global-container2 {
        width: 85%;
        bottom: 3.5vw;
        left: 3vw;
    }

    .block2-place-container {
        min-height: 70vw;
        max-height: 70vw;
        width: 95%;
        margin: 10px auto 10px 0;
    }

    .block2 .owl-next span {
        font-size: 11vw;
        width: 11vw;
        height: 15vw;
    }

    .block2-place-head {
        font-size: 3.5vw;
        line-height: 16px;
    }

    .block2-place-head2 {
        font-size: 2.5vw;
    }

    .block2-place-container2 span {
        right: 0px;
        bottom: 9px;
    }

    .block-package-container2 span {
        right: 0px;
        bottom: 9px;
    }

    .block2-head, .block3-head, .block4-head, .block6-head {
        font-size: 4vw;
        line-height: 1.2;
    }

    .block2-p, .block3-p, .block4-p, .block6-p, .block4-p2 {
        font-size: 3vw;
        line-height: 4vw;
    }

    /*Start Block4*/
    .block4-head2 {
        font-size: 3vw;
        margin: 3vw auto;
        line-height: 1.5;
    }

    .block4-link {
        font-size: 3vw;
        margin-top: 3vw;
    }

    .block4-container {
        margin: 0 auto 25px;
    }

    /*Start Block6*/
    .block6-head {
        margin-top: 9vw;
    }

    .block6-head2 {
        font-size: 3vw;
    }

    .block6 {
        margin-bottom: 8vw;
    }

    .select2-container{
        width: 100% !important;
    }
}
@media (max-width: 487px) {
    .block4-p2.handicap {
        padding-top: 8%;
    }
}
