    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
    }
    
    p,
    span,
    ul,
    li,
    a {
        margin: 0;
        padding: 0;
        line-height: 30px;
        font-weight: 500;
    }
    
    .no_space {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    h1 {
        font-size: 42px;
    }
    
    a:hover,
    a:focus {
        color: #fff;
        text-decoration: none;
    }
    
    h2 {
        font-weight: 400;
        line-height: 48px;
        margin: 0 0 20px;
        color: #333;
        font-size: 42px;
    }
    
    h2>span {
        color: #eb1b29;
        font-weight: 600;
    }
    
    .sec {
        padding: 70px 0;
        width: 100%;
    }
    
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /*sidebar form*/
    
    .sidebar_form_bg {
        width: 250px;
        position: fixed;
        top: 20%;
        transform: translate(-250px, 0);
        border-radius: 5px;
        cursor: pointer;
        transition: linear .3s;
        z-index: 99;
    }
    
    .sidebar_active {
        transform: translate(0, 0);
    }
    
    .sidebar_head {
        position: absolute;
        transform: rotate(-90deg);
        right: -168px;
        background: #eb1b29;
        padding: 10px;
        color: #fff;
        top: 130px;
        width: 300px;
        text-align: center;
        border-radius: 0 0 5px 5px;
        font-weight: bold;
    }
    
    .sidebar_form {
        background: #fff;
        padding: 30px;
        height: 350px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        border: 2px solid #eb1c29;
    }
    
    .sidebar_head h3 {
        font-size: 18px;
    }
    
    .sidebar_form .form-control {
        padding: 13px;
        height: auto;
        border: 2px solid #ff007a;
    }
    /*sidebar form end*/
    /************************** popup  ************************************/
    
    .modal {
        top: 0%;
        background: #000000de;
    }
    
    .modal-dialog {
        max-width: 500px;
        margin: 71px auto 0;
    }
    
    .pop_heading {
        width: 100%;
        padding: 20px;
    }
    
    .pop_heading h5 {
        font-size: 19px;
        font-weight: 700;
        margin: 0 0 15px;
        border-left: 4px solid #eb1b29;
        padding: 0 20px;
        line-height: 29px;
        text-transform: uppercase;
    }
    
    .pop_heading h4 {
        font-size: 23px;
        font-weight: 700;
        color: #eb1b29;
        padding: 0 0 0 30px;
    }
    
    .field {
        width: 100%;
        position: relative;
        margin: 0 0 10px;
    }
    
    span.pop_icon {
        position: absolute;
        color: #eb1b29;
        left: 13px;
        top: 0px;
    }
    
    .field .form-control {
        width: 100%;
        border-radius: 0;
        padding: 3px 0 4px 37px;
        resize: none;
    }
    
    .modal-content {
        box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
        border-radius: 30px;
    }
    
    #popupform p {
        text-align: center;
        font-size: 14px;
        color: #f10e0e;
        margin: 19px 0 0;
    }
    
    .modal-header {
        padding: 0;
        border: none;
    }
    
    button.pop_btn {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        background: #eb1b29;
        padding: 10px 0;
        border: none;
        width: 100%;
    }
    /* button.close {
    background: url(./img/cross.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    opacity: 1;
} */
    
    .fade.in {
        overflow: hidden;
    }
    /************************** popup  ************************************/
    
    .h_sec13 {
        padding: 50px 0;
        width: 100%;
        overflow: hidden;
    }
    
    .s13_top {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        overflow: hidden;
        color: #000;
    }
    
    .s13_bot {
        width: 100%;
        overflow: hidden;
    }
    
    .s13_box {
        width: 96%;
        box-shadow: 0px 4px 10px 0 #000;
        margin: 15px;
    }
    
    .s13_box img {
        width: 100%;
    }
    
    .s13_box a {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    .owl-pagination {
        margin: 0;
    }
    /***************************header*******************************/
    
    .header {
        width: 100%;
        position: absolute;
        z-index: 1;
        padding: 5px 0;
    }
    /* .logo {
        width: 100%;
    } */
    
    .head_right {
        margin: 19px 0;
        text-align: right;
    }
    
    span.top_icon {
        color: #fff;
        margin-right: 10px;
    }
    
    .head_right ul li {
        list-style: none;
        display: inline-block;
    }
    
    .head_right ul li a {
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 15px;
        font-size: 16px;
    }
    /***************************banner*******************************/
    
    .banner {
        width: 100%;
        background: url(../img/main_banner.webp) no-repeat center;
        background-size: cover;
        padding: 200px 0 100px;
        position: relative;
    }
    
    .banner:before {
        content: "";
        position: absolute;
        background: #000000b3;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .banner_top {
        width: 100%;
        text-align: center;
    }
    
    .banner_top h1 {
        color: #fff;
        font-weight: 300;
        line-height: 54px;
    }
    
    .banner_top h1>span {
        color: #eb1b29;
        font-weight: 700;
    }
    
    .banner_top h3 {
        color: #fff;
        font-size: 22px;
        margin: 30px 0 50px;
    }
    
    .banner_form {
        width: 100%;
    }
    
    .ban_btn {
        width: 100%;
        background: #eb1b29;
        padding: 20px 15px;
        color: #fff;
        border-radius: 8px;
        text-transform: uppercase;
        font-weight: 600;
        border: none;
    }
    
    .ban_btn:hover {
        background: #fff;
        color: #eb1b29;
        border: 1px solid #ec1840;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .ban_btn2 {
        width: 100%;
        background: #eb1b29;
        padding: 7px 15px;
        color: #fff;
        border-radius: 8px;
        text-transform: uppercase;
        font-weight: 600;
        border: none;
    }
    
    .banner_bot {
        width: 100%;
        overflow: hidden;
    }
    
    .banner_bot .form-control {
        width: 100%;
        padding: 29px;
        border-radius: 8px;
        font-size: 15px;
    }
    
    .banner_list {
        width: 100%;
        text-align: center;
        margin: 20px 0 0;
    }
    
    .banner_list li {
        display: inline-block;
        padding: 0 18px;
        font-size: 18px;
        color: #fff;
        border-right: 1px solid #fff;
    }
    
    .banner_list li:last-child {
        border-right: none;
    }
    
    span.check_icon {
        color: red;
        margin: 0 10px 0 0;
        font-size: 22px;
    }
    /***************************section1*******************************/
    
    .h_sec1 {
        overflow: hidden;
    }
    
    .sec1_left {
        width: 100%;
    }
    
    .sec1_left h3 {
        color: #686e72;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 16px;
        margin: 5px 0 0;
    }
    
    .sec1_left p {
        color: #333;
        font-size: 15px;
        margin: 0 0 20px;
    }
    
    .sec1_left a {
        color: #eb1b29;
        font-size: 16px;
        font-weight: bold;
    }
    
    .sec1_right {
        width: 100%;
        position: relative;
    }
    
    .sec1_right img {
        width: 100%;
        border-radius: 20px;
        position: relative;
        z-index: 2;
    }
    
    .sec1_right ul {
        position: absolute;
        z-index: 1;
    }
    
    .sec1_right ul li {
        display: inline-block;
        position: relative;
    }
    
    .sec1_right ul li:nth-child(4n+1) {
        border: 5px solid #eb1b29;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        top: -380px;
        left: -49px;
    }
    
    .sec1_right ul li:nth-child(4n+2) {
        float: right;
        top: -45px;
        left: 130px;
    }
    
    .sec1_right ul li:nth-child(4n+3) {
        top: -100px;
        bottom: 0;
        left: -80px;
        right: 0;
    }
    
    .sec1_right ul li:nth-child(4n+4) {
        top: -420px;
        bottom: 0;
        left: 220px;
        right: 0;
    }
    /***************************section2*******************************/
    
    .h_sec2 {
        background: #f1f1f1;
        text-align: center;
    }
    
    .sec2_box h4 {}
    
    .sec2_box h4>span {
        color: #eb1b29;
        font-size: 56px;
        font-weight: bold;
    }
    
    .sec2_box p {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.34;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 14px;
        color: #3f3a64;
    }
    /***************************section3*******************************/
    
    .h_sec3 {
        overflow: hidden;
    }
    
    .sec3_top {
        padding: 70px 0;
    }
    
    .sec3_mid {
        background: #f1f1f1;
    }
    
    .sec3_left {
        width: 100%;
    }
    
    .sec3_left img {
        width: 100%;
        border-radius: 5px;
        position: relative;
        z-index: 2;
        transform: scale(1.4);
        top: 35px;
    }
    
    .sec3_left ul {
        position: absolute;
        z-index: 1;
    }
    
    .sec3_left ul li {
        display: inline-block;
        position: relative;
    }
    
    .sec3_left ul li:nth-child(4n+1) {
        border: 5px solid #eb1b29;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        top: -320px;
        left: -730px;
    }
    
    .sec3_left ul li:nth-child(4n+2) {
        float: right;
        top: -110px;
        left: 150px;
    }
    
    .sec3_left ul li:nth-child(4n+3) {
        top: -324px;
        bottom: 0;
        left: -80px;
        right: 0;
    }
    
    .sec3_right p {
        color: #333;
        font-size: 15px;
        padding: 0 100px 0 0;
    }
    
    .sec3_right a {
        color: black;
        font-size: 16px;
        font-weight: 600;
        margin: 0 8px 0 0;
        text-decoration: none;
        line-height: 75px;
        position: relative;
        transition: 0.5s;
        text-transform: capitalize;
    }
    
    .sec3_right a:hover {
        color: red;
        transition: all 0.5s ease;
    }
    
    .sec4_left a:hover {
        color: red;
        transition: all 0.5s ease;
    }
    /***************************section4*******************************/
    
    .h_sec4 {
        background: #e4e3de;
    }
    
    .sec4_left {
        color: #000;
    }
    
    .sec4_left h2 {
        color: #000;
    }
    
    .sec4_left h3 {
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 16px;
    }
    
    .sec4_left p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    
    .sec4_left a {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        margin: 0 8px 0 0;
        text-decoration: none;
        line-height: 75px;
        position: relative;
        transition: 0.5s;
    }
    
    .sec4_right {
        width: 100%;
        padding: 50px;
        background: #fff;
        overflow: hidden;
        text-align: center;
    }
    
    .sec4_right p {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        margin: 0 0 30px;
    }
    
    .sec4_right_user {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    
    .sec4_right_user img {
        width: 60px !important;
        border-radius: 50%;
    }
    
    .sec4_right_user h5 {
        font-size: 17px;
        font-weight: 600;
        margin: 15px 0 0;
        color: #333;
    }
    /***************************section5*******************************/
    
    .sec5_top {
        width: 100%;
        text-align: center;
    }
    
    .sec5_top h3 {
        color: #333;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        margin: 0 0 30px;
    }
    
    .sec5_top .form-control {
        width: 100%;
        height: auto;
        border-radius: 8px;
        padding: 20px;
    }
    
    .sec5_top ul li {
        display: inline-block;
        position: relative;
    }
    
    .sec5_top ul li:nth-child(4n+1) {
        border: 5px solid #eb1b29;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        top: -100px;
        left: -350px;
    }
    
    .sec5_top ul li:nth-child(4n+2) {
        float: right;
        top: -60px;
        left: 90px;
    }
    
    .sec5_top .animate-this {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: -1;
    }
    
    .sec5_bot {
        width: 100%;
        overflow: hidden;
        text-align: center;
        margin: 20px 0 0;
    }
    
    .sec5_bot ul li {
        display: inline-block;
        padding: 0 18px;
        color: #333;
        font-weight: 700;
        font-size: 16px;
    }
    /***************************footer*******************************/
    
    .footer {
        width: 100%;
    }
    
    .foot_top {
        width: 100%;
        overflow: hidden;
        color: #000;
        background: #e4e3de;
        padding: 50px 0 30px;
    }
    
    .foot_box {
        width: 100%;
    }
    
    .foot_box h5 {
        margin: 0 0 20px;
        font-weight: 500;
        font-size: 17px;
    }
    
    .foot_box p {
        color: #000;
    }
    
    .foot_right {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    
    .foot_right img {
        max-width: 100%;
        margin: 0 0 21px;
    }
    
    .foot_bot {
        width: 100%;
        background: #eb1b29;
        padding: 5px 0;
    }
    
    .foot_bot p {
        font-size: 13px;
        color: #fff;
        font-weight: 500;
    }
    
    .foot_bot ul {
        text-align: right;
    }
    
    .foot_bot ul li {
        display: inline-block;
        margin: 0 auto 0 20px;
    }
    
    .foot_bot ul li a {
        color: #fff;
        font-weight: 500;
    }
    
    .foot_box h3 {
        margin: 0 0 20px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 2px solid #0e918c;
        padding-bottom: 15px;
        position: relative;
    }
    
    .foot_box ul {
        padding: 0 0 0 18px;
    }
    
    .foot_box ul li {
        line-height: 30px;
        position: relative;
    }
    
    .foot_box ul li a {
        color: #000;
        font-size: 16px;
        transition: linear .2s;
    }
    
    .foot_box ul li a:hover {
        color: #0e918c;
        font-size: 16px;
    }
    
    .foot_box ul li:hover:before {
        transform: rotate(180deg);
    }
    
    .h_sec10 {
        background: #F8F9FE;
    }
    
    .sec10_top {
        width: 100%;
        text-align: center;
        margin: 0 0 50px;
        overflow: hidden;
    }
    
    .sec10_top h2 {
        font-size: 36px;
        margin: 0 0 20px;
    }
    
    .sec10_top p {
        font-size: 18px;
        color: #000;
    }
    
    .sec10_bot {
        width: 100%;
        overflow: hidden;
    }
    
    .sec10_box {
        text-align: center;
        box-shadow: 0 9px 16px 0 rgba(224, 229, 238, .5);
        border: solid 1px #e5eaed;
        padding: 30px 50px;
        border-radius: 15px;
        position: relative;
    }
    
    .sec10_box h5 {
        font-size: 20px;
        color: #555555;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .sec10_box h2 {
        font-size: 66px;
        margin: 40px 0;
        color: #eb2929;
        font-weight: 600;
        line-height: 32px;
    }
    
    .sec10_box h2>span {
        font-size: 18px;
        margin: 0 5px 0 5px;
        position: relative;
        bottom: -10px;
        color: #637282;
    }
    
    .sec10_box h2>span:first-child {
        color: #eb2929;
        bottom: 10px;
    }
    
    .sec10_box ul {
        margin: 0 0 40px;
    }
    
    .sec10_box ul li {
        list-style: none;
        margin: 0 0 15px;
        font-size: 18px;
        color: #637282;
    }
    
    .s10:nth-child(2) .sec10_box {
        border-top: 5px solid #eb2929;
        border-bottom: 5px solid #eb2929;
    }
    /************************** inner section ************************************/
    
    .inner_page_banner {
        width: 100%;
        padding: 90px 0 30px;
        text-align: center;
        background: #1c2036;
        color: #fff;
    }
    
    .inner_page_banner h3 {
        font-size: 32px;
        color: #fff;
        text-transform: capitalize;
        margin: 0 0 20px;
    }
    
    .terms_section {
        width: 100%;
        padding: 40px 0;
    }
    
    .terms_section h3 {
        margin: 20px 0;
        text-transform: capitalize;
        font-size: 20px;
        font-weight: bold;
    }
    
    .terms_section p {
        margin: 0 0 15px;
        font-size: 16px;
    }
    
    .terms_section ul li:before {
        content: "";
        position: absolute;
        left: -23px;
        background: #eb1c29;
        width: 1%;
        height: 4px;
        border-radius: 50px;
        top: 10px;
    }
    
    .terms_section ul li {
        list-style: none;
        font-size: 16px;
        margin: 0 0 20px;
        position: relative;
    }
    
    .terms_section ul li a {
        color: #102a45;
    }
    
    .terms_section .form-control {
        resize: none;
        border-radius: 10px;
        border: 2px solid #333;
    }
    
    .terms_section_form {
        width: 100%;
    }
    
    .terms_section_form h5 {
        font-size: 22px;
        margin: 0 0 30px;
    }
    
    .terms_s_left {
        width: 100%;
        padding: 90px 0;
    }
    
    .terms_s_left h3 {
        font-size: 29px;
        margin: 0 0 30px;
        line-height: 37px;
    }
    
    .terms_s_left p {
        font-size: 20px;
        font-weight: 500;
    }
    
    .capbox0 {
        width: 100%;
        margin: 10px 0;
        overflow: hidden;
    }
    
    #CaptchaDiv0 {
        width: 20%;
        background: #fff;
        padding: 9px 12px;
        margin: 0 0 15px;
        border-radius: 10px;
        float: left;
        border: 2px solid #333;
    }
    
    .capbox-inner0 {
        padding: 3px 13px;
        width: 76%;
        float: left;
        border-radius: 10px;
        margin: 0 0 0 20px;
        border: 2px solid #333;
    }
    
    #CaptchaInput0 {
        margin: 1px 0px 1px 30px;
        width: 130px;
        border-radius: 10px;
        padding: 4px;
        border: 2px solid #333;
    }
    
    button.cont_but {
        font-size: 18px;
        background: #eb1c29;
        color: #fff;
        border-radius: 10px;
        padding: 9px 0;
        box-shadow: 0px 5px 15px #00000087;
        transition: 0.3s ease-in;
        text-transform: uppercase;
        display: inline-block;
        width: 100%;
        border: none;
    }
    /*responsive*/
    
    @media screen and (max-width: 980px) {
        h1 {
            font-size: 30px;
        }
        h2 {
            line-height: 36px;
            font-size: 30px;
        }
        .sec {
            padding: 50px 0;
        }
        .banner {
            padding: 130px 0 50px;
        }
        .banner_top h3 {
            margin: 10px 0 30px;
        }
        .sec3_right p {
            padding: 0;
        }
    }
    
    @media screen and (max-width: 767px) {
        h2 {
            line-height: 32px;
            font-size: 24px;
        }
        .sec {
            padding: 30px 0;
        }
        .head_right {
            margin: 0;
        }
        .banner_top h1 {
            line-height: 34px;
        }
        .banner {
            padding: 170px 0 30px;
        }
        .animate-this {
            display: none;
        }
        .banner_list li {
            border: none;
        }
        .banner_bot .form-control {
            padding: 20px;
        }
        .ban_btn {
            padding: 15px 15px;
        }
        .banner_top h3 {
            font-size: 16px;
            line-height: 24px;
        }
        .h_sec1 .row {
            display: flex;
            flex-direction: column-reverse;
        }
        .sec1_right {
            margin: 0 0 20px;
        }
        .sec2_box {
            margin: 20px 0;
        }
        .sec2_box h4>span {
            font-size: 42px;
        }
        .sec3_left {
            margin: 0 0 20px;
        }
        .sec3_mid {
            margin: 10px 0;
        }
        .sec3_mid .row {
            display: flex;
            flex-direction: column-reverse;
        }
        .sec4_right {
            padding: 20px;
        }
        .sec5_top .form-control {
            padding: 10px;
        }
        .sec5_bot {
            margin: 0;
        }
        .foot_box {
            margin: 0 0 20px;
        }
        .foot_top {
            padding: 30px 0;
        }
    }
    
    @media screen and (max-width: 980px) {
        .sidebar_form_bg {
            display: none
        }
        .sec3_right {
            padding-top: 8rem;
        }
    }
    
    .error {
        color: red;
        font-size: 13px;
        display: block;
    }
    
    .intl-tel-input {
        width: 100%;
    }
    
    .iti {
        width: 100%;
        color: #000
    }
    
    .iti--separate-dial-code .iti__selected-flag {
        background-color: transparent !important;
    }
    
    .iti--allow-dropdown input,
    .iti--allow-dropdown input[type=text],
    .iti--allow-dropdown input[type=tel],
    .iti--separate-dial-code input,
    .iti--separate-dial-code input[type=text],
    .iti--separate-dial-code input[type=tel] {
        border: 1px solid transparent;
    }
    
    .form-control {
        border: 1px solid #ced4da !important;
    }
    
    .iti__country-list,
    .iti__arrow {
        display: none
    }
    
    .text-white {
        color: #fff
    }
    
    .owl-carousel .owl-item img {
        display: initial !important;
        width: 100%;
    }
    
    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 20px;
        left: 10px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    
    .my-float {
        font-size: 40px!important;
        margin-top: 10px;
    }
    
    .sec5_top h2 {
        font-size: 39px;
    }