/* blog css  */
.blog-side-bar .widget, .single-post aside#sidebar .widget {
    background-color: #F9F9F9;
    padding: 60px 45px 90px 45px;
    margin-bottom: 30px !important;
}
.blog-side-bar h4.widget-title, .single-post aside#sidebar h4.widget-title {
    font-size: 24px !important;
    color: #e41c39 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}
.blog-page-post-wrap .ie-blog-posts-wrapper .ie-blog-post {
    width: 48%;
    margin-bottom: 50px;
    box-shadow: 0px 0px 15px 5px rgba(225,225,225,0.5);
}
.blog-page-post-wrap .blog-pagination a.page-numbers {
    padding: 0 10px;
}
.blog-page-post-wrap .blog-pagination {
    padding-bottom: 20px;
}
.single-post main#main {
    padding: 70px 0;
}
.single-post main#main #content {
    width: 64%;
}

.ie-blog-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.ie-blog-post {
    width: 31.3333%;
    background-color: #fff;
    border-bottom: 5px solid #8b0000;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}
.ie-blog-thumb a {
    display: flex;
    height: 290px;
}
.ie-blog-thumb a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
a.blog-title h1 {
    margin: 0px;
    font-size: 22px;
    font-family: "Montserrat";
    color: #222222;
    font-weight: 600;
}
.ie-blog-content {
    padding: 30px;
    color: #222222;
    font-family: "Assistant";
}
p.ie-post-meta {
    font-size: 15px;
    margin: 10px 0px 10px !important;
    font-weight: 600;
}
p.ie-post-meta span b {
    color: #e41c39;
}

a.btn-readmore {
    background-color: #e41c39;
    padding: 12px 34px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}
.ie-blog-post:hover a.btn-readmore{
    background-color: #8b0000;
    color: #ffffff;
}
.ie-blog-post:hover{
    border-bottom: 5px solid #e41c39;
}
.right-blub .blub-img {
    background-color: #d9d9d9;
}
@media only screen and (min-width:768px) and (max-width:980px){
    .ie-blog-post {
        width: 48%;       
        max-width: 600px;
        margin: 0 0 40px;
    }
}



@media only screen and (max-width:767px){
    .ie-blog-post {
        width: 100%;       
        max-width: 600px;
        margin: 0 auto 40px;
    }
}
@media only screen and (max-width:479px){
    .ie-blog-content {
        padding: 30px 15px;        
    }
    #vedio-sec .atlas-malta-sixth-section-cust-01 {
        margin-bottom: 20px !important;
    }
    #vedio-sec .atlas-malta-sixth-section-cust .fusion-column-wrapper {
        min-height: 300px !important;
    }
}

.home-blog-title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    color: #222222;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "Montserrat";
}

.upper{
    text-transform: uppercase;
}

/* location css */

.location-col .fusion-text {
    max-width: 400px;
    padding: 10px 40px;
    color: #fff;
    position: relative;
}
.location-col .fusion-text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
}
.study-btn {
    padding: 20px 30px;
    font-size: 18px;
    margin: 20px 40px 20px;
    transition: all ease-in-out .4s !important;
    -webkit-transition: all ease-in-out .4s !important;
    -moz-transition: all ease-in-out .4s !important;
    -ms-transition: all ease-in-out .4s !important;
    -o-transition: all ease-in-out .4s !important;
}
.location-col .fusion-column-wrapper {
    padding: 3% 30px 15% !important;
    position: relative;
    overflow: hidden;
    max-height: 580px;
}
.location-col .fusion-column-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0,.6);
    clip-path: polygon(0 0, 68% 0%, 44% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 68% 0%, 44% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 68% 0%, 44% 100%, 0% 100%);
    -ms-clip-path: polygon(0 0, 68% 0%, 44% 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 68% 0%, 44% 100%, 0% 100%);
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}
.location-col:hover .fusion-column-wrapper::before{
    background: rgba(0, 0, 0,.3);
    clip-path: polygon(0 0, 90% 0%, 44% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 90% 0%, 44% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 90% 0%, 44% 100%, 0% 100%);
    -ms-clip-path: polygon(0 0, 90% 0%, 44% 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 90% 0%, 44% 100%, 0% 100%);
}
.location-col:hover .study-btn{
    background-color: #e41c39 !important;
    border-color: #e41c39 !important;
}

.equal-column-content {
    height: 100%;
}
.featured-item.border-box {
    height: 100%;
}

@media only screen and (min-width:801px){
    .col-1st.location-col{
        width: calc(50% - ( ( 2% ) * 0.5 ) ) !important;
        margin-right: 2% !important;
    }
	.single-post main#main .sidebar {
		width: 33% !important;
	}
}
@media only screen and (min-width:801px) and (max-width:1024px){
	.blog-side-bar .widget, .single-post aside#sidebar .widget {
		padding: 40px 20px 50px 20px;
	}
}
@media only screen and (max-width:1024px){
	.blog-page-post-wrap .ie-blog-posts-wrapper .ie-blog-post {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width:800px){
	.single-post main#main #content {
		padding: 0 30px;
	}
	.single-post main#main .sidebar {
		padding: 0 30px;
	}
}
@media only screen and (min-width:801px) and (max-width:980px){
    .location-col .fusion-text {
        padding: 10px 10px;        
    }
    .study-btn{
        margin: 20px 10px 20px;
    }
}
@media only screen and (max-width:479px){
    .location-col .fusion-text h1 {
        font-size: 40px;
    }
    .location-col .fusion-text {
        padding: 0px 0px;         
    }
    .study-btn{
        margin: 0px 0px 0px;
    }
    .location-col .fusion-column-wrapper::before{
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
  
}

/* course css */

.ie-blog-post.ie-course {
    border: none;
    width: 100%;
}
select.course-select {
    width: 100%;
    border: 1px solid #e41c39;
    padding: 10px 20px;
    height: 40px;
    color: #222222;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select.course-select:focus, select.course-select:active  { 
    border: 1px solid #e41c39;   
}
.course-select-wraper {
    width: 100%;
    position: relative;
}
.course-select-wraper::before {
    content: "";
    position: absolute;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #e41c39 transparent transparent transparent;
    top: 16px;
    pointer-events: none;
}
select.course-select option {
    padding: 20px 20px !important;
    background-color: #e41c39;
    color: #fff;
    line-height: 1.4;
}

#courses-slider .owl-dots {
    display: block !important;
    padding-top: 25px;
    text-align: center;
}
#courses-slider button.owl-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #e41c39;
    border-radius: 100%;
    margin: 0 5px;
}
#courses-slider button.owl-dot.active {
    background: #e41c39;
}

/* Accommodation page */

.img-one {
    width: 44%;
    margin-right: 2%;
}
.content-one {
    width: 54%;
}
.fusion-text.text-wiocn {
    display: flex;
}
.cust-textone {
    margin-top: 30px;
}
.cus-abc {
    margin-top: 30px;
}


/* table design */
h2.tablepress-table-name, .tablepress tbody td {
    color: #696969 !important;
}
.book-btn {
    margin-top: 30px;
}


/* contct-form-online test */

.form-online-test .gform_heading {
    display: none;
}
.form-online-test_wrapper {
    margin: auto;
}
.contact-us-text1 h2, .contact-us-text1 h6, .contact-us-text1 p {
    margin: auto;
}
.contact-us-text1 h6, .contact-us-text1 p {
    padding-bottom: 20px;
}
.contact-us-text1 p:last-child {
    padding-bottom: 0;
}
.contact-us-text1 a:hover {
    color: #8B0000;
}
.contact-us-text1 h2 {
    font-size: 22px !important;
}
.contact-us-text1 h6 {
    font-size: 9px;
    font-weight: 600;
}
.contact-main-section {
    padding: 100px 0;
}
.form-online-test .gform_body ul li .select-arrow {
    border: none;
    color: #222;
    background-color: #f1f1f1 !important;
    top: 0px;
}
.form-online-test .gform_body ul#gform_fields_2,
.form-online-test .gform_body ul#gform_fields_4 {
    display: flex !important;
    flex-wrap: wrap;
}
.c-wrap-50 {
    width: 50%;
    padding: 0 15px 0px 0px;
}
.c-wrap-100 {
    width: 100%;
    padding: 0 15px 0px 0px;
}
.c-wrap-50 .gravity-select-parent {
    width: 100% !important;
}

.form-online-test .gform_body ul#gform_fields_4 .gfield {
    margin: auto;
    margin-bottom: 30px;
}

.form-online-test .gform_body ul#gform_fields_4 .gfield label.gfield_label  {
    font-size: 16px;
    text-transform: capitalize;
}
.form-online-test .gform_body ul#gform_fields_2 .gfield input, 
.form-online-test .gform_body ul#gform_fields_2 .gfield select, 
.form-online-test .gform_body ul#gform_fields_2 .gfield textarea,
.form-online-test .gform_body ul#gform_fields_4 .gfield input, 
.form-online-test .gform_body ul#gform_fields_4 .gfield select, 
.form-online-test .gform_body ul#gform_fields_4 .gfield textarea {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    color: #000;
}

.form-online-test .gform_body ul#gform_fields_4 .gfield input:focus, .form-online-test .gform_body ul#gform_fields_4 .gfield select:focus, .form-online-test .gform_body ul#gform_fields_4 .gfield textarea:focus {
    border-color: #dcdbdb;
}

.form-online-test .gform_body ul#gform_fields_4 .gfield textarea {
    height: 170px;
}
.form-online-test .gform_body ul#gform_fields_4 .gfield input, 
.form-online-test .gform_body ul#gform_fields_4 .gfield select {
    height: 45px;
}
.form-online-test .gform_body ul#gform_fields_4 .gfield.bokk-stay-connected ul li input {
    height: auto;
}

.form-online-test .gform_footer {
    padding: 0 15px;
}
.form-online-test .gform_footer input[type=submit] {
    width: 100% !important;
    max-width: 200px;
    height: 50px;
    font-size: 15px !important;
    background-color: #E41C39;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}
.form-online-test .gform_footer input[type=submit]:hover {
    background-color: #8B0000;
    color: #fff;
}

.location-radio {
    padding: 0 15px 0px 0px;
    width: 50%;
}
.location-radio ul#input_4_12 {
    display: flex;
    margin: 0px;
}
.location-radio ul#input_4_12 li{   
    margin-right: 30px;
}
.location-radio .ginput_container_radio{
    margin-top: 0px !important;
}
.form-online-test li#field_4_7 {
    margin-top: 0px !important;
}
@media only screen and (max-width: 600px){
    .c-wrap-50, .c-wrap-100 {
        width: 100%;
        padding: 0 0;
    }
    .location-radio{
        width: 100%;
    }
    .location-radio ul#input_4_12 {
        flex-direction: column;
    }
}
.single-courses h1.entry-title.fusion-post-title {
    display: none;
}

.rsNav.rsThumbs.rsThumbsHor, .rsUni .rsThumb.rsNavSelected  {
    background: #fff !important;
}

.rsHomeTempl .rsTmb {    
    margin-top: 6px !important;   
}

.rsUni .rsThumbsArrowIcn {  
    background-color: #8b0000 !important;
    padding: 10px !important;
}

/* .rsThumbsArrowIcn::before {
    position: absolute;
    top: -21px;
    right: 0px;
    content: "\203A";
    background-color: #8b0000;
    padding: 12px;
    font-size: 30px;
    line-height: 3px;
    margin: 0px;
    height: 10px;
    width: 10px;
} */

.cus-list-margin{
    margin-bottom:20px ;
}


.location-banner-title {
    text-transform: uppercase;
}
.life-learning-section .fusion-row {
    background-color: #faf1f4;
}
.life-learning-row {
    margin: 6% 2% !important;
}
.llt-s1-text {
    padding: 55px 50px;
    text-transform: uppercase;
}

/* blub section css */
.blub-wraper {
    padding: 3%;
}
.blub-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blub-img {
    max-width: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
    height: 100px;
    margin-right: 30px;
    width: 100%;
    text-align: center;
}

.blub-img img {
    max-width: 50px;
    height: 100%;
}
.left-blub .blub-img img {
    filter: grayscale(100%) brightness(200%);
    -webkit-filter: grayscale(70%) brightness(200%);
}
.blub-content {
    width: 80%;
}
.blub-content h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
}

.blub-btn {
    margin-top: 30px;
    margin-bottom: 40px;
}
.blub-wraper .blub-img{
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.blub-wraper:hover .left-blub .blub-img {
    background-color: #fff;
    
}
.blub-wraper:hover .right-blub .blub-img {
    background-color: #ffa500;
    
}
.blub-wraper:hover .blub-content h4{
   color: #df0024;
}
.blub-wraper .blub-img img, .blub-content h4{
    transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
}
.blub-wraper:hover .left-blub .blub-img img {
    filter: saturate(1) hue-rotate(320deg);
    -webkit-filter: saturate(1) hue-rotate(320deg);
}
.blub-wraper:hover .right-blub .blub-img img{
    filter: grayscale(100%) brightness(200%);
    -webkit-filter: grayscale(70%) brightness(200%);
}
.ctitle-text{
    text-transform: uppercase;
}

.cslider-placeholder {
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index: 1;
    right: 0;
    background-color: #df0024;
    padding: 5px 20px;
    font-size: 18px;
}
.cslider-placeholder p {
   margin-bottom: 0px !important;
}

#location-inner-slider-wrapper .next span, #location-inner-slider-wrapper .prev span {
    font-size: 18px;
    line-height: 36px;
}

#location-inner-slider-wrapper .next, #location-inner-slider-wrapper .prev {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background-color: #df0024;
    color: #fff;
    transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
}
#location-inner-slider-wrapper .owl-prev {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-10px);
}
#location-inner-slider-wrapper .owl-next {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-10px);
}

.left-blub .blub-img {    
    background-color: #df0024;
}

@media only screen and (max-width:479px){
    .cslider-placeholder {        
        bottom: 5px;
        color: #fff;
        z-index: 1;
        right: 0;
        background-color: #df0024;
        padding: 10px 8%;
        font-size: 12px;
    }
    #location-inner-slider-wrapper .owl-next {       
        right: 15px;        
    }
    #location-inner-slider-wrapper .owl-prev {       
        left: 15px;        
    }
    #location-inner-slider-wrapper .next, #location-inner-slider-wrapper .prev {
        width: 40px;
        height: 40px;        
    }
    #location-inner-slider-wrapper .next span, #location-inner-slider-wrapper .prev span {        
        line-height: 40px;
    }
    .life-learning-row h1 {        
        font-size: 30px !important;
    }    
    .llt-s1-text {
        padding: 50px 50px 30px;
        text-transform: uppercase;
        font-size: 40px !important;
    }
    .blub-section {     
        flex-direction: column;
    }
    .blub-content {        
        text-align: center;
        width: 95%;
    }
    .page-id-755 .blub-img {
        margin-right: 0;
    }
}
@media only screen and (max-width:800px){
    .life-learning-row {        
        padding: 0 2%;
    }
}

@media only screen and (min-width:480px) and (max-width:767px){
    .cslider-placeholder {
        position: absolute;
        bottom: 36px;
        color: #fff;
        z-index: 1;
        right: 0;
        background-color: #df0024;
        padding: 10px 10%;
        font-size: 20px;
    }
    .llt-s1-text {      
        font-size: 60px !important;
    }
}
@media only screen and (min-width:801px) and (max-width:950px){
    .llt-s1-text {      
        font-size: 60px !important;
    }

}
@media only screen and (min-width:951px) and (max-width:1100px){
    .llt-s1-text {      
        font-size: 74px !important;
    }
}
@media only screen and (max-width:767px){
    .atlas-malta-sixth-section-cust-01 .fusion-column-wrapper {
        min-height: 300px !important;
    }
    .atlas-malta-sixth-section-cust .fusion-column-wrapper {
        min-height: 300px !important;
    }
}

#home-our-course-section .owl-nav,
.students_testimonial_slider .owl-nav {
    display: block !important;
}
#social-inner-slider-wrapper .next, #social-inner-slider-wrapper .prev {
    background-color: #df0024;
    /* padding: 7px 14px; */
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
#social-inner-slider-wrapper .owl-next,
#home-our-course-section .owl-next,
.students_testimonial_slider .owl-next {
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#social-inner-slider-wrapper .owl-prev,
#home-our-course-section .owl-prev,
.students_testimonial_slider .owl-prev {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#home-our-course-section .owl-next, 
#home-our-course-section .owl-prev {
    background-color: #df0024;
    /* padding: 0px 12px 4px; */
    color: #fff;
    border: 0;
    font-size: 30px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
#home-our-course-section .owl-next span, 
#home-our-course-section .owl-prev span {
    position: relative;
    top: -3px;
}
.students_testimonial_slider.owl-carousel .owl-nav button.owl-next, 
.students_testimonial_slider.owl-carousel .owl-nav button.owl-prev {
    background-color: #df0024 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 30px !important;
    cursor: pointer !important;
    /* line-height: 24px;
    padding: 7px 15px !important; */
    line-height: 34px;
    height: 35px;
    width: 35px;
}
.students_testimonial_slider.owl-carousel .owl-nav button.owl-next span, 
.students_testimonial_slider.owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    font-size: 33px;
    top: -3px;
}
#social-inner-slider-wrapper .cslider-placeholder {
    padding: 8px 20px; 
    bottom: 20px;  
    line-height: 1; 
}
.atlas-malta-sixth-section-cust .fusion-column-wrapper a.vp-a, .atlas-malta-sixth-section-cust-01 .fusion-column-wrapper a.vp-a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.atlas-malta-sixth-section-cust .fusion-column-wrapper a.vp-a img, .atlas-malta-sixth-section-cust-01 .fusion-column-wrapper a.vp-a img{
    width: 60px;
}
.atlas-malta-sixth-section-cust .fusion-column-wrapper {
    min-height: 400px !important;
}
.atlas-malta-sixth-section-cust-01 .fusion-column-wrapper{
    min-height: 160px !important;
}
.ie-lj-heading h1 {
    margin: 0;
    line-height: 1.2;
    padding-bottom: 34px;
}

@media only screen and (min-width:1200px){
    .ie-junior-s3 .ie-column-one.ie-two .fusion-column-wrapper {
        padding: 50px 10% !important;
    }
}

#location-inner-slider-wrapper .next:hover, #location-inner-slider-wrapper .prev:hover {    
    background-color: #8b0000;   
    color: #ffffff;    
}

@media only screen and (min-width:480px) and (max-width:800px){
    #vedio-sec .fusion-builder-row.fusion-builder-row-inner.fusion-row {
        display: flex !important;
    }
    #vedio-sec .atlas-malta-sixth-section-cust-01 {
        width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) ) !important;
        margin-right: 4% !important;
    }
    #vedio-sec .atlas-malta-sixth-section-cust-01:last-child {
        width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) ) !important;
        margin-right: 0% !important;
    }
}

@media only screen and (min-width:1200px){
    .jimg-wraper{
        max-height: 700px;
    }     
}
@media only screen and (min-width:801px){
    div#location-inner-slider-wrapper {
        padding: 0% 3%;
    }
    .life-learning-section .fusion-builder-row.fusion-row {
        align-items: center;
        display: flex;
    }
}
@media only screen and (min-width:1100px){
    .jds-img3{
        max-height: 400px;
    }
}
div#agents-title h1 {
    color: #e41c39;
}
#agents-title .gform_body li h2 {
    font-size: 16px !important;
    padding-bottom: 40px;
}
#agents-title .gform_body li h2, 
#agents-title .gform_body li h1, 
#agents-title .gform_body li p {
    margin: 0;
}
#agents-title .gform_body li h1 {
    font-size: 25px;
}
#agents-title .gform_body li p {
    font-size: 14px;
}
#agents-title form {
    border: 1px solid #333;
    padding: 20px 15px;
}
#agents-title .gform_body li {
    margin: 0;
    padding-bottom: 10px;
}
#agents-title .gform_body li label {
    font-size: 16px;
}
#agents-title .gform_body li select, #agents-title .gform_body li input {
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    height: 45px;
    font-size: 14px;
    color: #333;
}
#agents-title .gform_body li .select-arrow {
    height: 45px !important;
    background-color: #F9F9F9;
    line-height: 45px !important;
}
#agents-title .gform_footer input[type="submit"],
#wppb-login-wrap p.login-submit input[type="submit"] {
    width: 100% !important;
    max-width: 200px;
    height: 50px;
    font-size: 15px !important;
    background-color: #E41C39;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    cursor: pointer;
}
#agents-title .gform_footer input[type="submit"]:hover, 
#wppb-login-wrap p.login-submit input[type="submit"]:hover {
    background-color: #8B0000;
    color: #fff;
}
#agents-title .gform_body li textarea {
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    height: 200px;
    font-size: 14px;
    color: #333;
}
.register16 label {
    display: none;
}
#agents-title .gform_body li.register16 label, #agents-title .gform_body li.register17 label {
    display: none;
}
#agents-title .gform_body li.register15 {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    padding-top: 40px;
}
#agents-title .gform_body li {
    padding-right: 0;
}
#agents-title .gform_body li.register16 {
    padding-top: 20px;
    padding-bottom: 40px;
}
#agents-title .gform_body li.register18 {
    padding-top: 40px;
}
#agents-title .gform_body li.register22 {
    border-top: 1px solid #333;
    margin-top: 25px;
}
#agents-title .gform_body li.register1 {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#wppb-login-wrap p.login-username input, 
#wppb-login-wrap p.login-password input {
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    height: 45px;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}
#wppb-login-wrap p.login-username label, 
#wppb-login-wrap p.login-password label {
    padding-top: 6px;
}
#atlas-malta-forth-section .atlas-malta-forth-column1 .fusion-builder-row-inner:nth-child(1) h2 {
    padding-top: 20px;
}