/*.main-elem .banner-form .codedropz-upload-inner h3, .main-elem .banner-form .codedropz-upload-inner span, .dnd-upload-counter,
.modal .banner-form .codedropz-upload-inner h3, .modal .banner-form .codedropz-upload-inner span, .modal .dnd-upload-counter{
	display: none;
}


.main-elem .banner-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn,
.modal .banner-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    width: 100%;
    display: flex;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
}

.modal .banner-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #000;
}

.main-elem .banner-form .codedropz-upload-container, .modal .banner-form .codedropz-upload-container  {
    padding: 0;
    position: relative;
}

.dnd-upload-status .dnd-upload-image, .dnd-upload-status .name em, .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar, .modal .dnd-upload-status .dnd-upload-image, .modal .dnd-upload-status .name em, .modal .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    display: none;
}

.dnd-upload-status, .modal .dnd-upload-status  {
    background-color: rgba(148, 203, 0, 0.7);
    margin-bottom: 5px;
    border-radius: 4px;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name, .modal .dnd-upload-status .dnd-upload-details .name {
    color: #fff;
    font-size: 12px;
    padding: 0;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file, .modal .dnd-upload-status .dnd-upload-details .remove-file {
    top: 6px;
    right: 10px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid #ff0000;
}


.dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove::after, .modal .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove::after {
    content: '';
    width: 1px;
    height: 9px;
    display: block;
    background-image: none;
    background-color: #ff0000;
    left: 6px;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
}

.dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove::before, .modal .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove::before {
 
    content: '';
    width: 1px;
    height: 9px;
    display: block;
    background-image: none;
    background-color: #ff0000;
    left: 6px;
    transform: rotate(-45deg);
    position: absolute;
    top: 2px;
}

.wpcf7-form-control-wrap .codedropz-upload-wrapper .has-error-msg, .modal .codedropz-upload-wrapper .has-error-msg {
    font-style: normal;
    font-size: 12px;
}

div.wpcf7 form.invalid .wpcf7-response-output, .modal .wpcf7 form.invalid .wpcf7-response-output {
    padding: 10px;
    font-size: 12px;
    color: #fff;
    border-color: #ff0000;
    padding: 5px;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 4px;
}

.modal .wpcf7 form.invalid .wpcf7-response-output, .modal .codedropz-upload-wrapper .has-error-msg, .get-quote-form div.wpcf7 form.sent .wpcf7-response-output, .get-quote-form div.wpcf7 form.invalid .wpcf7-response-output {
    color: #000;
}

div.wpcf7 form.sent .wpcf7-response-output, .modal .wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(148, 203, 0, 0.7);
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin: 0;
    margin-top: 10px;
}


.get-quote-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    background-color: #94cb00;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    min-width: 130px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2.6;
}

.get-quote-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover, .get-quote-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:focus {
    background-color: #059851;
}

.get-quote-form .codedropz-upload-inner h3 {
    font-size: 18px;
    line-height: 1;
}

.get-quote-form .codedropz-upload-inner span {
    font-size: 0;
    display: block;
    margin: 10px 0;
    border-top: 1px solid #000;
    max-width: 350px;
    margin: 10px auto;
}*/

/* 18-04-2023 */
.footer-city-menu ::-webkit-scrollbar {
    min-width: 2px;
    width: .15%;
    max-width: 3px
}

.footer-city-menu ::-webkit-scrollbar,
.footer-city-menu ::-webkit-scrollbar-track,
.footer-city-menu ::-webkit-scrollbar-track-piece {
    background: #171719
}

.footer-city-menu ::-webkit-scrollbar-button,
.footer-city-menu ::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.6)
}
.footer-city-menu{
    background: #059851;
    padding: 62px 0;
}
.footer-city-menu h2{
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.footer-city-menu h2:after{
    content: "";
    height: 4px;
    width: 67px;
    background-color: #fff;
    display: block;
    margin: 10px auto 0;
}
.footer-city-menu p{
    color: #fff;
}
.country-wrapper .single .country-title {
    display: flex;
    align-items: center;
}
.country-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 45px;
}

.country-wrapper .single {
    width: 22%;
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px 15px 25px;
}

.country-wrapper .single img{
    max-width: 100%;
    height: auto;
    width: 30px;
    height: 30px;
    object-fit: contain;

}

.country-wrapper .single ul {
    margin-top: 10px;
    overflow: auto;
    height: 215px;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.country-wrapper .single ul li{
    margin-bottom: 10px;
}
.country-wrapper .single ul li a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.country-wrapper .single h5 {
    font-size: 21px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #059851;
}
/* //18-04-2023 */
.checkbox input[type=radio]:checked+.new-checkbox::after {
    visibility: visible;
    opacity: 1;
}


.cstm-row {
    display: flex;
    flex-wrap: wrap;
}

.cstm-row .cstm-footer-links {
    width: calc(100%/5);
}

.cstm-row .cstm-footer-links.cstm-xtra-width {
    width: calc(100%/5*3);
}

.my-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 150px;
    padding-left: 25px;
}

.my-flex li {
    width: calc(100%/3);
}

.contact-office-slider.new_adrs_offc {
    width: 100%;
}

.contact-office-slider .slick-slide {
	padding: 15px;
}

.contact-office-slider .slick-slide .contact-office {
	display: flex !important;
	align-items:center;
}

.contact-office-slider .slick-slide .contact-office p {
	margin-bottom: 0;
}

.new-footer .cstm-footer-links h6 {
    padding-left: 25px;
}

.new-footer .office-detail h6 {
    padding-left: 25px;
}
.new-footer  .office-detail .contact-links li {
    padding-left: 25px;
}

.file-upload-filename1 a::after {
    content: "";
    height: 8px;
    width: 2px;
    background: #ff0000;
    position: absolute;
    left: 6px;
    top: 3px;
    transform: rotate(-45deg);
}

.file-upload-filename1 a::before {
    content: "";
    height: 8px;
    width: 2px;
    background: #ff0000;
    position: absolute;
    left: 6px;
    top: 3px;
    transform: rotate(45deg);
}
.file-upload-filename1 a {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #ff0000;
    line-height: 1;
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: #fff;
    padding-bottom: 2px;
    border-radius: 100%;
    font-weight: 700;
    z-index: 2;
}

.file-upload-filename1 {
    position: relative;
}

.footer_accredited_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 60px;
}

.footer_accredited_images figure {
    width: 70px;
    height: 50px;
    margin: 0 10px;
}

.footer_accredited_images figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


@media screen and (max-width: 1499px){
.checkbox .new-checkbox::after {
    top: 4px;
    left: 3px;
}

.footer_accredited_images {
	margin-right: 10px;
}
}

@media screen and (max-width: 1199px) {
    /* .cstm-row .office-details {
        flex-wrap: wrap;
    }
    .cstm-row .cstm-footer-links {
    width: calc(100%/2);
}

.cstm-row .cstm-footer-links.cstm-xtra-width {
    width: calc(100%/2);
}

.cstm-row .cstm-footer-links:first-child {
    width: calc(100%);
} */

}
@media screen and (max-width: 991px) {
    .cstm-row .cstm-footer-links:first-child {
        width: calc(100%);
    }

    .cstm-row .cstm-footer-links.cstm-xtra-width, .cstm-row .cstm-footer-links {
        width: calc(100%/2);
    }
    
    .office-details {
        flex-wrap: wrap;
    }

    .office-detail {
        width: calc(100%/2);
    }
	
	.cstm-row .cstm-footer-links.cstm-xtra-width .footer_accredited_images {
		justify-content: flex-start;
		margin-left: 22px;
		margin-bottom: 32px;
	}
	
	.cstm-row .cstm-footer-links.cstm-xtra-width .footer_accredited_images figure:first-child {
		margin-left: 0;
	}
	
	.cstm-row .cstm-footer-links.cstm-xtra-width .footer_accredited_images figure {
		width: 60px;
	}
	.country-wrapper {
    flex-wrap: wrap;
}
	.country-wrapper .single {
        width: 49%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    	.country-wrapper .single {
        width: 100%;
    }
    .country-wrapper .single:last-of-type{
        margin-bottom:0;
    }
    .cstm-row .cstm-footer-links.cstm-xtra-width {
        width: calc(100%);
    }
}