
.container {
    width: 75%;
}
.navbar-default {
    padding: 15px 0px 15px 0px;
    background: #fff;
    border: 0;
    margin-bottom: 0px;
}
body {
    background: #fff;
}
label {

    font-family: 'Cabin', sans-serif;
}
.d-bn{
    display: block;
}
.navbar-header {
      width: 100%;
  padding: 15px 0px;
}
.navbar-header span {
    float: right;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    margin-top: 15px;
    font-size: 18px;
}
.hf-ct-left h2{
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 43px;
    color: #fff;
    margin: 0;
}
.innfd {
        font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 24px;
      margin: 0;
		margin-top: 10px;
}
.hf-ct-left h2 span {
    background: #000;
    margin-top: 5px;
    display: inline-block;
    padding: 0px 10px;
    line-height: 65px;
}
.bk-date {
    cursor: pointer;
    background: #ce0000;
    color: #fff !important;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none !important;
    width: 54%;
    text-align: center;
}
.hf-ct-left{
    margin-top: 30px;
}
.hf-ct-right p {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    margin-top: 20px;
    line-height: 32px;
}
.hf-ct-left p {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    margin-top: 15px;
    line-height: 27px;
}
.hf-ct-left p span{
    color: #CE0000;
}
.hf-ct-right {
    padding: 0% 5% 5% 0;
}
.bg-gray h3 {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 18px;
margin: 10px 0 30px 0;
}
.bg-gray {
    background: #f1f1f1;
    padding: 20px;
    margin: 40px 0px 20px 0px;
}
.bg-gray .form-control{
    border-radius: 0px;
    background-color: #fff;
    padding: 10px;
    height: 50px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #999;
	    border: 0px;
}
.bg-gray .checkbox,.bg-gray p  {font-family: 'Cabin', sans-serif;}

.bt-red{
   background: #ce0000;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    margin: 30px;
    border-radius: 0;
    width: 180px;
    text-transform: capitalize;
}
footer {
    padding: 20px 0px 0px 0px;
    font-family: 'Cabin', sans-serif;
}
.m-form .form-group{
    position: relative;
    margin-bottom: 12px;
}
.form-group .inputText:focus ~ .floating-label,
.form-group .inputText:not(:focus):valid ~ .floating-label {
    top: 3px;
    bottom: 0px;
    left: 26px;
    font-size: 10px;
    opacity: 1;
}

.form-group .inputText {
    font-size: 14px;
    width: 100%;
    height: auto;
    padding: 12px 10px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.form-group .floating-label {
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 14px;
    transition: 0.2s ease all;
    color: #999;
}
.form-check-label{
    display: flex;
    color: #666;
}

.form-check-label .form-check-input {
    margin-right: 10px;
 }

.m-form {
    background: #DBDBDB;
    box-shadow: 1px 1px 3px 1px #b3aeae;
    padding: 15px 18px;
    margin-left: 5%;
    width: 95%;
    float: left;
    margin-bottom: 20px;
}
.btnsbmit {
    color: #fff;
    border: 0px;
    height: 45px;
    width: 100%;
    margin: 10px auto 0px auto;
    display: block;
    background: #CE0000;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.5s all ease;
}
.hf-ct-right .policy-msg {
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
    text-align: center;
    margin-top: 0px;
}
.hf-ct-right .form-para {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 28px;
}
.form-group .d-inline-block {
    display: inline-block;
    font-weight: 200;
    font-family: 'Cabin', sans-serif;
    line-height: initial;
    font-size: 16px;
    margin: 0px 5px;
}
.form-group .sno {
    font-size: 16px;
    display: block;
}
.whSecInner {
    height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F0F1F6;
    font-family: 'Cabin', sans-serif;
}
.main-sec {
    background: #eff0f5;
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Cabin', sans-serif;
}
.main-ft {
    padding: 35px 0;
}
.main-ft h3 {
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    line-height: 32px;
}
.main-ft a {
    background: #df3d19;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    padding: 10px 30px;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}
.main-ft ul li{
    margin: 3px 0px;
    font-size: 15px;
    line-height: 24px;
}
a.vdo-ic {
    padding: 0;
    cursor: pointer;
}
.vidbox {
    background: #000;
    border: 0 solid #F68121;
    width: 0%;
    height: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.vidbox {
    position: fixed;
    overflow: hidden;
}
.vidbox {
    top: 0;
    overflow: hidden;
}
.vidbox.active {
    width: 100%;
    height: 100%;
    border: 5px;
}
.closevid1 {
    display: none;
    color: #ED2124;
    font-size: 1rem;
    padding: 10px;
    position: absolute;
    top: 60px;
    right: 0px;
    z-index: 9999;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
}
.vidbox iframe {
    width: 100%;
    height: 100%;
    position: relative;
}
.ct-3 {
    width: 30%;
    float: left;
    padding: 0px 15px;
}
.ct-3 h2 {
    font-size: 19px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 32px;
}
.ct-9 {
    width: 66%;
    float: right;
}
.panel-group {
    margin-top: 20px;
    padding: 0px 15px;
}
#accordion.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border: 0;
    margin-top: 1px;
}
#accordion .panel-heading {
    padding: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.panel-title {
    position: relative;
}
.panel-title a {
    width: 100%;
    display: block;
    font-family: 'averta-semi-bold';
    text-decoration: none;
    font-size: 17px;
    padding: 15px 25px;
    font-weight: 600;
}
.panel-title a[aria-expanded="true"]::before {
    content: "-";
    position: absolute;
    right: 20px;
    font-family: 'averta-semi-bold';
    font-size: 25px;
    top: 10px;
}
.panel-title a::before {
    content: "+";
    position: absolute;
    right: 20px;
    font-family: 'averta-semi-bold';
    font-size: 25px;
    top: 10px;
}
.hf-ct-left .policy_msgg {
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
    margin-top: 10px;
}
.cta-btn{
    color: #fff;
    border: 0px;
    height: 45px;
    width: 100%;
    margin: 35px auto 30px auto;
    display: block;
    background: #CE0000;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.5s all ease;
}
.knw-more-cta{
    height: 45px;
    width: 50%;
    margin: 45px 0px 30px 0px !important;
    display: block;
    color: #000;
    font-size: 14px !important;
    font-weight: 100 !important;
    transition: 0.5s all ease;
    cursor: pointer;
}
.bounce {
    animation: bounce 2s infinite;
}
.padd-r-0{
    padding-right: 8px;
}
.padd-l-0{
    padding-left: 8px;
}
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-13px);
    }
    60% {
      transform: translateY(-7px);
    }
}
  
@media screen and (max-width: 1680px) {
    .hf-ct-left h2 {
            font-size: 41px;
        }
    }

    @media screen and (min-width: 1900px) {
        .hf-ct-left h2 span {
            line-height: 91px;
        }
    }

    @media screen and (max-width: 1600px) {
        .hf-ct-left h2 {
            font-size: 39px;
        }
    }

    @media screen and (max-width: 1440px) {
        .hf-ct-left h2 {
            font-size: 38px;
        }

        .hf-ct-right {
            padding: 0 15px 0 35px;
        }

        .innfd {
            font-size: 18px;
            margin: 0;
            margin-top: 10px;
        }

        .bk-date {
            margin-top: 20px;
        }

        .bg-gray {
            margin: 100px 0px 20px 0px;
        }

        .hf-ct-right p {
            margin-top: 10px;
            line-height: 30px;
        }
    }

    @media screen and (max-width: 1350px) {
        .hf-ct-left h2 {
            font-size: 36px;
        }

            .hf-ct-left h2 span {
                line-height: 54px;
            }
    }


    @media screen and (max-width: 1290px) {
        .hf-ct-left h2 {
            font-size: 35px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {

        .container {
            width: 100%;
        }
        .cta-btn{
            width: 60%;
        }
    }

    @media (min-width: 993px) and (max-width: 1024px) {

        .container {
            width: 90%;
        }

        .hf-ct-left h2 {
            font-size: 52px;
        }

            .hf-ct-left h2 span {
                line-height: 70px;
            }
    }

    @media screen and (max-width: 767px) {

        .hf-ct-left h2 {
            font-size: 7vw;
            text-align: center;
        }

            .hf-ct-left h2 span:first-child {
                line-height: 37px;
            }

        .hf-ct-left {
            margin-top: 10px;
        }

        .hf-ct-right {
            display: block;
            padding: 0px 20px;
        }

        .form-check-label {
            font-size: 12px;
        }
        .hf-ct-right .policy-msg {
            font-size: 12px;
            line-height: 19px;
            width: 90%;
        }

        footer p {
            font-size: 12px;
            margin: 10px 0px;
        }

        .hf-ct-right .innfd {
            font-size: 14px;
            text-align: center;
            margin-top: 30px;
            line-height: inherit;
        }

        .bk-date {
            text-align: center;
            width: 100%;
            border-radius: 10px;
            margin-top: 40px;
        }

        .navbar-header {
            padding: 15px;
            margin: 0px !important;
        }

        .navbar .container {
            padding: 0;
        }

        .container {
            width: 100%;
        }

        .navbar-default {
            padding: 0px 0px 15px 0px;
        }

        .navbar-header span {
            font-size: 14px;
        }

        .hf-ct-left h2 span {
            line-height: 36px;
        }

        .hf-ct-left p {
            font-weight: 600;
            font-size: 14px;
            margin: 10px 0px;
            line-height: 32px;
            text-align: center;
        }

        .m-form {
            margin-left: 0%;
            width: 100%;
        }

        .navbar {
            margin-bottom: 0;
        }

        .bg-gray {
            padding: 20px;
            margin: 20px 0px 20px 0px;
        }

            .bg-gray h3 {
                font-size: 18px;
                margin: 0px 0 20px 0;
                text-align: center;
            }

        .lbl-grey .form-group label {
            display: none;
        }

        .bt-red {
            margin: 10px;
            width: 150px;
            padding: 6px;
            border-radius: 5px;
            border-color: transparent;
        }

        .checkbox, .radio {
            margin-bottom: 0px;
        }

        .hf-1st {
            height: auto;
            display: block;
            align-items: center;
        }

        .logo {
            display: block;
        }

            .logo img {
                margin: 0 auto;
            }

        .bg-gray .form-control {
            font-size: 13px;
            height: 40px;
            border-radius: 5px;
        }

        .lbl-grey .form-group:after {
            content: "*";
            position: absolute;
            top: 10px;
            font-size: 18px;
            right: 2px;
            color: #000;
        }

        footer {
            text-align: center;
        }

        .mb-block {
            display: block;
        }

        .thankh4 {
            margin-top: 20px;
        }

        .thankgrey {
            height: 50vh;
            display: flex;
            align-items: center;
        }
        .ct-3 {
            width: 100%;
            float: left;
        }
        .ct-9 {
            width: 100%;
            float: right;
        }
        .panel-title a {
            font-size: 15px;
        }
        .vidbox.active {
            height: 50%;
        }
        .cta-btn{
            width: 60%;
        }
        .knw-more-cta{
            display: none;
        }
        .padd-r-0{
            padding-right: 15px;
        }
        .padd-l-0{
            padding-left: 15px;
        }
    }
   