@font-face {
    font-family: arial;
    src: url(../fonts/arial.ttf);
}
@font-face {
    font-family: arial bold;
    src: url(../fonts/arialbd.ttf);
}
.logo {
    cursor: pointer;
}
.img-logo{
    padding: 0;
    text-align: left;
    margin: 0;
}
ul.navlinks {
    margin-bottom: 0;
    padding-left: 0;
}
.mt-40{
    margin-top: 40px;
}
header li, header a{
    font-family: arial;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background-color: #fff;
}
header:hover{
    transition: 0.5s;
}
.navlinks li{
    display: inline-block;
    margin: 10px;
    align-items: center;
}
.navlinks li a:hover{
    color: #000;
}

button{
    width: 100%;
    padding: 12px;
    background-color: #FFC533;
    white-space: nowrap;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.5s, ease 0s;
    border: 1px solid #FFC533;
    z-index: 999;
    color: #000;
    font-weight: 700;
}
button:hover{
    color: #FFC533;
    background-color: #fff;
    border-color: #FFC533;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    backdrop-filter: none;
    box-shadow: none;
    display: none;
    justify-content: flex-start;
    list-style: none;
    flex-direction: column;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    padding-left: 0;
    padding-top: 50px;
    text-transform: capitalize;
}
.sidebar li{
    width: 100%;
    margin: 10px;
}
.sidebar img{
    position: absolute;
    bottom: 0;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
}
nav .icon{
    position: absolute;
    top: 30px;
    right: 8px;
    margin: 0;
}
@media only screen and (min-width: 830px){
    .navlinks .icon{
        display: none;
    }
}
@media only screen and (max-width: 830px){
    .navlinks .items{
        display: none;
    }
    header{
        min-height: 70px;
    }
    .logo{
        width: 200px;
        top: 0;
    }
    header li, header a{
       padding: 0!important;
    }
    button{
        width: 95%;
    }
    .container-fluid.top-section-banner{
        padding-top: 70px!important;
    }
}

html { 
    scroll-behavior: smooth;  
} 
.ptb-60{
    padding-top: 80px;
    padding-bottom: 80px;
}
.btn{
    text-transform: uppercase;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 26px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    font-family: arial;
}
.top-section-banner{
    background-image: url('../img/banner_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    position: relative;
    min-height: 700px;
    padding: 200px 0 100px;
    overflow: hidden;
}
.top-section-banner:before{
    content:'';
    background-image: url('../img/girl.webp');
    position: absolute;
    left: 0;
    bottom: -95px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    width: 35%;
    height: 550px;
    margin: auto;
}
.custom-bg{
    background-color: #fff;
    padding: 10px 50px;
    width: 30%;
    position: absolute;
    left: 0;
}
.custom-bg img{
    width: 350px;
}
.form-position{
    position: absolute;
    right: 3%;
    width: 30%;    
    padding-top: 50px;
    top: 100px;
}
.menu-fixed{
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1;
}
.bg-img{
    background-image: url('../img/Tanuj.webp');    
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}
.align-center{
    vertical-align: middle;
    align-items: center;
}
.main-title{
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    font-family: arial bold;
}
.bg-blue{
    background-color: #323288;
}
.second-left-content{
    color: #323288;
    font-size: 36px;
    line-height: 46px;
    font-family: arial;
    margin-bottom: 20px;
}
.second-left-content .bold{
    font-weight: 700;
    font-family: arial bold;
}
.btn-pink{
    background-color: #d12273;
    color: #fff;
    border-color: #d12273;
}
.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus{
    background-color: #fff;
    color: #d12273;
    border-color: #d12273;
}
.btn-white{
    background-color: #fff;
    color: #313186;
    border-color: #fff;
}
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white:hover{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-blue{
    background-color: #313186;
    color: #fff;
    border-color: #313186;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus{
    background-color: #fff;
    color: #313186;
    border-color: #313186;
}
.right-left-content{
    color: #fff;
    font-family: arial;
}
.title{
    font-size: 38px;
    line-height: 44px;
    text-transform: uppercase;
    font-family: arial;
}
.sub-title{
    font-size: 28px;
    line-height: 36px;
    font-family: arial;
}
.desp{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
.left-last {
    background-color: #fff;
    padding: 15px;
}
.left-pink,
.left-blue{
    font-size: 26px;
    line-height: 32px;
    font-family: arial;
    margin-bottom: 20px;
}
.left-blue{
    color: #323288;
}
.quotation{
    font-style: italic;
    font-weight: 400;
}
.left-blue-quote{
    font-weight: 700;
}
.left-pink{
    color: #d12273;
}
.mobile-show{
    display: none;
}
@media (min-width: 1441px) {
    .main-content{
        margin-top: 100px;
    }
    .main-title {
        font-size: 50px;
        line-height: 60px;
    }
    .custom-bg {
        left: auto;
        padding: 10px 15px;
        position: relative;
    }    
    .form-position {
        right: 17%;
        width: 20%;
    }
    .top-section-banner:before{
       min-height: 550px;
        width: 30%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){ 
    .container {
        max-width: 1280px;
    }
    .main-content{
        margin-top: 80px;
    }
}
@media (max-width: 1200px) {
    .custom-bg {
        left: auto;
        padding: 10px 15px;
    }
    .main-title {
        font-size: 42px;
        line-height: 50px;
    }
    .bg-img{
        background-size: 100%;
    }
    .form-position {
        right: 10%;
        width: 25%;
    }
    .top-section-banner:before{
        width: 25%;
        height: 570px;
    }
}
@media (max-width: 1024px) {
    header a{
        padding: 0 15px;
    }
    .main-content{
        margin-top: 80px;
    }
    .custom-bg {
        left: 0px;
    }    
    .ptb-60{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .bg-img{
        background-size: 103%;
    }
    .main-title {
        font-size: 36px;
        line-height: 42px;
    }
}
@media (max-width: 991px) {
    .main-content{
        margin-top: 0;
    }
    .container-fluid.top-section-banner,
    .container-fluid.top-section-banner .container{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .main-content .custom-bg{
        width: 45%;
    }
    .main-content .custom-bg img{
        width: 280px;
    }
    .main-content .main-title{
        width: 50%;
    }
    .container-fluid.top-section-banner{
        padding-top: 0;
    }
    .container-fluid.top-section-banner .container{
        padding-left: 0;
        padding-right: 0;
    }
    .top-section-banner{
        background-image: none;
    }
    .top-section-banner:before{
        display: none;
    }
    .main-content .main-title,
    .main-content .custom-bg{
        padding-left: 15px;
        text-align: left;
    }
    .main-content{
        background-image: url('../img/banner_bg.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        min-height: 280px;
        padding: 40px 0 0;
        overflow: hidden;
        text-align: center;
    }
    .main-content::after{
        content: '';
        background-image: url('../img/girl.webp');
        width: 50%;
        height: 300px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        right: 0;
        position: absolute;
        top: 20px;
    }
    .main-content br{
        display: block;
    }
    .bg-img{
        background-size: 100%;
    }
    .order-change .img-section{
        order: 2;
        margin-top: 30px;
    }
    .right-left-content{
        margin-top: 30px;
    }
    .xs-mtb-20{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    br{
        display: none;
    }
    .custom-bg {
        position: relative;
        padding: 0;
    }
    .form-position{
        position: relative;
        width: 100%;
        right: 0;
        padding-top: 0;
        top: 0;
    }
}
@media (max-width: 767px) {
    .mt-40 {
        margin-top: 0;
    }
    .right-left-content{
        margin-top: 0;
    }
    .main-content .custom-bg{
        padding-left: 0;
    }
    .main-content .custom-bg,
    .xs-btn{
        text-align: center!important;    
    }
    .main-content .main-title,
    .main-content .custom-bg{
        width: 100%;
    }
    .main-content::after{   
        width: 100%;
        position: relative;
        margin-top: 15px;
        margin-bottom: -35px;
        height: 245px;
        top: auto;
    }
    .ptb-60{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .left-last {
        background-color: transparent;
        padding: 0;
    }
    .main-title {
        font-size: 28px;
        line-height: 36px;
    }
    .second-left-content{
        font-size: 22px;
        line-height: 30px;
    }
    .desp {
        font-size: 16px;
        line-height: 20px;
    }
    .sub-title {
        font-size: 22px;
        line-height: 30px;
    }
    .title {
        font-size: 32px;
        line-height: 40px;
    }
    .left-pink,
    .left-blue {
        font-size: 20px;
        line-height: 30px;
    }
    
    .bg-img{
        background-image: none;
    }
    .mobile-show{
        display: block;
    }
    .img-center{
        text-align: center;
    }
    .img-center img{
        width: 50%;
    }
    .align-center {
        justify-content: center;
        text-align: center;
    }
}