* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
}

figure {
    margin: 0px;
}

/* Modal////////// */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 65%;
}

.modal-content_phone {
    background-color: #fefefe;
    margin: auto;
    width: 85%;
    display: none;
}

.modal-content_phone .vbtn {
    width: 200px;
    padding: 10px 15px;
}

.mid_or {
    margin-top: 15px;
    margin-bottom: -10px;
    color: #404145;
    font-size: 14px;
    font-weight: 600;
}

.mid_or::before {
    border-top: 1px solid #404145;
    position: absolute;
    content: "";
    width: 40px;
    margin-top: 9px;
    margin-left: 30px;
}

.mid_or::after {
    border-top: 1px solid #404145;
    position: absolute;
    content: "";
    width: 40px;
    margin-top: 9px;
    margin-left: -70px;
}

.modal_mid_phone {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #e0e0e0;
    text-decoration: none;
    cursor: pointer;
}

.modal_header {
    display: flex;
    justify-content: space-between;
    background-color: #01b0ad;
    color: white;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    padding: 15px;
}

.mcal_icon {
    color: white;
    padding-right: 10px;
}

.modal_maincontent {
    padding: 30px;
}

.modal_maintitle {
    font-size: 30px;
    font-weight: 700;
    color: #01b0ad;
    padding: 10px 0px 5px;
    text-transform: uppercase;
}

.modal_subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #aaaaaa;
    padding-bottom: 25px;
}

.modal_mid1 {
    display: flex;
}

.mbox {
    padding: 15px 20px;
    margin: 0px 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.mtitle {
    margin: 8px 5px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    text-align: start;
}

.ml_icon {
    color: #01b0ad;
    padding-right: 10px;
}

.mbox .processing-box {
    display: grid;
    padding: 20px 10px;
    grid-template-columns: repeat(3, 1fr) !important;
    font-size: 16px;
    font-weight: 500 !important;
    grid-gap: 20px;
    padding: 20px 0px;
}

.ftxt_box {
    width: 100%;
    /* margin: 3px 12px; */
    border: 1px solid #ced4da;
    border-radius: 3px;
    height: 33px;
}

.ftxt_area {
    width: 100%;
    /* margin: 3px 12px; */
    border: 1px solid #ced4da;
    border-radius: 3px;
}

input:focus {
    box-shadow: 0 0 5px #d4d4d4a8;
    outline: none !important;
}

input[type="text"] {
    padding-left: 10px;
    font-size: 14px;
    color: #3f3f3f;
}

input[type="email"] {
    padding-left: 10px;
    font-size: 14px;
    color: #3f3f3f;
}

.modal_mid2 {
    display: flex;
    justify-content: center;
}

/* /////////// */

.blog_content h1 {
    font-size: 20px;
    color: #404145;
    font-weight: 500;
    /* line-height: 24px; */
    border-left: 5px solid #01b0ad;
    padding: 3px 0px;
    padding-left: 10px;
    text-align: left !important;
    line-height: 1.2;
}

.faq_title {
    font-size: 20px;
    color: #404145;
    font-weight: 500;
    line-height: 24px;
    border-left: 5px solid #01b0ad;
    padding: 3px 0px;
    padding-left: 10px;
    text-align: left;
    margin: 15px 0px;
}

.blog_content h3 {
    font-size: 20px;
    color: #404145;
    font-weight: 500;
    line-height: 24px;
}

a {
    text-decoration: none;
    color: #01b0ad;
}

li {
    list-style: none;
}

li::before {
    content: "\00BB";
    /* content: "\1f892"; */
    color: #01b0ad;
    margin-right: 10px;
    font-size: 20px;
}

.header {
    background-color: white !important;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px !important;
    /* box-shadow: 0 4px 8px 0 rgb(191 191 191 / 12%), 0 2px 4px 0 rgb(183 182 182 / 8%); */
}

.h_op {
    color: #01b0ad !important;
}

.h_op:hover {
    border-bottom: 1px solid #01b0ad;
}

.applynow_btn {
    border: 0.2px solid #01b0ad !important;
    color: #01b0ad;
}

.float_left {
    position: -webkit-fixed;
    /* Safari */
    position: fixed;
    right: 120px;
    border: 1px solid #8080802b;
    background-color: white;
    border-top: 5px solid #01b0ad;
}

.middle_content {
    margin: 100px 120px 20px 120px;
    display: flex;
    flex-direction: column;
}

.mid_content_wrapper {
    display: flex;
}

.mc_left {
    /* position:fixed; */
    /* right: 120px; */
    min-width: 270px;
    max-width: 270px;
    height: max-content;
    margin-left: 30px;
    /* padding: 10px 0px; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mc_blank {
    border: none;
}

.mcl_card {
    display: flex;
    text-align: left;
    font-size: 15px;
    padding: 20px;
    border-bottom: 1px solid #8080802b;
    transition: 0.2s ease;
}

.mcl_card:hover {
    background-color: rgba(155, 155, 155, 0.1);
}

.mcl_arrow {
    color: #01b0ad;
    margin-right: 10px;
}

.mc_right {
    flex: 1;
    border: 1px solid #8080802b;
    /* margin-right: 310px; */
    padding: 30px;
}

.blog_title {
    text-align: left;
    color: #404145;
    font-size: 36px;
    font-weight: 700;
    padding-left: 15px;
    border-left: 5px solid #01b0ad;
    margin-bottom: 20px;
}

.blog_content {
    font-size: 16px;
    text-align: left;
    color: #62646a;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.blog_content img {
    max-width: 100% !important;
}

.pointer_arrow {
    color: #01b0ad;
    padding-right: 5px;
    margin-left: 40px;
}

.subtitles {
    font-size: 20px;
    color: #404145;
    font-weight: 500;
    line-height: 24px;
}

.st_border {
    border-left: 5px solid #01b0ad;
    padding: 3px 0px;
    padding-left: 10px;
}

.visa_imgs {
    display: flex;
}

.v_img {
    display: flex;
    width: 33.33%;
    object-fit: cover;
    height: 200px;
    padding: 10px;
}

.vbtn_wrapper {
    display: none;
    justify-content: center;
}

.vbtn {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 30px;
    background-color: #01b0ad;
    color: white;
    cursor: pointer;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.2s;
    text-align: center;
    transition: 0.2s ease;
    border: none;
}

.vbtn:hover {
    background-color: #008790;
}

.widget1 {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    min-width: 300px;
    background-color: #f7f8f9;
    align-items: center;
    /* margin-top: 20px; */
    height: max-content;
}

.wid_title {
    font-size: 16px;
    font-weight: 600;
    padding: 30px 0px 15px 0px;
    color: #008790;
}

.wid_dd {
    font-size: 15px;
    background-color: white;
    padding: 7px 0px;
    padding-left: 25px;
    border-radius: 5px;
}

.wid_mid {
    /* justify-content: space-between; */
    justify-content: center;
    width: 180px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #62646ada;
}

.wm1 {
    display: flex;
    align-items: center;
}

.wm2 {
    display: flex;
    align-items: center;
}

.wm_icon {
    font-size: 24px;
    color: #008790;
}

.wid_apply {
    font-size: 15px;
    background-color: #008790;
    color: white;
    margin: 15px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 35px;
    border: 1px solid transparent;
    transition: 0.2s ease;
}

.wid_apply:hover {
    /* background-color: rgba(255, 255, 255, 0.438); */
    /* color: #008790; */
    transform: scale(1.05);
    cursor: pointer;
    /* border: 1px solid #008790; */
}

/* ////////dropdown */

.select {
    font-size: 14px;
    color: #3f3f3f;
    border: 1px solid #ced4da;
    /* border: none; */
    border-radius: 3px;
    padding: 0px 10px;
    height: 35px;
    width: 210px;
}

.cards_wrapper {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

/* ///Accordian//// */

.accordion {
    background-color: #eff2f5;
    color: #5f646b;
    /* border: 1px solid #ced4da; */
    /* box-shadow: 0 0 3px #72727248; */
    margin: 10px 0px;
    border-radius: 5px;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    font-family: "Raleway", sans-serif;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
}

/* .active, .accordion: {
    color:white;
    background-color: #01b0ad;
} */

.accordion:after {
    content: "\002B";
    color: #01b0ad;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion:after:hover {
    color: white;
}

.active:after {
    content: "\2212";
    color: #01b0ad;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: justify;
    font-size: 14px;
    font-size: 14px;
    /* background-color: aliceblue; */
    /* margin-left: 10px; */
    /* margin-right: -10px; */
    /* margin-top:-5px; */
    border-radius: 5px;
    background-color: rgb(1 176 173 / 3%);
    color: #5f646b;
    line-height: 22px;
    letter-spacing: 0.3px;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(201, 201, 201);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* Media Query */
@media screen and (max-width: 1100px) {}

@media screen and (max-width: 950px) {
    .middle_content {
        margin: 110px 80px 50px 80px;
    }

    .mid_content_wrapper {
        flex-direction: column-reverse;
    }

    .mc_right {
        margin-left: 0px;
    }

    .mc_left {
        display: none;
        /* margin-bottom: 30px;
        min-width: 100%;
        margin-left: 0px; */
    }

    .modal-content {
        width: 70%;
    }
}

@media screen and (max-width: 800px) {
    .e_title {
        font-size: 30px;
    }

    .pointer_arrow {
        margin-left: 20px;
    }

    .modal_mid1 {
        flex-direction: column;
    }
}

@media screen and (max-width: 675px) {
    figure {
        width: auto;
    }

    .content {
        height: 500px;
    }

    .middle_content {
        margin: 90px 30px 10px 30px;
    }

    .modal-content {
        display: none;
    }

    .modal-content_phone {
        display: block;
    }

    .blog_title {
        font-size: 26px;
    }

    .accordion {
        margin: 5px 0px;
        font-size: 14px;
    }

    .panel {
        margin-left: 0px;
        margin-right: 0px;
        letter-spacing: normal;
        line-height: 20px;
    }

    .modal_header {
        text-align: left;
        font-size: 15px;
        padding: 10px;
    }

    .modal_maintitle {
        font-size: 22px;
    }

    .modal_subtitle {
        font-size: 12px;
    }

    .mbox {
        margin: 0px;
        padding: 15px 0px;
    }

    .modal-content {
        width: 85%;
    }

    .modal_maincontent {
        padding: 15px 25px;
    }

    .mtitle {
        font-size: 13px;
    }

    input[type="text"] {
        font-size: 13px;
    }

    input[type="email"] {
        font-size: 13px;
    }

    .mc_right {
        border: none;
        padding: 0px;
    }

    ul {
        padding-inline-start: 0px;
    }

    ol {
        padding-inline-start: 0px;
    }
}

.contact_icon {
    display: none;
}

@media only screen and (max-device-width: 480px) {
    .vbtn_wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background-color: white;
        position: fixed;
        z-index: 10;
        right: auto;
        height: auto;
        bottom: -15px;
        height: 80px;
        box-shadow: 1px 0px 20px 3px #888888;


    }

    .wid_apply {
        margin-bottom: 30px;
        font-size: 18px;
        background-color: #00d200;
    }

    .contact_icon {
        display: block;
        right: 5px;
        position: fixed;
        height: 55px;
        bottom: 5px;
        z-index: 10;
    }

    .contact_icon2 {
        display: block;
        position: fixed;
        z-index: 10;
        right: auto;
        height: auto;
        bottom: -15px;
    }


}