html,body {
    margin:0;
    padding:0;
    height:100%;
    }
    .main {
        background: url(../Images/background-pc.jpg) no-repeat center center fixed;
        background-size : cover;
        background-color: #fff;
        min-height:100%;
        position:relative;
    }
    .content {
    height: auto; 
    padding-bottom:150px;
    }
    .header{
        padding-top: 10% !important;
    }
    .left-panal{
        padding-top: 8vh;
    }
    @media screen and (max-width: 1400px) {        
        .header{
            padding-top: 40px !important;
        }
        .left-panal{
            padding-top: 0px;
        }
    }
    .footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:calc(100% /3.5);
    }
    .footer hr{
        width:4.96vw
    }
    @media screen and (max-width: 800px) {
        .content {
            height: auto; 
            padding-bottom:250px;
        }
        .footer {
            position:absolute;
            width:100%;
            height:calc(100% /3.5);
        }
    }
    .left-header-first {
        font-size: 1.84vw;
    }
    .left-header-hr{
        border-color: #F6C46E;
        margin-left: -17px; 
        margin-top: 15px; 
        margin-bottom: 10px;
        width: 25.6vw;
    }
    .left-header-below {
        font-size: 1.95vw;
    }
    .left-pane{
        font-size: 1.30vw;
    }
    .left-pane-content{
        font-size: 1.1vw;
    }
    .left-pane-header{
        font-size: 1.25vw;
    }
    .right-pane-content{
        font-size: 2.15vw;
        /* height: 3vh; */
    }
    .right-pane-centercontent{
        font-size: 2.60vw;
        /* height: 4vh; */
    }
    .right-pane-default-content{
        font-size: 1.54vw;
        /* height: 3vh; */
    }
    .right-pane-footercontent{
        font-size: 1.22vw;
    }
    .footer-heading {
        font-size: 1.71vw;
    }
    .footer-content {
        font-size: 1.55vw;
    }
    .carousel-prev-btn{
        right: 30vw;
        left:unset;
    }
    .carousel-next-btn{
        right: -1vw;
    }
    @media screen and (max-width:700px)
    {        
        .carousel-prev-btn{
            right: 79vw;
            left:unset;
        }  
        .carousel-next-btn{
            right: 0;
        }
    }
    @media screen and (max-width:1000px) and (min-width:700px)
    {        
        .carousel-prev-btn{
            right: 48vw;
            left:unset;
        } 
        .carousel-next-btn{
            right: 0;
        }
    }
    @media screen and (max-width:1100px) and (min-width:1000px)
    {        
        .carousel-prev-btn{
            right: 41vw;
            left:unset;
        } 
        .carousel-next-btn{
            right: 0;
        }
    }
    @media screen and (max-width:1700px) and (min-width:1100px)
    {        
        .carousel-prev-btn{
            right: 30vw;
            left:unset;
        } 
        .carousel-next-btn{
            right: 0;
        }
    }
    @media screen and (max-width: 2000px) 
    {
        
        .left-header-first {
            font-size: 20px;
        }       
        .left-header-hr{
            border-color: #F6C46E;
            margin-left: -17px; 
            margin-top: 0px; 
            margin-bottom: 10px;
            width: 287px;
        }
        .left-header-below {
            font-size: 21px;
        }
        .left-pane {
            font-size: 13px;
        }
        .left-pane-header {
            font-size: 12px;
        }
        .left-pane-content {
            font-size: 10.5px;
        }
        .right-pane-content{
            font-size: 24.5px;
            /* height: 26px; */
        }
        .right-pane-centercontent{
            font-size: 32px;
            /* height: 40px; */
        }
        .right-pane-default-content{
            font-size: 16px;
            /* height: 3vh; */
        }
        .right-pane-footercontent{
            font-size: 11.5px;
        }
        .footer-heading {
            font-size: 21px;
        }
        .footer-content {
            font-size: 16px;
        }
        .footer hr{
            width:65px
        }
    }

    /* Mobile resolution */
    @media screen and (max-width: 720px){
        .main{
            display: none;
        }
        .main-mobile{
            display: block;
        }
    }
    /* computer resolution */
    @media screen and (min-width: 721px){
        .main{
            display: block;
        }
        .main-mobile{
            display: none;
        }
    }

    /* Mobile resolution style starts */
    .main-mobile {
        height:100%;
    }
    .mob-header{
        width: 100%;
        background-color: #212221;
        height:25vh;
        vertical-align: middle;
    }
    .mob-header-sub{
        vertical-align: middle;
    }
    .mob-content{        
        background-image: url('../Images/background-mobile.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
    }
    .mob-footer{
        width: 100%;
        background-color: #212221;
        height:25vh;
    }

    .mob-header-brand {
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 6vw;
        font-weight: 500;
        font-family: Montserrat-Light;
        color:white;
        margin-top: -17px;    
    }
    .mob-header-brand::before, .mob-header-brand::after {
        content: '';
        flex: 1;
        border-bottom: 3px solid #FFCE79;
        margin: 0 34vw;
    }
    .mob-header-brand::before {
        margin-right: .25em;
    }
    .mob-header-brand::after {
        margin-left: .25em;
    }
    
    .mob-header-bottom{
        font-family: "Saginaw"; 
        font-size: 3.8vw;
        letter-spacing: 2.8px;
        color: #FFCE79;
    }
    .mob-content-header{
        text-align: center;
        font-size: 11vw;
        font-weight: 500;
        font-family: Montserrat-Light;
        margin: 0;
    }
    .mob-content-header-below{
        text-align: center;
        font-size: 11vw;
        font-weight: bolder;
        font-family: Montserrat-Light;
    }
    .mob-content-header-hr{        
        border: 2px solid #F6C46E;
        width: 38.6vw;
    }
