        @font-face {
            font-family: WWF;
            src: url('landing-page/fonts/WWF.otf');
        }

        body {
            font-family: 'Poppins', sans-serif;
        }

        #alertt {
            display: none;
            padding: 3px 5px;
            font-weight: bold;
        }
        .banner-section {
       background: url(/landing-page/images/wins/top-main-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
}
        .left-img-bg {
       background: url(/landing-page/images/wins/left-bg-imgv1.1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
   .bullet-advance li {
        list-style: none;
        font-size: 20px;
    }
    
.bullet-advance li:before {
    content: "·";
    font-size: 90px;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    left: 16px;
}
        #log_buttons {
            display: none;
        }
.login-register-btn{
    margin-top: 535px!important;
}
.login-register-btn .btn-danger {
    color: #fff;
    background-color: #f2531c;
    border: #f2531c;
}
.login-register-btn .btn-outline-danger {
    color: #f2531c;
    border-color: #f2531c;
}
.login-register-btn .btn-outline-danger:hover , .login-register-btn .btn-danger:hover  {
       color: #fff;
    background-color: #df450f;
    border: #df450f;
}









.one h1 {
  text-align: center;
  padding-bottom: 5px;
  color:#f2531c;
}
.one h1:before {
    width: 60px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 11px;
    left: 48%;
    margin-left: -14px;
    background-color: #000;
}
.one h1:after {
    width: 200px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 12px;
    left: 45%;
    margin-left: -50px;
    background-color: #000;
}
.bullet-container{
    list-style:none;
    margin-left: -15px;
}
.para-bullet{
    font-size:1.45rem;
    text-indent: -1.3em;
}
.para-bullet::before { /* add the new bullet point */
  display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #f2531c;
    position: relative;
    bottom: 3px;
}
.para-highlight{
      font-size:1.25rem;
}
.para-highlight span{
      color:#f2531c;
      font-size:1.75rem;
}
.current-bg{
     background: url(/landing-page/images/wins/current-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rearch-bg{
    background: url(/landing-page/images/wins/rearch-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.advancing-bg{
    background: url(/landing-page/images/wins/advancing-bg-v1.1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.award-bg{
    background: url(/landing-page/images/wins/award-bgv1.2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.conclave-bg{
    background: url(/landing-page/images/wins/conclave-bgv1.1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wins-conclave-bg{
    background: url(/landing-page/images/wins/wins-conclave-bgv1.1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.post-conclave-bg{
    background: url(/landing-page/images/wins/post-conclave-bgv1.1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.timeline {
    position: relative;
    padding-left: 4rem;
    margin: 0 0 0 30px;
    color: white;}

    .timeline:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: #27293d;
    }

    .timeline-container {
        position: relative;
        margin-bottom: 2.5rem;}

        .timeline-icon {
            position: absolute;
            left: -88px;
            top: 4px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            font-size: 2rem;
            background: #f2531c;}

           .timeline-icon i {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

           .timeline-icon img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .timeline-body {
            background: #3F3F3F;
            border-radius: 3px;
            padding: 20px 20px 15px;
            box-shadow: 1px 3px 9px rgba(0,0,0, .1);}

            .timeline-body:before {
                content: '';
                background: inherit;
                width: 20px;
                height: 20px;
                display: block;
                position: absolute;
                left: -10px;
                transform: rotate(45deg);
                border-radius: 0 0 0 2px;
            }

            .timeline-title {
                margin-bottom: 1.4rem;}

                .badge {
                    background: #00bf9a;
                    padding: 4px 8px;
                    border-radius: 3px;
                    font-size: 12px;
                    font-weight: bold;
                }
            

            .timeline-subtitle {
                font-weight: 300;
                font-style: italic;
                opacity: .4;
                margin-top: 16px;
                font-size: 11px;
            }


.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bf3d10;
    border-color: #b21f2d;
}

.serviceBox{
    color: #f2531c;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}
.serviceBox .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
    margin: 0 0 30px;
    border: 3px solid #f2531c;
    display: inline-block;
    background: #f2531c;
    color: #fff;
}
.serviceBox .title-postConclave{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 10px;
    margin: 0 0 30px;
    border: 3px solid #f2531c;
    display: inline-block;
    background: #f2531c;
    color: #fff;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serviceBox .service-content {
    color: #f2531c;
    background: #fff;
    padding: 15px;
    margin: 0 0 40px;
    border-radius: 30px;
    border: 10px solid #f2531c;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    min-height: 220px;
    transition: .5s all linear;
}
.serviceBox .service-content-new {
    color: #f2531c;
    background: #fff;
    padding: 15px;
    margin: 0 0 40px;
    border-radius: 30px;
    border: 10px solid #f2531c;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    min-height: 275px;
    transition: .5s all linear;
}
.serviceBox .service-content:hover {
    background: #fff;
}

.serviceBox .description {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    text-align: left;
}
.serviceBox .service-icon{
    background: #f2531c;
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
} 
.serviceBox .service-icon img{
   margin-top: 20px;
} 
.serviceBox ul {
    margin-left: -20px;
    text-align:left;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.serviceBox .service-icon:after{
    background: #f2531c;
    width: 3px;
    height: 40px;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: -40px;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 40px; }
}
.card {
    padding: 4px !important;
    border-radius: 0px;
    margin-bottom: 10px;
    display: block;
}

.login-ragis-btn {
    width: 56%;
}

#young-tab {
    display: none;
}

section.speakers button.owl-prev span {
    position: absolute;
    left: -55px;
    top: 35%;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #d88f28;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
}

section.speakers button.owl-next span {
    position: absolute;
    right: -55px;
    top: 35%;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #d88f28;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
}


.owl-carousel-sliders button.owl-prev span {
    position: absolute;
    left: -55px;
    top: 35%;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #d88f28;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
}

.owl-carousel-sliders button.owl-next span {
    position: absolute;
    right: -55px;
    top: 35%;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #d88f28;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.speakers-card img {
    background: #fff;
    padding: 10px;
    border: 2px dotted #000;
}

.speakers-card h5 {
    color: #fff;
    margin-top: 5px;
}

.speakers-card p {
    color: #fff;
    margin-top: -7px;
}

.speaker-tab:hover,
.young-tab:hover {
    /*border: 1px solid #fff !important;*/
    cursor: pointer;

}

#topnav {
    z-index: 999;
}
.top-main-img{
    margin-top:160px!important;
}

.registration-form form {
    padding: 40px 30px;
    position: relative;
    z-index: 111;
    box-shadow: none;
    background: #E185B9;
    border-radius: 0;
    margin-top: -5px;
    /* border: 2px dotted; */
}

.form-section .form-control {
    border-radius: 4px;
    padding: 0px 0 0px 10px;
    font-size: 14px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid black;
    background: white;
    box-shadow: none;
    color: #000 !important;
}

.form-group.profession:after {
    content: "";
    position: absolute;
    right: 27px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 10;
    font-size: 15px;
    color: white;
    font-size: 13px;
    display: block;
    width: 25px;
    height: 22px;
    background: #ef9000;
    z-index: -1;
    clip-path: polygon(49% 85%, 0 0, 100% 0);
    cursor: pointer;
}



.media-body h5 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0px;
    /*color: #fff;*/
}

.media-body a {
    font-size: 20px;
    font-weight: 500;
    color: #ef9000;
}

.media img {
    background-color: #ff8002;
    padding: 22px 20px;
    border-radius: 10px;
}

.main-bg {
    /*background: url(landing-page/images/rememberingcorrea/gold-medal-banner.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.ccw-logo {
    padding-left: 80px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.ccf-logo-card.one {
    width: 40%;
}

.ccf-logo-card.two {
    width: 60%;
}

.ccf-logo-card.one img {
    width: 100%;
}

.ccf-logo-card.two img {
    width: 50%;
}

.ccw-logo img {
    width: 60%;
}

.agenda-bg {
    background: url(landing-page/images/agenda-bgv1.1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    top: 7px;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.intern-text {
    position: absolute;
    top: 60px;
    right: 40px;
}

.register-btn-new {
    color: #000;
    /* background-color: #000; */
    padding: 5px 0px 10px 0px;
    position: relative;
    /*bottom: 45px;*/
    left: 0;
    /*font-family: Century Gothic;*/
    font-size: 40px;
    font-weight: 500;
}

.speakers-main-bg {
    background: url(landing-page/images/speaker-bgv1.1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.bottom-border {
    border-bottom: 2px dotted #fff;
    /*padding-bottom: 10px;*/
    color: #fff !important;
    width: 98%;
}

.bottom-border p {
    color: #fff !important;
}

#topnav .logo {
    left: 0px !important;
    z-index: 9;
}

.form-bottom-border {
    border: none;
    border-bottom: 2px dotted #000;
    background: transparent;
    border-radius: 0;
    /*position: relative;*/
    /*bottom: 30px;*/
}

.alreadyRegistered span {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

.alreadyRegistered a {
    color: #000;
}

.btn-primary {
  color: #000;
  background-color: #F4BFA3;
  border-color: #F4BFA3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #000;
    background-color:#F8B490 !important;
    border-color: #F8B490 !important;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #000;
}

.roar-with-them {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
}

.wwf-video {
    width: 100%;
    height: 500px;
}

.price-policy-section {
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.price-policy-section h2 {
    font-size: 35px;
    font-weight: 700;
}

.card-out {
    width: 100%;
    border-radius: 1rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    margin-top: 25px;
}

.card-in {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    height: 200px;
}

.card-tag {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: #0f598000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.15rem;
    line-height: 1.7rem;
    --tw-text-opacity: 1;
    color: #f2531c;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

        .card-price {
            margin-top: 5px;
            font-size: 2.25rem;
            line-height: 2.5rem;
            font-weight: 700;
            --tw-text-opacity: 1;
            color: rgb(17 24 39 / var(--tw-text-opacity));
            position: absolute;
    bottom: 10px;
        width: 84%;
    text-align: center;
        }

        .text-gray-500 {
            --tw-text-opacity: 1;
            color: rgb(107 114 128 / var(--tw-text-opacity));
        }

        .w-full {
            width: 100%;
        }

        .separator {
            width: 100%;
            border-width: 1px;
            border-style: solid;
            --tw-border-opacity: 1;
            border-color: rgb(243 244 246 / var(--tw-border-opacity));
        }

        .button-get {
            margin-bottom: 10px;
            height: 48px;
            width: 100%;
            border-radius: 0.5rem;
            border-width: 2px;
            border-style: solid;
            --tw-border-opacity: 1;
            border-color: #0f5980;
            --tw-bg-opacity: 1;
            background-color: #0f5980;
            --tw-text-opacity: 1;
            color: #fff;
            transition-duration: 200ms;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        }

        .button-chat {
            height: 48px;
            width: 100%;
            border-radius: 0.5rem;
            border-width: 2px;
            border-style: solid;
            --tw-border-opacity: 1;
            border-color: #0f5980;
            --tw-text-opacity: 1;
            color: #fff;
            transition-duration: 200ms;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        }

        section.price-section {
            width: 100%;
            height: auto;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        ul.card-properties {
            list-style: none;
            padding: 0;
        }

        ul.card-properties li {
            color: #6d6d6d;
            padding: 5px 0;
            align-items: center;
            line-height: 26px;
        }

        ul.card-properties li i {
            background: #4caf50;
            border-radius: 50px;
            padding: 3px 3px;
            font-size: 12px;
            color: #fff;
            margin-right: 10px;
            position: relative;
            top: -2px;
        }

        .footer-contact {
            background: #fff;
            padding: 10px 0;
            width: 100%;
            height: auto;
            background-repeat: no-repeat;
            background-position: bottom;
        }

        .footer-contact h2 {
            text-align: center;
            color: #fff;
            font-size: 35px;
                font-weight: 700;
        }

        .footer-contact p {
            text-align: center;
            padding-top: 10px;
            color: #000;
            margin-bottom: 0;
        }

        .footer-contact p a {
            color: #000;
            text-align: center;
            font-size: 18px;
        }

        .footer-side-content h5 {
            color: #fff;
            font-size: 23px;
            font-weight: 700;
        }

        .footer-side-content p {
            text-align: left;
        }

        .footer-side-content {
            width: 100%;
            border: 1px solid #dbdbdb;
            margin: 15px 0;
            padding: 20px;
            border-radius: 5px;
        }

        .footer-side-content h6 {
              font-size: 22px;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
        }

        .contact-us-footer label {
            color: #000;
            font-size: 18px;
        }

        .contact-us-footer {
            padding: 40px 25px;
            background: #fff;
            border-radius: 5px;
        }

        button.submit-form {
            margin: 0 auto;
            display: block;
            background: #0f5980;
            padding: 10px 35px;
        }


        section.footer-contact {
            /*background: url(https://zaxis2022.ibentos.com/landing-page/images/rememberingcorrea/zaxis22/resourcses.jpg);*/
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            width: 100%;
            height: auto;
            position: relative;
        }

        section.footer-contact:before {
            /*content: "";*/
            /*background: #0f5980ad;*/
            /*width: 100%;*/
            /*height: 100%;*/
            /*z-index: 0;*/
            /*position: absolute;*/
            /*top: 0;*/
            /*left: 0;*/
        }

        section.modal-menu {
            width: 100%;
            height: auto;
            background: #111;
            padding: 60px 0;
        }

        .footermenu ul {
            display: flex;
            list-style: none;
            margin-bottom: 0;
            padding: 0;
            justify-content: center;
        }

        .footermenu ul li a {
            padding: 0 15px;
            color: #ffff;
        }

        .terms-condition-heading {
            font-size: 25px;
            font-weight: 700;
            color: #000;
        }

        .terms-and-condition {
            width: 100%;
            padding: 15px 0;
        }

        .terms-and-condition p {
            color: #000;
            font-size: 18px;
        }



        @media (min-width:1920px) {
            /*.banner-section {*/
            /*    width: 100%;*/
            /*    height: 100vh;*/
            /*    margin-top: 0%;*/
            /*    background: #0f5980;*/
            /*}*/
        }
       @media (min-width:1441px) and (max-width: 1680px) {
           .login-register-btn{
    margin-top: 460px!important;
}
       }
       @media (min-width:1441px) and (max-width: 1600px) {
          .top-main-img {
    margin-top: 100px!important;
    max-width: 65%;
}
.registration-form form {
    padding: 15px 30px;
    margin-top: 44px;
}
.left-img-bg {
    margin-top: 44px;
}
       }
       @media (min-width:1367px) and (max-width: 1440px) {
           .login-register-btn{
    margin-top: 405px!important;
}
.top-main-img {
    margin-top: 115px!important;
    max-width: 70%;
}
#topnav .navigation-menu>li>a {
    font-size: 16px;
}
.registration-form form {
    padding: 16px 30px;
    margin-top: 69px;
}
       }
       @media (min-width:1281px) and (max-width: 1366px) {
           .login-register-btn{
    margin-top:390px!important;
}
#topnav .logo img {
    width: 150px !IMPORTANT;
}
#topnav .navigation-menu>li {
	margin: 0 5px;
}
.top-main-img {
    margin-top: 135px!important;
    max-width: 70%;
}
#topnav .navigation-menu>li>a {
    font-size: 15px;
}
.registration-form form {
    padding: 33px 30px!important;
    margin-top: 50px;
}
.banner-section {
    width: unset!important;
    height: 800px!important;
    margin-top: unset!important;
    padding: 10px 25px!important;
}
.left-img-bg {
    margin-top: -75px;
}
       }
       @media (min-width:1025px) and (max-width: 1280px) {
           .login-register-btn{
    margin-top:480px!important;
}
#topnav .navigation-menu>li>a {
    font-size: 14px;
}
#topnav .logo img {
    width: 150px !IMPORTANT;
}
#topnav .navigation-menu>li {
	margin: 0 5px;
}
.top-main-img {
    /* margin-top: 95px!important; */
    max-width: 70%;
    position: relative!important;
    top: -90px;
}
#topnav .navigation-menu>li>a {
    font-size: 14px;
}
.registration-form form {
    padding: 16px 30px!important;
    margin-top: 90px;
}
.banner-section {
    width: unset!important;
    height: 800px!important;
    margin-top: unset!important;
    padding: 10px 25px!important;
}
.left-img-bg {
    margin-top: -70px;
}
       }
       @media (min-width:993px) and (max-width: 1195px) {
           .login-register-btn{
    margin-top:470px!important;
}
#topnav .logo img {
    width: 150px !IMPORTANT;
}
.one h1 {
    font-size: 2.1rem;
}
.card-tag {
    font-size: .9rem;
    line-height: 1.2rem;
}
#topnav .navigation-menu>li {
	margin: 0 5px;
}
#topnav .navigation-menu>li>a {
    font-size: 10px!IMPORTANT;
}
#topnav .logo img {
    width: 150px !IMPORTANT;
}
.top-main-img {
    /* margin-top: 95px!important; */
    max-width: 70%;
    position: relative!important;
    top: -90px;
}
#topnav .navigation-menu>li>a {
    font-size: 14px;
}
.registration-form form {
    padding: 16px 30px!important;
    margin-top: 90px;
}
.banner-section {
    width: unset!important;
    height: 800px!important;
    margin-top: unset!important;
    padding: 10px 25px!important;
}
.left-img-bg {
    margin-top: -70px;
}
.serviceBox .service-content {
    min-height: 275px;

}
.serviceBox .service-content-new {
    min-height: 305px;
}
       }
        @media (max-width:1440px) {
            .ccw-logo {
                padding-left: 50px;
            }
        }

        @media (max-width:1024px) {
            section.speakers button.owl-prev span {
                display: none;
            }

            section.speakers button.owl-next span {
                display: none;
            }

            .owl-carousel-sliders button.owl-next span {
                display: none;
            }

            .owl-carousel-sliders button.owl-prev span {
                display: none;
            }

        }

        @media (min-width:1281px) and (max-width: 1366px) {
           .banner-section {
    width: 100%;
    height: 675px;
    margin-top: 5%;
    padding: 60px 25px;
}

            .registration-form form {
                   padding: 40px 30px 40px;
            }

            .details-img {
                width: 75%;
            }

           .register-btn-new {
    /*bottom: 24px;*/
    left: 0px;
    font-size: 35px;
}

            form h3 {
                font-size: 25px;
                font-weight: 700;
            }
        }

        @media (min-width:993px) and (max-width: 1280px) {
            .banner-section {
    width: 100%;
    height: 655px;
    margin-top: 2%;
    /* padding: 60px 25px; */
}
.main-bg {
    /*height: auto !IMPORTANT;*/
}

            .registration-form form {
                padding: 40px 30px;
            }

           .register-btn-new {
    /*bottom: 24px;*/
    left: 0px;
    font-size:28px;
}
            form h3 {
                font-size: 25px;
                font-weight: 700;
            }

            .details-img {
                width: 75%;
            }
        }

        @media (min-width:1025px) and (max-width: 1280px) {
            .intern-text {
                position: absolute;
                top: 5px;
                right: 35px;
            }
        }

        @media (min-width:993px) and (max-width: 1024px) {
            .alreadyRegistered {
                font-size: 13px;
            }

            form h3 {
                font-size: 20px;
            }

            .details-img {
                width: 100% !important;
            }

            .register-btn-new {
                /*bottom: 24px;*/
                left: 0;
            }

            .intern-text {
                position: absolute;
                top: 0px;
                right: 15px;
            }

            body {
                font-size: 14px;
            }

            .interna-bg h3 {
                font-size: 1.35rem;
            }
        }

        @media (min-width:768px) and (max-width:991px) {

            section.footer-contact {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
                width: 100%;
                height: auto;
                position: relative;
                align-items: center;
            }

            .footermenu ul {
                display: inline-block;
                list-style: none;
                margin-bottom: 0;
                padding: 0;
            }

            .footermenu ul li {
                padding: 5px 0;
            }
        }

        @media (min-width:0px) and (max-width:767px) {


            #topnav .logo {
                left: 20px !important;
                width: 50%;
            }

            section.footer-contact {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
                width: 100%;
                height: auto;
                position: relative;
                align-items: center;
            }

            .main-bg {
                /*background: url(landing-page/images/rememberingcorrea/remebr-banner.jpg);*/
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                margin-top: 0;
            }

            .registration-form form {
                padding: 40px 30px;
                margin: 20px 0;
                /*padding-bottom: 0px;*/
            }

            .banner-section {
                width: 100%;
                height: auto;
                margin-top: 0%;
            }

            .register-btn-new {
                color: #000;
                /*background-color: #000000;*/
                /*padding: 5px 25px 10px 25px;*/
                position: relative;
                /*bottom: 29px;*/
                left: 0px;
            }

            form h3 {
                font-size: 20px !important;
                font-weight: 700;
            }

            .wwf-video {
                width: 100%;
                height: 250px;
            }

            .main-bg {
                /*background: url(landing-page/images/rememberingcorrea/gold-medal-banner.jpg);*/
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                height: auto !IMPORTANT;
            }

            .footer-contact h2 {
                text-align: center;
                color: #000;
                font-size: 28px;
            }

            .footer-contact p a {
                color: #000;
                text-align: center;
                font-size: 15px;
            }

            .price-policy-section h2 {
                font-size: 28px;
            }

            .card-price {
                margin-bottom: 10px;
                font-size: 30px;
            }

            .card-out {
                margin-top: 0;
                margin-bottom: 15px;
            }

            .footermenu ul {
                display: inline-block;
                list-style: none;
                margin-bottom: 0;
                padding: 0;
            }
            section.footer-contact .container {
    padding: 0;
}

.terms-condition-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.footer-side-content h6 {
    font-size: 20px;
}
            .footermenu ul li {
                padding: 5px 0;
            }
        }
        
        
        
        @media (min-width:0px) and (max-width:575px) {
        .iAmbox {
    display: block !IMPORTANT;
}
section.modal-menu {
    padding: 30px 0;
}
}

        @media (min-width:0px) and (max-width:320px) {
            .intern-text {
                position: absolute;
                top: 235px;
            }

            .intern-text p {
                margin-bottom: 0.2rem !important;
            }
            .card-tag {
    font-size: .9rem;
    line-height: 1.3rem;
}
        }

        @media (min-width:321px) and (max-width:375px) {
            .intern-text {
                position: absolute;
                top: 345px;
            }

        }

        @media (min-width:376px) and (max-width:390px) {
            .intern-text {
                position: absolute;
                top: 380px;
            }

        }

        @media (min-width:391px) and (max-width:480px) {
            .intern-text {
                position: absolute;
                top: 430px;
            }
        }



        @media (min-width:768px) and (max-width:992px) {
            #topnav .logo {
                left: 20px !important;
                width: 70%;
            }

            .banner-section {
                width: 100%;
                height: auto;
                margin-top: 0%;
            }

            .register-btn-new {
                color: #000;
                /*background-color: #000;*/
                /*padding: 5px 25px 10px 25px;*/
                position: relative;
                /*bottom: 45px;*/
                left: 0px;
            }

            form h3 {
                font-size: 20px !important;
                font-weight: 700;
            }

            .intern-text {
                position: absolute;
                top: 600px;
            }

            .main-bg {
                /*background: url(landing-page/images/rememberingcorrea/gold-medal-banner.jpg);*/
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                height: auto !IMPORTANT;
            }

            .registration-form form {
                margin-top: 20px;
                /* border: 2px dotted; */
            }
        }

        @media (min-width:820px) and (max-width:992px) {
            .banner-section {
                width: 100%;
                height: auto;
                margin-top: 0% !important;
            }

            .intern-text {
                position: absolute;
                top: 700px !important;
            }
        }

        @media (min-width: 0px) and (max-width: 992px) and (orientation: landscape) {
            .banner-section {
    width: 100%;
    height: auto;
    margin-top: 5%;
}
.op-main-imgM {
    margin-top: 60px!important;
}

.login-register-btn {
    margin-top: 340px!important;
}
.login-register-btn .btn {
    font-size: 10px;
         padding: 5px 15px;

}

            .registration-form form {
                margin: 30px 0;
            }
            .post-conclave-bg{
    background: url(/landing-page/images/wins/post-conclave-bgv1.1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.one h1 {
    text-align: center;
    padding-bottom: 5px;
    color: #f2531c;
    font-size: 1.8rem;
}
.one h1:before {
    left: 48%;
}
.one h1:after {
    left: 42%;
}
.login-register-btn .btn {
    font-size: 12px;
    padding: 5px 20px;
    margin-top: 5px;
}

        }

        @media (max-width:320px) {
            .alreadyRegistered {
                font-size: 12px;
            }
        }

        @media (min-width: 901px) and (max-width: 1024px) and (orientation: portrait) {
            .banner-section {
    width: 100%;
    height: 447px;
    margin-top: 8.5%;
}
.login-register-btn {
    margin-top: 350px!important;
}
.login-register-btn .btn {
    font-size: 10px;


}

        }
        @media (min-width: 0px) and (max-width: 760px) and (orientation: landscape) {
.op-main-imgM {
    margin-top: 90px!important;
}



        }
        @media (min-width: 700px) and (max-width: 900px) and (orientation: portrait) {
            .banner-section {
    width: 100%;
    height: auto;
    /*margin-top: 8.5%;*/
}
.login-register-btn {
    margin-top: 323px!important;
}
.login-register-btn .btn {
    font-size: 10px;

}
.op-main-imgM {
    margin-top: 190px!important;
}
.post-conclave-bg{
    background: url(/landing-page/images/wins/post-conclave-bgv1.1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


        }
@media (min-width: 0px) and (max-width: 699px) and (orientation: portrait) {

            h1 {
                font-size: 1.85rem !important;
            }
            .banner-section {
    width: 100%;
    height: 280px;
    margin-top:0%;
        height: auto;
}
.login-register-btn {
    margin-top: 205px!important;
}
.login-register-btn .btn {
    font-size: 10px;
    padding: 5px 15px;

}
.post-conclave-bg{
    background: url(/landing-page/images/wins/post-conclave-bgv1.1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.one h1 {
    text-align: center;
    padding-bottom: 5px;
    color: #f2531c;
    font-size: 1.8rem!important;
}
.para-bullet {
    font-size: 1.25rem;
    text-indent: -1.3em;
}
.timeline-body h5{
    font-size: 1rem;
}
.one h1:before {
    left: 46%;
}
.one h1:after {
    left: 35%;
}
.login-register-btn .btn {
    font-size: 12px;
    padding: 5px 20px;
    margin-top: 5px;
}
.op-main-imgM {
    margin-top: 20px!important;
}

        }
        @media (min-width: 0px) and (max-width: 360px) and (orientation: portrait) {

         
.one h1 {
    text-align: center;
    padding-bottom: 5px;
    color: #f2531c;
    font-size: 1.5rem!important;
}
.one h1:after {
    left: 33%;
}
.one h1:before {
    left: 45%;
}
.op-main-imgM {
    margin-top: 30px!important;
}

        }
        @media (min-width: 1025px) and (max-width: 1195px) {

    .footermenu ul li a {
    padding: 0 15px;
    color: #ffff;
    font-size: 14px!important;
}
 }
        
        
        


@media (max-width: 576px) {
    .mobile-padding{
        padding-top:180px;
    }
    .register-btn-new{
        font-size: 24px;
    }
}

@media (min-width: 1140px) and (max-width: 1281px) {
	 .register-btn-new{
        font-size: 24px;
    }
    .alreadyRegistered {
        font-size: 12px;
    }
}
@media (min-width: 1281px) and (max-width: 1366px) {
    .register-btn-new{
        font-size: 28px;
    }
    .alreadyRegistered {
        font-size: 12px;
    }
}
@media (min-width: 1367px) and (max-width: 1440px) {
    .register-btn-new{
        font-size: 30px;
    }
}


@media (min-width: 1441px) and (max-width: 1660px) {
    .register-btn-new{
        font-size: 32px;
    }
}

