*{
  box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #01b0ad;
}
.header{
    padding: 3px 70px;
    display: flex;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    height:auto;
    z-index: 49;
    background-color: #48484859;
    /* box-shadow: 0 4px 8px 0 rgb(191 191 191 / 12%), 0 2px 4px 0 rgb(183 182 182 / 8%); */
    transition:0.2s ease;
}
.fixed_header{
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* width: 100%;  */
    background-color: white;
    color:#01b0ad;
    z-index: 49;
} 
.h_op{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 13px; 
    color:white;
    padding:5px;
    border-bottom: 0.2px solid transparent;
    transition: ease-out 0.1s ;
}
.h_op:hover{
    /* color: #01b0ad; */
    transform: scale(1.05);
    padding-bottom: 5px;
    /* border-bottom: 0.2px solid white; */
}
.fh_op{
    color: #01b0ad;
    border-bottom: 0.2px solid transparent;
    transition: 0.1s ease;

}
.fh_op:hover{
    /* border-bottom:0.2px solid #008790; */
    color:#008790;
    transform: scale(1.05);
}
.header_options{
    display: flex;
    align-items: center;
}
.applynow_btn{
    border-radius: 10px;
    padding:10px 20px!important;
    border:0.2px solid white;
    transition: background-color 0.2s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 13px; 
    color:white;
    transition: ease-out 0.2s linear;
    padding:5px
}
.applynow_btn:hover{
    cursor: pointer;
    border: 1px solid transparent ;
    background-color: #01b0ad;
    color: white;
    transition: background-color 0.2s ease;
}
.ap_fixed{
    border:0.2px solid #01b0ad;
    transition: background-color 0.2s ease;
    color: #01b0ad;
}
.ap_fixed:hover{
    cursor: pointer;
    background-color: #01b0ad;
    color: white;
    transition: background-color 0.2s ease;
}
.applynow_btn_ss{
    font-size: 14px;
    background-color: #01b0ad;
    color: white;
    padding: 8px 20px;
    margin-top: 5px;
    border-radius: 5px;
}
.hc_arrow{
    font-size:13px;
    color: #01b0ad;
    margin-right: 15px;
}

.apply_arrow{
    font-size: 34px;
    margin-right: -5px;
    color:#01b0ad;
}

.menu_ss{
    color: #01b0ad;
}
.menu_ss_fixed{
    
    color: #01b0ad;
}
.menu_right{
    height: 100vh;
    z-index: 50;
    overflow: hidden;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    background-color:white;
    display: flex;
    flex-direction: column;
    position:fixed;
    top:0px;
    bottom:0px;
    /* right: 0px; */
    align-items: flex-start;
    /* border-radius: 0px 10px 10px 0px; TL TR BR BL */
    animation: slide-right 0.3s ease-in-out;
    -webkit-animation: slide-right 0.3s ease-in-out;
    -moz-animation: slide-right 0.3s ease-in-out;
    transition: all 0.3s;
    transform: translate(-120%,0%);
}
.menu_right::before {
    z-index: -1;    
    content: "";
    background-image: url(../img/bg1_ss.png);
    background-position: left;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.h_op_ss{
    color:#272727;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    padding:  20px; 
    width: 100%;
    display: flex;
    border-bottom: 0.2px solid rgb(236, 236, 236);
}
.menu_close{
    font-size: 22px;
    color:#8e8e8ea8;
    align-self: flex-end;
}
.logo_img{
    height: 30px;
    display: flex;
    justify-content:start;
    object-fit: contain;
}
.logo_img_ss{
    height: 20px;
}
.header_ss{
    display: none;
}

/* Footer Options */
.footer_options{
    display: flex;
    margin: 0px 120px;
}
.f_op{
    /* color: #434855e5; */
    text-decoration: none;
    text-transform: uppercase;
    color:white;
    font-size: 13px;
    letter-spacing: 1.01px;
    font-weight: 600;
    padding: 12px;
    border: 1px solid #01b0ad;
    color: #01b0ad;
    /* background-color: #01b0ad; */
    display: flex;
    flex: 1;
    margin: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition:0.2s
}
.f_op:hover{
    background-color: #01b0ad;
    color: white;
    transform: scale(1.05);
    cursor: pointer;
}
/* Footer top */
.footer_top{
    z-index:3;
    background-color: #29313C;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    color: white;
    padding:70px 100px;
    text-align: left;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.ft_left{
    padding-right: 20px;
}
.ftl_1{
    font-size:30px;
    font-weight:300;
    margin-bottom: 30px;
}
.ftl_2{
    font-size:15px;
}
.ft_contactus{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.footer_top::before {
    z-index: -3;    
    content: "";
    background-image: url(../img/maps_foot.png);
    filter: brightness( 0% ) contrast( 0% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
}
.ft_contactus{
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 25px;
    border: 1px solid white;
    cursor: pointer;
    transition:0.2s;
    text-align: center;
}
.ft_contactus:hover{
    border: 1px solid transparent;
    background-color: #01b0ad;
    color:white;
}
.ft_arrow{
   font-size: 16px;
    margin-left: 5px; 
}
/* footer_section */

.footer_section{
    z-index:  2;
    position: relative;
    width: 100%;
    margin-top: -130px;
    padding-top:130px;
    background-color:#1d222a;
    display: flex;
    flex-direction: column;
}
.footer_section::before {
    z-index: -1;    
    content: "";
    background-image: url(../img/footer.png);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.02;
}
.footer_content0{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    padding: 50px 150px 30px 150px;
    margin:0px 100px;
}
.fc0_imgs{
    display: flex;
    align-items: center;
}
.fc0_text{
    margin: 20px 0px;
    color: white;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
}

.fc_icon{
    text-decoration: none;
    color: white;
    font-size:18px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-left: 10px;
    transition: all 0.3s ease
}
.fc_icon:hover{
    transform:scale(1.3);
    color:#01b0ad;
}
.fc0_line{
    border-bottom: 0.2px solid #c5c5c51c;
    margin-top: 10px;
}

.footer_content1{
    padding: 50px 0px 30px 0px;
    margin:0px 100px;
    display:flex;
}
.fc1{
    display: flex;
    flex-direction: column;
    Padding:0px 30px;
}
.fc_points{
    display: flex;
    padding:7px 0px;
}
.fc_title{
    color: white;
    font-size: 22px;
    font-weight: 600;
    padding:8px 0px;
    text-align: left;
    white-space: nowrap;
}
.fc_arrow{
    font-size:13px;
    color: #01b0ad;
    margin-right: 10px;
}
.fc_ptext{
    text-decoration: none;
    color: white;
    font-size:14px;
    white-space: nowrap;
}
.fc_ptext:hover{
    color: #01b0ad;
    cursor: pointer;
}
.fc_line{
    border-left: 0.2px solid #c5c5c51c;
    margin-top: 10px;
}
.footer_content2{
    padding: 30px 0px 30px 0px;
    
    margin:0px 100px;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content:space-between;
}
.fc_icon{
    text-decoration: none;
    color: white;
    font-size:18px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-left: 10px;
}
.subs_text{
    margin:5px 0px;
    text-align: justify;
    color: white;
    font-size:14px;
}
.subs_user{
    display:flex;
}
.subs_input{
    width: 100%;
    margin-right: 10px;
}
.subs_input:focus{
    outline: none;
}
.subs_btn{
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 25px;
    background-color: #01b0ad;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    transition: 0.2s ease;
}
.subs_btn:hover{
    background-color:#008790;
}


/* Media Query */
@media screen and (max-width: 975px) {
    .footer_content1{
        padding: 30px;
    }
    .fc1{
        padding: 20px;
    }
}

@media screen and (max-width: 800px) {
    .footer_top{
        padding: 70px;
    }
    .footer_content0{
        padding: 50px 70px 30px 70px;
    margin: 0px 0px;
    }
    .footer_options{
        margin: 0px 70px;
    }
    .header{
        padding:10px;
        height:auto;
    }
    .footer_content1{
        margin:0px 70px;
        padding: 15px;
        flex-wrap: wrap;
    }
    .fc1{
        padding: 20px;
    }
    .fc_line{
        border: none;
    }
    .header_ss{
        display: flex;
    }
    .header_d{
        display: none;
    }
    
}

@media screen and (max-width: 750px) {
.footer_top{
    flex-direction: column;
}
.ft_left{
    justify-content:center;
    text-align: center;
}
.ft_contactus{
    margin-top:20px;
}

}
@media screen and (max-width: 675px) {
    .footer_top{
        padding: 30px;
    }
    .footer_options{
        margin: 0px 30px;
        flex-direction: column;
    }
    
    .footer_content0{
        padding: 50px 30px 30px 30px;
    margin: 0px 0px;
    }
    .ftl_1 {
        font-size: 18px;
    }
    .ftl_2 {
        font-size: 13px;
    }
    .footer_content1{
        flex-wrap: wrap;
        margin: 0px 20px;
    }
    .footer_content2{
        padding: 30px 0px 30px 0px;
    margin: 0px 30px;
    }
    .fc_line{
        border: none;
    }
    .fc1{
        padding:10px;
    }
    .fc_title{
        font-size: 18px;
    }
    .f_op{
        margin: 5px;
    }
}
