@media only screen and (max-width: 1300px) {
    .my_navbar .site_menu_wrapper {
        width: auto;
    }
    .scrollup {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 150px;
        border-radius: 50%;
        left: unset;
        z-index: 70;
        background: #fff;
        right: 21px;
    }
}
@media only screen and (max-width: 1200px) {
       .mobi_btn{
        display: block;
        margin: 0 0 0 30px;
      }
      .my-preheader .navbar{
          position: relative;
      }
      .my-preheader{
          padding: 24px 0;
      }
      .mega_dropdown .dropdown_megamenu{
        position: static;
        left: 0;
        right: 0;
        top: 80px;
        display: none;
        background-color: #fff;
        z-index: 10;
        padding: 0px 0 0 0;
        transform: translateY(0px);
        opacity: 1;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        height: auto;
      }
      .mega_dropdown:hover .dropdown_megamenu{
        display: none;
      }
      .dropdown_megamenu.activemt{
          display: block!important;
      }
      .mobile_sidebar{
        z-index: 1000;
        position: fixed!important;
        right: 0;
        width: 285px;
        height: 100%;
        -webkit-transform: translateX(290px);
        transform: translateX(290px);
        background: #fff;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        top: 79px;
      }
      .navzinner{
          overflow: auto;
          height: 100%;
      }
        .mega_menu_row {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
        }
        .fst_col {
            max-width: 420px;
            width: 100%;
            padding: 0 15px;
            display: none;
        }
        .sct_col_3 {
            max-width: 1300px;
            width: 100%;
            padding: 0px 9.658228%;
        }
        .my_navbar ul li a {
            color: #082348;
            font-weight: 500;
            font-size: 22px;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px 0px 20px;
            margin: 15px 0 35px 0;
        }
        .my-preheader .navbar {
            position: unset;
            padding: 0rem 0rem;
            margin: 0 auto;
        }
        .my_navbar ul li a.activenav,
        .my_navbar ul li a.activenav:hover,
        .my_navbar ul li a.activenav:focus{
            background-color: #E11A36;
            color: #FFFFFF!important;
        }
        .my_navbar ul li a.bctivenav,
        .my_navbar ul li a.bctivenav:hover,
        .my_navbar ul li a.bctivenav:focus{
            background-color: #E11A36;
            color: #FFFFFF!important;
        }
        .mega_menu_row ul li a, .mega_menu_row ul li a:hover {
            color: #082348!important;
            font-size: 20px;
            display: block;
            padding: 0 0 0px 0!important;
        }
        .my-preheader .navbar ul li {
            position: unset;
            padding: 0px 0 0px 0;
            margin: 0;
        }
        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 2rem;
            padding-left: 2rem;
        }
        .my_navbar ul li:nth-child(1):hover a::after, .my_navbar ul li:nth-child(1):focus a::after,
        .my_navbar ul li:nth-child(2):hover a::after, .my_navbar ul li:nth-child(2):focus a::after {
            display: none;
        }
        .my_navbar ul li:nth-child(1):hover a, .my_navbar ul li:nth-child(1).active a, .my_navbar ul li:nth-child(1):focus a,
        .my_navbar ul li:nth-child(2):hover a, .my_navbar ul li:nth-child(2).active a, .my_navbar ul li:nth-child(2):focus a {
            color: #082348;
        }
        .toggle_arrow{
            width: 50px;
            height: 50px;
            background-image: url(../images/arrow-down.png);
            background-repeat: no-repeat;
            background-position: center center;
            display: flex;
            justify-content: center;
            align-items: center;
            transform: rotate(0deg);
            -webkit-filter: grayscale(0) invert(0);
            filter: grayscale(0) invert(0);

            transition: 0.4s;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
          }
          .toggle_arrow.rtcicon {
            width: 50px;
            height: 50px;
            background-image: url(../images/arrow-down.png);
            background-repeat: no-repeat;
            background-position: center center;
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-filter: grayscale(1) invert(1);
            filter: grayscale(1) invert(1);
            transform: rotate(180deg);
            transition: 0.4s;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
        }
        .toggle_arrow.ltcicon {
            width: 50px;
            height: 50px;
            background-image: url(../images/arrow-down.png);
            background-repeat: no-repeat;
            background-position: center center;
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-filter: grayscale(1) invert(1);
            filter: grayscale(1) invert(1);
            transform: rotate(180deg);
            transition: 0.4s;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
        }
      .mobile_sidebar.active {
        right: 290px;
        width: calc(100% - 0%);
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 999;
    }
    .mobile_sidebar ul{
        flex-direction: column!important;
    }
    .mobile_sidebar .navbar-expand-md .navbar-nav {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .my_navbar ul li {
        position: relative;
        margin: 0 12px;
        padding: 0 0 25px 0;
    }
    .select_lang {
        padding: 8px 0 2px 0;
        margin: 0 0 0 auto;
    }
}
@media only screen and (max-width: 1180px) {
    .career_job_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 0;
        padding: 40px;
        flex-wrap: wrap;
    }
    .job_title {
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
}
@media only screen and (max-width: 1100px) {
    .top_footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 15px 0;
        flex-wrap: wrap;
    }
    .ft_mid_menu{
        width: 85%;
    }
    .ft_social{
        margin: 20px 0 0 0;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    .ft_lang{
        margin: 20px 0 0 0;
    }
    .ft_mid_menu ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .ft_mid_menu ul li:last-child a{
        margin: 0 0px 0 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .aol-ad-inner-wrapper .panel-default .panel-heading {
        padding: 0;
        background-color: transparent;
        width: 30%;
        font-size: 16px;
        color: #fff;
        order: 1;
    }
    .aol-ad-inner-wrapper .panel-default {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 0;
        padding: 25px;
    }

    .aol-ad-inner-wrapper .panel-default .panel-footer {
        order: 2;
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 16px;
        padding: 0;
        color: #fff;
        border: none;
        background-color: transparent;
        margin: 0 20px;
        padding: 0;
    }
    .aol-ad-inner-wrapper .panel-default .panel-body a button {
        font-size: 14px;
    }
    .no_job_post {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        text-align: center;
        color: #fff;
        line-height: 1.4;
    }

    .ft_mid_menu ul li {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }
    .ft_mid_menu ul li a {
        color: #fff;
        margin: 0 15px;
    }
    .ft_mid_menu {
        width: 71%;
    }
    .ft_mid_menu ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .ft_social {
        margin: 0px 0 0 13px;
        width: 11.5%;
        justify-content: flex-end;
        align-items: flex-start;
        display: flex;
    }
}
@media only screen and (max-width: 991px) {
    .ft_social {
        margin: 20px 0 0 0px;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    .top_footer .ft_logo_wrapper {
        width: 100%;
        margin: 0 0 20px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .top_footer .ft_mid_menu {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .top_footer .ft_mid_menu ul {
        flex-direction: column;
    }
    .ft_mid_menu ul {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        margin: 0;
        padding: 0;
        list-style-type: none;
        flex-direction: column;
    }
    .ft_mid_menu ul li:last-child a {
        color: #fff;
        margin: 0 0px;
        display: block;
        padding: 0 0 0px 0;
    }
    .ft_mid_menu ul li a {
        color: #fff;
    margin: 0 0px;
    display: block;
    padding: 0 0 25px 0;
    font-size: 22px;
    }
    .page_main_banner h1 {
        font-size: 40px;
    }
    .page_main_banner p {
        max-width: 1043px;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: normal;
        text-align: center;
        margin: 0 auto 25px auto;
        color: #ffffff;
    }
    .job_title a, .job_title a:hover, .job_title a:focus {
        color: #fff;
        font-size: 22px;
        font-weight: bolder;
    }
    .job_title {
        font-size: 22px;
        font-weight: bolder;
    }
    .job_type {
        font-size: 18px;
        width: 12%;
    }
    .job_loc {
        font-size: 18px;
        width: 20%;
    }
    .pub_date {
        font-size: 18px;
    }
    .ft_social ul li a {
        color: #051122;
        margin: 0 25px 0 0;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.70);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {

    .tab_conte_panel #titre::after {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        border-right: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
        transform: rotate( 
    45deg
     );
        right: 21px;
        top: 20px;
        z-index: -1;
    }
    .entry-content #titre::after {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        border-right: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
        transform: rotate(
    45deg
    );
    
        right: 21px;
        top: 20px;
        z-index: -1;
    }
    .mobile_sidebar {
        top: 80px;
    }
    .breadcrumbs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 16px 0;
        flex-wrap: wrap;
    }
    .scrollup {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 75px;
        border-radius: 50%;
        left: unset;
        right: 21px;
        z-index: 70;
        background: #fff;
    }
    .page_main_banner h1 {
        font-size: 32px;
        font-family: 'Proxima Nova Bd';
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #ffffff;
        margin: 0 0 70px 0;
        text-align: center;
    }
    .page_main_banner {
        height: 460px;
        background-color: #d1d1d1;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .page_main_banner p {
        max-width: 1043px;
        width: 100%;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.34;
        letter-spacing: normal;
        text-align: center;
        margin: 0 auto 25px auto;
        color: #ffffff;
    }
    .page_main_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .no_job_post {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        text-align: center;
        color: #fff;
        line-height: 1.4;
    }
   
    .aol-ad-inner-wrapper .panel-default {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 0;
        padding: 20px;
        flex-direction: column;
    }
    .aol-ad-inner-wrapper .panel-default .panel-heading {
        padding: 0;
        background-color: transparent;
        width: 100%;
        font-size: 22px;
        color: #fff;
        order: 1;
        text-align: center;
    }
    .aol-ad-inner-wrapper .panel-default .panel-footer {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 14px;
        padding: 0;
        color: #fff;
        border: none;
        background-color: transparent;
        margin: 0 auto 20px auto;
        padding: 0;
        flex-wrap: wrap;
    
    }
    .aol-ad-inner-wrapper .panel-default .panel-body {
        order: 3;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .postulation_mail_wrapper {
        margin: 34px 0 0 0;
        padding: 0 10px;
    }
    .tabl_wrapper ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .tabl_wrapper ul li{
        width: 100%;
        display: block;
        padding: 0 0 10px 0;
    }
    .tabl_wrapper ul li a {
        margin: 0 80px 0 0;
        position: relative;
        font-size: 18px;
        color: #fff;
        opacity: 0.60;
        width: auto;
        display: inline-block;
    }
    .tabl_wrapper ul li.active a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        width: 150px;
        height: 2px;
        background-color: #fff;
    }
    .top_footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 15px 0;
        flex-wrap: wrap;
    }
    .top_footer .ft_mid_menu{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .top_footer .ft_mid_menu ul{
        flex-direction: column;
    }
    .top_footer .ft_mid_menu ul li a{
        display: block;
        padding: 0 0 25px 0;
    }
    .top_footer .ft_logo_wrapper{
        width: 100%;
        margin: 0 0 40px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .footer-copyright {
        color: #b3b3b3;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 27px 0 0 0;
        flex-wrap: wrap;
    }
    header {
        width: 100%;
        z-index: 99;
        padding: 15px 0;
    }

    .job_type {
        font-size: 18px;
        width: 33%;
    }
    .job_loc {
        font-size: 18px;
        width: 33%;
    }
    .pub_date {
        font-size: 18px;
        width: 33%;
    }
    .job_details{
        margin: 20px 0 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .job_details .job_details_btn {
        height: 40px;
        padding: 9px 29px;
    }
    .tabl_wrapper {
        margin: 0 0 40px 0;
    }
    .tab_conte_panel form {
        max-width: 80rem;
        width: calc(100% - 0rem);
        margin: 0 auto;
    }
    .custom_brad_wrapper_with_btn{
        flex-direction: column-reverse;
    }
    .clicktoopen.tgl_btn{
        margin: 0 auto 45px auto;
    }
    .bradcrumb-panel-list{
        width: 100%;
    }
    .entry-header-inner h1{
        font-size: 22px!important;
    }
    .intro-text p {
        font-size: 15px;
        color: #fff;
    }
    .post-inner {
        padding-top: 1rem;
    }
    .post-inner .entry-content .aol-single ul li {
        position: relative;
        font-family: 'Proxima Nova Rg';
        font-size: 16px;
        color: #fff;
        padding: 0 0 20px 15px;
    }
    .aol-single div{
        font-size: 16px;
        color: #fff;
        font-family: 'Proxima Nova Rg';
    }
    .post-inner .entry-content .aol-single p {
        text-align: center;
        margin: 0 0 30px 0;
    }
    .aol-single .clicktoopen {
        width: 180px!important;
        height: 42px!important;
        margin: 25px auto 25px!important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Proxima Nova Rg'!important;
        opacity: 1;
    }
    body.single-aol_ad .intro-text ul li {
        font-size: 16px;
        color: #fff;
        text-align: left;
        margin: 0 0 20px 0px;
    }
    .form-control.area {
        height: 150px;
    }
    body.single-aol_ad .entry-content h3.aol-heading {
        font-size: 20px;
        color: #fff;
        margin: 0px 0 40px 0;
        position: relative;
        font-weight: 700;
        text-align: center;
    }
    body.single-aol_ad .entry-content h3::after {
        position: absolute;
        content: '';
        width: 200px;
        height: 2px;
        background-color: #e11a36;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -15px;
    }
    body.single-aol_ad .intro-text h2 {
        font-size: 20px;
        color: #fff;
        margin: 0 0 40px 0;
        position: relative;
        font-weight: 700;
    }
    body.single-aol_ad .intro-text h2::after {
        position: absolute;
        content: '';
        width: 200px;
        height: 2px;
        background-color: #e11a36;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -15px;
    }
    .post-inner .entry-content .aol-single p strong {
        font-size: 20px;
        color: #fff;
        margin: 0 0 40px 0;
        position: relative;
        font-weight: 700;
        font-family: 'Proxima Nova Rg';
        position: relative;
        display: block;
        text-align: center;
    }
    .post-inner .entry-content .aol-single p strong::after {
        position: absolute;
        content: '';
        width: 200px;
        height: 2px;
        background-color: #e11a36;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -15px;
    }
    .tab_conte_panel .form-group.ct_input textarea {
        height: 180px;
        border-radius: 4px 4px 0 0;
        margin: 0 0 -11px 0;
    }
    .thankyou_heading h2 {
        font-size: 28px!important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        color: #fff;
        text-align: center;
        line-height: 43px;
    }
    .thankyou_heading {
        max-width: 560px;
        width: 100%;
        margin: 0 0 48px 0;
    }
    .thankyou_inner_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px 0 50px 0;
    }
    .jobs_main_cont_wrapper {
        background-color: #091b33;
        padding: 50px 0 0px 0;
    }
    .thankyou_footer {
        padding: 48px 0 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body.single-aol_ad .entry-header {
        background-color: transparent!important;
        padding: 0rem 0 25px 0;
    }
	}	
}
@media only screen and (max-width: 560px) {
    .mt_form_panel .ct_file .custom-file-label::after {
        position: absolute;
        top: 13px;
        right: auto;
        bottom: 0;
        z-index: 3;
        display: flex;
        height: calc(1.5em + .75rem);
        padding: 16px;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #d8d8d8;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
        left: 24px;
        width: auto!important;
        justify-content: center;
        align-items: center;
    }
    .mt_form_panel .custom-file label {
        margin-bottom: 10px;
        font-size: 16px;
        background-color: transparent;
        border: 0;
        padding: 15px 15px 15px 125px;
        height: 60px;
        color: #fff;
    }


    .job_type {
        font-size: 18px;
    width: 100%;
    margin: 15px 0 25px 0;
    text-align: center;
    }
    .job_loc {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .pub_date {
        font-size: 18px;
        width: 100%;
    }
    .job_details{
        margin: 20px 0 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .job_details .job_details_btn {
        height: 40px;
        padding: 9px 29px;
    }
    .career_job_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 0;
        padding: 25px;
        flex-wrap: wrap;
    }

    .postulation_mail_wrapper h2 {
        font-size: 18px;
        font-family: 'Proxima Nova Bd';
        color: #fff;
        margin: 0 0 40px 0;
        position: relative;
    }
    .postulation_mail_wrapper h2::before {
        width: 200px;
        height: 2px;
        background-color: #e11a36;
        left: 0px;
        bottom: -10px;
        position: absolute;
        content: '';
    }
    .tab_conte_panel .ct_file .custom-file-label::after {
        position: absolute;
        top: 13px;
        right: auto;
        bottom: 0;
        z-index: 3;
        display: flex;
        height: calc(1.5em + .75rem);
        padding: 16px;
        line-height: 1.5;
        color: #495057;
        content: "Select your file";
        background-color: #d8d8d8;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
        left: 24px;
        width: auto!important;
        justify-content: center;
        align-items: center;
    }
    .tab_conte_panel .custom-file label {
        margin-bottom: 10px;
        font-size: 16px;
        background-color: transparent;
        border: 0;
        padding: 15px 15px 15px 165px;
        height: 60px;
        color: #fff;
    }
    .tab_conte_panel input {
        height: 50px;
        border-radius: 6px;
        border: 1px solid #fff;
        font-size: 15px;
        color: #fff;
        background-color: transparent;
        padding: 15px 15px;
        font-family: 'Proxima Nova Rg';
        width: 100%;
    }
    .entry-content input {
        height: 50px;
        border-radius: 6px;
        border: 1px solid #fff;
        font-size: 15px;
        color: #fff;
        background-color: transparent;
        padding: 15px 15px;
        font-family: 'Proxima Nova Rg';
        width: 100%;
    }
    .tab_conte_panel select {
        height: 50px;
        border-radius: 6px;
        border: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        background-color: transparent;
        padding: 15px 15px;
        font-family: 'Proxima Nova Rg';
    }
    .entry-content select {
        height: 50px;
        border-radius: 6px;
        border: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        background-color: transparent;
        padding: 15px 15px;
        font-family: 'Proxima Nova Rg';
    }
    .add {
        background-color: #091b33;
        padding: 0px 0px 40px 0px;
    }
    .entry-content input[type="file"] {
        height: 50px;
        border-radius: 6px;
        border: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        background-color: transparent;
        padding: 9px 15px;
        font-family: 'Proxima Nova Rg';
        width: 100%!important;
    }
    .thankyou_heading h2 {
        font-size: 18px!important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }
    .thankyou_check img{
        width: 55px;
    }
    .thankyou_check {
        margin: 0 0 27px 0;
    }
    .page_main_banner {
        height: 380px;
        background-color: #d1d1d1;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
}
@media only screen and (max-width: 505px) {
.aol-checkbox > label {    
    left: 100%;
}
}
@media only screen and (max-width: 450px) {
    .aol-checkbox > div > label {
        flex-direction: column-reverse !important;
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 320px) {
   
}